@charset "UTF-8";
section {
 position: relative;
 width: 100%;
}

.bg {
 position: relative;
 padding: 0 0 120px;
 background: url(/common/img/common_bg.webp) center top;
}
@media screen and (max-width: 1024px) {
 .bg {
  padding-bottom: 70px;
 }
}
@media screen and (max-width: 600px) {
 .bg {
  padding-top: 0;
 }
}

.bg2 {
 padding-bottom: 90px;
 background: url(/common/img/common_bg.webp) center top;
}
@media screen and (max-width: 1024px) {
 .bg2 {
  padding-bottom: 45px;
 }
}

.strength {
 counter-reset: number 0;

 --pd: 100px;
}
.strength--block {
 position: relative;
 padding: 90px 0;
}
@media screen and (max-width: 600px) {
 .strength--block {
  padding: 40px 0;
 }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
 .strength--block:nth-child(odd) .strength--block_deco {
  left: 0;
 }
}
@media screen and (min-width: 1024px) {
 .strength--block:nth-child(odd) .strength--block_inner {
  grid-template-columns: 1fr 240px;
  padding-right: var(--pd);
 }
}
@media screen and (min-width: 1024px) {
 .strength--block:nth-child(odd) .strength--block_txt {
  order: 2;
 }
}
@media screen and (min-width: 600px) {
 .strength--block:nth-child(odd) .strength--block_img .swiper-wrapper {
  justify-content: flex-end;
 }
}
.strength--block:nth-child(even) {
 background: var(--white);
}
@media screen and (min-width: 1024px) {
 .strength--block:nth-child(even) .strength--block_inner {
  grid-template-columns: 240px 1fr;
  padding-left: var(--pd);
 }
}
.strength--block:last-child {
 padding-bottom: 160px;
 background: linear-gradient(to top, transparent, var(--white) 160px);
}
@media screen and (max-width: 600px) {
 .strength--block:last-child {
  padding-bottom: 90px;
 }
}
.strength--block_deco {
 position: absolute;
 right: 0;
 bottom: 0;
}
@media screen and (max-width: 600px) {
 .strength--block_deco {
  position: static;
  margin-left: auto;
  scale: 0.6;
  transform-origin: right center;
 }
}
.strength--block_inner {
 display: grid;
 position: relative;
 width: 90%;
 max-width: 1100px;
 gap: 40px;
 margin: 0 auto;
}
@media screen and (max-width: 1024px) {
 .strength--block_inner {
  gap: 20px;
 }
}
.strength--block_txt {
 display: flex;
 width: 100%;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 gap: 15px;
 padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
 .strength--block_txt {
  padding: 0;
 }
}
@media screen and (max-width: 1000px) {
 .strength--block_txt {
  align-items: flex-start;
 }
}
.strength--block_txt h2 {
 display: flex;
 line-height: 1.45;
 align-items: center;
 font-weight: 500;
 font-size: 40px;
 letter-spacing: 0.075em;
}
@media screen and (min-width: 1024px) {
 .strength--block_txt h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: normal;
 }
}
@media screen and (max-width: 1024px) {
 .strength--block_txt h2 {
  font-size: 25px;
 }
}
@media screen and (max-width: 600px) {
 .strength--block_txt h2 {
  width: 100%;
  font-size: 22px;
  white-space: nowrap;
 }
}
.strength--block_txt h2:before {
 content: counter(number, decimal-leading-zero);
 display: flex;
 writing-mode: horizontal-tb;
 width: 180px;
 justify-content: center;
 align-items: center;
 margin-bottom: -0.65em;
 background: url(/strength/img/circle.webp) center/cover;
 font-weight: 400;
 font-size: 60px;
 letter-spacing: -0.01em;
 counter-increment: number;

 aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
 .strength--block_txt h2:before {
  width: 90px;
  font-size: 30px;
 }
}
@media screen and (max-width: 1000px) {
 .strength--block_txt h2:before {
  margin: 0 -0.55em 0 0;
 }
}
@media screen and (max-width: 600px) {
 .strength--block_txt h2:before {
  width: 75px;
  flex-shrink: 0;
  font-size: 25px;
 }
}
.strength--block_txt p {
 line-height: 2;
 font-size: 16px;
 letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
 .strength--block_txt p {
  font-size: 14px;
 }
}
.strength--block_img {
 align-self: flex-start;
 margin-top: 120px;
}
@media screen and (max-width: 1024px) {
 .strength--block_img {
  margin: 0;
 }
}
@media screen and (max-width: 600px) {
 .strength--block_img {
  overflow: hidden;
  padding-bottom: 20px;
 }
}
@media screen and (min-width: 600px) {
 .strength--block_img .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
 }
 .strength--block_img .swiper-wrapper .swiper-slide {
  width: 37%;
  height: auto !important;
 }
 .strength--block_img .swiper-wrapper .swiper-slide:first-child {
  width: 100%;
 }
 .strength--block_img .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
 }
}
.strength--block_img .swiper-pagination {
 display: none;
}
@media screen and (max-width: 600px) {
 .strength--block_img .swiper-pagination {
  display: block;
  position: absolute;
  right: 100px;
  right: 0;
  bottom: 0;
  left: auto;
  width: -moz-max-content;
  width: max-content;
 }
 .strength--block_img .swiper-pagination span {
  width: 9px;
  height: 9px;
  background: #c4c4c4;
  opacity: 1;
 }
 .strength--block_img .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--c_bl);
 }
}
.strength--block_img img {
 border-radius: 10px;
}

.initiatives {
 padding-top: calc(100vw / var(--aspect-ratio) - 400px);

 --width: 3000;
 --height: 1014;
 --aspect-ratio: calc(var(--width) / var(--height));
}
@media screen and (max-width: 1024px) {
 .initiatives {
  padding-top: 100px;
 }
}
.initiatives--main {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 -webkit-mask-image: url(/common/img/arch2_invert.png);
         mask-image: url(/common/img/arch2_invert.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center bottom;
         mask-position: center bottom;
 -webkit-mask-size: 100% auto;
         mask-size: 100% auto;

 --width: 1500;
 --height: 110;
 --aspect-ratio: calc(var(--width) / var(--height));
}
@media screen and (max-width: 1024px) {
 .initiatives--main {
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
 }
}
@media screen and (max-width: 600px) {
 .initiatives--main {
  aspect-ratio: 16/9;
 }
 .initiatives--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
}
.initiatives--ttl {
 display: flex;
 position: relative;
 justify-content: center;
 align-items: center;
}
.initiatives--ttl h2 {
 display: flex;
 writing-mode: vertical-rl;
 text-orientation: upright;
 flex-direction: column;
 align-items: flex-start;
 gap: 10px;
 font-feature-settings: normal;
}
.initiatives--ttl h2 span {
 line-height: 1;
 padding: 15px 10px 10px;
 background: var(--white);
 font-weight: 600;
 font-size: 40px;
 letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
 .initiatives--ttl h2 span {
  font-size: 24px;
 }
}
.initiatives--lead {
 width: 90%;
 line-height: 2;
 margin: 40px auto 60px;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
 .initiatives--lead {
  margin: 30px auto 30px;
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 .initiatives--lead {
  text-align: left;
 }
}
.initiatives--details {
 display: grid;
 width: 90%;
 max-width: 900px;
 align-items: flex-start;
 grid-template-columns: auto 1fr;
 gap: 50px;
 margin: 0 auto 30px;
 padding: 50px 60px;
 background: var(--white);
}
@media screen and (max-width: 1024px) {
 .initiatives--details {
  gap: 4%;
  padding: 25px 4%;
 }
}
.initiatives--details h3 {
 line-height: 1;
 padding: 10px 15px 12px;
 color: var(--white);
 background: var(--c_bl);
 font-weight: bold;
 font-size: 20px;
 letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
 .initiatives--details h3 {
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 .initiatives--details ul {
  grid-column: 1/-1;
 }
}
.initiatives--details ul li {
 line-height: 2;
 padding-left: 1.1em;
 font-size: 16px;
 text-indent: -1.1em;
 letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
 .initiatives--details ul li {
  font-size: 14px;
 }
}
.initiatives--details ul li:before {
 content: "・";
}
.initiatives--slide {
 overflow: hidden;
}
@media screen and (max-width: 600px) {
 .initiatives--slide {
  width: 90%;
  margin: 0 auto;
 }
}
.initiatives--slide img {
 border-radius: 10px;
}
/*# sourceMappingURL=layout.css.map */