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

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 56px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

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

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

.wrap, .u-breadcrumb ul {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.wrap.wide, .u-breadcrumb ul.wide {
  max-width: 1200px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  .wrap, .u-breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 30px;
  width: 100%;
  height: 70px;
}
.header .h-logo {
  width: 30%;
  max-width: 120px;
  margin-top: 20px;
  transition: all 0.3s;
}
.header .h-logo a {
  display: block;
}
.header .h-logo img {
  width: 100%;
}
.header .h-top {
  display: flex;
  justify-content: flex-end;
}
.header .h-contact {
  display: flex;
  align-items: center;
}
.header .btn-icon {
  background: #4BA5CC;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  color: #fff;
  transition: all 0.3s;
}
.header .btn-icon img {
  width: 24px;
  margin-right: 6px;
}
.header .btn-icon:hover {
  background: #82C94F;
}
.header.is-fixed {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 20px rgba(47, 54, 40, 0.07);
}
.header.is-fixed .h-logo {
  margin-top: 0;
}

.pc-navi {
  margin-right: 30px;
}
.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-navi .item {
  font-weight: 700;
}
.pc-navi .item:not(:last-child) {
  margin-right: 40px;
}
.pc-navi .item a {
  display: block;
  transition: 0.3s;
}
.pc-navi .item a:hover {
  color: #82C94F;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .header-inr {
    height: 55px;
    display: block;
    padding: 15px 20px;
  }
  .header .h-logo {
    width: 100px;
    max-width: none;
    margin-top: 0;
  }
  .header .h-right {
    display: none;
  }
  .pc-navi {
    display: none;
  }
  .sp-navi {
    display: block;
  }
  .sp-navi .hamberger {
    background: linear-gradient(120deg, #82C94F, #4BA5CC);
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    z-index: 10000;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
  }
  .sp-navi .hamberger .ttl {
    display: block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-navi .hamberger span:not(.ttl) {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 32px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-navi .hamberger span:not(.ttl):nth-of-type(1) {
    top: 14px;
  }
  .sp-navi .hamberger span:not(.ttl):nth-of-type(2) {
    top: 21px;
  }
  .sp-navi .hamberger span:not(.ttl):nth-of-type(3) {
    top: 27px;
  }
  .sp-navi .hamberger.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-25deg);
  }
  .sp-navi .hamberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-navi .hamberger.is-open span:nth-of-type(3) {
    transform: translate(-50%, -7px) rotate(25deg);
  }
  .sp-navi {
    /* コンテンツ */
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 80px 10% 100px;
    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 #E3E3E3;
    margin: 0 0 50px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #E3E3E3;
  }
  .sp-navi .sp-navi-list > li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 25px 0 25px 10px;
  }
  .sp-navi .sp-btn {
    background: #4BA5CC;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s;
  }
  .sp-navi .sp-btn img {
    width: 24px;
    margin-right: 6px;
  }
}
/*-------------
MV
--------------*/
.mv {
  width: 100%;
  display: block;
  position: relative;
}
.mv-inr {
  background: url(../images/mv_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: clamp(600px, 100vh, 1200px);
}
.mv-desc {
  width: clamp(480px, 35vw, 600px);
  position: absolute;
  top: 25%;
  left: 10%;
}
.mv-desc img {
  width: 100%;
}

.mv-news {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 660px;
  width: 100%;
}
.mv-news:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/share/icon_ttl.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-news .ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #82C94F;
  margin-right: 40px;
  white-space: nowrap;
}

.list-news li {
  display: flex;
  text-align: left;
}
.list-news time {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  color: #999;
  width: 90px;
  margin-right: 10px;
}
.list-news a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}
.list-news a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .mv {
    display: block;
    position: relative;
  }
  .mv-inr {
    background: url(../images/mv_bg_sp.jpg) no-repeat center/cover;
    height: 600px;
  }
  .mv-desc {
    width: 310px;
    left: 5%;
  }
  .mv-news {
    display: block;
    padding: 15px 20px 5px 20px;
    max-width: 400px;
    width: 90%;
    bottom: 15px;
  }
  .mv-news .ttl {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-news {
    margin-top: 30px;
    font-size: 14px;
  }
  .list-news li {
    display: block;
  }
  .list-news time {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .list-news a {
    max-width: 100%;
  }
}
/*----------------
パーツ
----------------*/
.t-ttl {
  margin-bottom: 50px;
}
.t-ttl .en {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #82C94F;
  display: block;
  line-height: 1;
  margin: 0 0 10px;
  position: relative;
}
.t-ttl .en:before {
  content: "";
  display: block;
  background: url(../images/share/icon_ttl.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -15px;
  left: -20px;
}
.t-ttl .jp {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
}
.t-ttl.center {
  text-align: center;
}
.t-ttl.center .en {
  margin: 0 auto 10px;
}

@media (max-width: 800px) {
  .t-ttl {
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .t-ttl .en {
    font-size: 40px;
    margin: 0 0 10px;
  }
  .t-ttl .en:before {
    width: 14px;
    height: 14px;
    top: -10px;
    left: -15px;
  }
  .t-ttl .jp {
    font-size: 16px;
    line-height: 1.4;
  }
  .t-ttl.center {
    text-align: left;
  }
  .t-ttl.center .en {
    margin: 0 0 10px;
  }
}
.btn-more {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 18px 40px 18px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #82C94F;
  border: 1px solid #82C94F;
  transition: 0.3s;
  position: relative;
}
.btn-more:before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_arrow_w.svg) no-repeat center/contain;
  width: 14px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.btn-more:hover {
  color: #82C94F;
  background-color: #fff;
  border: 1px solid #82C94F;
}
.btn-more:hover:before {
  background: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  right: 15px;
}
.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-more.wide {
  max-width: 350px;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*----------------
TOP
----------------*/
.sec01 {
  overflow: hidden;
  padding: 150px 0 140px;
}
.sec01 .wrap, .sec01 .u-breadcrumb ul, .u-breadcrumb .sec01 ul {
  display: flex;
}
.sec01-img_r {
  width: 25%;
  margin: -30px 0 auto;
  position: relative;
}
.sec01-img_r:before {
  content: "";
  display: block;
  background: url(../images/deco.png) no-repeat center/contain;
  width: 120%;
  height: 100%;
  position: absolute;
  bottom: -50%;
  right: -30%;
  z-index: -1;
}
.sec01-cont {
  margin: 0 auto;
  width: 40%;
  max-width: 600px;
  text-align: center;
}
.sec01-img_l {
  width: 25%;
  margin: auto 0 -20px;
  position: relative;
}
.sec01-img_l:before {
  content: "";
  display: block;
  background: url(../images/deco.png) no-repeat center/contain;
  width: 120%;
  height: 100%;
  position: absolute;
  top: -40%;
  left: -30%;
  z-index: -1;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 70px 0 90px;
  }
  .sec01 .wrap, .sec01 .u-breadcrumb ul, .u-breadcrumb .sec01 ul {
    display: block;
  }
  .sec01-img_r {
    width: 100%;
    margin: 0 0 40px -6%;
  }
  .sec01-img_r:before {
    width: 50%;
    height: 100%;
    bottom: -50%;
    right: -20%;
  }
  .sec01-cont {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .sec01-img_l {
    width: 100%;
    margin: 0 0 0 6%;
  }
  .sec01-img_l:before {
    width: 50%;
    height: 100%;
    top: auto;
    bottom: 10%;
    left: -20%;
  }
}
.sec02 {
  padding: 0 0 100px;
  position: relative;
}
.sec02:before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: url(../images/sec02_bg.jpg) no-repeat center bottom/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec02-list {
  display: flex;
  flex-wrap: wrap;
}
.sec02-list .l-item {
  width: calc(50% - 10px);
}
.sec02-list .l-item:nth-child(n+3) {
  margin-top: 20px;
}
.sec02-list .l-item:nth-child(2n) {
  margin-left: 20px;
}
.sec02-list .l-item a {
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.sec02-list .l-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(47, 54, 40, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 5;
}
.sec02-list .l-item a:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: url(../images/share/icon_arrow_w.svg) no-repeat center/14px 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: all 0.3s;
  z-index: 6;
}
.sec02-list .l-item a:hover:before {
  background: rgba(47, 54, 40, 0.8);
}
.sec02-list .l-item a:hover:after {
  content: "";
  background: #fff url(../images/share/icon_arrow.svg) no-repeat center/14px 10px;
}
.sec02-list .l-desc {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.1em;
  z-index: 10;
}

@media (max-width: 800px) {
  .sec02 {
    padding: 0 0 70px;
  }
  .sec02:before {
    width: 100%;
    height: 70%;
    background: url(../images/sec02_bg.jpg) no-repeat center bottom/cover;
  }
  .sec02-list {
    display: block;
  }
  .sec02-list .l-item {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .sec02-list .l-item:nth-child(n+3) {
    margin-top: 0;
  }
  .sec02-list .l-item:nth-child(2n) {
    margin-left: 0;
  }
  .sec02-list .l-item:not(:first-child) {
    margin-top: 10px;
  }
  .sec02-list .l-item a {
    height: 120px;
  }
  .sec02-list .l-item a:before {
    background: rgba(47, 54, 40, 0.75);
  }
  .sec02-list .l-item a:after {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    bottom: 10px;
    right: 10px;
  }
  .sec02-list .l-desc {
    top: 50%;
    left: 5%;
    font-size: 17px;
  }
}
.sec03 {
  margin-bottom: 10px;
}
.sec03-layout {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.sec03-layout .l-img {
  width: 50%;
}
.sec03-layout .l-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 550px;
}
.sec03-layout .l-desc {
  width: 50%;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: 50px;
  margin: 90px 0 70px;
}
@media screen and (max-width: 1138px) and (min-width: 801px) {
  .sec03-layout .l-desc {
    padding-left: 5vw;
  }
}

@media (max-width: 800px) {
  .sec03 {
    margin-bottom: 10px;
  }
  .sec03-layout {
    display: block;
    margin-bottom: 10px;
  }
  .sec03-layout .l-img {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec03-layout .l-img img {
    height: auto;
  }
  .sec03-layout .l-desc {
    width: 90%;
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 800px) and (max-width: 1138px) and (min-width: 801px) {
  .sec03-layout .l-desc {
    padding-left: 0;
  }
}
/*------------
Footer
--------------*/
.footer {
  position: relative;
}
.footer-cta {
  color: #fff;
  overflow: hidden;
}
.footer-cta a {
  display: block;
  background: url(../images/cta_bg.jpg) no-repeat center/cover;
  position: relative;
  transition: all 0.3s;
}
.footer-cta a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(47, 54, 40, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s;
}
.footer-cta a:hover:before {
  background: rgba(47, 54, 40, 0.8);
}
.footer-cta a:hover .wrap:after, .footer-cta a:hover .u-breadcrumb ul:after, .u-breadcrumb .footer-cta a:hover ul:after {
  background: #fff url(../images/share/icon_arrow.svg) no-repeat center/14px 10px;
}
.footer-cta .wrap, .footer-cta .u-breadcrumb ul, .u-breadcrumb .footer-cta ul {
  padding: 85px 0 75px;
  position: relative;
  z-index: 2;
}
.footer-cta .wrap:after, .footer-cta .u-breadcrumb ul:after, .u-breadcrumb .footer-cta ul:after {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: url(../images/share/icon_arrow_w.svg) no-repeat center/14px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.footer-cta .t-ttl .en:before {
  background: url(../images/share/icon_ttl_w.svg) no-repeat center/contain;
}
.footer-cta .t-ttl .en, .footer-cta .t-ttl .jp {
  color: #fff;
}
.footer-navi {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
}
.footer-navi .wrap, .footer-navi .u-breadcrumb ul, .u-breadcrumb .footer-navi ul {
  display: flex;
  justify-content: flex-end;
  padding: 70px 0;
}
.footer-navi .f-left {
  flex: 1;
  margin-right: 50px;
}
.footer-navi .f-right {
  flex: 1;
}
.footer-navi .f-logo {
  display: block;
  max-width: 150px;
  margin-bottom: 40px;
}
.footer-navi .f-logo img {
  width: 100%;
}
.footer-navi .f-navi {
  display: flex;
  justify-content: flex-end;
}
.footer-navi .f-navi .f-list + .f-list {
  margin-left: 80px;
}
.footer-navi .f-navi .f-list li + li {
  margin-top: 10px;
}
.footer-navi .f-navi .f-list li {
  position: relative;
  padding-left: 18px;
}
.footer-navi .f-navi .f-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #82C94F;
}
.footer-navi .f-navi .f-list a {
  transition: all 0.3s;
}
.footer-navi .f-navi .f-list a:hover {
  color: #82C94F;
}
.footer .copyright {
  font-size: 12px;
  line-height: 1;
  color: #999;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #E3E3E3;
}
.footer .pagetop {
  display: block;
  background-color: #aaa;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  transition: 0.3s;
}
.footer .pagetop:hover {
  transform: translateY(-10px);
}
.footer .pagetop:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/share/pagetop.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  left: 18px;
  transform: rotate(-90deg);
}

@media (max-width: 800px) {
  .footer-cta a {
    background: url(../images/cta_bg_sp.jpg) no-repeat center/cover;
  }
  .footer-cta a:before {
    background: rgba(47, 54, 40, 0.7);
  }
  .footer-cta .wrap, .footer-cta .u-breadcrumb ul, .u-breadcrumb .footer-cta ul {
    padding: 50px 0 45px;
  }
  .footer-cta .wrap:after, .footer-cta .u-breadcrumb ul:after, .u-breadcrumb .footer-cta ul:after {
    width: 30px;
    height: 30px;
  }
  .footer-navi .wrap, .footer-navi .u-breadcrumb ul, .u-breadcrumb .footer-navi ul {
    display: block;
    padding: 40px 0 60px;
  }
  .footer-navi .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-navi .f-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .footer-navi .f-navi {
    display: flex;
    justify-content: flex-start;
  }
  .footer-navi .f-navi .f-list + .f-list {
    margin-left: 40px;
  }
  .footer-navi .f-navi .f-list li {
    padding-left: 15px;
  }
  .footer-navi .f-navi .f-list li::before {
    width: 8px;
  }
  .footer .copyright {
    font-size: 10px;
    padding: 10px;
  }
  .footer .pagetop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .footer .pagetop:after {
    top: 14px;
    left: 13px;
  }
}
/*------------
下層ページタイトル
--------------*/
.u-top {
  width: 100%;
  background: url(../images/under/u-top.jpg) center/cover no-repeat;
  height: 400px;
  min-height: 400px;
}
.u-top_inr {
  width: 90%;
  max-width: 1000px;
  margin: 160px auto 0;
}
.u-top_main {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #82C94F, #4BA5CC);
  background: -webkit-linear-gradient(0deg, #82C94F, #4BA5CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-top_sub {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

@media (max-width: 800px) {
  .u-top {
    background: url(../images/under/u-top_sp.jpg) right/cover no-repeat;
    height: 260px;
    min-height: 260px;
  }
  .u-top_inr {
    margin: 110px auto 0;
  }
  .u-top_main {
    font-size: 48px;
  }
  .u-top_sub {
    font-size: 20px;
  }
}
/*------------
下層ページ見出し
--------------*/
.u-ttl, .post-ttl, .postdata h1 {
  font-size: 32px;
  position: relative;
  margin-bottom: 35px;
}
.u-ttl::before, .post-ttl::before, .postdata h1::before {
  content: "";
  background: url(../images/share/icon_ttl.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  left: -15px;
}

.u-subttl, .postdata h2 {
  background: linear-gradient(90deg, #F6FDF0, #EAF8FF);
  font-size: 24px;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
.u-subttl::before, .postdata h2::before {
  content: "";
  background: #82C94F;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

@media (max-width: 800px) {
  .u-contents {
    padding: 20px 0;
  }
  .u-contents p + p {
    margin-top: 1em;
  }
}
.u-inr {
  padding: 60px 0;
}
.u-inr:last-child {
  padding: 60px 0 100px;
}
.u-inr.bg01 {
  background: #EAF8FF;
}

@media (max-width: 800px) {
  .u-inr {
    padding: 40px 0;
  }
  .u-inr:last-child {
    padding: 40px 0 50px;
  }
}
.l-style_left {
  display: flex;
}
.l-style_left .l-img {
  flex: 1;
  margin-right: 50px;
}
.l-style_left .l-desc {
  flex: 1;
}

.l-style_right {
  display: flex;
  flex-direction: row-reverse;
}
.l-style_right .l-img {
  flex: 1;
  margin-left: 50px;
}
.l-style_right .l-desc {
  flex: 1;
}

.l-style_bg {
  display: flex;
}
.l-style_bg .l-img {
  width: 40%;
}
.l-style_bg .l-desc {
  background: linear-gradient(70deg, #EAF8FF, #F6FDF0, #EAF8FF);
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
}

@media (max-width: 800px) {
  .l-style_left {
    display: block;
  }
  .l-style_left .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-style_left .l-desc {
    width: 100%;
  }
  .l-style_right {
    display: block;
  }
  .l-style_right .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .l-style_right .l-desc {
    width: 100%;
  }
  .l-style_bg {
    display: block;
  }
  .l-style_bg .l-img {
    width: 100%;
  }
  .l-style_bg .l-desc {
    background: #EAF8FF;
    padding: 20px 0 30px;
    margin: 0;
    position: relative;
  }
  .l-style_bg .l-desc::after {
    content: "";
    width: 100vw;
    height: calc(100% + 40px);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #EAF8FF;
    z-index: -1;
  }
}
.about-table {
  border: 1px solid #E5E5E5;
}
.about-table tr:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.about-table th {
  background-color: #EAF8FF;
  padding: 15px;
  width: 30%;
}
.about-table td {
  padding: 10px 30px;
}

@media (max-width: 800px) {
  .about-table th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .about-table td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}
.u-dot {
  padding: 20px;
  background: #F8F8F8;
}
.u-dot li {
  position: relative;
  padding: 0 0 0 12px;
}
.u-dot li::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 3px;
  height: 3px;
}
.u-dot li + li {
  margin-top: 3px;
}
.u-dot.no-bg {
  padding: 0;
  background: none;
}

@media (max-width: 800px) {
  .u-dot {
    padding: 10px;
  }
  .u-dot li {
    padding: 0 0 0 10px;
  }
  .u-dot li::before {
    top: 11px;
  }
}
/*------------
フォーム
--------------*/
.form-box {
  padding: 10px 20px;
  background: #FAE8E2;
}
.form-box ul {
  color: #E2643E;
  font-size: 14px;
  padding-left: 45px;
  position: relative;
}
.form-box ul:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/share/icon_attention.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-box ul li {
  position: relative;
  padding: 0 0 0 11px;
}
.form-box ul li::before {
  background: #E2643E;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 3px;
  height: 3px;
}
.form-box ul li + li {
  margin-top: 3px;
}

.form-inr {
  margin: 0 0 50px;
  width: 100%;
}
.form-inr .form-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.form-inr dt {
  padding: 20px 20px 20px 0;
  width: 28%;
  display: flex;
  align-items: center;
}
.form-inr dd {
  padding: 20px 0;
  width: 72%;
}
.form .hissu {
  display: inline-block;
  background: #E2643E;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 1px 8px;
  margin-left: auto;
  vertical-align: 1px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form input[type=date],
.form select,
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #F0F0F0;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form input[type=file]:focus,
.form textarea:focus,
.form select:focus {
  outline: 1px solid #C6C6C6;
}
.form textarea {
  height: 200px;
  resize: vertical;
}
.form .submit-btn {
  display: flex;
  justify-content: center;
}
.form .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: #4BA5CC;
  border: 1px solid #4BA5CC;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: 0.3s;
  width: 250px;
}
.form .submit-btn [type=submit]:hover {
  opacity: 0.7;
}
.form .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}
.form .agree-inr {
  text-align: center;
  margin-bottom: 30px;
}
.form .agree-inr p {
  margin-bottom: 10px;
}

.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.wpcf7-radio label {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
}
.wpcf7-radio input[type=radio] {
  flex: 0 0 30px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0 10px 0 0;
}
.wpcf7-radio input[type=radio]:checked + span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 0;
}
.wpcf7-radio input[type=radio]:focus-visible {
  border-color: #4BA5CC;
  outline: none;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
}
.wpcf7-checkbox input[type=checkbox] {
  flex: 0 0 30px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 2px 10px 0 0;
}
.wpcf7-checkbox input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  border: solid #333;
  border-width: 0 3px 3px 0;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 10px;
  transform: rotate(45deg);
  z-index: 0;
}
.wpcf7-checkbox input[type=checkbox]:focus-visible {
  border-color: #4BA5CC;
  outline: none;
}

.wpcf7-not-valid-tip {
  color: #E2643E;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #E2643E;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 0;
}

.form .wpcf7-not-valid-tip {
  color: #E2643E;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

.form .wpcf7-spinner {
  display: none;
}

.dtp > .dtp-content {
  font-weight: bold;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #373c3f !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #eff0f0 !important;
  color: #333 !important;
}

.dtp .p10 > a,
.dtp div.dtp-actual-year,
.dtp .form-inr.dtp-picker-days .form-item > dt {
  color: #333 !important;
}

.dtp div.dtp-picker-month {
  font-weight: bold;
  padding-bottom: 0 !important;
}

.dtp .form-inr.dtp-picker-days .form-item > dd > a.selected {
  background-color: #96cee1 !important;
  border-radius: 3px !important;
}

.dtp .right,
.dtp .left {
  margin-top: 10px !important;
}

.loading-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.loading-send {
  background: #fff;
  padding: 35px 70px;
  box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0, 32, 128, 0.1), 0 0 0 1px #f0f2f7;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1000;
}

.loading-send-dot,
.loading-send-dot::before,
.loading-send-dot::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9face6;
  position: absolute;
  top: 0;
  animation: dot-flashing 1s infinite alternate;
}

.loading-send-dot {
  margin-top: 5px;
  position: relative;
  animation-delay: 0.5s;
}

.loading-send-dot::before {
  left: -15px;
  animation-delay: 0s;
}

.loading-send-dot::after {
  left: 15px;
  animation-delay: 1s;
}

@media (max-width: 800px) {
  .form-box {
    padding: 10px 20px;
  }
  .form-box ul {
    padding-left: 0;
    padding-top: 35px;
  }
  .form-box ul:before {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  .form-box ul li {
    padding: 0 0 0 10px;
  }
  .form-box ul li::before {
    top: 12px;
  }
  .form-inr {
    margin: 0 0 30px;
  }
  .form-inr .form-item {
    display: block;
  }
  .form-inr dt,
  .form-inr dd {
    width: 100%;
  }
  .form-inr dt {
    padding: 15px 0 10px;
  }
  .form-inr dd {
    padding: 0 0 15px;
  }
  .form-inr .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }
  .form-inr .submit-btn [type=submit].back-btn {
    margin-right: 25px;
  }
  .form-inr .grecaptcha-badge {
    bottom: 70px !important;
  }
}
/*------------
採用・お問い合わせ
--------------*/
.tel-box {
  width: 800px;
  margin: 0 auto;
  background: linear-gradient(90deg, #F0FAEA, #D9EBF4);
  background: -webkit-linear-gradient(0deg, #F0FAEA, #D9EBF4);
  padding: 5%;
  text-align: center;
}
.tel-box .l-ttl {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.tel-box .l-txt {
  margin-bottom: 15px;
}
.tel-box .l-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.tel-box .tel {
  display: inline-block;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #82C94F;
  line-height: 1;
  padding-left: 35px;
  position: relative;
}
.tel-box .tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.tel-box .l-cap {
  background: #fff;
  font-size: 14px;
  margin-top: 5px;
}

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

@media (max-width: 800px) {
  .tel-box {
    width: 100%;
    padding: 20px 5%;
    text-align: center;
  }
  .tel-box .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
  }
  .tel-box .l-txt {
    margin-bottom: 15px;
  }
  .tel-box .l-tel {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .tel-box .tel {
    font-size: 30px;
    padding-left: 24px;
  }
  .tel-box .tel:before {
    width: 22px;
    height: 22px;
  }
  .tel-box .l-cap {
    font-size: 12px;
  }
  .u-flow {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }
  .u-flow .l-item {
    padding: 35px 20px 30px;
    width: 100%;
  }
  .u-flow .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .u-flow .l-num {
    left: 20px;
  }
  .u-flow .l-ttl {
    font-size: 20px;
  }
}
/*------------
プライバシーポリシー
--------------*/
.privacy-list dt {
  font-size: 20px;
  margin: 0 0 10px;
}
.privacy-list dd + dt {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .privacy-list dt {
    font-size: 18px;
  }
  .privacy-list dd + dt {
    margin-top: 30px;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post .list-item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #DEF4CE;
  padding: 20px 0;
}
.list-post .list-item:first-child {
  border-top: 1px solid #DEF4CE;
}
.list-post .list-item time {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999;
  width: 120px;
  flex: 0 0 120px;
}
.list-post .list-item a {
  transition: all 0.3s;
}
.list-post .list-item a:hover {
  color: #82C94F;
}

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

.postdata h3 {
  font-size: 20px;
  color: #82C94F;
}
.postdata h4 {
  font-size: 18px;
  color: #4BA5CC;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #4BA5CC;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #4BA5CC;
}
.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 {
  margin-bottom: 15px;
}
.post-data time {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #82C94F;
  line-height: 1;
}

.post-ttl {
  margin-bottom: 10px;
  word-break: break-all;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #82C94F;
}
.post-number .current {
  color: #82C94F;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #82C94F;
  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: "Montserrat", sans-serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #82C94F;
}
.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 .list-item {
    display: block;
    padding: 15px 0;
  }
  .list-post .list-item time {
    font-size: 13px;
  }
  .postdata h4 {
    font-size: 17px;
  }
  .postdata h5 {
    font-size: 16px;
  }
  .postdata h6 {
    font-size: 15px;
  }
  .post-data {
    margin-bottom: 10px;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 18px 40px 18px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #82C94F;
  border: 1px solid #82C94F;
  transition: 0.3s;
  position: relative;
}
.btn-more:before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_arrow_w.svg) no-repeat center/contain;
  width: 14px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.btn-more:hover {
  color: #82C94F;
  background-color: #fff;
  border: 1px solid #82C94F;
}
.btn-more:hover:before {
  background: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  right: 15px;
}
.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-more.wide {
  max-width: 350px;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
/*-----------------------------------------------------------
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;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}
.link:is(:hover, :focus) {
  text-decoration: none;
}

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

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

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

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
}
.tel {
  display: inline-block;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: #82C94F;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
}

@media (max-width: 800px) {
  .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;
  -moz-user-select: none;
       user-select: none;
}

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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