@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@media print {
  html {
    font-size: 62.5%;
  }
}

html.hidden {
  overflow: hidden;
}

#content-nav {
  margin: 20px auto 25px !important;
  width: 1024px !important;
  text-align: left !important;
}

#lnav,
#fixedbtn,
#contact,
#related {
  display: none;
}

#wrap {
  overflow: initial;
}

body.fixed #page {
  margin-top: 120px;
}

header.fixed {
  top: 0;
}

.point-bar {
  position: absolute;
  left: 0;
  width: 100px;
  height: 1px;
  background: #e60012;
  z-index: 10000;
}

.point-bar.scrollTop {
  background: #e60012;
}

.point-bar.chenPoint {
  background: #e60012;
}

.point-bar.leadTop {
  background: #e60012;
}

.point-bar.endPoint {
  background: #e60012;
}

.point-bar.bgSwitchPoint {
  background: #ffe900;
}

.mv-inner-point {
  position: absolute;
  top: 0;
  left: 0;
  top: calc(100 * 125vw / 750);
}

@media print, screen and (min-width: 769px) {
  .mv-inner-point {
    top: calc(100 * 230vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .mv-inner-point {
    top: 230px;
  }
}

.anim-fade {
  opacity: 0;
  -webkit-transition: opacity 1.0s;
  -o-transition: opacity 1.0s;
  transition: opacity 1.0s;
}

.anim-fade.anim-on {
  opacity: 1;
}

.anim-fadeSlideUp {
  opacity: 0;
  -webkit-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  transform: translateY(5vh);
  -webkit-transition: opacity 1.0s, -webkit-transform 1.0s;
  transition: opacity 1.0s, -webkit-transform 1.0s;
  -o-transition: opacity 1.0s, transform 1.0s;
  transition: opacity 1.0s, transform 1.0s;
  transition: opacity 1.0s, transform 1.0s, -webkit-transform 1.0s;
}

.anim-fadeSlideUp.anim-on {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.anim-fadeIn {
  opacity: 0;
  -webkit-animation: fadein .5s ease-out .5s forwards;
  animation: fadein .5s ease-out .5s forwards;
}

.anim-fadeIn-d01 {
  opacity: 0;
  -webkit-animation: fadein .5s ease-out 1s forwards;
  animation: fadein .5s ease-out 1s forwards;
}

.anim-fadeIn-d02 {
  opacity: 0;
  -webkit-animation: fadein .5s ease-out 1.25s forwards,fadeinUp .5s ease-out 1.25s forwards;
  animation: fadein .5s ease-out 1.25s forwards,fadeinUp .5s ease-out 1.25s forwards;
  -webkit-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  transform: translateY(5vh);
}

.anim-fadeIn-d03 {
  opacity: 0;
  -webkit-animation: fadein .5s ease-out 2s forwards,fadeinUp .5s ease-out 2s forwards;
  animation: fadein .5s ease-out 2s forwards,fadeinUp .5s ease-out 2s forwards;
  -webkit-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  transform: translateY(5vh);
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeinUp {
  0% {
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeinUp {
  0% {
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.anim-js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.0s;
  -o-transition: opacity 1.0s;
  transition: opacity 1.0s;
}

.anim-js-fadeIn.anim-on {
  opacity: 1;
}

.spc-content {
  font-size: calc(100 * 28vw / 750);
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  line-height: 1;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

@media print, screen and (min-width: 1100px) {
  .spc-content {
    font-size: calc(100 * 16vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content {
    font-size: 1.6rem;
  }
}

.spc-content div, .spc-content article, .spc-content section,
.spc-content h1, .spc-content h2, .spc-content h3, .spc-content h4, .spc-content h5, .spc-content h6,
.spc-content dl, .spc-content dt, .spc-content dd,
.spc-content ul, .spc-content ol, .spc-content li,
.spc-content pre, .spc-content form, .spc-content input, .spc-content textarea, .spc-content address,
.spc-content table, .spc-content th, .spc-content td,
.spc-content a, .spc-content p, .spc-content img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spc-content sup,
.spc-content sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 70%;
}

.spc-content sup {
  bottom: .5ex;
}

.spc-content sub {
  top: .5ex;
}

.spc-content img {
  width: 100%;
  vertical-align: bottom;
}

.spc-content a {
  color: inherit;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.spc-content a:hover {
  opacity: 0.8;
}

.spc-content .res-pc {
  display: inline !important;
}

@media only screen and (max-width: 768px) {
  .spc-content .res-pc {
    display: none !important;
  }
}

.spc-content .res-sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .spc-content .res-sp {
    display: inline !important;
  }
}

.spc-content .inline-block {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .spc-content .inner {
    padding: 0 2.0rem;
  }
}

.spc-content .nolink a {
  pointer-events: none;
}

.spc-content .sub {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .075em;
}

.spc-content.en * {
  word-break: break-word;
}

@media print, screen and (min-width: 769px) {
  .spc-content.en .detail-lower .detail-lower-inner {
    padding: calc(100 * 26vw / 1100) 0 0 !important;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content.en .detail-lower .detail-lower-inner {
    padding: 26px 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content.en .detail-lower .detail-lower-inner h3 {
    margin-bottom: calc(100 * 15vw / 1100) !important;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content.en .detail-lower .detail-lower-inner h3 {
    margin-bottom: 15px !important;
  }
}

.spc-content .scroll-set {
  margin-top: -60px;
  padding-top: 60px;
}

.spc-content .sps-main-content {
  overflow: hidden;
}

.spc-content .head-content {
  position: relative;
  text-align: center;
  background: url(/Portals/0/purpose/asset/img/mv_main_bg_01t_sp.jpg) no-repeat center top, #061844;
  background-size: 100% auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content {
    background-image: url("/Portals/0/purpose/asset/img/mv_main_bg_01t_pc.jpg"), url("/Portals/0/purpose/asset/img/mv_main_bg_01bb_pc.jpg"), url("/Portals/0/purpose/asset/img/mv_main_bg_01c_pc.jpg");
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center top;
    background-size: 100% auto;
  }
}

.spc-content .head-content .head-content-bg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: url("/Portals/0/purpose/asset/img/mv_main_bg_01b_sp.png") no-repeat center bottom;
  background-size: 100% auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .head-content-bg {
    top: 120px;
    background: url("/Portals/0/purpose/asset/img/mv_main_bg_01b_pc.png") no-repeat center bottom;
    background-size: 100% auto;
  }
}

.spc-content .head-content .head-content-bg.start {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
}

.spc-content .head-content .head-content-bg.iPad {
  position: absolute !important;
  width: 100%;
  top: auto;
  bottom: 0;
}

.spc-content .head-content .spacer {
  height: 50vh;
}

.spc-content .head-content #path {
  position: absolute;
  top: calc(100 * 10vw / 750);
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content #path {
    top: calc(100 * 10vw / 1100);
    z-index: 1;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content #path {
    top: 10px;
  }
}

.spc-content .head-content #path ul li {
  font-size: calc(100 * 24vw / 750);
  color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content #path ul li {
    font-size: calc(100 * 14vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content #path ul li {
    font-size: 14px;
  }
}

.spc-content .head-content #path ul li a {
  color: #ffffff;
}

.spc-content .head-content .mv {
  position: relative;
}

.spc-content .head-content .mv .mv-inner {
  padding-top: calc(100 * 105vw / 750);
  width: 100%;
  margin-bottom: calc(100 * 56vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .mv .mv-inner {
    padding-top: calc(100 * 106vw / 1100);
    margin-bottom: calc(100 * 60vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .mv .mv-inner {
    padding-top: 106px;
    margin-bottom: 60px;
  }
}

.spc-content .head-content .mv .sub {
  color: #ffffff;
  font-size: calc(100 * 30vw / 750);
  margin-bottom: calc(100 * 10vw / 750);
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: calc(100 * 10vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .mv .sub {
    font-size: calc(100 * 30vw / 1100);
    margin-bottom: calc(100 * 10vw / 1100);
    padding-bottom: calc(100 * 10vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .mv .sub {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.spc-content .head-content .mv .sub.en {
  margin-bottom: calc(100 * 30vw / 750);
  padding-bottom: calc(100 * 30vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .mv .sub.en {
    margin-bottom: calc(100 * 30vw / 1100);
    padding-bottom: calc(100 * 30vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .mv .sub.en {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.spc-content .head-content .mv h1 {
  width: calc(100 * 596vw / 750);
  margin: 0 auto calc(100 * 26vw / 750);
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .mv h1 {
    display: block;
    width: calc(100 * 1100vw / 1100);
    height: calc(100 * 134vw / 1100);
    margin: 0 auto calc(100 * 35vw / 1100);
    background: url(/Portals/0/purpose/asset/img/mv_h1_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .mv h1 {
    width: 1100px;
    height: 134px;
    margin: 0 auto 35px;
  }
}

.spc-content .head-content .mv h1.en {
  width: calc(100 * 547vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .mv h1.en {
    width: calc(100 * 992vw / 1100);
    height: calc(100 * 163vw / 1100);
    background: url(/Portals/0/purpose/asset/img/en/mv_h1_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .mv h1.en {
    width: 992px;
    height: 163px;
  }
}

.spc-content .head-content .mv p.lead {
  width: calc(100 * 547vw / 750);
  margin: 0 auto calc(100 * 60vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .mv p.lead {
    display: block;
    width: calc(100 * 750vw / 1100);
    height: calc(100 * 89vw / 1100);
    margin: 0 auto;
    background: url(/Portals/0/purpose/asset/img/mv_txt_lead_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .mv p.lead {
    width: 750px;
    height: 89px;
  }
}

.spc-content .head-content .mv p.lead.en {
  width: calc(100 * 547vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .mv p.lead.en {
    width: calc(100 * 954vw / 1100);
    height: calc(100 * 90vw / 1100);
    background: url(/Portals/0/purpose/asset/img/en/mv_txt_lead_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .mv p.lead.en {
    width: 954px;
    height: 90px;
  }
}

.spc-content .head-content .about {
  opacity: 0;
  padding-bottom: calc(100 * 125vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about {
    padding-bottom: calc(100 * 230vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about {
    padding-bottom: 230px;
  }
}

.spc-content .head-content .about .about-inner {
  opacity: 0;
  position: relative;
  text-align: left;
  width: calc(100 * 707vw / 750);
  background: url(/Portals/0/purpose/asset/img/mv_lead_bg_c_sp.png) repeat-y center top;
  background-size: 100% auto;
  padding: calc(100 * 60vw / 750) calc(100 * 54vw / 750);
  margin: calc(100 * 16vw / 750) auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner {
    background: url(/Portals/0/purpose/asset/img/mv_lead_bg_c_pc.png) repeat-y center top;
    background-size: 100% auto;
    width: calc(100 * 1012vw / 1100);
    padding: calc(100 * 60vw / 1100) calc(100 * 54vw / 1100);
    margin: calc(100 * 9vw / 1100) auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner {
    width: 1012px;
    padding: 60px 54px;
    margin: 9px auto;
  }
}

.spc-content .head-content .about .about-inner::before, .spc-content .head-content .about .about-inner::after {
  content: "";
  display: block;
  width: calc(100 * 707vw / 750);
  height: calc(100 * 16vw / 750);
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner::before, .spc-content .head-content .about .about-inner::after {
    width: calc(100 * 1012vw / 1100);
    height: calc(100 * 9vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner::before, .spc-content .head-content .about .about-inner::after {
    width: 1012px;
    height: 9px;
  }
}

.spc-content .head-content .about .about-inner::before {
  top: calc(100 * -16vw / 750);
  background: url(/Portals/0/purpose/asset/img/mv_lead_bg_t_sp.png) no-repeat center top;
  background-size: 100% auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner::before {
    background: url(/Portals/0/purpose/asset/img/mv_lead_bg_t_pc.png) no-repeat center top;
    background-size: 100% auto;
    top: calc(100 * -9vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner::before {
    top: -9px;
  }
}

.spc-content .head-content .about .about-inner::after {
  bottom: calc(100 * -16vw / 750);
  background: url(/Portals/0/purpose/asset/img/mv_lead_bg_b_sp.png) no-repeat center top;
  background-size: 100% auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner::after {
    background: url(/Portals/0/purpose/asset/img/mv_lead_bg_b_pc.png) no-repeat center top;
    background-size: 100% auto;
    bottom: calc(100 * -9vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner::after {
    bottom: -9px;
  }
}

.spc-content .head-content .about .about-inner h2 {
  width: calc(100 * 304vw / 750);
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner h2 {
    width: calc(100 * 205vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner h2 {
    width: 205px;
  }
}

.spc-content .head-content .about .about-inner h2.en {
  width: calc(100 * 474vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner h2.en {
    width: calc(100 * 321vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner h2.en {
    width: 321px;
  }
}

.spc-content .head-content .about .about-inner p {
  color: #ffffff;
  font-size: calc(100 * 24vw / 750);
  margin-bottom: calc(100 * 70vw / 750);
  line-height: 1.9;
  letter-spacing: .025em;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner p {
    font-size: calc(100 * 20vw / 1100);
    margin-bottom: calc(100 * 70vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner p {
    font-size: 20px;
    margin-bottom: 70px;
  }
}

.spc-content .head-content .about .about-inner p:last-child {
  font-size: calc(100 * 22vw / 750);
  margin-top: calc(100 * 20vw / 750);
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .spc-content .head-content .about .about-inner p:last-child {
    font-size: calc(100 * 16vw / 1100);
    margin-top: calc(100 * 20vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .head-content .about .about-inner p:last-child {
    font-size: 16px;
    margin-top: 20px;
  }
}

.spc-content .figure-content {
  width: 100%;
  background: url(/Portals/0/purpose/asset/img/figure_bg_01_sp.png) no-repeat center top #efefef;
  background-size: calc(100 * 584vw / 750) auto;
  padding-bottom: calc(100 * 95vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content {
    background: url(/Portals/0/purpose/asset/img/figure_bg_01_sp.png) no-repeat calc(50% - 400px) top #efefef;
    background-size: calc(100 * 582vw / 1100) auto;
    padding-bottom: calc(100 * 95vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content {
    background: url(/Portals/0/purpose/asset/img/figure_bg_01_sp.png) no-repeat calc(50% - 400px) top #efefef;
    background-size: 582px auto;
    padding-bottom: 95px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .figure-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}

.spc-content .figure-content h2 {
  width: calc(100 * 684vw / 750);
  margin: 0 auto calc(100 * 55vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content h2 {
    width: calc(100 * 632vw / 1100);
    margin: 0;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content h2 {
    width: 632px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content h2 img {
    margin-left: -2em;
  }
}

.spc-content .figure-content h2.en {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .figure-content-detail {
    width: calc(100 * 513vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .figure-content-detail {
    width: 513px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .figure-content-detail.en {
    width: calc(100 * 545vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .figure-content-detail.en {
    width: 545px;
  }
}

.spc-content .figure-content .figure-content-image .inner {
  padding: 0;
}

.spc-content .figure-content .figure-content-image.figure-content-image01 {
  margin-bottom: calc(100 * 68vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .figure-content-image.figure-content-image01 {
    position: absolute;
    width: calc(100 * 829vw / 1100);
    top: calc(100 * 472vw / 1100);
    left: calc(100 * -350vw / 1100);
    margin-bottom: 0;
    z-index: 1;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .figure-content-image.figure-content-image01 {
    width: 829px;
    top: 472px;
    left: -350px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .figure-content-image.figure-content-image02 {
    position: absolute;
    width: calc(100 * 579vw / 1100);
    bottom: calc(100 * -150vw / 1100);
    right: calc(100 * -230vw / 1100);
    margin-bottom: 0;
    z-index: 1;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .figure-content-image.figure-content-image02 {
    width: 579px;
    bottom: -150px;
    right: -230px;
  }
}

.spc-content .figure-content dl {
  width: calc(100 * 650vw / 750);
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content dl {
    position: relative;
    z-index: 2;
    width: calc(100 * 513vw / 1100);
    padding-top: calc(100 * 80vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content dl {
    width: 513px;
    padding-top: 80px;
  }
}

.spc-content .figure-content dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: calc(100 * 48vw / 750);
  letter-spacing: .025em;
  line-height: 1;
  margin-bottom: calc(100 * 35vw / 750);
  color: #043491;
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content dl dt {
    font-size: calc(100 * 37vw / 1100);
    margin-bottom: calc(100 * 25vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content dl dt {
    font-size: 37px;
    margin-bottom: 25px;
  }
}

.spc-content .figure-content dl dd {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: calc(100 * 26vw / 750);
  line-height: 1.7;
  margin-bottom: calc(100 * 66vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content dl dd {
    font-size: calc(100 * 20vw / 1100);
    margin-bottom: calc(100 * 50vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content dl dd {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content dl.en {
    width: calc(100 * 545vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content dl.en {
    width: 545px;
  }
}

.spc-content .figure-content dl.en dt {
  letter-spacing: 0;
  line-height: 1.1;
  font-size: calc(100 * 40vw / 750);
  letter-spacing: -0.04em;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content dl.en dt {
    letter-spacing: -0.025em;
    font-size: calc(100 * 37vw / 1100);
    margin-bottom: calc(100 * 25vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content dl.en dt {
    font-size: 37px;
    margin-bottom: 25px;
  }
}

.spc-content .figure-content dl.en dd {
  letter-spacing: -0.03em;
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content dl.en dd {
    letter-spacing: 0;
  }
}

.spc-content .figure-content .catch {
  width: calc(100 * 650vw / 750);
  margin: 0 auto;
  padding-top: calc(100 * 50vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .catch {
    width: 100%;
    max-width: 1100px;
    padding-top: calc(100 * 170vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .catch {
    padding-top: 170px;
  }
}

.spc-content .figure-content .catch.en {
  padding-top: calc(100 * 50vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .catch.en {
    padding-top: calc(100 * 70vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .catch.en {
    padding-top: 70px;
  }
}

.spc-content .figure-content .catch p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: calc(100 * 26vw / 750);
  line-height: 1.7;
  margin-bottom: calc(100 * 66vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .catch p {
    font-size: calc(100 * 20vw / 1100);
    margin-bottom: calc(100 * 35vw / 750);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .catch p {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

.spc-content .figure-content .catch h3 {
  width: calc(100 * 649vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .catch h3 {
    width: calc(100 * 1088vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .catch h3 {
    width: 1088px;
  }
}

.spc-content .figure-content .catch h3.en {
  width: calc(100 * 529vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .figure-content .catch h3.en {
    width: calc(100 * 904vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .figure-content .catch h3.en {
    width: 904px;
  }
}

.spc-content .mandv-content .mandv-content-head {
  padding: calc(100 * 115vw / 750) 0 calc(100 * 50vw / 750);
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-head {
    padding: calc(100 * 142vw / 1100) 0 calc(100 * 50vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-head {
    padding: 142px 0 50px;
  }
}

.spc-content .mandv-content .mandv-content-head h2 {
  width: calc(100 * 653vw / 750);
  margin: 0 auto calc(100 * 50vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-head h2 {
    width: calc(100 * 914vw / 1100);
    margin: 0 auto calc(100 * 50vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-head h2 {
    width: 914px;
    margin: 0 auto 50px;
  }
}

.spc-content .mandv-content .mandv-content-head h2.en {
  width: calc(100 * 514vw / 750);
  margin: 0 auto calc(100 * 50vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-head h2.en {
    width: calc(100 * 953vw / 1100);
    margin: 0 auto calc(100 * 50vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-head h2.en {
    width: 953px;
    margin: 0 auto 50px;
  }
}

.spc-content .mandv-content .mandv-content-head p.sub {
  position: relative;
  font-size: calc(100 * 30vw / 750);
  margin-bottom: calc(100 * 75vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-head p.sub {
    font-size: calc(100 * 30vw / 1100);
    margin-bottom: calc(100 * 70vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-head p.sub {
    font-size: 30px;
    margin-bottom: 75px;
  }
}

.spc-content .mandv-content .mandv-content-head p.sub::after {
  position: absolute;
  left: 50%;
  bottom: calc(100 * -20vw / 750);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100 * 520vw / 750);
  height: 2px;
  background-color: #000000;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-head p.sub::after {
    bottom: calc(100 * -20vw / 1100);
    width: calc(100 * 520vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-head p.sub::after {
    bottom: -20px;
    width: 520px;
  }
}

.spc-content .mandv-content .mandv-content-head p.lead {
  font-size: calc(100 * 28vw / 750);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-head p.lead {
    font-size: calc(100 * 25vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-head p.lead {
    font-size: 25px;
  }
}

.spc-content .mandv-content .mandv-content-btn {
  margin-bottom: calc(100 * 115vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-btn {
    margin-bottom: calc(100 * 120vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-btn {
    margin-bottom: 120px;
  }
}

.spc-content .mandv-content .mandv-content-btn h3 {
  position: relative;
  margin-bottom: calc(100 * 85vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-btn h3 {
    width: calc(100 * 1086vw / 1100);
    margin: 0 auto;
    margin-bottom: calc(100 * 70vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-btn h3 {
    width: 1086px;
    margin-bottom: 70px;
  }
}

.spc-content .mandv-content .mandv-content-btn h3::after {
  position: absolute;
  left: 50%;
  bottom: calc(100 * -56vw / 750);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100 * 105vw / 750);
  height: calc(100 * 35vw / 750);
  background: url(/Portals/0/purpose/asset/img/nav_obj_01_sp.png) no-repeat center center;
  background-size: 100% auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-btn h3::after {
    bottom: calc(100 * -52vw / 1100);
    width: calc(100 * 105vw / 1100);
    height: calc(100 * 35vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-btn h3::after {
    bottom: -52px;
    width: 105px;
    height: 35px;
  }
}

.spc-content .mandv-content .mandv-content-btn ul {
  width: calc(100 * 673vw / 750);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-btn ul {
    width: calc(100 * 1086vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-btn ul {
    width: 1086px;
  }
}

.spc-content .mandv-content .mandv-content-btn ul li {
  width: 50%;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-btn ul li {
    width: calc(100 * 272vw / 1100);
  }
  .spc-content .mandv-content .mandv-content-btn ul li:last-child {
    width: calc(100 * 270vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-btn ul li {
    width: 272px;
  }
  .spc-content .mandv-content .mandv-content-btn ul li:last-child {
    width: 270px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box {
    width: 1100px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head {
  width: calc(100 * 676vw / 750);
  margin: 0 auto calc(100 * 50vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-head {
    width: calc(100 * 800vw / 750);
    margin: 0 0 calc(100 * 85vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-head {
    width: 800px;
    margin: 0 0 85px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 {
  width: calc(100 * 676vw / 750);
  height: calc(100 * 100vw / 750);
  border-bottom: 2px solid #f48f26;
  margin-bottom: calc(100 * 30vw / 750);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    width: calc(100 * 674vw / 1100);
    height: calc(100 * 95vw / 1100);
    margin-bottom: calc(100 * 40vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 {
    width: 674px;
    height: 95px;
    margin-bottom: 40px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3.anim-on span {
  -webkit-animation: 0.35s updown-anim linear forwards;
  animation: 0.35s updown-anim linear forwards;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span {
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  display: block;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(11) {
  -webkit-animation-delay: 0,5s;
  animation-delay: 0,5s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(12) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(13) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(14) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head h3 span:nth-child(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@-webkit-keyframes updown-anim {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes updown-anim {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head p {
  color: #f48f26;
  font-size: calc(100 * 24vw / 750);
  line-height: 1.9;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-head p {
    font-size: calc(100 * 18vw / 1100);
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-head p {
    font-size: 18px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-head p.en {
  letter-spacing: 0;
  word-break: break-word;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-head h3 {
  border-bottom: 2px solid #26a86a;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-head p {
  color: #26a86a;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-image {
    width: calc(100 * 393vw / 1100);
    right: calc(100 * -45vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-image {
    width: 393px;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-head h3 {
  border-bottom: 2px solid #ef6e4f;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-head p {
  color: #ef6e4f;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-head h3 {
  border-bottom: 2px solid #e95773;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-head p {
  color: #e95773;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-image {
  width: 100%;
  margin-bottom: calc(100 * 45vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-image {
    position: absolute;
    top: 0;
    right: calc(100 * -45vw / 1100);
    width: calc(100 * 393vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-image {
    right: -45px;
    width: 393px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-image img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-image {
    width: calc(100 * 452vw / 1100);
    right: calc(100 * -54vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-image {
    width: 452px;
    right: -54px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-image {
    width: calc(100 * 338vw / 1100);
    top: calc(100 * -38vw / 1100);
    right: calc(100 * 37vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-image {
    width: 393px;
    top: -38px;
    right: 37px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-image {
    width: calc(100 * 497vw / 1100);
    right: calc(100 * -64vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-image {
    width: 497px;
    right: -64px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail {
  width: calc(100 * 676vw / 750);
  margin: 0 auto calc(100 * 100vw / 750);
  border: 1px solid #f48f26;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto calc(100 * 130vw / 1100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail {
    width: 1100px;
    margin: 0 auto 130px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim.fade01 {
  opacity: 0;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim .fade02 {
  opacity: 0;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim .fade03 {
  opacity: 0;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim .fade04 {
  opacity: 0;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim-on.fade01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim-on .fade02 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim-on .fade03 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail.anim-on .fade04 {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .mandv-content-box-detail-bg {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .mandv-content-box-detail-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/Portals/0/purpose/asset/img/mandv_bg_01_pc.jpg) no-repeat right bottom;
    background-size: auto 100%;
    z-index: 1;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper {
  background: #f48f26;
  position: relative;
  padding: calc(100 * 50vw / 750) 0 calc(100 * 10vw / 750);
  margin-bottom: calc(100 * 127vw / 750);
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper {
    width: calc(100 * 500vw / 1100);
    margin-bottom: 0;
    margin-right: calc(100 * 70vw / 1100);
    padding: calc(100 * 32vw / 1100) 0 calc(100 * 10vw / 1100);
    min-height: calc(100 * 463vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper {
    width: 500px;
    margin-right: 70px;
    padding: 32px 0 10px;
    min-height: 463px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: calc(100 * 676vw / 750 / 2) solid transparent;
  border-left: calc(100 * 676vw / 750 / 2) solid transparent;
  border-top: calc(100 * 90vw / 750) solid #f48f26;
}

@media only screen and (max-width: 768px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper::after {
    -webkit-transform: translatex(50%);
    -ms-transform: translatex(50%);
    transform: translatex(50%);
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper::after {
    left: 99.8%;
    right: auto;
    border: none;
    width: calc(100 * 55vw / 1100);
    height: 105%;
    background: url(/Portals/0/purpose/asset/img/mandv_box_bg_01_pc.png) no-repeat right center;
    background-size: auto 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper::after {
    width: 55px;
    height: 105%;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  font-size: calc(100 * 36vw / 750);
  margin-bottom: calc(100 * 98vw / 750);
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title {
    font-size: calc(100 * 23vw / 1100);
    margin-bottom: calc(100 * 80vw / 1100);
    display: inline-block;
    padding-left: calc(100 * 17vw / 1100);
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title {
    font-size: 23px;
    margin-bottom: 80px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title::after {
  position: absolute;
  left: 50%;
  bottom: calc(100 * -33vw / 750);
  content: "";
  display: block;
  width: calc(100 * 106vw / 750);
  height: 2px;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title::after {
    left: auto;
    bottom: auto;
    top: 50%;
    right: calc(100 * -22vw / 1100);
    width: 1px;
    height: calc(100 * 60vw / 1100);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title::after {
    right: -22px;
    height: 60px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper p.title.en::after {
  display: none;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl {
  width: calc(100 * 480vw / 750);
  margin: 0 auto calc(100 * 45vw / 750);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl {
    width: calc(100 * 424vw / 1100);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl {
    width: 424px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl dt {
  width: calc(100 * 328vw / 750);
  font-size: calc(100 * 48vw / 750);
  line-height: 1.3;
  letter-spacing: .025em;
  color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl dt {
    width: calc(100 * 292vw / 1100);
    font-size: calc(100 * 30vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl dt {
    width: 292px;
    font-size: 30px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl dd {
  width: calc(100 * 132vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl dd {
    width: calc(100 * 132vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper dl dd {
    width: 132px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en dl {
  width: calc(100 * 590vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en dl {
    width: calc(100 * 424vw / 1100);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en dl {
    width: 424px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en dl dt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en dl dd {
  width: calc(100 * 132vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en dl dd {
    width: calc(100 * 132vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en dl dd {
    width: 132px;
  }
}

@media only screen and (max-width: 768px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-upper.en.small dl dt {
    font-size: calc(100 * 44vw / 750);
    letter-spacing: -0.025em;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower {
  padding-bottom: calc(100 * 60vw / 750);
  background: url(/Portals/0/purpose/asset/img/mandv_bg_01_sp.jpg) no-repeat left bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower {
    background: none;
    padding-bottom: 0;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower .detail-lower-inner {
  width: calc(100 * 572vw / 750);
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower .detail-lower-inner {
    width: calc(100 * 500vw / 1100);
    padding: calc(100 * 32vw / 1100) 0 0;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower .detail-lower-inner {
    padding: 32px 0 0;
    width: 500px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  font-size: calc(100 * 36vw / 750);
  margin-bottom: calc(100 * 75vw / 750);
  line-height: 1;
  color: #f48f26;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title {
    font-size: calc(100 * 23vw / 1100);
    margin-bottom: calc(100 * 40vw / 1100);
    display: inline-block;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title.en {
    margin-bottom: calc(100 * 20vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title.en {
    margin-bottom: 20px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title::after {
  position: absolute;
  left: 50%;
  bottom: calc(100 * -33vw / 750);
  content: "";
  display: block;
  width: calc(100 * 106vw / 750);
  height: 2px;
  background-color: #f48f26;
}

@media only screen and (max-width: 768px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title::after {
    left: auto;
    bottom: auto;
    top: 50%;
    right: calc(100 * -22vw / 1100);
    width: 1px;
    height: calc(100 * 60vw / 1100);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.title::after {
    right: -22px;
    height: 60px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower p.en::after {
  display: none;
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: calc(100 * 48vw / 750);
  font-weight: bold;
  line-height: 1.25;
  color: #000000;
  margin-bottom: calc(100 * 30vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower h3 {
    font-size: calc(100 * 48vw / 1100);
    margin-bottom: calc(100 * 30vw / 1100);
    padding-left: calc(100 * 30vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower h3 {
    font-size: 48px;
    margin-bottom: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower ul {
    padding-left: calc(100 * 25vw / 750);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower ul {
    padding-left: 25px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower ul li {
  font-size: calc(100 * 26vw / 750);
  line-height: 1.5;
  text-indent: -1.7em;
  margin-left: 1.7em;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower ul li {
    font-size: calc(100 * 18vw / 1100);
    line-height: 2;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower ul li {
    font-size: 18px;
  }
}

.spc-content .mandv-content .mandv-content-box .mandv-content-box-detail .detail-lower ul li span {
  color: #f48f26;
  margin-right: .5em;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box01 .mandv-content-box-detail .detail-upper dl {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box01 .mandv-content-box-detail .detail-upper dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: calc(100 * 56vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box01 .mandv-content-box-detail .detail-upper dl dt {
    margin-bottom: 56px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box01 .mandv-content-box-detail .detail-upper dl dd {
    margin: 0 auto;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail {
  border: 1px solid #26a86a;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .mandv-content-box-detail-bg {
    background: url(/Portals/0/purpose/asset/img/mandv_bg_02_pc.jpg) no-repeat right bottom;
    background-size: auto 100%;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper {
  background: #26a86a;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper::after {
  border-top: calc(100 * 90vw / 750) solid #26a86a;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper::after {
    background: url(/Portals/0/purpose/asset/img/mandv_box_bg_02_pc.png) no-repeat right center;
    background-size: auto 100%;
    border: none;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper p.title {
    margin-bottom: calc(100 * 50vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper p.title {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper dl {
    margin-top: calc(100 * 30vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper dl {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-upper dl:first-of-type {
    margin-top: 0;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-lower {
  background: url(/Portals/0/purpose/asset/img/mandv_bg_02_sp.jpg) no-repeat left bottom;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-lower {
    background: none;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-lower p.title {
  color: #26a86a;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-lower p.title::after {
  background-color: #26a86a;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box02 .mandv-content-box-detail .detail-lower ul li span {
  color: #26a86a;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail {
  border: 1px solid #ef6e4f;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .mandv-content-box-detail-bg {
    background: url(/Portals/0/purpose/asset/img/mandv_bg_03_pc.jpg) no-repeat right bottom;
    background-size: auto 100%;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper {
  background: #ef6e4f;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper::after {
  border-top: calc(100 * 90vw / 750) solid #ef6e4f;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper::after {
    border: none;
    background: url(/Portals/0/purpose/asset/img/mandv_box_bg_03_pc.png) no-repeat right center;
    background-size: auto 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper p.title {
    margin-bottom: calc(100 * 50vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper p.title {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper dl {
    margin-top: calc(100 * 30vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper dl {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-upper dl:first-of-type {
    margin-top: 0;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-lower {
  background: url(/Portals/0/purpose/asset/img/mandv_bg_03_sp.jpg) no-repeat left bottom;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-lower {
    background: none;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-lower p.title {
  color: #ef6e4f;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-lower p.title::after {
  background-color: #ef6e4f;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box03 .mandv-content-box-detail .detail-lower ul li span {
  color: #ef6e4f;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail {
  border: 1px solid #e95773;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .mandv-content-box-detail-bg {
    background: url(/Portals/0/purpose/asset/img/mandv_bg_04_pc.jpg) no-repeat right bottom;
    background-size: auto 100%;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper {
  background: #e95773;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper::after {
  border-top: calc(100 * 90vw / 750) solid #e95773;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper::after {
    border: none;
    background: url(/Portals/0/purpose/asset/img/mandv_box_bg_04_pc.png) no-repeat right center;
    background-size: auto 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper p.title {
    margin-bottom: calc(100 * 44vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper p.title {
    margin-bottom: 44px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper dl {
    margin-top: calc(100 * 10vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper dl {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper dl:first-of-type {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper dl dd {
    width: calc(100 * 103vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-upper dl dd {
    width: 103px;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-lower {
  background: url(/Portals/0/purpose/asset/img/mandv_bg_04_sp.jpg) no-repeat left bottom;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-lower {
    background: none;
  }
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-lower p.title {
  color: #e95773;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-lower p.title::after {
  background-color: #e95773;
}

.spc-content .mandv-content .mandv-content-box.mandv-content-box04 .mandv-content-box-detail .detail-lower ul li span {
  color: #e95773;
}

.spc-content .sustainability-content {
  padding: calc(100 * 60vw / 750) 0;
  background: url(/Portals/0/purpose/asset/img/sustainability_bg_01_sp.jpg) no-repeat center center;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content {
    background: url(/Portals/0/purpose/asset/img/sustainability_bg_01_pc.jpg) no-repeat center center;
    background-size: cover;
    padding: calc(100 * 70vw / 1100) 0;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content {
    padding: 70px;
  }
}

.spc-content .sustainability-content .sustainability-content-inner {
  padding: calc(100 * 70vw / 750) 0;
  background: #ffffff;
  width: calc(100 * 676vw / 750);
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner {
    width: calc(100 * 910vw / 1100);
    padding: calc(100 * 77vw / 1100) 0;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner {
    width: 910px;
    padding: 77px 0;
  }
}

.spc-content .sustainability-content .sustainability-content-inner h2 {
  width: calc(100 * 560vw / 750);
  margin: 0 auto calc(100 * 30vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner h2 {
    width: calc(100 * 504vw / 1100);
    margin-bottom: calc(100 * 30vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner h2 {
    width: 504px;
    margin-bottom: 30px;
  }
}

.spc-content .sustainability-content .sustainability-content-inner p {
  width: auto;
  margin: 0 auto;
}

.spc-content .sustainability-content .sustainability-content-inner p.sub {
  position: relative;
  font-size: calc(100 * 30vw / 750);
  line-height: 1;
  letter-spacing: .075em;
  margin-bottom: calc(100 * 75vw / 750);
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub {
    font-size: calc(100 * 30vw / 1100);
    margin-bottom: calc(100 * 70vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub {
    font-size: 30px;
    margin-bottom: 75px;
  }
}

.spc-content .sustainability-content .sustainability-content-inner p.sub::after {
  position: absolute;
  left: 50%;
  bottom: calc(100 * -20vw / 750);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100 * 200vw / 750);
  height: 2px;
  background-color: #000000;
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub::after {
    bottom: calc(100 * -20vw / 1100);
    width: calc(100 * 200vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub::after {
    bottom: -20px;
    width: 200px;
  }
}

.spc-content .sustainability-content .sustainability-content-inner p.sub.en {
  width: calc(100 * 560vw / 750);
  margin: 0 auto calc(100 * 100vw / 1100);
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub.en {
    width: calc(100 * 431vw / 1100);
    margin: 0 auto calc(100 * 60vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub.en {
    width: 431px;
    margin: 0 auto 60px;
  }
}

.spc-content .sustainability-content .sustainability-content-inner p.sub.en::after {
  bottom: calc(100 * -35vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub.en::after {
    bottom: calc(100 * -20vw / 1100);
    width: calc(100 * 200vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner p.sub.en::after {
    bottom: -20px;
    width: 200px;
  }
}

.spc-content .sustainability-content .sustainability-content-inner p.lead {
  font-size: calc(100 * 28vw / 750);
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: calc(100 * 560vw / 750);
  margin: 0 auto;
  margin-bottom: calc(100 * 40vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner p.lead {
    width: 100%;
    text-align: center;
    line-height: 2.56;
    font-size: calc(100 * 18vw / 1100);
    margin-bottom: calc(100 * 40vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner p.lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.spc-content .sustainability-content .sustainability-content-inner p.lead.en {
  width: auto;
  text-align: center;
  letter-spacing: 0;
}

.spc-content .sustainability-content .sustainability-content-inner p.link {
  width: 100%;
}

.spc-content .sustainability-content .sustainability-content-inner p.link a {
  display: block;
  position: relative;
  width: 100%;
  color: #004da1;
  border: 1px solid #004da1;
  font-size: calc(100 * 28vw / 750);
  font-weight: bold;
  text-decoration: none;
  width: calc(100 * 587vw / 750);
  padding: calc(100 * 30vw / 750) 0;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner p.link a {
    font-size: calc(100 * 22vw / 1100);
    width: calc(100 * 415vw / 1100);
    padding: calc(100 * 28vw / 750) 0;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner p.link a {
    font-size: 22px;
    width: 415px;
    padding: 28px 0;
  }
}

.spc-content .sustainability-content .sustainability-content-inner p.link a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: calc(100 * 20vw / 750) solid transparent;
  border-bottom: calc(100 * 20vw / 750) solid #4898eb;
}

@media print, screen and (min-width: 769px) {
  .spc-content .sustainability-content .sustainability-content-inner p.link a::after {
    border-left: calc(100 * 20vw / 1100) solid transparent;
    border-bottom: calc(100 * 20vw / 1100) solid #4898eb;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .sustainability-content .sustainability-content-inner p.link a::after {
    border-left: 20px solid transparent;
    border-bottom: 20px solid #4898eb;
  }
}

.spc-content .link-content {
  padding: calc(100 * 60vw / 750) 0;
}

@media print, screen and (min-width: 769px) {
  .spc-content .link-content {
    padding: calc(100 * 106vw / 750) 0 calc(100 * 93vw / 750);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .link-content {
    padding: 106px 0 93px;
  }
}

.spc-content .link-content .link-content-inner {
  padding: calc(100 * 70vw / 750) 0;
  background: #ffffff;
  width: calc(100 * 676vw / 750);
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .spc-content .link-content .link-content-inner {
    padding: 0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .spc-content .link-content .link-content-inner.en {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.spc-content .link-content .link-content-inner .link-box {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .spc-content .link-content .link-content-inner .link-box {
    width: calc(100 * 480vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .link-content .link-content-inner .link-box {
    width: 480px;
  }
}

@media only screen and (max-width: 768px) {
  .spc-content .link-content .link-content-inner .link-box:first-child {
    margin-bottom: calc(100 * 80vw / 750);
  }
}

.spc-content .link-content .link-content-inner .link-box p.text {
  position: absolute;
  right: calc(100 * -28vw / 750);
  bottom: calc(100 * -40vw / 750);
}

@media print, screen and (min-width: 769px) {
  .spc-content .link-content .link-content-inner .link-box p.text {
    right: calc(100 * -34vw / 1100);
    bottom: calc(100 * -30vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .link-content .link-content-inner .link-box p.text {
    right: -34px;
    bottom: -30px;
  }
}

.spc-content .link-content .link-content-inner .link-box p.text a {
  position: relative;
  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;
  width: calc(100 * 422vw / 750);
  height: calc(100 * 90vw / 750);
  text-align: center;
  background: #004da1;
  color: #ffffff;
  font-size: calc(100 * 28vw / 750);
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .spc-content .link-content .link-content-inner .link-box p.text a {
    font-size: calc(100 * 18vw / 1100);
    width: calc(100 * 303vw / 1100);
    height: calc(100 * 64vw / 1100);
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .link-content .link-content-inner .link-box p.text a {
    font-size: 18px;
    width: 303px;
    height: 64px;
  }
}

.spc-content .link-content .link-content-inner .link-box p.text a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: calc(100 * 20vw / 750) solid transparent;
  border-bottom: calc(100 * 20vw / 750) solid #4898eb;
}

@media print, screen and (min-width: 769px) {
  .spc-content .link-content .link-content-inner .link-box p.text a::after {
    border-left: calc(100 * 20vw / 1100) solid transparent;
    border-bottom: calc(100 * 20vw / 1100) solid #4898eb;
  }
}

@media print, screen and (min-width: 1100px) {
  .spc-content .link-content .link-content-inner .link-box p.text a::after {
    border-left: 20px solid transparent;
    border-bottom: 20px solid #4898eb;
  }
}
