.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(/common/kraftia/images/top/topvi_sp.jpg);
}
@media print, screen and (min-width: 576px) {
  .topVi ul li:nth-child(1) {
    background-image: url(/common/kraftia/images/top/topvi.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 .vi__lpBanner {
  width: 260px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media print, screen and (min-width: 1380px) {
  .topVi .vi__lpBanner {
    width: 400px;
  }
}
.topVi .vi__lpBanner picture,
.topVi .vi__lpBanner a {
  display: block;
}
.topVi .vi__lpBanner img {
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.4);
}

/*=====================================================
  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: 160px;
  margin: 0 0 20px 0;
}
@media print, screen and (min-width: 1380px) {
  .topAbout .topAbout__textBox .topAbout__logoEn {
    width: 270px;
    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;
  letter-spacing: 0.15rem;
}
@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;
    letter-spacing: 0.25rem;
  }
}
.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);
  letter-spacing: 0.2rem;
  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;
    letter-spacing: 0.4rem;
    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: 16px;
  height: 16px;
  position: absolute;
  right: 18px;
  background-image: url("/common/kraftia/images/icon_arrow_white_m_rightup.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1380px) {
  .topButton a::after {
    width: 20px;
    height: 20px;
    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);
}

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

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  width: 100%;
  margin: 0;
  padding: 0 25px 55px 25px;
  overflow-x: clip;
}
@media print, screen and (min-width: 1380px) {
  .topCompany {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 150px 0;
  }
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__mainTitle {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__mainTitle .topMainTitle {
    align-items: flex-end;
    width: 750px;
    margin: 0;
  }
}
.topCompany .topCompany__mainTitle .topMainTitle .topMainTitle__en::first-letter {
  color: #0077C3;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__mainTitle .topMainTitle .topMainTitle__en {
    width: 499px;
    margin-bottom: 0;
    font-size: 90px;
    font-size: 9rem;
  }
}
.topCompany .topCompany__mainTitle .topMainTitle .topMainTitle__ja::before {
  background-image: url("/common/kraftia/images/top/top_line_blue_sp.svg");
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__mainTitle .topMainTitle .topMainTitle__ja::before {
    background-image: url("/common/kraftia/images/top/top_line_blue.svg");
  }
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__mainTitle .topMainTitle .topMainTitle__ja {
    width: 200px;
    margin-bottom: 18px;
  }
}
.topCompany .topCompany__mainTitle .topCompany__topButtonPc {
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__mainTitle .topCompany__topButtonPc {
    display: block;
  }
}
.topCompany .topCompany__menu {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topCompany .topCompany__menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul:nth-child(1) {
    width: 620px;
  }
  .topCompany .topCompany__menu ul:nth-child(2) {
    width: 550px;
  }
}
.topCompany .topCompany__menu ul li {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-radius: 6.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li {
    margin-bottom: 32px;
    border-radius: 13px;
    background-size: 100%;
  }
}
.topCompany .topCompany__menu ul li:hover {
  background-size: 110%;
}
.topCompany .topCompany__menu ul li a {
  width: 100%;
  padding: 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: var(--bold);
  text-align: center;
  background-color: rgba(51, 51, 51, 0.5);
  transition: all 0.2s;
}
.topCompany .topCompany__menu ul li a:hover {
  text-decoration: none;
  background-color: rgba(51, 51, 51, 0.2);
}
.topCompany .topCompany__menu ul li a:hover:before {
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.topCompany .topCompany__menu ul li a:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-image: url(/common/kraftia/images/icon_arrow_white_m_rightup.svg);
  background-position: center center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li a:before {
    width: 35px;
    height: 35px;
    right: 20px;
    bottom: 20px;
    background-size: 18px 18px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuOutline {
  width: 60%;
  background-image: url(/common/kraftia/images/top/company_outline.jpg);
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__menu ul li.topCompany__menuOutline {
    width: 61%;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuOutline a {
  height: 140px;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuOutline a {
    height: 280px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuBranch {
  width: 36%;
  background-image: url(/common/kraftia/images/top/company_branch.jpg);
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__menu ul li.topCompany__menuBranch {
    width: 37%;
  }
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuBranch {
    width: 35%;
    border-radius: 10px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuBranch a {
  height: 140px;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuBranch a {
    height: 280px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuVision {
  width: 100%;
  background-image: url(/common/kraftia/images/top/company_vision.jpg);
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuVision {
    margin-bottom: 0;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuVision a {
  height: 190px;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuVision a {
    height: 380px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuService {
  width: 48%;
  background-image: url(/common/kraftia/images/top/company_service.jpg);
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__menu ul li.topCompany__menuService {
    width: 49%;
  }
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuService {
    width: 47%;
    border-radius: 10px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuService a {
  height: 215px;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuService a {
    height: 430px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuGroup {
  width: 48%;
  background-image: url(/common/kraftia/images/top/company_group.jpg);
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__menu ul li.topCompany__menuGroup {
    width: 49%;
  }
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuGroup {
    width: 47%;
    border-radius: 10px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuGroup a {
  height: 215px;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuGroup a {
    height: 430px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuSns {
  width: 100%;
  background-image: url(/common/kraftia/images/top/company_sns.jpg);
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuSns {
    margin-bottom: 0;
    border-radius: 10px;
  }
}
.topCompany .topCompany__menu ul li.topCompany__menuSns a {
  height: 120px;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__menu ul li.topCompany__menuSns a {
    height: 230px;
  }
}
.topCompany .topCompany__topButtonSp {
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topCompany .topCompany__topButtonSp {
    display: none;
  }
}

/*=====================================================
  topBusiness
=====================================================*/
.topBusiness {
  width: 100%;
  margin: 0;
  padding: 53px 25px 60px 25px;
  background-color: var(--lightGray);
  overflow-x: clip;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness {
    padding: 53px 0 0 0;
  }
}
.topBusiness .topBusiness__inner {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0 130px 0;
  }
}
.topBusiness .topBusiness__inner .topBusiness__bg02 {
  width: 120px;
  position: absolute;
  top: -84px;
  right: -1px;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__bg02 {
    width: 240px;
    top: -133px;
    right: 180px;
  }
}
.topBusiness .topBusiness__inner .topBusiness__mainTitle {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__mainTitle {
    margin-bottom: 60px;
  }
}
.topBusiness .topBusiness__inner .topBusiness__mainTitle .topMainTitle {
  width: 100%;
  margin: 0 0 36px 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__mainTitle .topMainTitle {
    width: 750px;
    margin: 0;
    align-items: flex-end;
  }
}
.topBusiness .topBusiness__inner .topBusiness__mainTitle .topMainTitle .topMainTitle__en::first-letter {
  color: var(--base-color);
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__mainTitle .topMainTitle .topMainTitle__en {
    width: 503px;
    margin-bottom: 0;
    line-height: 0.95;
  }
}
.topBusiness .topBusiness__inner .topBusiness__mainTitle .topMainTitle .topMainTitle__ja::before {
  height: 14px;
  left: 0;
  background-image: url(/common/kraftia/images/top/top_line_business_sp.svg);
  background-size: 11.5px 13.5px;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__mainTitle .topMainTitle .topMainTitle__ja::before {
    height: 18px;
    top: 2px;
    left: -5px;
    background-image: url(/common/kraftia/images/top/top_line_business.svg);
    background-size: 16px 19px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__mainTitle .topMainTitle .topMainTitle__ja {
    width: 200px;
    margin-bottom: 8px;
  }
}
.topBusiness .topBusiness__inner .topBusiness__mainTitle .topBusiness__topButtonPc {
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__mainTitle .topBusiness__topButtonPc {
    display: block;
  }
}
.topBusiness .topBusiness__inner .topBusiness__pickup {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 15px 10px 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--white);
  border-radius: 10px;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup {
    margin-bottom: 65px;
    padding: 40px 30px 0 40px;
  }
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupTitle {
  width: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: var(--en);
  color: var(--base-color);
  font-weight: var(--bold-en);
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 768px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupTitle {
    width: 75px;
    transform: translateY(2px);
  }
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupTitle {
    width: 90px;
    transform: translateY(0);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupTitle:before {
  width: 1px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #CCC;
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList {
  width: calc(100% - 60px);
  margin: 0;
  padding: 0 0 0 8px;
}
@media print, screen and (min-width: 768px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList {
    width: calc(100% - 75px);
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList {
    width: calc(100% - 90px);
    padding-left: 30px;
  }
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul {
  margin: 0;
  padding: 0;
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li {
    margin-bottom: 40px;
  }
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li a {
  width: 100%;
  margin: 0;
  padding: 0 32px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  transform: translateY(-2px);
  font-weight: var(--bold);
  line-height: 1.6;
  letter-spacing: 0.1rem;
  display: block;
  position: relative;
  color: var(--base-font-color);
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li a:hover:before {
  transform: rotate(45deg);
}
.topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li a:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid var(--black);
  border-radius: 50%;
  background-image: url(/common/kraftia/images/icon_arrow_primary_m_rightup.svg);
  background-position: center center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li a:before {
    top: 2px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__pickup .topBusiness__pickupList ul li a:before {
    width: 35px;
    height: 35px;
    right: 0;
    top: -5px;
    transition: all 0.2s;
  }
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.topBusiness .topBusiness__inner .topBusiness__nav {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__nav {
    width: 480px;
    margin: 0;
  }
}
.topBusiness .topBusiness__inner .topBusiness__nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #DFDFDF;
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #DFDFDF;
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li a {
  width: 100%;
  margin: 0;
  padding: 10px 10px 9px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1rem;
  color: var(--black);
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__nav ul li a {
    padding: 0;
  }
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li a:hover {
  text-decoration: none;
  background-color: #EFEFEF;
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li a:hover .topBusiness__navTitle {
  color: var(--base-color);
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li a:hover .topBusiness__navTitle:after {
  transform: rotate(45deg);
  background-image: url("/common/kraftia/images/icon_arrow_blue_m_rightup.svg");
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li a .topBusiness__navPhoto {
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #EEE;
  border-radius: 5px;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__nav ul li a .topBusiness__navPhoto {
    display: none;
  }
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li a .topBusiness__navTitle {
  width: calc(100% - 65px);
  margin: 0;
  padding: 0 5px 0 20px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: var(--bold);
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__nav ul li a .topBusiness__navTitle {
    width: 100%;
    padding: 40px 25px 39px 40px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.topBusiness .topBusiness__inner .topBusiness__nav ul li a .topBusiness__navTitle::after {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/common/kraftia/images/icon_arrow_primary_m_rightup.svg);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__nav ul li a .topBusiness__navTitle::after {
    right: 27px;
    top: 45px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
}
.topBusiness .topBusiness__inner .topBusiness__image {
  width: 580px;
  height: 720px;
  margin: 1px 0 0 0;
  padding: 0;
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__image {
    display: block;
  }
}
.topBusiness .topBusiness__inner .topBusiness__image ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.topBusiness .topBusiness__inner .topBusiness__image ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.topBusiness .topBusiness__inner .topBusiness__image ul li:nth-child(1) {
  display: block;
}
.topBusiness .topBusiness__inner .topBusiness__image ul li img {
  display: block;
}
.topBusiness .topBusiness__inner .topBusiness__topButtonSp {
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topBusiness .topBusiness__inner .topBusiness__topButtonSp {
    display: none;
  }
}

/*=====================================================
  topIr
=====================================================*/
.topIr {
  width: 100%;
  margin: 0;
  padding: 45px 25px 55px 22.5px;
  overflow-x: clip;
}
@media print, screen and (min-width: 1380px) {
  .topIr {
    padding: 140px 0px 119px 0;
  }
}
.topIr .topIr__inner {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner {
    width: 1200px;
    margin: 0 auto;
  }
}
.topIr .topIr__inner .topIr__bg03 {
  width: 100px;
  position: absolute;
  top: -90px;
  right: 9px;
  transform: rotate(83.84deg);
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner .topIr__bg03 {
    width: auto;
    height: 100%;
    top: -311px;
    right: -6px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner {
    display: flex;
  }
}
.topIr .topIr__inner .topMainTitle {
  display: block;
  flex-wrap: unset;
  margin: 0 0 33px 0;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner .topMainTitle {
    margin: 0;
  }
}
.topIr .topIr__inner .topMainTitle__en {
  margin: 0 0 14px 0;
  font-size: 37.5px;
  font-size: 3.75rem;
}
.topIr .topIr__inner .topMainTitle__en::first-letter {
  color: var(--base-color-red);
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner .topMainTitle__en {
    width: 420px;
    margin-bottom: 25px;
    font-size: 75px;
    font-size: 7.5rem;
    letter-spacing: 0.1rem;
  }
}
.topIr .topIr__inner .topMainTitle__ja {
  padding-left: 15px;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner .topMainTitle__ja::before {
    background-image: url("/common/kraftia/images/top/top_line_red.svg");
    left: -1px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner .topMainTitle__ja {
    width: 200px;
    margin-bottom: 59px;
    padding-left: 17px;
  }
}
.topIr .topIr__inner .topIr__topButtonPc {
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner .topIr__topButtonPc {
    display: block;
  }
}
.topIr .topIr__inner ul {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner ul {
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner ul > li:nth-child(2n) > a {
    text-indent: 10px;
  }
  .topIr .topIr__inner ul > li:nth-child(2n) > a::after {
    right: 37px;
  }
}
.topIr .topIr__inner ul > li {
  width: calc(100% - 2.5px);
  margin: 0 0 10px 2.5px;
  padding: 0;
  border-radius: 5px;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner ul > li {
    width: 380px;
    margin-bottom: 20px;
    margin-left: 0;
    border-radius: 10px;
  }
}
.topIr .topIr__inner ul > li > a {
  padding: 19.5px;
  display: block;
  position: relative;
  color: var(--black);
  font-family: var(--ja);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner ul > li > a {
    padding: 36.5px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    background-image: none;
    letter-spacing: 0.15rem;
  }
}
.topIr .topIr__inner ul > li > a:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 22.5px;
  right: 19px;
  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) {
  .topIr .topIr__inner ul > li > a:after {
    width: 24px;
    height: 24px;
    background-position: 0;
    background-size: 24px 24px;
    top: 37.5px;
    right: 27px;
  }
}
.topIr .topIr__inner ul > li > a:hover {
  text-decoration: none;
  background-color: #EFEFEF;
  color: var(--base-color);
}
.topIr .topIr__inner ul > li > a:hover:after {
  transform: rotate(45deg);
  background-image: url("/common/kraftia/images/icon_arrow_blue_m_rightup.svg");
}
.topIr .topIr__inner .topIr__topButtonSp {
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topIr .topIr__inner .topIr__topButtonSp {
    display: none;
  }
}

/*=====================================================
  topSustainability
=====================================================*/
.topSustainability {
  width: 100%;
  margin: 0;
  padding: 55px 25px 60px 25px;
  position: relative;
  overflow-x: clip;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability {
    padding: 150px 0;
  }
}
.topSustainability .topSustainability__inner {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topSustainability__image {
    position: relative;
    width: 600px;
    height: 900px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topSustainability__image > picture {
    position: absolute;
    width: 670px;
    height: 900px;
    top: 0;
    right: 0;
  }
}
.topSustainability .topSustainability__inner .topSustainability__image > picture img {
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .topSustainability .topSustainability__inner .topSustainability__image > picture img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topSustainability__image > picture img {
    height: 100%;
  }
}
.topSustainability .topSustainability__inner .topMainTitle {
  margin: 30px 0 20px 0;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topMainTitle {
    width: fit-content;
    position: absolute;
    top: 37px;
    right: 94px;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
.topSustainability .topSustainability__inner .topMainTitle .topMainTitle__en {
  margin-bottom: 12px;
  font-size: 37.5px;
  font-size: 3.75rem;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topMainTitle .topMainTitle__en {
    margin: 0;
    font-size: 75px;
    font-size: 7.5rem;
  }
}
.topSustainability .topSustainability__inner .topMainTitle .topMainTitle__en::first-letter {
  color: var(--base-color-green);
}
.topSustainability .topSustainability__inner .topMainTitle .topMainTitle__ja {
  padding-left: 14px;
}
.topSustainability .topSustainability__inner .topMainTitle .topMainTitle__ja::before {
  background-image: url("/common/kraftia/images/top/top_line_green_sp.svg");
  left: -1px;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topMainTitle .topMainTitle__ja::before {
    background-image: url("/common/kraftia/images/top/top_line_green_sp.svg");
  }
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topMainTitle .topMainTitle__ja {
    margin-bottom: 10px;
    margin-left: 12px;
    padding-left: 17px;
    letter-spacing: 0.2rem;
  }
}
.topSustainability .topSustainability__inner .topSustainability__link {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topSustainability__link {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.topSustainability .topSustainability__inner .topSustainability__link ul {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topSustainability__link ul {
    width: 460px;
    margin-bottom: 75px;
  }
}
.topSustainability .topSustainability__inner .topSustainability__link ul > li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border-color);
}
.topSustainability .topSustainability__inner .topSustainability__link ul > li > a {
  padding: 17.5px 0;
  display: block;
  position: relative;
  color: var(--black);
  font-family: var(--ja);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: var(--bold);
  background-image: url("/common/kraftia/images/icon_arrow_primary_m_rightup.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px 15px;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topSustainability__link ul > li > a {
    padding: 29.5px 0 29.5px 0;
    font-size: 20px;
    font-size: 2rem;
    background-image: none;
  }
  .topSustainability .topSustainability__inner .topSustainability__link ul > li > a:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    right: -3px;
    background-image: url("/common/kraftia/images/icon_arrow_primary_m_rightup.svg");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 24px 24px;
    transition: all 0.2s;
  }
  .topSustainability .topSustainability__inner .topSustainability__link ul > li > a:hover {
    text-decoration: none;
    background-color: #EFEFEF;
    color: var(--base-color);
  }
  .topSustainability .topSustainability__inner .topSustainability__link ul > li > a:hover:after {
    transform: rotate(45deg);
    background-image: url("/common/kraftia/images/icon_arrow_blue_m_rightup.svg");
  }
}
.topSustainability .topSustainability__inner .topSustainability__link .topSustainability__topButton {
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topSustainability .topSustainability__inner .topSustainability__link .topSustainability__topButton {
    margin: 0;
  }
}

/*=====================================================
  topAthletics
=====================================================*/
.topAthletics {
  width: 100%;
  margin: 0;
  padding: 80px 30px 70px 30px;
  background-image: url(/common/kraftia/images/top/topathletics_bg.png);
  background-repeat: no-repeat;
  background-position: center left -60px;
  background-size: cover;
  overflow-x: clip;
}
@media print, screen and (min-width: 768px) {
  .topAthletics {
    background-position: center center;
  }
}
@media print, screen and (min-width: 1380px) {
  .topAthletics {
    padding: 165px 0 130px 0;
  }
}
.topAthletics .topAthletics__inner {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: var(--white);
  font-family: var(--ja);
}
@media print, screen and (min-width: 1380px) {
  .topAthletics .topAthletics__inner {
    width: 1160px;
    margin: 0 auto;
  }
}
.topAthletics .topAthletics__inner .topAthletics__bg05 {
  width: 120px;
  position: absolute;
  top: -165px;
  left: 0;
}
@media print, screen and (min-width: 1380px) {
  .topAthletics .topAthletics__inner .topAthletics__bg05 {
    width: 250px;
    top: -286px;
    left: -9px;
  }
}
.topAthletics .topAthletics__inner .topAthletics__en {
  width: 160px;
  text-align-last: justify;
  letter-spacing: 5px;
  display: block;
  font-family: var(--en);
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: var(--medium-en);
  line-height: 3.2rem;
}
@media print, screen and (min-width: 1380px) {
  .topAthletics .topAthletics__inner .topAthletics__en {
    width: 320px;
    margin-bottom: 8px;
    letter-spacing: 6px;
    line-height: 6rem;
    font-size: 69px;
    font-size: 6.9rem;
  }
}
.topAthletics .topAthletics__inner .topAthletics__ja {
  width: 160px;
  text-align-last: justify;
  margin-bottom: 21px;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: var(--bold);
}
@media print, screen and (min-width: 1380px) {
  .topAthletics .topAthletics__inner .topAthletics__ja {
    width: 320px;
    margin-bottom: 43px;
    font-size: 60px;
    font-size: 6rem;
  }
}
.topAthletics .topAthletics__inner .topAthletics__text {
  margin-bottom: 30px;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: var(--bold);
  line-height: 2.3rem;
}
@media print, screen and (min-width: 1380px) {
  .topAthletics .topAthletics__inner .topAthletics__text {
    margin-bottom: 51px;
    width: 500px;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
.topAthletics .topAthletics__inner .topAthletics__bg04 {
  width: 162.5px;
  position: absolute;
  right: -17px;
  bottom: -85px;
  transform: rotate(62.66deg);
}
@media print, screen and (min-width: 1380px) {
  .topAthletics .topAthletics__inner .topAthletics__bg04 {
    width: 323px;
    right: 50px;
    bottom: -232px;
  }
}

/*=====================================================
  topApproach
=====================================================*/
.topApproach {
  width: 100%;
  margin: 0;
  padding: 50px 25px 0 25px;
  background-color: var(--lightGray);
  position: relative;
  overflow-x: clip;
}
.topApproach .topApproach__inner {
  width: 100%;
  margin: 0;
  padding: 0 0 45px 0;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px 0;
  }
}
.topApproach .topApproach__inner .topApproach__mainTitle {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner .topApproach__mainTitle {
    margin-bottom: 55px;
  }
}
.topApproach .topApproach__inner .topApproach__mainTitle .topMainTitle {
  max-width: 700px;
  margin: 0 auto 33px auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner .topApproach__mainTitle .topMainTitle {
    max-width: 700px;
    margin: 0;
    align-items: flex-end;
  }
}
.topApproach .topApproach__inner .topApproach__mainTitle .topMainTitle .topMainTitle__en {
  font-size: 37.5px;
  font-size: 3.75rem;
}
.topApproach .topApproach__inner .topApproach__mainTitle .topMainTitle .topMainTitle__en::first-letter {
  color: var(--base-color-red);
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner .topApproach__mainTitle .topMainTitle .topMainTitle__en {
    width: 400px;
    margin-bottom: 0;
    font-size: 75px;
    font-size: 7.5rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner .topApproach__mainTitle .topMainTitle .topMainTitle__ja::before {
    background-image: url("/common/kraftia/images/top/top_line_red.svg");
  }
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner .topApproach__mainTitle .topMainTitle .topMainTitle__ja {
    width: 220px;
    margin-bottom: 13px;
  }
}
.topApproach .topApproach__inner .topApproach__mainTitle .topApproach__topButtonPc {
  display: none;
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner .topApproach__mainTitle .topApproach__topButtonPc {
    display: block;
    margin-bottom: 7px;
  }
}
.topApproach .topApproach__inner .topApproach__topButtonSp {
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner .topApproach__topButtonSp {
    display: none;
  }
}
.topApproach .topApproach__inner ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topApproach .topApproach__inner ul {
    width: 700px;
    margin: 0 auto;
    display: flex;
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: unset;
  }
}
.topApproach .topApproach__inner ul > li {
  width: 100%;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .topApproach .topApproach__inner ul > li {
    width: 220px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner ul > li {
    width: 380px;
  }
}
.topApproach .topApproach__inner ul > li a:hover {
  text-decoration: underline 1px;
  color: var(--black);
}
.topApproach .topApproach__inner ul > li a:hover .topApproach__link::after {
  transform: rotate(45deg);
}
.topApproach .topApproach__inner ul > li a:hover .topApproach__img > img {
  transform: scale(1.1);
}
.topApproach .topApproach__inner ul > li .topApproach__img {
  width: 100%;
  height: 171px;
  border-radius: 5px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .topApproach .topApproach__inner ul > li .topApproach__img {
    height: 114px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner ul > li .topApproach__img {
    height: 200px;
    border-radius: 10px;
  }
}
.topApproach .topApproach__inner ul > li .topApproach__img img {
  transition: all 0.2s;
}
.topApproach .topApproach__inner ul > li .topApproach__link {
  margin: 0;
  padding: 13px 0 15px 0;
  display: block;
  position: relative;
  font-family: var(--ja);
  color: var(--black);
  font-weight: var(--bold);
  background-image: url("/common/kraftia/images/icon_arrow_primary_m_rightup.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 15px 15px;
}
@media print, screen and (min-width: 768px) {
  .topApproach .topApproach__inner ul > li .topApproach__link {
    padding: 13px 18px 15px 0;
  }
}
@media print, screen and (min-width: 1380px) {
  .topApproach .topApproach__inner ul > li .topApproach__link {
    padding: 26px 0 34px 0;
    font-size: 20px;
    font-size: 2rem;
    background-image: none;
  }
  .topApproach .topApproach__inner ul > li .topApproach__link::after {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 7px;
    transition: all 0.2s;
    background-image: url("/common/kraftia/images/icon_arrow_primary_m_rightup.svg");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 24px 24px;
  }
}

/*=====================================================
  topNewsRelease
=====================================================*/
.topNewsRelease {
  width: 100%;
  margin: 0 0 58px 0;
  padding: 0 25px;
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease {
    width: 1200px;
    margin: 0 auto 139px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color);
  }
}
.topNewsRelease .topNewsRelease__mainTitle {
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: var(--en);
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__mainTitle {
    width: 170px;
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
  }
}
.topNewsRelease .topNewsRelease__list {
  width: 100%;
  margin: 0 0 13px 0;
  padding: 0 0 17px 0;
  border-bottom: 1px solid var(--border-color);
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list {
    width: calc(100% - 170px);
    border-bottom-width: 0;
    margin: 0;
    padding: 3px 0 24px 2px;
  }
}
.topNewsRelease .topNewsRelease__list ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--ja);
  font-weight: var(--bold);
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list ul {
    margin: 0;
  }
}
.topNewsRelease .topNewsRelease__list ul li {
  width: 100%;
  margin: 0;
  padding: 12px 0 17px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list ul li {
    padding: 0 0 16px 0;
  }
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__date {
  width: 130px;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__date {
    width: 150px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__date {
    width: 140px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    order: 2;
  }
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__cat {
  width: calc(100% - 130px);
  margin: 0;
  padding: 0 0 0 16px;
  overflow: visible;
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--red);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__cat {
    width: calc(100% - 150px);
  }
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__cat {
    width: 140px;
    padding-left: 12px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    order: 1;
  }
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__cat::before {
  width: 30px;
  height: 11px;
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 6px;
  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: 768px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__cat::before {
    top: 1px;
  }
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__cat::before {
    height: 15px;
    top: 5px;
    left: -3px;
    background-size: 13px 16px;
  }
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__cat.topNewsRelease__cat--news {
  color: var(--red);
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__title {
  width: 300px;
  margin: 11px 0 0 0;
  padding: 0;
  line-height: 1.6;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 576px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__title {
    width: 100%;
  }
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__title {
    width: calc(100% - 280px);
    margin-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    order: 3;
  }
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__title a {
  position: relative;
  display: block;
  color: var(--base-font-color);
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__title a::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url("/common/kraftia/images/icon_arrow_primary_m_rightup.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 15px 15px;
  right: 0px;
  bottom: -7px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1380px) {
  .topNewsRelease .topNewsRelease__list ul li .topNewsRelease__title a::after {
    width: 24px;
    height: 24px;
    right: -10px;
    bottom: 0px;
    background-size: 24px 24px;
  }
}
.topNewsRelease .topNewsRelease__list ul li .topNewsRelease__title a:hover::after {
  transform: rotate(45deg);
}

/*=====================================================
  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;
}