@charset "utf-8";
h1 {
  position: absolute;
  font-size: 12px;
  left: 68px;
  top: 3px;
  color: #096349;
  font-weight: 700;
}

.sp-only {
  display: none;
}

.frame-main {
  margin-top: 174px;
}
@media (max-width: 991px) {
  .frame-main {
    margin-top: 64px;
  }
  h1 {
    font-size: 12px;
    left: 54px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 10px;
    left: 54px;
    font-weight: 500;
  }

  .sp-only {
    display: block;
  }
}

/* headerset164（PC） */
/*--------------------------------------------------*/
/* header164pc --------------------------------------*/
.header164pc {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .header164pc {
    display: none;
  }
}
.header164pc-inner {
  width: 100%;
  padding: 10px 0;
}
.header164pc-logo {
  /* empty */
}
.header164pc-logo a {
  display: inline-block;
}
.header164pc-logo,
.nav164pc {
  vertical-align: middle;
}
/* nav164pc --------------------------------------*/
/* 親 */
.nav164pc-parent {
  display: table;
  width: 100%;
}
.nav164pc-parent > li {
  position: relative;
  display: table-cell;
}
.nav164pc-parent > li > a {
  display: block;
  padding: 0 5px;
  text-align: center;
}
.nav164pc-parent > li:first-child > a {
  padding-left: 0;
}
.nav164pc-parent > li:last-child > a {
  padding-right: 0;
}
.nav164pc-parent > li > a > .nav164pc-parent-icon > i {
  font-size: 40px;
  line-height: 1;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #36ab89;
}
.nav164pc-parent > li.header164pc-current > a > .nav164pc-parent-icon > i {
  color: #ff8f4e;
}
.ua-nontouch .nav164pc-parent > li > a[href]:hover > .nav164pc-parent-icon > i {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #075e45;
}
.nav164pc-parent > li > a > .nav164pc-parent-text {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .nav164pc-parent > li > a > .nav164pc-parent-text {
    font-size: 14px;
  }
}
/* 子持ちアイコン */
.nav164pc-haschild > a > .nav164pc-parent-text::after,
.nav164pc-haschild .nav164pc-haschild > a::after {
  font-family: "fontello";
  content: "\e828";
}
.nav164pc-haschild .nav164pc-haschild > a {
  padding-right: 30px;
}
.nav164pc-haschild .nav164pc-haschild > a::after {
  position: absolute;
  right: 10px;
}
/* 子孫共通 */
.nav164pc-child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  min-width: 100%;
  -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
  opacity: 0;
  border: solid transparent;
  border-width: 25px 0 0;
}
.nav164pc-haschild:hover > .nav164pc-child {
  visibility: visible;
  opacity: 1;
}
.nav164pc-child::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.nav164pc-child li {
  position: relative;
}
.nav164pc-child li + li {
  border-top: 1px dotted #432415;
}
.nav164pc-child li a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.ua-nontouch .nav164pc-child li a[href]:hover {
  color: white;
  background-color: #a4c425;
}
/* 子 */
.nav164pc-parent > .nav164pc-haschild:hover > .nav164pc-child {
  border-width: 15px 0 0;
}
/* 孫 */
.nav164pc-child .nav164pc-child {
  top: 0;
  left: 100%;
  border-width: 10px 5px 5px;
}
.nav164pc-child > .nav164pc-haschild:hover > .nav164pc-child {
  border-width: 0 5px 5px;
}
/* headerset164（SP） */
/*--------------------------------------------------*/
.header164sp {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .header164sp {
    display: none;
  }
}
.header164sp-logo,
.header164sp-hamburger {
  display: table-cell;
}
.header164sp-logo img {
  max-width: 230px;
}
.header164sp-hamburger {
  position: relative;
  z-index: 1; /* over nav164sp */
  text-align: right;
}
.header164sp-hamburger-inner {
  padding: 0;
  border: none;
}
.header164sp-hamburger-text {
  color: #53a78f;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
/* nav164sp --------------------------------------*/
.nav164sp {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 80px 10px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.nav164sp-parent {
  margin: -5px;
}
.nav164sp-parent li {
  position: relative;
  top: 10px;
  float: left;
  width: 50%;
  padding: 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0;
}
.nav164sp-parent li:nth-child(1) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.nav164sp-parent li:nth-child(2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.nav164sp-parent li:nth-child(3) {
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms;
}
.nav164sp-parent li:nth-child(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.nav164sp-parent li:nth-child(5) {
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms;
}
.nav164sp-parent li:nth-child(6) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.nav164sp-parent li:nth-child(7) {
  -webkit-transition-delay: 525ms;
  transition-delay: 525ms;
}
.nav164sp-parent li:nth-child(8) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.nav164sp-parent li:nth-child(9) {
  -webkit-transition-delay: 675ms;
  transition-delay: 675ms;
}
.nav164sp-parent li:nth-child(10) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.nav164sp-open .nav164sp-parent li {
  top: 0;
  opacity: 1;
}
.nav164sp-parent li a {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .nav164sp-parent li a {
    padding: 10px;
  }
}
.nav164sp-parent li a .nav164sp-parent-icon {
  font-size: 50px;
  line-height: 1;
  color: #36ab89;
}
@media (max-width: 575px) {
  .nav164sp-parent li a .nav164sp-parent-icon {
    font-size: 40px;
  }
}
.nav164sp-parent-text {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}
.nav164sp-haschild {
  /* empty */
}
.html-no-overflow {
  overflow-y: hidden;
}
/* hamburger --------------------------------------*/
/*
** Hamburgers
** @description Tasty CSS-animated hamburgers
** @author Jonathan Suh @jonsuh
** @site https://jonsuh.com/hamburgers
** @link https://github.com/jonsuh/hamburgers
**
** Arranged by Jun Takahashi with OS. CO., LTD.
*/
.hamburger164 {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter, opacity, filter;
  transition-property: opacity, filter;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger164:hover {
  opacity: 0.7;
}
.hamburger164-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger164-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger164-inner,
.hamburger164-inner::before,
.hamburger164-inner::after {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  border-radius: 4px;
  background-color: #53a78f;
}
.hamburger164-inner::before,
.hamburger164-inner::after {
  display: block;
  content: "";
}
.hamburger164-inner::before {
  top: -10px;
}
.hamburger164-inner::after {
  bottom: -10px;
}
.hamburger164--squeeze .hamburger164-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hamburger164--squeeze .hamburger164-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger164--squeeze .hamburger164-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger164--squeeze.is-active .hamburger164-inner {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger164--squeeze.is-active .hamburger164-inner::before {
  top: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  opacity: 0;
}
.hamburger164--squeeze.is-active .hamburger164-inner::after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease,
    transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* ヘッダー改変 */
.header164pc {
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 2px solid #075e45;
}
.header-top-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.header164pc-logo {
  float: left;
}
.header-button-wrapper {
  float: right;
}
.header-button-wrapper a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 140px;
  border-radius: 5px;
  padding: 8px 15px;
}
.header-button-wrapper a i {
  font-size: 16px;
}
.button-contact {
  background-color: #36ab89;
  border: 1px solid #36ab89;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.button-contact:hover {
  color: #36ab89;
  background-color: #fff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.button-qa {
  background-color: #ff8f4e;
  border: 1px solid #ff8f4e;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.button-qa:hover {
  color: #ff8f4e;
  background-color: #fff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.header164sp {
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 2px solid #075e45;
}

/* contents-cta */
.contents-cta {
  margin-bottom: 40px;
}
.contents-cta .container-fluid {
  background-color: #36ab89;
  padding: 40px 40px;
  text-align: center;
}
.contents-cta h2 {
  color: #fff;
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}
.contents-cta p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
.contents-cta a {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  color: #096349;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 15px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.contents-cta a:hover {
  background-color: #096349;
  color: #ffffff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.contents-cta a span {
  display: inline-block;
  font-size: 20px;
}
.contents-cta a i {
  margin-right: 10px;
}
.footer-contact {
  line-height: 2.2em;
}
.footer-tel {
  line-height: 1em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .contents-cta .container-fluid {
    padding: 20px 15px;
  }
  .footer-contact {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contents-cta p {
    font-size: 14px;
    text-align: left;
  }
  .contents-cta a {
    font-size: 18px;
    padding: 15px;
  }
  .contents-cta a span {
    font-size: 14px;
  }
}

/* footer */
footer {
  background-color: #36ab89;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* contents-anchor */
.contents-anchor {
  text-align: center;
  padding-top: 80px;
}
.contents-anchor a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  background-color: #36ab89;
  padding: 10px 15px;
  width: 100%;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.contents-anchor a:hover {
  background-color: #096349;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.contents-anchor a i {
  margin-left: 5px;
}
@media (max-width: 575px) {
  .contents-anchor a {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .pc {
    display: none;
  }
}
.buttom-bottom {
  margin-bottom: 0;
  padding-top: 3%;
}

/* ------------------------------
20250404 追記
------------------------------ */
.t-underline {
  text-decoration: underline;
}

.pl-3em-pc {
  @media screen and (min-width: 376px) {
    padding-left: 3em !important;
  }
}
span {
  &.font-b {
    font-weight: bold;
  }
}
