/*------------- color --------------*/
/*------------- web-font --------------*/
/*------------- break_point --------------*/
/*------------- fluid-size --------------*/
/*------------- gradient --------------*/
/*------------- flex --------------*/
/*------------- grid --------------*/
.shoulder-title {
  font-size: clamp(12px, 0.6630871446rem + 0.3708281829vw, 15px);
  font-family: "Viga", sans-serif;
  margin-bottom: 8px;
  color: #0064dc;
}

.h2-title01 {
  font-size: clamp(24px, 1.0364647713rem + 1.977750309vw, 40px);
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  margin-bottom: 32px;
  color: #0064dc;
}

.lead-text {
  font-size: clamp(18px, 0.9511742892rem + 0.7416563659vw, 24px);
  font-weight: 600;
}

/*--------------------------------------------------------------------*/
/* .site-btn */
/*--------------------------------------------------------------------*/
.site-btn a {
  color: #fff !important;
  background: linear-gradient(135deg, #fea954 0%, #e05600 100%);
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.1rem;
  text-shadow: initial;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  position: relative;
  width: 100%;
  transition: 0.3s;
  z-index: 0;
  box-sizing: border-box;
  text-align: center;
}
.site-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e57520 0%, #ff8228 100%);
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s;
  opacity: 1;
}
.site-btn a:hover:before {
  opacity: 0;
}
.site-btn.bttn a::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.site-btn.bttn a:hover::after {
  right: 1.2rem;
}

/*--------------------------------------------------------------------*/
/*	main */
/*--------------------------------------------------------------------*/
main {
  margin-top: 88px;
}
@media (max-width: 992px) {
  main {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 56px;
  }
}

/*--------------------------------------------------------------------*/
/*	#hero-section */
/*--------------------------------------------------------------------*/
#hero-section {
  position: relative;
  height: 90vh;
}
#hero-section .hero-container {
  position: relative;
}
#hero-section .hero-container .hero-video {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#hero-section .hero-content {
  position: absolute;
  bottom: -4%;
  right: 4%;
  transform: translate(0%, -50%);
  color: #fff;
  z-index: 1;
  animation: fadeInUp 1s ease-out;
}
#hero-section .hero-content .hero-subtitle {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0064dc;
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-left: auto;
}
#hero-section .hero-content .hero-title {
  font-size: clamp(32px, 1.0729295426rem + 3.955500618vw, 64px);
  font-family: "M PLUS 1p", sans-serif;
  text-align: right;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 32px;
}
#hero-section .hero-content .hero-title span {
  letter-spacing: -0.05em;
}
#hero-section .hero-content .hero-title span br {
  display: none;
}
#hero-section .hero-content .lead-text {
  color: #fff;
  margin-bottom: 32px;
  text-align: right;
}
#hero-section .hero-content .site-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
}
@media (max-width: 767px) {
  #hero-section .hero-content {
    left: 6%;
    right: 6%;
    top: 56%;
  }
  #hero-section .hero-content .hero-subtitle,
  #hero-section .hero-content .hero-title {
    margin-inline: auto;
  }
  #hero-section .hero-content .hero-subtitle span br,
  #hero-section .hero-content .hero-title span br {
    display: block;
  }
  #hero-section .hero-content .hero-subtitle {
    font-size: 1.35rem;
  }
  #hero-section .hero-content .hero-title {
    text-align: center;
    margin-bottom: 24px;
  }
  #hero-section .hero-content .lead-text {
    text-align: center;
    font-size: 1.5rem;
  }
  #hero-section .hero-content .lead-text br {
    display: none;
  }
  #hero-section .hero-content .site-btn {
    flex-direction: column;
    gap: 24px;
  }
  #hero-section .hero-content .site-btn a {
    max-width: 240px;
    margin-inline: auto;
  }
}

/*--------------------------------------------------------------------*/
/*	#service */
/*--------------------------------------------------------------------*/
#service {
  background: #fafafa;
}
#service .site-flex {
  margin-top: 32px;
  margin-bottom: 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
#service .site-flex > section a {
  position: relative;
  z-index: 1;
}
#service .site-flex > section a .img-cover {
  border: 4px solid #0064dc;
  border-radius: 8px;
  margin-bottom: 16px;
}
#service .site-flex > section a .shoulder-title {
  line-height: 1;
  margin-bottom: 4px;
}
#service .site-flex > section a h3 {
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  margin-left: 0;
  margin-bottom: 4px;
  color: #0064dc;
}
#service .site-flex > section a p:last-of-type {
  font-size: 1.8rem;
  color: #5a5a5a;
}
#service .service-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  flex-direction: column;
}
#service .service-flex a {
  max-width: 400px;
}
@media (max-width: 992px) {
  #service .site-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  #service .site-flex > section a h3 {
    font-size: 2rem;
  }
  #service .site-flex > section a h3 + p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #service {
    padding-right: 0;
    padding-left: 0;
  }
  #service .site-flex.site-width {
    margin-right: 0;
  }
  #service .site-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    margin-top: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 40px;
  }
  #service .site-flex::-webkit-scrollbar {
    display: none;
  }
  #service .site-flex > section {
    flex: 0 0 80%;
    scroll-snap-align: center;
  }
  #service .site-flex > section a h3 {
    font-size: 1.8rem;
  }
  #service .site-flex > section a > div + p {
    font-size: 1.4rem !important;
  }
  #service .site-flex::after {
    content: "";
    display: block;
    flex: 0 0 6%;
    visibility: hidden;
  }
  #service .service-flex {
    flex-direction: column;
    gap: 24px;
  }
}

/*--------------------------------------------------------------------*/
/*	#point */
/*--------------------------------------------------------------------*/
#point .point-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
#point .site-height {
  padding-block: 64px;
}
#point div.point-flex {
  padding-inline: 64px;
  background-color: #001e82;
  border-radius: 24px;
  color: #fff;
}
#point div.point-flex section {
  width: 100%;
}
#point div.point-flex section .shoulder-title {
  color: #fff;
}
#point div.point-flex section h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
#point div.point-flex section figure {
  margin-bottom: 24px;
  gap: 64px;
}
#point div.point-flex section figure + p {
  font-size: 2rem;
  margin-bottom: 8px;
}
#point div.point-flex section .lead-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 24px;
}
#point div.point-flex section > div {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
#point div.point-flex section > div .point-btn {
  height: 48px;
  width: 208px;
  font-size: 1.3rem;
}
#point div.point-flex section > div .point-btn:hover {
  color: #fff;
}
#point div.point-flex section > div .point-btn:hover::after {
  transform: scale(1, 1);
}
#point div.point-flex section > div .arrow {
  top: 0px;
}
@media (max-width: 992px) {
  #point div.point-flex section figure {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  #point .site-height {
    padding-block: 32px;
  }
  #point div.point-flex {
    flex-direction: column;
    padding-inline: 24px;
  }
  #point div.point-flex section h2 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  #point div.point-flex section .lead-text {
    font-size: 1.5rem;
  }
  #point div.point-flex section .lead-text br {
    display: none;
  }
  #point div.point-flex section > div {
    width: 100%;
    justify-content: center;
  }
  #point div.point-flex section > div .point-btn {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  #point {
    padding-block: 64px 0;
  }
}
/*--------------------------------------------------------------------*/
/*	#news */
/*--------------------------------------------------------------------*/
#news {
  border-bottom: 1px solid #bbb;
}
#news .news-flex {
  padding-inline: 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
#news .news-flex .text-container {
  width: -moz-fit-content;
  width: fit-content;
}
#news .news-flex .text-container .site-btn {
  margin-top: 32px;
}
#news .news-flex .news-list {
  width: 55%;
}
#news .news-flex .news-list a {
  display: block;
}
#news .news-flex .news-list a:hover .text-hover {
  background-size: 100% 2px;
}
#news .news-flex .news-list a dl dt {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 8px;
}
#news .news-flex .news-list a dl dd {
  display: inline;
  font-size: 1.8rem;
  line-height: 1;
}
#news .news-flex .news-list a:not(:last-of-type) {
  padding-bottom: 32px;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 32px;
}
#news .news-flex .news-list .site-btn {
  margin-top: 48px;
  max-width: 304px;
}
@media (max-width: 992px) {
  #news .news-flex {
    padding-inline: 0;
    flex-direction: column;
  }
  #news .news-flex .news-list {
    width: 100%;
    margin-right: 0;
  }
  #news .news-flex .news-list a dl dd {
    font-size: 1.6rem;
  }
  #news .news-flex .news-list a:not(:last-of-type) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  #news .news-flex .text-container {
    width: 100%;
    text-align: justify;
    margin-bottom: 32px;
    height: auto;
  }
  #news .news-flex .text-container h2 {
    margin-bottom: 16px;
  }
  #news .news-flex .text-container .lead-text br {
    display: none;
  }
}

/*--------------------------------------------------------------------*/
/*	#related-information */
/*--------------------------------------------------------------------*/
#related-information h2 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 2px solid #bbb;
  margin-bottom: 32px;
}
#related-information h3 {
  margin-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 8px;
}
#related-information .related-site {
  padding-bottom: 24px;
  border-bottom: 1px dotted;
  margin-bottom: 24px;
}
@media (hover: hover) {
  #related-information a:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=index.css.map */