@charset "UTF-8";
html {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html.menu_open_fixed header .header_inner .logo_wrapper a svg path,
html.menu_open_fixed header .header_inner .logo_wrapper a svg rect {
  fill: #fff;
}
html.menu_open_fixed header .header_inner .logo_wrapper a .logo_text {
  color: #fff;
}
html.header_scrolled header .header_inner .logo_wrapper a svg {
  height: 34px;
  width: 140px;
}
html body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding: 1rem 0 1rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  html body header {
    padding: 1rem 0 1rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body header {
    position: relative;
    padding: 0.75rem 1rem;
  }
}
html body header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  html body header .header_inner {
    width: 100%;
  }
}
html body header .header_inner .logo_wrapper {
  z-index: 12;
}
html body header .header_inner .logo_wrapper a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 991px) {
  html body header .header_inner .logo_wrapper a {
    gap: 0.25rem;
  }
}
html body header .header_inner .logo_wrapper a svg {
  height: 50px;
  transition: ease 0.4s;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .logo_wrapper a svg {
    width: 166px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body header .header_inner .logo_wrapper a svg {
    width: 99px;
    height: 24px;
  }
}
html body header .header_inner .logo_wrapper a svg path,
html body header .header_inner .logo_wrapper a svg rect {
  transition: ease 0.4s;
}
html body header .header_inner .logo_wrapper a .logo_text {
  font-size: 0.8125rem;
  transition: ease 0.4s;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .logo_wrapper a .logo_text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  html body header .header_inner .logo_wrapper a .logo_text {
    font-size: 7px;
    letter-spacing: 0.05em;
  }
}
html body header .header_inner .nav_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .nav_wrapper {
    gap: 0.75rem;
  }
}
html body header .header_inner .nav_wrapper .sub_nav {
  padding-right: 1rem;
}
@media screen and (max-width: 991px) {
  html body header .header_inner .nav_wrapper .sub_nav {
    display: none;
  }
}
html body header .header_inner .nav_wrapper .sub_nav nav ul {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .nav_wrapper .sub_nav nav ul {
    gap: 1rem;
  }
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li {
  text-align: center;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li a {
  font-size: 0.875rem;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .nav_wrapper .sub_nav nav ul li a {
    font-size: 0.75rem;
  }
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li a:hover::before, html body header .header_inner .nav_wrapper .sub_nav nav ul li a:hover::after {
  width: 50%;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li a::before, html body header .header_inner .nav_wrapper .sub_nav nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #f19500;
  transition: ease 0.4s;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li a::before {
  left: 50%;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li a::after {
  right: 50%;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li.tel_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  letter-spacing: 0;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li.tel_nav a::before, html body header .header_inner .nav_wrapper .sub_nav nav ul li.tel_nav a::after {
  content: none;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li.tel_nav a span {
  font-size: 1.875rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
html body header .header_inner .nav_wrapper .sub_nav nav ul li.tel_nav a span small {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.03em;
}
html body header .header_inner .nav_wrapper .pc_nav {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  html body header .header_inner .nav_wrapper .pc_nav {
    display: none;
  }
}
html body header .header_inner .nav_wrapper .pc_nav nav ul {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .nav_wrapper .pc_nav nav ul {
    gap: 1rem;
  }
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li {
  text-align: center;
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li a {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .nav_wrapper .pc_nav nav ul li a {
    font-size: 0.875rem;
  }
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li a:hover::before, html body header .header_inner .nav_wrapper .pc_nav nav ul li a:hover::after {
  width: 50%;
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li a::before, html body header .header_inner .nav_wrapper .pc_nav nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #f19500;
  transition: ease 0.4s;
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li a::before {
  left: 50%;
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li a::after {
  right: 50%;
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li.contact_nav a {
  color: #f19500;
  font-size: 1.375rem;
  padding-right: 4.75rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .nav_wrapper .pc_nav nav ul li.contact_nav a {
    font-size: 1.125rem;
  }
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li.contact_nav a:hover::before {
  width: 0;
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li.contact_nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: initial;
  right: 0;
  width: 30%;
  height: 2px;
  background-color: #f19500;
  transform: translateY(-50%);
  transition: ease 0.4s;
}
html body header .header_inner .nav_wrapper .pc_nav nav ul li.contact_nav a::after {
  content: none;
}
html body header .header_inner .menu_button_wrapper {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0.75rem;
  right: 1rem;
  /* #menu_open */
}
@media screen and (max-width: 991px) {
  html body header .header_inner .menu_button_wrapper {
    display: block;
  }
}
html body header .header_inner .menu_button_wrapper #menuButton {
  color: #fff;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 11px 9px;
  width: 40px;
  height: 40px;
  background-color: #44ad3e;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
html body header .header_inner .menu_button_wrapper #menuButton span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper #menuButton span::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper #menuButton span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span {
  animation: none;
  width: 20px;
  transition: 0.4s;
  transform: translate(-1px, 0) rotate(45deg);
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span::before {
  transition: 0.4s;
  opacity: 0;
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span::after {
  animation: none;
  width: 20px;
  transition: 0.4s;
  transform: translate(0px, -6px) rotate(90deg);
}
html body header .header_inner .sp_nav {
  background-color: #44ad3e;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.4s ease-in;
  z-index: 10;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
html body header .header_inner .sp_nav nav {
  height: 100%;
  background-color: transparent;
}
html body header .header_inner .sp_nav nav ul {
  background-color: #fff;
  border-radius: 10px;
}
html body header .header_inner .sp_nav nav ul li {
  border-bottom: 1px dashed #707070;
  opacity: 0;
  transition: 0.6s;
}
html body header .header_inner .sp_nav nav ul li:last-child {
  border: none;
}
html body header .header_inner .sp_nav nav ul li.border_bold {
  border-bottom: 2px solid #707070;
}
html body header .header_inner .sp_nav nav ul li.service_nav {
  border-bottom: none;
}
html body header .header_inner .sp_nav nav ul li a,
html body header .header_inner .sp_nav nav ul li span {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: block;
  padding: 0.75rem 2rem;
}
@media screen and (max-width: 575px) {
  html body header .header_inner .sp_nav nav ul li a,
  html body header .header_inner .sp_nav nav ul li span {
    font-size: 0.875rem;
  }
}
html body header .header_inner .sp_nav nav ul li span {
  background-color: #eeeeee;
}
html body header .header_inner .sp_nav nav ul li a {
  position: relative;
}
html body header .header_inner .sp_nav nav ul li a::after {
  content: "＞";
  position: absolute;
  right: 2rem;
  font-size: 0.875rem;
}
html body header .header_inner .sp_nav.menu_open {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 4.5rem 1rem 2rem;
}
html body header .header_inner .sp_nav.menu_open nav ul li {
  opacity: 1;
  transition: 0.6s;
}
html body footer {
  padding: 4rem 0 0;
}
html body footer .footer_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1199px) {
  html body footer .footer_inner {
    gap: 2rem;
  }
}
html body footer .footer_inner .footer_info {
  width: 310px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body footer .footer_inner .footer_info {
    width: 270px;
  }
}
@media screen and (max-width: 991px) {
  html body footer .footer_inner .footer_info {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_info .footer_logo a img {
    height: 50px;
  }
}
html body footer .footer_inner .footer_info .footer_logo a span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
}
@media screen and (max-width: 1199px) {
  html body footer .footer_inner .footer_info .footer_logo a span {
    font-size: 1rem;
  }
}
html body footer .footer_inner .footer_info .footer_info_text {
  margin-top: 2rem;
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_info .footer_info_text {
    margin-top: 1rem;
  }
}
html body footer .footer_inner .footer_info .footer_info_text p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  html body footer .footer_inner .footer_info .footer_info_text p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_info .footer_info_text p {
    margin-bottom: 0.75rem;
  }
}
html body footer .footer_inner .footer_info .footer_info_text p:last-child {
  margin-bottom: 0;
}
html body footer .footer_inner .footer_info .footer_info_text a.tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  html body footer .footer_inner .footer_info .footer_info_text a.tel {
    pointer-events: auto;
  }
}
html body footer .footer_inner .footer_link_wrapper {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body footer .footer_inner .footer_link_wrapper {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  html body footer .footer_inner .footer_link_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body footer .footer_inner .footer_link_wrapper {
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper {
    gap: 0;
  }
}
html body footer .footer_inner .footer_link_wrapper .footer_link {
  flex-basis: calc((100% - 10rem) / 3);
}
@media screen and (max-width: 1199px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link {
    flex-basis: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link:nth-child(3) ul li:first-child {
    border-top: 1px dashed #707070;
  }
  html body footer .footer_inner .footer_link_wrapper .footer_link:nth-child(3) ul li:last-child {
    border-bottom: 1px dashed #707070;
  }
}
html body footer .footer_inner .footer_link_wrapper .footer_link ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link ul {
    gap: 0;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li {
    border-bottom: 1px dashed #707070;
  }
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li:last-child {
    border: none;
  }
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li.border_bold {
    border-top: 2px solid #707070;
  }
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li.border_none {
    border: none;
  }
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li.service_nav {
    border-bottom: none;
    border-top: 2px solid #707070;
    background-color: #eeeeee;
  }
}
html body footer .footer_inner .footer_link_wrapper .footer_link ul li a,
html body footer .footer_inner .footer_link_wrapper .footer_link ul li span {
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li a,
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li span {
    display: block;
    padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li a .arrow,
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li span .arrow {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li a {
    position: relative;
  }
  html body footer .footer_inner .footer_link_wrapper .footer_link ul li a::after {
    content: "＞";
    position: absolute;
    right: 2rem;
    font-size: 0.875rem;
  }
}
html body footer .footer_inner .footer_link_wrapper .sns_link_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  html body footer .footer_inner .footer_link_wrapper .sns_link_wrapper {
    position: relative;
    margin-top: 2rem;
    flex-basis: 100%;
  }
}
html body footer .footer_inner .footer_link_wrapper .sns_link_wrapper .sns_link a {
  display: inline-block;
}
html body footer .footer_inner .footer_link_wrapper .sns_link_wrapper .sns_link a img {
  height: 50px;
}
@media screen and (max-width: 1199px) {
  html body footer .footer_inner .footer_link_wrapper .sns_link_wrapper .sns_link a img {
    height: 40px;
  }
}
html body footer .footer_bnr_wrapper {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  html body footer .footer_bnr_wrapper {
    flex-wrap: wrap;
  }
}
html body footer .footer_bnr_wrapper .footer_bnr_left {
  width: 690px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  html body footer .footer_bnr_wrapper .footer_bnr_left {
    width: 540px;
  }
}
@media screen and (max-width: 991px) {
  html body footer .footer_bnr_wrapper .footer_bnr_left {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_bnr_wrapper .footer_bnr_left {
    padding: 0 1rem;
  }
}
html body footer .footer_bnr_wrapper .footer_bnr_left .footer_bnr {
  flex-basis: calc((100% - 4rem) / 5);
}
@media screen and (max-width: 575px) {
  html body footer .footer_bnr_wrapper .footer_bnr_left .footer_bnr {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body footer .footer_bnr_wrapper .footer_bnr_left .footer_bnr a,
html body footer .footer_bnr_wrapper .footer_bnr_left .footer_bnr span {
  display: inline-block;
}
html body footer .footer_bnr_wrapper .footer_bnr_right {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  html body footer .footer_bnr_wrapper .footer_bnr_right {
    width: 100%;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer_bnr_wrapper .footer_bnr_right {
    gap: 0.75rem;
    padding: 0 3rem;
  }
}
html body footer .footer_bnr_wrapper .footer_bnr_right .footer_bnr {
  flex-basis: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 575px) {
  html body footer .footer_bnr_wrapper .footer_bnr_right .footer_bnr {
    flex-basis: 100%;
  }
}
html body footer .footer_bnr_wrapper .footer_bnr_right .footer_bnr a {
  display: inline-block;
}
html body footer .copyright {
  text-align: center;
  margin-top: 3rem;
  padding: 1rem 0;
  background-color: #b1b1b1;
}
html body footer .copyright p {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 991px) {
  html body footer .copyright p {
    font-size: 0.625rem;
  }
}
html body .subvisual {
  padding: 6.5rem 0 0;
  position: relative;
  overflow: hidden;
  margin-top: 121.6px;
  background-image: url("../../images/common/subvisual_bg.svg");
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  html body .subvisual {
    margin-top: 0;
    padding: 3.5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual {
    background-image: url("../../images/common/subvisual_bg_sp.svg");
    background-size: 150%;
    padding: 2.5rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual {
    background-size: 170%;
    background-position: 50% 80%;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual.subvisual_full {
    padding: 2.5rem 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual.subvisual_full .subvisual_inner {
    align-items: flex-start;
  }
}
html body .subvisual.subvisual_full .title_wrapper {
  margin-bottom: 0;
}
html body .subvisual .subvisual_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body .subvisual .subvisual_inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
html body .subvisual .subvisual_inner .subvisual_text {
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  html body .subvisual .subvisual_inner .subvisual_text {
    padding-bottom: 0;
    width: 100%;
  }
}
html body .subvisual .subvisual_inner .subvisual_text .title_wrapper span {
  display: block;
  color: #44ad3e;
  font-size: 6.5rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body .subvisual .subvisual_inner .subvisual_text .title_wrapper span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual .subvisual_inner .subvisual_text .title_wrapper span {
    font-size: 3.5rem;
    letter-spacing: 0.025em;
  }
}
html body .subvisual .subvisual_inner .subvisual_text p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  html body .subvisual .subvisual_inner .subvisual_text p {
    font-size: 1rem;
  }
}
html body .contents_breadcrumb {
  padding-top: 1.25rem;
}
html body .contents_breadcrumb.single_breadcrumb {
  margin-top: 86px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 991px) {
  html body .contents_breadcrumb.single_breadcrumb {
    margin-top: 50px;
  }
}
html body .contents_breadcrumb .breadcrumb {
  color: #b1b1b1;
  font-size: 0.875rem;
}
html body .contents_breadcrumb .breadcrumb a {
  border-bottom: 1px solid #555;
}
html body .pagetop {
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 10px;
  padding-top: 15px;
  background-color: #4a4a4a;
  text-align: center;
  transition: ease 0.4s;
}
@media screen and (max-width: 575px) {
  html body .pagetop {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
  }
}
html body .pagetop:hover {
  background-color: #707070;
}
html body .pagetop:hover::before, html body .pagetop:hover::after {
  top: 6px;
}
html body .pagetop::before, html body .pagetop::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 1px;
  height: 12px;
  background-color: #fff;
  transition: ease 0.4s;
}
@media screen and (max-width: 575px) {
  html body .pagetop::before, html body .pagetop::after {
    top: 8px;
    width: 1px;
    height: 9px;
  }
}
html body .pagetop::before {
  left: calc(50% - 4px);
  transform: rotate(35deg);
}
@media screen and (max-width: 575px) {
  html body .pagetop::before {
    left: calc(50% - 3px);
  }
}
html body .pagetop::after {
  right: calc(50% - 4px);
  transform: rotate(-35deg);
}
@media screen and (max-width: 575px) {
  html body .pagetop::after {
    right: calc(50% - 3px);
  }
}
html body .pagetop span {
  color: #fff;
  font-size: 0.625rem;
  display: inline-block;
}
html body .title_wrapper {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body .title_wrapper {
    margin-bottom: 1.5rem;
  }
}
html body .title_wrapper .title {
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  html body .title_wrapper .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body .title_wrapper .title {
    font-size: 1.5rem;
  }
}
html body .title_wrapper .title span {
  display: block;
  color: #44ad3e;
  font-size: 6.5rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body .title_wrapper .title span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body .title_wrapper .title span {
    font-size: 3.5rem;
  }
}
html body .contents_title_wrapper {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  html body .contents_title_wrapper {
    margin-bottom: 2rem;
  }
}
html body .contents_title_wrapper .title {
  font-size: 2.25rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents_title_wrapper .title {
    font-size: 1.5rem;
  }
}
html body .contents_title_wrapper .title span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body .contents_title_wrapper .title span {
    font-size: 1.125rem;
  }
}
html body .contents_title_wrapper .title strong {
  background: linear-gradient(transparent 65%, #fceb25 60%, #fceb25 90%, transparent 90%);
  color: inherit;
  font-weight: bold;
  padding: 0 0.1em;
  box-decoration-break: clone;
}
html body .sub_contents_title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  html body .sub_contents_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
html body .sub_contents_title .title {
  color: #44ad3e;
  font-size: 1.875rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  html body .sub_contents_title .title {
    font-size: 1.25rem;
  }
}
html body .sub_contents_title .line {
  background-color: #989898;
  height: 3px;
  width: 100%;
  position: relative;
}
html body .sub_contents_title .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #44ad3e;
  height: 100%;
  width: 100px;
}
html body .sub_page {
  background-image: url("../../images/common/contents_bg.svg");
  background-size: contain;
  background-position: 50% 0;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  html body .sub_page {
    background-image: url("../../images/common/contents_bg_sp.svg");
  }
}
html body .contents {
  color: #1c1c1c;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents {
    padding: 3.75rem 0;
  }
}
html body .contents p {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body .contents p {
    font-size: 1rem;
  }
}
html body .contents .more {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents .more {
    margin-top: 2.5rem;
  }
}
html body .contents .more a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #f19500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 2.5rem;
  position: relative;
  border-radius: 30px;
  width: 400px;
  height: 58px;
  transition: ease 0.4s;
}
html body .contents .more a:hover {
  color: #f19500;
  background-color: rgba(241, 149, 0, 0.2);
}
html body .contents .more a:hover svg .line {
  fill: #f19500;
}
@media screen and (max-width: 991px) {
  html body .contents .more a {
    font-size: 1.125rem;
    height: 44px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents .more a {
    padding: 0.5rem 1rem;
    width: 100%;
  }
}
html body .contents .more a span {
  flex-basis: 100%;
}
html body .contents .more a svg {
  position: absolute;
  top: calc(50% - 16px);
  right: 1rem;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 991px) {
  html body .contents .more a svg {
    top: calc(50% - 14px);
    right: 1rem;
    width: 28px;
    height: 28px;
  }
}
html body .contents .more a svg .line {
  transition: ease 0.4s;
}
html body .contents.footer_contact .btn_wrapper, html body .contents.page_cta .btn_wrapper, html body .contents.contents_form .btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  html body .contents.footer_contact .btn_wrapper, html body .contents.page_cta .btn_wrapper, html body .contents.contents_form .btn_wrapper {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
html body .contents.footer_contact .btn_wrapper .btn, html body .contents.page_cta .btn_wrapper .btn, html body .contents.contents_form .btn_wrapper .btn {
  flex-basis: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  html body .contents.footer_contact .btn_wrapper .btn, html body .contents.page_cta .btn_wrapper .btn, html body .contents.contents_form .btn_wrapper .btn {
    flex-basis: 100%;
  }
}
html body .contents.footer_contact .btn_wrapper .btn.btn_tel a, html body .contents.page_cta .btn_wrapper .btn.btn_tel a, html body .contents.contents_form .btn_wrapper .btn.btn_tel a {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  html body .contents.footer_contact .btn_wrapper .btn.btn_tel a, html body .contents.page_cta .btn_wrapper .btn.btn_tel a, html body .contents.contents_form .btn_wrapper .btn.btn_tel a {
    font-size: 1.5rem;
    gap: 0.5rem;
  }
}
html body .contents.footer_contact .btn_wrapper .btn.btn_tel a span small, html body .contents.page_cta .btn_wrapper .btn.btn_tel a span small, html body .contents.contents_form .btn_wrapper .btn.btn_tel a span small {
  display: block;
  font-size: 0.725rem;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  html body .contents.footer_contact .btn_wrapper .btn.btn_tel a svg, html body .contents.page_cta .btn_wrapper .btn.btn_tel a svg, html body .contents.contents_form .btn_wrapper .btn.btn_tel a svg {
    width: 22px;
    height: 22px;
  }
}
html body .contents.footer_contact .btn_wrapper .btn.btn_form a, html body .contents.page_cta .btn_wrapper .btn.btn_form a, html body .contents.contents_form .btn_wrapper .btn.btn_form a {
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  html body .contents.footer_contact .btn_wrapper .btn.btn_form a, html body .contents.page_cta .btn_wrapper .btn.btn_form a, html body .contents.contents_form .btn_wrapper .btn.btn_form a {
    font-size: 1.125rem;
  }
}
html body .contents.footer_contact .btn_wrapper .btn.btn_form a:hover svg path, html body .contents.page_cta .btn_wrapper .btn.btn_form a:hover svg path, html body .contents.contents_form .btn_wrapper .btn.btn_form a:hover svg path {
  fill: none;
  stroke: #f19500;
}
html body .contents.footer_contact .btn_wrapper .btn a, html body .contents.page_cta .btn_wrapper .btn a, html body .contents.contents_form .btn_wrapper .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: #f19500;
  border: 2px solid #f19500;
  color: #fff;
  border-radius: 0.75rem;
  font-weight: 700;
  min-height: 80px;
  transition: ease 0.4s;
}
html body .contents.footer_contact .btn_wrapper .btn a:hover, html body .contents.page_cta .btn_wrapper .btn a:hover, html body .contents.contents_form .btn_wrapper .btn a:hover {
  background-color: #fff;
  color: #f19500;
}
html body .contents.footer_contact .btn_wrapper .btn a:hover svg path, html body .contents.page_cta .btn_wrapper .btn a:hover svg path, html body .contents.contents_form .btn_wrapper .btn a:hover svg path {
  fill: #f19500;
}
@media screen and (max-width: 991px) {
  html body .contents.footer_contact .btn_wrapper .btn a, html body .contents.page_cta .btn_wrapper .btn a, html body .contents.contents_form .btn_wrapper .btn a {
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    min-height: 60px;
  }
}
html body .contents.footer_contact .btn_wrapper .btn a svg path, html body .contents.page_cta .btn_wrapper .btn a svg path, html body .contents.contents_form .btn_wrapper .btn a svg path {
  transition: ease 0.4s;
}
html body .contents.page_cta {
  background-color: #44ad3e;
}
@media screen and (max-width: 767px) {
  html body .contents.page_cta {
    padding: 2rem 0;
  }
}
html body .contents.page_cta .page_cta_title_wrapper {
  text-align: center;
  margin-bottom: 1rem;
}
html body .contents.page_cta .page_cta_title_wrapper .page_cta_title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body .contents.page_cta .page_cta_title_wrapper .page_cta_title {
    font-size: 1.75rem;
  }
}
html body .contents.page_cta .page_cta_inner {
  border-top: 1px solid #fff;
  padding: 2rem 3rem 0;
}
@media screen and (max-width: 1199px) {
  html body .contents.page_cta .page_cta_inner {
    padding: 1.5rem 2rem 0;
  }
}
html body .contents.page_cta .page_cta_inner p {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents.page_cta .page_cta_inner p {
    font-size: 1rem;
  }
}
html body .contents.page_cta .page_cta_inner .btn_wrapper {
  margin-top: 2.5rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  html body .contents.page_cta .page_cta_inner .btn_wrapper {
    margin-top: 1.5rem;
    padding: 0;
  }
}
html body .contents.footer_contact {
  background-image: url("../../images/common/contact_bg.webp");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #44ad3e;
  padding: 30% 0 4rem;
}
@media screen and (max-width: 1600px) {
  html body .contents.footer_contact {
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  html body .contents.footer_contact {
    padding: 30% 1rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.footer_contact {
    padding: 35% 1rem 2rem;
  }
}
html body .contents.footer_contact .contents_inner {
  padding: 3rem 6rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 991px) {
  html body .contents.footer_contact .contents_inner {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.footer_contact .contents_inner {
    padding: 1.5rem 1rem;
  }
}
html body .contents.footer_contact .contents_inner .title_wrapper {
  text-align: center;
  border-bottom: 1px solid #1c1c1c;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body .contents.footer_contact .contents_inner .title_wrapper {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
html body .contents.footer_contact .contents_inner .contents_text h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  html body .contents.footer_contact .contents_inner .contents_text h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.footer_contact .contents_inner .contents_text h3 {
    font-size: 1.125rem;
  }
}
html body .contents.footer_contact .contents_inner .contents_text p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents.contents_page_link {
    padding-top: 0;
  }
}
html body .contents.contents_page_link .page_link_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents_page_link .page_link_wrapper {
    gap: 1rem;
  }
}
html body .contents.contents_page_link .page_link_wrapper .page_link {
  color: #fff;
  flex-basis: calc((100% - 4rem) / 3);
  background-color: #707070;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents_page_link .page_link_wrapper .page_link {
    flex-basis: calc((100% - 2rem) / 2);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents_page_link .page_link_wrapper .page_link {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents_page_link .page_link_wrapper .page_link {
    flex-basis: 100%;
  }
}
html body .contents.contents_page_link .page_link_wrapper .page_link.page_link01 {
  background-image: url("../../images/common/page_link_image01.webp");
}
html body .contents.contents_page_link .page_link_wrapper .page_link.page_link02 {
  background-image: url("../../images/common/page_link_image02.webp");
}
html body .contents.contents_page_link .page_link_wrapper .page_link.page_link03 {
  background-image: url("../../images/common/page_link_image03.webp");
}
html body .contents.contents_page_link .page_link_wrapper .page_link.page_link04 {
  background-image: url("../../images/common/page_link_image04.webp");
}
html body .contents.contents_page_link .page_link_wrapper .page_link span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: block;
}
@media screen and (max-width: 991px) {
  html body .contents.contents_page_link .page_link_wrapper .page_link span {
    font-size: 1.5rem;
  }
}
html body .contents.contents_page_link .page_link_wrapper .page_link:hover .button {
  background-color: rgba(241, 149, 0, 0.6);
  color: #fff;
}
html body .contents.contents_page_link .page_link_wrapper .page_link:hover svg path {
  fill: #fff;
}
html body .contents.contents_page_link .page_link_wrapper .page_link .button {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0.3rem 1.5rem;
  text-align: center;
  transition: ease 0.4s;
}
@media screen and (max-width: 991px) {
  html body .contents.contents_page_link .page_link_wrapper .page_link .button svg {
    width: 20px;
    height: 20px;
  }
}
html body .contents.contents_page_link .page_link_wrapper .page_link .button svg path {
  fill: #fff;
  transition: ease 0.4s;
}
html body .contents.contents_recruit {
  background-image: url("../../images/index/contents07_image01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media screen and (max-width: 1600px) {
  html body .contents.contents_recruit {
    background-position: -5% 0;
  }
}
@media screen and (max-width: 1400px) {
  html body .contents.contents_recruit {
    background-position: -30% 0;
  }
}
@media screen and (max-width: 1199px) {
  html body .contents.contents_recruit {
    background-size: calc(100% - 1rem);
    background-position: 0 0;
    padding-top: 68%;
    padding-bottom: 0;
  }
}
html body .contents.contents_recruit .contents_inner {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body .contents.contents_recruit .contents_inner {
    text-align: left;
  }
}
html body .contents.contents_recruit .contents_inner .message {
  position: absolute;
  left: -12%;
  bottom: -5%;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  html body .contents.contents_recruit .contents_inner .message {
    left: -8%;
  }
}
@media screen and (max-width: 1400px) {
  html body .contents.contents_recruit .contents_inner .message {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  html body .contents.contents_recruit .contents_inner .message {
    left: 0;
    bottom: initial;
    top: -50%;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents_recruit .contents_inner .message {
    top: -70%;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents_recruit .contents_inner .message {
    top: -45%;
  }
}
html body .contents.contents_recruit .contents_inner .message p {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  html body .contents.contents_recruit .contents_inner .message p {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1199px) {
  html body .contents.contents_recruit .contents_inner .message p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents_recruit .contents_inner .message p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents_recruit .contents_inner .message p {
    font-size: 1.25rem;
  }
}
html body .contents.contents_recruit .contents_inner .message p span {
  display: inline;
  background-color: rgba(28, 28, 28, 0.8);
  padding: 0.3rem 0.75rem;
}
html body .contents.contents_recruit .contents_inner .contents_text {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  html body .contents.contents_recruit .contents_inner .contents_text {
    justify-content: flex-start;
  }
}
html body .contents.contents_recruit .contents_inner .contents_text p {
  text-align: left;
}
html body .contents.contents_recruit .contents_inner .more a {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  html body .contents.contents_recruit .contents_inner .more a {
    margin-left: 0;
  }
}
html body .page_404 {
  margin-top: 121.6px;
}
@media screen and (max-width: 991px) {
  html body .page_404 {
    margin-top: 0;
  }
}
html body .page_404 .contents_404 {
  text-align: center;
}
html body .page_404 .contents_404 h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body .page_404 .contents_404 h1 {
    font-size: 1.875rem;
  }
}
html body .page_404 .contents_404 h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body .page_404 .contents_404 h2 {
    font-size: 1.25rem;
  }
}
html body .page_404 .contents_404 .contents_text {
  margin-top: 2.5rem;
}
html body .page_404 .contents_404 .contents_text p {
  line-height: 1.8;
}
html body .page_404 .contents_404 .more a {
  margin: auto;
}
html body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
html body img {
  height: auto;
  max-width: 100%;
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  transition: opacity 250ms;
}
html body .alpha:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}
html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

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