<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="10" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.about {
  padding: 25% 0 0;
  position: relative;
}

.about__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
  max-width: 630px;
  margin: 0 auto;
}

.about__title {
  color: #654616;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 2.5rem;
  }
}

.about__text {
  color: #654616;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.78;
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.5625rem;
  }
}

.about-img01 {
  width: 58%;
  position: absolute;
  top: -11%;
  left: 5%;
}

.about-img {
  position: relative;
  z-index: -1;
}

.about02__btn {
  position: relative;
  z-index: 100;
}

.about02__btn {
  margin-top: -5%;
}

.banner-wrap {
  position: relative;
  padding: 40px 12%;
  padding: 2.5rem 12%;
  background-color: #ffeac8;
}
.banner-wrap::before {
  content: "";
  display: block;
  width: 98%;
  height: 24%;
  background: url(../images/common/blog_train.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -19%;
  left: 1%;
}

.banner {
  width: 100%;
  margin: 0 auto;
}

.banner li:last-child {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.blog {
  padding: 0 0 70px;
  padding: 0 0 4.375rem;
  position: relative;
}



.blog__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
  max-width: 650px;
  margin: 0 auto;
}

.blog__title {
  text-align: center;
}

.blog__list {
  border-bottom: 1px dashed #654616;
}

.blog__list a {
  color: #654616;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.075em;
  display: block;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.blog__list:first-child a {
  padding-top: 0;
}

.blog__list-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.box {
  padding: 36px 0;
  padding: 2.25rem 0;
  background-color: #ffeac8;
}

.box__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
  max-width: 650px;
  margin: 0 auto;
}

.box__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box__list {
  width: 48.5%;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 10px 3px;
  padding: 0.625rem 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 235px;
  min-height: 14.6875rem;
}

.box__list:nth-child(2) {
  margin-left: 3%;
}

.box__list-ttl {
  color: #96d94d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
}

.box__list-ttl span {
  color: #96d94d;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
  display: inline-block;
}

.box__list-img {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.box__list:nth-child(2) .box__list-img {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.box__list-txt {
  color: #654616;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.3;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.box__list:nth-child(2) .box__list-txt {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.common__btn {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

.common__btn a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  background-color: #17a4fe;
  padding: 1.5em;
  border-radius: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .common__btn a {
    font-size: 1.25rem;
  }
}

.common__title {
  color: #17a4fe;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}

.content {
  padding: 30% 0 18%;
  position: relative;
}

.content::before {
  content: "";
  display: block;
  width: 24%;
  height: 21%;
  background: url(../images/common/activity_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -4%;
  left: 3%;
}

.content::after {
  content: "";
  display: block;
  width: 43%;
  height: 18%;
  background: url(../images/common/activity_02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2%;
  right: 0;
}

.content__list-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-right: 2%;
}

.content__list:nth-child(2) .content__list-images {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 2%;
  padding-right: 0;
}

.content__list-img {
  width: 80%;
}

.content__list-ttl {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #17a4fe;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-top: 0.6em;
}

.content__list:nth-child(2) .content__list-ttl {
  margin-left: 0;
  margin-right: 30px;
  margin-right: 1.875rem;
}

.content__list-link {
  position: relative;
  padding-right: 4%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.content__list:nth-child(2) .content__list-link {
  padding-right: 0;
  padding-left: 4%;
}

.content__list-link a {
  display: block;
  width: 23%;
  position: absolute;
  top: -415%;
  left: 7%;
}

.content__list:nth-child(2) .content__list-link a {
  top: -295%;
  left: auto;
  left: initial;
  right: 7%;
}

.content__list-txt {
  text-align: right;
  color: #654616;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}

.content__list:nth-child(2) .content__list-txt {
  text-align: left;
}

.content__list-bg {
  margin-top: 8%;
}

.footer__fix {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: 780px;
}

.footer__fix ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__fix ul li {
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  height: 3.75rem;
}

.footer__fix ul li:nth-child(1) {
  background-color: #96d94d;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer__fix ul li:nth-child(1) a {
  position: relative;
  padding-left: 1em;
}

.footer__fix ul li:nth-child(1) a::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/ft_icon_tel.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__fix ul li:nth-child(2) {
  background-color: #1575eb;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.footer__fix ul li:nth-child(2) a {
  background-color: #1575eb;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
}

.footer__fix ul li:nth-child(2) a::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/ft_icon_mail.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer {
  background-color: #17a4fe;
  padding: 50px 0 85px;
  padding: 3.125rem 0 5.3125rem;
  position: relative;
}

.footer::before {
  content: "";
  display: block;
  width: 41%;
  height: 41%;
  background: url(../images/common/ft_animal.png) no-repeat right center;
  background-size: contain;
  position: absolute;
  top: -4%;
  right: 0;
}

.footer__inner {
  padding: 0 30px 0 45px;
  padding: 0 1.875rem 0 2.8125rem;
  max-width: 700px;
  margin: 0 auto;
}

.footer__logo {
  width: 54%;
}

.footer__address {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.footer__link-lists-wrap {
  width: 93.5%;
  background-color: #fff;
  border-top-right-radius: 30px;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 30px;
  border-bottom-right-radius: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.footer__link-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__link-list {
  width: 40%;
  color: #654616;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-bottom: 1px dashed #17a4fe;
}

.footer__link-list:nth-child(2n+2) {
  width: 50%;
  margin-left: 10%;
}

.footer__link-list a {
  display: block;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.footer__link-list:nth-child(n+3) a {
  display: block;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.footer__copy {
  color: #fff;
  font-size: 6px;
  font-size: 0.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.hamburger {
  display: inline-block;
  width: 18%;
  height: 18%;
  position: relative;
  caret-color: transparent;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  z-index: 100;
}

.header__inner {
  width: 100%;
}

.header__hamburger {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  right: 27px;
  right: 1.6875rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  background: url(../images/common/main-visual_bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 6% 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.mv::before {
  content: "";
  display: block;
  width: 36.9%;
  height: 21%;
  background: url(../images/common/mv_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -1.3%;
}

.mv::after {
  content: "";
  display: block;
  width: 30.9%;
  height: 18%;
  background: url(../images/common/mv_02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.mv__logo {
  width: 45.3%;
}

.mv__ttl-bg {
  width: 95%;
  background: url(../images/common/mainvisual_img.png) no-repeat right center;
  background-size: contain;
  padding: 26.34% 0 32.2%;
  margin-left: auto;
  margin-top: 9%;
  position: relative;
}

.mv__ttl-bg::before {
  content: "";
  display: block;
  width: 96%;
  height: 50%;
  background: url(../images/common/train_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -10%;
  left: 3%;
}

.mv__ttl-bg::after {
  content: "";
  display: block;
  width: 96%;
  height: 50%;
  background: url(../images/common/train_02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -13%;
  left: -4%;
}

.mv__ttl {
  width: 76.8%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mv__ttl::before {
  content: "";
  display: block;
  width: 24%;
  height: 119%;
  background: url(../images/common/mv_03.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -8%;
  left: -20%;
}

.mv__btn {
  display: block;
  width: 37%;
  position: absolute;
  bottom: -13%;
  right: 3%;
  cursor: pointer;
  z-index: 10;
}

.sp-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: scroll;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  padding: 100px 30px;
  padding: 6.25rem 1.875rem;
}

.sp-menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #17a4fe;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
}

.sp-menu__lists {
  color: #fff;
}

.sp-menu__list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px dashed #fff;
  font-size: 16px;
  font-size: 1rem;
}

.wrapper {
  max-width: 780px;
  margin: 0 auto;
}
/*# sourceMappingURL=styles.css.map */
</pre></body></html>