/*
====================================
l_concept
====================================
*/
.l_concept {
  padding-top: 160px;
}
.l_concept .contentbox {
  position: relative;
  z-index: 2;
  background-color: #D80000;
  width: 50%;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}
.l_concept .contentbox .upper-inner {
  width: calc(100% - 16px);
}
.l_concept .contentbox .heading-gr {
  position: relative;
  z-index: 0;
  width: 100%;
  border-bottom: dashed 1px #fff;
  border-right: dashed 1px #fff;
  padding-right: 24px;
  padding-bottom: 16px;
}
.l_concept .contentbox .heading-gr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 4px;
  z-index: 4;
  transform: translateY(50%);
  background-color: #D80000;
}
.l_concept .contentbox .heading-gr h2 {
  padding-top: 56px;
  padding-left: 32px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-right: 16px;
  padding-bottom: 56px;
}
.l_concept .contentbox .desc-box {
  padding: 16px 0 0 16px;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 16px);
  border-left: dashed 1px #fff;
}
.l_concept .contentbox .desc-box .p {
  padding-top: 40px;
  padding-left: 32px;
  color: #fff;
  letter-spacing: 0.1em;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  padding-right: 16px;
  padding-bottom: 40px;
}
.l_concept .images {
  position: relative;
  z-index: 1;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -551px;
}
.l_concept .images .txt-eng {
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: 47%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}
.l_concept .images .txt-eng img {
  width: 100%;
}
.l_concept .images .image {
  width: 100%;
  overflow: hidden;
}
.l_concept .images .image img {
  filter: blur(105px);
  width: 100%;
}
.l_concept .lowercontent {
  padding: 80px 0;
}
.l_concept .lowercontent .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}
.l_concept .lowercontent .lr .left {
  width: 309px;
}
.l_concept .lowercontent .lr .right {
  width: calc(100% - 309px);
  padding-left: 64px;
}
.l_concept .lowercontent .lr .right .heading-gr {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_concept .lowercontent .lr .right .heading-gr h3 {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.l_concept .lowercontent .lr .right p {
  color: #0F653A;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 600;
}
.l_concept .lowercontent .lr.is-animated {
  opacity: 1;
  transition-duration: 1.5s;
}
.l_concept.is-animated .contentbox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
  transition-delay: 1s;
}
.l_concept.is-animated .images .txt-eng {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-out;
  transition-delay: 0.5s;
}
.l_concept.is-animated .images .image img {
  filter: blur(0px);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}

.l_policy {
  padding: 80px 0;
  position: relative;
  z-index: 0;
  background-image: url(../img/companypage/policy/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l_policy::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
}
.l_policy .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.l_policy .heading-gr {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_policy .heading-gr h2 {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.l_policy .heading-gr h2 span {
  font-size: 180%;
}
.l_policy .content {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}
.l_policy .content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l_policy .content ul li {
  position: relative;
  padding: 24px 32px 24px 80px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
.l_policy .content ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: left;
  transform: translateY(-50%);
}
.l_policy .content ul li:nth-of-type(1)::after {
  background-image: url(../img/companypage/policy/01.svg);
  width: 80px;
  aspect-ratio: 1/0.89;
  background-size: contain;
}
.l_policy .content ul li:nth-of-type(2)::after {
  background-image: url(../img/companypage/policy/02.svg);
  width: 89px;
  aspect-ratio: 1/0.89;
  background-size: contain;
}
.l_policy .content ul li:nth-of-type(3)::after {
  background-image: url(../img/companypage/policy/03.svg);
  width: 92px;
  aspect-ratio: 1/0.89;
  background-size: contain;
}
.l_policy .content ul li:nth-of-type(4)::after {
  background-image: url(../img/companypage/policy/04.svg);
  width: 92px;
  aspect-ratio: 1/0.89;
  background-size: contain;
}
.l_policy .content ul li:nth-of-type(5)::after {
  background-image: url(../img/companypage/policy/05.svg);
  width: 98px;
  aspect-ratio: 1/0.89;
  background-size: contain;
}
.l_policy .content ul li:nth-of-type(6)::after {
  background-image: url(../img/companypage/policy/06.svg);
}
.l_policy .content ul li h3 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 250px;
  color: #D80000;
}
.l_policy .content ul li .desc {
  padding-left: 40px;
  width: calc(100% - 250px);
}
.l_policy .content.is-animated {
  opacity: 1;
  transition-duration: 1.5s;
  transform: translateY(0);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}

.l_greeting {
  padding: 80px 0;
}
.l_greeting .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.l_greeting .heading-gr {
  margin-bottom: 40px;
}
.l_greeting .content .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_greeting .content .lr .left {
  width: 60%;
  opacity: 0;
}
.l_greeting .content .lr .left h2 {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
}
.l_greeting .content .lr .left .desc {
  margin-top: 24px;
}
.l_greeting .content .lr .left .name {
  margin-top: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: right;
}
.l_greeting .content .lr .right {
  width: 40%;
  padding-left: 64px;
}
.l_greeting .content .lr .right .image {
  position: relative;
}
.l_greeting .content .lr .right .image .eng {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150%;
  transform: translateX(-50%);
  opacity: 0;
}
.l_greeting .content .lr .right .image .eng img {
  width: 100%;
}
.l_greeting .content .lr .right .image > img {
  opacity: 0;
  position: relative;
  z-index: 2;
  margin-top: 64px;
  transform: translateX(50px);
}
.l_greeting .content .lr.is-animated .left {
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 1s;
}
.l_greeting .content .lr.is-animated .right .image .eng {
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 0s;
  transition-duration: 2s;
}
.l_greeting .content .lr.is-animated .right .image > img {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-out;
  transition-delay: 0.2s;
  transition-duration: 1s;
}

.l_office {
  padding: 80px 0;
}
.l_office .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.l_office .inner .heading-gr h2 {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
}
.l_office .inner .heading-gr h2 span {
  font-size: 180%;
}
.l_office .inner .heading-gr .eng {
  text-align: right;
  display: block;
}
.l_office .inner .heading-gr .eng img {
  width: 90%;
}
.l_office .content {
  margin-top: 24px;
  background-color: #D80000;
  padding: 80px 0;
}
.l_office .content ul.parent {
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 1;
}
.l_office .content ul.parent.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}
.l_office .content ul.parent li {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.l_office .content ul.parent li .upper {
  border-bottom: solid 1px #ddd;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.l_office .content ul.parent li .upper .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_office .content ul.parent li .upper .lr .left {
  width: 48.75%;
}
.l_office .content ul.parent li .upper .lr .left .heading-gr {
  margin-bottom: 16px;
}
.l_office .content ul.parent li .upper .lr .left .heading-gr h3 {
  color: #000;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.l_office .content ul.parent li .upper .lr .left .heading-gr .eng {
  text-align: left;
  display: block;
  margin-top: 8px;
}
.l_office .content ul.parent li .upper .lr .left .heading-gr .eng img {
  width: auto;
}
.l_office .content ul.parent li .upper .lr .left .address {
  margin-top: 16px;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.l_office .content ul.parent li .upper .lr .left .tel {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-bottom: 16px;
}
.l_office .content ul.parent li .upper .lr .right {
  width: 48.75%;
}
.l_office .content ul.parent li .upper .lr .right .images {
  display: flex;
  justify-items: space-between;
  gap: 24px;
}
.l_office .content ul.parent li .upper .lr .right .images .image {
  width: 48.75%;
  aspect-ratio: 1/1;
}
.l_office .content ul.parent li .upper .lr .right .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #ddd;
}
.l_office .content ul.parent li .upper .lr .right .images .g-map {
  width: 48.75%;
  aspect-ratio: 1/1;
}
.l_office .content ul.parent li .upper .lr .right .images .g-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1/0.7;
}
.l_office .content ul.parent li .lower .lr {
  display: flex;
  justify-content: space-between;
}
.l_office .content ul.parent li .lower .lr .left {
  width: 48.75%;
}
.l_office .content ul.parent li .lower .lr .left .strengthes ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 18px 0;
}
.l_office .content ul.parent li .lower .lr .left .strengthes ul li {
  padding: 0;
  width: 100%;
}
.l_office .content ul.parent li .lower .lr .left .strengthes ul li h4 {
  font-size: 1.7rem;
  padding-left: 16px;
  border-left: solid 4px #D80000;
  line-height: 1.5;
  color: #D80000;
  padding: 8px 16px;
  margin-bottom: 8px;
}
.l_office .content ul.parent li .lower .lr .left .strengthes ul li p {
  padding-left: 16px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.l_office .content ul.parent li .lower .lr .right {
  width: 48.75%;
}
.l_office .content ul.parent li .lower .lr .right .kind {
  margin-top: 24px;
  padding: 0 24px 24px 24px;
  background-color: #FFE9E9;
}
.l_office .content ul.parent li .lower .lr .right .kind .heading {
  transform: translate(-26px, -31px);
  display: inline-block;
  font-size: 1.5rem;
  background-color: #D80000;
  color: #fff;
  padding: 4px 7px;
  border-radius: 0;
  margin-bottom: 8px;
  font-weight: 600;
}
.l_office .content ul.parent li .lower .lr .right .kind ul {
  margin-top: -16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
}
.l_office .content ul.parent li .lower .lr .right .kind ul li {
  padding: 0;
  width: 100%;
  background-color: initial;
}
.l_office .content ul.parent li .lower .lr .right .kind ul li .copy {
  font-size: 1.4rem;
  color: #D80000;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  border-bottom: solid 1px #D80000;
}
.l_office .content ul.parent li .lower .lr .right .kind ul li span.desc {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.l_about {
  padding: 80px 0 120px;
}
.l_about .heading-gr {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_about .heading-gr h2 {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
}
.l_about .content {
  position: relative;
}
.l_about .content table {
  position: relative;
  z-index: 2;
  width: 80%;
  border-collapse: collapse;
  transition: all 0.6s ease-out;
  transition-delay: 0s;
  opacity: 0;
  transform: translateY(50px);
}
.l_about .content table.is-animated {
  transition: all 0.6s ease-out;
  transition-delay: 0s;
  opacity: 1;
  transform: translateY(0);
}
.l_about .content table tbody tr {
  border-bottom: solid 1px #D80000;
}
.l_about .content table tbody tr:first-of-type {
  border-top: solid 1px #D80000;
}
.l_about .content table tbody tr th {
  background-color: rgba(216, 0, 0, 0.1);
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  padding: 24px 16px;
  color: #D80000;
}
.l_about .content table tbody tr td {
  text-align: left;
  font-size: 1.6rem;
  padding: 24px 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.l_about .content table tbody tr td .block {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.l_about .content table tbody tr td .block .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l_about .content table tbody tr td .txt-gr span {
  padding-left: 14px;
  margin-top: 8px;
  display: block;
  font-size: 1.3rem;
  color: #555;
}
.l_about .content table tbody tr td .icon {
  position: absolute;
  right: 24px;
  top: 0;
}
.l_about .content table tbody tr td .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l_about .content table tbody tr td .icon.green {
  width: 64px;
}
.l_about .content table tbody tr td .icon.g-mark {
  width: 64px;
}
.l_about .content table tbody tr td .icon.health {
  width: 64px;
}
.l_about .content .image {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 1;
  width: 65%;
  margin-left: auto;
  margin-right: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}
.l_about .content .image.is-animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-out;
  transition-delay: 0.5s;
}
.l_about .content .image img {
  width: 100%;
  display: block;
}

.l_history {
  position: relative;
  padding: 80px 0;
}
.l_history .middle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 425px;
  aspect-ratio: 1/1.4;
  transform: translateY(-50%);
  opacity: 0;
}
.l_history .middle img {
  width: 100%;
  display: block;
}
.l_history::before {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  aspect-ratio: 1/1.1;
  width: 254px;
  background-image: url(../img/companypage/history/top-sun.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.l_history::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  aspect-ratio: 1/1.1;
  width: 387px;
  background-image: url(../img/companypage/history/bottom-sun.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0;
}
.l_history.is-animated .middle {
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 1s;
}
.l_history.is-animated::before {
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 1s;
}
.l_history.is-animated::after {
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 1s;
}
.l_history .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.l_history .heading-gr {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_history .heading-gr h2 {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
}
.l_history .content table {
  width: 90%;
  border-collapse: separate;
  border-spacing: 10px 10px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
  transition-delay: 0s;
}
.l_history .content table.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.l_history .content table tbody tr {
  border-bottom: solid 1px #D80000;
}
.l_history .content table tbody tr:nth-of-type(2n) th, .l_history .content table tbody tr:nth-of-type(2n) td {
  background-color: #F8F8F8;
}
.l_history .content table tbody tr:nth-of-type(2n - 1) th, .l_history .content table tbody tr:nth-of-type(2n - 1) td {
  background-color: #FFE9E9;
}
.l_history .content table tbody th {
  width: 300px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 4.8px 16px;
  color: #000;
}
.l_history .content table tbody th.empty {
  background-color: transparent !important;
}
.l_history .content table tbody td {
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 12px 12px 12px 24px;
  color: #000;
}
.l_history .content table tbody td .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_history .content table tbody td .content .image {
  max-width: 250px;
}
.l_history .content table tbody td .content .image img {
  display: block;
}

@media screen and (max-width: 768px) {
  /*
  ====================================
  l_concept
  ====================================
  */
  .l_concept {
    padding-top: 40px;
  }
  .l_concept .contentbox {
    margin-top: -88px;
    margin-left: 16px;
    margin-right: auto;
    width: 90%;
    border-radius: 10px;
  }
  .l_concept .contentbox .upper-inner {
    width: calc(100% - 8px);
  }
  .l_concept .contentbox .heading-gr {
    padding-right: 8px;
    padding-bottom: 8px;
  }
  .l_concept .contentbox .heading-gr::after {
    width: 4px;
    height: 2.4px;
  }
  .l_concept .contentbox .heading-gr h2 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 24px;
    font-size: 2.5rem;
    padding-right: 8px;
  }
  .l_concept .contentbox .desc-box {
    padding: 8px 0 0 8px;
    width: calc(100% - 8px);
  }
  .l_concept .contentbox .desc-box .p {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
  .l_concept .images {
    position: relative;
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
  .l_concept .images .txt-eng {
    width: 90%;
  }
  .l_concept .images .image {
    margin-top: -4px;
    width: 100%;
  }
  .l_concept .lowercontent {
    padding: 40px 0;
  }
  .l_concept .lowercontent .lr {
    display: block;
  }
  .l_concept .lowercontent .lr .left {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .l_concept .lowercontent .lr .right {
    width: 100%;
    padding-left: 0px;
  }
  .l_concept .lowercontent .lr .right .heading-gr {
    margin-bottom: 24px;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .l_concept .lowercontent .lr .right .heading-gr h3 {
    text-align: center;
    font-size: 3.2rem;
  }
  .l_concept .lowercontent .lr .right .heading-gr span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 35%;
  }
  .l_concept .lowercontent .lr .right p {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
  }
  .l_policy {
    padding: 40px 0;
    background-image: url(../img/companypage/policy/bg.jpg);
  }
  .l_policy .heading-gr {
    margin-bottom: 24px;
    display: block;
  }
  .l_policy .heading-gr h2 {
    font-size: 3.2rem;
  }
  .l_policy .heading-gr h2 span {
    font-size: 180%;
  }
  .l_policy .heading-gr .eng {
    text-align: center;
    width: 50%;
  }
  .l_policy .content ul {
    gap: 24px;
  }
  .l_policy .content ul li {
    position: relative;
    padding: 24px 32px 24px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
    display: block;
  }
  .l_policy .content ul li::after {
    top: 12px;
    left: 12px;
    transform: translateY(0%);
  }
  .l_policy .content ul li:nth-of-type(1)::after {
    width: 56px;
  }
  .l_policy .content ul li:nth-of-type(2)::after {
    width: 62.3px;
  }
  .l_policy .content ul li:nth-of-type(3)::after {
    width: 64.4px;
  }
  .l_policy .content ul li:nth-of-type(4)::after {
    width: 64.4px;
  }
  .l_policy .content ul li:nth-of-type(5)::after {
    width: 68.6px;
  }
  .l_policy .content ul li:nth-of-type(6)::after {
    width: 72.8px;
  }
  .l_policy .content ul li h3 {
    font-size: 2.4rem;
    width: 100%;
  }
  .l_policy .content ul li .desc {
    padding-left: 0px;
    width: 100%;
  }
  .l_greeting {
    padding: 40px 0;
  }
  .l_greeting .heading-gr {
    margin-bottom: 24px;
  }
  .l_greeting .heading-gr h2 {
    font-size: 3.2rem;
  }
  .l_greeting .content .lr {
    flex-direction: column-reverse;
  }
  .l_greeting .content .lr .left {
    width: 100%;
  }
  .l_greeting .content .lr .left .desc {
    margin-top: 12px;
  }
  .l_greeting .content .lr .left .name {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .l_greeting .content .lr .right {
    width: 100%;
    padding-left: 0px;
  }
  .l_greeting .content .lr .right .image .eng {
    left: 0%;
    width: 100%;
    transform: translateX(0%);
  }
  .l_greeting .content .lr .right .image > img {
    margin-top: 48px;
  }
  .l_office {
    padding: 40px 0 0;
  }
  .l_office .inner .heading-gr h2 {
    font-size: 3.2rem;
  }
  .l_office .inner .heading-gr .eng img {
    width: 100%;
  }
  .l_office .content {
    margin-top: 12px;
    padding: 40px 0;
  }
  .l_office .content ul.parent {
    gap: 24px;
  }
  .l_office .content ul.parent.is-animated {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-out;
    transition-delay: 0s;
  }
  .l_office .content ul.parent li {
    padding: 24px 16px;
  }
  .l_office .content ul.parent li .upper {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .l_office .content ul.parent li .upper .lr {
    display: block;
  }
  .l_office .content ul.parent li .upper .lr .left {
    width: 100%;
  }
  .l_office .content ul.parent li .upper .lr .left .heading-gr {
    margin-bottom: px;
  }
  .l_office .content ul.parent li .upper .lr .left .heading-gr h3 {
    font-size: 2.4rem;
  }
  .l_office .content ul.parent li .upper .lr .left .address {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .l_office .content ul.parent li .upper .lr .left .tel {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  .l_office .content ul.parent li .upper .lr .right {
    margin-top: 12px;
    width: 100%;
  }
  .l_office .content ul.parent li .upper .lr .right .images {
    gap: 12px;
    display: block;
  }
  .l_office .content ul.parent li .upper .lr .right .images .image {
    width: 100%;
  }
  .l_office .content ul.parent li .upper .lr .right .images .g-map {
    margin-top: 8px;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .l_office .content ul.parent li .lower .lr {
    display: block;
  }
  .l_office .content ul.parent li .lower .lr .left {
    margin-bottom: 24px;
    width: 100%;
  }
  .l_office .content ul.parent li .lower .lr .left .strengthes ul {
    gap: 12px 0;
  }
  .l_office .content ul.parent li .lower .lr .left .strengthes ul li h4 {
    font-size: 1.6rem;
    padding-left: 8px;
    padding: 4px 12px;
  }
  .l_office .content ul.parent li .lower .lr .left .strengthes ul li p {
    padding-left: 16px;
    font-size: 1.25rem;
  }
  .l_office .content ul.parent li .lower .lr .right {
    margin-top: 56px;
    width: 100%;
  }
  .l_office .content ul.parent li .lower .lr .right .kind {
    margin-top: 12px;
    padding: 0 24px 24px 24px;
  }
  .l_office .content ul.parent li .lower .lr .right .kind .heading {
    transform: translate(-26px, -31px);
  }
  .l_office .content ul.parent li .lower .lr .right .kind ul {
    margin-top: -14px;
  }
  .l_office .content ul.parent li .lower .lr .right .kind ul li .copy {
    font-size: 1.4rem;
    color: #D80000;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    border-bottom: solid 1px #D80000;
  }
  .l_office .content ul.parent li .lower .lr .right .kind ul li span.desc {
    font-size: 1.25rem;
  }
  .l_about {
    padding: 40px 0 64px;
  }
  .l_about .heading-gr {
    margin-bottom: 24px;
    display: block;
  }
  .l_about .heading-gr h2 {
    font-size: 3.2rem;
  }
  .l_about .heading-gr .eng {
    display: block;
    text-align: center;
    width: 50%;
  }
  .l_about .content table {
    width: 100%;
  }
  .l_about .content table tbody {
    display: block;
  }
  .l_about .content table tbody tr {
    display: block;
    border-bottom: solid 1px #D80000;
  }
  .l_about .content table tbody tr:first-of-type {
    border-top: solid 1px #D80000;
  }
  .l_about .content table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding: 12px 12px;
  }
  .l_about .content table tbody tr td {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding: 12px 12px;
  }
  .l_about .content table tbody tr td .txt-gr {
    width: calc(100% - 64px);
    padding-right: 12px;
  }
  .l_about .content table tbody tr td .txt-gr span {
    padding-left: 14px;
    margin-top: 4.8px;
    font-size: 1.1rem;
  }
  .l_about .content table tbody tr td .icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .l_about .content table tbody tr td .icon.green {
    width: 64px;
  }
  .l_about .content table tbody tr td .icon.g-mark {
    width: 64px;
  }
  .l_about .content table tbody tr td .icon.health {
    width: 72px;
  }
  .l_about .content .image {
    margin-top: 24px;
    position: initial;
    width: 100%;
  }
  .l_about .content .image img {
    width: 100%;
    display: block;
  }
  .l_history {
    padding: 0px 0 40px;
  }
  .l_history .middle {
    width: 80%;
  }
  .l_history::before {
    top: 200px;
    width: 127px;
  }
  .l_history::after {
    width: 193.5px;
  }
  .l_history .heading-gr {
    margin-bottom: 40px;
    display: block;
  }
  .l_history .heading-gr h2 {
    font-size: 3.2rem;
  }
  .l_history .heading-gr .eng {
    margin-top: 4px;
    display: block;
    width: 65%;
  }
  .l_history .content table {
    border-spacing: 2.4px 2.4px;
    width: 100%;
  }
  .l_history .content table tbody th {
    width: 100px;
    text-align: center;
    font-size: 1.3rem;
    padding: 12px 12px;
    color: #000;
  }
  .l_history .content table tbody th.empty {
    background-color: transparent !important;
  }
  .l_history .content table tbody td {
    font-size: 1.3rem;
    padding: 12px 12px;
  }
  .l_history .content table tbody td .content {
    display: block;
  }
  .l_history .content table tbody td .content .image {
    max-width: 250px;
  }
  .l_history .content table tbody td .content .image img {
    margin-top: 12px;
    display: block;
  }
}/*# sourceMappingURL=company.css.map */