@font-face {
  font-family: "Rounded Mplus 1c";
  src: url("../font/RoundedMplus1c-Regular.eot");
  src: url("../font/RoundedMplus1c-Regular.eot?#iefix") format("embedded-opentype"), url("../font/RoundedMplus1c-Regular.woff2") format("woff2"), url("../font/RoundedMplus1c-Regular.woff") format("woff"), url("../font/RoundedMplus1c-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rounded Mplus 1c";
  src: url("../font/RoundedMplus1c-Medium.eot");
  src: url("../font/RoundedMplus1c-Medium.eot?#iefix") format("embedded-opentype"), url("../font/RoundedMplus1c-Medium.woff2") format("woff2"), url("../font/RoundedMplus1c-Medium.woff") format("woff"), url("../font/RoundedMplus1c-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

.fnt-rounded {
  font-family: "Rounded Mplus 1c", sans-serif;
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
}

.fnt-roboto-cond {
  font-family: "Roboto Condensed", sans-serif;
}

.fnt-zen {
  font-family: "Zen Maru Gothic", sans-serif;
}

body {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  background: linear-gradient(103deg, #FFFFFF 0%, #FFFFFF 26.45%, #E5FAD6 123.91%);
  letter-spacing: 0;
  color: #6B6B6B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body > iframe {
  bottom: 100px !important;
  max-height: calc(100vh - 200px);
}
@media screen and (max-width: 767px) {
  body {
    background: linear-gradient(91deg, #FFFFFF 0%, #FFFFFF 26.45%, #E5FAD6 123.91%);
  }
}

.title-common {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  color: #75BD60;
  font-size: 40px;
  line-height: 1;
}
.title-common small {
  color: #2B2B2B;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 4px 0 14px;
  text-transform: uppercase;
  background: url("../img/ttl_line1.jpg") no-repeat bottom left/auto 4px;
}

.title-common.color2 {
  color: #EFB259;
}
.title-common.color2 small {
  background-image: url("../img/ttl_line2.jpg");
}

.title-common.style-white {
  color: #fff;
}
.title-common.style-white small {
  color: #fff;
  background-image: url("../img/ttl_line3.svg");
}

#header {
  padding: 20px 48px 0;
}
#header p {
  margin-bottom: 0;
}
#header .header__main-container {
  gap: 20px;
}
#header .header__main-container .header__sub-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
}
#header .header__main-container .header__sub-container .header__logo {
  width: 300px;
}
#header .header__main-container .header__sub-container .header__logo a {
  display: block;
  line-height: 0;
}
#header .header__main-container .header__sub-container .h_h1 {
  font-size: 12px;
  line-height: 1.5;
}
#header .header__main-container .header__btn {
  display: flex;
  gap: 16px;
}
#header .header__main-container .header__btn .h_btn {
  width: 243px;
}
#header .header__main-container .header__btn .h_btn a {
  display: block;
  line-height: 0;
}

.dib {
  display: inline-block;
}

#g_nav {
  padding: 16px 0 0;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}
#g_nav > li {
  text-align: center;
  padding-bottom: 24px;
}
#g_nav > li .up-menu {
  padding: 0 32px 0 0;
}
#g_nav > li .up-menu .menu-text {
  color: #6B6B6B;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}
#g_nav > li .up-menu .menu-text small {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #45A829;
  text-transform: uppercase;
}
#g_nav > li + li .up-menu {
  padding: 0 32px;
  border-left: 2px solid #93D381;
}
#g_nav > li .sub-menu {
  top: calc(100% - 8px);
  min-width: 240px;
  width: -moz-max-content;
  width: max-content;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8px 20px 4px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
#g_nav > li .sub-menu li {
  border-bottom: 1px dashed #75BD60;
}
#g_nav > li .sub-menu li .menu-text {
  display: block;
  text-align: center;
  padding: 16px 0;
  line-height: 1;
  color: #6B6B6B;
}
#g_nav > li .sub-menu li:last-child {
  border-bottom: 0;
}
#g_nav > li.last .up-menu {
  padding-right: 0;
}

#g_nav.fixed {
  background: #fff;
}

.fixed-box {
  width: auto;
  bottom: 16px;
  right: 16px;
  z-index: 999;
}
.fixed-box .fixed-banner__pc ul {
  display: flex;
  gap: 8px;
}
.fixed-box .fixed-banner__pc ul li a {
  line-height: 0;
  display: block;
}
.fixed-box .fixed-banner__pc ul li img {
  width: auto;
  height: 64px;
}

#footer .footer-content {
  background: linear-gradient(84.26deg, #F1F9EA 0%, #FFFAF4 100%);
  padding: 64px 0 200px;
}
#footer .footer-content .container {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
#footer .footer-content .left .footer__logo {
  margin: 0 0 35px;
  width: 300px;
}
#footer .footer-content .left .footer__logo a {
  display: block;
  line-height: 0;
}
#footer .footer-content .left .address {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 24px;
}
#footer .footer-content .left .btn-sitemap {
  margin: 0 0 40px;
}
#footer .footer-content .left .btn-sitemap a {
  font-size: 14px;
  padding: 10px 36px 8px 16px;
}
#footer .footer-content .left .group-bnr {
  display: flex;
  gap: 16px;
}
#footer .footer-content .left .group-bnr .bnr {
  width: 220px;
}
#footer .footer-content .left .group-bnr a {
  display: block;
  line-height: 0;
}
#footer .footer-content .right .group-nav {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 58px;
}
#footer .footer-content .right .group-nav .nav {
  min-width: 192px;
  line-height: 2.4;
  font-weight: 400;
}
#footer .footer-content .right .group-nav .nav span {
  color: #75BD60;
}
#footer .footer-content .right .f_note {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 400;
}
#footer .footer-content .right .copyright {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 400;
}

.box-contact {
  padding: 96px 0;
}
.box-contact .container {
  max-width: 1310px;
}
.box-contact .bg {
  background: url("../img/contact_bg.jpg") no-repeat center/cover;
  color: #fff;
  padding: 64px 60px;
  gap: 50px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  border-radius: 100px;
}
.box-contact .title-common {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.box-contact .txt {
  font-size: 20px;
  margin: 48px 0 0;
}
.box-contact .btn-tel {
  width: 490px;
  max-width: 100%;
  margin: 0;
}
.box-contact .btn-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(103.23deg, #FFFFFF 40.48%, #D4FBFF 100%);
  border-radius: 200px;
  color: #7B9EDF;
  letter-spacing: 0;
  padding: 48px 0;
}
.box-contact .btn-tel a::before {
  content: "";
  background: url("../img/contact_icon_tel.svg") no-repeat center/100% auto;
  width: 72px;
  height: 72px;
}
.box-contact .btn-tel a span {
  line-height: 1;
  font-size: 40px;
}
.box-contact .btn-tel a span > small {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
}
.box-contact .btn-tel a span > small small {
  font-size: inherit;
}

@media screen and (max-width: 1400px) {
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  #header .header__main-container .header__sub-container {
    gap: 15px;
  }
  #header .header__main-container .header__sub-container .header__logo {
    width: 200px;
  }
  #header .header__main-container .header__sub-container .h_h1 {
    font-size: 10px;
  }
  #header .header__main-container .header__btn {
    gap: 8px;
  }
  #header .header__main-container .header__btn .h_btn {
    width: 200px;
  }
  #g_nav > li .up-menu {
    padding: 0 20px 0 0;
  }
  #g_nav > li + li .up-menu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  #header .header__main-container {
    align-items: flex-start;
  }
  #header .header__main-container .header__sub-container {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  #g_nav > li .up-menu {
    padding: 0 15px 0 0;
  }
  #g_nav > li .up-menu .menu-text {
    font-size: 14px;
    font-size: 13px;
    letter-spacing: 0;
  }
  #g_nav > li .up-menu .menu-text small {
    font-size: 10px;
    line-height: 1.5;
    font-size: 9px;
  }
  #g_nav > li .sub-menu {
    min-width: 200px;
    min-width: 180px;
  }
  #g_nav > li .sub-menu li .menu-text {
    font-size: 14px;
    font-size: 13px;
  }
  #g_nav > li + li .up-menu {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0;
  }
  #header .header__main-container {
    padding: 0 0 27px;
    display: block;
    position: relative;
  }
  #header .header__main-container .header__sub-container {
    display: block;
  }
  #header .header__main-container .header__sub-container .h_h1 {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: #75BD60;
    padding: 6px 12px;
    width: 100%;
    letter-spacing: 0;
  }
  #header .header__main-container .header__sub-container .header__logo {
    width: 185px;
    margin: 20px 0 0 10px;
    max-width: calc(100% - 205px);
  }
  #header .header__main-container .header__btn {
    position: absolute;
    bottom: 23px;
    width: 101px;
    right: 82px;
  }
  .toggle-menu {
    position: absolute;
    right: 10px;
    width: 64px;
    top: 57px;
    z-index: 9999;
  }
  .toggle-menu .off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
  }
  .toggle-menu.fixed {
    top: 16px;
    position: fixed;
  }
  .toggle-menu.active .off {
    opacity: 1;
  }
  .nav-open .toggle-menu {
    position: fixed;
    top: 16px;
  }
  .btn_tel_fixed {
    position: fixed;
    top: 16px;
    right: 82px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    width: 101px;
  }
  .btn_tel_fixed a {
    display: block;
    line-height: 0;
  }
  .nav-open .btn_tel_fixed {
    opacity: 1;
    visibility: visible;
  }
  #g_nav {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: transparent!important;
    padding: 118px 30px 400px;
  }
  #g_nav::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(137.43deg, #FFFFFF 0%, #FFFFFF 26.45%, #E5FAD6 123.91%);
    opacity: 0.96;
  }
  #g_nav > li {
    text-align: left;
    border-bottom: 1px solid #93D381;
    padding: 0 0 16px;
    position: relative;
    z-index: 2;
  }
  #g_nav > li .up-menu {
    padding: 0;
  }
  #g_nav > li .up-menu .menu-text {
    text-align: left;
    font-size: 16px;
  }
  #g_nav > li .up-menu .menu-text small {
    font-size: 12px;
    margin: 8px 0 0;
  }
  #g_nav > li + li {
    border-left: 0;
    margin-top: 16px;
  }
  #g_nav > li + li .up-menu {
    padding: 0 !important;
    border: 0;
  }
  #g_nav > li .sub-menu {
    position: static;
    display: none;
    background: transparent;
    box-shadow: none;
    width: 100%;
    transform: none;
    padding: 16px 0 0;
  }
  #g_nav > li .sub-menu li .menu-text {
    text-align: left;
    font-size: 16px;
    padding: 16px 0;
  }
  #g_nav > li.hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .fixed-box {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
  .fixed-box .fixed-banner__sp ul {
    display: flex;
    gap: 8px;
  }
  .fixed-box .fixed-banner__sp ul li a {
    line-height: 0;
    display: block;
  }
  #footer .footer-content {
    padding-top: 48px;
  }
  #footer .footer-content .container {
    display: block;
    padding: 0 20px;
  }
  #footer .footer-content .left .footer__logo {
    margin: 0 0 35px;
    max-width: 100%;
  }
  #footer .footer-content .left .btn-sitemap {
    margin: 0 0 40px;
  }
  #footer .footer-content .left .btn-sitemap a {
    font-size: 14px;
    padding: 10px 36px 8px 16px;
  }
  #footer .footer-content .left .group-bnr {
    gap: 20px;
  }
  #footer .footer-content .left .group-bnr .bnr {
    width: calc(50% - 10px);
    max-width: 100%;
  }
  #footer .footer-content .right {
    margin: 32px 0 0;
  }
  #footer .footer-content .right .group-nav {
    margin: 0 0 40px;
    justify-content: flex-start;
    gap: 32px;
  }
  #footer .footer-content .right .group-nav .nav {
    width: auto;
    font-size: 15px;
    min-width: auto;
  }
  #footer .footer-content .right .f_note {
    text-align: center;
    font-size: 13px;
  }
  #footer .footer-content .right .copyright {
    text-align: center;
    font-size: 13px;
  }
  .box-contact {
    padding: 48px 0;
  }
  .box-contact .container {
    padding: 0 10px;
  }
  .box-contact .bg {
    display: block;
    background: url("../img/contact_bg_sp.jpg") no-repeat center/cover;
    border-radius: 80px;
    padding: 48px 25px;
  }
  .box-contact .title-common {
    display: block;
    font-size: 28px;
  }
  .box-contact .title-common small {
    display: block;
    font-size: 15px;
    padding: 0 0 16px 8px;
    background-position: top 3.5px left 86px;
  }
  .box-contact .txt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 40px 0 32px;
  }
  .box-contact .btn-tel a {
    border-radius: 200px;
    gap: 12px;
    align-items: flex-end;
    padding: 21px 0;
  }
  .box-contact .btn-tel a::before {
    width: 48px;
    height: 48px;
  }
  .box-contact .btn-tel a span {
    font-size: 30px;
  }
  .box-contact .btn-tel a span > small small {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 1035px) {
  #footer .footer-content .container {
    justify-content: center;
  }
}
@media (hover: hover) {
  #footer .footer-content .right .group-nav .nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1260px) {
  .box-contact .bg {
    justify-content: center;
  }
}