@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* ======================================
   Top Page
======================================== */
.title {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .title .copy {
    width: 800px;
    max-width: 90%;
    margin: auto;
    padding-top: 100px; }
    .title .copy img {
      width: 100%; }
  .title .title_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }
  @media screen and (min-width: 960px) {
    .title {
      aspect-ratio: 16/9;
      max-height: 800px; } }

.top_lead {
  margin-bottom: 2rem; }
  .top_lead h2 {
    color: #548BBA;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4; }
    @media screen and (min-width: 960px) {
      .top_lead h2 {
        font-size: 2rem; } }
  .top_lead p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 1rem; }

#top_lead
.field {
  width: 100%; }
  #top_lead
  .field img {
    width: 100%; }

.support {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 40px;
  align-items: start;
  justify-content: space-between; }
  .support .swiper {
    width: 100%; }
  .support h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0; }
  .support .flow {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
    align-items: start;
    margin-top: 1rem; }
    .support .flow p {
      margin: 0;
      padding: 0;
      line-height: 1.8;
      font-size: 1rem;
      font-weight: 500; }
    .support .flow img {
      width: 400px;
      max-width: 100%;
      margin: 0.5rem auto; }
  @media screen and (min-width: 960px) {
    .support {
      grid-template-columns: 50% auto; } }
  @media screen and (min-width: 1280px) {
    .support .flow {
      grid-template-columns: 40% auto; }
      .support .flow img {
        max-width: 100%; } }

.category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem; }
  @media screen and (min-width: 960px) {
    .category {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1280px) {
    .category {
      grid-template-columns: repeat(4, 1fr); } }
  .category li {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0);
    transition: 0.5s;
    border: 4px solid rgba(0, 0, 0, 0); }
    .category li:hover {
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.2); }

br.pc {
  display: none; }
  @media screen and (min-width: 1280px) {
    br.pc {
      display: block; } }

h2.styleA {
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  h2.styleA p {
    text-align: center;
    display: block;
    background-color: #000;
    color: #FFF;
    padding: 0 1rem;
    min-width: 15rem;
    font-size: 1.5rem; }
    h2.styleA p::after {
      content: '';
      background-color: #BE1616;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 20px;
      height: 12px; }
    @media screen and (min-width: 780px) {
      h2.styleA p {
        display: inline-block; } }

.topics {
  padding-top: 0; }
  .topics ul {
    margin-top: 3rem; }
    .topics ul li {
      border-top: 1px solid #868686;
      border-bottom: 1px solid #868686;
      margin-top: -1px; }
      .topics ul li a {
        display: block;
        flex-wrap: wrap;
        color: #232323;
        padding: 0.7rem 1rem;
        transition: 0.5s; }
        .topics ul li a:hover {
          background-color: rgba(255, 255, 255, 0.4); }
        .topics ul li a p:nth-child(odd) {
          flex-basis: 7em; }
    @media screen and (min-width: 780px) {
      .topics ul {
        margin-top: 6rem; }
        .topics ul li a {
          display: flex; } }
  @media screen and (min-width: 780px) {
    .topics {
      padding-top: 5rem; } }

.trust {
  padding-top: 0; }
  .trust dl {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    @media screen and (min-width: 780px) {
      .trust dl {
        margin-top: 6rem;
        grid-template-columns: 12rem auto;
        grid-gap: 4rem 2rem; } }
    .trust dl dt {
      border-right: 0;
      border-bottom: 1px solid #868686;
      text-align: center;
      align-content: center;
      padding: 10px; }
      @media screen and (min-width: 780px) {
        .trust dl dt {
          border-right: 1px solid #868686; } }
      .trust dl dt p {
        font-size: 1.6rem;
        color: #548BBA;
        font-weight: 500;
        line-height: 1.4; }
        .trust dl dt p span {
          display: block;
          line-height: 1.4;
          color: #232323;
          font-size: 1rem; }
    .trust dl dd p span {
      display: block;
      font-weight: 600;
      font-size: 1.1rem; }
  @media screen and (min-width: 780px) {
    .trust {
      padding-top: 5rem; } }

.bd {
  font-weight: 600; }

.lg {
  font-size: 1.2rem; }

.btn {
  text-align: center;
  margin-top: 3rem; }
  .btn a {
    display: inline-block;
    min-width: 15rem;
    max-width: 90%;
    background-color: #BE1616;
    color: #FFF;
    border-radius: 10px;
    padding: 8px;
    font-weight: 600;
    transition: 0.5s;
    border: 4px solid #BE1616; }
    .btn a:hover {
      background-color: #FFF;
      color: #BE1616; }

#products {
  /*Color*/ }
  #products .container.white {
    padding-top: 2rem; }
    @media screen and (min-width: 960px) {
      #products .container.white {
        padding-top: 4rem; } }
  #products .title {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 960px) {
      #products .title {
        aspect-ratio: 2/1; } }
    #products .title .title_img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #products .title .title_text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 1rem; }
      #products .title .title_text h2 {
        display: flex;
        gap: 1rem;
        align-items: center;
        line-height: 1; }
        #products .title .title_text h2::before {
          content: '';
          display: block;
          width: 2.8rem;
          height: 2.8rem;
          background-image: url("../images/products/mark_metal.png");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
          @media screen and (min-width: 960px) {
            #products .title .title_text h2::before {
              width: 3.8rem;
              height: 3.8rem; } }
        #products .title .title_text h2 span {
          font-size: 0.8rem;
          font-family: "Shippori Mincho", serif;
          padding: 0;
          margin: 0;
          line-height: 1.2; }
          @media screen and (min-width: 960px) {
            #products .title .title_text h2 span {
              font-size: 1rem; } }
        #products .title .title_text h2 p {
          font-size: 2rem;
          font-family: "Noto Sans JP", sans-serif;
          color: #f7ab00;
          font-weight: 500;
          padding: 0;
          margin: 0;
          line-height: 1.2;
          letter-spacing: 0; }
          @media screen and (min-width: 960px) {
            #products .title .title_text h2 p {
              font-size: 2.6rem;
              letter-spacing: 0.1em;
              font-weight: 400; } }
  #products h3.lead {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: "Kosugi Maru", sans-serif;
    line-height: 1.6;
    margin-bottom: 2rem; }
    @media screen and (min-width: 960px) {
      #products h3.lead {
        font-size: 1.4rem; } }
  #products p.lead {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8; }
  #products .pro-head {
    display: flex;
    gap: 2rem; }
    #products .pro-head h3 {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f7ab00;
      color: #FFF;
      font-weight: 500;
      width: 5em;
      height: 5em;
      font-size: 1.4rem; }
  #products .sub {
    max-width: 80%;
    margin: 2rem auto; }
    @media screen and (min-width: 960px) {
      #products .sub {
        max-width: 100%; } }
  #products ul.dot {
    margin: 0; }
    #products ul.dot li {
      font-size: 1.1rem;
      font-weight: 600;
      margin: 0; }
      #products ul.dot li::before {
        content: '●';
        color: #868686;
        margin-right: 5px; }
  #products .pro-ph {
    display: grid;
    grid-gap: 1rem; }
    #products .pro-ph p {
      text-align: left;
      font-size: 0.85rem; }
    #products .pro-ph.col-3 {
      grid-template-columns: repeat(2, 1fr); }
      @media screen and (min-width: 960px) {
        #products .pro-ph.col-3 {
          grid-template-columns: repeat(3, 1fr); } }
    #products .pro-ph.col-2 {
      grid-template-columns: repeat(2, 1fr); }
      @media screen and (min-width: 960px) {
        #products .pro-ph.col-2 {
          grid-template-columns: repeat(2, 1fr); } }
  #products #metal .title .title_text h2::before {
    background-image: url("../images/products/mark_metal.png"); }
  #products #metal .title .title_text h2 p {
    color: #f7ab00; }
  #products #metal .pro-head h3 {
    background-color: #f7ab00; }
  #products #ceramic .title .title_text h2::before {
    background-image: url("../images/products/mark_ceramic.png"); }
  #products #ceramic .title .title_text h2 p {
    color: #c94e97; }
  #products #ceramic .pro-head h3 {
    background-color: #c94e97; }
  #products #fiber .title .title_text h2::before {
    background-image: url("../images/products/mark_fiber.png"); }
  #products #fiber .title .title_text h2 p {
    color: #abcd03; }
  #products #fiber .pro-head h3 {
    background-color: #abcd03; }
  #products #cassette .title .title_text h2::before {
    background-image: url("../images/products/mark_cassette.png"); }
  #products #cassette .title .title_text h2 p {
    color: #0099d9; }
  #products #cassette .pro-head h3 {
    background-color: #0099d9; }
  #products .vkiban {
    margin-top: -120px;
    margin-bottom: 40px; }
    #products .vkiban ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
      max-width: 80%;
      margin: auto; }
    #products .vkiban p {
      text-align: center;
      font-size: 0.9rem;
      margin-top: 10px; }
  #products .cassette {
    position: absolute;
    right: 0;
    bottom: 110%;
    max-width: 25%;
    width: 150px; }
    @media screen and (min-width: 960px) {
      #products .cassette {
        bottom: 92%; } }
    #products .cassette img {
      width: 100%; }

#company .title,
#topics .title {
  width: 100%;
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 960px) {
    #company .title,
    #topics .title {
      height: 400px; } }
  #company .title .title_img,
  #topics .title .title_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #company .title .title_text,
  #topics .title .title_text {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1rem; }
    #company .title .title_text h2 span,
    #topics .title .title_text h2 span {
      font-size: 0.8rem;
      font-family: "Shippori Mincho", serif;
      padding: 0;
      margin: 0;
      line-height: 1.2;
      color: #FFF; }
      @media screen and (min-width: 960px) {
        #company .title .title_text h2 span,
        #topics .title .title_text h2 span {
          font-size: 1rem; } }
    #company .title .title_text h2 p,
    #topics .title .title_text h2 p {
      font-size: 2rem;
      font-family: "Noto Sans JP", sans-serif;
      color: #FFF;
      padding: 0;
      margin: 0;
      line-height: 1.2;
      letter-spacing: 0; }
      @media screen and (min-width: 960px) {
        #company .title .title_text h2 p,
        #topics .title .title_text h2 p {
          font-size: 2.6rem;
          letter-spacing: 0.1em; } }
#company dl.styleB,
#topics dl.styleB {
  margin: 2rem auto 0 auto;
  width: 100%;
  display: grid;
  grid-gap: 0.5rem 1rem;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 960px) {
    #company dl.styleB,
    #topics dl.styleB {
      margin: 4rem auto 0 auto;
      grid-template-columns: auto auto; } }
  #company dl.styleB dt,
  #topics dl.styleB dt {
    display: flex;
    line-height: 1.8;
    font-weight: 600; }
    #company dl.styleB dt::before,
    #topics dl.styleB dt::before {
      content: '';
      display: block;
      flex-shrink: 0;
      width: 0.9rem;
      height: 0.9rem;
      background-color: #868686;
      margin: 8px 10px auto 0; }
  #company dl.styleB dd,
  #topics dl.styleB dd {
    line-height: 1.8;
    margin: 0 0 1rem 0; }
    @media screen and (min-width: 960px) {
      #company dl.styleB dd,
      #topics dl.styleB dd {
        margin: 0; } }
  @media screen and (min-width: 960px) {
    #company dl.styleB.dt9,
    #topics dl.styleB.dt9 {
      grid-template-columns: 9em auto; } }
#company ul.styleB,
#topics ul.styleB {
  margin: 2rem auto 0 auto;
  width: 100%; }
  #company ul.styleB li,
  #topics ul.styleB li {
    display: flex;
    line-height: 1.8; }
    #company ul.styleB li::before,
    #topics ul.styleB li::before {
      content: '';
      display: block;
      flex-shrink: 0;
      width: 0.9rem;
      height: 0.9rem;
      background-color: #868686;
      margin: 8px 10px auto 0; }
#company .gmap,
#topics .gmap {
  width: 100%;
  aspect-ratio: 2/1;
  margin: 4rem auto 2rem auto; }
  #company .gmap iframe,
  #topics .gmap iframe {
    width: 100%;
    height: 100%; }
#company .topics ul,
#topics .topics ul {
  margin-top: 3rem; }
  #company .topics ul li a:hover,
  #topics .topics ul li a:hover {
    background-color: rgba(240, 235, 224, 0.4); }
#company .page,
#topics .page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 4rem auto 0 auto; }
  #company .page a,
  #topics .page a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    width: 2rem;
    height: 2rem;
    color: #232323;
    transition: 0.5s; }
    #company .page a:hover, #company .page a.is_current,
    #topics .page a:hover,
    #topics .page a.is_current {
      background-color: #232323;
      color: #FFF; }
#company.detail h3,
#topics.detail h3 {
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  padding: 0 0 15px 0;
  line-height: 1; }
  #company.detail h3 span,
  #topics.detail h3 span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin: 10px 0; }
  #company.detail h3 p,
  #topics.detail h3 p {
    font-size: 1.6rem;
    font-weight: 600; }
  @media screen and (min-width: 960px) {
    #company.detail h3,
    #topics.detail h3 {
      display: flex;
      align-items: center; }
      #company.detail h3 span,
      #topics.detail h3 span {
        margin: 10px 40px 10px 0;
        font-size: 1.4rem; }
      #company.detail h3 p,
      #topics.detail h3 p {
        font-size: 2rem; } }
#company.detail .topics_wrap,
#topics.detail .topics_wrap {
  display: block;
  margin-bottom: 4rem;
  flex: 0; }
  #company.detail .topics_wrap div:nth-child(odd),
  #topics.detail .topics_wrap div:nth-child(odd) {
    flex-basis: 100%; }
  #company.detail .topics_wrap div:nth-child(even),
  #topics.detail .topics_wrap div:nth-child(even) {
    flex-basis: 50%;
    flex-shrink: 0; }
  #company.detail .topics_wrap .ph,
  #topics.detail .topics_wrap .ph {
    padding-right: 0;
    padding-bottom: 1rem; }
    #company.detail .topics_wrap .ph img,
    #topics.detail .topics_wrap .ph img {
      width: 100%;
      margin-bottom: 1rem; }
  #company.detail .topics_wrap .text p,
  #topics.detail .topics_wrap .text p {
    margin-bottom: 2rem; }
  #company.detail .topics_wrap .text .link,
  #topics.detail .topics_wrap .text .link {
    margin-bottom: 1rem; }
  #company.detail .topics_wrap .text .link a,
  #topics.detail .topics_wrap .text .link a {
    color: #000;
    vertical-align: middle; }
  #company.detail .topics_wrap .text .link::before,
  #topics.detail .topics_wrap .text .link::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 2rem;
    margin-right: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  #company.detail .topics_wrap .text .pdf::before,
  #topics.detail .topics_wrap .text .pdf::before {
    background-image: url("../images/icon_pdf.png"); }
  #company.detail .topics_wrap .text .xls::before,
  #topics.detail .topics_wrap .text .xls::before {
    background-image: url("../images/icon_xls.png"); }
  #company.detail .topics_wrap .text .doc::before,
  #topics.detail .topics_wrap .text .doc::before {
    background-image: url("../images/icon_doc.png"); }
  #company.detail .topics_wrap .text .ppt::before,
  #topics.detail .topics_wrap .text .ppt::before {
    background-image: url("../images/icon_ppt.png"); }
  #company.detail .topics_wrap .text .url::before,
  #topics.detail .topics_wrap .text .url::before {
    background-image: url("../images/icon_opn.png"); }
  @media screen and (min-width: 960px) {
    #company.detail .topics_wrap,
    #topics.detail .topics_wrap {
      display: flex;
      justify-content: space-between; }
      #company.detail .topics_wrap .ph,
      #topics.detail .topics_wrap .ph {
        padding-right: 3rem; } }
