@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
:root {
  --color-blue: #5A73FE;
  --color-green: #36B49C;
  --color-red: #F8182C;
  --color-yellow: #FFE164;
  --color-gray: #6E6E6E ;
  --color-gray-02: #868686 ;
  --color-black: #000000;
  --bg-gray: #F3F3F6;
  --bg-gray-02: #F9F9F9;
  --bg-blue: 221, 242, 255;
  --bg-pink: 255, 244, 249;
  --bg-green: 221, 255, 226;
  --border-gray: #D2D2D7;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Josefin Sans", sans-serif;
  --viewport-width: 390;
  --base-unit: 100vw;
  --viewport-all-width: 390;
  --base-all-unit: 100vw;
}
@media screen and (min-width:768px), print {
  :root {
    --viewport-width: 1;
    --base-unit: 1px;
    --viewport-all-width: 1366;
    --base-all-unit: 100vw;
  }
}

.fukujin {
  font-family: var(--font-ja);
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1; /* プロポーショナルメトリクス */
  font-variant-numeric: lining-nums;
}
@media screen and (max-width:767px) {
  .fukujin {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (min-width:768px), print {
  .fukujin-lower {
    font-size: 18px;
  }
}
.fukujin h2 {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.34;
}
.fukujin h2:before {
  display: none;
}
.fukujin h2 span {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.fukujin h2,
.fukujin h3,
.fukujin h4,
.fukujin h5,
.fukujin h6 {
  line-height: 1.45;
}
.fukujin p {
  font-size: inherit;
}
.fukujin b {
  font-weight: 700;
}
.fukujin a {
  color: var(--color-blue);
  text-decoration: none;
}
.fukujin a:hover {
  text-decoration: underline;
}
.fukujin ul:after,
.fukujin ol:after {
  display: none;
}
.fukujin img {
  height: auto;
  vertical-align: bottom;
}
.fukujin figure {
  margin: 0;
}
.fukujin video {
  width: 100%;
  vertical-align: bottom;
}
.fukujin .c_blue {
  color: var(--color-blue);
}
.fukujin .c_green {
  color: var(--color-green);
}
.fukujin .c_red {
  color: var(--color-red);
}
.fukujin .c_gray {
  color: var(--color-gray);
}
.fukujin .c_black {
  color: var(--color-black);
}
.fukujin .c_yellow {
  color: var(--color-yellow);
}
.fukujin .bg_gray {
  background: var(--bg-gray);
}
.fukujin .swiper:has(.swiper-controller) .swiper-button-prev,
.fukujin .swiper:has(.swiper-controller) .swiper-button-next {
  position: static;
  margin: 0;
}
.fukujin .swiper:has(.swiper-controller) .swiper-button-prev {
  margin-left: auto;
}
.fukujin .swiper:has(.swiper-pagination) {
  padding-bottom: 29px;
}
.fukujin .swiper-controller {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .fukujin .swiper-controller {
    gap: 0 10px;
    margin-top: 20px;
  }
}
.fukujin .swiper-button-prev, .fukujin .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width:767px) {
  .fukujin .swiper-button-prev, .fukujin .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.fukujin .swiper-button-prev:after, .fukujin .swiper-button-next:after {
  content: "";
  width: 9px;
  height: 15px;
  background: var(--color-gray);
  mask-image: url("../../img/fukujin/common/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.fukujin .swiper-button-prev:after {
  transform: scale(-1, 1);
}
.fukujin .swiper-pagination {
  line-height: 1;
  bottom: 0 !important;
  text-align: right;
}
.fukujin .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: var(--bg-gray);
  opacity: 1;
}
.fukujin .swiper-pagination-bullet-active {
  background: var(--color-blue);
}
.fukujin .custom-pagination {
  padding: 5px;
  background: #fff;
  font-size: 16px;
  border-radius: 25px;
}
@media screen and (max-width:767px) {
  .fukujin .custom-pagination {
    display: none;
  }
}
.fukujin .custom-pagination .pagination-item {
  display: inline-block;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  transition: ease all 0.3s;
}
@media screen and (max-width:1060px) {
  .fukujin .custom-pagination .pagination-item {
    padding: 10px;
    font-size: calc(16 / var(--viewport-all-width) * var(--base-all-unit));
  }
}
.fukujin .custom-pagination .pagination-item.active {
  background: var(--color-black);
  color: #fff;
}
.fukujin .custom-pagination .pagination-item:hover {
  background: var(--bg-gray);
}
.fukujin_btn02 {
  display: inline-block;
  padding: 10px 30px;
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 25px;
}
@media screen and (max-width:767px) {
  .fukujin_btn02 {
    font-size: 16px;
  }
}
.fukujin .list_simple li {
  position: relative;
  margin-top: 0.4em;
  padding-left: 1em;
}
.fukujin .list_simple li:first-child {
  margin-top: 0;
}
.fukujin .list_simple li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.fukujin_section {
  margin: 0;
  padding: 120px 0;
}
@media screen and (max-width:767px) {
  .fukujin_section {
    padding: 100px 0;
  }
}
.fukujin_section.fukujin_100vw, .fukujin_section.fukujin_about, .fukujin_section.fukujin_katuyou {
  padding-top: 0;
}
.fukujin_section.fukujin_option {
  padding-bottom: 0;
}
.fukujin_100vw {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100vw;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.fukujin_100vw_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fukujin_100vw_bg-fixed {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  height: 100svh;
}
.fukujin_100vw-cta {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width:767px) {
  .fukujin_100vw-cta {
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.fukujin_100vw-cta:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(89, 115, 253, 0.6);
}
.fukujin_wrapper {
  max-width: calc(1120 / var(--viewport-all-width) * var(--base-all-unit));
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.fukujin .max1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.fukujin .max800 {
  max-width: 800px;
  margin: 0 auto;
}
.fukujin_clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .fukujin_clm {
    grid-template-columns: 1fr;
    gap: 50px 0;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.fukujin_clm .fukujin_box {
  padding: 50px 40px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_clm .fukujin_box {
    margin-top: 0;
    padding: 30px 20px;
  }
}
.fukujin_clm .fukujin_box p {
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_clm .fukujin_box p {
    font-size: 16px;
  }
}
.fukujin_clm .fukujin_box b {
  font-weight: 700;
  color: var(--color-black);
}
.fukujin_clm-message {
  margin-bottom: 0;
}
.fukujin_clm-message .fukujin_txts {
  margin-bottom: 0;
}
.fukujin_clm-imglist {
  margin-bottom: 0;
}
@media screen and (min-width:768px), print {
  .fukujin_clm-imglist {
    gap: 50px;
  }
}
.fukujin_clm-imglist_block img {
  width: 100%;
}
.fukujin_clm-imglist_block .ttl {
  margin-top: 30px;
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_clm-imglist_block .ttl {
    margin-top: 20px;
    font-size: 18px;
  }
}
.fukujin_clm-imglist_block .copy {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_clm-imglist_block .copy {
    margin-top: 20px;
  }
}
.fukujin_clm-imglist_block .txts {
  margin-top: 30px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_clm-imglist_block .txts {
    margin-top: 20px;
  }
}
.fukujin_clm-imglist_block .txts > * {
  margin-top: 1em;
}
.fukujin_clm-imglist_block .txts > *:first-child {
  margin-top: 0;
}
.fukujin_clm-imglist_block .txts b {
  color: var(--color-black);
}
.fukujin_clm-txtin {
  margin-bottom: 0;
  margin-top: 80px;
}
@media screen and (min-width:768px), print {
  .fukujin_clm-txtin {
    gap: 50px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_clm-txtin {
    margin-top: 50px;
    gap: 20px 0;
  }
}
.fukujin_clm-txtin_block {
  width: 100%;
}
.fukujin_clm-txtin_block .ttl {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_clm-txtin_block .ttl {
    font-size: 18px;
  }
}
.fukujin_clm-txtin_block .txts {
  margin-top: 20px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_clm-txtin_block .txts {
    margin-top: 15px;
  }
}
.fukujin_clm-txtin_block .txts b {
  color: var(--color-black);
  font-weight: 600;
}
@media screen and (min-width:768px), print {
  .fukujin_clm-hanten {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.fukujin_clm03 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2.6785714286%;
}
@media screen and (max-width:767px) {
  .fukujin_clm03 {
    flex-direction: column;
  }
}
.fukujin_clm03_block {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width:768px), print {
  .fukujin_clm03_block {
    width: 31.5178571429%;
    gap: 0 30px;
  }
}
.fukujin_clm03_block-100 {
  width: 100%;
}
@media screen and (min-width:768px), print {
  .fukujin_clm03_block-100 {
    display: flex;
  }
}
.fukujin_clm03_block-100 .img_wrap {
  flex-shrink: 0;
}
@media screen and (min-width:768px), print {
  .fukujin_clm03_block-100 .img_wrap {
    width: 28.9814814815%;
  }
}
.fukujin_clm03_block .ttl {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 20px;
  font-size: 20px;
}
.fukujin_clm03_block .ttl .sub {
  font-size: 12px;
  color: var(--color-gray);
}
@media screen and (min-width:768px), print {
  .fukujin_clm03_block .ttl .big {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_clm03_block .ttl .big {
    display: inline-block;
    margin-top: 5px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_clm03_block .ttl .min {
    display: inline-block;
    font-size: 16px;
  }
}
.fukujin_clm03_block .checklist {
  color: var(--color-gray);
  font-size: 14px;
}
.fukujin_clm03_block .checklist b {
  color: var(--color-black);
}
.fukujin_clm03_block .checklist li {
  margin-top: 0.7em !important;
  padding-left: 24px;
}
.fukujin_clm03_block .checklist li:first-child {
  margin-top: 0 !important;
}
.fukujin_clm03_block .checklist li:before {
  width: 16px !important;
  height: 11px !important;
  top: 7px;
}
.fukujin_clm03_block .img_wrap {
  border-radius: 10px !important;
}
.fukujin_clm03_block .txts {
  margin-top: 15px;
  font-size: 16px;
  color: var(--color-gray);
}
.fukujin-methods .fukujin_clm03_block .txts {
  font-size: 14px;
}
.fukujin_clm03_block .txts > * {
  margin-top: 1em;
}
.fukujin_clm03_block .txts > *:first-child {
  margin-top: 0;
}
.fukujin_clm03_block .txts b {
  color: var(--color-black);
}
.fukujin_clm03_block .arinashi dt {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-top: 25px;
  font-size: 14px;
  color: var(--color-gray);
}
.fukujin_clm03_block .arinashi dt:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../../img/fukujin/common/media-nashi.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.fukujin_clm03_block .arinashi dt.arinashi_ari:before {
  background-image: url("../../img/fukujin/common/media-ari.svg");
}
.fukujin_clm03_block .arinashi dd {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (min-width:768px), print {
  .fukujin_clm03-merit .fukujin_clm03_block:nth-child(3n+3):after, .fukujin_clm03-koudou .fukujin_clm03_block:nth-child(3n+3):after {
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%) translateY(0) rotate(90deg);
  }
}
.fukujin_clm03-merit .fukujin_clm03_block:last-child:after, .fukujin_clm03-koudou .fukujin_clm03_block:last-child:after {
  display: none;
}
.fukujin_clm03-merit .fukujin_clm03_block:after, .fukujin_clm03-koudou .fukujin_clm03_block:after {
  position: absolute;
  left: calc(100% + 8px);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8.4985835694%;
  height: 40px;
  background: var(--color-gray);
  mask-image: url("../../img/fukujin/common/list-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media screen and (max-width:767px) {
  .fukujin_clm03-merit .fukujin_clm03_block:after, .fukujin_clm03-koudou .fukujin_clm03_block:after {
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%) translateY(0) rotate(90deg);
  }
}
.fukujin-methods .fukujin_clm03-merit .fukujin_clm03_block:after, .fukujin-methods .fukujin_clm03-koudou .fukujin_clm03_block:after {
  display: none;
}
@media screen and (max-width:767px) {
  .fukujin-methods .fukujin_clm03-merit {
    gap: 20px 0;
  }
}
@media screen and (max-width:767px) {
  .fukujin_clm03-reason {
    gap: 20px 0;
  }
}
@media screen and (min-width:768px), print {
  .fukujin_clm03-reason .fukujin_clm03_block {
    width: 25.8928571429%;
  }
}
@media screen and (min-width:768px), print {
  .fukujin_clm03-reason .fukujin_clm03_block:nth-child(3n+3) {
    width: 42.8571428571%;
  }
}
.fukujin .wideaera {
  position: relative;
  width: 100%;
  max-width: calc(1240 / var(--viewport-all-width) * var(--base-all-unit));
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width:1366px) {
  .fukujin .wideaera {
    max-width: none;
  }
}
@media screen and (max-width:767px) {
  .fukujin .wideaera {
    margin-bottom: 50px;
  }
}
.fukujin .wideaera_txts {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 100%;
  margin-top: calc(120 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (max-width:767px) {
  .fukujin .wideaera_txts {
    margin-top: calc(100 / var(--viewport-width) * var(--base-unit));
    padding: 0 calc(40 / var(--viewport-width) * var(--base-unit));
  }
}
.fukujin .wideaera_txts .copy {
  color: #fff;
}
.fukujin .wideaera_bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .fukujin .wideaera_bg img {
    height: 100%;
    object-fit: cover;
  }
}
.fukujin .wideaera-message {
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  .fukujin .wideaera-message {
    margin-bottom: 50px;
  }
}
.fukujin .wideaera-message .wideaera_txts {
  top: auto;
  bottom: calc(47 / var(--viewport-all-width) * var(--base-all-unit));
  bottom: 0;
  margin-top: 0;
  margin-bottom: calc(50 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (max-width:767px) {
  .fukujin .wideaera-message .wideaera_txts {
    margin-bottom: calc(40 / var(--viewport-width) * var(--base-unit));
  }
}
@media screen and (max-width:767px) {
  .fukujin-lower .wideaera {
    margin-bottom: 30px;
  }
}
.fukujin_h2 {
  margin-top: 120px;
  margin-bottom: 60px;
  line-height: 1.45;
}
@media screen and (min-width:768px), print {
  .fukujin_h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .fukujin_h2 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.fukujin_h2 .main {
  margin-bottom: calc(20 / var(--viewport-all-width) * var(--base-all-unit));
  color: var(--color-gray-02);
  font-size: calc(24 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_h2 .main {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_h2 .main {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: calc(18 / var(--viewport-width) * var(--base-unit));
  }
}
.wideaera-kadai .fukujin_h2 .main, .wideaera-katuyou .fukujin_h2 .main {
  color: rgba(255, 255, 255, 0.8);
}
.fukujin_h2 .copy {
  font-weight: bold;
  font-size: calc(60 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_h2 .copy {
    font-size: 60px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_h2 .copy {
    font-size: 36px;
    font-size: calc(36 / var(--viewport-width) * var(--base-unit));
  }
}
.fukujin_h2-white {
  color: #fff;
}
.fukujin_h2-white .main {
  color: #fff;
}
.fukujin_h2-black .copy {
  color: var(--color-black) !important;
}
.fukujin_h2-simple {
  margin-bottom: 120px !important;
  text-align: left;
  font-size: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_h2-simple {
    margin-bottom: 80px !important;
    font-size: 36px;
  }
}
.fukujin-lower .fukujin_h2-simple {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .fukujin-lower .fukujin_h2-simple {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width:767px) {
  .fukujin-faq .fukujin_h2-simple {
    margin-bottom: 30px !important;
    font-size: 18px;
  }
}
.fukujin_h2-left {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.fukujin_h2-lower {
  margin-top: 120px !important;
  margin-bottom: 60px !important;
}
.fukujin-features-detail .fukujin_h2-lower {
  margin-top: 0 !important;
}
@media screen and (max-width:767px) {
  .fukujin_h2-lower {
    margin-top: 100px !important;
    margin-bottom: 40px !important;
  }
}
.fukujin_h2-lower .main {
  margin-bottom: 0;
  color: var(--color-black);
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .fukujin_h2-lower .main {
    font-size: 14px;
  }
}
.fukujin_h2-lower .copy {
  font-size: 50px;
}
@media screen and (max-width:767px) {
  .fukujin_h2-lower .copy {
    margin-top: 5px;
    font-size: 30px;
  }
}
.fukujin_h3 {
  margin-top: 120px !important;
  margin-bottom: 60px !important;
  font-size: 50px;
  line-height: 1.45;
}
@media screen and (max-width:767px) {
  .fukujin_h3 {
    margin-top: 80px !important;
    margin-bottom: 30px !important;
    font-size: 24px;
  }
}
.fukujin_h3-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fukujin_h3-step .icon {
  line-height: 1;
  margin-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .fukujin_h3-step .icon {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width:767px) {
  .fukujin_h3-step .icon img {
    width: 50px;
  }
}
.fukujin_h3-white {
  color: #fff;
}
.fukujin_h3-futatu {
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_h3-futatu {
    text-align: left;
  }
}
.fukujin_h3-futatu .main {
  color: rgba(255, 255, 255, 0.7);
  font-size: calc(20 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_h3-futatu .main {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_h3-futatu .main {
    font-size: 16px;
  }
}
.fukujin_h3-futatu .copy {
  margin-top: 10px;
  font-size: calc(50 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_h3-futatu .copy {
    font-size: 50px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_h3-futatu .copy {
    font-size: 24px;
  }
}
.fukujin_h3-icon {
  display: flex;
  align-items: center;
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_h3-icon {
    margin-top: 60px !important;
    font-size: 20px;
  }
}
.fukujin_h3-icon .icon {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .fukujin_h3-icon .icon img {
    width: auto;
    height: 25px;
  }
}
.fukujin_h3-icon .txt {
  display: flex;
  align-items: center;
}
.fukujin_h3-icon .txt:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: var(--color-gray-02);
  margin: 0 20px;
  border-radius: 1.5px;
}
@media screen and (max-width:767px) {
  .fukujin_h3-icon .txt:before {
    width: 15px;
    margin: 0 10px;
  }
}
.fukujin_h3-min {
  margin-bottom: 30px !important;
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_h3-min {
    font-size: 24px;
  }
}
.fukujin_h3-lower {
  margin-top: 120px !important;
  margin-bottom: 80px !important;
  font-size: 40px;
}
@media screen and (max-width:767px) {
  .fukujin_h3-lower {
    margin-top: 80px !important;
    margin-bottom: 50px !important;
    font-size: 22px;
  }
}
.fukujin .img_wrap {
  border-radius: 20px;
  vertical-align: bottom;
  overflow: hidden;
}
.fukujin .img_wrap img {
  width: 100%;
  height: auto;
}
.fukujin .checklist {
  margin-top: 20px;
}
.fukujin .checklist li, .fukujin .checklist_block {
  position: relative;
  margin-top: 0.3em;
  padding-left: 28px;
}
@media screen and (max-width:767px) {
  .fukujin .checklist li, .fukujin .checklist_block {
    padding-left: 19px;
  }
}
.fukujin .checklist li:first-child, .fukujin .checklist_block:first-child {
  margin-top: 0;
}
.fukujin .checklist li:before, .fukujin .checklist_block:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: var(--color-blue);
  mask-image: url("../../img/fukujin/common/icon-check.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media screen and (max-width:767px) {
  .fukujin .checklist li:before, .fukujin .checklist_block:before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
}
.fukujin .checklist-min {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .fukujin .checklist-min {
    font-size: 14px;
  }
}
.fukujin .checklist-min li {
  padding-left: 24px;
}
@media screen and (max-width:767px) {
  .fukujin .checklist-min li {
    padding-left: 20px;
  }
}
.fukujin .checklist-min li:before {
  width: 16px;
  height: 16px;
  top: 7px;
}
@media screen and (max-width:767px) {
  .fukujin .checklist-min li:before {
    width: 12px;
    height: 12px;
  }
}
.fukujin_txts {
  margin-bottom: 100px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_txts {
    margin-bottom: 60px;
  }
}
.fukujin-lower .fukujin_txts {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .fukujin-lower .fukujin_txts {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:768px), print {
  .fukujin_txts-center {
    text-align: center;
  }
}
.fukujin_txts-center-center {
  text-align: center;
}
.fukujin_txts-black {
  color: var(--color-black);
}
.fukujin_txts-strong {
  font-size: 30px;
  color: var(--color-black);
}
@media screen and (max-width:767px) {
  .fukujin_txts-strong {
    font-size: 16px;
  }
  .fukujin-methods .fukujin_txts-strong {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin-methods .fukujin_txts-strong br {
    display: none;
  }
}
.fukujin_katuyou .fukujin_txts-strong {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_katuyou .fukujin_txts-strong {
    margin-bottom: 30px;
  }
}
.fukujin_txts-min {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .fukujin_txts-min {
    margin-top: 20px;
    margin-bottom: 30px !important;
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_txts-min .fukujin_caption {
    font-size: 14px !important;
  }
}
.fukujin_txts-hint {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .fukujin_txts-hint {
    margin-bottom: 50px !important;
  }
}
.fukujin_txts > * {
  margin-top: 1.5em;
}
.fukujin_txts > *:first-child {
  margin-top: 0;
}
.fukujin_txts p {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .fukujin_txts p br:not(.sp-only) {
    display: none;
  }
}
.fukujin_txts b {
  color: var(--color-black);
  font-weight: 600;
}
.fukujin_txts .name {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .fukujin_txts .name {
    font-size: 12px;
  }
}
.fukujin_case .fukujin_txts {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_case .fukujin_txts {
    margin-bottom: 40px;
  }
}
.fukujin .txt_bg {
  background: linear-gradient(45deg, #F8182C, #ff7700, #ffff00, #36B49C, #5A73FE, #4400ff, #F8182C);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: rainbow 3s ease-in-out infinite;
}
@keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fukujin_caption {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px !important;
}
@media screen and (max-width:767px) {
  .fukujin_caption {
    font-size: 12px !important;
  }
}
.fukujin_caption-center {
  text-align: center;
}
.fukujin_captions {
  margin-bottom: 60px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_captions {
    margin-bottom: 50px;
    font-size: 14px;
  }
}
.fukujin_captions > p {
  margin-top: 0.3em;
  margin-bottom: 0 !important;
  text-indent: -1em;
  padding-left: 1em;
}
.fukujin_captions > p:first-child {
  margin-top: 0;
}
.fukujin_table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--border-gray);
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_table {
    width: max-content;
    font-size: 12px;
  }
}
.fukujin_table_wrap {
  overflow-x: scroll;
}
@media screen and (max-width:767px) {
  .fukujin_table_wrap {
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_table_wrap-arinashi {
    width: calc(100vw - 40px);
    margin-left: -20px;
    margin-right: auto;
  }
}
.fukujin_table tr {
  border-top: 1px solid var(--border-gray);
}
.fukujin_table th,
.fukujin_table td {
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (min-width:768px), print {
  .fukujin_table th,
  .fukujin_table td {
    min-width: 140px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_table th,
  .fukujin_table td {
    padding: 20px;
  }
}
.fukujin_table th:before,
.fukujin_table td:before {
  position: absolute;
  left: 0;
  top: 30px;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  background: var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin_table th:before,
  .fukujin_table td:before {
    top: 20px;
    height: calc(100% - 40px);
  }
}
.fukujin_table th:first-child:before,
.fukujin_table td:first-child:before {
  display: none;
}
.fukujin_table .kaisha {
  border-top: none;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .fukujin_table .kaisha {
    font-size: 10px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_table .kaisha_fukujin {
    width: 100px;
  }
}
.fukujin_table .kaisha th,
.fukujin_table .kaisha td {
  padding: 0;
  padding-bottom: 10px;
  line-height: 1.34;
}
@media screen and (max-width:767px) {
  .fukujin_table .kaisha th,
  .fukujin_table .kaisha td {
    padding: 0 20px;
    padding-bottom: 10px;
  }
}
.fukujin_table .kaisha th:before,
.fukujin_table .kaisha td:before {
  display: none;
}
.fukujin_table .koumoku {
  display: flex;
  align-items: center;
  gap: 0 20px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .fukujin_table .koumoku {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
    max-width: 130px;
  }
}
.fukujin_table .arinashi {
  border-top: none;
}
.fukujin_table .arinashi th,
.fukujin_table .arinashi td {
  padding: 0;
  padding-bottom: 20px;
  line-height: 1.34;
}
@media screen and (max-width:767px) {
  .fukujin_table .arinashi th,
  .fukujin_table .arinashi td {
    padding: 0 20px;
    padding-bottom: 15px;
  }
}
.fukujin_table .arinashi th:before,
.fukujin_table .arinashi td:before {
  display: none;
}
@media screen and (max-width:767px) {
  .fukujin_table-arinashi {
    font-size: 14px;
    line-height: 1.3;
  }
}
.fukujin_table-arinashi .koumoku {
  display: table-cell;
}
@media screen and (max-width:767px) {
  .fukujin_table-arinashi .koumoku {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
}
.fukujin_table-arinashi .koumoku .txt {
  margin-left: 15px;
  color: var(--color-black);
}
@media screen and (max-width:767px) {
  .fukujin_table-arinashi .koumoku .txt {
    margin-left: 0;
  }
}
.fukujin_table-arinashi td {
  color: var(--color-gray);
}
.fukujin_link {
  color: var(--color-blue);
  cursor: pointer;
}
.fukujin_link[target=_blank]:after {
  width: 18px;
  height: 14px;
  mask-image: url("../../img/fukujin/common/icon-newtab.svg");
}
@media screen and (max-width:767px) {
  .fukujin_link[target=_blank]:after {
    width: 16px;
    height: 13px;
  }
}
.fukujin_link:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  background: var(--color-blue);
  mask-image: url("../../img/fukujin/common/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (max-width:767px) {
  .fukujin_link:after {
    width: 7px;
    height: 11px;
  }
}
.fukujin_link-white {
  color: #fff !important;
}
.fukujin_link-white:after {
  background: #fff;
}
.fukujin_link_wrap {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_link_wrap {
    margin-bottom: 60px;
  }
}
.fukujin_link_wrap-left {
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .fukujin_link_wrap-left {
    margin-top: 30px;
  }
}
.fukujin_box {
  margin-top: 60px;
  padding: 60px;
  background: var(--bg-gray-02);
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .fukujin_box {
    margin-top: 50px;
    padding: 30px 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin-lower .fukujin_box {
    margin-top: 30px;
  }
}
.fukujin_box .ttl {
  margin-bottom: 20px;
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_box .ttl {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.fukujin_box .ttl-center {
  text-align: center;
}
.fukujin_box .ttl-line {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 24px;
  border-bottom: 1px solid var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin_box .ttl-line {
    font-size: 20px;
  }
}
.fukujin_box .ttl-point {
  display: flex;
  flex-direction: column;
}
.fukujin_box .ttl-point .en {
  color: var(--color-gray);
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_box .ttl-point .en {
    font-size: 14px;
  }
}
.fukujin_box .ttl-point .main {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_box .ttl-point .main {
    font-size: 20px;
  }
}
.fukujin_box .txt {
  color: var(--color-gray);
}
.fukujin_box .txt b {
  color: var(--color-black);
  font-weight: 700;
}
.fukujin_box .fukujin_caption-center {
  text-align: center;
}
.fukujin_box .fukujin_txts {
  margin-bottom: 0;
}
.fukujin_box .fukujin_table_wrap {
  margin-top: 60px;
}
.fukujin_box-white {
  background: #fff;
}
.fukujin_box-gray {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.fukujin_box-center {
  text-align: center;
}
.fukujin_box-clm {
  display: grid;
  grid-template-columns: 600fr 320fr;
  gap: 0 80px;
}
@media screen and (max-width:767px) {
  .fukujin_box-clm {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px 0;
    padding: 40px;
  }
}
.fukujin_box-clm .main {
  color: var(--color-gray);
}
.fukujin_box-clm .main b {
  color: var(--color-black);
  font-weight: 700;
}
.fukujin_box-clm .aside figcaption {
  margin-top: 0.5em;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width:767px) {
  .fukujin_box-clm .aside figcaption {
    font-size: 10px;
  }
}
.fukujin_box-naiyaku {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_box-naiyaku {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:768px), print {
  .fukujin_box-min {
    padding: 50px;
  }
}
.fukujin .read_wrap {
  position: relative;
}
.fukujin .read_block {
  position: relative;
  overflow: hidden;
  height: 270px;
}
.fukujin .read_block:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 100%);
}
.fukujin .read_block.open:before {
  display: none;
}
.fukujin .read_more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.fukujin .read_more.open {
  position: static;
}
@media screen and (max-width:767px) {
  .fukujin .read_more.open {
    margin-top: 20px;
  }
}
.fukujin .read_more.open:after {
  transform: rotate(-90deg);
}
.fukujin .read_more:after {
  transform: rotate(90deg);
  transition: ease all 0.3s;
}
.fukujin .ranking-list {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .fukujin .ranking-list {
    margin-top: 30px;
  }
}
.fukujin .ranking-list:has(.ranking-list_block) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 10px;
}
@media screen and (max-width:767px) {
  .fukujin .ranking-list:has(.ranking-list_block) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:767px) {
  .fukujin .ranking-list_block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .fukujin .ranking-list_block:last-child {
    margin-bottom: 0;
  }
}
.fukujin .ranking-list_ttl {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width:767px) {
  .fukujin .ranking-list_ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.fukujin .ranking-list_ul {
  font-size: 13px;
  line-height: 1.5;
}
.fukujin .ranking-list_ul li {
  padding: 6px 0;
  border-bottom: 1px dashed var(--color-black);
}
.fukujin .ranking-list_ul li.first-rank {
  color: var(--color-red);
}
.fukujin .ranking-list_ul dl {
  display: flex;
  justify-content: space-between;
  gap: 0 1px;
}
.fukujin .ranking-list_ul dl .suuji {
  display: block;
  width: 100%;
  font-size: 11px;
}
@media screen and (max-width:767px) {
  .fukujin .ranking-list_ul dl .suuji {
    display: inline;
  }
}
.fukujin .ranking-list_ul dl .suuji-inline {
  display: inline;
  width: auto;
}
.fukujin .ranking-list_ul-inline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 10px;
}
@media screen and (max-width:767px) {
  .fukujin .ranking-list_ul-inline {
    grid-template-columns: 1fr;
  }
}
.fukujin .ranking-list_ul-inline dl .suuji {
  display: inline;
  width: auto;
}
.fukujin_loopslide .swiper-wrapper {
  transition-timing-function: linear;
}
.fukujin_loopslide .swiper-slide {
  width: 345px;
}
@media screen and (max-width:767px) {
  .fukujin_loopslide .swiper-slide {
    width: 190px;
  }
}
.fukujin_loopslide-forright {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .fukujin_loopslide-forright {
    margin-top: 10px;
  }
}
.fukujin .label {
  display: inline-block;
  background: var(--color-red);
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .fukujin .label {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
  }
}
.fukujin .label-blue {
  background: var(--color-blue);
}
.fukujin .label-green {
  background: var(--color-green);
}
.fukujin .label-white {
  background: #fff;
  color: var(--color-black);
}
.fukujin .label-black {
  background: var(--color-black);
  color: #fff;
}
.fukujin_mv {
  height: 750px;
  height: 350vh;
  background: var(--bg-gray);
}
@media screen and (max-width:767px) {
  .fukujin_mv {
    height: 250vh;
  }
}
.fukujin_mv_inner {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100dvh;
}
@media screen and (max-width:767px) {
  .fukujin_mv_inner {
    height: 100svh;
    height: calc(100svh - 60px);
  }
}
.fukujin_mv_bg {
  height: 100% !important;
  object-fit: cover;
  mask-image: url("../../img/fukujin/copy.svg");
  mask-size: 1000px;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .fukujin_mv_bg {
    mask-image: url("../../img/fukujin/copy_sp.svg");
    mask-size: 246px;
  }
}
.fukujin_boutou {
  padding: 100px 0 120px;
}
@media screen and (max-width:767px) {
  .fukujin_boutou {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.fukujin_boutou_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin-bottom: 50px !important;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_boutou_h2 {
    flex-direction: column;
    gap: 20px 0;
    font-size: 27px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_boutou_h2 span {
    line-height: 1;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .fukujin_boutou_h2 .kakeru {
    font-size: 20px;
  }
}
.fukujin_boutou_h2 .min {
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_boutou_h2 .min {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_boutou_h2 br {
    display: none;
  }
}
.fukujin_boutou_clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media screen and (max-width:767px) {
  .fukujin_boutou_clm {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}
.fukujin_boutou_clm .img_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_boutou_clm .img_wrap {
    margin-bottom: 20px;
  }
}
.fukujin_boutou_clm .ttl {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_boutou_clm .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_about_swiper {
    overflow: visible !important;
  }
}
.fukujin_about_swiper .swiper-wrapper {
  counter-reset: li;
}
@media screen and (min-width:768px), print {
  .fukujin_about_swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_about_swiper .swiper-slide {
    width: 330px;
  }
}
.fukujin_about_swiper .swiper-inner {
  background: var(--bg-gray-02);
  border-radius: 20px;
  padding: 30px;
}
.fukujin_about_swiper .swiper-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  font-size: 24px;
}
.fukujin_about_swiper .swiper-ttl:before {
  margin-bottom: 15px;
  counter-increment: li;
  content: "STEP." counter(li, decimal);
  font-size: 22px;
}
.fukujin_about_swiper .swiper-ttl .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
  margin-bottom: 10px;
  line-height: 1;
}
.fukujin_about_swiper .swiper-dl {
  margin-top: 30px;
}
.fukujin_about_swiper .swiper-dl:first-of-type {
  margin-top: 0;
}
.fukujin_about_swiper .swiper-dl dt {
  position: relative;
  font-size: 14px;
  color: var(--color-gray);
  margin-bottom: 5px;
  padding-left: 25px;
}
.fukujin_about_swiper .swiper-dl dt:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--color-gray);
  mask-image: url("../../img/fukujin/common/icon-people.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.fukujin_about_swiper .swiper-dl dd {
  font-size: 16px;
}
.fukujin_about_swiper .swiper-dl-kouka dt:before {
  mask-image: url("../../img/fukujin/common/icon-media.svg");
}
@media screen and (max-width:767px) {
  .fukujin_about_swiper_wrap {
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 20px;
    overflow-x: hidden;
  }
}
.fukujin_case {
  background: var(--bg-gray);
}
.fukujin_case_ue {
  position: relative;
  z-index: 1;
}
.fukujin_case_ue:before, .fukujin_case_ue:after {
  position: absolute;
  bottom: -1px;
  z-index: 1;
  content: "";
  display: block;
  width: 50%;
  height: 160px;
  background: var(--bg-gray);
}
@media screen and (max-width:767px) {
  .fukujin_case_ue:before, .fukujin_case_ue:after {
    height: calc(45 / var(--viewport-width) * var(--base-unit));
  }
}
.fukujin_matome .fukujin_case_ue:before, .fukujin_matome .fukujin_case_ue:after {
  background: #fff;
}
.fukujin_case_ue:before {
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.fukujin_case_ue:after {
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.fukujin_case_ue_txts {
  position: absolute;
  left: 50%;
  top: calc(120 / var(--viewport-all-width) * var(--base-all-unit));
  transform: translateX(-50%);
  width: max-content;
  color: #fff;
  text-align: center;
  font-size: calc(34 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_case_ue_txts {
    font-size: 34px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_case_ue_txts {
    box-sizing: border-box;
    width: 100%;
    padding: 0 calc(40 / var(--viewport-width) * var(--base-unit));
    top: 100px;
    top: calc(90 / var(--viewport-width) * var(--base-unit));
    font-size: 20px;
    font-size: calc(20 / var(--viewport-width) * var(--base-unit));
    text-align: left;
    letter-spacing: 0;
  }
}
@media screen and (max-width:767px) {
  .fukujin_matome .fukujin_case_ue_txts {
    text-align: center;
  }
}
.fukujin_case_ue_bg {
  position: relative;
  z-index: -1;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  .fukujin_matome .fukujin_case_ue_bg {
    height: calc(300 / var(--viewport-width) * var(--base-unit));
  }
}
.fukujin_case_ue_bg:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.fukujin_matome .fukujin_case_ue_bg video {
  height: 100%;
  object-fit: cover;
}
.fukujin_case_blocks_block:last-child .fukujin_link_wrap {
  margin-bottom: 0;
}
.fukujin-methods .fukujin_case_blocks_block_slides {
  margin-top: 120px;
}
@media screen and (max-width:767px) {
  .fukujin-methods .fukujin_case_blocks_block_slides {
    margin-top: 100px;
  }
}
.fukujin_case_blocks_block_ttl {
  margin-top: 120px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_ttl {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.fukujin_case_blocks_block_subttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px !important;
  margin-bottom: 60px !important;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_subttl {
    margin-top: 50px !important;
    margin-bottom: 40px !important;
  }
}
.fukujin_case_blocks_block_subttl .label {
  margin-bottom: 10px;
}
.fukujin_case_blocks_block_subttl .big {
  font-size: 50px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_subttl .big {
    font-size: 34px;
  }
}
.fukujin_case_blocks_block_subttl .min {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_subttl .min {
    font-size: 12px;
  }
}
.fukujin_case_blocks_block_jigyounaiyou {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 20px;
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_jigyounaiyou {
    gap: 0 10px;
  }
}
.fukujin_case_blocks_block_jigyounaiyou dt {
  padding: 5px 20px;
  font-size: 16px;
  background: var(--color-black);
  border-radius: 20px;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_jigyounaiyou dt {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_jigyounaiyou dd {
    font-size: 14px;
  }
}
.fukujin_case_blocks_block_main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.fukujin_case_blocks_block_main.is-visible02 .imgs .img01 {
  opacity: 0;
  visibility: hidden;
}
.fukujin_case_blocks_block_main.is-visible02 .imgs .img02 {
  opacity: 1;
  visibility: visible;
}
.fukujin_case_blocks_block_main .txts {
  width: 44.6428571429%;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main .txts {
    width: 100%;
    padding: 0 20px;
  }
}
.fukujin_case_blocks_block_main .txts_block {
  margin-bottom: 90vh;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main .txts_block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main .txts_block:last-child {
    margin-bottom: 50px;
  }
}
.fukujin_case_blocks_block_main .txts_block_img {
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main .txts_block_img {
    margin-bottom: 50px;
  }
}
.fukujin_case_blocks_block_main .txts_block_txts .list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width:768px), print {
  .fukujin_case_blocks_block_main .txts_block_txts .list {
    max-width: 395px;
  }
}
.fukujin_case_blocks_block_main .txts_block_txts .list li {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main .txts_block_txts .list li {
    padding: 20px;
  }
}
.fukujin_case_blocks_block_main .txts_block_txts .h5 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main .txts_block_txts .h5 {
    font-size: 24px;
  }
}
.fukujin_case_blocks_block_main .txts_block_txts .h5:first-child {
  margin-top: 0;
}
.fukujin_case_blocks_block_main .txts_block_txts .group {
  margin-top: 50px;
}
.fukujin_case_blocks_block_main .txts_block_txts .group .label {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: fit-content;
  font-size: 16px;
}
.fukujin_case_blocks_block_main .txts_block_txts .group .dl {
  margin-top: 20px;
}
.fukujin_case_blocks_block_main .txts_block_txts .group .dl dt {
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_case_blocks_block_main .txts_block_txts .group .dl dd {
    margin-bottom: 3px;
    line-height: 1.3;
  }
}
.fukujin_case_blocks_block_main .txts_block_txts .group .dl dd .big {
  font-size: 30px;
}
.fukujin_case_blocks_block_main .txts_block_txts .txt {
  margin-top: 50px;
}
.fukujin_case_blocks_block_main .imgs {
  position: sticky;
  top: 50px;
  width: 44.6428571429%;
  height: auto;
  max-height: 630px; /* 最大高さを制限 */
}
.fukujin_case_blocks_block_main .imgs_img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  filter: drop-shadow(0 3px 26px rgba(0, 0, 0, 0.4));
  transition: ease all 1s;
}
.fukujin_case_blocks_block_main .imgs_img:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:767px) {
  .fukujin_case .case_img_pc {
    max-width: 260px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_case .case_img_sp {
    max-width: 200px;
  }
}
.fukujin_cta_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
@media screen and (max-width:767px) {
  .fukujin_cta_blocks {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.fukujin_cta_blocks a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px 0;
  padding: 60px 20px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  color: var(--color-black);
  transition: ease all 0.3s;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .fukujin_cta_blocks a {
    padding: 30px 10px;
  }
}
.fukujin_cta_blocks a:hover {
  text-decoration: none;
  opacity: 1;
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.fukujin_cta_blocks a:hover img {
  opacity: 1;
}
.fukujin_cta_blocks a:hover .fukujin_btn02 {
  opacity: 1;
}
.fukujin_cta_blocks .icon {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin: 0;
  vertical-align: middle;
}
.fukujin_cta_blocks .icon img {
  vertical-align: middle;
}
.fukujin_cta_blocks .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  font-size: 24px;
  font-weight: bold;
}
.fukujin_cta_blocks .ttl .sub {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1;
}
.fukujin_cta_blocks .ttl .sub .min {
  margin-top: 5px;
  font-size: 10px;
}
.fukujin_tokuchou .fukujin_wrapper {
  max-width: 1000px;
  padding-bottom: 120px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou .fukujin_wrapper {
    padding-bottom: 100px;
  }
}
.fukujin_tokuchou_block {
  margin-top: 50vh;
}
.fukujin_tokuchou_block .img {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_block .img {
    margin-bottom: 30px;
  }
}
.fukujin_tokuchou_block .fukujin_txts {
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_block .fukujin_txts {
    margin-bottom: 30px;
  }
}
.fukujin_tokuchou_block .fukujin_txts b {
  color: #fff;
}
.fukujin_tokuchou_block .fukujin_box {
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_block .fukujin_box {
    margin-bottom: 100px;
  }
}
.fukujin_tokuchou .fukujin_link_wrap {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .fukujin_hikaku {
    padding-top: 30px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_hikaku .fukujin_txts:last-of-type {
    margin-bottom: 0;
  }
}
.fukujin_nagare {
  padding-top: 120px !important;
  padding-bottom: 0;
}
@media screen and (max-width:767px) {
  .fukujin_nagare {
    padding-top: 100px;
  }
}
.fukujin_nagare .fukujin_h2 {
  margin-top: 0;
}
.fukujin_nagare_swiper {
  overflow: visible !important;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
    padding: 0 20px;
  }
}
.fukujin_nagare_swiper .swiper-slide {
  width: 535px;
  height: auto;
  padding: 0 15px;
  padding-top: 50px;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper .swiper-slide {
    width: 330px;
    padding: 0 10px;
    padding-top: 40px;
  }
}
.fukujin_nagare_swiper .swiper-slide:first-child {
  padding-left: 0;
}
.fukujin_nagare_swiper .swiper-slide:last-child {
  padding-right: 0;
}
.fukujin_nagare_swiper .swiper-slide:nth-child(n+2) .fukujin_nagare_swiper_phase {
  left: 15px;
  padding: 0 10px;
}
.fukujin_nagare_swiper .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 18px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper .swiper-slide:before {
    top: 13px;
  }
}
.fukujin_nagare_swiper_box {
  box-sizing: border-box;
  height: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box {
    padding: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .img_wrap {
    border-radius: 10px;
  }
}
.fukujin_nagare_swiper_box .ttl {
  display: flex;
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .ttl {
    font-size: 20px;
  }
}
.fukujin_nagare_swiper_box .ttl .sub {
  color: var(--color-gray-02);
}
.fukujin_nagare_swiper_box .ttl .main {
  display: flex;
  align-items: center;
}
.fukujin_nagare_swiper_box .ttl .main:before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background: var(--color-gray-02);
  margin: 0 20px;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .ttl .main:before {
    width: 15px;
    margin: 0 15px;
  }
}
.fukujin_nagare_swiper_box .txts {
  margin-top: 20px;
  font-size: 18px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .txts {
    margin-top: 15px;
    font-size: 16px;
  }
}
.fukujin_nagare_swiper_box .txts > * {
  margin-top: 1em;
}
.fukujin_nagare_swiper_box .txts > *:first-child {
  margin-top: 0;
}
.fukujin_nagare_swiper_box .koumoku {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .koumoku {
    margin-top: 40px;
  }
}
.fukujin_nagare_swiper_box .koumoku_clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}
.fukujin_nagare_swiper_box .koumoku_ttl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .koumoku_ttl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
}
.fukujin_nagare_swiper_box .koumoku .checklist {
  font-size: 14px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .koumoku .checklist {
    margin-top: 0;
  }
}
.fukujin_nagare_swiper_box .koumoku .checklist li {
  padding-left: 19px;
}
.fukujin_nagare_swiper_box .koumoku .checklist li:before {
  width: 13px;
  height: 9px;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_box .koumoku .checklist li:before {
    top: 8px;
  }
}
.fukujin_nagare_swiper_phase {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  padding-right: 10px;
  background: var(--bg-gray);
}
@media screen and (max-width:767px) {
  .fukujin_nagare_swiper_phase {
    font-size: 14px !important;
  }
}
.fukujin_nagare_last {
  position: relative;
}
@media screen and (max-width:767px) {
  .fukujin_nagare_last {
    margin-top: calc(-236 / var(--viewport-width) * var(--base-unit));
  }
}
.fukujin_nagare_last:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, #F3F3F6 0%, rgba(243, 243, 246, 0) 100%) 0% 0% no-repeat;
  height: calc(290 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_nagare_last:before {
    height: 290px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_nagare_last:before {
    height: 290px;
  }
}
.fukujin_nagare_last .fukujin_wrapper {
  position: relative;
}
.fukujin_nagare_last_copy {
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  bottom: 146px;
  transform: translateX(-50%);
  color: #fff;
  font-size: calc(60 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_nagare_last_copy {
    font-size: 60px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_nagare_last_copy {
    bottom: calc(363 / var(--viewport-width) * var(--base-unit));
    text-align: center;
    font-size: calc(36 / var(--viewport-width) * var(--base-unit));
  }
}
.fukujin_price_blocks {
  display: flex;
  gap: 0 60px;
  margin-bottom: 60px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .fukujin_price_blocks {
    margin-bottom: 30px;
  }
}
.fukujin_price_blocks dl {
  display: flex;
  flex-direction: column;
}
.fukujin_price_blocks dt {
  font-size: 18px;
  color: var(--color-gray);
}
.fukujin_price_blocks dd {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .fukujin_price_blocks dd {
    margin-top: 5px;
  }
}
.fukujin_price_blocks dd .big {
  font-size: 50px;
}
.fukujin_price_naiyaku_blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width:767px) {
  .fukujin_price_naiyaku_blocks {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.fukujin_price_naiyaku_blocks_dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .fukujin_price_naiyaku_blocks_dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.fukujin_price_naiyaku_blocks_dl dt .icon {
  line-height: 1;
}
@media screen and (max-width:767px) {
  .fukujin_price_naiyaku_blocks_dl dt .icon img {
    height: 20px;
    width: auto;
  }
}
.fukujin_price_naiyaku_blocks_dl dt .txt {
  display: flex;
  align-items: center;
}
.fukujin_price_naiyaku_blocks_dl dt .txt:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  border-radius: 1.5px;
  background: var(--border-gray);
  margin: 0 10px;
}
@media screen and (max-width:767px) {
  .fukujin_price_naiyaku_blocks_dl dt .txt:before {
    width: 15px;
  }
}
.fukujin_price_naiyaku_blocks_dl dd {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin_price_naiyaku_blocks_dl dd {
    font-size: 14px;
  }
}
.fukujin_price_naiyaku_blocks_dl dd:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.fukujin_faq {
  padding-top: 120px !important;
}
@media screen and (max-width:767px) {
  .fukujin_faq {
    padding-top: 100px !important;
  }
}
.fukujin_faq .fukujin_txts {
  margin-bottom: 0;
}
.fukujin_faq_blocks {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks {
    margin-bottom: 50px;
  }
}
.fukujin-lower .fukujin_faq_blocks {
  margin-bottom: 0;
}
.fukujin-methods .fukujin_faq_blocks {
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  .fukujin-methods .fukujin_faq_blocks {
    margin-bottom: 100px;
  }
}
.fukujin_faq_blocks_box {
  margin-top: 20px;
  padding: 40px 60px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks_box {
    padding: 30px 20px;
  }
}
.fukujin_faq_blocks_box:first-child {
  margin-top: 0;
}
.fukujin_faq_blocks_box .ttl {
  position: relative;
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks_box .ttl {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 20px;
  }
}
.fukujin_faq_blocks_box .ttl:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: var(--color-black);
  mask-image: url("../../img/fukujin/common/iocn-q.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks_box .ttl:before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}
.fukujin_faq_blocks_box .txts {
  padding-left: 60px;
  color: var(--color-gray);
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks_box .txts {
    padding-left: 35px;
    font-size: 16px;
  }
}
.fukujin_faq_blocks_box .txts > * {
  margin-top: 1em;
}
.fukujin_faq_blocks_box .txts > *:first-child {
  margin-top: 0;
}
.fukujin_faq_blocks-caution {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks-caution {
    margin-top: 30px;
  }
}
.fukujin_faq_blocks-caution .ttl:before {
  top: -3px;
  mask-image: url("../../img/fukujin/common/icon-caution.svg");
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks-caution .ttl:before {
    top: 5px;
  }
}
.fukujin_faq_blocks-accordions {
  border: none !important;
}
.fukujin_faq_blocks-accordions .fukujin_faq_blocks_box {
  padding: 0;
}
.fukujin_faq_blocks-accordions .fukujin_accordions_trigger {
  border: none;
  margin-bottom: 0;
  padding: 25px 30px;
  padding-left: 90px;
  padding-right: 64px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks-accordions .fukujin_accordions_trigger {
    padding: 20px;
    padding-left: 50px;
    padding-right: 45px;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks-accordions .fukujin_accordions_trigger.open:after {
    transform: translateY(0) rotate(-90deg);
  }
}
.fukujin_faq_blocks-accordions .fukujin_accordions_trigger:before {
  left: 30px;
  top: 23px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks-accordions .fukujin_accordions_trigger:before {
    left: 20px;
  }
}
.fukujin_faq_blocks-accordions .fukujin_accordions_trigger:after {
  right: 30px;
  width: 14px;
  height: 24px;
  background: var(--color-blue);
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks-accordions .fukujin_accordions_trigger:after {
    right: 20px;
    top: 25px;
    width: 9px;
    height: 15px;
    transform: translateY(0) rotate(90deg);
  }
}
.fukujin_faq_blocks-accordions .fukujin_accordions_content {
  padding: 0 30px;
  padding-left: 90px;
  padding-bottom: 25px;
}
@media screen and (max-width:767px) {
  .fukujin_faq_blocks-accordions .fukujin_accordions_content {
    padding: 0 20px;
    padding-left: 50px;
    padding-bottom: 20px;
  }
}
.fukujin_message {
  padding-top: 0;
}
.fukujin_knowledge {
  padding-top: 120px !important;
}
@media screen and (max-width:767px) {
  .fukujin_knowledge {
    padding-top: 100px;
  }
}
.fukujin_knowledge_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width:767px) {
  .fukujin_knowledge_list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.fukujin_knowledge_list a {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  transition: ease all 0.3s;
}
.fukujin_knowledge_list a:hover {
  text-decoration: none;
  opacity: 1;
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.fukujin_knowledge_list .img_wrap {
  border-radius: 10px;
}
.fukujin_knowledge_list .ttl {
  margin-top: 20px;
  color: var(--color-black);
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_knowledge_list .ttl {
    margin-top: 15px;
    font-size: 16px;
  }
}
.fukujin_knowledge_list .categorys {
  margin-top: 10px;
  font-size: 10px;
  color: var(--color-gray);
}
.fukujin_knowledge_list .arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-blue);
}
@media screen and (max-width:767px) {
  .fukujin_knowledge_list .arrow {
    width: 30px;
    height: 30px;
  }
}
.fukujin_knowledge_list .arrow:before {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: #fff;
  mask-image: url("../../img/fukujin/common/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.fukujin_knowledge_list-ranking {
  counter-reset: li;
}
.fukujin_knowledge_list-ranking li:nth-child(1) a:before, .fukujin_knowledge_list-ranking li:nth-child(1) a:after {
  background: #AD8826;
}
.fukujin_knowledge_list-ranking li:nth-child(2) a:before, .fukujin_knowledge_list-ranking li:nth-child(2) a:after {
  background: #B2B2B2;
}
.fukujin_knowledge_list-ranking li:nth-child(3) a:before, .fukujin_knowledge_list-ranking li:nth-child(3) a:after {
  background: #875E4A;
}
.fukujin_knowledge_list-ranking a:before, .fukujin_knowledge_list-ranking a:after {
  position: absolute;
  right: 30px;
  width: 40px;
  background: var(--color-blue);
  z-index: 1;
}
.fukujin_knowledge_list-ranking a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 40px;
  counter-increment: li;
  content: counter(li, decimal);
  color: #fff;
}
.fukujin_knowledge_list-ranking a:after {
  content: "";
  display: block;
  height: 10px;
  top: 40px;
  clip-path: polygon(100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
}
.fukujin_knowledge_catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .fukujin_knowledge_catlist {
    gap: 10px;
  }
}
.fukujin_knowledge_catlist a {
  display: block;
  background: #fff;
  padding: 8px 30px;
  border-radius: 25px;
  transition: ease all 0.3s;
}
@media screen and (max-width:767px) {
  .fukujin_knowledge_catlist a {
    padding: 8px 20px;
  }
}
.fukujin_knowledge_catlist a:hover {
  text-decoration: none;
  opacity: 1;
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.fukujin_knowledge_catlist a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  background: var(--color-blue);
  mask-image: url("../../img/fukujin/common/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.fukujin_contentfooter {
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 18px;
  background: #fff;
}
@media screen and (max-width:767px) {
  .fukujin_contentfooter {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_contentfooter .fukujin_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.fukujin_contentfooter .fukujin_h2-simple {
  margin-top: 0;
  margin-bottom: 60px !important;
  padding-top: 0;
  border: none;
}
@media screen and (max-width:767px) {
  .fukujin_contentfooter .fukujin_h2-simple {
    margin-bottom: 50px !important;
  }
}
.fukujin_contentfooter .fukujin_h2-simple:before {
  display: none;
}
.fukujin_contentfooter_links {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width:767px) {
  .fukujin_contentfooter_links {
    flex-direction: column;
    gap: 50px 0;
  }
}
.fukujin_contentfooter_links > ul > li:first-child {
  margin-top: 0;
}
.fukujin_contentfooter_links li {
  margin-top: 0.5em;
  color: var(--color-gray);
}
.fukujin_contentfooter a {
  color: var(--color-black);
  text-decoration: none;
}
.fukujin_contentfooter a:hover {
  text-decoration: none;
  color: var(--color-blue);
}
.fukujin-lower .fukujin_section.fukujin_100vw.bg_gray {
  padding-top: 120px;
}
@media screen and (max-width:767px) {
  .fukujin-lower .fukujin_section.fukujin_100vw.bg_gray {
    padding-top: 100px;
  }
}
.fukujin-lower_mv {
  height: 400px;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .fukujin-lower_mv {
    height: 150px;
    margin-bottom: 50px;
  }
}
.fukujin-lower_mv_bg {
  width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
}
.fukujin-lower_boutou {
  margin: 0;
  padding-bottom: 120px;
}
@media screen and (max-width:767px) {
  .fukujin-lower_boutou {
    padding-bottom: 100px;
  }
}
.fukujin-lower_boutou .fukujin_txts {
  margin-bottom: 0;
}
.fukujin-lower_pagettlin {
  position: relative;
  z-index: 1;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-ja);
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .fukujin-lower_pagettlin {
    height: 200px;
  }
}
.fukujin-lower_pagettlin:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.fukujin-lower_pagettlin_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fukujin-lower_pagettlin_ttl {
  font-size: 50px !important;
  line-height: 1.34;
  margin: 0;
}
@media screen and (max-width:767px) {
  .fukujin-lower_pagettlin_ttl {
    font-size: 30px !important;
  }
}
.fukujin-lower_container {
  padding: 80px 0 120px;
}
@media screen and (max-width:767px) {
  .fukujin-lower_container {
    padding: 50px 0 100px;
  }
}
.fukujin_pagettl {
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width:767px) {
  .fukujin_pagettl {
    margin-bottom: 35px;
  }
}
.fukujin_pagettl .sub {
  color: var(--color-gray-02);
}
@media screen and (max-width:767px) {
  .fukujin_pagettl .sub {
    font-size: 14px;
  }
}
.fukujin_pagettl .main {
  font-size: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_pagettl .main {
    margin-top: 5px;
    font-size: 30px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_pagettl .label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_pagettl-futatu {
    margin-bottom: 50px;
  }
}
.fukujin_pagettl-ttlonly {
  padding-top: 100px;
}
@media screen and (max-width:767px) {
  .fukujin_pagettl-ttlonly {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.fukujin_pagettl-ttlonly .main {
  margin-top: 0;
}
.fukujin_pagettl-labelin {
  padding-top: 100px;
}
@media screen and (max-width:767px) {
  .fukujin_pagettl-labelin {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
.fukujin_copy {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width:767px) {
  .fukujin_copy {
    margin-top: 35px;
    margin-bottom: 50px;
    font-size: 40px;
  }
}
.fukujin_tokuchou:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.fukujin_tokuchou_menu {
  margin-bottom: 120px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu {
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 16px;
  }
}
.fukujin_tokuchou_menu_dl {
  display: flex;
  align-items: center;
  gap: 0 80px;
  padding: 30px 20px;
  border-top: 1px solid var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_dl {
    align-items: flex-start;
    gap: 0 30px;
    padding: 30px 0;
  }
}
.fukujin_tokuchou_menu_dl:last-of-type {
  border-bottom: 1px solid var(--border-gray);
}
.fukujin_tokuchou_menu_dl dt {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_dl dt {
    min-width: 70px;
    font-size: 12px;
  }
}
.fukujin_tokuchou_menu_dl dt .icon {
  display: block;
  width: 40px;
  height: 40px;
  background: var(--color-black);
  mask-image: url("../../img/fukujin/common/icon-web.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.fukujin_tokuchou_menu_dl dt .icon-option {
  mask-image: url("../../img/fukujin/common/icon-option.svg");
}
.fukujin_tokuchou_menu_dl dt .txt {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_dl dt .txt {
    margin-top: 5px;
  }
}
.fukujin_tokuchou_menu_dl_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_dl_ul {
    flex-direction: column;
    gap: 10px 0;
    font-size: 16px;
  }
}
.fukujin_tokuchou_menu_dl .fukujin_link:after {
  transform: rotate(90deg);
}
.fukujin_tokuchou_menu_hoka {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_hoka {
    margin-top: 50px;
  }
}
.fukujin_tokuchou_menu_hoka .ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 0;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_hoka .ttl {
    gap: 5px 0;
  }
}
.fukujin_tokuchou_menu_hoka .ttl .label {
  background: var(--color-black);
  font-size: 18px;
  height: auto;
  line-height: 1;
  padding: 8px 20px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_hoka .ttl .label {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.fukujin_tokuchou_menu_hoka .ttl .txt {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_hoka .ttl .txt {
    font-size: 18px;
  }
}
.fukujin_tokuchou_menu_hoka .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_tokuchou_menu_hoka .list {
    margin-top: 20px;
  }
}
.fukujin_tokuchou_menu-foot .fukujin_tokuchou_menu_dl .fukujin_link:after {
  transform: rotate(0);
}
.fukujin-features-index .fukujin_tokuchou_menu-foot {
  margin-top: 0;
}
.fukujin-features_blocks, .fukujin-jirei_blocks {
  counter-reset: li;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks, .fukujin-jirei_blocks {
    gap: 30px 0;
  }
}
.fukujin-features_blocks_block, .fukujin-jirei_blocks_block {
  padding: 60px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block, .fukujin-jirei_blocks_block {
    padding: 30px 20px;
  }
}
.fukujin-features_blocks_block .ttl, .fukujin-jirei_blocks_block .ttl {
  display: flex;
  align-items: center;
  gap: 0 15px;
  color: var(--color-gray);
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .ttl, .fukujin-jirei_blocks_block .ttl {
    gap: 0 10px;
    font-size: 14px;
  }
}
.fukujin-features_blocks_block .ttl .icon, .fukujin-jirei_blocks_block .ttl .icon {
  display: block;
  width: 36px;
  height: 36px;
  background: var(--color-gray);
  mask-image: url("../../img/fukujin/common/icon-seo.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .ttl .icon, .fukujin-jirei_blocks_block .ttl .icon {
    width: 30px;
    height: 30px;
  }
}
.fukujin-features_blocks_block .ttl .icon-article, .fukujin-jirei_blocks_block .ttl .icon-article {
  mask-image: url("../../img/fukujin/common/icon-writing.svg");
}
.fukujin-features_blocks_block .ttl .icon-movie, .fukujin-jirei_blocks_block .ttl .icon-movie {
  mask-image: url("../../img/fukujin/common/icon-movie.svg");
}
.fukujin-features_blocks_block .ttl .icon-sns, .fukujin-jirei_blocks_block .ttl .icon-sns {
  mask-image: url("../../img/fukujin/common/icon-sns.svg");
}
.fukujin-features_blocks_block .ttl .icon-media, .fukujin-jirei_blocks_block .ttl .icon-media {
  mask-image: url("../../img/fukujin/common/icon-web.svg");
}
.fukujin-features_blocks_block .ttl .icon-analysis, .fukujin-jirei_blocks_block .ttl .icon-analysis {
  mask-image: url("../../img/fukujin/common/icon-analysis.svg");
}
.fukujin-features_blocks_block .ttl .icon-others, .fukujin-jirei_blocks_block .ttl .icon-others {
  mask-image: url("../../img/fukujin/common/icon-others.svg");
}
.fukujin-features_blocks_block .ttl .icon-option-sns, .fukujin-jirei_blocks_block .ttl .icon-option-sns {
  mask-image: url("../../img/fukujin/common/icon-option-sns.svg");
}
.fukujin-features_blocks_block .ttl .icon-option-movie, .fukujin-jirei_blocks_block .ttl .icon-option-movie {
  mask-image: url("../../img/fukujin/common/icon-option-movie.svg");
}
.fukujin-features_blocks_block .ttl-number, .fukujin-jirei_blocks_block .ttl-number {
  position: relative;
  padding-left: calc(1em + 20px + 20px);
  color: var(--color-black);
  font-size: 40px;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .ttl-number, .fukujin-jirei_blocks_block .ttl-number {
    padding-left: calc(1em + 10px);
    font-size: 22px;
  }
}
.fukujin-features_blocks_block .ttl-number:before, .fukujin-features_blocks_block .ttl-number:after, .fukujin-jirei_blocks_block .ttl-number:before, .fukujin-jirei_blocks_block .ttl-number:after {
  position: absolute;
}
.fukujin-features_blocks_block .ttl-number:before, .fukujin-jirei_blocks_block .ttl-number:before {
  left: 0;
  top: 0;
  counter-increment: li;
  content: counter(li, decimal);
  color: var(--border-gray);
}
.fukujin-features_blocks_block .ttl-number:after, .fukujin-jirei_blocks_block .ttl-number:after {
  left: calc(1em + 0px);
  top: 27px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  border-radius: 2.5px;
  background: var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .ttl-number:after, .fukujin-jirei_blocks_block .ttl-number:after {
    display: none;
  }
}
.fukujin-features_blocks_block .copy, .fukujin-jirei_blocks_block .copy {
  margin-top: 20px;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.45;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .copy, .fukujin-jirei_blocks_block .copy {
    margin-top: 10px;
    font-size: 24px;
  }
}
.fukujin-features_blocks_block .img_wrap, .fukujin-jirei_blocks_block .img_wrap {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .img_wrap, .fukujin-jirei_blocks_block .img_wrap {
    margin-top: 20px;
    border-radius: 10px;
  }
}
.fukujin-features_blocks_block .txts, .fukujin-jirei_blocks_block .txts {
  margin-top: 30px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .txts, .fukujin-jirei_blocks_block .txts {
    margin-top: 20px;
    font-size: 14px;
  }
}
.fukujin-features_blocks_block .txts > *, .fukujin-jirei_blocks_block .txts > * {
  margin-top: 1em;
}
.fukujin-features_blocks_block .txts > *:first-child, .fukujin-jirei_blocks_block .txts > *:first-child {
  margin-top: 0;
}
.fukujin-features_blocks_block .txts b, .fukujin-jirei_blocks_block .txts b {
  color: var(--color-black);
}
.fukujin-features_blocks_block .checklist, .fukujin-jirei_blocks_block .checklist {
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .checklist, .fukujin-jirei_blocks_block .checklist {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.fukujin-features_blocks_block .checklist li, .fukujin-jirei_blocks_block .checklist li {
  padding: 60px 0;
  padding-left: 26px;
  border-top: 1px solid var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .checklist li, .fukujin-jirei_blocks_block .checklist li {
    padding: 25px 0;
    padding-left: 23px;
  }
}
.fukujin-features_blocks_block .checklist li:before, .fukujin-jirei_blocks_block .checklist li:before {
  width: 16px;
  height: 16px;
  top: 67px;
  background: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .checklist li:before, .fukujin-jirei_blocks_block .checklist li:before {
    top: 30px;
    width: 13px;
    height: 13px;
  }
}
.fukujin-features_blocks_block .checklist dt, .fukujin-jirei_blocks_block .checklist dt {
  font-size: 18px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .checklist dt, .fukujin-jirei_blocks_block .checklist dt {
    font-size: 14px;
  }
}
.fukujin-features_blocks_block .checklist dd, .fukujin-jirei_blocks_block .checklist dd {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .checklist dd, .fukujin-jirei_blocks_block .checklist dd {
    font-size: 17px;
  }
}
.fukujin-features_blocks_block .subttl, .fukujin-jirei_blocks_block .subttl {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .subttl, .fukujin-jirei_blocks_block .subttl {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.fukujin-features_blocks_block .subttl:before, .fukujin-jirei_blocks_block .subttl:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url("../../img/fukujin/common/icon-good.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .subttl:before, .fukujin-jirei_blocks_block .subttl:before {
    width: 20px;
    height: 20px;
  }
}
.fukujin-features_blocks_block .subttl-kouka:before, .fukujin-jirei_blocks_block .subttl-kouka:before {
  background-image: url("../../img/fukujin/common/icon-kirakira.svg");
}
.fukujin-features_blocks_block .subttl-rei:before, .fukujin-jirei_blocks_block .subttl-rei:before {
  background-image: url("../../img/fukujin/common/icon-pen.svg");
}
.fukujin-features_blocks_block .list_simple, .fukujin-jirei_blocks_block .list_simple {
  font-size: 18px;
  color: var(--color-gray);
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .list_simple, .fukujin-jirei_blocks_block .list_simple {
    font-size: 14px;
  }
}
.fukujin-features_blocks_block .list_simple b, .fukujin-jirei_blocks_block .list_simple b {
  color: var(--color-black);
}
.fukujin-features_blocks_block .clms, .fukujin-jirei_blocks_block .clms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin-features_blocks_block .clms, .fukujin-jirei_blocks_block .clms {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (min-width:768px), print {
  .fukujin-features_blocks_block .clms_block, .fukujin-jirei_blocks_block .clms_block {
    width: 47.5%;
  }
}
.fukujin-features_blocks_block .clms_block-100, .fukujin-jirei_blocks_block .clms_block-100 {
  width: 100%;
}
.fukujin-features_blocks-option .fukujin-features_blocks_block, .fukujin-jirei_blocks-option .fukujin-features_blocks_block {
  background: var(--bg-gray-02);
}
.fukujin-jirei_blocks {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .fukujin-jirei_blocks {
    margin-top: 50px;
  }
}
.fukujin-jirei_blocks_block .ttl {
  font-size: 40px;
  color: var(--color-black);
}
@media screen and (max-width:767px) {
  .fukujin-jirei_blocks_block .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin-jirei_blocks_block .img_wrap {
    margin-top: 30px;
  }
}
.fukujin_subcopy {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  padding: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width:767px) {
  .fukujin_subcopy {
    margin-bottom: 30px;
    padding: 30px 0;
    font-size: 16px;
  }
}
.fukujin_subcopy:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.fukujin_subcopy_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
}
.fukujin_accordions {
  border-bottom: 1px solid var(--border-gray);
}
.fukujin_accordions_trigger {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  border-top: 1px solid var(--border-gray);
  font-weight: 600;
}
.fukujin_accordions_trigger.open:after {
  transform: translateY(-50%) rotate(-90deg);
}
.fukujin_accordions_trigger:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background: var(--color-black);
  mask-image: url("../../img/fukujin/common/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: ease all 0.3s;
}
.fukujin_accordions_trigger b {
  color: var(--color-black);
  font-weight: 600;
}
.fukujin_accordions_content {
  display: none;
  padding-bottom: 10px;
}
.fukujin_accordions-kodawari .fukujin_accordions_trigger {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width:767px) {
  .fukujin_accordions-kodawari .fukujin_accordions_trigger {
    gap: 0 10px;
  }
}
.fukujin_accordions-kodawari .fukujin_accordions_content {
  font-size: 14px;
}
.fukujin-important .fukujin_reason {
  padding-top: 0;
}
.fukujin_kadai {
  padding-top: 0;
}
.fukujin_kadai_ol {
  counter-reset: li;
}
.fukujin_kadai_ol li {
  position: relative;
  margin-top: 60px;
  padding-left: 80px;
}
@media screen and (max-width:767px) {
  .fukujin_kadai_ol li {
    margin-top: 30px;
    padding-left: 0;
  }
}
.fukujin_kadai_ol li:first-child {
  margin-top: 0;
}
.fukujin_kadai_ol .ttl {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .fukujin_kadai_ol .ttl {
    font-size: 20px;
    padding-left: 40px;
  }
}
.fukujin_kadai_ol .ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: li;
  content: counter(li, decimal);
}
.fukujin_kadai_ol .ttl:after {
  position: absolute;
  left: calc(1em + 12px);
  top: 16px;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background: var(--color-black);
}
@media screen and (max-width:767px) {
  .fukujin_kadai_ol .ttl:after {
    left: 1em;
    top: 14px;
    width: 10px;
  }
}
.fukujin_kadai_ol .txts {
  color: var(--color-gray);
}
.fukujin_kadai_ol .txts b {
  color: var(--color-black);
}
.fukujin_matome_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .fukujin_matome_ttl {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
.fukujin_matome_ttl > * {
  line-height: 1;
}
@media screen and (max-width:767px) {
  .fukujin_matome_ttl > * {
    line-height: 1.3;
  }
}
.fukujin_matome_ttl .min {
  font-size: calc(50 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_matome_ttl .min {
    font-size: 50px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_matome_ttl .min {
    font-size: 20px;
  }
}
.fukujin_matome_ttl .big {
  margin-top: 40px;
  font-size: calc(90 / var(--viewport-all-width) * var(--base-all-unit));
}
@media screen and (min-width:1367px) {
  .fukujin_matome_ttl .big {
    font-size: 90px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_matome_ttl .big {
    margin-top: 20px;
    font-size: 36px;
  }
}
.fukujin_matome_ttl .img {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .fukujin_matome_ttl .img {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_matome_ttl .img img {
    width: 235px;
  }
}
.fukujin_bottom {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  .fukujin_bottom {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.fukujin_bottom_links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width:767px) {
  .fukujin_bottom_links {
    flex-direction: column;
    gap: 10px 0;
  }
}
.fukujin_bottom-important {
  margin-top: 0;
}
.fukujin_anchorlist a {
  cursor: pointer;
}
.fukujin_anchorlist a[target=_blank]:after {
  width: 18px;
  height: 14px;
  mask-image: url("../../img/fukujin/common/icon-newtab.svg");
}
@media screen and (max-width:767px) {
  .fukujin_anchorlist a[target=_blank]:after {
    width: 16px;
    height: 13px;
  }
}
.fukujin_anchorlist a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  background: var(--color-blue);
  mask-image: url("../../img/fukujin/common/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: rotate(90deg);
}
@media screen and (max-width:767px) {
  .fukujin_anchorlist a:after {
    width: 7px;
    height: 11px;
  }
}
.fukujin_anchorlist a-white {
  color: #fff !important;
}
.fukujin_anchorlist a-white:after {
  background: #fff;
}
.fukujin_mokuji {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
}
@media screen and (max-width:767px) {
  .fukujin_mokuji {
    padding: 20px 30px;
  }
}
.fukujin_mokuji_ttl {
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  font-size: 18px;
  border-bottom: 1px solid var(--border-gray) !important;
}
.fukujin_mokuji_ul li {
  margin-top: 0.5em;
}
.fukujin_mokuji_ul li:first-child {
  margin-top: 0;
}
.fukujin_fukidashi {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 5px 40px;
  font-size: 20px !important;
  background: var(--color-red);
  color: #fff;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_fukidashi {
    padding: 5px 20px;
    font-size: 16px !important;
  }
}
.fukujin_fukidashi:before {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: var(--color-red);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.fukujin_form_ttl {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fukujin_form_ttl {
    margin-bottom: 30px;
  }
}
.fukujin_form_ttl .main {
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_form_ttl .main {
    font-size: 24px;
  }
}
.fukujin_form_checklist_wrap {
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .fukujin_form_checklist_wrap {
    padding: 30px;
  }
}
.fukujin_form_checklist_wrap .checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  margin: 0;
}
@media screen and (max-width:767px) {
  .fukujin_form_checklist_wrap .checklist {
    flex-direction: column;
  }
}
.fukujin_form_checklist_wrap .checklist li {
  margin: 0;
}
.fukujin_form_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 20px;
}
@media screen and (max-width:767px) {
  .fukujin_form_dl {
    flex-direction: column;
    gap: 10px 0;
  }
}
.fukujin_form_dl dt,
.fukujin_form_dl dd {
  width: 100%;
  box-sizing: border-box;
}
.fukujin_form_dl dt {
  position: relative;
  padding-left: 48px;
  flex-shrink: 0;
}
@media screen and (min-width:768px), print {
  .fukujin_form_dl dt {
    width: 228px;
  }
}
@media screen and (max-width:767px) {
  .fukujin_form_dl dt {
    padding-left: 42px;
  }
}
@media screen and (min-width:768px), print {
  .fukujin_form_dl dd {
    width: calc(100% - 228px - 20px);
  }
}
@media screen and (max-width:767px) {
  .fukujin_form_dl dd {
    margin-bottom: 10px;
  }
}
.fukujin_form_term {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .fukujin_form_term {
    font-size: 10px;
  }
}
.fukujin_form_term a {
  color: var(--color-black);
  text-decoration: underline;
}
.fukujin-form .hissu,
.fukujin-form .nini {
  position: absolute;
  left: 0;
  top: 6px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  width: 38px;
  padding: 2px 0 3px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: var(--color-red);
}
@media screen and (max-width:767px) {
  .fukujin-form .hissu,
  .fukujin-form .nini {
    top: 6px;
    width: 32px;
    font-size: 12px;
  }
}
.fukujin-form .nini {
  background: var(--color-gray-02);
}
.fukujin-form textarea,
.fukujin-form select,
.fukujin-form input[type=text],
.fukujin-form input[type=email],
.fukujin-form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 1px solid var(--border-gray);
  border-radius: 3px;
}
.fukujin-form textarea:focus,
.fukujin-form select:focus,
.fukujin-form input[type=text]:focus,
.fukujin-form input[type=email]:focus,
.fukujin-form input[type=tel]:focus {
  outline: none;
}
.fukujin-form textarea::placeholder,
.fukujin-form select::placeholder,
.fukujin-form input[type=text]::placeholder,
.fukujin-form input[type=email]::placeholder,
.fukujin-form input[type=tel]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.fukujin-form textarea {
  vertical-align: bottom;
  height: 180px;
}
@media screen and (max-width:767px) {
  .fukujin-form textarea {
    height: 150px;
  }
}
.fukujin-form input[type=radio] {
  margin-right: 5px;
}
.fukujin-form .fukujin_btns {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border-gray);
}
@media screen and (max-width:767px) {
  .fukujin-form .fukujin_btns {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .fukujin-form .fukujin_box {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 0;
  }
}
@media screen and (max-width:767px) {
  .fukujin-form .fukujin_box-formwrap {
    margin-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
.fukujin-form .fukujin_txts-strong {
  margin-bottom: 30px !important;
}
@media screen and (max-width:767px) {
  .fukujin-form .fukujin_txts-strong {
    font-size: 20px;
  }
}
.fukujin-form-thanks .fukujin_txts {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin-form-thanks .fukujin_txts {
    margin-bottom: 50px;
  }
}
.fukujin-form-thanks .fukujin_btns {
  border: none;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .fukujin-form-thanks .fukujin_btns {
    margin-bottom: 50px;
  }
}
.fukujin_btns {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
}
.fukujin_btn {
  width: 100%;
  max-width: 380px;
  height: 60px;
  line-height: 60px;
  background: var(--color-blue);
  color: #fff !important;
  border-radius: 30px;
  font-size: 22px;
  text-align: center;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .fukujin_btn {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}
.fukujin_btn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.fukujin_btn-back {
  background: #d6d6d6;
}
.fukujin-knowledge {
  background: var(--bg-gray);
}
@media screen and (min-width:768px), print {
  .fukujin-knowledge .fukujin_knowledge_list {
    gap: 35px;
  }
}
@media screen and (max-width:767px) {
  .fukujin-knowledge .fukujin_h2 {
    margin-bottom: 50px !important;
  }
}
.fukujin-knowledge .fukujin_h3 {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .fukujin-knowledge .fukujin_h3 {
    margin-top: 70px;
  }
}
@media screen and (max-width:767px) {
  .fukujin-knowledge .fukujin_knowledge_catlist {
    margin-top: 50px;
  }
}
.fukujin-knowledge-cat .fukujin_h2:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width:767px) {
  .fukujin-knowledge-single .inner {
    padding-top: 5px !important;
  }
}
.fukujin .inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .fukujin .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.fukujin .common-pagination {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .fukujin .common-pagination {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.fukujin .pagination-content {
  font-size: 14px;
}
.fukujin .contents {
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .fukujin .contents {
    border-radius: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.fukujin .article-box {
  border: none !important;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .fukujin .article-box {
    padding: 20px !important;
  }
}
.fukujin #articles a {
  color: var(--color-blue);
}
@media screen and (max-width:767px) {
  .fukujin .diffSns ul,
  .fukujin .related-articles ul {
    background: none;
  }
}
@media screen and (max-width:767px) {
  .fukujin .footerCat {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .fukujin .footerCat .fukujin_h3 {
    margin-top: 100px;
  }
}/*# sourceMappingURL=fukujin.css.map */