@charset "UTF-8";
.c-heading .sec-inner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-heading .sec-left {
    padding-bottom: 0;
  }
  .c-heading .sec-right {
    margin-top: -4rem;
  }
}

#main {
  overflow: visible;
  overflow-x: hidden;
  margin-top: -7.8rem;
}
@media print, screen and (max-width: 1024px) {
  #main {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  #main {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 1024px) {
  #anchorlink .sec-list {
    gap: 30px 2rem;
  }
  #anchorlink .sec-list .image {
    padding-top: 80%;
  }
  #anchorlink .sec-list .title {
    padding: 4px 12px;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #anchorlink .sec-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 3rem;
  }
  #anchorlink .sec-list .image {
    padding-top: 93.75%;
  }
  #anchorlink .sec-list .title {
    font-size: 18px;
    justify-content: space-between;
    padding: 4px 12px;
    gap: 0;
  }
  #anchorlink .sec-list .title .small {
    font-size: 16px;
  }
  #anchorlink .sec-list .title .arw {
    width: 37px;
    height: 80px;
    background: url(../img/common/icon-ellipse-white.svg) center/contain no-repeat;
  }
  #anchorlink .sec-list .title .arw::before {
    background: url(../img/common/icon-arrow-grad.svg) center/8px no-repeat;
  }
}

#message {
  margin: 185px auto 130px;
}
#message .sec-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 50px;
  padding: 116px 8rem;
  background: url(../img/sustainability/introduction-bg-1.jpg) center/cover no-repeat;
  z-index: 2;
}
#message .sec-box::before, #message .sec-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#message .sec-box::before {
  background: url(../img/common/bg-box.png) center/100px repeat;
  opacity: 0.6;
  z-index: -2;
}
#message .sec-box::after {
  background: linear-gradient(217.22deg, rgba(2, 141, 205, 0.8) 19.3%, rgba(56, 152, 49, 0.8) 66.92%);
  z-index: -1;
}
#message .sec-box .image {
  width: 100%;
  max-width: 601px;
  aspect-ratio: 601/802;
}
#message .sec-box .right {
  width: 100%;
  max-width: 840px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#message .sec-box .title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 1.5;
}
#message .sec-box .title > span {
  padding-left: 13px;
  margin-bottom: 4px;
}
#message .sec-box .sign {
  margin-top: 1em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 32px;
}
@media print, screen and (max-width: 1024px) {
  #message {
    margin: 110px auto;
  }
  #message .sec-box {
    gap: 10px 20px;
    padding: 60px 20px;
  }
  #message .sec-box .right {
    font-size: 16px;
  }
  #message .sec-box .title {
    font-size: 3.9rem;
  }
  #message .sec-box .sign {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 768px) {
  #message {
    margin: 80px auto;
  }
  #message .sec-title {
    margin-bottom: 50px;
  }
  #message .sec-box {
    flex-direction: column;
    gap: 10px 0;
    padding: 30px 1.5rem;
  }
  #message .sec-box::after {
    background: linear-gradient(257deg, rgba(2, 141, 205, 0.8) 19.3%, rgba(56, 152, 49, 0.8) 66.92%);
  }
  #message .sec-box .image {
    aspect-ratio: 322/350;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  #message .sec-box .image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  #message .sec-box .right {
    font-size: 16px;
  }
  #message .sec-box .title {
    font-size: 3rem;
    line-height: 1.6;
  }
  #message .sec-box .sign {
    margin-top: 40px;
    font-size: 2.6rem;
  }
  #message .sec-box .box:not(.-more) .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    background: linear-gradient(to top, transparent 0%, #fff 2em) bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #message .sec-box .box:not(.-more) .sign {
    display: none;
  }
  #message .sec-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 1px 1px 10px 3px rgba(1, 141, 210, 0.2);
    border-radius: 100px;
    z-index: 2;
  }
  #message .sec-btn::before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: url(../img/common/bg-box.jpg) left top/489px 366px repeat;
    filter: none;
    z-index: -1;
  }
}

#policy, #vision {
  display: flex;
  align-items: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  color: #fff;
  font-size: 20px;
  font-size: clamp(16px, 1.56vw, 20px);
  font-weight: bold;
  line-height: 2;
}
#policy .sec-inner, #vision .sec-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 7.3rem;
  width: 100%;
  padding: 200px 0 240px;
}
#policy .sec-inner::before, #vision .sec-inner::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 100%;
  height: 172px;
  background: url(../img/company/policy-text.png) right/contain no-repeat;
}
#policy .sec-title, #vision .sec-title {
  position: relative;
  flex-shrink: 0;
  max-width: 580px;
  width: 33.72%;
  padding-left: 14rem;
  aspect-ratio: 580/495;
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#policy .sec-title::before, #vision .sec-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/strengths-btn.svg) center/contain no-repeat;
}
#policy .sec-title .train, #vision .sec-title .train {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  transform-origin: 0 0;
}
#policy .sec-title .train > div, #vision .sec-title .train > div {
  animation: train-animation 8000ms linear infinite;
  animation-delay: calc(var(--i) * 100ms);
  animation-direction: reverse;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  visibility: hidden;
  offset-rotate: auto -180deg;
}
#policy .sec-right .title, #vision .sec-right .title {
  margin-bottom: 6.4rem;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.6;
}
#policy .sec-right .title span, #vision .sec-right .title span {
  transition-delay: 0s;
}
@media print, screen and (max-width: 1024px) {
  #policy, #vision {
    font-size: 18px;
  }
  #policy .sec-inner, #vision .sec-inner {
    flex-direction: column;
    gap: 20px 3rem;
    padding: 159px 0 190px;
  }
  #policy .sec-inner::before, #vision .sec-inner::before {
    bottom: 60px;
    height: 110px;
  }
  #policy .sec-title, #vision .sec-title {
    width: 40%;
    padding-left: 0;
    font-size: 3.9rem;
    display: flex;
    justify-content: center;
  }
  #policy .sec-title .train, #vision .sec-title .train {
    font-size: 18px;
  }
  #policy .sec-right .title, #vision .sec-right .title {
    margin-bottom: 45px;
    font-size: 3.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  #policy, #vision {
    width: calc(100% - 4.8rem);
    transform: translateX(2.4rem);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  #policy .sec-inner, #vision .sec-inner {
    flex-direction: column;
    padding: 50px 0 94px;
  }
  #policy .sec-inner::before, #vision .sec-inner::before {
    bottom: 42px;
    height: 60px;
  }
  #policy .sec-title, #vision .sec-title {
    align-self: flex-start;
    max-width: 260px;
    width: 100%;
    font-size: 3rem;
  }
  #policy .sec-title .train, #vision .sec-title .train {
    font-size: 13px;
  }
  #policy .sec-right .title, #vision .sec-right .title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

#policy {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
}

#vision {
  margin-top: -24px;
  background: linear-gradient(-90deg, #008DD4 25.16%, #3A982A 158.65%);
}
#vision .sec-inner::before {
  background-image: url(../img/company/vision-text.png);
}
@media only screen and (max-width: 768px) {
  #vision {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  #vision .sec-inner {
    padding-bottom: 70px;
  }
  #vision .sec-inner::before {
    bottom: 18px;
  }
}

#policy-list {
  position: relative;
  margin-top: -24px;
  background: #F8F8F8;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  z-index: 2;
}
#policy-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-box.png) left top/489px 366px repeat;
  opacity: 0.2;
  z-index: -1;
}
#policy-list .sec-inner {
  display: flex;
  justify-content: center;
  gap: 0 6.4rem;
  padding: 130px 0;
}
#policy-list .sec-box {
  max-width: 572px;
}
#policy-list .sec-title {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
}
#policy-list .sec-title span {
  transition-delay: 0s;
}
#policy-list .sec-list {
  counter-reset: li;
}
#policy-list .sec-list .item {
  position: relative;
  padding-left: 52px;
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
#policy-list .sec-list .item + .item {
  margin-top: 16px;
}
#policy-list .sec-list .item::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
#policy-list .sec-list .title {
  position: relative;
  top: -0.3em;
  margin-bottom: -0.3em;
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 1024px) {
  #policy-list .sec-inner {
    padding: 80px 0;
  }
  #policy-list .sec-title {
    margin-bottom: 35px;
    font-size: 39px;
  }
  #policy-list .sec-list .item {
    padding-left: 40px;
    font-size: 16px;
  }
  #policy-list .sec-list .item::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #policy-list .sec-list .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #policy-list {
    margin-top: 80px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #policy-list .sec-inner {
    flex-direction: column;
    gap: 64px 0;
    padding: 30px 0;
  }
  #policy-list .sec-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  #policy-list .sec-list .title {
    font-size: 20px;
  }
}

#logomark {
  position: relative;
  margin-top: 40px;
  padding-top: 130px;
  padding-bottom: 130px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
}
#logomark::before, #logomark::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: inherit;
}
#logomark::before {
  background: url(../img/common/bg-box.png) left top/489px 366px repeat;
  opacity: 0.2;
  z-index: -1;
}
#logomark::after {
  background: #F8F8F8;
  z-index: -2;
}
#logomark .sec-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6.4rem;
  padding: 66px 13.7rem;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 24px;
  z-index: 2;
  max-width: 1520px;
  margin: 0 auto;
}
#logomark .sec-inner::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}
#logomark .sec-img {
  width: 100%;
  max-width: 270px;
}
#logomark .sec-right {
  width: 100%;
  max-width: 910px;
}
#logomark .sec-title {
  width: 100%;
  max-width: 752px;
  margin-bottom: 32px;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.58;
}
#logomark .sec-title span {
  transition-delay: 0s;
}
#logomark .sec-text {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  font-size: 20px;
  font-weight: bold;
}
#logomark .sec-text + .sec-text {
  margin-top: 32px;
}
#logomark .sec-text > span {
  display: inline-block;
}
#logomark .sec-text .u-line {
  display: inline-block;
  padding: 4px 0;
}
#logomark .sec-text .u-line.-blue::before, #logomark .sec-text .u-line.-blue::after {
  background-image: linear-gradient(0deg, #008DD4 0%, #008DD4 100%) !important;
}
#logomark .sec-text .u-line.-green::before, #logomark .sec-text .u-line.-green::after {
  background-image: linear-gradient(0deg, #3A982A 0%, #3A982A 100%) !important;
}
#logomark .sec-text .u-line.-red::before, #logomark .sec-text .u-line.-red::after {
  background-image: linear-gradient(0deg, #E81E10 0%, #E81E10 100%) !important;
}
@media print, screen and (max-width: 1024px) {
  #logomark {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #logomark .sec-inner {
    gap: 0 3.2rem;
    padding: 40px 20px;
  }
  #logomark .sec-img {
    max-width: 200px;
  }
  #logomark .sec-title {
    font-size: 26px;
  }
  #logomark .sec-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #logomark {
    margin-top: 80px;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  #logomark::before, #logomark::after {
    display: none;
  }
  #logomark .sec-inner {
    flex-direction: column;
    gap: 10px 0;
    padding: 30px 1rem;
  }
  #logomark .sec-img {
    max-width: 227px;
  }
  #logomark .sec-title {
    font-size: 20px;
  }
  #logomark .sec-text {
    font-size: 1.6rem;
  }
  #logomark .sec-text span {
    max-width: 100%;
    overflow: hidden;
  }
  #logomark .sec-text .u-line {
    padding: 3px 1px;
    white-space: nowrap;
  }
}

#overview {
  margin-top: 140px;
}
#overview .sec-bg {
  width: 100%;
  height: 218px;
  display: flex;
  overflow: hidden;
}
#overview .sec-bg img {
  flex: 0 0 auto;
  height: 100%;
  overflow: hidden;
  margin-left: 5.6rem;
}
#overview .sec-bg img:first-child {
  animation: loop 50s -25s linear infinite;
}
#overview .sec-bg img:last-child {
  animation: loop2 50s linear infinite;
}
#overview .sec-img {
  margin: -10px 0 -125px;
  aspect-ratio: 1920/736;
}
#overview .sec-inner {
  padding: 112px 2.4rem;
}
#overview .sec-title {
  margin-bottom: 32px;
}
#overview .sec-box .item {
  display: grid;
  grid-template-columns: 197px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  #overview {
    margin-top: 110px;
  }
  #overview .sec-bg {
    height: 130px;
  }
  #overview .sec-img {
    margin: -5px 0 -50px;
  }
  #overview .sec-inner {
    padding: 60px 24px;
  }
  #overview .sec-box .item {
    gap: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #overview {
    margin-top: 90px;
  }
  #overview .sec-bg {
    height: 47px;
  }
  #overview .sec-img {
    margin: 0 0 80px;
    aspect-ratio: 400/198;
  }
  #overview .sec-img img {
    -o-object-position: 15% center;
       object-position: 15% center;
  }
  #overview .sec-inner {
    padding: 0;
    background: none;
  }
  #overview .sec-inner::before, #overview .sec-inner::after {
    display: none;
  }
  #overview .sec-title {
    margin-bottom: 30px;
  }
  #overview .sec-box .item {
    grid-template-columns: 1fr;
  }
}

#history {
  margin-top: 40px;
}
#history .sec-inner {
  padding: 112px 2.4rem;
}
#history .sec-title {
  margin-bottom: 32px;
}
#history .sec-box {
  display: flex;
  gap: 0 26px;
}
#history .sec-box .list {
  width: 100%;
}
#history .sec-box .item {
  display: grid;
  grid-template-columns: 197px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#history .sec-box .images {
  width: 36rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#history .sec-box .images img {
  display: block;
  width: 100%;
  margin-top: 60px;
}
#history .sec-box .images img + img {
  margin-top: 40px;
}
#history .sec-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 692px;
  height: 215px;
  margin: 40px auto 0;
  padding: 0 4rem;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#history .sec-btn:hover::before {
  opacity: 1;
}
#history .sec-btn:hover .inner {
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
}
#history .sec-btn:hover .txt {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#history .sec-btn:hover .arw::before {
  background-image: url(../img/common/icon-arrow-white.svg);
}
#history .sec-btn:hover .arw::after {
  opacity: 1;
}
#history .sec-btn::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
#history .sec-btn .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 6px;
  border-bottom: 1px solid #fff;
}
#history .sec-btn .arw {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 40px;
  background: url(../img/common/icon-ellipse-white.svg) center/contain no-repeat;
}
#history .sec-btn .arw::before, #history .sec-btn .arw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#history .sec-btn .arw::before {
  background: url(../img/common/icon-arrow-grad.svg) center/11px no-repeat;
  z-index: 2;
}
#history .sec-btn .arw::after {
  background: url(../img/common/icon-ellipse-gradient.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 1024px) {
  #history {
    margin-top: 60px;
  }
  #history .sec-inner {
    padding: 60px 24px;
  }
  #history .sec-box .item {
    gap: 15px;
    font-size: 16px;
  }
  #history .sec-box .images {
    width: 20rem;
  }
  #history .sec-btn {
    max-width: 500px;
    height: 150px;
    margin: 60px auto 0;
    padding: 0 16px 0 20px;
    border-radius: 18px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  #history {
    margin-top: 80px;
  }
  #history .sec-inner {
    padding: 0;
    background: none;
  }
  #history .sec-inner::before, #history .sec-inner::after {
    display: none;
  }
  #history .sec-title {
    margin-bottom: 30px;
  }
  #history .sec-box {
    flex-direction: column;
    gap: 0;
  }
  #history .sec-box .item {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 0;
    font-size: 16px;
  }
  #history .sec-box .images {
    display: none;
  }
  #history .sec-btn {
    max-width: 400px;
    height: 109px;
    margin: 80px auto 0;
    padding: 0 16px 0 20px;
    border-radius: 12px;
    font-size: 2rem;
  }
  #history .sec-btn .inner {
    justify-content: space-between;
  }
  #history .sec-btn .arw {
    width: 57px;
    height: 45px;
  }
}

#access {
  position: relative;
  margin-top: 40px;
  padding-top: 112px;
  padding-bottom: 130px;
  z-index: 2;
  background: #F8F8F8;
}
#access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-box.png) left top/489px 366px repeat;
  opacity: 0.2;
  z-index: -1;
}
#access .sec-inner {
  position: relative;
  display: grid;
  grid-template-columns: 490fr 583fr;
  width: 100%;
  max-width: 1073px;
  height: 540px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
}
#access .sec-inner::before {
  content: "";
  position: absolute;
  left: 2.7rem;
  bottom: 8px;
  width: 100%;
  height: 136px;
  background: url(../img/company/access-text.svg) left/contain no-repeat;
}
#access .sec-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#access .sec-left {
  padding: 73px 4.9rem;
}
#access .sec-title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 30px;
  font-size: 40px;
  font-weight: 900;
}
#access .sec-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 100%;
  background: url(../img/common/icon-ellipse.svg) center/contain no-repeat;
}
#access .sec-text + .sec-text {
  margin-top: 10px;
}
@media print, screen and (max-width: 1024px) {
  #access {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #access .sec-inner::before {
    height: 100px;
  }
  #access .sec-left {
    padding: 30px 24px;
  }
  #access .sec-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #access {
    margin-top: 80px;
    padding: 0;
  }
  #access::before {
    display: none;
  }
  #access .sec-inner {
    grid-template-columns: 1fr;
    height: auto;
    padding: 30px 24px 120px;
    gap: 30px 0;
  }
  #access .sec-inner::before {
    left: auto;
    right: -5px;
    bottom: 0;
    height: 95px;
    background: url(../img/company/access-text.svg) right/contain no-repeat;
  }
  #access .sec-inner iframe {
    height: 300px;
  }
  #access .sec-left {
    padding: 0;
  }
  #access .sec-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #access .sec-text + .sec-text {
    margin-top: 30px;
  }
}/*# sourceMappingURL=company.css.map */