:root {
  --50: #002d6980;
  --sub-color: #80b9bd;
  --sub-color2: #43d6de;
  --text: #002d69;
  --white: white;
  --black: black;
}

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

.section-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 0 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-background {
  z-index: -1;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.top-insidebox {
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-top: 30px;
  padding: 90px 60px 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-img {
  background-image: url('../images/main-tomato.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding-left: 120px;
  display: flex;
}

.main-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.header-menu {
  margin-top: 15px;
  padding: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.menu {
  border-left: 1px solid var(--50);
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 15px;
  margin-right: 0;
  padding: 5px 15px 5px 30px;
  text-decoration: none;
  display: flex;
}

.menu.w--current {
  border-right-color: var(--50);
}

.menu.ft {
  border-bottom-width: 2px;
  border-bottom-color: var(--sub-color);
}

.menu.ft.w--current {
  border-right-style: none;
}

.menu._2 {
  border-right: 1px solid var(--50);
}

.menu.top {
  border-left-width: 3px;
  border-left-color: var(--sub-color2);
  margin-left: 0;
}

.menu.top:hover {
  background-color: #ffffff80;
}

.menu.top.w--current {
  border-left-width: 3px;
  border-left-color: var(--sub-color2);
}

.menu.top._2 {
  border-right-width: 3px;
  border-right-color: var(--sub-color2);
}

.menu-text {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 16px;
}

.menu-text.ft {
  color: var(--text);
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section._2 {
  background-image: none;
}

.inside-box {
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-box {
  width: 45%;
  margin-left: 30px;
  padding: 15px 30px 15px 15px;
}

.text-box._2 {
  background-color: var(--white);
  border-width: 2px;
  height: auto;
  padding: 24px;
}

.nomaltext-bold {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-weight: 600;
}

.nomaltext {
  color: var(--text);
  height: 100px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.section-imgbox {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-right: 30px;
  display: flex;
}

.section-img {
  max-width: 300px;
}

.backimg-box {
  z-index: -1;
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 30px auto auto 0%;
  overflow: hidden;
}

.backimg-box._2 {
  bottom: auto;
  left: auto;
  right: 0%;
}

.backimg {
  width: 100%;
}

.img-text-box {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.img-text-box._2 {
  background-color: #0000;
}

.img-text-box.com {
  background-color: var(--white);
}

.title-box {
  border-top: 2px solid var(--sub-color2);
  border-bottom: 2px solid var(--sub-color2);
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.title-box._2 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.title-text {
  color: var(--text);
  margin: 0 9px;
  font-family: Shippori Mincho B1, sans-serif;
}

.title-text.ten {
  color: var(--sub-color);
  font-size: 40px;
}

.background {
  z-index: -2;
  width: 100%;
  position: absolute;
  inset: -20% auto auto 0%;
}

.logo-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-right: 30px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.logo-box.main {
  width: 100%;
  max-width: none;
  padding-top: 24px;
  position: absolute;
}

.logo {
  width: 80px;
  height: 80px;
  margin-top: 30px;
}

.com-bigbox {
  width: 50%;
  margin-left: 0;
}

.com-box {
  border-left: 2px solid var(--sub-color2);
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.com-titlebox {
  width: 30%;
  padding: 9px 15px;
}

.com-text-bold {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 16px;
}

.com-text-bold-copy {
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 16px;
}

.com-text {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.com-textbox {
  width: 70%;
  padding: 9px 15px;
}

.map-box {
  width: 50%;
  max-width: 500px;
  height: 260px;
  margin-top: 0;
  overflow: hidden;
}

.image {
  z-index: -2;
  width: 700px;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 30px 60px;
  display: flex;
  position: static;
}

.footer-img {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-text {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.footer-copy {
  color: #002d6999;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 12px;
}

.footer-menu-box {
  display: flex;
}

.main-logo {
  width: 150px;
  margin-bottom: 9px;
}

.heading {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 26px;
}

.image-2 {
  max-width: 700px;
  position: absolute;
}

.yasai-2 {
  max-width: 700px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sv-img {
  margin-top: 15px;
  margin-bottom: 0;
}

.sub-title {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
}

.yasai-1 {
  max-width: 700px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bold-text {
  font-weight: 400;
}

.text-box-2 {
  width: 45%;
  margin-left: 30px;
  padding: 15px 30px 15px 15px;
}

.text-box-2._2 {
  background-color: var(--white);
  border-width: 2px;
  height: auto;
  padding: 24px;
}

.sv-text-box {
  background-color: var(--white);
  width: 45%;
  margin-left: 30px;
  padding: 24px;
}

.sv-text-box._2 {
  background-color: var(--white);
  border-width: 2px;
  height: auto;
  padding: 24px;
}

.sv-text-box-2 {
  background-color: var(--white);
  width: 45%;
  margin-left: 30px;
  padding: 24px;
}

.sv-text-box-2._2 {
  background-color: var(--white);
  border-width: 2px;
  height: auto;
  padding: 24px;
}

.sv-text-box-3 {
  background-color: var(--white);
  width: 45%;
  margin-left: 30px;
  padding: 24px;
}

.sv-text-box-3._2 {
  background-color: var(--white);
  border-width: 2px;
  height: auto;
  padding: 24px;
}

.img-text-box-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 120px;
  display: flex;
}

.img-text-box-2._2 {
  background-color: #0000;
}

.img-text-box-2.com {
  background-color: var(--white);
}

.img-text-box-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 120px;
  display: flex;
}

.img-text-box-3._2 {
  background-color: #0000;
}

.img-text-box-3.com {
  background-color: var(--white);
}

.image-3 {
  max-width: 400px;
  position: absolute;
  inset: -15% auto auto -5%;
}

.image-4 {
  max-width: 100px;
}

.div-block {
  display: flex;
}

.heaer-mobile {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hd-back {
  z-index: -1;
  width: 100%;
  max-width: none;
  height: 110px;
  position: fixed;
}

.hd-logo {
  width: 80px;
  height: 80px;
  margin-top: 30px;
}

.mobile-menu {
  margin-top: 15px;
  padding: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.map-link {
  border-bottom: 1px solid var(--sub-color2);
  margin-top: 9px;
  text-decoration: none;
}

.div-block-2 {
  display: flex;
}

.ft-logo {
  max-width: 100px;
}

.ft-logobox.w--current {
  display: none;
}

.copy-right {
  color: var(--50);
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .background {
    height: 1100px;
    top: -15%;
  }

  .map-box {
    height: 300px;
  }
}

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

  .main-background {
    height: 120%;
  }

  .top-insidebox {
    margin-top: 0;
  }

  .main-img {
    background-image: url('../images/main-tomato2.png');
    background-size: cover;
    margin-top: 30px;
    padding-left: 60px;
  }

  .main-text {
    font-size: 36px;
    line-height: 40px;
  }

  .header-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .menu {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu.ft {
    border-right-style: none;
    margin-left: 0;
    margin-right: 9px;
    padding-left: 9px;
    padding-right: 15px;
  }

  .menu.top {
    width: 160px;
  }

  .menu-text.ft {
    font-size: 14px;
  }

  .section._2 {
    padding-bottom: 60px;
  }

  .inside-box {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-box {
    width: auto;
    margin-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
  }

  .text-box._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    margin-bottom: 60px;
    display: flex;
  }

  .nomaltext-bold {
    font-size: 20px;
  }

  .nomaltext {
    max-width: 300px;
    height: auto;
  }

  .section-imgbox {
    width: 30%;
    margin-right: 15px;
  }

  .section-img {
    max-width: 200px;
  }

  .backimg-box {
    width: 90%;
  }

  .img-text-box {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-text-box._2 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-text-box.com {
    flex-flow: column;
    padding-left: 15px;
  }

  .title-box {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .title-box._2 {
    justify-content: center;
    align-items: center;
  }

  .logo-box {
    width: 20%;
    margin-right: 15px;
  }

  .logo-box.main {
    margin-top: 30px;
  }

  .com-bigbox {
    width: 100%;
    margin-left: 60px;
  }

  .com-titlebox {
    padding-left: 30px;
  }

  .com-textbox {
    width: 60%;
  }

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

  .footer {
    flex-flow: row;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-img {
    height: 200px;
  }

  .footer-info-box {
    margin-bottom: 20px;
  }

  .footer-text {
    line-height: 20px;
  }

  .footer-copy {
    margin-top: 9px;
  }

  .main-logo {
    width: 140px;
  }

  .yasai-2 {
    max-width: 500px;
  }

  .sv-img {
    max-width: 300px;
  }

  .yasai-1 {
    max-width: 500px;
  }

  .text-box-2 {
    width: auto;
    margin-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
  }

  .text-box-2._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    margin-bottom: 60px;
    display: flex;
  }

  .sv-text-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 60px;
    margin-left: 0;
    display: flex;
  }

  .sv-text-box._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    margin-bottom: 60px;
    display: flex;
  }

  .sv-text-box-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 460px;
    margin-bottom: 60px;
    margin-left: 0;
    display: flex;
  }

  .sv-text-box-2._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    margin-bottom: 60px;
    display: flex;
  }

  .sv-text-box-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 460px;
    margin-left: 0;
    display: flex;
  }

  .sv-text-box-3._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    margin-bottom: 60px;
    display: flex;
  }

  .img-text-box-2 {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-text-box-2._2 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-text-box-2.com {
    flex-flow: column;
    padding-left: 15px;
  }

  .img-text-box-3 {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-text-box-3._2 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-text-box-3.com {
    flex-flow: column;
    margin-top: 30px;
    padding-left: 15px;
  }

  .image-3 {
    max-width: 300px;
  }

  .map-link {
    border-bottom-color: var(--sub-color2);
  }

  .copy-right {
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-top {
    z-index: 3;
    padding-top: 0;
    padding-bottom: 90px;
    display: flex;
  }

  .main-background {
    overflow: visible;
  }

  .top-insidebox {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-img {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 30px;
    display: flex;
  }

  .main-text {
    margin-bottom: 90px;
    font-size: 24px;
    line-height: 30px;
  }

  .header-menu {
    flex-flow: column;
    padding: 30px;
    display: none;
    inset: auto 0% 0% auto;
  }

  .menu {
    border-bottom-width: 1px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu.mb {
    border-bottom-style: solid;
    border-bottom-color: #ffffff80;
    border-left-style: none;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .menu-text {
    font-size: 14px;
    line-height: 24px;
  }

  .menu-text.hb {
    color: var(--white);
    max-width: none;
  }

  .section {
    z-index: 1;
  }

  .section._2 {
    padding-bottom: 0;
  }

  .inside-box {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .inside-box.com {
    margin-top: 120px;
    overflow: visible;
  }

  .text-box {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }

  .text-box._2 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .nomaltext-bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .nomaltext {
    text-align: left;
    max-width: 340px;
    font-size: 14px;
  }

  .section-imgbox {
    width: auto;
    margin-right: 0;
  }

  .section-img {
    max-width: 240px;
  }

  .section-img._2 {
    max-height: 300px;
  }

  .backimg-box {
    width: 90%;
    display: none;
    left: 30px;
  }

  .backimg-box._2 {
    top: 0;
    right: 30px;
  }

  .backimg {
    height: 100%;
  }

  .img-text-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-text-box._2 {
    margin-top: 0;
    padding: 30px 0;
  }

  .img-text-box.com {
    padding: 30px 30px 60px;
  }

  .title-box {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .background {
    height: 110%;
    top: 0%;
  }

  .logo-box {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .logo-box.main {
    margin-top: 15px;
  }

  .com-bigbox {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .com-titlebox {
    width: 25%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .com-textbox {
    width: 75%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .map-box {
    margin-top: 30px;
  }

  .image {
    height: auto;
    inset: 75% auto auto 0%;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-info-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .footer-info {
    flex-flow: column;
    display: flex;
  }

  .footer-text {
    font-size: 11px;
    line-height: 15px;
  }

  .footer-copy {
    font-size: 9px;
  }

  .footer-menu-box {
    display: none;
  }

  .heading {
    font-size: 24px;
    line-height: 26px;
  }

  .yasai-2 {
    max-width: 420px;
  }

  .sv-img {
    max-width: 340px;
  }

  .sub-title {
    font-size: 18px;
  }

  .yasai-1 {
    max-width: 420px;
  }

  .text-box-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }

  .text-box-2._2 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .sv-text-box {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .sv-text-box._2 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .sv-text-box-2 {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .sv-text-box-2._2 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .sv-text-box-3 {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .sv-text-box-3._2 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .img-text-box-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-text-box-2._2 {
    margin-top: 0;
    padding: 30px 0;
  }

  .img-text-box-2.com {
    padding: 30px 30px 60px;
  }

  .img-text-box-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-text-box-3._2 {
    margin-top: 0;
    padding: 30px 0;
  }

  .img-text-box-3.com {
    padding: 30px 30px 60px;
  }

  .image-3 {
    max-width: 200px;
    top: -5%;
    left: -10%;
  }

  .heaer-mobile {
    z-index: 3;
    background-color: #ffffff80;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    display: flex;
  }

  .hd-back {
    height: 80px;
    inset: 0% auto auto 0%;
  }

  .hd-logo {
    width: 60px;
    height: auto;
    margin-top: 0;
  }

  .mobile-menu {
    background-color: var(--text);
    flex-flow: column;
    margin-top: 0;
    padding: 15px 15px 30px;
    display: none;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .hd-hb {
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .hb {
    max-width: 60px;
  }

  .x-box {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .hb-x {
    max-width: 30px;
  }

  .ft-logo {
    margin-bottom: 15px;
  }

  .ft-logobox.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .copy-right {
    font-size: 11px;
    line-height: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-top {
    padding-bottom: 60px;
  }

  .top-insidebox {
    margin-top: -15px;
    padding-top: 75px;
  }

  .main-img {
    height: 500px;
  }

  .main-text {
    font-size: 24px;
  }

  .header-menu {
    padding: 15px;
  }

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

  .inside-box {
    padding: 60px 30px;
  }

  .inside-box.com {
    margin-left: 0;
  }

  .text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .text-box._2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nomaltext-bold {
    font-size: 16px;
  }

  .nomaltext {
    max-width: 240px;
  }

  .section-img {
    max-width: 200px;
  }

  .backimg-box {
    left: 15px;
  }

  .backimg-box._2 {
    right: 15px;
  }

  .img-text-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .logo-box {
    margin-bottom: 15px;
  }

  .com-bigbox {
    width: 90%;
    margin-top: 15px;
    margin-left: 0;
  }

  .com-box {
    flex-flow: column;
    margin-bottom: 24px;
    padding: 5px;
  }

  .com-titlebox {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .com-text-bold, .com-text {
    font-size: 14px;
  }

  .com-textbox {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .image {
    top: 100%;
  }

  .footer {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-img {
    height: 150px;
  }

  .main-logo {
    width: 100px;
  }

  .heading {
    font-size: 20px;
  }

  .sv-img {
    max-width: 240px;
  }

  .sub-title {
    font-size: 16px;
    line-height: 24px;
  }

  .text-box-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-box-2._2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sv-text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .sv-text-box._2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sv-text-box-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sv-text-box-2._2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sv-text-box-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .sv-text-box-3._2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-text-box-2, .img-text-box-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-text-box-3.com {
    padding-left: 9px;
    padding-right: 9px;
  }

  .heaer-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hd-logo {
    width: 50px;
    height: auto;
  }

  .mobile-menu {
    display: none;
  }

  .hd-hb {
    height: 40px;
  }

  .hb {
    max-width: 40px;
  }
}


