/* Top page styles */

.home-hero {
  margin-bottom: -120px;
}


.home-hero__image {
  position: absolute;
  top: 0;
  left: 0;
}


.home-hero__image img {
  width: 100%;
}


.home-hero__decor1 {
  position: absolute;
  width: 165px;
  top: 534px;
  left: -210px;
}


.home-hero__decor2 {
  position: absolute;
  width: 618px;
  top: 411px;
  left: 96px;
  z-index: 9;
  animation-name: hero__decor2-fadein;
  animation-duration: 1.5s;
  animation-delay:3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}


.home-hero__decor3 {
  position: absolute;
  width: 77px;
  top: 105px;
  left: 324px;  
}


.home-hero__bg {
  position: absolute;
  opacity: 0;
  width: 1038px;
  height: 1038px;
  top: -365px;
  left: 387px;
  background: var(--gradient-blue-100);
  border-radius: 50%;
  animation-name: hero__bg-fadein;
  animation-duration: 1.5s;
  animation-delay:2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}


.home-hero__title {
  position: relative;
  font-weight: 400;
  line-height: 141%;
  padding: 59px 0 205px 0;
  animation-name: hero__title-fadein;
  animation-duration: 1.5s;
  animation-delay:4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}


.home-hero__logo {
  color: var(--blue);
  padding-top: 186px;
  animation-name: hero__title-fadein;
  animation-duration: 1.5s;
  animation-delay:4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}


.home-hero__logo svg {
  width: 202px;
  height: 52px;
}


.intro {
  padding-top: 80px;
}


.intro__content-grid {
  margin-bottom: 50px;
}


.customer-worries {
  padding-top: 50px;
}


.customer-worries__img {
  position: absolute;
  top: -27%;
  right: -100px;
  max-width: 461px;
  z-index: 3;
}


.customer-worries__img img {
  width: 100%;
}


.customer-worries__inner {
  position: relative;
  padding: 54px 0 66px;
}


.customer-worries__inner::before {
  content: "";
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: -201px;
  background-color: var(--gray-pare);
  border-radius: 80px 0px;
  z-index: -1;
}


.customer-worries__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 36px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  letter-spacing: 0.05em;
}


.customer-worries__item {
  display: flex;
  max-width: 320px;
  width: 100%;
}


/*向井追記----------------------------*/
.news{
  padding-top:50px;
}


.news img{
  max-width:100%;
}


.news__section{
  position:relative;
  display:block;
  float:left;
  width:33%;
  padding:15px;
  letter-spacing:0;
}


.news__section:hover{
  opacity:.7;
}


.news__section a{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}


/*-----------------------------------*/
.item-img {
  min-width: 72px;
  height: 72px;
  margin-right: 16px;
}


.item-desc {
  max-width: 232px;
}


.procedure {
  padding-top: 80px;
}


.procedure__carousel {
  display: flex;
}


.procedure__circle {
  width: 144px;
  height: 144px;
  display: flex;
  margin-right: 32px;
  border: 3px solid transparent;
  background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(#FFEC3E 0%, #EDFF1E 100%) border-box;
  border-radius: 100%;
}


.procedure__circle-title {
  width: 100%;
  align-self: center;
  text-align: center;
  letter-spacing: 0.03em;
}


.procedure__circle--none {
  background: transparent;
}


.procedure__circle--none .procedure__circle-title {
  text-align: left;
}


.procedure__des {
  position: relative;
}


.procedure__carousel-cell--single-line .procedure__des::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 1px;
  bottom: 0;
  background-color: #CBCDD7;
}


.procedure__carousel-cell--double-line .procedure__des::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 1px;
  bottom: 0;
  background-color: #CBCDD7;
}


.procedure__carousel-cell--arrow-line .procedure__des::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 34px;
  top: -2px;
  right: 36px;
  background: url(/assets/images/top/img_procedure_vector.svg) no-repeat bottom;
}


.strength__list {
  display: flex;
  gap: 32px;
}


.strength__headline {
  font-weight: 600;
}


.strength__content {
  padding: 100px 0 80px 0;
}


.strength__card {
  width: 25%;
}


.strength__background-img {
  position: absolute;
  max-width: 180px;
  top: -28px;
  right: -16px;
}


.card-img {
  flex: 1 0 auto;
  margin-bottom: 16px;
  line-height: 0;
  border-radius: 50%;
}


.card-content__title {
  margin-bottom: 4px;
  text-align: center;
  line-height: 180%;
}


.card-content__text {
  text-align: center;
}


.price-plan__title {
  margin-bottom: 24px;
}


.price-plan__list {
  gap: 32px;
}


.price-plan__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 4px solid var(--blue);
}


.price-plan__item--nekufuru {
  min-height: unset;
  padding: 0;
  background-color: unset;
}


.price-plan__box {
  margin-bottom: 24px;
}


.price-plan__customer {
  margin: auto auto 0;
  text-align: center;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.05em;
}


.price-plan__customer figure {
  width: 72px;
  margin: 0 auto;
}


.price-plan__customer-des {
  position: relative;
  margin-bottom: 23px;
  padding: 10px 20px;
  background-color: var(--gray-pare);
}


.price-plan__customer-des::after {
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  right: 0;
  bottom: -13px;
  margin-left: auto;
  margin-right: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid var(--gray-pare);
}


.item-service-intro {
  padding: 18px 0 21px 0;
  background-color: var(--gray-pare);
}


.item-service-des {
  min-height: 363px;
  padding: 0 16px 4px 16px;
  background-color: var(--gray-pare);
  border-radius: 0px 0px 40px 0px;
}


.item-service-des__line {
  margin-bottom: 16px;
  background-color: var(--gray-light);
}


.item-service-des__list li {
  font-weight: 600;
  padding: 10px;
  margin-bottom: 12px;
  text-align: center;
}


.item-service-intro__name {
  text-align: center;
}


.service__price {
  text-align: center;
}


.service__type {
  font-weight: 400;
}


.service__extra {
  border: 1px dashed #CBCDD7;
  border-radius: 2px;
}


.service__extra--radius {
  border-radius: 2px 2px 40px 2px;
}


.service__nekufuru-request {
  background-color: var(--blue);
  padding: 16px 16px 4px 16px;
}


.service__plus-icon {
  text-align: center;
}


.service__nekufuru-contact {
  padding: 16px 16px 17px 16px;
  border: 1px dashed var(--blue);
  border-radius: 0px 0px 40px 0px;
}


.contact__content {
  padding: 13px 16px 15px 16px;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 10px 10px 40px 10px;
}


.contact__des {
  font-weight: 700;
}


.contact__line span {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--yellow);
}


.price-plan__item--nekufuru .service__price {
  font-weight: 700;
}


.price-plan__item--nekufuru .item-service-des {
  min-height: auto;
  padding: 0;
  background-color: transparent;
}


.contact__example {
  font-weight: 400;
  margin-bottom: 6px;
}


.contact__custom {
  margin-bottom: 3px;
  font-weight: 700;
}


.service__extra {
  padding: 8px 0;
}


.quality-feedback {
  margin-bottom: 80px;
  padding-top: 80px;
  overflow: hidden;
}


.quality-feedback__content::before {
  content: "";
  position: absolute;
  width: 410px;
  height: calc(100% + 20px);
  top: -40px;
  left: -128px;
  background: var(--gradient-blue-100);
  border-radius: 0px 80px;
  z-index: -1;
}


.quality-feedback__list {
  gap: 32px;
}


.quality-feedback__item {
  width: 100%;
  min-height: 291px;
  padding: 32px 24px 24px;
  background: #F8F8F8;
  border-top: 4px solid #004DF4;
  border-radius: 0px 0px 40px 0px;
}


.quality-feedback__background {
  position: absolute;
  width: 100%;
  max-width: 150px;
  top: -15px;
  right: 24px;
  z-index: -1;
}


.item-feedback-title {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}


.item-feedback-des {
  color: var(--gray-stome);
}


.item-feedback-img {
  margin-bottom: 20px;
}


.item-feedback-img svg {
  width: 100%;
  max-width: 242px;
  height: auto;
}


.usage-fee {
  width: 100%;
  height: 710px;
  padding-top: 80px;
  overflow: hidden;
}


.usage-fee__wrapper {
  width: 100%;
  height: calc(100% - 42px);
}


.usage-fee__wrapper::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 448px;
  right: 0;
  top: 0;
  background: var(--gradient-blue-100);
}


.usage-fee__wrapper::after {
  content: "";
  position: absolute;
  width: 225px;
  height: 448px;
  right: -224px;
  top: 0;
  background: var(--gradient-blue-100);
  border-bottom-right-radius: 80px;
}


.usage-fee__container {
  height: calc(100% - 140px);
}


.usage-fee__grid {
  display: flex;
  position: relative;
  z-index: 5;
  margin-top: 65px;
  justify-content: flex-end;
}


.usage-fee__btn {
  position: relative;
  max-width: 320px;
  width: 100%;
  font-size: 18px;
  line-height: 150%;
  z-index: 5;
}


/* Plan pricing */
.plan-pricing {
  position: relative;
  width: 100%;
  margin-top: 90px;
  z-index: 5;
}


.plan-pricing__list {
  display: flex;
  justify-content: space-between;
}


.plan-pricing__item {
  min-width: 220px;
}


.plan-pricing__item--pl70 {
  padding-left: 70px;
}


.plan-pricing__item-number {
  letter-spacing: 0.02em;
}


.plan-pricing__item-note {
  font-weight: 400;
  font-size: 12px;
}


.plan-pricing__line {
  width: 100%;
  height: 16px;
  border: 0;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 10px;
  opacity: 0.8;
  background: linear-gradient(270deg, rgba(0, 255, 71, 0.9) 0%, #FFF500 100%);
}


.plan-pricing__note {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}


.plan-pricing__note-item {
  min-width: 220px;
}


.plan-pricing__note-item:first-child {
  min-width: 290px;
}


.usage-fee__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}


.usage-fee__bg-image {
  height: 100%;
  max-width: none;
  width: 112% !important;
}


/* CSS Background Decor */
.usage-fee__decor {
  display: flex;
  justify-content: space-between;
}


.usage-fee__decor-1 {
  width: 431px;
  margin-top: -4%;
}


.usage-fee__decor-2 {
  margin: 6.5% 9% 0 0;
}


.question-and-answer {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: var(--gray-pare);
}


.question-and-answer__title {
  margin-bottom: 9px;
}


.question-and-answer__list {
  overflow: hidden;
  transition: max-height var(--transition-default);
}


.question-and-answer__item {
  padding-top: 24px;
  padding-bottom: 24px;
}


.question-and-answer__item + .question-and-answer__item {
  border-top: 1px solid var(--gray-light);
}


.question-and-answer__item + .question-and-answer__item.is-active-item {
  display: flex;
}


.question-and-answer__header {
  margin-right: 24px;
}


.question-and-answer__header svg {
  width: 64px;
  height: 64px;
}


.content-block {
  margin-top: 100px;
  margin-bottom: 80px;
}



.transaction-records {
  margin-bottom: 100px;
}


.transaction-records__container {
  width: 100%;
  margin-bottom: 24px;
}


.transaction-records__carousel {
  width: 100%;
  padding: 24px 0 24px 0px;
}


.transaction-records__item {
  position: relative;
  float: left;
  margin: 0 10px;
  padding: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}


.transaction-records__item img {
  overflow: hidden;
}


.transaction-records__btn {
  width: 100%;
  text-align: right;
}



.tooltip {
  position: relative;
  cursor: pointer;
}


.tooltip__text {
  color: var(--blue);
  line-height: 180%;
  padding: 3.5px 5px;
}


.tooltip__desc {
  position: absolute;
  min-width: 306px;
  right: -20px;
  top: 50px;
  background-color: var(--white);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 16px;
}


.tooltip__desc::before {
  content: "";
  position: absolute;
  border: 22.5px solid transparent;
  border-top: 31px solid var(--white);
  top: -40px;
  left: 128px;
  transform: rotate(180deg);
}


.tooltip__desc-close {
  position: absolute;
  right: 0;
  top: 0;
}


.tooltip__desc-text11 {
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--pare-gray);
}


.tooltip__desc-text {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.05em;
}


.tooltip__desc-text14 {
  padding: 4.1px 0;
  font-size: 14px;
  background-color: var(--gray-pare);
  border-radius: 3px;
  text-align: center;
}


/* CSS Top page part 3 - Necfru Service */
.necfru-service {
  padding-top: 100px;
  overflow: hidden;
}


.necfru-service__title {
  font-size: 28px;
  margin-bottom: 32px;
  letter-spacing: 0.03em;
}


/* CSS Decor */
.necfru-service__decor {
  position: absolute;
  width: 32px;
  right: 175px;
  margin-top: -53.45px;
}


/* SLIDER */
.necfru-service__slider-list {
  margin: 34px 0 30px;
  padding-left: calc(50% - 512px);
  scroll-padding-left: calc(50% - 512px);
  z-index: 2;
}


.necfru-service__slider-list .slick-track {
  display: flex;
}


.necfru-service__slider {
  width: 320px;
  height: auto;
  background: var(--white);
  border-radius: 40px 0px;
  margin: 0 16px 15px;
}


.necfru-service__link:hover .slider-image::after {
  background-color: transparent;
}


.slider-content__title {
  margin-bottom: 8px;
}


.necfru-service__slider:hover {
  box-shadow: var(--c-shawdow-blue);
}


.necfru-service__slider:hover .slider-content__title {
  color: var(--blue);
}


.slider-content {
  padding: 24px;
}


.slider-image {
  width: 320px;
}


.slider-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.1;
  border-radius: 40px 0px 0px 0px;
}


.slider-content__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
}


.slider-image__img {
  border-radius: 40px 0px 0px 0px;
}


.slider-content__line {
  width: 40px;
  background-color: var(--blue);
  margin: 24px 0 28px;
}


.hashtag__item {
  line-height: 150%;
  margin-right: 4px;
  font-size: 11px;
}


.hashtag__item::before {
  content: "#";
  color: var(--gray);
}


.necfru-service__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}


.necfru-func__button-slider {
  width: 88px;
  line-height: 0;
  justify-content: space-between;
}


.necfru-service__title {
  font-weight: 600;
}


/* CSS Top page part 3 - Necfru Function */
#section3 {
  overflow: hidden;
  margin-top: -42px;
}


.necfru-func {
  padding: 72px 0 100px;
}


.necfru-func__header {
  position: relative;
  z-index: 2;
}


.necfru-func__list {
  position: relative;
  margin-top: 40px;
  z-index: 5;
  transition: max-height var(--transition-default);
}


.necfru-func__item + .necfru-func__item {
  padding-top: 40px;
}


.necfru-func__item + .necfru-func__item.is-active-item {
  display: block;
}


.necfru-func__title {
  align-items: center;
}


.title_text {
  margin-left: 8px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
}


.necfru-func__content {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}


.necfru-func__card {
  width: 31.25%;
  height: auto;
  padding: 24px;
  background-color: var(--white);
  border-top: 4px solid var(--blue);
  border-radius: 0px 0px 40px 0px;
}


.necfru-func__card .flex-md {
  position: relative;
  z-index: 1;
}


.necfru-func__img {
  text-align: center;
}


.main-content__title {
  font-weight: 600;
}


.main-content__desc {
  margin-top: 4px;
}


.necfru-func__decor {
  position: absolute;
  top: -190px;
  right: -200px;
  max-width: 483px;
  z-index: 0;
}


.necfru-func__btn-icon {
  padding: 1px 0;
}


.necfru-func__button-left.slick-disabled,
.necfru-func__button-right.slick-disabled {
  background: #E3E4E9 !important;
  box-shadow: unset !important;
  border: 0;
  cursor: default;
}


.necfru-func__button-left.slick-disabled svg path,
.necfru-func__button-right.slick-disabled svg path {
  stroke: var(--white);
}




#load-over {
  display: block;
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  /* display: none; */
  background: rgba(255,255,255,1);
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-delay:1.5s;
}



#load-over svg {
  color: #004DF4;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: fadeIn 1.5s ease 0.5s 1 normal backwards;
}


/*向井追記バナー------------*/
.service-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}


.service-card-list::before {
  content: ""; display: block;
  width: 200px; height: 200px;
  background-size: cover; background-image: url(/assets/images/top/img_top_2_02_pc.png);;
  position: absolute; top:-500px; right: -100px; z-index: -10;
}



.service-card {
  min-width: 0;
}



.service-card__link {
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 36px;
  box-sizing: border-box;

  background-color: var(--gray-pare);
  border-radius: 0px 0px 40px 0px;

  color: var(--c-text);
  text-decoration: none;

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}



.service-card__body {
  position: relative;
  z-index: 1;
}



.service-card__title {
  margin: 0 0 18px;
  color: var(--c-text);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}



.service-card__text {
  margin: 0;
  color: #4b5365;

  font-size: 0.8em;
  line-height: 1.8em;
}



/* hover */
.service-card__link:hover {
  box-shadow: var(--c-shawdow-blue);
  transform: translateY(-3px);
}



.nd-hero__tag{
  display:inline-block;
  font-size:0.8em;
  letter-spacing:.1em;
  border:1px solid var(--white);
  border-radius:4px;
  padding:4px 10px;
  margin-bottom:14px;
}


.nd-hero__ttl{
  font-size:1.5em;
  font-weight:bold;
  line-height:1.45;
  margin:0 0 12px;
}


.nd-hero__txt{
  margin:0 0 22px;
}


.nd-hero__list{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}


.nd-hero__list li{
  font-size:12px;
  background:rgba(255,255,255,.1);
  border-radius:20px;
  padding:5px 13px;
  border:1px solid var(--white);
}


.nd-hero__btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background: var(--white);
  color:var(--c-text);
  font-weight:bold;
  font-size:14px;  
  border-radius:6px;
  padding:12px 26px;
}



.nd-strip{
  margin:-20px 0 50px;
  display:flex; align-items:center; gap:18px;
  border:1px solid #e3e7ee; border-radius:8px;
  background:var(--blue-pare); padding:18px 22px;
  text-decoration:none;
  transition:box-shadow .2s,transform .2s;
}


.nd-strip:hover{
  box-shadow:0 4px 16px rgba(26,111,245,.16);transform:translateY(-1px);
}


.nd-strip__mark{
  flex:none;font-size:10px;font-weight:700;letter-spacing:.1em;
  color:#fff;background:#1a6ff5;border-radius:4px;padding:4px 9px;
}


.nd-strip__body{
  flex:1; min-width:0;
}


.nd-strip__ttl{
  font-weight:bold;
}


.nd-strip__txt{
  font-size:0.8em; color:var(--gray-dark);margin:0;
}


.nd-strip__cta{
  flex:none;font-size:13px;font-weight:700;color:#1a6ff5;white-space:nowrap;
}

@media (min-width: 769px) {
.header--inquiry .header__nav {
    display: block;
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    text-align: right;
    visibility: visible;
    transform: translateX(0);
    overflow: hidden;
    padding: 16px;
    margin-right: -16px;
  }


  .header--inquiry .header__nav svg {
    display: block;
  }


  .header--inquiry .header__nav svg + svg {
    display: none;
  }

  .header--inquiry .header__menu {
    display: none;
  }

  .header--inquiry .header__button-wrapper {
    margin-left: auto;
    width: auto;
    background-color: var(--transparent);
    padding: 0;
    display: inline-block;
  }

  .header--inquiry .header__button-wrapper p {
    display: none;
  }

  .header--inquiry .header__button--document {
    height: 32px;
  }

  .header--inquiry .header__btn-mobile {
    display: none;
  }
}

@media screen and (min-width: 769px) {
.text-input__el:hover {
    border: 1px solid var(--gray-stome);
  }


  .text-input__el:focus, .text-input__el:active {
    color: var(--dark-navi);
    border: 1px solid var(--blue);
  }

  .select-input__label:hover {
    border: 1px solid var(--gray-stome);
  }


  .select-input__label:focus, .select-input__label:active {
    color: var(--dark-navi);
    border: 1px solid var(--blue);
  }

  .tabs__item:hover {
    border: var(--gradient-blue-90);
    color: var(--white);
    background-color: var(--dark-navi);
  }

  .btn__sort:hover {
    color: var(--c-btn-text-hover);
  }


  .btn__sort:hover .btn__sort-txt {
    color: var(--c-btn-text-hover);
  }


  .btn__sort:hover svg path {
    stroke: var(--c-btn-text-hover);
  }

  .inquiry-textarea:hover {
    border: 1px solid var(--gray-stome);
  }


  .inquiry-textarea:focus, .inquiry-textarea:active {
    border: 1px solid var(--blue);
  }
}

@media (min-width: 1280px) {
.header--top-page {
    position: static;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    transform: unset !important;
  }

  .header--top-page.header-sticky {
    position: fixed;
  }

  .header--top-page:not(.header-sticky) .header__menu-list {
    mix-blend-mode: difference;
    color: var(--white);
    z-index: 1;
  }

  .header--top-page:not(.header-sticky) .header__menu-item:nth-child(1) .header__menu-link:hover, .header--top-page:not(.header-sticky) .header__menu-item:nth-child(2) .header__menu-link:hover, .header--top-page:not(.header-sticky) .header__menu-item:nth-child(3) .header__menu-link:hover {
    color: var(--yellow);
  }


  .header--top-page:not(.header-sticky) .header__menu-item:nth-child(1) .header__menu-link:hover::before, .header--top-page:not(.header-sticky) .header__menu-item:nth-child(2) .header__menu-link:hover::before, .header--top-page:not(.header-sticky) .header__menu-item:nth-child(3) .header__menu-link:hover::before {
    background-color: #1b1bff;
  }


  .is-safari .header--top-page:not(.header-sticky) .header__menu-item:nth-child(1) .header__menu-link:hover::before, .is-safari .header--top-page:not(.header-sticky) .header__menu-item:nth-child(2) .header__menu-link:hover::before, .is-safari .header--top-page:not(.header-sticky) .header__menu-item:nth-child(3) .header__menu-link:hover::before {
    background-color: var(--yellow);
  }

  .header--top-page:not(.header-sticky) .header__menu-item:nth-child(4) .header__menu-link:hover, .header--top-page:not(.header-sticky) .header__menu-item:nth-child(5) .header__menu-link:hover {
    color: #7fff00;
  }


  .header--top-page:not(.header-sticky) .header__menu-item:nth-child(4) .header__menu-link:hover::before, .header--top-page:not(.header-sticky) .header__menu-item:nth-child(5) .header__menu-link:hover::before {
    background-color: #7fff00;
  }

  .header--top-page:not(.header-sticky) .header__menu-crossbar .header__menu-item .header__menu-link:hover {
    color: var(--blue--light);
  }


  .header--top-page:not(.header-sticky) .header__menu-crossbar .header__menu-item .header__menu-link:hover::before {
    background-color: var(--blue--light);
  }

  .header--top-page:not(.header-sticky) .header__menu {
    background-color: var(--white);
  }

  .header--top-page:not(.header-sticky) .header__menu-crossbar {
    color: var(--white);
  }

  .header--top-page:not(.header-sticky) .header__button--document {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
    transition: all var(--duration) var(--ease);
  }

  .header--top-page:not(.header-sticky) .header__button--document:hover {
    color: var(--blue);
    filter: unset;
    background-color: var(--white);
  }

  .header--top-page:not(.header-sticky) .header__button--document:hover svg {
    color: var(--blue);
  }

  .header--top-page:not(.header-sticky) .header__button--document svg {
    color: var(--white);
    transition: color var(--duration) var(--ease);
  }

  .header--top-page:not(.header-sticky) .header__button--open {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--white);
  }

  .header--top-page:not(.header-sticky) .header__button--open:hover {
    color: var(--white);
  }
}

@media screen and (min-width: 1281px) {
.necfru-service__slider-list .slick-list {
    width: 1376px;
  }
}

@media (max-width: 1279px) {
.block-xl {
    display: block;
  }

  .hide-xl {
    display: none;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 400px;
    display: flex;
    flex-direction: column;
    background: var(--c-nav-mobile-background);
    z-index: 102;
    visibility: hidden;
    transform: translateX(100%);
    transition: visibility var(--transition-default), transform var(--transition-default);
  }

  .header__menu {
    display: block;
    order: 2;
    margin-right: 0;
    background-color: var(--c-nav-mobile-background);
    padding: 36px 47px 40px 40px;
    overflow-y: auto;
    margin-top: 64px;
  }

  .header__menu-list {
    display: block;
  }

  .header__menu-item {
    margin-bottom: 27px;
  }

  .header__menu-link:hover::before {
    background-color: var(--transparent);
  }

  .header__menu-link:hover {
    color: var(--gray-light);
  }

  .header__menu-link.is-active {
    color: var(--white);
  }

  .header__menu-link.is-active:hover {
    color: var(--gray-light);
  }

  .header__menu-link.is-active::before {
    background-color: var(--transparent);
  }

  .header__menu-link {
    font-size: 16px;
    font-weight: 700;
    color: var(--c-nav-mobile-text);
  }

  .header__menu-crossbar::before {
    display: none;
  }

  .header__menu-crossbar {
    display: block;
    margin-left: 0;
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid var(--gray-light);
    border-left: var(--not-border);
    margin-bottom: 38px;
  }

  .header__button-wrapper {
    width: 100%;
    display: block;
    order: 3;
    text-align: center;
    padding: 24px 40px;
    background-color: var(--blue-yankees);
  }

  .header__button--document {
    height: 48px;
    width: 100%;
    margin-left: 0;
  }

  .header__button--open:not([disabled]):hover {
    border: 0;
  }

  .header__button--open {
    margin-right: 12px;
    margin-left: auto;
  }

  .header__btn-mobile {
    display: block;
  }

  .header--top-page:not(.header-sticky) .header__logo {
    opacity: 0;
    visibility: hidden;
  }

  .header--top-page:not(.header-sticky).is-active .header__logo {
    opacity: 1;
    visibility: visible;
  }

  .header--top-page:not(.header-sticky) .header__btn-mobile-el,
.header--top-page:not(.header-sticky) .header__btn-mobile::before,
.header--top-page:not(.header-sticky) .header__btn-mobile::after {
    background-color: var(--white);
  }

  .home-hero__title {
    animation: none;
    opacity: 1;
    padding: 5% 0 24% 0;
  }

  .home-hero__logo {
    animation: none;
    opacity: 1;
    padding-top: 15%;
  }

  .customer-worries__title {
    margin: 0 0 24px 24px;
  }

  .customer-worries__img {
    max-width: 361px;
    right: 0;
  }

  .inquiry-form__decor-right {
    width: 38%;
    right: -250px;
  }

  .usage-fee__decor-left {
    width: 33.7%;
    height: auto;
  }

  .usage-fee__decor-right {
    width: 8.4%;
    height: auto;
  }

  .usage-fee__decor-1 {
    width: 33.6%;
  }

  .usage-fee__decor-1 picture img{
    width: 75%;
  }
  
  .usage-fee__decor-2 picture img{
    width: 75%;
  }
  
  .necfru-service__decor  picture img{
    width: 51%;
  }

  .usage-fee__decor-2 {
    width: 8.5%;
  }
}

@media (max-width: 1090px) {
.inquiry-form__decor-left {
    width: 24%;
    left: -100px;
  }

  .plan-pricing__note-item {
    font-size: 11px;
  }

  .plan-pricing__note-item:first-child {
    min-width: 248px;
  }

  .necfru-service__slider-list {
    padding-left: 24px;
    scroll-padding-left: 24px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1024px) {
.hide-lg {
    display: none;
  }

  .customer-worries__img {
    top: -17%;
    max-width: 291px;
  }

  .usage-fee__wrapper::before {
    height: 400px;
  }

  .usage-fee__wrapper::after {
    height: 400px;
  }

  .usage-fee__container {
    height: calc(100% - 180px);
  }

  .plan-pricing__note-item {
    font-size: 9px;
  }

  .plan-pricing__note-item:first-child {
    min-width: 220px;
  }

  .usage-fee__bg-image {
    height: 400px;
  }

  .tooltip__text {
    font-size: 12px;
    font-weight: 400;
  }

  .necfru-func__decor {
    top: -161px;
  }

  .necfru-profile__card {
    width: 700px;
  }


  .service-card-list {
    gap: 16px;
  }


  .service-card__link {
    min-height: 160px;
    padding: 28px 24px;
  }


  .service-card__title {
    font-size: 22px;
  }


  .service-card__text {
    font-size: 14px;
  }



/*向井追記パッケージ------------*/
}

@media (max-width: 768px) {
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
  }

  .h1 {
    font-size: var(--h1-size-mobile);
  }

  .h4 {
    font-size: 22px;
  }

  .main-title {
    font-size: 32px;
  }

  .headline {
    font-size: 26px;
  }

  .bold {
    font-weight: 700;
  }

  .regular {
    font-weight: 400;
  }

  .block-md {
    display: block;
  }

  .hide-md {
    display: none;
  }

  .arrow-left--yellow::before {
    top: 44px;
    width: 32px;
    left: -16px;
  }

  .arrow-left--gray::before {
    left: -48px;
  }

  .ul li,
.ol li {
    margin-top: 5px;
  }

  .ul ul,
.ul ol,
.ol ul,
.ol ol {
    margin-top: 5px;
  }

  .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
  }

  .btn--secondary span {
    padding-right: 6px;
  }

  .btn--info {
    height: 48px;
    min-width: 100%;
    line-height: 180%;
    border-radius: 100px;
  }

  li.select-input__active {
    font-weight: 700;
  }

  .is-active .header__logo {
    color: var(--white);
  }

  .header__logo svg {
    width: 119px;
  }

  .header__nav {
    width: 100%;
  }

  .header__button {
    font-weight: 700;
  }

  .header__btn-mobile {
    margin-right: -10px;
  }

  .article-hero__container {
    width: 100%;
    padding-top: 23px;
    margin-bottom: 44px;
  }

  .article-hero__featured {
    flex-wrap: wrap;
  }

  .article-hero__previous {
    width: calc(100% - 48px);
    margin: 0 auto 25px;
  }

  .article-hero__image {
    width: 100%;
  }

  .article-hero__image-img {
    position: relative;
  }

  .article-hero__content {
    width: calc(100% - 48px);
    margin: -90px auto 0;
    padding: 32px 24px 40px;
    max-width: 100%;
  }

  .article-desc__title {
    padding-top: 8px;
    padding-bottom: 24px;
    font-size: 28px;
  }

  .article-desc__subtitle {
    font-size: 14px;
  }

  .article-info {
    padding-top: 28px;
    flex-direction: column;
  }

  .article-content__text {
    display: flex;
    flex-direction: column-reverse;
  }

  .article-content__img-arrow {
    margin-bottom: 33px;
  }


  .article-content__img-arrow:after {
    content: "";
    width: 90px;
    height: 24px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/images/solution/img_solution_arrow.svg) no-repeat top center;
    background-size: contain;
  }

  .article-content__img picture {
    padding-left: 24px;
    padding-right: 24px;
    background-color: var(--gray-pare);
  }


  .article-content__img picture img {
    max-width: 400px;
    margin: 0 auto;
  }

  .article-content__img {
    margin-left: -24px;
    margin-right: -24px;
  }

  .article-content__text-img {
    float: inherit;
    width: 100%;
    max-width: 400px;
    margin: 16px auto 15px;
  }

  .split-cta__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .split-cta__btn {
    width: 100%;
  }

  .split-cta__btn span {
    padding-right: 6px;
  }

  .split-cta__btn + .split-cta__btn {
    margin-left: 0;
    margin-top: 16px;
  }

  .footer {
    padding: 32px 0;
  }

  .footer__inner {
    display: block;
  }

  .footer__menu {
    width: 100%;
    margin: 17px 0 16px 0;
  }

  .home-hero {
    margin-bottom: 0;
  }

  .home-hero__image {
    position: unset;
  }

  .home-hero__content {
    margin: 0 24px;
  }

  .home-hero__title {
    width: 100%;
    font-size: 35px;
    line-height: 150%;
    letter-spacing: 0.17em;
    padding: 24px 0 0 0;
  }

  .home-hero__logo {
    padding-top: 28px;
  }

  .intro__content-grid {
    display: unset;
  }

  .intro__content-item {
    width: 100%;
  }

  .intro__content-note {
    font-weight: 400;
  }

  .customer-worries {
    padding-top: 56px;
  }

  .customer-worries__title {
    margin: 0 0 80px 0;
  }

  .customer-worries__img {
    position: unset;
    max-width: 384px;
    width: 100%;
    margin-top: -89px;
  }

  .customer-worries__inner::before {
    left: -24px;
    width: calc(100% - 33px);
  }

  .customer-worries__inner {
    margin-top: 60px;
    margin-right: -24px;
  }

  .customer-worries__list {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .customer-worries__item {
    max-width: 100%;
    padding-right: 24px;
  }

  .customer-worries__item:nth-child(3) {
    order: -1;
    padding-right: 0;
  }

  .item-img {
    max-width: 72px;
    width: 100%;
  }

  .item-desc {
    max-width: unset;
    align-self: center;
  }

  .customer-worries__btn {
    min-width: calc(100% - 24px);
  }

  .procedure {
    padding-top: 40px;
  }

  .procedure__carousel {
    margin-right: -24px;
  }

  .procedure__circle {
    margin-right: 16px;
  }

  .procedure__title {
    font-weight: 700;
  }

  .procedure__carousel-cell--single-line .procedure__des::after {
    width: 304px;
  }

  .procedure__carousel-cell--arrow-line .procedure__des::after {
    right: 20px;
  }

  .page-title__container {
    height: 200px;
  }

  .page-title__container .main-title {
    padding-bottom: 20px;
  }

  .page-title__container .main-title::after {
    width: 100%;
  }

  .page-title__decor {
    display: none;
  }

  .solution {
    margin-bottom: 120px;
  }

  .solution__tab {
    margin-bottom: 40px;
  }

  .tabs {
    width: 100%;
    flex-wrap: wrap;
  }

  .tabs__item {
    margin-bottom: 16px;
  }

  .sort {
    margin-top: 8px;
    width: 100%;
  }

  .solution-content__list {
    flex-direction: column;
  }

  .solution-item {
    margin: 0 auto 61px;
    width: 100%;
  }


  .solution-item__headline {
    font-size: 16px;
  }


  .solution-item:last-child {
    margin-bottom: 0;
  }

  .solution-item__txt {
    margin-bottom: 15px;
  }

  .solution-item .article-info {
    padding-top: 20px;
  }

  .solution-item .article-info__item {
    margin-bottom: 8px;
  }

  .strength__list {
    flex-direction: column;
  }

  .strength__headline {
    font-weight: 700;
  }

  .strength__title {
    font-weight: 700;
  }

  .strength__card {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .strength__background-img {
    max-width: 134px;
    top: -14px;
    right: -24px;
  }

  .card-img {
    width: 88px;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .card-content {
    width: calc(100% - 112px);
  }

  .card-content__title {
    text-align: left;
    line-height: 150%;
  }

  .card-content__text {
    text-align: left;
  }

  .price-plan__title {
    margin-bottom: 63px;
  }

  .price-plan__list {
    flex-direction: column;
  }

  .price-plan__item {
    min-height: 154px;
    position: relative;
  }

  .price-plan__item--nekufuru {
    order: -1;
  }

  .price-plan__box {
    display: flex;
  }

  .price-plan__customer-des {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px 20px;
    box-shadow: 2px 2px #e5e5e5;
  }

  .price-plan__customer-des::after {
    width: 0;
    margin-left: 0;
    border-left: 0;
    border-right: 16px solid transparent;
    z-index: 2;
  }

  .price-plan__customer-des::before {
    content: "";
    position: absolute;
    width: 0;
    top: 53px;
    left: 2px;
    right: 0;
    margin-left: 0;
    margin-right: auto;
    border-left: 0;
    border-right: 16px solid transparent;
    border-top: 13px solid #e5e5e5;
    z-index: 1;
  }

  .item-service-intro {
    width: 222px;
    background-color: transparent;
    padding: 30px 0 0 51px;
  }

  .item-service-des {
    width: calc(100% - 83px);
    min-height: unset;
    margin-left: 0;
    padding: 24px 0 0 10px;
    background: unset;
  }

  .item-service-des__line {
    display: none;
  }

  .item-service-des__list li {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.05em;
    list-style: disc;
    list-style-position: inside;
  }

  .item-service-intro__name {
    text-align: left;
    font-weight: 700;
  }

  .service__price {
    font-size: 12px;
    text-align: left;
    font-weight: 400;
  }

  .service__type {
    display: none;
  }

  .service__extra {
    display: none;
  }

  .service__nekufuru-request {
    padding: 0;
    background-color: unset;
  }

  .service__nekufuru-contact {
    padding: unset;
    border: unset;
    border-radius: unset;
  }

  .contact__content {
    border-radius: 10px;
  }

  .contact__content-first {
    display: flex;
    margin-bottom: 6px;
    justify-content: center;
  }

  .contact__content-second {
    display: flex;
  }

  .contact__des {
    width: calc(100% - 83px);
    padding-left: 8px;
  }

  .contact__line span {
    margin-right: 8px;
  }

  .price-plan__item--nekufuru .item-service-intro {
    padding-left: 0;
    width: 110px;
  }

  .price-plan__item--nekufuru .item-service-intro__name {
    font-size: 22px;
  }

  .price-plan__item--nekufuru .price-plan__box {
    display: unset;
    border-radius: 10px;
  }

  .price-plan__item--nekufuru .price-plan__group {
    display: flex;
  }

  .price-plan__item--nekufuru .item-service-des {
    padding-top: 24px;
    padding-left: 0;
  }

  .quality-feedback {
    padding-top: 90px;
  }

  .quality-feedback__content::before {
    width: calc(100% - 44px);
    height: calc(100% - 50px);
    top: -60px;
    left: -24px;
  }

  .quality-feedback__list {
    display: unset;
  }

  .quality-feedback__item {
    min-height: 243px;
    margin-bottom: 24px;
    padding: 24px;
  }

  .quality-feedback__background {
    top: -90px;
    right: 0;
    z-index: -1;
  }

  .quality-feedback__title {
    font-weight: 700;
  }

  .item-feedback-title {
    margin-bottom: 10px;
  }

  .item-feedback-subtitle {
    font-size: 14px;
  }

  .item-feedback-img {
    width: 219px;
    height: 83px;
    margin: 0 auto 8px auto;
  }

  .item-feedback-img svg {
    height: 83px;
  }

  .inquiry-form__note .p1 {
    font-size: 14px;
  }

  .inquiry-form__content {
    padding: 0;
  }

  .inquiry-form__content::before {
    background-color: var(--white);
  }

  .inquiry-form__item {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .inquiry-decor {
    display: none;
  }

  .form__item-label {
    height: auto;
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .form__item-label--select {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;  
  }

  .form__item-input {
    width: 100%;
  }

  .form__item-input .select-input {
    max-width: 100%;
  }

  .textarea-input {
    height: 253px;
  }

  .textarea-input .inquiry-textarea__placeholder {
    background-color: var(--white);
  }

  .inquiry-form__policy {
    margin-top: 40px;
  }

  .inquiry-form__policy-scrollbar {
    height: 284px;
  }

  #inquiry-policy .os-scrollbar-vertical {
    padding: 13px 4px;
  }

  .modal-confirm {
    width: 90%;
    max-width: 312px;
    height: 245px;
  }

  .modal-confirm__content {
    padding: 40px 20px;
  }

  .modal-br-sp {
    display: block;
  }

  .inquiry-complete__wrap-small {
    padding: 40px 0 0;
  }

  .complete-form__txt {
    font-weight: 700;
  }

  .complete-form__txt-small {
    font-weight: 400;
  }

  .complete-form__content {
    margin: 24px auto 0;
    max-width: 240px;
    flex-direction: column;
  }

  .complete-form__list {
    width: 100%;
  }

  .complete-form__tohome {
    margin-top: 30px;
  }

  .usage-fee {
    height: auto;
  }

  .usage-fee__wrapper {
    padding-top: 60px;
    margin-bottom: 30px;
    height: 100%;
  }

  .usage-fee__wrapper::before {
    width: 100%;
    height: calc(100% - 100px);
    border-radius: 0px 80px 0px 0px;
  }

  .usage-fee__wrapper::after {
    display: none;
  }

  .usage-fee__container {
    display: flex;
    flex-direction: column;
  }

  .usage-fee__grid {
    margin-top: 0;
    margin-bottom: 100px;
    order: 5;
  }

  .usage-fee__title {
    color: var(--white);
    font-weight: 700;
  }

  .usage-fee__btn {
    max-width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 180%;
    order: 4;
  }

  .plan-pricing {
    width: 100%;
    color: #fff;
    margin-top: 25px;
  }

  .plan-pricing__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
    margin-bottom: 20px;
  }

  .plan-pricing__item {
    margin-left: 29px;
  }

  .plan-pricing__item--pl70 {
    padding-left: 0;
  }

  .plan-pricing__item-number {
    color: var(--white);
    font-size: 24px;
  }

  .plan-pricing__line {
    position: absolute;
    left: -232px;
    top: -12px;
    width: 480px;
    transform: rotate(90deg) translateX(50%);
    margin-top: 0;
    margin-bottom: 0;
  }

  .usage-fee__decor {
    height: 100px;
  }

  .usage-fee__decor-1 {
    position: relative;
    width: auto;
    z-index: 1;
    margin-top: -35px;
  }

  .usage-fee__decor-2 {
    width: auto;
    margin: 61px 34px 0 0;
  }

  .question-and-answer {
    padding-top: 114px;
    padding-bottom: 86px;
  }

  .question-and-answer__title {
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }

  .question-and-answer__subtitle {
    font-weight: 700;
  }

  .question-and-answer__des {
    font-weight: 400;
  }

  .question-and-answer__item + .question-and-answer__item {
    display: none;
  }

  .question-and-answer__header svg {
    width: 44px;
    height: 44px;
  }

  .question-and-answer__btn-open {
    display: flex;
  }

  .content-block {
    margin-bottom: 100px;
  }

  .content-block__title {
    letter-spacing: 0.05em;
  }

  .content-block__subtitle {
    font-weight: 700;
    font-size: unset;
    margin-bottom: 12px;
  }

  .content-block__grid {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    margin-top: 29px;
  }

  .content-block__image {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .transaction-records__des {
    font-size: 14px;
    font-weight: 400;
  }

  .transaction-records__title {
    font-weight: 700;
  }

  .transaction-records__carousel {
    padding-left: 0;
  }

  .achievements {
    margin-top: 0;
  }

  .achievement__subtitle {
    font-weight: 700;
    margin-bottom: 26px;
  }


  .achievement__subtitle:nth-child(1) {
    margin-bottom: 32px;
  }

  .achievement__award {
    padding: 27px 0 40px;
  }


  .achievement__award figure {
    text-align: center;
  }

  .achievement__award::before {
    left: -24px;
    right: -24px;
    width: auto;
    max-width: inherit;
  }

  .achievement__award::after {
    display: none;
  }

  .achievement__award-desc {
    margin-bottom: 40px;
  }

  .achievement__award-img {
    width: 144px;
  }

  .achievement__logo-list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 27px;
    -moz-column-gap: 22px;
         column-gap: 22px;
    margin-bottom: 32px;
  }

  .achievement__content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .achievement__content-list li {
    font-weight: 400;
    margin-top: 0;
  }

  .achievement__content-list + .achievement__content-list {
    display: none;
  }

  .tooltip__desc {
    right: unset;
    left: -100px;
  }

  .recruitment__btn {
    width: 100%;
  }

  .recruitment__btn a {
    height: 48px;
  }

  .about-title__decor {
    width: 160px;
    padding-right: 0;
    padding-left: 0;
    right: 0;
    top: 0;
  }

  .about-title__decor::before {
    height: 200px;
  }

  .necfru-about__title {
    margin-bottom: 32px;
  }

  .necfru-about__des {
    margin-bottom: 16px;
  }

  .shunsuke-kusanagi {
    gap: 0;
    flex-direction: column-reverse;
  }

  .shunsuke-kusanagi__content {
    width: 100%;
    margin-bottom: 80px;
  }

  .shunsuke-kusanagi__img {
    width: 100%;
    margin-bottom: 16px;
  }

  .shunsuke-kusanagi__signature {
    width: 208px;
    height: 50px;
    top: -8px;
    right: 0;
    left: unset;
  }

  .error-page-content__wrapper {
    min-height: 516px;
  }

  .necfru-service {
    padding-top: 80px;
  }

  .necfru-service__title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
  }

  .necfru-service__decor {
    width: auto;
    margin-top: -50px;
    right: 104px;
  }

  .necfru-service__slider {
    width: 240px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .necfru-service__slider:hover {
    box-shadow: var(--transparent);
  }

  .necfru-service__slider:hover .slider-content__title {
    color: unset;
  }

  .slider-image {
    width: 240px;
    height: 135px;
  }

  .slider-content__desc {
    font-size: 12px;
  }

  .necfru-service__title {
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  #section3 {
    margin-top: -23px;
  }

  .necfru-func {
    padding-top: 80px;
  }

  .necfru-func__list {
    overflow: hidden;
    margin-top: 32px;
  }

  .necfru-func__item + .necfru-func__item {
    display: none;
  }

  .title_text {
    font-weight: 700;
  }

  .necfru-func__content {
    display: block;
    margin-top: 24px;
  }

  .necfru-func__card {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px 16px 24px;
  }

  .necfru-func__card + .necfru-func__card {
    margin-top: 24px;
  }

  .necfru-func__card .flex-md {
    display: flex;
    align-items: center;
  }

  .necfru-func__img {
    width: 72px;
    height: 64px;
    margin-right: 16px;
  }

  .necfru-func__main-content {
    width: 72%;
  }

  .main-content__title {
    font-weight: 700;
  }

  .main-content__desc {
    font-weight: 400;
    font-size: 12px;
  }

  .necfru-func__decor {
    width: 132px;
    top: 20%;
    right: 0;
  }

  .btn-not-border {
    display: inline-flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 100px;
  }

  .necfru-intro {
    padding: 80px 0 40px;
  }

  .necfru-intro_content {
    font-weight: 400;
  }

  .necfru-profile__bg {
    width: 268px;
    height: 776px;
  }

  .necfru-profile__title {
    padding: 40px 0 44px;
  }

  .necfru-profile__card {
    width: calc(100% - 48px);
    padding: 8px 20px 40px;
  }

  .necfru-profile__card-item {
    display: block;
  }

  .necfru-profile__card-left {
    width: 100%;
    font-weight: 400;
  }

  .necfru-profile__card-right {
    width: 100%;
    font-weight: 400;
  }

  .card_right-title {
    font-weight: 700;
  }

  .card_right-text {
    font-weight: 400;
  }

  /*向井追記-----------------*/
  .necfru-philosophy {
    margin-top: 0px;
  }


  .news__section {
    float: none;
    width: 100%;
    padding: 10px;
  }

  .news__section img{
    display: none;
  }


  .banner{
    display: none;
  }


  .service-block {
    display: block;
  }

  .service-block-list {
    width: 100%;
    margin-bottom: 2em;
  }

  .service-block-list picture img{
    width: 100%;
  }

  
  .service-card-list {
    display: block;
  }


  .service-card__link {
    min-height: auto;
    padding: 25px;
  }


  .nd-hero{
    padding:25px;
    border-radius:0 0 40px 0;
  }

  .nd-hero__ttl br{
    display: none;
  }

  .nd-hero__list li{
    font-size:0.5em;
  }


  .service-card-list::before {
    display: none;
  }

  
  .nd-strip{
    margin: 20px 0 0;
    line-height: 1.8em;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }


/*向井追記パッケージ------------*/
}

@media (max-width: 576px) {
.block-sm {
    display: block;
  }

  .hide-sm {
    display: none;
  }
}

@media (max-width: 420px) {
.hide-xs {
    display: none;
  }

  .necfru-func__decor {
    top: 24%;
  }
}

@media (md) {
.style-guide__product-card {
    width: 351px;
  }
}

/* Extracted top-only styles */
.fw {
  flex-wrap: wrap;
}


.regular {
  font-weight: 400;
}


.color-headings {
  color: var(--c-headings);
}


.relative {
  position: relative;
}


/* Square */
.ro-1::before {
  padding-bottom: 100%;
}


.clear::before, .clear::after {
  content: " ";
  display: table;
}


.clear::after {
  clear: both;
}


.mt025,
.mv025,
.mx025 {
  margin-top: 4px;
}


.pb05,
.pv05,
.px05 {
  padding-bottom: 0.5em;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}


.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}


.slick-list:focus {
  outline: none;
}


.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}


.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}


.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}


.slick-track:after {
  clear: both;
}


.slick-loading .slick-track {
  visibility: hidden;
}


.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}


[dir=rtl] .slick-slide {
  float: right;
}


.slick-slide img {
  display: block;
}


.slick-slide.slick-loading img {
  display: none;
}


.slick-slide.dragging img {
  pointer-events: none;
}


.slick-initialized .slick-slide {
  display: block;
}


.slick-loading .slick-slide {
  visibility: hidden;
}


.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}


.slick-arrow.slick-hidden {
  display: none;
}


.btn--circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--dark-navi);
}


.btn--circle:hover {
  border: 0;
  background: var(--gradient-blue-90);
  box-shadow: var(--c-shawdow-blue);
}


.btn--circle:hover svg path {
  stroke: var(--white);
}


.home-hero__content {
  margin-left: 10%;
}


.customer-worries__title {
  font-size: 22px;
  margin: 0 0 24px 10%;
  z-index: 2;
}


.transaction-records__tickercontainer {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}


.tickercontainer__mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.tickercontainer__newsticker {
  width: 100%;
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Top inline link */



.top-section-link{
  color: var(--blue);
  text-decoration:underline;
}


.top-section-link:hover{
  text-decoration: none;
}
