:root {
  --accent-color: #0095e1;
  --white: white;
  --black: black;
}

.section-top {
  z-index: 3;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  padding: 0 120px 120px;
  display: flex;
  position: relative;
}

.main-img {
  background-image: url('../images/ryo-yoshitake-rD28m9BmXVs-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
  position: relative;
}

.header {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-box {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.logo-box.w--current {
  margin-left: 60px;
  margin-right: 60px;
}

.hd-logo {
  max-height: 100%;
}

.menu-link {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.menu-link.hb {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-link.hd {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.menu-link.hd.w--current {
  position: relative;
}

.menu-link.pp {
  display: none;
}

.menu-box {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.navi-menu {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.navi-menu.ft {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.navi-menu.ft.kr {
  font-family: Noto Sans KR, sans-serif;
}

.navi-menu.hb {
  color: #fff0f0;
  font-size: 16px;
}

.header2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-button-box {
  width: 50px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-right: 45px;
  position: static;
}

.line1 {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--accent-color) black black;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.line2 {
  border-top: 2px solid var(--accent-color);
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.line3 {
  border-top: 2px solid var(--accent-color);
  width: 100%;
  height: 1px;
}

.section {
  z-index: 0;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding: 120px;
  display: flex;
  position: static;
}

.section._2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._1 {
  background-color: #f7f7f7;
  margin-top: 0;
}

.section.pp {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.title-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.nomal-text {
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nomal-text.kr {
  font-family: Noto Sans KR, sans-serif;
}

.section1-text-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
  margin-bottom: -90px;
  display: flex;
}

.section1-text-box._2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -90px;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
}

.section1-img-box {
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
}

.section1-img {
  z-index: -1;
}

.company-big-box {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
  display: flex;
}

.map-box {
  width: 60%;
  height: 400px;
}

.company-inside-box {
  width: 40%;
}

.com-box {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.com-title-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  display: flex;
}

.com-title-text.kr {
  font-family: Noto Sans KR, sans-serif;
}

.com-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.com-text.kr {
  font-family: Noto Sans KR, sans-serif;
}

.com-title {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.com-text-box {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.com-img-box {
  width: auto;
  max-width: 1200px;
  margin-top: 120px;
  display: flex;
}

.com-img-box.pp {
  justify-content: space-between;
  width: 100%;
}

.picture-box {
  background-color: #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 9px 30px;
  display: flex;
}

.com-img {
  width: 90%;
  height: 100%;
}

.com-img._2 {
  width: 90%;
  max-width: none;
  height: 100%;
}

.con-inside-box {
  margin-top: 120px;
}

.con-form-box {
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
  margin-bottom: 0;
}

.con-box {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.con-box.bt {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding-top: 15px;
}

.con-title {
  width: 30%;
  font-family: Noto Sans JP, sans-serif;
}

.con-title.kr {
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
}

.con-text {
  width: 70%;
}

.con-text.name {
  max-width: 300px;
}

.con-text.add {
  max-width: 500px;
  margin-bottom: 0;
}

.con-text.text {
  background-color: #fff;
  height: 300px;
  display: block;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  z-index: 1;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  position: relative;
}

.button.kr {
  font-family: Noto Sans KR, sans-serif;
}

.maru {
  z-index: 0;
  background-color: rgba(0, 149, 225, .5);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.maru.con {
  display: block;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.maru._2 {
  z-index: 0;
  background-color: rgba(0, 149, 225, .3);
  display: block;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-box {
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.footer {
  background-color: #71c5f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.ft-inf-box {
  justify-content: space-between;
  display: flex;
}

.ft-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.ft-text-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ft-inside-box {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  justify-content: space-between;
  width: 100%;
  padding-bottom: 9px;
  display: flex;
}

.copyright {
  color: rgba(51, 51, 51, .5);
  border-bottom: 1px rgba(0, 0, 0, .5);
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.main-logo {
  width: 100%;
  max-width: 100px;
  position: absolute;
}

.hamburger-menu {
  z-index: 3;
  background-color: rgba(0, 0, 0, .8);
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.relative-box {
  z-index: 1;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block {
  background-color: #f4cece;
  flex-flow: wrap;
  width: 48%;
  height: 30px;
  display: flex;
}

.div-block-2 {
  width: 5%;
}

.div-block-3, .div-block3, .div-block-3-copy {
  width: 50%;
}

.top-title {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
}

.logo-mini {
  width: 30px;
  max-width: 100%;
  margin-right: 15px;
}

.hb-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hb-menu-box {
  padding: 30px;
}

.line5 {
  border-top: 2px solid #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.line4 {
  border: 1px #000;
  border-top: 2px solid #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.line6 {
  border-top: 2px solid #fff;
  width: 100%;
  height: 1px;
}

.pp-box {
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
  padding: 60px;
  display: flex;
}

.pp-title {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
  position: relative;
}

.lg-box {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.lg-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.lg-text.kr {
  font-family: Noto Sans KR, sans-serif;
}

.lg-text-box {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px 30px;
  font-weight: 400;
  text-decoration: none;
}

.lg-text-box.current {
  background-color: rgba(0, 149, 225, .5);
}

.pp-titile-box {
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-span {
  color: red;
}

.sv-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.service-box {
  margin-top: 20px;
  display: flex;
}

.service {
  border-bottom: 2px none var(--accent-color);
  margin-right: 60px;
  padding: 5px 30px;
  position: relative;
}

.service._2 {
  margin-right: 0;
}

.heading {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.heading.kr {
  z-index: 1;
  font-family: Noto Sans KR, sans-serif;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section-top {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-box.w--current {
    margin-left: 30px;
    margin-right: 30px;
  }

  .menu-link.hd {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section._2 {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .section._1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.pp {
    padding-left: 90px;
    padding-right: 90px;
  }

  .section1-text-box {
    margin-bottom: 30px;
  }

  .section1-text-box._2 {
    margin-top: 30px;
  }

  .company-big-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .map-box {
    width: 100%;
    margin-top: 60px;
  }

  .company-inside-box, .com-box {
    width: 100%;
  }

  .com-img-box {
    width: 100%;
    overflow: scroll;
  }

  .picture-box {
    width: auto;
  }

  .com-img {
    width: 200px;
    max-width: none;
  }

  .com-img._2 {
    width: 200px;
  }

  .hamburger-menu {
    width: 100%;
  }

  .pp-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service {
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-link {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .menu-link.ft {
    display: none;
  }

  .menu-link.hb {
    display: block;
  }

  .menu-link.hd {
    display: none;
  }

  .menu-link.pp {
    display: block;
  }

  .navi-menu.ft {
    color: #fff;
    font-size: 12px;
  }

  .navi-menu.ft.current {
    color: rgba(255, 255, 255, .5);
  }

  .section, .section._2 {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section._1 {
    padding: 90px 30px;
  }

  .section.pp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-text {
    font-size: 30px;
  }

  .nomal-text {
    font-size: 14px;
  }

  .section1-text-box {
    margin-bottom: 0;
  }

  .section1-text-box._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .com-box {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .com-title {
    width: auto;
    margin-bottom: 9px;
  }

  .com-text-box {
    width: auto;
  }

  .maru._2 {
    width: 30px;
    height: 30px;
  }

  .main-logo {
    max-width: 60px;
  }

  .pp-title {
    margin-bottom: 30px;
  }

  .service-box {
    flex-flow: column;
  }

  .service {
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0;
  }

  .service._2 {
    margin-bottom: 0;
  }

  .heading {
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .logo-box {
    height: 50px;
    margin-left: 0;
  }

  .logo-box.ft {
    margin-right: 0;
  }

  .menu-button-box {
    width: 40px;
    margin-right: 15px;
  }

  .line1, .line2 {
    margin-bottom: 9px;
  }

  .section, .section._2, .section._1, .section.pp {
    padding-left: 24px;
    padding-right: 24px;
  }

  .company-inside-box {
    overflow: visible;
  }

  .com-box {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .con-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .con-title, .con-text.text, .con-text.mail {
    width: 100%;
  }

  .ft-inf-box {
    flex-flow: column;
    align-items: center;
  }

  .ft-inside-box {
    flex-flow: row;
    justify-content: center;
  }

  .pp-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg-box {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lg-text-box {
    margin-bottom: 30px;
  }

  .lg-text-box._2 {
    margin-bottom: 0;
  }
}


