@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");

:root {
  --color-dark-blue: #013f8f;
  --color-blue: #3fa8f4;
  --color-yellow: #fbed21;
  --color-orange: #f05a24;
  --color-black: #333333;
  --color-white-1: #f1f1f1;
  --color-white-2: #ffffff;
  --color-linear-1: linear-gradient(to right, #013f8f, #00375c);
  --color-linear-2: linear-gradient(#065da7, #013f8f);
  --bg-cta-btn-red-30: linear-gradient(30%, #f6921e, #ec1c24);
  --bg-cta-btn-red: linear-gradient(#f6921e, #ec1c24);
  --bg-cta-btn-white-opacity: linear-gradient(rgba(231, 241, 248, 0), #e7f1f8);
  --bg-cta-btn-green: linear-gradient(#8bc53f, #009145);

  --bg-cta-btn-white: linear-gradient(to right, #ffffff, #f1f1f1);
  --underline-intrinsic-width: 12;
  --underline-width: 10;
  --underline-cap-width: 4px;
  --underline-offset-y: -2px;
  --underline-padding-x: 0.12em;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-container {
  max-width: 1470px;
  padding: 0 135px;
}

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

/* .bg-half {
  display: inline;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, var(--color-yellow), var(--color-yellow));
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)),
    0, 100%;
  background-position-y: 90%;
  background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px),
    auto calc(var(--underline-width) * 1px),
    auto calc(var(--underline-width) * 1px);
} */

.bg-half {
  position: relative;
  z-index: 5;
}

.bg-half::after {
  content: "";
  position: absolute;
  background-color: var(--color-yellow);
  bottom: 0;
  left: 0;
  right: 0;
  top: 70%;
  z-index: -1;
}

.bg-text {
  background-color: var(--color-dark-blue);
  color: var(--color-white-2);
}

#banner,
#countermeasure,
#inquiry-flow {
  max-width: 1470px;
}

/* Banner */
#banner {
  background-image: url('../public/img/bg/bg-FV.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 745px;
}

#banner .fv-section {
  width: 100%;
  padding: 160px 0 0 80px; /* fix css */
  align-items: center;
  position: relative;
}

/* fix css */
#banner .fv-title {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem !important;
}
/* fix css */

#banner .fv-content {
  font-size: 30px;
  font-weight: 500;
  word-break: keep-all;
  margin-bottom: 1.5rem;
}

#banner .fv-section .fv-right {
  position: absolute;
  right: 70px;
  z-index: 1;
}

/* Measure */
#countermeasure {
  padding: 120px 135px;
  background: var(--color-linear-1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 914px;
  color: var(--color-white-2);
}

#countermeasure .title {
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 50px;
  padding-left: 0;
}

#countermeasure .title span,
#inquiry-flow .title span {
  font-size: 24px;
  padding-left: 20px;
  color: var(--color-blue);
}

#countermeasure .measure-left,
#countermeasure .measure-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#countermeasure .measure-left {
  background-image: url('../public/img/bg/about-01.png');
  height: 375px;
  padding: 55px 45px 55px 48px;
}

#countermeasure .measure-right {
  background-image: url('../public/img/bg/about-02.png');
  height: 210px;
  margin-top: -25px;
  padding: 40px 50px 40px 60px;
}

#countermeasure .measure-img {
  z-index: 2;
  margin-top: -20px;
}

#countermeasure .sub-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--color-dark-blue);
}

#countermeasure .content {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.8;
}

/* Inquiry-flow */
#inquiry-flow {
  padding: 120px 135px;
}

#inquiry-flow .title {
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 0;
  color: var(--color-dark-blue);
}

#inquiry-flow .inquiry-section {
  padding: 0 135px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#inquiry-flow .inquiry-section .card-image {
  text-align: center;
  padding-bottom: 20px;
}

#inquiry-flow .inquiry-section .card-image .card-index {
  font-size: 60px;
  font-weight: 900;
  font-family: "Wix Madefor Text";
  color: #0B76BD;
}

#inquiry-flow .inquiry-section .card-image .card-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  padding: 25px;
  background: linear-gradient(300deg, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%);;
  margin-top: -50px;
  margin-bottom: 10px;
}

#inquiry-flow .inquiry-section .card-image .card-text {
  font-size: 18px;
  font-weight: 600;
}

#inquiry-flow .inquiry-section .arrow {
  margin: auto;
  font-size: 25px;
  padding-bottom: 40px;
}

#inquiry-flow .inquiry-section .arrow.hide-mb {
  display: block;
}

#inquiry-flow .inquiry-section .arrow.show-mb {
  display: none;
}

@media (max-width: 1270px) {
  #banner .fv-title {
    font-size: 60px;
  }

  #banner .fv-content {
    font-size: 25px;
  }

  #banner .fv-section .fv-right {
    right: 0;
  }

  /* Measure */
  #countermeasure {
    padding: 100px;
    height: auto;
  }

  #countermeasure .title {
    font-size: 50px;
    padding-bottom: 30px;
  }

  #countermeasure .sub-title {
    font-size: 25px;
  }

  #countermeasure .content {
    font-size: 17px;
  }

  /* Inquiry-flow */
  #inquiry-flow {
    padding: 100px;
  }

  #inquiry-flow .title {
    font-size: 50px;
  }

  #inquiry-flow .inquiry-section {
    padding: 0 50px;
  }
}

@media (max-width: 997px) {
  #banner {
    height: auto;
  }

  #banner .fv-section {
    padding: 150px 0 100px 50px;
  }

  #banner .fv-title {
    font-size: 42px;
  }

  #banner .fv-content {
    font-size: 18px;
  }

  /* Measure */
  #countermeasure {
    padding: 70px 30px;
  }

  #countermeasure .title {
    font-size: 40px;
    padding-bottom: 30px;
  }

  #countermeasure .measure-left,
  #countermeasure .measure-right {
    height: auto;
    padding: 50px 25px;
  }

  /* Inquiry-flow */
  #inquiry-flow {
    padding: 70px 30px;
  }

  #inquiry-flow .title {
    font-size: 40px;
  }

  #inquiry-flow .inquiry-section {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #banner .fv-section {
    padding: 40px 0 40px 40px;
  }

  #banner i.br {
    content: "";
    white-space: pre;
    display: block;
  }

  #banner .fv-section .fv-right {
    position: static;
  }

  #banner .fv-section .fv-right img {
    width: 50% !important;
  }

  /* Measure */
  #countermeasure .title {
    font-size: 35px;
  }

  #countermeasure .measure-img {
    margin-top: -45px;
  }

  #countermeasure .measure-img img {
    width: 50%;
  }

  /* Inquiry-flow */
  #inquiry-flow {
    padding: 70px 30px;
  }

  #inquiry-flow .title {
    font-size: 35px;
  }

  #inquiry-flow .inquiry-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 30px;
  }

  #inquiry-flow .inquiry-section .arrow.hide-mb {
    display: none;
  }

  #inquiry-flow .inquiry-section .arrow.show-mb {
    display: block;
  }

  #inquiry-flow .inquiry-section .card-image .card-index {
    font-size: 50px;
  }

  #inquiry-flow .inquiry-section .card-image .card-img {
    margin-top: -40px;
  }

  #inquiry-flow .inquiry-section .card-image .sub-text {
    font-size: 16px;
  }
}

.sp-path {
  display: none;
}

.pc-path {
  display: block;
}

@media (max-width: 576px) {
  #banner .fv-section {
    /* padding: 20px 10px 20px 20px; */
    width: 355px;
    margin: 0 auto;
    padding: 0;
  }

  .sp-banner {
    height: 540px;
    overflow: hidden;
  }

  #banner .fv-sp {
    margin: 0 auto;
    padding: 10px 20px;
    background-image: url('../public/img/bg/fv-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 611px;
  }

  #banner .fv-sp .fv-title {
    line-height: 1.3;
  }
  #banner .fv-sp .fv-content {
    width: 100%;
    margin-bottom: 12px !important;
    font-weight: 900;
    letter-spacing: 1.5px;
  }

  #bannerSP {
    height: 540px;
    overflow: hidden;
  }

  .fv-sp {
    background-image: url('../public/img/bg/fv-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 611px;
    position: relative;
  }

  .fv-sp img {
    width: 110px;
    object-fit: cover;
    position: absolute;
    right: 12px;
    top: 20px;
  }

  .sp-path {
    display: block;
  }

  #banner .fv-title {
    font-size: 32px;
  }

  #banner .fv-content {
    font-size: 16px;
    font-weight: 500;
  }

  #banner .fv-section .fv-right img {
    width: 100% !important;
  }

  #banner .fv-section .fv-right {
    margin-bottom: 20px;
    z-index: 0;
  }

  /* Measure */
  #countermeasure {
    padding: 70px 12px 40px;
  }

  #countermeasure .title {
    font-size: 34px;
    padding-bottom: 30px;
    padding-left: 10px;
    letter-spacing: 5px;
  }

  #countermeasure i.br {
    content: "";
    white-space: pre;
    display: block;
  }

  #countermeasure .title span,
  #countermeasure .content {
    font-size: 16px;
    letter-spacing: 0;
  }

  #countermeasure .title span {
    padding-left: 10px;
  }

  #countermeasure .content {
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.5px;
  }

  #countermeasure .sub-title {
    font-size: 24px;
    font-weight: bold;
  }

  #countermeasure .measure-left,
  #countermeasure .measure-right {
    padding: 40px 20px;
    padding-left: 20px;
    margin-top: 20px !important;
  }

  /* Inquiry-flow */
  #inquiry-flow {
    padding: 70px 20px;
  }

  #inquiry-flow .title {
    font-size: 34px;
    padding-left: 10px;
  }

  #inquiry-flow .title span,
  #inquiry-flow .inquiry-section .card-image .card-text {
    font-size: 16px;
  }

  #inquiry-flow i.br {
    content: "";
    white-space: pre;
    display: block;
  }

  #inquiry-flow .inquiry-section {
    padding: 0;
  }

  #inquiry-flow .inquiry-section .arrow.hide-mb {
    display: none;
  }

  #inquiry-flow .inquiry-section .arrow.show-mb {
    display: block;
  }

  #inquiry-flow .inquiry-section .arrow {
    font-size: 15px;
    margin: 95px auto;
    padding-bottom: 0;
  }

  #inquiry-flow .inquiry-section .card-image .card-index {
    font-size: 36px;
  }

  #inquiry-flow .inquiry-section .card-image .card-img {
    width: 160px;
    height: 160px;
    padding: 20px;
    margin-top: -30px;
  }

  #inquiry-flow .inquiry-section .card-image .sub-text {
    font-size: 14px;
  }
}
.br-breakpoint {
  display: none;
}
@media screen and (min-width: 1920px) {
  .fv-left {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  #banner .fv-title {
    font-size: 54px;
  }
  #banner .fv-content {
    font-size: 26px;
  }
  #countermeasure .title {
    font-size: 46px;
  }
  #countermeasure .content {
    font-size: 14px;
  }
  .pc-path {
    display: none !important;
  }
  .measures-goal-left img {
    max-width: 100%;
  }
  .measures-goal-right .solution{
    font-size: 20px !important;
  }
  .measures-goal-right .sentence {
    font-size: 19px !important;
    /* text-align: center; */
  }
  .measures-goal-right .content-request {
    font-size: 22px !important;
  }
  .plan .title {
    font-size: 46px !important;
  }
  .plan .sentence-notice{
    font-size: 15px !important;
  }
  .commit-plan-left{
    font-size: 26px !important;
  }
  .plan-detail .sentence{
    font-size: 15px !important;
  }
  .plan .black-color {
    font-size: 20px !important;
  }
  .plan .commitment {
    font-size: 20px !important;
  }
  .worries {
    padding: 6% 14% !important;
    height: 600px !important;
  }
  .worries-content-grid-item {
    font-size: 20px !important;
  }
  .worries-title {
    font-size: 40px !important;
  }
  .worries-img img {
    max-width: 100%;
    object-fit: cover;
    width:68%;
  }
  .br-breakpoint {
    display: block;
  }
  .feature-content__item-title {
    font-size: 19px !important;
  }
  .feature-content__item-title__number {
    font-size: 24px !important;
  }
  .feature-content__item-content{
    font-size: 12px !important;
  }
  .feature-content__item-title__heading {
    font-size: 48px !important;
  }
  .feature-content__item {
    align-items: center;
  }
  .feature-content__item-title__heading-number {
    font-size: 24px !important;
  }
  .feature-title {
    font-size: 48px !important;
  }
  .feature-bottom {
    font-size: 18px !important;
  }
  .feature-bottom__number {
    font-size: 22px;
  }
  .achievements-title {
    font-size: 50px !important;
  }
  .achievements-title span {
    font-size: 20px !important;
  }
  .achievements-content__item-title {
    font-size: 11px !important;
  }
  .achievements-content__item-title span {
    font-size: 13px !important;
  }
  .achievements-content__item-content__content1 {
    font-size: 22px !important;
  }
  .achievements-content__item-content__content2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .achievements-content__item-content__content3 {
    font-size: 25px !important;
  }
  #inquiry-flow .inquiry-section {
    gap: 15px;
  }
  .p-question_Q {
    font-size: 18px !important;
  }
  .p-question_Q::before {
    font-size: 22px !important;
  }
  .accordion-body.p-question_A {
    font-size: 16px !important;
  }
  #company {
    padding: 100px 0 0 !important;
  }
  #company .container {
    padding: 0 170px 100px !important;
  }
  #countermeasure .sub-title {
    font-size: 26px !important;
  }
  .measures-service .content {
    font-size: 17px !important;
  }
  .measures-service {
    font-size: 18px !important;
  }
  .measures-service .sub-text {
    font-size: 16px !important;
  }
  .worries {
    background-size: 100% 100%;
  }
  .worries-ads {
    background-size: 104% 115%;
  }
  .worries-ads__text {
    font-size: 40px !important;
    margin-left: 4% !important;
  }
  .font-number {
    font-size: 40px !important;
  }
  .worries-ads__text-limited {
    padding: 0 !important;
  }
}


@media screen and (min-width: 1600px) and (max-width: 1749px) {
  #banner .fv-title {
    font-size: 58px;
  }
  #banner .fv-content {
    font-size: 26px;
  }
  #countermeasure .title {
    font-size: 52px;
  }
  #countermeasure .content {
    font-size: 16px;
  }
  .pc-path {
    display: none !important;
  }
  .measures-goal-left img {
    max-width: 100%;
  }
  .measures-goal-right .solution{
    font-size: 22px !important;
  }
  .measures-goal-right .sentence {
    font-size: 21px !important;
    /* text-align: center; */
  }
  .measures-goal-right .content-request {
    font-size: 26px !important;
  }
  .plan .title {
    font-size: 48px !important;
  }
  .plan .sentence-notice{
    font-size: 16px !important;
  }
  .commit-plan-left{
    font-size: 26px !important;
  }
  .plan-detail .sentence{
    font-size: 18px !important;
  }
  .plan .black-color {
    font-size: 20px !important;
  }
  .plan .commitment {
    font-size: 20px !important;
  }
  .worries {
    padding: 8% 14% !important;
    height: 700px !important;
  }
  .worries-content-grid-item {
    font-size: 22px !important;
  }
  .worries-title {
    font-size: 45px !important;
  }
  .worries-img img {
    max-width: 100%;
    object-fit: cover;
    width:68%;
  }
  .br-breakpoint {
    display: block;
  }
  .feature-content__item-title {
    font-size: 22px !important;
  }
  .feature-content__item-title__number {
    font-size: 26px !important;
  }
  .feature-content__item-content{
    font-size: 14px !important;
  }
  .feature-content__item-title__heading {
    font-size: 54px !important;
  }
  .feature-content__item {
    align-items: center;
  }
  .feature-content__item-title__heading-number {
    font-size: 24px !important;
  }
  .feature-title {
    font-size: 54px !important;
  }
  .feature-bottom {
    font-size: 20px !important;
  }
  .feature-bottom__number {
    font-size: 22px;
  }
  .achievements-title {
    font-size: 54px !important;
  }
  .achievements-title span {
    font-size: 22px !important;
  }
  .achievements-content__item-title {
    font-size: 13px !important;
  }
  .achievements-content__item-title span {
    font-size: 15px !important;
  }
  .achievements-content__item-content__content1 {
    font-size: 24px !important;
  }
  .achievements-content__item-content__content2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .achievements-content__item-content__content3 {
    font-size: 27px !important;
  }
  #inquiry-flow .inquiry-section {
    gap: 10px;
  }
  .p-question_Q {
    font-size: 20px !important;
  }
  .p-question_Q::before {
    font-size: 23px !important;
  }
  #company {
    padding: 100px 0 0 !important;
  }
  #company .container {
    padding: 0 260px 100px !important;
  }
  .measures-service .content {
    font-size: 18px !important;
  }
  .measures-service .sub-text {
    font-size: 17px !important;
  }
  .measures-service {
    font-size: 20px !important;
  }
  .worries-ads__text {
    font-size: 40px !important;
    margin-left: 12% !important;
  }
  .font-number {
    font-size: 40px !important;
  }
  .worries-ads__text-limited {
    padding: 0 !important;
  }
  .worries {
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 1750px) and (max-width: 1919px) {
  #banner .fv-title {
    font-size: 64px;
  }
  #banner .fv-content {
    font-size: 26px;
  }
  #countermeasure .title {
    font-size: 60px;
  }
  #countermeasure .content {
    font-size: 18px;
  }
  .pc-path {
    display: none !important;
  }
  .measures-goal-left img {
    max-width: 100%;
  }
  .measures-goal-right .sentence {
    /* text-align: center; */
  }
  .plan .title {
    font-size: 55px !important;
  }
  .plan .black-color {
    font-size: 24px !important;
  }
  .plan .commitment {
    font-size: 24px !important;
  }
  .worries {
    padding: 10% 14% !important;
  }
  .worries-img img {
    max-width: 100%;
    object-fit: cover;
    width:68%;
  }
  .br-breakpoint {
    display: block;
  }
  .feature-content__item-title {
    font-size: 25px !important;
  }
  .feature-content__item-title__number {
    font-size: 30px !important;
  }
  .feature-content__item-content{
    font-size: 16px !important;
  }
  .feature-content__item {
    align-items: center;
  }
  .feature-content__item-title__heading-number {
    font-size: 24px !important;
  }
  .feature-bottom {
    font-size: 24px !important;
  }
  .measures-service .sub-text {
    font-size: 20px !important;
  }
}