@charset "UTF-8";
/*------------------------Base--------------------------*/
.section_wrapper {
  padding-top: 160px;
  padding-bottom: 80px;
}
/*-----------------------FV area-------------------------*/
.fv_wrapper {
  width: 100%;
  height: 100%;
  height: 100dvh;
  position: relative;
}
.fv_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url(../../../../../../images/02_top/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.fv_container .copy_container {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  width: 100%;
  margin-top: -16%;
  mix-blend-mode: multiply;
}
.copy_container h2 {
  display: flex;
  align-items: baseline;
  mix-blend-mode: difference;
}
.copy_container h2.copy_upper {
  justify-content: flex-end;
  margin-right: 44%;
}
.copy_container h2.copy_lower {
  margin-left: 44%;
}
.fv_lineart_img {
  position: absolute;
  top: 0;
  right: 11%;
  height: 100%;
}
.fv_lineart_img img {
  height: 100%;
}
.fv_imgcontainer {
  width: 70%;
  height: 68%;
  position: absolute;
  top: calc(50% - clamp(2rem, -1.5rem + 4.38vw, 5.5rem));
  left: 0;
  overflow: hidden;
}
.fv_slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transition: opacity 1s ease-in-out;
  position: absolute;
  animation: slide 40s linear infinite 0s;
}
.fv_slide.fv_01 {
  background-image: url(../../../../../../images/02_top/fv_img01.jpg);
}
.fv_slide.fv_02 {
  background-image: url(../../../../../../images/02_top/fv_img02.jpg);
  opacity: 0;
  background-position: center;
}
.fv_slide.fv_03 {
  background-image: url(../../../../../../images/02_top/fv_img03.jpg);
  opacity: 0;
}
.fv_slide.fv_04 {
  background-image: url(../../../../../../images/02_top/fv_img04.jpg);
  background-position: left;
  opacity: 0;
}
.fv_slide.fv_05 {
  background-image: url(../../../../../../images/02_top/fv_img05.jpg);
  background-position: center;
  opacity: 0;
}
@keyframes slide {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  40%,
  100% {
    opacity: 0;
  }
}

.fv_slide:nth-child(2) {
  animation-delay: 8s;
}
.fv_slide:nth-child(3) {
  animation-delay: 16s;
}
.fv_slide:nth-child(4) {
  animation-delay: 24s;
}
.fv_slide:nth-child(5) {
  animation-delay: 32s;
}
img.products_lineart {
  height: 100%;
  width: fit-content;
  object-fit: scale-down;
  position: absolute;
  right: 12%;
}
/* 以上 */
@media screen and (min-width: 1919px) {
  .fv_imgcontainer {
    top: 50%;
  }
  .fv_container .copy_container {
    margin-top: -6%;
  }
  .fv_container .copy_container .font_headline-72 {
    font-size: clamp(4.5rem, 0rem + 3.75vw, 6rem);
  }
  .fv_container .copy_container .font_headline-64 {
    font-size: clamp(4rem, 1rem + 2.5vw, 5rem);
  }
}
/* 以下 */
@media screen and (max-width: 1400px) {
  .copy_container h2.copy_lower {
    margin-left: 32%;
  }
  .fv_imgcontainer {
    height: 62%;
    min-height: 62%;
  }
}
@media screen and (max-width: 1280px) {
  .fv_wrapper {
    max-height: 1024px;
  }
  .fv_container .copy_container {
    margin-top: -10%;
  }
  .copy_container h2.copy_upper {
    justify-content: center;
    margin-right: initial;
  }
  .copy_container h2.copy_lower {
    justify-content: center;
    margin-left: initial;
  }
  .fv_imgcontainer {
    height: 54%;
    min-height: 54%;
    top: calc(54% - clamp(2rem, -1.5rem + 4.38vw, 5.5rem));
  }
}
@media screen and (max-width: 768px) {
  .fv_wrapper {
    max-height: 680px;
  }
  .fv_container .copy_container {
    margin-top: -14%;
  }
  .fv_imgcontainer {
    height: 40%;
    min-height: 40%;
    max-height: 480px;
  }
  .fv_lineart_img {
    right: 4%;
  }
}
@media screen and (max-width: 500px) {
  .fv_imgcontainer {
    width: 68%;
    height: 36%;
    min-height: 36%;
  }
  .fv_slide.fv_03 {
    background-position: 88% top;
  }
  .fv_slide.fv_05 {
    background-position: left;
  }
}
/* height media query */
@media screen and (max-height: 900px) {
  .fv_wrapper {
    height: 1100px;
  }
  .fv_container .copy_container {
    margin-top: -8%;
  }
  .fv_imgcontainer {
    top: unset;
    bottom: -48px;
    height: 56%;
  }
}
/*------------------------About Area----------------------------*/
.section_wrapper.section_about {
  position: relative;
  margin-left: 11%;
  padding-bottom: 0%;
}
.section_about .contents_container {
  background-image: url(../../../../../../images/02_top/riverwave.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: clamp(68%, 64%, 62%) 100%;
  position: relative;
}
.section_about .contents_box {
  padding: 80px 0;
}
.about_img img {
  width: 38%;
  max-width: 880px;
  min-width: 390px;
  position: absolute;
  top: 0;
  right: 0;
}
/* 各section共通 */
.contents_box {
  position: relative;
}

.accent_p-v {
  position: absolute;
  top: 16%;
  left: 45%;
  writing-mode: vertical-rl;
  color: var(--sub-color);
  letter-spacing: 0.5em;
}
ul.about_list {
  display: flex;
}
ul.about_list a {
  color: var(--sub-color);
  margin-right: 48px;
}
ul.about_list a li {
  position: relative;
}
ul.about_list a li::after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -16px;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--accent-ybeige);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  ul.about_list a:hover {
    color: var(--accent-blue);
  }
  ul.about_list a:hover li::after {
    background: var(--accent-blue);
    transition: all 0.2s;
  }
}

.pagination {
  position: fixed;
  right: 160px;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1000;
}
.pagenation li {
  list-style-type: none;
  margin-bottom: 20px;
}
.pagination a {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-bottom: 5px;
  color: var(--sub-color);
  position: relative;
}
.pagenation a.active {
  background: var(--accent-blue);
}
/* 以上 */
@media screen and (min-width: 1400px) {
  .section_about .contents_box {
    padding: 160px 0;
  }
  .accent_p-v {
    left: inherit;
    right: 40%;
  }
}
@media screen and (min-width: 1960px) {
  .section_about .contents_container {
    background-size: 60% 100%;
  }
  .accent_p-v {
    right: 50%;
  }
}

/* 以下 */
@media screen and (max-width: 1400px) {
  ul.about_list {
    width: 50%;
    flex-wrap: wrap;
  }
  .accent_p-v {
    left: inherit;
    right: 48%;
  }
}
@media screen and (max-width: 1280px) {
  .accent_p-v {
    right: 25%;
  }
}
@media screen and (max-width: 810px) {
  .accent_p-v {
    top: -16%;
  }
}
@media screen and (max-width: 768px) {
  .section_wrapper.section_about {
    margin: 0;
  }
  .section_about .about_img img {
    width: 48%;
    min-width: 300px;
    max-width: 320px;
  }
  .section_about .contents_box {
    padding-left: 8%;
    width: 80%;
  }
  .section_about .button a {
    font-size: 1rem;
    padding: 16px 32px;
    margin-top: 80px;
    max-width: 180px;
  }
  .section_about .button a:after {
    right: 1.6rem;
  }
  .section_about .button a:hover:after {
    right: 1.2rem;
  }
  .section_abst-text {
    font-size: 18px;
    line-height: 1.6;
  }
  ul.about_list {
    flex-direction: column;
    width: fit-content;
  }
  ul.about_list a {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .accent_p-v {
    top: 12%;
    right: 12%;
  }
}
@media screen and (max-width: 500px) {
  .section_about .about_img img {
    width: 56%;
    min-width: inherit;
    max-width: inherit;
  }
}
/*------------------------ PRODUCTS ----------------------------*/
.section_wrapper.section_products {
  background: var(--secondary-color);
  position: relative;
}
.section_products .contents_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_products .section_title-container,
.section_products .read-more {
  display: inline-flex;
  flex-direction: column;
  align-self: center;
}
.section_products .contents_container {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.p_attention {
  text-align: center;
  margin-bottom: 1rem;
}
.p_gallery {
  margin: 40px 4%;
}
.p_gallery .swiper-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.p_gallery .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 19.5%;
  aspect-ratio: 1 / 2;
  position: relative;
}
.p_gallery .swiper-slide .slide-img {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  position: relative;
}
.p_gallery .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p_gallery .swiper-slide .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-01.jpg);
  background-size: cover;
  background-position: center;
  width: 140%;
  height: 140%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.p_gallery .swiper-slide .img02 .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-02.jpg);
}
.p_gallery .swiper-slide .img03 .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-03.jpg);
}
.p_gallery .swiper-slide .img04 .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-04.jpg);
}
.p_gallery .swiper-slide .img05 .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-05.jpg);
}
.p_gallery .swiper-slide .img06 .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-06.jpg);
}
.p_gallery .swiper-slide .img07 .slide_img-inner {
  background-image: url(../../../../../../../images/02_top/top_pro-07.jpg);
}
.p_gallery .swiper-slide .img08 .slide_img-inner {
  background-image: url(../../../../../../../images/02_top/top_pro-08.jpg);
}
.p_gallery .swiper-slide .img09 .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-09.jpg);
}
.p_gallery .swiper-slide .img10 .slide_img-inner {
  background-image: url(../../../../../../images/02_top/top_pro-10.jpg);
}

.p_gallery .swiper-slide .slide-img:hover .slide_img-inner {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.p_gallery .swiper-slide .img01,
.p_gallery .swiper-slide .img03,
.p_gallery .swiper-slide .img05,
.p_gallery .swiper-slide .img07,
.p_gallery .swiper-slide .img09 {
  margin-bottom: 24px;
}
.p_gallery .swiper-slide .img01,
.p_gallery .swiper-slide .img02,
.p_gallery .swiper-slide .img04,
.p_gallery .swiper-slide .img05,
.p_gallery .swiper-slide .img07,
.p_gallery .swiper-slide .img08,
.p_gallery .swiper-slide .img10 {
  flex-grow: 1;
}
.p_gallery .swiper-slide .img03,
.p_gallery .swiper-slide .img06,
.p_gallery .swiper-slide .img09 {
  flex-grow: 2;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--accent-blue) !important;
  transform: translateY(-50%) !important;
  top: 88% !important;
}
.products_namelist {
  position: absolute;
  top: 55%;
  color: var(--base-color);
  opacity: 0.72;
  letter-spacing: 0.2em;
}
.loop_area.products_line img {
  width: auto;
}
.loop_area.products_line {
  position: absolute;
  top: -48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loop_area.products_line .loop_item img:first-child {
  animation: loop_animation 320s -160s linear infinite;
  white-space: nowrap;
}
.loop_area.products_line .loop_item img:last-child {
  animation: loop_animation02 320s linear infinite;
}
@media screen and (min-width: 1281px) {
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .loop_area.products_line .loop_item img:first-child {
    animation: loop_animation 240s -120s linear infinite;
  }
  .loop_area.products_line .loop_item img:last-child {
    animation: loop_animation02 240s linear infinite;
  }
}
@media screen and (max-width: 1280px) {
  #slider.p_gallery,
  .p_gallery .swiper-slide {
    max-height: 640px;
  }
  .swiper-slide {
    margin-right: 16px;
  }
  .loop_area.products_line .loop_item img:first-child {
    animation: loop_animation 200s -100s linear infinite;
  }
  .loop_area.products_line .loop_item img:last-child {
    animation: loop_animation02 200s linear infinite;
  }
  .loop_area.products_line {
    top: -32px;
  }
  .loop_area.products_line img {
    width: 280%;
  }
}
@media screen and (max-width: 1280px) and (max-height: 1000px) {
  #slider {
    height: 60vh;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 64% !important;
  }
}
@media screen and (max-width: 768px) {
  .section_wrapper.section_products {
    padding-top: 80px;
    margin: 0;
  }
  .p_gallery {
    margin: 0 4% 40px;
  }
  #slider.p_gallery,
  .p_gallery .swiper-slide {
    max-height: 480px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 60% !important;
  }
  .loop_area.products_line {
    top: -24px;
  }
  .loop_area.products_line img {
    width: 320%;
  }
  .loop_area.products_line .loop_item {
    animation: loop_animation 120s -60s linear infinite;
  }
  .loop_area.products_line .loop_item {
    animation: loop_animation02 120s linear infinite;
  }
}
@media screen and (max-width: 500px) {
  .loop_area.products_line {
    top: -20px;
  }
  .loop_area.products_line img {
    width: 400%;
  }
  .loop_area.products_line .loop_item {
    animation: loop_animation 160s -80s linear infinite;
  }
  .loop_area.products_line .loop_item {
    animation: loop_animation02 160s linear infinite;
  }
}
/*------------------------ MANUFACTURE ----------------------------*/
.section_wrapper.section_manufacture {
  max-height: 60rem;
  overflow-y: hidden;
  margin-bottom: 0;
}
.section_manufacture .contents_container {
  display: flex;
}
.section_manufacture .contents_container .contents_box {
  position: relative;
  width: 40%;
  z-index: 3;
}
.section_manufacture .contents_container .contents_box.me_gallery {
  color: var(--secondary-color);
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
.me_gallery-container {
  display: flex;
}
.me_gallery-subcontainer.me_g-subc-left {
  margin-right: 24px;
}
.me_gallery-subcontainer.me_g-subc-right {
  margin-top: 24%;
}
.me_gallery-box {
  margin-bottom: 24px;
}
.me_gallery-item {
  border-radius: 1.125rem;
  width: 20vw;
  min-width: 15rem;
  aspect-ratio: 1 / 1.25;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.72;
}
.me_gallery-item.me_g-item01 {
  background-image: url(../../../../../../images/02_top/me_g-item01.jpg);
}
.me_gallery-item.me_g-item02 {
  background-image: url(../../../../../../images/02_top/me_g-item02.jpg);
}
.me_gallery-item.me_g-item03 {
  background-image: url(../../../../../../images/02_top/me_g-item03.jpg);
}
.me_gallery-item.me_g-item04 {
  background-image: url(../../../../../../images/02_top/me_g-item04.jpg);
}
@media screen and (min-width: 1920px) {
  .section_wrapper.section_manufacture {
    max-height: 80rem;
  }
}
@media screen and (max-width: 1440px) {
  .section_wrapper.section_manufacture {
    max-height: clamp(40rem, 37.143rem + 14.29vw, 50rem);
  }
}
@media screen and (max-width: 1024px) {
  .section_wrapper.section_manufacture {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .section_wrapper.section_manufacture {
    padding-top: 0;
    margin-bottom: 0;
  }
  .section_manufacture .section_abst-text {
    background: var(--base-color);
    width: fit-content;
    padding-right: 16px;
  }
}
/*------------------------CONTACT & RECRUIT----------------------------*/
.section_wrapper.section_contact-recruit {
  background: var(--secondary-color);
  padding-bottom: 0;
}
.contents_box.content_contact .section_title {
  margin-bottom: 48px;
}
.contents_box.content_contact {
  display: flex;
  padding-right: 11%;
}
.content_contact .button a {
  margin: 40px 0 24px;
  max-width: 350px;
}
.contact_tel.flex_column-u1280 {
  margin-top: 16px;
  align-items: baseline;
}
.contact_tel span {
  font-weight: 500;
  font-size: 2rem;
}
.contact_tel span.font_16 {
  font-size: 1rem;
}
.img_box {
  width: 50%;
  max-height: 390px;
  aspect-ratio: 75 / 32;
  background-image: url(../../../../../../images/02_top/contact_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 96px;
}
.contents_box.content_recruit {
  padding-right: 11%;
  margin-top: 160px;
}
.content_recruit .box_bg-w {
  position: relative;
  background: var(--base-color);
  width: 50%;
  height: 390px;
  margin-right: 96px;
}
.content_recruit .img_box {
  position: absolute;
  top: 160px;
  left: 11%;
  background-position: center;
  background-image: url(../../../../../../images/02_top/recruit_img.jpg);
}
.content_recruit .section_title-container {
  position: absolute;
  top: -118px;
}
.content_recruit .read-more {
  color: var(--base-color);
  margin-left: 8px;
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}
.content_recruit .read-more .arrow-r {
  margin-left: 8px;
  border: 0.125rem solid var(--base-color);
  border-left: 0;
  border-bottom: 0;
}
.content_recruit .read-more:hover {
  color: var(--accent-ybeige);
}
@media screen and (max-width: 1024px) {
  .contents_box.content_contact {
    flex-direction: column;
    padding-right: 0;
    padding-left: 11%;
  }
  .contents_box.content_contact .contents_innerbox {
    margin-top: 24px;
  }
  .content_contact .img_box,
  .content_recruit .img_box {
    width: 64%;
    min-width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .section_wrapper.section_contact-recruit {
    padding-top: 80px;
  }
  .contents_box.content_contact {
    padding: 0 4%;
  }
  .content_recruit .box_bg-w {
    width: 64%;
    height: inherit;
  }
  .contents_box.content_recruit {
    margin-top: 80px;
  }
  .content_recruit .img_box {
    left: 4%;
    width: 72%;
  }
  .contents_box.content_contact .contents_innerbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact_tel.flex_column-u1280 {
    align-items: center;
  }
  .contents_box.content_contact .section_title-container {
    text-align: center;
  }
  .content_contact .button a {
    font-size: 1rem;
    min-width: 280px;
  }
  .content_contact .button a {
    font-size: 1rem;
    padding: 24px 32px;
    margin: 40px 0;
    max-width: 180px;
  }
  .content_contact .button a:after {
    right: 2.4rem;
  }
  .content_contact .button a:hover:after {
    right: 2rem;
  }
  .section_wrapper.section_contact-recruit {
    margin-top: 0;
    padding-top: 40px;
  }
  .content_contact .img_box {
    align-self: center;
    margin-right: 0;
    width: 100%;
  }
  .content_contact .section_text {
    font-size: 0.875rem;
    max-width: 300px;
  }
}
@media screen and (max-width: 390px) {
  .content_contact .img_box,
  .content_recruit .img_box {
    width: 88%;
    min-width: inherit;
  }
}
/*------------------------ Information area ----------------------------*/
.info_wrapper {
  display: flex;
  flex-direction: column;
}
.info_link {
  display: inline-flex;
  color: var(--font-color);
  margin-top: 24px;
  align-self: center;
}
.info_link.read-more span {
  line-height: 1.6;
}
.info_link.read-more span.arrow-r {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.1rem;
}
ul.info_list {
  list-style: none;
  margin: 0 0 20px;
}
.info_list li {
  padding: 32px 0;
  border-bottom: 1px solid var(--secondary-color);
}
.info_list li:first-child {
  border-top: 1px solid var(--secondary-color);
}
.info_list a:hover {
  opacity: 0.6;
}
.info_list .info_date {
  color: var(--sub-color);
  margin-right: 40px;
}
.info_list .info_title {
  color: var(--font-color);
}
@media screen and (max-width: 768px) {
  .section_wrapper.section_information {
    padding-top: 0px;
  }
}
