@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  background: #008737; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

section {
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    section {
      padding: 30px 0; } }

header {
  position: relative; }

.banner {
  background: #E5F3E6;
  margin: 20px;
  border-radius: 20px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1300px) {
    .banner {
      height: 90vh; } }
  @media only screen and (max-width: 767px) {
    .banner {
      margin: 5px;
      height: 100vh; } }

.txt-banner {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-5%, -50%); }

canvas {
  display: block;
  margin: auto;
  width: 100%; }
  @media only screen and (max-width: 1300px) {
    canvas {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    canvas {
      padding-top: 30px; } }

.logo {
  position: absolute;
  z-index: 999;
  top: 0; }

.wr-logo {
  width: 300px;
  background: #008737;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  border-radius: 0px 0px 25px 0px; }
  @media only screen and (max-width: 1300px) {
    .wr-logo {
      width: 220px;
      padding: 15px 0;
      border-radius: 0px 0px 20px 0px; } }
  @media only screen and (max-width: 767px) {
    .wr-logo {
      width: 150px;
      padding: 10px 0;
      border-radius: 0px 0px 20px 0px; } }

@media only screen and (max-width: 767px) {
  .wr-logo img {
    width: 110px; } }

.nav {
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: 999; }
  @media only screen and (max-width: 1300px) {
    .nav {
      top: 50px;
      right: 70px; } }
  @media only screen and (max-width: 950px) {
    .nav {
      right: 50px; } }
  @media only screen and (max-width: 767px) {
    .nav {
      position: unset; } }

.nav .ul-nav {
  display: flex;
  list-style: none; }
  @media only screen and (max-width: 767px) {
    .nav .ul-nav {
      display: none; } }

ul.ul-nav li {
  padding: 0 15px; }
  @media only screen and (max-width: 950px) {
    ul.ul-nav li {
      padding: 0 7px; } }
  @media only screen and (max-width: 767px) {
    ul.ul-nav li {
      padding: 25px 0; } }

ul.ul-nav li:first-child {
  padding-left: 0; }

ul.ul-nav li:last-child {
  padding-right: 0; }

ul.ul-nav li a {
  color: #008737;
  font-size: 16px;
  font-weight: bold; }
  @media only screen and (max-width: 950px) {
    ul.ul-nav li a {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    ul.ul-nav li a {
      font-size: 21px; } }

ul.ul-nav li a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  ul.ul-nav.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #E5F3E6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999; } }

.txt-banner h3 {
  font-size: 42px;
  color: #008737;
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .txt-banner h3 {
      font-size: 24px; } }

.txt-slgan h1 {
  font-size: 45px;
  color: #008737;
  font-weight: bold; }
  @media only screen and (max-width: 950px) {
    .txt-slgan h1 {
      font-size: 35px; } }
  @media only screen and (max-width: 767px) {
    .txt-slgan h1 {
      font-size: 26px; } }

.txt-slgan h1 p {
  padding-bottom: 20px; }

.txt-slgan span {
  background: #008737;
  color: #fff;
  padding: 0 10px; }

@media only screen and (max-width: 767px) {
  .toggle {
    position: fixed;
    top: 21px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #008737 url("/assets/img/menu.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%; } }

@media only screen and (max-width: 767px) {
  .toggle.active {
    background: #008737 url("/assets/img/close.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center; } }

@media only screen and (max-width: 767px) {
  .ul-nav {
    display: none; } }

@media only screen and (max-width: 767px) {
  .ul-nav.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999; } }

.l-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1280px; }
  @media only screen and (max-width: 1300px) {
    .l-inner {
      padding: 0 70px; } }
  @media only screen and (max-width: 950px) {
    .l-inner {
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .l-inner {
      padding: 0 20px; } }

#01 {
  padding: 0; }

.bg-message {
  text-align: center;
  position: relative;
  display: block;
  content: "";
  margin-top: -20rem;
  margin-bottom: -12rem;
  width: 100%;
  height: auto;
  background-image: url("/assets/img/bg-message.png");
  background-size: cover;
  background-position: center;
  z-index: -1; }
  @media only screen and (max-width: 1300px) {
    .bg-message {
      margin-top: -6rem; } }
  @media only screen and (max-width: 767px) {
    .bg-message {
      margin-top: -3rem;
      margin-bottom: -6rem; } }

.ctn-message {
  padding: 500px 0 250px 0; }
  @media only screen and (max-width: 1300px) {
    .ctn-message {
      padding: 200px 0 200px 0; } }
  @media only screen and (max-width: 767px) {
    .ctn-message {
      padding: 100px 0 100px 0; } }

.inner-message {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 950px) {
    .inner-message {
      display: block; } }

.lef-mess {
  width: 60%;
  text-align: left;
  color: #fff;
  padding-right: 70px;
  line-height: 1.8; }
  .lef-mess .title-intro {
    padding-top: 45px;
    padding-bottom: 40px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .lef-mess .title-intro {
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: 500; } }
  .lef-mess p {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .lef-mess p {
        font-size: 15px; } }
  .lef-mess span {
    border-bottom: 3px solid #fff; }
  @media only screen and (max-width: 950px) {
    .lef-mess {
      width: 100%;
      padding-right: 0;
      padding-bottom: 30px;
      line-height: 2.0; } }

.title-side {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .title-side {
      font-size: 24px;
      text-align: center;
      padding-bottom: 30px; } }

.title-side1 {
  padding-bottom: 0 !important; }

.title-intro {
  font-size: 33px !important; }
  @media only screen and (max-width: 767px) {
    .title-intro {
      font-size: 20px !important;
      text-align: center; } }

.rig-mess {
  width: 40%;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 950px) {
    .rig-mess {
      width: 100%; } }

.img-mess {
  width: 410px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 50px; }
  @media only screen and (max-width: 767px) {
    .img-mess img {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .img-mess {
      width: 100%;
      display: block;
      border-radius: 30px; } }

/* support */
#support {
  padding-top: 0; }

.wr-support {
  background: #fff;
  border-radius: 100px;
  padding: 100px 0;
  color: #008737; }

.support-title {
  padding-bottom: 45px; }

.support-hero {
  max-width: 940px;
  margin: 0 auto;
  text-align: center; }

.support-kicker {
  color: #008737;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin-bottom: 12px;
  text-transform: uppercase; }

.support-hero h3 {
  color: #008737;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 25px; }

.support-hero p:not(.support-kicker) {
  color: #626363;
  font-size: 17px;
  line-height: 2; }

.support-block {
  margin-top: 90px; }

.support-block-heading {
  max-width: 840px;
  margin: 0 auto 40px;
  text-align: center; }

.support-block-heading h3 {
  color: #008737;
  font-size: 28px;
  line-height: 1.5;
  padding-bottom: 14px; }

.support-block-heading p:not(.support-kicker) {
  color: #626363;
  font-size: 16px;
  line-height: 1.9; }

.support-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  list-style: none; }

.support-timeline li {
  background: #E5F3E6;
  border: 1px solid rgba(0, 135, 55, 0.16);
  border-radius: 24px;
  min-height: 220px;
  padding: 28px 22px 24px;
  position: relative; }

.step-num {
  align-items: center;
  background: #008737;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 18px;
  width: 56px; }

.support-timeline h4 {
  color: #008737;
  font-size: 19px;
  line-height: 1.45;
  padding-bottom: 12px; }

.support-timeline p {
  color: #626363;
  font-size: 14px;
  line-height: 1.8; }

.support-work-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.support-card,
.stack-group {
  background: #E5F3E6;
  border: 1px solid rgba(0, 135, 55, 0.14);
  border-radius: 24px;
  padding: 28px; }

.support-card-icon {
  align-items: center;
  background: #008737;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  margin-bottom: 20px;
  width: 52px; }

.support-card h4,
.stack-group h4 {
  color: #008737;
  font-size: 19px;
  line-height: 1.45;
  padding-bottom: 12px; }

.support-card p {
  color: #626363;
  font-size: 14px;
  line-height: 1.8; }

.stack-groups,
.support-tool-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.stack-group h4 {
  border-bottom: 1px solid rgba(0, 135, 55, 0.18);
  margin-bottom: 18px;
  padding-bottom: 14px; }

.support-tags,
.support-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none; }

.support-tags li {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 135, 55, 0.18);
  border-radius: 999px;
  color: #008737;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1.4;
  min-height: 38px;
  padding: 9px 14px;
  overflow-wrap: anywhere; }

.support-tags .support-logo-tag {
  color: #3b3d3d;
  padding: 7px 12px; }

.support-tags .support-logo-tag img {
  display: block;
  flex: 0 0 auto;
  height: 22px;
  max-width: none;
  object-fit: contain;
  width: 28px; }

.support-tags .support-logo-tag i {
  align-items: center;
  color: #008737;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 28px; }

.support-tags .support-logo-tag span {
  line-height: 1;
  white-space: nowrap; }

.support-tool-block {
  border-top: 2px solid rgba(0, 135, 55, 0.12);
  padding-top: 80px; }

.support-highlight {
  align-items: center;
  background: #008737;
  border-radius: 50px;
  color: #fff;
  display: flex;
  gap: 50px;
  margin-top: 90px;
  padding: 50px; }

.support-highlight-text {
  width: 52%; }

.support-highlight .support-kicker,
.support-highlight h3,
.support-highlight p {
  color: #fff; }

.support-highlight h3 {
  font-size: 28px;
  line-height: 1.55;
  padding-bottom: 18px; }

.support-highlight p:not(.support-kicker) {
  font-size: 16px;
  line-height: 1.9; }

.support-keywords {
  width: 48%; }

.support-keywords li {
  background: #fff;
  border-radius: 999px;
  color: #008737;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  padding: 10px 15px; }

.support-cta {
  margin: 70px auto 0;
  max-width: 880px;
  text-align: center; }

.support-cta p {
  color: #626363;
  font-size: 17px;
  line-height: 1.9; }

.support-cta .support-cta-lead {
  color: #008737;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.55;
  padding-bottom: 18px; }

.btn-support-cta {
  width: 360px; }

.btn-click a:focus-visible,
.nav a:focus-visible,
.navbar a:focus-visible {
  outline: 3px solid #A8DABC;
  outline-offset: 4px; }

@media only screen and (max-width: 1300px) {
  .wr-support {
    border-radius: 50px;
    padding: 70px 0; }

  .support-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media only screen and (max-width: 950px) {
  .support-timeline,
  .stack-groups,
  .support-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .support-highlight {
    display: block; }

  .support-highlight-text,
  .support-keywords {
    width: 100%; }

  .support-keywords {
    margin-top: 28px; } }
@media only screen and (max-width: 950px) and (min-width: 768px) {
  .wr-logo {
    width: 190px; }

  .nav {
    right: 35px; }

  ul.ul-nav li {
    padding: 0 4px; }

  ul.ul-nav li a {
    font-size: 12px; } }
@media only screen and (max-width: 767px) {
  .wr-support {
    border-radius: 30px;
    padding: 50px 0; }

  .support-title {
    padding-bottom: 30px; }

  .support-hero h3 {
    font-size: 24px;
    line-height: 1.55;
    padding-bottom: 18px; }

  .support-hero p:not(.support-kicker),
  .support-block-heading p:not(.support-kicker),
  .support-highlight p:not(.support-kicker),
  .support-cta p {
    font-size: 15px;
    line-height: 1.9; }

  .support-block {
    margin-top: 55px; }

  .support-block-heading {
    margin-bottom: 28px; }

  .support-block-heading h3,
  .support-highlight h3,
  .support-cta .support-cta-lead {
    font-size: 22px; }

  .support-timeline,
  .support-work-grid,
  .stack-groups,
  .support-tool-grid {
    grid-template-columns: 1fr; }

  .support-timeline li {
    min-height: auto;
    padding: 24px 20px; }

  .support-card,
  .stack-group {
    padding: 24px 20px; }

  .support-highlight {
    border-radius: 30px;
    margin-top: 55px;
    padding: 30px 20px; }

  .support-tags li,
  .support-keywords li {
    font-size: 12px;
    padding: 8px 12px; }

  .support-tags .support-logo-tag {
    padding: 7px 10px; }

  .support-tags .support-logo-tag img {
    height: 20px;
    max-width: none;
    width: 24px; }

  .support-tags .support-logo-tag i {
    font-size: 16px;
    height: 20px;
    width: 24px; }

  .support-tool-block {
    padding-top: 50px; }

  .support-cta {
    margin-top: 45px; }

  .btn-support-cta {
    max-width: 320px;
    width: 100%; }

  .btn-support-cta a {
    font-size: 16px;
    width: 100%; } }
@media only screen and (max-width: 767px) {
  ul.ul-nav li {
    padding: 18px 0; } }
@media only screen and (max-width: 767px) and (max-height: 640px) {
  ul.ul-nav li {
    padding: 12px 0; }

  ul.ul-nav li a {
    font-size: 18px; } }
.wr-service {
  background: #E5F3E6;
  border-radius: 100px;
  padding: 100px 0; }
  @media only screen and (max-width: 1300px) {
    .wr-service {
      border-radius: 50px;
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .wr-service {
      border-radius: 30px;
      padding: 50px 0; } }

.title-side2 {
  color: #008737;
  text-align: center; }

.in-ls-sve {
  background: #fff;
  padding: 50px 0;
  border-radius: 100px; }
  @media only screen and (max-width: 767px) {
    .in-ls-sve {
      background: none;
      padding: 0;
      border-radius: 0; } }

.ul-list-sve {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

@media only screen and (max-width: 767px) {
  .ul-list-sve li {
    position: relative;
    margin-bottom: 10px; } }

.ul-list-sve li a {
  margin: 0 30px;
  font-size: 18px;
  color: #008737;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .ul-list-sve li a {
      margin: 0 15px;
      font-size: 15px; } }

.ul-list-sve li a:hover {
  text-decoration: underline; }

.ul-list-sve li::after {
  content: "/";
  color: #008737;
  font-weight: bold; }

.ul-list-sve li:last-child::after {
  content: ""; }

.box-service {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid #008737; }
  @media only screen and (max-width: 767px) {
    .box-service {
      padding-top: 30px;
      padding-bottom: 30px;
      border-bottom: none; } }

.box-service:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.title-ser {
  text-align: center;
  padding-bottom: 60px;
  font-weight: bold;
  color: #008737; }
  .title-ser h3 {
    font-size: 28px;
    padding-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .title-ser h3 {
        font-size: 22px;
        padding-bottom: 0; } }
  .title-ser span {
    font-size: 18px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .title-ser span {
        font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .title-ser {
      padding-bottom: 35px; } }

@media only screen and (max-width: 767px) {
  .title-ser span::after {
    width: 50px;
    height: 2px;
    background-color: #008737;
    position: absolute;
    content: "";
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%); } }
.ser-inhouse {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .ser-inhouse {
      display: block; } }

.lef-inhouse {
  width: 40%;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .lef-inhouse {
      width: 100%; } }

.rig-inhouse {
  width: 60%;
  padding-left: 75px;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .rig-inhouse {
      width: 100%;
      padding-left: 0; } }

.exp-gerenal {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .exp-gerenal {
      justify-content: center;
      margin-top: 20px; } }

.lef-gere img {
  width: 55px;
  height: 55px;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .lef-gere img {
      width: 50px;
      height: 50px;
      margin-right: 10px; } }

.rig-gere {
  letter-spacing: 1.5px; }

.rig-gere span {
  font-size: 16px;
  font-weight: 700; }

.rig-gere h4 {
  font-size: 40px;
  margin-top: -10px; }
  @media only screen and (max-width: 767px) {
    .rig-gere h4 {
      font-size: 25px;
      margin-top: 0; } }

.rig-inhouse h3 {
  padding-top: 40px; }
  @media only screen and (max-width: 950px) {
    .rig-inhouse h3 {
      padding-top: 20px; } }

.exp-ctn {
  font-size: 28px;
  padding-bottom: 40px;
  letter-spacing: 1.5px; }
  @media only screen and (max-width: 950px) {
    .exp-ctn {
      font-size: 25px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .exp-ctn {
      text-align: center; } }

.exp-dtl {
  font-size: 17px;
  letter-spacing: 1.5px; }
  @media only screen and (max-width: 767px) {
    .exp-dtl {
      font-size: 15px;
      line-height: 2.0 !important; } }

.link-in-s {
  color: #008737; }

.carousel ul li a {
  color: #000; }

.carousel ul li a:hover {
  text-decoration: underline; }

.btn-click1 {
  float: none; }

.wr-btn-click {
  text-align: center;
  margin-top: auto; }

.btn-click {
  width: 300px;
  text-align: center;
  background: #008737;
  border-radius: 100px;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  transition: .2s ease-out; }
  @media only screen and (max-width: 767px) {
    .btn-click {
      margin-top: 30px; } }

.btn-click a {
  font-size: 18px;
  padding: 17px 0;
  color: #fff;
  font-weight: bold;
  display: inline-block; }

.btn-click:hover {
  cursor: pointer;
  opacity: .8; }

.btn-click a::before,
.btn-click a::after {
  content: '';
  position: absolute;
  margin-top: 14px;
  margin-right: 20px;
  transition: .2s ease-out; }

.btn-click a::before {
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
  background: #fff;
  right: 0px;
  transform: translateY(-50%); }

.btn-click a::after {
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  right: -5px;
  transform: translateY(-50%); }

.btn-click2 a::before {
  background: #008737; }

.btn-click2 a::after {
  border: 2px solid #008737; }

.btn-click3 {
  float: left; }
  @media only screen and (max-width: 950px) {
    .btn-click3 {
      float: none; } }

.navbar {
  height: 250px;
  width: 40px;
  background: #008737;
  z-index: 10000;
  position: fixed;
  top: 250px;
  right: 70px;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .navbar {
      display: none; } }

.navbar .nav1 {
  margin-top: -10px;
  height: 100%;
  position: relative;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.nav1 li a span {
  position: absolute;
  left: -145px;
  width: 130px;
  padding: 6px 0;
  border-radius: 10px;
  background: #008737;
  color: #fff;
  font-size: 15px;
  display: none; }

.nav1 li a:hover span {
  display: block; }

.nav1 li a::before,
.nav1 li a::after {
  content: '';
  position: absolute;
  margin-top: 12px;
  border-radius: 50%;
  display: block;
  transition: .2s ease-out; }

.nav1 li a::before {
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  right: 15px;
  transform: translateY(-50%); }

.nav1 li a::after {
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  right: 8px;
  margin-top: 12px;
  transform: translateY(-50%) scale(0); }

.nav1 li a.active::before,
.nav1 li:hover a::before {
  border-color: #fff;
  background: #fff; }

.nav1 li a.active::after,
.nav1 li:hover a::after {
  transform: translateY(-50%) scale(1); }

.bt-tt-ser {
  width: 60%;
  margin: auto;
  text-align: center;
  line-height: 1.8;
  color: #008737;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .bt-tt-ser {
      width: 100%;
      font-size: 15px;
      padding-bottom: 30px; } }

.inner-wr-lientw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .inner-wr-lientw {
      display: block;
      padding-bottom: 30px; } }

.inner-wr-lientw:last-child {
  padding-bottom: 0; }

.box-lientw {
  width: 33.333%;
  padding: 0 20px;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 950px) {
    .box-lientw {
      padding: 0 12px; } }
  @media only screen and (max-width: 767px) {
    .box-lientw {
      width: 100%;
      padding: 30px 0 30px 0;
      border-bottom: 1px solid #008737; } }

@media only screen and (max-width: 767px) {
  .box-lientw:first-child {
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  .box-lientw1:first-child {
    border-top: 1px solid #008737;
    padding-top: 30px; } }

@media only screen and (max-width: 767px) {
  .box-lientw:last-child {
    padding-bottom: 0;
    border-bottom: none; } }

.img-b-lientw img {
  width: 100%; }

.content-b-lientw {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .content-b-lientw {
      padding-top: 10px; } }

.title-b-lientw h3 {
  font-size: 26px;
  height: 70px;
  font-weight: normal;
  font-weight: 500; }
  @media only screen and (max-width: 950px) {
    .title-b-lientw h3 {
      font-size: 18px;
      height: 50px; } }
  @media only screen and (max-width: 767px) {
    .title-b-lientw h3 {
      font-size: 23px;
      height: auto;
      text-align: center; } }

.txt-b-lientw p {
  color: #626363;
  font-size: 15px;
  padding: 10px 0 15px 0;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .txt-b-lientw p {
      padding: 10px 0 10px 0; } }

.tag-b-lientw p {
  font-size: 13px;
  color: #008737;
  font-weight: 900; }

.wr-offshore {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .wr-offshore {
      display: block; } }

.lef-offshore {
  width: 32%; }
  @media only screen and (max-width: 767px) {
    .lef-offshore {
      width: 100%;
      margin-bottom: 20px; } }

.img-offshore img {
  width: 100%; }

.rig-offshore {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .rig-offshore {
      width: 100%; } }

.ctn-offshore p {
  line-height: 1.8;
  padding-bottom: 15px; }

.title-side3 {
  text-align: center; }

.ctn-new {
  width: 80%;
  margin: auto; }
  @media only screen and (max-width: 950px) {
    .ctn-new {
      width: 100%; } }

.list-new {
  display: flex;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .list-new {
      display: block;
      border: 1px solid #fff;
      padding: 15px; } }

.date-new {
  width: 150px;
  font-size: 13px; }

.lis-dtl-new {
  width: calc(100% - 150px); }
  @media only screen and (max-width: 767px) {
    .lis-dtl-new {
      width: 100%; } }

.lis-dtl-new h4 {
  font-size: 21px; }
  @media only screen and (max-width: 767px) {
    .lis-dtl-new h4 {
      font-size: 18px;
      margin-top: 10px; } }

.lis-dtl-new p {
  font-size: 14px;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .lis-dtl-new p {
      margin-top: 10px; } }

.title-new a {
  color: #fff;
  text-decoration: underline; }

.btn-click2 {
  background: #fff; }

.btn-click2 a {
  color: #008737; }

.ctn-media {
  height: auto;
  background: #fff;
  border-radius: 40px;
  padding: 70px; }
  @media only screen and (max-width: 767px) {
    .ctn-media {
      padding: 20px 20px 50px 20px; } }

.txt-media {
  margin-top: 20px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .txt-media {
      margin-top: 15px;
      font-size: 15px;
      margin-bottom: 7px; } }

.ctn-comre {
  position: relative; }

.info-company {
  color: #fff;
  font-size: 16px; }

.dtl-com {
  display: flex;
  padding: 15px 0;
  border-bottom: 0.5px solid #9DB2A5; }
  @media only screen and (max-width: 767px) {
    .dtl-com {
      display: block; } }

.dtl-com:first-child {
  border-top: 0.5px solid #9DB2A5; }

.btn-call {
  color: #fff; }

.btn-call span:hover {
  text-decoration: underline; }

.name-com {
  width: 150px;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .name-com {
      margin-bottom: 3px; } }

.body-com {
  width: calc(100% - 150px); }
  @media only screen and (max-width: 767px) {
    .body-com {
      width: 100%; } }

.lg-com {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .lg-com {
      margin-top: 30px; } }

.lg-com ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  padding: 18px 0;
  border-radius: 20px; }
  @media only screen and (max-width: 767px) {
    .lg-com ul {
      padding: 10px 0; } }

@media only screen and (max-width: 767px) {
  .lg-com ul li {
    padding: 0 5px; } }

.lg-com ul li img {
  height: 70px; }
  @media only screen and (max-width: 1300px) {
    .lg-com ul li img {
      height: 60px; } }
  @media only screen and (max-width: 767px) {
    .lg-com ul li img {
      width: 100%;
      height: auto; } }

.txt-below {
  width: 50%;
  padding-right: 50px; }
  @media only screen and (max-width: 1300px) {
    .txt-below {
      padding-right: 0; } }
  @media only screen and (max-width: 950px) {
    .txt-below {
      width: 100%; } }

.txt-below p {
  padding-bottom: 15px; }

.img-below {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0%; }
  @media only screen and (max-width: 950px) {
    .img-below {
      width: 100%;
      position: relative;
      margin-top: 30px;
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .img-below {
      padding: 0 20px; } }

.img-below iframe {
  border-radius: 30px 0 0 30px; }
  @media only screen and (max-width: 950px) {
    .img-below iframe {
      max-height: 400px;
      border-radius: 20px 20px 20px 20px; } }
  @media only screen and (max-width: 767px) {
    .img-below iframe {
      max-height: 350px;
      border-radius: 20px 20px 20px 20px; } }

.rig-recruit {
  left: 0; }

.img-inner-b img {
  width: 100%;
  border-radius: 0 30px 30px 0;
  height: 600px;
  object-fit: cover; }
  @media only screen and (max-width: 767px) {
    .img-inner-b img {
      max-height: 350px;
      border-radius: 20px 20px 20px 20px; } }

.intro-recruit {
  color: #fff;
  padding-right: 0;
  padding-top: 50px;
  float: right;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .intro-recruit {
      float: left;
      padding-top: 30px; } }

.wr-contact {
  padding: 130px 0 100px 0; }
  @media only screen and (max-width: 1300px) {
    .wr-contact {
      padding: 70px 0 100px; } }
  @media only screen and (max-width: 950px) {
    .wr-contact {
      padding: 0px 0 70px; } }
  @media only screen and (max-width: 767px) {
    .wr-contact {
      padding: 0 0 50px 0; } }

.bt-tt-ser1 {
  padding-bottom: 0; }

.bt-tt-ser1 p {
  color: #fff; }

.wr-contact .title-side {
  padding-bottom: 35px; }

.wr-footer {
  background: #fff;
  border-radius: 50px 50px 0 0; }
  @media only screen and (max-width: 767px) {
    .wr-footer {
      border-radius: 30px 30px 0 0; } }

.wr-footer p {
  text-align: center;
  color: #008737;
  font-size: 14px;
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .wr-footer p {
      padding: 40px 0; } }

.line, .carousel, .carousel li, .carousel li img {
  width: 100%; }

.flex, .center, .carousel ul, .carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.center, .carousel ul {
  align-items: center;
  justify-content: center; }

.carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 650px; }
  .carousel-wrapper input {
    display: none; }

@media only screen and (max-width: 767px) {
  .carousel ul li iframe {
    height: 250px; } }

.carousel {
  overflow: hidden;
  border-radius: 15px; }
  .carousel ul {
    align-items: flex-start;
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 300%;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
  .carousel li {
    flex: 0 0 calc(100% / 3);
    align-self: flex-start; }
    .carousel li img {
      display: block;
      aspect-ratio: 650 / 415;
      object-fit: contain;
      object-position: center;
      background: #fff;
      border-radius: 15px; }
  .carousel iframe {
    width: 100%; }

.nav-dot {
  position: absolute;
  cursor: pointer;
  margin-left: -5px;
  bottom: -22.5px;
  width: 15px;
  height: 15px;
  opacity: .5;
  background-color: #008737;
  border-radius: 50%;
  transition: .4s; }
  .nav-dot:hover {
    opacity: .8;
    transform: scale(1.2); }
  .nav-dot:active {
    transform: scale(0.9); }

.nav-dot[for=slide1] {
  left: 46.6666666667%; }

#slide1:checked ~ .carousel ul {
  left: 0%; }
#slide1:checked ~ .nav-dot[for=slide1] {
  opacity: 1; }

.nav-dot[for=slide2] {
  left: 51.6666666667%; }

#slide2:checked ~ .carousel ul {
  left: -100%; }
#slide2:checked ~ .nav-dot[for=slide2] {
  opacity: 1; }

.nav-dot[for=slide3] {
  left: 56.6666666667%; }

#slide3:checked ~ .carousel ul {
  left: -200%; }
#slide3:checked ~ .nav-dot[for=slide3] {
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .nav-dot[for=slide1] {
    left: 45.3333333333%; }

  #slide1:checked ~ .carousel ul {
    left: 0%; }
  #slide1:checked ~ .nav-dot[for=slide1] {
    opacity: 1; }

  .nav-dot[for=slide2] {
    left: 52.3333333333%; }

  #slide2:checked ~ .carousel ul {
    left: -100%; }
  #slide2:checked ~ .nav-dot[for=slide2] {
    opacity: 1; }

  .nav-dot[for=slide3] {
    left: 59.3333333333%; }

  #slide3:checked ~ .carousel ul {
    left: -200%; }
  #slide3:checked ~ .nav-dot[for=slide3] {
    opacity: 1; } }
.left-arrow, .right-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  top: 207.5px;
  transform: translateY(-50%);
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-top: 0;
  padding: 0;
  color: #fff;
  background: rgba(0, 135, 55, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; }
  @media only screen and (max-width: 767px) {
    .left-arrow, .right-arrow {
      width: 40px;
      height: 40px;
      top: calc((100vw - 40px) * 415 / 650 / 2); } }
  .left-arrow span, .right-arrow span {
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    font-size: 0;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .left-arrow span, .right-arrow span {
        width: 9px;
        height: 9px; } }
  .left-arrow:hover, .right-arrow:hover {
    background: #008737;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.3); }
  .left-arrow:active, .right-arrow:active {
    transform: translateY(-50%) scale(0.94); }

.left-arrow {
  left: -23px; }
  .left-arrow span {
    transform: rotate(-135deg);
    margin-left: 4px; }
  @media only screen and (max-width: 767px) {
    .left-arrow {
      left: -14px; } }

.right-arrow {
  right: -23px; }
  .right-arrow span {
    transform: rotate(45deg);
    margin-right: 4px; }
  @media only screen and (max-width: 767px) {
    .right-arrow {
      right: -14px; } }

#slide1:checked ~ .left-arrow[for=slide3], #slide1:checked ~ .right-arrow[for=slide2] {
  display: flex; }

#slide2:checked ~ .left-arrow[for=slide1], #slide2:checked ~ .right-arrow[for=slide3] {
  display: flex; }

#slide3:checked ~ .left-arrow[for=slide2], #slide3:checked ~ .right-arrow[for=slide1] {
  display: flex; }

#shadow-host-companion {
  display: none; }

/*# sourceMappingURL=style.css.map */
