/*--------------------------------------
  top
--------------------------------------*/
.top #mv {
  background: url("../img/mv2.webp") no-repeat 5% top/150% auto;
  padding: 12vw 0;
  position: relative;
  z-index: 1;
}
.top #mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 16vw 30vw 0px 0px;
  border-color: var(--blue) transparent transparent transparent;
}
.top #mv .mv-txt1 {
  font-weight: 700;
  color: var(--black);
  font-size: 4.5vw;
}
.top #mv h2 {
  font-weight: 800;
  color: var(--black);
  line-height: 1.2;
  font-size: 11vw;
  margin-top: 2vw;
}
.top #mv h2 span {
  color: var(--blue);
}
.top #mv .mv-txt2 {
  font-weight: 500;
  line-height: 2.2;
  margin: 7vw 0;
  width: 96%;
  max-width: 455px;
}
.top #mv .btn-global {
  margin: 0 0 15vw;
}
.top #mv .mv-ttl2 {
  text-align: center;
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5vw;
}
.top #mv .tabs-switch {
  width: 100%;
  position: relative;
}
.top #mv .tabs-switch .tab-link {
  width: 100%;
}
.top #mv .tabs-switch .tab-link li {
  width: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 3;
}
.top #mv .tabs-switch .tab-link li:nth-child(1) {
  background-color: var(--ocelight);
}
.top #mv .tabs-switch .tab-link li:nth-child(2) {
  background-color: var(--oce);
}
.top #mv .tabs-switch .tab-link li:before {
  content: "";
  background: url("../img/arrow.webp") no-repeat center/100% auto;
  width: 17px;
  height: 11px;
  line-height: 1;
  margin-right: 10px;
  margin-top: 3px;
}
.top #mv .tabs-switch .tab-content {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  color: #fff;
}
.top #mv .tabs-switch .tab-content .tab-item {
  box-sizing: border-box;
  padding: 10px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top #mv .tabs-switch .tab-content .tab-item:nth-child(1) {
  background-color: var(--ocelight);
}
.top #mv .tabs-switch .tab-content .tab-item:nth-child(2) {
  background-color: var(--oce);
}
.top #mv .tabs-switch .tab-content .tab-item dl:not(:last-child) {
  margin-bottom: 20px;
}
.top #mv .tabs-switch .tab-content .tab-item dl dt {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
.top #mv .tabs-switch .tab-content .tab-item dl ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top #mv .tabs-switch .tab-content .tab-item dl ul li {
  padding: 0 20px;
  border-left: 1px solid var(--line);
  margin-bottom: 15px;
}
.top #mv .tabs-switch .tab-content .tab-item dl ul li a {
  transition: opacity 0.3s ease;
}
.top #mv .tabs-switch .tab-content .tab-item dl ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .top #mv .btn-global {
    width: 200px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .top #mv {
    background: url("../img/mv2.webp") no-repeat center top;
    min-height: 990px;
    padding: 126px 0 90px;
    box-sizing: border-box;
    position: relative;
  }
  .top #mv:before {
    border-width: 260px 410px 0px 0px;
    left: calc(50% - 960px);
  }
  .top #mv .wrap {
    padding-left: 23px;
  }
  .top #mv .mv-txt1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .top #mv h2 {
    font-size: 70px;
    margin-top: 16px;
  }
  .top #mv .mv-txt2 {
    margin: 38px 0 42px 7px;
    width: 455px;
    font-size: 18px;
  }
  .top #mv .btn-global {
    margin: 0 0 112px 5px;
    width: 180px;
    height: 60px;
    font-size: 16px;
  }
  .top #mv .mv-link {
    margin: 0 -60px;
    height: 90px;
    align-items: center;
    position: relative;
  }
  .top #mv .mv-ttl2 {
    font-size: 20px;
    margin-bottom: 0;
    width: 25%;
  }
  .top #mv .tabs-switch {
    width: 75%;
    position: initial;
  }
  .top #mv .tabs-switch .tab-link li {
    font-size: 20px;
    line-height: 90px;
  }
  .top #mv .tabs-switch .tab-content {
    top: 90px;
  }
  .top #mv .tabs-switch .tab-content .tab-item {
    padding: 30px 50px 40px;
  }
  .top #mv .tabs-switch .tab-content .tab-item dl dt {
    font-size: 18px;
  }
  .top #mv .tabs-switch .tab-content .tab-item dl ul li {
    padding: 0 20px;
    border-left: 1px solid var(--line);
    margin-bottom: 15px;
  }
  .top #mv .tabs-switch .tab-content .tab-item dl ul li:last-child {
    border-right: 1px solid var(--line);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top #mv:before {
    left: 0;
    border-width: 140px 230px 0px 0px;
  }
  .top #mv .mv-link {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top #mv {
    background: url("../img/mv2.webp") no-repeat center top/150% auto;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 970px) {
  .top #mv {
    background: url("../img/mv2.webp") no-repeat left top/120% auto;
  }
}
.top #sec01 {
  position: relative;
  z-index: 0;
  padding: 15vw 0 20vw;
}
.top #sec01:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 88vw;
  height: 300vw;
  background: var(--bluelight);
  transform: rotate(-56deg);
  top: -52vw;
  left: 0;
}
.top #sec01:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0px 173px 117px 0px;
  border-color: transparent transparent var(--blue) transparent;
}
.top #sec01 h2 {
  margin-bottom: 10vw;
}
.top #sec01 h2 p:nth-child(1) {
  color: var(--bluenav);
  font-size: 10vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top #sec01 h2 p:nth-child(2) {
  color: var(--blue);
  font-weight: 700;
  line-height: 1;
}
.top #sec01 .news-list dl {
  border-bottom: 1px solid var(--bluenav);
  padding-bottom: 0;
  margin-bottom: 0;
}
.top #sec01 .news-list dl dt {
  justify-content: flex-start;
  align-items: center;
}
.top #sec01 .news-list dl dt .news-date {
  font-size: 13px;
  margin-right: 10px;
}
.top #sec01 .news-list dl dt .news-cate,
.top #sec01 .news-list dl dt .news-tag {
  background: #fff;
  border: 1px solid var(--blue);
  border-radius: 18px;
  font-weight: 500;
  font-size: 13px;
  color: var(--blue);
  padding: 0 10px;
  margin-left: 8px;
  white-space: nowrap;
  min-width: 120px;
  text-align: center;
  box-sizing: border-box;
}
.top #sec01 .news-list dl a {
  display: block;
  transition: ease 0.3s;
}
.top #sec01 .news-list dl a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.top #sec01 .news-list dl dt .news-cate:hover,
.top #sec01 .news-list dl dt .news-tag:hover {
  background: var(--blue);
  color: #fff;
  opacity: 1;
}
.top #sec01 .news-list dl dd {
  margin-top: 0;
}
.top #sec01 .news-list dl dd a {
  line-height: 1.5;
  display: block;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .top #sec01 {
    margin-top: -90px;
    padding: 0 50px 67px;
  }
  .top #sec01:before {
    background: url("../img/top_sec1.webp") no-repeat center top/100% auto;
    transform: rotate(0) translateX(-50%);
    width: 1920px;
    height: 2513px;
    left: 50%;
    top: -488px;
  }
  .top #sec01:after {
    display: none;
  }
  .top #sec01 h2 {
    margin-bottom: 53px;
  }
  .top #sec01 h2 p:nth-child(1) {
    font-size: 54px;
    line-height: 1;
  }
  .top #sec01 h2 p:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
  }
  .top #sec01 .news-list dl {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .top #sec01 .news-list dl dt {
    width: auto;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .top #sec01 .news-list dl dt .news-date {
    font-size: 14px;
    margin-right: 20px;
    letter-spacing: 0.8px;
  }
  .top #sec01 .news-list dl dt .news-cate,
  .top #sec01 .news-list dl dt .news-tag {
    font-size: 14px;
    padding: 0 20px;
    line-height: 31px;
  }
  .top #sec01 .news-list dl dd {
    margin-top: 0;
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top #sec01 {
    margin-top: 0;
  }
  .top #sec01:before {
    width: 157%;
    height: 2513px;
    top: -488px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .top #sec01:before {
    width: 172%;
    height: 2513px;
    top: -335px;
  }
}
.top #sec02 {
  position: relative;
  z-index: 1;
}
.top #sec02 a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
}
.top #sec02 a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url("../img/arrow_white.webp") no-repeat center/100% auto;
  z-index: 1;
  transition: ease 0.3s;
}
.top #sec02 a .sec02-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.top #sec02 a .sec02-txt span {
  display: block;
  font-weight: 500;
}
.top #sec02 a .sec02-txt span:nth-child(2) {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 8px;
}
.top #sec02 a .sec02-img {
  position: relative;
  z-index: 0;
}
.top #sec02 a .sec02-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 46, 111, 0.3) 0%, rgba(74, 144, 226, 0.3) 100%);
  z-index: 1;
  transition: ease 0.3s;
}
.top #sec02 a:hover {
  text-decoration: none;
}
.top #sec02 a:hover:before {
  background: url("../img/arrow_oce.webp") no-repeat center/100% auto;
}
.top #sec02 a:hover .sec02-img:before {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .top #sec02 a {
    width: 33.3333333333%;
    max-height: 290px;
  }
  .top #sec02 a:before {
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
  }
  .top #sec02 a .sec02-txt span:nth-child(1) {
    font-size: 18px;
  }
  .top #sec02 a .sec02-txt span:nth-child(2) {
    font-size: 24px;
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .top #sec02 a .sec02-img {
    height: 100%;
    width: 100%;
  }
  .top #sec02 a .sec02-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .top #sec02 a:before {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 1vw;
    right: 1vw;
  }
  .top #sec02 a .sec02-txt span:nth-child(1) {
    font-size: 1.3vw;
  }
  .top #sec02 a .sec02-txt span:nth-child(2) {
    font-size: 1.71vw;
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 768px) {
  .top .top-ttl {
    font-size: 30px;
  }
}
.top #service {
  background: none;
  padding: 20vw 0 10vw;
}
.top #service .service-deco {
  color: #fff;
  font-size: 100px;
  writing-mode: sideways-rl;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top #service:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 150vw;
    height: 300vw;
    background: var(--bluelight);
    transform: rotate(-46deg);
    top: -25vw;
    right: -58%;
  }
  .top #service:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0px 39vw 38vw 0px;
    border-color: transparent var(--blue) transparent transparent;
  }
}
@media only screen and (min-width: 768px) {
  .top #service {
    padding: 97px 0 106px;
  }
  .top #service .service_txt {
    margin: 14px 0 34px;
    font-size: 20px;
  }
  .top #service .service-deco {
    font-size: 180px;
    top: 75px;
    left: calc(50% + 450px);
  }
  .top #service .wrap {
    max-width: 1580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top #service .service-deco {
    left: auto;
    right: 30px;
  }
}
.top #sec04 {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
}
.top #sec04:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0px 0px 22vw 30vw;
  border-color: transparent transparent var(--bluelight) transparent;
}
.top #sec04 .top-ttl {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .top #sec04 {
    padding-bottom: 137px;
  }
  .top #sec04:before {
    border-width: 0px 0px 312px 487px;
    border-color: transparent transparent var(--bluelight) transparent;
  }
  .top #sec04 .top-ttl {
    margin-bottom: 30px;
  }
}
.top #sec05 {
  color: #fff;
  background: url("../img/top_recruit2.webp") no-repeat center/cover;
  padding: 15vw 0;
  transition: ease 0.3s;
}
.top #sec05 h2 {
  text-transform: uppercase;
  font-size: 33px;
}
.top #sec05 .sec05-txt1 {
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0;
}
.top #sec05 .btn-global {
  margin-top: 20px;
  margin-left: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.top #sec05:hover {
  background: url("../img/top_recruit2_on.webp") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .top #sec05 {
    padding: 78px 30px 66px;
  }
  .top #sec05 .wrap {
    max-width: 1048px;
  }
  .top #sec05 h2 {
    font-size: 60px;
  }
  .top #sec05 .sec05-txt1 {
    font-size: 24px;
    margin: 7px 0 2px 5px;
  }
  .top #sec05 .df-pc {
    justify-content: flex-start;
    align-items: center;
  }
  .top #sec05 .sec05-txt2 {
    margin-left: 5px;
  }
  .top #sec05 .btn-global {
    margin: 0 0 0 15px;
    width: 284px;
    height: 46px;
    font-size: 14px;
  }
}

/*--------------------------------------
  product
--------------------------------------*/
.product .product-table-wrap {
  width: 100%;
  margin-bottom: 74px;
}
@media screen and (max-width: 890px) {
  .product .product-table-wrap {
    margin-bottom: 15vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .product .product-table-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .product .product-table-wrap::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 999px;
  }
  .product .product-table-wrap::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
}
.product .product-table th:nth-child(1),
.product .product-table td:nth-child(1) {
  width: 19.2%;
}
.product .product-table th:nth-child(2),
.product .product-table td:nth-child(2) {
  width: 16%;
}
.product .product-table td:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .product .product-table td:nth-child(2) {
    font-size: 13px;
  }
}
.product .product-table th:nth-child(3),
.product .product-table td:nth-child(3) {
  width: 27%;
}
.product .product-table th:nth-child(4),
.product .product-table td:nth-child(4) {
  width: 23%;
}
.product .product-table th:nth-child(5),
.product .product-table td:nth-child(5) {
  width: 14.8%;
}
@media screen and (max-width: 767px) {
  .product .product-table th:nth-child(5),
  .product .product-table td:nth-child(5) {
    width: 10%;
  }
}
.product .product-btn {
  margin: 0 auto 50px;
  max-width: 1100px;
}
.product .product-btn .btn-pdf {
  text-align: center;
  background: #fff;
  border: 1px solid var(--bluenav);
  color: var(--bluenav);
}
@media only screen and (max-width: 767px) {
  .product .product-btn .btn-pdf {
    margin-top: 20px;
    height: auto;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .product .product-btn {
    margin-bottom: 110px;
  }
  .product .product-btn .btn-global {
    margin: 0;
    width: calc(50% - 9px);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .product .product-btn .btn-global:nth-child(1) {
    width: calc(38% - 9px);
  }
  .product .product-btn .btn-global:nth-child(2) {
    width: calc(62% - 9px);
  }
}
.product .fasteners th:nth-child(1),
.product .fasteners td:nth-child(1) {
  width: 15%;
}
.product .fasteners th:nth-child(2),
.product .fasteners td:nth-child(2) {
  width: 13%;
}
.product .fasteners th:nth-child(3),
.product .fasteners td:nth-child(3) {
  width: 11.5%;
}
.product .fasteners th:nth-child(4),
.product .fasteners td:nth-child(4) {
  width: 25%;
}
.product .fasteners th:nth-child(5),
.product .fasteners td:nth-child(5) {
  width: 21.5%;
}
.product .fasteners th:nth-child(6),
.product .fasteners td:nth-child(6) {
  width: 14%;
}
.product .product-btn2 {
  margin: 0 auto 70px;
  max-width: 624px;
}
@media only screen and (max-width: 767px) {
  .product .product-btn2 {
    margin-bottom: 50px;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
}

/*--------------------------------------
  industrial-materials
--------------------------------------*/
.industrial-materials #sec01 {
  margin-bottom: 50px;
  padding: 50px 20px;
  background: url("../img/industrial_bg.webp") no-repeat center top/cover;
}
.industrial-materials #sec01 .row-ttl {
  text-align: center;
  margin-bottom: 20px;
}
.industrial-materials #sec01 ul {
  color: #fff;
  text-align: center;
}
.industrial-materials #sec01 ul li {
  width: 95%;
  max-width: 320px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0 auto;
}
.industrial-materials #sec01 ul li:not(:first-child) {
  margin-top: -25px;
}
.industrial-materials #sec01 ul li:nth-child(1) {
  background: rgba(56, 95, 166, 0.9);
  z-index: 1;
}
.industrial-materials #sec01 ul li:nth-child(2) {
  background: rgba(30, 66, 131, 0.9);
  z-index: 2;
}
.industrial-materials #sec01 ul li:nth-child(3) {
  background: rgba(10, 46, 111, 0.9);
  z-index: 3;
}
.industrial-materials #sec01 ul li dl {
  width: 100%;
  padding: 0 12%;
  box-sizing: border-box;
  color: #fff;
}
.industrial-materials #sec01 ul li dt {
  margin: 0 0 15px;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.industrial-materials #sec01 ul li dd {
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (min-width: 768px) {
  .industrial-materials #sec01 {
    margin-bottom: 80px;
    padding: 80px 20px;
  }
  .industrial-materials #sec01 ul {
    margin: 50px auto 0;
    max-width: 1012px;
    width: 95%;
    justify-content: center;
  }
  .industrial-materials #sec01 ul li {
    width: 354px;
    height: 354px;
    max-width: inherit;
  }
  .industrial-materials #sec01 ul li:not(:first-child) {
    margin-top: 0;
    margin-left: -25px;
  }
  .industrial-materials #sec01 ul li dl {
    padding: 0 14%;
  }
  .industrial-materials #sec01 ul li dt {
    margin: 0 0 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .industrial-materials #sec01 ul li {
    width: 300px;
    height: 300px;
    margin: 0;
  }
  .industrial-materials #sec01 ul li:not(:first-child) {
    margin-left: -20px;
  }
  .industrial-materials #sec01 ul li dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .industrial-materials #sec01 {
    padding: 50px 20px;
  }
  .industrial-materials #sec01 ul {
    margin-top: 20px;
  }
  .industrial-materials #sec01 ul li {
    width: 235px;
    height: 235px;
    margin: 0;
  }
  .industrial-materials #sec01 ul li:not(:first-child) {
    margin-left: -20px;
  }
  .industrial-materials #sec01 ul li dt {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .industrial-materials #sec01 ul li dt br {
    display: block !important;
  }
  .industrial-materials #sec01 ul li dd {
    font-size: 13px;
  }
}

/*--------------------------------------
  chemical-products
--------------------------------------*/
.chemical-products #sec01 {
  margin-bottom: 90px;
}
.chemical-products #sec01 p + p {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .chemical-products #sec01 {
    margin-bottom: 50px;
  }
}
.chemical-products #sec02 {
  position: relative;
  z-index: 0;
  padding: 50px 0 20px;
  margin-bottom: 68px;
}
.chemical-products #sec02:before {
  content: "";
  left: -16px;
  right: -16px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  background: var(--white);
  border-radius: 30px 30px 0 0;
}
.chemical-products #sec02 .sec02-ttl {
  text-align: center;
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.chemical-products #sec02 .sec02-txt {
  margin-bottom: 40px;
}
.chemical-products #sec02 .sec02-item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #DDE0E4;
  width: calc(50% - 6px);
  box-sizing: border-box;
  margin-bottom: 40px;
}
.chemical-products #sec02 .sec02-item dl {
  margin: 10px 10px 15px;
}
.chemical-products #sec02 .sec02-item dl dt {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .chemical-products #sec02 .sec02-item {
    border-radius: 5px;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .chemical-products #sec02 .sec02-item dl {
    margin: 15px 10px 20px;
  }
  .chemical-products #sec02 .sec02-item dl dt {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .chemical-products #sec02 .sec02-item dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 981px) {
  .chemical-products #sec02 {
    padding: 85px 0;
  }
  .chemical-products #sec02:before, .chemical-products #sec02:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--white);
  }
  .chemical-products #sec02:before {
    left: -50%;
    right: auto;
    border-radius: 0 100px 0 0;
  }
  .chemical-products #sec02:after {
    left: 50%;
    border-radius: 100px 0 0 0;
  }
  .chemical-products #sec02 .sec02-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .chemical-products #sec02 .sec02-txt {
    margin-bottom: 25px;
  }
  .chemical-products #sec02 .sec02-col {
    width: calc(50% - 40px);
  }
  .chemical-products #sec02 .sec02-col .sec02-txt {
    margin: 0 45px 25px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .chemical-products #sec02 .sec02-col {
    width: calc(50% - 20px);
  }
  .chemical-products #sec02 .sec02-col .sec02-txt {
    margin: 0 20px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .chemical-products #sec02 {
    padding-bottom: 85px;
  }
  .chemical-products #sec02 > div {
    display: block;
  }
  .chemical-products #sec02 .sec02-col .sec02-txt {
    height: auto !important;
    margin: 0 40px 25px;
  }
  .chemical-products #sec02 .sec02-col + .sec02-col {
    margin-top: 50px;
  }
}
@media screen and (max-width: 980px) {
  .chemical-products #sec02 .sec02-col .sec02-txt {
    height: auto !important;
  }
}
.chemical-products #sec03 {
  padding: 50px 20px;
  background: url("../img/chemical_bg3.webp") no-repeat center top/cover;
}
.chemical-products #sec03 .ttl30 {
  margin-bottom: 30px;
}
.chemical-products #sec03 dl {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
}
.chemical-products #sec03 dl dt {
  color: var(--bluenav);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .chemical-products #sec03 {
    padding: 80px 36px 64px;
  }
  .chemical-products #sec03 .ttl30 {
    margin-bottom: 40px;
    line-height: 52px;
  }
  .chemical-products #sec03 dl {
    padding: 30px 20px;
  }
  .chemical-products #sec03 dl dt {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.ttl-bg {
  color: #fff;
  background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 14px 28px;
  margin: 44px 0 24px;
  height: 75px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ttl-bg {
    padding: 28px;
  }
}

/*--------------------------------------
  strengths
--------------------------------------*/
.strengths .keypoint {
  margin-top: 60px;
  border: 1px solid var(--bluenav);
  border-radius: 10px;
  padding: 26px 15px;
  margin-bottom: 50px;
}
.strengths .keypoint .keypoint-ttl {
  text-align: center;
  color: var(--bluenav);
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}
.strengths .keypoint dl {
  background: var(--bluenav);
  border-radius: 5px;
  margin-bottom: 5px;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
.strengths .keypoint dl dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.strengths .sec01 {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .strengths .keypoint {
    margin-top: 60px;
    margin-bottom: 82px;
    border: 1px solid var(--bluenav);
    border-radius: 10px;
    padding: 26px 0 16px 0;
    align-items: center;
  }
  .strengths .keypoint .keypoint-ttl {
    font-size: 38px;
    margin-bottom: 0;
    text-align: center;
    width: 330px;
  }
  .strengths .keypoint .keypoint-info {
    width: calc(100% - 330px);
  }
  .strengths .keypoint dl {
    border-radius: 5px 0 0 5px;
    padding: 30px 20px 31px 56px;
  }
  .strengths .keypoint dl dt {
    margin-bottom: 5px;
  }
  .strengths .sec01 {
    margin-bottom: 120px;
  }
  .strengths .sec02 .strengths-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .strengths .keypoint .keypoint-ttl {
    width: 270px;
  }
  .strengths .keypoint .keypoint-info {
    width: calc(100% - 270px);
  }
  .strengths .keypoint dl {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .strengths .style5 .style5-ttl br {
    display: block !important;
  }
}

/*--------------------------------------
  .special-contents
--------------------------------------*/
.special-contents .img-row {
  margin: 40px 0;
}
.special-contents #sec01 {
  text-align: center;
}
.special-contents #sec01 p {
  margin-bottom: 28px;
}
.special-contents #sec01 .sec01-ttl {
  font-weight: 700;
  font-size: 18px;
}
.special-contents #sec01 .sec01-ttl span {
  color: var(--blue);
}
.special-contents .sec02_item {
  margin-bottom: 50px;
}
.special-contents .sec02_item .bg_bluelight {
  margin-top: 24px;
}
.special-contents .sec02-group {
  text-align: center;
  margin: 50px 0 30px;
}
.special-contents .sec02-group .ttl30 {
  margin-bottom: 0;
  line-height: 1.3;
}
.special-contents .style_table.special1_table table {
  text-align: center;
}
.special-contents .style_table.special1_table table td {
  padding: 18px 10px;
}
.special-contents .style_table.special1_table table th:nth-child(1),
.special-contents .style_table.special1_table table td:nth-child(1) {
  width: 34.6%;
}
.special-contents .style_table.special1_table table th:nth-child(2),
.special-contents .style_table.special1_table table td:nth-child(2) {
  width: 11.5%;
}
.special-contents .style_table.special1_table table th:nth-child(3),
.special-contents .style_table.special1_table table td:nth-child(3) {
  width: 38.4%;
}
.special-contents .style_table.special1_table table .cell-image {
  width: 15.3%;
}
.special-contents .style_table.special1_table table .cell-image img {
  width: auto;
  max-width: 100%;
}
.special-contents .style_table.special3_table {
  margin-top: 36px;
  margin-bottom: 30px;
}
.special-contents .style_table.special3_table table {
  text-align: center;
}
.special-contents .style_table.special3_table table td {
  padding: 30px;
}
.special-contents .style_table.special3_table table td small {
  font-size: 88%;
  display: block;
}
.special-contents .style_table.special3_table table th:nth-child(1),
.special-contents .style_table.special3_table table td:nth-child(1) {
  width: 25%;
}
.special-contents .style_table.special3_table table th:nth-child(2),
.special-contents .style_table.special3_table table td:nth-child(2) {
  width: 21%;
}
.special-contents .style_table.special3_table table th:nth-child(3),
.special-contents .style_table.special3_table table td:nth-child(3) {
  width: 34.7%;
}
.special-contents .style_table.special3_table table th:nth-child(4),
.special-contents .style_table.special3_table table td:nth-child(4) {
  width: 19.3%;
}
.special-contents .style_table.special3_table.table2 table th:nth-child(2),
.special-contents .style_table.special3_table.table2 table td:nth-child(2) {
  width: 27.8%;
}
.special-contents .style_table.special3_table.table2 table th:nth-child(3),
.special-contents .style_table.special3_table.table2 table td:nth-child(3) {
  width: 47.2%;
}
.special-contents .special-img2_2 {
  margin: 72px 0 -24px;
}
@media only screen and (max-width: 767px) {
  .special-contents .style_table.special3_table table td {
    padding: 20px;
  }
  .special-contents .style_table.special3_table table th:nth-child(4),
  .special-contents .style_table.special3_table table td:nth-child(4) {
    padding: 20px 10px;
  }
  .special-contents .special-img2_2 {
    margin: 40px 0 -10px;
  }
}
@media only screen and (min-width: 768px) {
  .special-contents .sec02_item {
    margin-bottom: 76px;
  }
  .special-contents .sec02-group {
    margin: 80px 0 40px;
  }
}

/*--------------------------------------
  organization
--------------------------------------*/
.organization .container {
  max-width: 100%;
  padding: 0;
}
.organization .content {
  margin: 0 auto 40px;
  max-width: 1200px;
  padding: 0 30px;
}
.organization .gmap {
  background-color: #D9D9D9;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}
.organization .gmap iframe {
  width: 100%;
  height: 100%;
}
.organization .organization-txt {
  margin: 30px 0;
}
.organization .organization-img1 {
  text-align: center;
}
.organization .organization-txt2 {
  color: #1a202c;
}
.organization #sec02 .organization-contact {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .organization .content {
    padding: 0 16px;
  }
  .organization .organization-contact {
    width: 43.8%;
  }
  .organization .organization-txt {
    width: 34.5%;
    box-sizing: border-box;
    padding: 0 24px;
    margin: 0;
  }
  .organization .organization-img1 {
    width: 26%;
  }
  .organization .style1 > .df-pc {
    margin-right: 0;
  }
  .organization #sec02 .organization-contact {
    margin-bottom: 0;
    width: calc(74% - 30px);
  }
}

/*--------------------------------------
  about
--------------------------------------*/
.about .style8 {
  margin: 0 24px 70px;
}
.about .ttl18 {
  margin: 0 0 20px 24px;
}
.about .style9 {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .about .style8 {
    margin: 0 0 50px;
  }
  .about .ttl18 {
    margin: 0 0 20px 0;
  }
  .about .style9 {
    margin-left: 0;
  }
}

/*--------------------------------------
  greeting
--------------------------------------*/
.greeting-row {
  line-height: 1.5;
}
.greeting-row .greeting-img-wrap {
  text-align: center;
}
.greeting-row .greeting-img-wrap .caption {
  margin-top: 10px;
  font-size: 14px;
}
.greeting-row .greeting-img {
  text-align: center;
}
.greeting-row .greeting-img span {
  display: block;
  margin-top: 23px;
}
.greeting-row .style1 {
  padding-bottom: 50px;
}
.greeting-row .style1:last-child {
  padding-bottom: 0;
}
.greeting-row .greeting-info p {
  line-height: 2;
}
.greeting-row .greeting-info p + p {
  margin-top: 2em;
}
.greeting-row .dl1 {
  margin-bottom: 27px;
}
.greeting-row .dl1 dt {
  font-weight: 700;
  font-size: 18px;
  color: var(--blue);
}
.greeting-row .dl1 dd {
  margin: 17px 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .greeting-row .style1 {
    padding-bottom: 10px;
  }
  .greeting-row .style1:last-child {
    padding-bottom: 0;
  }
  .greeting-row .style1 .style1-ttl {
    margin-top: 20px;
  }
  .greeting-row .greeting-img-wrap {
    margin: 0 auto 50px;
    max-width: 360px;
    width: 70%;
  }
  .greeting-row .greeting-img {
    margin: 0 auto 0;
    max-width: 360px;
    width: 100%;
  }
  .greeting-row .dl1 dd {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .greeting-row .greeting-img-wrap {
    width: 30%;
  }
  .greeting-row .greeting-img {
    width: 100%;
  }
  .greeting-row .greeting-info {
    width: calc(70% - 60px);
  }
  .greeting-row .greeting-info .style1-ttl {
    margin-top: 0 !important;
  }
}

/*--------------------------------------
  csr
--------------------------------------*/
.csr .container {
  line-height: 1.5;
}
.csr .csr-ttl {
  background: var(--white);
  padding: 21px 22px;
}
.csr .policy-list {
  margin-top: 40px;
}
.csr .csr-info {
  padding: 24px;
}
.csr .csr-info ul {
  margin-bottom: 10px;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .csr .csr-ttl {
    padding: 16px 22px;
  }
  .csr .csr-info {
    padding: 24px 0;
  }
}

/*--------------------------------------
  sdgs
--------------------------------------*/
.sdgs .csr-ttl {
  background: var(--white);
  padding: 21px 22px;
}
.sdgs .csr-info {
  padding: 24px;
}
.sdgs .csr-info ul {
  margin-bottom: 10px;
  margin-top: 1.5em;
}
.sdgs .csr-row {
  margin-bottom: 40px;
}
.sdgs .csr-row:last-child {
  margin-bottom: 0;
}
.sdgs .csr-row .ttl18 {
  margin-bottom: 20px;
}
.sdgs .csr-row .csr-img {
  text-align: center;
  margin-bottom: 20px;
}
.sdgs .csr-row .csr-ttl2 {
  font-weight: 600;
}
.sdgs .csr-row ul {
  list-style: none;
  margin: 0;
}
.sdgs .csr-row ul li {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sdgs .csr-ttl {
    padding: 16px 22px;
  }
  .sdgs .csr-info {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sdgs .csr-row {
    max-width: 915px;
  }
  .sdgs .csr-row .ttl18 {
    margin-bottom: 10px;
  }
  .sdgs .csr-row .df-pc {
    align-items: center;
    justify-content: flex-start;
  }
  .sdgs .csr-row .csr-img {
    text-align: center;
    margin-bottom: 0;
    margin-right: 40px;
    flex-shrink: 0;
  }
  .sdgs .csr-row .csr-ttl2 {
    font-weight: 600;
  }
  .sdgs .csr-row ul {
    list-style: none;
    margin: 0;
  }
  .sdgs .csr-row ul li {
    display: flex;
  }
}

.recruit.main #mainvisual {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: var(--primary);
  background: #fff;
}
.recruit.main #mainvisual .inner {
  font-size: 16px;
  line-height: 1.6;
  min-height: inherit;
  padding: 50px;
}
.recruit.main #mainvisual .kv-ttl {
  max-width: 679px;
}
.recruit.main #mainvisual .kv-txt {
  max-width: 455px;
  margin: 10px 0 0 30px;
}
.recruit.main #mainvisual .kv-txt p + p {
  margin-top: 1.6em;
}
.recruit.main #mainvisual .kv_img {
  position: static;
}
.recruit.main #mainvisual .kv_img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .recruit.main #mainvisual .inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .recruit.main #mainvisual .inner {
    width: 87%;
  }
  .recruit.main #mainvisual .kv-ttl {
    width: 49vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .recruit.main #mainvisual .kv-txt {
    max-width: 540px;
    width: 90%;
  }
  .recruit.main #mainvisual .kv-ttl {
    width: 44vw;
  }
  .recruit.main #mainvisual .inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .recruit.main #mainvisual .inner {
    left: 0;
    transform: translate(0, -40%);
    width: 100%;
    padding: 0 30px;
  }
  .recruit.main #mainvisual .inner > div {
    width: 100%;
  }
  .recruit.main #mainvisual .kv-txt {
    max-width: inherit;
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit.main #mainvisual:before, .recruit.main #mainvisual:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .recruit.main #mainvisual:before {
    border-width: 26vw 40vw 0px 0px;
    border-color: #4A90E2 transparent transparent transparent;
    top: 0;
  }
  .recruit.main #mainvisual:after {
    border-width: 0px 41vw 26vw 0px;
    border-color: transparent transparent #4A90E2 transparent;
    top: 47vw;
  }
  .recruit.main #mainvisual .inner {
    padding: 20px;
  }
  .recruit.main #mainvisual .kv-txt {
    margin-left: 15px;
  }
}
.recruit.main #sec01 {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.recruit.main #sec01 a {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 5px;
}
.recruit.main #sec01 a .sec01-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  right: 8%;
  z-index: 1;
  line-height: 1.3;
  font-size: 3vw;
  font-weight: 700;
}
.recruit.main #sec01 a .sec01-txt span {
  display: block;
  font-size: 6vw;
  font-weight: 700;
}
.recruit.main #sec01 a .sec01-txt:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url("../img/arrow_white.webp") no-repeat center/100% auto;
  z-index: 1;
  transition: ease 0.5s;
}
.recruit.main #sec01 a .sec01-img {
  position: relative;
  z-index: 0;
  height: 30vw;
}
.recruit.main #sec01 a .sec01-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: ease 0.5s;
  will-change: background;
}
.recruit.main #sec01 a .sec01-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit.main #sec01 a:hover {
  text-decoration: none;
}
.recruit.main #sec01 a:hover .sec01-txt:before {
  background: url("../img/arrow_oce.webp") no-repeat center/100% auto;
}
.recruit.main #sec01 a:hover .sec01-img:before {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .recruit.main #sec01 {
    margin-bottom: 84px;
  }
  .recruit.main #sec01 a {
    margin-bottom: 10px;
  }
  .recruit.main #sec01 a .sec01-txt {
    font-size: 24px;
    left: 7%;
    right: 7%;
  }
  .recruit.main #sec01 a .sec01-txt span {
    font-size: 60px;
  }
  .recruit.main #sec01 a .sec01-txt:before {
    width: 33px;
    height: 33px;
  }
  .recruit.main #sec01 a .sec01-img {
    height: 250px;
  }
}
.list-inter {
  margin-bottom: 50px;
}
.list-inter .slick-dots {
  margin-top: 25px;
}
.list-inter .slick-arrow {
  margin-bottom: -15px;
}
@media only screen and (max-width: 767px) {
  .list-inter .slick-dots {
    margin-top: 10px;
  }
  .list-inter .slick-arrow {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .list-inter.slick-scroll {
    margin: 0 -12px 50px;
  }
  .list-inter.slick-scroll .slick-slide {
    margin: 0 12px;
  }
}

.inter-ttl {
  color: var(--bluenav);
  font-weight: 700;
  line-height: 1;
  font-size: 25px;
  margin-bottom: 30px;
}

.inter-item {
  border: 1px solid #DEE5ED;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 24px;
}
.inter-item .inter-cate {
  display: inline-flex;
  border: 1px solid var(--bluenav);
  border-radius: 5px;
  color: var(--bluenav);
  line-height: 1;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 12px;
}
.inter-item .inter-ttl2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin: 8px 0;
}
.inter-item .inter-desc {
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.inter-item .btn-global {
  margin-top: 15px;
  font-weight: 400;
  height: 40px;
}

.recruit.sub #mainvisual .kv_img img {
  -o-object-position: center right;
     object-position: center right;
}
.recruit.sub .recruit-style1 .style1-ttl {
  background: linear-gradient(90deg, #0A2E6F, #4A90E2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 50px;
}
.recruit.sub .recruit-style1 p {
  margin-bottom: 2em;
}
.recruit.sub .recruit-style1 ul {
  margin-bottom: 2em;
}
.recruit.sub .recruit-style1 ul li {
  display: flex;
}
.recruit.sub .recruit-style1 ul li p {
  flex-shrink: 0;
}
.recruit.sub .recruit-style1 .sec01-img {
  margin: 50px 0 30px;
  text-align: center;
}
.recruit.sub .recruit-style1 .sec01-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit.sub .recruit-style1 .sec1-txt {
  color: var(--white);
  font-weight: 700;
  font-size: 91px;
  line-height: 1;
  margin-left: -20px;
  margin-bottom: -20px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .recruit.sub .recruit-style1 .sec1-txt {
    font-size: 200px;
  }
  .recruit.sub .recruit-style1 .sec01-img {
    margin: -50px 0 50px 0;
    width: 48.3%;
    overflow: hidden;
  }
  .recruit.sub .recruit-style1 .sec01-info.is-sticky,
  .recruit.sub .recruit-style1 .sec01-img.is-sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
  .recruit.sub .recruit-style1 .sec01-info {
    width: 50%;
    box-sizing: border-box;
  }
  .recruit.sub .recruit-style1 .sec01-info > div {
    margin-left: auto;
    max-width: 550px;
    padding: 115px 50px 80px;
  }
}
@media screen and (min-width: 1001px) {
  .recruit.sub .recruit-style1 .sec1-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -30px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .recruit.sub .recruit-style1 .sec1-txt {
    font-size: 11vw;
  }
  .recruit.sub .recruit-style1 .sec01-info > div {
    padding-top: 6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .recruit.sub .recruit-style1 .sec1-txt {
    font-size: 100px;
  }
  .recruit.sub .recruit-style1 .df-pc {
    display: block !important;
  }
  .recruit.sub .recruit-style1 .sec01-img {
    width: 100%;
    margin-top: 20px;
  }
  .recruit.sub .recruit-style1 .sec01-info {
    width: 100%;
  }
  .recruit.sub .recruit-style1 .sec01-info > div {
    padding: 50px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .recruit.sub .recruit-style1 .sec01-info {
    box-sizing: border-box;
    padding: 37px 16px 0;
  }
}
.recruit.sub.office .container {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .recruit.sub.office .container {
    max-width: inherit;
    margin: 0;
  }
  .recruit.sub.office .breadcrumb {
    margin-bottom: 0;
  }
}
.recruit.sub .recruit-style2 {
  background: url("../img/recruit_img5.webp") no-repeat center/cover;
  text-align: center;
  color: #fff;
  padding: 50px 16px;
  box-sizing: border-box;
  margin-top: 75px;
}
.recruit.sub .recruit-style2 .ttl30 {
  color: #fff;
}
.recruit.sub .recruit-style2 .btn-global {
  margin-top: 30px;
}
.recruit.sub .recruit-style2 .btn-global:hover {
  color: #fff;
  border-color: transparent;
  opacity: 0.7;
}
.recruit.sub .recruit-style2 .btn-global:hover:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .recruit.sub .recruit-style2 {
    min-height: 423px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recruit.sub .recruit-style2 .ttl30 {
    margin-bottom: 7px;
  }
  .recruit.sub .recruit-style2 .btn-global {
    margin-top: 25px;
  }
}

.recruit.sub.message .ttl-bg {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .recruit.sub.message .ttl-bg {
    margin-bottom: 70px;
  }
  .img-right .greeting-img,
  .img-right .greeting-img-wrap {
    order: 2;
  }
  .img-right .greeting-info {
    order: 1;
  }
}

.recruit.sub.requirements .faqbox > li {
  border: 1px solid #1E67AC;
  border-radius: 5px;
  overflow: hidden;
  background: #F6FAFF;
}
.recruit.sub.requirements .faqbox > li .que {
  background: #1E67AC;
  font-size: 20px;
  padding: 37px 95px 37px 35px;
}
.recruit.sub.requirements .faqbox > li .que:before, .recruit.sub.requirements .faqbox > li .que:after {
  width: 34px;
  height: 34px;
  right: 35px;
}
.recruit.sub.requirements .faqbox > li .ans {
  padding: 35px;
  display: block;
}
.recruit.sub.requirements .requirements-row:not(:last-child) {
  margin-bottom: 75px;
}
.recruit.sub.requirements .requirements-row .requirements-ttl {
  font-size: 20px;
  font-weight: 700;
  color: var(--bluenav);
  margin-bottom: 18px;
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .recruit.sub.requirements .faqbox > li .que {
    font-size: 18px;
    padding: 20px 50px 20px 20px;
  }
  .recruit.sub.requirements .faqbox > li .que:before, .recruit.sub.requirements .faqbox > li .que:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .recruit.sub.requirements .faqbox > li .ans {
    padding: 15px;
  }
  .recruit.sub.requirements .requirements-row:not(:last-child) {
    margin-bottom: 75px;
  }
  .recruit.sub.requirements .requirements-row .requirements-ttl {
    font-size: 20px;
    font-weight: 700;
    color: var(--bluenav);
    margin-bottom: 18px;
    margin-top: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit.sub.requirements .style8 dl dd {
    width: calc(100% - 190px);
  }
}

.apply #form {
  background-color: #F3F6F9;
  padding: 80px 16px;
}

.byora .form {
  max-width: 1100px;
}
.byora .form-ttl {
  position: relative;
}
.byora .form-ttl .add_pro {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: var(--bluenav);
  display: block;
  line-height: 2.5;
  padding: 0 20px;
  border-radius: 10px;
  transition: ease 0.3s;
}
.byora .form-ttl .add_pro:hover {
  text-decoration: none;
  opacity: 0.7;
}
.byora .form-box {
  margin-top: 18px;
  background: #F8F8F8;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px 18px 40px;
  border: 1px solid #E4E4E4;
}
.byora .file-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  background: #0d3f8f;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.byora .file-upload-text {
  font-size: 13px;
  color: #b3b3b3;
  margin-left: 7px;
}
@media only screen and (min-width: 768px) {
  .byora .form .form-row dt {
    width: 25.5%;
  }
  .byora .form .form-row dd {
    width: 310px;
  }
  .byora .form .form-row dd.w65 {
    width: 520px;
  }
  .byora .form-box {
    padding: 10px 40px 40px;
  }
  .byora .form-box .form-row dt {
    width: 17%;
  }
  .byora .form-box .form-row dd {
    display: flex;
    width: 83%;
  }
  .byora .form-box .form-row dd select {
    width: 200px;
  }
  .byora .form-box .form-row dd span {
    display: block;
    margin: 0 10px;
    flex-shrink: 0;
  }
  .byora .form-box .form-row dd .df-pc {
    width: calc(100% - 200px);
    align-items: center;
  }
  .byora .file-upload {
    display: flex;
    align-items: center;
  }
  .byora .file-upload-btn {
    height: 30px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 12px;
  }
  .byora .file-upload-text {
    font-size: 16px;
    color: #BDBDBD;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .byora .form-box {
    padding: 10px 20px 30px;
  }
  .byora .form-box .form-row dt {
    min-width: 135px;
  }
}

.health-management .health_img img {
  width: auto;
  max-width: 100%;
}
.health-management .style1 > div p {
  margin-bottom: 2em;
}

.basic-behavior-policy #basic-btn {
  margin-top: 120px;
}
.basic-behavior-policy #basic-btn ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 23px 30px;
}
.basic-behavior-policy #basic-btn li {
  width: calc((100% - 60px) / 3);
}
.basic-behavior-policy #basic-btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid var(--bluenav);
  color: var(--bluenav);
  box-sizing: border-box;
  height: 100px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  transition: ease 0.3s;
}
.basic-behavior-policy #basic-btn a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 21px 21px;
  border-color: transparent transparent var(--bluenav) transparent;
}
.basic-behavior-policy #basic-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .basic-behavior-policy #basic-btn {
    margin-top: 80px;
  }
  .basic-behavior-policy #basic-btn ul {
    gap: 18px 20px;
  }
  .basic-behavior-policy #basic-btn li {
    width: calc((100% - 40px) / 3);
  }
  .basic-behavior-policy #basic-btn li a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .basic-behavior-policy #basic-btn {
    margin-top: 50px;
  }
  .basic-behavior-policy #basic-btn ul {
    gap: 20px 0;
    justify-content: space-between;
  }
  .basic-behavior-policy #basic-btn li {
    width: calc(50% - 10px);
  }
  .basic-behavior-policy #basic-btn li a {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 510px) {
  .basic-behavior-policy #basic-btn li {
    width: 100%;
  }
  .basic-behavior-policy #basic-btn li a {
    height: 80px;
  }
}

.supplier .list_decimal .list_decimal {
  padding: 20px 24px 0 0 !important;
  margin-bottom: 0;
}/*# sourceMappingURL=index.css.map */