@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : programme.css
 style info : プログラム
=================================================================== */
.intro .container, .flow .container, .system .container, .intro01 .container, .intro02 .container, .data .container, .case .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .intro .container, .flow .container, .system .container, .intro01 .container, .intro02 .container, .data .container, .case .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .container, .flow .container, .system .container, .intro01 .container, .intro02 .container, .data .container, .case .container {
    width: 100% !important;
  }
}

.nav-pager .container ul li a .ttl:after {
  content: "\e901";
  font-family: 'sixpad';
  color: #b58727;
  position: absolute;
  font-size: 18px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a .ttl:after {
    font-size: 23px;
  }
}

.main-visual, .intro01, .intro02.first {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .main-visual, .intro01, .intro02.first {
    margin-top: 90px;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  #contents .text {
    line-height: 2.2;
  }
}

/* -----------------------------------------------------------
	.main-visual
----------------------------------------------------------- */
.main-visual {
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .main-visual {
    padding-top: 30%;
  }
}

.no-webp #programme.top .main-visual {
  background-image: url(../images/programme/top/img_main-sp.jpg);
}
@media only screen and (min-width: 769px) {
  .no-webp #programme.top .main-visual {
    background-image: url(../images/programme/top/img_main-pc.jpg);
  }
}

.webp #programme.top .main-visual {
  background-image: url(../images/programme/top/img_main-sp.webp);
}
@media only screen and (min-width: 769px) {
  .webp #programme.top .main-visual {
    background-image: url(../images/programme/top/img_main-pc.webp);
  }
}

.no-webp #programme.casestudies .main-visual {
  background-image: url(../images/programme/casestudies/img_main-sp.jpg);
}
@media only screen and (min-width: 769px) {
  .no-webp #programme.casestudies .main-visual {
    background-image: url(../images/programme/casestudies/img_main-pc.jpg);
  }
}

.webp #programme.casestudies .main-visual {
  background-image: url(../images/programme/casestudies/img_main-sp.webp);
}
@media only screen and (min-width: 769px) {
  .webp #programme.casestudies .main-visual {
    background-image: url(../images/programme/casestudies/img_main-pc.webp);
  }
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
.intro {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .intro {
    margin-top: 100px;
  }
}
.intro .ttl-sub {
  color: #b58727;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .intro .ttl-sub {
    font-size: 2.0rem;
    margin-bottom: 25px;
    letter-spacing: .1ex;
  }
}
.intro .ttl-sub span {
  font-size: 1rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .intro .ttl-sub span {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------------------
	.flow
----------------------------------------------------------- */
.flow {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .flow {
    margin-top: 100px;
  }
}
.flow .container {
  position: relative;
  width: 100%;
}
.flow .box-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .flow .box-title {
    text-align: left;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ic {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ic svg {
    width: 80px;
  }
}
.flow .box-title .ttl {
  margin-top: 20px;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ttl {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.flow .box-title .ttl span {
  display: block;
}
.flow .box-title .ttl span.jp {
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ttl span.jp {
    font-size: 2rem;
  }
}
.flow .box-title .ttl span.en {
  color: #b58727;
  font-size: 1rem;
  font-family: "Martel Sans", sans-serif;
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ttl span.en {
    font-size: 1.6rem;
  }
}
.flow .box-slide {
  position: relative;
  z-index: 2;
}
.flow .box-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  top: 75px;
  left: 0;
  background: rgba(238, 238, 238, 0.4);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide:after {
    height: 260px;
    top: 135px;
  }
}
.flow .box-slide .slide {
  width: auto;
  display: inline-block;
  opacity: .5;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  text-align: center;
  padding: 0 10px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide {
    padding: 0 30px;
    width: 430px;
  }
}
.flow .box-slide .slide.swiper-slide-active {
  opacity: 1;
}
.flow .box-slide .slide .btn-step {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  padding-bottom: 1em;
  line-height: 1.5;
  color: #14b4d2;
  font-size: 1.0rem;
  z-index: 2;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step {
    font-size: 1.3rem;
  }
}
.flow .box-slide .slide .btn-step:before, .flow .box-slide .slide .btn-step:after {
  content: '';
  position: absolute;
  top: 0.45em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #aaa;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step:before, .flow .box-slide .slide .btn-step:after {
    top: 0.5em;
  }
}
.flow .box-slide .slide .btn-step:before {
  left: -20px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step:before {
    left: -15px;
  }
}
.flow .box-slide .slide .btn-step:after {
  right: -20px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step:after {
    right: -15px;
  }
}
.flow .box-slide .slide .btn-step.first, .flow .box-slide .slide .btn-step.last {
  padding-bottom: 0;
  color: #b58727;
}
.flow .box-slide .slide .btn-step.first span, .flow .box-slide .slide .btn-step.last span {
  color: #fff;
}
.flow .box-slide .slide .btn-step.first:before, .flow .box-slide .slide .btn-step.first:after, .flow .box-slide .slide .btn-step.last:before, .flow .box-slide .slide .btn-step.last:after {
  top: 0.45em;
}
.flow .box-slide .slide .btn-step.first {
  right: auto;
  left: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow .box-slide .slide .btn-step.first:before {
  display: none;
}
.flow .box-slide .slide .btn-step.last:after {
  display: none;
}
.flow .box-slide .slide .text-number {
  font-family: "Martel Sans", sans-serif;
  margin-bottom: 25px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .text-number {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.flow .box-slide .slide .text-number span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #b58727;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .text-number span {
    padding-bottom: 0;
  }
}
.flow .box-slide .slide .text-number span em {
  color: #b58727;
  margin-left: 0.5em;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .text-number span em {
    margin-left: 0.3em;
  }
}
.flow .box-slide .slide .text-time {
  font-family: "Martel Sans", sans-serif;
}
.flow .box-slide .slide .line {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .line {
    margin-top: 15px;
  }
  .flow .box-slide .slide .line img {
    width: 320px;
  }
}
.flow .box-slide .slide dl {
  margin-top: 10px;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide dl {
    margin-top: 20px;
    line-height: 1.8;
  }
}
.flow .box-slide .slide dl dt {
  font-weight: bold;
  font-family: "Martel Sans", sans-serif;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide dl dt {
    font-size: 2rem;
  }
}
.flow .box-slide .slide dl dd {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide dl dd {
    font-size: 1.3rem;
  }
}
.flow .box-slide .slide .img {
  position: relative;
  width: 185px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .img {
    width: auto;
  }
}
.flow .box-slide .slide .img img {
  height: 221px;
  width: auto;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .img img {
    height: 442px;
  }
}
.flow .box-slide .slide .img img.js-dm {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.flow .box-slide .slide.swiper-slide-active .img img.js-dm {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fadeInOut;
  animation-name: fadeInOut;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.flow .box-controller {
  max-width: 150px;
  margin: 35px auto 0;
  padding-bottom: 10px;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller {
    max-width: 294px;
    margin-top: 50px;
    padding-bottom: 15px;
  }
}
.flow .box-controller .pagination-active {
  position: relative;
}
.flow .box-controller .pagination-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 1px;
  margin-top: 2px;
  background: #b58727;
  z-index: 1;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
.flow .box-controller .pagination-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 3px;
  border: 1px solid #b58727;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active:after {
    width: 30px;
    height: 30px;
  }
}
.flow .box-controller .pagination-active.dot-0:before {
  width: 0px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-0:before {
    width: 0px;
  }
}
.flow .box-controller .pagination-active.dot-0:after {
  left: 0px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-0:after {
    left: 0px;
  }
}
.flow .box-controller .pagination-active.dot-1:before {
  width: 36px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-1:before {
    width: 72px;
  }
}
.flow .box-controller .pagination-active.dot-1:after {
  left: 36px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-1:after {
    left: 72px;
  }
}
.flow .box-controller .pagination-active.dot-2:before {
  width: 72px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-2:before {
    width: 144px;
  }
}
.flow .box-controller .pagination-active.dot-2:after {
  left: 72px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-2:after {
    left: 144px;
  }
}
.flow .box-controller .pagination-active.dot-3:before {
  width: 108px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-3:before {
    width: 216px;
  }
}
.flow .box-controller .pagination-active.dot-3:after {
  left: 108px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-3:after {
    left: 216px;
  }
}
.flow .box-controller .pagination-active.dot-4:before {
  width: 144px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-4:before {
    width: 288px;
  }
}
.flow .box-controller .pagination-active.dot-4:after {
  left: 144px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-4:after {
    left: 288px;
  }
}
.flow .box-controller .slide-pagination {
  position: relative;
}
.flow .box-controller .slide-pagination:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  margin-top: -1px;
}
.flow .box-controller .slide-pagination .pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin-left: 30px;
  cursor: pointer;
  background: #b58727;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .slide-pagination .pagination-bullet {
    margin-left: 66px;
  }
}
.flow .box-controller .slide-pagination .pagination-bullet:first-child {
  margin-left: 0;
}
.flow .box-video {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .flow .box-video {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .flow .box-video {
    width: 80%;
  }
}
@media only screen and (min-width: 769px) {
  .flow .box-video a {
    max-width: 410px;
  }
}
.flow .box-video a:after {
  content: '\ea15';
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .flow .box-video a:after {
    line-height: 1;
    font-size: 13px;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------
	.system
----------------------------------------------------------- */
.system {
  margin-top: 70px;
}
@media only screen and (min-width: 769px) {
  .system {
    margin-top: 120px;
  }
}
.system .ttl {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .system .ttl {
    font-size: 2.6rem;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 769px) {
  .system .content {
    margin-right: 50px;
  }
}
.system .img {
  margin-left: -13%;
  margin-right: -13%;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .system .img {
    margin: 0;
    width: 56.25%;
  }
}
.system .img .caption {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 1rem;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .system .img .caption {
    text-align: right;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .system .btn a {
    max-width: none;
  }
}

/* -----------------------------------------------------------
	.zenroom
----------------------------------------------------------- */
.zenroom {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .zenroom {
    margin-top: 160px;
  }
}
.zenroom .text-catch {
  color: #b58727;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .zenroom .text-catch {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}
.zenroom .logo {
  margin-bottom: .5em;
  margin-right: 20px;
}
@media only screen and (min-width: 769px) {
  .zenroom .logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .zenroom .logo img {
    width: 80px;
  }
}
.zenroom .ttl {
  text-indent: -0.5em;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .zenroom .ttl {
    line-height: 2.0;
  }
}
@media only screen and (min-width: 769px) {
  .zenroom .btn {
    margin-top: 0;
    margin-left: 40px;
  }
  .zenroom .btn a {
    min-width: 360px;
    max-width: none;
  }
}

/* -----------------------------------------------------------
	.intro01
----------------------------------------------------------- */
.intro01 {
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .intro01 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 769px) {
  .intro01 .text {
    letter-spacing: .1ex;
  }
}
.intro01 .text-catch {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .intro01 .text-catch {
    font-size: 3rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.intro01 .text-catch span {
  color: #b58727;
}
.intro01 .box-img {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .intro01 .box-img {
    margin-top: 0;
    margin-left: 40px;
    width: 43%;
  }
}
@media only screen and (min-width: 1024px) {
  .intro01 .box-img {
    margin-left: 50px;
  }
}
.intro01 .box-img .img {
  text-align: center;
}
.intro01 .box-img .img .img__item {
  padding-bottom: 1px;
}

/* -----------------------------------------------------------
	.intro02
----------------------------------------------------------- */
.intro02 {
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .intro02 {
    padding-top: 140px;
  }
}
.intro02.first {
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .intro02.first {
    padding-top: 70px;
  }
}
.intro02 .text-catch {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .intro02 .text-catch {
    font-size: 3rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.intro02 .text-catch span {
  color: #b58727;
}
.intro02 .box-img {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .intro02 .box-img {
    margin-top: 0;
    margin-left: 40px;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1024px) {
  .intro02 .box-img {
    margin-left: 50px;
  }
}
.intro02 .box-img .text-name {
  margin-top: 15px;
}
.intro02 .box-img .text-name span {
  color: #999;
  margin-left: 0.5em;
}
@media only screen and (min-width: 769px) {
  .intro02 .box-img .text-name span {
    font-size: 1.3rem;
  }
}
.intro02 .box-img .text-career {
  margin-top: 10px;
  color: #999;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .intro02 .box-img .text-career {
    font-size: 1.3rem;
  }
}
.intro02 .box-img .img {
  text-align: center;
}

/* -----------------------------------------------------------
	.data
----------------------------------------------------------- */
.data {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .data {
    margin-top: 100px;
  }
}
.data .ttl {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .data .ttl {
    margin-bottom: 60px;
  }
}
.data .ttl span {
  display: block;
}
.data .ttl span.main {
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .data .ttl span.main {
    font-size: 2.6rem;
  }
}
.data .ttl span.sub {
  color: #b58727;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .data .ttl span.sub {
    font-size: 1.6rem;
  }
}
.data dl .ttl-sub {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .data dl .ttl-sub {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: .2ex;
  }
}
.data dl .ttl-sub span {
  color: #b58727;
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  position: relative;
}
.data dl .ttl-sub span:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #b58727;
}
.data dl .ttl-sub em {
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .data dl .ttl-sub em {
    font-size: 1.3rem;
  }
}
.data dl dd {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .data dl dd {
    margin-bottom: 100px;
  }
}
.data dl dd:last-child {
  margin-bottom: 0 !important;
}
.data dl dd .text {
  margin-bottom: 20px;
}
.data dl dd .text:last-child {
  margin-bottom: 0;
}
.data dl dd .text-reference, .data dl dd .caption {
  text-align: left;
  display: block;
  color: #666666;
  font-size: 1rem;
  letter-spacing: 0.15ex;
}
@media only screen and (min-width: 769px) {
  .data dl dd .text-reference, .data dl dd .caption {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.data dl dd .img {
  margin-bottom: 30px;
  text-align: center;
}
.data dl dd .img .caption {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data01 .img {
    width: 50%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .data dl dd .l-data01 .img {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data02 .img:nth-child(1) {
    width: 57%;
  }
  .data dl dd .l-data02 .img:nth-child(2) {
    width: 36.66666%;
  }
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data03 {
    margin-top: 40px !important;
    text-align: center;
  }
}
.data dl dd .l-data03 .img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data03 .img {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 30px;
  }
}
.data dl dd .flex {
  margin-top: 30px;
}

/* -----------------------------------------------------------
	.result
----------------------------------------------------------- */
.result .data dl dt {
  margin-bottom: 10px;
}
.result .data dl dd {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .result .data dl dd {
    margin-bottom: 60px;
  }
}

/* -----------------------------------------------------------
	.nav-pager
----------------------------------------------------------- */
.nav-pager {
  margin-top: 70px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .nav-pager {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-pager {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-pager:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: -60px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #1b1b1b;
  }
}
.nav-pager .container {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container {
    max-width: 960px;
    margin: 0 auto;
  }
}
.nav-pager .container ul {
  overflow: hidden;
}
.nav-pager .container ul li {
  margin-top: 1px;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li {
    width: 33.3%;
    float: left;
    margin-top: 0;
  }
}
.nav-pager .container ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  border-bottom: 3px solid #b58727;
  background-size: auto 100%;
  background-position: center center;
  padding-top: 58%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a {
    padding-top: 80%;
  }
}
.nav-pager .container ul li a:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(3, 0, 0, 0) 0%, rgba(3, 0, 0, 0) 25%, #030000 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(3, 0, 0, 0) 0%, rgba(3, 0, 0, 0) 25%, #030000 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(3, 0, 0, 0) 0%, rgba(3, 0, 0, 0) 25%, #030000 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#030000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.nav-pager .container ul li a img {
  z-index: 1;
  position: absolute;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.nav-pager .container ul li a .nav-pager__item {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a .nav-pager__item {
    position: absolute;
    top: 20%;
  }
}
.nav-pager .container ul li a .ttl {
  left: 0;
  color: #fff;
  font-family: "Martel Sans", sans-serif;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8rem;
  position: absolute;
  padding: 0 15px;
  width: 100%;
  z-index: 3;
  letter-spacing: .2ex;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a .ttl {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 2em;
    font-size: 2.5rem;
    margin-bottom: 10px;
    padding: 0 18px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-pager .container ul li a .ttl {
    font-size: 3rem;
  }
}
.nav-pager .container ul li a .ttl:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.nav-pager .container ul li a .text-copy {
  color: #b58727;
  width: 100%;
  padding: 0 18px;
  bottom: 15px;
  position: absolute;
  left: 0;
  z-index: 3;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a .text-copy {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0 15px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-pager .container ul li a .text-copy {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a:hover {
    background-size: auto 110%;
  }
}
.nav-pager .container ul li a:hover .ttl:after {
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
.webp .nav-pager .container ul li.bg-programme a {
  background-image: url(../images/programme/img_pager_programme.webp);
}
.webp .nav-pager .container ul li.bg-technology a {
  background-image: url(../images/programme/img_pager_basetechnology.webp);
}
.webp .nav-pager .container ul li.bg-evidence a {
  background-image: url(../images/programme/img_pager_evidence.webp);
}
.webp .nav-pager .container ul li.bg-casestudies a {
  background-image: url(../images/programme/img_pager_casestudies.webp);
}
.no-webp .nav-pager .container ul li.bg-programme a {
  background-image: url(../images/programme/img_pager_programme.jpg);
}
.no-webp .nav-pager .container ul li.bg-technology a {
  background-image: url(../images/programme/img_pager_basetechnology.jpg);
}
.no-webp .nav-pager .container ul li.bg-evidence a {
  background-image: url(../images/programme/img_pager_evidence.jpg);
}
.no-webp .nav-pager .container ul li.bg-casestudies a {
  background-image: url(../images/programme/img_pager_casestudies.jpg);
}

/* -----------------------------------------------------------
	.case
----------------------------------------------------------- */
.case {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .case {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .case .container {
    width: 100%;
    padding: 0 15px;
  }
}
.case .box-wrap {
  padding: 20px 20px 30px;
  border: 1px solid #1b1b1b;
  border-top: none;
}
@media only screen and (min-width: 769px) {
  .case .box-wrap {
    padding: 60px 50px;
  }
}
.case .box-case {
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .case .box-case {
    margin-bottom: 100px;
  }
}
.case .box-case:last-of-type {
  margin-bottom: 0;
}
.case .box-case__title {
  padding: 15px;
  line-height: 1.4;
  background: #1b1b1b;
  text-align: center;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .case .box-case__title {
    padding: 20px;
  }
}
.case .box-case__title__ttl {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .case .box-case__title__ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.case .box-case__title__ttl span {
    padding: 2px 35px;
    border-radius: 20px;
    background: #b58826;
    color: #fff;
}
.case .box-case__title__catch {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .case .box-case__title__catch {
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
}
.case .box-case__title__cource {
  color: #7b7b7b;
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .case .box-case__title__cource {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .case .box-case__image {
    margin-bottom: 65px;
  }
}
.case .box-case__image__item {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .case .box-case__image__item {
    width: 48.5%;
    margin-bottom: 0;
  }
}
.case .box-case__image__item .ttl-line-left {
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .case .box-case__image__item .ttl-line-left {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}

.case .box-case__table .tbl-case {
  width: 100%;
  border-top: 1px solid #d0d0d0;
  margin-bottom: 20px
}
.case .box-case__table .tbl-case th, .case .box-case__table .tbl-case td {
  padding: 5px 10px;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 1.1rem;
  vertical-align: middle;
  text-align: center;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .case .box-case__table .tbl-case th, .case .box-case__table .tbl-case td {
    padding: 7px 15px;
    line-height: 1.5;
    font-size: 1.8rem;
  }
}
.case .box-case__table .tbl-case tr th:last-child, .case .box-case__table .tbl-case tr td:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .case .box-case__table .tbl-case tr th:first-child {
    width: 30%;
  }
}
.case .box-case__table .tbl-case th {
  background: #1b1b1b;
}
.case .box-case__table .tbl-case td {
  position: relative;
}
.case .box-case__table .tbl-case td span {
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .case .box-case__table .tbl-case td span {
    font-size: 2.4rem;
  }
}
.case .box-case__table .tbl-case td span.icn-minus {
  position: absolute;
  top: 50%;
  right: -17px;
  padding: 2px 3px;
  line-height: 1;
  background: #b58727;
  color: #000;
  font-size: 1rem;
  transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .case .box-case__table .tbl-case td span.icn-minus {
    right: -20px;
    padding: 4px 5px;
    font-size: 1.4rem;
  }
}
.case .box-case__table .tbl-case td span.icn-minus::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 6px;
  border-color: transparent transparent transparent #b58727;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .case .box-case__table .tbl-case td span.icn-minus::before {
    right: -12px;
    border-width: 15px 0 15px 12px;
  }
}
.case .box-case__table .tbl-case td.highlight {
  color: #b58727;
}
.box-case__voice {
  position: relative;
  padding: 25px 10px 15px;
  border: 1px solid #d0d0d0;
}
@media only screen and (min-width: 769px) {
  .box-case__voice {
    padding: 50px 35px 40px;
  }
}
.box-case__voice::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #b58727;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .box-case__voice::after {
    width: 120px;
    height: 5px;
  }
}
.box-case__voice__ttl {
  margin-bottom: 5px;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .box-case__voice__ttl {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}
.box-case__voice__catch {
  position: relative;
  margin-bottom: 8px;
  padding: 15px 0;
  color: #b58727;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .box-case__voice__catch {
    margin-bottom: 20px;
    padding: 30px 0;
    line-height: 1.4;
    font-size: 2.1rem;
  }
}
.box-case__voice__catch::before, .box-case__voice__catch::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  background: top left/cover no-repeat;
}
@media only screen and (min-width: 769px) {
  .box-case__voice__catch::before, .box-case__voice__catch::after {
    width: 30px;
    height: 24px;
  }
}
.box-case__voice__catch::before {
  top: 0;
  left: 0;
  background-image: url(../images/home/bg_quote01.png);
}
.box-case__voice__catch::after {
  bottom: 0;
  right: 0;
  background-image: url(../images/home/bg_quote02.png);
}
.box-case__voice__text {
  width: 100%;
  border-bottom: 1px solid #cacaca;
  padding: 0 1em;
  line-height: 2.4;
  background: linear-gradient(#cacaca 1px, rgba(255, 255, 255, 0) 1px) #000;
  background-size: auto 2.4em;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .box-case__voice__text {
    font-size: 1.5rem;
  }
}
.box-case__voice .text-attention {
  padding: 0 1em;
  text-align: right;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .box-case__voice .text-attention {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------------
	.voice
----------------------------------------------------------- */
.l-section.voice {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 769px) {
  .l-section.voice {
    margin-bottom: 160px;
    margin-top: 160px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.voice .container {
    width: 100%;
  }
}
.l-section.voice .content {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .content {
    padding: 0 7.5px;
  }
}
.l-section.voice h2 {
  text-align: center;
  font-size: 39px;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .l-section.voice h2 {
    font-size: 2.3rem;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
}
.l-section.voice h2:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #b58727;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-section.voice h2:before {
    width: 25px;
    border-bottom: 2px solid #b58727;
    margin-left: -12.5px;
  }
}
.l-section.voice .sub {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .sub {
    font-size: 1.1rem;
  }
}
.l-section.voice .box-voice {
  margin: 29px -20px 0;
}
.l-section.voice .box-voice:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice {
    margin: 0;
  }
}
.l-section.voice .box-voice__item {
  color: #000;
  float: left;
  width: 50%;
  padding: 195px 20px 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__item {
    padding: 82px 5px 0;
    margin-bottom: 25px;
  }
}
.l-section.voice .box-voice__item:nth-child(2n+1) {
  clear: both;
}
.l-section.voice .box-voice__inner {
  position: relative;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 40px 60px 30px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__inner {
    border-radius: 5px;
    padding: 25px 10px 15px;
  }
}
.l-section.voice .box-voice__inner:before, .l-section.voice .box-voice__inner:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/home/bg_quote01.png") no-repeat left top;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__inner:before, .l-section.voice .box-voice__inner:after {
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-size: 10px auto;
  }
}
.l-section.voice .box-voice__inner:after {
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background: url("../images/home/bg_quote02.png") no-repeat left top;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__inner:after {
    right: 0px;
    bottom: 0px;
    background-size: 10px auto;
  }
}
.l-section.voice .box-voice__image {
  position: absolute;
  top: -195px;
  left: 50%;
  margin-left: -111px;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__image {
    top: -82px;
    margin-left: -48.5px;
  }
}
.l-section.voice .box-voice__image img {
  width: 222px;
  height: 222px;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__image img {
    width: 97px;
    height: 97px;
  }
}
.l-section.voice .box-voice__birth {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__birth {
    font-size: 1.1rem;
  }
}
.l-section.voice .box-voice__text {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__text {
    font-size: 1.1rem;
  }
}
.l-section.voice .box-voice .text-attention {
  padding-right: 5px;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .l-section.voice .box-voice .text-attention {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.voice .box-voice .btn.detail {
    padding: 0 3.75% !important;
  }
}
.l-section.voice .box-voice .btn.detail a {
  color: #fff;
  font-size: 1.1rem;
  max-width: 225px;
}
@media only screen and (min-width: 769px) {
  .l-section.voice .box-voice .btn.detail a {
    margin: 0 0.5em;
    padding: 0.8em 2rem 1.3rem 1rem;
    font-size: 1.6rem;
    min-width: 300px;
  }
  .l-section.voice .box-voice .btn.detail a:after {
    font-size: 3.4rem;
  }
}
.l-section.voice .box-voice .btn-movie a {
  background: #1b1b1b;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice .btn-casestudies {
    margin-top: 15px;
  }
}
.l-section.voice .box-voice .btn-casestudies a {
  background: #b58727;
}
.l-section.voice .box-voice .btn-casestudies a:before {
  background: #ff9c24;
}
.l-section.voice .box-voice .btn-casestudies a:after {
  color: #fff;
}
