/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--base-color);
}
.topVi .topVi__inner {
  width: 100%;
  height: calc(100svh - 60px);
  margin: 0;
  padding: 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner {
    height: 480px;
    min-height: initial;
  }
}
@media (orientation: landscape) {
  .topVi .topVi__inner {
    height: 600px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner {
    height: 100vh;
    min-height: 780px;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
  }
}
.topVi .topVi__inner .topVi__catch {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  z-index: 11000;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__catch {
    width: 335px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__catch {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 160px;
  }
}
.topVi .topVi__inner .topVi__catch h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
  border-width: 0;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  letter-spacing: initial;
  font-feature-settings: "palt";
  color: var(--base-color);
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__catch h1 {
    width: 260px;
    flex-direction: row-reverse;
    order: 2;
  }
}
.topVi .topVi__inner .topVi__catch h1 .topVi__sincerity,
.topVi .topVi__inner .topVi__catch h1 .topVi__innovation {
  width: 300px;
  margin: 0 0 10px 0;
  padding: 8px 20px;
  display: block;
  font-size: 44px;
  font-size: 2.4444444444rem;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__catch h1 .topVi__sincerity,
  .topVi .topVi__inner .topVi__catch h1 .topVi__innovation {
    width: 110px;
    margin: 0 0 0 20px;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 90px;
    font-size: 5rem;
    writing-mode: vertical-rl;
  }
}
.topVi .topVi__inner .topVi__catch h1 .topVi__sincerity .topVi__amp,
.topVi .topVi__inner .topVi__catch h1 .topVi__innovation .topVi__amp {
  font-size: 32px;
  font-size: 1.7777777778rem;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__catch h1 .topVi__sincerity .topVi__amp,
  .topVi .topVi__inner .topVi__catch h1 .topVi__innovation .topVi__amp {
    margin: 12px 0 0 0;
    font-size: 70px;
    font-size: 3.8888888889rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.topVi .topVi__inner .topVi__catch .topVi__ja {
  width: 300px;
  margin: 0;
  padding: 9px 20px;
  display: inline-block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__catch .topVi__ja {
    width: 60px;
    padding: 20px 0;
    font-size: 34px;
    font-size: 1.8888888889rem;
    text-align: initial;
    text-align-last: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    writing-mode: vertical-rl;
    order: 1;
  }
}
.topVi .topVi__inner .topVi__slide {
  width: 100%;
  height: calc(100vh - 60px);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide {
    height: 480px;
  }
}
@media (orientation: landscape) {
  .topVi .topVi__inner .topVi__slide {
    height: 600px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__slide {
    height: 100vh;
    min-height: 600px;
  }
}
.topVi .topVi__inner .topVi__slide ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topVi .topVi__inner .topVi__slide ul li {
  width: 100%;
  height: calc(100svh - 60px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide ul li {
    height: 480px;
  }
}
@media (orientation: landscape) {
  .topVi .topVi__inner .topVi__slide ul li {
    height: 600px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__slide ul li {
    height: 100vh;
    min-height: 600px;
  }
}
.topVi .topVi__inner .topVi__slide ul li:nth-child(1) {
  background-image: url(/images/top/vi_01_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide ul li:nth-child(1) {
    background-image: url(/images/top/vi_01.jpg);
  }
}
.topVi .topVi__inner .topVi__slide ul li:nth-child(2) {
  background-image: url(/images/top/vi_02_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide ul li:nth-child(2) {
    background-image: url(/images/top/vi_02.jpg);
  }
}
.topVi .topVi__inner .topVi__slide ul li:nth-child(3) {
  background-image: url(/images/top/vi_03_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide ul li:nth-child(3) {
    background-image: url(/images/top/vi_03.jpg);
  }
}
.topVi .topVi__inner .topVi__slide ul li:nth-child(4) {
  background-image: url(/images/top/vi_04_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide ul li:nth-child(4) {
    background-image: url(/images/top/vi_04.jpg);
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--white);
  background-color: var(--base-color);
  background-image: url(/images/top/company_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 bottom;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
}
@media print, screen and (min-width: 1280px) {
  .topCompany {
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
  }
}
.topCompany .topCompany__inner {
  width: 100%;
  margin: 0;
  padding: 60px 20px 120px 20px;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner {
    padding: 60px 20px 120px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 120px 0;
  }
}
.topCompany .topCompany__block {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(/images/top/company_map.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__block {
    width: 48%;
    background-position: right 0 top 0;
  }
}
@media (orientation: landscape) {
  .topCompany .topCompany__block {
    width: 42%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block {
    width: 46%;
  }
}
.topCompany .topCompany__block .topCompany__titleEn {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 60px;
  font-size: 3.3333333333rem;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-feature-settings: "palt";
  border-width: 0;
  background-color: transparent;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block .topCompany__titleEn {
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
.topCompany .topCompany__block .topCompany__titlejn {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1;
  border-bottom-width: 0;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block .topCompany__titlejn {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topCompany .topCompany__block .topCompany__titlejn::before {
  display: none;
}
.topCompany .topCompany__block .topCompany__catch {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block .topCompany__catch {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
}
.topCompany .topCompany__block .topCompany__catch::before {
  display: none;
}
.topCompany .topCompany__block .topCompany__button {
  width: 100%;
  margin: 0 0 32px 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__block .topCompany__button {
    width: 260px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block .topCompany__button {
    width: 280px;
  }
}
.topCompany .topCompany__block .topCompany__button a {
  width: 100%;
  margin: 0;
  padding: 20px 58px 20px 48px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: var(--base-font-color);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: var(--white);
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-position: center right 20px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  border-radius: 30px;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block .topCompany__button a {
    font-size: 18px;
    font-size: 1rem;
    transition: all 0.2s;
  }
  .topCompany .topCompany__block .topCompany__button a:hover {
    color: var(--base-color);
    background-position: center right 16px;
    text-decoration: underline;
  }
}
.topCompany .topCompany__image {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__image {
    width: 48%;
    margin: 0;
  }
}
@media (orientation: landscape) {
  .topCompany .topCompany__image {
    width: 54%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__image {
    width: 50%;
  }
}
.topCompany .topCompany__image img {
  border-radius: 14px;
}

/*=====================================================
  topService
=====================================================*/
.topService {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
}
@media print, screen and (min-width: 1280px) {
  .topService {
    max-width: 1800px;
    margin: 0 auto;
    padding: 40px;
  }
}
.topService h2 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 60px;
  font-size: 3.3333333333rem;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  color: var(--base-color);
  line-height: 1;
  font-feature-settings: "palt";
  border-width: 0;
  background-color: transparent;
}
@media print, screen and (min-width: 1280px) {
  .topService h2 {
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
.topService h3 {
  width: 100%;
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1;
  border-bottom-width: 0;
}
@media print, screen and (min-width: 1280px) {
  .topService h3 {
    margin-bottom: 56px;
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topService h3::before {
  display: none;
}
.topService .topService__list {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__list {
    gap: 0 40px;
  }
}
.topService .topService__list li {
  width: 100%;
  margin: 0 0 48px 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__list li {
    grid-column: span 4;
  }
}
.topService .topService__list li a {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__list li a:hover img {
    transform: scale(1.1);
  }
  .topService .topService__list li a:hover h4 {
    color: var(--base-color);
    background-position: right 0 center;
  }
  .topService .topService__list li a:hover p {
    color: var(--base-color);
  }
}
.topService .topService__list li a picture {
  width: 100%;
  display: block;
  border-radius: 14px;
  overflow: hidden;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__list li a picture img {
    transition: all 0.2s;
  }
}
.topService .topService__list li a h4 {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 24px 0;
  font-size: 20px;
  font-size: 1.1111111111rem;
  color: var(--base-font-color);
  line-height: 1;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-size: 28px 28px;
  background-position: right 4px center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__list li a h4 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    transition: all 0.2s;
  }
}
.topService .topService__list li a h4::before {
  width: 120px;
  height: 1px;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__list li a h4::before {
    width: 180px;
  }
}
.topService .topService__list li a p {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--base-font-color);
  line-height: 1.6;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__list li a p {
    transition: all 0.2s;
  }
}

/*=====================================================
  topContents
=====================================================*/
.topContents {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topContents {
    max-width: 1900px;
    margin: 0 auto;
  }
}
.topContents .topContents__list {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topContents .topContents__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__list {
    gap: 0;
  }
}
.topContents .topContents__list li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .topContents .topContents__list li {
    grid-column: span 6;
  }
}
.topContents .topContents__list li a {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__list li a:hover h2 {
    background-position: right 28px top 44px;
  }
  .topContents .topContents__list li a:hover h3 {
    color: var(--base-color);
  }
  .topContents .topContents__list li a:hover picture img {
    transform: scale(1.1);
  }
}
.topContents .topContents__list li a picture {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__list li a picture img {
    transition: all 0.2s;
  }
}
.topContents .topContents__list li a h2 {
  margin: 0;
  padding: 20px 20px 8px 20px;
  font-size: 36px;
  font-size: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  color: var(--base-color);
  line-height: 1;
  font-feature-settings: "palt";
  border-width: 0;
  background-color: transparent;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: right 20px top 24px;
}
.topContents .topContents__list li a h2.topContents__blank {
  background-image: url(/images/icon_win_circle.svg);
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__list li a h2 {
    font-size: 60px;
    font-size: 3.3333333333rem;
    padding: 32px 32px 8px 32px;
    background-position: right 32px top 44px;
    transition: all 0.2s;
  }
}
.topContents .topContents__list li a h3 {
  width: 100%;
  margin: 0;
  padding: 0 20px 24px 20px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: var(--base-font-color);
  font-weight: 700;
  line-height: 1;
  border-bottom-width: 0;
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__list li a h3 {
    padding: 0 32px 40px 32px;
    font-size: 24px;
    font-size: 1.3333333333rem;
    transition: all 0.2s;
  }
}
.topContents .topContents__list li a h3::before {
  display: none;
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 60px 20px;
  background-color: #e7f1f4;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    padding: 100px 0;
  }
}
.topNews .topNews__inner {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
  }
}
.topNews .topNews__title {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__title {
    width: 300px;
  }
}
.topNews .topNews__title h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 36px;
  font-size: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  color: var(--base-color);
  line-height: 1;
  font-feature-settings: "palt";
  border-width: 0;
  background-color: transparent;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__title h2 {
    padding: 0 0 8px 0;
    font-size: 60px;
    font-size: 3.3333333333rem;
  }
}
.topNews .topNews__title h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: var(--base-font-color);
  font-weight: 700;
  line-height: 1;
  border-bottom-width: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__title h3 {
    margin-bottom: 56px;
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topNews .topNews__title h3::before {
  display: none;
}
.topNews .topNews__list {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list {
    width: calc(100% - 300px);
  }
}
.topNews .topNews__list .topNews__link {
  width: 100%;
  margin: 24px 0 0 0;
  padding: 0;
  text-align: right;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list .topNews__link {
    margin-top: 40px;
  }
}
.topNews .topNews__list .topNews__link a {
  width: 100%;
  margin: 0;
  padding: 0 36px 0 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  display: inline-block;
  text-decoration: none;
  color: var(--base-font-color);
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 28px 28px;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list .topNews__link a {
    font-size: 18px;
    font-size: 1rem;
  }
  .topNews .topNews__list .topNews__link a:hover {
    color: var(--link);
    text-decoration: underline;
  }
}