/* CSS Document */

html{
  font-size: 62.5%; /*16px x 62.5% = 10px*/
  background-color: #fff;
}
body{
	color: #1a1b1b;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
	font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
a{
  color: #1a1b1b;
  text-decoration: none;
}
a:hover{
  opacity: 0.7;
}
img{
  max-width: 100%;
  height: auto;
}
li{
  list-style-type: none;
}
p, h1, h2, h3{
  margin: 0;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.no-link{
  pointer-events:none;
  color: #ccc!important;
}
/*-------------------------------
*     utility
--------------------------------*/
/*PCのとき画像表示する*/
.img-pc{
  display: inline;
}
@media screen and (max-width:768px){
   .img-pc{
      display: none;
    }
}
/*SPのとき画像表示する*/
.img-sp{
  display: none;
}
@media screen and (max-width:768px){
  .img-sp{
    display: inline;
  }
}
/*PCのとき改行する*/
.br-pc{
  display: block;
}
@media screen and (max-width:768px){
    .br-pc{
    display: none;
  }
}
/*タブレットのとき改行する*/
.br-tb{
  display: none;
}
@media screen and (max-width:1080px){
    .br-tb{
    display: block;
  }
}
/*SPのとき改行する*/
.br-sp{
  display: none;
}
@media screen and (max-width:768px){
    .br-sp{
    display: block;
  }
}
/*-------------------------------
*     common-parts
--------------------------------*/
.text-black{
  color: #1a1b1b;
}
.text-white{
  color: #fff;
}
.text-blue{
  color: #2196f3;
}
.text-red{
  color: #e8406e;
}
.text-yellow{
  color: #fec04c;
}
.text-orange{
  color: #fd9520;
}
.nomal{
font-weight: normal;
}
/*400*/
.bold{
  font-weight: bold;
}
/*700*/

/*---------------------------
*    under line
----------------------------*/
.under-blue {
  background: linear-gradient(transparent 50%, #c8e7ff 50%);
}
.under-orange {
  background: linear-gradient(transparent 50%, #ffd27e 50%);
}
.under-red {
  background: linear-gradient(transparent 50%, #ffcddb 50%);
}
/*----------------------------------
*    スライドアニメーション　オプション
------------------------------------*/
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.dur-1s {
  animation-duration: 1s;
}
.animated.dur-2s {
  animation-duration: 2s;
}
.animated.dur-3s {
  animation-duration: 3s;
}
/*--------------------------------------------
*    common_parts_btn
*
----------------------------------------------*/
/*詳しくボタン*/
.btn-detail {
  display: inline-block;
  background-color: #2196f3;
  border: 2px solid #2196f3;
  padding: 10px 90px 10px 70px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.btn-detail:after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  font-size: 2.2rem;
  transform: rotate(45deg);
  right: 40px;
  top: 40%;
  transition: 0.2s;
}
.btn-detail:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.btn-detail:hover::after{
  transition: 0.2s;
  right: 34px;
}
/*ボタンテンプレート青色*/
.btn-temp {
  display: inline-block;
  position: relative;
  background-color: #2196f3;
  border: 2px solid #2196f3;
  padding: 10px 90px 10px 70px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width:768px){
.btn-temp {
  padding: 10px 30px;
  font-size: 1.6rem;
  }
}
@media screen and (max-width:768px){
.btn-temp.btn-detail{
  width: 200px;
  padding: 10px 50px;
  }
}
@media screen and (max-width:768px){
.btn-temp.btn-sutoaka{
  width: 240px;
  padding: 10px 40px;
  }
}
@media screen and (max-width:768px){
.btn-temp.line {
  width: 240px;
  margin: 20px;
  }
}
@media screen and (max-width:768px){
.btn-w .btn-temp {
  width: 240px;
  margin: 20px;
  }
}
@media screen and (max-width:768px){
.btn-temp.contact{
  width: 240px;
  margin: 20px;
  padding-right: 40px;
  }
}
.btn-temp:after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  font-size: 2.2rem;
  transform: rotate(45deg);
  right: 40px;
  top: 40%;
  transition: 0.2s;
}
.btn-temp:hover {
  color: #2196f3;
  background-color: #fff;
  border: 2px solid #2196f3;  
  transition: 0.4s;
  opacity: 0.8;
}
.btn-temp:hover::after{
  border-top: 3px solid #2196f3;
  border-right: 3px solid #2196f3;
/*  color: #2196f3;*/
  transition: 0.4s;
  right: 34px;
}
@media screen and (max-width:768px){
.btn-temp:after{
  right: 10%;
  top: 40%;
  }
}
@media screen and (max-width:768px){
.btn-temp.slide-text-creator:after{
  right: 5%;
  top: 40%;
  }
}
@media screen and (max-width:768px){
.btn-temp.slide-text-robot:after{
  right: 5%;
  top: 40%;
  }
}
@media screen and (max-width:768px){
.btn-temp.line:after{
  right: 8%;
  top: 40%;
  }
}
@media screen and (max-width:768px){
.btn-temp.contact:after{
  right: 7%;
  top: 40%;
  }
}
footer{
  position: relative;
  height: 300px;
  background: #ccc;
}
.btn-totop{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  right: 20px;
  bottom: 0;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  background: #cfd1d1;
  box-shadow:  2px 2px 5px #dfdfdf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1500;
}
.btn-totop:hover{
  transition: 0.3s;
  right: 20px;
  bottom: 3px;
  opacity: 0.7;
}
@media screen and (max-width:768px){
.btn-totop{
  position: relative;
  width: 45px;
  height: 45px;
  right: 15px;
  bottom: 10px;
  font-size: 3rem;
  }
}
@media screen and (max-width:768px){
.btn-totop:hover{
  transition: 0.3s;
  right: 15px;
  bottom: 10px;
  opacity: 0.7;
  }
}
/*--------------------------------------------
*    sp_ドロワーメニュー
*
----------------------------------------------*/
.zdo_drawer_menu{
  display: none;
}
@media screen and (max-width:768px){
  .zdo_drawer_menu{
  display: block;
  }
}
/*--------------------------------------------
*    scroll fadein ふわっと
----------------------------------------------*/
.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s; 
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0); 
}
/*--------------------------------------------
*    サイト表示前のロゴ表示
----------------------------------------------*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 250px;
}
/*--------------------------------------------
*    common_header
*
----------------------------------------------*/
header{
  position: fixed;
  height: 100px;
  width: 100%;
  z-index: 1000;
  opacity: 0.95;
}
@media screen and (max-width:768px){
header{
  height: 50px;
  }
}
  .header-inner{
    display: flex;
    height: 100px;
    padding: 0 0 0 30px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
  @media screen and (max-width:768px){
    .header-inner{
      height: 50px;
      display: flex;
      padding: 0 0 0 10px ;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
    }
  }
  .navbar-logo{
    min-width: 180px;
    padding-right: 20px;
  }
  @media screen and (max-width:768px){
  .navbar-logo{
    width: 110px;
    }
  }
  @media screen and (max-width:768px){
  .navbar-logo img{
    width: 130px;
  }
}
  .gmenu-outer{
    height: 100px;
  }
  @media screen and (max-width:768px){
  .gmenu-outer{
    height: 50px;
  }
}
  .gmenu{
    display: flex;
    align-items: center;
  }
.gnav-list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 10px;
}
@media screen and (max-width:768px){
  .gnav-list{
    display: none;
  }
}
/* .gnav-list ul{
  display: none;
  position: absolute;
}
.gnav-list li:hover ul{
  display: block;
} */
.gnav-item{
  white-space: nowrap;
  /* position: relative; */
}
.gnav-item__btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 100px;
  padding: 10px 0;
  margin: 0 10px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 1;
}
.gnav-item__btn:hover{
  opacity: 0.8;
  
}
@media screen and (max-width:768px){
.gnav-item__btn{
  width: 100%;
  }
}
.gnav-item>a{
  position: relative;  
}
.gnav-item>a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
}
.gnav-item>a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-btn{
  display: inline-block;
  height: 100px;
  padding: 7px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width:768px){
  .header-btn{
    width: 50px;
    height: 50px;
  }
}
.header-btn:hover{
  opacity: 0.8;
}
.header-btn img{
  min-width: 130px;
  margin: 5px auto 11px;
  padding:10px 50px 0;
}
@media screen and (max-width:768px){
.header-btn img{
  min-width: 25px;
  margin: auto;
  padding: 0;
  }
}
@media screen and (max-width:768px){
.header-btn img.line{
  padding: 2px 2px 2px 4px;
  padding: 1px 2px 3px 4px;
  margin: 4px auto;
  }
}
@media screen and (max-width:768px){
.header-btn img.contact{
  padding: 3px 4px 3px 4px;
  margin: 4px auto;
  }
}
.header-btn a{
  color: #fff;
}
.header-btn.line{
  background-color: #2196f3;
  }
.header-btn.contact{
  background-color: #1a1b1b;
  }
@media screen and (max-width:768px){
  .header-btn p{
    display: none;
  }
}
/*--------------------------------------------
*     common_footer
----------------------------------------------*/
.footer{
  height: 290px;  
}
@media screen and (max-width:768px){
.footer{
  height: auto;  
  }
}
.footer-inner{
  margin: 0 auto;
}
.footer-pagepath{
  display: flex;
  height: 64px;
  background-color: #ececec;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0 50px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:768px){
.footer-pagepath{
  height: 56px;
  font-size: 1.3rem;
  padding: 0 20px;
  }
}
.footer-pagepath-inner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.footer-pagepath img{
  width: 15px;
  height: auto;
  vertical-align: middle;  
  margin-right: 15px;
}
@media screen and (max-width:768px){
.footer-pagepath img{
  margin-right: 10px;
  }
}
.footer-pagepath p{
  vertical-align: middle;
  margin: 0;
}
.footer-nav{
  display: flex;
  height: 225px;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../img/robot_course2_answer.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  border-bottom: 10px solid #2196f3;
  position: relative;
  }
@media screen and (max-width:768px){
.footer-nav{
  display: block;
  text-align: center;
  }
}
.footer-nav-bg{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.footer-nav-inner{
  display: flex;
  max-width: 1380px;
  justify-content: space-between;
  align-item: center;
  margin: 0 auto;
  padding: 20px 40px 0;
  width: 100%;
  position: absolute;
}
@media screen and (max-width:768px){
.footer-nav-inner{
  display: block;
  justify-content: center;
  align-item: center;
  padding: 0;
  }
}
.footer-nav-logo{
  padding-right: 60px;
  z-index: 1000;
}
@media screen and (max-width:768px){
.footer-nav-logo{
  height: 100px;
  padding: 20px 0;
  margin: 0 auto 20px;
  }
}
.footer-nav-logo img{
  max-width: 200px;
}
@media screen and (max-width:768px){
  .footer-nav-logo img{
    vertical-align: middle;
    width: 190px;
    padding: 0;
    margin: 0 auto;
  }
}
.footer-nav-list{
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 0;
  z-index: 1000;
}
@media screen and (max-width:768px){
.footer-nav-list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  }
}
.footer-nav-item{
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  text-align: left;
  align-items: flex-start;
  margin-right: 30px;
}
.footer-nav-item a{
  color: #fff;
}
@media screen and (max-width:768px){
.footer-nav-item{
  display: flex;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 1.3rem;
  }
}
@media screen and (max-width:768px){
.footer-nav-item.img-pc{
  display: none;
  }
}
.footer-nav-item__btn.company{
  display: inline-block;
  margin-bottom: 20px;
/*  会社情報とアクセスマップの行間を空ける*/
}
@media screen and (max-width:768px){
.footer-nav-item__btn.company{
  margin-bottom: 0;
/*  会社情報とアクセスマップの行間を空ける*/
  }
}
.footer-nav-item__btn.contact{
  display: inline-block;
  margin-bottom: 20px;
/*  会社情報とアクセスマップの行間を空ける*/
}
@media screen and (max-width:768px){
.footer-nav-item__btn.contact{
  margin: 0;
/*  会社情報とアクセスマップの行間を空ける*/
  }
}
@media screen and (max-width:768px){
.footer-nav-item__btn.contact img{
  display: inline-block;
  width: auto;
  height: 30px;
  padding-right: 50px;
/*  会社情報とアクセスマップの行間を空ける*/
  }
}
.footer-nav-item__line{
  min-width: 36px;
  height: 36px;
}
.footer-nav-item__line:hover{
  opacity: 0.8;
}
.copylights{
  display: block;
  margin: auto;
  font-size: 1rem;
  color: #fff;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width:768px){
  .copylights{
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}


/*--------------------------------------------
*     top_fv
----------------------------------------------*/
.fv{
}
@media screen and (max-width:768px){
.fv{
  width: 100%;
  }
}
.fv-inner{
  width: 100%;
  margin: 0 auto;
}
/*--------------------------------------------
*     top_slider
----------------------------------------------*/
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp {
/*  1.15倍させる指定*/
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
/*  x秒かけて拡大させる*/
    -webkit-animation: zoomUp 10s linear 0s;
    animation: zoomUp 10s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.swiper-slide{
  padding-top: 100px;
}
@media screen and (max-width:768px){
.swiper-slide{
  padding-top: 50px;
  }
}
.slide-img {
  display: flex;
  background-size: cover; 
  background-position: center center; 
  height: 400px; 
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width:768px){
.slide-img {
  height: 250px; 
  }
}
.slide-img--01 {
  background-image: url("../img/top_hero_buil_pc.png");
  }
@media screen and (max-width:768px){
.slide-img--01 {
  background-image: url("../img/top_hero_buil_sp.png");
  }
}
.slide-img--02 {
  background-image: url("../img/top_hero_creator_pc.png");
  }
@media screen and (max-width:768px){
.slide-img--02 {
  background-image: url("../img/top_hero_creator_sp.png");
  }
}
.slide-img--03 {
  background-image: url("../img/top_hero_robot_pc.png");
  }
@media screen and (max-width:768px){
.slide-img--03 {
  background-image: url("../img/top_hero_robot_sp.png");
  }
}
@media screen and (max-width:768px){
.slide-img {
  background-position: right 80% center; 
  }
}
.slide-text, .slide-text p{
  font-size: 2.8rem;
  color: #fff;
  width: 100%;
  margin: 0 30px;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width:768px){
  .slide-text, .slide-text p{
    top: 45%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px){
.slide-img--01 .slide-text p{
    text-shadow: 1px 1px 1px #555; 
    font-size: 1.8rem;
  }
}
.bgc-black{
  background-color: rgba(0,0,0,0.3);
	padding: 6px 20px;
	margin:  10px;
	}
@media screen and (max-width:768px){
.bgc-black{
	padding: 4px 10px;
	margin:  10px 10px 12px;
	}
}
.slide-frontimg {
}
@media screen and (max-width:768px){
.slide-frontimg {
  width: 240px;
  }
}

/*--------------------------------------------
*     top_about
----------------------------------------------*/
.about{
  position: relative;
}
/*グラデーション背景*/
.bg-grad-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 背景グラデーションの作成 */
background: linear-gradient(to bottom,
/*
  hsl(180, 80%, 40%),
  hsl(240, 80%, 60%),
  hsl(199, 0%, 100%)
*/
  hsl(207, 0%, 100%),
  hsl(207, 100%, 58%),
  hsl(207, 0%, 100%)
);
  background-size: 400% 400%;
  animation: AnimationName 10s ease infinite;
  opacity: .2;
}
  @keyframes AnimationName {
    0% {
      background-position: 50% 0%
    }
    50% {
      background-position: 50% 100%
    }
    100% {
      background-position: 50% 0%
    }
  }
.about .logo-i{
  position: absolute;
  top: 50%;
  left: 20%;
  height: 40%;
  transform: rotate(120deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.about .logo-i{
  top: 70%;
  left: 20%;
  height: 40%;
  transform: rotate(120deg);
  }
}
.about .logo-a{
  position: absolute;
  top: 70%;
  right: 5%;
  height: 50%;
  transform: rotate(20deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.about .logo-a{
  top: 5%;
  right: 8%;
  height: 40%;
  transform: rotate(20deg);
  }
}
.about-inner{
  display: inline-flex;
  max-width: 1080px;
  align-items: flex-start;
  margin: 0 auto;
  padding: 120px 0 102px;
}
@media screen and (max-width:768px){
.about-inner{
  display: inline-block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
  }  
}
.about-title{
  position: relative;
  display: inline-block;
  width: 300px;
  text-align: left;
  padding: 0 0 0 20px;
  font-size: 4.8rem;
  font-weight: bold;
  z-index: 999;
}
@media screen and (max-width:768px){
.about-title{
  font-size: 2.8rem;
  margin: 0 auto 32px;
  padding: 0;
  }
}
.about-title::before{
  content: '';
  position: absolute;
  left: 22%;
  top: -20px;
  display: inline-block;
  width: 90px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2196f3;
  border-radius: 2px;
}
@media screen and (max-width:768px){
.about-title::before{
  left: 10%;
  top: -10px;
  width: 60px;
  height: 3px;
  }
}
.about-detail{
  max-width: 630px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 40px 10px 30px;
}
@media screen and (max-width:768px){
.about-detail{
  font-size: 1.6rem;
  }
}
/*--------------------------------------------
*    top_workエリア
----------------------------------------------*/
.work{
  position: relative;
}
.work .logo-i{
  position: absolute;
  bottom: 20%;
  right: 20%;
  height: 10%;
  transform: rotate(120deg);
  opacity: 0.2;
} 
@media screen and (max-width:768px){
.work .logo-i{
  bottom: 30%;
  right: 20%;
  height: 10%;
  transform: rotate(120deg);
  }
}
.work-inner{
}
@media screen and (max-width:768px){
.work-inner{
  display: block;
  }
}
.work-content{
  display: flex;
  margin-bottom: 200px;
  position: relative;
}

@media screen and (max-width:768px){
.work-content{
  display: block;
  max-height: 1030px;
  margin-bottom: 0;
  position: static;
  }
}
.work-content:first-of-type{
  margin-bottom: 250px;
}
@media screen and (max-width:768px){
.work-content:first-of-type{
  margin-bottom: 0;
  }
}
.work-content:last-of-type{
}

/*img Gr*/
.work-content figure{
}
@media screen and (max-width:768px){
.work-content figure{
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  }
}
.work-content:nth-of-type(2){
  flex-direction: row-reverse;
}
@media screen and (max-width:768px){
.work-content:nth-of-type(2){
  flex-direction: row;
  }
}
.work-content img{
  width: 700px;
  height: 500px;
  object-fit: cover;  
}
@media screen and (max-width:768px){
.work-content img{
  width: 100%;
  height: 200px;
  object-fit: cover;  
  }
}
.work-content__text{
  position: absolute;
  width: 55%;
  top: 20%;
  left: 43%;
  z-index: 10;
  background-color: rgba(255,255,255,0.94);
  box-shadow:  0px 0px 10px rgba(176,176,176,0.8);
  border-radius: 5px;
  padding: 64px 64px 64px 48px;
  text-align: center;    
}
@media screen and (max-width:768px){
.work-content__text{
  display: block;
  position: static;
  width: 100%;
  max-height: 640px;
  padding: 30px 30px 100px;
  background-color: rgba(255,255,255,0.94);
  text-align: center;
  }
}
.work-content.robot .work-content__text{
  top: -10%;
  left:  5%;
}
.work-content.production .work-content__text{
  top: -10%;
  left: 3%;
}
.work-content .titleno{
  font-size: 3.2rem;
  margin-bottom: 60px;
}
@media screen and (max-width:768px){
.work-content .titleno{
  font-size: 2.4rem;
  }
}
.work-content h3{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width:768px){
.work-content h3{
  font-size: 2rem;
  }
}
.work-content p{
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 52px;
}
@media screen and (max-width:768px){
.work-content p{
  font-size: 1.6rem;
  margin-bottom: 32px;
  }
}
/*--------------------------------------------
*    creator_main-visual
*
----------------------------------------------*/
.mainvisual{
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width:768px){
.mainvisual{
  padding-top: 50px;
  }
}
.mainvisual img{
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width:768px){
.mainvisual img{
  height: 250px;
  }
}
/*--------------------------------------------
*    creator_intro
*
----------------------------------------------*/
@media screen and (max-width:768px){}

.intro{
  position: relative;
}
.intro.creator .logo-t{
  position: absolute;
  top: -10%;
  right: 10%;
  width: 20%;
  transform: rotate(70deg);
  opacity: 0.2;
} 
@media screen and (max-width:768px){
.intro.creator .logo-t{
  top: -10%;
  right: 10%;
  width: 30%;
  transform: rotate(70deg);
  } 
}
.intro-inner{
  max-width: 1080px;
  padding: 30px;
  margin: 104px auto;
}
@media screen and (max-width:768px){
.intro-inner{
    margin: 72px auto 60px;
    padding: 0 30px;  
  }
}
.intro h2{
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 72px;
}
@media screen and (max-width:768px){
.intro h2{
  font-size: 2.4rem;
  margin-bottom: 32px;
  }
}
.intro h2::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 5%;
  display: inline-block;
  width: 90px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2196f3;
  border-radius: 2px;
}
@media screen and (max-width:768px){
.intro h2::before{
  top: -10px;
  left: 9%;
  width: 60px;
  height: 3px;
  }
}
.intro p{
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width:768px){
.intro p{
  font-size: 1.6rem;
  }
}
/*--------------------------------------------
*    creator_reason
*
----------------------------------------------*/
@media screen and (max-width:768px){}

.reason{
  position: relative;
  padding: 72px 30px 120px;
  margin: 0 auto;
  background-color: #ecf8ff;
}
.reason .logo-a{
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 20%;
  transform: rotate(-70deg);
  opacity: 0.2;
} 
@media screen and (max-width:768px){
.reason .logo-a{
  bottom: 0%;
  right: 15%;
  width: 30%;
  transform: rotate(-70deg);
  }
}
.reason .logo-i{
  position: absolute;
  top: -4%;
  left: 10%;
  width: 5%;
  transform: rotate(20deg);
  opacity: 0.2;
} 
@media screen and (max-width:768px){
.reason .logo-i{
  top: -2%;
  left: 10%;
  width: 8%;
  transform: rotate(20deg);
  }
}
@media screen and (max-width:768px){
.reason{
  padding-bottom: 44px;
  }
}
.reason-inner{
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width:768px){
.reason-inner{
  padding: 0;
  margin: 0 auto;
  }
}
.reason-title{
  display: inline-block;
  text-align: left;
  font-size: 3.2rem;
  font-weight: bold;  
  border-left: 6px solid #2196f3;
  padding: 0 0 10px 50px; 
  margin: 0 auto 88px;
}
@media screen and (max-width:768px){
.reason-title{
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 0 20px; 
  margin: 0 auto 48px;
  }
}
.reason-title>span{
  font-size: 4.8rem;
}
@media screen and (max-width:768px){
.reason-title>span{
  font-size: 3.3rem;
  }
}
.reason-title-inner{
  display: flex;
  align-items: center;
}
.reason-item-wrapper{
  margin: 0 auto 120px;
}
@media screen and (max-width:768px){
.reason-item-wrapper{
  margin-bottom: 44px;
  }
}
.reason-item-row{
  display: flex;
  felx-wrap: wrap;
}
@media screen and (max-width:768px){
.reason-item-row{
  width: 100%;
  display: block;
  felx-wrap: wrap;
  }
}
.reason-item{
  width: 50%;
  max-width: 530px;
  border: 2px solid #2196f3;
  border-radius: 10px;
  padding: 60px 20px 30px;
  margin: 0 20px 20px 0;
  font-size: 1.8rem;
  background-color: #fff;
}
.reason-item:nth-of-type(2){
  margin: 0 0 20px;
  }
@media screen and (max-width:768px){
.reason-item{
  padding: 24px 20px;
  font-size: 1.6rem;
  }
}
.reason-item:nth-of-type(5){
  width: 30%;
}
@media screen and (max-width:768px){
.reason-item{  
  width: 100%;
  }
}
.reason-item>img{
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;    
}
@media screen and (max-width:768px){
.reason-item>img{
  margin-bottom: 20px;    
  }
}
.reason-item>h4{
  max-width: 360px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width:768px){
.reason-item>h4{
  font-size: 2rem;
  margin-bottom: 16px;
  }
}
.reason-item .num{
  font-size: 3.2rem;
}
@media screen and (max-width:768px){
.reason-item .num{
  font-size: 2.4rem;
  }
}
.reason-item>p{
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
}
/*--------------------------------------------
*    creator_course
*
----------------------------------------------*/
.course{
  max-width: 1080px;
  padding: 0 30px;
  margin: 72px auto 10px;
}
@media screen and (max-width:768px){
.course{
  margin: 0 auto 10px;  
  padding: 44px 20px;  
  }
}
/*course-select*/
.course-select{
  display: flex;
  margin: 0 auto 5px;
}
@media screen and (max-width:768px){
.course-select{
  display: block;
  margin: 0 auto 32px;
  }
}
.course-select-item{
  width: 50%;
  padding: 32px 20px 18px;
  margin-right: 10px;
  border-radius: 5px;
}
.course-select-item:hover{
  opacity: 0.8;
}
@media screen and (max-width:768px){
.course-select-item{
  width: 100%;
  padding: 32px 5px 18px;
  margin: 0 0 5px 0;
  }
}
/* WEBデザイナー育成集中講座【3日コース】*/
.course-select-item.threedays{
  background-image: url("../img/creator_3days.jpg");
  background-size:cover;
  background-position:50%;
  position: relative;
}
.course-select-item.threedays::after{
  content: '';
  background-color: rgba(232,64,110,.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
/*WEBクリエイターコンサルプラン【６ヶ月コース】*/
.course-select-item.sixmonths{
  background-image: url("../img/creator_6months.jpg");
  background-size: cover;
  background-position: 50%;
  position: relative;
  margin-right: 0;
}
.course-select-item.sixmonths::after{
  content: '';
  background-color: rgba(253,149,32,.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
/*ロボット 個人*/
.course-select-item.personal{
  background-image: url("../img/robot_course1_dance_sp.jpg");
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.course-select-item.personal::after{
  content: '';
  background-color: rgba(232,64,110,.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
/*ロボット 企業*/
.course-select-item.business{
  background-image: url("../img/robot_course2_infomation_sp.jpg");
  background-size: cover;
  background-position: 50%;
  position: relative;
  margin-right: 0;
}
.course-select-item.business::after{
  content: '';
  background-color: rgba(253,149,32,.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.course-select-item h4{
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;  
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px){
.course-select-item h4{
  font-size: 1.6rem;
  }
}
.course-select-item h3{
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}
.course-select-item img{
  position: relative;
  z-index: 1;
}

@media screen and (max-width:768px){
.course-select-item h3{
  font-size: 2rem;
  }
}
.course-select-item img{
margin: 0 auto;
}
/*couese-item*/
.course-item{
  margin: 0 auto 88px;
  padding-bottom: 120px;
  border: 2px solid #e8406e;
  border-radius: 5px;
}
@media screen and (max-width:768px){
.course-item{
  padding-bottom: 42px;
  margin: 0 auto 44px;
  }
}
/*クリエイター育成*/
.course-item.threedays{
  border: 2px solid #e8406e;
}
#course-item-threedays::before{
  content: "";
  display: block;
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}
.course-item.sixmonths{
  border: 2px solid #fd9520;
}
/*ロボット*/
.course-item.personal{
  border: 2px solid #e8406e;
}
.course-item.business{
  border: 2px solid #fd9520;
}
/*サイト、LP制作*/
.course-item.website{
  border: 2px solid #e8406e;
}
.course-item.lp{
  border: 2px solid #fd9520;
}
.course-item>h3{
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  background-color: #e8406e;
}
@media screen and (max-width:768px){
.course-item>h3{
  padding: 20px 5px;
  font-size: 2.1rem;
  }
}
/*クリエイター育成、コンサル*/
.course-item.threedays h3{
  background-color: #e8406e;
}
.course-item.sixmonths h3{
  background-color: #fd9520;
}
/*ロボット*/
.course-item.personal h3{
  background-color: #e8406e;
}
.course-item.business h3{
  background-color: #fd9520;
}
/*サイト・LP制作*/
.course-item.website h3{
  background-color: #e8406e;
}
.course-item.lp h3{
  background-color: #fd9520;
}
.course-item-inner{
  margin: 48px 44px 0;
  font-size: 1.8rem;
}
@media screen and (max-width:768px){
.course-item-inner{
  font-size: 1.6rem;
  }
}
@media screen and (max-width:768px){
.course-item-inner{
  margin: 48px 10px 0;
  }
}
.course-item-row{
  display: flex;
  max-width: 960px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px){
  .course-item-row{
  display: block;
  width: 100%;
  }
}
.course-item-row:last-of-type{
  margin-bottom: 72px;
}
@media screen and (max-width:768px){
.course-item-row:last-of-type{
  margin-bottom: 44px;
  }
}

.course-item img{
  object-fit: cover;
  margin-right: 20px;
}
@media screen and (max-width:768px){
  .course-item img{
  object-fit: cover;
  margin: 0 auto 18px;
  }
}
.course-item .outline{
  width: 50%;
  padding: 10px;
}
@media screen and (max-width:768px){.course-item .outline{
  width: 100%;
  }
}
.course-item .content{
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 10px;
}
@media screen and (max-width:768px){
.course-item .content{
  display: block;
  width: 100%;
  }
}
.course-item-list{
  padding-left: 35px;
}
.course-item-list li{
  list-style-type: disc;
  padding-top: 5px;
}
.course-item-li{
  list-style-type: disc;
}
.skill{
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 10px;  
}
@media screen and (max-width:768px){
  .skill{
    width: 100%;
  }
}
.skill-item{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width:768px){
.skill-item{
  }
}
.skill-item>img{
  margin: 0 10px 20px 0;
  object-fit: contain;  
}
@media screen and (max-width:768px){
.skill-item>img{
  margin: 0 10px 20px 0;
  object-fit: contain;
  }
}
.skill-content{
  margin-bottom: 20px;
}
.course-item-inner.btn-temp{
  text-align: center;
}
/*--------------------------------------------
*    creator_voice
*
----------------------------------------------*/
.voice{
  position: relative;
  margin: 0 auto;
  padding: 120px 30px;
  background-color: #ecf8ff;
}
@media screen and (max-width:768px){
.voice{
  padding: 120px 20px;
  }
}
.voice .logo-i{
  position: absolute;
  top: -3%;
  right: 20%;
  width: 6%;
  transform: rotate(200deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.voice .logo-i{
  top: -2%;
  right: 20%;
  width: 10%;
  transform: rotate(200deg);
  }
}
.voice .logo-t{
  position: absolute;
  bottom: -7%;
  left: 10%;
  width: 20%;
  transform: rotate(70deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.voice .logo-t{
  bottom: -4%;
  left: 30%;
  width: 40%;
  transform: rotate(70deg);
  }
}
@media screen and (max-width:768px){
.voice{
  padding: 72px 20px;
  }
}
.voice-inner{
  max-width: 1080px;
  margin: 0 auto;
}
.voice-title{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 88px 32px;
  padding-left: 32px;
  border-left: 6px solid #2196f3;
}
@media screen and (max-width:768px){
.voice-title{
  font-size: 2.4rem;
  margin: 0 0 48px 0;
  padding-left: 18px;
  }
}
.voice-item{
  display: flex;
  margin: 0 auto 32px;
  padding: 10px;
  background-color: rgba(255,255,255,.5);
  border: 1px solid #2196f3;
  border-radius: 5px;
}
@media screen and (max-width:768px){
.voice-item{
  display: block;
  }
}
.voice-item:last-of-type{
  margin-bottom: 88px;
}
@media screen and (max-width:768px){
.voice-item:last-of-type{
  margin-bottom: 72px;
  }
}
.voice .person{
  margin: 20px;
}
@media screen and (max-width:768px){
.voice .person{
  display: flex;
  margin: 10px;
  }
}
.voice .person>img{
  margin-bottom: 10px;
}
@media screen and (max-width:768px){
.voice .person>img{
  width: 40%;
  height: 100%;
  object-fit: cover;
  }
}
@media screen and (max-width:768px){
.voice .person>p{
  font-size: 1.6rem;
  padding: 10px 0 10px 10px;
  margin: 0 auto;
  }
}
.voice .detail{
  width: 66.666%;
  margin: 20px;
}
@media screen and (max-width:768px){
.voice .detail{
  width: 90%;
  }
}
.voice .detail h4{
 font-size: 2.4rem; 
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
.voice .detail h4{
 font-size: 1.8rem; 
  }
}
.voice .detail p{
 font-size: 1.8rem; 
}
@media screen and (max-width:768px){
.voice .detail p{
  font-size: 1.6rem; 
  }
}

/*--------------------------------------------
*    creator_instructor
*
----------------------------------------------*/

.instructor{
  margin: 0 auto;
  padding: 120px 30px;
}
@media screen and (max-width:768px){
.instructor{
  padding: 72px 20px;
  }
}
.instructor-inner{
  max-width: 1080px;
  margin: 0 auto;
}
.instructor-title{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 72px;
  padding-left: 72px;
}
@media screen and (max-width:768px){
.instructor-title{
  font-size: 2.4rem;
  padding-left: 56px;
  margin-bottom: 44px;
  }
}
.instructor-title::before{
  content: '';
  position: absolute;
  top: 3px;
  left: 3%;
  display: inline-block;
  width: 6px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2196f3;
  border-radius: 2px;
}
@media screen and (max-width:768px){
.instructor-title::before{
  top: -2%;
  left: 6%;
  }
}
.instructor-wrapper{
  display: flex;
  padding: 56px 72px;  
  margin-bottom: 88px;
  background-color: rgba(255,255,255,.5);
  border: 1px solid #2196f3;
  border-radius: 5px;
  justify-content: space-between;
}
@media screen and (max-width:768px){
.instructor-wrapper{
  display: block;
  padding: 44px 20px;  
  margin-bottom: 44px;
  }
}
.instructor .person-outer{
  display: block;
  width: 33.333%;
}
@media screen and (max-width:768px){
.instructor .person-outer{
  width: 100%;
  }
}
.instructor .person{ 
}
.instructor .person figure{
  padding: 10px 30px 30px;
}
@media screen and (max-width:768px){
.instructor .person figure img{
  margin: 0 auto;
  }
}
.instructor .person p{
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width:768px){
.instructor .person p{
  font-size: 1.8rem;
  }
}
.evidence{
  display: flex;
  flex-wrap: nowrap;
  padding: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px){
.evidence{
  justify-content: space-around;
  margin: 0 auto;
  padding: 10px 10px 40px 10px;
  font-size: 1.6rem;
  }
}
.times{
  margin-right: 20px;
}
.times h4{
  margin-bottom: 10px;
}
.people h4{
  margin-bottom: 10px;
}
.instructor-wrapper .detail{
  width: 66.666%;
  padding: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px){
.instructor-wrapper .detail{
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  }
}
.btn-w .btn-temp{
  margin: 0 20px 20px 0;
}
/*--------------------------------------------
*     robot_intro
----------------------------------------------*/
.intro.robot{
  position: relative;
}
.intro.robot .logo-i{
  position: absolute;
  top: 60%;
  right: 10%;
  width: 8%;
  transform: rotate(40deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.intro.robot .logo-i{
  top: 90%;
  right: 20%;
  width: 10%;
  transform: rotate(40deg);
  }
}
/*--------------------------------------------
*     robot_about
----------------------------------------------*/
.robot-about{
  margin: 0 auto;
  padding: 120px 30px 88px;
  background-color: #ecf8ff;
}
@media screen and (max-width:768px){
.robot-about{
  padding: 60px 20px;
  }
}
.robot-about-inner{
  max-width: 1080px;
  margin: 0 auto;
}
.robot-about-wrapper{
  width: 100%;
  padding: 56px 72px 48px;  
  margin-bottom: 32px;
  background-color: #fff;
  border: 1px solid #2196f3;
  border-radius: 5px;
  justify-content: space-between;
}
@media screen and (max-width:768px){
.robot-about-wrapper{
  padding: 32px 20px 32px;
  margin-bottom: 18px;
  }
}
.robot-about-wrapper:last-of-type{
  margin-bottom: 88px;
}
@media screen and (max-width:768px){
.robot-about-wrapper:last-of-type{
  margin-bottom: 60px;
  }
}
.robot-about-title{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 10px 48px;
  padding-left: 30px;
  border-left: 6px solid #2196f3;
}
@media screen and (max-width:768px){
.robot-about-title{
  margin-bottom: 32px;
  padding-left: 24px;
  font-size: 2rem;
  }
}
.robot-about-detail>p{
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 auto 48px;
}
@media screen and (max-width:768px){
.robot-about-detail>p{
  font-size: 1.6rem;
  margin: 0 auto 32px;
  }
}
.robot-about img{
  margin: 0 auto 20px;
}
.robot-about-detail-wrapper{
  display: flex;
}
@media screen and (max-width:768px){
.robot-about-detail-wrapper{
  display: block;
  }
}
.robot-about-detail-wrapper img{
  object-fit: cover;
  padding: 10px;
}
.robot-about-detail-text{
  display: inline-block;
  padding: 20px 0 20px 20px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px){
.robot-about-detail-text{
  padding: 20px 0;
  font-size: 1.6rem;
  }
}
.robot-about-detail-text li{
  list-style-type: disc;
}
.robot-about-detail-text ul{
  padding-left: 20px;
}
.robot-about-exp{
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width:768px){
.robot-about-exp{
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  }
}
.robot-about-exp__row{
  display: flex;
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (max-width:768px){
.robot-about-exp__row{
  display:inline-block;
  width: 100%;
  margin: 0 auto 10px;
  }
}
.robot-about-exp__detail{
  display: block;
  width: 70%;
  margin: 0 10px;
}
@media screen and (max-width:768px){
.robot-about-exp__detail{
  width: 90%;
  }
}
.robot-about-exp__detail .title{
  color: #fff;
  background-color: #2196f3;
}
.robot-about-exp__detail .sentence{
  text-align: left;
  padding: 10px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
.robot-about-exp__detail .sentence{
  padding: 10px 0;
  }
}
/*--------------------------------------------
*     robot_course
----------------------------------------------*/
.course.robot{
  position: relative;
}
.course.robot .logo-t{
  position: absolute;
  top: -8%;
  left: 10%;
  width: 20%;
  transform: rotate(-10deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.course.robot .logo-t{
  top: -3%;
  left: 10%;
  width: 40%;
  transform: rotate(-10deg);
  }
}

/*--------------------------------------------
*     robot_course-item
----------------------------------------------*/
.exp{
  padding: 0 10px 0;
}
.exp h4{
  padding: 0;
  font-size: 2.2rem;
}
.exp h4,p{
  margin-bottom: 10px;
}
.course-item-row.robot{
  display: flex;
  margin-bottom: 88px;
}
@media screen and (max-width:768px){
.course-item-row.robot{
  display: block;
  margin-bottom: 56px;
  }
}
.course-item-row.robot:nth-of-type(even){
  flex-direction: row-reverse;
}
.course-item-row.robot ul{
  padding-left: 24px;
}
.course-item-row.robot li{
  list-style-type: disc;
}


/*--------------------------------------------
*     production_
----------------------------------------------*/
intro.production{
  position: relative;
}
.intro.production .logo-a{
  position: absolute;
  top: -10%;
  right: 10%;
  width: 20%;
  transform: rotate(-40deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.intro.production .logo-a{
  top: -40%;
  right: 10%;
  width: 30%;
  transform: rotate(-40deg);
  }
}
.course.production{
    position: relative;
}
@media screen and (max-width:768px){
  .course.production{
    padding: 0 20px;
  }
}
.course.production .logo-i{
  position: absolute;
  bottom: 40%;
  right: 15%;
  width: 6%;
  transform: rotate(150deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.course.production .logo-i{
  bottom: 40%;
  right: 12%;
  width: 12%;
  transform: rotate(150deg);
  }
}
/*WEBサイト制作*/
.course-item.website{
  margin-bottom: 88px;
}
.course-item.website img{
  max-width: 537px;
}
@media screen and (max-width:992px){
  .course-item.website img{
    max-width: 350px;
  }
}
@media screen and (max-width:768px){
.course-item.website{
  margin-bottom: 44px;
  }
  .course-item.website img{
    max-width: 100%;
  }
}
.course-item-row.website{
  display: inline-block;
  margin-bottom: 88px;
}
@media screen and (max-width:768px){
.course-item-row.website{
  margin-bottom: 44px;
  }
}
.course-item-row.website .title{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 32px;
  padding-left: 48px;
}
@media screen and (max-width:768px){
.course-item-row.website .title{
  margin-bottom: 32px;
  padding-left: 24px;
  font-size: 2.1rem;
  }
}
.course-item-row.website .title::before{
  content: '';
  position: absolute;
  left: 1%;
  top: 3px;
  display: inline-block;
  width: 6px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e8406e;
  border-radius: 2px;
}
@media screen and (max-width:768px){
.course-item-row.website .title::before{
  top: -2%;
  left: 3%;
  width: 6px;
  height: 34px;
  }
}
.course-item-row.website .exp{
  display: flex;
}
@media screen and (max-width:768px){
.course-item-row.website .exp{
  display: block;
  }
}
.course-item-row.website .exp p{
  padding: 10px 10px 0;
}

/*/ランディングページ*/
.course-item.lp{
  margin-bottom: 88px;
}
.course-item.lp img{
  max-width: 537px;
}
.course-item-row.lp{
  display: inline-block;
  margin-bottom: 88px;
}
@media screen and (max-width:992px){
  .course-item.lp img{
    max-width: 350px;
  }
}
@media screen and (max-width:768px){
.course-item-row.lp{
  margin-bottom: 44px;
  }
  .course-item.lp img{
    max-width: 100%;
  }
}
.course-item-row.lp .title{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 32px;
  padding-left: 48px;
}
@media screen and (max-width:768px){
.course-item-row.lp .title{
  font-size: 2.1rem;
  padding-left: 24px;
}
}
.course-item-row.lp .title::before{
  content: '';
  position: absolute;
  left: 1%;
  top: 3px;
  display: inline-block;
  width: 6px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fd9520;
  border-radius: 2px;
}
@media screen and (max-width:768px){
.course-item-row.lp .title::before{
  top: -2%;
  left: 1%;
  width: 6px;
  height: 34px;
  }
}
.course-item-row.lp .exp{
  display: flex;
}
@media screen and (max-width:768px){
.course-item-row.lp .exp{
  display: block;
  }
}
.course-item-row.lp .exp p{
  padding: 10px;
}

/*--------------------------------------------
*    company
*
----------------------------------------------*/
.intro.company{
  position: relative;
}
.intro.company .logo-t{
  position: absolute;
  top: 0%;
  right: 10%;
  width: 25%;
  transform: rotate(-50deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.intro.company .logo-t{
  top: -50%;
  right: 10%;
  width: 30%;
  transform: rotate(-50deg);
  }
}
.intro-inner.company>h2{
  margin-bottom: 0;
}
.company-info{
}
.company-info-inner{
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width:768px){
.company-info-inner{
  margin: 0 auto;
  padding: 0 30px;
  }
}
.ci-table {
  font-size: 1.8rem;
	width: 100%;
	border-collapse: collapse;
  margin-bottom: 152px;
}
@media screen and (max-width:768px){
.ci-table {
  font-size: 1.6rem;
  margin-bottom: 72px;
  }
}
.ci-table th, .ci-table  td {
  height: 10vh;
	text-align: left;
  vertical-align: middle;
	padding: 10px;
	border: 1px solid #1a1b1b;
  border-left: none;
  border-right: none;
}
.ci-table tr:first-of-type {
	border-top: 3px solid #1a1b1b;
}
.ci-table th {
  padding-left: 30px;
	width: 30%;
}
@media screen and (max-width:768px){
.ci-table th {
  padding-left: 10px;
	width: 35%;
  }
}
.td-mb{
  display: inline-block;
  margin-bottom: 10px;
}
/*スクールオフィス地図*/
.company-map{
  position: relative;
}
.company-map .logo-i{
  position: absolute;
  top: -20%;
  right: 40%;
  width: 6%;
  transform: rotate(40deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.company-map .logo-i{
  top: -8%;
  right: 12%;
  width: 10%;
  transform: rotate(40deg);
  }
}
.company-map-title{
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 32px;
  padding-left: 72px;
}
@media screen and (max-width:768px){
.company-map-title{
  font-size: 2.1rem;
  padding-left: 32px;
  margin-bottom: 18px;
  }
}
.company-map-title::before{
  content: '';
  position: absolute;
  top: 3px;
  left: 3%;
  display: inline-block;
  width: 6px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2196f3;
  border-radius: 2px;
}
@media screen and (max-width:768px){
  .company-map-title::before{
  top: 0;
  left: 3%;
  width: 6px;
  height: 34px;
  }
}
.company-map p{
  padding: 20px;
  padding-left: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width:768px){
.company-map p{
  padding: 0 10px;
  margin-bottom: 32px;
  }
}
.company-map p{
  font-size: 1.6rem;
}
.map-gr{
  display: flex;
  padding: 0 30px;
  margin-bottom: 182px;
}
@media screen and (max-width:768px){
.map-gr{
  padding: 0;
  margin-bottom: 88px;
  }
}
@media screen and (max-width:768px){
.map-gr{
  display: block;
  }
}
.map-gr img{
  max-height: 389px;
  margin-right: 10px;
}
@media screen and (max-width:768px){
.map-gr img{
  width: 100%;
  object-fit: cover;
  margin: 0 0 10px;
  }
}
@media screen and (max-width:768px){
.map iframe{
  width: 100%;
  }
}

/*--------------------------------------------
*    contact
*
----------------------------------------------*/
.intro.contact{
  position: relative;
}
.intro.contact .logo-a{
  position: absolute;
  top: 10%;
  right: 5%;
  width: 15%;
  transform: rotate(20deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.intro.contact .logo-a{
  top: -10%;
  right: 10%;
  width: 30%;
  transform: rotate(20deg);
  }
}
.intro .contact h2{
  margin-bottom: 0;
}
.intro .contact h2::before{
  left: 27%;
  top: -20px;
}
@media screen and (max-width:768px){
.intro .contact h2::before{
  left: 27%;
  top: -10px;
  }
}
.contact-form{
  position: relative;
  max-width: 960px;
  margin: 0 auto 182px;
  padding: 30px;
}
@media screen and (max-width:768px){
.contact-form{
  margin: 0 auto 88px;
  padding: 0 30px 0;
  }
}
.contact-form .logo-t{
  position: absolute;
  bottom: -10%;
  right: 10%;
  width: 20%;
  transform: rotate(0deg);
  opacity: 0.2;
}
@media screen and (max-width:768px){
.contact-form .logo-t{
  bottom: -6%;
  right: 12%;
  width: 30%;
  transform: rotate(0deg);
  }
}
.form-detail{
  display: inline-block;
  width: 900px;
}
@media screen and (max-width:768px){
.form-detail{
  display: block;
  width: 100%;
  line-height: 1.8;
  }
}
.form-item{
  font-size: 2.4rem;
  margin-bottom: 48px;
}
@media screen and (max-width:768px){
.form-item{
  font-size: 1.8rem;
  margin-bottom: 32px;
  }
}
.form-item:last-of-type{
  margin-bottom: 55px;
}
.form-parts{
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: solid 1px #d7d7d7;
  background-color: #fff;
}
@media screen and (max-width:768px){
.form-parts{
  width: 100%;
  }
}
.form-parts__text{
  width: 90%;
  padding: 9px 20px 9px 8px;
  border-radius: 3px;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width:768px){
.form-parts__text{
  width: 100%;
  }
}
.form-detail>textarea{
  min-height: 200px;
}
/*-------------------------
*    checkbox
--------------------------*/
.form-parts__checkbox{
  width: 20px;
  height: 20px;
  margin: 0 50px 0 0;
  padding-right: 50px;
  vertical-align: -2px;
}
input[type=checkbox] { display:none; } 
/* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

/*input[type=checkbox]:checked + label:before { content: "\f046"; } */
input[type=checkbox]:checked + label:before { content: "\f14a"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */

.form-title{
  font-weight: bold;
  margin-bottom: 18px;
}
.caution{
  display: inline-block;
  width: 90px;
  margin-left: 20px;
  padding: 2px 0 ;
  border-radius: 3px;
  background-color: #e8406e;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  vertical-align: 2px;
}
@media screen and (max-width:768px){
.caution{
  font-size: 1.6rem;
  }
}
.optional{
  display: inline-block;
  width: 90px;
  margin-left: 20px;
  padding: 2px 0 ;
  border: 1px solid #1a1b1b;
  border-radius: 3px;
  background-color: #fff;
  color: #1a1b1b;
  font-size: 2.2rem;
  text-align: center;
  vertical-align: 2px;
}
@media screen and (max-width:768px){
.optional{
  font-size: 1.6rem;
  }
}
input[type="submit"]{
-webkit-appearance: none;
}
.btn-submit{
  display: inline-block;
  width: 250px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #2196f3;
  background-color: #2196f3;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width:768px){
.btn-submit{
  width: 200px;
  font-size: 1.8rem;
  }
}
.btn-submit:hover{
  cursor : pointer;
  opacity: 0.8;
}
/*--------------------------------------------
*    blog
*
----------------------------------------------*/
.intro .blog h2{
  margin-bottom: 0;
}
.blog.intro-inner{
  margin: 104px auto 30px;
}
.blog-main{
  max-width: 1080px;
  padding: 0 30px;
  margin: 0 auto 80px;
}
.blog-main .post-list{
	display: flex;
	margin-bottom: 40px;
	padding: 1px;
	border-radius: 0px;
	box-sizing: border-box;
	box-shadow: 0 0 3px #999;
}
.blog-main .post-list figure{
  margin-right: 10px;
  /* width: 60%; */
}
.blog-main .post-list figure img{
  vertical-align: top;
  border: 0.5px solid #c3c3c3;
  min-width: 300px;
  max-width: 100%;
}
@media screen and (max-width:575px){
  .blog-main .post-list{
    display: block;
  }
  .blog-main .post-list figure {
    width: 100%;
  }
  .blog-main .post-list figure img{
    width: 100%;
  }
}
.article-info {
  padding: 10px;
}
.article-info h1{
  padding: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
}
.article-info .article-cate{
	background-color: #000;
	color: #fff;
  padding: 5px 8px 5px 8px;
  font-size: 1.1rem;
}
.article-info time{
	color: #8B8B8B;
  font-size: 1.5rem;
  padding: 5px;
}
.article-info p {
  color: #8B8B8B;
  font-size: 1.5rem;
  margin: 10px auto;
}
/*--------------------------------------------
*    pagination
*
----------------------------------------------*/
ul.page-numbers {
  display: flex;
  text-align: center;
  justify-content: center !important;
}
ul.page-numbers li {
  display: block;
  overflow: hidden;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
  padding: 6px 12px;
  display: block;
  border: 0.5px solid #707070;
  margin-left: -1px;
  color: #464646;
}
ul.page-numbers li span.page-numbers.current {
  background-color: #000000;
  color: #fff;
}