.mainVisual-top {
  width: 100dvw;
  height: 100dvh;
}
@media (max-width: 430px) {
  .mainVisual-top {
    height: 100vh;
    margin-bottom: 0;
  }
}
.mainVisual-top .mainVideo {
  width: 100%;
}
.mainVisual-top .mainVideo .video-inner {
  width: 100dvw;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 430px) {
  .mainVisual-top .mainVideo img {
    height: 100vh;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.mainVisual-top {
  position: relative;
}
.mainVisual-top .mainCopy {
  position: absolute;
  bottom: 10dvh;
  right: 13dvw;
  overflow: hidden;
}
@media (max-width: 430px) {
  .mainVisual-top .mainCopy {
    right: 50%;
    translate: 50% 0;
    width: 250px;
    text-align: center;
  }
}
.mainVisual-top .mainCopy .copylogo {
  display: inline-block;
  margin-bottom: 1dvh;
  overflow: hidden;
}
.mainVisual-top .mainCopy .copylogo img {
  opacity: 0;
}
.mainVisual-top .mainCopy .copytext {
  width: 100%;
  color: white;
}
.mainVisual-top .mainCopy .headTtl-1 {
  margin-bottom: 0.5em;
}
.mainVisual-top .mainCopy .headLogo, .mainVisual-top .mainCopy .headTtl-1, .mainVisual-top .mainCopy .headTtl-2 {
  position: relative;
}
.mainVisual-top .mainCopy .headLogo .aniBar, .mainVisual-top .mainCopy .headTtl-1 .aniBar, .mainVisual-top .mainCopy .headTtl-2 .aniBar {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainVisual-top .mainCopy .headLogo p, .mainVisual-top .mainCopy .headTtl-1 p, .mainVisual-top .mainCopy .headTtl-2 p {
  display: inline-block;
  line-height: 2.5em;
  width: 100%;
  font-size: var(--font-size-md);
  opacity: 0;
}
@media (max-width: 430px) {
  .mainVisual-top .mainCopy .headLogo p, .mainVisual-top .mainCopy .headTtl-1 p, .mainVisual-top .mainCopy .headTtl-2 p {
    line-height: 2em;
  }
}
.mainVisual-top .mainCopy .headLogo.aniOn .aniBar, .mainVisual-top .mainCopy .headTtl-1.aniOn .aniBar, .mainVisual-top .mainCopy .headTtl-2.aniOn .aniBar {
  -webkit-animation: baraniW 3s cubic-bezier(0.9, 0, 0.1, 1) forwards;
          animation: baraniW 3s cubic-bezier(0.9, 0, 0.1, 1) forwards;
}
.mainVisual-top .mainCopy .headLogo.aniOn p, .mainVisual-top .mainCopy .headTtl-1.aniOn p, .mainVisual-top .mainCopy .headTtl-2.aniOn p {
  -webkit-animation: baranitxt 3s cubic-bezier(0.9, 0, 0.1, 1) forwards;
          animation: baranitxt 3s cubic-bezier(0.9, 0, 0.1, 1) forwards;
}
.mainVisual-top .mainCopy .headLogo.aniOn img, .mainVisual-top .mainCopy .headTtl-1.aniOn img, .mainVisual-top .mainCopy .headTtl-2.aniOn img {
  -webkit-animation: baranitxt 3s cubic-bezier(0.9, 0, 0.1, 1) forwards;
          animation: baranitxt 3s cubic-bezier(0.9, 0, 0.1, 1) forwards;
}

@-webkit-keyframes baraniW {
  0% {
    left: -100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes baraniW {
  0% {
    left: -100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes baranitxt {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes baranitxt {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.sectionWrap {
  padding: var(--spacing-base);
  text-align: center;
}
.sectionWrap .title {
  width: 24.5vw;
  margin: 0 auto;
  padding-bottom: 4dvh;
}
.sectionWrap .text {
  margin-top: 5.5dvh;
  padding-bottom: 1dvh;
  color: #111111;
}
.sectionWrap .text .sp {
  display: none;
}
@media (max-width: 430px) {
  .sectionWrap .text .sp {
    display: block;
  }
}
.sectionWrap .button-container {
  margin: 6dvh auto 8dvh;
  padding-bottom: 1dvh;
}
@media (max-width: 430px) {
  .sectionWrap .button-container {
    margin: 0;
  }
}

.secTitleWrapVer {
  position: relative;
}
.secTitleWrapVer .secTitleWrapVer-inner {
  position: absolute;
  top: 50%;
  left: calc(-1.3 * var(--variable-range-1));
  translate: 0 -50%;
}
@media (max-width: 430px) {
  .secTitleWrapVer .secTitleWrapVer-inner.businessImg {
    display: none;
  }
}
@media (max-width: 430px) {
  .secTitleWrapVer .secTitleWrapVer-inner {
    rotate: 90deg;
    top: 7%;
  }
}
.secTitleWrapVer .secTitleWrapVer-inner .img-box .title {
  width: var(--variable-range-1);
}

.mission {
  min-height: 46dvh;
  height: 33dvw;
}
@media (max-width: 430px) {
  .mission {
    height: auto;
  }
}
.mission .mission-inner {
  height: 100%;
  display: flex;
  background: linear-gradient(to bottom, #FAF7EE 0%, rgba(252, 252, 250, 0.3490196078) 64%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 430px) {
  .mission .mission-inner {
    flex-direction: column;
  }
}
.mission .mission-inner .mission-img {
  flex-basis: 50%;
}
@media (max-width: 430px) {
  .mission .mission-inner .mission-img {
    min-height: 380px;
  }
}
.mission .mission-inner .mission-text {
  flex-basis: 50%;
}
.mission .mission-inner .mission-img {
  position: relative;
}
.mission .mission-inner .mission-img .img_1 {
  position: absolute;
  top: -4.5dvh;
  left: 0;
  width: 70%;
  aspect-ratio: 382/414;
  z-index: 2;
}
@media (max-width: 430px) {
  .mission .mission-inner .mission-img .img_1 {
    width: 60%;
    aspect-ratio: 220/239;
    top: 20px;
    left: 30px;
  }
}
.mission .mission-inner .mission-img .img_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  aspect-ratio: 205/238;
}
@media (max-width: 430px) {
  .mission .mission-inner .mission-img .img_2 {
    width: 40%;
    aspect-ratio: 120/138;
    top: 200px;
    right: 30px;
  }
}
.mission .mission-inner .section-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex-grow: 1;
}
@media (max-width: 430px) {
  .mission .mission-inner .section-text {
    flex-grow: 0;
  }
}
.mission.backgroundPosition {
  position: relative;
}
@media (max-width: 430px) {
  .mission.backgroundPosition {
    padding-top: var(--spacing-big);
    overflow: hidden;
  }
}
.mission.backgroundPosition:before {
  content: "";
  background: url(./../../inc/image/top/mission-line.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10dvh;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
}
@media (max-width: 430px) {
  .mission.backgroundPosition:before {
    top: 2dvh;
  }
}
.mission.backgroundPosition:after {
  content: "";
  background: url(./../../inc/image/top/circle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50dvh;
  left: 80%;
  width: 40dvw;
  height: 40dvw;
  z-index: -1;
}
@media (max-width: 430px) {
  .mission.backgroundPosition:after {
    top: -5dvh;
    width: 35dvw;
    height: 35dvw;
  }
}

.business .business-inner {
  text-align: center;
}
.business .business-inner .titleWrap {
  display: flex;
  align-items: center;
  gap: 1dvw;
}
@media (max-width: 430px) {
  .business .business-inner .titleWrap {
    gap: 3dvw;
  }
}
.business .business-inner .textWrap {
  width: 81%;
  margin: 5dvh auto 0;
  text-align: center;
  background: linear-gradient(to bottom, #D9E3EF, #FFFFFF);
}
@media (max-width: 430px) {
  .business .business-inner .textWrap {
    width: 100%;
    margin: 3dvh auto 0;
  }
}
.business .business-inner .textWrap .textWrap-inner {
  padding-top: 2dvh;
  padding-bottom: 4dvh;
}
@media (max-width: 430px) {
  .business .business-inner .textWrap .textWrap-inner {
    padding: 2dvh 5dvw 4dvh;
  }
}
.business .business-inner .textWrap .textWrap-inner p {
  line-height: 200%;
}
.business .business-inner .imgWrap-inner {
  display: grid;
  grid-template-columns: 30% repeat(2, 1fr) 30%;
  grid-template-rows: auto;
  grid-column-gap: 3.5dvw;
  grid-row-gap: 8dvh;
  align-items: baseline;
  text-align: center;
  margin: 10dvh 0;
}
.business .business-inner .imgWrap-inner .sa {
  grid-area: 1/1/2/2;
}
.business .business-inner .imgWrap-inner .da {
  grid-area: 1/4/2/5;
}
.business .business-inner .imgWrap-inner .sdc {
  grid-area: 1/2/2/4;
}
.business .business-inner .imgWrap-inner .dd {
  grid-area: 2/1/3/3;
  border-right: 1px solid var(--color-secondary);
}
.business .business-inner .imgWrap-inner .dm {
  grid-area: 2/3/3/5;
}
.business .business-inner .imgWrap-inner .dd, .business .business-inner .imgWrap-inner .dm {
  height: 7.5dvh;
  align-self: center;
}
.business .business-inner .imgWrap-inner .contentsWrap .title {
  font-size: var(--font-size-md);
}
.business .business-inner .imgWrap-inner .upperRow {
  display: flex;
  flex-direction: column;
}
.business .business-inner .imgWrap-inner .upperRow:nth-child(1) {
  padding-right: 10px;
}
.business .business-inner .imgWrap-inner .upperRow:nth-child(2) .upperRow-img {
  width: 100%;
}
.business .business-inner .imgWrap-inner .upperRow:nth-child(3) {
  padding-left: 10px;
}
.business .business-inner .imgWrap-inner .upperRow .upperRow-img {
  margin-bottom: 2.5dvh;
  aspect-ratio: 288/288;
  width: 100%;
}
.business .business-inner .imgWrap-inner .lowerColumn.titleWrap {
  justify-content: center;
}
@media (max-width: 430px) {
  .business .business-inner .imgWrap-inner .lowerColumn.titleWrap {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 430px) {
  .business .business-inner .imgWrap-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 29% 29% 1fr repeat(2, 5%);
    grid-row-gap: 30px;
  }
  .business .business-inner .imgWrap-inner .sa {
    grid-area: 1/1/2/2;
  }
  .business .business-inner .imgWrap-inner .da {
    grid-area: 3/1/4/2;
  }
  .business .business-inner .imgWrap-inner .sdc {
    grid-area: 2/1/3/2;
  }
  .business .business-inner .imgWrap-inner .dd {
    grid-area: 4/1/5/2;
    border-right: none;
  }
  .business .business-inner .imgWrap-inner .dm {
    grid-area: 5/1/6/2;
  }
}
@media (max-width: 430px) {
  .business .business-inner .imgWrap-inner .spLine {
    position: relative;
  }
  .business .business-inner .imgWrap-inner .spLine:after {
    content: "";
    width: 95px;
    border-bottom: 1px solid var(--color-secondary);
    position: absolute;
    top: 50px;
    left: 50%;
    translate: -50% 0;
  }
}

.news .backgroundWrap {
  top: -2dvh;
  height: calc(100% + 2dvh);
}
.news .backgroundWrap .background-inner {
  height: 100%;
}
.news .backgroundWrap .background-inner .lineWrap {
  height: 100%;
  z-index: 0;
}
.news .backgroundWrap .background-inner .lineWrap .news-line {
  height: 100%;
}

.news {
  background-color: var(--color-background-2);
  color: white;
  height: 69.5dvh;
  min-height: 600px;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 430px) {
  .news {
    height: auto;
  }
}
.news .newsWrap {
  height: 100%;
}
.news .newsWrap.secTitleWrapVer .secTitleWrapVer-inner {
  left: var(--variable-range-2);
}
@media (max-width: 430px) {
  .news .newsWrap.secTitleWrapVer .secTitleWrapVer-inner {
    left: 18%;
  }
}
.news .newsWrap.secTitleWrapVer .secTitleWrapVer-inner .title {
  width: var(--variable-range-1);
}
@media (max-width: 430px) {
  .news .newsWrap.secTitleWrapVer .secTitleWrapVer-inner .title {
    width: 45px;
  }
}
.news .news-inner {
  display: grid;
  grid-template-columns: 18% 1fr;
  grid-template-rows: 18% 1fr 18%;
  grid-column-gap: 30px;
  height: 100%;
}
@media (max-width: 430px) {
  .news .news-inner {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 430px) {
  .news .news-inner .fixedPart, .news .news-inner .movingPart {
    height: auto;
    min-height: auto;
  }
}
.news .news-inner .fixedPart {
  grid-area: 2/1/3/2;
}
@media (max-width: 430px) {
  .news .news-inner .fixedPart {
    grid-area: 1/1/2/2;
  }
}
.news .news-inner .movingPart {
  grid-area: 2/2/3/3;
}
@media (max-width: 430px) {
  .news .news-inner .movingPart {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 430px) {
  .news .news-inner {
    padding-top: 11dvh;
  }
}
.news .news-inner .fixedPart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10dvw;
}
@media (max-width: 430px) {
  .news .news-inner .fixedPart {
    width: 100%;
    gap: 2dvh;
  }
  .news .news-inner .fixedPart .flexSp {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .news .news-inner .fixedPart .newsBtn {
    align-self: flex-end;
  }
}
.news .news-inner .movingPart {
  min-width: 125dvw;
  overflow-y: hidden;
}
@media (max-width: 430px) {
  .news .news-inner .movingPart {
    min-width: 100%;
  }
}
.news .news-inner .movingPart .movingPart-inner {
  width: 100%;
}
@media (max-width: 430px) {
  .news .news-inner .movingPart .movingPart-inner {
    width: 220%;
    overflow-x: scroll;
  }
}
.news .news-inner .movingPart .movingPart-inner .newsBox {
  display: flex;
  gap: var(--spacing-lg);
  height: 100%;
  width: 100%;
}
@media (max-width: 430px) {
  .news .news-inner .movingPart .movingPart-inner .newsBox {
    gap: 30px;
  }
}
.news .news-inner .movingPart .movingPart-inner .newsBox a {
  width: calc(125vw - var(--spacing-lg) / 5);
  color: white;
}
@media (max-width: 430px) {
  .news .news-inner .movingPart .movingPart-inner .newsBox a {
    width: calc(65vw - var(--spacing-lg) / 5);
  }
}
.news .news-inner .movingPart .movingPart-inner .newsBox .contents {
  height: 100%;
}
.news .news-inner .movingPart .movingPart-inner .newsBox .contents .btn-viewmore {
  display: flex;
  justify-content: flex-end;
}
.news.backgroundPosition {
  position: relative;
}
.news.backgroundPosition:after {
  content: "";
  background: url(./../../inc/image/top/news-line.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
}
@media (max-width: 430px) {
  .news.backgroundPosition:after {
    background-position: center center;
    background-size: auto;
    top: -25dvh;
  }
}

.newsBox .contents .newsimg {
  width: 100%;
  height: 100%;
  aspect-ratio: 300/200;
}
@media (max-width: 430px) {
  .newsBox .contents .newsimg {
    aspect-ratio: 240/160;
    max-width: 240px;
  }
}
.newsBox .contents .date {
  font-family: var(--font-family-2);
  color: var(--color-text-1);
  margin-top: 1dvh;
}
.newsBox .contents .titleArea {
  margin-top: 1dvh;
}
.newsBox .contents .titleArea .title {
  line-height: 170%;
}
.newsBox .contents .btn-news {
  margin-top: 1.5dvh;
  text-align: right;
}

.fixedPart {
  height: 100%;
}

.movingPart {
  height: 100%;
}

.contents {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 50% 0.2fr 1fr 0.2fr;
}
/*# sourceMappingURL=top.css.map */