@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
img {
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}

p {
  line-height: 2;
}

.sp {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

.sp-s {
  display: none;
}
@media only screen and (max-width: 550px) {
  .sp-s {
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .sp-s-hidden {
    display: none;
  }
}

/* HEADER */
/* ======================================= */
#header {
  position: fixed;
}

.header__pc {
  border-bottom: none;
}
.header__pc .header__logo-image, .header__pc .header__logo-text {
  flex-grow: 0;
}
.header__pc .header__logo-inner {
  gap: 25px;
}
.header__pc .nav__global {
  flex-grow: 2;
}
@media only screen and (max-width:1300px) {
  .header__pc .nav__global {
    display: none;
  }
}
.header__pc .nav__global .menu {
  text-align: left;
  margin-right: 0;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.header__pc .nav__global .menu li {
  line-height: 40px;
}
.header__pc .nav__global .menu li a {
  white-space: nowrap;
  padding: 0 1em;
  color: #5a5a5a;
  position: relative;
}
.header__pc .nav__global .menu li a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #60aa32;
  display: block;
  opacity: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.header__pc .nav__global .menu li a:hover::after {
  opacity: 1;
}
.header__pc .nav__global .menu .sub-menu {
  background: #fff;
  top: calc(100% + 25px);
}
.header__pc .nav__global .menu .sub-menu li a {
  background: #fff;
}
.header__pc .nav__global .menu .sub-menu li a:hover {
  color: #60aa32;
}
.header__pc .nav__global .menu .sub-menu li a:hover::after {
  display: none;
}
.header__pc .nav__global .menu .sub-menu .sub-menu {
  position: relative;
  left: 0;
  padding-left: 1em;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__pc .nav__global .menu .sub-menu .sub-menu li a::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 3px;
  top: calc(50% - 1.5px);
  border-radius: 50%;
}
.header__pc .nav__global .menu-item-has-children:hover .sub-menu .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header__pc .header_nav_buttons {
  display: flex;
  gap: 10px;
  z-index: 10;
}
.header__pc .header_nav_buttons .nav_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 60px;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  background: #60aa32;
}
.header__pc .header_nav_buttons .nav_button:hover {
  background: #666;
}
.header__pc .header_nav_buttons .nav_button.orange {
  background: #f08c2b;
}
.header__pc .header_nav_buttons .nav_button.orange:hover {
  background: #60aa32;
}
.header__pc .header_nav_buttons .hum_button {
  width: 60px;
  height: 60px;
  position: relative;
  border: 1px solid #60aa32;
  display: none;
}
@media only screen and (max-width:1300px) {
  .header__pc .header_nav_buttons .hum_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__pc .header_nav_buttons .hum_button:hover {
  background: #666;
}
.header__pc .header_nav_buttons .hum_button .bar {
  position: absolute;
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
  background: #60aa32;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.header__pc .header_nav_buttons .hum_button .bar:nth-child(1) {
  top: 21px;
}
.header__pc .header_nav_buttons .hum_button .bar:nth-child(2) {
  top: 37px;
}
.header__pc .header_nav_buttons .hum_button.is-active {
  background: #666;
  border-color: #666;
}
.header__pc .header_nav_buttons .hum_button.is-active .bar {
  background: #fff;
}
.header__pc .header_nav_buttons .hum_button.is-active .bar:nth-child(1) {
  top: 28px;
  transform: rotate(45deg);
}
.header__pc .header_nav_buttons .hum_button.is-active .bar:nth-child(2) {
  top: 28px;
  transform: rotate(-45deg);
}
.header__pc .mega_menu_base {
  position: absolute;
  background: #fff;
  width: 100vw;
  left: 0;
  top: 0;
  padding-top: 170px;
  padding-bottom: 170px;
  box-shadow: 0 0 3px 2px rgba(102, 102, 102, 0.2);
  display: none;
}
.header__pc .mega_menu {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.header__pc .mega__menu_widget_nav_menu .menu li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3;
}
.header__pc .mega__menu_widget_nav_menu .menu li a:hover {
  text-decoration: underline;
}
.header__pc .mega__menu_widget_nav_menu .menu li .sub-menu li {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.5;
}
.header__pc .mega__menu_widget_nav_menu .menu li .sub-menu li a {
  color: #5a5a5a;
}
.header__pc .mega__menu_widget_nav_menu .menu li .sub-menu .sub-menu li a {
  position: relative;
  padding-left: 1em;
}
.header__pc .mega__menu_widget_nav_menu .menu li .sub-menu .sub-menu li a::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 3px;
  top: calc(50% - 1.5px);
  border-radius: 50%;
}

.page__header-title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 991px) {
  .page__header-title {
    font-size: 2.2rem;
  }
}

.header .menu-toggle {
  background: #666;
  width: 50px;
  height: 50px;
}
.header .menu-toggle::before {
  display: none;
}
.header .menu-toggle .bar {
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 12.5px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.header .menu-toggle .bar:nth-child(1) {
  top: 18px;
}
.header .menu-toggle .bar:nth-child(2) {
  top: 30px;
}
.header .menu-toggle.is-active .bar:nth-child(1) {
  top: 24px;
  transform: rotate(45deg);
}
.header .menu-toggle.is-active .bar:nth-child(2) {
  top: 24px;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 991px) {
  .header__sp {
    height: 50px;
  }
}

.header__logo-image.sp {
  margin-left: 15px;
  margin-top: 7px;
}
.header__logo-image.sp a img {
  width: 126px;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .mobile_header_fix .nav__global {
    top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile_header_fix.menu-open .nav__global {
    background: white;
    padding-top: 2em;
  }
}

.nav__global.sp .menu li a {
  color: #333;
}

/* FOOTER */
/* ======================================= */
.footer {
  background: #f3fafa;
  margin-top: 70px;
  padding-top: 28px;
}
@media only screen and (max-width: 991px) {
  .footer {
    margin-top: 0;
  }
}
.footer .footer__inner {
  display: flex;
  max-width: 1200px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .footer .footer__inner {
    padding-bottom: 25px;
  }
}

.footer_company {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .footer_company {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_company .company_name {
  font-size: 2rem;
  margin-top: 0.3em;
}

.footer_menu_widget {
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-around;
}

.footer__menu {
  width: auto;
  font-size: 1.6rem;
}
.footer__menu:nth-child(n+5) {
  display: block;
}
.footer__menu a {
  color: #60aa32;
  border-bottom: none;
  padding-bottom: 2px;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__menu .sub-menu {
  font-size: 1.4rem;
}
.footer__menu .sub-menu li a {
  color: #333;
}
.footer__menu .sub-menu li a::before {
  content: "";
  padding: 0;
}
.footer__menu .sub-menu .sub-menu li a {
  padding-left: 1em;
}
.footer__menu .sub-menu .sub-menu li a::before {
  display: block;
  width: 3px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 3px;
  top: calc(50% - 1.5px);
  border-radius: 50%;
}

.copyright {
  background: #9b9f9e;
  font-size: 1.4rem;
  color: #ebebeb;
}
@media only screen and (max-width: 991px) {
  .copyright {
    font-size: 1rem;
  }
}

.copyright__inner {
  height: 50px;
}

/* CTA */
/* ======================================= */
#footer_cta {
  background: url("../img/bg_cta.jpg");
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  #footer_cta {
    padding-top: 30px;
  }
}
#footer_cta .cta_btns {
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns {
    margin-top: 0;
  }
}
#footer_cta .cta_btns li {
  width: 33.3333%;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid white;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns li {
    width: 290px;
    max-width: 90%;
    height: 95px;
    border-left: 1px solid white;
  }
}
#footer_cta .cta_btns li:first-of-type {
  border-left: 1px solid white;
}
#footer_cta .cta_btns li .cta_btn {
  background: none;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns li .cta_btn {
    height: 95px;
  }
}
#footer_cta .cta_btns li .cta_btn:hover {
  background: #666;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns li .cta_btn .cta_icon img {
    height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns li .cta_btn .cta_icon img.file {
    height: 34px;
  }
}
#footer_cta .cta_btns li .cta_btn .cta_title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns li .cta_btn .cta_title {
    font-size: 1.4rem;
  }
}

.footer_cta_title {
  font-size: 2.6rem;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .footer_cta_title {
    font-size: 1.8rem;
  }
}
.footer_cta_read {
  font-size: 1.8rem;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .footer_cta_read {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=main.css.map */
