@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;
  appearance: none;
  font-size: inherit;
}

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

::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-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫A丸ゴシック Std M";
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
th, dt {
  font-family: "FOT-筑紫A丸ゴシック Std M";
  font-weight: 700;
}

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

.container, .footer-inr, .modal-content, .u-layout01, .breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide, .wide.footer-inr, .wide.modal-content, .wide.u-layout01, .breadcrumb ul.wide {
  max-width: 1440px;
}
.container.narrow, .narrow.footer-inr, .narrow.modal-content, .narrow.u-layout01, .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, .modal-content, .u-layout01, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9997;
  width: 100%;
  transition: 0.3s;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 3px 30px 0 60px;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) and (min-width: 801px) {
  .header-inr {
    padding: 3px 10px 0 3%;
  }
}
.header .h-logo {
  width: 30%;
  max-width: 200px;
}
.header .h-logo a {
  display: block;
}
.header .h-logo img {
  width: 100%;
}
.header .h-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header .h-tel {
  margin-bottom: 15px;
  padding-top: 18px;
}
.header .tel-time {
  display: flex;
  align-items: center;
  line-height: 1;
}
.header .tel-time dt {
  background: #4BB4CE;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 50px;
  padding: 8px 12px;
  margin-right: 15px;
}
.header .tel-time dt:not(:first-child) {
  background-color: #FF8107;
  margin-left: 37px;
}
.header .btn-icon {
  margin-left: 32px;
}
.header .btn-icon:hover {
  opacity: 0.5;
}
.header.is-fixed {
  background: rgba(255, 255, 255, 0.8);
}

.humberger {
  display: block;
  width: 50px;
  height: 50px;
  background: #1C9D72;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}
.humberger span {
  background: #fff;
  position: absolute;
  width: 25px;
  height: 1px;
  transition: 0.4s;
  left: 50%;
  transform: translate(-50%, -50%);
}
.humberger span:nth-of-type(1) {
  top: 35%;
}
.humberger span:nth-of-type(2) {
  top: 50%;
}
.humberger span:nth-of-type(3) {
  top: 65%;
}
.humberger.is-open span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.humberger.is-open span:nth-of-type(2) {
  display: none;
}
.humberger.is-open span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1200px) {
  .header .tel-time dt {
    font-size: 14px;
    padding: 8px 5px;
    margin-right: 10px;
  }

  .header .tel-time dt:not(:first-child) {
    margin-left: 15px;
  }

  .header .tel-time .tel {
    font-size: 20px;
    padding-left: 20px;
  }

  .header .tel-time .tel:before {
    width: 15px;
  }

  .header .btn-icon {
    margin-left: 15px;
    font-size: 15px;
    padding: 18px 10px 12px;
  }
}
@media (max-width: 800px) {
  .header {
    position: static;
  }
  .header-inr {
    height: auto;
    display: block;
    margin-bottom: 0;
    padding: 16px;
  }
  .header .h-logo {
    width: 168px;
    max-width: none;
  }
  .header .h-right {
    display: none;
  }
}
/*------------
G-navi
--------------*/
.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-navi .item {
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.4;
  padding-bottom: 15px;
  position: relative;
  font-size: 17px;
}
.pc-navi .item.pc-dropdown {
  padding-right: 20px;
}
.pc-navi .item.pc-dropdown::before {
  position: absolute;
  content: "";
  background: url(../images/share/icon_pc-dropdown.svg) center/cover no-repeat;
  width: 11px;
  height: 6px;
  top: 23%;
  right: 0;
}
.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
}
.pc-navi .item .item-link:hover {
  color: #1C9D72;
}
.pc-navi .item:not(:last-child) {
  margin-right: 30px;
}

.pc-dropdown {
  position: relative;
}
.pc-dropdown .pc-navi-child {
  background-color: #F5F9FB;
  border-radius: 6px;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 35px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: fit-content;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}
.pc-dropdown .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std M";
  font-size: 17px;
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.pc-dropdown .pc-navi-child li.border {
  margin-left: 15px;
  padding-left: 15px;
  font-size: 15px;
}
.pc-dropdown .pc-navi-child li.border::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 1px;
  border: 0px;
  background-color: #1B9D72;
}
.pc-dropdown .pc-navi-child li.border.border01 {
  margin-bottom: 20px;
}
.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 15px;
}
.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}
.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }
  .pc-navi {
    display: none;
  }
  :root {
    --navi-background: #1C9D72;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --sp-btn-color: #E67A7A;
  }
  .sp-navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 9998;
    /* ボタン類 */
    /* コンテンツ */
  }
  .sp-navi .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    height: 50px;
    position: relative;
    z-index: 10000;
  }
  .sp-navi .sp-navi-btns + .sp-navi-btns {
    border-top: 1px solid #fff;
  }
  .sp-navi .sp-navi-btns > * {
    flex: 1;
    position: relative;
  }
  .sp-navi .sp-navi-btns .item {
    font-size: 10px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .item:not(:last-child) {
    border-right: 1px solid var(--navi-border-color);
  }
  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    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 {
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }
  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
    font-family: "FOT-筑紫A丸ゴシック Std M";
    margin-top: 7px;
  }
  .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: "FOT-筑紫A丸ゴシック Std M";
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 12px;
    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: 16px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 21px;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 5px) 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%, -5px) rotate(45deg);
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: "FOT-筑紫A丸ゴシック Std M";
    padding: 80px 10% 180px;
    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 #d6d6d6;
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi .sp-navi-list > li > a, .sp-navi .sp-navi-list > li span {
    display: block;
    font-size: 14px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
    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: #1C9D72;
    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: "FOT-筑紫A丸ゴシック Std M";
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #1C9D72;
    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-btn {
    background: var(--sp-btn-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  padding: 110px 0 0 360px;
}
.hero::before {
  position: absolute;
  content: "";
  background: url(../images/hero_deco.png) center/contain no-repeat;
  width: 537px;
  height: 674px;
  bottom: 60px;
  left: 0;
}
.hero-img img {
  width: 100%;
  height: 820px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.hero-desc {
  position: absolute;
  bottom: 18%;
  left: 5%;
}
.hero-ttl {
  font-size: 50px;
  margin-bottom: 18px;
  line-height: 2.2;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  white-space: nowrap;
}
.hero-ttl span {
  background: #fff;
  padding: 15px 24px;
  border-radius: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (max-width: 800px) {
  .hero {
    padding: 0;
  }
  .hero::before {
    width: 213px;
    height: 268px;
    bottom: -54px;
    left: 0;
  }
  .hero .sp-only {
    display: block;
    height: 330px;
  }
  .hero .hero-img .sp-only {
    height: 330px;
    width: 84.5%;
    margin: 0 0 0 auto;
  }
  .hero-desc {
    text-align: center;
    bottom: 0;
    left: 16px;
  }
  .hero-ttl {
    font-size: 21px;
    display: inline-block;
    text-align: left;
    margin-bottom: 37px;
  }
  .hero-ttl span {
    padding: 4px 12px;
    border-radius: 0px;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  margin-bottom: 50px;
  text-align: center;
}
.t-ttl .en {
  font-family: "Quicksand", sans-serif;
  font-size: 79px;
  font-weight: 400;
  color: #1C9D72;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.t-ttl .jp {
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #1C9D72;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .en {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .t-ttl .jp {
    font-size: 18px;
    line-height: 1.4;
  }
}
/*------------
Block
--------------*/
.sec01 {
  padding: 100px 0;
  position: relative;
}
.sec01::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top right, #0D8B61, #33B288);
  width: 92%;
  height: 820px;
  top: -223px;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 1400px) and (min-width: 801px) {
  .sec01::before {
    width: 96%;
  }
}
.sec01 .container, .sec01 .footer-inr, .sec01 .modal-content, .sec01 .u-layout01, .sec01 .breadcrumb ul, .breadcrumb .sec01 ul {
  display: flex;
}
.sec01-ttl {
  width: 15.63%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 6.1vw;
}
.sec01 .t-ttl {
  text-align: left;
  margin-bottom: 0;
}
.sec01 .t-ttl .en {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}
.sec01 .t-ttl .jp {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.sec01 .list-top-news02 {
  flex: 3;
}
.sec01 .scroll {
  flex: 3;
  height: 200px;
  overflow: auto;
  padding-right: 20px;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}
.sec01 .scroll::-webkit-scrollbar {
  width: 10px;
}
.sec01 .scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.sec01 .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1C9D72;
}
.sec01 .btn-more {
  width: 160px;
}

.sec02 {
  background: url(../images/sec02_bg.jpg) 100% center/cover no-repeat;
  width: 94vw;
  height: 100%;
  padding: 150px 0 150px 180px;
  margin: 0 0 0 auto;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.sec02 .t-ttl {
  margin-bottom: 100px;
  text-align: left;
}
.sec02 .t-ttl .en {
  color: #fff;
}
.sec02 .t-ttl .jp {
  color: #fff;
}
.sec02 .t-sub-ttl {
  font-size: 36px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  font-weight: 400;
}
.sec02 p {
  color: #fff;
  margin-bottom: 67px;
}
.sec02 .btn-wrap a:not(:last-child) {
  margin-right: 30px;
}

.sec03 {
  padding: 150px 0;
  position: relative;
}
.sec03::before {
  content: "";
  position: absolute;
  background-color: #F5F9FB;
  width: 21%;
  height: 1938px;
  right: 0;
  top: 0;
  z-index: -1;
}
.sec03 .sec03-style01 {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.sec03 .sec03-style01 .t-ttl {
  text-align: left;
  position: absolute;
  top: -57px;
  left: 31.6%;
  background-color: #fff;
  padding: 0 0 50px 50px;
  border-radius: 10px;
}
.sec03 .sec03-style01 .l-img {
  width: 50%;
  margin: 0 7.5% 0 -13%;
  z-index: -1;
  height: 890px;
}
.sec03 .sec03-style01 .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 0;
}
.sec03 .sec03-style01 .l-right {
  flex: 1;
  padding-bottom: 48px;
}
.sec03 .sec03-style01 .l-right ul {
  margin-bottom: 70px;
}
.sec03 .sec03-style01 .item {
  display: flex;
  align-items: center;
}
.sec03 .sec03-style01 .item:not(:last-child) {
  margin-bottom: 40px;
}
.sec03 .sec03-style01 .item img {
  width: 148px;
  height: 148px;
}
.sec03 .sec03-style01 .item .l-desc {
  margin-left: 40px;
  flex: 1;
}
.sec03 .sec03-style01 .item .l-desc .style01-ttl {
  font-size: 32px;
  color: #FF8107;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sec04 {
  position: relative;
}
.sec04::after {
  position: absolute;
  content: "";
  background-color: #F5F9FB;
  bottom: 208px;
  right: 0;
  max-width: 1540px;
  width: 95%;
  /* height: 1142px; */
  height: 84%;
  z-index: -3;
}
.sec04-style {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 120px;
  border-radius: 10px;
  align-items: center;
}
.sec04-style .l-img {
  width: 62.2%;
  margin-left: -155px;
  height: 630px;
}

.sec04-style.reverse {
  flex-flow: row;
}
.sec04-style.reverse .l-img {
  margin-left: 0;
  margin-right: -155px;
}

.sec04-style .l-img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec04-style .l-desc {
  background: linear-gradient(to top right, #0D8B61, #33B288);
  border-radius: 10px;
  padding: 60px;
  flex: 1;
  color: #fff;
  position: relative;
  z-index: 3;
}
.sec04-style .l-desc .sec04-ttl {
  display: grid;
  gap: 18px;
  margin-bottom: 40px;
}
.sec04-style .l-desc .sec04-ttl .en {
  font-size: 36px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
.sec04-style .l-desc .sec04-ttl .jp {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  padding-left: 105px;
  position: relative;
  display: block;
}
.sec04-style .l-desc .sec04-ttl .jp::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background-color: #61B196;
  top: 50%;
  left: 0;
  z-index: 5;
}
.sec04-style .t-ttl {
  text-align: left;
}
.sec04-style .btn-more {
  background-color: #fff;
  color: #333333;
}
.sec04-layout01 {
  display: flex;
  position: relative;
}
.sec04-layout01-img {
  position: relative;
  z-index: 3;
  width: 47.36%;
}
.sec04-layout01-img img {
  border-radius: 10px;
}
.sec04-layout01-desc {
  position: relative;
  flex: 1;
  background: #fff;
  padding: 60px 70px 60px 172px;
  margin: 41px 0 0 0;
  margin-left: -132px;
}
.sec04-layout01-desc .t-ttl {
  font-size: 30px;
  color: #1C9D72;
  text-align: left;
  margin-bottom: 15px;
}
.sec04-layout01-desc .btn-more {
  margin-top: 45px;
}
.sec04-layout01.reverse {
  flex-direction: row-reverse;
  margin-top: 100px;
}
.sec04-layout01.reverse .sec04-layout01-desc {
  padding: 60px 172px 60px 70px;
  margin: 41px 0 0 0;
  margin-right: -132px;
}

.sec05 {
  padding: 150px 0;
  position: relative;
}
.sec05::before {
  content: "";
  position: absolute;
  background: url(../images/sec04-layout02_deco.png) center/cover no-repeat;
  bottom: -57px;
  left: 0;
  width: 780px;
  height: 674px;
  z-index: -1;
}
.sec05-layout {
  display: flex;
  flex-direction: row-reverse;
}
.sec05-layout .l-img {
  width: 50%;
  margin-left: 60px;
}
.sec05-layout .l-img img {
  border-radius: 10px;
}
.sec05-layout .l-desc {
  flex: 1;
}
.sec05-layout .l-desc .l-ttl {
  padding-left: 63px;
  position: relative;
  margin-bottom: 57px;
}
.sec05-layout .l-desc .l-ttl::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_area.svg) center/contain no-repeat;
  width: 35px;
  height: 60px;
  top: 23%;
  left: 0;
}
.sec05-layout .l-desc .l-ttl .en {
  font-size: 57px;
  color: #1C9D72;
  display: block;
  margin-bottom: -13px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
.sec05-layout .l-desc .l-ttl .jp {
  font-size: 20px;
}
.sec05-dl {
  display: flex;
  flex-wrap: wrap;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  align-items: baseline;
}
.sec05-dl dt {
  background: #4BB4CE;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  padding: 2px 19px;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
}
.sec05-dl dt.orange {
  background-color: #FF8107;
}
.sec05-dl dd {
  font-size: 20px;
}
.sec05-dl dd .small {
  display: block;
  font-size: 15px;
}
.sec05-dl dd:not(:nth-child(2)) {
  margin-top: 30px;
}

.sec06 {
  padding-bottom: 120px;
  position: relative;
}
.sec06::before {
  content: "";
  position: absolute;
  background-color: #1C9D72;
  width: 100%;
  min-height: 373px;
  bottom: 0;
  z-index: -1;
}
.sec06 .sec06-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
}
.sec06 .sec06-card li {
  transition: transform 0.6s;
}
.sec06 .sec06-card li:hover {
  transform: translateY(-10px);
}
.sec06 .sec06-card .card-img img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  max-width: 460px;
  max-height: 329px;
}
.sec06 .sec06-card .card-desc {
  position: relative;
  padding-top: 25px;
}
.sec06 .sec06-card .card-ttl {
  font-size: 25px;
  padding-right: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.sec06 .sec06-card .card-ttl::before {
  position: absolute;
  content: "";
  top: 43%;
  left: 100%;
  width: 34px;
  height: 5px;
  background: url(../images/share/btn-arrow.png) center/cover no-repeat;
}

.sec07 {
  padding: 150px 0;
}
.sec07 .top-post-layout01 {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 73px;
  min-height: 170px;
  position: relative;
}
.sec07 .top-post-layout01 .l-ttl {
  text-align: left;
  margin-bottom: 70px;
}
.sec07 .top-post-layout01 .l-ttl .en {
  color: #1C9D72;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.sec07 .top-post-layout01 .l-ttl .jp {
  color: #1C9D72;
  font-size: 18px;
  display: block;
  letter-spacing: 0.05em;
}
.sec07 .top-post-layout01 .btn-more {
  max-width: 224px;
  min-height: 55px;
  font-size: 17px;
}

.sec08 {
  padding-bottom: 150px;
}
.sec08__img {
  max-width: 1440px;
  width: 100%;
  height: 600px;
}
.sec08__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sec08__desc {
  position: relative;
  max-width: 747px;
  width: 100%;
  background: #fff;
  right: 0;
  padding: 84px 0 0 70px;
  border-radius: 10px 0 0 0;
  margin: -255px 0 0 auto;
}
.sec08__en {
  position: absolute;
  left: -3%;
  top: -11%;
  color: #1C9D72;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 79px;
  font-family: "Quicksand", sans-serif;
}
.sec08__ttl {
  font-size: 36px;
  color: #1C9D72;
  line-height: 1.4;
  margin-bottom: 40px;
}
.sec08 .btn-more {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 60px 0 40px;
  }
  .sec01::before {
    width: 100%;
    height: 120%;
    bottom: 0;
    top: auto;
  }
  .sec01 .container, .sec01 .footer-inr, .sec01 .modal-content, .sec01 .u-layout01, .sec01 .breadcrumb ul, .breadcrumb .sec01 ul {
    display: block;
  }
  .sec01 .sec01-ttl {
    margin-right: 0;
    flex-direction: row;
  }
  .sec01 .sec01-ttl .en {
    font-size: 37px;
    margin-bottom: 10px;
  }
  .sec01 .sec01-ttl .jp {
    font-size: 17px;
  }
  .sec01 .t-ttl {
    margin-bottom: 20px;
  }
  .sec01 .list-top-news02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec01 .scroll {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
  }
  .sec01 .btn-more {
    width: 100%;
  }
  .sec02 {
    margin-bottom: 50px;
    padding: 50px 15px;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .sec02 .t-ttl {
    margin-bottom: 30px;
  }
  .sec02 .btn-wrap a:not(:last-child) {
    margin-right: 0;
  }
  .sec02 p {
    margin-bottom: 40px;
  }
  .sec02 .t-sub-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec02-layout {
    display: block;
    margin: 0 5%;
  }
  .sec02-layout + .sec02-layout {
    margin-top: 40px;
  }
  .sec02-layout .l-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec02-layout .l-desc {
    width: 100%;
    padding: 0;
  }
  .sec02-layout .l-desc .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec02-layout.reverse .l-desc {
    padding: 0;
  }
  .sec03 {
    padding: 60px 0;
  }
  .sec03::before {
    width: 100%;
  }
  .sec03 .t-ttl {
    margin-bottom: 20px;
  }
  .sec03 .sec03-style01 {
    display: block;
  }
  .sec03 .sec03-style01 .t-ttl {
    left: 0;
    top: 0;
    padding: 0;
    background: none;
  }
  .sec03 .sec03-style01 .l-img {
    width: 100%;
    height: 100%;
    margin: 0;
    margin-bottom: 25px;
    padding-top: 140px;
  }
  .sec03 .sec03-style01 .l-img img {
    border-radius: 10px;
  }
  .sec03 .sec03-style01 .l-right {
    padding: 0;
  }
  .sec03 .sec03-style01 .l-right ul {
    margin-bottom: 30px;
  }
  .sec03 .sec03-style01 .l-right .item {
    align-items: flex-start;
  }
  .sec03 .sec03-style01 .l-right .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec03 .sec03-style01 .l-right .item img {
    width: 70px;
    height: 70px;
  }
  .sec03 .sec03-style01 .l-right .item .l-desc {
    margin-left: 15px;
  }
  .sec03 .sec03-style01 .l-right .item .l-desc .style01-ttl {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .sec03 .sec03-style01 .l-right .btn-more {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 {
    padding-bottom: 0;
  }
  .sec04::before {
    content: none;
  }
  .sec04::after {
    background: none;
  }
  .sec04-style {
    display: block;
    margin-bottom: 35px;
  }
  .sec04-style .l-img {
    width: 100%;
    margin-left: 0;
    height: 100%;
  }
  .sec04-style .l-img img {
    border-radius: 10px 10px 0 0;
  }
  .sec04-style .l-desc {
    border-radius: 0 0 10px 10px;
    padding: 30px;
  }
  .sec04-style .l-desc .sec04-ttl {
    gap: 10px;
    margin-bottom: 20px;
  }
  .sec04-style .l-desc .sec04-ttl .en {
    font-size: 25px;
  }
  .sec04-style .l-desc .sec04-ttl .jp {
    padding-left: 81px;
    font-size: 17px;
  }
  .sec04-style .l-desc .sec04-ttl .jp::before {
    width: 70px;
  }
  .sec04-style .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
  .sec04-layout01 {
    display: block;
  }
  .sec04-layout01 .sec04-layout01-img {
    width: 100%;
  }
  .sec04-layout01 .sec04-layout01-img img {
    border-radius: 10px 10px 0 0;
  }
  .sec04-layout01-desc {
    margin: 0;
    padding: 30px;
    background-color: #F5F9FB;
  }
  .sec04-layout01-desc .t-ttl {
    margin-bottom: 10px;
  }
  .sec04-layout01-desc .t-ttl .jp {
    font-size: 23px;
  }
  .sec04-layout01-desc .btn-more {
    margin-top: 20px;
  }
  .sec04-layout01.reverse {
    margin-top: 30px;
  }
  .sec04-layout01.reverse .sec04-layout01-img img {
    border-radius: 10px 10px 0 0;
  }
  .sec04-layout01.reverse .sec04-layout01-desc {
    margin: 0;
    padding: 30px;
    background-color: #F5F9FB;
  }
  .sec04-layout01.reverse .sec04-layout01-desc .t-ttl {
    margin-bottom: 10px;
  }
  .sec04-layout01.reverse .sec04-layout01-desc .t-ttl .jp {
    font-size: 23px;
  }
  .sec04-layout01.reverse .sec04-layout01-desc .btn-more {
    margin-top: 20px;
  }
  .sec05 {
    padding: 60px 0;
  }
  .sec05::before {
    content: none;
  }
  .sec05-layout {
    display: block;
  }
  .sec05-layout .l-img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .sec05-layout .l-desc .l-ttl {
    padding-left: 37px;
    margin-bottom: 26px;
  }
  .sec05-layout .l-desc .l-ttl::before {
    width: 25px;
    height: 47px;
    top: 9%;
  }
  .sec05-layout .l-desc .l-ttl .en {
    font-size: 47px;
    margin-bottom: -8px;
  }
  .sec05-layout .l-desc .l-ttl .jp {
    font-size: 17px;
  }
  .sec05-layout .l-desc .sec05-dl {
    display: block;
  }
  .sec05-layout .l-desc .sec05-dl dt {
    font-size: 16px;
    display: inline-block;
  }
  .sec05-layout .l-desc .sec05-dl dt:not(:nth-child(1)) {
    margin-top: 15px;
  }
  .sec05-layout .l-desc .sec05-dl dd {
    font-size: 18px;
    margin-top: 7px;
  }
  .sec06 {
    padding-bottom: 10px;
  }
  .sec06::before {
    min-height: 78%;
  }
  .sec06 .sec06-card {
    display: block;
  }
  .sec06 li .card-desc {
    margin-bottom: 25px;
  }
  .sec06 li .card-desc .card-ttl {
    font-size: 20px;
    padding-right: 10px;
  }
  .sec07 {
    padding: 60px 0;
  }
  .sec07 .top-post-layout01 {
    display: block;
  }
  .sec07 .top-post-layout01 .l-left .l-ttl {
    margin-bottom: 30px;
  }
  .sec07 .top-post-layout01 .btn-more {
    max-width: 100%;
  }
  .sec08 {
    padding-bottom: 60px;
  }
  .sec08__img {
    max-width: 100%;
    height: 230px;
  }
  .sec08__img img {
    border-radius: 10px 10px 0 0;
  }
  .sec08__desc {
    padding: 20px 15px 30px;
    max-width: 100%;
    margin: 0;
    background-color: #F5F9FB;
    border-radius: 0 0 10px 10px;
  }
  .sec08__en {
    font-size: 45px;
    position: static;
    margin-bottom: 10px;
  }
  .sec08__ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec08 .btn-more {
    margin-top: 20px;
  }
}
/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news02 .list-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #E2E1E2;
}
.list-top-news02 .list-item:first-child {
  border-top: 1px solid #E2E1E2;
}
.list-top-news02 time {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-size: 16px;
  margin-right: 47px;
  font-weight: 500;
}
.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;
  color: #fff;
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  letter-spacing: 0.05em;
}
.list-top-news02 a:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog01 {
  width: 85.6%;
  margin: 0 auto;
}
.list-top-blog01 .list-item a {
  display: flex;
  align-items: center;
}
.list-top-blog01 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-top-blog01 .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.list-top-blog01 .list-img {
  overflow: hidden;
  margin-right: 35px;
  max-width: 224px;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}
.list-top-blog01 .list-img img {
  width: 100%;
  height: 157px;
  object-fit: cover;
  transition: 0.4s ease;
}
.list-top-blog01 .list-desc {
  flex: 1;
}
.list-top-blog01 .list-ttl {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
}
.list-top-blog01 time {
  display: block;
  color: #1C9D72;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (max-width: 800px) {
  .list-top-news02 .list-item {
    display: block;
  }
  .list-top-news02 time {
    margin-right: 0;
  }
  .list-top-news02 .list-txt {
    width: 100%;
    font-size: 16px;
  }
  /*ブログ*/
  .list-top-blog01 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }
  .list-top-blog01 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
  .list-top-blog01 .list-item a {
    display: block;
  }
  .list-top-blog01 .list-img {
    margin-bottom: 10px;
  }
}
/*------------
下層レイアウト
--------------*/
.page-ttl {
  position: relative;
  margin-top: 110px;
  width: 100%;
  padding-left: 20vw;
}
.page-ttl-inr {
  position: relative;
  height: 500px;
  width: 100%;
  border-radius: 10px 0 0 0;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
}
.page-ttl-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: #fff;
  color: #1C9D72;
  padding: 50px 128px 35px 70px;
  border-radius: 0 10px 0 0;
  min-width: 620px;
}

.page-ttl-main {
  font-family: "FOT-筑紫A丸ゴシック Std M";
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.page-ttl-sub {
  display: block;
  font-size: 21px;
  font-family: "Quicksand", sans-serif;
}

.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;
}

.u-contents p + p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding-left: 0;
  }
  .page-ttl-inr {
    height: 200px;
  }
  .page-ttl-desc {
    position: static;
    padding: 20px;
    border-radius: 0;
    min-width: unset;
  }
  .page-ttl-main {
    font-size: 25px;
  }
  .page-ttl-sub {
    font-size: 18px;
  }
  .u-contents p + p {
    margin-top: 1em;
  }
}
.u-h2, .post-category-ttl, .postdata h1 {
  position: relative;
  font-size: 30px;
  color: #1C9D72;
  padding-bottom: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  background: #FF8105;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3, .post-ttl, .postdata h2 {
  font-size: 25px;
  color: #1C9D72;
  padding: 10px 20px;
  background: #F5F9FB;
  margin-bottom: 30px;
  position: relative;
}

.u-h4, .postdata h3 {
  font-size: 21px;
  color: #FF8107;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.u-h4::before, .postdata h3::before {
  content: "";
  position: absolute;
  background: #FF8107;
  width: 12px;
  height: 4px;
  left: 0;
  top: 16px;
}

.num-ttl {
  border-bottom: 1px solid #1C9D72;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.num-ttl .num {
  background: #1C9D72;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
  font-family: "Quicksand", sans-serif;
}
.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: -7px;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .u-h2::before, .post-category-ttl::before, .postdata h1::before {
    width: 40px;
  }
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .u-h4, .postdata h3 {
    font-size: 18px;
    padding-left: 20px;
  }
  .u-h4::before, .postdata h3::before {
    width: 10px;
    top: 12px;
    height: 3px;
  }
  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .num-ttl .num {
    display: table;
    font-size: 11px;
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .num-ttl .num::after {
    display: none;
  }
}
.x-short + .x-short {
  margin-top: 30px;
}
.x-short + .short {
  margin-top: 50px;
}

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

.tall {
  padding: 70px 0;
}
.tall:last-child {
  padding: 70px 0 140px;
}
.tall.bg01 {
  background: #F5F9FC;
}
.tall.bg01 .list-card03 .list-item {
  background: #fff;
}
.tall.bg01 .tab-item {
  background: #fff;
}
.tall.bg01 .tab-item.active {
  background: #1C9D72;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .x-short + .short {
    margin-top: 30px;
  }
  .short + .short {
    margin-top: 30px;
  }
  .tall {
    padding: 40px 0;
  }
  .tall:last-child {
    padding: 40px 0 80px;
  }
}
.column2 {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 140px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.column2-left {
  width: 740px;
}
.column2-right {
  width: 240px;
  margin-left: 44px;
}
.column2-right-inr {
  position: sticky;
  top: 150px;
}

.side-navi {
  border: 1px solid #1C9D72;
}
.side-navi .ttl {
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  border-bottom: 1px solid #1C9D72;
}
.side-navi ul {
  font-size: 15px;
  padding: 20px;
}
.side-navi ul li {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}
.side-navi ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1C9D72;
}
.side-navi ul li + li {
  margin-top: 7px;
}
.side-navi a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .column2 {
    display: block;
    padding: 40px 0 80px;
  }
  .column2-left {
    width: 100%;
    margin-bottom: 70px;
  }
  .column2-right {
    width: 100%;
    margin-left: 0;
  }
  .column2-right-inr {
    position: static;
  }
}
.l-style01 {
  display: flex;
}
.l-style01 .l-img {
  flex: 1;
  margin-right: 50px;
}
.l-style01 .l-img img {
  border-radius: 10px;
}
.l-style01 .l-img iframe {
  width: 100%;
  border-radius: 10px;
}
.l-style01 .l-img.small {
  flex: 0.5;
}
.l-style01 .l-img.large {
  margin: 0 7.5% 0 -10%;
  position: relative;
}
.l-style01 .l-desc {
  flex: 1;
}

.l-style02 {
  display: flex;
  flex-direction: row-reverse;
}
.l-style02 .l-img {
  flex: 1;
  margin-left: 50px;
}
.l-style02 .l-img img {
  border-radius: 10px;
}
.l-style02 .l-img.small {
  flex: 0.5;
}
.l-style02 .l-img.large {
  margin: 0 -10% 0 7.5%;
  position: relative;
}
.l-style02 .l-desc {
  flex: 1;
}

.l-style01 .l-ttl, .l-style02 .l-ttl {
  font-size: 25px;
  margin-bottom: 20px;
}

.l-style03 {
  display: flex;
}
.l-style03 .l-img {
  position: relative;
  z-index: 1;
  max-width: 485px;
  width: 100%;
}
.l-style03 .l-img img {
  border-radius: 10px;
}
.l-style03 .l-desc {
  position: relative;
  background: #F5F9FB;
  max-width: 644px;
  width: 100%;
  padding: 55px 70px 60px 170px;
  margin: 40px 0 0 -105px;
  flex: 1;
}
.l-style03 .l-ttl {
  font-size: 30px;
  margin-bottom: 25px;
  color: #1C9D72;
}
.l-style03 .l-num {
  position: absolute;
  left: 172px;
  top: -42px;
  font-size: 79px;
  font-family: "Quicksand", sans-serif;
  color: #1C9D72;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 5;
}
.l-style03 .btn-more {
  margin-top: 40px;
}
.l-style03.reverse {
  flex-direction: row-reverse;
}
.l-style03.reverse .l-desc {
  padding: 55px 170px 60px 70px;
  margin: 40px -105px 0 0;
}
.l-style03.reverse .l-num {
  position: absolute;
  left: 62px;
}

@media (max-width: 800px) {
  .l-style01 {
    display: block;
  }
  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-style01 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
  .l-style01 .l-desc {
    width: 100%;
  }
  .l-style02 {
    display: block;
  }
  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .l-style02 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
  .l-style01 .l-ttl, .l-style02 .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .l-style03 {
    display: block;
  }
  .l-style03 .l-img {
    width: 100%;
  }
  .l-style03 .l-desc {
    padding: 85px 0 30px;
    margin: 0;
  }
  .l-style03 .l-desc::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% + 40px);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #F5F9FB;
    z-index: -1;
  }
  .l-style03 .l-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .l-style03 .l-num {
    left: 0;
    top: 15px;
    font-size: 60px;
  }
  .l-style03.reverse .l-desc {
    padding: 85px 0 30px;
    margin: 0;
  }
  .l-style03.reverse .l-num {
    left: 0;
  }
}
/* =============================================
追加
============================================= */
.u-bnr-box {
  position: relative;
  text-align: center;
  display: block;
  max-width: 526px;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease;
  color: #fff;
  font-size: 21px;
  padding: 50px 12px;
  background: #107B58;
}
.u-bnr-box__ttl {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
.u-bnr-box::before {
  content: "";
  position: absolute;
  background: url(../images/share/btn-arrow.png) no-repeat center/contain;
  width: 34px;
  height: 5px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.u-bnr-box::after {
  content: "";
  position: absolute;
  background: url(../images/under/u-btn_bg.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: 0.3s ease;
}
.u-bnr-box:hover::after {
  opacity: 0.5;
}

.u-layout01 {
  max-width: 1440px;
  width: 90%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.u-layout01 .l-img {
  max-width: 895px;
  width: 100%;
}
.u-layout01 .l-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.u-layout01__desc {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(65deg, rgb(13, 139, 97) 0%, rgb(51, 178, 136) 100%);
  max-width: 700px;
  width: 100%;
  padding: 75px 80px;
  margin-left: -155px;
  color: #fff;
}
.u-layout01__ttl {
  font-size: 46px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .u-bnr-box {
    max-width: 100%;
    padding: 30px 10px;
    font-size: 18px;
  }
  .u-bnr-box::before {
    right: 30px;
  }
  .u-layout01 {
    display: block;
  }
  .u-layout01__img {
    max-width: 100%;
  }
  .u-layout01__img img {
    border-radius: 10px 10px 0 0;
  }
  .u-layout01__desc {
    max-width: 100%;
    padding: 40px 20px;
    margin-left: 0;
    border-radius: 0 0 10px 10px;
  }
  .u-layout01__ttl {
    font-size: 24px;
  }
}
.fl-img01, .fl-img02 {
  width: 40%;
}
.fl-img01.small, .fl-img02.small {
  width: 25%;
}

.fl-img01 {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-img02 {
  float: left;
  margin: 0 35px 15px 0;
}

@media (max-width: 800px) {
  .fl-img01, .fl-img02 {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .fl-img01.small, .fl-img02.small {
    width: 100%;
  }
}
.list-col1 .item:not(:last-child) {
  margin-bottom: 100px;
}
.list-col1 .item--s:not(:last-child) {
  margin-bottom: 60px;
}

.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-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3 {
  display: flex;
  flex-wrap: wrap;
}
.list-col3 .list-item {
  width: 31.25%;
}
.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-col3 .list-item:last-child {
  margin-right: 0;
}
.list-col3 .list-img {
  margin-bottom: 20px;
}
.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}
.list-col3 .staff-list__img {
  margin-left: 0;
  margin-bottom: 20px;
}

.list-col4 {
  display: flex;
  flex-wrap: wrap;
}
.list-col4 .list-item {
  width: 23.5%;
}
.list-col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}
.list-col4 .list-item:nth-child(n+5) {
  margin-top: 30px;
}
.list-col4 .list-item:last-child {
  margin-right: 0;
}
.list-col4 .list-img {
  margin-bottom: 15px;
}
.list-col4 .list-ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-col1 .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-col1 .item--s:not(:last-child) {
    margin-bottom: 40px;
  }
  .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;
  }
  .list-col3 {
    display: block;
  }
  .list-col3 .list-item {
    width: 100%;
  }
  .list-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-col3 .list-img {
    margin-bottom: 15px;
  }
  .list-col3 .list-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .list-col3 .staff-list__img {
    margin-bottom: 15px;
  }
  .list-col4 {
    display: block;
  }
  .list-col4 .list-item {
    width: 100%;
  }
  .list-col4 .list-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .list-col4 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.list-card01 .list-item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #1C9D72;
  background: #fff;
}
.list-card01 .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-card01 .list-img img {
  border-radius: 10px;
}
.list-card01 .num {
  display: block;
  color: #FF8107;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.list-card01 .list-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #1C9D72;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.list-card02 .list-item {
  background: #F5F9FC;
  border-radius: 10px;
}

.list-card02 .list-item2 {
  background: #F5F9FC;
  border-radius: 10px;
}

.list-card02 .list-ttl {
  font-size: 20px;
  border-bottom: 2px dotted #1C9D72;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.list-card02 .list-img {
  text-align: center;
  margin-bottom: 20px;
}

.list-card03 .list-item {
  background: #F5F9FC;
  border-radius: 10px;
}
.list-card03 .list-img {
  margin-bottom: 20px;
}
.list-card03 .list-img img {
  border-radius: 10px;
}
.list-card03 .list-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.list-card01, .list-card02, .list-card03 {
  display: flex;
  flex-wrap: wrap;
}
.list-card01.col2 .list-item, .list-card02.col2 .list-item, .list-card03.col2 .list-item {
  width: 48.5%;
  padding: 30px 25px;
}

.list-card01.col2 .list-item, .list-card02.col2 .list-item, .list-card03.col2 .list-item {
  width: 48.5%;
  padding: 30px 25px;
}

.list-card02.col2 .list-item2 {
  width: 100%;
  padding: 30px 25px;
}


.list-card02.col1 {
  gap: 30px;
}

.list-card01.col2 .list-item:nth-child(odd), .list-card02.col2 .list-item:nth-child(odd), .list-card03.col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}
.list-card01.col2 .list-item:nth-child(n+3), .list-card02.col2 .list-item:nth-child(n+3), .list-card03.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}
.list-card01.col2 .list-item:last-child, .list-card02.col2 .list-item:last-child, .list-card03.col2 .list-item:last-child {
  margin-right: 0;
}
.list-card01.col3 .list-item, .list-card02.col3 .list-item, .list-card03.col3 .list-item {
  padding: 25px;
  width: 31.25%;
}
.list-card01.col3 .list-item:not(:nth-child(3n)), .list-card02.col3 .list-item:not(:nth-child(3n)), .list-card03.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-card01.col3 .list-item:nth-child(n+4), .list-card02.col3 .list-item:nth-child(n+4), .list-card03.col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-card01.col3 .list-item:last-child, .list-card02.col3 .list-item:last-child, .list-card03.col3 .list-item:last-child {
  margin-right: 0;
}
.list-card01.col4 .list-item, .list-card02.col4 .list-item, .list-card03.col4 .list-item {
  padding: 20px;
  width: 23.5%;
}
.list-card01.col4 .list-item:not(:nth-child(4n)), .list-card02.col4 .list-item:not(:nth-child(4n)), .list-card03.col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}
.list-card01.col4 .list-item:nth-child(n+5), .list-card02.col4 .list-item:nth-child(n+5), .list-card03.col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}
.list-card01.col4 .list-item:last-child, .list-card02.col4 .list-item:last-child, .list-card03.col4 .list-item:last-child {
  margin-right: 0;
}
.list-card01.center, .list-card02.center, .list-card03.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .list-card01 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card02 .list-img {
    margin-bottom: 15px;
  }
  .list-card03 .list-img {
    margin-bottom: 15px;
  }
  .list-card03 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card01, .list-card02, .list-card03 {
    display: block;
  }
  .list-card01.col2 .list-item, .list-card02.col2 .list-item, .list-card03.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col2 .list-item:nth-child(odd), .list-card02.col2 .list-item:nth-child(odd), .list-card03.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card01.col2 .list-item:nth-child(n+2), .list-card02.col2 .list-item:nth-child(n+2), .list-card03.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .list-card01.col3 .list-item, .list-card02.col3 .list-item, .list-card03.col3 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col3 .list-item:not(:nth-child(3n)), .list-card02.col3 .list-item:not(:nth-child(3n)), .list-card03.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-card01.col3 .list-item:nth-child(n+2), .list-card02.col3 .list-item:nth-child(n+2), .list-card03.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card03.col3.sp-col2 .list-item:nth-child(n+2) {
    margin-top: 0px;
  }


  .list-card01.col4 .list-item, .list-card02.col4 .list-item, .list-card03.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col4 .list-item:not(:last-child), .list-card02.col4 .list-item:not(:last-child), .list-card03.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }
  .list-card01.col4 .list-item:nth-child(n+2), .list-card02.col4 .list-item:nth-child(n+2), .list-card03.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .sp-col2 {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
	}
}
.list-disc li {
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "";
  background: #1C9D72;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  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: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #1C9D72;
  border-bottom: 2px solid #1C9D72;
  transform: rotate(-45deg);
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  padding-left: 30px;
  position: relative;
}
.list-num > li:before {
  background: #1C9D72;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 11px;
  position: absolute;
  top: 7.5px;
  left: 0;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}
.list-num > li + li {
  margin-top: 5px;
}

.list-check02 li {
  position: relative;
  padding-left: 25px;
}
.list-check02 li + li {
  margin-top: 3px;
}
.list-check02 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 15px;
  background: url(../images/share/icon_check.svg) center/contain no-repeat;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }
  .list-check li:before {
    top: 8px;
  }
  .list-num > li:before {
    top: 4.5px;
    padding-left: 1px;
  }
  .list-num > li + li {
    margin-top: 3px;
  }
  .list-check02 li:before {
    top: 6px;
  }
}
.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.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;
  }
}
.dl-style01 {
  display: flex;
  flex-wrap: wrap;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  align-items: baseline;
}
.dl-style01 dt {
  background: #4BB4CE;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  padding: 2px 19px;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
}
.dl-style01 dt.orange {
  background-color: #FF8107;
}
.dl-style01 dd {
  font-size: 20px;
}
.dl-style01 dd .small {
  display: block;
  font-size: 15px;
}
.dl-style01 dd:not(:nth-child(2)) {
  margin-top: 15px;
}

.dl-style02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.dl-style02 dt {
  background: #1C9D72;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  text-align: center;
  margin-bottom: 10px;
  width: 100px;
}
.dl-style02 dd {
  width: calc(100% - 100px);
  padding-left: 30px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .dl-style01 {
    display: block;
  }
  .dl-style01 dt {
    padding: 15px;
    width: 100%;
  }
  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }
  .dl-style01 dd:not(:nth-child(2)) {
    margin-top: 0;
  }
  .dl-style02 dd {
    padding-left: 20px;
  }
}
.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.list-anchor-link li {
  position: relative;
}
.list-anchor-link li:not(:last-child):after {
  content: "";
  display: inline-block;
  background: #1C9D72;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  padding-right: 25px;
  transition: 0.3s;
}
.list-anchor-link a:before {
  content: "";
  background: url(../images/share/icon_arrow_bottom.svg) no-repeat 0 0/contain;
  stroke: #1C9D72;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 8px;
}
.list-anchor-link a:hover {
  color: #1C9D72;
}

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }
  .list-anchor-link li:not(:last-child):after {
    display: none;
  }
  .list-anchor-link a {
    padding: 0 0 0 25px;
  }
  .list-anchor-link a:before {
    right: inherit;
    left: 0;
  }
}
.merit-demerit {
  display: flex;
}
.merit-demerit .list-item {
  flex: 1;
  background-color: #4BB4CE;
  padding: 30px;
  border-top: 2px solid #1C9D72;
}
.merit-demerit .list-item:nth-child(even) {
  margin-left: 4%;
  border-top: 2px solid #FF8107;
}
.merit-demerit .list-item:nth-child(even) .list-ttl .en {
  color: #FF8107;
}
.merit-demerit .list-item:nth-child(even) .list-disc > li::before {
  background: #FF8107;
}
.merit-demerit .list-ttl {
  margin-bottom: 20px;
}
.merit-demerit .list-ttl .en {
  font-size: 30px;
  font-family: "Quicksand", sans-serif;
  color: #1C9D72;
  margin-right: 15px;
  line-height: 1;
}
.merit-demerit .list-ttl .jp {
  font-size: 16px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}

@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 .en {
    font-size: 24px;
    margin-right: 10px;
  }
  .merit-demerit .list-ttl .jp {
    font-size: 14px;
  }
}
.before-after {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.before-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #1C9D72;
}
.before-after .l-item {
  width: 45%;
}
.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  background-color: #4BB4CE;
}
.before-after .l-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.before-after .l-txt {
  line-height: 1;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 800px) {
  .before-after {
    display: block;
    justify-content: space-between;
    position: relative;
  }
  .before-after:after {
    border-width: 16px 0 16px 16px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .before-after .l-item {
    width: 100%;
  }
  .before-after .l-item + .l-item {
    margin-top: 40px;
  }
  .before-after .l-img {
    position: relative;
    margin-bottom: 10px;
    background-color: #4BB4CE;
  }
  .before-after .l-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }
  .before-after .l-txt {
    line-height: 1;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
}
.list-price {
  letter-spacing: 0;
}
.list-price > li + li {
  margin-top: 20px;
}
.list-price .list-intro {
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 20px;
  padding: 0 0 5px;
}
.list-price .list-desc {
  margin-top: 10px;
  color: #aaa;
}

@media (max-width: 800px) {
  .list-price .list-intro {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 8px;
  }
  .list-price .list-desc {
    margin-top: 10px;
    line-height: 1.5;
  }
  .list-price .small {
    font-size: 12px;
  }
}
.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}
.staff-layout .l-img {
  flex: 1;
}
.staff-layout .l-img img {
  border-radius: 10px;
}
.staff-layout .l-desc {
  flex: 1.5;
  margin-right: 50px;
}
.staff-layout .name {
  margin-bottom: 30px;
}
.staff-layout .jp {
  font-size: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  margin-right: 25px;
}
.staff-layout .en {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  color: #1C9D72;
}

.staff-layout .l-message {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}


.staff-career {
  font-size: 14px;
}
.staff-career li {
  display: flex;
}
.staff-career li:not(:last-child) {
  margin-bottom: 10px;
}
.staff-career .data {
  width: 25%;
}
.staff-career .txt {
  width: 85%;
}

.staff-list__item {
  display: flex;
  flex-direction: row-reverse;
}
.staff-list__dl {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 134px 1fr;
  gap: 15px;
}

.staff-list__dl2 {
  align-items: flex-start;
  grid-template-columns: 134px 1fr;
  gap: 15px;
}

.staff-list__dl dt {
  border-radius: 3px;
  text-align: center;
  background: #1C9D72;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #fff;
  font-size: 20px;
}

.staff-list__dl2 dt {
  border-radius: 3px;
  text-align: center;
  background: #1C9D72;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #fff;
  font-size: 17px;
}

.staff-list__dl2 dd {
    margin-bottom: 10px;
    font-size: 14px;
  }


.staff-list__img {
  position: relative;
  max-width: 347px;
  width: 100%;
  border-radius: 10px;
  margin-left: 40px;
}
.staff-list__img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.staff-list__name {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  color: #1C9D72;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 0 10px 0 10px;
}

@media (max-width: 800px) {
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    margin-bottom: 20px;
  }
  .staff-layout .l-desc {
    margin-right: 0;
  }
  .staff-layout .job {
    font-size: 16px;
  }
  .staff-layout .name {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }
  .staff-layout .en {
    font-size: 16px;
  }
  .staff-career li {
    display: block;
  }
  .staff-career .data {
    width: auto;
    display: block;
    font-weight: bold;
  }
  .staff-career .txt {
    width: 100%;
  }
  .staff-list__item {
    display: block;
  }
  .staff-list__dl {
    grid-template-columns: 100px 1fr;
  }
  .staff-list__dl2 {
    grid-template-columns: 100px 1fr;
  }

  .staff-list__dl dt {
    font-size: 16px;
  }

  .staff-list__dl2 dt {
    font-size: 16px;
  }

  .staff-list__img {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .staff-list__name {
    font-size: 18px;
    padding: 7px 20px;
  }
}
.flow-style {
  display: grid;
  gap: 40px;
}
.flow-style > li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}
.flow-style > li:not(:last-child)::before {
  content: "";
  background-color: #1C9D72;
  width: 1px;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 32px;
}
.flow-style > li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #1C9D72 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}
.flow-style .flow-num {
  font-size: 21px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1C9D72;
  font-family: "Quicksand", sans-serif;
}
.flow-style .flow-num::before {
  content: attr(data-en);
  color: #1C9D72;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.flow-style .flow-num.step {
  position: relative;
  padding-top: 15px;
}
.flow-style .flow-num.step::before {
  position: absolute;
  content: "Step";
  font-size: 18px;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-style .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
.flow-style .flow-img {
  width: 35%;
}
.flow-style .flow-img img {
  border-radius: 10px;
}
.flow-style .flow-desc {
  flex: 1;
}
.flow-style .flow-desc > p {
  border-bottom: 1px solid #1C9D72;
  padding-bottom: 20px;
}
.flow-style .flow-desc > p.no-border {
  border-bottom: none;
  padding-bottom: 0;
}
.flow-style .flow-ttl {
  font-size: 21px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  margin-bottom: 8px;
  color: #1C9D72;
}

@media (max-width: 800px) {
  .flow-style {
    gap: 40px;
  }
  .flow-style > li {
    grid-template-columns: 50px 1fr;
    grid-gap: 26px;
  }
  .flow-style > li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }
  .flow-style > li:not(:last-child)::after {
    left: 20px;
  }
  .flow-style .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .flow-style .wrap {
    flex-direction: column;
    gap: 15px;
  }
  .flow-style .flow-img {
    width: 100%;
  }
  .flow-style .flow-ttl {
    margin-bottom: 10px;
  }
}
.flow-style01 {
  border: 1px solid #1C9D72;
  padding: 50px;
}
.flow-style01 .l-item {
  position: relative;
}
.flow-style01 .l-item:not(:last-child) {
  border-bottom: 1px solid #1C9D72;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.flow-style01 .l-item:not(:last-child)::before, .flow-style01 .l-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
}
.flow-style01 .l-item:not(:last-child)::before {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #1C9D72;
  border-right: 2px solid #1C9D72;
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.flow-style01 .l-item:not(:last-child)::after {
  background: #fff;
  width: 70px;
  height: 20px;
  bottom: -18px;
  transform: translateX(-50%);
  z-index: 1;
}

.flow-style02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 50px;
  padding-top: 15px;
}
.flow-style02 .l-item {
  background: #4BB4CE;
  padding: 35px 30px 30px;
  position: relative;
}
.flow-style02 .l-item:after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #1C9D72;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow-style02 .l-item:last-child::after {
  display: none;
}
.flow-style02 .l-num {
  color: #1C9D72;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 30px;
}
.flow-style02 .l-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.flow-style03 {
  display: grid;
}
.flow-style03 > li {
  background-color: #4BB4CE;
  padding: 25px;
  position: relative;
}
.flow-style03 > li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #1C9D72;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.flow-style03 > li:last-child::after {
  display: none;
}
.flow-style03 .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}
.flow-style03 .num {
  color: #fff;
  background-color: #1C9D72;
  display: table;
  font-size: 13px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
  border-radius: 20px;
}
.flow-style03 .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.flow-style03 .list-desc {
  margin-bottom: 15px;
}
.flow-style03 .list-btn {
  margin-top: 20px;
}
.flow-style03 .btn-more {
  width: 100%;
  max-width: 100%;
}
.flow-style03.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.flow-style03.col2 .list-item {
  padding: 30px;
}
.flow-style03.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.flow-style03.col3 > li::after {
  right: -22px;
}
.flow-style03.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.flow-style03.col4 > li {
  padding: 20px;
}
.flow-style03.col4 > li::after {
  right: -17px;
}

.flow-style04 {
  position: relative;
  padding: 90px 110px;
  background: linear-gradient(65deg, rgb(13, 139, 97) 0%, rgb(51, 178, 136) 100%);
}
.flow-style04__item {
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.flow-style04__item:not(:last-of-type) {
  padding-bottom: 30px;
}
.flow-style04__item:not(:last-of-type) .flow-style04__inner::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 22px;
  width: 1px;
  height: calc(100% + 20px);
  left: 5.5px;
}
.flow-style04__num {
  width: 85px;
  letter-spacing: 0.1em;
  font-size: 21px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.6;
}
.flow-style04__inner {
  flex: 1;
  padding-left: 47px;
  margin-left: 30px;
  position: relative;
}
.flow-style04__inner::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  left: 0;
  top: 11px;
}
.flow-style04__ttl {
  font-size: 21px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .flow-style01 {
    padding: 25px 20px;
  }
  .flow-style01 .l-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .flow-style02 {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }
  .flow-style02 .l-item {
    padding: 35px 20px 30px;
    width: 100%;
  }
  .flow-style02 .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .flow-style02 .l-num {
    left: 20px;
  }
  .flow-style02 .l-ttl {
    font-size: 20px;
  }
  .flow-style03 > li {
    padding: 25px 20px;
    position: relative;
  }
  .flow-style03 > li::after {
    right: 50%;
    top: inherit;
    bottom: -32px;
    transform: translateX(50%) rotate(90deg);
  }
  .flow-style03 .list-img.sp-small img {
    width: 65%;
  }
  .flow-style03.col2, .flow-style03.col3, .flow-style03.col4 {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }
  .flow-style03.col2 .list-item, .flow-style03.col3 .list-item, .flow-style03.col4 .list-item {
    padding: 25px 20px;
  }
  .flow-style03.col3 > li {
    padding: 25px 20px;
  }
  .flow-style03.col3 > li::after {
    right: 50%;
  }
  .flow-style03.col4 > li {
    padding: 25px 20px;
  }
  .flow-style03.col4 > li::after {
    right: 50%;
  }
  .flow-style04 {
    padding: 30px 20px;
  }
  .flow-style04__item {
    display: block;
    padding-left: 40px;
  }
  .flow-style04__item::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    left: 0;
    top: 7px;
  }
  .flow-style04__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    top: 12px;
    width: 1px;
    height: 100%;
    left: 6px;
  }
  .flow-style04__item:not(:last-of-type) .flow-style04__inner::after {
    display: none;
  }
  .flow-style04__num {
    width: auto;
    display: block;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .flow-style04__inner {
    padding-left: 0;
    margin-left: 0;
  }
  .flow-style04__inner::before {
    display: none;
  }
  .flow-style04__ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.faq-style01 > dt {
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
}
.faq-style01 > dt .txt {
  font-size: 20px;
  line-height: 1.7;
}
.faq-style01 > dt .icon {
  background-color: #1C9D72;
}
.faq-style01 > dt::before, .faq-style01 > dt::after {
  content: "";
  background: #1C9D72;
  position: absolute;
  width: 10px;
  height: 1px;
  right: 15px;
  top: 50%;
}
.faq-style01 > dt::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.faq-style01 > dt:not(.is-open):hover {
  opacity: 0.5;
}
.faq-style01 > dt.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.faq-style01 dd {
  display: none;
  margin-bottom: 60px;
}
.faq-style01 dd .wrapper {
  display: flex;
}
.faq-style01 dd + dt {
  margin-top: 10px;
}
.faq-style01 dd .icon {
  background: #ccc;
}
.faq-style01 .icon {
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  width: 35px;
  height: 35px;
  padding-left: 2px;
  line-height: 35px;
  margin: 0 15px 0 0;
}
.faq-style01 .txt {
  flex: 1;
}

.faq-style02 dt {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.faq-style02 dt .txt {
  font-size: 22px;
  line-height: 1.7;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
.faq-style02 dt .icon {
  background-color: #1C9D72;
  color: #fff;
  border-radius: 5px;
}
.faq-style02 dd .wrapper {
  display: flex;
}
.faq-style02 dd .icon {
  background: #4BB4CE;
  color: #fff;
  border-radius: 5px;
}
.faq-style02 .icon {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-style02 .txt {
  flex: 1;
}
.faq-style02 dd:not(:last-child) {
  margin-bottom: 60px;
}

.faq-style03 dt {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.faq-style03 dt .txt {
  font-size: 22px;
  line-height: 1.4;
  flex: 1;
  font-weight: 700;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #1C9D72;
}
.faq-style03 dt .icon {
  color: #1C9D72;
}
.faq-style03 dd .wrapper {
  display: flex;
}
.faq-style03 dd .icon {
  color: #FF8107;
}
.faq-style03 .icon {
  font-size: 26px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin-right: 15px;
  line-height: 1;
}
.faq-style03 .txt {
  flex: 1;
}
.faq-style03 dd:not(:last-child) {
  margin-bottom: 60px;
}

.faq-style04 dt {
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
}
.faq-style04 dt .ico {
  background: #1C9D72;
}
.faq-style04 dt .txt {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  line-height: 1.7;
}
.faq-style04 dt::after {
  content: "";
  background: url("../images/share/ico_open.svg") no-repeat center/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
}
.faq-style04 dt:not(.is-open):hover {
  opacity: 0.5;
}
.faq-style04 dt.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.faq-style04 dt.is-open::after {
  background: url("../images/share/ico_close.svg") no-repeat center/contain;
}
.faq-style04 dd {
  display: none;
}
.faq-style04 dd .wrapper {
  display: flex;
}
.faq-style04 dd + dt {
  margin-top: 30px;
}
.faq-style04 dd .ico {
  background: #FF8107;
}
.faq-style04 .ico {
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding-left: 2px;
  margin: 0 15px 0 0;
}
.faq-style04 .txt {
  flex: 1;
}

@media (max-width: 800px) {
  .faq-style01 dt .ttl {
    font-size: 16px;
  }
  .faq-style01 dt::before, .faq-style01 dt::after {
    width: 10px;
    height: 1px;
    right: 15px;
    top: calc(50% - 5px);
  }
  .faq-style01 dt::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .faq-style01 dt.is-open::before {
    transform: translateY(-50%) rotate(0);
  }
  .faq-style01 dd {
    margin-bottom: 30px;
  }
  .faq-style01 .icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    margin: 0 10px 0 0;
  }
  .faq-style02 dt .txt {
    font-size: 16px;
  }
  .faq-style02 dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .faq-style02 .icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin: 0 10px 0 0;
  }
  .faq-style03 dt .txt {
    font-size: 16px;
  }
  .faq-style03 dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .faq-style03 .icon {
    font-size: 20px;
    margin: 0 10px 0 0;
    line-height: 1.3;
  }
  .faq-style04 dt {
    padding: 0 25px 10px 0;
    margin: 0 0 15px;
  }
  .faq-style04 dt .txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .faq-style04 dt::after {
    top: 2px;
  }
  .faq-style04 dd {
    display: none;
  }
  .faq-style04 dd + dt {
    margin-top: 20px;
  }
  .faq-style04 .ico {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 13px 0 0;
    padding-left: 0;
  }
}
.table-style01 {
  position: relative;
  border: 1px solid #DDD;
  background: #fff;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
.table-style01 th {
  background-color: #1C9D72;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  text-align: center;
  padding: 10px;
  width: 30%;
}
.table-style01 td {
  padding: 10px 30px;
}

.table-style02 {
  background-color: #fff;
}
.table-style02 th, .table-style02 td {
  border: 1px solid #DDDDDD;
  line-height: 1.7;
  padding: 15px;
}
.table-style02 th {
  background-color: #1C9D72;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.table-style02 th.bg01 {
  background-color: #F5F9FC;
  color: #1C9D72;
}
.table-style02 .table-img {
  text-align: center;
}

@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;
  }
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::before {
    content: "※横にスクロールできます。";
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1C9D72;
  }
  .table-scroll table {
    margin-bottom: 10px;
    width: 250%;
  }
}
.tel-layout {
  background: #F5F9FB;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}
.tel-layout .l-ttl {
  border-bottom: 1px solid #1C9D72;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
  font-weight: bold;
}
.tel-layout .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.tel-layout .l-tel {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  color: #1C9D72;
}
.tel-layout .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  grid-template-columns: 70px 1fr;
  align-items: baseline;
}
.tel-layout .l-time dt {
  border: 1px solid #1C9D72;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C9D72;
  padding: 5px 0;
}

@media (max-width: 800px) {
  .tel-layout .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }
  .tel-layout .wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .tel-layout .l-tel {
    font-size: 30px;
  }
}
.box-style01 {
  position: relative;
  border: 1px solid #1C9D72;
  background: #fff;
  padding: 75px 135px 85px;
}
.box-style01 .box-ttl {
  color: #1C9D72;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.box-style01 .box-txt {
  color: #1C9D72;
  text-align: center;
}

.box-style02 {
  border: 1px solid #1C9D72;
  padding: 50px;
  background: #fff;
}
.box-style02 .box-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.box-style02 .box-ttl02 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.box-style02 .box-ttl02::before {
  content: "";
  width: 6px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #1C9D72;
}

.box-style03 {
  background: #F5F9FC;
  padding: 40px;
  border-radius: 10px;
}
.box-style03 .box-ttl {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #1C9D72;
}
.box-style03 .box-ttl img {
  width: 25px;
  margin: 5px 15px 0 0;
}
.box-style03 .list-disc > li::before {
  background: #fff;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 30px 20px;
  }
  .box-style01 .box-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .box-style01 .box-txt {
    text-align: left;
  }
  .box-style02 {
    padding: 25px 20px;
  }
  .box-style02 .box-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .box-style02 .box-ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 12px;
  }
  .box-style02 .box-ttl02::before {
    width: 5px;
    height: 17px;
    top: 5px;
  }
  .box-style03 {
    padding: 25px 20px;
  }
  .box-style03 .box-ttl {
    font-size: 18px;
  }
  .box-style03 .box-ttl img {
    width: 25px;
    margin: 4px 10px 0 0;
  }
}
.under-slider01 .splide {
  margin: 0 auto;
}
.under-slider01 .splide__track {
  overflow: visible;
}
.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.under-slider01 .splide__arrow--prev {
  left: calc((100% - 860px) / 2);
}
.under-slider01 .splide__arrow--next {
  right: calc((100% - 860px) / 2);
}
.under-slider01 .splide__arrow {
  top: 263px;
  transform: translateY(0);
}
.under-slider01 .item-desc {
  margin-top: 25px;
}
.under-slider01 .item-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.under-slider02 .item-img {
  position: relative;
  text-align: center;
}
.under-slider02 figcaption {
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.under-slider03-main {
  max-width: 1024px;
  width: 100%;
  margin-bottom: 30px;
}
.under-slider03-main .splide__slide {
  text-align: center;
}
.under-slider03-main .splide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.under-slider03-thumb {
  width: 320px;
  margin: 0 auto;
}
.under-slider03-thumb .splide__slide {
  height: 80px;
  width: 100px;
}
.under-slider03-thumb .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under-slider03-thumb .splide__arrow--prev {
  left: -90px;
}
.under-slider03-thumb .splide__arrow--next {
  right: -90px;
}
.under-slider03-thumb .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #1C9D72;
}
.under-slider03-thumb .splide__arrow svg {
  display: none;
}

@media (max-width: 800px) {
  .under-slider01 .item-desc {
    margin-top: 15px;
  }
  .under-slider01 .item-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
  .under-slider01 .splide__arrow--prev {
    left: 0;
  }
  .under-slider01 .splide__arrow--next {
    right: 0;
  }
  .under-slider01 .splide__arrow {
    top: 28vw;
    transform: translateY(-50%);
  }
  .under-slider03-main {
    margin-bottom: 20px;
  }
  .under-slider03-thumb {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .under-slider03-thumb .splide__slide {
    height: 60px;
    width: auto;
  }
  .under-slider03-thumb .splide__arrow--prev {
    left: -50px;
  }
  .under-slider03-thumb .splide__arrow--next {
    right: -50px;
  }
  .under-slider03-thumb .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 2px solid #1C9D72;
  }
}
.tab-area {
  display: flex;
  justify-content: center;
}

.tab-item {
  background-color: #F5F9FB;
  color: #1C9D72;
  font-size: 25px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  border-radius: 10px 10px 0 0;
  width: 405px;
  text-align: center;
  padding: 7px 20px;
  transition: 0.3s ease;
  cursor: pointer;
}
.tab-item:hover {
  opacity: 0.7;
}
.tab-item:not(:last-child) {
  margin-right: 20px;
}
.tab-item.active {
  background-color: #1C9D72;
  color: #fff;
}

.panel-area {
  padding: 80px 100px;
  border: 1px solid #1C9D72;
  border-radius: 10px;
}

.panel-item {
  display: none;
}
.panel-item.active {
  display: block;
}

@media (max-width: 800px) {
  .tab-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .tab-item {
    font-size: 16px;
    width: auto;
    padding: 10px;
    line-height: 1.5;
  }
  .tab-item:not(:last-child) {
    margin-right: 0;
  }
  .panel-area {
    padding: 30px 20px 40px;
    border-radius: 0 0 10px 10px;
  }
}
.accordion-style {
  position: relative;
  padding: 25px 50px;
  background-color: #F5F9FB;
  border-radius: 10px;
}
.accordion-style .accordion-btn {
  cursor: pointer;
  position: relative;
}
.accordion-style .accordion-desc {
  display: none;
  position: relative;
  padding: 40px 0 25px;
}
.accordion-style .accordion-ttl {
  font-size: 21px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #1C9D72;
}
.accordion-style .accordion-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.accordion-style .accordion-open-icon::before, .accordion-style .accordion-open-icon::after {
  content: "";
  display: block;
  background: #1C9D72;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}
.accordion-style .accordion-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}
.accordion-style .accordion-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}
.accordion-style .is-open .accordion-open-icon {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-style .is-open .accordion-open-icon::after {
  opacity: 0;
}
.accordion-style + .accordion-style {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .accordion-style {
    line-height: 1.5;
    padding: 20px;
  }
  .accordion-style .accordion-ttl {
    font-size: 18px;
  }
  .accordion-style .accordion-desc {
    padding: 30px 0 20px;
  }
}
/*------------
モーダル
-------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}
.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #1C9D72;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .modal-content {
    padding: 30px 20px;
    height: 80%;
  }
  .modal-content-inr {
    overflow: scroll;
    height: 100%;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}
/*------------
モーダル:ライトボックス
-------------*/
.lb-data .lb-close {
  background: none;
  text-align: center;
  background-color: #1C9D72;
  position: relative;
}
.lb-data .lb-close::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #1C9D72;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd + dt {
  margin-top: 30px;
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
}
.footer-top {
  background: linear-gradient(45deg, #0D8B61, #33B288);
  padding: 113px 3vw 93px 5vw;
  max-width: 1500px;
  width: 95%;
  border-radius: 10px 0 0 10px;
  margin: 0 0 -170px auto;
  position: relative;
  z-index: 2;
}
.footer-top .footer-inr {
  display: flex;
}
.footer-top .f-right {
  flex: 1;
}
.footer-top .tel {
  white-space: nowrap;
}
.footer .f-logo {
  display: inline-block;
}
.footer .f-left {
  display: flex;
  align-items: center;
}
.footer .f-left .l-ttl {
  color: #fff;
  margin-right: 6vw;
}
.footer .f-left .l-ttl .en {
  font-size: 50px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.footer .f-left .l-ttl .jp {
  font-size: 18px;
  display: block;
}
.footer .f-left .h-tel {
  margin-right: 3vw;
}
.footer .f-left .h-tel .h-tel-txt {
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 17px;
}
.footer .f-left .tel-time {
  display: grid;
  font-size: 13px;
  grid-gap: 17px 27px;
  align-items: center;
  grid-template-columns: 109px 1fr;
}
.footer .f-left .tel-time dt {
  background: #fff;
  color: #4BB4CE;
  font-size: 17px;
  font-weight: 500;
  border-radius: 30px;
  padding: 1px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  text-align: center;
}
.footer .f-left .tel-time dt:not(:first-child) {
  color: #FF8107;
}
.footer .f-left .tel-time dd {
  display: block;
}
.footer .f-left .tel-time dd .tel {
  color: #fff;
  font-size: 33px;
}
.footer .f-left .tel-time dd .tel::before {
  background: url(../images/share/icon_tel_w.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.footer .f-left .btn-icon {
  background-color: #fff;
  color: #1C9D72;
  width: 373px;
  padding: 24px 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}
.footer .f-left .btn-icon:hover {
  opacity: 0.5;
}
.footer .f-left .btn-icon > span {
  position: relative;
  padding-left: 40px;
}
.footer .f-left .btn-icon > span:before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_mail_g.svg) center/cover no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 20px;
}
.footer .f-bottom {
  background: #F5F9FB;
  padding: 300px 0 154px;
  position: relative;
  z-index: 1;
}
.footer .f-bottom .footer-inr {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.footer .f-bottom .footer-inr .bottom-left {
  flex: 1;
}
.footer .f-bottom .f-access {
  margin-top: 30px;
}
.footer .f-navi {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  flex-wrap: wrap;
  font-weight: 400;
}
.footer .f-navi-list li a:hover {
  text-decoration: underline;
}
.footer .f-navi-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer .f-navi-item:not(:last-child) {
  margin-right: 120px;
}
.footer .copyright {
  background-color: #F5F9FB;
  color: #333;
  font-size: 0.85rem;
  padding-bottom: 79px;
}
.footer .copyright .container, .footer .copyright .breadcrumb ul, .breadcrumb .footer .copyright ul, .footer .copyright .u-layout01, .footer .copyright .modal-content, .footer .copyright .footer-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright small {
  color: #1C9D72;
  font-size: 13px;
}
.footer .copyright-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .copyright-links li + li::before {
  content: "|";
  margin: 0 15px;
}
.footer .copyright-links a {
  line-height: 1.5;
}
.footer .copyright-links a:hover {
  text-decoration: underline;
}
.footer .pagetop {
  display: block;
  background-color: #fff;
  border: 1px solid #1C9D72;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  bottom: 21px;
  right: 35px;
  z-index: 2;
  transition: 0.3s;
}
.footer .pagetop:hover {
  transform: translateY(-10px);
}
.footer .pagetop:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 2px solid #1C9D72;
  border-right: 2px solid #1C9D72;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 800px) {
  .footer-top {
    padding: 30px 0;
    margin: 0;
    width: 90%;
    border-radius: 10px;
    margin: 0 auto -225px;
  }
  .footer-top .footer-inr {
    display: block;
  }
  .footer-top .f-left {
    margin-right: 0;
    display: block;
    padding: 0 30px;
  }
  .footer-top .f-left .l-ttl {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-top .f-left .l-ttl .en {
    font-size: 40px;
  }
  .footer-top .f-left .h-tel {
    margin-right: 0;
  }
  .footer-top .f-left .h-tel .tel-time {
    display: block;
  }
  .footer-top .f-left .h-tel .tel-time dt {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 15px;
  }
  .footer-top .f-left .h-tel .tel-time dd {
    margin-bottom: 15px;
  }
  .footer-top .f-left .h-tel .tel-time dd .tel {
    font-size: 25px;
    padding-left: 20px;
  }
  .footer-top .f-left .h-tel .tel-time dd .tel::before {
    top: 55%;
    width: 20px;
    height: 20px;
  }
  .footer-top .f-left .h-tel .h-tel-txt {
    margin-top: 0;
  }
  .footer-top .f-left .btn-icon {
    margin-top: 20px;
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;
  }
  .footer-top .f-left .btn-icon > span {
    padding-left: 33px;
  }
  .footer-top .f-left .btn-icon > span::before {
    width: 23px;
    height: 18px;
    top: 53%;
  }
  .footer .f-logo {
    margin: 0 auto 20px;
  }
  .footer .f-cta {
    display: block;
  }
  .footer .f-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .f-navi {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px 30px;
    font-size: 13px;
  }
  .footer .f-navi-item:not(:last-child) {
    margin-right: 0;
  }
  .footer .f-navi-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer .f-bottom {
    padding: 260px 0 40px;
  }
  .footer .f-bottom .footer-inr {
    display: block;
  }
  .footer .f-bottom .footer-inr .bottom-right {
    flex: 1;
    margin-top: 20px;
  }
  .footer .f-bottom .f-access {
    margin-top: 10px;
  }
  .footer .copyright {
    padding: 0 0 70px;
    text-align: center;
  }
  .footer .copyright .container, .footer .copyright .breadcrumb ul, .breadcrumb .footer .copyright ul, .footer .copyright .u-layout01, .footer .copyright .modal-content, .footer .copyright .footer-inr {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .footer .copyright-links {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  .footer .pagetop {
    display: none;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.post-news .list-top-news02 time {
  color: #1C9D72;
}
.post-news .list-top-news02 .list-txt {
  color: #333;
}

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

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

.postdata h4 {
  font-size: 18px;
  color: #FF8107;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #FF8107;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #FF8107;
}
.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;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.post-data time {
  font-size: 14px;
  color: #1C9D72;
  line-height: 1;
}
.post-data .post-category02 {
  margin-left: 20px;
}

.postdata .wp-block-button__link {
	text-decoration: none;
  background-color: #1C9D72;
  border: 1px solid #1C9D72;
  border-radius: 2px;
  font-family: var(--font_jp);
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  transition: background-color 0.3s;
}

.postdata .wp-block-button__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: #1C9D72;
}

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

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

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}
.post-category02 span {
  display: inline-block;
  font-size: 13px;
  background-color: #FF8107;
  color: #fff;
  padding: 3px 6px 5px;
  margin: 2px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}
.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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 #1C9D72;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #1C9D72;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.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: "Quicksand", sans-serif;
  font-weight: 500;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #1C9D72;
}
.post-number .current {
  color: #1C9D72;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #1C9D72;
  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: "Quicksand", sans-serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #1C9D72;
}
.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;
  }
  .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 {
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .post-data time {
    line-height: 2;
  }
  .post-data .post-category01 {
    margin-left: 15px;
  }
  .post-data .post-category02 {
    margin-left: 15px;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 17px 30px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  border-radius: 100px;
  background-color: #1C9D72;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  border: 1px solid transparent;
  transition: 0.3s;
  position: relative;
}
.btn-more:before {
  content: "";
  position: absolute;
  background: url(../images/share/btn-arrow.png) center/cover no-repeat;
  top: 44%;
  right: 25px;
  width: 34px;
  height: 5px;
}
.btn-more:hover {
  color: #1C9D72;
  background-color: #fff;
  border: 1px solid #1C9D72;
}
.btn-more:hover:before {
  background: url(../images/share/btn-arrow_g.png) center/cover no-repeat;
}
.btn-more.white {
  background-color: #fff;
  color: #333;
  position: relative;
}
.btn-more.white:before {
  content: "";
  position: absolute;
  background: url(../images/share/btn-arrow_g.png) center/cover no-repeat;
  top: 44%;
  right: 25px;
  width: 34px;
  height: 5px;
}
.btn-more.white:hover {
  color: #FFF;
  background-color: #1C9D72;
  border: 1px solid #fff;
}
.btn-more.white:hover:before {
  background: url(../images/share/btn-arrow.png) center/cover no-repeat;
}
.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-more.right {
  margin-left: auto;
}
.btn-more.wide {
  max-width: 320px;
}

.btn-icon {
  background: #1C9D72;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
  border: 1px solid #1C9D72;
  padding: 18px 14px 12px;
  font-size: 17px;
  text-align: center;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
.btn-icon img {
  width: 25px;
  margin: 0 auto 6px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn-wrap a:not(:last-child) {
  margin-right: 15px;
}
.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
    font-size: 16px;
    padding: 13px 17px;
  }
  .btn-icon {
    width: 100%;
  }
  .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;
}

.fsM {
  font-size: 1.4rem;
}

@media (max-width: 800px) {
  .fsM {
    font-size: 1.2rem;
  }
}

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

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

.underline {
  text-decoration: underline;
}

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

.link {
  text-decoration: underline;
}
.link:hover {
  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;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

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

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

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

.mbM {
  margin-bottom: 30px !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;
  }
}
.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: "Quicksand", sans-serif;
  color: #333333;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.tel:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_b.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.tel.orange:before {
  background: url(../images/share/icon_tel_o.svg) no-repeat;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }
  .tel {
    font-size: 24px;
    padding-left: 25px;
  }
  .tel:before {
    width: 20px;
    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;
  -ms-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: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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;
  -ms-flex-negative: 0;
  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
-------------*/
.splide__arrow {
  align-items: center;
  background: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #000;
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: calc((100% - 1080px) / 2);
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: calc((100% - 1080px) / 2);
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}F

.splide__pagination__page.is-active {
  background: #333;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

@media (max-width: 800px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }
  .splide__arrow--prev::after,
  .splide__arrow--next::after {
    width: 12px;
    height: 12px;
  }
}

.wrap-btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: .5em 1em;
}
