@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --white: #fff;
  --gray: #F5F5F5;
  --yellow_green: #F2F219;
  --green: #57BC90;
  --lightgreen: #77C9D4;
  --black: #10170D;
  --font_color: #10170D;
  --base_color: #015249;
  font-size: 10px;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: var(--font_color);
}
body.admin-bar #header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    margin-top: 46px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 783px) {
  body.admin-bar #header .l-gnav_menu {
    margin-top: 32px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar #header .l-gnav_menu {
    margin-top: 46px;
  }
}
span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    min-width: none !important;
  }
}
main {
  width: 100%;
  overflow: hidden;
  font-size: initial;
  letter-spacing: 0.02em;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wrap_primary {
  max-width: 1024px;
  margin: 0 auto;
}
.wrap_primary .wrap_inner {
  padding: 0 2rem;
}
@media screen and (max-width: 765px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body:not(.home)::before {
  width: initial !important;
}
body {
  line-height: initial !important;
}
span, p, a {
  font-size: initial;
}
ul {
  padding-left: 0;
}
.lower_page #main_content {
  max-width: 9.36rem;
  margin: 1.5rem auto;
}
@media screen and (max-width: 765px) {
  .lower_page #main_content {
    padding: 0 3vw;
    box-sizing: border-box;
  }
}
.lower_page .wp-block-group h2 {
  background-color: transparent;
  border-left: none;
  padding: initial;
}
.lower_page .wp-block-group h3 {
  font-size: initial;
  padding-bottom: 0;
  border: none;
}
.lower_page h2 {
  font-weight: bold;
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.lower_page h3 {
  margin: 0.4rem 0;
  font-weight: bold;
}
.lower_page p {
  line-height: 1.5;
}
.lower_page .scroll_box {
  max-height: 6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #707070;
  padding: 0.4rem;
  box-sizing: border-box;
}
.lower_page .wp-block-button__link {
  padding: 0.2rem 0.3rem !important;
}
.lower_content_area {
  margin: 0 1rem;
}
.lower_content_area p {
  color: #532C11;
}
.lower_content_area h2 {
  font-size: 3.2rem;
  text-align: center;
  color: var(--base_color);
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 765px) {
  .lower_content_area h2 {
    font-size: 2rem;
  }
}
.lower_content_area h2:not(:first-of-type) {
  padding-top: 15rem;
  margin-top: -5rem;
}
.lower_content_area h2::after {
  content: "";
  display: block;
  width: 20rem;
  height: 1.8rem;
  background-image: url(../image/lower_page/header_deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem auto 5rem auto;
}
.lower_content_area h3 {
  padding: 1rem 2rem 1rem 3rem;
  font-size: 2.4rem;
  border-left: 20px solid var(--yellow_green);
  color: var(--base_color);
  margin: 3rem 0;
  font-weight: 900;
}
@media screen and (max-width: 765px) {
  .lower_content_area h3 {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.lower_content_area h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  color: #532C11;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lower_content_area h4::before {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  background-color: #57BC90;
  border-radius: 50%;
}
.lower_content_area figure {
  margin-bottom: 3rem;
}
.lower_content_area blockquote {
  padding: 6rem 4rem;
  background-color: #F5F5F5;
  position: relative;
  background-image: none;
}
.lower_content_area blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #fff #fff #999 #999;
  background: #F5F5F5;
  display: block;
  width: 0;
}
.single_temp p {
  line-height: 1.5;
  padding: 1rem 0;
}
.single_temp h2 {
  padding: 1rem 2rem 1rem 3rem;
  font-size: 2.4rem;
  border-left: 20px solid var(--yellow_green);
  color: var(--base_color);
  margin: 3rem 0;
  font-weight: 900;
}
@media screen and (max-width: 765px) {
  .single_temp h2 {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.single_temp h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  color: #532C11;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.single_temp h3::before {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  background-color: #57BC90;
  border-radius: 50%;
}
.single_temp figure {
  margin-bottom: 3rem;
}
.single_temp blockquote {
  padding: 6rem 4rem;
  background-color: #F5F5F5;
  position: relative;
  background-image: none;
}
.single_temp blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #fff #fff #999 #999;
  background: #F5F5F5;
  display: block;
  width: 0;
}
.mailform {
  color: var(--base_color);
  max-width: fit-content;
  margin: 0 auto;
}
.mailform .required {
  padding: 8px 24px;
  color: var(--white);
  background-color: var(--base_color);
  display: inline-block;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
}
.mailform .free {
  padding: 8px 24px;
  color: var(--base_color);
  background: transparent;
  display: inline-block;
  letter-spacing: 0.1em;
  border: 1px solid var(--base_color);
}
.mailform dl {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .mailform dl {
    flex-direction: column;
    align-items: baseline;
  }
}
.mailform dt {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  min-width: 25rem;
}
.mailform .row p {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.mailform .row p label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mailform input[type="text"], .mailform input[type="email"], .mailform input[type="tel"], .mailform textarea, .mailform select {
  border: 1px solid #3A3739;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  width: 100%;
}
.mailform textarea {
  padding: 2rem;
}
.mailform input[type="submit"] {
  font-size: 2rem;
  color: var(--white);
  padding: 1rem 3rem;
  background-color: var(--base_color);
  font-weight: 600;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.mailform input[type="submit"]:hover {
  background-color: var(--yellow_green);
  color: var(--base_color);
}
.search-form {
  display: flex;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0;
  overflow: hidden;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  flex-grow: 1;
  padding: 1rem;
  border: none;
  background-color: transparent;
}
.search-form .search-field:focus {
  outline: none;
}
.search-form .search-submit {
  border: none;
  background-color: transparent;
  padding: 1;
  cursor: pointer;
  position: relative;
  right: 0;
}
.search-form .search-submit img {
  width: 2.8rem;
}
.search-form .search-submit i {
  font-size: 2.4em;
  color: #707070;
  padding: 1rem;
  padding-left: 0;
}
.search-form .search-submit:focus i {
  outline: none;
  box-shadow: none;
}
.search-form .search-submit .screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
}
.pager {
  margin: 0 auto;
  width: fit-content;
  padding: 9rem 0 0 0;
}
@media screen and (max-width: 765px) {
  .pager {
    padding: 4rem 0 0 0;
  }
}
.pager .pager_bar {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0;
}
@media screen and (max-width: 765px) {
  .pager .pager_bar {
    gap: 5px;
  }
}
.pager .page-numbers {
  background-color: var(--white);
  border: 1px solid var(--base_color);
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--font_color);
  font-size: 1.6rem;
  overflow: hidden;
}
.pager .page-numbers:hover {
  background-color: var(--base_color);
  color: var(--white);
}
.pager .current {
  background-color: var(--base_color);
  color: var(--white);
}
.pager .prev, .pager .next {
  position: relative;
}
.pager .prev::before, .pager .next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--base_color);
  border-right: 2px solid var(--base_color);
}
.pager .prev:hover, .pager .next:hover {
  background-color: var(--base_color);
}
.pager .prev:hover::before, .pager .next:hover::before {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.pager .prev::before {
  left: 4px;
  transform: rotate(-135deg);
}
.pager .next::before {
  right: 4px;
  transform: rotate(45deg);
}
.breadcrumb {
  padding: 1rem;
  margin-bottom: 0;
}
.breadcrumb ul {
  display: flex;
  padding: 0;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .breadcrumb ul {
    margin: 0 1rem;
  }
}
.breadcrumb ul li {
  color: #656565;
  font-size: 1.4rem;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.breadcrumb ul li:not(:last-of-type)::after {
  display: block;
  content: ">";
  margin: 0 1em;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: var(--green);
}
.next_prev_btn {
  padding: 4rem;
}
.next_prev_btn .navigation {
  display: flex;
  justify-content: center;
  gap: 4rem;
  align-items: center;
}
.next_prev_btn .navigation a {
  color: var(--base_color);
  font-weight: bold;
  text-decoration: none;
}
.next_prev_btn .navigation a:hover {
  background-color: var(--yellow_green);
}
.next_prev_btn .navigation a .title {
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  padding: 0 2rem;
}
.next_prev_btn .navigation img {
  width: 6rem;
}
@media screen and (max-width: 1024px) {
  .header_area {
    padding-top: 13.2rem;
  }
}
.page_header {
  height: 41.6rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 765px) {
  .page_header {
    height: 30rem;
  }
}
.page_header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/lower_page/lower_common_head.png);
  z-index: -100;
}
.page_header .background::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
}
.page_header span {
  display: block;
}
.page_header .sub_title {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: var(--base_color);
  margin-bottom: 2rem;
}
@media screen and (max-width: 765px) {
  .page_header .sub_title {
    font-size: 1.6rem;
  }
}
.page_header .main_title {
  font-size: 4.2rem;
  font-weight: 900;
  color: var(--base_color);
}
@media screen and (max-width: 765px) {
  .page_header .main_title {
    font-size: 2.4rem;
  }
}
.lower_content_area {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .lower_content_area {
    padding-top: 0;
  }
}
.lower_content_area .breadcrumb {
  margin-bottom: 4rem;
}
.lower_content_area p {
  padding: 1rem 0;
}
.lower_content_area ul {
  margin-left: 2rem;
}
.lower_content_area ul li {
  font-size: 1.6rem;
  color: #532C11;
}
.tag_area {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.tag_area ul {
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-items: flex-start;
  flex-wrap: wrap;
}
.tag_area li {
  flex: 0 0 auto;
  display: block;
  padding: 0.5rem 1rem;
  background-color: var(--green);
  color: var(--white);
  font-size: 1.4rem;
  text-align: center;
  border-radius: 10px;
}
.share_cta {
  margin: 0 1rem;
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 765px) {
  .share_cta {
    padding: 6rem 0 0 0;
  }
}
.share_cta .wrap_primary {
  border-radius: 1rem;
  border: 2px solid var(--base_color);
  background-color: var(--gray);
  padding: 6rem 4rem;
  position: relative;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary {
    padding: 6rem 2rem 13rem 2rem;
  }
}
.share_cta .wrap_primary::before {
  content: "";
  display: block;
  position: absolute;
  right: 4rem;
  top: -5rem;
  width: 12.6rem;
  height: 13.1rem;
  background-image: url(../image/common/cta_onepoint01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary::before {
    right: 4rem;
    bottom: -5rem;
    top: auto;
  }
}
.share_cta .wrap_primary .title {
  letter-spacing: 0.1em;
  padding: 1rem 1rem 2rem 2rem;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .title span {
    display: block;
    margin: 0 auto;
  }
}
.share_cta .wrap_primary .title .ja {
  font-weight: 900;
  display: inline-block;
  font-size: 3.2rem;
  color: var(--base_color);
  margin-right: 2rem;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .title .ja {
    width: 100%;
    text-align: center;
  }
}
.share_cta .wrap_primary .title .en {
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--green);
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .title .en {
    text-align: center;
  }
}
.share_cta .wrap_primary .main_text {
  display: flex;
  padding-left: 2rem;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .main_text {
    flex-direction: column;
    padding: 0;
  }
}
.share_cta .wrap_primary .main_text p {
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .main_text p {
    font-size: 2rem;
  }
}
.share_cta .wrap_primary .main_text .tel_btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  font-weight: 600;
  background-color: var(--base_color);
  color: #fff;
  padding: 1rem 2rem;
  letter-spacing: 0.1em;
  font-size: 3rem;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .main_text .tel_btn {
    justify-content: center;
  }
}
.share_cta .wrap_primary .main_text .tel_btn img {
  width: 3.5rem;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .main_text .tel_btn img {
    width: 2rem;
  }
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .main_text .tel_btn {
    font-size: 2rem;
  }
}
.share_cta .wrap_primary .mail_btn {
  width: 100%;
}
.share_cta .wrap_primary .mail_btn a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-decoration: none;
  color: #fff;
  padding: 2rem;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  transition-duration: 0.2s;
  border-radius: 1rem;
  font-weight: 400;
  z-index: 100;
  margin-top: 2rem;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .mail_btn a {
    font-size: 1.6;
  }
}
.share_cta .wrap_primary .mail_btn a:hover::before {
  background-color: var(--green);
  transition-duration: 0.2s;
}
.share_cta .wrap_primary .mail_btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  background-color: var(--base_color);
}
.share_cta .wrap_primary .mail_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -10;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  background-color: var(--yellow_green);
}
.share_cta .wrap_primary .mail_btn a img {
  width: 4rem;
}
@media screen and (max-width: 765px) {
  .share_cta .wrap_primary .mail_btn a img {
    width: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #front-page {
    padding-top: 13.2rem;
  }
}
#front-page .wrap_primary {
  max-width: 1128px;
  height: 100%;
  position: relative;
  padding: 0 2rem;
}
#front-page #frontpage-main-content {
  padding-top: 18rem;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-main-content {
    padding-top: 8rem;
  }
}
#front-page #frontpage-main-content .section {
  padding-bottom: 3rem;
}
#front-page #frontpage-main-content .section_title {
  letter-spacing: 0.1em;
  padding: 3rem 0 4rem 0;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-main-content .section_title span {
    display: block;
    margin: 0 auto;
  }
}
#front-page #frontpage-main-content .section_title .ja {
  font-weight: 900;
  display: inline-block;
  font-size: 3.2rem;
  color: var(--base_color);
  margin-right: 2rem;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-main-content .section_title .ja {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
#front-page #frontpage-main-content .section_title .en {
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--green);
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-main-content .section_title .en {
    text-align: center;
    margin-top: -10px;
  }
}
#front-page .fv_area {
  background: url(../image/front-page/fv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  position: relative;
}
@media screen and (max-width: 765px) {
  #front-page .fv_area {
    background-position: center;
    height: 60vh;
  }
}
#front-page .fv_area .copy_area {
  padding: 6rem 6.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  width: fit-content;
  position: absolute;
  right: 5vw;
  left: auto;
  bottom: 9vh;
  top: auto;
}
@media screen and (max-width: 765px) {
  #front-page .fv_area .copy_area {
    right: 0;
    left: 0;
    top: auto;
    bottom: 2rem;
    margin: auto;
    padding: 6rem 3rem;
  }
}
#front-page .fv_area .copy_area .block_wrap {
  position: relative;
}
#front-page .fv_area .copy_area .onepoint_image {
  position: absolute;
  top: -10rem;
  right: -6.5rem;
  width: 13rem;
}
#front-page .fv_area .copy_area .text_area {
  font-size: 1.5rem;
  color: var(--base_color);
}
#front-page .fv_area .copy_area .text_area span {
  display: inline-block;
  min-width: 4em;
  font-size: 2.4rem;
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 765px) {
  #front-page .fv_area .copy_area .text_area span {
    font-size: 2rem;
  }
}
#front-page .fv_area .copy_area .text_area .main_copy {
  font-size: 3.2rem;
  text-align: center;
  color: var(--base_color);
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 765px) {
  #front-page .fv_area .copy_area .text_area .main_copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  #front-page .fv_area .copy_area .text_area .main_copy {
    text-align: left;
  }
  #front-page .fv_area .copy_area .text_area .main_copy br {
    display: none;
  }
}
#front-page .fv_area .copy_area .text_area .sub_copy {
  padding-left: 12rem;
  line-height: 2;
}
@media screen and (max-width: 765px) {
  #front-page .fv_area .copy_area .text_area .sub_copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  #front-page .fv_area .copy_area .text_area .sub_copy br {
    display: none;
  }
}
#front-page .fv_area .copy_area .text_area .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  position: relative;
}
#front-page .fv_area .copy_area .text_area .wrap .image_area {
  position: absolute;
  left: -10rem;
  top: -3rem;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 18.7rem;
}
@media screen and (max-width: 765px) {
  #front-page .fv_area .copy_area .text_area .wrap .image_area {
    width: 14rem;
    left: -3rem;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
  }
}
#front-page #frontpage-feature {
  padding: 0 4rem;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-feature {
    padding: 0;
  }
}
#front-page #frontpage-feature .border_block {
  border-radius: 1rem;
  border: 2px solid var(--base_color);
}
#front-page #frontpage-feature .column2 {
  gap: 5%;
}
#front-page #frontpage-feature .block01 {
  width: 65%;
  padding: 5rem;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-feature .block01 {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#front-page #frontpage-feature .block01 .link_btn_normal {
  margin-top: 3rem;
}
#front-page #frontpage-feature .block02 {
  width: 30%;
  padding: 5rem 3rem;
  background-color: var(--gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-feature .block02 {
    width: 100%;
  }
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-news .wrap_primary {
    padding: 0;
  }
  #front-page #frontpage-news .wrap_inner {
    padding: 0;
  }
}
#front-page #frontpage-news ul {
  padding: 0;
  list-style-type: none;
}
#front-page #frontpage-news .list_block {
  padding: 4rem;
}
#front-page #frontpage-news .news_list p {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  color: var(--black);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-news .news_list p {
    padding-left: 0;
  }
}
#front-page #frontpage-news .news_list .date {
  width: 18rem;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-news .news_list .date {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-news .news_list .title {
    padding-top: 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
}
#front-page #frontpage-news .news_list .list_item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-news .news_list .list_item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
#front-page #frontpage-news .news_list .list_item a:hover p {
  color: var(--green);
}
#front-page #frontpage-menu {
  padding: 10rem 0 !important;
  margin-top: 6rem;
}
#front-page #frontpage-menu .block_title {
  padding: 3rem 4rem;
  background-color: var(--base_color);
  color: var(--white);
  line-height: 2;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-menu .block_title {
    padding-top: 6rem;
  }
}
#front-page #frontpage-menu .block_title .add_text {
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  bottom: auto;
  height: fit-content;
  margin: auto;
  display: block;
  padding: 2rem;
  font-weight: 500;
  background-color: var(--yellow_green);
  color: var(--base_color);
  text-align: center;
  font-size: 2rem;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  width: fit-content;
}
#front-page #frontpage-menu .wrap_inner {
  margin-top: 4rem;
}
#front-page #frontpage-menu .wrap_inner .column2 {
  gap: 4rem;
}
#front-page #frontpage-menu .block .title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#front-page #frontpage-menu .block .title::after {
  content: "";
  display: block;
  width: 35rem;
  height: 2px;
  background-color: var(--base_color);
  margin-top: 3rem;
}
#front-page #frontpage-menu .block figure {
  display: flex;
  gap: 2%;
  margin-top: 3rem;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-menu .block figure {
    flex-direction: column;
  }
}
#front-page #frontpage-menu .block figure img {
  border-radius: 1rem;
  width: 48%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-menu .block figure img {
    width: 80%;
    display: block;
    margin: 1rem auto;
  }
}
#front-page #frontpage-menu .link_btn_normal {
  padding: 4rem 6rem;
  width: fit-content;
  margin: 6rem auto 0 auto;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-menu .link_btn_normal {
    padding: 3rem 4rem;
    width: 100%;
  }
}
#front-page #frontpage-aboutus {
  margin: 4rem 0;
}
#front-page #frontpage-aboutus .image_area {
  margin-bottom: 4rem;
}
#front-page #frontpage-works {
  padding: 4rem 0 8rem 0 !important;
}
#front-page #frontpage-company {
  padding-top: 14rem;
  margin-top: -10rem;
}
#front-page #frontpage-company .sub_title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid var(--green);
  margin: 2rem 0;
}
#front-page #frontpage-company ol {
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 2rem;
}
@media screen and (max-width: 560px) {
  #front-page #frontpage-company ol {
    flex-direction: column;
  }
}
#front-page #frontpage-company ol li {
  flex: 1 1 48%;
  padding: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  #front-page #frontpage-company ol li {
    flex: 1 1 100%;
  }
}
#front-page #frontpage-company ol li p {
  font-weight: normal;
}
#front-page #frontpage-company .desc {
  position: relative;
  padding-bottom: 4rem;
  font-size: 2rem;
  font-weight: 500;
}
#front-page #frontpage-company .desc .onepoint {
  max-width: 18rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-company .desc .onepoint {
    max-width: 10rem;
    bottom: -5rem;
  }
}
#front-page #frontpage-company .info {
  margin-top: 8rem;
  gap: 2rem;
}
#front-page #frontpage-company .info .image_area {
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-company .info .image_area {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
#front-page #frontpage-company .info .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#front-page #frontpage-company .block_head {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  color: #532C11;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#front-page #frontpage-company .block_head::before {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  background-color: #57BC90;
  border-radius: 50%;
}
#front-page #frontpage-blog .link_btn_normal {
  width: fit-content;
  min-width: 50rem;
  margin: 4rem auto;
}
@media screen and (max-width: 765px) {
  #front-page #frontpage-blog .link_btn_normal {
    min-width: initial;
    width: 90%;
    box-sizing: border-box;
  }
}
.table_style {
  width: 100%;
}
.table_style .row {
  display: flex;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-right: 1px solid var(--black);
}
.table_style .row:last-of-type {
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 530px) {
  .table_style .row {
    flex-direction: column;
  }
}
.table_style .row dt, .table_style .row dd {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  width: 100%;
}
.table_style .row dt {
  width: 25rem;
  background-color: var(--gray);
  display: flex;
  align-items: center;
  border-right: 1px solid var(--black);
}
@media screen and (max-width: 530px) {
  .table_style .row dt {
    width: 100%;
    border-right: none;
  }
}
.works_article_slider {
  position: relative;
  overflow: visible;
  padding: 0 10rem;
  max-width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .works_article_slider {
    padding: 0 6rem;
  }
}
.works_article_slider .slick_arrow {
  width: 7.3rem;
  height: 7.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 765px) {
  .works_article_slider .slick_arrow {
    width: 5rem;
    height: 5rem;
  }
}
.works_article_slider .slick_arrow:hover {
  opacity: 0.6;
}
.works_article_slider .slick_prev {
  left: 2rem;
  right: auto;
}
@media screen and (max-width: 765px) {
  .works_article_slider .slick_prev {
    left: 1rem;
  }
}
.works_article_slider .slick_next {
  right: 2rem;
  left: auto;
}
@media screen and (max-width: 765px) {
  .works_article_slider .slick_next {
    right: 1rem;
  }
}
.works_article_slider .list_item {
  padding: 0 1rem;
}
.works_article_slider .list_item a {
  border-radius: 1rem;
  color: inherit;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.works_article_slider .list_item a:hover .image_area img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.works_article_slider .list_item a:hover .text_area {
  transition-duration: 0.3s;
  background-color: var(--yellow_green);
}
.works_article_slider .list_item .image_area {
  height: 21rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.works_article_slider .list_item .image_area img {
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_article_slider .list_item .text_area {
  padding: 2rem;
  background-color: var(--white);
  transition-duration: 0.3s;
}
.works_article_slider .list_item .text_area .title {
  color: var(--base_color);
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  min-height: 2em;
}
.works_article_slider .list_item .text_area .desc p {
  font-size: 1.6rem;
  color: var(--black);
  letter-spacing: 0.1em;
  line-height: 1.5;
  min-height: 7em;
}
.works_article_slider .list_item .text_area .data {
  display: flex;
  justify-content: space-between;
  gap: 1;
  margin-top: 2rem;
}
.works_article_slider .list_item .text_area .date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.works_article_slider .list_item .text_area .date img {
  width: 1.7rem;
  margin-right: 1rem;
}
.works_article_slider .list_item .text_area .more {
  width: 40%;
}
.blog_article_slider .list_item {
  position: relative;
  overflow: hidden;
}
.blog_article_slider .list_item a:hover .image_area img {
  transform: scale(1.1);
  transition-duration: 0.2s;
}
.blog_article_slider .list_item::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.blog_article_slider .list_item .image_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog_article_slider .list_item .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.2s;
}
.blog_article_slider .list_item .text_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  padding: 2rem;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  color: var(--white);
}
.blog_article_slider .list_item .text_area .date {
  font-size: 1.4rem;
}
.blog_article_slider .list_item .text_area .title {
  margin-top: 1rem;
  font-weight: 600;
}
.blog_article_slider .list_item .category {
  padding: 1rem 2rem;
  background-color: var(--yellow_green);
  color: var(--base_color);
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  letter-spacing: 0.1em;
}
.column2 {
  display: flex;
}
@media screen and (max-width: 765px) {
  .column2 {
    flex-direction: column;
  }
}
.bg_gray {
  background-color: var(--gray);
}
.check_mark {
  position: relative;
}
.check_mark::before {
  content: "";
  display: block;
  position: absolute;
  left: -3rem;
  top: -4rem;
  width: 100px;
  height: 100px;
  background-image: url(../image/common/icon_check.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.link_btn_normal {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  padding: 2rem;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  transition-duration: 0.2s;
  border-radius: 1rem;
  font-weight: 400;
  z-index: 100;
  margin-top: 2rem;
}
.link_btn_normal a {
  color: inherit;
  text-decoration: inherit;
}
@media screen and (max-width: 765px) {
  .link_btn_normal {
    font-size: 1.8rem;
  }
}
.link_btn_normal:hover::before {
  transition-duration: 0.2s;
  background-color: var(--green);
}
.link_btn_normal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  background-color: var(--base_color);
}
.link_btn_normal::after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -10;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  background-color: var(--yellow_green);
}
.link_btn_normal img {
  width: 4rem;
}
@media screen and (max-width: 765px) {
  .link_btn_normal img {
    width: 2rem;
  }
}
.link_btn_flat {
  padding: 2rem 4rem;
  background-color: var(--yellow_green);
  color: var(--base_color);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border-radius: 1rem;
  transition-duration: 0.2s;
}
.link_btn_flat:hover {
  background-color: var(--base_color);
  color: var(--white);
  transition-duration: 0.2s;
}
.wp-block-table {
  font-size: 1.6rem;
}
.wp-block-table td {
  border: 1px solid #707070 !important;
  padding: 1rem !important;
}
.single_temp {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .single_temp {
    padding-top: 0;
  }
}
.single_temp .sidebar_layout {
  padding-top: 4rem;
}
.single_temp .article_title {
  border-left: 8px solid var(--yellow_green);
  border-bottom: 2px solid var(--yellow_green);
  padding: 1rem 1rem 2rem 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.single_temp .post_date {
  padding: 1rem 2rem;
  text-align: right;
}
.single_temp .data_bar {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.single_temp .data_bar > div {
  flex: 1 1 50%;
}
@media screen and (max-width: 765px) {
  .single_temp .data_bar {
    flex-direction: row;
  }
}
.single_temp .tag_area {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 1rem 0;
}
.single_temp .tag_area ul {
  margin: 0;
}
.single_temp .tag_area li {
  color: var(--white);
}
.archive_page {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .archive_page {
    padding-top: 0;
  }
}
.archive_page .bg_gray {
  margin: 2rem 0 0 0;
  padding: 3rem 0;
}
.archive_page .works_article_slider {
  list-style: none;
  padding: 4rem 0 0 0;
  display: flex;
  gap: 1.5%;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 975px) {
  .archive_page .works_article_slider {
    justify-content: center;
  }
}
.archive_page .works_article_slider .list_item {
  flex-basis: 32%;
  margin-bottom: 3rem;
  min-width: 31rem;
}
.archive_page h2 {
  border-left: 8px solid var(--yellow_green);
  border-bottom: 2px solid var(--yellow_green);
  padding: 1rem 1rem 2rem 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.body_lock {
  overflow: hidden;
}
.sp_tel_btn {
  display: none;
}
#header {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
}
@media screen and (max-width: 1024px) {
  #header {
    flex-direction: column;
  }
}
.frontpage_position {
  position: absolute;
  top: 75vh;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .frontpage_position {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.lower_position {
  position: absolute;
  top: 37.7rem;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .lower_position {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.top_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--yellow_green);
  padding: 2rem 3rem;
  gap: 1vw;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 1024px) {
  .top_wrap {
    border-radius: 0;
    width: 100%;
    padding: 1rem 3rem;
    min-height: 6.2rem;
  }
}
.top_wrap .tel_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .top_wrap .tel_area {
    display: none;
  }
}
.top_wrap .tel_area .desc {
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  color: var(--base_color);
}
.top_wrap .tel_area .desc span {
  display: block;
  font-size: inherit;
  font-weight: bold;
}
.top_wrap .tel_area .desc span small {
  font-size: 1.2rem;
}
.top_wrap .tel_area .banner {
  max-width: 32rem;
}
.top_wrap .tel_area .banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .top_wrap .contact_btn {
    display: none;
  }
}
.top_wrap .contact_btn a {
  display: block;
  padding: 1rem 4rem;
  text-align: center;
  color: var(--font_color);
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
  text-decoration: none;
  background-color: var(--white);
  border-radius: 1rem;
  box-sizing: border-box;
}
.top_wrap .contact_btn a:hover {
  background-color: var(--green);
  color: var(--white);
}
.l-header_bar {
  background-color: transparent;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1286px;
}
@media screen and (max-width: 1024px) {
  .l-header_bar {
    width: 100%;
  }
}
.l-header_bar .l-logo_area {
  position: relative;
  z-index: 100;
  text-align: center;
  box-sizing: border-box;
  max-width: 20rem;
}
.l-header_bar .l-logo_area h1 {
  font-size: initial;
  letter-spacing: 0;
  display: block;
}
.l-header_bar .l-logo_area .c-img_area {
  display: block;
  height: 100%;
}
.l-header_bar .l-logo_area .c-img_area a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-header_bar .l-logo_area .c-img_area img {
  width: 100%;
  height: inherit;
  display: block;
}
.l-header_bar .menu_list {
  height: 100%;
  background-color: var(--base_color);
  list-style: none;
  display: flex;
  justify-content: space-around;
  border: 1px solid var(--green);
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 1vw;
}
.l-header_bar .menu_list a {
  color: var(--white);
  line-height: 1.1;
  text-align: center;
  padding: 1rem 3.2rem;
  box-sizing: border-box;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 400px) {
  .l-header_bar .menu_list a {
    white-space: initial;
  }
}
.l-header_bar .menu_list a img {
  max-width: 24px;
}
.l-header_bar .menu_list a:hover {
  background-color: var(--green);
  color: var(--white);
}
.l-header_bar .l-header_btn {
  height: 100%;
}
.l-header_bar .l-header_btn a {
  display: block;
  background-color: var(--orange);
  padding: 20px 40px;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--white);
  border-radius: 45px;
}
.l-header_bar .l-header_btn a:hover {
  background-color: var(--white);
  color: var(--orange);
}
.l-header_bar .l-header_btn i {
  width: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 6rem;
    width: 6rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.3rem;
    z-index: 90;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    background-color: var(--yellow_green);
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 400;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 18px;
    border-radius: 2px;
    background-color: var(--base_color);
    position: absolute;
    transition: 0.3s;
  }
  .menu-btn span {
    top: 3.5rem;
    bottom: auto;
  }
  .menu-btn span:before {
    bottom: 6px;
  }
  .menu-btn span:after {
    top: 6px;
  }
  #fixed_header {
    top: 0;
  }
  .l-gnav_menu {
    transform: translateX(200%);
    position: fixed;
    top: 132px;
    left: 0;
    width: 100vw;
    height: 100%;
    transition: 0.4s;
  }
  .l-gnav_menu .menu_area {
    height: 100vh;
    width: 100vw;
    min-height: 70px;
    position: fixed;
    padding-top: 80px;
    top: 0;
    left: 0;
  }
  .l-gnav_menu .menu_list {
    background-color: var(--base_color);
    flex-direction: column;
    align-items: center;
    margin: 0;
    border-radius: 0;
    border: none;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 2rem;
  }
  .l-gnav_menu .menu_list li {
    width: 100%;
  }
  .l-gnav_menu .menu_list a {
    text-align: center;
    font-size: 20px;
    display: block;
    width: 100%;
    color: var(--white);
    line-height: 1.5;
  }
  .l-gnav_menu .menu_list a br {
    display: none;
  }
  .menu-btn {
    position: fixed;
    top: auto;
    bottom: 3rem;
    right: 4vw;
  }
  .is-slidemenu-active span {
    background-color: transparent;
  }
  .is-slidemenu-active span:before {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .is-slidemenu-active span:after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  .is-slidemenu-active .l-gnav_menu {
    transform: translateX(0%);
    transition: 0.4s;
  }
  .sp_tel_btn {
    display: block;
    width: 100%;
    display: flex;
    padding: 1rem 4vw;
    background-color: var(--base_color);
    justify-content: center;
  }
  .sp_tel_btn .banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: var(--yellow_green);
    padding: 0 0 0 1rem;
  }
  .sp_tel_btn .banner .desc {
    font-size: 1.6rem;
    text-align: center;
    white-space: nowrap;
    color: var(--base_color);
    padding: 0 2rem;
  }
  .sp_tel_btn .banner .desc span {
    display: block;
    font-size: inherit;
    font-weight: bold;
  }
  .sp_tel_btn .banner .desc span small {
    font-size: 1.2rem;
  }
  .sp_tel_btn .banner .icon_24, .sp_tel_btn .banner .icon_tel {
    max-width: 5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 400px) {
  .sp_tel_btn .banner .desc {
    font-size: 4vw;
  }
}
.fixed_header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.l-footer {
  overflow: initial !important;
  border-top: none !important;
}
footer {
  padding: 6.5rem 0;
}
footer a {
  color: var(--white);
  text-decoration: none;
  font-weight: 400;
}
footer a:hover {
  color: var(--yellow_green);
}
.footer_wrap {
  background-color: var(--base_color);
  color: var(--white);
  max-width: 1286px;
  border-radius: 2rem;
  padding: 7rem 3rem 4.5rem 3rem;
  margin: 0 auto;
}
.footer_wrap .column2 {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
.footer_wrap .column2 .footer_info, .footer_wrap .column2 .footer_menu {
  flex-basis: 50%;
  min-width: 44rem;
}
@media screen and (max-width: 500px) {
  .footer_wrap .column2 .footer_info, .footer_wrap .column2 .footer_menu {
    min-width: initial;
    flex-basis: 100%;
  }
}
.footer_wrap .footer_info .logo {
  max-width: 20rem;
}
.footer_wrap .footer_info .text {
  line-height: 2;
  margin: 2rem 0;
}
.footer_wrap .footer_info .text .copylight {
  margin-top: 2rem;
}
.footer_wrap .footer_menu ul {
  list-style: none;
  padding: 0;
}
.footer_wrap .footer_menu .footer_menu_list {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_wrap .footer_menu .footer_menu_list .wrap {
  margin-right: 1rem;
}
.footer_wrap .footer_menu .footer_menu_list li {
  margin-bottom: 2em;
}
.sidebar_layout {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 950px) {
  .sidebar_layout {
    flex-direction: column;
  }
}
.sidebar_layout .left_rarea {
  width: 70%;
  min-width: 50rem;
  margin: 0 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .sidebar_layout .left_rarea {
    width: 100%;
    min-width: initial;
  }
}
.sidebar_layout .right_area {
  width: 30%;
  min-width: 30rem;
}
@media screen and (max-width: 950px) {
  .sidebar_layout .right_area {
    width: 100%;
  }
}
@media screen and (max-width: 950px) and (min-width: 591px) {
  .sidebar_layout .sp_wrap {
    display: flex;
    gap: 3rem;
  }
  .sidebar_layout .sp_wrap div {
    width: 50%;
  }
}
#common_sidebar {
  background-color: var(--gray);
  padding: 3rem;
}
#common_sidebar a {
  color: var(--black);
  text-decoration: none;
}
#common_sidebar a:hover {
  color: var(--green);
}
#common_sidebar a:hover p {
  color: var(--green);
}
#common_sidebar ul {
  list-style: none;
  padding: 0;
}
#common_sidebar .parent-menu-block {
  border-bottom: 1px dotted var(--base_color);
  line-height: 2;
  padding: 2rem 0;
}
#common_sidebar .child-menu {
  line-height: 2;
  padding-left: 2em;
}
#common_sidebar .block_title {
  font-size: 2.4rem;
  color: var(--base_color);
  font-weight: bold;
  padding: 4rem 0 2rem 0;
}
#common_sidebar .article_item {
  border-bottom: 1px dotted var(--base_color);
  padding: 1rem 0;
}
#common_sidebar .article_item p {
  padding: 0;
  box-sizing: border-box;
}
#common_sidebar .article_item .date {
  font-size: 1.2rem;
}
#common_sidebar .article_item .title {
  margin-top: 1rem;
}
