/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 3.3em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.main_content._futaba .content_header::before {
  content: none;
  display: none;
}
.main_content._futaba .content_header .title_wrap {
  line-height: 1.4;
  display: block;
  text-align: center;
  padding-top: clamp(80px, 14vw, 140px);
}
@media screen and (max-width: 699px) {
  .main_content._futaba .content_header .title_wrap {
    padding-top: 35px;
    margin-bottom: 35px;
  }
}
.main_content._futaba .content_header .title_wrap .parent_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  display: inline-block;
  background: #bbd459;
  background: linear-gradient(145deg, rgba(187, 212, 89, 0.9) 0%, rgba(99, 201, 99, 0.9) 100%);
  letter-spacing: 0.12em;
  font-size: clamp(22px, 3.6vw, 36px);
  line-height: 1.2;
  min-height: 50px;
  padding: 2px 9px;
  align-content: center;
  box-sizing: border-box;
}
.main_content._futaba .pagelink_area {
  background-color: #f7f9f3;
  border: none;
}
.main_content._futaba .pagelink_area ul > li a::before {
  background: url("../img/futaba/icon/sankaku.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 8px;
  height: 10px;
}
.main_content._futaba .pagelink_area + h2 {
  margin-top: 1.5em;
}
.main_content._futaba h2,
.main_content._futaba h3,
.main_content._futaba h4,
.main_content._futaba h5,
.main_content._futaba h6 {
  color: #132f43;
}
.main_content._futaba h2:not(.cancel),
.main_content._futaba .h2 {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .main_content._futaba h2:not(.cancel),
  .main_content._futaba .h2 {
    border-bottom: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .main_content._futaba h2:not(.cancel),
  .main_content._futaba .h2 {
    border-bottom: none;
    padding-left: 0;
  }
}
.main_content._futaba h2:not(.cancel)::before,
.main_content._futaba .h2::before {
  content: "";
  display: inline-block;
  background: url("../img/futaba/deco/deco.webp") 0 0 no-repeat transparent;
  background-size: contain;
  position: absolute;
  left: -7%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .main_content._futaba h2:not(.cancel)::before,
  .main_content._futaba .h2::before {
    width: clamp(80px, 14vw, 140px);
    height: clamp(80px, 14vw, 140px);
    top: auto;
    top: -63px;
  }
}
@media screen and (max-width: 767px) {
  .main_content._futaba h2:not(.cancel)::before,
  .main_content._futaba .h2::before {
    width: clamp(80px, 14vw, 140px);
    height: clamp(80px, 14vw, 140px);
    top: -35px;
  }
}
@media screen and (max-width: 575px) {
  .main_content._futaba h2:not(.cancel)::before,
  .main_content._futaba .h2::before {
    left: -10%;
  }
}
.main_content._futaba h3:not(.cancel),
.main_content._futaba .h3 {
  background-color: #f7f9f3;
}
.main_content._futaba h4:not(.cancel),
.main_content._futaba .h4 {
  padding-left: 22px;
}
.main_content._futaba h4:not(.cancel)::before,
.main_content._futaba .h4::before {
  background: url("../img/futaba/deco/deco_01.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 2px;
}
.main_content._futaba h5:not(.cancel),
.main_content._futaba .h5 {
  margin-left: 2px;
}
.main_content._futaba .content_body .main_column ul:not(.cancel):not(.acf-radio-list):not(.acf-checkbox-list) {
  padding-left: 1.35rem;
}
@media screen and (max-width: 767px) {
  .main_content._futaba .content_body .main_column ul:not(.cancel):not(.acf-radio-list):not(.acf-checkbox-list) {
    padding-left: 1rem;
  }
}
.main_content._futaba .content_body .main_column ol:not(.cancel) {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .main_content._futaba .content_body .main_column ol:not(.cancel) {
    padding-left: 0;
  }
}
.main_content._futaba .content_body a:not(.cancel):not(.out):not(.ext):not(.outlink):not(.icon_out):not(.icon_ext):not(.pdf):not(.icon_pdf):not(.link):not(.link_2):not(.a1):not(.a2):not(.btn):not(:has(img)):not(.btn):not(h5 a):not(.text_pdf) {
  color: #67b541;
}
.main_content._futaba .content_body a:not(.cancel):not(.out):not(.ext):not(.outlink):not(.icon_out):not(.icon_ext):not(.pdf):not(.icon_pdf):not(.link):not(.link_2):not(.a1):not(.a2):not(.btn):not(:has(img)):not(.btn):not(h5 a):not(.text_pdf)::before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(69%) saturate(402%) hue-rotate(56deg) brightness(91%) contrast(87%);
}
.main_content._futaba ul:not(.cancel):not(.acf-radio-list):not(.acf-checkbox-list):not(.anotation_list).link_list {
  padding-left: 0;
}
.main_content._futaba ul:not(.cancel):not(.acf-radio-list):not(.acf-checkbox-list):not(.anotation_list).link_list > li {
  margin-bottom: 1.2rem;
}
.main_content._futaba ul:not(.cancel):not(.acf-radio-list):not(.acf-checkbox-list):not(.anotation_list) > li {
  padding-left: 1rem;
}
.main_content._futaba ul:not(.cancel):not(.acf-radio-list):not(.acf-checkbox-list):not(.anotation_list) > li::before {
  background-color: #67b541;
}
.main_content._futaba ul:not(.cancel):not(.acf-radio-list):not(.acf-checkbox-list):not(.anotation_list) > li ul {
  padding-left: 0;
}
.main_content._futaba ol:not(.cancel) {
  padding-left: 0;
}
.main_content._futaba ol:not(.cancel):not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 575px) {
  .main_content._futaba ol:not(.cancel) {
    padding-left: 0;
  }
}
.main_content._futaba ol:not(.cancel) > li::before {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #67b541;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.5em;
}
@media screen and (max-width: 575px) {
  .main_content._futaba ol:not(.cancel) > li {
    padding-left: 2rem;
  }
}
.main_content._futaba .link, .main_content._futaba .pdf, .main_content._futaba .ext {
  color: #67b541;
}
.main_content._futaba .link::before, .main_content._futaba .pdf::before, .main_content._futaba .ext::before {
  top: -0.5em;
  width: 40px;
  height: 40px;
}
.main_content._futaba .pdf::after, .main_content._futaba .ext::after {
  filter: brightness(0) saturate(100%) invert(65%) sepia(57%) saturate(506%) hue-rotate(56deg) brightness(88%) contrast(80%);
}
.main_content._futaba .btn {
  background-color: #f7f9f3;
  border: 1px solid #d7e1e5;
  color: #132f43;
}
.main_content._futaba .btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #72c138;
  background: linear-gradient(135deg, #72c138 0%, #b8d65f 100%);
}
.main_content._futaba .btn:not(.pdf):not(.ext)::after {
  width: 40px;
  height: 40px;
}
.main_content._futaba .btn:hover {
  color: #ffffff;
}
.main_content._futaba .btn:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(229deg) brightness(99%) contrast(94%);
}
.main_content._futaba .box {
  margin-left: 1.25rem;
  padding: clamp(25px, 5vw, 50px) clamp(15px, 2vw, 20px);
  background-color: #f7f9f3;
}
@media screen and (max-width: 575px) {
  .main_content._futaba .box {
    margin-left: 0;
  }
}
.main_content._futaba .box .head {
  padding-bottom: 1.2rem;
}
.main_content._futaba .box .title {
  font-weight: 500;
  padding-left: 20px;
  line-height: 1.4;
  position: relative;
}
.main_content._futaba .box .title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: calc(100% - 7px);
  background-color: #71c038;
  position: absolute;
  top: 0.5ex;
  left: 0;
}
.main_content._futaba .table_wrapper table thead th,
.main_content._futaba .root .wpnews table thead th,
.main_content._futaba .main_content table.wp-block-advgb-table thead th,
.main_content._futaba .main_content .wp-block-table table thead th {
  background-color: #384e5d;
}
.main_content._futaba .main_column {
  padding-top: clamp(40px, 6vw, 60px);
}
@media screen and (max-width: 999px) {
  .main_content._futaba .main_column .sp_none {
    display: none;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content._futaba .main_column .pc_none {
    display: none;
  }
}
.main_content._futaba .sub_column::after {
  background-color: #f7f9f3;
}
.main_content._futaba .sub_column .sub_content_title a {
  -o-border-image: linear-gradient(135deg, #e8e289, #71c364) 1;
  border-image: linear-gradient(135deg, #e8e289, #71c364) 1;
}
.main_content._futaba .sub_column .sub_content > .sub_menu li.js-sub_accordion .accordion_toggle_wrap > .accordion_toggle::before, .main_content._futaba .sub_column .sub_content > .sub_menu li.js-sub_accordion .accordion_toggle_wrap > .accordion_toggle::after {
  background-color: #67b541;
}
.main_content._futaba .sub_column .sub_content > .sub_menu li.js-sub_accordion .accordion_toggle_outer > a::after {
  display: none;
}
.main_content._futaba .sub_column .sub_content > .sub_menu .li1.active .a1 > ._inner {
  color: #67b541;
}
.main_content._futaba .sub_column .sub_content > .sub_menu .li1 a > ._inner {
  color: #132f43;
}
.main_content._futaba .sub_column .sub_content > .sub_menu .li1 .a1::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  display: inline-block;
  background: url("../img/futaba/icon/sankaku.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 8px;
  height: 10px;
  top: 0.8ex;
}

.futaba_foot_area {
  background-color: #112f44;
}
.futaba_foot_area .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .futaba_foot_area .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.futaba_foot_area .container .deco {
  position: absolute;
  bottom: 0;
  left: -80px;
  max-width: 302px;
}
.futaba_foot_area .futaba_foot_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 420px) {
  .futaba_foot_area .futaba_foot_wrap {
    grid-template-columns: 1fr;
  }
}
.futaba_foot_area .futaba_foot_wrap a {
  display: block;
  position: relative;
  z-index: 20;
  text-align: center;
  padding: clamp(20px, 4vw, 35px) 20px clamp(15px, 3vw, 20px);
  box-sizing: border-box;
  min-height: clamp(150px, 24vw, 240px);
  overflow: hidden;
  border-radius: 3px;
  transition: 0.2s;
}
.futaba_foot_area .futaba_foot_wrap a .icon,
.futaba_foot_area .futaba_foot_wrap a .icon_arrow {
  display: block;
  margin: 0 auto;
}
.futaba_foot_area .futaba_foot_wrap a .icon {
  margin: 0 auto clamp(10px, 1.4vw, 14px);
  width: clamp(40px, 8vw, 80px);
}
.futaba_foot_area .futaba_foot_wrap a .icon_arrow {
  width: clamp(30px, 4.5vw, 40px);
}
.futaba_foot_area .futaba_foot_wrap a .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-size: clamp(18px, 2.4vw, 24px);
  margin-bottom: clamp(15px, 2.3vw, 23px);
}
.futaba_foot_area .futaba_foot_wrap a .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 900px), print {
  :root {
    --hero-max-height: 700px;
    --hero-height: 100svh;
    --hero-min-height: 500px;
  }
}
@media screen and (max-width: 899px) {
  :root {
    --hero-max-height: 700px;
    --hero-height: 100svh;
    --hero-min-height: 700px;
  }
}
@media screen and (max-width: 699px) {
  :root {
    --hero-max-height: 750px;
    --hero-height: calc(100svh - 50px);
    --hero-min-height: 500px;
  }
}

.fhero_area {
  background-color: #ffffff;
  display: flex;
  position: relative;
}
.fhero_area,
.fhero_area .fhero__image,
.fhero_area .fhero__image img,
.fhero_area .fhero__image::before {
  max-height: var(--hero-max-height);
  height: var(--hero-height);
  min-height: var(--hero-min-height);
}

.fhero {
  position: relative;
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.fhero__content {
  max-width: 1260px;
  width: 100%;
  padding: 120px 30px 85px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.fhero__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
.fhero__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fhero__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
}
.fhero__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  font-size: clamp(17px, 2.2vw, 20px);
  letter-spacing: 0.12em;
  line-height: 1.6;
}

.fmenu_area {
  margin-top: -50px;
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 999px) {
  .fmenu_area {
    margin-top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .fmenu_area {
    margin-top: -50px;
  }
}
.fmenu_area::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(50% + 10px);
  background-color: #f6f9fa;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.fmenu_area__list {
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 45;
}
.fmenu_area__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 8px 0 0 8px;
  mix-blend-mode: multiply;
  filter: blur(10px);
  background-color: rgba(206, 215, 217, 0.3);
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .fmenu_area__list {
    min-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .fmenu_area__list {
    min-height: 70px;
  }
}
@media screen and (max-width: 699px) {
  .fmenu_area__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fmenu_area__list > li {
  background-color: #ffffff;
}
.fmenu_area__list > li:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fmenu_area__list > li:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fmenu_area__list > li:not(:last-of-type) {
  position: relative;
}
.fmenu_area__list > li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 699px) {
  .fmenu_area__list > li:not(:nth-last-child(-n+2))::before {
    content: "";
    display: inline-block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fmenu_area__list > li a {
  height: 100%;
  display: block;
  align-content: center;
  text-align: center;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #132f43;
  letter-spacing: 0.12em;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.4;
  font-weight: 500;
  transition: color 0.2s;
}
@media screen and (min-width: 1000px), print {
  .fmenu_area__list > li a br {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .fmenu_area__list > li a br {
    display: none;
  }
}
.fmenu_area__list > li a:hover {
  opacity: 1;
  color: #6ebf4b;
}

.fabout_area {
  padding-top: 78px;
  background-color: #f6f9fa;
}
.fabout_area__1 {
  display: flex;
  align-items: center;
  letter-spacing: 0.12em;
  padding-bottom: 75px;
}
@media screen and (max-width: 899px) {
  .fabout_area__1 {
    display: block;
  }
}
.fabout_area__1__head {
  flex-shrink: 0;
  width: clamp(300px, 40vw, 520px);
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .fabout_area__1__head {
    margin-bottom: 40px;
  }
}
.fabout_area__1__head .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  position: relative;
  background-color: #ffffff;
  font-size: clamp(23px, 3.2vw, 36px);
  line-height: 1.5;
  padding-left: 7px;
  padding-right: 5px;
  z-index: 20;
}
.fabout_area__1__head .title img {
  position: absolute;
  top: calc(50% - 15px);
  left: -150px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 899px) {
  .fabout_area__1__head .title img {
    width: 200px;
    height: auto;
    top: calc(50% - 25px);
    left: -90px;
  }
}
.fabout_area__1__body .text {
  line-height: 2.2;
  font-size: clamp(15px, 1.6vw, 16px);
}
@media screen and (max-width: 999px) {
  .fabout_area__1__body .text {
    line-height: 2;
  }
}
.fabout_area__2 {
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.12em;
}
.fabout_area__2 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.fabout_area__2__shadow {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.fabout_area__2__shadow::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 8px 0 0 8px;
  mix-blend-mode: multiply;
  filter: blur(10px);
  background-color: rgba(206, 215, 217, 0.6);
  z-index: -1;
}
.fabout_area__2__inner {
  max-width: 880px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  padding: 30px 20px 45px;
  box-sizing: border-box;
  border-radius: 3px;
  z-index: 1;
}
.fabout_area__2__head {
  text-align: center;
  margin-bottom: clamp(20px, 3.5vw, 30px);
}
.fabout_area__2__head .title {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.fabout_area__2__body .illust {
  display: block;
  max-width: 704px;
  margin: 0 auto clamp(20px, 3.5vw, 30px);
  width: 100%;
}
@media screen and (max-width: 575px) {
  .fabout_area__2__body .illust {
    max-width: 345px;
  }
}
.fabout_area__2__body .text {
  max-width: 704px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .fabout_area__2__body .text {
    line-height: 1.8;
  }
}

.ffeature_area {
  background-color: #f6f9fa;
  padding-top: clamp(40px, 9vw, 90px);
  padding-bottom: clamp(40px, 6vw, 60px);
  box-sizing: border-box;
  overflow: hidden;
}
.ffeature_area__inner {
  position: relative;
}
.ffeature_area__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  height: 460px;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 1059px) {
  .ffeature_area__head {
    position: static;
    height: auto;
    transform: none;
    margin-bottom: 20px;
  }
}
.ffeature_area__head .title_wrap {
  margin-top: 65px;
  position: relative;
  z-index: 20;
  pointer-events: all;
  max-width: 325px;
}
@media screen and (max-width: 1059px) {
  .ffeature_area__head .title_wrap {
    margin-top: 25px;
  }
}
.ffeature_area__head .title_wrap .deco {
  position: absolute;
  top: -120px;
  left: -140px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ffeature_area__head .title_wrap .deco {
    width: 200px;
    height: auto;
    top: -90px;
    left: -90px;
  }
}
.ffeature_area__head .title_wrap .title._1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  display: block;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
  margin-bottom: 12px;
}
.ffeature_area__head .title_wrap .title._2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  display: block;
  width: clamp(90px, 11vw, 110px);
  height: clamp(40px, 5vw, 50px);
  box-sizing: border-box;
  text-align: center;
  align-content: center;
  position: relative;
  background-color: #ffffff;
  font-size: clamp(24px, 3.8vw, 40px);
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 20;
}
@media screen and (max-width: 999px) {
  .ffeature_area__head .title_wrap .title._2 {
    padding-top: 1px;
    padding-bottom: 2px;
  }
}
.ffeature_area__body {
  padding-left: calc((100vw - 1200px) / 2 + 340px - 20px);
}
@media screen and (max-width: 1059px) {
  .ffeature_area__body {
    padding-left: 0;
  }
}
.ffeature_area__body .swiper {
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1059px) {
  .ffeature_area__body .swiper {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ffeature_area__body .swiper {
    padding-top: 20px;
    padding-left: 0;
  }
}
.ffeature_area__body .swiper-slide {
  min-height: 460px;
  width: 360px;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
}
.ffeature_area__body .swiper-slide::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 2px 0 0 2px;
  mix-blend-mode: multiply;
  filter: blur(8px);
  background-color: rgba(169, 178, 181, 0.2);
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .ffeature_area__body .swiper-slide {
    width: 320px;
    min-height: 440px;
  }
}
@media screen and (max-width: 575px) {
  .ffeature_area__body .swiper-slide {
    min-height: 420px;
  }
}
.ffeature_area__body .slide_content {
  height: 100%;
  min-height: inherit;
  padding: clamp(20px, 2.5vw, 30px) clamp(20px, 3vw, 32px) clamp(20px, 2.5vw, 20px);
  box-sizing: border-box;
  color: #132f43;
  background-color: #ffffff;
}
.ffeature_area__body .slide_content .head {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  margin-bottom: clamp(10px, 2.5vw, 30px);
}
.ffeature_area__body .slide_content .head .num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #bfbfbf;
  margin-left: -8px;
}
.ffeature_area__body .slide_content .head img {
  display: block;
  padding-right: 3px;
}
@media screen and (max-width: 999px) {
  .ffeature_area__body .slide_content .head img {
    width: clamp(50px, 6vw, 60px);
    height: auto;
  }
}
.ffeature_area__body .slide_content .body {
  color: #132f43;
}
.ffeature_area__body .slide_content .body .title {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ffeature_area__body .slide_content .body .text {
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.ffeature_area .swiper-pagination-warp {
  max-width: 1260px;
  width: 100%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1059px) {
  .ffeature_area .swiper-pagination-warp {
    top: auto;
    bottom: -40px;
  }
}
.ffeature_area .swiper-pagination-warp .swiper-pagination {
  max-width: calc(100% - 340px - 140px - 60px);
  margin-left: 370px;
  height: 3px;
  pointer-events: none;
}
@media screen and (max-width: 1259px) {
  .ffeature_area .swiper-pagination-warp .swiper-pagination {
    margin-left: calc((100vw - 1200px) / 2 + 340px - 20px + clamp(1px, 1.5vw, 30px));
  }
}
@media screen and (max-width: 1059px) {
  .ffeature_area .swiper-pagination-warp .swiper-pagination {
    max-width: calc(100% - 140px - 60px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ffeature_area .swiper-pagination-warp .swiper-pagination {
    max-width: calc(100% - 140px - 20px);
  }
}
.ffeature_area .swiper-pagination-warp .swiper-pagination-progressbar-fill {
  background-color: #48b440;
}
.ffeature_area .swiper-pagination-warp .swiper-pagination-progressbar {
  background-color: #e5e6e6;
}
.ffeature_area .swiper-pagination-warp .swiper-nav {
  max-width: calc(100% - 340px);
  margin-left: 340px;
  width: 100%;
  margin-top: -10px;
}
@media screen and (max-width: 475px) {
  .ffeature_area .swiper-pagination-warp .swiper-nav {
    margin-left: 0;
    max-width: none;
  }
}
.ffeature_area .swiper-pagination-warp .swiper-nav-inner {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 575px) {
  .ffeature_area .swiper-pagination-warp .swiper-nav-inner {
    width: 70px;
  }
}
.ffeature_area .swiper-pagination-warp .swiper-button-prev,
.ffeature_area .swiper-pagination-warp .swiper-button-next {
  background-color: transparent;
  border: none;
  position: static;
  box-shadow: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.ffeature_area .swiper-pagination-warp .swiper-button-prev::after,
.ffeature_area .swiper-pagination-warp .swiper-button-next::after {
  content: none;
}
.ffeature_area .swiper-pagination-warp .swiper-button-prev:hover,
.ffeature_area .swiper-pagination-warp .swiper-button-next:hover {
  opacity: 0.8;
}
.ffeature_area .swiper-pagination-warp .swiper-button-prev img,
.ffeature_area .swiper-pagination-warp .swiper-button-next img {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .ffeature_area .swiper-pagination-warp .swiper-button-prev img,
  .ffeature_area .swiper-pagination-warp .swiper-button-next img {
    width: 30px;
    height: auto;
  }
}
.ffeature_area .swiper-pagination-warp .swiper-button-prev {
  transform: scale(-1, 1);
}
.ffeature_area .ffeature_list_card_area {
  margin-top: 40px;
}
@media screen and (max-width: 1059px) {
  .ffeature_area .ffeature_list_card_area {
    padding-top: 30px;
  }
}
.ffeature_area .ffeature_list_card {
  background-color: #f0f3f5;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  max-width: 860px;
  padding: clamp(23px, 4.6vw, 46px) clamp(40px, 8vw, 80px) clamp(15px, 2.5vw, 30px);
  margin-left: auto;
}
@media screen and (max-width: 1260px) {
  .ffeature_area .ffeature_list_card {
    margin: 0 auto;
  }
}
.ffeature_area .ffeature_list_card .deco {
  position: absolute;
  top: -110px;
  left: -116px;
}
.ffeature_area .ffeature_list_card ol:not(.cancel) {
  list-style: none;
  counter-reset: num;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .ffeature_area .ffeature_list_card ol:not(.cancel) {
    padding-left: 40px;
  }
}
.ffeature_area .ffeature_list_card ol:not(.cancel) > li {
  counter-increment: num;
  position: relative;
  font-size: 1.125rem;
  color: #132f43;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: clamp(10px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ffeature_area .ffeature_list_card ol:not(.cancel) > li {
    font-size: 1rem;
  }
}
.ffeature_area .ffeature_list_card ol:not(.cancel) > li::before {
  content: counter(num, decimal-leading-zero) ".";
  color: #4e9e52;
  position: absolute;
  top: -2px;
  left: -60px;
  width: 2em;
  text-align: right;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ffeature_area .ffeature_list_card ol:not(.cancel) > li::before {
    font-size: 18px;
  }
}

.ftarget_area {
  position: relative;
  padding-top: clamp(60px, 8vw, 80px);
  padding-bottom: clamp(60px, 8.5vw, 85px);
  overflow: hidden;
  color: #132f43;
  background-color: #f6f9fa;
}
.ftarget_area .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ftarget_area .container {
  position: relative;
  z-index: 1;
}
.ftarget_area__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
  gap: 30px 25px;
  flex-wrap: wrap;
}
.ftarget_area__head .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 36px);
  flex-shrink: 0;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  padding: 2px 5px 0 8px;
  box-sizing: border-box;
  min-height: clamp(40px, 5vw, 50px);
  align-content: center;
}
@media screen and (max-width: 649px) {
  .ftarget_area__head .title {
    padding: 1px 5px 2px 8px;
  }
}
.ftarget_area__head .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background: #e1eb73;
  background: linear-gradient(120deg, #e1eb73 0%, #b5ef9c 100%);
  z-index: -1;
  transform: translate(10px, 10px);
}
.ftarget_area__head .text {
  max-width: 720px;
  line-height: 1.9;
  font-size: clamp(15px, 1.5vw, 16px);
  padding-left: 8px;
}
.ftarget_area__body .info_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 649px) {
  .ftarget_area__body .info_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ftarget_area__body .info_box {
  background: #ffffff;
  padding-left: clamp(25px, 3.2vw, 40px);
  padding-right: clamp(25px, 3.2vw, 40px);
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
}
.ftarget_area__body .info_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 8px 0 0 8px;
  mix-blend-mode: multiply;
  filter: blur(10px);
  background-color: rgba(169, 178, 181, 0.25);
  z-index: -1;
}
.ftarget_area__body .info_box._01 {
  flex-shrink: 0;
  width: clamp(180px, 24vw, 320px);
}
@media screen and (max-width: 649px) {
  .ftarget_area__body .info_box._01 {
    width: auto;
  }
}
.ftarget_area__body .info_box._01 .box_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ftarget_area__body .info_box._02 {
  max-width: 840px;
  width: 100%;
}
.ftarget_area__body .info_box._02 .box_body {
  padding-left: 18px;
}
.ftarget_area__body .info_box .box_head {
  display: flex;
  align-items: baseline;
  border-bottom: 2px solid #efefef;
  padding-top: 19px;
  padding-bottom: 13px;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  color: #6ebf4b;
  padding-left: clamp(12px, 1.8vw, 18px);
}
.ftarget_area__body .info_box .box_head .option_text {
  margin-left: 15px;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
}
.ftarget_area__body .info_box .box_body {
  padding-top: clamp(15px, 1.5vw, 20px);
  padding-bottom: clamp(15px, 1.5vw, 20px);
  box-sizing: border-box;
  min-height: 140px;
}
@media screen and (max-width: 649px) {
  .ftarget_area__body .info_box .box_body {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.ftarget_area__body .info_box .box_body .num {
  height: 100%;
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-top: -5px;
  color: #132f43;
}
.ftarget_area__body .info_box .box_body .num .rear_text {
  color: rgba(19, 47, 67, 0.6);
  font-size: 24px;
}
.ftarget_area__body .info_box .box_body > .text {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 649px) {
  .ftarget_area__body .info_box .box_body > .text {
    margin-bottom: 20px;
  }
}
.ftarget_area__body .info_box .box_body .row {
  display: flex;
  -moz-column-gap: clamp(20px, 3.2vw, 55px);
  column-gap: clamp(20px, 3.2vw, 55px);
}
@media screen and (max-width: 649px) {
  .ftarget_area__body .info_box .box_body .row {
    flex-direction: column;
    row-gap: 20px;
  }
}
.ftarget_area__body .info_box .box_body .type {
  display: flex;
  flex-direction: column;
}
.ftarget_area__body .info_box .box_body .type_head {
  margin-bottom: 7px;
  padding-left: clamp(12px, 1.7vw, 17px);
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.ftarget_area__body .info_box .box_body .type_head::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #132f43;
  margin-right: 8px;
  position: absolute;
  top: 1.3ex;
  left: 1px;
  box-sizing: border-box;
}
.ftarget_area__body .info_box .box_body .type_body {
  color: #132f43;
  padding-left: clamp(12px, 1.8vw, 18px);
  line-height: 1.5;
}
.ftarget_area__body > .text {
  line-height: 1.8;
  font-size: clamp(15px, 1.5vw, 16px);
}

.fimg_scroll_area {
  background-color: #f6f9fa;
}
.fimg_scroll_area .scroll_wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  padding-top: clamp(20px, 6vw, 60px);
  padding-bottom: clamp(20px, 7vw, 80px);
  box-sizing: border-box;
}
.fimg_scroll_area .scroll_wrap .scroll_inner {
  display: flex;
  animation: scroll-left 40s linear infinite;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.fimg_scroll_area .scroll_wrap .scroll_inner > div {
  width: 460px;
  height: clamp(150px, 30vw, 300px);
}
@media screen and (max-width: 767px) {
  .fimg_scroll_area .scroll_wrap .scroll_inner > div {
    width: 230px;
  }
}
.fimg_scroll_area .scroll_wrap .scroll_inner > div:last-of-type {
  margin-right: 20px;
}
.fimg_scroll_area .scroll_wrap .scroll_inner > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: clamp(2px, 3vw, 3px);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}