@charset "utf-8";
.img-fluid{
  max-width: 100% !important;
  height: auto !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.d-block{
  display: block;
}
.d-inline-block{
  display: inline-block;
}
.d-flex{
  display: flex;
}
.justify-content-between{
  justify-content: space-between;
}
.align-items-center{
  align-items: center;
}
/* レンサルティングスタジオ */
.rensulting-studio-wrapper{
  background: url(/company/rensulting_studio/images/hishigata.png) no-repeat right top;
  padding: 50px 0
}
.logo-inner{
  max-width: 470px;
  display: block;
}
.small-txt{
  font-size: 11px;
  padding-top: 5px;
}
/* レンサルティングスタジオとは */
.about_rensulting-studio{
  /* background: url(/company/rensulting_studio/images/showroom-background-2.png) center top no-repeat; */
  margin-bottom: 80px;
}
.headline-container h2{
  font-weight: normal;
  line-height: 1.5;
  font-size: 25px;
  margin: 30px 0;
}
.rensulting-studio-wrapper .txt,.about_rensulting-studio .txt, .txt{
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 15px;
}
.bg-default{
  max-width: 700px;
  height: 401px;
  margin: 0 auto;
}
.studio-zone-container{
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 90px;
}
.studio-zone-container h2{
  font-style: italic;
  font-size: 40px;
  position: relative;
  padding: 8px 0 0 0px;
  margin: 0;
}
.studio-zone-container h2 .jp{
  font-size: 14px;
  padding-left: 10px;
}
.studio-zone-container{
  counter-increment: number;
}
.studio-zone-container .headline{
  position: relative;
}
/*.studio-zone-container .headline::before{
  content: counter(number);
  position: absolute;
  left: 12px;
  top: 5px;
  font-size: 40px;
  color: #fff;
  z-index: 1;
}
.studio-zone-container .headline::after{
  width: 45px;
  height: 60px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}*/
.studio-zone-container:nth-child(1) .headline::after{
  background-color: #2e96b7;
}
.studio-zone-container:nth-child(2) .headline::after{
  background-color: #902935;
}
.studio-zone-container:nth-child(3) .headline::after{
  background-color: #6c80c0;
}
.studio-zone-container:nth-child(4) .headline::after{
  background-color: #418970;
}
.studio-zone-container:nth-child(5) .headline::after{
  background-color: #d57938;
}
.studio-zone-container:nth-child(6) .headline::after{
  background-color: #be4199;
}
.movie-box{
  background-color: #f0f0f0;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
}
.movie-box h4{
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 25px;
}
.movie-box h4 span{
  border-bottom: 2px solid #a50000;
}
/* スライダー */
.fotorama__wrap{
  margin: 0 auto;
}
.fotorama__nav-wrap{
  margin-top: 20px;
}
.showroom-headline{
  max-width: 450px;
  margin: 0 auto;
  border-top: 4px solid #a50000;
  border-bottom: 4px solid #a50000;
}
.showroom-headline h3{
  font-size: 23px;
  margin: 8px 0 12px;
  font-weight: normal;
}
/* 共通コンテナ */
.t18-middle-1st-section-title{
  border-bottom: 4px solid #ba2018;
}
.t18-middle-1st-section-title .small{
  font-size: 16px;
}
/*
  レンサルティングスタジオのご案内
*/
.common-container{
  margin-bottom: 50px;
}
.common-container .subHeadline-h3_box{
  position: relative;
}
.common-container .subHeadline-h3_box::before{
  position: absolute;
  content: "";
  background-color: #9b9b9b;
  width: 20px;
  height: 2px;
  top: 12px;
}
.common-container .subHeadline-h3_box h3{
  padding-left: 3rem;
  font-size: 20px;
  margin-top: 0;
}
.common-container .description{
  border-left: 4px solid #9b9b9b;
  padding: .5rem 1rem 1rem 1.5rem;
  line-height: 1.65;
  font-size: 16px;
}
.access-box{
  margin-bottom: 30px;
}
.access-box h4{
  font-size: 18px;
  margin-bottom: 10px;
}
.access-box p{
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.list-ul{
  margin: 0;
  padding-left: 20px;
}
.list-ul li{
  padding-bottom: 15px;
  font-size: 15px;
}
.understanding-and-cooperation{
  border-bottom: 2px solid #000;
  font-size: 18px;
  padding-bottom: 5px;
}
.thumbnail{
  padding-left: 65px;
}
/* ******************* */
@media screen and (max-width: 750px) {
/* レンサルティングスタジオ */
.rensulting-studio-wrapper{
  background: none;
  padding: 40px 0 20px;
}
.logo-inner{
  max-width: 450px;
  margin: 0 auto;
  display: block;
}
.small-txt{
  text-align: center;
}
/* レンサルティングスタジオとは */
.about_rensulting-studio{
  background: url(/company/rensulting_studio/images/showroom-background-2.png) center 35% no-repeat;
  background-size: contain;
  margin-bottom: 80px;
}
.headline-container h2{
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  font-size: 3.5rem;
  margin: 20px 0;
}
.rensulting-studio-wrapper .txt,.about_rensulting-studio .txt{
  font-size: 3rem;
  line-height: 1.65;
  margin-bottom: 40px;
}
.studio-zone-container{
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 80px;
}
.studio-zone-container h2{
  font-style: italic;
  font-size: 4rem;
  position: relative;
  padding: 0 0 0 0rem;
}
.studio-zone-container h2 .jp{
  font-size: 2rem;
  /*padding-left: 10px;*/
}
.studio-zone-container .headline{
  position: relative;
}
/*.studio-zone-container .headline::before{
  content: counter(number);
  position: absolute;
  left: 12px;
  top: 5px;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}
.studio-zone-container .headline::after{
  width: 40px;
  height: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}*/
.studio-zone-container:nth-child(1) .headline::after{
  background-color: #2e96b7;
}
.studio-zone-container:nth-child(2) .headline::after{
  background-color: #902935;
}
.studio-zone-container:nth-child(3) .headline::after{
  background-color: #6c80c0;
}
.studio-zone-container:nth-child(4) .headline::after{
  background-color: #418970;
}
.studio-zone-container:nth-child(5) .headline::after{
  background-color: #d57938;
}
/* スライダー */
.fotorama__wrap{
  margin: 0 auto;
}
.fotorama__nav-wrap{
  margin-top: 20px;
}
.showroom-headline{
  max-width: inherit;
}
.showroom-headline h3{
  font-size: 3.5rem;
  margin: 12px 0 15px;
  font-weight: normal;
}
/* 共通コンテナ */
.t18-middle-1st-section-title{
  border-bottom: 4px solid #ba2018;
}
.t18-middle-1st-section-title .small{
  font-size: 3rem;
}
/*
  レンサルティングスタジオのご案内
*/
.wrapper{
  flex-wrap: wrap;
  margin-bottom: 80px;
  justify-content: inherit !important;
}
.wrapper iframe{
  width: 100% !important;
}
.common-container{
  margin-bottom: 30px;
}
.common-container .subHeadline-h3_box{
  position: relative;
}
.common-container .subHeadline-h3_box::before{
  position: absolute;
  content: "";
  background-color: #9b9b9b;
  width: 30px;
  height: 2px;
  top: 18px;
}
.common-container .subHeadline-h3_box h3{
  padding-left: 5rem;
  font-size: 3.25rem;
}
.common-container .description{
  border-left: 4px solid #9b9b9b;
  padding: .5rem 1rem 1rem 1.5rem;
  line-height: 1.5;
  font-size: 2.5rem;
}
.access-box{
  margin-bottom: 15px;
}
.access-box h4{
  font-size: 3.5rem;
  margin-bottom: 10px;
}
.access-box p{
  margin: 0;
  font-size: 3rem;
  line-height: 1.5;
}
.list-ul{
  margin: 0 0 20px;
  padding-left: 4rem;
}
.list-ul li{
  padding-bottom: 15px;
  font-size: 3rem;
}
.understanding-and-cooperation-txt{
  margin-top: -50px;
}
.understanding-and-cooperation{
  border-bottom: 2px solid #000;
  font-size: 2.5rem;
  padding-bottom: 5px;
}
.thumbnail{
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.thumbnail img{
  width: 100% !important;
}
/* ******************* */
}
