/* img zoom */
.img-zoom,
.img-lg-zoom,
.img-xl-zoom {
  position: relative;
  padding: 1.5rem 1rem;
  text-align: center;
  border: 1px solid #eaeaea;
  margin: 20px 0;
}
.img-zoom img,
.img-lg-zoom img,
.img-xl-zoom img {
  margin: 0 auto;
  max-width: 100%;
}
.img-zoom > .btn,
.img-lg-zoom > .btn,
.img-xl-zoom > .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #4f575e url(/site/resource/h2ok-eng/images/zoom-icon.png) no-repeat center center;
}
.img-zoom > .btn:hover,
.img-zoom > .btn:focus,
.img-lg-zoom > .btn:hover,
.img-lg-zoom > .btn:focus,
.img-xl-zoom > .btn:hover,
.img-xl-zoom > .btn:focus {
  background-color: var(--main-color01);
}

@media (min-width: 992px) {
  .img-zoom {
    padding: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .img-zoom > .btn {
    display: none;
  }
}
@media (min-width: 1400px) {
  .img-zoom {
    padding: 0;
    border: none;
  }
  .img-zoom > .btn {
    display: none;
  }
}
/* ================================================================ */
/* 준비중 */
/* ================================================================ */
.waiting-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.waiting-wrap .wait-txt {
  text-align: center;
}
.wait-txt p {
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
}
.wait-txt p.main-txt {
  font-family: var(--font-type01);
  font-weight: 800;
  color: #222;
  font-size: 40px;
  margin-bottom: 20px;
  white-space: nowrap;
}

/* ================================================================ */
/* Vision */
/* ================================================================ */
.vision-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.vision-box.main-v .top {
  background: transparent linear-gradient(115deg, #023c9f 0%, #00225d 100%) 0% 0% no-repeat padding-box;
}
.vision-box.main-v .bottom {
  background-color: #eff5ff;
}
.vision-box.main-v .bottom p {
  color: var(--main-color01);
  font-weight: 700;
}
.vision-box .top {
  padding: 30px;
  background-color: #001841;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.vision-box:nth-child(1) .top::before {
  content: "V";
}
.vision-box:nth-child(2) .top::before {
  content: "K";
}
.vision-box:nth-child(3) .top::before {
  content: "P";
}
.vision-box:nth-child(4) .top::before {
  content: "D";
}
.vision-box .top::before {
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: -32px;
  font-size: 100px;
  font-family: var(--font-type01);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
}
.vision-box .top p {
  color: #fff;
  text-align: center;
  font-family: var(--font-type02);
  font-weight: 600;
}
.vision-box .top .eng-tit {
  font-size: 20px;
  margin-bottom: 10px;
}
.vision-box .top .eng-tit span {
  font-size: 25px;
}
.vision-box .bottom {
  height: calc(100% - 105px);
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 0 0 5px 5px;
}
.vision-box .v-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-box .bottom p {
  color: #333333;
  text-align: center;
  font-family: var(--font-type02);
  font-weight: 500;
}

/* ================================================================ */
/* Core Technology */
/* ================================================================ */
.slo-wrap {
  margin-bottom: 40px;
}
.slo-wrap .txt-box {
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
  background-image: url(/site/resource/h2ok-eng/images/vision-bg02.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 200px;
  background-color: #fff;
}
.slo-wrap .txt-box .top p {
  font-family: var(--font-type01);
  font-weight: 800;
  font-size: 22px;
}
.slo-wrap .txt-box .top p span {
  color: var(--main-color01);
}
.slo-wrap .txt-box .bottom p {
  color: #333;
  font-size: 16px;
}
.blue-box {
  margin: 20px 0 30px;
  background-color: #eff5ff;
  padding: 20px;
  border-radius: 8px;
}
.blue-box p {
  text-align: center;
  color: #333;
}
.blue-box p br {
  display: none;
}
.skill-list {
  margin-top: 20px;
  border-top: 2px solid #e1ecff;
  border-bottom: 2px solid #e1ecff;
}
.skill-list li {
  border-bottom: 1px solid #e9e9e9;
}
.skill-list li .list-inner {
  padding: 10px;
  padding-right: 20px;
  display: flex;
  gap: 12px;
  position: relative;
}
.skill-list li .num {
  display: block;
  width: 50px;
  height: 32px;
  border-radius: 16px;
  background-color: var(--main-color01);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
}
.skill-list li .list-inner p {
  width: calc(100% - 72px);
}
.history {
  padding: 40px 0;
  border-bottom: 4px solid #ecf3ff;
  overflow: hidden;
}
.history .left .his-tit span {
  position: relative;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.history .left .his-tit span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main-color02);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.history .left .his-tit p {
  font-weight: 700;
  font-size: 20px;
  color: #222222;
}
.history .right {
  margin-top: 30px;
}
.year-list {
  position: relative;
}
.year-list::before {
  content: "";
  display: block;
  width: 1px;
  /* height: calc(100% - 30px); */
  border-left: 1px dashed #cccccc;
  position: absolute;
  left: 105px;
  top: 12px;
}
.year-list > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.year-list > li + li {
  margin-top: 60px;
}
.year-list .year {
  width: 85px;
  font-family: var(--font-type01);
  font-weight: 800;
  color: var(--main-color01);
  font-size: 20px;
  position: relative;
}
.year-list .year::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  top: 15px;
  right: -18px;
}
.year-list .date-list {
  width: calc(100% - 125px);
  margin-top: 5px;
  position: relative;
}
.year-list .deco-box {
  position: absolute;
  top: 15px;
  left: 106px;
}
.year-list .deco-box .deco {
  display: block;
  background-color: var(--main-color01);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.year-list .deco-box .deco01 {
  width: 30px;
  height: 30px;
  opacity: 0;
  animation: blink-effect01 2.5s step-start infinite;
}
@keyframes blink-effect01 {
  10% {
    opacity: 0;
  }
  35% {
    opacity: 0.05;
  }
  55% {
    opacity: 0;
  }
  85% {
    opacity: 0.05;
  }
}
.year-list .deco-box .deco02 {
  width: 20px;
  height: 20px;
  opacity: 0;
  animation: blink-effect02 2.5s step-start infinite;
}
@keyframes blink-effect02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
.year-list .deco-box .deco03 {
  width: 8px;
  height: 8px;
  opacity: 1;
}
.year-list .list-box {
  display: flex;
  gap: 10px;
}
.year-list .list-box + .list-box {
  margin-top: 15px;
}
.year-list .list-box .month {
  width: 45px;
  color: #222;
  font-weight: 700;
}
.year-list .list-box .txt {
  width: calc(100% - 50px);
  color: #555;
}
.year-list .list-box .txt .img-box {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ================================================================ */
/* Outline */
/* ================================================================ */
.outline-wrap {
  padding: 40px;
  background: url(/site/resource/h2ok-eng/images/outline-bg.png), linear-gradient(240deg, #022460 0%, #0c1b36 100%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.outline-wrap .out-box {
  position: relative;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.outline-wrap .out-box:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.outline-wrap .out-box::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -10px;
  top: 20px;
}
.outline-wrap .out-box::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -3px;
  top: 27px;
}
.outline-wrap .out-box.title::before,
.outline-wrap .out-box.title::after {
  display: none;
}
.outline-wrap .out-box p {
  color: #fff;
}
.outline-wrap .out-box.title {
  padding: 0;
  background-color: transparent;
  border: none;
}
.outline-wrap .out-box.title p {
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}
.outline-wrap .out-box.title .tit {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.outline-wrap .out-box .box-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.outline-wrap .out-box .project {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.outline-wrap .out-box .project span {
  font-size: 16px;
  font-weight: 500;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.partner-list > li {
  width: 100%;
}
.partner-list > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partner-list > li a .img {
  width: 100%;
  height: 60px;
  padding: 12px 10px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-list > li a .img img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}
.partner-list > li a:hover .img,
.partner-list > li a:focus .img {
  border: 1px solid var(--main-color01);
  box-shadow: 0 5px 10px rgba(2, 60, 159, 0.15);
}
.partner-list > li a:hover p,
.partner-list > li a:focus p {
  color: var(--main-color01);
  font-weight: 600;
}
.partner-list > li a p {
  color: #333;
  text-align: center;
}

@media (min-width: 576px) {
  .slo-wrap .txt-box {
    position: relative;
    width: calc(100% - 80px);
    margin: -40px auto 0 auto;
  }

  .outline-box .inner {
    padding: 0 20px;
  }
  .outline-list {
    display: flex;
    flex-wrap: wrap;
  }
  .outline-list > li {
    width: 50%;
    padding: 40px 0;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .outline-list > li .list-box {
    padding: 10px 0;
    border-bottom: none;
    border-right: 1px dashed #cdcdcd;
  }
  .outline-list > li:nth-child(2n) .list-box {
    border-right: none;
  }
  .outline-list > li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  /* 준비중 */
  .waiting-wrap {
    padding-top: 40px;
  }
  .waiting-wrap .img {
    width: 70%;
    margin: auto;
  }
  .waiting-wrap .wait-txt p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .wait-txt p.main-txt {
    font-size: 60px;
    margin-bottom: 40px;
  }
  /* vision */
  .vision-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .vision-box {
    width: calc(50% - 10px);
  }

  /* core technology */
  .slo-wrap .txt-box {
    padding: 40px 20px;
  }
  .slo-wrap .txt-box .top p {
    font-size: 32px;
  }
  .slo-wrap .txt-box .bottom p {
    font-size: 20px;
  }

  .blue-box p br {
    display: block;
  }
  .skill-list {
    padding: 10px 0;
  }
  .skill-list li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .skill-list li:nth-child(4n - 1) {
    border-bottom: none;
  }

  .skill-list li .list-inner {
    align-items: center;
  }

  .history {
    background-image: url(/site/resource/h2ok-eng/images/sub0201-deco01.png), url(/site/resource/h2ok-eng/images/sub0201-deco02.png);
    background-position: top 40px left, bottom -2px right;
    background-repeat: no-repeat;
  }
  .history .left .his-tit p {
    font-size: 24px;
    margin-top: 2px;
  }
  .year-list .year {
    font-size: 20px;
  }
  .year-list .list-box .month {
    font-size: 18px;
  }
  .year-list .list-box .txt {
    font-size: 18px;
  }
  .year-list .list-box .txt .img-box {
    flex-direction: row;
  }
  .year-list .date-list {
    width: calc(100% - 140px);
  }

  /* outline */
  .outline-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
  }
  .outline-wrap .out-box {
    width: calc(50% - 15px);
    padding: 30px;
  }
  .outline-wrap .out-box::before {
    top: 30px;
  }
  .outline-wrap .out-box::after {
    top: 37px;
  }
  .outline-wrap .out-box .box-title {
    margin-bottom: 30px;
  }

  .partner-list {
    gap: 20px;
  }
  .partner-list > li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  /* 준비중 */
  .waiting-wrap {
    width: fit-content;
    margin: auto;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  .waiting-wrap::before,
  .waiting-wrap::after {
    content: "";
    display: block;
    background-position: center;
    position: absolute;
  }
  .waiting-wrap::before {
    width: 57px;
    height: 57px;
    background-image: url(/site/resource/h2ok-eng/images/waiting-bg01.png);
    top: 0;
    right: 0;
  }
  .waiting-wrap::after {
    width: 47px;
    height: 47px;
    background-image: url(/site/resource/h2ok-eng/images/waiting-bg02.png);
    top: 10px;
    right: 50%;
  }
  .waiting-wrap .img {
    width: 50%;
  }
  .waiting-wrap .wait-txt {
    width: 50%;
    text-align: left;
    position: relative;
  }
  .waiting-wrap .wait-txt::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(/site/resource/h2ok-eng/images/waiting-bg03.png);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .wait-txt p.main-txt {
    font-size: 60px;
  }

  /*vision*/
  .vision-wrap {
    gap: 40px;
    margin-bottom: 80px;
  }
  .vision-box {
    width: calc(50% - 20px);
  }
  .vision-box .top {
    padding: 35px;
  }
  .vision-box .top::before {
    font-size: 120px;
    bottom: -42px;
  }
  .vision-box .top .eng-tit {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .vision-box .top .eng-tit span {
    font-size: 30px;
  }
  .vision-box .top p {
    font-size: 20px;
  }
  .vision-box .bottom {
    height: calc(100% - 118px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vision-box .bottom p {
    font-size: 18px;
  }

  /* core technology */
  .slo-wrap .txt-box .top p span {
    display: block;
  }
  .year-list .list-box {
    gap: 40px;
  }
  .slo-wrap .txt-box {
    width: calc(100% - 120px);
    padding: 60px;
    margin-top: -80px;
  }
  .slo-wrap .txt-box .top p {
    font-size: 36px;
  }
  .slo-wrap .txt-box .bottom p {
    font-size: 24px;
  }
  .core {
    margin-top: 50px;
  }
  .blue-box p {
    font-size: 18px;
  }
  .skill-list li.col-lg-6 + li.col-lg-6::before {
    display: block;
  }
  .skill-list li.col-lg-6 + li.col-lg-6:nth-child(4n - 1):before {
    display: none;
  }
  .history {
    margin-top: 50px;
  }

  .year-list::before {
    left: 160px;
  }
  .year-list .year {
    font-size: 26px;
  }
  .year-list .year::before {
    width: 60px;
    right: calc(-100% + 10px);
  }
  .year-list .date-list {
    width: calc(100% - 200px);
  }
  .year-list .deco-box {
    left: 160px;
  }

  /* outline */
  .outline-wrap {
    padding: 60px 45px;
    margin-bottom: 80px;
  }
  .outline-wrap .out-box::before {
    top: 33px;
  }
  .outline-wrap .out-box::after {
    top: 40px;
  }
  .outline-wrap .out-box.title p {
    font-size: 18px;
  }
  .outline-wrap .out-box.title .tit {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .outline-wrap .out-box .box-title {
    font-size: 20px;
  }
  .outline-wrap .out-box .project {
    font-size: 24px;
  }

  .partner-list {
    gap: 30px 20px;
  }
  .partner-list > li {
    width: calc((100% / 3) - 15px);
  }
  .partner-list > li a .img {
    height: 80px;
    padding: 18px 10px;
  }
}
@media (min-width: 1200px) {
  /* 준비중 */
  .waiting-wrap {
    gap: 100px;
  }
  .waiting-wrap::before {
    top: -50px;
    right: 100px;
  }
  .waiting-wrap::after {
    right: 47%;
    top: 30px;
  }
  .waiting-wrap .img {
    width: unset;
  }
  .waiting-wrap .wait-txt p {
    margin-bottom: 40px;
  }
  .wait-txt p.main-txt {
    margin-bottom: 60px;
  }

  /* vision */
  .vision-wrap {
    gap: 40px;
    margin-bottom: 100px;
  }
  .vision-box .bottom p br {
    display: none;
  }

  /* core technology */
  .slo-wrap .txt-box {
    width: calc(100% - 240px);
    padding: 80px;
    margin-top: -100px;
  }
  .slo-wrap .txt-box .top p {
    font-size: 40px;
  }
  .core {
    margin-top: 60px;
  }
  .blue-box {
    margin: 32px 0 40px;
  }

  .skill-list li.col-xl-4 {
    border-bottom: none;
  }
  .skill-list li.col-xl-4 + li.col-xl-4:nth-child(3n):before {
    display: block;
  }
  .skill-list li .num {
    width: 60px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 20px;
  }
  .list-inner p {
    font-size: 18px;
  }
  .history {
    min-height: 250px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .history .left {
    padding-left: 60px;
  }
  .history .left .his-tit p {
    font-size: 28px;
  }
  .history .right {
    width: 805px;
  }

  /* outline */
  .outline-wrap {
    padding: 80px 45px;
    margin-bottom: 100px;
  }
  .outline-wrap .out-box.title .tit {
    font-size: 40px;
  }
  .outline-wrap .out-box.title p {
    font-size: 20px;
  }
  .outline-wrap .out-box .box-title {
    margin-bottom: 40px;
  }
  .outline-wrap .out-box .project {
    font-size: 26px;
  }
  .outline-wrap .out-box .project span {
    font-size: 18px;
  }

  .partner-list > li {
    width: calc(25% - 15px);
  }
  .partner-list > li a .img img {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .history .right {
    width: 845px;
  }
}
@media (min-width: 1400px) {
  /*vision*/
  .vision-wrap {
    margin-bottom: 120px;
    gap: 20px;
  }
  .vision-box {
    width: calc(25% - 15px);
  }
  .vision-box .top::before {
    font-size: 140px;
    bottom: -46px;
    left: -12px;
  }
  .vision-box .bottom {
    padding: 30px 20px;
  }

  /* core technology */
  .slo-wrap .txt-box {
    width: calc(100% - 320px);
    padding: 88px 40px 102px 40px;
    margin-top: -120px;
    background-size: unset;
    background-position: top -25px right 100px;
  }
  .skill-list li.col-xxl-4 {
    border-bottom: none;
  }
  .skill-list li.col-xxl-4 + li.col-xxl-4:nth-child(4n - 1):before {
    display: block;
  }
  .history {
    margin-top: 40px;
  }
  .history .left {
    width: unset;
  }
  .history .right {
    max-width: 1040px;
    width: 100%;
  }
  .year-list::before {
    height: calc(100% - 40px);
    left: 21%;
  }
  .year-list .deco-box {
    left: 21%;
  }
  .year-list .year {
    font-size: 30px;
  }
  .year-list .year::before {
    width: 100px;
    right: calc(-100% - 45px);
  }
  .year-list .date-list {
    width: 775px;
  }

  /* outline */
  .outline-wrap {
    margin-bottom: 120px;
    gap: 30px 40px;
  }
  .outline-wrap .out-box {
    width: calc(33% - 23px);
    padding: 40px;
  }
  .outline-wrap .out-box::before {
    top: 43px;
  }
  .outline-wrap .out-box::after {
    top: 50px;
  }
  .outline-wrap .out-box .box-title {
    margin-bottom: 54px;
  }
  .partner-list > li {
    width: calc(20% - 16px);
  }
}
@media (min-width: 1500px) {
  .skill-list li + li:nth-child(3n):before {
    display: block;
  }
  .skill-list li .num {
    width: 70px;
  }
  .history .left {
    padding-left: 100px;
  }
}
