@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");
@media screen and (min-width: 1024px) {
  [data-tb],
[data-sp] {
    display: none !important;
  }

  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
[data-sp] {
    display: none !important;
  }

  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
[data-pc] {
    display: none !important;
  }

  [data-sp] {
    display: inline-block !important;
  }
}
html {
  height: 100%;
}

body.noscroll {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

[data-target-mask] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-target-mask][data-right].action, [data-target-mask][data-left].action, [data-target-mask][data-up].action, [data-target-mask][data-down].action {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
[data-target-mask][data-right] {
  -webkit-clip-path: inset(0 99.9% 0 0);
  clip-path: inset(0 99.9% 0 0);
}
[data-target-mask][data-left] {
  -webkit-clip-path: inset(0 0 0 99.9%);
  clip-path: inset(0 0 0 99.9%);
}
[data-target-mask][data-up] {
  -webkit-clip-path: inset(99.9% 0 0 0);
  clip-path: inset(99.9% 0 0 0);
}
[data-target-mask][data-down] {
  -webkit-clip-path: inset(0 0 99.9% 0);
  clip-path: inset(0 0 99.9% 0);
}

[data-target] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}
[data-target].action {
  opacity: 1;
}
[data-target][data-nomotion] {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
[data-target][data-slideup] {
  -webkit-transform: translateY(1.56vw) scale(1);
  transform: translateY(1.56vw) scale(1);
}
[data-target][data-slideup].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-target][data-slidedown] {
  -webkit-transform: translateY(-1.56vw) scale(1);
  transform: translateY(-1.56vw) scale(1);
}
[data-target][data-slidedown].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-target][data-slideleft] {
  -webkit-transform: translateX(1.56vw) scale(1);
  transform: translateX(1.56vw) scale(1);
}
[data-target][data-slideleft].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-target][data-slideright] {
  -webkit-transform: translateX(-1.56vw) scale(1);
  transform: translateX(-1.56vw) scale(1);
}
[data-target][data-slideright].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-lzy] {
  opacity: 0;
}
[data-lzy].action {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

.disable-hover {
  pointer-events: none;
}

#defineSVG {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}

#loading {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}

.forpheus_7th .l-container {
  padding-top: 0 !important;
}
.forpheus_7th #forpheus7th .mv {
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.forpheus_7th #forpheus7th .mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.forpheus_7th #forpheus7th .mv .bg:before {
  background-color: #025eb8;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.forpheus_7th #forpheus7th .mv .bg:after {
  background: url(../img/technology/information/brand/forpheus_7th/dot_mv.png) repeat 0 0;
  background-size: 8px 7px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.forpheus_7th #forpheus7th .mv .bg img,
.forpheus_7th #forpheus7th .mv .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.forpheus_7th #forpheus7th .mv .sec_inner {
  width: 538px;
  margin: auto;
  text-align: center;
}
.forpheus_7th #forpheus7th .mv .ic_square {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.forpheus_7th #forpheus7th .mv .ic_square.is1 {
  left: -56px;
}
.forpheus_7th #forpheus7th .mv .ic_square.is2 {
  right: -56px;
}
.forpheus_7th #forpheus7th .mv h1 {
  margin-bottom: 32px;
}
.forpheus_7th #forpheus7th .mv h1 span {
  display: block;
  margin-bottom: 30px;
}
.forpheus_7th #forpheus7th .mv h1 span img {
  height: 19.5px;
}
.forpheus_7th #forpheus7th .mv .copy {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.forpheus_7th #forpheus7th .about {
  margin-bottom: 80px;
}
.forpheus_7th #forpheus7th .about .sec_header {
  padding-bottom: 50px;
}
.forpheus_7th #forpheus7th .about .sec_header .ic_square {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
}
.forpheus_7th #forpheus7th .about .sec_header .ic_square.is1 {
  left: 30px;
}
.forpheus_7th #forpheus7th .about .sec_header .ic_square.is2 {
  right: 30px;
}
.forpheus_7th #forpheus7th .about .sec_header .bg_title img {
  height: 189px;
}
.forpheus_7th #forpheus7th .about .contents {
  color: #ffffff;
  position: relative;
  text-align: center;
}
.forpheus_7th #forpheus7th .about .contents:before {
  content: "";
  display: block;
  position: absolute;
  top: 72px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 330px 50vw 0 50vw;
  border-color: #ffffff transparent transparent transparent;
  z-index: 0;
}
.forpheus_7th #forpheus7th .about .contents .blue_bg {
  height: calc(100% - 72px);
}
.forpheus_7th #forpheus7th .about .contents .blue_bg .bg {
  mix-blend-mode: overlay;
  height: 750px;
  top: 200px;
  left: 50%;
}
.forpheus_7th #forpheus7th .about .contents .blue_bg .ic1 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  width: 350px;
  height: 350px;
  top: 5%;
  left: -10%;
}
.forpheus_7th #forpheus7th .about .contents .blue_bg .ic2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 225px;
  height: 225px;
  top: 43%;
  right: -2%;
}
.forpheus_7th #forpheus7th .about .contents .blue_bg .ic3 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 410px;
  height: 410px;
  top: 69%;
  left: -2%;
}
.forpheus_7th #forpheus7th .about .contents .contents_inner {
  position: relative;
  max-width: 1190px;
  margin: auto;
}
.forpheus_7th #forpheus7th .about .contents .about_forpheus {
  margin-bottom: 70px;
}
.forpheus_7th #forpheus7th .about .contents .about_forpheus .machine {
  max-width: 855px;
  margin: 0 auto 56px;
  position: relative;
}
.forpheus_7th #forpheus7th .about .contents .about_forpheus .machine:before {
  border: 1px solid #025eb8;
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  top: -15px;
  left: -15px;
}
.forpheus_7th #forpheus7th .about .contents .about_forpheus h2 {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin: 0 0 40px 0;
}
.forpheus_7th #forpheus7th .about .contents .about_forpheus p {
  margin: 0 auto 40px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  max-width: 920px;
}
.forpheus_7th #forpheus7th .about .contents .about_forpheus .btn {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #ffffff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  color: #001372;
  line-height: 1;
  padding: 10px 30px;
  width: 192px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.forpheus_7th #forpheus7th .about .contents .about_forpheus .btn:before {
  border: 1px solid #ffffff;
  content: "";
  display: block;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  position: absolute;
  top: -12px;
  left: -12px;
}
@media screen and (min-width: 750px) {
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .btn:hover {
    background-color: #001372;
    color: #ffffff;
  }
}
.forpheus_7th #forpheus7th .about .contents .diagram {
  padding-bottom: 80px;
}
.forpheus_7th #forpheus7th .about .contents .diagram h3 {
  background: url(../img/technology/information/brand/forpheus_7th/bg_title_diagram.png) no-repeat 50% 0;
  background-size: 959.5px auto;
  font-size: 2.2rem;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 78px;
}
.forpheus_7th #forpheus7th .about .contents .diagram .img {
  max-width: 947px;
  margin: 0 auto 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.forpheus_7th #forpheus7th .about .contents .diagram .img:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/technology/information/brand/forpheus_7th/bg_frame_about1.png) no-repeat 50% 0;
  background-size: 100% auto;
  width: 947px;
  height: 447.5px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.forpheus_7th #forpheus7th .about .contents .diagram .img img {
  width: 830px;
}
.forpheus_7th #forpheus7th .about .contents .diagram h4 {
  font-size: 2.4rem;
  margin: 0 0 65px;
  padding: 0 30px;
  position: relative;
  display: inline-block;
}
.forpheus_7th #forpheus7th .about .contents .diagram h4 .ic_plus {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.forpheus_7th #forpheus7th .about .contents .diagram h4 .ic_plus.ip1 {
  left: 0;
}
.forpheus_7th #forpheus7th .about .contents .diagram h4 .ic_plus.ip2 {
  right: 0;
}
.forpheus_7th #forpheus7th .about .contents .diagram .text {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  max-width: 980px;
  margin: 0 auto 60px;
}
.forpheus_7th #forpheus7th .about .contents .diagram .future {
  background: url(../img/technology/information/brand/forpheus_7th/bg_frame_about2.png) no-repeat 50% 0;
  background-size: 100% auto;
  width: 603.5px;
  height: 161px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: bold;
  position: relative;
}
.forpheus_7th #forpheus7th .about .contents .diagram .future .ic_square {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  position: absolute;
  top: -10px;
  left: 50%;
}
.forpheus_7th #forpheus7th .technology {
  margin-bottom: 220px;
}
.forpheus_7th #forpheus7th .technology .sec_header {
  padding-bottom: 160px;
  margin-bottom: 75px;
}
.forpheus_7th #forpheus7th .technology .sec_header:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/technology/information/brand/forpheus_7th/bg_frame_tech.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 685px;
  height: 235.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.forpheus_7th #forpheus7th .technology .sec_header .bg_title {
  bottom: auto;
  top: 20px;
}
.forpheus_7th #forpheus7th .technology .sec_header .bg_title img {
  height: 161px;
}
.forpheus_7th #forpheus7th .technology .sec_header .inner {
  position: relative;
}
.forpheus_7th #forpheus7th .technology .sec_header .btn {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #005eb8;
  color: #ffffff;
  width: 383px;
  height: 40px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.forpheus_7th #forpheus7th .technology .sec_header .btn:before {
  border: 1px solid #005eb8;
  content: "";
  display: block;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  position: absolute;
  top: -7px;
  left: -7px;
  pointer-events: none;
}
.forpheus_7th #forpheus7th .technology .sec_header .btn span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  font-weight: normal;
}
@media screen and (min-width: 750px) {
  .forpheus_7th #forpheus7th .technology .sec_header .btn:hover {
    background-color: #ffffff;
    color: #005eb8;
  }
}
.forpheus_7th #forpheus7th .technology .thumbnails {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.forpheus_7th #forpheus7th .technology .thumbnails .ic_plus {
  position: absolute;
  width: 11px;
  height: 11px;
}
.forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip1 {
  top: -30px;
  left: -15px;
}
.forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip2 {
  top: -30px;
  right: -15px;
}
.forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip3 {
  bottom: 6px;
  right: -15px;
}
.forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip4 {
  bottom: 6px;
  left: -15px;
}
.forpheus_7th #forpheus7th .technology .thumbnails figure {
  border: 1px solid #005eb8;
  padding: 8px;
  width: calc(20% - 20px);
  margin: 0 20px 36px 0;
}
.forpheus_7th #forpheus7th .tech_unit {
  max-width: 1100px;
  margin: auto;
}
.forpheus_7th #forpheus7th .tech_unit .bg {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  pointer-events: none;
  z-index: -1;
  left: 50%;
  max-width: initial;
}
.forpheus_7th #forpheus7th .tech_unit .ic_plus {
  position: absolute;
  width: 22px;
  height: 22px;
}
.forpheus_7th #forpheus7th .tech_unit .ic_plus.ip1 {
  left: -55px;
}
.forpheus_7th #forpheus7th .tech_unit .ic_plus.ip2 {
  right: -55px;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header {
  margin-bottom: 80px;
  position: relative;
  padding: 0 30px;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header .ic_square {
  position: absolute;
  top: 0;
  left: -26px;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header h2 {
  font-size: 4rem;
  color: #ffffff;
  margin: 0 0 60px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header h2:after {
  background-color: #1430a0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: 25px;
  z-index: 0;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header h2 span {
  background-color: #005eb8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header p {
  color: #005eb8;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header.reverse .ic_square {
  left: auto;
  right: -26px;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header.reverse h2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header.reverse h2:after {
  margin: 0 25px 0 0;
}
.forpheus_7th #forpheus7th .tech_unit .tech_header.reverse p {
  text-align: right;
}
.forpheus_7th #forpheus7th .tech_unit .contents {
  position: relative;
  padding: 25px 0;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#1f5cb2), to(#1f177e));
  background: linear-gradient(to bottom, #1f5cb2, #1f177e);
  width: calc(110% - 240px);
  left: auto;
  right: -10%;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic1 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 280px;
  height: 280px;
  top: 40px;
  right: -50px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic2 {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  width: 220px;
  height: 220px;
  top: 205px;
  left: 190px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic3 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 160px;
  height: 160px;
  top: 430px;
  right: 60px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse {
  right: auto;
  left: -10%;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic1 {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 350px;
  right: 190px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic2 {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  top: 280px;
  left: 45px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic3 {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 30px;
  right: auto;
  left: 35px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit:last-of-type {
  margin-bottom: 0;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit figure {
  width: 45%;
  border: 1px solid #005eb8;
  padding: 12px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt {
  width: calc(55% - 70px);
  color: #ffffff;
  padding-top: 12px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl {
  margin: 0 0 25px 0;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt {
  font-size: 2.5rem;
  color: #005eb8;
  line-height: 1;
  border: 1px solid #ffffff;
  padding: 9px 11px;
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt span {
  background-color: #ffffff;
  display: inline-block;
  padding: 15px 10px;
  white-space: nowrap;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt .ic_square {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -34px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dd {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice {
  font-size: 1.2rem;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ffffff;
  padding: 25px 20px 15px;
  position: relative;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice:before {
  background-color: #ffffff;
  content: "技術のポイント";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #025eb8;
  font-weight: bold;
  padding: 0 15px;
  height: 25px;
  position: absolute;
  top: -13px;
  left: 10px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt {
  width: calc(55% - 70px);
  color: #ffffff;
  padding-top: 12px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt dl {
  text-align: right;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt dl dt .ic_square {
  left: auto;
  right: -34px;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt dl dd {
  text-align: left;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt .notice {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt .notice:before {
  right: 10px;
  left: auto;
}
.forpheus_7th #forpheus7th .performance {
  margin-bottom: 200px;
}
.forpheus_7th #forpheus7th .performance .bg {
  width: 1419px;
  top: -200px;
}
.forpheus_7th #forpheus7th .performance .ic_plus.ip1 {
  top: -60px;
}
.forpheus_7th #forpheus7th .performance .ic_plus.ip2 {
  top: -60px;
}
.forpheus_7th #forpheus7th .evolution {
  margin-bottom: 180px;
}
.forpheus_7th #forpheus7th .evolution .bg {
  width: 1259px;
  top: 0;
  left: 40%;
}
.forpheus_7th #forpheus7th .evolution .ic_plus.ip1 {
  bottom: -60px;
}
.forpheus_7th #forpheus7th .evolution .ic_plus.ip2 {
  bottom: -60px;
}
.forpheus_7th #forpheus7th .message {
  margin-bottom: 180px;
}
.forpheus_7th #forpheus7th .message h1 {
  border: 1px solid #005eb8;
  color: #ffffff;
  font-size: 2.8rem;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 5px;
  z-index: 5;
}
.forpheus_7th #forpheus7th .message h1 span {
  background-color: #005eb8;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
.forpheus_7th #forpheus7th .message .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px;
}
.forpheus_7th #forpheus7th .message .contents figure {
  width: 460px;
  position: relative;
  z-index: 5;
  padding-top: 60px;
}
.forpheus_7th #forpheus7th .message .contents figure img {
  margin-bottom: 25px;
}
.forpheus_7th #forpheus7th .message .contents figure figcaption {
  color: #005eb8;
  font-size: 2rem;
  font-weight: bold;
}
.forpheus_7th #forpheus7th .message .contents .txt {
  width: calc(100% - 420px);
  color: #005eb8;
  position: relative;
  padding: 60px 24px 40px 60px;
  margin-left: -40px;
}
.forpheus_7th #forpheus7th .message .contents .txt:before {
  border: 1px solid #005eb8;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.forpheus_7th #forpheus7th .message .contents .txt p {
  margin: 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}
.forpheus_7th #forpheus7th .message .contents .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .forpheus_7th #forpheus7th .message .contents .txt a:hover {
    text-decoration: none;
  }
}
.forpheus_7th #forpheus7th .creator .sec_header {
  padding-bottom: 100px;
  margin-bottom: -30px;
}
.forpheus_7th #forpheus7th .creator .sec_header .bg_title {
  bottom: auto;
  top: -120px;
}
.forpheus_7th #forpheus7th .creator .sec_header .bg_title img {
  height: 331.5px;
}
.forpheus_7th #forpheus7th .creator .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 1200px;
}
.forpheus_7th #forpheus7th .creator .gallery figure {
  width: calc(16.6% - 7px);
  position: relative;
}
.forpheus_7th #forpheus7th .creator .gallery figure figcaption {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: bold;
  color: #001372;
  letter-spacing: -0.05em;
}
.forpheus_7th #forpheus7th .creator .interview {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
}
.forpheus_7th #forpheus7th .creator .interview .bg {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1189px;
  mix-blend-mode: overlay;
  max-width: initial;
  left: 50%;
}
.forpheus_7th #forpheus7th .creator .interview .list {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  position: relative;
}
.forpheus_7th #forpheus7th .creator .interview .list .ic_plus {
  position: absolute;
  width: 12px;
  height: 12px;
}
.forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip1 {
  top: -80px;
  left: -15px;
}
.forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip2 {
  top: -80px;
  right: -15px;
}
.forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip3 {
  bottom: 80px;
  right: -15px;
}
.forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip4 {
  bottom: 80px;
  left: -15px;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit {
  max-width: calc(33.3% - 90px);
  width: 100%;
  margin: 0 45px 130px 45px;
  border: 1px solid #ffffff;
  position: relative;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .link_main {
  color: #ffffff;
  display: block;
  padding: 0 10px 10px;
  height: 100%;
  position: relative;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .link_main:after {
  background: url(../img/technology/information/brand/forpheus_7th/ic_blank.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  position: absolute;
  bottom: 13px;
  right: 13px;
}
@media screen and (min-width: 750px) {
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_main:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .link_other {
  position: absolute;
  bottom: -40px;
  left: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #001372;
  text-decoration: none;
  line-height: 1;
  padding: 4px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .link_other span {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 5px 10px;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .link_other span:before {
  content: ">";
  display: block;
  margin-right: 5px;
}
@media screen and (min-width: 750px) {
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other:hover span {
    background-color: #001372;
    color: #ffffff;
  }
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .ic_square {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: -30px;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .number {
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  top: 25px;
  right: -37px;
  font-weight: bold;
  font-style: italic;
  font-size: 1.8rem;
  opacity: 0.37;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit .gen {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 130px;
  left: 0;
  text-align: center;
  width: 100%;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit figure {
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  max-width: 195px;
  margin: 0 auto;
  text-align: center;
}
.forpheus_7th #forpheus7th .creator .interview .list .unit figure img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.forpheus_7th #forpheus7th .creator .interview .list .unit figure figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 8px 19px;
  color: #005eb8;
  line-height: 1;
}
.forpheus_7th #forpheus7th .creator .interview .btn_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -80px;
}
.forpheus_7th #forpheus7th .creator .interview .btn_recruit a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #025eb8;
  text-decoration: none;
  line-height: 1;
  padding: 8px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.forpheus_7th #forpheus7th .creator .interview .btn_recruit a span {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 10px 15px;
}
.forpheus_7th #forpheus7th .creator .interview .btn_recruit a span:before {
  content: ">";
  display: block;
  margin-right: 5px;
}
@media screen and (min-width: 750px) {
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit a:hover span {
    background-color: #025eb8;
    color: #ffffff;
  }
}
.forpheus_7th #forpheus7th #modal {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #00141c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
}
.forpheus_7th #forpheus7th #modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.forpheus_7th #forpheus7th #modal #modalInner {
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.forpheus_7th #forpheus7th #modal #modalContents {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 90px 0;
}
.forpheus_7th #forpheus7th #modal .btn_close {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/technology/information/brand/forpheus_7th/btn_close.png) no-repeat 0 0 #00141c;
  background-size: 100% 100%;
  position: absolute;
  top: 70px;
  right: -20px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 10;
}
@media screen and (min-width: 750px) {
  .forpheus_7th #forpheus7th #modal .btn_close:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.forpheus_7th #forpheus7th #modal .modal_body {
  display: none;
  position: relative;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.forpheus_7th #forpheus7th #modal .modal_body.active {
  display: block;
}
.forpheus_7th #forpheus7th #modal .modal_body .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px;
}
.forpheus_7th #forpheus7th #modal .modal_body .imgs {
  width: 40%;
}
.forpheus_7th #forpheus7th #modal .modal_body .imgs figure {
  margin-bottom: 30px;
}
.forpheus_7th #forpheus7th #modal .modal_body .imgs figure:last-of-type {
  margin-bottom: 0;
}
.forpheus_7th #forpheus7th #modal .modal_body .txt {
  width: calc(60% - 54px);
}
.forpheus_7th #forpheus7th #modal .modal_body .txt dt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.forpheus_7th #forpheus7th #modal .modal_body .txt dd {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}

#forpheus7th section {
  position: relative;
}
#forpheus7th .sec_inner {
  position: relative;
  max-width: 1060px;
  margin: auto;
}
#forpheus7th .sec_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #005eb8;
  font-weight: bold;
  text-align: center;
}
#forpheus7th .sec_header .bg_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#forpheus7th .sec_header .bg_title img {
  width: auto;
  max-width: initial;
}
#forpheus7th .sec_header .inner {
  position: relative;
}
#forpheus7th .sec_header .inner .ic_plus {
  position: absolute;
  width: 9px;
  height: 9px;
}
#forpheus7th .sec_header .inner .ic_plus.ip1 {
  top: -20px;
  left: -15px;
}
#forpheus7th .sec_header .inner .ic_plus.ip2 {
  top: -20px;
  right: -15px;
}
#forpheus7th .sec_header .inner .ic_plus.ip3 {
  bottom: -20px;
  right: -15px;
}
#forpheus7th .sec_header .inner .ic_plus.ip4 {
  bottom: -20px;
  left: -15px;
}
#forpheus7th .sec_header .inner h1 {
  border: 2px solid #005eb8;
  font-size: 3.1rem;
  padding: 10px 35px;
  line-height: 1;
  margin: 0 0 25px 0;
}
#forpheus7th .sec_header .inner p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin: 0;
}
#forpheus7th .ic_plus {
  background: url(../img/technology/information/brand/forpheus_7th/obj_plus.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 33px;
  height: 33px;
  display: block;
}
#forpheus7th .ic_plus.white {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
#forpheus7th .ic_square {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
}
#forpheus7th .ic_square.blue {
  background-image: url(../img/technology/information/brand/forpheus_7th/obj_square_blue.png);
  width: 32px;
  height: 32px;
}
#forpheus7th .ic_square.blue2 {
  background-image: url(../img/technology/information/brand/forpheus_7th/obj_square_blue2.png);
  width: 39px;
  height: 39px;
}
#forpheus7th .ic_square.white {
  background-image: url(../img/technology/information/brand/forpheus_7th/obj_square_blue.png);
  width: 32px;
  height: 32px;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
#forpheus7th .ic_circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#1f5fb4), color-stop(21%, rgba(31, 72, 163, 0.76)), color-stop(58%, rgba(31, 31, 132, 0.76)), to(rgba(31, 23, 126, 0.73)));
  background: linear-gradient(to bottom, #1f5fb4 0%, rgba(31, 72, 163, 0.76) 21%, rgba(31, 31, 132, 0.76) 58%, rgba(31, 23, 126, 0.73) 100%);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
}
#forpheus7th .blue_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#1f177e), color-stop(25%, #1f3f9c), color-stop(51%, #1f5cb2), color-stop(54%, #1f5fb4), to(#1f177e));
  background: linear-gradient(to bottom, #1f177e 0%, #1f3f9c 25%, #1f5cb2 51%, #1f5fb4 54%, #1f177e 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
#forpheus7th .blue_bg:after {
  background: url(../img/technology/information/brand/forpheus_7th/dot_mv.png) repeat 0 0;
  background-size: 8px 7px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#forpheus7th .blue_bg .bg {
  position: absolute;
}

[lang=en] .forpheus_7th #forpheus7th .mv .sec_inner {
  width: 600px;
}
[lang=en] .forpheus_7th #forpheus7th .mv .ic_square.is1 {
  left: -26px;
}
[lang=en] .forpheus_7th #forpheus7th .mv .ic_square.is2 {
  right: -26px;
}
[lang=en] .forpheus_7th #forpheus7th .mv h1 {
  width: 538px;
  margin: auto auto 32px;
}
[lang=en] .forpheus_7th #forpheus7th .about {
  margin-bottom: 80px;
}
[lang=en] .forpheus_7th #forpheus7th .about .sec_header .inner {
  width: 400px;
  margin: auto;
}
[lang=en] .forpheus_7th #forpheus7th .about .about_forpheus h2 {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 2.6rem;
}
[lang=en] .forpheus_7th #forpheus7th .about .contents .diagram h3 {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
}
[lang=en] .forpheus_7th #forpheus7th .about .contents .diagram h4 {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 2.4rem;
}
[lang=en] .forpheus_7th #forpheus7th .about .contents .diagram .future {
  width: 935px;
  height: 195px;
  font-size: 1.7rem;
}
[lang=en] .forpheus_7th #forpheus7th .technology {
  margin-bottom: 220px;
}
[lang=en] .forpheus_7th #forpheus7th .technology .sec_header .inner {
  width: 510px;
  margin: auto;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header {
  margin-bottom: 80px;
  position: relative;
  padding: 0 30px;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header .ic_square {
  position: absolute;
  top: 0;
  left: -26px;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header h2 {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 3.8rem;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header p {
  font-weight: normal;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl {
  margin: 0 0 25px 0;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 1.7rem;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt span {
  white-space: initial;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dd {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
[lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice:before {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  content: "Technology Key Points";
}
[lang=en] .forpheus_7th #forpheus7th .message h1 {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 2.6rem;
}
[lang=en] .forpheus_7th #forpheus7th .message .contents figure figcaption {
  font-size: 1.6rem;
  font-weight: normal;
}
[lang=en] .forpheus_7th #forpheus7th .message .contents .txt p {
  font-size: 1.4rem;
  font-weight: normal;
}
[lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
}
[lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit p {
  font-size: 1.3rem;
  font-weight: normal;
}
[lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit figure figcaption {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
[lang=en] .forpheus_7th #forpheus7th .creator .interview .btn_recruit {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
}
[lang=en] .forpheus_7th #forpheus7th #modal .modal_body .txt dt {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 2.3rem;
}
[lang=en] .forpheus_7th #forpheus7th .sec_header .inner h1 {
  font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  padding: 10px 20px;
}
[lang=en] .forpheus_7th #forpheus7th .sec_header .inner p {
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (min-width: 1600px) {
  html {
    height: 100%;
  }

  [data-target][slideup] {
    -webkit-transform: translateY(25px) scale(1);
    transform: translateY(25px) scale(1);
  }
  [data-target][slidedown] {
    -webkit-transform: translateY(-25px) scale(1);
    transform: translateY(-25px) scale(1);
  }
  [data-target][slideleft] {
    -webkit-transform: translateX(25px) scale(1);
    transform: translateX(25px) scale(1);
  }
  [data-target][slideright] {
    -webkit-transform: translateX(-25px) scale(1);
    transform: translateX(-25px) scale(1);
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .forpheus_7th #forpheus7th .mv {
    min-height: 49.8vw;
    margin-bottom: 4.15vw;
  }
  .forpheus_7th #forpheus7th .mv .sec_inner {
    width: 44.66vw;
  }
  .forpheus_7th #forpheus7th .mv .ic_square {
    margin-top: -0.66vw;
    width: 1.33vw;
    height: 1.33vw;
  }
  .forpheus_7th #forpheus7th .mv .ic_square.is1 {
    left: -4.65vw;
  }
  .forpheus_7th #forpheus7th .mv .ic_square.is2 {
    right: -4.65vw;
  }
  .forpheus_7th #forpheus7th .mv h1 {
    margin-bottom: 2.66vw;
  }
  .forpheus_7th #forpheus7th .mv h1 span {
    margin-bottom: 2.49vw;
  }
  .forpheus_7th #forpheus7th .mv h1 span img {
    height: 1.62vw;
  }
  .forpheus_7th #forpheus7th .mv .copy {
    font-size: 1.33vw;
  }
  .forpheus_7th #forpheus7th .about {
    margin-bottom: 6.64vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header {
    padding-bottom: 4.15vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .ic_square {
    margin-top: -1.49vw;
    width: 2.99vw;
    height: 2.99vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .ic_square.is1 {
    left: 2.49vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .ic_square.is2 {
    right: 2.49vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .bg_title img {
    height: 15.69vw;
  }
  .forpheus_7th #forpheus7th .about .contents:before {
    top: 5.98vw;
    border-width: 27.39vw 50vw 0 50vw;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg {
    height: calc(100% - 5.98vw);
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .bg {
    height: 62.26vw;
    top: 16.6vw;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic1 {
    width: 29.05vw;
    height: 29.05vw;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic2 {
    width: 18.68vw;
    height: 18.68vw;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic3 {
    width: 34.03vw;
    height: 34.03vw;
  }
  .forpheus_7th #forpheus7th .about .contents .contents_inner {
    max-width: 98.78vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus {
    margin-bottom: 5.81vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .machine {
    max-width: 70.97vw;
    margin: 0 auto 4.65vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .machine:before {
    width: calc(100% + 2.49vw);
    height: calc(100% + 2.49vw);
    top: -1.25vw;
    left: -1.25vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus h2 {
    font-size: 1.91vw;
    margin: 0 0 3.32vw 0;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus p {
    margin: 0 auto 3.32vw;
    font-size: 1.33vw;
    max-width: 76.37vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .btn {
    font-size: 1.49vw;
    padding: 0.83vw 2.49vw;
    width: 15.94vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .btn:before {
    width: calc(100% + 1.99vw);
    height: calc(100% + 1.99vw);
    top: -1vw;
    left: -1vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram {
    padding-bottom: 6.64vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram h3 {
    background-size: 79.65vw auto;
    font-size: 1.83vw;
    height: 3.9vw;
    margin: 0 0 6.47vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .img {
    max-width: 78.61vw;
    margin: 0 auto 7.06vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .img:before {
    width: 78.61vw;
    height: 37.15vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .img img {
    width: 68.9vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram h4 {
    font-size: 1.99vw;
    margin: 0 0 5.4vw;
    padding: 0 2.49vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram h4 .ic_plus {
    width: 1vw;
    height: 1vw;
    margin-top: -0.5vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .text {
    font-size: 1.16vw;
    max-width: 81.35vw;
    margin: 0 auto 4.98vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .future {
    width: 50.1vw;
    height: 13.36vw;
    font-size: 1.58vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .future .ic_square {
    width: 1.58vw;
    height: 1.58vw;
    top: -0.83vw;
  }
  .forpheus_7th #forpheus7th .technology {
    margin-bottom: 18.26vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header {
    padding-bottom: 13.28vw;
    margin-bottom: 6.23vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header:before {
    width: 56.86vw;
    height: 19.55vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .bg_title {
    top: 1.66vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .bg_title img {
    height: 13.36vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .btn {
    width: 31.79vw;
    height: 3.32vw;
    bottom: -8.3vw;
    font-size: 1.41vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .btn:before {
    width: calc(100% + 1.16vw);
    height: calc(100% + 1.16vw);
    top: -0.58vw;
    left: -0.58vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .btn span {
    margin: 0 0.83vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus {
    width: 0.91vw;
    height: 0.91vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip1 {
    top: -2.49vw;
    left: -1.25vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip2 {
    top: -2.49vw;
    right: -1.25vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip3 {
    bottom: 0.5vw;
    right: -1.25vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip4 {
    bottom: 0.5vw;
    left: -1.25vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails figure {
    padding: 0.66vw;
    width: calc(20% - 1.66vw);
    margin: 0 1.66vw 2.99vw 0;
  }
  .forpheus_7th #forpheus7th .tech_unit {
    max-width: 91.31vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .ic_plus {
    width: 1.83vw;
    height: 1.83vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .ic_plus.ip1 {
    left: -4.57vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .ic_plus.ip2 {
    right: -4.57vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header {
    margin-bottom: 6.64vw;
    padding: 0 2.49vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header .ic_square {
    left: -2.16vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header h2 {
    font-size: 3.32vw;
    margin: 0 0 4.98vw 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header h2:after {
    margin-left: 2.08vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header h2 span {
    height: 6.64vw;
    padding: 0 1.66vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header p {
    font-size: 2.16vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header.reverse .ic_square {
    right: -2.16vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header.reverse h2:after {
    margin: 0 2.08vw 0 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents {
    padding: 2.08vw 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg {
    width: calc(110% - 19.92vw);
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic1 {
    width: 23.24vw;
    height: 23.24vw;
    top: 3.32vw;
    right: -4.15vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic2 {
    width: 18.26vw;
    height: 18.26vw;
    top: 17.02vw;
    left: 15.77vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic3 {
    width: 13.28vw;
    height: 13.28vw;
    top: 35.69vw;
    right: 4.98vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic1 {
    top: 29.05vw;
    right: 15.77vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic2 {
    top: 23.24vw;
    left: 3.74vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic3 {
    top: 2.49vw;
    right: auto;
    left: 2.91vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit {
    margin-bottom: 1.49vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit figure {
    padding: 1vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt {
    width: calc(55% - 5.81vw);
    padding-top: 1vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl {
    margin: 0 0 2.08vw 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt {
    font-size: 2.08vw;
    padding: 0.75vw 0.91vw;
    margin-bottom: 1.49vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt span {
    padding: 1.25vw 0.83vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt .ic_square {
    width: 1.49vw;
    height: 1.49vw;
    left: -2.82vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dd {
    font-size: 1.41vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice {
    font-size: 1vw;
    padding: 2.08vw 1.66vw 1.25vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice:before {
    padding: 0 1.25vw;
    height: 2.08vw;
    top: -1.08vw;
    left: 0.83vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt {
    width: calc(55% - 5.81vw);
    padding-top: 1vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt dl dt .ic_square {
    right: -2.82vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt .notice:before {
    right: 0.83vw;
    left: auto;
  }
  .forpheus_7th #forpheus7th .performance {
    margin-bottom: 16.6vw;
  }
  .forpheus_7th #forpheus7th .performance .bg {
    width: 117.79vw;
    top: -16.6vw;
  }
  .forpheus_7th #forpheus7th .performance .ic_plus.ip1 {
    top: -4.98vw;
  }
  .forpheus_7th #forpheus7th .performance .ic_plus.ip2 {
    top: -4.98vw;
  }
  .forpheus_7th #forpheus7th .evolution {
    margin-bottom: 14.94vw;
  }
  .forpheus_7th #forpheus7th .evolution .bg {
    width: 104.51vw;
  }
  .forpheus_7th #forpheus7th .evolution .ic_plus.ip1 {
    bottom: -4.98vw;
  }
  .forpheus_7th #forpheus7th .evolution .ic_plus.ip2 {
    bottom: -4.98vw;
  }
  .forpheus_7th #forpheus7th .message {
    margin-bottom: 14.94vw;
  }
  .forpheus_7th #forpheus7th .message h1 {
    font-size: 2.32vw;
    padding: 0.42vw;
  }
  .forpheus_7th #forpheus7th .message h1 span {
    padding: 0 2.08vw;
  }
  .forpheus_7th #forpheus7th .message .contents {
    margin-top: -2.49vw;
  }
  .forpheus_7th #forpheus7th .message .contents figure {
    width: 38.18vw;
    padding-top: 4.98vw;
  }
  .forpheus_7th #forpheus7th .message .contents figure img {
    margin-bottom: 2.08vw;
  }
  .forpheus_7th #forpheus7th .message .contents figure figcaption {
    font-size: 1.66vw;
  }
  .forpheus_7th #forpheus7th .message .contents .txt {
    width: calc(100% - 34.86vw);
    padding: 4.98vw 1.99vw 3.32vw 4.98vw;
    margin-left: -3.32vw;
  }
  .forpheus_7th #forpheus7th .message .contents .txt p {
    font-size: 1.41vw;
  }
  .forpheus_7th #forpheus7th .creator .sec_header {
    padding-bottom: 8.3vw;
    margin-bottom: -2.49vw;
  }
  .forpheus_7th #forpheus7th .creator .sec_header .bg_title {
    top: -9.96vw;
  }
  .forpheus_7th #forpheus7th .creator .sec_header .bg_title img {
    height: 27.52vw;
  }
  .forpheus_7th #forpheus7th .creator .gallery {
    margin-bottom: 2.49vw;
    max-width: initial;
  }
  .forpheus_7th #forpheus7th .creator .gallery figure {
    width: calc(16.6% - 0.58vw);
  }
  .forpheus_7th #forpheus7th .creator .gallery figure figcaption {
    font-size: 1.33vw;
  }
  .forpheus_7th #forpheus7th .creator .interview {
    padding-top: 9.96vw;
    padding-bottom: 3.32vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .bg {
    width: 98.7vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list {
    max-width: 87.16vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus {
    width: 1vw;
    height: 1vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip1 {
    top: -6.64vw;
    left: -1.25vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip2 {
    top: -6.64vw;
    right: -1.25vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip3 {
    bottom: 6.64vw;
    right: -1.25vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip4 {
    bottom: 6.64vw;
    left: -1.25vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit {
    max-width: calc(33.3% - 7.47vw);
    margin: 0 3.74vw 10.79vw 3.74vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_main {
    padding: 0 0.83vw 0.83vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_main:after {
    width: 1.25vw;
    height: 1.16vw;
    bottom: 1.08vw;
    right: 1.08vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other {
    bottom: -3.32vw;
    font-size: 1.16vw;
    padding: 0.33vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other span {
    padding: 0.42vw 0.83vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other span:before {
    margin-right: 0.42vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .ic_square {
    width: 1.41vw;
    height: 1.41vw;
    right: -2.49vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .number {
    top: 2.08vw;
    right: -3.07vw;
    font-size: 1.49vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit p {
    font-size: 1.49vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .gen {
    font-size: 1.08vw;
    top: 10.79vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit figure {
    max-width: 16.19vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit figure img {
    -webkit-box-shadow: 0 0 1.66vw rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1.66vw rgba(0, 0, 0, 0.5);
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit figure figcaption {
    font-size: 1.41vw;
    padding: 0.66vw 1.58vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit {
    margin-top: -6.64vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit a {
    font-size: 1.83vw;
    padding: 0.66vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit a span {
    padding: 0.83vw 1.25vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit a span:before {
    margin-right: 0.42vw;
  }
  .forpheus_7th #forpheus7th #modal #modalContents {
    max-width: 83.01vw;
    padding: 7.47vw 0;
  }
  .forpheus_7th #forpheus7th #modal .btn_close {
    top: 5.81vw;
    right: -1.66vw;
    width: 3.32vw;
    height: 3.32vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .inner {
    padding: 3.74vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .imgs figure {
    margin-bottom: 2.49vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .txt {
    width: calc(60% - 4.48vw);
  }
  .forpheus_7th #forpheus7th #modal .modal_body .txt dt {
    font-size: 1.49vw;
    margin-bottom: 2.49vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .txt dd {
    font-size: 1.16vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  #forpheus7th .sec_inner {
    max-width: 87.99vw;
  }
  #forpheus7th .sec_header .inner .ic_plus {
    width: 0.75vw;
    height: 0.75vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip1 {
    top: -1.66vw;
    left: -1.25vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip2 {
    top: -1.66vw;
    right: -1.25vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip3 {
    bottom: -1.66vw;
    right: -1.25vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip4 {
    bottom: -1.66vw;
    left: -1.25vw;
  }
  #forpheus7th .sec_header .inner h1 {
    font-size: 2.57vw;
    padding: 0.83vw 2.91vw;
    margin: 0 0 2.08vw 0;
  }
  #forpheus7th .sec_header .inner p {
    font-size: 1.33vw;
  }
  #forpheus7th .ic_plus {
    width: 2.74vw;
    height: 2.74vw;
  }
  #forpheus7th .ic_square.blue {
    width: 2.66vw;
    height: 2.66vw;
  }
  #forpheus7th .ic_square.blue2 {
    width: 3.24vw;
    height: 3.24vw;
  }
  #forpheus7th .ic_square.white {
    width: 2.66vw;
    height: 2.66vw;
  }
  #forpheus7th .ic_circle {
    width: 16.6vw;
    height: 16.6vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [lang=en] .forpheus_7th #forpheus7th .mv .sec_inner {
    width: 49.8vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .mv .ic_square.is1 {
    left: -2.16vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .mv .ic_square.is2 {
    right: -2.16vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .mv h1 {
    width: 44.66vw;
    margin: auto auto 2.66vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about {
    margin-bottom: 6.64vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .sec_header .inner {
    width: 33.2vw;
    margin: auto;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .about_forpheus h2 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 2.16vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .contents .diagram h3 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .contents .diagram h4 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 1.99vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .contents .diagram .future {
    width: 77.61vw;
    height: 16.19vw;
    font-size: 1.41vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .technology {
    margin-bottom: 18.26vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .technology .sec_header .inner {
    width: 42.33vw;
    margin: auto;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header {
    margin-bottom: 6.64vw;
    position: relative;
    padding: 0 2.49vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header .ic_square {
    position: absolute;
    top: 0;
    left: -2.16vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header h2 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 3.15vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header p {
    font-weight: normal;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl {
    margin: 0 0 2.08vw 0;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 1.41vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt span {
    white-space: initial;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dd {
    font-size: 1.41vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: 0;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice:before {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    content: "Technology Key Points";
  }
  [lang=en] .forpheus_7th #forpheus7th .message h1 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 2.16vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .message .contents figure figcaption {
    font-size: 1.33vw;
    font-weight: normal;
  }
  [lang=en] .forpheus_7th #forpheus7th .message .contents .txt p {
    font-size: 1.16vw;
    font-weight: normal;
  }
  [lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 0.91vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit p {
    font-size: 1.08vw;
    font-weight: normal;
  }
  [lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit figure figcaption {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  [lang=en] .forpheus_7th #forpheus7th .creator .interview .btn_recruit {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
  }
  [lang=en] .forpheus_7th #forpheus7th #modal .modal_body .txt dt {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 1.91vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .sec_header .inner h1 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    padding: 0.83vw 1.66vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .sec_header .inner p {
    font-size: 1.25vw;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  html {
    height: 100vh;
  }

  body.noscroll {
    min-height: 100vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
  body [data-target][slideup] {
    -webkit-transform: translateY(2.67vw) scale(1);
    transform: translateY(2.67vw) scale(1);
  }
  body [data-target][slidedown] {
    -webkit-transform: translateY(-2.67vw) scale(1);
    transform: translateY(-2.67vw) scale(1);
  }
  body [data-target][slideleft] {
    -webkit-transform: translateX(2.67vw) scale(1);
    transform: translateX(2.67vw) scale(1);
  }
  body [data-target][slideright] {
    -webkit-transform: translateX(-2.67vw) scale(1);
    transform: translateX(-2.67vw) scale(1);
  }

  .forpheus_7th #forpheus7th .mv {
    height: auto;
    min-height: 80vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 80);
    margin-bottom: 8vw;
  }
  .forpheus_7th #forpheus7th .mv .sec_inner {
    width: 71.73vw;
  }
  .forpheus_7th #forpheus7th .mv .ic_square {
    margin-top: 1.6vw;
    width: 2.4vw;
    height: 2.4vw;
  }
  .forpheus_7th #forpheus7th .mv .ic_square.is1 {
    left: -7.47vw;
  }
  .forpheus_7th #forpheus7th .mv .ic_square.is2 {
    right: -7.47vw;
  }
  .forpheus_7th #forpheus7th .mv h1 {
    margin-bottom: 4.27vw;
  }
  .forpheus_7th #forpheus7th .mv h1 span {
    margin-bottom: 4vw;
  }
  .forpheus_7th #forpheus7th .mv h1 span img {
    height: 2.67vw;
  }
  .forpheus_7th #forpheus7th .mv .copy {
    font-size: 2.67vw;
  }
  .forpheus_7th #forpheus7th .about {
    margin-bottom: 10.67vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header {
    padding-bottom: 6.67vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .ic_square {
    margin-top: -2.4vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .ic_square.is1 {
    left: 4vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .ic_square.is2 {
    right: 4vw;
  }
  .forpheus_7th #forpheus7th .about .sec_header .bg_title {
    opacity: 0.4;
  }
  .forpheus_7th #forpheus7th .about .sec_header .bg_title img {
    height: 25.2vw;
  }
  .forpheus_7th #forpheus7th .about .contents {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .forpheus_7th #forpheus7th .about .contents:before {
    top: 13.33vw;
    border-width: 16vw 50vw 0 50vw;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg {
    height: calc(100% - 13.33vw);
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .bg {
    height: 100vw;
    top: 40vw;
    left: 25%;
    width: auto;
    max-width: initial;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic1 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    width: 30vw;
    height: 30vw;
    top: 3%;
    left: 70%;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic2 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30vw;
    height: 30vw;
    top: 25%;
    right: 65%;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic3 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 54.67vw;
    height: 54.67vw;
    top: 37%;
    left: 60%;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic4 {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 54.67vw;
    height: 54.67vw;
    bottom: 15%;
    left: -10%;
  }
  .forpheus_7th #forpheus7th .about .contents .blue_bg .ic5 {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 36vw;
    height: 36vw;
    bottom: 3%;
    right: -10%;
  }
  .forpheus_7th #forpheus7th .about .contents .contents_inner {
    max-width: initial;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus {
    margin-bottom: 13.33vw;
    text-align: left;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .machine {
    max-width: 114vw;
    margin: 0 auto 10.67vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .machine:before {
    width: calc(100% + 5.33vw);
    height: calc(100% + 5.33vw);
    top: -2.67vw;
    left: -2.67vw;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus h2 {
    font-size: 3.73vw;
    margin: 0 0 5.33vw 0;
    letter-spacing: 0;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus p {
    margin: 0 auto 5.33vw;
    font-size: 3.2vw;
    line-height: 1.6;
    max-width: initial;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .btn {
    font-size: 4vw;
    padding: 2.67vw 4vw;
    width: 46.13vw;
    text-align: center;
  }
  .forpheus_7th #forpheus7th .about .contents .about_forpheus .btn:before {
    width: calc(100% + 5.33vw);
    height: calc(100% + 5.33vw);
    top: -2.67vw;
    left: -2.67vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram {
    padding-bottom: 10.67vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram h3 {
    background: url(../img/technology/information/brand/forpheus_7th/bg_title_diagram_sp.png) no-repeat 50% 0;
    background-size: 75.93vw auto;
    font-size: 4.8vw;
    height: 25vw;
    margin: 0 0 10.4vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .img {
    max-width: initial;
    margin: 0 auto 11.33vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .img:before {
    background-size: 100% 100%;
    width: 95.47vw;
    height: 47.07vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .img img {
    width: 90.67vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram h4 {
    font-size: 4.67vw;
    line-height: 1.4;
    margin: 0 0 10.67vw;
    padding: 0 6.67vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram h4 .ic_plus {
    width: 1.6vw;
    height: 1.6vw;
    margin-top: -0.8vw;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .text {
    font-size: 3.2vw;
    line-height: 1.6;
    max-width: initial;
    margin: 0 auto 9.33vw;
    text-align: left;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .future {
    background: url(../img/technology/information/brand/forpheus_7th/bg_frame_about2_sp.png) no-repeat 50% 0;
    background-size: 100% 100%;
    width: 83.87vw;
    height: 32.8vw;
    font-size: 2.93vw;
    line-height: 2;
  }
  .forpheus_7th #forpheus7th .about .contents .diagram .future .ic_square {
    width: 2.53vw;
    height: 2.53vw;
    top: -1.33vw;
  }
  .forpheus_7th #forpheus7th .technology {
    margin-bottom: 16vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header {
    padding-bottom: 21.33vw;
    margin-bottom: 10vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header:before {
    background: url(../img/technology/information/brand/forpheus_7th/bg_frame_tech_sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 91.33vw;
    height: 42.93vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .bg_title {
    bottom: auto;
    top: 2.67vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .bg_title img {
    height: 13.33vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .btn {
    width: 60.4vw;
    height: 8.53vw;
    bottom: -16vw;
    font-size: 2.8vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .btn:before {
    width: calc(100% + 1.87vw);
    height: calc(100% + 1.87vw);
    top: -0.93vw;
    left: -0.93vw;
  }
  .forpheus_7th #forpheus7th .technology .sec_header .btn span {
    margin: 0 1.33vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 16vw);
    margin: auto;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus {
    width: 1.47vw;
    height: 1.47vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip1 {
    top: -4vw;
    left: -2vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip2 {
    top: -4vw;
    right: -2vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip3 {
    bottom: 0.8vw;
    right: -2vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails .ic_plus.ip4 {
    bottom: 0.8vw;
    left: -2vw;
  }
  .forpheus_7th #forpheus7th .technology .thumbnails figure {
    padding: 1.33vw;
    width: calc(50% - 2vw);
    margin: 0 0 5.33vw 0;
  }
  .forpheus_7th #forpheus7th .tech_unit {
    max-width: initial;
  }
  .forpheus_7th #forpheus7th .tech_unit .bg {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    pointer-events: none;
    z-index: -1;
    left: 50%;
    max-width: initial;
  }
  .forpheus_7th #forpheus7th .tech_unit .ic_plus {
    position: absolute;
    width: 2.13vw;
    height: 2.13vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .ic_plus.ip1 {
    left: 3.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .ic_plus.ip2 {
    right: 3.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header {
    margin-bottom: 10vw;
    position: relative;
    padding: 0 4vw 0 10.67vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header .ic_square {
    left: 3.33vw;
    width: 4vw;
    height: 4vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header h2 {
    font-size: 4vw;
    margin: 0 0 6.67vw 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header h2:after {
    height: 1px;
    margin-left: 2vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header h2 span {
    height: 9.33vw;
    padding: 0 2.67vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header p {
    font-size: 3.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header.reverse {
    padding: 0 10vw 0 4vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header.reverse .ic_square {
    right: 3.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .tech_header.reverse h2:after {
    margin: 0 2vw 0 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents {
    position: relative;
    padding: 3.33vw 5.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg {
    width: calc(110% - 15.33vw);
    left: auto;
    right: -10%;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic1 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 37.33vw;
    height: 37.33vw;
    top: 2%;
    right: -6.67vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic2 {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    width: 21.33vw;
    height: 21.33vw;
    top: 30%;
    left: 5.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic3 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 29.33vw;
    height: 29.33vw;
    top: 60%;
    right: 8vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg .ic_circle.ic4 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 26.67vw;
    height: 26.67vw;
    top: 80%;
    left: 8vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse {
    right: auto;
    left: -10%;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic1 {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 21.33vw;
    height: 21.33vw;
    top: 5%;
    right: auto;
    left: 2.67vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic2 {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 37.33vw;
    height: 37.33vw;
    top: 30%;
    left: auto;
    right: 4vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic3 {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 29.33vw;
    height: 29.33vw;
    top: 60%;
    right: 2.67vw;
    left: auto;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .blue_bg.reverse .ic_circle.ic4 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 26.67vw;
    height: 26.67vw;
    top: 78%;
    left: 2.67vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit {
    display: block;
    margin-bottom: 10.67vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit:last-of-type {
    margin-bottom: 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit figure {
    width: 90%;
    padding: 1.87vw;
    margin-bottom: 5.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt {
    width: calc(100% - 24vw);
    padding-top: 1.6vw;
    margin-left: auto;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl {
    margin: 0 0 6.67vw 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt {
    font-size: 3.33vw;
    padding: 1.2vw 1.47vw;
    margin-bottom: 4vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt span {
    padding: 2vw 1.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt .ic_square {
    width: 2.4vw;
    height: 2.4vw;
    left: -4.53vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dd {
    font-size: 2.67vw;
    line-height: 1.7;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice {
    font-size: 2.67vw;
    padding: 3.33vw 2.67vw 2vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice:before {
    padding: 0 2vw;
    height: 4.67vw;
    top: -2.4vw;
    left: 1.33vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse figure {
    margin-left: auto;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt {
    width: calc(100% - 24vw);
    padding-top: 1.6vw;
    margin-right: auto;
    margin-left: 0;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt dl {
    text-align: right;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt dl dt .ic_square {
    left: auto;
    right: -4.53vw;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt .notice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .forpheus_7th #forpheus7th .tech_unit .contents .unit.reverse .txt .notice:before {
    margin-right: 0;
    margin-left: 2vw;
  }
  .forpheus_7th #forpheus7th .performance {
    margin-bottom: 26.67vw;
  }
  .forpheus_7th #forpheus7th .performance .bg {
    width: 136vw;
    top: -13.33vw;
  }
  .forpheus_7th #forpheus7th .performance .ic_plus.ip1 {
    top: -8vw;
  }
  .forpheus_7th #forpheus7th .performance .ic_plus.ip2 {
    top: -8vw;
  }
  .forpheus_7th #forpheus7th .evolution {
    margin-bottom: 24vw;
  }
  .forpheus_7th #forpheus7th .evolution .bg {
    width: 140vw;
    top: -10.67vw;
    left: 39%;
  }
  .forpheus_7th #forpheus7th .evolution .ic_plus.ip1 {
    bottom: -8vw;
  }
  .forpheus_7th #forpheus7th .evolution .ic_plus.ip2 {
    bottom: -8vw;
  }
  .forpheus_7th #forpheus7th .message {
    margin-bottom: 16vw;
    text-align: center;
    padding: 0 4vw;
  }
  .forpheus_7th #forpheus7th .message h1 {
    font-size: 3.07vw;
    padding: 0.67vw;
    position: relative;
    z-index: 10;
    width: 100%;
    display: block;
  }
  .forpheus_7th #forpheus7th .message h1 span {
    padding: 0.67vw 3.33vw;
  }
  .forpheus_7th #forpheus7th .message .contents {
    display: block;
    margin-top: -4vw;
    padding: 0 2.67vw;
  }
  .forpheus_7th #forpheus7th .message .contents figure {
    width: 100%;
    position: relative;
    z-index: 5;
    padding-top: 0;
    margin-bottom: 6.67vw;
  }
  .forpheus_7th #forpheus7th .message .contents figure img {
    margin-bottom: 3.33vw;
  }
  .forpheus_7th #forpheus7th .message .contents figure figcaption {
    font-size: 2.67vw;
  }
  .forpheus_7th #forpheus7th .message .contents .txt {
    width: 100%;
    padding: 32vw 3.2vw 3.2vw 3.2vw;
    margin: -32vw 0 0 0;
    text-align: left;
  }
  .forpheus_7th #forpheus7th .message .contents .txt:before {
    width: calc(100% + 4vw);
    left: -2vw;
  }
  .forpheus_7th #forpheus7th .message .contents .txt p {
    font-size: 2.53vw;
  }
  .forpheus_7th #forpheus7th .creator .sec_header {
    padding-bottom: 13.33vw;
    margin-bottom: -4vw;
  }
  .forpheus_7th #forpheus7th .creator .sec_header .bg_title {
    top: -8vw;
  }
  .forpheus_7th #forpheus7th .creator .sec_header .bg_title img {
    height: 40vw;
  }
  .forpheus_7th #forpheus7th .creator .gallery {
    margin-bottom: 4vw;
    padding: 0 2vw;
  }
  .forpheus_7th #forpheus7th .creator .gallery figure {
    width: calc(16.6% - 0.93vw);
  }
  .forpheus_7th #forpheus7th .creator .gallery figure figcaption {
    font-size: 2.67vw;
    line-height: 1;
  }
  .forpheus_7th #forpheus7th .creator .interview {
    padding-top: 16vw;
    padding-bottom: 5.33vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .bg {
    width: 166.67vw;
    top: 2.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list {
    max-width: initial;
    padding-right: 4vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus {
    width: 1.6vw;
    height: 1.6vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip1 {
    top: -10.67vw;
    left: 4.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip2 {
    top: -10.67vw;
    right: 4.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip3 {
    bottom: 5.33vw;
    right: 4.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .ic_plus.ip4 {
    bottom: 5.33vw;
    left: 4.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit {
    max-width: calc(50% - 12vw);
    margin: 0 6vw 16vw 6vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_main {
    padding: 0 1.33vw 1.33vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_main:after {
    width: 2vw;
    height: 1.87vw;
    bottom: 1.73vw;
    right: 1.73vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other {
    bottom: -6.67vw;
    font-size: 1.87vw;
    padding: 0.53vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other span {
    padding: 0.67vw 1.33vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other span:before {
    margin-right: 0.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .ic_square {
    width: 2.27vw;
    height: 2.27vw;
    right: -4vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .number {
    top: 3.33vw;
    right: -4.93vw;
    font-size: 2.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit p {
    font-size: 2.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit .gen {
    font-size: 2.67vw;
    top: 19.33vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit figure {
    -webkit-transform: translateY(-4.8vw);
    transform: translateY(-4.8vw);
    max-width: 29.33vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .list .unit figure figcaption {
    font-size: 2.67vw;
    padding: 1.07vw 2.53vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit {
    margin-top: -10.67vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit a {
    font-size: 2.93vw;
    padding: 1.07vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit a span {
    padding: 1.33vw 2vw;
  }
  .forpheus_7th #forpheus7th .creator .interview .btn_recruit a span:before {
    margin-right: 0.67vw;
  }
  .forpheus_7th #forpheus7th #modal #modalInner {
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .forpheus_7th #forpheus7th #modal #modalContents {
    position: relative;
    z-index: 5;
    max-width: 133.33vw;
    width: 100%;
    margin: auto;
    padding: 12vw 2.67vw;
  }
  .forpheus_7th #forpheus7th #modal .btn_close {
    top: 6.67vw;
    right: 50%;
    margin-right: -5.07vw;
    width: 10.13vw;
    height: 10.13vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body {
    display: none;
    position: relative;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7.33vw 4vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .imgs {
    width: 100%;
    margin-bottom: 12vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .imgs figure {
    margin-bottom: 6.67vw;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .txt {
    width: 100%;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .txt dt {
    font-size: 4vw;
    margin-bottom: 8vw;
    text-align: center;
  }
  .forpheus_7th #forpheus7th #modal .modal_body .txt dd {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  #forpheus7th .sec_inner {
    max-width: initial;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
  }
  #forpheus7th .sec_header .inner .ic_plus {
    width: 1.2vw;
    height: 1.2vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip1 {
    top: -2.67vw;
    left: -2vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip2 {
    top: -2.67vw;
    right: -2vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip3 {
    bottom: -2.67vw;
    right: -2vw;
  }
  #forpheus7th .sec_header .inner .ic_plus.ip4 {
    bottom: -2.67vw;
    left: -2vw;
  }
  #forpheus7th .sec_header .inner h1 {
    font-size: 4.53vw;
    padding: 2vw 4.67vw;
    margin: 0 0 3.33vw 0;
    display: inline-block;
  }
  #forpheus7th .sec_header .inner p {
    font-size: 2.93vw;
  }
  #forpheus7th .ic_plus {
    width: 4.4vw;
    height: 4.4vw;
  }
  #forpheus7th .ic_square.blue {
    width: 4.27vw;
    height: 4.27vw;
  }
  #forpheus7th .ic_square.blue2 {
    width: 5.2vw;
    height: 5.2vw;
  }
  #forpheus7th .ic_square.white {
    width: 4.27vw;
    height: 4.27vw;
  }
  #forpheus7th .ic_circle {
    width: 26.67vw;
    height: 26.67vw;
  }
}
@media screen and (max-width: 750px) {
  [lang=en] .forpheus_7th #forpheus7th .mv .sec_inner {
    width: 80vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .mv .ic_square.is1 {
    left: -3.47vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .mv .ic_square.is2 {
    right: -3.47vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .mv h1 {
    width: 71.73vw;
    margin: auto auto 4.27vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about {
    margin-bottom: 10.67vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .sec_header .inner {
    width: 66.67vw;
    margin: auto;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .about_forpheus h2 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 3.47vw;
    text-align: center;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .contents .diagram h3 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    line-height: 1.5;
    font-size: 4vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .contents .diagram h4 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 3.47vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .about .contents .diagram .future {
    width: 90.67vw;
    height: 32.8vw;
    font-size: 2.27vw;
    padding: 0 4vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .technology {
    margin-bottom: 29.33vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .technology .sec_header .inner {
    width: 80vw;
    margin: auto;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header {
    margin-bottom: 10vw;
    position: relative;
    padding: 0 4vw 0 10.67vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header .ic_square {
    left: 3.33vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header h2 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 4vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .tech_header h2 span {
    height: auto;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt {
    width: calc(100% - 16vw);
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    font-size: 2.93vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dt span {
    white-space: initial;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt dl dd {
    font-size: 2.53vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .tech_unit .contents .unit .txt .notice:before {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    content: "Technology Key Points";
  }
  [lang=en] .forpheus_7th #forpheus7th .message h1 {
    font-size: 3.07vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .message .contents figure figcaption {
    font-size: 2.67vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .message .contents .txt p {
    font-size: 2.67vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit .link_other {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 1.87vw;
    white-space: nowrap;
  }
  [lang=en] .forpheus_7th #forpheus7th .creator .interview .list .unit p {
    font-size: 2.67vw;
  }
  [lang=en] .forpheus_7th #forpheus7th #modal .modal_body .txt dt {
    font-size: 4vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .sec_header .inner h1 {
    font-family: "Space Mono", Arial, Roboto, "Droid Sans", "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -0.01em;
    padding: 1.33vw 2.67vw;
  }
  [lang=en] .forpheus_7th #forpheus7th .sec_header .inner p {
    font-size: 2vw;
    font-weight: normal;
  }
}