@charset "UTF-8";
/* ============================================================
  Break Point
============================================================ */
/* ============================================================
  Font Size
============================================================ */
/* ============================================================
  Font Weight
============================================================ */
/* ============================================================
  Break Point
============================================================ */
/* ============================================================
  Font Size
============================================================ */
/* ============================================================
  Font Weight
============================================================ */
.card {
  font-size: 1.6rem;
}
.card a:not(.btn-primary) {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.card a:not(.btn-primary):hover {
  color: #004831;
}
.card .card-image {
  border-radius: 8px;
}
.card .card-title {
  font-size: 2rem;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .card .card-title {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
.card p {
  margin-top: 15px;
}
.card .btn-button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .card .btn-button {
    margin-top: 20px;
  }
}

dl:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  dl:not(:last-child) {
    margin-bottom: 30px;
  }
}
dl dt {
  float: left;
  min-width: 55px;
  line-height: 24px;
  font-weight: 600;
  font-size: 1.8rem;
}
dl dd {
  font-size: 1.6rem;
}
dl dd span {
  display: block;
  margin-top: 20px;
}

.btn-button {
  margin-top: 48px;
  display: block;
  position: relative;
  z-index: 9;
}
.btn-button .btn-button-effects {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 1025px) {
  .btn-button .btn-button-effects:hover .button_text {
    color: #fff;
  }
  .btn-button .btn-button-effects:hover .button_text.icon-right::before {
    background: url("/sustainability/social_value/assets/img/icon-arrow-right-hover.png") no-repeat;
    background-size: 17px;
  }
  .btn-button .btn-button-effects:hover .button_text.icon-left::before {
    background: url("/sustainability/social_value/assets/img/icon-arrow-left-hover.png") no-repeat;
    background-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .btn-button {
    margin-top: 20px;
    text-align: center;
  }
}
.btn-button .button-circle {
  background: #004831;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}
.btn-button .button_text {
  position: relative;
  z-index: 10000;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-button .button_text::before {
  content: "";
  position: absolute;
  background-size: 17px;
  width: 17px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-button .button_text.b_t-idt20 {
  text-indent: -20px;
}
.btn-button .button_text.icon-right::before {
  right: 10px;
  background: url("/sustainability/social_value/assets/img/icon-arrow-right.png") no-repeat;
  background-size: 17px;
}
.btn-button .button_text.icon-right.i-r-idt5::before {
  right: 5px;
}
.btn-button .button_text.icon-left::before {
  background: url("/sustainability/social_value/assets/img/icon-arrow-left.png") no-repeat;
  left: 10px;
  background-size: 17px;
}
.btn-button .explode-circle {
  -webkit-animation: explode 0.5s forwards;
          animation: explode 0.5s forwards;
}
@media screen and (max-width: 1024px) {
  .btn-button .explode-circle {
    display: none;
  }
}
.btn-button .desplode-circle {
  -webkit-animation: desplode 0.5s forwards;
          animation: desplode 0.5s forwards;
}
@media screen and (max-width: 1024px) {
  .btn-button .desplode-circle {
    display: none;
  }
}

.btn {
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff;
  border: 3px solid;
  width: 320px;
  display: inline-block;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50px;
  color: #141d1d;
  -webkit-transition: 400ms;
  transition: 400ms;
  text-decoration: none;
  z-index: 9;
}
@media screen and (max-width: 450px) {
  .btn {
    width: 100%;
  }
}
.btn-primary {
  color: #004831;
  border-color: #004831;
}

.title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #004831;
  line-height: 1.4;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2rem;
  }
}
.title.bg::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  left: -44px;
  top: -36px;
  background: url("/sustainability/social_value/assets/img/icon-circle-bg.png") no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .title.bg::before {
    left: -16px;
    width: 60px;
    height: 60px;
    background-size: 60px;
    top: -24px;
  }
}
@media screen and (max-width: 767px) {
  .title.bg::before {
    width: 40px;
    height: 40px;
    background-size: 40px;
    top: -16px;
    left: -12px;
  }
}
.title.line {
  border-bottom: 2px solid #004831;
  padding-bottom: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .title.line {
    margin-bottom: 40px;
  }
}

.heading {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 600;
  color: #004831;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 2.4rem;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex-wrap .flex-item {
  width: 50%;
}

.block-accordion {
  border: 1px solid #004831;
}
.block-accordion .accordion-item:not(:first-child) .accordion {
  border-top: 1px solid #004831;
}
.block-accordion .accordion-item:nth-child(even) {
  background: #F7FAEB;
}
.block-accordion .accordion-content {
  padding: 0 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .block-accordion .accordion-content {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
.block-accordion .accordion-content .accordion-article {
  border-top: 1px solid #B3C8C1;
  padding-top: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .block-accordion .accordion-content .accordion-article {
    padding-top: 12px;
    padding-bottom: 16px;
    font-size: 1.4rem;
  }
}
.block-accordion .accordion {
  display: block;
  font-size: 2rem;
  color: #004831;
  padding-right: 50px;
  cursor: pointer;
  padding: 24px 50px;
}
@media screen and (max-width: 767px) {
  .block-accordion .accordion {
    padding: 20px;
    font-size: 1.6rem;
  }
}
.block-accordion .cate {
  position: relative;
  padding-right: 60px;
  color: #004831;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-accordion .cate:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .block-accordion .cate {
    padding-right: 40px;
  }
  .block-accordion .cate:hover {
    opacity: 1;
  }
}
.block-accordion .cate .icon-acc {
  position: absolute;
  right: 0;
  top: -5px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #004831;
}
@media screen and (max-width: 767px) {
  .block-accordion .cate .icon-acc {
    width: 28px;
    height: 28px;
    top: -2px;
  }
}
.block-accordion .cate .icon-acc::before, .block-accordion .cate .icon-acc::after {
  content: "";
  position: absolute;
  background-color: #004831;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-accordion .cate .icon-acc::before {
  width: 12px;
  height: 1px;
}
.block-accordion .cate .icon-acc::after {
  width: 1px;
  height: 12px;
}
.block-accordion .cate .icon-acc.expand::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

#sustainability {
  color: #141d1d;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
#sustainability .container {
  padding: 0 25px;
  max-width: 1250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ============================================================
    common
============================================================ */
section:not(.banner-title, .page_top) {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  section:not(.banner-title, .page_top) {
    padding-bottom: 60px;
  }
}

.cate {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #80a398;
  padding-left: 22px;
  line-height: 24px;
  background: url("/sustainability/social_value/assets/img/icon-circle.png") no-repeat left 6px;
}

.desc {
  display: inline-block;
}

.external-link span {
  background: url("/sustainability/social_value/assets/img/icon-blank.png") no-repeat right center;
  padding-right: 30px;
  background-size: 24px;
}

.pdf span {
  background: url("/sustainability/social_value/assets/img/icon-pdf.png") no-repeat right center;
  padding-right: 48px;
  background-size: 40px;
}

.color-pink {
  color: #e1457e;
}

.color-orange {
  color: #ff5f04;
}

.color-blue {
  color: #0082dc;
}

sub {
  font-size: 1rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.note {
  display: block;
}

[data-target] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.5s;
  opacity: 0;
  will-change: transform, opacity;
}

[data-target][data-blur].active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

[data-target][data-blur] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

[data-target].active {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  top: auto;
  bottom: 20px;
  -webkit-transform: unset;
          transform: unset;
  right: 40px;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .back-to-top {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #004831;
}
.back-to-top a img {
  margin-bottom: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.back-to-top a img + img {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .back-to-top a img {
    width: 40px;
    height: 40px;
  }
}
.back-to-top a:hover img + img {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

footer {
  overflow: hidden;
}

@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
  100% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
  100% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
}
@-webkit-keyframes desplode {
  0% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
}
@keyframes desplode {
  0% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes reveal-left {
  from {
    clip-path: circle(100% at -100% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes reveal-left {
  from {
    clip-path: circle(100% at -100% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
html {
  scroll-behavior: unset;
}

/* ============================================================
    Block Title
============================================================ */
.block-title .heading {
  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;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .block-title .heading {
    margin-bottom: 20px;
  }
}

/* ============================================================
    Banner Title
============================================================ */
.banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  background: url("/sustainability/social_value/assets/img/banner.png") no-repeat left top;
  background-size: cover;
  min-height: 330px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1501px) {
  .banner-title {
    background-position-y: center;
  }
}
@media screen and (max-width: 1024px) {
  .banner-title {
    min-height: 250px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-title {
    min-height: 210px;
  }
}

/* ============================================================
    Support
============================================================ */
@media screen and (max-width: 1500px) {
  .support .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .support .heading {
    font-size: 2rem;
  }
}
.support .flex-wrap {
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .support .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .support .flex-wrap .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 710px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .support .flex-wrap .flex-item {
    width: 100%;
    padding: 0 25px;
  }
}
.support .flex-wrap .flex-item:first-child {
  padding: 0;
}
.support .flex-wrap .flex-item:first-child img {
  width: 100%;
}
.support .flex-wrap .flex-item .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.support .flex-wrap .flex-item .wrapper-image img {
  position: absolute;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.support .flex-wrap .flex-item .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 56.6666666667%;
}
.support .flex-wrap .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1024px) {
  .support .flex-wrap .date {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .support .flex-wrap .date {
    margin-top: 10px;
  }
}
.support .flex-wrap .date time {
  color: #004831;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .support .flex-wrap .date time {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .support .flex-wrap .date figcaption {
    font-size: 1.2rem;
  }
}
.support .flex-wrap ul {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .support .flex-wrap ul {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.support .flex-wrap .icon-support {
  display: block;
  margin-left: auto;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .support .flex-wrap .icon-support {
    width: 40px;
    height: 40px;
  }
}

/* ============================================================
    Sustana
============================================================ */
.block-sustana {
  padding: 80px 150px;
  background: #ecf4f0;
}
.block-sustana .flex-wrap {
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .block-sustana .flex-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 850px) {
  .block-sustana .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .block-sustana .flex-wrap {
    gap: 20px;
  }
}
.block-sustana .flex-wrap .flex-item {
  width: 100%;
}
.block-sustana .flex-wrap .flex-item figure {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .block-sustana .flex-wrap .flex-item figure {
    padding: 24px;
  }
}
@media screen and (min-width: 851px) {
  .block-sustana .flex-wrap .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.block-sustana .flex-wrap .flex-item img {
  width: 100%;
}
@media screen and (min-width: 851px) {
  .block-sustana .flex-wrap .flex-item:first-child {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .block-sustana {
    padding: 30px 24px;
  }
}
.block-sustana .title {
  margin-bottom: 30px;
  color: #141d1d;
}
@media screen and (max-width: 767px) {
  .block-sustana .title {
    margin-bottom: 20px;
  }
}

/* ============================================================
    Profile
============================================================ */
.block-profile {
  padding: 100px 150px;
  background: #f7faeb;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .block-profile {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .block-profile {
    padding: 40px 25px;
    font-size: 1.4rem;
    margin: 0 -25px;
  }
}
.block-profile .info-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b3c8c1;
}
@media screen and (max-width: 767px) {
  .block-profile .info-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.block-profile ul {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .block-profile ul {
    font-size: 1.6rem;
  }
}
.block-profile .sub-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #141d1d;
}
@media screen and (max-width: 767px) {
  .block-profile .sub-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

/* ============================================================
    Related
============================================================ */
.block-related {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.block-related:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .block-related:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .block-related {
    font-size: 1.4rem;
  }
}
.block-related ul li {
  display: block;
  color: #141d1d;
}
.block-related ul li:not(:last-child) {
  margin-bottom: 20px;
}
.block-related ul li a {
  display: block;
  border: 1px solid #d5dedb;
  color: #141d1d;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 16px 50px;
}
@media screen and (max-width: 767px) {
  .block-related ul li a {
    padding: 16px 24px;
  }
}
.block-related ul li a:hover {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .block-related .title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

/* ============================================================
    Description
============================================================ */
.description {
  overflow: hidden;
}
.description .text {
  max-width: 1040px;
  padding: 50px 70px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .description .text {
    padding: 24px 32px;
  }
}
.description .text::before, .description .text::after {
  content: "";
  position: absolute;
  background: url("../img/interview/icon-desc.png") no-repeat;
  width: 70px;
  height: 70px;
}
.description .text:before {
  left: 0;
  top: 0;
}
.description .text::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.employees p:not(:last-child) {
  margin-bottom: 20px;
}

/* ============================================================
    Top
============================================================ */
.block-carousel {
  position: relative;
  background: #feffef;
}
.block-carousel .carousel-item {
  width: 100%;
  height: 100%;
}
.block-carousel .carousel-item .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.block-carousel .carousel-item .wrapper-image img {
  position: absolute;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-carousel .carousel-item .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 41.1979166667%;
}
.block-carousel .carousel-item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
}
.block-carousel .carousel-item.employee {
  z-index: 2;
  background: url("/sustainability/social_value/assets/img/top/employee.png") no-repeat;
}
@media screen and (max-width: 650px) {
  .block-carousel .carousel-item.employee {
    background: url("/sustainability/social_value/assets/img/top/employee-sp.png") no-repeat;
  }
}
.block-carousel .carousel-item.social {
  z-index: 1;
  background: url("/sustainability/social_value/assets/img/top/social.png") no-repeat;
}
@media screen and (max-width: 650px) {
  .block-carousel .carousel-item.social {
    background: url("/sustainability/social_value/assets/img/top/social-sp.png") no-repeat;
  }
}
@media screen and (min-width: 651px) {
  .block-carousel .carousel-item.logo {
    z-index: 3;
  }
}
@media screen and (max-width: 650px) {
  .block-carousel .carousel-item .wrapper-image::after {
    padding-bottom: 160%;
  }
}

.menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.2) 3px 4px 4px;
  border-radius: 8px;
  background: #fff;
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0;
}
@media screen and (max-width: 767px) {
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.menu ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .menu ul li {
    width: 100%;
  }
}
.menu ul li a {
  padding: 0 20px;
  font-size: 1.8rem;
  color: #004831;
  font-weight: 600;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .menu ul li a {
    font-size: 1.4rem;
    padding: 19px 16px 18px;
    text-align: left;
    position: relative;
  }
  .menu ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    background: url("/sustainability/social_value/assets/img/icon-arrow-down.png") no-repeat center;
    width: 12px;
    height: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: 12px;
  }
}
.menu ul li a span {
  position: relative;
}
.menu ul li:not(:last-child) {
  border-right: 1px solid #004831;
}
@media screen and (max-width: 767px) {
  .menu ul li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #004831;
  }
}

.about {
  position: relative;
  padding-bottom: 0 !important;
}
.about .block-about {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .about .block-about {
    margin-left: 40px;
  }
}
.about ul {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .about ul {
    margin-top: 20px;
  }
}
.about ul li {
  font-size: 1.6rem;
}
.about ul li:not(:last-child) {
  margin-bottom: 20px;
}
.about ul li.break-2 {
  margin-bottom: 40px;
}
.about .text-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}
@media screen and (max-width: 1100px) {
  .about .text-background img {
    width: 50px;
  }
}
.about .bg-about {
  background: url("/sustainability/social_value/assets/img/top/about-bg.jpg") no-repeat left center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13vw 10vw 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .about .bg-about {
    background-position-y: top;
    padding: 140px 60px 80px;
  }
}
@media screen and (max-width: 650px) {
  .about .bg-about {
    gap: 16px;
    padding: 60px 0 80px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about .bg-about .about-item {
  width: calc(50% - 100px);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .about .bg-about .about-item {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 650px) {
  .about .bg-about .about-item {
    width: 100%;
    padding: 0 25px;
  }
}
.about .bg-about .about-item.line {
  position: absolute;
  top: 11.5%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .about .bg-about .about-item.line {
    top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .about .bg-about .about-item.line {
    top: 13%;
  }
}
@media screen and (max-width: 900px) {
  .about .bg-about .about-item.line {
    top: 15%;
  }
}
@media screen and (max-width: 650px) {
  .about .bg-about .about-item.line {
    display: none;
  }
}
.about .bg-about .about-item.line.animated {
  opacity: 1;
  z-index: 1;
  clip-path: circle(100% at -100% 50%);
  -webkit-animation: reveal-left 2s 2s forwards;
          animation: reveal-left 2s 2s forwards;
}
.about .bg-about .about-item.button {
  width: 100%;
  margin-top: -13vw;
}
@media screen and (max-width: 650px) {
  .about .bg-about .about-item.button {
    margin-top: 0;
  }
}
.about .bg-about .about-item.button .wrapper-image {
  width: calc(50% - 100px);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about .bg-about .about-item.button .wrapper-image {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 650px) {
  .about .bg-about .about-item.button .wrapper-image {
    width: 100%;
  }
}
@media screen and (min-width: 651px) {
  .about .bg-about .about-item.button .wrapper-image img {
    width: 18.7vw;
  }
}
.about .bg-about .about-item.left-circle {
  margin-top: -13vw;
}
@media screen and (max-width: 650px) {
  .about .bg-about .about-item.left-circle {
    margin-top: 0;
  }
}
.about .bg-about .about-item.arrow {
  max-width: 120px;
  max-height: 70px;
  width: 10vw;
}
@media screen and (max-width: 650px) {
  .about .bg-about .about-item.arrow {
    width: 100%;
    max-height: 100%;
  }
}
.about .bg-about .about-item.right-circle {
  position: relative;
}
@media screen and (min-width: 651px) {
  .about .bg-about .about-item.right-circle {
    margin-top: 8vw;
  }
}
.about .bg-about .btn-button {
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .about .bg-about .btn-button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .about .bg-about .btn-button {
    margin-top: 24px;
    width: 100%;
    padding: 0 25px;
  }
}

.csuo-message {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 105, 77, 0.8)), to(rgba(25, 105, 77, 0.8))), url("/sustainability/social_value/assets/img/top/csuo_message.jpg") no-repeat center;
  background: linear-gradient(rgba(25, 105, 77, 0.8), rgba(25, 105, 77, 0.8)), url("/sustainability/social_value/assets/img/top/csuo_message.jpg") no-repeat center;
  background-size: cover;
  padding: 115px 25px 135px;
}
@media screen and (max-width: 767px) {
  .csuo-message {
    padding: 60px 25px;
  }
}
.csuo-message .flex-wrap {
  max-width: 900px;
  margin: 0 auto;
  gap: 85px;
}
@media screen and (max-width: 1200px) {
  .csuo-message .flex-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.csuo-message .flex-wrap .flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(50% - 42.5px);
}
@media screen and (max-width: 1200px) {
  .csuo-message .flex-wrap .flex-item {
    width: calc(50% - 20px);
  }
}
.csuo-message .flex-wrap .flex-item img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap .flex-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .csuo-message .flex-wrap .flex-item .btn-button {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .csuo-message .flex-wrap .flex-item .btn-button-effects {
    max-width: 100%;
  }
  .csuo-message .flex-wrap .flex-item .btn-button-effects .btn {
    width: 100%;
  }
}
.csuo-message .flex-wrap .flex-item:first-child {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap .flex-item:first-child {
    width: 100%;
  }
}
.csuo-message .flex-wrap .flex-item .heading {
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap .flex-item .heading {
    margin-bottom: 20px;
  }
}
.csuo-message .flex-wrap .flex-item p {
  margin-top: 32px;
  color: #fff;
  text-align: left;
}
.csuo-message .flex-wrap .flex-item p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap .flex-item p {
    margin-top: 20px;
  }
}
.csuo-message .flex-wrap .flex-item p.author {
  font-size: 2.4rem;
  margin-top: 6px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap .flex-item p.author {
    font-size: 2.2rem;
  }
}
.csuo-message .flex-wrap .flex-item .list-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 16px;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap .flex-item .list-circle {
    margin-bottom: 30px;
  }
}
.csuo-message .flex-wrap .flex-item .list-circle li {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .csuo-message .flex-wrap .flex-item .list-circle li {
    width: 28px;
    height: 28px;
  }
}

.action .desc {
  font-size: 1.6rem;
  text-align: left;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-left: 120px;
}
@media screen and (max-width: 1200px) {
  .tab {
    margin-left: 25px;
  }
}
@media screen and (max-width: 900px) {
  .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding: 0 25px;
    margin-top: 30px;
  }
}
.tab_sidebar {
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  .tab_sidebar {
    margin-right: 40px;
  }
}
@media screen and (min-width: 901px) {
  .tab_sidebar {
    width: 230px;
    position: sticky;
    top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .tab_sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.tab_sidebar .tab-item {
  opacity: 0.2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item {
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 1;
  }
  .tab_sidebar .tab-item .environment {
    background: #f8fbef;
    border-color: #333;
  }
  .tab_sidebar .tab-item .dei {
    background: #fffcf2;
    border-color: #333;
  }
  .tab_sidebar .tab-item .inequality {
    background: #fef7e6;
    border-color: #333;
  }
  .tab_sidebar .tab-item .population {
    background: #fdf6f9;
    border-color: #333;
  }
  .tab_sidebar .tab-item .regrowth {
    background: #f2fbfb;
    border-color: #333;
  }
}
@media screen and (max-width: 600px) {
  .tab_sidebar .tab-item {
    width: 50%;
  }
}
.tab_sidebar .tab-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  border-bottom: 2px solid #56635f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item a {
    padding: 16px;
    width: calc(100% + 1px);
    margin-left: -1px;
    margin-top: -1px;
    font-size: 1.4rem;
    border: 1px solid #333;
    position: relative;
  }
}
.tab_sidebar .tab-item a img {
  width: 50px;
  height: 50px;
  margin-right: 18px;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item a img {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
}
.tab_sidebar .tab-item.active .environment {
  border-color: #a0c81e;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item.active .environment {
    background: #f8fbef;
    border-color: #333;
  }
}
.tab_sidebar .tab-item.active .dei {
  border-color: #ffc300;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item.active .dei {
    background: #fffcf2;
    border-color: #333;
  }
}
.tab_sidebar .tab-item.active .inequality {
  border-color: #ee7800;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item.active .inequality {
    background: #fef7e6;
    border-color: #333;
  }
}
.tab_sidebar .tab-item.active .population {
  border-color: #e1457e;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item.active .population {
    background: #fdf6f9;
    border-color: #333;
  }
}
.tab_sidebar .tab-item.active .regrowth {
  border-color: #00b2b3;
}
@media screen and (max-width: 900px) {
  .tab_sidebar .tab-item.active .regrowth {
    background: #f2fbfb;
    border-color: #333;
  }
}
.tab_sidebar .tab-item.active {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tab_pannel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab_pannel .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 120px 60px 70px;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .tab_pannel .content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tab_pannel .content {
    padding: 30px 24px;
    margin-bottom: 30px;
  }
}
.tab_pannel .content .content--left {
  margin-right: 36px;
  text-align: center;
  width: 108px;
}
.tab_pannel .content .content--left h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 12px;
  float: left;
  width: calc(100% - 72px);
}
@media screen and (max-width: 1300px) {
  .tab_pannel .content .content--left {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .content--left {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
}
.tab_pannel .content .content--left img {
  margin-bottom: 8px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .content--left img {
    float: left;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.tab_pannel .content .content--left p {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .content--left p {
    float: left;
    width: calc(100% - 72px);
    text-align: left;
    margin-left: 12px;
  }
}
.tab_pannel .content .content--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .tab_pannel .content .content--right {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .content--right {
    width: 100%;
  }
}
.tab_pannel .content .content--right h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.tab_pannel .content .content--right .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .content--right .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .tab_pannel .content .content--right .detail .list {
    margin-top: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
  }
}
.tab_pannel .content .content--right .detail > p {
  padding-right: 25px;
  border-right: 1px solid #004831;
  margin-right: 25px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .content--right .detail > p {
    border-right: 0;
    margin-right: 0;
    padding-right: 14px;
    position: relative;
    width: 100%;
  }
  .tab_pannel .content .content--right .detail > p::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #333;
  }
  .tab_pannel .content .content--right .detail > p span {
    position: relative;
    padding-right: 16px;
  }
}
.tab_pannel .content .list-link {
  font-size: 1.8rem;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .list-link {
    font-size: 1.6rem;
    padding-top: 30px;
  }
}
.tab_pannel .content .list-link li {
  margin-bottom: 7px;
}
.tab_pannel .content .list-link li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #004831;
  color: #004831;
}
.tab_pannel .content .list-link li a:hover {
  color: #004831;
  opacity: 0.5;
}
.tab_pannel .content .list-link li:not(:first-child) {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.tab_pannel .content .list-link li:not(:first-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #004831;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tab_pannel .content .list-link li:not(:first-child):hover::before {
  opacity: 0.5;
  background: #004831;
}
.tab_pannel .content .list-link li:last-child {
  margin-bottom: 0;
}
.tab_pannel .content#environment {
  background-color: #f8fbef;
}
.tab_pannel .content#environment span {
  background-color: #f8fbef;
}
.tab_pannel .content#dei {
  background-color: #fffcf2;
}
.tab_pannel .content#dei span {
  background-color: #fffcf2;
}
.tab_pannel .content#inequality {
  background-color: #fef7e6;
}
.tab_pannel .content#inequality span {
  background-color: #fef7e6;
}
.tab_pannel .content#population {
  background-color: #fdf6f9;
}
.tab_pannel .content#population span {
  background-color: #fdf6f9;
}
.tab_pannel .content#regrowth {
  background-color: #f2fbfb;
}
.tab_pannel .content#regrowth span {
  background-color: #f2fbfb;
}
.tab_pannel .content .flex-wrap {
  margin-top: 30px;
  gap: 50px;
}
@media screen and (max-width: 1300px) {
  .tab_pannel .content .flex-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tab_pannel .content .flex-wrap .flex-item {
    width: 100%;
  }
}
.tab_pannel .content .flex-wrap .flex-item .credit {
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 21px;
  text-align: right;
}
.tab_pannel .content .flex-wrap .flex-item .credit ~ .card-title {
  margin-top: 15px;
}
.tab_pannel .content .flex-wrap .flex-item .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.tab_pannel .content .flex-wrap .flex-item .wrapper-image img {
  position: absolute;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tab_pannel .content .flex-wrap .flex-item .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.tab_pannel .content .flex-wrap .flex-item .wrapper-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview {
  overflow: hidden;
}
.interview .circle-top {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.interview .circle-top span {
  width: 187px;
  height: 187px;
  position: absolute;
  background: url("/sustainability/social_value/assets/img/icon-interview-circle.png") no-repeat;
  left: -90px;
  top: 24px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview .circle-top span {
    width: 106px;
    height: 106px;
    left: -20px;
    background-size: 106px;
  }
}
.interview .circle-bottom {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.interview .circle-bottom span {
  width: 254px;
  height: 254px;
  position: absolute;
  background: url("/sustainability/social_value/assets/img/icon-interview-circle2.png") no-repeat;
  right: -160px;
  bottom: -90px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview .circle-bottom span {
    width: 160px;
    height: 160px;
    right: -50px;
    bottom: -60px;
    background-size: 160px;
  }
}
.interview .flex-wrap {
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .interview .flex-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .interview .flex-wrap {
    gap: 50px;
  }
}
.interview .flex-wrap .flex-item {
  width: 100%;
  max-width: 912px;
}
.interview .flex-wrap .flex-item .card {
  border: 1px solid #b3c8c1;
  transition: 0.3s ease-in-out;
  background: #fff;
}
.interview .flex-wrap .flex-item .card:hover {
  opacity: 0.7;
}
.interview .flex-wrap .flex-item .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.interview .flex-wrap .flex-item .wrapper-image img {
  position: absolute;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview .flex-wrap .flex-item .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 35.0877192982%;
}
.interview .card-image {
  width: 100%;
  border-radius: 0;
}
.interview .card-detail {
  padding: 18px 20px;
}
.interview .card-detail h3 {
  font-size: 1.8rem;
  color: #004831;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .interview .card-detail h3 {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 650px) {
  .interview .card-detail {
    padding: 12px 16px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview .btn-button {
    margin-top: 40px;
  }
}

.links .flex-wrap {
  gap: 20px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .links .flex-wrap {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .links .flex-wrap {
    gap: 20px;
  }
}
.links .flex-wrap .flex-item {
  border: 1px solid #b3c8c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 30px);
}
.links .flex-wrap .flex-item .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.links .flex-wrap .flex-item .wrapper-image img {
  position: absolute;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.links .flex-wrap .flex-item .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 35.0877192982%;
}
@media screen and (max-width: 1200px) {
  .links .flex-wrap .flex-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .links .flex-wrap .flex-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 650px) {
  .links .flex-wrap .flex-item {
    width: 100%;
  }
}
.links .card {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.links .card:hover {
  opacity: 0.7;
}
.links .card h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 650px) {
  .links .card h3 {
    font-size: 1.4rem;
  }
}
.links .card h3 a {
  display: block;
  padding: 18px 20px;
  color: #004831;
}
@media screen and (max-width: 650px) {
  .links .card h3 a {
    padding: 12px 16px;
  }
}

/*--------------------------------- 10/01/2025-------------------------------------*/
.block-banner {
  max-width: 1230px;
  margin: 80px auto;
  padding: 35px 15px 70px !important;
}
.block-banner:not(.swiper-container-horizontal) {
  display: none;
}
@media screen and (max-width: 767px) {
  .block-banner {
    margin: 60px auto;
    padding: 20px 25px 50px !important;
  }
}
.block-banner .item {
  width: 33.3333333333%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .block-banner .item {
    width: 60vw;
  }
}
.block-banner .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 18px rgba(81, 127, 111, 0.25);
          box-shadow: 0 0 18px rgba(81, 127, 111, 0.25);
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block-banner .item a.content:hover {
  opacity: 0.7;
}
.block-banner .item figure {
  margin-bottom: 16px;
}
.block-banner .item h3 {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 16px 16px;
  width: 100%;
  text-align: left;
  min-height: 112px;
}
@media screen and (max-width: 540px) {
  .block-banner .item h3 {
    font-size: 1.6rem;
    min-height: unset;
  }
}
.block-banner .item h3 span {
  display: inline-block;
}
.block-banner .item p {
  padding: 0 16px 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .block-banner .item p {
    font-size: 1.4rem;
  }
}
.block-banner .item img {
  width: 100%;
}
.block-banner .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #004831;
  top: 1px;
  position: relative;
}
.block-banner .swiper-button-prev,
.block-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 50%;
  border-radius: 50%;
}
.block-banner .swiper-button-prev::after,
.block-banner .swiper-button-next::after {
  content: unset;
}
@media screen and (max-width: 540px) {
  .block-banner .swiper-button-prev,
  .block-banner .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.block-banner .swiper-button-prev {
  background: url("../img/prev.png") no-repeat;
  background-size: 50px;
  left: calc(33.3333333333% - 25px);
}
@media screen and (max-width: 1024px) {
  .block-banner .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 540px) {
  .block-banner .swiper-button-prev {
    left: calc(20vw - 25px);
    background-size: 35px;
  }
}
@media screen and (min-width: 992px) {
  .block-banner .swiper-button-prev:hover {
    background-image: url("../img/prev-hover.png");
  }
}
.block-banner .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.block-banner .swiper-button-next {
  background: url("../img/next.png") no-repeat;
  background-size: 50px;
  right: calc(33.3333333333% - 25px);
}
@media screen and (max-width: 1024px) {
  .block-banner .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 540px) {
  .block-banner .swiper-button-next {
    background-size: 35px;
    right: calc(20vw - 25px);
  }
}
@media screen and (min-width: 992px) {
  .block-banner .swiper-button-next:hover {
    background-image: url("../img/next-hover.png");
  }
}
.block-banner .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .block-banner .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .block-banner .only-sp {
    display: none;
  }
}

.menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 4px 16px;
          box-shadow: rgba(0, 0, 0, 0.2) 3px 4px 16px;
}
