@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|M+PLUS+Rounded+1c&display=swap&subset=japanese');
@import "footer.css";

@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 100;
    src: url('../font/genjyuugothic/GenJyuuGothic-ExtraLight.eot');
    src: url('../font/genjyuugothic/GenJyuuGothic-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../font/genjyuugothic/GenJyuuGothic-ExtraLight.woff2') format('woff2'),
    url('../font/genjyuugothic/GenJyuuGothic-ExtraLight.woff') format('woff'),
    url('../font/genjyuugothic/GenJyuuGothic-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 200;
    src: url('../font/genjyuugothic/GenJyuuGothic-Light.eot');
    src: url('../font/genjyuugothic/GenJyuuGothic-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/genjyuugothic/GenJyuuGothic-Light.woff2') format('woff2'),
    url('../font/genjyuugothic/GenJyuuGothic-Light.woff') format('woff'),
    url('../font/genjyuugothic/GenJyuuGothic-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 400;
    /*src: url(../font/genjyuugothic/GenJyuuGothic-Normal.woff2) format("woff2"),*/
       /*url(../font/genjyuugothic/GenJyuuGothic-Normal.woff) format("woff");*/
    /*src: url(../font/GenJyuuGothic-Normal.woff2) format("woff2"),*/
       /*url(../font/GenJyuuGothic-Normal.woff) format("woff");*/
     src: url('../font/genjyuugothic/GenJyuuGothic-Normal.eot'); 
    src: url('../font/genjyuugothic/GenJyuuGothic-Normal.eot?#iefix') format('embedded-opentype'),
    url('../font/genjyuugothic/GenJyuuGothic-Normal.ttf') format('truetype'),
    url('../font/genjyuugothic/GenJyuuGothic-Normal.woff') format('woff');
}
@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 500;
    src: url('../font/genjyuugothic/GenJyuuGothic-Medium.eot');
    src: url('../font/genjyuugothic/GenJyuuGothic-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/genjyuugothic/GenJyuuGothic-Medium.woff2') format('woff2'),
    url('../font/genjyuugothic/GenJyuuGothic-Medium.woff') format('woff'),
    url('../font/genjyuugothic/GenJyuuGothic-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 700;
    src: url('../font/genjyuugothic/GenJyuuGothic-Bold.eot');
    src: url('../font/genjyuugothic/GenJyuuGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/genjyuugothic/GenJyuuGothic-Bold.woff2') format('woff2'),
    url('../font/genjyuugothic/GenJyuuGothic-Bold.woff') format('woff'),
    url('../font/genjyuugothic/GenJyuuGothic-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 900;
    src: url('../font/genjyuugothic/GenJyuuGothic-Heavy.eot');
    src: url('../font/genjyuugothic/GenJyuuGothic-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../font/genjyuugothic/GenJyuuGothic-Heavy.woff2') format('woff2'),
    url('../font/genjyuugothic/GenJyuuGothic-Heavy.woff') format('woff'),
    url('../font/genjyuugothic/GenJyuuGothic-Heavy.ttf') format('truetype');
}

body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","GENJ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  /*font-family: GENJ;*/
  padding-top: 80px;
}

body * {
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center!important;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

.container {
  margin: 0 auto;
  max-width: 1124px;
  padding: 0 15px;
  width: 100%;
}

.content p {
  font-size: 16px;
}

.img-wrapper {
  max-width: 100%;
}

.img-wrapper img {
  vertical-align: top;
  width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
}

.cols-wrapper {
  padding: 20px 0;
  width: 100%;
}

div[class^="col-"]{
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}

.col-2_4 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 66.6666%;
}

.col-12 {
  width: 100%;
}

.item-name {
  color: #349C61;
  line-height: 1.2;
  margin-top: 10px;
  text-align:  center;
}

table.hidden-xs {
  display: table;
}

.bg-white {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: auto;
    width: 100%;
  }

  .hidden-xs {
    display: block;
  }

  .visible-xs {
    display: none;
  }

  .pull-right {
    float: right!important;
  }
}

@media print, screen and (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }

  .visible-xs {
    display: block!important;
  }

  .pull-xs-none {
    float: none!important;
  }

  .col-xs-3 {
    width: 20%!important;
  }

  .col-xs-4 {
    width: calc(100% / 3)!important;
  }

  .col-xs-6 {
    width: 50%!important;
  }

  .col-xs-12 {
    width: 100%!important;
  }

  .content p.item-name {
    font-size: 12px;
    min-height: 3em;
  }
}

.navbar {
  padding-right: 0;
}

.img-logo {
  height: 66px;
}

.navbar-nav {
  background-color: #036eb7;
  border-radius: 8px 0 0 8px;
  padding-left: 12px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fffcf3;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fffcf3;
  opacity: .7;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 22px;
    padding-left: 22px;
  }
}

.btn-wrapper {
  padding: 60px 0;
}

#Footer {
  border-top: 0;
}

@media (max-width: 767px){
  .btn-wrapper {
    padding: 40px 0;
  }

  .btn.btn-contact {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    max-width: 100%;
  }
}

.hidden {
  display: none!important;
}

#heading > .img-wrapper {
  bottom: -20px;
  position: absolute;
  width: 100%;
}

#PageCasestudy {
  background-color: #f9f0dc;
  padding-top: 22%;
}

#casestudy.case {
    padding-top: 30px;
    margin-top: 10px;
}

#Main {
  overflow: hidden;
}

.heading-img {
  width: 33.333333%;
}

.heading-img img {
  padding-top: 34px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.heading-btn-wrapper {
  text-align: right;
}

.btn.btn-ouchien-login {
  background-color: #036eb7;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block; 
  height: 34px;
  font-size: 15px;
  line-height: 34px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
}

.btn.btn-ouchien-login img {
  margin-right: 10px;
  margin-top: -4px;
}

#PageCasestudy #TopicPath {
  width: 100%;
}

#PageCasestudy #TopicPath .container {
  padding-top: 0;
}

#PageCasestudy #TopicPath ol {
  -webkit-text-overflow: ellipsis;
          text-overflow: ellipsis;
  color: #fff;
  line-height: 1;
  list-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /*padding: 0 33px 0 76px;*/
  padding: 0 15px 0 22px;
  white-space: nowrap;
  width: 100%;
}

#PageCasestudy #TopicPath ol .bread-crumb {
  padding-top: 30px;
}

#PageCasestudy #TopicPath ol .bread-crumb a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

#PageCasestudy #TopicPath ol .bread-crumb span {
  color: #fff;
  font-size: 14px;
}

#PageCasestudy #heading {
  background-color: #2a98d1;
  background-image: url(../img/casestudy/bg_top_PC.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 0;
  padding: 76px 0 18%;
  position: absolute;
  top: 0;
  width: 100%;
}

#Main .js-anime{
  opacity: 0;
  transition: transform 1s ease-in-out 0.2s, opacity 1s ease-in-out 0.2s;
  transform: translateY(30px);
}

#Main .js-anime.is-inview{
  opacity: 1;
  transform: translateY(0);
}

#casestudy .container {
  margin-bottom: 6px;
}

#casestudy .btn-wrapper {
  padding: 85px 0 72px;
}

.img-casestudy img {
  padding-bottom: 85px;
  padding-top: 35px;
}

.img-casestudy img {
  max-width: 393px;
}

.row-casestudy .movie-wrapper {
  -webkit-transition: all .25s ease-in;
     -moz-transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
          transition: all .25s ease-in;
  box-shadow: 0 0 20px #b7b7b7;
  margin-bottom: 58px;
}

.row-casestudy .movie-wrapper:hover {
  box-shadow: 0px 8px 20px #b7b7b7;
  margin-bottom: 66px;
  margin-top: -8px;
}

.movie-container {
   height: 0;
   overflow: hidden;
   padding-bottom: 56.25%;
   position: relative;
}
 
.movie-container iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.movie-info {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 18px 21px 0;
}

.movie-info:hover {
  color: #000;
  opacity: .7;
  text-decoration: none;
}

.movie-info a {
  color: #000;
  display: inline-block;
}

.movie-info a:hover {
  opacity: .7;
  text-decoration: none;
}

.movie-info .movie-category,
.movie-info .movie-description {
  padding: 0 3px;
}

.movie-info .movie-category {
  color: #a5a5a5;
  font-size: 12px;
  line-height: 1.8;
}

.movie-info .movie-description {
  font-size: 18px;
  line-height: 1.5;
  min-height: 101px;
  padding-bottom: 20px;
}

.movie-info .img-wrapper {
  border-top: 2px solid #ccc;
  padding-top: 8px;
}

.movie-info .view-more-wrapper {
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  background-image: url(../img/common/arrow-right-mini.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 7px;
  color: #fff;
  font-size: 10px;
  height: 29px;
  line-height: 29px;
  margin-left: -21px;
  margin-right: -21px;
  padding-right: 28px;
  text-align: right;
}

.movie-info:hover .view-more-wrapper {
  background-position: calc(100% - 6px) center;
}

.view-more-wrapper {
  background-color: #036eb7;
}

.view-more-wrapper a {
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  background-image: url(../img/common/arrow-right-mini.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 7px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 29px;
  line-height: 29px;
  padding-right: 28px;
  text-align: right;
  width: 100%;
}

.view-more-wrapper a:hover {
  background-color: rgba(255,255,255,.2);
  background-position: calc(100% - 6px) center;
}

#contact {
  padding-bottom: 128px;
}

#contact .container {
  max-width: 900px;
}

.btn.btn-contact {
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  background-color: #c2271e;
  background-image: url(../img/common/arrow-right-big.png);
  background-position: calc(100% - 58px) center;
  background-repeat: no-repeat;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  height: 86px;
  line-height: 86px;
  max-width: 620px;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 80%;
}

.btn.btn-contact:hover {
  background-color: rgba(194,39,30,.8);
  background-position: calc(100% - 54px) center;
}

.contact-block {
  background-color: #2a98d1;
  background-image: url(../img/top/deco-blue-flower.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 28px;
  padding: 32px 60px 78px 54px;
  margin: 182px auto 0;
  max-width: 986px;
}

.contact-title {
  margin-bottom: 56px;
}

.contact-title img {
  max-width: 414px;
}

.contact-block [class^=col-] {
  padding: 20px 22px 26px;
}

.contact-block [class^=col-] + [class^=col-] {
  border-left: 2px solid #036eb7;
}

.contact-block .btn-contact {
  background-image: url(../img/common/arrow-right.png);
  background-position: calc(100% - 36px) center;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  width: 100%;
}

.contact-block .btn.btn-contact:hover {
  background-color: #ce524b;
  background-position: calc(100% - 32px) center;
}


.copyright {
  background-color: #036eb7;
  color: #fff;
  font-size: 24px;
  height: 110px;
  line-height: 110px;
}

.fab-entry {
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  border-radius: 50%;
  bottom: 30px;
  position: fixed;
  right: 30px;
  width: 165px;
  z-index: 10;
}

.fab-entry:hover {
  bottom: 40px;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
}

.fab-entry a img {
  width: 100%; 
}

#Footer .pagePcTop {
  background-size: 12px auto;
  bottom: 10px;
  height: 40px;
  right: 10px;
  width: 40px;
}

@media (max-width: 1300px){
  #heading .container {
    padding-top: 4%;
  }
}

@media (max-width: 1150px){
  .img-logo {
    height: 54px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #PageCasestudy #TopicPath ol {
    /*padding: 0 15px;*/
  }

  #casestudy .container {
    background-size: 88%;
  }
}

@media (max-width: 991px){
  .contact-block [class^=col-] {
    padding: 20px 35px 48px 0;
  }

  .contact-block [class^=col-] + [class^=col-] {
    border-left: 0;
    border-top: 2px solid #036eb7;
    padding: 27px 0 30px;
  }

  .contact-block [class^=col-] + [class^=col-] > .img-wrapper img {
    max-width: 59.15%;
    min-width: 173px;
  }

  #PageCasestudy .contact-block .btn-contact {
    font-size: 18px; 
    height: 52px; 
    line-height: 52px;
    max-width: 61.15%;
    min-width: 184px;
  }
}

@media (max-width: 930px){
  .school-info {
    font-size: 20px;
  }

  .case-title {
    font-size: 28px;
  }
}

@media (max-width: 800px){
  .img-logo {
    height: 50px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    /*font-size: 10px;*/
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-width: 767px){
  .btn-close {
    position: fixed;
    right: 14px;
    top: 20px;
  }

  .btn-close img {
    width: 26px;
  }

  .navbar-collapse {
    background-color: #036eb7;
    border-radius: 0;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    padding-top: 105px;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 20px;
  }

  #PageCasestudy {
    /*padding-top: calc(63% + 33px);*/
    /*padding-top: 38.5%;*/
    padding-top: 165px;
  }

  .img-logo {
    height: 56px;
  }

  #PageCasestudy #heading {
    background-image: url(../img/casestudy/bg_top_SP.png);
  }

  .heading-img-sp {
    text-align: center;
  }
  
  .heading-img-sp img {
    max-width: 250px;
    text-align: center;
    width: 100%;
  }

  .btn-contact.btn-contact-wide {
    background-image: url(../img/common/arrow-right-mini.png);
    background-position: calc(100% - 24px) center;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 33px;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
  }

  .navbar-dark .navbar-toggler {
    background-color: #036eb7;
    border-radius: 8px 0 0 8px;
    height: 48px;
    padding: .25em 25px .25em 11px;
    width: 65px;
  }

  .navbar-dark .navbar-toggler img {
    height: 25px;
  }

  .img-casestudy {
    padding-bottom: 36px;
    padding-top: 30px;
  }

  .img-casestudy img {
    max-height: 53px;
    padding: 0;
    width: auto;
  }

  .row-casestudy {
    margin-left: 0;
    margin-right: 0;
  }

  .row-casestudy [class^=col-] {
    margin-bottom: 18px;
  }

  .movie-info .movie-category {
    font-size: 9px;
  }

  .movie-info .movie-description {
    font-size: 14px;
    min-height: 77px;
    padding-bottom: 12px;
  }

  #casestudy .container {
    /*background-image: url(../img/top/deco_0203_SP.png);*/
  }

  #contact {
    padding-bottom: 120px;
  }

  .contact-block {
    background-image: url(../img/top/deco-blue-flower-SP.png);
    background-size: calc(100% - 30px);
    border-radius: 12px;
    margin: 28px auto 0;
    padding: 21px 22px 56px;
  }

  .contact-title {
    margin-bottom: 32px;
  }

  .contact-title img {
    /*max-width: 219px;*/
    min-width: 219px;
  }

  .contact-block [class^=col-] {
    padding: 0 35px 38px 0;
  }

  .contact-block [class^=col-] + [class^=col-] {
    border-left: 0;
    border-top: 2px solid #036eb7;
    /*padding: 27px 0 0;*/
  }

  .contact-block [class^=col-] + [class^=col-] > .img-wrapper img {
    /*max-width: 173px;*/
    max-width: 59.15%;
    min-width: 173px;
  }

  .contact-block .btn-contact {
    background-image: url(../img/common/arrow-right-mini.png);
    background-position: calc(100% - 12px) center;
    -webkit-background-size: 5px;
    background-size: 5px;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    max-width: 184px;
  }

  .copyright {
    font-size: 14px;
    height: 59px;
    line-height: 59px;
  }

  .fab-entry {
    right: 12px;
    width: 105.5px;
  }
}

@media(min-width: 1154px){
/*  .navbar {
    padding-left: calc((100vw - 1124px) / 2);
  }*/

/*  .navbar-nav {
    padding-right: calc((100vw - 1124px) / 2);
  }*/

/*  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }*/

}

.case-title-wrapper {
  border-bottom: 2px solid #036eb7;
  margin-bottom: 64px;
  padding: 46px 12px 32px;
}

.school-info {
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 56%;
  background-size: 56%;
  color: #036eb7;
  /*font-size: 28px;*/
  font-size: 24px;
  padding-left: 15px;
  padding-top: 60px;
  width: 48%;
}

.school-info span {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  position: relative;
  top: calc(50% - 15px);
}

.school-info.case-title-01 {
  background-image: url(../img/casestudy/number_01.png);
}

.school-info.case-title-02 {
  background-image: url(../img/casestudy/number_02.png);
}

.school-info.case-title-03 {
  background-image: url(../img/casestudy/number_03.png);
}

.school-info.case-title-04 {
  background-image: url(../img/casestudy/number_04.png);
}

.school-info.case-title-05 {
  background-image: url(../img/casestudy/number_05.png);
}

.case-title {
  /*font-size: 36px;*/
  font-size: 30px;
  line-height: 2;
  padding-top: 30px;
}

#casestudy.case .container {
  margin-bottom: 0;
  /*max-width: 1048px;*/
  max-width: 880px;
}

#casestudy.case .movie-wrapper {
  margin-bottom: 80px;
  padding: 0 12px;
}

.representative-wrapper {
  padding: 0 20px;
}

.representative-wrapper > .img-wrapper img {
  width: 280px;
  /*width: 401.75px;*/
}

.representative-info {
  padding-left: 42px;
}

.representative-info .position,
.representative-info .name {
  color: #036eb7;
  /*font-size: 20px;*/
  font-size: 17px;
  line-height: 1.8;
}

.representative-info .comment {
  /*font-size: 25px;*/
  /*font-size: 21px;*/
  font-size: 17px;
  letter-spacing: -0.2px;
  /*line-height: 2.4;*/
  line-height: 38px;
  padding-top: 8px;
}

#PageCasestudy.page-case .contact-block {
 margin-top: 136px;
}

.qa-wrapper {
  padding: 138px 20px 0;
}

.qa-item {
  padding-left: 36px;
}

.qa-item + .qa-item {
  margin-top: 98px;
}

.qa-item .question {
  color: #eeb718;
  /*font-size: 28px;*/
  /*font-size: 24px;*/
  font-size: 22px;
  margin-bottom: 20px;
  text-indent: -36px;
}

.qa-item .question:before {
  content: 'Q.';
}

.qa-item .answer {
  /*font-size: 24px;*/
  /*font-size: 20px;*/
  font-size: 18px;
  /*line-height: 2.166666;*/
  line-height: 35px;
}

.btn-round-blue {
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  background-color: #036eb7;
  background-repeat: no-repeat;
  border-radius: 30px;
  color: #fff;
  height: 52px;
  padding: 13px 62px 0 46px;
}

.qa-wrapper + .btn-wrapper {
  padding: 172px 0 90px;
}

.btn-round-blue.btn-back {
  background-image: url(../img/common/arrow-left.png);
  background-position: 26px center;
  padding: 13px 46px 0 62px;
}

.btn-round-blue.btn-back:hover {
  background-color: rgba(3,110,183,.8);
  background-position: 22px center;
  color: #fff;
}

@media (max-width: 767px){
  #PageCasestudy.page-case {
    padding-top: 165px;
  }

  #PageCasestudy.page-case #heading {
    padding: 82px 0 74px;
  }

  #casestudy.case {
    padding-top: 0;
    margin-top: 0;
  }

  #casestudy.case .container {
    padding: 0 35px;
  }

  .case-title-wrapper {
    margin-bottom: 21px;
    /*padding: 0 3px 8px;*/
    padding: 0 20px 8px;
  }

  .school-info {
    background-position: left top;
    background-size: auto 90%;
    /*font-size: 17px;*/
    font-size: 15px;
    height: 105px;
    padding: 40px 0 0 5px;
    width: 100%;
  }

  .case-title {
    /*font-size: 18px;*/
    font-size: 19px;
    padding-top: 4px;
  }

  #casestudy.case .movie-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }

  .representative-wrapper > .img-wrapper img {
    width: 40%;
  }

  .representative-info {
    padding-left: 0;
    padding-top: 8px;
  }

  .representative-info .position,
  .representative-info .name {
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
  }

  .representative-info .comment {
    font-size: 11.5px;
    letter-spacing: 1px;
    line-height: 2.6;
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 28px;
  }

  .qa-wrapper {
    padding: 56px 0 0;
  }

  .qa-item {
    padding-left: 0;
  }

  .qa-item + .qa-item {
    margin-top: 56px;
  }

  .qa-item .question {
    font-size: 15px;
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    /*text-align: center;*/
    text-indent: 0;
  }

  .qa-item .answer {
    font-size: 12px;
    line-height: 2.25;
  }

  #casestudy .btn-wrapper {
    padding: 80px 0 50px;
  }

  #PageCasestudy .contact-block {
    margin-top: 78px;
  }

  #PageCasestudy.page-case .contact-block {
    margin-top: 64px;
  }

  #PageCasestudy .contact-block .btn-wrapper {
    padding: 85px 0 37px;
  }

  #PageCasestudy .contact-block .btn-contact {
    background-image: url(../img/common/arrow-right.png);
    background-position: calc(100% - 42px) center;
    background-size: 10px;
    font-size: 18px; 
    height: 52px; 
    line-height: 52px;
  }

  .btn-round-blue.btn-back {
    background-image: url(../img/common/arrow-left-mini.png);
    background-position: 13px 8px;
    background-size: 5px;
    font-size: 10px;
    height: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 0 23px 0 32px;
  }
}

@media (max-width: 590px){
  .contact-title img {
    max-width: 219px; 
    width: 100%;
  }

  .contact-block [class^=col-] {
    padding: 0 35px 8px 0;
  }

  .contact-block [class^=col-] + [class^=col-] {
    padding: 27px 0 0;
  }

  #PageCasestudy .contact-block .btn-contact {
    background-image: url(../img/common/arrow-right-mini.png);
    background-position: calc(100% - 12px) center;
    background-size: 5px;
    font-size: 10px; 
    height: 25px; 
    line-height: 25px;
  }
}

/* 導入事例タブ化 202110 */
.tab-wrapper {
  margin-bottom: -1px;
  z-index: 100;
}

.tab-wrapper > ul {
  margin-bottom: 0;
}

.tab-wrapper .list-inline-item {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 12px 12px 0 0;
  color: #036eb7;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 0 12px;
  width: 265px;
}

.tab-wrapper .list-inline-item.active {
  background-color: #fffcf3;
  border-bottom: 1px solid #fffcf3;
  cursor: auto;
}

.tab-content {
  background-color: #fffcf3;
  border-top: 1px solid #d6d6d6;
  padding-bottom: 182px;
  padding-top: 113px;
}

.row.row-casestudy {
  margin: auto;
}

#documentation-casestudy-list {
  display: none;
}

#contact.bg-off-white {
  background-color: #fffcf3;
}

#contact.bg-off-white .contact-block {
  margin: 0 auto;
}

.place-comming-soon {
  height: 100%!important;
}

.place-comming-soon .movie-wrapper {
  background-color: #036eb7;
  height: calc(100% - 58px);
  position: relative;
}

.place-comming-soon .movie-wrapper .img-wrapper {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}

.person {
  color: #036eb7;
  font-size: 12px;
  min-height: 3em;
  position: relative;
}

.person-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.row-casestudy .movie-wrapper.moveless {
  pointer-events: none;
}

.page-case-documentation .school-info {
  background-size: 20%;
  height: 190px;
  padding-left: 10px;
  width: 100%;
}

.page-case-documentation .representative-info .position,
.page-case-documentation .representative-info .name {
  font-size: 20px;
  line-height: 1.7;
}

.page-case-documentation .case-title-wrapper {
  padding: 46px 12px 0;
}

.page-case-documentation .representative-info .comment {
  /*font-size: 38px;*/
  font-size: 30px;
  line-height: 1.7;
  padding-top: 16px;
}

.page-case-documentation .gallery {
  margin-bottom: 130px;
  margin-top: 50px;
}

.page-case-documentation .gallery .img-wrapper {
  cursor: zoom-in;
  position: relative;
}

.page-case-documentation .gallery .img-wrapper:after {
  background-image: url('../img/casestudy/documentation/icon_closeup.png'); 
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  bottom: 30px;
  left: 30px;
  content: '';
  position: absolute;
  height: 47px;
  width: 47px;
}

.page-case-documentation .modal .close {
  font-size: 40px;
  position: absolute;
  right: 7px;
  z-index: 100;
}

.page-case-documentation p {
  /*font-size: 24px;*/
  font-size: 18px;
  line-height: 2.25;
}
.page-case-documentation p + p {
  margin-top: 74px;
}

.page-case-documentation h3 {
  /*border-left: 10px solid #66d392;*/
  color: #036eb7;
  /*font-size: 40px;*/
  font-size: 30px;
  margin-bottom: 28px;
  /*margin-left: 26px;*/
  /*padding-left: 26px;*/
}

.page-case-documentation h3:before {
  border-left: 10px solid #66d392;
  content: '';
  height: 1em;
  margin-left: 14px;
  margin-right: 26px;
}

.page-case-documentation h4 {
  margin-bottom: 80px;
}

.page-case-documentation h4,
.page-case-documentation .point-title {
  color: #036eb7;
  /*font-size: 30px;*/
  font-size: 22px;
}

.page-case-documentation .point-title {
  margin-bottom: 8px;
}

.page-case-documentation .point-title:before {
  color: #66d392;
  content: '●';
}

.page-case-documentation .article-wrapper + .point-wrapper,
.page-case-documentation .point-wrapper + .point-wrapper {
  margin-top: 132px;  
}

.page-case-documentation .point-item {
  margin-top: 80px;
}

.page-case-documentation h3 + .point-item {
  margin-top: 86px;
}

.page-case-documentation #casestudy.case .container {
  /*max-width: 1020px;*/
}

.page-case-documentation .article-wrapper,
.page-case-documentation .point-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.page-case-documentation .representative-wrapper > .img-wrapper {
  /*width: 100%;*/
}

.page-case-documentation .representative-wrapper > .representative-info {
  width: 100%;
}

@media (max-width: 767px) {
  #PageCasestudy {
    padding-top: 150px;
  }

  .img-casestudy {
    padding-bottom: 24px;
    padding-top: 0px;
  }

  .img-casestudy img {
    max-height: 66px;
  }

  .page-case-documentation .case-title-wrapper {
    padding-top: 0;
  }

  .page-case-documentation .school-info {
    background-position: left top;
    background-size: auto 90%;
    font-size: 15px;
    height: 113px;
  }

  .page-case-documentation .representative-wrapper > .img-wrapper img {
     width: 100%; 
  }

  .page-case-documentation .representative-wrapper > .img-wrapper {
    padding: 0 20px;
    width: 50%;
  }

  .page-case-documentation .representative-wrapper > .representative-info {
    padding: 0 20px;
    width: 50%;
  }

  .page-case-documentation .representative-info .position,
  .page-case-documentation .representative-info .name {
    font-size: 14px;
    text-align: left;
  }

  .page-case-documentation .representative-info .comment {
    font-size: 19px;
  }

  .page-case-documentation .gallery {
    margin-bottom: 35px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 36px;
  }

  .page-case-documentation .gallery .img-wrapper {
    pointer-events: none;
  }

  .page-case-documentation .gallery .img-wrapper:after {
    content: none;
  }

  .page-case-documentation .gallery .img-wrapper + .img-wrapper {
    margin-top: 20px;
  }

  .page-case-documentation .article-wrapper,
  .page-case-documentation .point-wrapper {
    padding: 0;
  }

  .page-case-documentation h3 {
    /*border-left: 0;*/
    font-size: 20px;
    line-height: 1.85;
    margin-bottom: 5px;
    /*margin-left: 0;*/
    /*padding-left: 0;*/
  }

  .page-case-documentation h3:before {
    /*content: '';*/
    /*height: 1em;*/
    border-left: 5px solid #66d392;
    margin-left: 6px;
    margin-right: 8px;
  }

  .page-case-documentation h4,
  .page-case-documentation .point-title {
    font-size: 15px;
    line-height: 2em;
  }

  .page-case-documentation h4 {
    margin-bottom: 20px;
  }

  .page-case-documentation p {
    font-size: 12px;
  }

  .page-case-documentation p + p {
    margin-top: 22px;
  }
  
  .page-case-documentation .article-wrapper + .point-wrapper, .page-case-documentation .point-wrapper + .point-wrapper {
    margin-top: 58px;
  }

  .page-case-documentation h3 + .point-item {
    margin-top: 18px;
  }

  .page-case-documentation .point-item {
    margin-top: 26px;
  }

  .tab-wrapper .list-inline-item {
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    margin: 0 3px;
    width: 133px;
  }

  .tab-content {
    padding-top: 65px;
  }

  .tab-content .container {
    padding: 0 33px;
  }

  .row-casestudy .movie-wrapper.moveless {
    padding-top: 133.3%;
  }
}

@media (max-width: 480px) {
}

