@charset "UTF-8";
.c-sidenav-nav {
  top: 34rem;
  height: calc(100% - 34rem);
}

#mv {
  clip-path: inset(0);
  overflow: hidden;
}
#mv .sec-outer {
  margin-top: 88px;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 22.8rem;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
#mv .sec-bg {
  position: absolute;
  width: calc(100% - 70px);
  height: 100%;
  top: 0;
  left: 35px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
  background: url(../img/common/bg-image.png) center bottom/cover no-repeat;
  z-index: -2;
  border-radius: 24px;
  overflow: hidden;
}
#mv .sec-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000000 0%, transparent 100%);
  z-index: -1;
  border-radius: 24px;
}
#mv .sec-bg img {
  flex: 0 0 auto;
  height: 21.8rem;
  overflow: hidden;
  margin-left: 5.6rem;
}
#mv .sec-bg img:first-child {
  animation: loop 50s -25s linear infinite;
}
#mv .sec-bg img:last-child {
  animation: loop2 50s linear infinite;
}
#mv .sec-box {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
#mv .sec-box-inner {
  display: flex;
  align-items: flex-end;
  padding-bottom: 36px;
}
#mv .sec-title {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 46px;
  padding-bottom: 42px;
  white-space: nowrap;
}
#mv .sec-title .en {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #E81E10;
  writing-mode: sideways-lr;
}
#mv .sec-title .ja {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  writing-mode: vertical-lr;
  position: relative;
}
#mv .sec-title .ja::before {
  position: absolute;
  content: "";
  width: 98px;
  height: 47px;
  bottom: -30px;
  right: -20px;
  background: url(../img/top/figure-curve.svg) center/contain no-repeat;
}
#mv .sec-images {
  max-width: 614px;
  width: 100%;
  display: flex;
  gap: 0 8px;
}
#mv .sec-images .image {
  width: 100%;
  aspect-ratio: 199/133;
}
@media print, screen and (max-width: 1920px) {
  #mv .sec-bg {
    background: url(../img/common/bg-image.png) 19px bottom/auto 129.4% no-repeat;
  }
}
@media print, screen and (max-width: 1024px) {
  #mv .sec-outer {
    padding-bottom: 10rem;
  }
  #mv .sec-bg {
    padding-bottom: 5rem;
    background: url(../img/common/bg-image.png) center bottom/auto 150% no-repeat;
  }
  #mv .sec-bg img {
    height: 5.2rem;
    margin-left: 1.3rem;
  }
  #mv .sec-box-inner {
    display: block;
    padding-bottom: 40px;
  }
  #mv .sec-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  #mv .sec-title .en {
    font-size: 24px;
    writing-mode: initial;
  }
  #mv .sec-title .ja {
    display: inline-block;
    font-size: 55px;
    writing-mode: initial;
  }
  #mv .sec-title .ja::before {
    width: 1em;
    height: 1em;
    bottom: -0.3em;
    right: -0.5em;
    transform: rotate(-28deg);
  }
  #mv .sec-images {
    display: flex;
    justify-content: center;
    gap: 0 5px;
  }
  #mv .sec-images .image {
    aspect-ratio: 199/133;
    max-width: 199px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #mv .sec-outer {
    margin-top: 100px;
    padding-top: 86px;
    padding-bottom: 68px;
    padding-left: 24px;
    padding-right: 24px;
  }
  #mv .sec-bg {
    width: 100%;
    left: 0;
    padding-bottom: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3019607843), rgba(0, 0, 0, 0)), url(../img/common/bg-image.png) 55% bottom/auto 127% no-repeat;
  }
  #mv .sec-bg::before {
    background: linear-gradient(to bottom, rgb(36, 25, 21) 0%, rgb(36, 25, 21) 25%, rgba(36, 25, 21, 0) 50%, rgba(36, 25, 21, 0) 100%);
  }
  #mv .sec-bg img {
    height: 48px;
  }
  #mv .sec-box-inner {
    flex-direction: column;
    padding-bottom: 60px;
  }
  #mv .sec-title {
    margin-bottom: 128px;
  }
  #mv .sec-title .en {
    font-size: 2.4rem;
  }
  #mv .sec-title .ja {
    font-size: 4rem;
  }
  #mv .sec-images {
    max-width: none;
    width: 100vw;
    margin-left: calc(-1 * (50vw - 50%));
    margin-right: calc(-1 * (50vw - 50%));
  }
  #mv .sec-images .image {
    aspect-ratio: 128/130;
    max-width: 150px;
  }
}

#introduction .sec-inner {
  display: flex;
  align-items: flex-start;
  gap: 0 6.5rem;
  margin-top: 117px;
  margin-bottom: 21px;
}
#introduction .sec-text {
  padding-top: 5rem;
  position: relative;
  max-width: 740px;
  width: 100%;
  margin-bottom: 15rem;
}
#introduction .sec-text::before {
  content: "";
  position: absolute;
  width: 24.7rem;
  height: 20.5rem;
  bottom: -13.3rem;
  right: 0;
  background: url(../img/strengths/introduction-deco.png) center/contain no-repeat;
  z-index: -1;
}
#introduction .sec-text .title {
  font-size: 4rem;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.4em;
}
#introduction .sec-text .text {
  font-size: 2.8rem;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 2;
}
#introduction .sec-text .text + .text {
  margin-top: 24px;
}
#introduction .sec-image {
  position: relative;
  width: 100%;
  max-width: 75.5rem;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
#introduction .sec-image .circle {
  position: absolute;
  display: block;
  width: 38.54%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  transition: box-shadow 0.8s, opacity 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  opacity: 0;
}
#introduction .sec-image .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  -o-object-fit: contain;
     object-fit: contain;
}
#introduction .sec-image .circle svg circle {
  stroke-dashoffset: 470.0973053849px;
  stroke-dasharray: 470.0973053849px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#introduction .sec-image .circle:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#introduction .sec-image .circle:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
#introduction .sec-image .circle:nth-of-type(3) {
  bottom: 0;
  right: 0;
}
#introduction .sec-image .circle.inview {
  opacity: 1;
  box-shadow: 1px 1px 10px 3px rgba(1, 141, 210, 0.2);
}
#introduction .sec-image .circle.inview svg circle {
  stroke-dashoffset: 0;
}
#introduction .sec-image .en {
  margin-bottom: 0.58em;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.4rem;
}
#introduction .sec-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 1024px) {
  #introduction .sec-inner {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
  }
  #introduction .sec-text {
    margin-bottom: 0;
  }
  #introduction .sec-text::before {
    width: 20rem;
    height: 17em;
    bottom: -19rem;
  }
  #introduction .sec-text .title {
    font-size: 3.1rem;
  }
  #introduction .sec-text .text {
    font-size: 22px;
  }
  #introduction .sec-image {
    max-width: 500px;
    font-size: 28px;
  }
  #introduction .sec-image .en {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #introduction .sec-inner {
    margin-top: 90px;
  }
  #introduction .sec-text {
    padding-top: 0;
    margin-bottom: 0;
  }
  #introduction .sec-text::before {
    width: 16.9rem;
    height: 14.1rem;
    bottom: -9.3rem;
    right: -53px;
  }
  #introduction .sec-text .title {
    font-size: 2.3rem;
    line-height: 1.8;
    white-space: nowrap;
  }
  #introduction .sec-text .text {
    font-size: 16px;
    line-height: 1.8;
  }
  #introduction .sec-text .text + .text {
    margin-top: 1em;
  }
  #introduction .sec-image {
    max-width: 300px;
    width: 100%;
    font-size: 16px;
  }
  #introduction .sec-image .en {
    font-size: 12px;
  }
}

#anchor .sec-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 59px;
}
#anchor .sec-list .item {
  border-radius: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  max-width: 543px;
  width: 100%;
  padding: 22px 16px 22px 22px;
}
#anchor .sec-list .item::before, #anchor .sec-list .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}
#anchor .sec-list .item::before {
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #FFFFFF;
  z-index: -1;
}
#anchor .sec-list .item::after {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: inherit;
  z-index: -2;
}
#anchor .sec-list .item:hover .arw::before {
  background-image: url(../img/common/icon-arrow-white.svg);
}
#anchor .sec-list .item:hover .arw::after {
  opacity: 1;
}
#anchor .sec-list .title {
  border-bottom: 1px solid #241915;
  font-size: 24px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 57px 18px 2px;
  max-width: 290px;
  width: 100%;
}
#anchor .sec-list .title .arw {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 43px;
  height: 100%;
  background: url(../img/common/icon-ellipse-gray.svg) center/contain no-repeat;
}
#anchor .sec-list .title .arw::before, #anchor .sec-list .title .arw::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#anchor .sec-list .title .arw::before {
  position: relative;
  margin-top: -1px;
  background: url(../img/common/icon-arrow.svg) center/10px no-repeat;
  transform: rotate(90deg);
  z-index: 2;
}
#anchor .sec-list .title .arw::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon-ellipse.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
#anchor .sec-list .title .num {
  margin-right: 10px;
  white-space: nowrap;
}
#anchor .sec-list .image {
  max-width: 14.6rem;
  width: 100%;
  aspect-ratio: 146/140;
}
#anchor .sec-list .image img {
  border-radius: 4px;
}
@media print, screen and (max-width: 1024px) {
  #anchor .sec-list {
    flex-direction: column;
  }
  #anchor .sec-list .item {
    max-width: 460px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 22px 16px;
  }
  #anchor .sec-list .title {
    padding: 17px 49px 17px 0;
    max-width: 245px;
  }
  #anchor .sec-list .image {
    max-width: 12.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #anchor .sec-list {
    margin-bottom: 70px;
  }
  #anchor .sec-list .item {
    max-width: 380px;
    border-radius: 16px;
  }
  #anchor .sec-list .title {
    font-size: 21px;
    max-width: 200px;
  }
  #anchor .sec-list .image {
    max-width: 10rem;
    aspect-ratio: 100/80;
  }
}

#strengths {
  max-width: calc(1740px + 4.8rem);
  margin-bottom: 160px;
  padding-left: calc(138px + 4.8rem);
}
#strengths .sec-inner:last-child .sec-box {
  margin-bottom: 0;
}
#strengths .sec-img {
  position: relative;
  left: calc(-138px - 4.8rem);
  right: -2.4rem;
  width: calc(100% + 138px + 7.2rem);
  height: 39.41vw;
  max-height: 678px;
  margin-bottom: -64px;
  z-index: -1;
}
#strengths .sec-img .img {
  width: 100%;
  max-width: 1720px;
  height: 100%;
  margin: 0 auto;
}
#strengths .sec-box {
  padding: 112px 20px;
  margin-bottom: 160px;
}
#strengths .sec-title .title {
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#strengths .sec-text {
  margin-bottom: 40px;
}
#strengths .sec-images {
  display: flex;
  justify-content: space-between;
  gap: 30px 4rem;
}
#strengths .sec-images .image {
  width: 100%;
}
#strengths .sec-images .image img {
  border-radius: 4px;
}
@media print, screen and (max-width: 1024px) {
  #strengths {
    margin-bottom: 100px;
    padding-left: 24px;
  }
  #strengths .sec-img {
    left: -24px;
    right: 0;
    width: 100vw;
    height: 300px;
    margin-bottom: -57px;
  }
  #strengths .sec-box {
    padding: 80px 20px;
    margin-bottom: 110px;
  }
  #strengths .sec-title .title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #strengths {
    margin-bottom: 50px;
  }
  #strengths .sec-img {
    height: 227px;
    margin-bottom: -50px;
  }
  #strengths .sec-box {
    padding: 50px 15px;
    margin-bottom: 70px;
  }
  #strengths .sec-title .title {
    margin-bottom: 8px;
  }
  #strengths .sec-text {
    margin-bottom: 30px;
  }
  #strengths .sec-images {
    flex-direction: column;
  }
}

#service {
  position: relative;
  display: block;
  margin-bottom: -4px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/strengths/service-bg.jpg) center/cover no-repeat;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  color: #fff;
}
#service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #241915;
  opacity: 0.6;
  z-index: -2;
  transition: opacity 0.3s;
}
#service .sec-bg {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: flex;
  width: 4308px;
  z-index: -1;
}
#service .sec-bg img {
  display: block;
  width: 50%;
}
#service .sec-bg img:first-child {
  animation: loop 50s -25s linear infinite;
}
#service .sec-bg img:last-child {
  animation: loop2 50s linear infinite;
}
#service .sec-inner {
  position: relative;
  padding-right: 39rem;
  padding-left: 2.4rem;
}
#service .sec-box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0;
}
#service .sec-title {
  margin-bottom: 22px;
  padding: 45px 20px 45px 37px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 40px;
  font-weight: 900;
}
#service .sec-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  font-weight: 500;
}
#service .sec-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 44%;
  height: 100%;
  transform: translateX(-50%);
  background: url(../img/strengths/service-circle.png) center/contain no-repeat;
  z-index: 5;
}
#service .sec-list .item {
  min-height: 322px;
  padding: 26px 3.2rem 20px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  background-size: 200% 100%;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
}
#service .sec-list .item:nth-child(odd) {
  padding-right: 40%;
}
#service .sec-list .item:nth-child(odd) .num {
  color: #43AD7A;
}
#service .sec-list .item:nth-child(even) {
  padding-left: 40%;
  background-position-x: -100%;
}
#service .sec-list .item:nth-child(even) .inner {
  margin-left: auto;
}
#service .sec-list .item:nth-child(even) .num {
  color: #43AD7A;
}
#service .sec-list .item:nth-child(3), #service .sec-list .item:nth-child(4) {
  padding-top: 77px;
}
#service .sec-list .inner {
  position: relative;
  width: 100%;
  max-width: 259px;
}
#service .sec-list .num {
  position: absolute;
  top: -3rem;
  left: -5px;
  font-size: 23.2rem;
  font-weight: 900;
  line-height: 1;
  z-index: -1;
  white-space: nowrap;
}
#service .sec-list .title {
  margin-bottom: 2.4rem;
  font-size: 6.4rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}
#service .sec-list .en {
  margin-bottom: 3rem;
  font-size: 20px;
  line-height: 1;
}
#service .sec-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 39rem;
  /* height: 100%; */
  height: auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#service .sec-btn .arw {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 21.7rem;
  height: 16.4rem;
  background: url(../img/common/icon-ellipse-gray.svg) center/contain no-repeat;
}
#service .sec-btn .arw::before, #service .sec-btn .arw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#service .sec-btn .arw::before {
  background: url(../img/common/icon-arrow.svg) center/100% 5rem no-repeat;
  z-index: 2;
}
#service .sec-btn .arw::after {
  background: url(../img/common/icon-ellipse.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
#service.-hover::before {
  opacity: 0.9;
}
#service.-hover .sec-btn .arw::before {
  background-image: url(../img/common/icon-arrow-white.svg);
}
#service.-hover .sec-btn .arw::after {
  opacity: 1;
}
@media print, screen and (max-width: 1024px) {
  #service {
    padding-bottom: 250px;
  }
  #service .sec-inner {
    padding-right: 2.4rem;
  }
  #service .sec-title {
    padding: 25px 20px 25px 5px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    font-size: 30px;
  }
  #service .sec-list {
    gap: 10px;
  }
  #service .sec-list::before {
    max-width: 350px;
    width: 100%;
  }
  #service .sec-list .item {
    border-radius: 13px;
  }
  #service .sec-list .num {
    top: 4px;
    left: 0;
    font-size: 17rem;
  }
  #service .sec-list .title {
    margin-bottom: 17px;
    font-size: 4.5rem;
  }
  #service .sec-list .en {
    font-size: 18px;
  }
  #service .sec-btn {
    bottom: -118px;
    right: 24px;
    flex-direction: row;
    gap: 0 12px;
    width: auto;
    height: auto;
    font-size: 20px;
  }
  #service .sec-btn .arw {
    width: 122px;
    height: 96px;
  }
  #service .sec-btn .arw::before {
    background: url(../img/common/icon-arrow.svg) center/100% 24px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  #service {
    padding-bottom: 148px;
  }
  #service .sec-bg {
    width: 635vw;
  }
  #service .sec-title {
    padding: 8px 20px 8px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
  }
  #service .sec-list::before {
    max-width: 210px;
  }
  #service .sec-list .item {
    min-height: 370px;
    padding: 30px 10px 109px;
    border-radius: 10px;
  }
  #service .sec-list .item:nth-child(odd) {
    padding-right: 10px;
  }
  #service .sec-list .item:nth-child(even) {
    padding-left: 20px;
  }
  #service .sec-list .item:nth-child(3), #service .sec-list .item:nth-child(4) {
    padding-top: 110px;
    padding-bottom: 29px;
  }
  #service .sec-list .num {
    font-size: 12rem;
  }
  #service .sec-list .title {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  #service .sec-list .en {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  #service .sec-btn {
    bottom: -64px;
    font-size: 16px;
  }
  #service .sec-btn .arw {
    width: 61px;
    height: 48px;
  }
  #service .sec-btn .arw::before {
    background: url(../img/common/icon-arrow.svg) center/100% 12px no-repeat;
  }
}/*# sourceMappingURL=strengths.css.map */