@charset "UTF-8";
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

/* animation */
.animation_dokundokun {
  animation: dokundokun 1500ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}
.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_shiny {
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (max-width: 600px) {
  body {
    position: static;
  }
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

/* 上層固定背景 */
.bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .bg {
    z-index: 2;
  }
}
@media screen and (max-width: 460px) {
  .bg {
    display: none;
  }
}

/* 上層固定背景 内部 */
.bg_content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .bg_content {
    display: none;
  }
}

.lp_body {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  width: 100%;
  max-width: 375px;
  top: 0;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2), -5px 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .lp_body {
    box-shadow: none;
  }
}
@media screen and (max-width: 460px) {
  .lp_body {
    position: static;
    transform: none;
    margin-inline: 0;
    overflow-x: hidden;
    max-width: 100%;
  }
}

.section_heading_line {
  width: 96px;
  height: 8px;
  display: block;
  background: linear-gradient(120deg, #D0302B 0%, #E87F49 70%, #FFCC65 100%);
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .section_heading_line {
    width: 25.6vw;
    height: 2.1vw;
  }
}

.animation_dokundokun {
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.08);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
/*------------------- cta ------------------*/
.cta.cta-middle {
  background-color: #FBFAFA;
}
.cta.cta-middle .cta_content {
  background: #FFCC65;
}
.cta.cta-middle .cta_bubble {
  color: #D0302B;
}

.cta.cta-bottom .cta_top {
  position: relative;
  aspect-ratio: 2.5/1;
}
.cta.cta-bottom .cta_top img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.cta_content {
  background: linear-gradient(120deg, #D0302B 0%, #E87F49 70%, #FFCC65 100%);
  padding: 16px 0;
}

.cta_bubble {
  font-size: 18px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 460px) {
  .cta_bubble {
    font-size: 4.8vw;
    margin: 0 auto 3.2vw;
  }
}

.cta_btn {
  width: 88%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #00C300;
  border-radius: 100px;
  padding: 20px 0;
  justify-content: center;
  gap: 8px;
  box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.25);
  transition: all 0.4s;
}
@media screen and (max-width: 460px) {
  .cta_btn {
    box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.25);
    padding: 5.2vw 0;
    gap: 2.1vw;
  }
}

.cta_btn:hover {
  opacity: 0.7;
}

.cta_btn_icon {
  width: 11.5%;
}

.cta_btn_txt {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .cta_btn_txt {
    font-size: 5.8vw;
  }
}

.cta_btn_arrow {
  display: block;
  background-color: #fff;
  width: 10px;
  aspect-ratio: 0.8/1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 460px) {
  .cta_btn_arrow {
    width: 2.6vw;
  }
}

/*------------------- attention ------------------*/
.attention {
  padding: 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 460px) {
  .attention {
    padding: 10vw 0;
  }
}

/*------------------- trouble ------------------*/
.trouble_content {
  background-image: url(../img/trouble_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 460px) {
  .trouble_content {
    padding: 10vw 0 0;
  }
}

.trouble_heading {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  line-height: 40px;
}
@media screen and (max-width: 460px) {
  .trouble_heading {
    font-size: 8.5vw;
    line-height: 10.4vw;
    margin: 0 auto 6.4vw;
  }
}
.trouble_heading span {
  font-size: 40px;
}
@media screen and (max-width: 460px) {
  .trouble_heading span {
    font-size: 10.4vw;
  }
}

.trouble_bubble {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.trouble_img {
  margin: 0 auto;
  width: 66%;
  position: relative;
  aspect-ratio: 2/1.2;
}
.trouble_img img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.trouble_bottom {
  padding: 22px 0;
  background-color: #D0302B;
}
@media screen and (max-width: 460px) {
  .trouble_bottom {
    padding: 6vw 0;
  }
}
.trouble_bottom p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 460px) {
  .trouble_bottom p {
    font-size: 4.8vw;
  }
}

/*------------------- reason ------------------*/
.reason {
  background-color: #F6F6F6;
  padding: 32px 0 40px;
}

.reason_heading {
  margin-bottom: 10px;
}

.reason_heading_top {
  display: flex;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  padding-right: 32px;
}
@media screen and (max-width: 460px) {
  .reason_heading_top {
    padding-right: 8.5vw;
  }
}
.reason_heading_top img {
  width: 60%;
}
.reason_heading_top span {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .reason_heading_top span {
    font-size: 8.5vw;
  }
}

.reason_heading_bottom {
  font-weight: 600;
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  display: block;
}
@media screen and (max-width: 460px) {
  .reason_heading_bottom {
    font-size: 10.4vw;
  }
}

.reason_top {
  margin-bottom: 16px;
}

.reason_list {
  width: 92%;
  margin: 0 auto;
}

.reason_item {
  border: 2px solid #D0302B;
}
.reason_item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 460px) {
  .reason_item:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

.reason_ttl {
  border-bottom: 2px solid #D0302B;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
}
@media screen and (max-width: 460px) {
  .reason_ttl {
    grid-template-columns: 12.8vw 1fr;
  }
}

.reason_ttl_txt {
  background-color: #D0302B;
  padding: 6px 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 460px) {
  .reason_ttl_txt {
    font-size: 6.4vw;
    padding: 1.6vw 2.4vw;
  }
}

.reason_num {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}
@media screen and (max-width: 460px) {
  .reason_num {
    padding: 1.2vw 0;
  }
}

.reason_num span {
  color: #D0302B;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}
.reason_num span:nth-child(1) {
  font-size: 12px;
}
@media screen and (max-width: 460px) {
  .reason_num span:nth-child(1) {
    font-size: 3.2vw;
  }
}
.reason_num span:nth-child(2) {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .reason_num span:nth-child(2) {
    font-size: 6.4vw;
  }
}

.reason_content {
  width: 92%;
  margin: 0 auto;
  padding: 8px 0 16px;
}
.reason_content h4 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  color: #D0302B;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .reason_content h4 {
    font-size: 6.4vw;
  }
}
.reason_content img {
  margin: 0 auto 8px;
}
.reason_content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 460px) {
  .reason_content p {
    font-size: 4.8vw;
  }
}

/*------------------- difference ------------------*/
.difference {
  padding: 40px 0;
  background-image: url(../img/difference_bg.webp);
  background-size: cover;
}

.difference_heading {
  margin-bottom: 16px;
}

.difference_heading_txt {
  font-size: 32px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .difference_heading_txt {
    font-size: 8.5vw;
    margin: 0 auto 3.2vw;
  }
}

.difference_table {
  width: 92%;
  margin: 0 auto 16px;
}

.difference_bottom {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .difference_bottom {
    font-size: 6.4vw;
  }
}

.difference_bottom span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.difference_bottom span::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #FFCC65;
  bottom: 2px;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 460px) {
  .difference_bottom span::after {
    height: 1.6vw;
  }
}

/*------------------- works ------------------*/
.works {
  position: relative;
  background-color: #fff;
}
.works::after {
  content: "";
  position: absolute;
  background: linear-gradient(120deg, #D0302B 0%, #E87F49 70%, #FFCC65 100%);
  width: 90%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.works_img {
  width: 188px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 460px) {
  .works_img {
    width: 50vw;
  }
}

.works_wrap {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 40px 0;
}
@media screen and (max-width: 460px) {
  .works_wrap {
    padding: 10vw 0;
  }
}

.works_heading {
  margin-bottom: 16px;
}
.works_heading .section_heading_line {
  background: #fff;
}

.works_heading_txt {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  color: #fff;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .works_heading_txt {
    font-size: 10.4vw;
  }
}

.works_top {
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 460px) {
  .works_top {
    font-size: 4.2vw;
    margin: 0 auto 6.4vw;
  }
}

.works_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 92%;
  margin: 0 auto;
  row-gap: 24px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 460px) {
  .works_list {
    -moz-column-gap: 2.4vw;
         column-gap: 2.4vw;
    row-gap: 6.4vw;
  }
}

.works_item {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 460px) {
  .works_item {
    border-radius: 2vw;
  }
}
.works_item img {
  aspect-ratio: 164/142;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.works_txt {
  background-color: #fff;
  padding: 4px 0;
}
@media screen and (max-width: 460px) {
  .works_txt {
    padding: 1vw 0;
  }
}
.works_txt span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .works_txt span {
    font-size: 4.2vw;
  }
}

/*------------------- support ------------------*/
.support {
  background-color: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 460px) {
  .support {
    padding-top: 10vw;
  }
}

.support_heading {
  margin-bottom: 8px;
}

.support_heading_top {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px;
}
@media screen and (max-width: 460px) {
  .support_heading_top {
    font-size: 4.2vw;
    margin: 0 auto 2vw;
  }
}

.support_heading_img {
  width: 60%;
  margin: 0 auto 6px;
}
@media screen and (max-width: 460px) {
  .support_heading_img {
    width: 60vw;
    margin: 0 auto 2vw;
  }
}

.support_heading_txt {
  font-size: 32px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin: 0 auto 16px;
}
@media screen and (max-width: 460px) {
  .support_heading_txt {
    font-size: 8.5vw;
    margin: 0 auto 4vw;
  }
}

.support_content {
  margin-bottom: 16px;
}

/*------------------- voice ------------------*/
.voice_wrap {
  padding: 40px 0;
  background-color: #fff;
  background-image: url(../img/difference_bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 460px) {
  .voice_wrap {
    padding: 10vw 0;
  }
}

.voice_heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 460px) {
  .voice_heading {
    margin-bottom: 6.4vw;
  }
}

.voice_heading_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .voice_heading_txt {
    font-size: 8.5vw;
    margin: 0 auto 2vw;
  }
}

.voice_list {
  width: 92%;
  margin: 0 auto;
}

.voice_item {
  background: linear-gradient(120deg, #D0302B 0%, #E87F49 70%, #FFCC65 100%);
  border-radius: 8px;
  overflow: hidden;
  padding: 2px;
}
@media screen and (max-width: 460px) {
  .voice_item {
    border-radius: 2vw;
    padding: 0.8vw;
  }
}
.voice_item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 460px) {
  .voice_item:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

.voice_inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 10px;
}
@media screen and (max-width: 460px) {
  .voice_inner {
    padding: 4vw 2.4vw;
    border-radius: 1.6vw;
  }
}

.voice_top {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 460px) {
  .voice_top {
    gap: 1.6vw;
    margin-bottom: 2.4vw;
    grid-template-columns: 19vw 1fr;
  }
}
.voice_top span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .voice_top span {
    font-size: 4vw;
  }
}

.voice_txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 460px) {
  .voice_txt {
    font-size: 4.2vw;
  }
}
.voice_txt span {
  color: #D0302B;
  font-weight: 600;
}

.voice_bottom {
  background: linear-gradient(120deg, #D0302B 0%, #E87F49 70%, #FFCC65 100%);
  padding: 10px 0;
}
.voice_bottom span {
  font-size: 24px;
  line-height: 1.3;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .voice_bottom span {
    font-size: 6.4vw;
  }
}

/*------------------- flow ------------------*/
.flow {
  background-color: #FBFAFA;
  padding: 40px 0;
}
@media screen and (max-width: 460px) {
  .flow {
    padding: 10vw 0;
  }
}

.flow_heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 460px) {
  .flow_heading {
    margin-bottom: 8.5vw;
  }
}

.flow_heading_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .flow_heading_txt {
    font-size: 8.5vw;
    margin: 0 auto 2vw;
  }
}

.flow_list {
  width: 92%;
  margin: 0 auto;
}

.flow_item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 460px) {
  .flow_item:not(:last-child) {
    margin-bottom: 2vw;
  }
}

/*------------------- faq ------------------*/
.faq {
  background-color: #F6F6F6;
  padding-top: 32px;
}

.faq_heading {
  margin-bottom: 16px;
}

.faq_heading_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .faq_heading_txt {
    font-size: 8.5vw;
    margin: 0 auto 2vw;
  }
}

.faq_list {
  width: 92%;
  margin: 0 auto;
}

.faq_item {
  border: 2px solid #D0302B;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.faq_item:not(:last-child) {
  margin-bottom: 16px;
}

.faq_q {
  color: #fff;
  background-color: #D0302B;
  padding: 6px 16px 8px;
  width: 100%;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 460px) {
  .faq_q {
    padding: 1.6vw 4vw 2vw;
    font-size: 4.2vw;
  }
}

.faq_a {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 460px) {
  .faq_a {
    padding: 3.2vw 4vw;
    font-size: 4.2vw;
  }
}
.faq_a p {
  text-align: justify;
}
.faq_a span {
  font-size: 12px;
  display: block;
  padding-top: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 460px) {
  .faq_a span {
    font-size: 3.2vw;
    padding-top: 1.2vw;
  }
}

/*------------------- company ------------------*/
.company {
  padding: 40px 0 10px;
  background-color: #FBFAFA;
}

.company_heading {
  margin-bottom: 16px;
}

.company_heading_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .company_heading_txt {
    font-size: 8.5vw;
    margin: 0 auto 2vw;
  }
}

.company_list {
  width: 92%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 460px) {
  .company_list {
    margin: 0 auto 4vw;
  }
}

.company_item {
  padding-bottom: 8px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 146px 1fr;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .company_item {
    grid-template-columns: 36vw 1fr;
    font-size: 4.2vw;
    padding-bottom: 2vw;
  }
}
.company_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, #D0302B 0%, #E87F49 70%, #FFCC65 100%);
}
@media screen and (max-width: 460px) {
  .company_item::after {
    height: 0.4vw;
  }
}
.company_item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 460px) {
  .company_item:not(:last-child) {
    margin-bottom: 2vw;
  }
}

/*------------------- footer ------------------*/
.footer {
  background-color: #D0302B;
  padding: 8px 0;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 460px) {
  .footer {
    padding: 8px 0 40px;
  }
}
.footer small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
}/*# sourceMappingURL=index.css.map */