@-webkit-keyframes image_in {
  from {
    translate: -101% 0;
  }
  to {
    translate: 0 0;
  }
}
@keyframes image_in {
  from {
    translate: -101% 0;
  }
  to {
    translate: 0 0;
  }
}
@-webkit-keyframes image_out {
  from {
    translate: 0 0;
  }
  to {
    translate: 101% 0;
  }
}
@keyframes image_out {
  from {
    translate: 0 0;
  }
  to {
    translate: 101% 0;
  }
}
@-webkit-keyframes show_image {
  to {
    opacity: 1;
  }
}
@keyframes show_image {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes border_scale {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
@keyframes border_scale {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    translate: 0 3%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    translate: 0 3%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadedown {
  from {
    opacity: 0;
    translate: 0 -5%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadedown {
  from {
    opacity: 0;
    translate: 0 -5%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadein_large {
  to {
    opacity: 1;
    translate: 0;
  }
}
@keyframes fadein_large {
  to {
    opacity: 1;
    translate: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.contents_inner {
  margin-inline: auto;
  max-width: 1040px;
}

.fv_bottom_contents {
  padding-inline: 25px;
  background-color: #fff;
  padding-block: 90px 80px;
}
@media screen and (min-width: 425px) {
  .fv_bottom_contents {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .fv_bottom_contents {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .fv_bottom_contents {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  .fv_bottom_contents {
    padding-block: 85px 95px;
  }
}

.fv_bottom_contents_title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #E60012;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  translate: 0 30px;
}
@media screen and (min-width: 600px) {
  .fv_bottom_contents_title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .fv_bottom_contents_title {
    font-size: 3.6rem;
    line-height: 1.35;
  }
}
@media screen and (min-width: 980px) {
  .fv_bottom_contents_title {
    padding-bottom: 25px;
    font-size: 4.2rem;
    line-height: 1.35;
    letter-spacing: -0.04em;
  }
}
.fv_bottom_contents_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 150px;
  height: 1px;
  background-color: #E60012;
}
@media screen and (min-width: 980px) {
  .fv_bottom_contents_title::before {
    width: 120px;
  }
}

.fv_bottom_contents_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  translate: 0 30px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 600px) {
  .fv_bottom_contents_text {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
@media screen and (min-width: 980px) {
  .fv_bottom_contents_text {
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
  }
}
.fv_bottom_contents_text br {
  display: none;
}
@media screen and (min-width: 600px) {
  .fv_bottom_contents_text br {
    display: block;
  }
}

#product {
  background-color: #F6F6F6;
  padding-block: 120px 0;
}
@media screen and (min-width: 980px) {
  #product {
    padding-inline: 25px;
    padding-block: 85px 120px;
  }
}
@media screen and (min-width: 980px) and (min-width: 425px) {
  #product {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 980px) and (min-width: 600px) {
  #product {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #product {
    padding-inline: 60px;
  }
}

.product_head_block {
  padding-inline: 25px;
  margin-bottom: 60px;
}
@media screen and (min-width: 425px) {
  .product_head_block {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .product_head_block {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .product_head_block {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  .product_head_block {
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 980px) {
  .product_head_text {
    width: 50%;
  }
}

.product_title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .product_title {
    font-size: 3.6rem;
  }
}

.product_text {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.005em;
}

.product_head_link {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .product_head_link {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    text-align: right;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}

.product_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 980px) {
  .product_blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-margin-before: 45px;
            margin-block-start: 45px;
  }
}
.product_blocks:nth-of-type(2) .product_block_link {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
.product_blocks:nth-of-type(2) .product_block_contents {
  padding-block: 45px;
}
@media screen and (min-width: 980px) {
  .product_blocks:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product_blocks:nth-of-type(3) .product_block_link {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
@media screen and (min-width: 980px) {
  .product_blocks + .product_blocks {
    -webkit-margin-before: 55px;
            margin-block-start: 55px;
  }
}

.product_block_contents {
  padding-inline: 25px;
  padding-block: 30px 60px;
  background-color: #fff;
}
@media screen and (min-width: 425px) {
  .product_block_contents {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .product_block_contents {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .product_block_contents {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  .product_block_contents {
    width: 50%;
    padding-block: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .product_block_contents {
    padding-block: 60px 50px;
    padding-inline: 90px 90px;
    max-height: 390px;
  }
}

.product_num {
  font-size: 3rem;
  color: #E60012;
  font-weight: 400;
  font-family: "Oswald";
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .product_num {
    font-size: 2.8rem;
  }
}

.product_block_title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (min-width: 980px) {
  .product_block_title {
    font-size: 2.8rem;
  }
}
.product_block_title span {
  font-size: 1.6rem;
}
@media screen and (min-width: 980px) {
  .product_block_title span {
    font-size: 2rem;
  }
}

.product_block_description {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.product_block_link {
  text-align: center;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 980px) {
  .product_block_link {
    text-align: left;
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.product_image {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .product_image {
    width: 50%;
    max-height: 390px;
  }
}
.product_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  translate: -100% 0;
  background-color: #E60012;
  z-index: 4;
}
.product_image img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  aspect-ratio: 375/209;
}
@media screen and (min-width: 980px) {
  .product_image img {
    aspect-ratio: initial;
    height: 100%;
  }
}
.product_image.active::before {
  -webkit-animation: image_in 0.4s ease-in-out 0s forwards;
          animation: image_in 0.4s ease-in-out 0s forwards;
}

#our_value {
  position: relative;
  padding-inline: 25px;
  padding-block: 75px 66.6666666667vw;
  background-color: #C8D3E0;
  overflow: hidden;
}
@media screen and (min-width: 425px) {
  #our_value {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #our_value {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #our_value {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #our_value {
    padding-block: 60px;
  }
}
@media screen and (min-width: 980px) {
  #our_value {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  #our_value {
    -webkit-padding-start: 90px;
            padding-inline-start: 90px;
    padding-block: 80px 90px;
  }
}
#our_value::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/top/our_value_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #our_value::after {
    width: 62.5vw;
    height: auto;
    bottom: 0%;
    top: initial;
    left: 52%;
    translate: 5% 20%;
    background-image: url(../../img/top/our_value.webp);
    aspect-ratio: 1028/845;
  }
}
@media screen and (min-width: 980px) {
  #our_value::after {
    translate: -1% 21%;
    width: 62.5vw;
    max-width: 800px;
  }
}
#our_value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 139px;
  height: 139px;
  background-image: url(../../img/top/our_value_decoration.webp);
  background-repeat: no-repeat;
  z-index: 10;
}

.our_value_title {
  position: relative;
  padding-top: 40px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .our_value_title {
    font-size: 2.8rem;
    font-weight: 600;
    padding-top: 55px;
  }
}
.our_value_title::before {
  content: "";
  position: absolute;
  background-image: url(../../img/top/our_value_text.svg);
  top: 0;
  left: -25px;
  width: 100vw;
  height: auto;
  aspect-ratio: 375/72;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .our_value_title::before {
    width: 100%;
    max-width: 381px;
    left: 0;
  }
}

.our_value_text_block {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .our_value_text_block {
    width: 50%;
    max-width: 494px;
  }
}

.our_value_text {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  .our_value_text {
    text-align: left;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.our_value_link {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .our_value_link {
    text-align: left;
  }
}

#news {
  padding-inline: 35px;
  padding-block: 95px;
  background-color: #F6F6F6;
}
@media screen and (min-width: 768px) {
  #news {
    padding-block: 55px;
    padding-inline: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 425px) {
  #news {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 600px) {
  #news {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #news {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #news {
    padding-inline: 85px;
  }
}
#news .contents_inner {
  max-width: 1020px;
}

@media screen and (min-width: 768px) {
  .news_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 19.179389313%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .news_title_block {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.news_title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .news_title {
    font-size: 2.8rem;
    font-weight: 600;
  }
}

.news_link_block {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.news_list_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .news_list_block {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 708px;
  }
}

.news_item {
  display: block;
  border-top: solid 1px rgba(62, 58, 57, 0.2);
  padding-block: 25px;
}
@media screen and (min-width: 768px) {
  .news_item {
    padding-block: 34px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news_item:hover dl dt span {
    color: #E60012;
  }
  .news_item:hover dl .news_item_title {
    color: #E60012;
  }
}
@media screen and (min-width: 768px) {
  .news_item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12.0056497175%;
  }
}
.news_item dl dt span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6E6765;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news_item dl dd {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
@media screen and (min-width: 768px) {
  .news_item dl dd {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.news_item dl dd .news_item_title {
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news_item:last-child {
  border-bottom: solid 1px #C8D3E0;
}

#company {
  padding-block: 80px;
  padding-inline: 35px;
}
@media screen and (min-width: 600px) {
  #company {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  #company {
    padding-block: 100px 105px;
  }
}

.company_title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .company_title {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

.company_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .company_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .company_block {
    gap: 30px 0;
    max-width: 900px;
  }
}

.company_link {
  display: block;
  width: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .company_link {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .company_link {
    width: 33.3333333333%;
    max-width: 300px;
  }
}
.company_link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.company_link img {
  width: 100%;
  height: auto;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .company_link:hover img {
    scale: 1.05;
  }
  .company_link:hover .link_text::after {
    scale: 1.4;
  }
}

.link_text {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  width: calc(100% - 20px);
  z-index: 2;
}
.link_text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E60012;
  translate: 0 -50%;
}
.link_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  translate: 0 -50%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}