@charset "UTF-8";
:root {
  --main-red: #E50012;
  --main-blue: #3A6DB9;
  --font-black: #000000;
  --font-semiblack: #333;
  --link-color: #00CBEB;
}

/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	共通部分 */
  /*=================================================================*/
  body {
    color: var(--font-black);
  }
  body p {
    color: var(--font-black);
  }
  header ul.sns {
    display: none !important;
  }
  header.fixed a.logo .logo_text path {
    fill: #333 !important;
    transition: 0.3s;
  }
  header.fixed .hamburger span.bdr {
    background: #333;
    transition: 0.3s;
  }
  /*=================================================================*/
  /*	メインビジュアル */
  /*=================================================================*/
  .main_visual {
    clip-path: url(#mvClip);
    position: relative;
    z-index: 1;
  }
  .main_visual:after {
    content: "";
    width: 66%;
    aspect-ratio: 1251/186;
    display: flex;
    background: url("../images/top/mv_bottom_decoration.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -7.7%;
    left: -7%;
    z-index: 1;
  }
  .main_visual .dual_slider {
    background: #fff;
    aspect-ratio: 8/5;
    max-height: 1200px;
    display: flex;
    gap: 0;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
  }
  .main_visual .dual_slider .swiper,
  .main_visual .dual_slider .swiper-wrapper,
  .main_visual .dual_slider .swiper-slide {
    height: 100%;
  }
  .main_visual .dual_slider .mv_left {
    margin-right: -1px;
    width: calc(50% + 1px);
  }
  .main_visual .dual_slider .mv_right {
    width: 50%;
  }
  .main_visual .dual_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main_visual .catch_copy {
    padding: 0 40px;
    width: fit-content;
    height: fit-content;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .main_visual .catch_copy > h1 {
    color: #fff;
    font-size: 8.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0px 0px 16px rgba(77, 77, 77, 0.8);
  }
  .main_visual .catch_copy > p {
    margin-top: 20px;
    color: #fff;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 5.8rem;
    line-height: 1;
    text-shadow: 0px 0px 16px rgba(77, 77, 77, 0.8);
  }
  /*=================================================================*/
  /*	About us ・ Topics */
  /*=================================================================*/
  section.quality {
    margin-top: -4.4vw;
    padding: calc(4.4vw + 80px) 40px 140px;
    background: url("../images/top/japan_map.png") no-repeat;
    background-position: calc(50% + 20px) calc(40% - 460px);
    background-size: clamp(1540px, 100%, 1850px) auto;
  }
  section.quality section.aboutus {
    padding-bottom: 180px;
  }
  section.quality section.aboutus .inner {
    margin: 0 auto;
    padding-left: 100px;
    max-width: 1400px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  section.quality section.aboutus .inner:before {
    content: "";
    width: 50%;
    max-width: 660px;
    aspect-ratio: 1/1;
    background: url("../images/top/bg_aboutus.webp") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: -1;
  }
  section.quality section.aboutus .inner .title p {
    margin-bottom: 30px;
    padding: 9px 0 0 18px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 2rem;
    font-weight: 400;
    position: relative;
  }
  section.quality section.aboutus .inner .title p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.quality section.aboutus .inner .title h2 {
    margin-bottom: 24px;
    padding-left: 40px;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
  }
  section.quality section.aboutus .inner .title h2 > span {
    margin-bottom: 26px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 4.8rem;
    font-weight: 400;
    color: var(--main-blue);
    display: block;
    width: fit-content;
  }
  section.quality section.aboutus .inner .view_more {
    margin-top: 40px;
    padding-left: 40px;
  }
  section.quality section.aboutus .inner .view_more p.explanation {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.7;
    text-shadow: 0 0 4px #fff, 0 0 10px #fff;
  }
  section.quality section.topics {
    margin-top: 240px;
  }
  section.quality section.topics .inner {
    margin: 0 auto;
    max-width: 1400px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  section.quality section.topics .inner > .title {
    margin-top: 18px;
    padding: 12px 0 0 18px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 4rem;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
  }
  section.quality section.topics .inner > .title:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.quality section.topics .inner ul.topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 1152px;
    gap: 30px 0;
  }
  section.quality section.topics .inner ul.topics_list li {
    width: 286px;
    display: flex;
    justify-content: flex-start;
    border-left: 1px solid #D9D9D9;
    box-sizing: border-box;
  }
  section.quality section.topics .inner ul.topics_list li:first-child {
    border: none;
  }
  section.quality section.topics .inner ul.topics_list li > a {
    padding: 0 34px 46px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
  }
  section.quality section.topics .inner ul.topics_list li > a .img_wrap {
    width: 216px;
    height: 152px;
    overflow: hidden;
  }
  section.quality section.topics .inner ul.topics_list li > a .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  section.quality section.topics .inner ul.topics_list li > a > p.title {
    margin: 30px 0 22px;
    font-size: 1.4rem;
  }
  section.quality section.topics .inner ul.topics_list li > a > p.date {
    color: var(--main-blue);
    font-size: 1.4rem;
    margin-top: auto;
  }
  section.quality section.topics .inner ul.topics_list li > a > span.more {
    padding-right: 16px;
    color: var(--font-black);
    font-size: 1.2rem;
    position: absolute;
    right: 35px;
    bottom: 20px;
  }
  section.quality section.topics .inner ul.topics_list li > a > span.more:after {
    content: "";
    margin: auto;
    width: 10px;
    aspect-ratio: 256/82;
    background: url("../images/union/icon_line_arrow.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
  }
  section.quality section.topics .inner ul.topics_list li > a:hover .img_wrap img {
    transform: scale(1.08);
    transition: 0.3s;
  }
  section.quality section.topics .inner ul.topics_list li > a:hover span.more:after {
    right: -10px;
    transition: 0.3s;
  }
  /*=================================================================*/
  /*	Capability */
  /*=================================================================*/
  section.capability .bg {
    width: 100%;
    aspect-ratio: 32/13;
    max-height: 780px;
    background: url("../images/top/bg_capability.webp") no-repeat center center;
    background-size: cover;
  }
  section.capability .inner {
    padding: 0 40px;
  }
  section.capability .inner .mask_wrap {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
  }
  section.capability .inner .mask_wrap .frame,
  section.capability .inner .mask_wrap .frame_overlay {
    position: absolute;
    bottom: calc(100% - 5.5vw);
    left: -135px;
    width: 390px;
    height: 390px;
    pointer-events: none;
    box-sizing: border-box;
  }
  section.capability .inner .mask_wrap .frame {
    position: absolute;
    border: 1px solid rgba(229, 0, 18, 0.2);
    box-sizing: border-box;
  }
  section.capability .inner .mask_wrap .frame_overlay {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
  }
  section.capability .inner .menu {
    margin: -9.6vw auto 0;
    padding: 60px 100px;
    max-width: 1400px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  section.capability .inner .menu .title {
    margin: 0 auto 50px;
    width: fit-content;
  }
  section.capability .inner .menu .title > p {
    margin: 0 auto 20px;
    padding: 10px 20px 0;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 2.8rem;
    width: fit-content;
    position: relative;
  }
  section.capability .inner .menu .title > p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.capability .inner .menu .title > h2 {
    padding: 0 40px;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.4;
    width: fit-content;
  }
  section.capability .inner .menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    background: #D9D9D9;
  }
  section.capability .inner .menu ul li {
    padding: 72px 40px 50px 72px;
    width: calc((100% - 1px) / 2);
    background: #fff;
    box-sizing: border-box;
    position: relative;
  }
  section.capability .inner .menu ul li .num {
    color: #B9B9B9;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 40px;
    left: 36px;
  }
  section.capability .inner .menu ul li .num > span {
    font-size: 2rem;
  }
  section.capability .inner .menu ul li dl dt {
    margin-bottom: 20px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 4rem;
    font-weight: 400;
  }
  section.capability .inner .menu ul li dl dd {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.capability .inner .menu ul li dl dd > p {
    font-size: 1.6rem;
  }
  /*=================================================================*/
  /*	Products */
  /*=================================================================*/
  section.products {
    min-height: 28vw;
    position: relative;
  }
  section.products:after {
    content: "";
    margin-top: -130px;
    width: 100%;
    aspect-ratio: 32/15;
    display: block;
    background: url("../images/top/bg_products.webp") no-repeat center bottom;
    background-size: cover;
    z-index: -1;
  }
  section.products .title_outer {
    background: #fff;
    width: 70%;
    min-width: 700px;
    box-sizing: border-box;
    position: relative;
  }
  section.products .title_outer .frame,
  section.products .title_outer .frame_overlay {
    position: absolute;
    top: 16px;
    left: -146px;
    width: 390px;
    height: 390px;
    pointer-events: none;
    box-sizing: border-box;
  }
  section.products .title_outer .frame {
    position: absolute;
    border: 1px solid rgba(229, 0, 18, 0.2);
    box-sizing: border-box;
  }
  section.products .title_outer .frame_overlay {
    position: absolute;
    border: 1px solid rgba(184, 255, 242, 0.8);
    box-sizing: border-box;
    mix-blend-mode: overlay;
  }
  section.products .title_outer .title {
    margin-left: auto;
    width: fit-content;
    box-sizing: border-box;
    position: relative;
  }
  section.products .title_outer .title .frame_overlay {
    top: 30px;
  }
  section.products .title_outer .title .title_inner {
    padding: 56px 80px 50px 80px;
    margin-left: auto;
    width: fit-content;
    box-sizing: border-box;
    position: relative;
  }
  section.products .title_outer .title .title_inner > p {
    margin-bottom: 60px;
    padding: 10px 0 0 20px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 2rem;
    font-weight: 400;
    position: relative;
  }
  section.products .title_outer .title .title_inner > p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.products .title_outer .title .title_inner .frame {
    top: 30px;
  }
  section.products .title_outer .title .title_inner > h2 {
    margin-left: 54px;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  section.products .title_outer .title .title_inner > h2 span {
    font-size: 7.2rem;
  }
  section.products .title_outer .title .title_inner a.btnNormal {
    position: absolute;
    left: 140px;
    bottom: -38px;
  }
  section.products .inner {
    margin: 0 auto;
    padding: 10vw 40px;
    max-width: 1400px;
    box-sizing: border-box;
  }
  section.products .inner > .prod_text {
    margin: 0 auto;
    max-width: 620px;
  }
  section.products .inner > .prod_text > p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  section.products .inner > .prod_text a.btnNormal {
    margin: 40px 0 0 auto;
  }
  /*=================================================================*/
  /*	fellow */
  /*=================================================================*/
  section.fellow {
    padding: 150px 40px;
  }
  section.fellow section.recruit {
    margin: 0 auto 170px;
    width: 100%;
    max-width: 1280px;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 128/65;
    background: url("../images/top/visual_recruit.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  section.fellow section.recruit:before {
    content: "RECRUIT";
    display: inline-block;
    color: #fff;
    font-size: 12rem;
    font-weight: 700;
    line-height: 1;
    transform-origin: left top;
    transform: rotate(90deg);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0.8;
    position: absolute;
    left: 0.82em;
    top: -0.14em;
    z-index: 0;
  }
  section.fellow section.recruit .slogan {
    margin-top: 7vw;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  section.fellow section.recruit .slogan > p {
    margin-bottom: 2px;
    color: #fff;
    font-size: 3.6rem;
  }
  section.fellow section.recruit .slogan > .en {
    color: #fff;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 1.6rem;
  }
  section.fellow section.recruit .slogan > a.btnNormal {
    margin: 40px auto 0;
  }
  section.fellow section.people .inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  section.fellow section.people .inner .title {
    margin-bottom: 100px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 20px 16px;
    position: relative;
  }
  section.fellow section.people .inner .title:before {
    content: "";
    width: 390px;
    height: 390px;
    pointer-events: none;
    border: 2px solid rgba(229, 0, 18, 0.2);
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 100px);
    right: calc(100% - 150px);
    z-index: -1;
  }
  section.fellow section.people .inner .title h3 {
    padding: 10px 0 0 14px;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
  }
  section.fellow section.people .inner .title h3:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.fellow section.people .inner .title > p {
    padding-left: 14px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  /*=================================================================*/
  /*	Sustainability */
  /*=================================================================*/
  section.sustainability {
    padding: 0 0 100px;
  }
  section.sustainability .bg {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 550px;
    background: url(../images/top/bg_sustainability.webp) no-repeat center center;
    background-size: cover;
  }
  section.sustainability .head {
    margin: -160px 0 100px;
    padding: 0 40px;
    background: linear-gradient(to right, #fff 50%, transparent 0);
    box-sizing: border-box;
  }
  section.sustainability .head .inner {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: flex-end;
  }
  section.sustainability .head .inner .title {
    width: 60%;
    max-width: 728px;
    padding: 50px 24px 0 0;
    background: #fff;
    box-sizing: border-box;
  }
  section.sustainability .head .inner .title > p {
    margin-bottom: 36px;
    padding: 10px 0 0 20px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 2rem;
    font-weight: 400;
    position: relative;
  }
  section.sustainability .head .inner .title > p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.sustainability .head .inner .title > h2 {
    margin-left: 50px;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  section.sustainability .head .inner .explanation {
    padding: 20px 20px 8px;
    width: 40%;
    max-width: 472px;
    background: #fff;
    box-sizing: border-box;
  }
  section.sustainability .head .inner .explanation > p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  section.sustainability ul.post_list {
    padding: 0 40px;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	共通部分 */
  /*=================================================================*/
  body {
    color: var(--font-black);
  }
  body p {
    color: var(--font-black);
  }
  header ul.sns {
    display: none !important;
  }
  header.fixed {
    background: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
  }
  header.fixed a.logo .logo_text path {
    fill: #333 !important;
    transition: 0.3s;
  }
  header.fixed .hamburger span.bdr {
    background: #333;
    transition: 0.3s;
  }
  /*=================================================================*/
  /*	ハンバーガーボタンと連動したドロワーメニュー */
  /*=================================================================*/
  .drawer_menu .site_menu ul {
    gap: 20px;
  }
  .drawer_menu .site_menu ul li a {
    font-size: 2.8rem;
  }
  .drawer_menu .site_menu ul li span {
    margin-left: 0.3em;
    font-size: 1.3rem;
  }
  /*=================================================================*/
  /*	メインビジュアル */
  /*=================================================================*/
  .main_visual {
    clip-path: url(#mvClip);
    position: relative;
    z-index: 1;
  }
  .main_visual:after {
    content: "";
    width: 66%;
    aspect-ratio: 1251/186;
    display: flex;
    background: url("../images/top/mv_bottom_decoration.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -2%;
    left: -4%;
    z-index: 1;
  }
  .main_visual .dual_slider {
    background: #fff;
    aspect-ratio: 4/5;
    display: flex;
    gap: 0;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
  }
  .main_visual .dual_slider .swiper,
  .main_visual .dual_slider .swiper-wrapper,
  .main_visual .dual_slider .swiper-slide {
    height: 100%;
  }
  .main_visual .dual_slider .mv_left {
    margin-right: -1px;
    width: calc(50% + 1px);
  }
  .main_visual .dual_slider .mv_right {
    width: 50%;
  }
  .main_visual .dual_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main_visual .catch_copy {
    padding: 0 4%;
    width: fit-content;
    height: fit-content;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .main_visual .catch_copy > h1 {
    color: #fff;
    font-size: 12.8vw;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0px 0px 16px rgba(77, 77, 77, 0.8);
  }
  .main_visual .catch_copy > p {
    margin-top: 10px;
    color: #fff;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 5.5vw;
    line-height: 1;
    text-shadow: 0px 0px 16px rgba(77, 77, 77, 0.8);
  }
  /*=================================================================*/
  /*	About us ・ Topics */
  /*=================================================================*/
  section.quality {
    margin-top: -10vw;
    padding: calc(10vw + 6%) 4% 10%;
    background: url("../images/top/japan_map.png") no-repeat;
    background-position: calc(40% - 20px) calc(50% - 12vw);
    background-size: clamp(1280px, 100%, 1560px) auto;
  }
  section.quality section.aboutus .inner {
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  section.quality section.aboutus .inner:after {
    content: "";
    width: 100%;
    display: block;
    aspect-ratio: 1/1;
    background: url("../images/top/bg_aboutus.webp") no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
  section.quality section.aboutus .inner .title p {
    margin-bottom: 10px;
    padding: 9px 0 0 18px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
  }
  section.quality section.aboutus .inner .title p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.quality section.aboutus .inner .title h2 {
    margin-bottom: 24px;
    font-size: 8.6vw;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
  }
  section.quality section.aboutus .inner .title h2 > span {
    margin-bottom: 14px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 8vw;
    font-weight: 400;
    color: var(--main-blue);
    display: block;
    width: fit-content;
  }
  section.quality section.aboutus .inner .view_more {
    margin: 10vw auto;
    width: fit-content;
  }
  section.quality section.aboutus .inner .view_more p.explanation {
    margin-bottom: 20px;
    font-size: 1.8rem;
    width: fit-content;
    line-height: 1.7;
    text-shadow: 1px 1px 0 #fff;
  }
  section.quality section.topics {
    margin-top: 30vw;
  }
  section.quality section.topics .inner {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  section.quality section.topics .inner > .title {
    margin-top: 18px;
    padding: 12px 0 0 18px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 4rem;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
  }
  section.quality section.topics .inner > .title:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.quality section.topics .inner ul.topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    gap: 30px 0;
  }
  section.quality section.topics .inner ul.topics_list li {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  section.quality section.topics .inner ul.topics_list li:nth-child(2n) {
    border-left: 1px solid #D9D9D9;
  }
  section.quality section.topics .inner ul.topics_list li > a {
    padding: 0 20px 40px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
  }
  section.quality section.topics .inner ul.topics_list li > a .img_wrap {
    width: 100%;
    aspect-ratio: 27/19;
    overflow: hidden;
  }
  section.quality section.topics .inner ul.topics_list li > a .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  section.quality section.topics .inner ul.topics_list li > a > p.title {
    margin: 30px 0 22px;
    font-size: 1.4rem;
  }
  section.quality section.topics .inner ul.topics_list li > a > p.date {
    color: var(--main-blue);
    font-size: 1.4rem;
    margin-top: auto;
  }
  section.quality section.topics .inner ul.topics_list li > a > span.more {
    padding-right: 16px;
    color: var(--font-black);
    font-size: 1.2rem;
    position: absolute;
    right: 35px;
    bottom: 20px;
  }
  section.quality section.topics .inner ul.topics_list li > a > span.more:after {
    content: "";
    margin: auto;
    width: 10px;
    aspect-ratio: 256/82;
    background: url("../images/union/icon_line_arrow.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
  }
  section.quality section.topics .inner ul.topics_list li > a:hover .img_wrap img {
    transform: scale(1.08);
    transition: 0.3s;
  }
  section.quality section.topics .inner ul.topics_list li > a:hover span.more:after {
    right: -10px;
    transition: 0.3s;
  }
  /*=================================================================*/
  /*	Capability */
  /*=================================================================*/
  /*=================================================================*/
  /*	Products */
  /*=================================================================*/
  /*=================================================================*/
  /*	fellow */
  /*=================================================================*/
  /*=================================================================*/
  /*	Sustainability */
  /*=================================================================*/
  /*<end>============================================================*/
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  section.quality {
    background: url(../images/top/japan_map.png) no-repeat;
    background-position: calc(40% - 20px) calc(50% - 160vw);
    background-size: clamp(1280px, 100%, 1560px) auto;
  }
  section.quality section.topics .inner ul.topics_list li {
    width: 100% !important;
  }
  section.quality section.topics .inner ul.topics_list li:nth-child(2n) {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  section.capability .bg {
    width: 100%;
    aspect-ratio: 16/9;
    background: url("../images/top/bg_capability.webp") no-repeat center center;
    background-size: cover;
  }
  section.capability .inner {
    padding: 0 4%;
  }
  section.capability .inner .mask_wrap {
    margin: 0 auto;
    position: relative;
  }
  section.capability .inner .mask_wrap .frame,
  section.capability .inner .mask_wrap .frame_overlay {
    position: absolute;
    bottom: calc(100% - 40px);
    left: -60px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    box-sizing: border-box;
  }
  section.capability .inner .mask_wrap .frame {
    position: absolute;
    border: 2px solid rgba(229, 0, 18, 0.2);
    box-sizing: border-box;
  }
  section.capability .inner .mask_wrap .frame_overlay {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
  }
  section.capability .inner .menu {
    margin: -20vw auto 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  section.capability .inner .menu .title {
    margin: 0 auto 20px;
    padding: 30px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  section.capability .inner .menu .title > p {
    margin: 0 auto 20px;
    padding: 10px 20px 0;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 2.4rem;
    width: fit-content;
    position: relative;
  }
  section.capability .inner .menu .title > p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.capability .inner .menu .title > h2 {
    font-size: 8.6vw;
    font-weight: 700;
    line-height: 1.2;
    width: fit-content;
  }
  section.capability .inner .menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
  }
  section.capability .inner .menu ul li {
    padding: 30px 10px 20px 20px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
  }
  section.capability .inner .menu ul li:nth-child(n+2) {
    border-top: 1px solid #D9D9D9;
  }
  section.capability .inner .menu ul li .num {
    color: #B9B9B9;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 14px;
    left: 10px;
  }
  section.capability .inner .menu ul li .num > span {
    font-size: 1.6rem;
  }
  section.capability .inner .menu ul li dl dt {
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 3.4rem;
    font-weight: 400;
  }
  section.capability .inner .menu ul li dl dd {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.capability .inner .menu ul li dl dd > p {
    font-size: 1.5rem;
  }
  section.capability .inner .menu ul li dl dd a.btnNormal {
    margin: 0 auto;
  }
  section.products {
    min-height: 28vw;
    position: relative;
  }
  section.products:after {
    content: "";
    margin: 0 auto;
    width: 92%;
    display: block;
    aspect-ratio: 960/391;
    background: url("../images/top/bg_products.webp") no-repeat left center;
    background-size: cover;
    z-index: -1;
  }
  section.products .title_outer {
    padding: 20px 30px;
    background: unset !important;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  section.products .title_outer .title .title_inner > p {
    margin-bottom: 20px;
    padding: 10px 0 0 20px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
  }
  section.products .title_outer .title .title_inner > p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.products .title_outer .title .title_inner > h2 {
    font-size: 8.6vw;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
  }
  section.products .title_outer .title .title_inner > h2 span {
    font-size: 9.6vw;
  }
  section.products .title_outer .title .title_inner a.btnNormal {
    margin: 6vw auto;
    width: fit-content;
  }
  section.products .title_outer {
    padding: 20px 4%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  section.products .title_outer .title {
    width: fit-content;
  }
  section.products .title_outer .title > p {
    margin-bottom: 20px;
    padding: 10px 0 0 20px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
  }
  section.products .title_outer .title > p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.products .title_outer .title > h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
  }
  section.products .inner {
    margin: 0 auto;
    padding: 8vw 4%;
    max-width: 1400px;
    box-sizing: border-box;
  }
  section.products .inner > .prod_text {
    margin: 0 auto;
    max-width: 620px;
  }
  section.products .inner > .prod_text > p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  section.products .inner > .prod_text a.btnNormal {
    margin: 40px 0 0 auto;
  }
  section.fellow {
    padding: 26vw 4% 100px;
  }
  section.fellow section.recruit {
    margin: 0 auto 50px;
    padding: 4% 4% 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/top/visual_recruit.webp") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  section.fellow section.recruit:before {
    content: "RECRUIT";
    display: inline-block;
    color: #fff;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    transform-origin: left top;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0.8;
    position: absolute;
    right: -0.02em;
    bottom: -0.14em;
    z-index: 0;
  }
  section.fellow section.recruit .slogan {
    margin-top: 7vw;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  section.fellow section.recruit .slogan > p {
    margin-bottom: 2px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
  }
  section.fellow section.recruit .slogan > .en {
    color: #fff;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 1.5rem;
  }
  section.fellow section.recruit .slogan > a.btnNormal {
    margin: 30px auto 0;
  }
  section.fellow section.people .inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  section.fellow section.people .inner .title {
    margin-bottom: 30px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px 16px;
    position: relative;
  }
  section.fellow section.people .inner .title:before {
    content: "";
    width: 120px;
    height: 120px;
    pointer-events: none;
    border: 2px solid rgba(229, 0, 18, 0.2);
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 80px);
    left: -20px;
    z-index: -1;
  }
  section.fellow section.people .inner .title h3 {
    padding: 10px 0 0 14px;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
  }
  section.fellow section.people .inner .title h3:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.fellow section.people .inner .title > p {
    padding-left: 14px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  section.sustainability {
    padding: 0 4% 100px;
    overflow: hidden;
  }
  section.sustainability .bg {
    margin: 0 -5%;
    width: 110%;
    aspect-ratio: 3/2;
    background: url(../images/top/bg_sustainability.webp) no-repeat center center;
    background-size: cover;
  }
  section.sustainability .head {
    margin: -100px 0 40px;
    background: linear-gradient(to right, #fff 50%, transparent 0);
    box-sizing: border-box;
  }
  section.sustainability .head .inner {
    margin: 0 auto;
  }
  section.sustainability .head .inner .title {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 20px 0;
    background: #fff;
    box-sizing: border-box;
  }
  section.sustainability .head .inner .title > p {
    margin-bottom: 20px;
    padding: 10px 0 0 20px;
    font-family: "Marcellus", "Inter", "NotoSansJP";
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
  }
  section.sustainability .head .inner .title > p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: var(--main-red);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.sustainability .head .inner .title > h2 {
    font-size: 8.6vw;
    font-weight: 700;
    line-height: 1.2;
  }
  section.sustainability .head .inner .explanation {
    padding: 0 20px 20px;
    background: #fff;
    box-sizing: border-box;
  }
  section.sustainability .head .inner .explanation > p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
/*******************************************************************/
/* TB(header only) */
/*******************************************************************/
@media screen and (min-width:769px) and (max-width:1100px) {
  /*<start>==========================================================*/
  section.capability .inner .menu {
    padding: 50px 40px;
  }
  section.capability .inner .menu ul li {
    padding: 60px 40px 40px 40px;
  }
  section.capability .inner .menu ul li .num {
    top: 30px;
    left: 26px;
  }
  section.capability .inner .menu ul li dl {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  section.capability .inner .menu ul li dl dd {
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  section.capability .inner .menu ul li dl dd a.btnNormal {
    margin-left: auto;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=top.css.map */