/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
a:hover {
  color: #FF7734;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
  /******************************** nav modal **************************************/
}
body header.header {
  overflow: hidden;
}
body header.header.top {
  height: 100vh;
}
body header.header .inner {
  padding: 1.5rem;
}
body header.header .inner .logo {
  margin: 0;
  margin-right: auto;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  margin-right: 0;
  height: 3rem;
}
body header.header .mainvi {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 1;
}
body header.header .mainvi .slider {
  width: 100%;
  margin-right: -20%;
  margin-bottom: 20%;
}
body header.header .mainvi .slider img {
  display: block;
  width: 80%;
  aspect-ratio: 3/4;
  object-fit: contain;
}
body header.header .mainvi .copy {
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
body header.header .mainvi .copy h1 span {
  font-size: 14vw;
  line-height: 1.2;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 3.2vw;
}
body header.header .mainvi .copy .mv-link-btn {
  width: 100%;
}
body header.header .mainvi .copy .mv-link-btn a {
  position: relative;
  display: block;
  padding: 2rem 1.5rem;
  font-size: 1.3rem;
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  font-size: 1.45rem;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  font-size: 1.1rem;
}
body .content-wrap h1.line-dots span.main,
body .content-wrap h2.line-dots span.main,
body .content-wrap h3.line-dots span.main,
body .content-wrap h4.line-dots span.main,
body .content-wrap h5.line-dots span.main,
body .content-wrap h6.line-dots span.main {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
body .content-wrap h1.line-dots span.main::after,
body .content-wrap h2.line-dots span.main::after,
body .content-wrap h3.line-dots span.main::after,
body .content-wrap h4.line-dots span.main::after,
body .content-wrap h5.line-dots span.main::after,
body .content-wrap h6.line-dots span.main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background-size: 12px 6px;
  background-repeat: repeat-x;
}
body .content-wrap h1.line-dots span.dots-orange::after,
body .content-wrap h2.line-dots span.dots-orange::after,
body .content-wrap h3.line-dots span.dots-orange::after,
body .content-wrap h4.line-dots span.dots-orange::after,
body .content-wrap h5.line-dots span.dots-orange::after,
body .content-wrap h6.line-dots span.dots-orange::after {
  background-image: radial-gradient(circle, #f47920 3px, transparent 3px);
}
body .content-wrap h1.line-dots span.dots-white::after,
body .content-wrap h2.line-dots span.dots-white::after,
body .content-wrap h3.line-dots span.dots-white::after,
body .content-wrap h4.line-dots span.dots-white::after,
body .content-wrap h5.line-dots span.dots-white::after,
body .content-wrap h6.line-dots span.dots-white::after {
  background-image: radial-gradient(circle, white 3px, transparent 3px);
}
body .content-wrap h1.section-title-02,
body .content-wrap h2.section-title-02,
body .content-wrap h3.section-title-02,
body .content-wrap h4.section-title-02,
body .content-wrap h5.section-title-02,
body .content-wrap h6.section-title-02 {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title-02 span,
body .content-wrap h2.section-title-02 span,
body .content-wrap h3.section-title-02 span,
body .content-wrap h4.section-title-02 span,
body .content-wrap h5.section-title-02 span,
body .content-wrap h6.section-title-02 span {
  display: block;
}
body .content-wrap h1.section-title-02 span.main,
body .content-wrap h2.section-title-02 span.main,
body .content-wrap h3.section-title-02 span.main,
body .content-wrap h4.section-title-02 span.main,
body .content-wrap h5.section-title-02 span.main,
body .content-wrap h6.section-title-02 span.main {
  font-size: 2rem;
  font-weight: bold;
  color: #FF7734;
}
body .content-wrap h1.content-title,
body .content-wrap h2.content-title,
body .content-wrap h3.content-title,
body .content-wrap h4.content-title,
body .content-wrap h5.content-title,
body .content-wrap h6.content-title {
  margin-bottom: 2.5rem;
}
body .content-wrap h1.content-title.boder-left-01,
body .content-wrap h2.content-title.boder-left-01,
body .content-wrap h3.content-title.boder-left-01,
body .content-wrap h4.content-title.boder-left-01,
body .content-wrap h5.content-title.boder-left-01,
body .content-wrap h6.content-title.boder-left-01 {
  font-size: 1.3rem;
}
body .content-wrap .header-ui {
  display: block;
}
body .content-wrap .header-ui .section-title {
  width: 100%;
}
body .content-wrap .header-ui .section-title span.main {
  margin: 0;
}
body .content-wrap .header-ui .text {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.6;
}
body .content-wrap .top-bridge-wrap img {
  position: relative;
  display: block;
  width: 80%;
  margin-left: auto;
}
body .content-wrap .top-bridge-wrap .main {
  position: absolute;
  bottom: 5%;
  font-size: 1.5rem;
}
body .content-wrap .contact-wrap {
  text-align: center;
}
body .content-wrap .contact-wrap p {
  font-weight: bold;
}
body .content-wrap .tab-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
}
body .content-wrap .tab-nav-list li {
  width: calc((100% - 1.5rem) / 2);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
body .content-wrap .tab-nav-list li:nth-child(2n) {
  margin-right: 0;
}
body .content-wrap .tab-nav-list li a {
  display: block;
  padding: 0.5rem;
  font-size: 0.9rem;
}
body .content-wrap .company-card-list {
  margin-bottom: 2rem;
}
body .content-wrap .company-card-list .company-card {
  cursor: pointer;
  transition: all 0.3s;
}
body .content-wrap .company-card-list .company-card:hover {
  opacity: 0.7;
  color: #0081CC;
}
body .content-wrap .company-card-list .company-card img {
  display: block;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  margin-bottom: 0.5rem;
}
body .content-wrap .company-card-list .company-card h5 {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
body .content-wrap .video-slider {
  margin-top: 2rem;
}
body .content-wrap .video-slider .slick-item {
  position: relative;
  display: block;
  margin: 0 20px;
  margin-bottom: 20px;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
body .content-wrap .video-slider .slick-item .video {
  width: 100%;
}
body .content-wrap .video-slider .slick-item .video iframe {
  aspect-ratio: 16/10;
}
body .content-wrap .video-slider .slick-item .text {
  width: 100%;
  padding: 1rem 0;
}
body .content-wrap .video-slider .slick-item .text .ttl {
  font-weight: bold;
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
body .content-wrap .video-slider .slick-item .text p {
  font-size: 0.9rem;
}
body .content-wrap .video-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
}
body .content-wrap .video-slider .slick-arrow.next {
  right: 14%;
}
body .content-wrap .video-slider .slick-arrow.prev {
  left: 14%;
}
body .content-wrap .box-3col.box-3col-01 {
  padding-bottom: 10%;
}
body .content-wrap .box-3col.box-3col-01 ul.list {
  display: block;
}
body .content-wrap .box-3col.box-3col-01 ul.list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
body .content-wrap .box-3col.box-3col-01 ul.list li .icon {
  width: 60%;
}
body .content-wrap .box-3col.box-3col-01 ul.list li .icon img {
  display: block;
  width: 100%;
  max-width: 180px;
}
body .content-wrap .box-3col.box-3col-01 ul.list li .text {
  font-size: 1.3rem;
}
body .content-wrap .box-3col.box-3col-02 ul.list {
  display: block;
}
body .content-wrap .box-3col.box-3col-02 ul.list li {
  width: 100%;
  margin-right: 0;
}
body .content-wrap .box-3col.box-3col-02 ul.list li .logo {
  padding: 1rem;
  background: white;
  border-radius: 10px;
}
body .content-wrap .box-3col.box-3col-02 ul.list li .logo img {
  display: block;
  width: 60%;
  margin: 0 auto;
  object-fit: contain;
}
body .content-wrap .box-3col.box-3col-02 ul.list li .text {
  padding: 1em 0;
  font-weight: bold;
}
body .content-wrap .link-btn {
  width: 100%;
}
body footer.footer .inner {
  background: rgba(255, 255, 255, 0.4);
  padding: 5rem 0;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body footer.footer .inner.inner {
    padding: 4rem 40px;
  }
}
body footer.footer .inner .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body footer.footer .inner .info .ttl {
  font-weight: bold;
  font-size: 2rem;
}
body footer.footer .inner .info .logo img {
  display: block;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 355px;
}
body footer.footer .inner .info .add {
  color: white;
  text-align: center;
}
body footer.footer .inner .info .add h1 {
  font-weight: bold;
  line-height: 2;
}
body footer.footer .inner .info .add > p {
  font-size: 0.9rem;
  font-weight: bold;
}
body footer.footer .copyright {
  padding: 1.5rem 50px;
}
body .modal-dialog-centered {
  max-width: 90vw !important;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  pointer-events: none;
}
body .modal-content {
  pointer-events: auto;
  padding: 1rem 2rem;
  box-sizing: border-box;
  overflow-x: auto;
}
body .modal-content .modal-header h5 {
  font-weight: bold;
  font-size: 1.1rem;
}
body .modal-content .modal-header .close:focus {
  outline: none;
}
body .modal-content .modal-body .info-box {
  display: block;
  margin-bottom: 2rem;
}
body .modal-content .modal-body .info-box .logo {
  width: 100%;
  margin-bottom: 1rem;
}
body .modal-content .modal-body .info-box .logo img {
  display: block;
  width: 100%;
  padding: 2rem 1.5rem;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
}
body .modal-content .modal-body .info-box .detail {
  width: 100%;
  padding-left: 0;
}
body .modal-content .modal-body .info-box .detail p {
  font-size: 0.9rem;
}
body .modal-content .modal-body .info-box .detail p a {
  color: #2CB2FF;
}
body .modal-content .modal-body .text {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
body .modal-content .modal-body .title {
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body .modal-content .modal-body .business-list {
  display: block;
}
body .modal-content .modal-body .business-list li {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.2rem 1rem;
  font-size: 1rem;
}