/*----------------------------------------------------------------------------*\
  FOUNDATION
  ----------------------------------------------------------------------------*/
.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button::before {
  opacity: .8;
  font-size: 12px;
  color: #aaa;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #eea600;
}

.mfp-bg {
  background: black;
  opacity: 0.9;
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: 0;
  padding-right: 0;
  opacity: 1;
}
.fs_text {
  font-size: 20px;
  line-height: 1.5;
}
.fs_text.fe2, .fs_text.fe2_2,.fs_text.cs3, .fs_text.cs3_2, .fs_text.cs3_3, .fs_text.cs3_4, .fs_text.cs3_5 {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}
.fs_text.fe4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.fs_text.fe5 {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 0;
}
.center{
  text-align: center;
}

.fs_text2 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 60px;
}
.button.fe5{
  width: 490px;
  height: 80px;
  padding-top: 15px;
  font-size: 24px;
  background-color: #009688;
}
.button.fe5:hover{
  background-color: #4CAF50;
}
.button.fe5_1{
  margin: 50px auto 80px;
  width: 350px;
  height: 80px;
  padding-top: 15px;
  font-size: 24px;
  background-color: #ea5506;
}
.button.fe5_1:hover{
  background-color: #F44336;
}
.button.fe5_2{
  margin: 100px auto 50px;
  width: 350px;
  height: 80px;
  padding-top: 15px;
  font-size: 24px;
  background-color: #ea5506;
}
.button.fe5_2:hover{
  background-color: #F44336;
}
.button.fe5_3{
  margin: 50px auto 100px;
  width: 350px;
  height: 80px;
  padding-top: 15px;
  font-size: 24px;
  background-color: #ea5506;
}
.button.fe5_3:hover{
  background-color: #F44336;
}
.button.fe5_4{
  margin: 50px auto 80px;
  width: 350px;
  height: 80px;
  padding-top: 15px;
  font-size: 24px;
  background-color: #ea5506;
}
.button.fe5_4:hover{
  background-color: #F44336;
}
.button.fe5_5{
  margin: 10px auto 80px;
  width: 350px;
  height: 80px;
  padding-top: 15px;
  font-size: 24px;
  background-color: #ea5506;
}
.button.fe5_5:hover{
  background-color: #F44336;
}

.button.cs6{
  margin: 20px auto 80px;
  width: 350px;
  height: 80px;
  padding-top: 15px;
  font-size: 24px;
  background-color: #ea5506;
}
.button.cs6:hover{
  background-color: #F44336;
}
.fe-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 1rem;
}
.cs-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 1rem;
}
.fe-card {
  box-shadow:
    0 0.2px 0.3px rgba(0, 0, 0, 0.017),
    0 0.4px 0.7px rgba(0, 0, 0, 0.024),
    0 0.6px 1.2px rgba(0, 0, 0, 0.03),
    0 1px 1.9px rgba(0, 0, 0, 0.035),
    0 1.5px 2.9px rgba(0, 0, 0, 0.04),
    0 2.4px 4.5px rgba(0, 0, 0, 0.046),
    0 4px 7.5px rgba(0, 0, 0, 0.053),
    0 8px 15px rgba(0, 0, 0, 0.07)
  ;
  border-radius: 4px;
}
.fe-card.fe4_01{
  color: #FFF;
  background-color: #2196F3;
}
.fe-card.fe4_02{
  color: #FFF;
  background-color: #4CAF50;
}
.fe-card.fe4_03{
  color: #FFF;
  background-color: #FF9800;
}
.fe-card__content {
  font-size: 1.1em;
  padding: 1em;
}
.fe-card__content.cs4 {
  background-color: #FFF;
  font-size: 1.1em;
  padding: 1em;
}

.fe-card__content h3{
  color: #FFEB3B;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.fe-card__content h4{
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.fe-card__content h4.cs4{
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}
.fe-card__content h5{
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.fe-card__content ul.fs_text.fe2, .fe-card__content ul.fs_text.fe2_2,.fe-card__content ul.fs_text.cs3, .fe-card__content ul.fs_text.cs3_2, .fe-card__content ul.fs_text.cs3_3, .fe-card__content ul.fs_text.cs3_4, .fe-card__content ul.fs_text.cs3_5{
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
}
.fe-card__content ul.fs_text.fe4{
  padding: 0;
  list-style-type: none;
  border: none;
}
.fe-card__content ul.fs_text.fe2 li, .fe-card__content ul.fs_text.fe2_2 li,.fe-card__content ul.fs_text.cs3 li, .fe-card__content ul.fs_text.cs3_2 li, .fe-card__content ul.fs_text.cs3_3 li, .fe-card__content ul.fs_text.cs3_4 li, .fe-card__content ul.fs_text.cs3_5 li{
  position:relative;
  padding: 0.1em 0 0.3em 2em;
  line-height: 1.5;
}
.fe-card__content ul.fs_text.fe4 li{
  margin-left: 0;
  position:relative;
  padding: 0.1em 0 0.3em 1.5em;
  line-height: 1.5;
}

.fe-card__content ul.fs_text.fe2 li:after, .fe-card__content ul.fs_text.fe2 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#FFC107; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.fe-card__content ul.fs_text.fe2_2 li:after, .fe-card__content ul.fs_text.fe2_2 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#009688; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.fe-card__content ul.fs_text.cs3 li:after, .fe-card__content ul.fs_text.cs3 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#ffeb3b; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.fe-card__content ul.fs_text.cs3_2 li:after, .fe-card__content ul.fs_text.cs3_2 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#78eefd; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.fe-card__content ul.fs_text.cs3_3 li:after, .fe-card__content ul.fs_text.cs3_3 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#FFC107; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.fe-card__content ul.fs_text.cs3_4 li:after, .fe-card__content ul.fs_text.cs3_4 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#c1e696; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.fe-card__content ul.fs_text.cs3_5 li:after, .fe-card__content ul.fs_text.cs3_5 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#a2cef1; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.fe-card__content ul.fs_text.fe4 li:after, .fe-card__content ul.fs_text.fe4 li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#FFFFFF; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}

.fe-card__content ul.fs_text.fe2 li:after, .fe-card__content ul.fs_text.fe2_2 li:after,.fe-card__content ul.fs_text.cs3 li:after, .fe-card__content ul.fs_text.cs3_2 li:after, .fe-card__content ul.fs_text.cs3_3 li:after, .fe-card__content ul.fs_text.cs3_4 li:after, .fe-card__content ul.fs_text.cs3_5 li:after, .fe-card__content ul.fs_text.fe4 li:after{
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

.fe3_left{
  float: left;
  width: 220px;
  height: 210px;
  clear: both;
}

.fe3-heading{
background-color:#ea5506;
color:#ffffff;
border-radius: 20px;
margin: 40px 0 10px;
}
.fe4-card{
  padding: 0 60px;
  margin: 40px auto 0;
}
.fe5-card{
  padding: 0 60px;
  margin: 40px auto;
}
.fe3-line{
  border: 1px double #FFF;
  padding: 10px;
  margin: 10px 0;
  font-size: 20px;
}
.marker1{
    background:linear-gradient(transparent 50%, #ffeb3b 0%);
}
.marker2{
    background:linear-gradient(transparent 50%, #78eefd 0%);
}
.marker3{
    background:linear-gradient(transparent 50%, #FFC107 0%);
}
.marker4{
    background:linear-gradient(transparent 50%, #c1e696 0%);
}
.marker5{
    background:linear-gradient(transparent 50%, #a2cef1 0%);
}
.cs_marker_pink{
    background:linear-gradient(transparent 50%, #fcc9f9 0%);
    font-weight: bold;
}
.fe4-heading{
    border-bottom: 3px dotted #FFF;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
}
.fe1-05 ul {
  list-style: disc;
}
.cs_textlink {
  color: #2196f3;
}
/*----------------------------------------------------------------------------*\
  BASE
  ----------------------------------------------------------------------------*/
html, body {
  min-height: 100%;
  font-family: sans-serif;
}

/* 2021.7.9 add start */
ul {
  margin-bottom: 10px;
}

li {
  margin-left:1em;
}
/* 2021.7.9 add end */

/* 2021.10.1 add start */
.newmark {
  font-size: smaller;
  font-weight: bold;
  color: red;
}
/* 2021.10.1 add end */

/* add start 2021.10.26 */
p {
  margin: 0 0 1em 0.5em;
}
/* add end 2021.10.26 */

/*----------------------------------------------------------------------------*\
  TOOLS
  ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  COMPONENTS
  ----------------------------------------------------------------------------*/
.case-detail {
  background: white;
}

.case-detail__title {
  font-size: 30px;
  line-height: 1.4;
}

.case-detail__logo {
  width: 200px;
}

.case-detail__paragraph {
  font-size: 18px;
  line-height: 2;
}

.case-detail__image {
  width: 100%;
}

.fe_maintext{
  margin-top: -40px;
  color: #333;
  padding: 10px 15px 15px;
  line-height: 1.2;
}
.cs_maintext{
  margin-top: -40px;
  color: #333;
  padding: 10px 15px 15px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .no_sp{
    display: none !important;
    }
  .view_sp{
    display: block;
    }
  .fs_text {
    font-size: 16px;
    line-height: 1.3;
  }
  .home-news__title.fe{
    padding: 15px 10px;
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .fe_menu ul, .cs_menu ul {
    margin-top: 10px;
    position: relative;
  }
  .fe_menu ul li {
    color: #333;
    font-size: 110%;
    border-left: solid 6px #ea5506;
    background: #fff;
    margin-bottom: 3px;
    line-height: 1.3;
    padding: 0.5em;
    list-style-type: none!important;
  }
  .cs_menu ul li {
    color: #333;
    font-size: 110%;
    border-left: solid 6px #2196f3;
    background: #fff;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;
  }
  .fe_menu ul a, .cs_menu ul a {
    text-decoration: none;
  }
  .fe_menu ul li:hover{
    color: #ff5722;
    font-weight: bold;
    background-color: #f1f0ea;
  }
  .cs_menu ul li:hover{
    color: #2196f3;
    font-weight: bold;
    background-color: #f1f0ea;
  }
  .home-blog__title.fe {
    padding: 15px 10px;
    background-color: #333;
    color: #FFF;
    margin: 0 auto 10px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
  }
  .home-services__services.fe {
    display: block;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .home-services__services.fe1-04 {
    display: block;
    justify-content: start;
    margin: 0;
    padding: 0;
  }
  .home-services__service.fe1 {
    padding-top: 180px;
    width: calc(100% - 26px);
  }
  .home-services__service.fe1-04 {
    height: 45vh;
    padding-top: 180px;
    width: calc(100% - 26px);
  }
  .home-services__service.fe1-05 {
    padding-top: 0;
    margin-top: -135px;
    width: calc(100% - 26px);
  }
  .home-services__service.cs2 {
    padding-top: 180px;
    width: calc(100% - 26px);
  }
  .home-services__service-text {
    margin: 20px 20px 0;
  }
  .button.fe5_1{
    margin-top: 0;
  }
  .home-services__title.fe {
    margin: 0 15px;
    padding: 15px 10px;
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
  }
  .home-services__title.cs5 {
    padding: 15px 10px;
    background-color: #333;
    color: #FFF;
    margin: 0 15px 40px;
    max-width: 1280px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
  }
  .fe-container{
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: 1rem;
  }
  .cs-container{
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: 1rem;
  }
  .fe-card__content img {
    width: 100%;
  }
  .fe-card__content h3 img,#cs3 img {
    width: 50%;
  }

  .fe-card__content h4{
    line-height: 1.5;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  .fe-card__content h4.cs4{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  .home-cases.fe3 {
    color: #333;
    padding: 54px 0;
    background: url("../images/first_elearning/bg_fe3.png") no-repeat center center;
    background-size: cover;
  }
  .home-cases.cs4 {
    color: #333;
    padding: 54px 0;
    background: url("../images/content_sale/bg_cs4.png") no-repeat center center;
    background-size: cover;
  }
  .home-cases__title.fe {
    padding: 15px 10px;
    background-color: #333;
    color: #FFF;
    margin: 0 15px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
  }
  .home-cases__title.fe5 {
    padding: 15px 10px;
    background-color: #FFF;
    color: #3F51B5;
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
  }
  .fs_text.fe2, .fs_text.fe2_2,.fs_text.cs3, .fs_text.cs3_2, .fs_text.cs3_3, .fs_text.cs3_4, .fs_text.cs3_5 {
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
  }
  .fe4-card{
    padding: 0 15px;
    margin: 40px auto 0;
  }
  .fe5-card{
    padding: 0;
    margin: 40px auto;
  }

  .button.fe5{
    width: 100%;
    height: 60px;
    padding-top: 5px;
    font-size: 17px;
    background-color: #009688;
  }
  .button.fe5:hover{
    background-color: #4CAF50;
  }
  .button.fe5_1{
    margin: 50px auto 80px;
    width: 350px;
    height: 80px;
    padding-top: 15px;
    font-size: 24px;
    background-color: #ea5506;
  }
  .button.fe5_1:hover{
    background-color: #F44336;
  }
  .button.fe5_2{
    margin: 100px auto 50px;
    width: 350px;
    height: 80px;
    padding-top: 15px;
    font-size: 24px;
    background-color: #ea5506;
  }
  .button.fe5_2:hover{
    background-color: #F44336;
  }
  .button.fe5_3{
    margin: 50px auto 100px;
    width: 350px;
    height: 80px;
    padding-top: 15px;
    font-size: 24px;
    background-color: #ea5506;
  }
  .button.fe5_3:hover{
    background-color: #F44336;
  }
  .button.fe5_4{
    margin: 50px auto 80px;
    width: 350px;
    height: 80px;
    padding-top: 15px;
    font-size: 24px;
    background-color: #ea5506;
  }
  .button.fe5_4:hover{
    background-color: #F44336;
  }
  .button.fe5_5{
    margin: 10px auto 80px;
    width: 350px;
    height: 80px;
    padding-top: 15px;
    font-size: 24px;
    background-color: #ea5506;
  }
  .button.fe5_5:hover{
    background-color: #F44336;
  }
  .button.cs6{
    margin: 20px auto 80px;
    width: 350px;
    height: 80px;
    padding-top: 15px;
    font-size: 24px;
    background-color: #ea5506;
  }
  .button.cs6:hover{
    background-color: #F44336;
  }
  .home-cases__lead.fe3 {
    padding: 0 15px;
  }
  .key-visual_xstage.fe,.key-visual_xstage.cs {
    position: relative;
    z-index: 0;
    width: 100%;
    background:rgb(255, 255, 255)
  }
  .cs5_text {
    margin: 0 15px;
    line-height: 1.3;
  }
  .cs5_text2 {
    margin: 0 15px;
    line-height: 1.3;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .no_pc{
    display: none !important;
    }
  .view_pc{
    display: block;
    }
}
@media screen and (max-width: 767px) {
  .case-detail {
    padding: 40px 15px 70px;
  }
  .case-detail__logo {
    margin-top: 10px;
  }
  .case-detail__tags {
    margin-top: 10px;
  }
  .case-detail__body {
    margin-top: 60px;
  }
  .case-detail__paragraph + .case-detail__paragraph {
    margin-top: 25px;
  }
  .case-detail__text {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .case-detail {
    padding: 95px 100px;
  }
  .case-detail__head {
    position: relative;
    padding-right: 240px;
  }
  .case-detail__logo {
    position: absolute;
    top: 0;
    right: 0;
  }
  .case-detail__tags {
    margin-top: 20px;
  }
  .case-detail__body {
    margin-top: 50px;
  }
  .case-detail__paragraph {
    display: flex;
    align-items: flex-start;
  }
  .case-detail__paragraph + .case-detail__paragraph {
    margin-top: 30px;
  }
  .case-detail__image {
    margin-left: 30px;
    width: 300px;
    height: auto;
  }
}

.case-key-visual {
  text-align: center;
}

.case-key-visual__title {
  font-size: 30px;
  color: #eea600;
}

@media screen and (min-width: 768px) {
  .case-key-visual__title {
    font-size: 36px;
  }
}

.case {
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .case__head {
    padding-top: 100px;
    padding-bottom: 60px;
    background: url("../images/cases/bg_kv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .case__nav {
    margin-top: 30px;
    overflow: auto;
  }
  .case__body {
    padding-bottom: 110px;
  }
  .case__button {
    margin: 55px 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .case {
    padding-bottom: 120px;
  }
  .case__head {
    padding-top: 160px;
    padding-bottom: 80px;
    background: url("../images/cases/bg_kv.png") no-repeat center center;
    background-size: cover;
  }
  .case__nav {
    margin-top: 40px;
  }
  .case__body {
    margin: 0 auto;
    padding: 70px 60px 0;
    max-width: 1280px;
  }
  .case__button {
    margin: 67px auto 0;
  }
}

.case-box {
  background: white;
}

.case-box__title {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}

.case-box__title:hover {
  color: #eea600;
}

.case-box__title--no-link:hover {
  color: #333;
}

.case-box a.case-box__title {
  color: #eea600;
}

.case-box a.case-box__title:hover {
  text-decoration: underline;
}

.case-box__more {
  color: #eea600;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .case-box {
    padding: 36px 18px 32px;
  }
  .case-box__title {
    font-size: 18px;
  }
  .case-box__tags {
    margin-top: 4px;
  }
  .case-box__body {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .case-box {
    padding: 28px 30px;
  }
  .case-box__head {
    display: flex;
    align-items: center;
  }
  .case-box__title {
    margin-right: 28px;
    font-size: 18px;
  }
  .case-box__body {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.cases-filters__inner {
  border-bottom: 1px solid #dfdfdf;
}

.cases-filters__item {
  display: flex;
  align-items: center;
}

.cases-filters__label {
  line-height: 1.4;
}

.cases-filters__filter {
  position: relative;
  border-color: #d9d9d9;
  border-radius: 10px;
  padding: 0 25px;
  height: 2.6em;
}

@media screen and (max-width: 767px) {
  .cases-filters {
    padding: 0 15px;
    font-size: 15px;
  }
  .cases-filters__inner {
    padding-bottom: 25px;
  }
  .cases-filters__item {
    padding-top: 20px;
  }
  .cases-filters__label {
    width: 34%;
  }
  .cases-filters__filter {
    width: 66%;
  }
}

@media screen and (min-width: 768px) {
  .cases-filters {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .cases-filters__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .cases-filters__item {
    margin: 0 30px;
  }
  .cases-filters__label {
    margin-right: 28px;
  }
  .cases-filters__filter {
    display: block;
    width: 263px;
  }
}

.cases-key-visual {
  text-align: center;
}

.cases-key-visual__title {
  font-size: 30px;
  color: #eea600;
}

.cases-key-visual__lead {
  color: #cccaca;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .cases-key-visual__title {
    padding-bottom: 50px;
    background: url("../images/company/line_kv_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .cases-key-visual__lead {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .cases-key-visual__title {
    padding-bottom: 65px;
    background: url("../images/company/line_kv.png") no-repeat center bottom;
    background-size: 1275px auto;
    font-size: 36px;
  }
  .cases-key-visual__lead {
    margin-top: 10px;
    font-size: 15px;
  }
}

.cases-list__item {
  display: none;
}

.cases-list__item.is-active {
  display: block;
}

.cases-list__item + .cases-list__item {
  margin-top: 20px;
}

.cases-list__foot {
  display: none;
  position: relative;
  text-align: center;
}

.cases-list__foot::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ccc;
  width: 100%;
  height: 1px;
}

.cases-list__foot.is-active {
  display: block;
}

.cases-list__more {
  position: relative;
  z-index: 1;
  display: inline-block;
/* mod    
  padding: 0 60px 0 30px;
  background: #f5f5f5;  */
  padding: 18px 60px 15px 30px;
  background:#ffd20a;
  font-size: 20px; 
  color: rgb(75, 75, 75);
  text-align: center;
  cursor: pointer;
}

.cases-list__more::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; 
  right: 35px;
  transform: translateY(-75%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .cases-list {
    margin: 28px 15px 0;
  }
  .cases-list__foot {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .cases-list {
    margin: 32px auto 0;
    padding: 0 60px;
    max-width: 1280px;
  }
  .cases-list__foot {
/* mod    
    margin-top: 90px; */
    margin-top: 50px;
  }
}

.cases-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1280px;
}

.cases-nav__item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(255, 255, 255, 0.2) no-repeat center top;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.cases-nav__item:hover, .cases-nav__item.is-active {
  background-color: #f5f5f5;
  color: #eea600;
}

.cases-nav__item--all {
  background-image: url("../images/cases/ico_all.png");
  background-position-y: 14px;
  background-size: 23px auto;
}

.cases-nav__item--all:hover, .cases-nav__item--all.is-active {
  background-image: url("../images/cases/ico_all_on.png");
}

.cases-nav__item--government {
  background-image: url("../images/cases/ico_government.png");
  background-position-y: 9px;
  background-size: 25px auto;
}

.cases-nav__item--government:hover, .cases-nav__item--government.is-active {
  background-image: url("../images/cases/ico_government_on.png");
}

.cases-nav__item--education {
  background-image: url("../images/cases/ico_education.png");
  background-position-y: 12px;
  background-size: 37px auto;
}

.cases-nav__item--education:hover, .cases-nav__item--education.is-active {
  background-image: url("../images/cases/ico_education_on.png");
}

.cases-nav__item--finance {
  background-image: url("../images/cases/ico_finance.png");
  background-position-y: 13px;
  background-size: 37px auto;
}

.cases-nav__item--finance:hover, .cases-nav__item--finance.is-active {
  background-image: url("../images/cases/ico_finance_on.png");
}

.cases-nav__item--maker {
  background-image: url("../images/cases/ico_maker.png");
  background-position-y: 12px;
  background-size: 33px auto;
}

.cases-nav__item--maker:hover, .cases-nav__item--maker.is-active {
  background-image: url("../images/cases/ico_maker_on.png");
}

.cases-nav__item--service {
  background-image: url("../images/cases/ico_service.png");
  background-position-y: 15px;
  background-size: 43px auto;
}

.cases-nav__item--service:hover, .cases-nav__item--service.is-active {
  background-image: url("../images/cases/ico_service_on.png");
}

.cases-nav__item--etc {
  background-image: url("../images/cases/ico_etc.png");
  background-position-y: 21px;
  background-size: 25px auto;
}

.cases-nav__item--etc:hover, .cases-nav__item--etc.is-active {
  background-image: url("../images/cases/ico_etc_on.png");
}

.cases-nav__text {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cases-nav {
    padding: 0 15px;
    width: 682px;
  }
  .cases-nav__item {
    padding: 45px 0 6px;
    width: 88px;
  }
  .cases-nav__text--condensed {
    margin: 0 -0.5em;
    transform: scaleX(0.85);
  }
}

@media screen and (min-width: 768px) {
  .cases-nav__item {
    padding: 45px 4px 12px;
    width: 13.8%;
  }
}

.cases__body {
  padding-top: 1px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .cases__head {
    padding-top: 100px;
    background: url("../images/cases/bg_kv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .cases__nav {
    margin-top: 30px;
    overflow: auto;
  }
  .cases__body {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .cases__head {
    padding-top: 160px;
    background: url("../images/cases/bg_kv.png") no-repeat center center;
    background-size: cover;
  }
  .cases__nav {
    margin-top: 40px;
  }
  .cases__body {
    padding-bottom: 130px;
  }
}

.company-access {
  border-top: 1px solid #d9d9d9;
  background: #f5f5f5;
}

.company-access__title {
  font-weight: bold;
  font-size: 32px;
}

.company-access__map {
  margin-top: 48px;
  width: 100%;
}

.company-access__informations {
  font-size: 15px;
  line-height: 1.8;
}

.company-access__name > strong {
  font-weight: bold;
}

.company-access__address {
  margin-top: 8px;
  color: #666;
}

.company-access__tel {
  color: #666;
}

@media screen and (max-width: 767px) {
  .company-access {
    padding: 95px 0 115px;
  }
  .company-access__title {
    margin: 0 15px;
  }
  .company-access__map {
    height: 375px;
  }
  .company-access__body {
    margin: 32px 15px 0;
  }
  .company-access__name > strong {
    display: block;
  }
  .company-access__address {
    display: flex;
  }
  .company-access__address > span {
    display: block;
  }
  .company-access__button {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .company-access {
    padding: 125px 0 182px;
  }
  .company-access__title {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-access__map {
    height: 500px;
  }
  .company-access__body {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-access__name > strong {
    margin-right: 18px;
  }
}

.company-history {
  position: relative;
  background: url("../images/home/bg_company.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.company-history__inner {
  position: relative;
  z-index: 1;
}

.company-history__title {
  font-weight: bold;
  font-size: 32px;
}

.company-history__body {
  position: relative;
}

.company-history__body::before {
  content: '';
  display: block;
  position: absolute;
  background: white;
}

.company-history__point {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}

.company-history__point::before {
  content: '';
  display: block;
  position: absolute;
  background: white;
}

.company-history__point::after {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid #eea600;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}

.company-history__date {
  font-weight: bold;
}

.company-history__background {
  position: absolute;
  z-index: 0;
  display: block;
}

.company-history__background--i {
  right: 641px;
  bottom: 270px;
  width: 65px;
}

.company-history__background--n {
  right: 171px;
  bottom: -53px;
  width: 584px;
}

.company-history__background--g {
  right: 0;
  bottom: 90px;
  width: 282px;
}

.company-history__text > sup {
  font-size: 0.7rem;
}

.company-history__note {
  position: absolute;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .company-history {
    padding: 90px 15px 105px;
  }
  .company-history__body {
    margin-top: 50px;
    padding: 17px 0 0;
  }
  .company-history__body::before {
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
  }
  .company-history__point {
    margin-top: 25px;
    padding-left: 55px;
  }
  .company-history__point:first-child {
    margin-top: 0;
  }
  .company-history__point::before {
    top: 16px;
    left: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 2px;
  }
  .company-history__point::after {
    top: 16px;
    left: 0;
    transform: translateY(-50%);
  }
  .company-history__text {
    line-height: 1.5;
  }
  .company-history__background--i {
    right: 295px;
    bottom: 118px;
    width: 31px;
  }
  .company-history__background--n {
    right: 80px;
    bottom: -30px;
    width: 270px;
  }
  .company-history__background--g {
    right: 0;
    bottom: 35px;
    width: 131px;
  }
  .company-history__note {
    right: 0;
    bottom: -50px;
  }
}

@media screen and (min-width: 768px) {
  .company-history {
    padding: 80px 0 115px;
  }
  .company-history__inner {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
    min-width: 1160px;
  }
  .company-history__body {
    display: flex;
    align-items: flex-start;
    margin-top: 115px;
  }
  .company-history__body::before {
    top: 45.6%;
    left: 0;
    width: 100%;
    min-width: 1160px;
    height: 1px;
  }
  .company-history__point {
    text-align: center;
    white-space: nowrap;
  }
  .company-history__point:first-child {
    left: 30px;
  }
  .company-history__point:nth-child(2) {
    left: 160px;
  }
  .company-history__point:nth-child(3) {
    left: 0;
  }
  .company-history__point:last-child {
    left: -80px;
  }
  .company-history__point::before {
    left: calc(50% - 1px);
    width: 2px;
    height: 70px;
  }
  .company-history__point::after {
    left: calc(50% - 10px);
  }
  .company-history__point:nth-of-type(odd) {
    padding-bottom: 105px;
  }
  .company-history__point:nth-of-type(odd)::before {
    bottom: 20px;
  }
  .company-history__point:nth-of-type(odd)::after {
    bottom: 0;
  }
  .company-history__point:nth-of-type(even) {
    margin-top: 145px;
    padding-top: 105px;
  }
  .company-history__point:nth-of-type(even)::before {
    top: 20px;
  }
  .company-history__point:nth-of-type(even)::after {
    top: 0;
  }
  .company-history__background--i {
    right: 641px;
    bottom: 270px;
    width: 65px;
  }
  .company-history__background--n {
    right: 171px;
    bottom: -53px;
    width: 584px;
  }
  .company-history__background--g {
    right: 0;
    bottom: 90px;
    width: 282px;
  }
  .company-history__note {
    right: 60px;
    bottom: -90px;
  }
}

.company-informations {
  background: #f5f5f5;
}

.company-informations__title {
  font-weight: bold;
  font-size: 32px;
}

.company-informations__list {
  background: white;
  font-size: 15px;
}

.company-informations__list-head {
  font-weight: bold;
}

.company-informations__list-head > small {
  font-weight: normal;
}

.company-informations__list-body {
  color: #666;
}

.company-informations__link {
  color: #eea600;
  text-decoration: none;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .company-informations {
    padding: 90px 15px 70px;
  }
  .company-informations__list {
    margin-top: 36px;
    padding: 5px 15px 45px;
    line-height: 2;
  }
  .company-informations__list-head {
    padding-top: 15px;
  }
  .company-informations__list-body {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
  }
  .company-informations__list-body:last-of-type {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .company-informations {
    padding: 150px 0 135px;
  }
  .company-informations__title {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-informations__list {
    margin: 36px auto 0;
    padding: 15px 30px;
    max-width: 1160px;
    line-height: 1.8;
  }
  .company-informations__list-head {
    padding: 20px 0;
    float: left;
    width: 183px;
  }
  .company-informations__list-body {
    padding: 20px 0 20px 183px;
    border-top: 1px solid #d9d9d9;
  }
  .company-informations__list-body:first-of-type {
    border-top: none;
  }
}

.company-key-visual {
  text-align: center;
}

.company-key-visual__title {
  font-size: 30px;
  color: #eea600;
}

.company-key-visual__lead {
  color: white;
}

.company-key-visual__text {
  color: #cccaca;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .company-key-visual {
    padding: 100px 15px 45px;
    background: url("../images/company/bg_kv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .company-key-visual__title {
    padding-bottom: 50px;
    background: url("../images/company/line_kv_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .company-key-visual__lead {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.8;
  }
  .company-key-visual__text {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .company-key-visual {
    padding: 160px 0 56px;
    background: url("../images/company/bg_kv.png") no-repeat center center;
    background-size: cover;
  }
  .company-key-visual__title {
    padding-bottom: 65px;
    background: url("../images/company/line_kv.png") no-repeat center bottom;
    background-size: 1275px auto;
  }
  .company-key-visual__lead {
    margin-top: 40px;
    font-size: 36px;
    line-height: 1.66;
  }
  .company-key-visual__text {
    margin-top: 35px;
    font-size: 18px;
  }
}

.company-message {
  background: #ebf6f6 url("../images/company/bg_message.png") no-repeat center center;
  background-size: cover;
}

.company-message__title {
  font-weight: bold;
  color: #333;
}

.company-message__body {
  background: rgba(255, 255, 255, 0.6);
}

.company-message__lead {
  font-weight: bold;
}

.company-message__paragraph {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.9;
}

.company-message__paragraph > strong {
  font-weight: bold;
  color: #eea600;
}

.company-message__signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.company-message__post {
  margin-right: 24px;
  font-size: 14px;
}

.company-message__signature-image {
  display: block;
  width: 139px;
}

.company-message__image {
  display: block;
}

.company-message__name{
  font-size: 21px;
}


@media screen and (max-width: 767px) {
  .company-message {
    padding: 80px 15px 120px;
  }
  .company-message__title {
    font-size: 32px;
  }
  .company-message__body {
    margin: 40px auto 0;
    padding: 35px 15px;
  }
  .company-message__lead {
    margin-top: 40px;
    font-size: 24px;
  }
  .company-message__signature {
    margin-top: 35px;
  }
  .company-message__image {
    margin: 0 auto;
    width: 230px;
  }
}

@media screen and (min-width: 768px) {
  .company-message {
    padding: 125px 0 135px;
  }
  .company-message__title {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
    font-size: 36px;
  }
  .company-message__body {
    margin: 60px auto 0;
    padding: 60px 50px;
    max-width: 1160px;
  }
  .company-message__lead {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .company-message__signature {
    margin-top: 50px;
  }
  .company-message__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company-message__image {
    margin-top: 30px;
    width: 240px;
  }
  .company-message__message {
    width: calc(100% - 275px);
  }
}

.company-officers {
  background: #f5f5f5;
}

.company-officers__title {
  font-weight: bold;
  font-size: 32px;
}

.company-officers__officer {
  background: white;
}

.company-officers__post {
  font-size: 15px;
}

.company-officers__name {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.company-officers__name-japanese {
  margin-right: 12px;
  font-weight: bold;
  font-size: 24px;
}

.company-officers__name-english {
  font-size: 15px;
  color: #eea600;
}

.company-officers__text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

@media screen and (max-width: 767px) {
  .company-officers {
    padding: 90px 15px 103px;
  }
  .company-officers__body {
    margin-top: 40px;
  }
  .company-officers__officer {
    margin-top: 28px;
    padding: 32px 15px;
  }
}

@media screen and (min-width: 768px) {
  .company-officers {
/*  mod start 2021.9.7 */    
/*  padding: 180px 0 144px; */
    padding: 140px 0 140px;
/*  mod end 2021.9.7 */    
  }
  .company-officers__title {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-officers__body {    
    display: flex;
    justify-content: space-between;
/*  mod start 2021.9.7 */
/*  margin: 64px auto 0; */
    margin: 45px auto 0;
/*  mod end 2021.9.7 */   
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-officers__officer {
    padding: 30px;
/*  mod start 2021.9.7 */    
/*  width: calc(33.3% - 26px); */
    width: calc(50% - 26px);
/*  mod end 2021.9.7 */   
  }
}

.company-recruit-guide {
  display: none;
  padding: 10px 30px;
  background: white;
}

.company-recruit-guide.is-active {
  display: block;
}

.company-recruit-guide__title, .company-recruit-guide__body {
  font-size: 15px;
  line-height: 1.7;
}

.company-recruit-guide__title {
  border-top: 1px solid #d9d9d9;
  font-weight: bold;
}

.company-recruit-guide__title:first-of-type {
  border-top: none;
}

.company-recruit-guide__link {
  margin: 0 0.5em;
  color: #eea600;
  text-decoration: none;
}

.company-recruit-guide__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .company-recruit-guide {
    padding: 10px 15px;
  }
  .company-recruit-guide__title, .company-recruit-guide__body {
    font-size: 15px;
    line-height: 2;
  }
  .company-recruit-guide__title {
    padding-top: 15px;
  }
  .company-recruit-guide__body {
    padding: 5px 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .company-recruit-guide__list {
    display: flex;
    flex-wrap: wrap;
  }
  .company-recruit-guide__title {
    padding: 20px 0;
    width: 184px;
  }
  .company-recruit-guide__body {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    width: calc(100% - 184px);
  }
  .company-recruit-guide__body:first-of-type {
    border-top: none;
  }
}

.company-recruit-tab {
  display: flex;
  padding: 7px 0;
}

.company-recruit-tab__item {
  box-sizing: content-box;
  text-align: center;
  position: relative;
  display: block;
  padding: 17px 0;
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}

.company-recruit-tab__item:hover, .company-recruit-tab__item.is-active {
  font-weight: bold;
  color: #eea600;
}

.company-recruit-tab__item::after {
  content: '';
  transition: all .2s ease;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eea600;
  width: 0;
  height: 2px;
}

.company-recruit-tab__item:hover::after, .company-recruit-tab__item.is-active::after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .company-recruit-tab {
    text-align: center;
  }
  .company-recruit-tab__item {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .company-recruit-tab__item {
    margin-right: 65px;
    font-size: 16px;
  }
}

.company-recruit {
  border-top: 1px solid #d9d9d9;
/* mod start 2021.9.7 */  
/* background: #f5f5f5; */
  background: #eff5f8;
/* mod end 2021.9.7 */  
}

.company-recruit__title {
  font-weight: bold;
  font-size: 32px;
}
.company-sdgs__title{
  font-weight: bold;
  font-size: 32px;
}

.company-recruit__lead {
  font-size: 15px;
  line-height: 1.8;
}

.company-recruit__lead + .company-recruit__lead {
  margin-top: 15px;
}
.company-sdgs__lead{
  font-size: 15px;
  line-height: 1.8;
  margin:;
}
.company-sdgs__lead a{
  color: #eea600;
}
.company-recruit__link {
  position: relative;
  padding-right: 23px;
  background: url("../common/images/ico_chevron_right.png") no-repeat right center;
  background-size: 11.5px auto;
  color: #eea600;
}

.company-recruit__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .company-recruit {
    padding: 60px 15px 90px;
  }
  .company-recruit__lead {
    margin-top: 30px;
  }
  .company-recruit__lead + .company-recruit__lead {
    margin-top: 20px;
  }
  .company-recruit__body {
    margin-top: 30px;
  }
  .company-recruit__guide {
    margin-top: 10px;
  }
  .company-recruit__button {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .company-recruit {
    padding: 110px 0 120px;
  }
  .company-sdgs{
    padding: 110px 0 120px;
  }
  .company-sdgs__title{
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;    
  }
  .company-recruit__title {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-recruit__head {
    margin: 20px auto 0;
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-recruit__body {
    margin: 50px auto 0;
    padding: 0 60px;
    max-width: 1280px;
  }
  .company-recruit__tab {
    margin-top: 50px;
  }
  .company-recruit__guide {
    margin-top: 20px;
  }
  .company-recruit__button {
    margin: 60px auto 0;
  }
  .company-sdgs__head {
    margin: 20px auto 0;
    padding: 0 60px;
    max-width: 1280px;
  }
}

.cases-slide__link {
  display: block;
  color: white;
  text-decoration: none;
}

.cases-slide__link:hover {
  opacity: 0.7;
}

.cases-slide__name {
  display: block;
  background: url("../common/images/ico_next.png") no-repeat right center;
  background-size: 11px auto;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: all .1s ease;
}

.cases-slide__text {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #ccc;
  line-height: 1.7;
}

.cases-slide__tags {
  *zoom: 1;
  margin-top: 15px;
}

.cases-slide__tags:after {
  content: "";
  display: table;
  clear: both;
}

.cases-slide__tag {
  float: left;
  margin-top: 12px;
  margin-right: 10px;
  padding: 0 16px;
  border-radius: 12.5px;
  background: rgba(0, 0, 0, 0.2);
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}

.cases-slide__tag--with-icon {
  clear: both;
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: 16px center;
}

.cases-slide__tag--government {
  background-image: url("../images/home/ico_government.png");
  background-size: 16px auto;
}

.cases-slide__tag--education {
  background-image: url("../images/home/ico_education.png");
  background-size: 16px auto;
}

.cases-slide__tag--finance {
  background-image: url("../images/home/ico_finance.png");
  background-size: 20px auto;
}

.cases-slide__tag--electronics {
  background-image: url("../images/home/ico_electronics.png");
  background-position: 18px bottom;
  background-size: 11px auto;
}

.cases-slide__tag--maker {
  background-image: url("../images/home/ico_maker.png");
  background-size: 20px auto;
}

.cases-slide__tag--service {
  background-image: url("../images/home/ico_service.png");
  background-size: 20px auto;
}

.cases-slide__tag--etc {
  background-image: url("../images/home/ico_etc.png");
  background-size: 20px auto;
}

.cases-slide__tag--network {
  background-image: url("../images/home/ico_network.png");
  background-size: 16px auto;
}

@media screen and (max-width: 767px) {
  .cases-slide__link {
    padding: 34px 15px;
  }
}

@media screen and (min-width: 768px) {
  .cases-slide__link {
    padding: 34px 30px;
  }
}

.cases-slides__slide {
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .cases-slides__slide {
    margin: 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .cases-slides__slide {
    margin: 0 20px;
  }
}

.home-banners {
  display: flex;
  justify-content: center;
}

.home-banners__body {
  display: flex;
  align-items: center;
}

.home-banners__items {
  width: 100%;
}

.home-banners__control {
  width: 3.17%;
}

.home-banners__control-image {
  display: block;
  width: 100%;
}

.home-banners__image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-banners {
    padding: 15px;
    background: white;
  }
  .home-banners__body {
    width: 100%;
  }
  .home-banners__control {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .home-banners {
    padding: 10px;
    background: linear-gradient(#8c8c8c, #e6e6e6);
  }
  .home-banners__body {
    padding: 13px 16px 0;
    width: 93.66%;
    background: linear-gradient(#d2d2d2, #f4f4f4);
  }
  .home-banners__item {
    padding: 0 12px;
  }
}

.home-cases {
  color: white;
}

.home-cases__lead {
  font-size: 16px;
  line-height: 1.9;
}

.home-cases__slider {
  position: relative;
}

@media screen and (max-width: 767px) {
  .home-cases {
    padding: 75px 15px 93px;
    background: url("../images/home/bg_cases_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  .home-cases__title {
    font-size: 40px;
  }
  .home-cases__lead {
    margin-top: 35px;
  }
  .home-cases__slider {
    margin-top: 35px;
  }
  .home-cases__slider-controls {
    display: none;
  }
  .home-cases__button {
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px) {
  .home-cases {
/* mod 2021.12.3    
    padding: 100px 0 113px; */
    padding: 54px 0;
    background: url("../images/home/bg_cases.png") no-repeat center center;
    background-size: cover;
  }
  .home-cases.fe3 {
/* mod 2021.12.3    
    padding: 100px 0 113px; */
    color: #333;
    padding: 54px 0;
    background: url("../images/first_elearning/bg_fe3.png") no-repeat center center;
    background-size: cover;
  }
  .home-cases.cs4 {
    color: #333;
    padding: 54px 0;
    background: url("../images/content_sale/bg_cs4.png") no-repeat center center;
    background-size: cover;
  }

  .home-cases__title {
    margin: 0 60px;
    font-size: 50px;
  }
  .home-cases__title.fe {
    padding: 25px 10px;
    background-color: #333;
    color: #FFF;
    margin: 0 60px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
  }
  .home-cases__title.fe5 {
    padding: 25px 10px;
    background-color: #FFF;
    color: #3F51B5;
    margin: 0 60px;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
  }
  .home-cases__lead {
    margin: 35px 60px 0;
  }
  .home-cases__lead.fe3 {
    padding: 0;
  }

  .home-cases__slider {
    margin-top: 50px;
  }
  .home-cases__slider-controls {
    position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    max-width: 1280px;
    display: flex;
    justify-content: flex-end;
  }
  .home-cases__slider-controls > * {
    background: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all .1s ease;
  }
  .home-cases__slider-controls > *:hover {
    opacity: 0.7;
  }
  .home-cases__slider-controls > * > img {
    width: 11px;
  }
  .home-cases__button {
    margin: 80px auto 0;
  }
}

.home-company {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/home/bg_company.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.home-company__text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 2.4;
}

.home-company__button {
  margin-top: 60px;
}

.home-company__background {
  position: absolute;
  z-index: 0;
  display: block;
}

.home-company__background--i {
  right: 641px;
  bottom: 270px;
  width: 65px;
}

.home-company__background--n {
  right: 171px;
  bottom: -53px;
  width: 584px;
}

.home-company__background--g {
  right: 0;
  bottom: 90px;
  width: 282px;
}

@media screen and (max-width: 767px) {
  .home-company {
    padding: 80px 15px;
  }
  .home-company__lead {
    font-size: 28px;
    line-height: 1.55;
    text-align: center;
  }
  .home-company__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
  }
  .home-company__button {
    position: relative;
    margin-top: 55px;
    z-index: 1;
  }
  .home-company__background--i {
    right: 295px;
    bottom: 118px;
    width: 31px;
  }
  .home-company__background--n {
    right: 80px;
    bottom: -30px;
    width: 270px;
  }
  .home-company__background--g {
    right: 0;
    bottom: 35px;
    width: 131px;
  }
}

@media screen and (min-width: 768px) {
  .home-company {
    padding: 126px 0;
  }
  .home-company__inner {
    position: relative;
    z-index: 1;
    padding: 0 60px;
    width: 1280px;
  }
  .home-company__lead {
    font-size: 36px;
    line-height: 1.66;
  }
}

/* add start 2021.8.31 (blog area)*/
.home-blog {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/home/bg_company.png") no-repeat center center;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-size: cover;
  overflow: hidden;
}
.home-blog.fe {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  background: url("../images/home/bg_company.png") no-repeat center center;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-size: cover;
  overflow: hidden;
}
.home-blog.cs2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/content_sale/bg_cs2.png") no-repeat center center;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-size: cover;
  overflow: hidden;
}

.home-blog__text {
  display: inline;
}

.home-blog__button {
  margin: 30px auto 0;
}

.home-blog__background {
  position: absolute;
  z-index: 0;
  display: block;
}

.home-blog__background--i {
  right: 641px;
  bottom: 270px;
  width: 65px;
}

.home-blog__background--n {
  right: 171px;
  bottom: -53px;
  width: 584px;
}

.home-blog__background--g {
  right: 0;
  bottom: 90px;
  width: 282px;
}

.home-blog__nav {
  padding: 5px 0;
}

.home-blog__nav-item {
  box-sizing: content-box;
  text-align: center;
  position: relative;
  display: block;
  padding: 17px 0;
  font-size: 15px;
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}

.home-blog__nav-item:hover {
  font-weight: bold;
  color: #eea600;
}

.home-blog__nav-item::after {
  content: '';
  transition: all .2s ease;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eea600;
  width: 0;
  height: 2px;
}

.home-blog__nav-item:hover::after {
  width: 100%;
}

.home-blog__articles {
  background: white;
}

.home-blog__article {
  padding: 24px 0;
  display: none;
}

.home-blog__article {
  display: block;
}

.home-blog__article + .home-blog__article {
  border-top: 1px solid #d9d9d9;
}

.home-blog__sum{
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;

}

.home-blog__meta {
  display: flex;
  align-items: center;
}

.home-blog__date {
  font-size: 13px;
  color: #666;
}

.home-blog__tag_staff {
  margin-right: 14px;
  padding: 0 11px;
  border-radius: 12.5px;
  background: #38c4c1;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  color:#fff;
}

.home-blog__tag_history {
  margin-right: 14px;
  padding: 0 11px;
  border-radius: 12.5px;
  background: #ffaa01;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  color:#fff;
}

.home-blog__tag_ceo {
  margin-right: 14px;
  padding: 0 11px;
  border-radius: 12.5px;
  background: #f83158;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  color:#fff;
}

.home-blog__tag_pr {
  margin-right: 14px;
  padding: 0 11px;
  border-radius: 12px;
  background: #b1d300;
  height: 23px;
  line-height: 23px;
  font-size: 12.5px;
  color:#fff;
}

.home-blog__subject {
  display: inline-block;
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
}

.home-blog__subject:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .home-blog__title {
    margin: 0 15px 10px;
    font-size: 40px;
  }
  .home-blog {
    padding: 60px 15px;
  }
  .home-blog__lead {
    font-size: 28px;
    line-height: 1.55;
    text-align: center;
  }
  .home-blog__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
  }
  .home-blog__button {
    position: relative;
    margin-top: 55px;
    z-index: 1;
  }
  .home-blog__background--i {
    right: 295px;
    bottom: 118px;
    width: 31px;
  }
  .home-blog__background--n {
    right: 80px;
    bottom: -30px;
    width: 270px;
  }
  .home-blog__background--g {
    right: 0;
    bottom: 35px;
    width: 131px;
  }
  .home-blog__nav {
    margin-top: 5px;
    text-align: center;
  }
  .home-blog__nav-item {
    display: inline-block;
    margin: 0 12px 0 17px;
  }
  .home-blog__nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: -17px;
    background: #ccc;
    width: 1px;
    height: 1em;
  }
  .home-blog__nav-item:first-child::before, .home-blog__nav-item:nth-child(4)::before {
    clear: both;
    content: none;
  }
  .home-blog__articles {
    padding: 0 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .home-blog {
    padding: 54px 0;
  }
  .home-blog__title {
    margin: 0 auto 10px;
    max-width: 1280px;
    font-size: 50px;
  }
  .home-blog__title.fe {
    padding: 25px 10px;
    background-color: #333;
    color: #FFF;
    margin: 0 auto 10px;
    max-width: 100%;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
  }
  .home-blog__inner {
    position: relative;
    z-index: 1;
    padding: 0 60px;
    width: 1280px;
  }
  .home-blog__inner.fe,.home-blog__inner.cs {
    position: relative;
    z-index: 1;
    padding: 0 60px;
    width: 100%;
  }
  .home-blog__lead {
    font-size: 36px;
    line-height: 1.66;
  }
  .home-blog__nav {
    display: flex;
    align-items: center;
  }
  .home-blog__nav-item {
    margin-right: 65px;
  }
  .home-blog__articles {
    padding: 0 30px 0px;
  }
  .home-blog__button {
    margin: 45px auto 0;
  }
}
/* add end   2021.8.31 */

.home-news {
  background: #f5f5f5;
}

.home-news__nav {
  padding: 7px 0;
}

.home-news__nav-item {
  box-sizing: content-box;
  text-align: center;
  position: relative;
  display: block;
  padding: 17px 0;
  font-size: 15px;
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}

.home-news__nav-item:hover {
  font-weight: bold;
  color: #eea600;
}

.home-news__nav-item::after {
  content: '';
  transition: all .2s ease;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eea600;
  width: 0;
  height: 2px;
}

.home-news__nav-item:hover::after {
  width: 100%;
}

.home-news__articles {
  background: white;
}

.home-news__article {
  padding: 24px 0;
  display: none;
}

.home-news__article.is-visible {
  display: block;
}

.home-news__article.is-visible + .home-news__article.is-visible {
  border-top: 1px solid #d9d9d9;
}

.home-news__meta {
  display: flex;
  align-items: center;
}

.home-news__date {
  margin-right: 14px;
  font-size: 14px;
  color: #666;
}

.home-news__tag {
  padding: 0 12px;
  border-radius: 12.5px;
  background: #1791ee;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  color:#fff;
}

.home-news__subject {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}

.home-news__subject:hover {
  opacity: 0.6;
}


/* add start 2021.12.2 */
.home-special-news {
  background: #ffd900;
}

.home-special-news__nav {
  padding: 7px 0;
}

.home-special-news__nav-item {
  box-sizing: content-box;
  text-align: center;
  position: relative;
  display: block;
  padding: 17px 0;
  font-size: 15px;
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}

.home-special-news__nav-item:hover {
  font-weight: bold;
  color: #eea600;
}

.home-special-news__nav-item::after {
  content: '';
  transition: all .2s ease;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eea600;
  width: 0;
  height: 2px;
}

.home-special-news__nav-item:hover::after {
  width: 100%;
}

.home-special-news__articles {
  background: white;
}

.home-special-news__article {
  padding: 24px 0;
  display: none;
}

.home-special-news__article.is-visible {
  display: block;
}

.home-special-news__article.is-visible + .home-special-news__article.is-visible {
  border-top: 1px solid #d9d9d9;
}

.home-special-news__meta {
  display: flex;
  align-items: center;
}

.home-special-news__date {
  margin-right: 14px;
  font-size: 14px;
  color: #666;
}

.home-special-news__tag {
  padding: 0 12px;
  border-radius: 12.5px;
  background: #ff0000;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.home-special-news__subject {
  display: inline-block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

.home-special-news__subject:hover {
  opacity: 0.6;
}
/* add end   2021.12.2 */

@media screen and (max-width: 767px) {
  .home-news {
    padding: 60px 15px;
  }
  .home-news__title {
    font-size: 40px;
  }
  .home-news__nav {
    margin-top: 20px;
    text-align: center;
  }
  .home-news__nav-item {
    display: inline-block;
    margin: 0 12px 0 17px;
  }
  .home-news__nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: -17px;
    background: #ccc;
    width: 1px;
    height: 1em;
  }
  .home-news__nav-item:first-child::before, .home-news__nav-item:nth-child(4)::before {
    clear: both;
    content: none;
  }
  .home-news__articles {
    margin-top: 10px;
    padding: 0 15px 10px;
  }
  .home-news__button {
    margin-top: 36px;
  }
/* add start 2021.12.2 */
  .home-special-news {
    padding: 20px 15px 30px;
  }
  .home-special-news__title {
    font-size: 32px;
  }
  .home-special-news__nav {
    margin-top: 20px;
    text-align: center;
  }
  .home-special-news__nav-item {
    display: inline-block;
    margin: 0 12px 0 17px;
  }
  .home-special-news__nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: -17px;
    background: #ccc;
    width: 1px;
    height: 1em;
  }
  .home-special-news__nav-item:first-child::before, .home-special-news__nav-item:nth-child(4)::before {
    clear: both;
    content: none;
  }
  .home-special-news__articles {
    margin-top: 10px;
    padding: 0 15px 10px;
  }
  .home-special-news__button {
    margin-top: 36px;
  }
/* add end   2021.12.2 */
}

@media screen and (min-width: 768px) {
  .home-news {
/* mod 2021.12.3     
    padding: 100px 0 113px; */
    padding: 54px 0;
  }
  .home-news__inner {
    margin: 0 auto;
    width: calc(100% - 120px);
    max-width: 1280px;
  }
  .home-news__inner.fe,.home-news__inner.cs {
    margin: 0 auto;
    width: calc(100% - 120px);
    max-width: 100%;
  }
  .home-news__title {
    font-size: 50px;
  }
  .home-news__title.fe {
    margin: 0;
    padding: 25px 10px;
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
  }
/* add start 2022.1.6 */  
  .home-news__title_s {
    font-size: 35px;
  }
/* add end 2022.1.6 */   
/* add start 2021.12.3 */
  .home-secinfo__title {
    font-size: 40px;
  }  
/* add end 2021.12.3 */  
  .home-news__nav {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .home-news__nav-item {
    margin-right: 65px;
  }
  .home-news__articles {
    margin-top: 20px;
    padding: 0 30px 10px;
  }
  .home-news__button {
    margin: 68px auto 0;
  }
/* add start 2021.12.2 */
  .home-special-news {
    padding: 15px 0 25px;
  }
  .home-special-news__inner {
    margin: 0 auto;
    width: calc(100% - 120px);
    max-width: 1280px;
  }
  .home-special-news__title {
    font-size: 32px;
  }
  .home-special-news__nav {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .home-special-news__nav-item {
    margin-right: 65px;
  }
  .home-special-news__articles {
    margin-top: 20px;
    padding: 0 30px 10px;
  }
  .home-special-news__button {
    margin: 68px auto 0;
  }
/* add end 2021.12.2 */  
}

.home-services__slider {
  position: relative;
}

.home-services__slide {
  margin: 0 5px;
  cursor: pointer;
}

.home-services__slide-inner {
  position: relative;
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.home-services__slide-inner > iframe, .home-services__slide-inner > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-services__slide-veil {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home-services__slider-controls {
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
  width: calc(100% - 120px);
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
}

.home-services__slider-controls > * {
  background: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .1s ease;
}

.home-services__slider-controls > *:hover {
  opacity: 0.7;
}

.home-services__slider-controls > * > img {
  width: 11px;
}

.home-services__lead {
  line-height: 2;
  text-align: center;
}

.home-services__service {
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

.home-services__service--lxp-lms {
  background-image: url("../images/home/img_services_01.png");
  background-size: 125px auto;
}

.home-services__service--cmi5 {
  background-image: url("../images/home/img_services_02.png");
  background-size: 66px auto;
}

.home-services__service--vr {
  background-image: url("../images/home/img_services_03.png");
  background-size: 83px auto;
}

.home-services__service-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.home-services__service-name.fe {
  margin-top: 130px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.home-services__service-name.cs2 {
  margin-top: 130px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}

.img_fe1-01 {
  background-image: url("../images/first_elearning/img_fe1_01.jpg");
}
.img_fe1-02 {
  background-image: url("../images/first_elearning/img_fe1_02.jpg");
}
.img_fe1-03 {
  background-image: url("../images/first_elearning/img_fe1_03.jpg");
}
.img_fe1-04 {
  background-image: url("../images/first_elearning/img_fe1_04.jpg");
}
.img_cs2-01 {
  background-image: url("../images/content_sale/img_cs2_01.jpg");
}
.img_cs2-02 {
  background-image: url("../images/content_sale/img_cs2_02.jpg");
}
.img_cs2-03 {
  background-image: url("../images/content_sale/img_cs2_03.jpg");
}
.home-services__service-name > small {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  text-align: center;
}

.home-services__service-text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.home-services__service-text.fe {
  font-size: 17px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  margin: 20px 0 0;
}
.home-services__service-text.fe1-05 {
  font-size: 17px;
  color: #333;
  line-height: 1.2;
  text-align: left;
  margin: 20px 0 0;
}
.home-services__service-text.cs2 {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  margin: 20px 0 0;
}
.home-services__service a{
    color: #333333;
    text-decoration: none;
  }

@media screen and (max-width: 767px) {
  .home-services {
    padding: 60px 0 55px;
  }
  .home-services__title {
    margin: 0 15px;
    font-size: 40px;
  }
  .home-services__slider {
    margin-top: 35px;
  }
  .home-services__slider-controls {
    display: none;
  }
  .home-services__lead {
    margin: 55px 15px 0;
    font-size: 18px;
  }
  .home-services__services {
    margin: 0 15px;
  }
  .home-services__service {
    margin-top: 40px;
    padding-top: 80px;
  }
  .home-services__service-text {
    margin: 10px 15px 0;
  }
  .home-services__button {
    margin: 45px 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .home-services {
    margin: 0 auto;
/* mod 2021.12.3    
    padding: 100px 0 113px; */
    padding: 54px 0;
  }
  .home-services.fe {
    margin: 0 auto;
    padding: 54px 0;
    max-width: 100%;
  }
  .home-services__title {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
    font-size: 50px;
  }
  .home-services__title.fe {
    margin: 0 60px;
    padding: 25px 10px;
    background-color: #333;
    color: #FFF;
    max-width: 100%;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
  }
  .home-services__title.cs5 {
    padding: 25px 10px;
    background-color: #333;
    color: #FFF;
    margin: 0 60px 40px;
    max-width: 100%;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
  }
  .cs5_text {
    padding: 0 60px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  .cs5_text2 {
    margin: 0 60px;
    padding-left: 100px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
  }
  .home-services__slider {
    margin-top: 54px;
  }
  .home-services__lead {
    margin: 80px auto 0;
    padding: 0 60px;
    font-size: 24px;
    max-width: 1280px;
  }
  .home-services__lead.fe2 {
    margin: 40px auto 0;
    padding: 0 60px;
    font-size: 24px;
    max-width: 100%;
  }
  .home-services__lead.fe3 {
    margin: 40px auto 0;
    padding: 0;
    font-size: 24px;
    max-width: 100%;
  }
  .home-services__services {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
    padding: 0 60px;
    max-width: 1280px;
  }
  .home-services__services.fe {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
    padding: 0;
    max-width: 100%;
  }
  .home-services__services.fe1-04 {
    display: flex;
    justify-content: start;
    margin: 45px auto 0;
    padding: 0;
    max-width: 100%;
  }
  .home-services__service {
    padding-top: 92px;
    width: calc(33.3% - 26px);
  }
  .home-services__service.fe1 {
    padding-top: 180px;
    width: calc(50% - 26px);
  }
  .home-services__service.fe1-04 {
    padding-top: 180px;
    width: calc(34% - 26px);
  }
  .home-services__service.fe1-05 {
    padding-top: 0;
    margin-top: -130px;
    width: calc(66% - 26px);
  }
  .home-services__service.cs2 {
    padding-top: 180px;
    width: calc(33.3% - 26px);
  }
  .home-services__service-text {
    margin: 20px 20px 0;
  }
  .home-services__button {
    margin: 66px auto 0;
  }
}

.information-slide {
  display: flex;
  align-items: center;
  color: white;
}

.information-slide_thin {
  display: flex;
  align-items: center;
  color: white;
}

.information-slide__title {
  color: #eea600;
/*white-space: nowrap;  mod 2021.8.27 */
  white-space: normal;
  overflow: hidden;
}

.information-slide__text {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
}

.information-slide__text_s {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
}

.information-slide__text:hover,
.information-slide__text_s:hover {
  opacity: 0.6;
}

.information-slide__date {
  font-size: 15px;
}

.information-slide__link {
  color: #eea600;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .information-slide {
    padding: 13px 0;
  }
  .information-slide_thin {
    padding: 5px 0;
  }
  .information-slide__date {
    padding: 12px 33px 12px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: url("../common/images/ico_chevron_right.png") no-repeat right 10px center;
    background-size: 9px auto;
  }
  .information-slide__title {
    overflow: hidden;
    padding: 0 10px;
    font-size: 12px;
  }
  .information-slide__text {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #333;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .information-slide {
/*  padding: 33px 0; mod 2021.8.27 */
    padding: 25px 0 10px 0;
  }
  .information-slide_thin {
    padding: 10px 0 10px 0;
  }
  .information-slide__date {
    margin-right: 29px;
  }
  .information-slide__title {
    padding-left: 20px;
    background: url("../common/images/ico_chevron_right.png") no-repeat left center;
    background-size: 9px auto;
/* mod     
    font-size: 20px; */
    font-size: 24px;
  }
}

.information-slider__slides {
  position: relative;
}

/* add start 2021.12.21 */
/*
.information-slider__slide {
  
}
/* add end 2021.12.21 */

.information-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.information-slider__controls > * > img {
  width: 11px;
}

.information-slider__list {
  font-size: 15px;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .information-slider {
    padding-bottom: 15px;
  }
  .information-slider__controls > * {
    margin: 0 10px;
    padding: 0 11px;
  }
  .information-slider__prev {
    order: 1;
  }
  .information-slider__list {
    order: 2;
  }
  .information-slider__next {
    order: 3;
  }
}

@media screen and (min-width: 768px) {
  .information-slider {
    display: flex;
    align-items: center;
  }
  .information-slider__slides {
/*  padding: 0 45px;   
    width: calc(100% - 310px);  mod 2021.8.27 */
    padding: 0 5px;
    width: calc(100% - 200px);
  }
  .information-slider__controls {
/*  width: 310px; mod 2021.8.27 */
    width: 200px;
  }
  .information-slider__controls > * {
/*  margin: 0 22px;  mod 2021.8.27 */
    margin: 0 10px;
  }
}

.key-visual {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
/* mod min-height: 600px;*/  
  min-height: 400px;
  background: black;
}

.key-visual__videos {
  position: relative;
}

.key-visual__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: black;
  width: 100%;
  height: 100vh;
/* mod min-height: 600px; */  
  min-height: 400px;
  overflow: hidden;
  display: none;
}

.key-visual__video > video {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.key-visual__video.is-active {
  display: block;
}

.key-visual__video.is-tall > video {
  max-height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.key-visual__video.is-wide > video {
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* add start 2022.1.21 */
.key-visual_xstage {
  position: relative;
  z-index: 0;
  width: 100%;
  background:rgb(31, 31, 31)
}

.key-visual__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  display: none;
  background-color:azure;
}

.key-visual__img > img {
  min-width: 100%;
  height: auto;
}

.key-visual__img.is-active {
  display: block;
}

.key-visual__img.is-tall > img {
  max-height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.key-visual__img.is-wide > img {
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* add end 2022.1.21*/


.key-visual__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
/* mod min-height: 600px; */    
  min-height: 400px;
  color: white;
}
.key-visual__inner a:not(.information-slide__link){
  color: white;
  text-decoration: none;
}

.key-visual__message {
  text-align: center;
}

.key-visual__lead-text {
  display: none;
}

.key-visual__lead-text.is-active {
  display: block;
}

.key-visual__services {
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-visual__service {
/* mod padding: 88px 40px 0; */
  padding: 80px 40px 0; 
  background-repeat: no-repeat;
  background-position: center top;
  font-weight: bold;
/* mod */ 
/* font-size: 20px; 
   line-height: 1.5; */
  font-size: 18px;
  line-height: 1.5;
}

.key-visual__service--lxp-lms {
  background-image: url("../images/home/img_kv_01.png");
  background-size: 125px auto;
}

.key-visual__service--cmi5 {
  background-image: url("../images/home/img_kv_02.png");
  background-size: 67px auto;
}

.key-visual__service--vr {
  background-image: url("../images/home/img_kv_03.png");
  background-size: 83px auto;
}

.key-visual__service--xstage {
  background-image: url("../images/home/img_xstage_03.png");
  background-size: 640px auto;
}

.key-visual__service > small {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 18px;
}

.key-visual__informations {
  position: absolute;
}

.key-visual__informations_thin {
  position: absolute;
}

/* 2022.3.22 add start */
.key-visual__inner_new {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 61vh;
  padding-left: 75%;
  height: 100vh;
  min-height: 400px;
  color: white;
}
.key-visual__inner_new a:not(.information-slide__link){
  color: white;
  text-decoration: none;
}

.key-visual__message_new {
  text-align: center;
}

.key-visual__lead-text_new {
  display: none;
}

.key-visual__lead-text_new.is-active {
  display: block;
}

.key-visual__services_new {
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-visual__service_new {
  width: 221px;
  height: 60px; 
  padding-top: 27px;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-weight:bold;
  font-size: 17px;
  line-height: 1.7em;
}

.key-visual__service--xstage {
  background-image: url("../images/home/img_xstage_03.png");
  background-size: 221px auto;
}

.key-visual__service_new > small {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 18px;
}
/* 2022.3.33 add end */

@media screen and (max-width: 767px) {
  .key-visual__img.is-active {
    background: url("../images/home/img_xstage_main_mob.jpg") no-repeat center center;
    background-size: 100% 50vh;
    background-position: center top;
  }
  .key-visual__img.is-active.fe {
    height: 100%;
    background: url("../images/first_elearning/img_fe_main_mob.jpg") no-repeat center center;
    background-size: 100% 50vh;
    background-position: center top;
  }
  .key-visual__img.is-active.cs {
    height: 100%;
    background: url("../images/content_sale/img_cs_main_mob.jpg") no-repeat center center;
    background-size: 100% 50vh;
    background-position: center top;
  }
  .fe-key-visual__img.is-active {
    background: url("../images/first_elearning/img_fe_main_mob.jpg") no-repeat center center;
    background-size: 100% 50vh;
    background-position: center top;
  }
  .key-visual__inner {
    padding-bottom: 80px;
  }
  .key-visual__lead {   
/*  font-size: 24px;
    line-height: 1.4; mod 2021.8.27 */
    font-size: 18px;
    line-height: 1.3;
  }
  .key-visual__services {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .key-visual__service {
    margin-top: 10px;
    padding: 60px 10px 0;
    font-size: 16px;
  }
  .key-visual__service:first-child {
    order: 2;
  }
  .key-visual__service:nth-child(2) {
    order: 1;
    width: 100%;
  }
  .key-visual__service:last-child {
    order: 3;
  }
  .key-visual__service--lxp-lms {
    background-size: 100px auto;
  }
  .key-visual__service--cmi5 {
    background-size: 54px auto;
  }
  .key-visual__service--vr {
    background-size: 66px auto;
  }
  .key-visual__service > small {
    font-size: 14px;
  }
  .key-visual__informations {
    left: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
  }
  .key-visual__informations_thin {
    left: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 20vh;
  }
  .key-visual__inner_new {
    padding-top: 30vh;
    padding-left: 38%;
	  height: 55vh;
  }
  .key-visual__service_new {
    width: 180px;
    height: 60px; 
    padding-top: 28px;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-weight:bold;
    font-size: 13px;
    line-height: 1.5em;
  }
  .key-visual__service--xstage {
    background-image: url("../images/home/img_xstage_03.png");
    background-size: 180px auto;
  }
}

@media screen and (min-width: 768px) {
  .key-visual__img.is-active {
    background: url("../images/home/img_xstage_main.jpg") no-repeat center center;
    background-size: cover;
  }
  .key-visual__img.is-active.fe {
    background: url("../images/first_elearning/img_fe_main.jpg") no-repeat center center;
    background-size: cover;
  }
  .key-visual__img.is-active.cs {
    background: url("../images/content_sale/img_cs_main.jpg") no-repeat center center;
    background-size: cover;
  }
  .key-visual__lead {
    font-size: 32px;
    line-height: 1.4;
  }
  .key-visual__services {
/* mod margin-top: 25px; */   
    margin-top: 20px;
  }
  .key-visual__service {
    min-width: 250px;
  }
  .key-visual__informations {
/*  left: 40px;
    bottom: 20px; 
    width: calc(100% - 80px);  mod 2021.8.27 */
    left: 15px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  .key-visual__informations_thin {
    left: 15px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 11vh;
  }
}

.support-faq__title {
  font-weight: bold;
}

.support-faq__unit {
  background: white;
}

.support-faq__unit + .support-faq__unit {
  margin-top: 15px;
}

.support-faq__question, .support-faq__answer {
  position: relative;
  padding-left: 54px;
}

.support-faq__question::before, .support-faq__answer::before {
  position: absolute;
  top: 30px;
  left: 30px;
}

.support-faq__question {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  border-top: solid 1px;
  border-bottom: solid 1px;  
}

.support-faq__question::before {
  content: 'Q. ';
}

.support-faq__question::after {
  content: '';
  display: block;
  position: absolute;
  background: url("../images/support/ico_plus.png") no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
}

.support-faq__question.is-active::after {
  background-image: url("../images/support/ico_minus.png");
}

.support-faq__answer {
  display: none;
  font-size: 15px;
  color: #666;
  line-height: 2;
}

.support-faq__answer::before {
  content: 'A. ';
  top: -4px;
  font-size: 18px;
  padding-top: 10px;
}

.support-faq__answer.is-active {
  display: block;
}

.support-faq__button {
  margin: 0 auto;
}  

.release_files{
  margin: 5% 2% 5% 3%;  /* mod from 5% 2% 5% 8% */
}
.release_files a{
  margin-left: 2%;
  padding: 1% 8%;
  font-size: 20px;
}
.btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #afeeee;/*ボタン色*/
  color: #594e52;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(1px);
  transform: translateY(1px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
.inquiry{
  margin-left: 3%;  /* mod from 10% */
  margin-top: 3%;
  line-height:  180%;
}
@media screen and (max-width: 767px) {
  .support-faq__body {
    margin-top: 16px;
  }
  .support-faq__title {
    margin: 50px 16px 0;
    font-size: 32px;
    line-height: 1.5;
  }
  .support-faq__question, .support-faq__answer {
    position: relative;
  }
  .support-faq__question::before, .support-faq__answer::before {
    left: 15px;
  }
  .support-faq__question {
    padding: 27px 57px 30px 40px;
    line-height: 1.7;
  }
  .support-faq__question::before {
    top: 27px;
  }
  .support-faq__question::after {
    top: 28px;
    right: 17px;
  }
  .support-faq__answer {
    padding: 5px 16px 10px 40px;
  }
  .support-faq__button {
    margin: 36px 16px 0;
  }
  /* add start 2022.3.3 */  
  .tweet-size {
    padding-left: 1em;
  }
/* add end 2022.3.3 */   
}

@media screen and (min-width: 768px) {
  .support-faq {
    padding-top: 120px;
  }
  .support-faq__title {
    font-size: 36px;
  }
  .support-faq__body {
    margin-top: 35px;
  }
  .support-faq__question {
    padding: 30px 54px;
  }
  .support-faq__question::after {
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .support-faq__answer {
    padding: 10px 54px 10px;
    font-size: 15px;
    color: #666;
    line-height: 2;
  }
  .support-faq__button {
    margin-top: 60px;
  }
/* add start 2022.3.3 */  
  .support-seculity {
    padding-top: 70px;
  }
  .tweet-size {
    padding-left: 3em;
    padding-top: 2em;
    padding-bottom: 1em"
  }
/* add end 2022.3.3 */      
}
.support-key-visual {
  text-align: center;
}

.support-key-visual__title {
  font-size: 30px;
  color: #eea600;
}

.support-key-visual__lead {
  color: #cccaca;
  line-height: 2;
}
.key-visual__informations {
    position: absolute;    s
    background-color: rgba(0, 0, 0, 0.5);
    
}
.key-visual__informations_thin {
  position: absolute;    
  background-color: rgba(94, 191, 255, 0.753);
}
@media screen and (max-width: 767px) {
  .support-key-visual__title {
    padding-bottom: 50px;
    background: url("../images/company/line_kv_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .support-key-visual__lead {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .support-key-visual__title {
    padding-bottom: 65px;
    background: url("../images/company/line_kv.png") no-repeat center bottom;
    background-size: 1275px auto;
    font-size: 36px;
  }
  .support-key-visual__lead {
    margin-top: 10px;
    font-size: 18px;
  }
}

.support {
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .support__head {
    padding-top: 100px;
    padding-bottom: 60px;
    background: url("../images/support/bg_kv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .support__nav {
    margin-top: 30px;
    overflow: auto;
  }
  .support__body {
    padding-bottom: 110px;
  }
  .support__button {
    margin: 55px 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .support {
    padding-bottom: 120px;
  }
  .support__head {
    padding-top: 160px;
    padding-bottom: 80px;
    background: url("../images/support/bg_kv.png") no-repeat center center;
    background-size: cover;
  }
  .support__nav {
    margin-top: 40px;
  }
  .support__body {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .support__button {
    margin: 67px auto 0;
  }
}

/* add start for document_dl.html 2021.07 */
.service-document_dl {
  background: #f5f5f5;
}

.service-document_dl__title {
  font-weight: bold;
  font-size: 1.5em;
}

.service-document_dl__list {
  background: white;
  font-size: 15px;
}

.service-document_dl__list-head {
  font-weight: bold;
}

.service-document_dl__list-head > small {
  font-weight: normal;
}

.service-document_dl__list-body {
  display: block; 
  color: #666;
}

.service-document_dl__link {
  color: #eea600;
  text-decoration: none;
  word-break: break-all;
}

.service-key-visual {
  text-align: center;
}

.service-key-visual__title {
  font-size: 30px;
  color: #eea600;
}

@media screen and (max-width: 767px) {
  .service__head {
    padding-top: 100px;
    padding-bottom: 60px;
    background: url("../images/service/bg_kv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .service-document_dl {
    padding: 50px 15px 50px;
  }
  .service-document_dl__list {
    margin-top: 25px;
    padding: 5px 15px 15px;
    line-height: 2;
  }
  .service-document_dl__list-head {
    padding-top: 15px;
    display: block;  
  }
  .service-document_dl__list-body {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    display: block; 
  }
  .service-document_dl__list-body:last-of-type {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .service__head {
    padding-top: 160px;
    padding-bottom: 40px;
    background: url("../images/service/bg_kv.png") no-repeat center center;
    background-size: cover;
  }
  .service-key-visual {
    text-align: center;
  }
  .service-key-visual__title {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #eea600;
  }
  .service-key-visual__lead {
    color: #cccaca;
    line-height: 2;
  }
  .service-document_dl {
    padding: 50px 0 30px;
  }
  .service-document_dl__title {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .service-document_dl__list {
    width: 90% !important;
    margin: 36px auto 0;
    padding: 15px 30px;
    max-width: 1160px;
    line-height: 1.8;
  }
  .service-document_dl__list-head {
    padding: 20px 0;
    clear: left; 
    float: left;
    width: 40%;
    display: block;  
  }
  .service-document_dl__list-body {
    padding: 20px 0 20px 183px;
    border-top: 1px solid #d9d9d9;
  }
  .service-document_dl__list-body:first-of-type {
    border-top: none;
  }
}

.service-document_dl__button{
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  height: 1.1em;
  text-align: center;
  background-color:#ffd000;
  border-radius: 5px;
  border-bottom: 2px solid #da7d04;
  border-left: 0px solid #da7d04;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;

}
.service-document_dl__button:hover{
  background-color: #ffbb00;
}
.service-document_dl__button:active{
  border-bottom: 0px;
  border-left: 0px;
}

@media screen and (max-width: 767px) {
  .service-key-visual__title {
    padding-bottom: 50px;
    background: url("../images/company/line_kv_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .service-key-visual__lead {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .service-key-visual__title {
    padding-bottom: 65px;
    background: url("../images/company/line_kv.png") no-repeat center bottom;
    background-size: 1275px auto;
    font-size: 36px;
  }
  .service-key-visual__lead {
    margin-top: 10px;
    font-size: 18px;
  }
}
/* add end for document_dl.html 2021.07 */

/* add start for document_dl.html 2021.08 */
.event-key-visual {
  text-align: center;
}

.event-key-visual__title {
  font-size: 30px;
  color: #eea600;
}

.event-key-visual__lead {
  color: #cccaca;
  line-height: 2;
}

.event__head_title {
  font-weight: bold;
  font-size:28px;
  line-height: 1.4;
  position: relative;
  padding: 0.25em 0;
  }

.event__head_title:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  }

@media screen and (max-width: 767px) {
  .event-key-visual__title {
    background: url("../images/event/line_kv_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .event-key-visual__lead {
    font-size: 16px;
  }
  .event__head_title {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .event-key-visual__title {
    background: url("../images/event/line_kv.png") no-repeat center bottom;
    background-size: 1275px auto;
    font-size: 36px;
  }
  .event-key-visual__lead {
    margin-top: 10px;
    font-size: 18px;
  }
  .event__head_title {
    margin-top: 5%;
  }
}

.event {
  background: #f5f5f5;
}

.event_category {
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .event__head {
    padding-top: 100px;
    padding-bottom: 60px;
    background: url("../images/event/bg_kv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .event__nav {
    margin-top: 30px;
    overflow: auto;
  }
  .event__body {
    padding-bottom: 110px;
  }
  .event__button {
    margin: 55px 15px 0;
  }
}

@media screen and (min-width: 768px) {

  .fe_menu ul, .cs_menu ul {
    margin-top: 10px;
    padding: 0;
    position: relative;
  }
  .fe_menu ul li {
    color: #333;
    font-size: 150%;
    border-left: solid 6px #ea5506;
    background: #fff;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;
  }
  .cs_menu ul li {
    color: #333;
    font-size: 150%;
    border-left: solid 6px #2196f3;
    background: #fff;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;
  }
  .fe_menu ul a, .cs_menu ul a {
    text-decoration: none;
  }
  .fe_menu ul li:hover{
    color: #ff5722;
    font-weight: bold;
    background-color: #f1f0ea;
  }
  .cs_menu ul li:hover{
    color: #2196f3;
    font-weight: bold;
    background-color: #f1f0ea;
  }

  .event__head {
    padding-top: 160px;
    padding-bottom: 80px;
    background: url("../images/event/bg_kv.png") no-repeat center center;
    background-size: cover;
  }
  .event__nav {
    margin-top: 40px;
  }
  .event__body {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .event__button {
    margin: 67px auto 0;
  }
}

.event ul li {
  line-height: 1.5;
  padding: 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.event ul li:first-of-type {
  margin-top: 1em;
}

.event ul li:last-of-type {
  margin-bottom: 5em;
}

.event .li_noline {
  margin-top: 0.5em;
  border-bottom: none!important;
}

.event .btn-yellow{
  padding: 0.2em 0.6em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #ffd102;
  text-decoration: none;
  font-size:1.0em;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

.event .btn-red{
  padding: 0.2em 0.6em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #fc5454;
  text-decoration: none;
  font-size:0.85em;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

.event .btn-gray{
  padding: 0.2em 0.6em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #8c8c8c;
  text-decoration: none;
  font-size:0.8em;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

.event .btn-green{
  padding: 0.2em 0.6em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #88c166;
  text-decoration: none;
  font-size:0.8em;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

.event .btn-blue{
  padding: 0.2em 0.6em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #21adcf;
  text-decoration: none;
  font-size:0.8em;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

.event .btn-orange{
  padding: 0.2em 0.6em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #f8c454;
  text-decoration: none;
  font-size:0.7em;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

.event .btn-purple{
  padding: 0.2em 0.6em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #8a6bbe;
  text-decoration: none;
  font-size:0.8em;
  font-weight: bold;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

.event .btn-youtube{
  padding: 0.2em 0.5em;
  margin: 5px 15px 3px 0px;
  display:inline-block;
  color: #fff !important;
  background: #f80202;
  font-size:0.65em;
  font-weight: bold;
  font-stretch: condensed;
  border-radius: 9px;
  text-align:center;
  text-decoration:none !important;
}
/* add end for document_dl.html 2021.08 */

/* add start for news 2021.09.16 */
.newstopic__body p     {
  margin-bottom: 0.85em !important;
}

.home-news__inner  .pagination {
  text-align: center;
  margin: 50px 0 0 0;
}

.home-news__inner .pagination li {
  display: inline-block;
  background:#666;
  width: 55px;
  height: 40px;
  text-align: center;
  position: relative;
}

.home-news__inner .pagination li a{
  position: absolute;
  padding-top: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  font-size: larger;
  text-decoration: none;
}

.home-news__inner .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.home-news__inner .pagination li a:hover,
.home-news__inner .pagination li a.active{
  color: rgb(90, 90, 90);
  background:#eea600;
}

@media only screen and (max-width: 767px){
  .home-news__inner .pagination li{
    display: none;
  }

  .home-news__inner .pagination li.prev,
  .home-news__inner .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .home-news__inner .pagination li.prev a,
  .home-news__inner .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .home-news__inner .pagination li.prev span::after{
    content: "　前の10件へ";
  }

  .home-news__inner .pagination li.next span::before{
    content: "次の10件へ　";
  }

}

.newstopic__body {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75;
}

.newstopic__head,
.newstopic__head_small {
  background: white;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  color: #eea600;
  text-align: center;
}

.news_link {
  margin-left: 1.5em;
}

.news_link2 {
  line-height: 1.8em;
  font-size: 1.05em;
  margin-top: 10px;
  margin-left: 1.5em;
}

.news_frame{
  margin: 20px 15px;
  padding:10px 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  background-color:#f6ffff;
}

.news_frame_short{
  margin: 25px;
  padding:18px 0 0 0; 
  max-width: 660px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  background-color:#fdfff6;
}

.news_frame_white{
  margin: 20px 15px;
  padding:10px 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  background-color:#ffffff;
}


@media screen and (max-width: 767px) {
  .newstopic__head {
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }
  .newstopic__head_small {
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .newstopic__body {
    padding: 0 15px 80px;
  }
}

@media screen and (min-width: 768px) {
  .newstopic__head {
    padding-top: 150px;
    padding-right: 100px;    
    padding-left: 100px; 
    font-size: 38px; 
    line-height: 43px; 
  }
  .newstopic__head_small {
    padding-top: 150px;
    padding-right: 100px;    
    padding-left: 100px; 
    font-size: 28px; 
    line-height: 34px; 
  }
  .newstopic__body {
    margin: 0 auto;
/* mod      
    padding: 100px 60px 40px; */
    padding: 80px 60px 40px;
/* mod    
    max-width: 880px; */
    max-width: 1280px;
  }
}
/* add end for news 2021.09.16 */

/* add start for company 2021.10.1 */
.companytopic__body {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75;
}

.companytopic__head {
  background: white;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  color: #eea600;
  text-align: center;
}

.company__head_title {
  font-size:26px;
  line-height: 1.4;
  position: relative;
  padding: 0.25em 0;
  margin-bottom: 20px;
  }

.company__head_title:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  }

  .que_text{
    font-weight: bolder;
    margin-bottom: 0.25em;
    color:rgb(30, 37, 139);
  }

  .ans_text{
    margin-left: 1em;
    margin-bottom: 2.5em;
    border-bottom: rgba(0, 0, 0, 0.2);
    border-bottom-style: dashed;
  }

  .company_qa_back{
    background:white;
    padding: 1.5em;
    border-radius: 8px;
  }

@media screen and (max-width: 767px) {
  .companytopic__head {
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }
  .companytopic__body {
    padding: 0 15px 80px;
  }
  .company__head_title {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .companytopic__head {
    padding-top: 150px;
    padding-right: 100px;    
    padding-left: 100px; 
    font-size: 38px; 
    line-height: 43px; 
  }
  .companytopic__body {
    margin: 0 auto;
    padding: 60px 60px 10px;
    max-width: 880px;
  }
  .company__head_title {
    margin-top: 5%;
  }
  .company_qa_back{
    margin-bottom: 65px;
  }
}
/* add end for company 2021.10.1 */

/* add start for news 2021.11.16 */ 
.newstopic_title_1 {
  font-size: 1.55em;
  line-height: 1.6em;
  margin: 0 0 15px 10px;
  text-align: left;
  color:rgb(30, 37, 139);
  font-weight: bolder;
}

.newstopic_title_2 {
  font-size: 1.2em;
  margin: 45px 0 15px 10px;
  line-height: 1.3em;
  text-align: left;
  font-weight: bolder;
}

.newstopic_link {
  font-size: 1.2em;
  margin: 1em 0 2em;
  line-height: 1.3em;
  text-align: left;
  font-weight: 700;
  color:rgb(30, 37, 139);
}

.table_normal {
  width: 93%;
  font-size: 1.0em;
  margin: 3%;
  line-height: 1.3em;
}

.table_normal td {
  color:#3b3b3b;
  border: solid 1px;
  padding: 2% 2% 2% 3%;
  border-color: lightgrey;
  background-color:rgba(255, 255, 255, 0.1)  !important;
}

.table_normal th {
  color:#3b3b3b;
  border: solid 1px;
  padding: 2% 2% 2% 3%;
  border-color: lightgrey;
  background-color:rgb(255, 255, 235) !important;
}

.link_normal {
  padding: 0;
  color: #3b3b3b;
  text-decoration: none;
}

.link_normal:hover {
  opacity: 0.7;
}
/* add end for news 2021.11.16 */ 

/* add start for xstage 2022.3.24 */
.xstage {
  background: #f7f7f7;
}

.xstage-key-visual {
  text-align: center;
}

.xstage-video{
  position: relative;
  width: 100%;

  &__title{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.6;
    white-space: nowrap;
    color: #fff;
    background: rgba(#000, .3);
    backdrop-filter: blur(3px);
  }
}

.xstage-key-visual__title {
  font-size: 24px;
  color: rgb(51, 51, 51);
  line-height: 2.0em;
}

.xstage-key-visual__lead {
  color: #cccaca;
  line-height: 2;
}

.xstage__head_title {
  color: #2b00a0;
  display: block;
  font-weight: bold;
  font-size:2.1em;
  line-height: 1.7em;
  text-indent: 6.1em;
  position: relative;
  background-image: url(../images/xstage/img_xstage_headerlogo_notag_space.png);
  background-repeat: no-repeat;
  background-size: 5.6em;
  margin-top: 10%;
  margin-bottom: 4%;
  border-top: #006ead 3px solid;
  padding-top: 2px;
  background-color: #00b7ff05;
  }

.xstage__head_title:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #00499c, #55ccff);
  background: linear-gradient(to right, #00449c, #55ccff);
  } 

.xstage__title_h3_r {
  color:#ff5100;
  font-weight: bold;
  font-size:27px;
  position: relative;
  padding: 0.1em 0 0 0.4em;
  border-left: 0.5em ridge #ff0000;
  margin-top: 8%;
  margin-bottom: 4%;
  }
  
.xstage__title_h3_r_f {
  color:#ff5100;
  font-weight: bold;
  font-size:27px;
  position: relative;
  padding: 0.1em 0 0 0.4em;
  border-left: 0.5em ridge #ff0000;
  margin-top: 2%;
  margin-bottom: 4%;
  }     

.xstage__title_h3_y_f {
  color:#ffae00;
  font-weight: bold;
  font-size:27px;
  position: relative;
  margin-top: 2%;
  margin-bottom: 4%;
  }

.xstage__title_h3_y {
  color:#ffae00;
  font-weight: bold;
  font-size:27px;
  position: relative;
  margin-top: 8%;
  margin-bottom: 4%;
  }

.xstage__title_h4_p_f {
  color:#6200d3;
  font-weight: bold;
  font-size:20px;
  position: relative;
  margin-top: 2%;
  margin-bottom: 3%;
  }

.xstage__title_h4_p {
  color:#6200d3;
  font-weight: bold;
  font-size:20px;
  position: relative;
  margin-top: 8%;
  margin-bottom: 3%;
  }

.xstage__title_h4_ps_f {
  color:#001cb9;
  font-weight: bold;
  font-size:20px;
  position: relative;
  margin-top: 2%;
  margin-bottom: 2%;
  }

.xstage__title_h4_ps {
  color:#001cb9;
  font-weight: bold;
  font-size:20px;
  position: relative;
  margin-top: 7%;
  margin-bottom: 2%;
  }

.xstage__title_h4_b_f {
  color:#123cad;
  font-weight: bold;
  font-size:18px;
  position: relative;
  margin-top: 2%;
  margin-bottom: 2%;
  }   

.xstage__title_h4_b {
  color:#123cad;
  font-weight: bold;
  font-size:18px;
  position: relative;
  margin-top: 7%;
  margin-bottom: 2%;
  }   

.xstage_category {
  margin-top: 10px;
  font-size: 18px;
  }

.xstage_text{
  margin-bottom: 3%;
  font-size: 1.1em;
  line-height: 1.5em;
}

.xstage_clear {
  clear: both;
}

.xstage_function{
  display: inline-block;
}

.xstage_frame_y{
  border: 2px solid #e0ebff;
  border-radius: 10px;
  padding: 12px 10px 3px;
  background: white;
}

.frame_title{
  color: rgb(255, 193, 21);
  margin-bottom: 0.75em;
}

.frame_text{
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.xstage_box{
  background-color: rgba(235, 235, 235, 0.4);
  padding: 0.5em 2em 2em 0.8em;
  margin: 1em 0 1.5em 0;
}


@media screen and (max-width: 767px) {
  .xstage-key-visual__title {
    background: url("../images/xstage/img_lead_bg3.png") no-repeat center bottom;
    background-size: auto 2.5em;
    padding-top: 100px;
    font-size: 0.95em;
    line-height: 1.1em;
  }
  .xstage-key-visual__lead {
    font-size: 16px;
  }
  .xstage-video__embed {
    display: block;
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }
  .xstage__head_title {
    color: #2b00a0;
    display: block;
    font-weight: bold;
    font-size:1.3em;
    line-height: 1.5em;
    text-indent: 5.7em;
    position: relative;
    background-image: url(../images/xstage/img_xstage_headerlogo_notag_space.png);
    background-repeat: no-repeat;
    background-size: 5.5em;
    margin-top: 10%;
    margin-bottom: 4%;
    border-top: #006ead 2px solid;
    padding-top: 2px;
    background-color: #00b7ff05;
  }
  .xstage__head_title:after {
    height: 2px;
    } 
  .xstage__title_h3_r,
  .xstage__title_h3_r_f {
    font-size:1.2em;
    line-height: 1.2em;
    border-left: 0.3em ridge #ff0000;
  }
  .xstage__title_h3_y,
  .xstage__title_h3_y_f {
    font-size:1.2em;
    line-height: 1.2em;
  }
  .xstage__title_h4_p,
  .xstage__title_h4_p_f {
    font-size:1.0em;
    line-height: 1.15em;
  }
  .xstage__title_h4_ps,
  .xstage__title_h4_ps_f {
    font-size:1.0em;
    line-height: 1.0em;
  }
  .xstage__title_h4_b,
  .xstage__title_h4_b_f {
    font-size:1.0em;
    line-height: 1.15em;
  }  
  .xstage__head {
    padding-top: 100px;
    padding-bottom: 10px;
    background: url("../images/xstage/img_xstage_main.jpg") no-repeat center center;
    background-size: cover;
  }
  .fe__head {
    padding-top: 100px;
    padding-bottom: 10px;
    background: url("../images/xstage/img_fe_main.jpg") no-repeat center center;
    background-size: cover;
  }
  .xstage__nav {
    margin-top: 30px;
    overflow: auto;
  }
  .xstage__body {
    padding-bottom: 110px;
  }
  .xstage__button {
    margin: 55px 15px 0;
  }
  .xstage_text{
    margin-bottom: 3%;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .xstage_image_right{
    float: right;
    width: 30%;
  }
  .xstage_image_right img {
    max-width: 120px;
  }
  .xstage_image_left{
  }
  .xstage_image_left img {
    max-width: 100%;
  }
  .xstage_function{
    width: 100%;
    margin: 5px;
  }
  .top_copy{
	  position: absolute;
	  left:10px;
	  top:70px;
	  font-weight: bold;
	  line-height: 1.5rem;
	}
}
  
@media screen and (min-width: 768px) {
  .xstage-key-visual__title {
    background: url("../images/xstage/img_lead_bg4.png") no-repeat center bottom;
    background-size: 100% auto;
    margin-top: 320px;
    font-size: 24px;
  }
  .xstage-key-visual__lead {
    margin-top: 10px;
    font-size: 18px;
  }
  .xstage__head {
    padding-top: 160px;
    padding-bottom: 30px;
    background: url("../images/xstage/img_xstage_main5.jpg") no-repeat center center;
    background-size: cover;
  }
  .xstage-video__embed {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .xstage__head_title {
    background-position: top 0.1em left 0.3em;
  }
  .xstage__title_h4_p {
    padding-left: 0.5em;
  }
  .xstage__title_h4_ps {
    padding-left: 0.5em;
  }
  .xstage__title_h4_b {
    padding-left: 0.5em;
  } 
  .xstage__nav {
    margin-top: 40px;
  }
  .xstage__body {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1280px;
  }
  .xstage__button {
    margin: 67px auto 0;
  }
  .xstage_image_left{
    float: left;
    width: 48%;
    margin: 0 0 0 10px;
  }
  .xstage_image_left img {
    max-width: 100%;
  }
  .xstage_image_right{
    float: right;
    width: 20%;
  }
  .xstage_image_right img {
    max-width: 140px;
  }
  .xstage_clear_2 {
    clear: both;
  }
  .xstage_function{
    float: left;
    width: 48%;
  }
  .xstage_frame_y{
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .xstage_indent{
    margin-left: 1.0em;
  }
  .top_copy{
	  position: absolute;
	  left:20px;
	  top:20px;
	}
  .sp{
		display: none;
	}
}