@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap");
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

#wrapper.spc {
  color: #000000;
  width: auto;
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  word-break: break-all;
  background-color: #FFF;
  margin-bottom: -45px;
  padding: 51px 0 45px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper.spc {
    padding-top: 0;
    margin-top: 121px;
    padding-bottom: 64px;
    margin-bottom: -64px;
  }
}
@media screen and (min-width: 896px) {
  #wrapper.spc {
    margin-top: 111px;
  }
}

#fv {
  margin-top: 51px;
}
#fv + #wrapper.spc {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #fv {
    margin-top: 121px;
  }
}
@media screen and (min-width: 896px) {
  #fv {
    margin-top: 111px;
  }
}

._lato {
  font-family: "Lato", sans-serif;
}

._italic {
  font-style: italic;
}

.btn_style01 {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 15px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.15em;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn_style01 .arrow {
  width: 68px;
  height: 10px;
  display: block;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 94%;
  margin-top: -8px;
  transition: left 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn_style01:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  background: #a1e0c5;
  background: linear-gradient(90deg, #a1e0c5 0%, #6682be 100%);
  z-index: -1;
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn_style01:hover {
  color: #FFF;
  border-color: #969696;
}
.btn_style01:hover:after {
  width: 100%;
}

.page_head {
  padding: 20px 22px 30px 22px;
}
.page_head .column_label {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page_head {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}

#contents_nav {
  background-color: #EDEDED;
  margin-left: -22px;
  margin-right: -22px;
  z-index: 999;
  position: relative;
}
#contents_nav.fixed {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 50px;
  right: 0px;
  margin: 0;
  transition: top 0.5s ease;
}
#contents_nav.fixed ul {
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (min-width: 768px) {
  #contents_nav.fixed {
    top: 121px;
  }
}
@media screen and (min-width: 896px) {
  #contents_nav.fixed {
    top: 111px;
  }
}
#contents_nav ul {
  display: flex;
  justify-content: space-around;
  padding: 0 30px;
}
#contents_nav ul li {
  list-style: none;
  margin: 0;
}
#contents_nav ul li > span,
#contents_nav ul li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #000;
  font-size: 12px;
  letter-spacing: 0em;
  cursor: pointer;
}
@media screen and (max-width: 374px) {
  #contents_nav ul li > span,
#contents_nav ul li a {
    font-size: 11px;
  }
}
#contents_nav ul li > span span,
#contents_nav ul li a span {
  display: inline-block;
  position: relative;
}
#contents_nav ul li > span span:after,
#contents_nav ul li a span:after {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  background: #a1e0c5;
  background: linear-gradient(90deg, #a1e0c5 0%, #6682be 100%);
  transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#contents_nav ul li > span.current,
#contents_nav ul li a.current {
  opacity: 0.25;
}
#contents_nav ul li > span:not(.current):hover span:after,
#contents_nav ul li a:not(.current):hover span:after {
  width: 110%;
}
@media screen and (max-width: 979px) {
  #contents_nav ul li.on span {
    position: relative;
  }
  #contents_nav ul li.on > span:after {
    content: "";
    width: 110%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    background: #a1e0c5;
    background: linear-gradient(90deg, #a1e0c5 0%, #6682be 100%);
    transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
@media screen and (max-width: 979px) {
  #contents_nav ul .child_wrap {
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 42px;
    left: 0;
    margin: 0;
    background-color: #f5f5f5;
  }
}
@media screen and (min-width: 980px) {
  #contents_nav ul .child_wrap {
    display: block !important;
  }
}
@media screen and (max-width: 979px) {
  #contents_nav ul .child {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #contents_nav ul .child li {
    padding: 0 10px;
  }
}

@media screen and (min-width: 980px) {
  #contents_nav.white ul li > span,
#contents_nav.white ul li a {
    color: #FFF;
  }
  #contents_nav.white ul li > span:after,
#contents_nav.white ul li a:after {
    border-color: #FFF;
  }
  #contents_nav.white ul li > span.current,
#contents_nav.white ul li a.current {
    opacity: 0.7;
  }
  #contents_nav.white.fixed ul li span {
    color: #c3c3c3;
  }
  #contents_nav.white.fixed ul li a span {
    color: #000;
  }
}

@media screen and (min-width: 980px) {
  #contents_nav {
    width: 200px;
    background-color: transparent;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 30px;
    padding-top: 40px;
  }
  #contents_nav.fixed {
    width: 200px;
    position: fixed;
    top: 100px;
    right: 30px;
    transition: top 0.5s ease;
  }
  #contents_nav.fixed * {
    color: #000;
  }
  #contents_nav.fixed ul li a {
    position: relative;
  }
  #contents_nav.fixed ul li a:after {
    border-color: #000;
  }
  #contents_nav ul {
    display: block;
    padding: 0;
  }
  #contents_nav ul li {
    width: 100%;
    text-align: right;
  }
  #contents_nav ul li > span,
#contents_nav ul li a {
    display: inline-block;
    font-size: 17px;
    padding: 10px 0;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-right: 13px;
  }
  #contents_nav ul li a {
    position: relative;
  }
  #contents_nav ul li a:after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
  }
  #contents_nav ul .child {
    display: block;
    margin: 0;
    padding: 0 13px 7px 0;
  }
  #contents_nav ul .child li a {
    font-size: 12px;
    padding: 4px 0;
  }
  #contents_nav ul .child li a:after {
    right: -13px;
  }
}
.column_label {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.column_label .icon {
  display: inline-block;
  margin-right: 5px;
}
.column_label .icon .svg {
  width: 30px !important;
}
@media screen and (min-width: 768px) {
  .column_label {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .column_label .icon {
    margin-right: 10px;
  }
  .column_label .icon .svg {
    width: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .column_label {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1040px) {
  .column_label {
    padding-left: 2vw;
  }
}

#fv {
  position: relative;
}
#fv #visual {
  width: 100%;
}
#fv #visual .slide {
  width: 100vw;
  height: 80vw;
}
#fv #visual .slide .pc {
  display: none;
}
@media screen and (max-width: 979px) {
  #fv #visual .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#fv #visual .slide.slide01 {
  background-image: url(../dss_img/top/visual01_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#fv #visual .slide.slide02 {
  background-image: url(../dss_img/top/visual02_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#fv #visual .slide.slide03 {
  background-image: url(../dss_img/top/visual03_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#fv #visual .slide.slide04 {
  background-image: url(../dss_img/top/visual04_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#fv .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
}
#fv .box .ttl {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  line-height: 1.6;
}
#fv .box .ttl br {
  display: none;
}
#fv .box .en {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #fv #visual {
    width: 100vw;
  }
  #fv #visual .slide {
    width: 100vw;
    height: 46vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #fv #visual .slide {
    height: 720px;
  }
}
@media screen and (min-width: 768px) {
  #fv #visual .slide.slide01 {
    background-image: url(../dss_img/top/visual01_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #fv #visual .slide.slide02 {
    background-image: url(../dss_img/top/visual02_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #fv #visual .slide.slide03 {
    background-image: url(../dss_img/top/visual03_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #fv #visual .slide.slide04 {
    background-image: url(../dss_img/top/visual04_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #fv .box .ttl {
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 300;
    letter-spacing: 0.08em;
  }
  #fv .box .ttl br {
    display: none;
  }
  #fv .box .en {
    font-size: 24px;
  }
}
@media screen and (min-width: 980px) {
  #fv #movie {
    height: 65vw;
    background-image: url(../dss_img/top/visual_pc.jpg);
  }
}
@media screen and (min-width: 980px) and (min-width: 1200px) {
  #fv #movie {
    height: 100vh;
  }
}
@media screen and (min-width: 980px) {
  #fv .box .ttl {
    font-size: 37px;
    letter-spacing: 0.1em;
  }
}

#mainvisual {
  line-height: 0;
  font-size: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(../dss_img/top/loading.gif);
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: 32px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  #mainvisual {
    min-height: 39vw;
  }
}

#fvMovie {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.2s;
}
#fvMovie.show {
  opacity: 1;
}

#btnPlay {
  color: #FFF;
  margin-top: 30px;
  opacity: 0;
}
#btnPlay a {
  width: 110px;
  color: #FFF;
  text-align: center;
  display: block;
  transition: opacity 0.4s ease;
}
#btnPlay a:hover {
  opacity: 0.5;
}
#btnPlay img {
  width: 35px;
  height: 35px;
}
#btnPlay span {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 3px;
}
@media screen and (min-width: 980px) {
  #btnPlay img {
    width: 50px;
    height: 50px;
  }
  #btnPlay span {
    font-size: 1.1rem;
  }
}

.lity {
  z-index: 999999;
  background: #c3d0a2;
  background: linear-gradient(-63deg, rgba(195, 208, 162, 0.6) 0%, rgba(186, 231, 255, 0.6) 50%, rgba(170, 151, 242, 0.6) 100%);
}

.lity-close {
  text-indent: -9999px;
}

#t_mission {
  padding: 40px 22px 60px 22px;
}
#t_mission .flex {
  display: flex;
  flex-direction: column;
}
#t_mission .flex .img {
  width: 82vw;
  margin-left: -22px;
  margin-bottom: 25px;
}
#t_mission .flex .textbox {
  padding-left: 12vw;
  position: relative;
  z-index: 1;
}
#t_mission .flex .textbox .ttl {
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
#t_mission .flex .textbox p {
  font-size: 13px;
  line-height: 2;
}
#t_mission .flex .textbox .btn {
  margin-top: 25px;
}
#t_mission .flex .textbox .typo {
  width: 75%;
  margin-top: 30px;
}
#t_mission .flex .textbox .typo .svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #t_mission {
    padding: 40px 22px 40px 22px;
  }
  #t_mission .flex {
    display: flex;
    flex-direction: row;
  }
  #t_mission .flex .img {
    width: 50%;
    order: 1;
    padding-top: 10px;
    margin-left: -22px;
  }
  #t_mission .flex .textbox {
    order: 2;
    flex: 1;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 22px;
    z-index: 2;
  }
  #t_mission .flex .textbox .ttl {
    font-size: 24px;
  }
  #t_mission .flex .textbox p {
    line-height: 2;
    font-size: 14px;
    text-align: justify;
  }
  #t_mission .flex .textbox .btn {
    margin-top: 40px;
  }
  #t_mission .flex .textbox .typo {
    width: 355px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #t_mission {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #t_mission .column_label {
    margin-bottom: 40px;
  }
  #t_mission .flex {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #t_mission .flex .img {
    width: 760px;
    margin-left: -240px;
  }
  #t_mission .flex .textbox {
    padding-left: 60px;
    padding-right: 0px;
  }
  #t_mission .flex .textbox .ttl {
    font-size: 28px;
    letter-spacing: 0.2em;
  }
  #t_mission .flex .textbox p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.1;
  }
  #t_mission .flex .textbox .btn {
    text-align: right;
    margin-top: 40px;
  }
}

#m_slider {
  width: 100%;
  display: none;
}
#m_slider.slick-initialized {
  display: block;
}
#m_slider .slide {
  position: relative;
}
#m_slider .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}
#m_slider .slide img {
  width: 100%;
  height: auto;
}
#m_slider .slide .caption {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  color: #FFF;
  line-height: 1.7;
  font-size: 11px;
  letter-spacing: 0.03em;
  padding: 0px 0 10px 0;
  text-align: center;
}
@media screen and (min-width: 375px) {
  #m_slider .slide .caption br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #m_slider .slide .caption {
    font-size: 12px;
    padding: 0 0 15px 0;
    letter-spacing: 0.1em;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  #m_slider .slide .caption br {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #m_slider .slide .caption {
    font-size: 20px;
    padding: 0 0 18px 0;
  }
}

#t_value {
  padding: 40px 22px 40px 22px;
  background-color: #EBEBEB;
  position: relative;
}
#t_value .column_label {
  margin-bottom: 40px;
}
#t_value .flex .textbox .ttl {
  font-size: 17px;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 50%;
}
#t_value .flex .textbox p {
  font-size: 13px;
  line-height: 1.9;
  text-align: justify;
}
#t_value .flex .img {
  width: 138px;
  position: absolute;
  top: 35px;
  right: 25px;
}
#t_value .flex .img img {
  width: 100%;
  height: auto;
}
#t_value .scroll_bg {
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 30px -22px 0 -22px;
  overflow: hidden;
  padding: 40px 20px;
}
#t_value .scroll_bg .bg {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #t_value {
    background-color: transparent;
    padding-bottom: 60px;
  }
  #t_value .inner {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }
  #t_value .inner:after {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -22px;
    display: block;
    background-color: #EBEBEB;
    z-index: -1;
  }
  #t_value .flex {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 45px;
  }
  #t_value .flex .textbox {
    flex: 1;
    padding-right: 40px;
  }
  #t_value .flex .textbox .ttl {
    font-size: 24px;
    letter-spacing: 0.2em;
    width: 100%;
  }
  #t_value .flex .textbox .ttl br {
    display: none;
  }
  #t_value .flex .textbox p {
    font-size: 15px;
    line-height: 2;
  }
  #t_value .flex .img {
    width: 236px;
    position: relative;
    top: 0;
    right: 0;
  }
  #t_value .scroll_bg .bg {
    height: 140%;
  }
}
@media screen and (min-width: 980px) {
  #t_value {
    padding-bottom: 100px;
  }
  #t_value .inner {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  #t_value .inner:after {
    content: "";
    width: 94%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -22px;
    display: block;
    background-color: #EBEBEB;
    z-index: -1;
  }
  #t_value .flex {
    max-width: 980px;
    margin: 0 auto 45px auto;
  }
  #t_value .flex .textbox {
    flex: 1;
    padding-right: 75px;
  }
  #t_value .flex .textbox .ttl {
    font-size: 28px;
  }
  #t_value .flex .textbox p {
    font-size: 16px;
  }
  #t_value .flex .img {
    width: 236px;
    position: relative;
    top: 0;
    right: 0;
  }
  #t_value .scroll_bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.vlaue_link ul {
  display: flex;
  flex-wrap: wrap;
}
.vlaue_link ul li {
  width: 50%;
  height: 48vw;
  box-sizing: border-box;
  padding: 5px;
}
.vlaue_link ul a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.vlaue_link ul a > * {
  text-align: center;
}
.vlaue_link ul a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  opacity: 0.6;
}
.vlaue_link ul a .linklabel {
  line-height: 1;
  margin-bottom: 15px;
}
.vlaue_link ul a .linklabel .en {
  display: block;
  text-align: center;
  font-size: 31px;
  margin-bottom: 3px;
}
.vlaue_link ul a .linklabel .ja {
  font-size: 10px;
}
.vlaue_link ul a p {
  font-size: 15px;
  letter-spacing: 0.13em;
}
.vlaue_link ul a .icon_arrow {
  display: block;
  width: 40px;
  height: 20px;
  margin-top: 10px;
}
.vlaue_link ul li:nth-child(1) a:after,
.vlaue_link ul li:nth-child(3) a:after {
  background: #c3cf9e;
  background: linear-gradient(90deg, #c3cf9e 0%, #bae7ff 100%);
}
.vlaue_link ul li:nth-child(2) a:after,
.vlaue_link ul li:nth-child(4) a:after {
  background: #bae7ff;
  background: linear-gradient(90deg, #bae7ff 0%, #aa97f2 100%);
}
@media screen and (max-width: 375px) {
  .vlaue_link ul a .linklabel {
    margin-bottom: 7px;
  }
  .vlaue_link ul a .linklabel .en {
    font-size: 23px;
  }
  .vlaue_link ul a .linklabel .ja {
    font-size: 10px;
  }
  .vlaue_link ul a p {
    font-size: 12px;
  }
  .vlaue_link ul a .icon_arrow {
    display: block;
    width: 40px;
    height: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .vlaue_link ul li {
    width: 25%;
    height: 25vw;
    padding: 5px;
  }
  .vlaue_link ul a {
    transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .vlaue_link ul a:after {
    transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .vlaue_link ul a .linklabel {
    margin-bottom: 14px;
  }
  .vlaue_link ul a .linklabel .en {
    font-size: 33px;
  }
  .vlaue_link ul a .linklabel .ja {
    font-size: 12px;
  }
  .vlaue_link ul a p {
    font-size: 15px;
  }
  .vlaue_link ul a:hover {
    transform: scale(1.1);
    opacity: 1;
  }
  .vlaue_link ul a:hover:after {
    opacity: 0.8;
  }
  .vlaue_link ul li:nth-child(1) a:after {
    background: #c3d0a1;
    background: linear-gradient(90deg, #c3d0a1 0%, #bedbd0 100%);
  }
  .vlaue_link ul li:nth-child(2) a:after {
    background: #bedbd0;
    background: linear-gradient(90deg, #bedbd0 0%, #b9e2fe 100%);
  }
  .vlaue_link ul li:nth-child(3) a:after {
    background: #b9e2fe;
    background: linear-gradient(90deg, #b9e2fe 0%, #b1baf8 100%);
  }
  .vlaue_link ul li:nth-child(4) a:after {
    background: #b1baf8;
    background: linear-gradient(90deg, #b1baf8 0%, #aa97f2 100%);
  }
}
@media screen and (min-width: 1000px) {
  .vlaue_link ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .vlaue_link ul li {
    width: 25%;
    height: 270px;
    padding: 0 10px;
  }
  .vlaue_link ul a .linklabel {
    margin-bottom: 14px;
  }
  .vlaue_link ul a .linklabel .en {
    font-size: 48px;
    margin-bottom: 7px;
  }
  .vlaue_link ul a .linklabel .ja {
    font-size: 16px;
  }
  .vlaue_link ul a p {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .vlaue_link ul a .icon_arrow {
    width: 68px;
    height: 10px;
    margin-top: 20px;
  }
}

#t_core {
  padding: 40px 22px 45px 22px;
  position: relative;
  background-image: url(../dss_img/top/core_bg.jpg);
  background-size: cover;
  background-position: center;
}
#t_core .column_label {
  margin-bottom: 40px;
}
#t_core .textbox .ttl {
  font-size: 17px;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#t_core .textbox p {
  font-size: 13px;
  line-height: 1.9;
  text-align: justify;
}
#t_core .img {
  margin-top: 23px;
  text-align: center;
}
#t_core .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #t_core {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  #t_core .column_label {
    margin-bottom: 50px;
  }
  #t_core .textbox .ttl {
    font-size: 24px;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  #t_core .textbox .ttl br {
    display: none;
  }
  #t_core .textbox p {
    font-size: 15px;
  }
  #t_core .img {
    margin-top: 40px;
  }
  #t_core .btn {
    margin-top: 0px;
    text-align: right;
    padding-right: 50px;
  }
}
@media screen and (min-width: 980px) {
  #t_core {
    padding-bottom: 100px;
  }
  #t_core .column_label {
    margin-bottom: 70px;
  }
  #t_core .textbox {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 230px;
  }
  #t_core .textbox .ttl {
    font-size: 28px;
    letter-spacing: 0.2em;
  }
  #t_core .textbox p {
    font-size: 16px;
  }
  #t_core .img {
    margin-top: 30px;
  }
  #t_core .btn {
    max-width: 980px;
    text-align: right;
    margin: -50px auto 0 auto;
  }
}

#t_future {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#t_future .column_label {
  margin-bottom: 30px;
  position: absolute;
  top: 30px;
  left: 20px;
  color: #FFF;
  z-index: 2;
}
#t_future .inner {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 90px 20px 50px 20px;
  z-index: 2;
}
#t_future .inner .scroll {
  max-width: 460px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
}
#t_future .inner .scroll .text_head {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 0;
}
#t_future .inner .scroll .text_head .ttl {
  font-size: 17px;
  font-weight: normal;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 374px) {
  #t_future .inner .scroll .text_head .ttl {
    font-size: 16px;
  }
}
#t_future .inner .scroll .text_body p {
  font-size: 13px;
  line-height: 1.9;
  text-align: justify;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 979px) {
  #t_future .bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  #t_future {
    width: 100%;
    min-height: 690px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  #t_future .column_label {
    position: absolute;
    top: 30px;
    left: 20px;
    color: #FFF;
    z-index: 2;
  }
  #t_future .inner .scroll .text_head {
    margin-bottom: 50px;
  }
  #t_future .inner .scroll .text_head .ttl {
    font-size: 28px;
  }
  #t_future .inner .scroll .text_body p {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (min-width: 980px) {
  #t_future {
    height: calc(100vh - 111px);
  }
  #t_future .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #t_future .inner .scroll {
    filter: blur(20px);
    transform: translateY(100px);
    padding-left: 0px;
    margin: 0;
  }
  #t_future .inner .scroll .text_head .ttl {
    font-size: 30px;
    text-shadow: 3px 1px 2px rgba(51, 51, 51, 0.7);
  }
  #t_future .inner .scroll .text_body p {
    font-size: 16px;
    line-height: 2;
    text-shadow: 3px 1px 2px rgba(51, 51, 51, 0.7);
  }
  #t_future .bg {
    width: 100%;
    max-width: auto;
    height: 150%;
    object-fit: cover;
  }
}
#case {
  padding: 0 22px;
}
#case .column_head {
  margin-bottom: 40px;
}
#case .column_head .copy {
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
#case .column_head .svg {
  width: 102px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #case .column_head {
    margin-bottom: 80px;
  }
  #case .column_head .copy {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #case .column_head .copy br {
    display: none;
  }
  #case .column_head .svg {
    width: 140px;
  }
}
@media screen and (min-width: 980px) {
  #case .column_head {
    margin-bottom: 150px;
  }
  #case .column_head .copy {
    font-size: 28px;
    margin-bottom: 100px;
  }
  #case .column_head .svg {
    width: 230px;
  }
}

.flexStyle01 .row + .row {
  margin-top: 40px;
}
.flexStyle01 .row .img {
  margin-bottom: 25px;
  margin-left: -22px;
  margin-right: -22px;
}
.flexStyle01 .row .text p {
  text-align: justify;
  line-height: 2;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .flexStyle01 .row {
    display: flex;
    position: relative;
    margin: 0 -22px;
  }
  .flexStyle01 .row + .row {
    margin-top: 0;
  }
  .flexStyle01 .row .img {
    width: 50%;
    height: 100%;
    margin: 0 0 0 0px;
    position: absolute;
    top: 0;
    left: 0px;
  }
  .flexStyle01 .row .img picture {
    width: 100%;
    height: 100%;
    display: block;
  }
  .flexStyle01 .row .img picture img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .flexStyle01 .row .text {
    width: 50%;
    margin-left: auto;
  }
  .flexStyle01 .row .text .in {
    padding: 25px 30px;
  }
  .flexStyle01 .row:first-child .text .in {
    padding-top: 0;
  }
  .flexStyle01 .row:nth-child(even) .img {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0px;
  }
  .flexStyle01 .row:nth-child(even) .text {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 980px) {
  .flexStyle01 .row {
    margin-left: -22px;
    margin-right: -22px;
  }
  .flexStyle01 .row + .row {
    margin-top: 0;
  }
  .flexStyle01 .row .img {
    width: 50%;
  }
  .flexStyle01 .row .img picture {
    margin-left: auto;
  }
  .flexStyle01 .row .text {
    padding-right: 22px;
  }
  .flexStyle01 .row .text .in {
    max-width: 500px;
    padding: 50px 0 50px 90px;
    box-sizing: border-box;
    margin-right: auto;
  }
  .flexStyle01 .row .text p {
    font-size: 15px;
  }
  .flexStyle01 .row:nth-child(even) .text {
    padding-right: 0px;
    padding-left: 22px;
  }
  .flexStyle01 .row:nth-child(even) .text .in {
    padding: 50px 90px 50px 0px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1460px) {
  .flexStyle01 .row .text .in {
    padding: 70px 0 70px 90px;
  }
  .flexStyle01 .row .text p {
    font-size: 16px;
  }
  .flexStyle01 .row:nth-child(even) .text .in {
    padding: 70px 90px 70px 0px;
  }
}

#technology {
  padding-top: 40px;
}
#technology .ttl {
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 30px;
}
#technology .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#technology .techLink {
  padding: 0px 20px 25px 20px;
  margin-top: 35px;
  position: relative;
}
#technology .techLink:after {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #2F5A8D;
  display: block;
}
#technology .techLink .vlaue_link {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  #technology {
    padding-top: 90px;
  }
  #technology .ttl {
    font-size: 25px;
    margin-bottom: 60px;
  }
  #technology .ttl br {
    display: none;
  }
  #technology .img {
    padding: 0 37px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  #technology .techLink {
    margin-top: 55px;
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media screen and (min-width: 980px) {
  #technology {
    padding-top: 130px;
  }
  #technology .ttl {
    font-size: 28px;
    letter-spacing: 0.15em;
    margin-bottom: 120px;
  }
  #technology .ttl br {
    display: none;
  }
  #technology .img {
    max-width: 1020px;
    padding: 0 20px;
  }
  #technology .techLink {
    margin-top: 80px;
  }
}

#needs {
  padding: 0 22px;
}
#needs .column_head {
  margin-bottom: 40px;
}
#needs .column_head .copy {
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #needs {
    padding-bottom: 20px;
  }
  #needs .column_head {
    margin-bottom: 80px;
  }
  #needs .column_head .copy {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #needs .column_head .copy br {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #needs {
    padding-bottom: 0px;
  }
  #needs .column_head {
    margin-bottom: 150px;
  }
  #needs .column_head .copy {
    font-size: 28px;
    margin-bottom: 100px;
  }
}

.needs_flow {
  padding-top: 20px;
  margin-left: -22px;
  margin-right: -22px;
  background-image: url(../dss_img/core/core_bg_sp.jpg);
  background-size: contain;
  background-position: center 60%;
  background-repeat: no-repeat;
}
.needs_flow .box {
  border: 1px solid #666666;
  padding: 0px 20px 20px 20px;
  margin-left: 22px;
  margin-right: 22px;
}
.needs_flow .box .ttlbox {
  margin-top: -29px;
  text-align: center;
}
.needs_flow .box .ttlbox .ttl {
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 0 25px 10px 25px;
  background-color: #FFF;
  margin-bottom: 15px;
}
.needs_flow .box .ttlbox span {
  display: inline-block;
  padding: 5px 0px;
  border-bottom: 2px solid #000;
}
.needs_flow .box p {
  font-size: 13px;
  line-height: 1.8;
}
.needs_flow .box p br {
  display: none;
}
.needs_flow .box ul {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.needs_flow .box ul li {
  width: 33.3333333333%;
  padding: 0 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 500px) {
  .needs_flow .box ul li {
    width: 20%;
  }
}
.needs_flow .img {
  margin-left: -22px;
  margin-right: -22px;
  margin-top: -3vw;
}
@media screen and (min-width: 768px) {
  .needs_flow {
    padding-top: 0;
    margin-left: -22px;
    margin-right: -22px;
    background-image: url(../dss_img/core/core_bg_pc.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1460px) {
  .needs_flow {
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .needs_flow .box {
    padding: 0px 30px 30px 30px;
  }
  .needs_flow .box .ttlbox {
    margin-top: -29px;
    text-align: center;
  }
  .needs_flow .box .ttlbox .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .needs_flow .box p {
    font-size: 15px;
  }
  .needs_flow .box ul {
    margin-top: 15px;
  }
  .needs_flow .box ul li {
    max-width: 115px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .needs_flow .img {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 980px) {
  .needs_flow {
    padding-top: 0;
    margin-top: -40px;
  }
  .needs_flow .box {
    max-width: 980px;
    padding: 0px 30px 40px 30px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .needs_flow .box .ttlbox {
    margin-top: -34px;
  }
  .needs_flow .box .ttlbox .ttl {
    font-size: 22px;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .needs_flow .box .ttlbox span {
    border-width: 4px;
  }
  .needs_flow .box p {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .needs_flow .box p br {
    display: block;
  }
  .needs_flow .img {
    height: 580px;
    margin: -45px -22px 0 -22px;
  }
  .needs_flow .img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}

.flowmap {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.flowmap .label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.flowmap .flowbox .btn_group {
  padding: 10px;
}
.flowmap .flowbox.box01 {
  width: 180px;
  margin-top: 28px;
}
.flowmap .flowbox.box01 .btn_group {
  background: #c3cf9e;
  background: linear-gradient(140deg, rgba(222, 233, 158, 0.6) 0%, rgba(222, 233, 158, 0.6) 35%, rgba(186, 231, 255, 0.6) 100%);
}
.flowmap .flowbox.box02 {
  width: 180px;
  margin-left: auto;
  margin-top: 15px;
}
.flowmap .flowbox.box02 .btn_group {
  background: #bae7ff;
  background: linear-gradient(-23deg, rgba(170, 151, 242, 0.6) 0%, rgba(186, 231, 255, 0.6) 40%, rgba(186, 231, 255, 0.6) 100%);
}
.flowmap .flowbox.box03 {
  width: 180px;
  margin-top: -14px;
}
.flowmap .flowbox.box03 .btn_group {
  background: #bae7ff;
  background: linear-gradient(-13deg, rgba(170, 151, 242, 0.6) 0%, rgba(186, 231, 255, 0.6) 75%, rgba(186, 231, 255, 0.6) 100%);
}
.flowmap .flowbox.box04 {
  width: 100%;
  margin-top: 48px;
}
.flowmap .flowbox.box04 .btn_group {
  padding: 0;
}
.flowmap .btn_style02 {
  width: 100%;
  text-align: center;
  font-size: 13px;
  background-color: #FFF;
  position: relative;
  color: #000;
  overflow: hidden;
  padding: 5px 0;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.flowmap .btn_style02:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e5e799;
  background: linear-gradient(90deg, #e5e799 0%, #bae7ff 100%);
  transform: rotate(45deg);
  transition: all 0.2s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .flowmap .btn_style02:before {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
}
.flowmap .btn_style02 .icon {
  width: auto;
  height: 25px;
  margin-right: 8px;
}
.flowmap .btn_style02 .icon img {
  width: auto;
  height: 100% !important;
}
.flowmap .btn_style02:hover {
  background-color: #f5f5f5;
}
.flowmap .no_btn {
  text-align: center;
  display: block;
  font-size: 13px;
  background-color: #FFF;
  position: relative;
  color: #000;
  overflow: hidden;
  padding: 5px 0;
  border: 1px solid #666666;
  font-weight: 500;
}
.flowmap .no_btn span {
  font-weight: 300;
}
.flowmap .arrow {
  text-align: center;
  line-height: 1;
}
.flowmap .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 3px 0 3px;
  border-color: #2F5A8D transparent transparent transparent;
  display: inline-block;
}

.flowbox {
  margin-top: 18px;
}
.flowbox .btn_group {
  position: relative;
}
.flowbox .btn_group:before, .flowbox .btn_group:after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.flowbox.box01 .btn_group:before {
  width: 5px;
  height: 48px;
  background-image: url(../dss_img/core/arrow01_01_sp.png);
  top: -51px;
  left: 140px;
}
.flowbox.box01 .btn_group:after {
  width: 5px;
  height: 115px;
  background-image: url(../dss_img/core/arrow01_02_sp.png);
  bottom: -115px;
  left: 88px;
}
.flowbox.box02 .btn_group:before {
  width: 74px;
  height: 96px;
  background-image: url(../dss_img/core/arrow03_sp.png);
  top: -97px;
  left: 74px;
}
.flowbox.box03 .btn_group:before {
  width: 74px;
  height: 78px;
  background-image: url(../dss_img/core/arrow02_sp.png);
  top: -28px;
  right: -78px;
}
.flowbox.box04 .btn_group:before {
  width: 5px;
  height: 45px;
  background-image: url(../dss_img/core/arrow04_sp.png);
  top: -48px;
  left: 50%;
  margin-left: -5px;
}

@media screen and (min-width: 768px) {
  .flowmap {
    width: 700px;
  }
  .flowmap .label {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .flowmap .label br {
    display: none;
  }
  .flowmap .flowbox .btn_group {
    padding: 12px;
  }
  .flowmap .flowbox.box01 {
    width: 405px;
    margin-top: 60px;
  }
  .flowmap .flowbox.box02 {
    width: 405px;
    margin-left: auto;
    margin-top: 45px;
  }
  .flowmap .flowbox.box03 {
    width: 405px;
    margin-top: 40px;
  }
  .flowmap .flowbox.box04 {
    width: 100%;
    margin-top: 95px;
  }
  .flowmap .btn_style02 {
    font-size: 18px;
    padding: 5px 0;
  }
  .flowmap .btn_style02 .icon {
    height: 50px;
    margin-right: 10px;
  }
  .flowmap .no_btn {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .flowmap .no_btn span {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
  }
  .flowmap .arrow {
    text-align: center;
    line-height: 1;
    margin: 7px 0;
  }
  .flowmap .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 3px 0 3px;
    border-color: #2F5A8D transparent transparent transparent;
    display: inline-block;
  }

  .flowbox {
    margin-top: 18px;
  }
  .flowbox .btn_group {
    position: relative;
  }
  .flowbox .btn_group:before, .flowbox .btn_group:after {
    content: "";
    display: block;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .flowbox.box01 .btn_group:before {
    width: 9px;
    height: 84px;
    top: -90px;
    left: 345px;
    background-image: url(../dss_img/core/arrow01_01.png);
  }
  .flowbox.box01 .btn_group:after {
    width: 9px;
    height: 220px;
    background-image: url(../dss_img/core/arrow01_02.png);
    bottom: -220px;
    left: 200px;
  }
  .flowbox.box02 .btn_group:before {
    width: 84px;
    height: 160px;
    background-image: url(../dss_img/core/arrow03.png);
    top: -175px;
    left: 124px;
  }
  .flowbox.box03 .btn_group:before {
    width: 102px;
    height: 150px;
    background-image: url(../dss_img/core/arrow02.png);
    top: -60px;
    right: -101px;
  }
  .flowbox.box04 .btn_group:before {
    width: 9px;
    height: 92px;
    background-image: url(../dss_img/core/arrow04.png);
    top: -95px;
    left: 50%;
    margin-left: -4px;
  }
}
@media screen and (min-width: 980px) {
  .flowmap {
    width: 740px;
  }
  .flowmap .label {
    font-size: 22px;
  }
  .flowmap .flowbox.box01 {
    width: 430px;
    margin-top: 54px;
  }
  .flowmap .flowbox.box02 {
    width: 430px;
    margin-left: auto;
    margin-top: 45px;
  }
  .flowmap .flowbox.box03 {
    width: 430px;
    margin-top: 20px;
  }
  .flowmap .flowbox.box04 {
    width: 100%;
    margin-top: 95px;
  }
  .flowmap .btn_style02 {
    font-size: 22px;
    padding: 7px 0;
  }
  .flowmap .btn_style02 .icon {
    height: 50px;
    margin-right: 15px;
  }
  .flowmap .no_btn {
    font-size: 24px;
  }
  .flowmap .no_btn span {
    font-size: 18px;
  }

  .flowbox {
    margin-top: 18px;
  }
  .flowbox .btn_group {
    position: relative;
  }
  .flowbox .btn_group:before, .flowbox .btn_group:after {
    content: "";
    display: block;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .flowbox.box01 .btn_group:before {
    width: 9px;
    height: 84px;
    top: -90px;
    left: 365px;
    background-image: url(../dss_img/core/arrow01_01.png);
  }
  .flowbox.box01 .btn_group:after {
    width: 9px;
    height: 220px;
    background-image: url(../dss_img/core/arrow01_02.png);
    bottom: -220px;
    left: 212px;
  }
  .flowbox.box02 .btn_group:before {
    width: 84px;
    height: 160px;
    background-image: url(../dss_img/core/arrow03.png);
    top: -175px;
    left: 134px;
  }
  .flowbox.box03 .btn_group:before {
    width: 102px;
    height: 150px;
    background-image: url(../dss_img/core/arrow02.png);
    top: -50px;
    right: -101px;
  }
  .flowbox.box04 .btn_group:before {
    width: 9px;
    height: 92px;
    background-image: url(../dss_img/core/arrow04.png);
    top: -95px;
    left: 50%;
    margin-left: -4px;
  }
}
.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.modal._open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.modal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  background: #c3d0a2;
  background: linear-gradient(-63deg, rgba(195, 208, 162, 0.6) 0%, rgba(186, 231, 255, 0.6) 50%, rgba(170, 151, 242, 0.6) 100%);
}

.modal_content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.modal_content .modal_ttl {
  text-align: center;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.modal_content .box {
  width: 100%;
  max-width: 980px;
  background: #2F5A8D;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  position: relative;
}
.modal_content .box .inner {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.modal_content .box .textbox {
  margin-top: 10px;
}
.modal_content .box .textbox p {
  font-size: 13px;
  line-height: 1.9;
}
.modal_content .js-modal-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
  cursor: pointer;
}
.modal_content .js-modal-close:hover {
  opacity: 0.5;
}
.modal_content .js-modal-close span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  line-height: 0;
}
.modal_content .js-modal-close span:before, .modal_content .js-modal-close span:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #FFF;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal_content .js-modal-close span:before {
  margin-top: -1px;
  margin-left: -10px;
  transform: rotate(-45deg);
}
.modal_content .js-modal-close span:after {
  margin-top: -1px;
  margin-left: -10px;
  transform: rotate(45deg);
}
.modal_content .slide_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.modal_content .slide_btn button {
  background: none;
  border: none;
  line-height: 0;
}
.modal_content .slide_btn button img {
  width: 20px;
  height: 4px;
}
.modal_content .slide_btn .num span:nth-child(2):before {
  content: "/";
}

@media screen and (min-width: 980px) {
  .modal_content {
    padding: 40px 20px;
  }
  .modal_content .modal_ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .modal_content .box {
    padding: 50px 20px 40px 20px;
  }
  .modal_content .box .inner {
    position: relative;
  }
  .modal_content .box .textbox {
    margin-top: 20px;
  }
  .modal_content .box .textbox p {
    font-size: 15px;
    line-height: 1.9;
  }
  .modal_content .slidewrap {
    position: relative;
  }
  .modal_content .slide_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    position: absolute;
    bottom: -5px;
    right: -70px;
  }
  .modal_content .slide_btn .num {
    width: 100px;
    text-align: center;
    position: absolute;
    top: -50px;
    font-size: 14px;
  }
  .modal_content .slide_btn .num span {
    display: block;
    text-align: center;
  }
  .modal_content .slide_btn .num span:nth-child(2):before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #FFF;
    transform: skewY(-215deg);
    display: block;
    margin: 3px auto;
  }
}
.value_head {
  position: relative;
  color: #FFF;
  height: 37vw;
  max-height: 340px;
  z-index: 1;
}
.value_head .column_label {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 20px;
}
.value_head .column_label .svg path {
  fill: #FFF;
}
.value_head .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.value_head .bg._ceiling {
  background-image: url(../dss_img/value/value03_main.jpg);
}
.value_head .bg._sensing {
  background-image: url(../dss_img/value/value02_main.jpg);
}
.value_head .bg._sound {
  background-image: url(../dss_img/value/value04_main.jpg);
}
.value_head .bg._thermal {
  background-image: url(../dss_img/value/value01_main.jpg);
}
.value_head .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.value_head .box .en {
  font-size: 3rem;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.value_head .box .ja {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}
.value_head .box .copy {
  color: #FFF;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.value_head .box .copy:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  margin: 15px auto 0 auto;
  background: #e5e7c1;
  background: linear-gradient(125deg, #e5e7c1 0%, #97dcbe 100%);
}

@media screen and (min-width: 768px) {
  .value_head .column_label {
    top: 20px;
    left: 20px;
  }
  .value_head .box .en {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .value_head .box .ja {
    margin-bottom: 15px;
  }
  .value_head .box .copy {
    font-size: 28px;
  }
  .value_head .box .copy:after {
    width: 88px;
    height: 5px;
  }
}
@media screen and (min-width: 1460px) {
  .value_head {
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
  }
}
#first .inner {
  padding: 30px 22px 40px 22px;
}
#first .textbox .ttl {
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
#first .textbox p {
  font-size: 13px;
  text-align: justify;
  line-height: 1.9;
}
#first .mask {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
#first .mask .btn_value {
  width: 20vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#first .mask .btn_value button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  background-color: rgba(195, 207, 158, 0.4);
}
@media screen and (max-width: 374px) {
  #first .mask .btn_value button {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#first .mask .btn_value button:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-top: 15px;
  margin-left: -5px;
}
#first .flexbox {
  width: 200vw;
  position: relative;
  overflow: hidden;
  display: flex;
  transform: translateX(0vw);
}
#first .flexbox .needsbox,
#first .flexbox .valuebox {
  width: 100vw;
  position: relative;
  z-index: 1;
}
#first .flexbox .valuebox {
  padding-left: 20vw;
  box-sizing: border-box;
  background-color: #FFF;
  left: -20vw;
  z-index: 2;
}
#first .flexbox .needsbox {
  color: #FFF;
  padding-right: 20vw;
  box-sizing: border-box;
  z-index: 2;
}
#first .flexbox .needsbox .in {
  padding: 30px 22px 30px 22px;
}
#first .flexbox .needsbox .box_ttl {
  margin-left: -22px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 3px 0 3px 22px;
  margin-bottom: 15px;
  font-size: 14px;
}
#first .flexbox .needsbox .box_copy {
  color: #FFF;
}
#first .flexbox .needsbox .btn {
  width: 20vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#first .flexbox .needsbox .btn button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media screen and (max-width: 374px) {
  #first .flexbox .needsbox .btn button {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#first .flexbox .needsbox .btn button:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(-135deg);
  margin-top: 15px;
  margin-right: -5px;
}
#first .flexbox .valuebox .in {
  padding: 30px 22px 30px 22px;
}
#first .flexbox .valuebox .box_ttl {
  margin-left: -22px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3px 0 3px 22px;
  margin-bottom: 15px;
  font-size: 14px;
}
#first .flexbox .valuebox .btn {
  width: 20vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#first .flexbox .valuebox .btn button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 374px) {
  #first .flexbox .valuebox .btn button {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#first .flexbox .valuebox .btn button:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-top: 15px;
  margin-left: -5px;
}
#first .flexbox .in {
  position: relative;
}
#first .flexbox .in .box_copy {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
#first .flexbox .in p {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
}
#first .flexbox .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#first .flexbox .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#first .flexbox .bg.gradient {
  background: #aa97f2;
  background: linear-gradient(90deg, rgba(195, 207, 158, 0.4) 0%, rgba(186, 231, 255, 0.4) 50%, rgba(170, 151, 242, 0.4) 100%);
}

@media screen and (min-width: 768px) {
  #first .inner {
    padding: 70px 22px 70px 22px;
  }
  #first .textbox {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }
  #first .textbox .ttl {
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 25px;
  }
  #first .textbox p {
    font-size: 15px;
  }
  #first .flexbox .needsbox .in {
    padding: 60px 40px 60px 40px;
  }
  #first .flexbox .needsbox .in .box_ttl {
    margin-left: -40px;
    margin-bottom: 30px;
  }
  #first .flexbox .needsbox .in .box_ttl p {
    font-size: 17px;
  }
  #first .flexbox .valuebox {
    height: 100%;
  }
  #first .flexbox .valuebox .in {
    padding: 60px 40px 60px 40px;
  }
  #first .flexbox .valuebox .in .box_ttl {
    margin-left: -40px;
    margin-bottom: 30px;
  }
  #first .flexbox .valuebox .in .box_ttl p {
    font-size: 17px;
  }
  #first .flexbox .in .box_copy {
    font-size: 20px;
  }
  #first .flexbox .in p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 980px) {
  #first .inner {
    padding: 70px 22px 90px 22px;
  }
  #first .textbox {
    max-width: 680px;
  }
  #first .textbox .ttl {
    font-size: 28px;
    margin-bottom: 25px;
  }
  #first .textbox p {
    font-size: 16px;
  }
  #first .mask {
    width: 100%;
  }
  #first .mask .btn_needs,
#first .mask .btn_value {
    display: none;
  }
  #first .flexbox {
    width: 100%;
    display: flex;
  }
  #first .flexbox .needsbox,
#first .flexbox .valuebox {
    width: 50vw;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    box-sizing: border-box;
    padding: 100px 70px 70px 70px;
  }
  #first .flexbox .needsbox .in,
#first .flexbox .valuebox .in {
    max-width: 420px;
    padding: 0 0 0 0;
    position: relative;
  }
  #first .flexbox .needsbox .in .box_ttl,
#first .flexbox .valuebox .in .box_ttl {
    border: none;
    margin-bottom: 60px;
  }
  #first .flexbox .needsbox .in .box_ttl p,
#first .flexbox .valuebox .in .box_ttl p {
    width: 240px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
  }
  #first .flexbox .needsbox .in .box_copy,
#first .flexbox .valuebox .in .box_copy {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #first .flexbox .needsbox .in p,
#first .flexbox .valuebox .in p {
    font-size: 16px;
    line-height: 2;
  }
  #first .flexbox .needsbox .in {
    margin-left: auto;
    padding: 0;
  }
  #first .flexbox .needsbox .in .box_ttl {
    margin-right: -70px;
    text-align: right;
    padding: 0;
  }
  #first .flexbox .needsbox .in .box_ttl p {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #first .flexbox .valuebox .in .box_ttl {
    margin-left: -70px;
    padding: 0;
  }
  #first .flexbox .valuebox .in .box_ttl p {
    border-top: 1px solid #000;
    border-left: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 979px) {
  #first .flexbox {
    transition: all 0.2s ease;
  }
  #first .flexbox._open_value {
    transform: translateX(-80vw);
  }
  #first .flexbox._open_value .valuebox {
    width: 80vw;
    padding-left: 0;
    left: 0;
  }
  #first .flexbox._open_value .btn_value {
    display: none;
  }
}

.spc #s_product {
  padding: 40px 22px;
}
@media screen and (min-width: 768px) {
  .spc #s_product {
    padding: 80px 22px 60px 22px;
  }
}

#s_product .ttl {
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin-bottom: 35px;
}
#s_product .flex + .ttl {
  margin-top: 40px;
}
#s_product .flex .box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
#s_product .flex .box + .box {
  margin-top: 25px;
}
#s_product .flex .box .img {
  margin-bottom: 15px;
}
#s_product .flex .box .img img {
  width: 100%;
  height: auto;
}
#s_product .flex .box .name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
#s_product .flex .box .name span {
  font-size: 10px;
  letter-spacing: -0.03em;
  padding-left: 0.5em;
  text-align: center;
}
#s_product .flex .box p {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
}
#s_product .flex.type02 {
  display: block;
}
#s_product .flex.type02 .box {
  width: 100%;
  display: flex;
}
#s_product .flex.type02 .box + .box {
  margin-top: 30px;
}
#s_product .flex.type02 .box .name span br {
  display: none;
}
#s_product .flex.type02 + .flex {
  margin-top: 25px;
}
@media screen and (max-width: 374px) {
  #s_product .flex {
    display: block;
    margin: 0;
  }
  #s_product .flex .box {
    width: 100%;
    padding: 0;
  }
  #s_product .flex .box + .box {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #s_product .ttl {
    font-size: 28px;
    margin-bottom: 45px;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #s_product .ttl {
    margin-bottom: 65px;
  }
  #s_product .ttl br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #s_product .flex {
    display: flex;
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px;
  }
  #s_product .flex + .ttl {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #s_product .flex + .ttl {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) {
  #s_product .flex .box {
    max-width: 510px;
    padding: 0 25px;
  }
  #s_product .flex .box + .box {
    margin-top: 0;
  }
  #s_product .flex .box .img {
    margin-bottom: 20px;
  }
  #s_product .flex .box .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #s_product .flex .box .name {
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  #s_product .flex .box .name br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #s_product .flex .box .name span {
    font-size: 14px;
    padding-left: 0.5em;
    display: inline;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #s_product .flex .box .name span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #s_product .flex .box p {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (min-width: 768px) {
  #s_product .flex.type02 + .flex {
    margin-top: 40px;
  }
  #s_product .flex.type02 + .flex .box {
    max-width: 460px;
  }
  #s_product .flex.type02 .box {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #s_product .flex.type02 .box + .box {
    margin-top: 25px;
  }
  #s_product .flex.type02 .box .in {
    display: flex;
  }
  #s_product .flex.type02 .box .img {
    width: 45%;
    box-sizing: border-box;
    padding-right: 20px;
  }
  #s_product .flex.type02 .box .text {
    flex: 1;
    padding-left: 20px;
  }
  #s_product .flex.type02 .box .text p {
    font-size: 14px;
  }
  #s_product .flex.type02 .box .text p.name {
    font-size: 20px;
    line-height: 1.5;
  }
  #s_product .flex.type02 .box .text p.name span {
    font-size: 14px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #s_product .flex.type02 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #s_product .flex.type02 .box {
    padding: 0;
  }
  #s_product .flex.type02 .box + .box {
    margin-top: 60px;
  }
  #s_product .flex.type02 .box .text {
    flex: 1;
    padding-left: 30px;
  }
  #s_product .flex.type02 .box .text p {
    font-size: 16px;
  }
  #s_product .flex.type02 .box .text p.name {
    font-size: 25px;
  }
  #s_product .flex.type02 .box .text p.name span {
    font-size: 16px;
    display: inline;
    padding-left: 1em;
  }
  #s_product .flex.type02 + .flex {
    max-width: 980px;
    margin: 20px auto 0 auto;
    justify-content: space-between;
  }
  #s_product .flex.type02 + .flex .box {
    padding: 0;
  }
}

#interview {
  margin-bottom: 40px;
}
#interview.interview01 .interview_head {
  background-image: url(../dss_img/value/interview02_bg_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #interview.interview01 .interview_head {
    background-image: url(../dss_img/value/interview02_bg.jpg);
    background-position: 70% center;
  }
}
@media screen and (min-width: 980px) {
  #interview.interview01 .interview_head {
    background-image: url(../dss_img/value/interview02_bg.jpg);
  }
}
#interview.interview02 .interview_head {
  background-image: url(../dss_img/value/interview01_bg_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #interview.interview02 .interview_head {
    background-image: url(../dss_img/value/interview01_bg_sp.jpg);
    background-position: 70% center;
  }
}
@media screen and (min-width: 980px) {
  #interview.interview02 .interview_head {
    background-image: url(../dss_img/value/interview01_bg.jpg);
  }
}

.interview_head {
  position: relative;
  z-index: 1;
  padding: 40px 22px;
  position: relative;
}
.interview_head:before {
  content: "";
  width: 20px;
  height: 580px;
  display: block;
  background: white;
  background: linear-gradient(180deg, white 0%, #bae7ff 50%, #c1ebc9 100%);
  position: absolute;
  bottom: -500px;
  left: 0px;
}
.interview_head .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.interview_head .bg picture {
  width: 100%;
  height: 100%;
}
.interview_head .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.interview_head .column_ttl {
  width: 70vw;
  max-width: 504px;
  margin-bottom: 15px;
}
.interview_head .en {
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.interview_head .ttl {
  font-weight: normal;
  line-height: 1.7;
  font-size: 17px;
}
.interview_head .in {
  width: 50%;
}
.interview_head .in .namebox {
  margin-bottom: 15px;
}
.interview_head .in .namebox p {
  font-size: 11px;
  text-align: right;
  font-weight: 500;
}
.interview_head .in .namebox p.department:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #939393;
  margin: 5px 0;
}
.interview_head .in .probox dl {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.interview_head .in .probox dl dt, .interview_head .in .probox dl dd {
  margin: 0;
  padding: 0;
}
.interview_head .in .probox dl dt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px !important;
}
.interview_head .in .probox dl dd {
  text-align: justify;
  line-height: 1.6;
}
.interview_head .in .probox .img {
  margin-top: 6px;
  margin-bottom: -90px;
}

@media screen and (min-width: 768px) {
  .interview_head {
    padding: 70px 22px 30px 22px;
  }
  .interview_head .bg img {
    object-position: 70%;
  }
  .interview_head .column_ttl {
    margin-bottom: 15px;
  }
  .interview_head .en {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .interview_head .ttl {
    font-size: 26px;
  }
  .interview_head .in {
    width: 56%;
    max-width: 600px;
  }
  .interview_head .in .namebox {
    margin-bottom: 25px;
    position: relative;
  }
  .interview_head .in .namebox p {
    font-size: 11px;
    text-align: right;
    font-weight: 500;
  }
  .interview_head .in .namebox p.department {
    position: relative;
    padding-left: 140px;
  }
  .interview_head .in .namebox p.department br {
    display: none;
  }
  .interview_head .in .namebox p.department span {
    padding-left: 0.5em;
  }
  .interview_head .in .namebox p.department:after {
    width: 140px;
    position: absolute;
    top: 0.2em;
    left: 0;
  }
  .interview_head .in .namebox p.name {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .interview_head .in .probox {
    padding-left: 50%;
    position: relative;
  }
  .interview_head .in .probox dl {
    position: relative;
    z-index: 2;
  }
  .interview_head .in .probox dl dt, .interview_head .in .probox dl dd {
    margin: 0;
    padding: 0;
  }
  .interview_head .in .probox dl dt {
    font-size: 18px;
  }
  .interview_head .in .probox dl dd {
    font-size: 14px;
  }
  .interview_head .in .probox .img {
    margin: 0 0 0 0;
    position: absolute;
    width: 67%;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 980px) {
  .interview_head {
    padding: 70px 0px 30px 0px;
  }
  .interview_head:before {
    width: 40px;
    height: 580px;
    bottom: -500px;
  }
  .interview_head .inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_head .bg img {
    object-position: center;
  }
  .interview_head .column_ttl {
    margin-bottom: 25px;
  }
  .interview_head .in {
    width: 600px;
  }
  .interview_head .in .namebox {
    margin-bottom: 25px;
    position: relative;
  }
  .interview_head .in .namebox p {
    font-size: 11px;
    text-align: right;
    font-weight: 500;
  }
  .interview_head .in .namebox p.department {
    padding-left: 0px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .interview_head .in .namebox p.department:after {
    width: 290px;
    top: 0.4em;
  }
  .interview_head .in .namebox p.name {
    margin-top: 4px;
  }
  .interview_head .in .probox {
    padding-left: 50%;
    position: relative;
  }
  .interview_head .in .probox dl dt {
    font-size: 22px;
    margin-bottom: 20px !important;
  }
  .interview_head .in .probox dl dd {
    font-size: 16px;
    line-height: 1.8;
  }
  .interview_head .in .probox .img {
    width: 400px;
    left: -20px;
  }
}
.interview_body {
  background-color: #2F5A8D;
  padding: 65px 22px 40px 22px;
  color: #FFF;
  position: relative;
}
.interview_body .headline {
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
  color: #FFF;
  letter-spacing: 0.15em;
}
.interview_body .int_column + .int_column {
  margin-top: 50px;
}
.interview_body .int_column .text p {
  font-size: 13px;
  text-align: justify;
  line-height: 1.8;
}
.interview_body .column01 {
  padding-left: 25px;
  position: relative;
}
.interview_body .column01 .img {
  margin-top: 20px;
}
.interview_body .column01 .img .dis {
  margin-top: 10px !important;
}
.interview_body .column01 .img .dis dt {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px !important;
}
.interview_body .column01 .img .dis dd {
  font-size: 11px;
  line-height: 1.6;
}
.interview_body .column02 {
  position: relative;
}
.interview_body .column02 .img {
  width: 80vw;
  margin-bottom: 20px;
  margin-left: -22px;
}
.interview_body .column02 .img img {
  width: 100%;
  height: auto;
}
.interview_body .column03 .img {
  width: 75vw;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: -22px;
}
.interview_body .column03 .img img {
  width: 100%;
  height: auto;
}
.interview_body .column03 .text {
  padding-right: 25px;
}
.interview_body .column03:before {
  content: "";
  width: 20px;
  height: 490px;
  display: block;
  background: white;
  background: linear-gradient(180deg, white 0%, #bae7ff 50%, #c1ebc9 100%);
  position: absolute;
  bottom: -85px;
  right: 0px;
}
@media screen and (max-width: 374px) {
  .interview_body .column03:before {
    height: 590px;
  }
}
.interview_body .movie video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .interview_body {
    padding: 65px 22px 40px 22px;
    color: #FFF;
  }
  .interview_body .headline {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .interview_body .int_column + .int_column {
    margin-top: 80px;
  }
  .interview_body .int_column .flex {
    display: flex;
  }
  .interview_body .int_column .text p {
    font-size: 14px;
  }
  .interview_body .column01 {
    padding-left: 25px;
    position: relative;
  }
  .interview_body .column01 .text {
    width: 60%;
  }
  .interview_body .column01 .img {
    flex: 1;
    margin-top: 0px;
    padding-left: 40px;
  }
  .interview_body .column01 .img .dis {
    border-left: 1px solid #FFF;
    padding-left: 20px !important;
  }
  .interview_body .column01 .img .dis dt {
    font-size: 13px;
  }
  .interview_body .column01 .img .dis dd {
    font-size: 12px;
  }
  .interview_body .column02 {
    padding-left: 25px;
  }
  .interview_body .column02 .flex {
    flex-direction: row;
  }
  .interview_body .column02 .img {
    width: 370px;
    margin: 0 0 0 0;
  }
  .interview_body .column02 .text {
    flex: 1;
    padding-left: 50px;
    padding-right: 0;
  }
  .interview_body .column03 {
    padding-right: 20px;
  }
  .interview_body .column03 .flex {
    flex-direction: row-reverse;
  }
  .interview_body .column03 .img {
    width: 394px;
    margin: 0 0 0 0;
  }
  .interview_body .column03 .text {
    flex: 1;
    padding-right: 50px;
    padding-left: 0;
  }
  .interview_body .column03:before {
    width: 20px;
    height: 490px;
    bottom: -64px;
    right: 0;
  }
  .interview_body .movie video {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 980px) {
  .interview_body {
    padding: 110px 80px 80px 80px;
  }
  .interview_body .headline {
    font-size: 26px;
  }
  .interview_body .int_column .flex {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_body .int_column .text p {
    font-size: 16px;
    line-height: 1.9;
  }
  .interview_body .column01 {
    padding-left: 0px;
  }
  .interview_body .column01 .text {
    width: 60%;
    max-width: 580px;
  }
  .interview_body .column01 .img {
    width: 340px;
    flex: none;
    padding-left: auto;
  }
  .interview_body .column01 .img .dis {
    margin-top: 25px !important;
  }
  .interview_body .column01 .img .dis dt {
    font-size: 16px;
    margin-bottom: 15px !important;
  }
  .interview_body .column01 .img .dis dd {
    font-size: 15px;
  }
  .interview_body .column02 {
    padding-left: 25px;
  }
  .interview_body .column03 {
    padding-right: 0px;
  }
  .interview_body .column03:before {
    width: 40px;
    height: 630px;
    bottom: -64px;
    right: 0;
  }
}

#interview.interview01 .interview_head .in .probox .img {
  max-width: 80%;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  #interview.interview01 .interview_head .in .probox .img {
    max-width: 40%;
  }
  #interview.interview01 .interview_head .in .namebox p.department:after {
    width: 180px;
  }
}
@media screen and (min-width: 980px) {
  #interview.interview01 .interview_head .in .probox .img {
    max-width: 40%;
  }
  #interview.interview01 .interview_head .in .namebox p.department:after {
    width: 290px;
  }
  #interview.interview01 .interview_head .in .probox {
    padding-left: 45%;
  }
  #interview.interview01 .interview_body .column01 .img {
    width: 300px;
  }
  #interview.interview01 .interview_body .column02 .img {
    width: 360px;
  }
  #interview.interview01 .interview_body .column03 .img {
    width: 400px;
  }
}
#valueLink {
  background-color: #FFF;
}
#valueLink .techLink {
  padding: 0px 20px 25px 20px;
  margin-top: 0px;
  position: relative;
}
#valueLink .techLink:after {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #2F5A8D;
  display: block;
}
#valueLink .techLink .vlaue_link {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  #valueLink .techLink {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media screen and (min-width: 980px) {
  #valueLink .techLink {
    margin-top: 40px;
  }
}

#fv .ttl, #fv .en {
  opacity: 0;
}

#t_mission #m_slider {
  opacity: 0;
}
#t_mission .flex .textbox .ttl {
  opacity: 0;
}
#t_mission .flex .textbox > p {
  opacity: 0;
}
#t_mission .flex .textbox .btn {
  opacity: 0;
}
#t_mission .flex .textbox .typo {
  opacity: 0;
  transform: translateX(50px);
}

#t_value .textbox {
  opacity: 0;
}
#t_value .img {
  opacity: 0;
}
#t_value .scroll_bg {
  transform: translateY(40px);
}
@media screen and (min-width: 980px) {
  #t_value .scroll_bg .bg {
    height: 150%;
  }
}
#t_value .scroll_bg ul li {
  opacity: 0;
  transform: translateY(20px) rotateY(180deg);
}
#t_core .textbox {
  opacity: 0;
}

#t_future .scroll {
  overflow: inherit;
}

@media screen and (max-width: 979px) {
  .pin-spacer {
    float: none;
    flex-shrink: 1;
    display: block;
    margin: 0px;
    inset: 0px;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
  }

  #t_future {
    width: 100% !important;
    height: auto !important;
    ransform: translate3d(0px, 0px, 0px) !important;
    left: 0px;
    top: 0 !important;
    margin: 0px;
    width: 100% !important;
    height: auto !important;
    padding: 0px;
    box-sizing: border-box;
    max-width: 100% !important;
    max-height: 608px !important;
    position: relative !important;
  }
  #t_future .inner {
    height: auto !important;
  }
  #t_future .scroll,
#t_future .bg {
    transform: none !important;
  }
}
#case .flexStyle01 .text {
  opacity: 0;
}

#case .flexStyle01 .img {
  opacity: 0;
  transform: translateY(10px);
}

#technology .img {
  opacity: 0;
}

#technology .vlaue_link li {
  opacity: 0;
  transform: translateY(20px) rotateY(180deg);
  z-index: 1;
}

#s_product .box {
  opacity: 0;
}

.interview_head .inner {
  opacity: 0;
  transform: translateX(40px);
}

.interview_body .int_column .img,
.interview_body .int_column .text {
  opacity: 0;
}

.needs_flow .box ul li {
  opacity: 0;
}
.needs_flow .flowbox {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */