/* リセットCSS */
html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

.tac {
  text-align: center;
}

.yazi-center {
  display: flex;
  align-items: center;
}


/*ヘッダー*/

.header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
  background-color: white;
}

.top-bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE0MDAgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBmaWxsPSIjODgwNjJBIiBkPSJNMCAwaDE0MDB2MTVIMHoiLz4KICAgIDxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpsdW1pbm9zaXR5IiBjbGlwLXBhdGg9InVybCgjam53eW16Y3gxYSkiPgogICAgICAgIDxwYXRoIGZpbGw9IiM5NjA5MzAiIGQ9Ik0xIDBoMTQwMHYzNUgxeiIvPgogICAgICAgIDxwYXRoIGQ9Im02NTQuMDQxLTc5IDk5Ljg1NiAxNzEuNTgzTDg1My43NTItNzlINjU0LjA0MXoiIGZpbGw9IiNBNTAwMzQiLz4KICAgICAgICA8cGF0aCBkPSJNNTUzLjk4IDkyLjU4MyA2NTMuODM2LTc5bDk5Ljg1NiAxNzEuNTgzSDU1My45OHoiIGZpbGw9IiM4ODA2MkEiLz4KICAgICAgICA8cGF0aCBkPSJtMjU3LjY1MS03OSA5OS44NTUgMTcxLjU4M0w0NTcuMzYyLTc5SDI1Ny42NTF6IiBmaWxsPSIjNjgwMDIxIi8+CiAgICAgICAgPHBhdGggZD0iTTE1Ny41OSA5Mi41ODMgMjU3LjQ0NS03OWw5OS44NTYgMTcxLjU4M0gxNTcuNTl6TTEwNTAuNDQtNzlsOTkuODUgMTcxLjU4M0wxMjUwLjE1LTc5aC0xOTkuNzF6IiBmaWxsPSIjQTUwMDM0Ii8+CiAgICAgICAgPHBhdGggZD0iTTk1MC4zNzUgOTIuNTgzIDEwNTAuMjMtNzlsOTkuODYgMTcxLjU4M0g5NTAuMzc1eiIgZmlsbD0iIzc2MjE1NyIvPgogICAgICAgIDxwYXRoIGQ9Im0xMjUwLjI3LTc5IDk5Ljg1IDE3MS41ODNMMTQ0OS45OC03OWgtMTk5LjcxeiIgZmlsbD0iI0E1MDAzNCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMTUwLjIxIDkyLjU4MyAxMjUwLjA2LTc5bDk5Ljg2IDE3MS41ODNoLTE5OS43MXoiIGZpbGw9IiM3NjIxNTciLz4KICAgICAgICA8cGF0aCBkPSJtMzU2LjIzMiA5My4xMTggOTkuODU2LTE3MS41ODMgOTkuODU2IDE3MS41ODNIMzU2LjIzMnoiIGZpbGw9IiM2ODAwMjEiLz4KICAgICAgICA8cGF0aCBkPSJtNDU1LjQzNi03OSA5OS44NTUgMTcxLjU4MiA5OS44NTYtMTcxLjU4M0g0NTUuNDM2ek03NTIuNjI1IDkzLjExN2w5OS44NTYtMTcxLjU4MyA5OS44NTUgMTcxLjU4M0g3NTIuNjI1eiIgZmlsbD0iI0E1MDAzNCIvPgogICAgICAgIDxwYXRoIGQ9Im04NTEuODI4LTc5IDk5Ljg1NiAxNzEuNTgyIDk5Ljg1Ni0xNzEuNTgzSDg1MS44Mjh6IiBmaWxsPSIjNjgwMDIxIi8+CiAgICAgICAgPHBhdGggZD0ibS0xMzguNzQ0LTc5IDk5Ljg1NiAxNzEuNTgzTDYwLjk2Ny03OWgtMTk5LjcxMXoiIGZpbGw9IiNBNTAwMzQiLz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxjbGlwUGF0aCBpZD0iam53eW16Y3gxYSI+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTQwMHYxNUgweiIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=);
  height: 1rem;
}

.header-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  height: 62px;
  position: relative;
}

.header-left-logo a {
  display: flex;
}

.header-left-logo {
  width: 16%;
}

.header-right-menu {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 35px;
  width: 100%;
  position: relative;
  color: #121212;
  font-weight: 700;
  font-size: 1rem;
}

.header-right-menu a {
  color: #121212;
}

.menu .down {
  position: relative;
  padding: 20px 0;
}

.header-hover-border:hover {
  padding-bottom: 5px;
  border-bottom: 2.5px solid #971D37;
}

.menu.language .center {
  padding: 0 10px;
  font-size: .9rem;
}

.hover-yazi:hover {
  background-color: #f6f5f5;
}

.hover-yazi:hover a{
  color: #A50034;
}

.hover-yazi a {
  display: flex;
  align-items: center;
  position: relative;
}

.hover-yazi .bi-arrow-right {
  transform: translateX(0);
  opacity: 0;
  transition: transform 0.3s ease;
}

.hover-yazi:hover .bi-arrow-right {
  transform: translateX(10px);
  opacity: 1;

}

.down span {
  cursor: pointer;
}

.menu .dropdown-menu {
  position: fixed;
  top: var(--header-height, 70px);
  left: 0;
  width: 100%;
  max-height: calc(100vh - var(--header-height, 70px));
  padding: 30px 2%;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .5s ease-out;
  z-index: 99;
  overflow-y: auto;
}

.menu.language .dropdown-menu {
    top: var(--header-height, 65px);
    right: 0;
    width: 100%;
    padding: 0;
}

.menu .down:hover .dropdown-menu,
.menu .down:hover>.dropdown-menu {
  opacity: 1;
  margin-top: 5px;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  /* transition: all .4s; */
  /* transition: opacity .6s ease-out, transform .6s ease-out; */
  background-color: white;
}

.menu.language .down:hover .dropdown-menu,
.menu.language .down:hover>.dropdown-menu {
    position: absolute;
    border: 3px solid #DBDBDB;
}

.menu.language .down .bi-chevron-down::before {
      transition: transform 0.2s ease-in-out;
      font-size: 14px;
}

.menu.language .down:hover .bi-chevron-down::before {
      transform: rotate(180deg);
}

.dropdown-menu-flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.menu .dropdown-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}

.menu.language .dropdown-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 5px;
}

.menu.language .dropdown-menu ul li {
    width: 100%;
    padding: 10px 8px;
}

.menu.language .dropdown-menu ul li:first-child { 
    border-bottom: 2px solid #DBDBDB;
}

.menu.language .dropdown-menu ul li a {
    color: #585858;
    font-weight: 500;
}

.menu.language .dropdown-menu ul li a:hover {
    color: #A50034;
}

.dropdown-menu-flex .right {
  width: 100%;
  padding-left: 40px;
}

.dropdown-menu-flex .right li {
  width: 100%;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-menu-flex .right-many {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.menu .dropdown-menu .left .main {
  color: #971D37 !important;
  font-size: 1.1rem;
  padding-right: 40px;
  border-right: 3px solid #971D37;
}

.menu .dropdown-menu .left .main a {
  color: #971D37 !important;
}

.header-btn {
  color: #585858;
  font-weight: 400;
  padding: 0 13px;
  padding-top: 3px;
  padding-bottom: 7px;
  border-radius: 99px;
  border: 2px solid #DBDBDB;
}

.header-btn a {
  display: flex;
  gap: 20px;
}

@media(max-width:1200px) {
  .header-content {
    padding: 0 2%;
  }

  .header-right-menu {
    padding-left: 25px;
  }

}

@media(max-width:980px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .header-right-menu {
    font-size: 1.4rem;
  }

  .menu .down {
    padding: 12px 2%;
  }

  .menu.menu.language .down {
    width: 220px;
  }

  .header-btn {
    padding-top: 0px;
    padding-bottom: 8px;
  }

.menu.language .down:hover .bi-chevron-down::before {
    transform: rotate(0);
}

.menu.language .down.active .bi-chevron-down::before {
    transform: rotate(-180deg);
}

  .menu.language .dropdown-menu {
    position: absolute;
    height: auto;
    width: 220px;
  }

  .menu.language .center {
    padding: 0 15px;
    font-size: 1.1rem;
  }

  .header-hover-border:hover {
    padding-bottom: 12px;
    border-bottom: transparent;
  }

  .header-hover-border:nth-child(1):hover {
    padding-bottom: 0;
  }

  .header-hover-border:nth-child(2):hover {
    padding-bottom: 0;
  }

  .sp-menu {
    border-top: 1px solid #DBDBDB;
    padding: 12px 2%;
  }

  .sp-menu.last {
      border-bottom: 1px solid #DBDBDB;
    }

  .sp-menu .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu.language .sp-menu .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .sp-menu .flex .sp-menu-list {
    display: block;
  }

  .sp-menu .flex .menu-icon {
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0xNi4yNzkgMTItNy41MDQgNy41MDYtMS4wNS0xLjA1TDE0LjE3NSAxMiA3LjcxOSA1LjU0NWwxLjA1LTEuMDVMMTYuMjc5IDEyeiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K);
    height: 1.5rem;
    width: 1.5rem;
  }

  .menu .dropdown-menu {
    top: 0;
    height: 100vh;
    z-index: 101;
    background-color: white;
    padding: 30px 4%;
  }

  .menu .down:hover .dropdown-menu,
  .menu .down:hover>.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }

  .menu.language .down:hover .dropdown-menu,
  .menu.language .down:hover>.dropdown-menu {
    margin: 0 2%;
    height: auto;
    border-radius: 15px;
    border: 3px solid #DBDBDB;
  }

  .dropdown-menu-flex {
    flex-direction: column;

  }

  .dropdown-menu-flex .right {
    padding-left: 15px;
  }

  .menu .dropdown-menu .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    font-size: 1.3rem;
  }

  .menu .dropdown-menu .left {
    width: 100%;
  }

  .menu .dropdown-menu .left .main {
    padding-right: 0;
    padding-bottom: 10px;
    border-color: transparent;
    font-size: 1.5rem;
    width: 100%;
    border-bottom: 2px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu .dropdown-menu .left .main .menu-icon {
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0xNi4yNzkgMTItNy41MDQgNy41MDYtMS4wNS0xLjA1TDE0LjE3NSAxMiA3LjcxOSA1LjU0NWwxLjA1LTEuMDVMMTYuMjc5IDEyeiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K);
    height: 1.5rem;
    width: 1.5rem;
    transform: rotate(180deg);
  }

  .hover-yazi:hover {
    background-color: transparent;
  }
}

@media(max-width:800px) {
  .header-left-logo {
    width: 22%;
  }
}

@media(max-width:650px) {

  .menu .dropdown-menu .right {
    grid-template-columns: repeat(1, 1fr);
  }

}

@media(max-width:600px) {
  .header-left-logo {
    width: 27%;
  }
}

@media(max-width:980px) {
  /*ハンバーガーメニュー*/

  .hamburger {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 15%;
    right: 5%;
  }

  .hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: black
  }

  .hamburger span:first-of-type {
    width: 30%;
    top: 17%;
    left: 29%;
    transition: all .4s;
  }

  .hamburger span:nth-of-type(2) {
    width: 45%;
    top: 35%;
    left: 29%;
  }

  .hamburger span:last-of-type {
    width: 45%;
    top: 54%;
    left: 29%;
    transition: all .4s;
  }

  .hamburger.active {
    padding: 0;
  }

  .hamburger.active span:first-of-type {
    width: 45%;
    top: 49%;
    transform: rotate(45deg);
    transition: .4s;
  }

  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger.active span:last-of-type {
    top: 49%;
    transform: rotate(-45deg);
    transition: .4s;
  }

  .header-right-menu {
    position: fixed;
    top: 78px;
    width: 100%;
    left: 0;
    transform: translateX(300%);
    background-color: white;
    transition: all .1s;
    gap: 0;
  }

  .header-right-menu.active {
    padding: 0 4%;
    transform: translateX(0);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    height: 100%;
    width: 100%;
    padding-bottom: 100vh;
    padding-top: 35px;
    z-index: -1;
  }
}


/*メイン*/
.main-top-fv-pc .main-top-fv {
  width: 100%;
  height: 600px;
  background-image: url(../img/main-top-curtain.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}

.main-top-fv-pc .bg-gray {
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(246, 245, 245, 1) 40%,
      rgba(240, 240, 240, 1) 70%,
      rgba(230, 230, 230, 1) 100%,
      rgba(0, 0, 0, 0.2));
  position: absolute;
  inset: 0;
  z-index: -1;
}

.main-top-fv-pc .bg-gray .bg-img {
  position: absolute;
  right: 27%;
  top: 0%;
  max-height: 100%;
  height: 600px;
  width: auto;
  display: flex;
}

.main-top-fv-pc .bg-white {
  position: relative;
  height: 100%;
  width: 35%;
  background-color: #FAFAFA;
  clip-path: polygon(0 0, 60% -30%, 100% 100%, 0% 100%);
}

.main-top-fv-pc .text {
  position: absolute;
  left: 0;
  top: 45%;
  width: 83%;
  text-align: center;
}

.main-top-fv-pc .text img {
  width: 60%;
}

.main-top-fv-pc .text p {
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 75px;
}


@media(max-width:980px) {
  .main-top-fv-sp .main-top-fv {
    width: 100%;
    height: 415px;
    background-image: url(../img/main-top-curtain-sp.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
  }

  .main-top-fv-sp .bg-gray {
    background-image: linear-gradient(to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 245, 245, 1) 40%,
        rgba(240, 240, 240, 1) 70%,
        rgba(230, 230, 230, 1) 100%,
        rgba(0, 0, 0, 0.2));
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  .main-top-fv-sp .bg-img {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: auto;
    display: flex;
  }

  .main-top-fv-sp .bg-white {
    margin-top: 140px;
    padding-bottom: 60px;
  }

  .main-top-fv-sp .text {
    text-align: center;
  }

  .main-top-fv-sp .text img {
    width: 45%;
  }

  .main-top-fv-sp .text p {
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 35px;
  }
}


@media(max-width:550px) {
  .main-top-fv-sp .text img {
    width: 70%; 
  }
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top-main-title {
  margin-top: 70px;
}

.title-color-red {
  color: #A50034;
  font-weight: 700;
  font-size: 2.2rem;
}

.top-main-title p {
  margin-top: 45px;
  color: #585858;
  line-height: 1.8;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
}

.main-content {
  margin-top: 50px;
}

.main-content .content-group {
  margin-top: 35px;
}

.main-content .content-group .margin {
  margin-bottom: 30px;
}

.top-content-detail h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.7rem;
}

.top-content-detail span {
  gap: 5px;
  padding-left: 30px;
}

.top-content-detail span a {
  color: #A50034;
  font-weight: 500;
  font-size: 1rem;
}

.more-link {
  display: inline-block;
}

.top-content-detail .more-link:hover .arrow-icon {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}

.arrow-icon {
  display: inline-block;
  padding-left: 5px;
}

.main-content-flex {
  display: flex;
  gap: 25px;
  width: 100%;
  margin-top: 25px;
}

.main-content-flex h4 {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

.content-left {
  width: 40%;
}

.content-right {}

.content-left p {
  margin-top: 30px;
  color: #585858;
  font-weight: 400;
  line-height: 2;
}

.content-list {
  margin-top: 35px;
  color: #585858;
  font-weight: 400;
  line-height: 2;
}

.content-list li {
  list-style: disc;
  margin-left: 20px;
}

.content-Information {
  white-space: nowrap;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DBDBDB;
  width: 70%;
}

.content-Information a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-Information p {
  margin-top: 0;
  color: #121212 !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: normal !important;
}

.content-Information img {
  width: 10%;
}

.content-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.content-right img {
  width: 317px;
  height: 277.31px;
  border-radius: 40px;
  object-fit: cover;
}

.content-right .left-img img {
  background: linear-gradient(to bottom, #ffffff, #D4E5F5);
}

/* .bg-ok img {
  background: linear-gradient(239deg, #F2F8FF 11.06%, #D3E2F4 87.66%);
} */

.top-glance {
  background: #F6F5F5;
  margin-top: 70px;
  padding: 5% 0;
}

.top-glance h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 20px;
}

.top-glance p {
  color: #585858;
  font-weight: 400;
  line-height: 1.8;
}

.top-glance .margin {
  margin-top: 45px;
}

.top-glance .glance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: baseline;
  gap: 30px;
  margin-top: 35px;
}

.glance-grid .glance-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: baseline;
}

.glance-grid .glance-group img {
  width: 80%;
}

.top-glance table {
  max-width: 1200px;
  width: 100%;
  color: #585858;
  font-weight: 400;
  font-size: .9rem;
  margin-top: 70px;
  border-collapse: collapse;
}

.top-glance table a {
  color: #971D37;
  border-bottom: 1px solid #971D37;
}

.top-glance table tr td {
  width: 50%;
  border-top: 1px solid #DBDBDB;
  padding: 10px 0px;
  padding-left: 2%;
}

.top-glance table tr:last-child td {
  border-bottom: 1px solid #DBDBDB;
}

.top-glance table .bg-white {
  background-color: white;
}

.glance-Information {
  margin-top: 35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DBDBDB;
  width: 37%;
}

.glance-Information a {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}

.glance-Information p {
  margin-top: 0;
  color: #121212 !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: normal !important;
}

.glance-Information img {
  width: 9%;
}

.help {
  margin-top: 80px;
  margin-bottom: 95px;
}

.help.margin {
  margin-top: 100px;
}

.help p {
  color: #585858;
  font-weight: 400;
  margin-top: 35px;
  line-height: 2;
}

.help-btn {
  background-color: #A50034;
  font-weight: 400;
  padding: 10px;
  border-radius: 99px;
  width: 19%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help-btn a {
  display: flex;
  gap: 10px;
  color: #FFF;
}

.help-btn p {
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding-right: 25px;
  color: white;
}

.help-btn .bi-arrow-right {
  color: #fff;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.help-btn:hover {
  background-color: #680021;
}

.help-btn:hover .bi-arrow-right {
  transform: translateX(7px);
}


@media(max-width:1200px) {
  .container {
    padding: 0 2%;
  }
}

@media(max-width:980px) {



  .main-content .content-group {
    position: relative;
  }

  .main-content-flex {
    flex-direction: column;
  }

  .content-left {
    width: 100%;
  }

  .content-group:first-child .content-right {
    position: absolute;
    width: 100%;
    top: -90%;
  }

  .content-group:nth-child(2) .content-right {
    position: absolute;
    width: 100%;
    top: -130%;
  }

  .content-group:nth-child(3) .content-right {
    position: absolute;
    width: 100%;
    top: -120%;
  }

  .content-group:nth-child(4) .content-right {
    position: absolute;
    width: 100%;
    top: -133%;
  }

  .content-right img {
    width: 100%;
    height: 100%;
  }

  .main-content .content-group .margin {
    margin-top: 425px;
  }

  .content-Information {
    width: 33%;
  }

  .top-glance {
    margin-top: 130px;
    padding: 8% 0;
  }

  .top-glance .glance-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .glance-grid .glance-group {
    align-items: center;
    flex-direction: row;
    gap: 150px;
  }

  .glance-grid .glance-group img {
    width: 130px;
  }

  .glance-Information {
    width: 100%;
    margin-top: 50px;
  }

  .glance-Information img {
    width: 4%;
  }

  .top-glance table tr {
    display: flex;
    flex-direction: column;
  }

  .top-glance table tr td:nth-last-child(2) {
    border-bottom: transparent;
  }

  .top-glance table tr td {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .help.margin {
    margin-top: 85px;
  }

  .help-btn {
    width: 25%;
  }

  .footer-right .last {
    font-size: 2.3rem !important;
  }

}

@media(max-width:700px) {
  .help-btn {
    width: 30%;
  }
}

@media(max-width:580px) {
  .help-btn {
    width: 40%;
  }
}

@media(max-width:480px) {
  .help-btn {
    width: 45%;
  }
}



@media(max-width:650px) {
  .top-glance h3 {
    font-size: large;
  }

  .glance-grid .glance-group {
    gap: 30px;
  }

  .glance-grid .glance-group .left {
    min-width: 110px;
  }

  .glance-grid .glance-group img {
    width: 65%;
  }
}


@media(max-width:850px) {
  .content-group:first-child .content-right {
    position: absolute;
    width: 100%;
    top: -75%;
  }

  .content-group:nth-child(2) .content-right {
    position: absolute;
    width: 100%;
    top: -117%;
  }

  .content-group:nth-child(3) .content-right {
    position: absolute;
    width: 100%;
    top: -95%;
  }

  .content-group:nth-child(4) .content-right {
    position: absolute;
    width: 100%;
    top: -120%;
  }

  .main-content .content-group .margin {
    margin-top: 380px !important;
  }
}


@media(max-width:750px) {
  .content-group:first-child .content-right {
    position: absolute;
    width: 100%;
    top: -65%;
  }

  .content-group:nth-child(2) .content-right {
    position: absolute;
    width: 100%;
    top: -105%;
  }

  .content-group:nth-child(3) .content-right {
    position: absolute;
    width: 100%;
    top: -84%
  }

  .content-group:nth-child(4) .content-right {
    position: absolute;
    width: 100%;
    top: -105%;
  }

  .main-content .content-group .margin {
    margin-top: 325px !important;
  }
}


@media(max-width:600px) {
  .content-group:first-child .content-right {
    position: absolute;
    width: 100%;
    top: -53%;
  }

  .content-group:nth-child(2) .content-right {
    position: absolute;
    width: 100%;
    top: -75%;
  }

  .content-group:nth-child(3) .content-right {
    position: absolute;
    width: 100%;
    top: -70%
  }

  .content-group:nth-child(4) .content-right {
    position: absolute;
    width: 100%;
    top: -70%;
  }

  .main-content .content-group .margin {
    margin-top: 280px !important;
  }

  .glance-Information p {
    font-size: 1.1rem !important;
  }

}


@media(max-width:540px) {
  .content-group:first-child .content-right {
    position: absolute;
    width: 100%;
    top: -48%;
  }

  .content-group:nth-child(2) .content-right {
    position: absolute;
    width: 100%;
    top: -59%;
  }

  .content-group:nth-child(3) .content-right {
    position: absolute;
    width: 100%;
    top: -59%
  }

  .content-group:nth-child(4) .content-right {
    position: absolute;
    width: 100%;
    top: -61%;
  }

  .main-content .content-group .margin {
    margin-top: 240px !important;
  }
}


@media(max-width:500px) {
  .content-group:first-child .content-right {
    position: absolute;
    width: 100%;
    top: -45%;
  }

  .content-group:nth-child(2) .content-right {
    position: absolute;
    width: 100%;
    top: -52%;
  }

  .content-group:nth-child(3) .content-right {
    position: absolute;
    width: 100%;
    top: -53%
  }

  .content-group:nth-child(4) .content-right {
    position: absolute;
    width: 100%;
    top: -58%;
  }

  .title-color-red {
    font-size: 1.8rem;
  }

}


@media(max-width:420px) {
  .content-group:first-child .content-right {
    position: absolute;
    width: 100%;
    top: -35%;
  }

  .content-group:nth-child(2) .content-right {
    position: absolute;
    width: 100%;
    top: -40%;
  }

  .content-group:nth-child(3) .content-right {
    position: absolute;
    width: 100%;
    top: -40%
  }

  .content-group:nth-child(4) .content-right {
    position: absolute;
    width: 100%;
    top: -45%;
  }

  .main-content .content-group .margin {
    margin-top: 200px !important;
  }

}



/*フッター*/

footer {
  background-color: #121212;
  padding: 4% 0 1% 0;
  background-image: url(https://www.nagase.com/etc.clientlibs/nagase-www/clientlibs/clientlib-site/resources/images/footer/tier-3-line.svg);
  background-position: right -33pc top;
  background-repeat: no-repeat;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  height: 420px;
}

.footer-nav {
  display: flex;
  gap: 80px;
}

.nav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle {
  display: none;
  transition: 0.3s;
}

.nav-list a {
  color: #FFF;
  font-weight: 400;
}

.nav-list a:hover {
  border-bottom: 1px solid #fff;
}

.nav-list li {
  padding-bottom: 25px;
}

.footer-btn {
  background-color: #A50034;
  font-weight: 400;
  padding: 15px;
  border-radius: 99px;
  width: 60%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.footer-btn a {
  display: flex;
  gap: 10px;
  color: #FFF;
}

.footer-btn p {
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding-right: 25px;
  color: white;
}

.footer-btn .bi-arrow-right {
  color: #fff;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.footer-btn:hover {
  background-color: #680021;
}

.footer-btn:hover .bi-arrow-right {
  transform: translateX(7px);
}

footer .thin {
  color: #898989;
  font-weight: 400;
  margin-bottom: 30px;
}

footer .thin.forever {
  color: #898989;
}

.footer-right {
  border-left: 1px solid hsla(0, 5%, 96%, .2);
  padding-left: 75px;
}

.footer-right .last {
  color: #FFF;
  font-size: 1.5rem;
}

.footer-bottom-flex {
  display: flex;
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid hsla(0, 5%, 96%, .2);
}

.footer-bottom-left {
  width: 30%;
}

.footer-bottom-left img {
  width: 50%;
}

.footer-bottom-right {
  display: flex;
  justify-content: space-around;
  gap: 35px;
  flex-wrap: wrap;
  width: 70%;
}

.footer-bottom-right .Individual {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.footer-bottom-right a {
  color: #FFF;
  font-weight: 400;
}

.copyright {
  background-color: #000;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
}

@media(max-width:980px) {
  footer {
    padding-top: 6% !important;
  }

  .footer-flex {
    height: 100% !important;
    flex-direction: column;
    gap: 180px;
  }

  .footer-right {
    padding-left: 0 !important;
    border-left: transparent !important;
    order: 1;
  }

  .footer-nav {
    flex-direction: column;
    order: 2;
    gap: 0;
  }

  .footer-nav .nav-item {
    border-top: 1px solid hsla(0, 5%, 96%, .2);
    border-bottom: 1px solid hsla(0, 5%, 96%, .2);
  }

  .footer-btn {
    width: 25% !important;
  }

  footer .thin {
    color: #FFF;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer .thin.forever {
    padding-top: 10px;
  }

  .toggle {
    color: #A50034;
    font-size: 2.5rem;
  }

  .footer-bottom-flex {
    flex-direction: column;
    gap: 110px;
    padding-top: 0;
    border-top: 1px solid transparent;
  }

  .footer-bottom-left {
    width: 100%;
    text-align: center;
  }

  .footer-bottom-left img {
    width: 40%;
  }

  .footer-bottom-right {
    width: 100%;
  }

  .footer-bottom-right .Individual {
    margin-top: 55px;
    position: relative;
    justify-content: center;
    width: 100%;
  }

  .footer-bottom-right .Individual::before {
    content: "";
    width: 52px;
    height: 1px;
    background-color: #DBDBDB;
    position: absolute;
    top: -267%;
    left: 50%;
    transform: translateX(-50%);
  }

  .copyright {
    margin-top: 95px;
    padding-top: 45px;
  }

}

@media(max-width:700px) {
  .footer-btn {
    width: 30% !important;
  }
}

@media(max-width:580px) {
  .footer-btn {
    width: 40% !important;
  }
}

@media(max-width:480px) {
  .footer-btn {
    width: 48% !important;
  }
}


@media(max-width:468px) {
  .footer-bottom-right .Individual::before {
    top: -65%;
  }
}



/* PCでは常に表示 */
@media (min-width: 980px) {
  .nav-list {
    display: block !important;
  }
}

/* スマホでは最初非表示 */
@media (max-width: 980px) {
  .nav-list {
    /* display: none; */
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
  }

  .nav-list.open {
    /* display: block; */
    max-height: 400px;
    transition: 0.5s ease;

  }

  .toggle {
    display: block;
  }

}


/*パンくず共通*/
.breadcrumbs {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, .1);
}

.breadcrumbs ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 35px;
  display: flex;
  margin-top: 85px;
  align-items: center;
  gap: 10px;
  padding: 0px 3%;
  font-size: 14px;
  color: #585858;
  font-weight: 400;
}

.breadcrumbs ul a {
  color: #585858;
}

.breadcrumbs ul .color-red {
  color: #A50034;
}

@media(max-width:980px) {
  .breadcrumbs ul {
    margin-top: 80px;
  }
}


/*下層ページ共通 text&img*/
.subpage-main-top-img {
  width: 100%;
  height: 338px;
  background-color: #F6F5F5;
  background-image: url(../img/subpage-top-img.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.subpage-main-top-text {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.subpage-main-top-text .flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.subpage-main-top-text .flex .right a {
  color: #585858;
  font-weight: 400;
  font-size: 16px;
}

.subpage-main-top-text h2 {
  color: #121212;
  font-weight: 700;
  font-size: 45px;
}

.subpage-top-flex {
  display: flex;
  gap: 20px;
}

.subpage-top-flex .left {
  width: 50%;
}

.subpage-top-flex .right img {
  border-radius: 25px;
}


@media(max-width:1200px) {
  .subpage-main-top-text {
    padding: 0 2%;
  }
}

@media(max-width:980px) {
  .subpage-main-top-img {
    background-image: url(../img/subpage-top-img-sp.png);
  }

  .subpage-top-flex {
    flex-direction: column;
    gap: 70px;
  }

  .subpage-top-flex .left {
    order: 2;
    width: 100%;
  }
}

@media(max-width:600px) {
  .subpage-main-top-text h2 {
    font-size: 32px;
  }
}

@media(max-width:450px) {
  .subpage-main-top-text h2 {
    font-size: 28px;
  }
}


/*Company Overviewページ*/
.company-overview-title {
  margin-top: 70px;
}

.company-overview-title p {
  color: #585858;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.8;
}

.company-profile {
  margin-top: 70px;
}

.company-profile table {
  max-width: 1200px;
  width: 100%;
  color: #585858;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 30px;
  border-collapse: collapse;
}

.company-profile table a {
  color: #971D37;
  border-bottom: 1px solid #971D37;
}

.company-profile table tr td {
  width: 50%;
  border-top: 1px solid #DBDBDB;
  padding: 10px 0px;
  padding-left: 2%;
}

.company-profile table tr:last-child td {
  border-bottom: 1px solid #DBDBDB;
}

.company-profile table .bg-gray {
  background: #F6F5F5;
}

@media(max-width:980px) {
  .company-overview-title p {
    margin-top: 35px;
  }

  .company-profile {
    margin-top: 85px;
  }

  .company-profile table tr {
    display: flex;
    flex-direction: column;
  }

  .company-profile table tr td:nth-last-child(2) {
    border-bottom: transparent;
  }

  .company-profile table tr td {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

}


/*Our Locations (Japan)ページ*/
.our-locations-title {
  margin-top: 70px;
}

.our-locations-Information a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 20px;
}

.our-locations-Information a span {
  display: flex;
  align-items: center;
}

.our-locations-Information a span p {
  color: #971D37;
  font-weight: 500;
}

.our-locations-Information a span img {
  width: 100%;
}

.subpage-top-flex .right p {
  color: #121212;
  font-weight: 400;
  text-align: end;
  margin-top: 15px;
  padding-right: 40px;
}

.subpage-top-flex .right .margin {
  margin-top: 35px;
}

.subpage-top-flex .left .group {
  margin-top: 35px;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 15px;
}

.subpage-top-flex .left .group h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

.subpage-top-flex .left .group p {
  color: #585858;
  font-weight: 400;
  margin-top: 40px;
  padding-bottom: 25px;
}

.our-locations-title .special-group {
  margin-top: 35px;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 15px;
}

.our-locations-title .special-group h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

.our-locations-title .special-group p {
  color: #585858;
  font-weight: 400;
  margin-top: 40px;
  padding-bottom: 25px;
}


@media(max-width:980px) {
  .our-locations-title .subpage-top-flex .right.flex {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }

  .our-locations-title .subpage-top-flex.gap {
    gap: 85px;
  }

  .our-locations-title.margin {
    margin-top: 50px;
  }

  .subpage-top-flex .left .group.margin {
    margin-top: 55px;
  }

}


/*historyページ*/
.history-content {
  margin-top: 75px;
}

.history-content table {
  border-collapse: collapse;
}

.history-content table tr:nth-child(odd) {
  background: #F6F5F5;
}

.history-content table tr td {
  color: #585858;
  font-weight: 400;
  border-bottom: 1px solid #DBDBDB;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.history-content table tr:first-child {
  border-top: 1px solid #DBDBDB;
}

.history-content table tr .year {
  color: #121212;
  font-weight: 700;
}

@media(max-width:980px) {
  .history-content table tr {
    display: flex;
    flex-direction: column;
  }

  .history-content table tr:nth-child(odd) {
    background: white;
  }

  .history-content table tr td {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .history-content table tr .year {
    background: #F6F5F5;
  }

}


/*Environmental-Initiativesページ*/
.environmental-initiatives-title {
  margin-top: 70px;
}

.environmental-initiatives-title h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 55px;
}

.environmental-initiatives-title p {
  color: #585858;
  font-weight: 400;
  margin-top: 35px;
}

.environmental-initiatives-img-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 100px;
}

.environmental-initiatives-img-flex img {
  border-radius: 25px;
}

@media(max-width:980px) {
  .environmental-initiatives-title h3 {
    margin-top: 40px;
  }
}


/*Productsページ*/
.subpage-main-top-img.products {
  overflow: hidden;
  width: 100%;
  height: 360px;
  background-image: url(../img/products_top.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: 360px auto;
  /* background-size: cover; */
  aspect-ratio: 16 / 9;
  position: relative;
  padding: 0;
  background-color: white;
}

.subpage-main-top-img .products-img {
  position: absolute;
  top: 0;
  right: 0;
}

.subpage-main-top-text.products {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  clip-path: polygon(0% 0%, 78% 0%, 95% 100%, 0% 100%);
  background: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
}

.subpage-main-top-img.products h2 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1200px;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0 auto;
  color: #121212;
  font-weight: 700;
  font-size: 45px;
  padding-left: 10px;
}

.product-title {
  margin-top: 70px;
}

.product-title p {
  color: #585858;
  font-weight: 400;
  margin-top: 35px;
}

.product-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 45px;
}

.product-group {
  border-radius: 20px;
  border: 5px solid #971D37;
  max-height: 250px;
  height: 100%;
}

.product-group:hover {
  opacity: 0.7;
}

.product-category {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  background-color: #971D37;
  font-size: 1.4rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.product-img {
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img img.Precautions {
  width: 50%;
}

.product-img img.SHIMETAC {
  width: 50%;
}

.product-img img.Water {
  width: 32%;
}

.product-img img.Air {
  width: 55%;
}

.product-img img.Powder {
  width: 55%;
}

.product-img img.Food-Beverage {
  width: 35%;
}

.product-img img.Oil {
  width: 40%;
}

.product-img img.Muddy-water-slurry {
  width: 45%;
}

.product-img img.Gravel {
  width: 40%;
}

.product-img img.Mortar {
  width: 40%;
}

.product-img img.Vaccum-trucks {
  width: 50%;
}

.product-img img.Chemical-Processing {
  width: 35%;
}

.product-img img.Solvents-Paints {
  width: 42%;
}

.product-links {
  margin-top: 85px;
}

.link-group {
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  scroll-margin-top: 80px;
}

.link-group.margin {
  margin-top: 25px;
}

.link-group .left {
  width: 25%;
  border-bottom: 2px solid #971D37;
}

.link-group .left p {
  color: #000;
  font-weight: 700;
  padding-left: 20px;
  font-size: 1.3rem;
}

.link-group .left p.padding {
  padding-bottom: 20px;
}

.link-group .right {
  width: 100%;
}

.link-group .right ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  /* row-gap: 10px;
  padding: 0 30px; */
  gap: 10px;
  padding-left: 30px;
  padding-bottom: 25px;
}

.link-group .right ul.precautions,
.link-group .right ul.SHIMETAC,
.link-group .right ul.Chemical-Processing {
  grid-template-columns: repeat(2, 1fr);
}

.link-group .right ul li a {
  color: #121212;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.link-group .right ul li a:hover {
  color: #A50034;
}

.link-group .right ul li a .arrow-icon {
  color: #A50034;
  font-size: 20px;
}

.product-link {
  display: inline-block;
}

.no-link {
  pointer-events: none;
}

.product-links .link-group .product-link:hover .arrow-icon {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}

.notice-card {
  margin-top: 75px;
  text-align: end;
}

.notice-card a {
  color: black;
  font-size: 20px;
  border: 1px solid #000;
  padding: 3px 10px;
}


@media(max-width:1000px) {
  .subpage-main-top-img.products h2 {
    font-size: 40px;
  }
}

@media(max-width:600px) {
  .subpage-main-top-img.products h2 {
    font-size: 30px;
  }
}

@media(max-width:1200px) {
  .subpage-main-top-img .products-img {
    right: -10%;
  }
}

@media(max-width:980px) {

  .product-contents {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-img img.Precautions {
    width: 30%;
  }

  .product-img img.SHIMETAC {
    width: 35%;
  }

  .product-img img.Water {
    width: 20%;
  }

  .product-img img.Air {
    width: 35%;
  }

  .product-img img.Powder {
    width: 35%;
  }

  .product-img img.Food-Beverage {
    width: 20%;
  }

  .product-img img.Oil {
    width: 25%;
  }

  .product-img img.Muddy-water-slurry {
    width: 30%;
  }

  .product-img img.Gravel {
    width: 30%;
  }

  .product-img img.Mortar {
    width: 25%;
  }

  .product-img img.Vaccum-trucks {
    width: 45%;
  }

  .product-img img.Chemical-Processing {
    width: 23%;
  }

  .product-img img.Solvents-Paints {
    width: 30%;
  }

  .link-group {
    flex-direction: column;
    gap: 15px;
  }

  .link-group .left {
    width: 100%;
  }

  .link-group .left p {
    padding-bottom: 10px;
  }

  .link-group .right ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .link-group .right ul.precautions {
    grid-template-columns: repeat(1, 1fr);
  }

  .link-group .right ul li a {
    font-size: 15px;
  }

  @media(max-width:650px) {
    .product-img img.Precautions {
      width: 45%;
    }

    .product-img img.SHIMETAC {
      width: 45%;
    }

    .product-img img.Water {
      width: 27%;
    }

    .product-img img.Air {
      width: 45%;
    }

    .product-img img.Powder {
      width: 45%;
    }

    .product-img img.Food-Beverage {
      width: 27%;
    }

    .product-img img.Oil {
      width: 32%;
    }

    .product-img img.Muddy-water-slurry {
      width: 37%;
    }

    .product-img img.Gravel {
      width: 37%;
    }

    .product-img img.Mortar {
      width: 35%;
    }

    .product-img img.Vaccum-trucks {
      width: 60%;
    }

    .product-img img.Chemical-Processing {
      width: 32%;
    }

    .product-img img.Solvents-Paints {
      width: 38%;
    }

    .link-group .right ul.SHIMETAC {
      grid-template-columns: repeat(1, 1fr);
    }

    @media(max-width:500px) {
      .product-category {
        height: 100px;
        font-size: 1.2rem;
      }

      .product-img img.Precautions {
        width: 60%;
      }

      .product-img img.SHIMETAC {
        width: 60%;
      }

      .product-img img.Water {
        width: 36%;
      }

      .product-img img.Air {
        width: 58%;
      }

      .product-img img.Powder {
        width: 57%;
      }

      .product-img img.Food-Beverage {
        width: 38%;
      }

      .product-img img.Oil {
        width: 40%;
      }

      .product-img img.Muddy-water-slurry {
        width: 50%;
      }

      .product-img img.Gravel {
        width: 50%;
      }

      .product-img img.Mortar {
        width: 45%;
      }

      .product-img img.Vaccum-trucks {
        width: 60%;
      }

      .product-img img.Chemical-Processing {
        width: 40%;
      }

      .product-img img.Solvents-Paints {
        width: 48%;
      }

    }

  }

}


/* Catalogページ */

.subpage-main-top-img.catalog {
  overflow: hidden;
  height: 360px;
  background: url(../img/07_Catalog_Top.png) no-repeat right 300px center / cover;
  background-repeat: no-repeat;
  /* background-position: 60% center; */
  /* background-size: auto 360px; */
  /* background-position: center; */
  /* background-size: cover; */
  aspect-ratio: 16 / 9;
  position: relative;
  padding: 0;
  background-color: white;
}

@media(max-width:1200px) {
.subpage-main-top-img.catalog {
  background-position: right 190px center;
}
}

.subpage-main-top-img .catalog-img {
  position: absolute;
  top: 0;
  right: 0;
}

.subpage-main-top-text.catalog {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 40%;
  height: 360px;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%); */
  width: 54%;
  height: 360px;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0% 0%, 78% 0%, 95% 100%, 0% 100%);
}

.subpage-main-top-img.catalog h2 {
  max-width: 1200px;
  width: 100%;
  color: #121212;
  font-weight: 700;
  font-size: 45px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.catalog-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: baseline;
  gap: 45px;
}

.catalog-list .catalog-group img {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
}

.catalog-list .catalog-group a {
  color: rgb(165, 0, 52);
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
}

.catalog-list .catalog-group a:hover {
  opacity: .7;
}


@media(max-width:1200px) {
  .subpage-main-top-img .catalog-img {
    right: -10%;
  }
}

@media(max-width:1000px) {
  .subpage-main-top-img.catalog h2 {
    font-size: 40px;
  }
}

@media(max-width:980px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .subpage-main-top-img.catalog {
    background-position: right 30px center;
  }

}

@media(max-width:600px) {
  .subpage-main-top-img.catalog h2 {
    font-size: 30px;
  }
}


/* videoページ */

.subpage-main-top-img.product-video {
  overflow: hidden;
  height: 360px;
  background-image: url(../img/08_Video_TOP2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 360px;
  position: relative;
  padding: 0;
  background-color: white;
}

.subpage-main-top-img .product-video-img {
  position: absolute;
  top: 0;
  right: 0;
}

.subpage-main-top-text.product-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 360px;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
}

.subpage-main-top-img.product-video h2 {
  max-width: 1200px;
  width: 100%;
  color: #121212;
  font-weight: 700;
  font-size: 45px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.subpage-main-top-img.product-video h2 br {
  display: none;
}

.video-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.video-list .video-group a:hover {
  opacity: .7;
}

.video-list .video-group p {
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}

@media(max-width:1200px) {
  .subpage-main-top-img .product-video-img {
    right: -10%;
  }
}

@media(max-width:1000px) {
  .subpage-main-top-img.product-video h2 {
    font-size: 40px;
  }
}

@media(max-width:980px) {
  .video-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media(max-width:940px) {
  .subpage-main-top-img.product-video h2 br {
    display: block;
  }
}

@media(max-width:750px) {
  .video-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px) {
  .subpage-main-top-img.product-video h2 {
    font-size: 25px;
  }
}


/* noticeページ */

.notice-content {
  margin-top: 135px;
  margin-bottom: 120px;
}

.notice-content h2 {
  text-align: center;
  border-bottom: 1px solid #971D37;
  padding-bottom: 25px;
}

.notice-content .notice-group {}

.notice-content .notice-group h3 {
  font-size: 1.8rem;
  background-color: #f7f7f7;
  border-left: 1px solid #A50034;
  padding: calc(1.8rem * 0.25) calc(1.8rem * 0.25) calc(1.8rem * 0.25) calc(1.8rem * 0.5);
  margin: calc(1.8rem * 2) 0 calc(1.8rem * 1);
  color: #A50034;

}

.notice-content .notice-group p {
  margin-top: 25px;
  color: #011426;
  line-height: 2;
}

.notice-content .notice-group .site-list {
  margin-top: 30px;
  line-height: 1.5;
}

.notice-content .notice-group .site-list li {
  text-indent: -1.3em;
  margin-left: 12px;
}

.notice-content .notice-group .site-list li::before {
  content: "・";
  font-size: 22px;
  font-weight: 700;
}

.c-cookie__box {
  box-sizing: border-box;
  display: flex;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.8);
}
.c-cookie__box .c-container.en {
  display: none;
}
.c-cookie__box .c-container {
  display: flex;
  align-items: center;
}
.c-cookie__text {
  width: 75%;
  margin: 0 60px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}
.c-cookie__btn {
  display: flex;
}
.c-cookie__btn--consent a,
.c-cookie__btn--detail a {
  display: block;
  padding: 10px;
  background-color: #ababab;
  color: #fff;
  font-size: 13px;
  transition: 0.4s ease;
}
.c-cookie__btn--consent a:hover,
.c-cookie__btn--detail a:hover {
  opacity: 0.7;
}
.c-cookie__btn--consent {
  margin: 0 25px 0 0;
}
.c-cookie__btn--consent a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 48px;
  background-color: #fff;
  color: #323030;
  text-decoration: none;
}
.c-cookie__btn--detail a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 48px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}


@media(max-width:980px) {
  .c-cookie__box .c-container {
    flex-direction: column;
    gap: 15px;
  }

  .c-cookie__text {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

/* product個別ページ 共通 */
/* .product-page .title {
  color: #121212;
  font-weight: 700;
  font-size: 2rem;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #971D37;
  border-left: 11px solid #971D37;
}

.product-page .list {
  margin-top: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DBDBDB;
}

.product-page .list ul li {
  color: #585858;
  font-weight: 400;
  font-size: 1.1rem;
  padding-left: 30px;
  text-indent: -1.9em;
}

.product-page .list ul li::before {
  content: "・";
  color: #971D37;
  font-weight: 400;
  font-size: 24px;
  padding-right: 10px;
}


@media(max-width:980px) {
  .product-page .title {
    font-size: 1.5rem;
  }
} */


/*product個別ページ*/
/* .product-page .product-name {
  display: flex;
  margin-top: 45px;
}

.product-page .product-name .name {
  border: 2px solid #971D37;
  border-left: 10px solid #971D37;
  width: 75%;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.product-page .product-name .name h2 {
  color: #121212;
  font-weight: 700;
  font-size: 2.2rem;
}

.product-page .product-name .category {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #971D37;
  width: 25%;
}

.product-page .product-name .category .left {
  height: 100%;
}

.product-page .product-name .category .left img {
  width: 75%;
  height: 100%;
}

.product-page .product-name .category .right .left p {
  color: #FFF;
  font-weight: 700;
  font-size: 1.5rem;
}

.product-page .product-name .category .right .left p span {
  display: block;
  font-size: 1rem;
  text-align: center;
}

.product-page .genre {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding-left: 15px;
}

.product-page .genre .item {
  background-color: #fff;
  border: 2px solid #971D37;
  border-radius: 40px;
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .genre .item p {
  color: #971D37;
  font-weight: 700;
  font-size: 1.1rem;
}

.product-page .product-detail {
  margin-top: 85px;
  display: flex;
  gap: 40px;
}

.product-page .product-detail .left {
  width: 50%;
}

.product-page .product-detail .left .top {
  border: 2px solid #971D37;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  height: auto;
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
}

.product-page .product-detail .left .top img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-page .product-detail .left .bottom {
  display: flex;
  border: 2px solid #971D37;
  margin-top: 45px;
}

.product-page .product-detail .left .bottom img {
  border-bottom: 2px solid #971D37;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-page .product-detail .left .bottom p {
  color: #121212;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 5px;
  width: 100%;
  text-align: center;
}

.product-page .product-detail .left .bottom .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px solid #971D37;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.product-page .product-detail .left .bottom .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.product-page .product-detail .right {
  width: 50%;
}

.product-page .product-detail .right .top {
  border: 2px solid #971D37;
  text-align: center;
  height: auto;
  aspect-ratio: 1;
  width: 100%;
}

.product-page .product-detail .right .top img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-page .product-detail .right .bottom {
  margin-top: 45px;
}

.product-page .product-detail .right .bottom table {
  color: #121212;
  font-weight: 400;
  width: 100%;
  border-spacing: 0;
}

.product-page .product-detail .right .bottom table tr td {
  border-bottom: 2px solid #971D37;
  padding: 5px 0;
}

.product-page .product-detail .right .bottom table tr td:nth-of-type(odd) {
  width: 30%;
  padding-left: 25px;
  padding-right: 20px;
}

.product-page .product-detail .right .bottom table tr td:nth-of-type(even) {
  width: 70%;
  line-height: 1.8;
}

.product-page .product-features {
  margin-top: 85px;
}

.product-page .product-QR {
  width: 50%;
  display: flex;
  margin-top: 60px;
}

.product-page .product-QR .left {
  width: 25%;
  border: 2px solid #971D37;
  text-align: center;
}

.product-page .product-QR .left img {
  width: 60%;
  height: 100%;
}

.product-page .product-QR .right {
  width: 75%;
  border: 2px solid #971D37;
  border-left: transparent;
}

.product-page .product-QR .right p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-left: 25px;
}

.product-page .product-QR .right p a {
  color: #971D37;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration: underline;
}

.product-page .product-purpose {
  margin-top: 70px;
}

.product-page .product-note {
  margin-top: 70px;
}

.product-page .product-size {
  margin-top: 70px;
}

.product-page .common-table {
  max-width: 100%;
  overflow-x: auto;
  margin-top: 60px;
}

.product-page .common-table table {
  color: #000;
  font-weight: 400;
  text-align: center;
  border-color: #898989;
  border-collapse: collapse;
  table-layout: fixed;
  width: 1200px;
}

.product-page .common-table table.small {
  width: 600px;
}

.product-page .common-table table tr td {
  padding: 6px 0;
  font-size: .8rem;
}

.product-page .common-table table tr td.red {
  background-color: #F6E7E7;
}

.product-page .common-table table tr td.yellow {
  background-color: #FEFFD9;
}

.product-page .common-table table tr td.gray {
  background-color: #F5F5F5;
}

.product-page .table-bottom-list {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DBDBDB;
  color: #585858;
  font-weight: 400;
  font-size: 1.1rem;
}

.product-page .table-bottom-list tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-page .table-bottom-list tr .red-dod {
  text-indent: -1.9em;
  padding-left: 30px;
  
}

.product-page .table-bottom-list tr .red-dod::before {
  content: "・";
  color: #971D37;
  font-weight: 400;
  font-size: 24px;
  padding-right: 10px;
}

.product-page .table-bottom-list tr.margin {
  margin-top: 20px;
}

.product-page .table-bottom-list tr td.padding {
  padding-left: 40px;
}

.product-page .table-bottom-list tr .wd50 {
  width: 50px;
}

.product-page .product-temperature {
  margin-top: 70px;
}


@media(max-width:980px) {
  .product-page .product-name {
    flex-direction: column;
  }

  .product-page .product-name .name {
    width: 100%;
  }

  .product-page .product-name .name h2 {
    font-size: 5vw;
  }

  .product-page .product-name .category {
    width: 100%;
    justify-content: left;
    padding: 2.5% 4%;
    gap: 15px;
  }

  .product-page .product-name .category .left {
    min-width: 100px;
    height: auto;
  }

  .product-page .product-name .category .left img {
    width: 100%;
  }

  .product-page .product-name .category .right.flex {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .product-page .product-name .category .left.text {
    width: 100%;
    padding-bottom: 9%;
  }

  .product-page .product-name .category .right .left p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .product-page .product-name .category .right .left p span {
    display: block;
    font-size: 1.1rem;
  }

  .product-page .genre {
    padding-left: 0;
    margin-top: 0;
  }

  .product-page .genre .item {
    width: 150px;
    height: 35px;
    white-space: nowrap;
  }

  .product-page .genre .item p {
    font-size: 1rem
  }

  .product-page .product-detail {
    margin-top: 60px;
    flex-direction: column;
    gap: 45px;
  }

  .product-page .product-detail .left {
    width: 100%;
  }

  .product-page .product-detail .left .bottom .left {
    width: 50%;
  }

  .product-page .product-detail .left .bottom .right {
    width: 50%;
  }

  .product-page .product-detail .left .bottom p {
    font-size: 1.3rem;
  }

  .product-page .product-detail .right {
    width: 100%;
  }

  .product-page .product-detail .right .bottom table {
    font-size: 1.3rem;
  }

  .product-page .product-features {
    margin-top: 60px;
  }

  .product-page .product-QR {
    width: 100%;
  }

  .product-page .product-QR .left {
    width: 45%;
  }

  .product-page .product-purpose {
    margin-top: 50px;
  }

  .product-page .product-note {
    margin-top: 50px;
  }

  .product-page .product-size {
    margin-top: 50px;
  }

  .product-page .table-bottom-list tr {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-page .table-bottom-list tr .wd50 {
    width: 100%;
  }

  .product-page .table-bottom-list tr .red-dod::before {
    margin-left: 0;
    padding-left: 0;
  }

  .product-page .product-temperature {
    margin-top: 50px;
  }

  .product-page .table-bottom-list tr td.padding {
    padding-left: 15px;
    padding-top: 15px;
    text-indent: -1em;
  }
}

  @media(max-width:500px) {
    .product-page .genre {
      flex-direction: column;
    }

    .product-page .genre .item {
      width: 100%;
    }

    .product-page .product-name .category .left {
      width: 180px;
    }

    .product-page .product-name .category .right.flex {
      width: 100%;
    }

    .product-page .product-detail .left .bottom img {
      height: 150px;
    }

  } */