* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:last-child {
  margin-bottom: 0 !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: #202020;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.857;
  }
}

p {
  margin: 0 0 2rem;
}

ul {
  margin: 0;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

img,
video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100%;
  border-style: none;
}

a {
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

/* component */
.ff-inter {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.copyright {
  margin-bottom: 0;
  text-align: center;
}

.menu {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  list-style: none;
  padding: 0;
}
.menu__item-link {
  display: block;
  text-decoration: unset;
  color: #202020;
}

.menutrigger {
  position: relative;
  display: block;
  width: 30px;
  height: 10px;
  cursor: pointer;
}
.menutrigger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2em;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #209c00;
}
.menutrigger__line-1 {
  top: 0;
}
.menutrigger__line-2 {
  left: unset;
  right: 0;
  bottom: 0;
  width: 60%;
}
.menutrigger--on .menutrigger__line-1 {
  -webkit-transform: rotate(18deg) translate(0px, -2px);
          transform: rotate(18deg) translate(0px, -2px);
}
.menutrigger--on .menutrigger__line-2 {
  width: 100%;
  -webkit-transform: rotate(-18deg) translate(2px, 0px);
          transform: rotate(-18deg) translate(2px, 0px);
}

.mobilenav {
  display: none;
}
.mobilenav__menutrigger {
  position: relative;
  z-index: 9000;
}
.mobilenav__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8500;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobilenav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 61px;
  overflow: auto;
  background-color: white;
}
.mobilenav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  max-width: 100%;
  border-radius: 30px;
  padding: 80px;
  background: #f1fff4;
}
.mobilenav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  font-size: 22px;
}
.mobilenav--open .mobilenav__menutrigger {
  position: fixed;
  top: 20px;
  right: 20px;
}
.mobilenav--open .mobilenav__container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .mobilenav {
    display: block;
  }
}

/* component */
/* layout */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #202020;
}

.header {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  background-color: white;
  border-bottom: 2px solid #209c00;
}
.header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 20px 40px;
  padding-right: 100px;
}
.header__tagline {
  margin-bottom: 5px;
}
.header__logo {
  position: relative;
  z-index: 9000;
}
@media screen and (max-width: 768px) {
  .header {
    height: 61px;
    border-bottom-width: 1px;
  }
  .header__in {
    padding: 10px;
    padding-right: 15px;
  }
  .header__logo-img {
    width: 105px;
  }
  .header__nav {
    display: none;
  }
}

.container {
  padding-top: 102px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 61px;
  }
}

.footer {
  padding-top: 40px;
  padding-right: 60px;
  padding-bottom: 40px;
  padding-left: 60px;
  background: #50be59;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px;
  }
  .footer__logo-img {
    width: 80px;
  }
}

[id] {
  scroll-margin-block-start: 102px;
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-block-start: 61px;
  }
}

/* layout */
/* block */
.dc-hd-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 80px;
}
.dc-hd-primary__sub {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
  padding-left: 3px;
  font-weight: 700;
  line-height: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.dc-hd-primary__sub::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: white;
}
.dc-hd-primary__sub--green {
  color: #209c00;
}
.dc-hd-primary__sub--green::before {
  background-color: #209c00;
}
.dc-hd-primary__sub--yellow {
  color: #d4d44e;
}
.dc-hd-primary__sub--yellow::before {
  background-color: #d4d44e;
}
.dc-hd-primary__main {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .dc-hd-primary {
    gap: 5px;
    margin-bottom: 30px;
  }
  .dc-hd-primary .dc-hd-primary__sub {
    gap: 5px;
    padding-left: 2px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .dc-hd-primary .dc-hd-primary__sub::before {
    width: 10px;
    height: 10px;
  }
  .dc-hd-primary .dc-hd-primary__main {
    font-size: 46px;
  }
}
.dc-hd-primary--white {
  color: white;
}
.dc-hd-primary--large .dc-hd-primary__sub {
  gap: 10px;
  padding-left: 15px;
  font-size: 32px;
  letter-spacing: 0;
}
.dc-hd-primary--large .dc-hd-primary__sub::before {
  width: 24px;
  height: 24px;
  background-color: white;
}
.dc-hd-primary--large .dc-hd-primary__main {
  font-weight: 700;
  font-size: 72px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .dc-hd-primary--large {
    gap: 5px;
  }
  .dc-hd-primary--large .dc-hd-primary__sub {
    gap: 5px;
    padding-left: 2px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .dc-hd-primary--large .dc-hd-primary__sub::before {
    width: 10px;
    height: 10px;
  }
  .dc-hd-primary--large .dc-hd-primary__main {
    font-size: 30px;
  }
}
.dc-hd1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  padding-left: 20px;
  border-left: 4px solid #209c00;
}
@media screen and (max-width: 768px) {
  .dc-hd1 {
    margin-bottom: 15px;
    padding-left: 16px;
    font-size: 16px;
  }
}
.dc-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-radius: 100px;
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
  padding-left: 50px;
  background: #fbfbfb;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(221, 221, 221, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(221, 221, 221, 0.2), -2px 2px 4px 0px rgba(221, 221, 221, 0.2), -1px -1px 2px 0px rgba(221, 221, 221, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
          box-shadow: 2px 2px 5px 0px rgba(221, 221, 221, 0.8980392157), -2px -2px 4px 0px rgba(255, 255, 255, 0.8980392157), 2px -2px 4px 0px rgba(221, 221, 221, 0.2), -2px 2px 4px 0px rgba(221, 221, 221, 0.2), -1px -1px 2px 0px rgba(221, 221, 221, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-decoration: unset;
  color: #202020;
}
.dc-btn1__icon {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .dc-btn1 {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    gap: 10px;
    font-size: 14px;
    line-height: 140%;
    background: linear-gradient(92.61deg, #f8f8f8 0%, #fcfcfc 50%, #ffffff 100%);
    -webkit-box-shadow: 3px 3px 8px 0px rgba(243, 243, 243, 0.8980392157), -3px -3px 6px 0px rgba(255, 255, 255, 0.8980392157), 3px -3px 6px 0px rgba(243, 243, 243, 0.2), -3px 3px 6px 0px rgba(243, 243, 243, 0.2), -1px -1px 2px 0px rgba(243, 243, 243, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
            box-shadow: 3px 3px 8px 0px rgba(243, 243, 243, 0.8980392157), -3px -3px 6px 0px rgba(255, 255, 255, 0.8980392157), 3px -3px 6px 0px rgba(243, 243, 243, 0.2), -3px 3px 6px 0px rgba(243, 243, 243, 0.2), -1px -1px 2px 0px rgba(243, 243, 243, 0.5019607843) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.3019607843) inset;
  }
  .dc-btn1__icon {
    width: 24px;
    height: 24px;
  }
}
.dc-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 495px;
  max-width: 100%;
  padding: 40px;
  border-radius: 20px;
  color: #115500;
  background: #b9f3c2;
}
.dc-card1__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}
.dc-card1__hd::after {
  content: "";
  height: 2px;
  width: 50px;
  border-radius: 2em;
  background-color: #115500;
}
.dc-card1__txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.dc-card1__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .dc-card1 {
    padding: 25px;
    gap: 10px;
  }
  .dc-card1__hd {
    font-size: 18px;
  }
  .dc-card1__hd::after {
    width: 40px;
  }
  .dc-card1__txt {
    font-size: 14px;
  }
  .dc-card1__group {
    gap: 20px;
  }
}
.dc-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.dc-block1__hd {
  margin: 0;
}
.dc-block1__txt {
  padding-left: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .dc-block1__txt {
    padding-left: 15px;
    font-size: 14px;
  }
}
.dc-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-radius: 60px;
  padding: 80px;
  background: #f1fff4;
}
@media screen and (max-width: 768px) {
  .dc-box1 {
    gap: 20px;
    border-radius: 20px;
    padding: 30px;
  }
}
.dc-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dc-columns__column {
  max-width: 100%;
}
.dc-sec {
  position: relative;
}
.dc-sec__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dc-sec__back-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-sec__in {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .dc-sec__in {
    width: 500px;
    padding: 0 20px;
  }
}
.dc-sec1 {
  padding: 100px 0;
}
.dc-sec1 .dc-sec__in {
  width: 1100px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .dc-sec1 {
    padding: 40px 0;
  }
  .dc-sec1 .dc-sec__in {
    width: 540px;
    padding: 0 20px;
  }
}
.dc-sec-green {
  background: linear-gradient(110.61deg, #f1fff4 0%, #ecfff0 15.38%, #e6f6ea 23.56%, #f1fff4 37.02%, #f1fff4 100%);
}
.dc-sec-fv {
  position: relative;
  height: 961px;
}
.dc-sec-fv::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 1066px;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(106.91deg, rgba(63, 188, 32, 0.6) 6.79%, rgba(63, 188, 32, 0.4) 50.21%, rgba(63, 188, 32, 0) 91.84%);
}
.dc-sec-fv__in {
  width: 1440px;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.dc-sec-fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1100px;
  max-width: 100%;
  margin: auto;
  height: 100%;
  padding: 40px 40px 80px;
  overflow: unset;
}
.dc-sec-fv__content-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
.dc-sec-fv__content-in::before {
  content: "";
  position: absolute;
  top: -334px;
  left: -140px;
  width: 163px;
  height: 477px;
  background-image: url("../img/line_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
.dc-sec-fv__hd {
  margin-bottom: 0px;
  text-shadow: 0px 2px 20px #176902;
}
.dc-sec-fv__txt {
  font-weight: 900;
  font-size: 34px;
  line-height: 180%;
  letter-spacing: 0;
  color: white;
  text-shadow: 0px 2px 5px #255619;
}
@media screen and (min-width: 1441px) {
  .dc-sec-fv::before {
    width: calc(100vw - 1440px + 1066px);
  }
}
@media screen and (max-width: 768px) {
  .dc-sec-fv {
    height: 783px;
  }
  .dc-sec-fv::before {
    top: 115px;
    height: 315px;
    background: linear-gradient(106.91deg, rgba(63, 188, 32, 0.6) 6.79%, rgba(63, 188, 32, 0.4) 50.21%, rgba(63, 188, 32, 0) 91.84%);
  }
  .dc-sec-fv__in {
    padding-top: 115px;
  }
  .dc-sec-fv__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 540px;
    max-width: 100%;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .dc-sec-fv__content-in {
    gap: 20px;
  }
  .dc-sec-fv__content-in::before {
    top: -40px;
    left: -14px;
    width: 15.9999990463px;
    height: 68px;
    background-image: url("../img/line_red_sp.svg");
  }
  .dc-sec-fv__hd {
    text-shadow: 0px 2px 20px #255619;
  }
  .dc-sec-fv__txt {
    font-size: 18px;
    line-height: 165%;
    text-shadow: 0px 2px 20px #255619;
  }
}
.dc-sec-business {
  overflow: hidden;
}
.dc-sec-business::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 166px;
  height: 166px;
  background-color: white;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.dc-sec-business__hd {
  position: relative;
}
.dc-sec-business__hd::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -140px;
  width: 265px;
  height: 188px;
  background-image: url("../img/line_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .dc-sec-business::before {
    width: 61px;
    height: 61px;
  }
  .dc-sec-business__hd::before {
    top: -42px;
    left: -14px;
    width: 17px;
    height: 67px;
    background-image: url(../img/line_green_sp.svg);
  }
}
.dc-sec-recruit__hd {
  margin-bottom: 60px;
  position: relative;
}
.dc-sec-recruit__hd::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -140px;
  width: 282px;
  height: 198px;
  background-image: url("../img/line_yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
.dc-sec-recruit__catch {
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
}
.dc-sec-recruit__mail {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .dc-sec-recruit__hd {
    margin-bottom: 30px;
  }
  .dc-sec-recruit__hd::before {
    top: -42px;
    left: -18px;
    width: 21px;
    height: 67px;
    background-image: url(../img/line_yellow_sp.svg);
  }
  .dc-sec-recruit__catch {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 175%;
  }
  .dc-sec-recruit__mail {
    margin-bottom: 40px;
  }
}
.dc-sec-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1320px;
  max-width: calc(100% - 120px);
  height: 881.1473388672px;
  border-radius: 60px;
  margin: auto;
  margin-bottom: 100px !important;
  overflow: hidden;
}
.dc-sec-company .dc-sec__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 40px;
  margin: 0 auto;
  background: rgba(81, 178, 56, 0.4901960784);
}
.dc-sec-company__content {
  width: 1020px;
  max-width: 100%;
  margin: auto;
  color: white;
}
.dc-sec-company__hd {
  margin-bottom: 60px;
  position: relative;
}
.dc-sec-company__hd::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -115px;
  width: 297px;
  height: 188px;
  background-image: url("../img/line_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
.dc-sec-company__name {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 28px;
  line-height: 160%;
}
.dc-sec-company__address {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .dc-sec-company {
    height: 439px;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
    border-radius: 0;
  }
  .dc-sec-company .dc-sec__in {
    padding: 30px 0;
    background: rgba(81, 178, 56, 0.8196078431);
  }
  .dc-sec-company__content {
    width: 560px;
    padding: 0 30px;
  }
  .dc-sec-company__hd {
    margin-bottom: 30px;
  }
  .dc-sec-company__hd::before {
    top: -30px;
    left: -20px;
    width: 25px;
    height: 57px;
    background-image: url(../img/line_white_sp.svg);
  }
  .dc-sec-company__name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .dc-sec-company__address {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .dc-tb-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .dc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .dc-sp-hidden {
    display: none !important;
  }
}
/* block */