@charset "UTF-8";
@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/*----------------------------------------------------
導入
----------------------------------------------------*/
#lead {
  padding: 33px 0 45px;
}
@media all and (min-width: 751px) {
  #lead {
    padding: 60px 0 90px;
  }
}
#lead .inner {
  --sp_padding: 12px;
  --pc_padding: 250px;
}
#lead .copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #00787e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.12em;
  padding: 0 0.7em;
}
@media all and (min-width: 751px) {
  #lead .copy {
    font-size: 22px;
    letter-spacing: 0.15em;
    padding: 0.1em 0.7em;
  }
}
#lead .image {
  margin-top: 28px;
}
@media all and (max-width: 750px) {
  #lead .image {
    margin-inline: calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  #lead .image {
    margin-top: 42px;
  }
}
#lead .text {
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  #lead .text {
    margin-top: 40px;
  }
}
#lead .text p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.75;
}
@media all and (min-width: 751px) {
  #lead .text p {
    letter-spacing: 0.08em;
    font-size: 16px;
    line-height: 2;
  }
}
#lead .links {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 27px;
}
@media all and (min-width: 751px) {
  #lead .links {
    gap: 8px;
    margin-top: 54px;
  }
}
#lead .links li {
  counter-increment: number 1;
  position: relative;
  width: calc((100% - 4px) / 2);
  min-height: 40px;
}
@media all and (min-width: 751px) {
  #lead .links li {
    width: calc((100% - 16px) / 3);
    min-height: 66px;
  }
}
#lead .links li::before {
  position: absolute;
  z-index: 1;
  content: counter(number, decimal-leading-zero);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}
@media all and (min-width: 751px) {
  #lead .links li::before {
    font-size: 37px;
    left: 13px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #lead .links li::before {
    font-size: 3.5vw;
  }
}
#lead .links li::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url(../images/common/icon/arrow_circle_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 15px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  #lead .links li::after {
    width: 26px;
    right: 5%;
  }
}
#lead .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  background-color: #34a2a8;
  padding-left: 42px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #lead .links li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #lead .links li a:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 751px) {
  #lead .links li a {
    padding-left: 27%;
  }
}
#lead .links li a span {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  #lead .links li a span {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #lead .links li a span {
    font-size: 2vw;
  }
}
#lead .links li a .dept {
  letter-spacing: 0.097em;
  font-size: 9px;
  margin-top: 0.5em;
}
@media all and (min-width: 751px) {
  #lead .links li a .dept {
    font-size: 13px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #lead .links li a .dept {
    font-size: 1.4vw;
  }
}
#lead .links li a .dept.small {
  letter-spacing: 0.04em;
  font-size: 8px;
}
@media all and (min-width: 751px) {
  #lead .links li a .dept.small {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #lead .links li a .dept.small {
    font-size: 1.3vw;
  }
}
#lead .links li:nth-child(1)::before {
  letter-spacing: 0.1em;
}
#lead .links li.bond::after {
  background-image: url(../images/common/icon/arrow_circle_green.svg);
}
#lead .links li.bond a {
  background-color: #8ccb56;
}

/*----------------------------------------------------
section共通
----------------------------------------------------*/
.services {
  counter-reset: number 0;
}
.services section {
  --color: #00787e;
  --bg_color: #eaf2f2;
  --border_color: #a9d6d8;
  counter-increment: number 1;
  padding: 55px 0 60px;
}
@media all and (min-width: 751px) {
  .services section {
    padding: 100px 0;
  }
}
.services section .inner {
  --sp_padding: 37px;
}
.services section .title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--color);
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 17px;
}
@media all and (min-width: 751px) {
  .services section .title {
    font-size: 26px;
  }
}
.services section .title::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 77px;
}
@media all and (min-width: 751px) {
  .services section .title::before {
    font-size: 120px;
  }
}
.services section .title .sub {
  color: #fff;
  background-color: var(--color);
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.2em 0.2em 0.1em;
}
@media all and (min-width: 751px) {
  .services section .title .sub {
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 0.2em 0.5em 0.2em;
  }
}
.services section .content {
  margin-top: 45px;
}
@media all and (min-width: 751px) {
  .services section .content {
    margin-top: 60px;
    max-width: 960px;
    margin-left: auto;
  }
}
.services section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  margin-bottom: 23px;
}
@media all and (min-width: 751px) {
  .services section .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-bottom: 54px;
  }
  .services section .wrap .image {
    width: 44.8%;
  }
  .services section .wrap .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.services section .lead {
  font-weight: bold;
  color: var(--color);
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 1.83;
}
@media all and (min-width: 751px) {
  .services section .lead {
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 1.81;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .services section .lead {
    font-size: 16px;
  }
}
@media all and (min-width: 751px) {
  .services section .lead .small {
    display: inline-block;
    letter-spacing: 0.03em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.services section .text {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .services section .text {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .services section .text {
    font-size: 13px;
  }
}
.services section .text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.services section .text ul + p {
  margin-top: 1em;
}
.services section .text p:not(:last-child) {
  margin-bottom: 1em;
}
.services section .relate {
  border: 1px solid var(--border_color);
  padding: 18px 22px 22px;
}
@media all and (min-width: 751px) {
  .services section .relate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    min-height: 85px;
    padding: 22px 22px 22px 0;
  }
}
.services section .relate:not(:last-child) {
  margin-bottom: 14px;
}
@media all and (min-width: 751px) {
  .services section .relate:not(:last-child) {
    margin-bottom: 20px;
  }
}
.services section .relate .head {
  color: var(--color);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media all and (max-width: 750px) {
  .services section .relate .head {
    padding-bottom: 1.3em;
    border-bottom: 1px solid var(--border_color);
  }
}
@media all and (min-width: 751px) {
  .services section .relate .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20%;
    min-width: 100px;
    font-size: 14px;
    border-right: 1px solid var(--border_color);
  }
}
@media all and (max-width: 750px) {
  .services section .relate .cont {
    padding-top: 1.3em;
  }
}
@media all and (min-width: 751px) {
  .services section .relate .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.services section .relate .cont p {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1.81;
}
@media all and (min-width: 751px) {
  .services section .relate .cont p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .services section .relate .cont p {
    font-size: 13px;
  }
}
.services section:nth-child(1) .title::before {
  letter-spacing: 0.05em;
}
@media all and (max-width: 750px) {
  .services section:nth-child(1) .lead {
    margin-inline: -10px;
  }
}
.services section:nth-child(odd) {
  background-color: var(--bg_color);
}
.services section:nth-child(even) .title::before {
  color: var(--bg_color);
}
.services section.bond {
  --color: #61af1f;
  --bg_color: rgba(172, 201, 148, 0.15);
  --border_color: #ccddbb;
}

/*----------------------------------------------------
化学品事業
----------------------------------------------------*/