@charset "UTF-8";
/* Page SCSS import */
/* Page SCSS import */
.page-jigyo-pipelinesCathodic .c-list_anchor.-flex li {
  min-width: 148px;
}
.page-jigyo-pipelinesCathodic .p-cathodic-img {
  position: relative;
}
.page-jigyo-pipelinesCathodic .p-cathodic-img img {
  width: 100%;
}
.page-jigyo-pipelinesCathodic .p-cathodic-img figcaption {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #005daa;
  padding: 5px 1em;
}
.page-jigyo-pipelinesCathodic .l-grid:not(:first-child) {
  margin-top: 50px;
}

.page-jigyo-pipelinesMaintenance .l-container.padding {
  padding-bottom: min(170px, 10.625vw);
}
.page-jigyo-pipelinesMaintenance .c-list_anchor {
  display: inline-block;
  text-align: center;
}
.page-jigyo-pipelinesMaintenance .c-list_anchor li {
  display: inline-block;
  min-width: 212px;
  margin: 0 12px 30px;
}
.page-jigyo-pipelinesMaintenance .c-list_anchor li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.page-jigyo-pipelinesMaintenance .c-lead {
  margin-bottom: 32px;
}
.page-jigyo-pipelinesMaintenance .c-image {
  background: #808080;
}
.page-jigyo-pipelinesMaintenance .c-image img {
  width: 100%;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-img {
  display: block;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-img + * {
  margin-top: 50px;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-img img {
  width: 100%;
  line-height: 1;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-figure {
  position: relative;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  position: relative;
  border: 2px solid #005DAA;
  padding: 32px 24px;
  font-weight: 500;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box::before {
  content: "";
  position: absolute;
  background: #005DAA;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box:not(:first-child) {
  margin-top: 32px;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box .list {
  counter-reset: list;
  display: grid;
  row-gap: 0.85em;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box .list li {
  counter-increment: list;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box .list li::before {
  content: counter(list);
  font-weight: bold;
  line-height: inherit;
  color: #005DAA;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box .list li.denshoku {
  position: relative;
}
.page-jigyo-pipelinesCorrosion .p-corrosion-box .list li.denshoku .attach {
  position: absolute;
  right: -86px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(86px, 6.71875vw);
  aspect-ratio: 1/1;
}
.page-jigyo-pipelinesCorrosion #intro .p-corrosion-introImg {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.page-jigyo-pipelinesCorrosion #intro .p-corrosion-introImg img {
  display: block;
  width: 100%;
  max-width: none;
}

.page-jigyo-pipelinesOriginal .c-lead {
  margin-bottom: 32px;
}

/* Page SCSS import */
.page-jigyo-marineCathodic .c-list_anchor li a {
  min-width: min(350px, 21.875vw);
}
.page-jigyo-marineCathodic .c-lead {
  margin-bottom: 30px;
}
.page-jigyo-marineCathodic .p-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: min(50px, 3.125vw);
}
.page-jigyo-marineCathodic .p-link .p-link_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.page-jigyo-marineCathodic .p-link .p-link_item dt {
  position: relative;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-align: right;
  text-decoration: none;
  padding-right: min(30px, 1.875vw);
}
.page-jigyo-marineCathodic .p-link .p-link_item dt::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: calc(50% - min(10px, 0.625vw));
  right: 0;
  width: min(20px, 1.25vw);
  -webkit-mask-image: url(/assets/img/common/icon_arrow.svg);
          mask-image: url(/assets/img/common/icon_arrow.svg);
  margin-left: 0.5em;
}
.page-jigyo-marineCathodic .p-link .p-link_item dd {
  margin-left: 0.5em;
}
.page-jigyo-marineCathodic #anode .c-heading-2 {
  margin-top: 4em;
}
.page-jigyo-marineCathodic #anode .l-inner section section .p-figure {
  display: grid;
  gap: min(20px, 1.25vw);
  margin-bottom: min(100px, 6.25vw);
}
.page-jigyo-marineCathodic #anode .l-inner section section .p-figure .p-figure_item figure figcaption {
  text-align: center;
  margin-top: 10px;
}
.page-jigyo-marineCathodic #external .c-heading-2 {
  margin-top: 4em;
}
.page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item {
  position: relative;
}
.page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item:last-child::before {
  content: "";
  position: absolute;
  left: max(-30px, -1.875vw);
  z-index: -1;
  width: 1px;
  height: max(60px, 3.75vw);
  background: #005daa;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item:last-child .c-card .c-card_image {
  background: #FFF;
}
.page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item .c-card .c-card_image {
  overflow: visible;
}
.page-jigyo-marineCathodic #external .l-inner section section:last-of-type .c-example {
  margin-top: 24px;
}
.page-jigyo-marineCathodic #external .l-grid {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.page-jigyo-marineCathodic #external section section:last-child .l-grid-item .c-card .c-card_image span {
  height: auto;
  min-height: min(40px, 2.5vw);
}

.page-jigyo-marineHeavy-duty .c-lead {
  margin-bottom: 30px;
}
.page-jigyo-marineHeavy-duty .l-inner .l-grid {
  margin-bottom: 10px;
}
.page-jigyo-marineHeavy-duty .l-inner .l-grid .l-grid-item > figure figcaption {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-align: center;
  margin-top: 10px;
}
.page-jigyo-marineHeavy-duty .l-inner .p-note .p-note_item {
  margin-bottom: 3px;
}
.page-jigyo-marineHeavy-duty .l-inner .p-note .p-note_item dt {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
}
.page-jigyo-marineHeavy-duty .l-inner .p-note .p-note_item dd {
  padding-left: 2.5em;
}
.page-jigyo-marineHeavy-duty .l-inner .p-note .p-note_item:last-child {
  margin-bottom: 0;
}
.page-jigyo-marineHeavy-duty .c-list_anchor li .c-arrow_bottom {
  padding: 0 min(60px, 3.75vw);
}
.page-jigyo-marineHeavy-duty .js-carousel {
  margin-top: min(60px, 3.75vw);
}
.page-jigyo-marineHeavy-duty #resin .c-heading-6 span {
  letter-spacing: 0.1em;
  font-size: min(1.875vw, 24px);
}
.page-jigyo-marineHeavy-duty #corrosion-resistant figure {
  max-width: 1068px;
  margin: 0 auto;
}

.page-jigyo-marineMaintenance .c-list_anchor li a {
  min-width: min(350px, 21.875vw);
}
.page-jigyo-marineMaintenance .c-lead {
  margin-bottom: 30px;
}
.page-jigyo-marineMaintenance .c-heading-2 {
  margin: 2em auto 30px;
}
.page-jigyo-marineMaintenance .p-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: min(50px, 3.125vw);
}
.page-jigyo-marineMaintenance .p-link .p-link_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.page-jigyo-marineMaintenance .p-link .p-link_item dt {
  position: relative;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-align: right;
  text-decoration: none;
  padding-right: min(30px, 1.875vw);
}
.page-jigyo-marineMaintenance .p-link .p-link_item dt::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: calc(50% - min(10px, 0.625vw));
  right: 0;
  width: min(20px, 1.25vw);
  -webkit-mask-image: url(/assets/img/common/icon_arrow.svg);
          mask-image: url(/assets/img/common/icon_arrow.svg);
  margin-left: 0.5em;
}
.page-jigyo-marineMaintenance .p-link .p-link_item dd {
  margin-left: 0.5em;
}
.page-jigyo-marineMaintenance #intro .p-link {
  margin-bottom: 0;
}
.page-jigyo-marineMaintenance .c-example .c-example_content ul {
  gap: min(10px, 1.5625vw) 25px;
}

/* Page SCSS import */
.page-jigyo-facilitiesCathodic .p-img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: min(25px, 1.6666666667vw);
  padding-left: min(150px, 10vw);
}
.page-jigyo-facilitiesCathodic .p-img_box figcaption {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  margin-bottom: min(-7px, -0.4666666667vw);
}
.page-jigyo-facilitiesCathodic .c-lead {
  margin-bottom: 50px;
}
.page-jigyo-facilitiesCathodic .c-heading-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(35px, 2.1875vw);
}
.page-jigyo-facilitiesCathodic .c-heading-1 img {
  width: 200px;
  height: 200px;
}
.page-jigyo-facilitiesCathodic #anchor .c-sentence {
  margin-bottom: min(90px, 5.625vw);
}

.page-jigyo-facilitiesFeion.u-bg-line {
  position: relative;
  z-index: 0;
}
.page-jigyo-facilitiesFeion .c-lead {
  margin-bottom: 50px;
}
.page-jigyo-facilitiesFeion #intro .c-lead {
  margin-bottom: min(90px, 5.625vw);
}
.page-jigyo-facilitiesFeion #intro .c-card_image img {
  background: #FFF;
}
.page-jigyo-facilitiesFeion #intro .p-main__box {
  position: relative;
  width: min(755px, 47.1875vw);
  margin: 0 auto min(20px, 1.25vw);
}
.page-jigyo-facilitiesFeion #intro .p-main__box figcaption {
  position: absolute;
  z-index: 1;
  left: max(105%, 6.5625vw);
  bottom: min(60px, 3.75vw);
  width: min(250px, 15.625vw);
  height: min(150px, 9.375vw);
  font-size: min(18px, 1.125vw);
  background: #FFF;
  padding: min(16px, 1vw);
  border: 1px solid #005daa;
}
.page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-1 {
  position: absolute;
  top: 26%;
  left: max(94.7%, 5.8125vw);
  width: 1px;
  height: min(349px, 21.8125vw);
  background: #005daa;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-2::before, .page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #005daa;
}
.page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-2::before {
  top: 74%;
  left: 0;
  height: min(140px, 8.75vw);
}
.page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-2::after {
  top: 44.8%;
  left: 14.2%;
  height: min(213px, 13.3125vw);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-jigyo-facilitiesFeion #soaking .p-imginner {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-jigyo-facilitiesFeion #soaking .p-imginner .l-grid-item.top {
  position: relative;
}
.page-jigyo-facilitiesFeion #soaking .p-imginner .l-grid-item.top .p-main__border-1,
.page-jigyo-facilitiesFeion #soaking .p-imginner .l-grid-item.top .p-main__border-2 {
  display: block;
  background-color: #005DAA;
  position: absolute;
}
.page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content h4 {
  letter-spacing: 0.1em;
  font-size: min(1.875vw, 24px);
  color: #005daa;
  margin-bottom: min(30px, 1.875vw);
  margin-top: min(6px, 0.375vw);
  font-weight: 700;
}
.page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content h4 span {
  display: inline-block;
  width: 24px;
}
.page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content ul li {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: min(8px, 0.5vw);
  line-height: 1.75;
}
.page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content ul li:last-child {
  margin-bottom: min(-8px, -0.5vw);
}
.page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content ul li.img {
  margin-bottom: 22px;
}
.page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content ul li.img img {
  width: 100%;
  max-width: 558px;
  height: auto;
}
.page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content .c-card_title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-jigyo-facilitiesFeion #move .c-heading-1 + .l-grid {
  margin-bottom: min(50px, 3.125vw);
}
.page-jigyo-facilitiesFeion #move .c-heading-1 + .l-grid .l-grid-item:last-child {
  position: relative;
  padding-left: min(40px, 2.5vw);
}
.page-jigyo-facilitiesFeion #move .c-heading-1 + .l-grid .l-grid-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: #005daa;
}

.page-jigyo-facilitiesCreature .p-creature__box {
  display: grid;
  gap: min(30px, 1.875vw);
  margin-block: min(50px, 3.125vw);
  grid-template-columns: clamp(0px, (100% - min(30px, 1.875vw)) * 0.3, 425px) clamp(0px, (100% - min(30px, 1.875vw)) * 0.7, 825px);
}
.page-jigyo-facilitiesCreature .p-creature__box figure img {
  width: 100%;
}
.page-jigyo-facilitiesCreature .c-card .c-card_image img {
  aspect-ratio: inherit;
}

.page-jigyo-zapseries .c-list_anchor {
  display: inline-block;
  text-align: center;
}
.page-jigyo-zapseries .c-list_anchor li {
  display: inline-block;
  min-width: 212px;
  margin: 0 12px 30px;
}
.page-jigyo-zapseries .c-list_anchor li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.page-jigyo-zapseries .c-lead {
  margin-block: 50px;
}
.page-jigyo-zapseries #intro .c-lead {
  margin-block: 0;
}
.page-jigyo-zapseries #anchor .l-inner {
  text-align: center;
}
.page-jigyo-zapseries #online {
  position: relative;
  height: min(700px, 43.75vw);
  background: url("/assets/img/index/bg-online.webp") no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.page-jigyo-zapseries #online .inner-sct {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.page-jigyo-zapseries #online .ctn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 1.38vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-jigyo-zapseries #online .ctn .inner {
  position: relative;
  max-width: 580px;
  padding: 60px 0;
  padding-left: 40px;
}
.page-jigyo-zapseries #online .ctn .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, #005daa, #007e78, #009e48);
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-jigyo-zapseries #online .ctn p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15rem;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 0;
}
.page-jigyo-zapseries #online .ctn .btn-more {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.page-jigyo-zapseries #online .ctn .btn-more div {
  position: relative;
  display: block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 auto;
  -webkit-transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
.page-jigyo-zapseries #online .ctn .btn-more div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.page-jigyo-zapseries #online .ctn .btn-more div a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 1;
}
.page-jigyo-zapseries #online .ctn .btn-more div a span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.page-jigyo-zapseries #online .ctn .btn-more div a em {
  display: block;
}
.page-jigyo-zapseries #online .ctn .btn-more div a svg {
  display: block;
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  fill: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  z-index: 2;
}
.page-jigyo-zapseries #online .ctn .btn-more div a:hover {
  color: #009e48;
}
.page-jigyo-zapseries #online .ctn .btn-more div a:hover::after {
  height: 100%;
}
.page-jigyo-zapseries #online .ctn.show .inner {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.page-jigyo-zapseries #online .ctn.show .inner:after {
  width: 100%;
}
.page-jigyo-zapseries #online .ctn.show .inner p {
  opacity: 1;
}
.page-jigyo-zapseries #online .ctn.show .btn-more div {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.page-jigyo-zapseries #online .scroll a {
  color: #fff;
}
.page-jigyo-zapseries #online .scroll a::after {
  background: #fff;
}

/* Page SCSS import */
.page-jigyo-saltdamage #saltdamage .c-lead:first-child {
  padding-top: min(140px, 12.5vw);
}
.page-jigyo-saltdamage #saltdamage .p-grid-1 {
  grid-template-columns: 65% 1fr;
  gap: 120px;
  margin-top: 3em;
}
.page-jigyo-saltdamage #saltdamage .p-grid-2 {
  grid-template-columns: 1fr 60%;
  gap: 40px;
  margin-top: 5em;
}
.page-jigyo-saltdamage #saltdamage .p-grid-2 .l-grid {
  gap: 1px;
}
.page-jigyo-saltdamage #saltdamage .p-grid-2 .p-figure_label {
  background: #005daa;
}
.page-jigyo-saltdamage #saltdamage .p-grid-2 .p-figure_label .c-text {
  color: #fff;
  text-align: center;
}
.page-jigyo-saltdamage #countermeasure .c-sentence {
  color: #005daa;
  text-align: center;
}
.page-jigyo-saltdamage #countermeasure .l-inner {
  max-width: 1480px;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content {
  padding: min(100px, 5vw) min(80px, 8vw);
  background: #F0F0F0;
  margin-top: 6em;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tr > * {
  background: none;
  text-align: left;
  border-bottom: 1px solid #000;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr:last-child th, .page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr:last-child td {
  border-bottom: 1px solid #000;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr th {
  width: 20%;
  padding: 20px 16px 20px 0;
  vertical-align: top;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr td {
  padding: 20px 16px;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr > * {
  border-right: none;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 .adjust tr th:first-child span {
  padding: 0 16px 0 0;
  border-right: 1px solid #000;
}
.page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-text {
  margin-top: 2em;
}

.page-jigyo-saltdamageInvestigation .c-table_container {
  margin-bottom: 24px;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 .adjust tr > * {
  background: none;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 .adjust tr > *:first-child span {
  border-right: 1px solid #000;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 .adjust tr th {
  border-bottom: 1px solid #000;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 tbody tr td,
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 tbody tr th {
  border-bottom: 1px solid #000;
  background: none;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 tbody tr:last-child td {
  border-bottom: none;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 :not(thead) td {
  border-right: none;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 :not(thead) td span {
  color: #009e48;
}
.page-jigyo-saltdamageInvestigation .c-table_container .c-table-2 :not(thead) td em {
  color: #005daa;
}
.page-jigyo-saltdamageInvestigation .c-table_container tr:last-child td {
  padding: 0;
}
.page-jigyo-saltdamageInvestigation .c-table_container tr:last-child td:first-child p {
  border-right: 1px solid #000;
}
.page-jigyo-saltdamageInvestigation .c-table_container tr:last-child td p {
  padding: 10px 16px;
}
.page-jigyo-saltdamageInvestigation #inspection .c-lead span {
  color: #009e48;
}
.page-jigyo-saltdamageInvestigation #inspection .c-lead em {
  color: #005daa;
}
.page-jigyo-saltdamageInvestigation #prediction .c-lead {
  margin-bottom: 50px;
}
.page-jigyo-saltdamageInvestigation #prediction .l-grid {
  padding: 0 min(120px, 7.5vw);
}
.page-jigyo-saltdamageInvestigation #prediction .l-grid .l-grid-item .c-card {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-jigyo-saltdamageInvestigation #prediction .l-grid .l-grid-item .c-card .c-card_title {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
}
.page-jigyo-saltdamageInvestigation #prediction .l-grid .l-grid-item .c-card .c-card_content .c-card_text {
  text-align: center;
}
.page-jigyo-saltdamageCathodic .c-lead {
  margin-bottom: 50px;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content h3 {
  letter-spacing: 0.1em;
  font-size: min(1.875vw, 24px);
  color: #005daa;
  margin-bottom: min(30px, 1.875vw);
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content h3 span {
  display: inline-block;
  width: 24px;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content ul li {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: min(30px, 1.875vw);
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content .c-card_title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:first-child {
  margin-bottom: min(50px, 3.125vw);
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:first-child .l-grid-item:last-child {
  position: relative;
  padding-left: 40px;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:first-child .l-grid-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: #005daa;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child {
  gap: min(65px, 4.0625vw);
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - min(10px, 0.625vw));
  right: -10%;
  height: calc(1.7320508076 * min(20px, 1.25vw) / 2);
  width: min(16px, 1vw);
  background: #005daa;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-animation: anime-blink 1s infinite;
          animation: anime-blink 1s infinite;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item .c-card .c-card_image {
  position: relative;
  overflow: visible;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item .c-card .c-card_image::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - min(10px, 0.625vw));
  right: -10%;
  height: calc(1.7320508076 * min(20px, 1.25vw) / 2);
  width: min(16px, 1vw);
  background: #005daa;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-animation: anime-blink 1s infinite;
          animation: anime-blink 1s infinite;
}
.page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item:last-child .c-card .c-card_image::after {
  content: none;
}
.page-jigyo-saltdamageCathodic #intro .c-lead {
  margin-bottom: 0;
}

.page-jigyo-kokusai #business .marker {
  position: relative;
}
.page-jigyo-kokusai #business .marker::before {
  content: "";
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  width: 0.625vw;
  height: 0.625vw;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-right: 0.5vw;
}
.page-jigyo-kokusai #business .marker.red::before {
  background: #F00000;
}
.page-jigyo-kokusai #business .marker.green::before {
  background: #39B54A;
}
.page-jigyo-kokusai #business .marker.blue::before {
  background: #3CAAFF;
}
.page-jigyo-kokusai #business .p-map {
  position: relative;
  margin-bottom: 8.75vw;
}
.page-jigyo-kokusai #business .p-map .p-map_inner {
  position: absolute;
  right: 1.875vw;
  bottom: 1.875vw;
  z-index: 1;
}
.page-jigyo-kokusai #business .p-map .p-map_inner li span {
  color: #005daa;
}
.page-jigyo-kokusai #business .p-map .p-map_bg img {
  width: 100%;
}
.page-jigyo-kokusai #business .c-table_container .c-table-3 thead th {
  text-align: left;
}
.page-jigyo-kokusai #business .c-table_container .c-table-3 tbody td span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* Page SCSS import */
.page-jigyo-offshorewindpoweroverview .padding {
  padding-inline: 0;
}
.page-jigyo-offshorewindpoweroverview .padding .c-lead {
  padding-block: min(140px, 12.5vw);
}

.page-jigyo-offshorewindpowersolution .c-heading-6 {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.page-jigyo-offshorewindpowersolution .p-intro_img {
  position: relative;
  margin-bottom: 75px;
}
.page-jigyo-offshorewindpowersolution .p-intro_img .u-anime-curtain {
  margin: 0 -6.25vw;
}
.page-jigyo-offshorewindpowersolution .p-corrosion-grid {
  grid-template-columns: 55% 1fr;
}
.page-jigyo-offshorewindpowersolution .p-corrosion-grid .p-contentsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.page-jigyo-offshorewindpowersolution .p-corrosion-grid .p-contentsbox .p-textbox {
  border-left: 8px solid #005daa;
  padding-left: 32px;
}
.page-jigyo-offshorewindpowersolution .p-corrosion-grid .p-contentsbox .p-textbox .p-box_title {
  font-size: 24px;
  font-weight: bold;
  color: #005daa;
}
.page-jigyo-offshorewindpowersolution .p-iccp_contents2 {
  margin: 1.5em 0 3em;
}
.page-jigyo-offshorewindpowersolution .p-iccp_contents2 .p-contentsbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
}
.page-jigyo-offshorewindpowersolution .p-iccp_contents2 .p-contentsbox .list {
  margin-top: 15px;
}
.page-jigyo-offshorewindpowersolution .p-iccp_contents2 .p-contentsbox .list li {
  font-size: 18px;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.page-jigyo-offshorewindpowersolution .p-iccp_contents2 .p-contentsbox .list li::before {
  content: "・";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
}
.page-jigyo-offshorewindpowersolution .p-grid_temp {
  grid-template-columns: 1fr 55%;
}

.page-jigyo-offshorewindpowerachievements .p-case_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 178px;
  height: 50px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-align: center;
  background: #005DAA;
  padding: 0 8px;
  margin-left: auto;
}
.page-jigyo-offshorewindpowerachievements .p-case_label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -47px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 47px;
  border-color: #005DAA transparent #005DAA transparent;
}
.page-jigyo-offshorewindpowerachievements .p-case_content {
  background: #F0F0F0;
  position: relative;
  text-align: center;
  padding: min(60px, 5vw) min(100px, 8vw);
}
.page-jigyo-offshorewindpowerachievements .p-case_content img {
  max-width: 710px;
  width: 100%;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item {
  margin-top: 2.5em;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 {
  border-bottom: 1px solid #005DAA;
  border-top: 1px solid #005DAA;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td {
  background: transparent;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_inner .p-td_item {
  width: 110px;
  letter-spacing: 0.51em;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_inner .p-td_item .space-2 {
  display: inline-block;
  width: 3em;
  height: auto;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_inner .p-dashed {
  position: relative;
  width: 82px;
  margin-right: 10px;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_inner .p-dashed::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #000;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_company {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_company .p-td_item {
  letter-spacing: 0.15em;
}
.page-jigyo-offshorewindpowerachievements .p-case_content.p-case_3 td {
  width: 60%;
}
.page-jigyo-offshorewindpowerachievements .p-case_content.p-case_3 td .p-td_pd {
  padding: 10px 16px 10px 25px;
}
.page-jigyo-offshorewindpowerachievements .p-case_content.p-case_3 td .p-dashed {
  width: 33px;
}

*[class*=page-jigyo-] .l-grid .l-grid-item .c-card .c-card_image {
  position: relative;
}
*[class*=page-jigyo-] .l-grid .l-grid-item .c-card .c-card_image span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  min-width: 150px;
  height: 35px;
  background: #005daa;
  padding: 0 30px;
}
*[class*=page-jigyo-] figure img {
  width: 100%;
}

*[class*=page-jigyo-]:not(.-exc) .l-container.padding {
  padding-block: min(100px, 6.25vw);
}
*[class*=page-jigyo-]:not(.-exc) .l-container .p-lead {
  font-size: min(24px, 1.5vw);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5vw;
}
*[class*=page-jigyo-]:not(.-exc) .l-container .l-grid .l-grid-item {
  border-bottom: 1px solid #808080;
  padding-bottom: 2.1875vw;
  margin-bottom: 8.75vw;
}
*[class*=page-jigyo-]:not(.-exc) .l-container .l-grid .l-grid-item .c-card_title {
  color: #005daa;
}
*[class*=page-jigyo-]:not(.-exc) .l-container .l-grid .l-grid-item .c-card_title::after {
  background: #005daa;
}
*[class*=page-jigyo-]:not(.-exc) .l-container #business .c-heading-1 {
  margin-bottom: 5vw;
}
*[class*=page-jigyo-]:not(.-exc) .c-titleTite {
  min-height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
*[class*=page-jigyo-]:not(.-exc) .c-titleTite .c-titleTite_inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}
*[class*=page-jigyo-]:not(.-exc) .c-titleTite .c-titleTite_icon {
  width: 210px;
  height: 210px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
*[class*=page-jigyo-]:not(.-exc) .c-titleTite .c-titleTite_icon img {
  width: 100%;
}

.page-jigyo .jigyo-map {
  margin-top: 120px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 1.2s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1.2s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.page-jigyo .jigyo-map .map {
  position: relative;
  margin-inline: auto;
  aspect-ratio: 1280/862;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-jigyo .jigyo-map .map::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45.8125vw;
  aspect-ratio: 733/200;
  background: url(/assets/img/jigyo/solution-info.svg) 0 0 no-repeat;
  pointer-events: none;
  max-width: 508px;
}
.page-jigyo .jigyo-map .map .map-item {
  position: absolute;
  z-index: 3;
  aspect-ratio: 1/1;
  width: 11.71875%;
  cursor: pointer;
}
.page-jigyo .jigyo-map .map .map-item::after {
  content: "";
  position: absolute;
  top: -60%;
  left: 50%;
  aspect-ratio: 153/234;
  width: 102%;
  background: url(/assets/img/jigyo/map-pin-current.svg) center top no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: 0.32s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.32s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.page-jigyo .jigyo-map .map .map-item .map-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
}
.page-jigyo .jigyo-map .map .map-item .map-pin {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38.66%;
  aspect-ratio: 58/88;
  background: url(/assets/img/jigyo/map-pin.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: top 0.4s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: top 0.4s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  will-change: top;
  -webkit-animation: pin_float 4s infinite cubic-bezier(0.58, 0.08, 0.41, 0.93);
          animation: pin_float 4s infinite cubic-bezier(0.58, 0.08, 0.41, 0.93);
}
.page-jigyo .jigyo-map .map .map-item .map-zoom {
  position: relative;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  max-width: 203px;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 0px;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  will-change: width;
}
.page-jigyo .jigyo-map .map .map-item .map-zoom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-jigyo .jigyo-map .map .map-item .map-zoom span {
  position: absolute;
  bottom: -5%;
  left: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120%;
  font-size: 100%;
  font-weight: 500;
  padding: 0.3em 0.3em;
  background: #005daa;
  letter-spacing: 0.015em;
  line-height: 1.5;
  color: #fff;
  border-radius: 8.4px;
  opacity: 0;
  -webkit-transition: 0.4s 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.4s 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: position;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.page-jigyo .jigyo-map .map .map-item.is-active::after {
  opacity: 1;
  top: -74%;
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.page-jigyo .jigyo-map .map .map-item.is-active .map-wrap {
  width: 15.859375vw;
  height: 15.859375vw;
}
.page-jigyo .jigyo-map .map .map-item.is-active .map-pin {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-jigyo .jigyo-map .map .map-item.is-active .map-zoom {
  width: 15.859375vw;
  opacity: 1;
}
.page-jigyo .jigyo-map .map .map-item.is-active .map-zoom span {
  bottom: 0%;
  opacity: 1;
  letter-spacing: 0.15em;
}
.page-jigyo .jigyo-map .map .map-item.map-item-1 {
  left: 60.8%;
  top: 38%;
}
.page-jigyo .jigyo-map .map .map-item.map-item-1 .map-pin {
  -webkit-transform: translate(-5%, -35%);
          transform: translate(-5%, -35%);
}
.page-jigyo .jigyo-map .map .map-item.map-item-2 {
  top: 65%;
  left: -0.4%;
}
.page-jigyo .jigyo-map .map .map-item.map-item-2 .map-pin {
  -webkit-transform: translate(12%, -54%);
          transform: translate(12%, -54%);
}
.page-jigyo .jigyo-map .map .map-item.map-item-3 {
  top: 19.2%;
  left: 16.8%;
}
.page-jigyo .jigyo-map .map .map-item.map-item-3 .map-pin {
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
.page-jigyo .jigyo-map .map .map-item.map-item-3 .map-zoom span {
  width: 140%;
}
.page-jigyo .jigyo-map .map .map-item.map-item-4 {
  top: 39%;
  left: 37.6%;
}
.page-jigyo .jigyo-map .map .map-item.map-item-4 .map-pin {
  -webkit-transform: translate(-71%, -55%);
          transform: translate(-71%, -55%);
}
.page-jigyo .jigyo-map .map .map-item.map-item-5 {
  top: 6.6%;
  left: 79.4%;
}
.page-jigyo .jigyo-map .map .map-item.map-item-5 .map-pin {
  -webkit-transform: translate(-52%, -140%);
          transform: translate(-52%, -140%);
}
.page-jigyo .jigyo-map .map .map-item.map-item-6 {
  top: 65%;
  left: 18.6%;
}
.page-jigyo .jigyo-map .map .map-item.map-item-6 .map-pin {
  -webkit-transform: translate(-59%, -90%);
          transform: translate(-59%, -90%);
}
.page-jigyo .jigyo-map .map .map-bg {
  background: url(/assets/img/jigyo/map-view-shadow.svg) center no-repeat;
  background-size: contain;
}
.page-jigyo .jigyo-map .map .map-bg img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.56s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.56s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-jigyo .jigyo-map .map.is-active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.page-jigyo .jigyo-map .map.is-active::before {
  opacity: 0;
  -webkit-transition: opacity 1s 1.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 1.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.page-jigyo .jigyo-map .map.is-selected .map-bg img {
  opacity: 0.7;
}
.page-jigyo .jigyo-map .sub {
  margin-top: 3.125vw;
}
.page-jigyo .jigyo-map .sub .subThumb .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125%;
     -moz-column-gap: 3.125%;
          column-gap: 3.125%;
  white-space: nowrap;
}
.page-jigyo .jigyo-map .sub .subThumb .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-jigyo .jigyo-map .sub .subThumb .item .name {
  font-size: min(24px, 1.5vw);
  font-weight: 500;
  letter-spacing: 0.015;
  color: #000;
}
.page-jigyo .jigyo-map .sub .subThumb .item .icon {
  background: center no-repeat;
  background-size: contain;
}
.page-jigyo .jigyo-map .sub .subThumb .item .icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-jigyo .jigyo-map .sub .subThumb .item.is-active .name {
  color: #005daa;
}
.page-jigyo .jigyo-map .sub .subThumb .item.is-active .icon img {
  opacity: 0;
}
.page-jigyo .jigyo-map .sub .subThumb .item-1 .icon {
  background-image: url(/assets/img/jigyo/map-1-thumb-current.webp);
}
.page-jigyo .jigyo-map .sub .subThumb .item-2 .icon {
  background-image: url(/assets/img/jigyo/map-2-thumb-current.webp);
}
.page-jigyo .jigyo-map .sub .subThumb .item-3 .icon {
  background-image: url(/assets/img/jigyo/map-3-thumb-current.webp);
}
.page-jigyo .jigyo-map .sub .subThumb .item-4 .icon {
  background-image: url(/assets/img/jigyo/map-4-thumb-current.webp);
}
.page-jigyo .jigyo-map .sub .subThumb .item-5 .icon {
  background-image: url(/assets/img/jigyo/map-5-thumb-current.webp);
}
.page-jigyo .jigyo-map .sub .subThumb .item-6 .icon {
  background-image: url(/assets/img/jigyo/map-6-thumb-current.webp);
}
.page-jigyo .jigyo-map .sub .subMain {
  margin-top: min(100px, 6.25vw);
}
.page-jigyo .jigyo-map .sub .subMain .item:not(.item-default) {
  display: none;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-default .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-default .menu .menu-button {
  aspect-ratio: 636/130;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EFEFEF;
  letter-spacing: 0.1em;
  font-size: min(1.875vw, 24px);
  font-weight: 500;
  letter-spacing: 0.015em;
  color: #005daa;
  -webkit-transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-1 .box::before {
  left: 5%;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-2 .box::before {
  left: 21.5%;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-3 .box::before {
  left: 39.5%;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-4 .box::before {
  left: 56.5%;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-5 .box::before {
  left: 74%;
}
.page-jigyo .jigyo-map .sub .subMain .item.item-6 .box::before {
  left: 91%;
}
.page-jigyo .jigyo-map .sub .subMain .box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #EFEFEF;
  text-decoration: none;
}
.page-jigyo .jigyo-map .sub .subMain .box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  border-bottom: 40px solid #EFEFEF;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
}
.page-jigyo .jigyo-map .sub .subMain .box .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14.72%;
}
.page-jigyo .jigyo-map .sub .subMain .box .main .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.page-jigyo .jigyo-map .sub .subMain .box .main .name {
  letter-spacing: 0.1em;
  font-size: min(2.5vw, 32px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #005daa;
}
.page-jigyo .jigyo-map .sub .subMain .box .main .name::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  width: 0.875em;
  aspect-ratio: 21/5;
  -webkit-mask-image: url(/assets/img/common/icon_arrow.svg);
          mask-image: url(/assets/img/common/icon_arrow.svg);
  background-color: #005daa;
}
.page-jigyo .jigyo-map .sub .subMain .box .main .text {
  letter-spacing: 0.1em;
  font-size: min(1.875vw, 24px);
  margin-top: 0.5em;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.15em;
  line-height: 1.75;
}
.page-jigyo .jigyo-map .sub .subMain .box .visual {
  overflow: hidden;
}
.page-jigyo .jigyo-map .sub .subMain .box .visual img {
  aspect-ratio: 751/410;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.page-jigyo .jigyo-map.is-active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@-webkit-keyframes pin_float {
  0% {
    top: 0%;
  }
  50% {
    top: 6%;
  }
  100% {
    top: 0%;
  }
}
@keyframes pin_float {
  0% {
    top: 0%;
  }
  50% {
    top: 6%;
  }
  100% {
    top: 0%;
  }
}
.page-jigyo .jigyo-solution {
  margin-top: min(64px, 4vw);
}
.page-jigyo .jigyo-solution .jigyo-solution-main {
  position: relative;
  aspect-ratio: 1/1;
  width: 44.53125vw;
  max-width: 570px;
  margin-inline: auto;
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg {
  position: relative;
  z-index: 2;
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-] {
  cursor: pointer;
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-] *[id*=bg] {
  -webkit-transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-] .cover {
  -webkit-transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  fill: transparent;
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-] *[id*=text] path {
  -webkit-transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-].is-active *[id*=bg] {
  opacity: 0;
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-].is-active .cover {
  fill: #005DAA;
}
.page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-].is-active *[id*=text] path {
  fill: #fff !important;
}
.page-jigyo .jigyo-solution .jigyo-solution-main::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90.71%;
  aspect-ratio: 508/139;
  background: url(/assets/img/jigyo/solution-info.svg) 0 0 no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}
.page-jigyo .jigyo-solution .jigyo-solution-main::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 106.178%;
  background: url(/assets/img/jigyo/solution-main-bg.webp) 0 0 no-repeat;
  background-size: contain;
}
.page-jigyo .jigyo-solution .jigyo-solution-main.is-active::before {
  top: 50%;
  opacity: 1;
}
.page-jigyo .jigyo-solution .jigyo-solution-main.is-init::before {
  opacity: 0;
}
.page-jigyo .jigyo-solution .jigyo-solution-content {
  position: relative;
  opacity: 0;
  padding-top: min(50px, 3.125vw);
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box {
  position: relative;
  background: #fff;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box.is-animate {
  -webkit-transition: height 0.3s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: height 0.3s cubic-bezier(0.58, 0.08, 0.41, 0.93);
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box.is-animate .boxDetail {
  -webkit-transition: opacity 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.56s cubic-bezier(0.77, 0, 0.175, 1);
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box.is-animate .boxDetail.is-active {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box .boxClose {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 46px;
  aspect-ratio: 1/1;
  background: url(/assets/img/common/icon_close.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box .boxDetail {
  position: absolute;
  opacity: 0;
  width: 100%;
  padding: 3vw 100px;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box .boxDetail .boxDetail_title {
  letter-spacing: 0.1em;
  font-size: min(1.875vw, 24px);
  font-weight: 500;
  color: #005daa;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #005daa;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box .boxDetail .boxDetail_text {
  line-height: 1.78;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box .boxDetail[data-solution-id=center] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
.page-jigyo .jigyo-solution .jigyo-solution-content .box .boxDetail[data-solution-id=center] .boxDetail_title {
  margin: 0;
  padding: 0;
  border: none;
}
.page-jigyo .jigyo-solution .jigyo-solution-content.is-active {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.page-jigyo #jigyo-3 {
  background: #E3F0FA;
  margin-bottom: 12.5vw;
}
@media only screen and (min-width: 769px) {
  .page-jigyo-pipelinesCathodic .c-list_anchor.-flex li a {
    padding: 0 min(7.5vw, 45px);
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-figure figcaption {
    width: 100%;
    text-align: center;
    margin-top: 17px;
    line-height: 1;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-box:has(.attach) {
    padding-right: 100px;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-box::before {
    top: calc(50% - 1px);
    left: 100%;
    width: 50px;
    height: 2px;
  }
  .page-jigyo-pipelinesCorrosion #intro {
    padding-inline: 0;
  }
  .page-jigyo-pipelinesCorrosion #concrete .p-corrosion-grid .l-grid-item:first-child {
    padding-bottom: 2em;
  }
  .page-jigyo-pipelinesCorrosion #denshoku .p-corrosion-grid .l-grid-item:first-child {
    padding-bottom: 2em;
  }
  .page-jigyo-marineCathodic .l-inner > figure {
    max-width: 758px;
    margin: 0 auto;
  }
  .page-jigyo-marineCathodic #intro .l-inner > .c-heading-2 {
    letter-spacing: 0.1em;
    font-size: min(1.40625vw, 18px);
    max-width: 758px;
    margin: 4em auto 15px;
  }
  .page-jigyo-marineCathodic #anode .l-inner > .c-lead {
    margin-bottom: min(100px, 6.25vw);
  }
  .page-jigyo-marineCathodic #anode .l-inner > .c-lead.p-lead_1 {
    margin-bottom: min(72px, 4.5vw);
  }
  .page-jigyo-marineCathodic #anode .l-inner section section > figure {
    max-width: 626px;
    margin: 0 auto min(50px, 3.125vw);
  }
  .page-jigyo-marineCathodic #anode .l-inner .p-link {
    width: min(950px, 59.375vw);
  }
  .page-jigyo-marineCathodic #external .l-inner section section > figure {
    max-width: 626px;
    margin: 0 auto min(50px, 3.125vw);
  }
  .page-jigyo-marineCathodic #external .l-inner > figure {
    max-width: 626px;
    margin: 0 auto;
  }
  .page-jigyo-marineCathodic #external .l-inner > figure.p-figMax {
    max-width: 1280px;
    width: 100%;
  }
  .page-jigyo-marineCathodic #external .l-inner section section:first-of-type {
    margin-bottom: min(100px, 6.25vw);
  }
  .page-jigyo-marineCathodic #external .l-inner .p-link {
    width: min(950px, 59.375vw);
  }
  .page-jigyo-marineHeavy-duty .l-inner .c-heading-2 {
    letter-spacing: 0.1em;
    font-size: min(1.40625vw, 18px);
    margin: 2em auto 15px;
  }
  .page-jigyo-marineHeavy-duty .l-inner .l-grid .l-grid-item > figure {
    max-width: 764px;
    margin: 0 auto;
  }
  .page-jigyo-marineHeavy-duty #petrolatum .l-inner > figure:first-of-type {
    max-width: 764px;
    margin: 0 auto min(50px, 3.125vw);
  }
  .page-jigyo-marineHeavy-duty #petrolatum .l-inner > .c-lead {
    margin-bottom: min(50px, 3.125vw);
  }
  .page-jigyo-marineHeavy-duty #resin .l-inner .l-grid {
    grid-template-columns: clamp(0px, (100% - min(50px, 3.125vw)) * 0.44, 540px) clamp(0px, (100% - min(50px, 3.125vw)) * 0.56, 690px);
    gap: min(50px, 3.125vw);
  }
  .page-jigyo-marineHeavy-duty #resin .l-inner .l-grid:first-of-type {
    grid-template-columns: clamp(0px, (100% - min(50px, 3.125vw)) * 0.56, 690px) clamp(0px, (100% - min(50px, 3.125vw)) * 0.44, 540px);
  }
  .page-jigyo-marineHeavy-duty #resin .l-inner .l-grid .l-grid-item .c-heading-2 {
    margin-bottom: min(50px, 3.125vw);
  }
  .page-jigyo-marineHeavy-duty #corrosion-resistant .c-heading-2 {
    margin-bottom: min(50px, 3.125vw);
  }
  .page-jigyo-marineHeavy-duty #urethane .c-heading-2 {
    margin: 2em auto 0.4em;
  }
  .page-jigyo-facilitiesCathodic .l-container.padding.p-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-jigyo-facilitiesCathodic .l-container.padding-bottom.p-space .c-sentence {
    letter-spacing: 0.2em;
  }
  .page-jigyo-facilitiesCathodic .p-img_box img {
    width: 53.4666666667vw;
    max-width: 802px;
  }
  .page-jigyo-facilitiesCathodic .p-img_box figcaption {
    width: 20vw;
    max-width: 300px;
  }
  .page-jigyo-saltdamageCathodic .c-list_anchor {
    gap: min(28px, 1.75vw);
  }
  .page-jigyo-saltdamageCathodic .c-list_anchor li {
    min-width: min(370px, 23.125vw);
  }
  .page-jigyo-saltdamageCathodic .p-figure {
    position: relative;
    padding: min(30px, 1.875vw) min(227px, 14.1875vw) min(30px, 1.875vw) min(152px, 9.5vw);
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption {
    position: absolute;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    letter-spacing: 0.1em;
    font-size: min(1.40625vw, 18px);
    letter-spacing: 0.05em;
    padding: min(10px, 0.625vw) min(20px, 1.25vw);
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption p::before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(1) {
    top: 0;
    left: min(620px, 38.75vw);
    width: min(650px, 40.625vw);
    height: min(88px, 5.5vw);
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(1) p::before {
    top: 60%;
    left: 0;
    border-width: min(12px, 0.75vw) min(51px, 3.1875vw) min(12px, 0.75vw) 0;
    translate: -100% -50%;
    -webkit-transform: skew(0, -25deg);
            transform: skew(0, -25deg);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(2) {
    left: 0;
    bottom: min(20px, 1.25vw);
    width: min(448px, 28vw);
    height: min(88px, 5.5vw);
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(2) p::before {
    top: 0;
    left: 80%;
    border-width: 0 min(12px, 0.75vw) min(51px, 3.1875vw) min(12px, 0.75vw);
    translate: -50% -100%;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(3) {
    right: 0;
    bottom: min(50px, 3.125vw);
    width: min(261px, 16.3125vw);
    height: min(158px, 9.875vw);
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(3) p::before {
    top: 50%;
    left: 0;
    border-width: min(12px, 0.75vw) min(160px, 10vw) min(12px, 0.75vw) 0;
    translate: -100% -50%;
    -webkit-transform: skew(0, 5deg);
            transform: skew(0, 5deg);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item::after {
    content: none;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item .c-card .c-card_image span {
    min-width: min(120px, 7.5vw);
    height: min(35px, 2.1875vw);
    padding: 0 10px;
  }
  .page-jigyo-saltdamageCathodic #external .p-figure .p-figure_caption p {
    color: #FFF;
    background: #005daa;
  }
  .page-jigyo-saltdamageCathodic #external .p-figure .p-figure_caption:nth-of-type(1) p::before, .page-jigyo-saltdamageCathodic #external .p-figure .p-figure_caption:nth-of-type(3) p::before {
    border-color: transparent #005daa transparent transparent;
  }
  .page-jigyo-saltdamageCathodic #external .p-figure .p-figure_caption:nth-of-type(2) p::before {
    border-color: transparent transparent #005daa transparent;
  }
  .page-jigyo-saltdamageCathodic #anode .p-figure .p-figure_caption p {
    color: #005daa;
    background: #E6E6E6;
  }
  .page-jigyo-saltdamageCathodic #anode .p-figure .p-figure_caption:nth-of-type(1) p::before, .page-jigyo-saltdamageCathodic #anode .p-figure .p-figure_caption:nth-of-type(3) p::before {
    border-color: transparent #E6E6E6 transparent;
  }
  .page-jigyo-saltdamageCathodic #anode .p-figure .p-figure_caption:nth-of-type(2) p::before {
    border-color: transparent transparent #E6E6E6;
  }
  .page-jigyo-saltdamageCathodic #anode .p-figure .p-figure_caption:nth-of-type(3) {
    bottom: 10px;
  }
  .page-jigyo-saltdamageCathodic #anode .p-figure .p-figure_caption:nth-of-type(3) p::before {
    border-width: min(12px, 0.75vw) min(140px, 8.75vw) min(12px, 0.75vw) 0;
    -webkit-transform: skew(0, 0);
            transform: skew(0, 0);
  }
  *[class*=page-jigyo-]:not(.-exc) .c-titleTite .c-titleTite_icon {
    margin-bottom: 20px;
  }
  .page-jigyo .jigyo-map .map {
    max-width: 800px;
  }
  .page-jigyo .jigyo-map .sub .subMain .box {
    aspect-ratio: 1280/409;
  }
  .page-jigyo .jigyo-map .sub .subMain .box .main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-jigyo-pipelinesCathodic .p-cathodic-img figcaption {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-pipelinesCathodic .l-grid:not(:first-child) {
    margin-top: 24px;
  }
  .page-jigyo-pipelinesMaintenance .l-container.padding {
    padding-bottom: 14.4927536232vw;
  }
  .page-jigyo-pipelinesMaintenance .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-pipelinesMaintenance .c-list_anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .page-jigyo-pipelinesMaintenance .c-list_anchor li {
    display: block;
    margin: 0;
  }
  .page-jigyo-pipelinesCorrosion .sm\:col-2 {
    grid-template-columns: none;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-img + * {
    margin-top: 24px;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-figure img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-figure figcaption {
    width: 100px;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-box {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-box {
    max-width: 406px;
    margin: 24px auto 0;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-box::before {
    top: 100%;
    right: calc((100% - 116px) * 0.5);
    width: 2px;
    height: 8.5333333333vw;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-box:not(:first-child) {
    margin-top: 24px;
  }
  .page-jigyo-pipelinesCorrosion .p-corrosion-box .list li.denshoku .attach {
    right: 0px;
    width: 50px;
  }
  .page-jigyo-pipelinesCorrosion #intro .p-corrosion-introImg {
    display: none;
  }
  .page-jigyo-pipelinesCorrosion #denshoku .p-corrosion-grid {
    gap: 6.4vw;
  }
  .page-jigyo-pipelinesOriginal .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-marineCathodic .p-link .p-link_item dt {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-marineCathodic .p-link {
    display: block;
    margin-bottom: 24px;
  }
  .page-jigyo-marineCathodic .p-link .p-link_item {
    display: block;
    margin-bottom: 24px;
  }
  .page-jigyo-marineCathodic .p-link .p-link_item:last-child {
    margin-bottom: 0;
  }
  .page-jigyo-marineCathodic .p-link .p-link_item dt,
  .page-jigyo-marineCathodic .p-link .p-link_item dd {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-left: 0;
  }
  .page-jigyo-marineCathodic .p-link .p-link_item dt::after,
  .page-jigyo-marineCathodic .p-link .p-link_item dd::after {
    content: none;
  }
  .page-jigyo-marineCathodic #anode .l-inner section section > figure {
    margin-bottom: 24px;
  }
  .page-jigyo-marineCathodic #anode .l-inner section section .p-figure .p-figure_item {
    margin-bottom: 16px;
  }
  .page-jigyo-marineCathodic #anode .l-inner section section .p-figure .p-figure_item figure {
    font-size: min(16px, 3.8647342995vw);
    margin-bottom: 24px;
  }
  .page-jigyo-marineCathodic #anode .l-inner section section .p-figure .p-figure_item figure:last-child {
    margin-bottom: 0;
  }
  .page-jigyo-marineCathodic #external .c-heading-2 {
    margin-top: 40px;
  }
  .page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item:last-child::before {
    content: none;
  }
  .page-jigyo-marineCathodic .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-marineCathodic .c-heading-2 {
    margin-top: 40px;
  }
  .page-jigyo-marineCathodic #anode .c-heading-2 {
    margin-top: 40px;
  }
  .page-jigyo-marineHeavy-duty .l-inner .l-grid .l-grid-item > figure figcaption {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-marineHeavy-duty .l-inner .p-note .p-note_item dt {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-marineHeavy-duty .l-inner .p-note .p-note_item dd {
    padding-left: min(32px, 7.729468599vw);
  }
  .page-jigyo-marineHeavy-duty .js-carousel {
    margin-top: 24px;
  }
  .page-jigyo-marineHeavy-duty #petrolatum .l-inner > figure:first-of-type {
    margin-bottom: 24px;
  }
  .page-jigyo-marineHeavy-duty #resin .c-heading-6 span {
    font-size: min(3.8647342995vw, 16px);
  }
  .page-jigyo-marineHeavy-duty #resin .c-heading-6 span {
    display: block;
    font-size: min(12px, 2.8985507246vw);
  }
  .page-jigyo-marineHeavy-duty .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-marineHeavy-duty .c-heading-2 {
    margin-top: 16px;
  }
  .page-jigyo-marineMaintenance .p-link .p-link_item dt {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-marineMaintenance .p-link {
    display: block;
    margin-bottom: 24px;
  }
  .page-jigyo-marineMaintenance .p-link .p-link_item {
    display: block;
    margin-bottom: 24px;
  }
  .page-jigyo-marineMaintenance .p-link .p-link_item:last-child {
    margin-bottom: 0;
  }
  .page-jigyo-marineMaintenance .p-link .p-link_item dt,
  .page-jigyo-marineMaintenance .p-link .p-link_item dd {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-left: 0;
  }
  .page-jigyo-marineMaintenance .p-link .p-link_item dt::after,
  .page-jigyo-marineMaintenance .p-link .p-link_item dd::after {
    content: none;
  }
  .page-jigyo-marineMaintenance #coating .c-example .c-example_title {
    width: 30px;
    min-width: auto;
    line-height: 1.3;
    padding: 10px 20px;
  }
  .page-jigyo-marineMaintenance .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-marineMaintenance .c-heading-2 {
    margin-top: 24px;
  }
  .page-jigyo-facilitiesCathodic .p-img_box figcaption {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-facilitiesCathodic .p-img_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
    padding-left: 0;
  }
  .page-jigyo-facilitiesCathodic .p-img_box img {
    width: 100%;
  }
  .page-jigyo-facilitiesCathodic .c-lead {
    margin-bottom: 30px;
  }
  .page-jigyo-facilitiesCathodic .c-heading-1 {
    gap: 24px;
  }
  .page-jigyo-facilitiesCathodic .c-heading-1 img {
    width: 100px;
    height: 100px;
  }
  .page-jigyo-facilitiesCathodic #anchor .c-sentence {
    margin-bottom: 40px;
  }
  .page-jigyo-facilitiesFeion .sm\:col-2 {
    grid-template-columns: none;
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content h4 {
    font-size: min(3.8647342995vw, 16px);
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content ul li {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-facilitiesFeion .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-facilitiesFeion #intro .p-main__box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
  }
  .page-jigyo-facilitiesFeion #intro .p-main__box img {
    position: relative;
    z-index: -2;
    margin-bottom: 24px;
  }
  .page-jigyo-facilitiesFeion #intro .p-main__box figcaption {
    position: static;
    float: right;
    width: 66%;
    height: 100%;
    font-size: min(14px, 3.3816425121vw);
    margin-bottom: 24px;
  }
  .page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-1 {
    z-index: -1;
    top: 32.8502415459vw;
    left: max(69%, 16.6666666667vw);
    height: min(125px, 30.193236715vw);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-2::before {
    top: 32.8502415459vw;
    left: 31%;
    height: 43.4782608696vw;
  }
  .page-jigyo-facilitiesFeion #intro .p-main__box .p-main__border-2::after {
    content: none;
  }
  .page-jigyo-facilitiesFeion #soaking .p-imginner .l-grid-item {
    padding-top: 24px;
  }
  .page-jigyo-facilitiesFeion #soaking .p-imginner .l-grid-item.top {
    padding-top: 0;
  }
  .page-jigyo-facilitiesFeion #soaking .p-imginner .l-grid-item.top .p-main__border-1 {
    display: none;
  }
  .page-jigyo-facilitiesFeion #soaking .p-imginner .l-grid-item.top .p-main__border-2 {
    left: 50%;
    top: calc(-1 * (24px + 11%));
    height: calc(24px + 11%);
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content h4 {
    position: relative;
    margin-bottom: 24px;
    padding-left: 16px;
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #005daa;
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content h4 span {
    display: none;
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content ul li {
    margin-bottom: 16px;
    padding-left: 20px;
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content ul li:last-child {
    margin-bottom: 0;
  }
  .page-jigyo-facilitiesFeion #move .l-grid .l-grid-item .c-card .c-card_content .c-card_title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-jigyo-facilitiesFeion #move .c-heading-1 + .l-grid {
    margin-bottom: 24px;
  }
  .page-jigyo-facilitiesFeion #move .c-heading-1 + .l-grid .l-grid-item:last-child {
    padding-left: 0;
  }
  .page-jigyo-facilitiesFeion #move .c-heading-1 + .l-grid .l-grid-item:last-child::after {
    content: none;
  }
  .page-jigyo-facilitiesCreature .p-creature__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px;
    margin-block: 20px;
  }
  .page-jigyo-facilitiesCreature .p-creature__box .c-lead {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-jigyo-zapseries .c-list_anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .page-jigyo-zapseries .c-list_anchor li {
    display: block;
    margin: 0;
  }
  .page-jigyo-zapseries .c-lead {
    margin-block: 20px;
  }
  .page-jigyo-zapseries #online {
    height: auto;
    background: url("/assets/img/index/bg-online-sp.webp") no-repeat 50% 100%/100% auto;
  }
  .page-jigyo-zapseries #online .inner-sct {
    position: relative;
    min-height: auto;
    height: auto;
    padding: min(50px, 12.077294686vw) 0 max(430px, 103.8647342995vw);
  }
  .page-jigyo-zapseries #online .ctn {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;
  }
  .page-jigyo-zapseries #online .ctn .inner {
    width: 86%;
    margin: 0 auto;
    padding: 0;
  }
  .page-jigyo-zapseries #online .ctn .inner:after {
    content: none;
  }
  .page-jigyo-zapseries #online .ctn p {
    display: inline-block;
    color: #4d4d4d;
    letter-spacing: 0.1em;
    font-size: min(1.40625vw, 18px);
    text-align: left;
    margin-bottom: 30px;
  }
  .page-jigyo-zapseries #online .ctn .btn-more {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin: 0 auto;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div {
    width: 72%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    border-radius: 0px;
    background: #005daa;
    border: solid 1px #005daa;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a {
    padding: 8px 0;
    border-radius: 0px;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a::after {
    content: none;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a:hover, .page-jigyo-zapseries #online .ctn .btn-more div a:active {
    background: #fff;
    color: #005daa;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a:hover::after, .page-jigyo-zapseries #online .ctn .btn-more div a:active::after {
    background: #fff;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a:hover svg, .page-jigyo-zapseries #online .ctn .btn-more div a:active svg {
    fill: #005daa;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a span {
    display: inline-block;
    width: auto;
    margin-right: 12px;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    vertical-align: middle;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a svg {
    display: inline-block;
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0%) translateY(-2px);
            transform: translateX(0%) translateY(-2px);
    vertical-align: middle;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a br {
    display: none;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a em {
    display: none;
  }
  .page-jigyo-zapseries #online .ctn.show .btn-more div {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .page-jigyo-saltdamage #saltdamage .p-grid-1 {
    grid-template-columns: auto;
    gap: 40px;
    margin-top: 2em;
  }
  .page-jigyo-saltdamage #saltdamage .p-grid-1 .l-grid-item:last-child {
    max-width: 250px;
    margin: 0 auto;
  }
  .page-jigyo-saltdamage #saltdamage .p-grid-2 {
    grid-template-columns: auto;
    gap: 24px;
    margin-top: 3em;
  }
  .page-jigyo-saltdamage #saltdamage .p-grid-2 .p-figure_box .l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-jigyo-saltdamage #saltdamage .p-grid-2 .p-figure_label .c-text {
    padding: 4px 0px;
    line-height: 1.6;
  }
  .page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr:last-child th, .page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr:last-child td {
    border-bottom: none;
  }
  .page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr th {
    width: auto;
    padding: 10px 0;
  }
  .page-jigyo-saltdamage #countermeasure .p-countermeasure_content .c-table-2 tbody tr td {
    padding: 10px 16px;
  }
  .page-jigyo-saltdamageInvestigation #prediction .l-grid .l-grid-item .c-card .c-card_title {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-saltdamageInvestigation #prediction .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption {
    margin-top: 24px;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: relative;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption p::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    color: #FFF;
    background: #005daa;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption p span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(1) p::before {
    content: "A";
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(2) p::before {
    content: "B";
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption:nth-of-type(3) p::before {
    content: "C";
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content h3 {
    font-size: min(3.8647342995vw, 16px);
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content ul li {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item .c-card .c-card_image::after {
    content: none;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item {
    position: relative;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item::after {
    content: "";
    display: block;
    position: absolute;
    top: inherit;
    bottom: -40px;
    left: calc(50% - 10px);
    height: 20px;
    width: 20px;
    background: #005daa;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-animation: anime-blink 1s infinite;
            animation: anime-blink 1s infinite;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child .l-grid-item:last-child::after {
    content: none;
  }
  .page-jigyo-saltdamageCathodic #anode .p-figure .p-figure_caption p::before {
    color: #005daa;
    background: #E6E6E6;
  }
  .page-jigyo-saltdamageCathodic .c-lead {
    margin-bottom: 24px;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content h3 {
    position: relative;
    margin-bottom: 24px;
    padding-left: 16px;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #005daa;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content h3 span {
    display: none;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content ul li {
    margin-bottom: 16px;
    padding-left: 20px;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content ul li:last-child {
    margin-bottom: 0;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid .l-grid-item .c-card .c-card_content .c-card_title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:first-child {
    margin-bottom: 24px;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:first-child .l-grid-item:last-child {
    padding-left: 0;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:first-child .l-grid-item:last-child::after {
    content: none;
  }
  .page-jigyo-saltdamageCathodic .p-saltdamageCathodic_box .l-grid:last-child {
    gap: 68px;
  }
  .page-jigyo-offshorewindpoweroverview .u-anime-curtain img {
    width: 100%;
  }
  .page-jigyo-offshorewindpowersolution .p-intro_img {
    margin-bottom: 30px;
  }
  .page-jigyo-offshorewindpowersolution .p-intro_img img {
    width: 100%;
    height: 200px;
  }
  .page-jigyo-offshorewindpowersolution .p-corrosion-grid {
    grid-template-columns: initial;
  }
  .page-jigyo-offshorewindpowersolution .p-corrosion-grid .p-contentsbox {
    gap: 30px;
  }
  .page-jigyo-offshorewindpowersolution .p-corrosion-grid .p-contentsbox .p-textbox {
    border-left: none;
    border-top: 5px solid #005daa;
    padding: 1em 0 0 0;
    text-align: center;
  }
  .page-jigyo-offshorewindpowersolution .p-corrosion-grid .p-contentsbox .p-textbox .p-box_title {
    font-size: 18px;
  }
  .page-jigyo-offshorewindpowersolution .p-iccp_contents2 {
    grid-template-columns: initial;
  }
  .page-jigyo-offshorewindpowersolution .p-iccp_contents2 .p-contentsbox {
    gap: 24px;
  }
  .page-jigyo-offshorewindpowersolution .p-iccp_contents2 .p-contentsbox .list li {
    font-size: 14px;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_label {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-offshorewindpowerachievements .p-case_label {
    max-width: 91px;
    height: 25px;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_content {
    padding: 20px;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_content .c-heading-2 {
    margin-bottom: 16px;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item {
    margin-top: 16px;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td {
    display: inline-block;
    width: 100%;
    float: left;
    border-right: none;
    padding: 10px 8px;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_inner .p-td_item {
    width: 31%;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td .p-td_inner .p-dashed {
    width: 14px;
    margin-right: 5px;
  }
  .page-jigyo-offshorewindpowerachievements .p-case_content .l-grid-item .c-table-2 td:nth-child(1) {
    border-bottom: 1px solid #005DAA;
  }
  *[class*=page-jigyo-] .l-grid .l-grid-item .c-card .c-card_image span {
    font-size: min(3.3816425121vw, 14px);
  }
  *[class*=page-jigyo-] .l-grid .l-grid-item .c-card .c-card_image span {
    min-width: 80px;
    height: 20px;
    font-size: min(12px, 2.8985507246vw);
    padding: 0 10px;
  }
  *[class*=page-jigyo-]:not(.-exc) .l-container.padding {
    padding-block: 9.6618357488vw;
  }
  *[class*=page-jigyo-]:not(.-exc) .l-container .p-lead {
    letter-spacing: 0.1em;
    font-size: min(1.875vw, 24px);
    text-align: left;
  }
  *[class*=page-jigyo-]:not(.-exc) .l-container .l-grid {
    margin-bottom: 24px;
  }
  *[class*=page-jigyo-]:not(.-exc) .l-container .l-grid .l-grid-item {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  *[class*=page-jigyo-]:not(.-exc) .l-container #business .c-heading-1 {
    margin-bottom: 24px;
  }
  *[class*=page-jigyo-]:not(.-exc) .c-titleTite {
    min-height: 50.7246376812vw;
  }
  *[class*=page-jigyo-]:not(.-exc) .c-titleTite .c-titleTite_icon {
    width: 24.154589372vw;
    height: 24.154589372vw;
  }
  .page-jigyo .jigyo-map {
    margin-top: 60px;
  }
  .page-jigyo .jigyo-map .map::before {
    width: 57.265625vw;
    background-image: url(/assets/img/jigyo/solution-info-sp.svg);
  }
  .page-jigyo .jigyo-map .map .map-item .map-wrap {
    pointer-events: none;
  }
  .page-jigyo .jigyo-map .map .map-item .map-zoom span {
    left: 50%;
    font-size: min(10px, 2.4154589372vw);
  }
  .page-jigyo .jigyo-map .map .map-item.is-active .map-wrap {
    pointer-events: auto;
    width: 19.3236714976vw;
    height: 19.3236714976vw;
  }
  .page-jigyo .jigyo-map .map .map-item.is-active .map-zoom {
    width: 19.3236714976vw;
  }
  .page-jigyo .jigyo-map .sub .subThumb {
    overflow: auto;
    margin-inline: -5.7971014493vw;
    padding-inline: 5.7971014493vw;
  }
  .page-jigyo .jigyo-map .sub .subThumb .container {
    width: 173.9130434783vw;
  }
  .page-jigyo .jigyo-map .sub .subThumb .item {
    width: 25%;
    row-gap: 12px;
  }
  .page-jigyo .jigyo-map .sub .subThumb .item .name {
    font-size: min(16px, 3.8647342995vw);
  }
  .page-jigyo .jigyo-map .sub .subMain .item.item-default .menu .menu-button {
    font-size: min(3.8647342995vw, 16px);
  }
  .page-jigyo .jigyo-map .sub .subMain .box .main .name {
    font-size: min(4.347826087vw, 18px);
  }
  .page-jigyo .jigyo-map .sub .subMain .box .main .text {
    font-size: min(3.8647342995vw, 16px);
  }
  .page-jigyo .jigyo-map .sub .subMain .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-jigyo .jigyo-map .sub .subMain .box::before {
    left: calc(50% - 11px) !important;
    bottom: 100%;
    border-bottom: 20px solid #EFEFEF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
  }
  .page-jigyo .jigyo-map .sub .subMain .box .main {
    display: block;
    padding: 5.7971014493vw;
  }
  .page-jigyo .jigyo-map .sub .subMain .box .main .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .page-jigyo .jigyo-map .sub .subMain .box .main .name {
    font-size: min(18px, 4.347826087vw);
  }
  .page-jigyo .jigyo-map .sub .subMain .box .main .text {
    font-size: min(15px, 3.6231884058vw);
  }
  .page-jigyo .jigyo-map .sub .subMain .box .visual {
    aspect-ratio: 2/1;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-main {
    width: 80.9375vw;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-main::before {
    width: 57.265625vw;
    background-image: url(/assets/img/jigyo/solution-info-sp.svg);
  }
  .page-jigyo .jigyo-solution .jigyo-solution-main::after {
    width: 85.9375vw;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-content {
    padding-top: 13.5265700483vw;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-content .box .boxClose {
    top: 16px;
    right: 16px;
    width: 32px;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-content .box .boxDetail {
    padding: 9.6618357488vw 5.7971014493vw;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-content .box .boxDetail .boxDetail_title {
    font-size: min(3.8647342995vw, 16px);
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .page-jigyo-pipelinesCorrosion #denshoku .p-corrosion-grid .l-grid-item {
    margin-top: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .page-jigyo-marineCathodic #intro .l-inner > .c-heading-2 {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-marineHeavy-duty .l-inner .c-heading-2 {
    font-size: min(3.3816425121vw, 14px);
  }
  .page-jigyo-saltdamageCathodic .p-figure .p-figure_caption p {
    font-size: min(3.3816425121vw, 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1401px) {
  .page-jigyo-marineCathodic #intro .l-inner .p-link .p-link_item dt {
    width: min(480px, 30vw);
  }
  .page-jigyo-marineCathodic #intro .l-inner .p-link .p-link_item dd {
    width: min(200px, 12.5vw);
  }
}
@media (min-width: 1401px) {
  .page-jigyo-marineCathodic #intro .l-inner .p-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .page-jigyo-marineCathodic #anode .l-inner .p-link .p-link_item dd {
    width: min(350px, 21.875vw);
  }
  .page-jigyo-marineCathodic #external .l-inner .p-link .p-link_item dd {
    width: min(350px, 21.875vw);
  }
}
@media screen and (min-width: 1301px) and (max-width: 1401px) {
  .page-jigyo-marineCathodic #anode .l-inner .p-link .p-link_item dd {
    width: min(320px, 20vw);
  }
  .page-jigyo-marineCathodic #external .l-inner .p-link .p-link_item dd {
    width: min(320px, 20vw);
  }
}
@media (min-width: 1601px) {
  .page-jigyo-marineCathodic #anode .l-inner .p-link .p-link_item dd {
    width: min(280px, 17.5vw);
  }
  .page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item:last-child::before {
    top: min(5px, 0.3125vw);
  }
  .page-jigyo-marineCathodic #external .l-inner .p-link .p-link_item dd {
    width: min(280px, 17.5vw);
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item:last-child::before {
    top: min(-5px, -0.3125vw);
  }
}
@media (min-width: 1001px) {
  .page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item:last-child::before {
    top: min(5px, 0.3125vw);
  }
}
@media (min-width: 1201px) {
  .page-jigyo-marineCathodic #external .l-inner > .l-grid .l-grid-item:last-child::before {
    top: min(10px, 0.625vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .page-jigyo-facilitiesCathodic .p-img_box {
    padding-left: min(134px, 10.46875vw);
  }
}
@media (min-width: 769px) {
  .page-jigyo-zapseries #online .ctn .btn-more div a:hover svg {
    -webkit-animation: 0.4s arw1 linear;
            animation: 0.4s arw1 linear;
    fill: #009e48;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-jigyo-zapseries #online .ctn p {
    font-size: min(3.3816425121vw, 14px);
  }
  *[class*=page-jigyo-]:not(.-exc) .l-container .p-lead {
    font-size: min(3.8647342995vw, 16px);
  }
}
@media (max-width: 481px) {
  .page-jigyo-zapseries #online .ctn .btn-more div {
    max-width: 168px;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a {
    font-size: 13px;
    letter-spacing: 0.12rem;
    padding: 4px 0;
  }
  .page-jigyo-zapseries #online .ctn .btn-more div a span {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-jigyo .jigyo-map {
    margin-top: 10.935%;
  }
}
@media only screen and (min-width: 1600px) {
  .page-jigyo .jigyo-map {
    margin-top: 120px;
  }
}
@media (hover: hover) {
  .page-jigyo .jigyo-map .map .map-item:hover .map-pin {
    top: 15px;
    -webkit-animation: none;
            animation: none;
  }
  .page-jigyo .jigyo-map .sub .subThumb .item:hover .name {
    color: #005daa;
  }
  .page-jigyo .jigyo-map .sub .subThumb .item:hover .icon img {
    opacity: 0;
  }
  .page-jigyo .jigyo-map .sub .subMain .item.item-default .menu .menu-button:hover {
    opacity: 0.7;
  }
  .page-jigyo .jigyo-map .sub .subMain .box:hover .visual img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .page-jigyo .jigyo-map .sub .subMain .box:hover .main .name::after {
    -webkit-animation: 0.4s arw1_static linear;
            animation: 0.4s arw1_static linear;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-]:hover *[id*=bg] {
    opacity: 0;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-]:hover .cover {
    fill: #005DAA;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-main svg *[id*=_solution-]:hover *[id*=text] path {
    fill: #fff !important;
  }
  .page-jigyo .jigyo-solution .jigyo-solution-content .box .boxClose:hover {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 1080px) {
  .page-jigyo .jigyo-map .map .map-item.map-item-3 .map-zoom span {
    width: 180%;
  }
}
@media (min-width: 1280px) {
  .page-jigyo .jigyo-map .sub {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=jigyo.css.map */