@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&family=Kiwi+Maru:wght@400;500&family=Sawarabi+Gothic&family=Jost:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

html {
  --font-zen-maru: 'Zen Maru Gothic', serif;
  --font-kiwi-maru: 'Kiwi Maru', serif;
  --font-sawarabi: 'Sawarabi Gothic', sans-serif;
  --font-jost: 'Jost', sans-serif;
  line-height: 24px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 16px;
    line-height: 30px;
  }
}

body {
  font-family: var(--font-zen-maru);
  color: #3B4043;
}

@media screen and (max-width: 751px) {
  body {
    overflow-x: hidden;
  }
}

img {
  width: 100%;
}

.font-jost {
  font-family: var(--font-jost);
}

.font-zen-maru {
  font-family: var(--font-zen-maru);
}

.font-sawarabi {
  font-family: var(--font-sawarabi);
}

.font-zen-kaku {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.font-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  font-size: clamp(0.8125rem, 2.8vw, 1.125rem);
  margin: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
}

header ul,
header li,
footer ul,
footer li {
  list-style: none;
}

/*color*/

.bg-color-offwhite {
  background: #F9F5F1;
}

.color-green {
  color: #3B9B65;
}

.bg-color-green {
  background: #3B9B65;
}

.color-bright-green {
  color: #00AC95;
}

.color-dark-green {
  color: #056F61;
}

.color-white {
  color: #ffffff;
}

.bg-color-white {
  background: #ffffff;
}

.color-blue {
  color: #006AAC;
}

.bg-color-blue {
  background: #006AAC;
}

.color-yellow {
  color: #E9E19A;
}

.bg-color-yellow {
  background: #E9E19A;
}

.color-gray {
  color: #3B4043;
}

.color-dark-gray {
  color: #2C3033;
}

.home h2,
.recruit-common h2,
.recruit-title-head h2 {
  margin: 0;
  font-weight: 500;
}

.header-logo img {
  max-width: 222px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  z-index: 1000;
  height: 90px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  max-width: 1210px;
  width: 98%;
  margin: 0 auto;
}


.header-logo .company {
  font-size: 0.9rem;
}

.header-logo .name {
  font-size: 1.8rem;
  font-weight: 700;
}

.header-nav ul {
  display: flex;
  gap: 50px;
}

.header-nav a {
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 2.1vw, 1.3125rem);
}

.header-nav ul li:last-child a {
  font-size: 1rem;
  font-weight: bold;
}

.header-cta {
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
}

@media screen and (max-width: 1050px) {
  .header {
    height: 72px;
  }

  .header-logo {
    padding-top: 0.5rem;
    padding-right: 1.5rem;
  }

  .header-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
  }

  .header-nav ul {
    gap: 30px;
  }

  .header-logo img {
    max-width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .header-logo img {
    max-width: 115px;
  }
}

@media screen and (max-width: 750px) {
  .header-logo img {
    max-width: 156px;
  }

  .header-logo {
    padding: 0.5rem 0 0;
  }
}

.mv {
  position: relative;
  width: 100%;
  margin-top: 90px;
  place-items: center;
  overflow: visible;
  z-index: 3;
  height: 704px;
}

.mv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 132px 16px 0;
  max-width: 900px;
  margin: 0 auto;
}

.mv-catch {
  font-family: var(--font-zen-maru);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: #3B9B65;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
  .mv {
    margin-top: 72px;
    width: 100%;
    aspect-ratio: 375 / 405;
    object-fit: cover;
    padding: 0;
    min-height: auto;
    height: auto;
  }

  .mv-bg img {
    width: 100%;
    height: auto;
  }
}

.main-content {
  padding-bottom: 112px;
  overflow: hidden
}

.second-content {
  overflow: hidden
}

.title-h2 {
  font-size: clamp(1.8125rem, calc(1.8125rem + 1.221vw), 2.625rem);
}

.title-p {
  font-size: clamp(0.8125rem, calc(0.8125rem + 0.657vw), 1.25rem);
  padding-top: 13px;
  margin: 0;
}

.title-p span {
  font-weight: bold;
}

.breadcrumb-link img {
  width: 15px;
  height: 15px;
}

.breadcrumb-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  font-size: 12px;
  gap: 5px;
  padding: 24px 0 44px 0;
  width: 90%;
}


.sustainability-flex {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 143px 0 46px;
  position: relative;
  z-index: 2;
}

.sustainability-text-top span {
  font-size: clamp(1rem, 4vw, 1.4375rem);
  font-weight: 500;
}

.sustainability-text-top {
  padding-top: 54px;
}

.sustainability {
  position: relative;
}

.sustainability::before {
  display: block;
  background: url(../img/content/sustainability-bg.png);
  background-size: 100% auto;
  width: 53%;
  aspect-ratio: 720 / 568;
  content: "";
  position: absolute;
  left: -15%;
  top: -16%;
  z-index: 1;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1150px) {
  .sustainability-flex {
    padding: 4.75rem 0 4.125rem;
    width: 90%;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .sustainability::before {
    width: 75%;
    top: -6%;
  }

  .sustainability-flex {
    padding: 3.75rem 0 5rem;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.sustainability-image img {
  max-width: 469px;
}

.message {
  max-width: 1100px;
  margin: 0 auto;
}

.message-flex img {
  max-width: 435px;
}

.message-flex {
  display: flex;
  gap: 45px;
}

.message-name {
  display: flex;
  gap: 12px;
  font-size: clamp(1rem, calc(1rem + 1.314vw), 1.875rem);
  justify-content: center;
  align-items: center;
  padding-top: 17px;
}

.message-name span {
  font-size: clamp(0.75rem, calc(0.75rem + 0.422vw), 1.1875rem);
}

.message-p {
  padding: clamp(1.0625rem, 5vw, 2.875rem) 0 0 0;
}

.engagement {
  position: relative;
}

.engagement::before {
  display: block;
  background: url(../img/content/engagement-bg.png);
  background-size: 100% auto;
  width: 66.1333vw;
  aspect-ratio: 443 / 358;
  content: "";
  position: absolute;
  right: -25%;
  top: -220px;
  z-index: 2;
  background-repeat: no-repeat;
}


.engagement-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 3;
}

.engagement-head {
  padding: 128px 0 60px 0;
}

.engagement-flex {
  display: flex;
  gap: 50px 100px;
  justify-content: center;
  flex-wrap: wrap;
}

.engagement-item {
  max-width: 500px;
  width: 100%;
}

.engagement-item-title {
  text-align: center;
  font-size: clamp(1rem, 4vw, 1.5rem);
  ;
  font-weight: bold;
  padding-top: 25px;
}

.engagement-item-text {
  margin: 0;
  padding: 25px 0 0 0;
}

.engagement-footer {
  max-width: 303px;
  width: 100%;
  margin: 0px auto;
  padding: 90px 0 10px;
  position: relative;
}

.engagement-footer a,
.activities-footer a,
.column-footer a {
  font-size: clamp(0.8125rem, 2vw, 1.1875rem);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.engagement-footer a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  color: #3B9B65;
  font-size: 12px;
}

.activities-footer a:after,
.column-footer a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  color: #ffffff;
  font-size: 12px;
}

.engagement-footer a:hover:after,
.activities-footer a:hover:after,
.column-footer a:hover:after {
  right: 15px;
}


@media screen and (max-width: 750px) {

  .engagement::before {
    width: 66.1333vw;
    right: -24%;
    top: -90px;
  }

  .engagement-inner {
    width: 90%;
  }

  .engagement-item-title,
  .engagement-item-text {
    padding-top: 0.9375rem;
  }

  .engagement-footer {
    padding: 50px 0;
  }

}

.sdgs {
  position: relative;
  padding-bottom: 78px;
}

.sdgs::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 15.722222vw;
  aspect-ratio: 253 / 340;
  background: url(../img/content/sdgs-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  right: 2%;
  bottom: 100px;
}

@media screen and (max-width: 749px) {
  .sdgs::before {
    width: 27vw;
    bottom: -5%;
  }
}

.sdgs .sdgs-flex {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 114px 0 47px;
  position: relative;
  z-index: 2;
  gap: 50px;
}

.sdgs .sdgs-image {
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
}

.sdgs .sdgs-text .sdgs-p {
  max-width: 792px;
  width: 100%;
  margin: 0;
  padding-top: 50px;
}

.sdgs .sdgs-side {
  max-width: 234px;
  width: 100%;
  margin: 0 auto;
}

.sdgs .sdgs-side-illust-sp {
  width: 60%;
  margin: 0 auto;
  padding-top: 2rem;
}

.sdgs .sdgs-note {
  text-align: center;
  padding-top: 50px;
}

.activities,
.column {
  padding-top: 10px;
  padding-bottom: 120px;
}

.activities-head,
.column-head {
  max-width: 1100px;
  margin: 0 auto;
}

.activities-flex,
.column-flex {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  padding: 32px 0 0;
  gap: 35px;
}

.activities-item,
.column-item {
  max-width: 360px;
  width: 100%;
}

.activities-item-image img,
.column-item-image img {
  max-width: 360px;
  height: 240px;
  object-fit: cover;
  border-radius: 30px;
}

.activities-item a {
  text-decoration: none;
}

.activities-item-text p {
  font-size: clamp(1rem, calc(1rem + 0.2817vw), 1.1875rem);
  text-align: center;
  padding-top: 18px;
}

.activities-footer,
.column-footer {
  max-width: 303px;
  width: 100%;
  margin: 0px auto;
  padding: 60px 0 10px;
  position: relative;
}

.recruit {
  padding-bottom: 120px;
}

.recruit-inner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 1100px;
  margin: 0 auto;
}


@media (min-width: 751px) {
  .recruit-inner {
    background-image: url(../img/content/recruit-bg-image.png);
  }
}

@media (max-width: 750px) {
  .recruit-inner {
    background-image: url(../img/content/recruit-bg-image-sp.png);
    border-radius: 30px;
    background-size: 100%;
  }
}

.recruit .recruit-head {
  padding-bottom: 32px;
}

.recruit .recruit-head h2 {
  font-size: clamp(1.375rem, 3vw, 2.1875rem);
  margin: 0;
  font-weight: 500;
}

.recruit .recruit-head .title-p {
  font-size: clamp(0.9375rem, 2.5vw, 1.5625rem);
  line-height: 50px;
  margin: 0;
}

.recruit-flex {
  padding: 7.5rem 1.6875rem 1.5rem 3.75rem;
}

.recruit-bg {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.recruit-desc {
  padding-bottom: 24px;
}

.recruit-cta-flexbox {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.recruit-cta {
  max-width: 239px;
  width: 100%;
  padding: 0px 0 10px;
  position: relative;
}

.recruit-cta a {
  font-size: clamp(0.8125rem, 2vw, 1.1875rem);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.recruit-cta a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  color: #3B9B65;
  font-size: 12px;
}

.recruit-cta a:hover:after {
  right: 15px;
}

.about {
  padding-bottom: 77px;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(195.662px + 34.546vw);
  aspect-ratio: 720 / 568;
  background: url(../img/content/company-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  left: calc(-131.831px - 11.845vw);
  top: 0;
  transform: translateY(-65%);
}

.company-inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.company-flex {
  display: flex;
  padding: 55px 147px 41px 123px;
  gap: 35px;
  border-radius: 30px;
}

.company-text {
  max-width: 452px;
  position: relative;
  z-index: 3;
}

.company-desc {
  padding-top: 40px;
}

.company-image {
  max-width: 365px;
}

.company-cta {
  position: relative;
  max-width: 303px;
  width: 100%;
  margin: 0px auto;
  padding: 63px 0 0;
}

.company-cta a {
  font-size: clamp(0.8125rem, 2vw, 1.1875rem);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.company-cta a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  color: #3B9B65;
  font-size: 12px;
}

.company-cta a:hover:after {
  right: 15px;
}


.company-button img {
  width: 7px;
  height: 10.5px;
  margin-left: 40px;
  margin-top: 3px;
}

.home .service {
  padding-bottom: 140px;
  position: relative;
}

.home .service::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 30vw;
  aspect-ratio: 366 / 376;
  background: url(../img/content/service-bg-left.png) no-repeat;
  background-size: 100% auto;
  left: -10%;
  top: 24%;
}

.home .service::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 21vw;
  aspect-ratio: 261 / 336;
  background: url(../img/content/service-bg-right.png) no-repeat;
  background-size: 100% auto;
  right: -3%;
  top: -5%;
}

.home .service-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  z-index: 3;
}

.home .service-icon img {
  max-width: 52px;
}

.home .service-item {
  max-width: 298px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 2px solid #3B9B65;
  font-size: clamp(0.8125rem, 2.2vw, 1.3125rem);
  height: 69px;
  background: #ffffff;
}

.home .service-flex {
  display: flex;
  align-items: center;
  max-width: 970px;
  width: 100%;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
}

.home .service-footer {
  max-width: 313px;
  width: 100%;
  margin: 0px auto;
  padding: 90px 0 10px;
  position: relative;
}

.home .service-footer a {
  font-size: clamp(0.8125rem, 2vw, 1.1875rem);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.home .service-footer a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  color: #ffffff;
  font-size: 12px;
}

.home .service-footer a:hover:after {
  right: 15px;
}

.home .service-text {
  padding-bottom: 47px;
  padding-top: 50px;
}

.column {
  padding-top: 90px;
  position: relative;
}

.column::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 63vw;
  aspect-ratio: 882 / 696;
  background: url(../img/content/column-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  right: -19%;
  bottom: -52%;
}

.column-inner {
  position: relative;
  z-index: 3;
}

.column-item-text p {
  font-size: clamp(1rem, calc(1rem + 0.2817vw), 1.1875rem);
  text-align: center;
  padding-top: 18px;
}

.column-item a {
  text-decoration: none;
}

.news {padding-top: 4rem;}

.news-inner {
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.news-item-category {
  width: 144px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 75px;
  font-size: clamp(0.8125rem, 3vw, 1.125rem);
}

.news .news-item-date {
  margin-right: 54px;
}

.news li {
  padding: 20px 0 20px 50px;
  border-top: 1px solid #D3D3D3;
  list-style: none;
}

.news li:last-child {
  border-bottom: 1px solid #D3D3D3;
}

.news li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.news-item-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-list {
  max-width: 939px;
  width: 100%;
  padding-top: 20px;
}

.news-footer {
  padding-top: 32px;
}

.news-more {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.news-more img {
  max-width: 80px;
}


.footer {
  height: 350px;
}

.footer-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.footer-logo {
  font-size: clamp(1.5625rem, 4vw, 2.3125rem);
  font-weight: 500;
  padding: 78px 0 48px 0;
}

.footer-nav ul {
  display: flex;
  gap: 20px;
  padding-bottom: 28px;
}

.footer-nav a {
  text-decoration: none;
  font-size: clamp(0.875rem, 1.9vw, 1.1875rem);
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-sns {
  display: flex;
  gap: 14px;
}

.footer-sns img {
  max-width: 33px;
}

.footer-info {
  line-height: 34px;
}

.footer-info p {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
}

.footer-bottom {
  padding-top: 2rem;
}


.sub-header {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 479;
  margin-top: 90px;
  background-image: url(../img/header/second-header.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  place-items: center;
  overflow: visible;
  z-index: 3;
}

@media (min-width: 1500px) {
  .sub-header {
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  .sub-header {
    background-image: url(../img/header/second-header-sp.png);
    aspect-ratio: 375 / 208;
    margin-top: 72px;
    background-size: 100%;
    padding-bottom: 2.8125rem;
  }
}

.sub-header-bg::before {
  content: "";
  position: absolute;
  left: -25%;
  top: 260px;
  display: block;
  width: 66.1333vw;
  aspect-ratio: 443 / 358;
  background: url(../img/second-content/second-bg.png) no-repeat;
  background-size: 100% auto;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 750px) {
  .sub-header-bg::before {
    top: 190px;
    width: 86.1333vw;
  }
}

.sub-header-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(40px, 8vw, 153px) 16px 0;
  max-width: 900px;
  margin: 0 auto;
}

.sub-header-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.sub-header-text {
  position: relative;
  z-index: 1;
}

.sub-header-title {
  font-size: clamp(1.5rem, 2.8vw, 1.875rem);
  line-height: clamp(60px, 9vw, 107px);
  text-transform: capitalize;
}

.sub-header-subtitle {
  font-size: clamp(1.8rem, 3.8vw, 3.125rem);
}


.page-head {
  position: relative;
  z-index: 3;
}


.sustainability-activities {
  position: relative;
  z-index: 4;
}

.sustainability-activities .activities-flex {
  padding: 80px 0 0;
}

.page-title-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.page-title {
  max-width: 550px;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 54px;
  border-bottom: none;
  background-image: linear-gradient(to right, #3B9B65 50%, transparent 0%);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.page-title span {
  padding: 0 0 0 30px;
}

.servicepage-title-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.servicepage-title {
  max-width: 550px;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 43px;
  border-bottom: none;
  background-image: linear-gradient(to right, #3B9B65 50%, transparent 0%);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 9px;
}

.servicepage-title span {
  padding: 0 0 0 30px;
}


.contact-page-title-wrap {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact-page-title {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 54px;
  border-bottom: none;
  background-image: linear-gradient(to right, #3B9B65 50%, transparent 0%);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.contact-page-title span {
  padding: 0 0 0 30px;
}

.sustainability-csr {
  padding-top: 123px;
  position: relative;
}

.sustainability-csr::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 20vw;
  aspect-ratio: 277 / 285;
  background: url(../img/second-content/sustainability/sustainability-activities-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  right: 0;
  top: 0;
}

@media (max-width: 750px) {
  .sustainability-csr::after {
    width: 35vw;
  }
}


.sustainability-csr .sustainability-csr-text {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 0 80px 0;
  font-size: clamp(0.8125rem, 2vw, 1.125rem);
}

.sustainability-message {
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.sustainability-message-image img {
  max-width: 435px;
}

.sustainability-message-rigth,
.sustainability-message-image {
  max-width: 550px;
}

.sustainability-message-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sustainability-message-text {
  padding: 40px 0 0 28px;
  font-size: clamp(0.8125rem, 2vw, 1.125rem);
}

.sustainability-message-text p {
  text-align: right;
  padding-top: 32px;
  font-size: clamp(1rem, 3vw, 1.875rem);
}

.sustainability-message-text p span {
  font-size: clamp(0.75rem, 2vw, 1.1875rem);
  padding-right: 10px;
}

.sustainability-achievements {
  padding-top: 119px;
}

.sustainability-achievements-list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sustainability-achievements-item {
  max-width: 500px;
  width: 48%;
  padding: 42px 0 0;
}

.sustainability-achievements-item-title {
  text-align: center;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  font-weight: bold;
  padding: 22px 0 20px;
}


.sustainability-achievements-item-text {
  font-size: clamp(0.8125rem, 2vw, 1.125rem);
}

.sustainability-achievements-inner {
  position: relative;
}

.sustainability-achievements-inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 20vw;
  aspect-ratio: 261 / 336;
  background: url(../img/second-content/sustainability/sustainability-achievements-list-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  left: 0%;
  bottom: 760px;
}

@media (max-width: 750px) {
  .sustainability-achievements-inner::before {
    width: 50vw;
    left: -37%;
    bottom: 390vw;
    z-index: 0;
  }
}


.sustainability-sdgs .sustainability-sdgs-flex {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 114px 0 47px;
  position: relative;
  z-index: 2;
  gap: 50px;
}

.sustainability-sdgs .sustainability-sdgs-image {
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
}

.sustainability-sdgs .sustainability-sdgs-text .sustainability-sdgs-p {
  max-width: 792px;
  width: 100%;
  margin: 0;
  padding-top: 46px;
}

.sustainability-sdgs .sustainability-sdgs-side {
  max-width: 234px;
  width: 100%;
}

.sustainability-sdgs .sustainability-sdgs-note {
  text-align: center;
}

.sustainability-eco {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 119px;
  padding-bottom: 126px;
}

.sustainability-eco-inner {
  position: relative;
  z-index: 3;
}

.sustainability-eco-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 20vw;
  aspect-ratio: 253 / 340;
  background: url(../img/second-content/sustainability/sustainability-eco-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  right: -14%;
  top: -50px;
}

.sustainability-eco-item-title {
  position: relative;
  padding-left: 18px;
  margin: 0 0 14px;
  line-height: 1.4;
  font-size: clamp(15px, 3.2vw, 28px);
}

.sustainability-eco-lead {
  padding: 46px 0 55px;
}

.sustainability-eco-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 4px;
  height: calc(100% - 0.3em);
  background: #00AC95;
  border-radius: 999px;
}


.sustainability-eco-item {
  display: flex;
  padding: 0 22px;
  gap: 27px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sustainability-eco-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right,
      #00AC95 50%,
      transparent 0%);
  background-size: 5px 2px;
  background-repeat: repeat-x;
}

.sustainability-eco-item:last-child::after {
  display: none;
}

.sustainability-eco-item-media {
  max-width: 296px;
  width: 100%;
}

.sustainability-eco-note {
  text-align: center;
}

.second-content .company-greeting {
  position: relative;
  z-index: 3;
}

.company-greeting-inner {
  position: relative;
}

.company-greeting-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 20vw;
  aspect-ratio: 277 / 285;
  background: url(../img/second-content/company/company-greeting-inner-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  left: 0;
  bottom: -130px;
}

@media (max-width: 750px) {
  .company-greeting-inner::before {
    display: none;
  }
}

.second-content .company-greeting-flex {
  max-width: 1125px;
  margin: 0 auto;
  display: flex;
  padding: 53px 0 0 37px;
  gap: 76px;
}

.second-content .company-greeting-photo {
  max-width: 473px;
  width: 100%;
}

.second-content .company-greeting-right {
  max-width: 575px;
  width: 100%;
  padding: 3rem 0 0 0;
}

.second-content .company-greeting-sign p {
  text-align: right;
  padding-top: 32px;
  font-size: clamp(1rem, 3vw, 1.875rem);
}

.second-content .company-greeting-sign p span {
  font-size: clamp(0.75rem, 2vw, 1.1875rem);
  padding-right: 10px;
}

.second-content .company-philosophy {
  padding: 6rem 0 6rem 0;
}

.second-content .company-philosophy-lead {
  font-size: clamp(0.9375rem, 2.6vw, 1.625rem);
  line-height: 44px;
  padding-top: 22px;
}

.second-content .company-philosophy-flex {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 52px;
}

.second-content .company-philosophy-card {
  max-width: 365px;
  width: 100%;
}

.second-content .company-philosophy-text {
  padding-top: 22px;
}

.second-content .company-slogan {
  padding-bottom: 6rem;
}

.second-content .company-slogan-text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 46px 0;
  font-size: clamp(1rem, 2.6vw, 1.625rem);
}


.second-content .company-company-table-wrap,
.second-content .company-history-table-wrap {
  width: 100%;
}

.second-content .company-company-table,
.second-content .company-history-table {
  margin: 82px auto 6rem;
  padding: 0;
  max-width: 863px;
  border-top: 2px solid #00AC95;
  border-bottom: 2px solid #00AC95;
}

.second-content .company-company-row,
.second-content .company-history-row {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #CBCBCB;
}

.second-content .company-company-row:last-child,
.second-content .company-history-row:last-child {
  border-bottom: none;
}

.second-content .company-company-th,
.second-content .company-history-year {
  width: 180px;
  min-width: 140px;
  font-weight: 500;
  font-size: clamp(0.8125rem, 2vw, 1.125rem);
}

.second-content .company-company-td,
.second-content .company-history-desc {
  flex: 1;
  font-size: clamp(0.8125rem, 2vw, 1.125rem);
  line-height: 1.7;
}

.second-content .service-lead {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-bottom: 130px;
}

.second-content .service-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.second-content .service-icon img {
  max-width: 52px;
}

.second-content .service-item {
  max-width: 298px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 2px solid #3B9B65;
  font-size: clamp(0.8125rem, 2.2vw, 1.3125rem);
  height: 69px;
  background: #ffffff;
  cursor: pointer;
}

.second-content .service-flex {
  display: flex;
  align-items: center;
  max-width: 970px;
  width: 100%;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
}

.second-content .service-page-title-img img {
  max-width: 89px;
  vertical-align: bottom;
}

.second-content .service-page-title-text {
  padding: 0;
}

.second-content .service-body-text {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 44px 0 50px 0;
}

.second-content .service-section {
  padding: 117px 0 0 0;
}

.second-content .service-funeral-flex {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.second-content .service-funeral-photo {
  max-width: 550px;
  position: relative;
}

.second-content .service-funeral-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 20vw;
  aspect-ratio: 277 / 285;
  background: url(../img/second-content/service/service-funeral-photo-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  left: -30%;
  bottom: -100px;
}

@media (max-width: 749px) {
  .second-content .service-funeral-photo::before {
    width: 35vw;
    bottom: -10px;
  }
}

.second-content .service-funeral-info {
  max-width: 495px;
  margin: 0 auto;
}

.second-content .service-funeral-info__title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.second-content .service-funeral-info__text {
  padding: 35px 0 28px 0;
}

.second-content .service-funeral-info__title::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  background: #2aa36a;
  margin: 10px auto 0;
  border-radius: 999px;
}

.second-content .service-gallery__item img {
  max-width: 269px;
}

.second-content .service-gallery {
  display: flex;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 25px;
  position: relative;
}

.second-content .service-gallery-01::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 20vw;
  aspect-ratio: 261 / 336;
  background: url(../img/second-content/service/service-gallery-bg.png ) no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  right: -15%;
  bottom: -260px;
}

@media (max-width: 749px) {
  .second-content .service-gallery-01::after {
    width: 35vw;
    bottom: -80px;
  }
}

.second-content .service-gallery-02 {
  position: relative;
}

.second-content .service-gallery-02::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 52vw;
  aspect-ratio: 720 / 568;
  background: url(../img/second-content/service/service-gallery-bg02.png) no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  left: -34%;
  bottom: -400px;
}

@media (max-width: 749px) {
  .second-content .service-gallery-02::before {
    width: 78vw;
    left: -54%;
    bottom: -240px;
  }
}

.second-content .service-footer {
  max-width: 313px;
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
  position: relative;
}

.second-content .service-footer a {
  font-size: clamp(0.8125rem, 2vw, 1.1875rem);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.second-content .service-footer a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  color: #ffffff;
  font-size: 12px;
}

.second-content .service-footer a:hover:after {
  right: 15px;
}

.second-content .contact-intro {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 60px 0 60px;
}

.second-content .contact-tel-content {
  padding-top: 48px;
  padding-bottom: 15px;
}

.second-content .contact-tel-link {
  font-size: clamp(2.1875rem, 6vw, 4.3125rem);
  text-decoration: none;
  font-weight: Bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 4px;
}

.second-content .contact-tel-note {
  text-align: center;
  padding-bottom: 140px;
}

.second-content .contact-tel-icon img {
  max-width: 76px;
  padding-top: 12px;
}

.contact-form {
  width: min(674px, 100%);
  margin: 0 auto;
  padding: 30px 0 110px;
}

.cf7-form {
  display: block;
}

.cf7-row {
  margin-top: 22px;
}

.cf7-label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.cf7-required {
  color: #FF0000;
  margin-left: 4px;
}

.cf7-field input,
.cf7-field textarea {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #CDD6DD;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 0;
  outline: none;
}

.cf7-field input[type="radio"],
.cf7-field input[type="checkbox"] {
  width: auto;
  background: transparent;
}


.cf7-field input[type="radio"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #CDD6DD;
  border-radius: 50%;
  position: relative;
  padding: 12px;
  background: #ffffff;
}

.cf7-field input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #535353;
  border-radius: 50%;
}

.cf7-field .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 0.5rem;
}

.cf7-field .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.cf7-field .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  text-align: left;
  align-items: center;
}

.cf7-field textarea {
  min-height: 160px;
  resize: vertical;
}

.cf7-field input::placeholder,
.cf7-field textarea::placeholder {
  color: #E0E0E0;
}

.cf7-privacy {
  margin-top: 34px;
  text-align: center;
}

.cf7-privacy-text {
  color: #3B4043;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.cf7-privacy-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3B4043;
  font-size: 13px;
  line-height: 1.6;
}

.cf7-privacy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.cf7-submit {
  display: flex;
  justify-content: center;
  max-width: 240px;
  margin: 30px auto 0;
  width: 100%;
}


.cf7-submit input[type="submit"] {
  appearance: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .06em;
  cursor: pointer;
  padding: 15px 93px;
}

.second-content .cf7-submit input[type="submit"] {
  background: #3B9B65;
}

.second-content-recruit .cf7-submit input[type="submit"] {
  background: #006AAC;
}

.cf7-submit input[type="submit"]:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  color: #ff4d4d;
  font-size: 12px;
  margin-top: 8px;
}

.wpcf7-response-output {
  margin: 18px 0 0;
  color: #d7d7d7;
  border-color: #3B9B65;
}

.cf7-privacy-text a {
  color: #3B4043;
}

.privacy-section {
  position: relative;
  z-index: 3;
}

.privacy-text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 60px;
}


.second-content-recruit {
  padding-top: 160px;
  overflow: hidden;
}

.recruit-header {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1374 / 453;
}

.recruit-header__title {
  font-size: clamp(2.5rem, 7vw, 6.25rem);
  font-weight: 500;
  line-height: 1.1;
  height: auto;
}

.recruit-header__subtitle {
  font-size: clamp(1rem, 2.5vw, 1.875rem);
}

.recruit-header__image {
  position: absolute;
  right: -25px;
  left: 25px;
}

.recruit-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-header__inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  max-width: 80%;
  width: 100%;
  padding-left: 5%;
}

.recruit-nav {
  padding: 24px 0 10px;
}

.recruit-nav-inner {
  max-width: 862px;
  margin: 0 auto;
  padding: 0 20px;
}

.recruit-nav-list {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.recruit-nav-item {
  position: relative;
  display: block;
  width: 40%;
  max-width: 100%;
  background: #fff;
  border: 2px solid #006AAC;
  border-radius: 35px;
  text-decoration: none;
  color: inherit;
  z-index: 5;
  padding: 18px 28px 34px;
}

.recruit-nav-item-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-nav-icon {
  flex: 0 0 auto;
}

.recruit-nav-icon img {
  height: 100%;
  display: block;
  max-width: 99px;
  width: 100%;
}

.recruit-nav-title {
  font-weight: 700;
  font-size: clamp(0.75rem, 3vw, 1.5625rem);
  padding-top: 10px;
}

.recruit-nav-sub {
  margin: 0;
  font-size: clamp(0.625rem, 3vw, 1.125rem);
  padding-top: 3px;
}

.recruit-nav-arrow {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #006AAC;
}

.recruit-about {
  max-width: 1125px;
  margin: 0 auto;
  width: 100%;
  padding-top: 18.125rem;
  position: relative;
  z-index: 3;
}

.recruit-about-image img {
  max-width: 371px;
}

.recruit-about-flex {
  display: flex;
  justify-content: space-between;
}

.recruit-about-cta {
  position: relative;
  max-width: 303px;
  width: 100%;
  padding: clamp(2.5rem, 5vw, 3.9375rem) 0 0;
}

.recruit-about-cta a {
  font-size: clamp(0.8125rem, 2vw, 1.1875rem);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.recruit-about a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  color: #ffffff;
  font-size: 12px;
}

.recruit-about a:hover:after {
  right: 15px;
}

.recruit-about-text {
  padding-top: 2.8125rem;
}


.recruit-candidate {
  max-width: 1125px;
  margin: 0 auto;
  width: 100%;
  padding-top: 5.8125rem;
}

.recruit-candidate-image {
  max-width: 328px;
}

.recruit-candidate-flex {
  display: flex;
  gap: 38px;
}

.recruit-candidate-flex-right {
  max-width: 800px;
  width: 100%;
}

.recruit-candidate-text {
  padding-top: 2.8125rem;
}

.recruit-candidate-text p span {
  font-weight: 500;
}

.recruit-candidate-points {
  display: flex;
  gap: 25px;
  margin-top: 0.9375rem;
}

.recruit-candidate-point {
  position: relative;
  text-align: center;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  aspect-ratio: 230 / 230;
  max-width: 230px;
  width: 46%;
  background: url(../img/second-content/recruit/bg-point.png) center / contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(10rem, 18vw, 16.25rem);
  font-weight: 500;
}

.recruit-candidate-point.is-flower::before {
  background: url(../img/second-content/recruit/flower.png) no-repeat;
  background-size: 100% auto;
  width: clamp(4.375rem, 10.1333vw, 8rem);
  aspect-ratio: 97 / 113;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(20%, 35%);
  z-index: 2;
}

.recruit-interview {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 6.1875rem;
}

.recruit-interview-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 3.125rem;
}

.recruit-interview-item {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  background: none;
  border: 0;
  cursor: pointer;
}

.recruit-interview-item-box p {
  text-align: center;
  padding-top: 0.625rem;
  font-weight: 500;
}

.recruit-interview-thumb {
  border: none;
}

.recruit-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.recruit-video-modal.is-open {
  display: block;
}

.recruit-video-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.recruit-video-modal-body {
  position: absolute;
  inset: 0;
  margin: auto;

  width: min(960px, 90%);
  aspect-ratio: 16/9;
}

.recruit-video-frame,
.recruit-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.recruit-video-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
}

.recruit-message {
  background: #DCEBF4;
  padding: 70px 0;
  margin-top: clamp(2.8125rem, 8vw, 7.5rem);
}


.recruit-benefits {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(5rem, 8vw, 8.1875rem);
}

.recruit-benefits-p {
  padding-top: clamp(1.0625rem, 4vw, 2.8125rem);
}

.recruit-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(1.0625rem, 4vw, 2.875rem);
}

.recruit-benefits-item {
  border: 2px solid #006AAC;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 230px;
  width: 100%;
  height: 209px;
}

.recruit-benefits-icon {
  width: 96px;
  height: 96px;
}

.recruit-benefits-icon img {
  max-width: 132px;
  height: 100%;
  object-fit: contain;
  display: block;
}

.recruit-benefits-text {
  margin: 0;
  font-weight: 600;
}

.recruit-benefits-bottomtext {
  text-align: right;
  font-size: clamp(0.6875rem, 3vw, 0.875rem);
  padding-top: clamp(1.0625rem, 4vw, 1.9375rem);
}

.recruit-flow {
  padding-top: clamp(5rem, 6vw, 7.5rem);
  position: relative;
}

.recruit-flow-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.recruit-flow-lead p,
.recruit-flow-note p {
  margin: 45px 0 0;
}

.recruit-flow-note {
  text-align: center;
}

.recruit-flow-thumb p {
  font-weight: 500;
}

.recruit-flow-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 32px;
  margin-top: 24px;
  align-items: start;
}


.recruit-flow-video {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  display: block;
  width: 100%;
}

.recruit-flow-video img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-flow-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.recruit-flow-play::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 26px;
  border-left: 28px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.recruit-flow-video-cap p {
  margin: 14px 0 0;
}


.recruit-flow-timeline {
  position: relative;
  padding-left: 84px;
  padding-top: 6px;
  z-index: 2;
}

.recruit-flow-timeline::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 9px;
  bottom: 30px;
  width: 4px;
  background: #006AAC;
  border-radius: 2px;
}

.recruit-flow-item {
  position: relative;
  margin-bottom: 47px;
}

.recruit-flow-item::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #006AAC;
  transform: translateX(-50%);
}

.recruit-flow-time {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: clamp(1.375rem, 3vw, 1.625rem);
}

.recruit-flow-text {
  font-size: clamp(1rem, 3vw, 1.125rem);
}

.recruit-flow-right {
  position: relative;
}

.recruit-flow-right-set {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
}

.recruit-flow-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.recruit-flow-deco-left {
  position: absolute;
  left: 10%;
  top: 650px;
  width: clamp(14rem, 22vw, 19.5rem);
  height: auto;
}

.recruit-flow-deco-right {
  position: absolute;
  right: 7%;
  top: 10px;
  width: clamp(16rem, 24vw, 22.125rem);
  height: auto;
}

.recruit-flow-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.recruit-flow-thumb p {
  text-align: center;
  padding-top: 20px;
}

.recruit-flow-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-job {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 153px;
}

.recruit-job-tabs {
  display: flex;
  gap: 90px;
  justify-content: center;
  margin-top: 3rem;
}

.recruit-job-tab {
  background: #dddddd;
  border: 1px solid #006AAC;
  padding: 16px 0 33px;
  cursor: pointer;
  transition: .3s;
  border-bottom: 0;
  max-width: 387px;
  width: 100%;
}

.recruit-job-tab.is-active {
  background: #ffffff;
}


.recruit-job-tab-flex {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  justify-content: center;
}

.recruit-job-tab img {
  width: 99px;
}

.recruit-job-tab-text {
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}

.recruit-job-contents {
  background: #ffffff;
  border-top: 3px solid #006AAC;
}

.recruit-job-content {
  display: none;
  padding: 40px 0 77px;
  width: 80%;
  margin: 0 auto;
}

.recruit-job-text {
  text-align: center;
  padding: 0.5rem 0 2rem;
  font-size: clamp(0.75rem, 3vw, 1rem);
}

.recruit-job-content.is-active {
  display: block;
}

.recruit-job-table {
  border: 1px solid #3B4043;
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
}

.recruit-job-row {
  display: grid;
  grid-template-columns: 156px 1fr;
  border-bottom: 1px solid #3B4043;
}

.recruit-job-th {
  padding: 1rem 1rem 0 0;
  font-weight: 600;
  background: #CFE8F7;
  border-right: 1px solid #3B4043;
  font-size: clamp(0.75rem, 3vw, 0.9375rem);
  text-align: right;
  width: 140px;
}

.recruit-job-td {
  padding: 1rem 1.6rem;
  font-size: clamp(0.75rem, 3vw, 0.9375rem);
}

.recruit-job-row:last-child {
  border-bottom: none;
}

.recruit-apply {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

.recruit-apply-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 45px;
}

.recruit-apply-step {
  border: 2px solid #006AAC;
  border-radius: 24px;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.recruit-apply-step-icon {
  width: clamp(96px, 9vw, 140px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  margin-top: .2rem;
}

.recruit-apply-step-icon img {
  max-width: 155px;
  height: 100%;
  object-fit: contain;
}

.recruit-apply-step-body {
  margin-top: 0.4rem;
  width: 100%;
}

.recruit-apply-step-title {
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.25rem);
}

.recruit-apply-step-text {
  font-size: clamp(0.75rem, 3vw, 1rem);
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}

.recruit-contact-page-inner {
  padding-top: 2rem;
}

.recruit-contact-page-title-wrap {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.recruit-contact-page-title {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 54px;
  border-bottom: none;
  background-image: linear-gradient(to right, #006AAC 50%, transparent 0%);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.recruit-contact-page-title span {
  padding: 0 0 0 30px;
}


.recruit-contact-intro {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 60px 0 60px;
}

.recruit-contact-tel-content {
  padding-top: 48px;
  padding-bottom: 15px;
}

.recruit-contact-tel-link {
  font-size: clamp(2.1875rem, 6vw, 4.3125rem);
  text-decoration: none;
  font-weight: Bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 4px;
}

.recruit-contact-tel-note {
  text-align: center;
  padding-bottom: 140px;
  font-weight: bold;
}

.recruit-contact-tel-icon img {
  max-width: 76px;
  padding-top: 12px;
}

.recruit-contact-form {
  width: min(674px, 100%);
  margin: 0 auto;
  padding: 30px 0 110px;
}

.recruit-about-image::before {
  display: block;
  background: url(../img/second-content/recruit/recruit-about-bg-01.png);
  background-size: 100% auto;
  width: 46.1333vw;
  aspect-ratio: 720 / 568;
  content: "";
  position: absolute;
  right: -35%;
  top: -140px;
  z-index: -1;
  background-repeat: no-repeat;
}

.recruit-about-image::after {
  display: block;
  background: url(../img/second-content/recruit/recruit-about-bg-02.png);
  background-size: 100% auto;
  width: 19.1333vw;
  aspect-ratio: 277 / 285;
  content: "";
  position: absolute;
  right: 28%;
  bottom: -70px;
  z-index: -1;
  background-repeat: no-repeat;
}

.svg-wave-wrapper {
  margin-bottom: -1px;
}

.svg-wave-wrapper-bottom {
  margin-top: -1px;
}


@media (max-width: 600px) {
  .contact-title-text {
    font-size: 20px;
  }

  .cf7-field input,
  .cf7-field textarea {
    padding: 12px 14px;
  }
}


@media screen and (min-width: 750px) {
  .sp_only {
    display: none !important;
  }
}


@media screen and (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
}


.post-single {
  padding: 34px 0 70px;
  position: relative;
  z-index: 3;
}

.post-single-inner {
  width: min(1150px, calc(100% - 40px));
  margin: 0 auto;
}

.post-single-grid {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.post-sidebar {
  max-width: 338px;
  width: 100%;
  flex: 0 0 280px;
}

.side-block {
  margin-bottom: 34px;
}

.side-head-title {
  color: #3B9B65;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  letter-spacing: .02em;
}

.side-head-line {
  margin-top: 10px;
  height: 2px;
  background: #3B9B65;
  width: 100%;
}

.side-list {
  list-style: none;
  padding: 14px 0 0;
  margin: 0;
  display: grid;
  gap: 12px;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
}

li.cat-item {
  font-weight: 500;
}

.side-list a {
  color: #3B4043;
  text-decoration: none;
  opacity: .9;
}

.side-list a:hover {
  opacity: 1;
}

.side-list .count {
  color: #3B4043;
  margin-left: 6px;
}

.side-tags {
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.side-tags a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #3B9B65;
  color: #3B9B65;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0.75rem, 1.6vw, 1rem) !important;
  background: transparent;
}

.side-tags a:hover {
  background: rgba(42, 163, 106, .08);
}

.side-archive {
  list-style: none;
  padding: 14px 0 0;
  margin: 0;
  display: grid;
  gap: 12px;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}

.side-archive li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}

.side-archive li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #3B9B65;
  flex: 0 0 22px;
}

.side-archive li::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("../img/blog/arrow.png") no-repeat center / contain;
  pointer-events: none;
}

.side-archive a {
  text-decoration: none;
  font-weight: 500;
  opacity: .9;
  color: #3B4043;
}

.side-archive a:hover {
  opacity: 1;
}

/*blog*/
.post-main {
  flex: 1;
  min-width: 0;
}

h2.wp-block-heading {
  max-width: 550px;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 54px;
  border-bottom: none;
  background-image: linear-gradient(to right, #3B9B65 50%, transparent 0%);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 0 0 30px;
  font-weight: 500;
  color: #3B9B65;
}

.post-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 28px 34px 34px;
}

.post-topmeta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 12px;
}

.post-topmeta-cat {
  font-weight: bold;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
}

.post-topmeta-sep {}

.post-topmeta-date {
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
}

.post-title {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
}

.post-tagrow {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tagpill {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #3B9B65;
  color: #3B9B65;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  background: transparent;
}

.post-tagpill:hover {
  background: rgba(42, 163, 106, .08);
}

.post-eyecatch {
  margin-top: 18px;
}

.post-eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

.post-content {
  margin-top: 18px;
  font-size: 15px;
  line-height: 2.0;
  color: #3B4043;
}

.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.post-content a {
  color: #3B9B65;
}

.post-content a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.post-nav {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: stretch;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 32px;
}

.post-nav-col {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  min-height: 86px;
}

.post-nav-col-center {
  justify-content: center;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.post-nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.post-nav-link-right {
  justify-content: flex-end;
}

.post-nav-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  font-size: 18px;
  color: #2a2a2a;
}

.post-nav-circle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #3B9B65;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
}

.post-nav-arrow {
  width: 38px;
  height: 38px;
  display: block;
}

.post-nav-home {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-decoration: none;
  color: #3B9B65;
}

.post-nav-home-icon img {
  width: 48px;
  height: 48px;
  display: block;
}

.post-nav-home-text {
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 768px) {
  .post-nav {
    grid-template-columns: 1fr 86px 1fr;
  }

  .post-nav-col {
    padding: 12px 12px;
    min-height: 74px;
  }

  .post-nav-circle {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .post-nav-text {
    font-size: 18px;
  }

  .post-nav-home-icon img {
    width: 50px;
    height: 50px;
  }

  .post-nav-home {
    gap: 0;
  }

  .post-nav-home-text {
    font-size: 11px;
    line-height: 1;
  }

  .post-single-grid {
    flex-direction: column-reverse;
  }

  .post-sidebar {
    max-width: 100%;
  }

}


.post-archive {
  padding: 30px 0 70px;
  position: relative;
  z-index: 3;
}

.post-archive-inner {
  width: min(1150px, calc(100% - 40px));
  margin: 0 auto;
}

.post-archive-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.post-archive-side {
  width: 280px;
  flex: 0 0 280px;
}

.post-archive-main {
  flex: 1;
  min-width: 0;
}

.post-archive-list {
  display: grid;
  gap: 48px;
}

.post-archive-card {
  display: grid;
  grid-template-columns: 34% 66%;
  text-decoration: none;
  color: inherit;
}

.post-archive-card-media {
  background: #ededed;
}

.post-archive-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.post-archive-card-body {
  background: #fff;
  padding: 26px 26px 22px;
  position: relative;
}

.post-archive-card-badge {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 18px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.post-archive-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.post-archive-card-tag {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #3B9B65;
  color: #3B9B65;
  font-weight: 500;
  font-size: 12px;
  font-size: clamp(0.75rem, 1.6vw, 1rem) !important;
}

.post-archive-card-title {
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 900;
  line-height: 1.5;
}

.post-archive-card-excerpt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.9;
}

.post-archive-card-date {
  margin-top: 18px;
  text-align: right;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
}

.post-archive-pager {
  text-align: center;
  margin-top: 40px;
}

.post-archive-pager .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.post-archive-pager a,
.post-archive-pager span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}

.post-archive-pager a {
  color: #3B9B65;
  border: 2px solid rgba(42, 163, 106, .35);
  background: transparent;
}

.post-archive-pager .current {
  background: #3B9B65;
  color: #fff;
  border: 2px solid #3B9B65;
}

.header-burger.sp_only {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 30px;
  height: 40px;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  z-index: 10;
}

.header-burger.sp_only span {
  width: 30px;
  height: 1px;
  background: #222;
  display: block;
}

.header-burger.sp_only span:nth-child(1) {
  margin-top: 2px;
}

.header-burger.sp_only span:nth-child(2) {
  margin-top: 6px;
}

.header-burger.sp_only span:nth-child(3) {
  margin-top: 6px;
}

.header-burger.sp_only::after {
  content: "MENU";
  font-size: 9px;
  letter-spacing: .12em;
  margin-top: 6px;
  line-height: 1;
  color: #3B4043;
}

.sp-menu {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.sp-menu.is-open {
  display: block;
}

.sp-menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
}

.sp-menu-acc-title-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.sp-menu-acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-menu-panel {
  position: absolute;
  inset: 0;
  background: #3B9B65;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-menu-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 22px 18px 18px;
}

.sp-menu-brand {
  width: 46%;
}

.sp-menu-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}


.sp-menu-link {
  display: block;
  padding: 18px 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}

.sp-menu-item {
  border-bottom: 1px solid #fff;
}

.sp-menu-acc {
  width: 90%;
  margin: 0 auto;
}

.sp-menu-acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}

.sp-menu-acc-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #3B9B65;
}

.sp-menu-acc-panel {
  display: none;
  padding: 0 18px 16px;
}

.sp-menu-item.is-open .sp-menu-acc-panel {
  display: grid;
  gap: 3px;
}

.sp-menu-acc a:last-child {
  border-bottom: none;
}

.sp-menu-sub-link {
  display: block;
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  padding: 2px 0;
  font-size: 13px;
}

.sp-menu-footer {
  margin-top: 18px;
  padding: 18px;
  background: #fff;
}

.sp-menu-address {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.sp-menu-sns {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.sp-menu-sns-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  font-weight: 800;
}


.js-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}




@media screen and (max-width: 1150px) {

  .message,
  .engagement-inner,
  .sdgs .sdgs-flex,
  .sdgs-image,
  .sdgs-note,
  .activities-inner,
  .recruit-inner,
  .recruit-bg,
  .company-inner,
  .home .service-inner,
  .column-inner,
  .news-inner,
  .footer-inner,
  .sustainability-csr,
  .sustainability-message,
  .sustainability-sdgs,
  .company-philosophy,
  .company-company,
  .company-history,
  .sustainability-achievements,
  .sustainability-eco,
  .company-greeting,
  .company-slogan,
  .second-content .service-section,
  .contact-page-inner,
  .privacy-page-inner,
  .second-content .service-lead,
  .recruit-about-inner,
  .recruit-candidate,
  .recruit-interview,
  .recruit-benefits,
  .recruit-job-inner,
  .recruit-apply,
  .recruit-contact-page-inner {
    width: 90%;
    margin: 0 auto;
  }

  .engagement-item {
    width: 40%;
  }

  .recruit-flex {
    padding: 5.5rem 1.6875rem 1.5rem 3.75rem;
  }

}

@media screen and (max-width: 1050px) {
  .recruit-flex {
    padding: 4rem 1.6875rem 1.5rem 3.75rem;
  }
}

@media screen and (max-width: 991px) {

  .recruit-flex {
    padding: clamp(1rem, 4vw, 6rem) 1rem 1rem 2rem;
  }

  .recruit .recruit-head,
  .recruit .recruit-head {
    padding-bottom: 0.2rem;
  }

  .recruit .recruit-head .title-p {
    padding-top: 0.2rem;
  }

  .company-flex {
    padding: 3rem;
  }
}

@media (max-width: 980px) {
  .post-archive-grid {
    flex-direction: column-reverse;
  }

  .post-archive-side {
    width: 100%;
    flex-basis: auto;
  }

  .post-archive-card {
    grid-template-columns: 1fr;
  }

  .post-archive-card-body {
    padding: 20px 18px 18px;
  }

  .recruit-candidate-points {
    flex-wrap: wrap;
    justify-content: center;
  }

  .recruit-about-text {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {

  .sustainability-text-top {
    padding-top: 1.0625rem;
  }

  .message {
    padding-bottom: 3rem;
  }

  .message-flex {
    display: flex;
    gap: 45px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .message-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }

  .engagement-head {
    padding: 3.375rem 0 1.0625rem 0;
  }

  .engagement-item {
    width: 100%;
  }

  .engagement-footer {
    max-width: 221px;
    padding: 2.5rem 0 3.5625rem;
  }

  .sdgs {
    padding-bottom: 8.4375rem;
  }

  .sdgs .sdgs-flex {
    padding: 5rem 0 1.5625rem;
  }

  .sdgs .sdgs-note {
    padding-top: 1.875rem;
  }

  .sdgs .sdgs-text .sdgs-p {
    padding-top: 1.0625rem;
  }

  .sdgs .sdgs-flex {
    flex-direction: column;
  }

  .activities,
  .column {
    padding-bottom: 6.5625rem;
  }

  .activities-flex,
  .column-flex {
    flex-direction: column;
  }

  .activities-item,
  .column-item {
    max-width: 750px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
  }

  .activities-footer,
  .column-footer {
    max-width: 221px;
    padding: 2.5rem 0 0;
  }

  .activities-item-image,
  .column-item-image {
    max-width: 128px;
    width: 100%;
  }

  .activities-item a,
  .column-item a {
    display: flex;
    gap: 15px;
  }

  .activities-item-image img,
  .column-item-image img {
    border-radius: 10px;
    min-width: 128px;
    width: 100%;
    height: 90px;
    object-fit: cover;
  }

  .activities-item-text p,
  .column-item-text p {
    text-align: left;
    padding: 0;
  }

  .recruit-flex {
    padding: 5rem 0 5rem 0;
  }

  .recruit .recruit-head .title-p {
    line-height: 1;
    text-align: center;
  }

  .recruit .recruit-head {
    max-width: 170px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }

  .recruit-cta {
    justify-content: center;
    max-width: 221px;
  }

  .recruit-desc {
    width: 82%;
    margin: 0 auto;
  }

  .recruit-cta-flexbox {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  .about {
    padding-bottom: 5.6875rem;
  }

  .about::before {
    top: -30px;
  }

  .company-desc {
    padding-top: 1.0625rem;
  }

  .company-flex {
    padding: 3rem 1rem;
    flex-direction: column;
    align-items: center;
  }

  .company-image {
    width: 80%;
  }

  .company-cta {
    padding-top: 0;
    max-width: 221px;
  }

  .home .service {
    padding-bottom: 6.0625rem;
  }

  .home .service-text {
    padding-bottom: 1.0625rem;
    padding-top: 1.5rem;
  }

  .home .service-flex {
    gap: 3px;
    justify-content: space-around;
  }

  .home .service-item {
    flex-direction: column;
    gap: 0px;
    width: 94px;
    height: 96px;
  }

  .home .service-icon-text {
    width: 95%;
    text-align: center;
    line-height: 1.2;
    padding: 0;
  }

  .home .service::after {
    width: 51vw;
    right: -14%;
    top: -5%;
  }

  .home .service::before {
    width: 70vw;
    left: -35%;
    top: 52%;
  }

  .home .service-footer {
    max-width: 221px;
    padding: 2.5rem 0 0;
  }

  .column::before {
    width: 103vw;
    right: -30%;
    bottom: -25%;
  }

  .news li {
    padding: 20px 0;
  }

  .news li a {
    align-items: center;
    flex-direction: column;
  }

  .news-item-left {
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: left;
    width: 100%;
    gap: 0;
  }

  .news-item-category {
    margin-right: 0;
    width: 127px;
    height: 27px;
  }

  .news .news-item-date {
    margin-right: 2rem;
  }

  .news-item-right {
    width: 100%;
  }

  .news-more {
    justify-content: center;
  }

  .news-more img {
    max-width: 58px;
  }

  .recruit {
    padding-bottom: 5rem;
  }

  .footer {
    height: auto;
    padding-bottom: 1rem;
  }

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

  .footer-logo {
    padding: 3rem 0 2rem 0;
  }

  .footer-info {
    line-height: 2.2;
  }

  .footer-bottom-flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-sns {
    padding: 2rem 0 1rem 0;
  }

  .sustainability-message {
    flex-direction: column;
  }

  .sustainability-message-text {
    padding: 1.9375rem 0;
  }

  .sustainability-sdgs-side {
    margin: 0 auto;
    padding: 3rem 0 0;
  }

  .sustainability-eco-item {
    flex-direction: column;
    padding: 0 0 1.25rem 0;
  }

  .second-content .sustainability-sdgs-side {
    width: 50%;
  }

  .second-content .sustainability-achievements-list {
    justify-content: center;
  }

  .second-content .sustainability-achievements-item {
    width: 100%;
  }

  .second-content .sustainability-eco-item-media {
    max-width: 193px;
    margin: 0 auto;
  }

  .second-content .sustainability-activities .activities-flex {
    padding: 1.875rem 0 0;
  }

  .second-content .sustainability-csr {
    padding-top: 4.125rem;
  }

  .second-content .sustainability-csr .sustainability-csr-text {
    padding: 1.875rem 0 5rem 0;
  }

  .second-content .sustainability-message-rigth {
    padding-top: 1.875rem;
  }

  .second-content .sustainability-achievements {
    padding-top: 5rem;
  }

  .second-content .sustainability-sdgs .sustainability-sdgs-flex {
    padding: 5rem 0 1.875rem;
  }

  .second-content .sustainability-eco {
    padding-top: 5rem;
  }

  .second-content .sustainability-eco-lead {
    padding: 1.875rem 0 2.1875rem;
  }

  .second-content .sustainability-eco-inner {
    z-index: 1;
  }

  .second-content .sustainability-eco-inner::after {
    right: -14%;
    top: 230px;
    width: 26vw;
    z-index: -1;
  }

  .second-content .sustainability-eco {
    padding-bottom: 5rem;
  }

  .second-content .service-icon-text {
    text-align: center;
    line-height: 1.2;
    padding: 0;
  }

  .second-content .servicepage-title {
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 6px;
  }

  .second-content .service-page-title-img img {
    max-width: 39px;
  }

  .second-content .servicepage-title span {
    padding: 0 0 0 10px;
  }

  .second-content .service-body-text {
    padding: 2.125rem 0 1.875rem 0;
  }

  .second-content .service-funeral-info__text {
    padding: 1.0625rem 0;
  }

  .second-content .company-greeting-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 0 0;
    gap: 0;
  }

  .second-content .company-greeting-right {
    padding: 0;
  }

  .second-content .company-philosophy-flex {
    gap: 0;
    flex-direction: column;
  }

  .second-content .company-philosophy {
    padding: 5rem 0 4.5rem 0;
  }

  .second-content .company-philosophy-lead {
    line-height: 24px;
  }

  .second-content .company-company-row,
  .second-content .company-history-row {
    flex-direction: column;
  }

  .second-content .company-philosophy-card {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0 0 0;
  }

  .second-content .company-company-table,
  .second-content .company-history-table {
    margin: 3.125rem auto 5rem;
  }

  .second-content .company-slogan {
    padding-bottom: 5rem;
  }

  .second-content .company-slogan-text {
    text-align: center;
    font-weight: bold;
    padding: 2rem 0 0;
  }

  .second-content .service-item {
    flex-direction: column;
    gap: 0px;
    width: 94px;
    height: 96px;
  }

  .second-content .service-flex {
    gap: 3px;
    justify-content: space-around;
  }

  .second-content .service-section {
    padding: 5rem 0 0 0;
  }

  .second-content .service-footer {
    max-width: 221px;
  }

  .second-content .service-footer {
    padding: 2.5rem 0 5rem;
  }

  .second-content .service-funeral-flex {
    flex-direction: column;
  }

  .second-content .service-gallery {
    flex-wrap: wrap;
    gap: 15px;
  }

  .second-content .service-gallery__item {
    width: 47%;
  }

  .second-content .contact-tel-link {
    letter-spacing: 1px;
  }

  .second-content .contact-tel-icon img {
    max-width: 40px;
    padding-top: 7px;
  }

  .second-content .contact-tel-content {
    padding-top: 1.875rem;
    padding-bottom: 1.1875rem;
  }

  .second-content .contact-tel-note {
    text-align: center;
    padding-bottom: 0;
    font-weight: bold;
  }

  .second-content .contact-mail {
    padding-top: 4.7rem;
  }

  .second-content .contact-form {
    padding: 2.1875rem 0 5rem;
  }

  .second-content .contact-page-title span {
    padding: 0;
  }

  .second-content .cf7-privacy {
    margin-top: 1rem;
  }

  .second-content .contact-intro {
    padding: 0 0 3rem;
  }

  .second-content .page-title span {
    padding: 0;
    letter-spacing: -0.04em;
  }

  .second-content .privacy-text {
    padding: 1rem 0 2rem;
  }

  .second-content .service-lead {
    padding-bottom: 2rem;
  }

  .second-content-recruit {
    padding-top: 72px;
  }

  .recruit-header__image {
    position: static;
    width: 100%;
  }

  .recruit-header {
    aspect-ratio: auto;
    height: auto;
    overflow: hidden;
  }

  .recruit-header__inner {
    position: static;
    padding: 0;
    background: #006AAC;
    max-width: 100%;
  }

  .recruit-header__text {
    padding: 12px 0 20px;
    text-align: center;
    height: auto;
  }

  .recruit-header__title {
    height: 32px;
    font-size: 15px;
  }

  .recruit-header__subtitle {
    font-size: 26px;
  }

  .recruit-header__image img {
    vertical-align: bottom;
  }

  .recruit-nav-inner {
    width: 100%;
    padding: 0;
  }

  .recruit-nav-icon img {
    max-width: 44px;
  }

  .recruit-nav-item {
    width: 44%;
    border-radius: 0;
    padding: 0 0 1.3rem;
  }

  .recruit-nav-icon {
    padding-top: 1rem;
  }

  .recruit-nav-title {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .recruit-nav-sub {
    line-height: 1;
    padding-top: 0;
    font-size: 0.625rem;
  }

  .recruit-nav-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #006AAC;
  }

  .recruit-nav-list {
    gap: 12px
  }

  .recruit-about {
    padding-top: 3.125rem;
    position: relative;
  }

  .recruit-about-flex {
    flex-direction: column;
  }

  .recruit-about-text {
    width: 100%;
  }

  .recruit-about-image::before {
    width: 85.1333vw;
    right: -39%;
    top: 24rem;
  }

  .recruit-about-image::after {
    width: 50.1333vw;
    position: absolute;
    right: auto;
    left: -11%;
  }

  .recruit-about-cta {
    max-width: 221px;
    margin: 0 auto;
  }

  .recruit-about-image img {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 1.3rem;
  }

  .recruit-candidate {
    padding-top: 2.5rem;
    position: relative;
    z-index: 3;
  }

  .recruit-candidate-flex {
    display: block;
  }

  .recruit-candidate-text p {
    padding-top: 1.0625rem;
  }

  .recruit-candidate-points {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }

  .recruit-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    gap: 22px;
  }

  .recruit-benefits-item {
    max-width: 142px;
    width: 100%;
    padding: 0;
    height: 129px;
    border-radius: 18px;
  }

  .recruit-benefits-icon {
    width: 82px;
    height: 54px;
  }

  .recruit-benefits-text {
    line-height: 1.8;
  }

  .recruit-interview {
    padding-top: 8rem;
  }

  .recruit-interview-item {
    max-width: 100%;
  }

  .recruit-interview-list {
    flex-direction: column;
    align-items: center;
    margin-top: 1.9375rem;
  }

  .recruit-interview-item-box {
    margin-bottom: 1.1875rem;
  }

  .recruit-message {
    margin-top: clamp(3.8125rem, 8vw, 7.5rem);
    padding: 2.8125rem 0;
  }

  .recruit-message .message {
    padding-bottom: 0;
  }

  .recruit-flow-video-cap {
    margin: 0 auto;
    text-align: center;
  }

  .recruit-flow-video-cap p {
    font-weight: 500;
  }

  .recruit-flow-layout {
    grid-template-columns: 1fr;
  }

  .recruit-flow-lead p {
    margin: 1.0625rem 0 0;
  }

  .recruit-flow-deco-right {
    width: clamp(8rem, 24vw, 22.125rem);
    top: clamp(38rem, 6vw, 6rem);
  }

  .recruit-flow-deco-left {
    left: auto;
    width: clamp(8rem, 22vw, 19.5rem);
    top: clamp(67rem, 12vw, 12rem);
    right: 7%;
  }

  .recruit-flow-note p {
    margin-top: 0.1875rem;
  }

  .recruit-flow-thumbs {
    grid-template-columns: 1fr;
    margin-top: 4.375rem;
  }

  .recruit-job-contents {
    padding: 1rem;
  }

  .recruit-job-content {
    padding: 0;
    width: 100%;
  }

  .recruit-job-table {
    border: 0;
  }

  .recruit-job-row {
    grid-template-columns: 1fr;
    border: 0;
  }

  .recruit-job-tab img {
    width: 44px;
  }

  .recruit-job-tabs {
    gap: 11px;
    max-width: 750px;
    width: 98%;
    margin: 1.0625rem auto 0 auto;
  }

  .recruit-job-tab {
    border-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .recruit-job-text {
    padding: 0.5rem 0 1.5rem;
    line-height: 2;
  }

  .recruit-job-th {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    border: 1px solid #CDD6DD;
  }

  .recruit-apply {
    padding-top: 5rem;
  }

  .recruit-apply-steps {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 1.375rem;
  }

  .recruit-apply-step {
    flex-direction: row;
    align-items: center;
    text-align: center;
    border-radius: 15px;
  }

  .recruit-job-tab-flex {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 8px 0 8px 2px;
  }

  .recruit-nav-sub {
    line-height: 1;
    padding-top: 0;
    font-size: 0.625rem;
  }

  .recruit-contact-page-inner .recruit-contact-tel-link {
    letter-spacing: 1px;
  }

  .recruit-contact-page-inner .recruit-contact-tel-icon img {
    max-width: 40px;
    padding-top: 7px;
  }

  .recruit-apply-step-text {
    text-align: left;
  }

  .recruit-apply-step-icon {
    max-width: 112px;
    width: 100%;
  }

  .recruit-contact-page-inner .recruit-contact-tel-note {
    text-align: center;
    padding-bottom: 0;
    font-weight: bold;
  }

  .recruit-contact-page-inner .recruit-contact-contact-intro {
    padding: 0 0 2rem;
  }

  .recruit-contact-intro {
    padding: 3.125rem 0 3.125rem;
  }

  .recruit-contact-page-title span {
    padding: 0;
  }

  .recruit-contact-tel-content {
    padding-top: 1.875rem;
    padding-bottom: 1.1875rem;
  }

  .recruit-contact-mail {
    padding: 3.75rem 0 0 0;
  }

}

#greetings,
#philosophy,
#overview,
#history,
#sustainability-activities,
#sustainability-csr {
  scroll-margin-top: 120px;
}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
  z-index: 5;
}

.privacy {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 1rem;
}

/*共通セカンド*/
.second-common-inner {
  position: relative;
  z-index: 2;
}

.second-common-intro {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 10rem;
}
