@charset "UTF-8";
/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
main {
  display: block;
}

/*--------------segment.html↓----------------*/
#mv {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mv {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #mv .slider {
    width: 100%;
    height: 23rem;
  }
  #mv .slider .slick-list {
    width: 100%;
    height: 100%;
  }
  #mv .slider .slick-list .slick-track {
    width: 100%;
    height: 100%;
  }
}
#mv .top-mv-text {
  position: absolute;
  left: 6rem;
  bottom: 6rem;
  z-index: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #mv .top-mv-text {
    left: 2rem;
    bottom: 2rem;
  }
}
#mv .top-mv-text .text-inner {
  position: relative;
  width: 95rem;
}
#mv .top-mv-text .text-inner h1 {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10rem;
  font-style: italic;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #mv .top-mv-text .text-inner h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mv .top-mv-text .text-inner h1 {
    font-size: 9rem;
  }
}
#mv .top-mv-text .text-inner p {
  position: relative;
  color: white;
  font-size: 3rem;
  margin: 0;
  text-align: right;
  padding-right: 5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #mv .top-mv-text .text-inner p {
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mv .top-mv-text .text-inner p {
    padding-right: 14rem;
    font-size: 2.8rem;
  }
}
#mv .top-mv-text .text-inner p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translateY(-50%);
  width: 59rem;
  height: 0.1rem;
  background-color: white;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  #mv .top-mv-text .text-inner p::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mv .top-mv-text .text-inner p::after {
    width: 50rem;
    right: 44%;
  }
}

#concept {
  margin-top: 6rem;
}
#concept p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #concept p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.news-section {
  margin-inline: auto;
}
.news-section.information {
  margin-top: 6rem;
}
.news-section.information .news-container {
  background-color: #82C3E3;
}
.news-section.newproducts {
  margin-top: 3rem;
}
.news-section.newproducts .news-container {
  background-color: #72BBF5;
}
.news-section .news-container {
  display: flex;
  background-color: #72BBF5;
  border-radius: 1rem;
  padding: 6rem 7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-section .news-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 3rem;
  }
}
.news-section .news-container .news-left {
  padding-right: 4rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-left {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    padding-right: 0;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.news-section .news-container .news-left .title-wrap {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-left .title-wrap {
    flex: 1;
  }
}
.news-section .news-container .news-left .title-wrap h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-left .title-wrap h2 {
    font-size: 3.5rem;
  }
}
.news-section .news-container .news-left .title-wrap p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  margin-top: 0.8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-left .title-wrap p {
    font-size: 1.3rem;
  }
}
.news-section .news-container .news-left .btn {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.6rem;
  height: 4rem;
  background-color: transparent;
  color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  font-weight: 900;
  transition: background-color 0.2s;
  max-width: 14rem;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-left .btn {
    margin-top: 0;
    width: 9rem;
  }
}
.news-section .news-container .news-left .btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.news-section .news-container .news-right {
  padding-left: 4rem;
  position: relative;
  border-left: 1px solid #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-right {
    padding-left: 0;
    border-left: none;
  }
}
.news-section .news-container .news-right ul {
  padding: 0;
  margin: 0;
  height: 100%;
}
.news-section .news-container .news-right ul li {
  display: flex;
  align-items: flex-start;
}
.news-section .news-container .news-right ul li + li {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-right ul li + li {
    margin-top: 2rem;
  }
}
.news-section .news-container .news-right ul li a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-right ul li a {
    text-decoration: none;
    justify-content: space-between;
    flex-direction: column;
  }
}
.news-section .news-container .news-right ul li a .date {
  background-color: #1f2b56;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1rem 0.5rem;
  border-radius: 100vmax;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  white-space: nowrap;
  width: 10rem;
  text-align: center;
  flex-shrink: 0;
}
.news-section .news-container .news-right ul li a .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  height: 1lh;
  transition: opacity 0.2s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .news-section .news-container .news-right ul li a .text:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .news-section .news-container .news-right ul li a .text {
    padding-top: 0.8rem;
    -webkit-line-clamp: 2;
    height: auto;
    line-height: 1.5;
  }
}
.news-section .news-container .news-right ul li p {
  color: #fff;
}

#history {
  margin-top: 9rem;
  background-color: #ECF6FB;
  padding-block: 9rem;
}
@media screen and (max-width: 767px) {
  #history {
    margin-top: 6rem;
    padding-block: 6rem;
  }
}
#history h3 {
  position: relative;
  text-align: center;
  color: #283760;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  #history h3 {
    padding-bottom: 1.5rem;
  }
}
#history .update {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-inline: auto;
  background-color: #283760;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.8rem;
  padding-inline: 2.5rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #history .update {
    font-size: 1.3rem;
    padding-inline: 1.8rem;
  }
}
#history ul {
  margin-top: 4.5rem;
  row-gap: 2rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  #history ul {
    display: block;
    margin-top: 2.5rem;
  }
}
#history ul li {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 1.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #history ul li {
    display: block;
  }
}
#history ul li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #history ul li + li {
    margin-top: 2rem;
  }
}
#history ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(to right, #a0a0a0 0 2px, transparent 2px 4px);
}
#history ul li:last-child::after {
  display: none;
}
#history ul li .title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  align-self: start;
  white-space: nowrap;
  padding: 0.7rem 2rem;
  background-color: #283760;
  border-radius: 100vmax;
  color: #fff;
  text-align: center;
  margin-right: 3rem;
  width: 10.5rem;
}
@media screen and (max-width: 767px) {
  #history ul li .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 0.3rem 2rem;
  }
}
#history ul li .text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 0.47rem;
}
@media screen and (max-width: 767px) {
  #history ul li .text {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

#segment {
  display: block;
  padding: 8rem 0 10rem;
  background-image: url("../images/top/top_segment_bg.png");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  #segment {
    padding: 6rem 0;
  }
}
#segment .title-wrap {
  display: block;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #segment .title-wrap {
    margin-bottom: 3rem;
  }
}
#segment .title-wrap h3 {
  font-size: 6rem;
  font-weight: 500;
  background: linear-gradient(to right, #338BAF, #262F62);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  #segment .title-wrap h3 {
    font-size: 4rem;
  }
}
#segment .title-wrap p {
  font-size: 1.5rem;
  font-weight: bolder;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #segment .title-wrap p {
    font-size: 1.4rem;
    margin: 0.5rem auto 0;
  }
}
#segment .item-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  #segment .item-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
#segment .item-wrap li {
  list-style: none;
  flex-basis: 25%;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  #segment .item-wrap li:hover {
    opacity: 0.6;
  }
  #segment .item-wrap li:hover img {
    transform: scale(1.03);
  }
  #segment .item-wrap li:hover a .text-wrap::after {
    transform: scale(1.03);
  }
}
#segment .item-wrap li .img-wrap {
  border-radius: 0.8rem;
  overflow: hidden;
}
#segment .item-wrap li .img-wrap.border {
  border: solid 0.1rem #dadada;
}
#segment .item-wrap li .img-wrap img {
  transition: 0.2s;
}
#segment .item-wrap li .text-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: flex-start;
}
#segment .item-wrap li .text-wrap p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #283760;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #segment .item-wrap li .text-wrap p {
    font-size: 1.2rem;
  }
}
#segment .item-wrap li .text-wrap::after {
  content: "";
  display: block;
  width: 3.2rem;
  aspect-ratio: 1;
  background: url(../common/images/arrow_btn.svg) no-repeat center/cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #segment .item-wrap li .text-wrap::after {
    width: 2rem;
  }
}

#brand {
  display: block;
  padding: 9rem 0;
  background-image: url("../images/top/top_brand_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 95%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #brand {
    padding: 6rem 0;
    margin: 0 auto;
  }
}
#brand h3 {
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2.2rem;
  background: linear-gradient(to right, #338BAF, #262F62);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #brand h3 {
    padding-block: 0 1.2rem;
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 3rem;
  }
}
#brand h3::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.2rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #191919;
}
#brand .item-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  #brand .item-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem;
  }
}
#brand .item-wrap li {
  list-style: none;
  transition: 0.2s;
  background-color: #283760;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #brand .item-wrap li {
    padding: 0;
    height: 6rem;
    display: flex;
    align-items: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  #brand .item-wrap li:hover {
    opacity: 0.6;
  }
  #brand .item-wrap li:hover a .text-wrap::after {
    transform: scale(1.03);
  }
}
#brand .item-wrap li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.4rem 1.5rem 1.4rem 2rem;
}
@media screen and (max-width: 767px) {
  #brand .item-wrap li a {
    padding-block: 1.2rem;
    padding-inline: 1.2rem;
  }
}
#brand .item-wrap li a .text-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 2lh;
}
#brand .item-wrap li a .text-wrap p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #brand .item-wrap li a .text-wrap p {
    font-size: 1.2rem;
  }
}
#brand .item-wrap li a .text-wrap p.small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #brand .item-wrap li a .text-wrap p.small {
    font-size: 1rem;
  }
}
#brand .item-wrap li a .text-wrap p.small br {
  display: inline;
}
#brand .item-wrap li a .text-wrap p br {
  display: none;
}
@media screen and (max-width: 767px) {
  #brand .item-wrap li a .text-wrap p br {
    display: inline;
  }
}
#brand .item-wrap li a .text-wrap::after {
  content: "";
  display: block;
  width: 3.2rem;
  aspect-ratio: 1;
  background: url(../common/images/arrow_btn_white.svg) no-repeat center/cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #brand .item-wrap li a .text-wrap::after {
    width: 2rem;
  }
}
/*# sourceMappingURL=top.css.map */