/*default*/
html main, html header {
  opacity: 0;
  transition: all 0.3s ease;
}
html.wf-active main, html.wf-active header, html.loading-delay main, html.loading-delay header {
  opacity: 1;
}

.cross_visual {
  position: relative;
  padding: 10rem 8vw 0 8vw;
}
@media only screen and (max-width: 768px) {
  .cross_visual {
    padding: 5rem 8vw 0 8vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .cross_visual {
    padding: 0;
    margin: 86px 0 0 0;
  }
}
.cross_visual .titles {
  position: absolute;
  top: 9rem;
  left: 6vw;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .cross_visual .titles {
    position: static;
    text-align: center;
  }
  .cross_visual .titles .block {
    position: absolute;
    left: 20%;
  }
}
.cross_visual .titles p.en {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .cross_visual .titles p.en {
    font-size: 1.4rem;
  }
}
.cross_visual .image {
  position: relative;
  padding: 2rem;
}
.cross_visual .image .block01 {
  right: 0;
  top: 30%;
  background: #7FC746;
  z-index: 100;
  position: absolute;
}
.cross_visual .image .block02 {
  left: 0;
  top: 50%;
  background: #E858B7;
  z-index: 100;
  position: absolute;
}
.cross_visual .image .block03 {
  right: 0;
  top: 70%;
  background: #5e5e5e;
  z-index: 100;
  position: absolute;
}

section.cross_lead .inner {
  width: 700px;
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  section.cross_lead .inner {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0 8vw;
  }
}
section.cross_lead .inner p {
  line-height: 2;
}

section.cross_profile .entitle p.en {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 1em 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.cross_profile .entitle p.en {
    font-size: 1.2rem;
  }
}
section.cross_profile .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 8vw;
}
section.cross_profile .prof_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.cross_profile .prof_flex {
    display: block;
    margin: 0 0 1rem 0;
  }
}
section.cross_profile .prof_flex .box {
  width: 24%;
  padding: 0.6rem;
}
@media only screen and (max-width: 768px) {
  section.cross_profile .prof_flex .box {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
section.cross_profile .prof_flex .box.box01 {
  background: #F8EBEB;
}
section.cross_profile .prof_flex .box.box02 {
  background: #F8F6EB;
}
section.cross_profile .prof_flex .box.box03 {
  background: #EBF8F8;
}
section.cross_profile .prof_flex .box.box04 {
  background: #F0EBF8;
}
section.cross_profile .prof_flex .box .image {
  margin: 0 0 1rem 0;
}
section.cross_profile .prof_flex .box .txt .title {
  font-weight: bold;
  margin: 0 0 1em 0;
}
section.cross_profile .prof_flex .box .txt .name {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
section.cross_profile .prof_flex .box .txt .prof {
  line-height: 1.75;
  font-size: 13px;
}

section.cross_main_block .headers {
  position: relative;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .headers {
    margin: 0 0 2rem 0;
  }
}
section.cross_main_block .headers .block {
  position: absolute;
  top: 20%;
  left: 8vw;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .headers .block {
    display: none;
  }
}
section.cross_main_block .headers.rv .image {
  margin: 0 auto 0 0;
}
section.cross_main_block .headers.rv .block {
  left: 90vw;
}
section.cross_main_block .headers .image {
  margin: 0 0 0 auto;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .headers .image {
    width: 100%;
  }
}
section.cross_main_block .headers .txt {
  background: #fff;
  padding: 5rem;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .headers .txt {
    position: static;
    padding: 2rem;
  }
}
section.cross_main_block .headers .txt.left {
  left: 10vw;
}
section.cross_main_block .headers .txt.right {
  right: 10vw;
}
section.cross_main_block .headers .txt p.en {
  color: #004098;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .headers .txt p.en {
    font-size: 1.4rem;
  }
}
section.cross_main_block .headers .txt h2 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .headers .txt h2 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  section.cross_main_block .headers .txt h2 br {
    display: none;
  }
}
section.cross_main_block .crosstalks {
  max-width: 1000px;
  margin: auto;
  padding: 0 8vw;
}
section.cross_main_block .crosstalks dl {
  display: flex;
  margin: 0 0 3em 0;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .crosstalks dl {
    margin: 0 0 2rem 0;
  }
}
section.cross_main_block .crosstalks dl dt {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  section.cross_main_block .crosstalks dl dt {
    width: 50px;
  }
}
section.cross_main_block .crosstalks dl dd {
  flex: 1;
  line-height: 1.75;
  padding: 0 0 0 2rem;
}

p.details {
  margin: 1em 0 0 0;
  font-size: 14px;
}