.body {
  padding-top: 0;
}
@media print, screen and (min-width: 1380px) {
  .body {
    padding-bottom: 0;
  }
}

:root {
  --base-color: #0077C3;
  --lightGray: #F7F7F7;
}

/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0 0 52px 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1380px) {
  .topVi {
    margin-bottom: 90px;
  }
}
.topVi ul {
  margin: 0;
  padding: 0;
}
.topVi ul li {
  width: 100%;
  height: 100svh;
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .topVi ul li {
    height: 60vh;
  }
}
@media print, screen and (min-width: 1380px) {
  .topVi ul li {
    height: 100vh;
  }
}
.topVi ul li:nth-child(1) {
  background-image: url(/img/top/main_slide_en01.jpg);
}
@media print, screen and (min-width: 1380px) {
  .topVi ul li:nth-child(1) {
    background-image: url(/img/top/main_slide_en01.jpg);
  }
}
.topVi ul li:nth-child(2) {
  background-image: url(/img/top/main_slide_en02.jpg);
}
@media print, screen and (min-width: 1380px) {
  .topVi ul li:nth-child(2) {
    background-image: url(/img/top/main_slide_en02.jpg);
  }
}
.topVi ul li:nth-child(3) {
  background-image: url(/img/top/main_slide_en03.jpg);
}
@media print, screen and (min-width: 1380px) {
  .topVi ul li:nth-child(3) {
    background-image: url(/img/top/main_slide_en03.jpg);
  }
}
.topVi ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.topVi .topVi__recruit {
  margin: 0;
  padding: 5px;
  display: flex;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 5px;
  transition: all 0.2s;
  background-color: var(--base-color);
}
@media print, screen and (min-width: 1380px) {
  .topVi .topVi__recruit {
    padding: 10px;
    border-radius: 10px;
  }
}
.topVi .topVi__recruit .topVi__recruitImg {
  margin: 0 10px 0 0;
  padding: 0;
  width: 60px;
  height: 50px;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__recruit .topVi__recruitImg {
    height: 60px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topVi .topVi__recruit .topVi__recruitImg {
    margin-right: 20px;
    width: 90px;
    height: 90px;
  }
}
.topVi .topVi__recruit .topVi__recruitImg > img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.topVi .topVi__recruit .topVi__recruitTitle {
  width: fit-content;
  margin: 0;
  padding: 7px 0;
  display: block;
  color: var(--white);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__recruit .topVi__recruitTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1380px) {
  .topVi .topVi__recruit .topVi__recruitTitle {
    display: block;
    flex-direction: unset;
    justify-content: unset;
    padding: 10px 0;
  }
}
.topVi .topVi__recruit .topVi__recruitTitle .topVi__recruitTitle__en {
  font-family: var(--en);
  font-weight: var(--bold);
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2rem;
}
@media print, screen and (min-width: 1380px) {
  .topVi .topVi__recruit .topVi__recruitTitle .topVi__recruitTitle__en {
    padding-bottom: 7px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
}
.topVi .topVi__recruit .topVi__recruitTitle .topVi__recruitTitle__ja {
  font-family: var(--ja);
  font-weight: var(--bold);
  font-size: 11px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 1380px) {
  .topVi .topVi__recruit .topVi__recruitTitle .topVi__recruitTitle__ja {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
.topVi .topVi__recruit .topVi__recruitIcon {
  transition: all 0.2s;
  width: 18px;
  height: 18px;
  margin: auto 5px;
}
@media print, screen and (min-width: 1380px) {
  .topVi .topVi__recruit .topVi__recruitIcon {
    width: 24px;
    height: 24px;
    margin: auto 10px;
  }
}
.topVi a:hover .topVi__recruit {
  opacity: 0.8;
}
.topVi a:hover .topVi__recruit .topVi__recruitIcon {
  transform: rotate(45deg);
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 16px 25px 50px 25px;
  background-color: var(--lightGray);
}
@media print, screen and (min-width: 1380px) {
  .topNews {
    padding: 47px 25px 74px 25px;
  }
}
.topNews .topNews__inner {
  width: 100%;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    display: flex;
  }
}
.topNews .topNews__inner .topNews__mainTitle {
  width: 100%;
  margin: 29px 0 0 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner .topNews__mainTitle {
    width: 300px;
    margin-top: 25px;
  }
}
.topNews .topNews__inner .topNews__mainTitle .topNews__categoryList {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner .topNews__mainTitle .topNews__categoryList {
    width: 220px;
    margin-bottom: 70px;
    display: block;
  }
}
.topNews .topNews__inner .topNews__mainTitle .topNews__categoryList > div {
  border-bottom: 1px solid var(--lightGray);
  font-family: var(--en);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: var(--bold-en);
  color: var(--border-color);
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .topNews .topNews__inner .topNews__mainTitle .topNews__categoryList > div {
    width: 30%;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner .topNews__mainTitle .topNews__categoryList > div {
    width: auto;
    margin-bottom: 35px;
    line-height: 6.5rem;
  }
}
.topNews .topNews__inner .topNews__mainTitle .topNews__categoryList > div:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner .topNews__mainTitle .topNews__categoryList > div:hover {
    text-decoration: underline;
  }
}
.topNews .topNews__inner .topNews__mainTitle .topNews__categoryList > div.on {
  border-bottom: 1px solid var(--black);
  color: var(--black);
}
.topNews .topNews__inner ul {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul {
    width: 900px;
    margin-top: 5px;
  }
}
.topNews .topNews__inner ul.topNews__invisible {
  overflow-x: hidden;
  text-indent: -9999px;
}
.topNews .topNews__inner ul > li {
  margin: 0;
  padding: 19px 0;
  border-bottom: 1px solid var(--border-color);
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li {
    padding: 41px 0;
  }
}
.topNews .topNews__inner ul > li .topNews__date {
  font-family: var(--en);
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: var(--bold);
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.topNews .topNews__inner ul > li .topNews__category {
  margin-left: 25px;
  position: relative;
  font-family: var(--ja);
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: var(--bold);
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__category {
    margin-left: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.topNews .topNews__inner ul > li .topNews__category::before {
  width: 30px;
  height: 14px;
  content: "";
  overflow: hidden;
  position: absolute;
  left: -15px;
  top: 1px;
  background-image: url("/common/kraftia/images/top/top_line_red_sp.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 10px 12px;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__category::before {
    height: 14px;
    top: 1px;
    left: -17px;
    background-image: url("/common/kraftia/images/top/top_line_red.svg");
    background-size: 13px 16px;
  }
}
.topNews .topNews__inner ul > li .topNews__title {
  margin-top: 11px;
  display: block;
  position: relative;
  font-family: var(--ja);
  font-weight: var(--bold);
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--black);
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__title {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    background-image: none;
  }
}
.topNews .topNews__inner ul > li .topNews__title:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: -4px;
  background-image: url("/common/kraftia/images/icon_arrow_primary_m_rightup.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 15px 15px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__title:after {
    top: calc(50% - 29px);
    right: 15px;
    bottom: unset;
    background-image: url("/common/kraftia/images/icon_arrow_primary_m_rightup.svg");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 24px 24px;
  }
}
.topNews .topNews__inner ul > li .topNews__title:hover:after {
  transform: rotate(45deg);
}
.topNews .topNews__inner ul > li .topNews__title > span {
  width: 90%;
  display: block;
}
.topNews .topNews__inner ul > li .topNews__red {
  color: var(--base-color-red);
}
.topNews .topNews__inner ul > li .topNews__red::before {
  background-image: url("/common/kraftia/images/top/top_line_red_sp.svg");
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__red::before {
    background-image: url("/common/kraftia/images/top/top_line_red.svg");
  }
}
.topNews .topNews__inner ul > li .topNews__green {
  color: var(--base-color-green);
}
.topNews .topNews__inner ul > li .topNews__green::before {
  background-image: url("/common/kraftia/images/top/top_line_green_sp.svg");
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__green::before {
    background-image: url("/common/kraftia/images/top/top_line_green.svg");
  }
}
.topNews .topNews__inner ul > li .topNews__blue {
  color: var(--base-color);
}
.topNews .topNews__inner ul > li .topNews__blue::before {
  background-image: url("/common/kraftia/images/top/top_line_blue_sp.svg");
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner ul > li .topNews__blue::before {
    background-image: url("/common/kraftia/images/top/top_line_blue_sp.svg");
  }
}
.topNews .topNews__inner .topNews__topButtonPc {
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner .topNews__topButtonPc {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.topNews .topNews__inner .topNews__topButtonSp {
  margin: 25px auto 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topNews .topNews__inner .topNews__topButtonSp {
    display: none;
  }
}

/*=====================================================
  topAbout
=====================================================*/
.topAbout {
  width: 100%;
  margin: 0;
  padding: 0 25px 55px 25px;
  position: relative;
  overflow-x: clip;
}
@media print, screen and (min-width: 1380px) {
  .topAbout {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 105px 0;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
  }
}
.topAbout .topMainTitle {
  margin-bottom: 46px;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topMainTitle {
    align-items: flex-end;
    margin-bottom: 80px;
  }
}
.topAbout .topMainTitle .topMainTitle__en {
  font-weight: var(--regular-en);
  letter-spacing: -0.2rem;
  font-size: 60px;
  font-size: 6rem;
  margin-bottom: 15px;
}
.topAbout .topMainTitle .topMainTitle__en::first-letter {
  color: #0077C3;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topMainTitle .topMainTitle__en {
    width: 482px;
    margin-bottom: 0;
    font-size: 120px;
    font-size: 12rem;
  }
}
.topAbout .topMainTitle .topMainTitle__ja {
  padding-left: 16px;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topMainTitle .topMainTitle__ja {
    margin-left: 26px;
  }
}
.topAbout .topMainTitle .topMainTitle__ja::before {
  left: -1px;
  background-image: url("/common/kraftia/images/top/top_line_blue_sp.svg");
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topMainTitle .topMainTitle__ja::before {
    left: -3px;
    background-image: url("/common/kraftia/images/top/top_line_blue.svg");
  }
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topMainTitle .topMainTitle__ja {
    width: 200px;
    margin-bottom: 18px;
  }
}
.topAbout .topAbout__textBox {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__textBox {
    width: 750px;
    padding-left: 129px;
  }
}
.topAbout .topAbout__textBox .topAbout__logoEn {
  width: 200px;
  margin: 0 0 20px 0;
}
@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__textBox .topAbout__logoEn {
    width: 300px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__textBox .topAbout__logoEn {
    width: 500px;
    margin-bottom: 47px;
  }
}
.topAbout .topAbout__textBox .topAbout_text {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: var(--bold);
  line-height: 2.3;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__textBox .topAbout_text {
    margin-left: 4px;
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
.topAbout .topAbout__textBox .topButton {
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__textBox .topButton {
    display: block;
    margin-left: 4px;
  }
}
.topAbout .topAbout__image {
  width: 270px;
  height: 316px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  position: relative;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__image {
    width: 500px;
    height: 590px;
    padding: 0;
    position: absolute;
    top: 10px;
    right: -30px;
  }
}
.topAbout .topAbout__image .topAbout__image01 {
  width: 175px;
  position: absolute;
  top: 77px;
  right: 7px;
  z-index: 20;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__image .topAbout__image01 {
    width: 350px;
    top: 190px;
  }
}
.topAbout .topAbout__image .topAbout__image02 {
  width: 100px;
  position: absolute;
  top: 37px;
  left: 2px;
  z-index: 10;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__image .topAbout__image02 {
    width: 200px;
    top: 0;
  }
}
.topAbout .topAbout__bg01 {
  width: 165px;
  position: absolute;
  top: -3px;
  right: -1px;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__bg01 {
    display: none;
  }
}
.topAbout .topAbout__bg02 {
  width: 130px;
  position: absolute;
  top: 10px;
  right: -35px;
  z-index: 40;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__bg02 {
    width: 240px;
    top: 50px;
    right: -32px;
  }
}
.topAbout .topAbout__bg03 {
  width: 136px;
  position: absolute;
  top: 640px;
  left: -13px;
  z-index: 1;
  transform: rotate(90.78deg);
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__bg03 {
    width: fit-content;
    top: 686px;
    left: unset;
    right: 113px;
  }
}
.topAbout .topAbout__bg04 {
  width: 180px;
  position: absolute;
  bottom: 45px;
  right: -19px;
  transform: rotate(50deg);
  z-index: 1;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__bg04 {
    width: fit-content;
    right: 310px;
    bottom: -43px;
    transform: rotate(75.56deg);
  }
}
.topAbout .topAbout__bg06 {
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__bg06 {
    display: block;
    position: absolute;
    top: 507px;
    left: -270px;
    z-index: 1;
  }
}
.topAbout .topAbout__logoMark {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 40px 25px 30px 25px;
  position: relative;
  z-index: 10;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, 0.95);
  border-radius: 5px;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__logoMark {
    margin-top: 95px;
    padding: 70px 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
  }
}
.topAbout .topAbout__logoMark .topAbout__symbol {
  width: 138px;
  margin: 0 auto 30px auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__logoMark .topAbout__symbol {
    width: 350px;
    height: 210px;
    margin-bottom: 0;
    display: flex;
  }
  .topAbout .topAbout__logoMark .topAbout__symbol img {
    width: 300px;
    margin: auto;
  }
}
.topAbout .topAbout__logoMark .topAbout__symbolText {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: var(--bold);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__logoMark .topAbout__symbolText {
    width: calc(100% - 400px);
    margin-left: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.topAbout .topAbout__buttonSp {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__buttonSp {
    display: none;
  }
}

/*=====================================================
  topButton
=====================================================*/
.topButton {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.topButton a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--white);
  text-indent: 30px;
  letter-spacing: 0;
  border-radius: 30px;
  background-color: var(--black);
}
@media print, screen and (min-width: 1380px) {
  .topButton a {
    text-indent: 35px;
    background-image: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.topButton a:hover {
  background-color: var(--base-color);
  text-decoration: none;
}
.topButton a:hover::after {
  transform: rotate(45deg);
}
.topButton a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  background-image: url("/common/kraftia/images/icon_arrow_white_m_rightup.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 0;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1380px) {
  .topButton a::after {
    right: 23px;
    background-size: 20px 20px;
  }
}
.topButton.topButton--more {
  width: 135px;
  height: 45px;
}
@media print, screen and (min-width: 1380px) {
  .topButton.topButton--more {
    width: 170px;
    height: 55px;
  }
}
.topButton.topButton--more a {
  font-family: var(--en);
}

/*=====================================================
  topBanner
=====================================================*/
.topBanner {
  width: 100%;
  margin: 0;
  padding: 0px 25px 40px 25px;
  background-color: var(--lightGray);
}
@media print, screen and (min-width: 1380px) {
  .topBanner {
    padding: 0px 20px 175px 20px;
  }
}
.topBanner .topBanner__inner {
  width: 100%;
}
@media print, screen and (min-width: 1380px) {
  .topBanner .topBanner__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
.topBanner .topBanner__inner ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topBanner .topBanner__inner ul > li {
  width: 155px;
  height: 77.5px;
  margin: 0 0 15px 0;
  padding: 0;
}
.topBanner .topBanner__inner ul > li.topBanner__invisible {
  overflow-x: hidden;
  text-indent: -9999px;
}
@media print, screen and (min-width: 768px) {
  .topBanner .topBanner__inner ul > li.topBanner__invisible {
    display: none;
  }
}
@media print, screen and (min-width: 1380px) {
  .topBanner .topBanner__inner ul > li {
    width: 220px;
    height: auto;
    margin: 0;
  }
}
.topBanner .topBanner__inner ul > li > a {
  display: block;
}
.topBanner .topBanner__inner ul > li > a > img {
  border-radius: 5px;
}
@media print, screen and (min-width: 1380px) {
  .topBanner .topBanner__inner ul > li > a > img {
    border-radius: 10px;
  }
}

/*=====================================================
  topMainTitle
=====================================================*/
.topMainTitle {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1380px) {
  .topMainTitle {
    margin-bottom: 80px;
  }
}
.topMainTitle .topMainTitle__en {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  letter-spacing: 0;
  display: block;
  font-weight: var(--medium-en);
  font-size: 45px;
  font-size: 4.5rem;
  font-family: var(--en);
  line-height: 1;
}
@media print, screen and (min-width: 1380px) {
  .topMainTitle .topMainTitle__en {
    font-size: 90px;
    font-size: 9rem;
  }
}
.topMainTitle .topMainTitle__ja {
  width: 100%;
  margin: 0;
  padding: 0 0 0 16px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: var(--bold);
  letter-spacing: 0.1rem;
  position: relative;
}
@media print, screen and (min-width: 1380px) {
  .topMainTitle .topMainTitle__ja {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 19px;
    letter-spacing: 0.2rem;
  }
}
.topMainTitle .topMainTitle__ja::before {
  width: 30px;
  height: 12px;
  content: "";
  overflow: hidden;
  position: absolute;
  left: 1px;
  top: 2px;
  background-image: url("/common/kraftia/images/top/top_line_red_sp.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 10px 12px;
}
@media print, screen and (min-width: 1380px) {
  .topMainTitle .topMainTitle__ja::before {
    height: 15px;
    top: 3px;
    left: 0px;
    background-size: 13px 16px;
  }
}

/*=====================================================
  topAnimation
=====================================================*/
.topAbout__image01 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAbout__image01.down {
  transform: translateY(150px);
  opacity: 0;
}
.topAbout__image01.up {
  transform: translateY(-150px);
  opacity: 0;
}

.topAbout__image02 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAbout__image02.down {
  transform: translateY(150px);
  opacity: 0;
}
.topAbout__image02.up {
  transform: translateY(-150px);
  opacity: 0;
}

.topAbout__bg02 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAbout__bg02.down {
  transform: translateY(150px) rotate(60deg);
  opacity: 0;
}
.topAbout__bg02.up {
  transform: translateY(-150px) rotate(-60deg);
  opacity: 0;
}

.topAbout__bg03 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAbout__bg03.down {
  transform: translateY(150px) rotate(60deg);
  opacity: 0;
}
.topAbout__bg03.up {
  transform: translateY(-150px) rotate(-60deg);
  opacity: 0;
}

.topAbout__bg06 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAbout__bg06.down {
  transform: translateY(150px) rotate(60deg);
  opacity: 0;
}
.topAbout__bg06.up {
  transform: translateY(-150px) rotate(-60deg);
  opacity: 0;
}

.topAbout__bg01 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAbout__bg01.down {
  transform: translateY(150px) rotate(60deg);
  opacity: 0;
}
.topAbout__bg01.up {
  transform: translateY(-150px) rotate(-60deg);
  opacity: 0;
}

.topAbout__bg04 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAbout__bg04.down {
  transform: translateY(150px) rotate(160deg);
  opacity: 0;
}
.topAbout__bg04.up {
  transform: translateY(-150px) rotate(-160deg);
  opacity: 0;
}

.topBusiness__bg02 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topBusiness__bg02.down {
  transform: translateY(150px) rotate(60deg) !important;
  opacity: 0;
}
.topBusiness__bg02.up {
  transform: translateY(-150px) rotate(-60deg) !important;
  opacity: 0;
}

.topIr__bg03 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topIr__bg03.down {
  transform: translateY(150px) rotate(60deg) !important;
  opacity: 0;
}
.topIr__bg03.up {
  transform: translateY(-150px) rotate(-60deg) !important;
  opacity: 0;
}

.topAthletics__bg05 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAthletics__bg05.down {
  transform: translateY(150px) rotate(60deg) !important;
  opacity: 0;
}
.topAthletics__bg05.up {
  transform: translateY(-150px) rotate(-60deg) !important;
  opacity: 0;
}

.topAthletics__bg04 {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 1;
}
.topAthletics__bg04.down {
  transform: translateY(150px) rotate(160deg) !important;
  opacity: 0;
}
.topAthletics__bg04.up {
  transform: translateY(-150px) rotate(-60deg) !important;
  opacity: 0;
}