.mv {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:768px) {
  .mv {
    height: 480px;
  }
}
@media only screen and (max-width:767px) {
  .mv {
    height: 325px;
  }
}
@media only screen and (min-width:768px) {
  .mv {
    padding-top: 153px;
  }
}
@media only screen and (max-width:767px) {
  .mv {
    padding-top: 90px;
  }
}
@media only screen and (min-width:768px) {
  .mv {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width:767px) {
  .mv {
    padding-bottom: 10px;
  }
}
.mv-inner {
  position: relative;
}
@media only screen and (max-width:767px) {
  .mv-inner {
    padding-right: 50px;
  }
}
.mv-title {
  color: white;
}
.mv-title-en {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}
@media only screen and (min-width:768px) {
  .mv-title-en {
    font-size: 80px;
  }
}
@media only screen and (max-width:767px) {
  .mv-title-en {
    font-size: 40px;
  }
}
.mv-title-ja {
  font-weight: 500;
  line-height: 1.7em;
}
@media only screen and (min-width:768px) {
  .mv-title-ja {
    margin-top: 7px;
  }
}
@media only screen and (max-width:767px) {
  .mv-title-ja {
    margin-top: 10px;
  }
}
@media only screen and (min-width:768px) {
  .mv-title-ja {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  .mv-title-ja {
    font-size: 14px;
  }
}
.mv-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv .common-breadcrumbs {
  margin-top: auto;
  position: relative;
  /*@include media.resp(margin-top,-100px,-80px);*/
  color: white;
}

.top-nav {
  position: relative;
}
@media only screen and (min-width:768px) {
  .top-nav {
    margin-top: -32px;
  }
}
@media only screen and (max-width:767px) {
  .top-nav {
    margin-top: -25px;
  }
}
.top-nav-inner {
  background-color: white;
  position: relative;
}
@media only screen and (min-width:768px) {
  .top-nav-inner {
    display: flex;
    justify-content: space-between;
    height: 64px;
    border-radius: 40px;
  }
}
@media only screen and (max-width:767px) {
  .top-nav-inner {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
  }
}
.top-nav button.accordion-trigger {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}
@media only screen and (min-width:768px) {
  .top-nav button.accordion-trigger {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .top-nav button.accordion-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
}
.top-nav button.accordion-trigger[aria-expanded=true] + .top-nav-icon {
  transform: rotate(180deg);
}
.top-nav button.accordion-trigger[aria-expanded=true] + .top-nav-icon::after {
  opacity: 0;
}
@media only screen and (min-width:768px) {
  .top-nav .accordion-contents {
    height: 100%;
    display: flex !important;
    align-items: center;
    grid-template-rows: 1fr;
  }
  .top-nav .accordion-contents[hidden] {
    grid-template-rows: 1fr;
  }
}
.top-nav-title {
  font-weight: 600;
}
@media only screen and (min-width:768px) {
  .top-nav-title {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  .top-nav-title {
    font-size: 16px;
  }
}
@media only screen and (min-width:768px) {
  .top-nav-title {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 50px;
  }
}
@media only screen and (max-width:767px) {
  .top-nav-title {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
}
@media only screen and (min-width:768px) {
  .top-nav-links ul {
    display: flex;
    gap: 40px;
    height: 100%;
    align-items: center;
    padding-right: 50px;
  }
}
@media only screen and (max-width:767px) {
  .top-nav-links ul {
    padding: 10px 0 15px 20px;
    display: flex;
    flex-direction: column;
  }
}
.top-nav-links ul li {
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width:768px) {
  .top-nav-links ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .top-nav-links ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .top-nav-links ul li {
    padding: 0 10px;
  }
}
.top-nav-links ul li.-current {
  color: #004F99;
  font-weight: 600;
}
.top-nav-links ul li.-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #004F99;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width:767px) {
  .top-nav-links ul li.-current::after {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .top-nav-links ul li.-current a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.top-nav-links ul li a {
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
@media only screen and (min-width:768px) {
  .top-nav-links ul li a {
    padding: 10px 0;
  }
}
@media only screen and (max-width:767px) {
  .top-nav-links ul li a {
    padding: 10px 0;
  }
}
@media (hover: hover) {
  .top-nav-links ul li a:hover {
    color: #004F99;
  }
}
.top-nav-icon {
  pointer-events: none;
  position: absolute;
  top: 18px;
  right: 24px;
  width: 14px;
  height: 14px;
  transition: 0.2s;
}
@media only screen and (min-width:768px) {
  .top-nav-icon {
    display: none;
  }
}
.top-nav-icon::before, .top-nav-icon::after {
  content: "";
  display: block;
  background-color: #004F99;
  transition: 0.2s;
}
.top-nav-icon::before {
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
}
.top-nav-icon::after {
  width: 2px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 6px;
}

.l-crosstalk {
  padding-top: 40px;
  padding-bottom: 120px;
}

.c-crosstalk {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.c-crosstalk__ttl {
    font-weight: bold;
    font-size: 20px;
    line-height: calc(32/20);
    margin-bottom: 15px;
}

.c-crosstalk__subttl {
    font-size: 16px;
    line-height: calc(24/16);
}

.c-crosstalk .common-round-btn {
    width: 320px;
    margin-top: 25px;
}


.c-crosstalk__img {
    aspect-ratio: 640 / 360;
    background: #BFBFBF;
    margin-bottom: 25px;
    overflow:hidden;
}

.c-crosstalk__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s;
    will-change: transform;
}

@media (hover: hover) {
  .c-crosstalk__item:hover .c-crosstalk__img img {
    transform: scale(1.15);
  }

  .c-crosstalk__item:hover .common-round-btn:after {
    transform: translateX(5px);
  }
}

@media only screen and (min-width:768px) {
  .mv {
    padding-bottom: 54px;
  }
}
@media only screen and (max-width:767px) {
  .mv {
    padding-bottom: 35px;
  }
  .l-crosstalk {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-crosstalk {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .c-crosstalk__img {
      margin-bottom: 20px;
  }
  .c-crosstalk .common-round-btn {
      width: 100%;
  }
}
@media only screen and (min-width:768px) {
  .mv-title-en {
    line-height: 1em;
  }
}
@media only screen and (min-width:768px) {
  .mv-title-ja {
    margin-top: 13px;
  }
}