@charset "utf-8";

/* =================================
 Home
================================= */


.home-product {
  position: relative;
  min-height: 650px;
  background: url(../img/home/product_bg01.jpg) no-repeat center top;
  z-index: 100;
}
.home-product__row {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.66666%;
}
.home-product__col {
  width: 50%;
}
.home-product__title::before {
  display: block;
  content: attr(data-en-text);
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.home-product__text {
  margin-top: 46px;
}
.home-product__button {
  margin-top: 55px;
}

.home-visual {
  position: relative;
  overflow: hidden;
}
.home-slider {
  height: 753px;
  overflow: hidden;
}
.home-slider__item {
  width: 100%;
}
.home-slider__image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  text-align: center;
  margin-left: -960px;
}
.home-slider-controller {
  position: absolute;
  top: 585px;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 100;
}
.home-slider-controller li {
  list-style: none;
  width: 60px;
  height: 2px;
  margin-right: 5px;
  background: rgba(0,0,0,0.4);
  overflow: hidden;
}
.home-slider-controller li.home-slider-controller__item-active {
  background: #171d82;
}
.home-slider__body {
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 100;
}
.home-slider__text01 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 12rem;
  line-height: 1.15;
}
.home-visual2 .home-slider__text01 {
	font-size: 10.5rem;
}
.home-slider__text02 {
  margin-top: 12px;
  font-weight: bold;
  font-size: 1.8rem;
}
.home-visual-banner {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 100;
}
.home-visual-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 414px;
}
.home-visual-banner__item {
  list-style: none;
}
.home-visual-banner__item:nth-of-type(n + 2) {
  margin-top: 6px;
}
.home-visual-banner__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 7px; */
  /*background-color: rgba(255,255,255,0.4);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-clip: content-box;
  transition: 0.3s background, 0.3s border;
  text-decoration: none;
  border: 7px solid rgba(255,255,255,0.4);
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  overflow: hidden;

	text-align: center;
}
.home-visual-banner__link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    z-index: -1;
    transition: 0.6s transform;
}
.home-visual-banner__link::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(97, 141, 251, 0);
    z-index: -1;
    transition: 0.6s background;
    mix-blend-mode: color-dodge;
}
/*
.home-visual-banner__link01 {
  width: 414px;
  height: 354px;
  font-size: 3.6rem;
}
.home-visual-banner__link01::before {
  background-image: url(../img/home/slider_banner01.png);
}
*/
.home-visual-banner__link01_1,
.home-visual-banner__link01_2 {
  width: 414px;
  height: 177px;
  font-size: 3.6rem;
}
.home-visual-banner__link01_1::before {
  /* background-image: url(../img/home/slider_banner01_1.png); RopeStroller */
  background-image: url(../img/home/slider_banner01_2.png);
}
.home-visual-banner__link01_2::before {
  background-image: url(../img/home/slider_banner01_2.png);
}
.home-visual-banner__link02 {
  width: 204px;
  height: 144px;
  font-size: 2rem;
}
.home-visual-banner__link02::before {
  background-image: url(../img/home/slider_banner02.png);
}
.home-visual-banner__link03 {
  width: 204px;
  height: 144px;
  font-size: 2rem;
}
.home-visual-banner__link03::before {
  background-image: url(../img/home/slider_banner03.png);
}
.home-visual-banner__link03.home-visual-banner__link03_2::before {
  background-image: url(../img/home/slider_banner03_2.png);
}
.home-visual-banner__link:hover {
  border: 7px solid rgba(255,255,255,1);
}
.home-visual-banner__link:hover::before {
  transform: scale(1.08);
}
.home-visual-banner__link:hover::after {
  background: rgba(97, 141, 251, 0.2);
}


@media (max-width: 1400px) {
  .home-slider-banner {
    top: 150px;
  }
	.home-visual-banner__link::before {
					background-size: cover;
					background-position: center;
	}
}


html.is-zoom .home-slider__body {
		top: 240px;
}
html.is-zoom .home-slider-controller {
		top: 585px;
}

/*
@media (max-width: 933px) {
  html.is-zoom .home-slider__text01 {
    font-size: 10rem;
  }

  html.is-zoom .home-visual2 .home-slider-controller {
    top: 550px;
  }
  html.is-zoom .home-visual-banner {
    top: 130px;
  }
  html.is-zoom .home-visual-banner__list {
    width: 334px;
  }
  html.is-zoom .home-visual-banner__link::before {
    background-size: cover;
    background-position: center;
  }
  html.is-zoom .home-visual-banner__link01 {
    width: 334px;
  }
  html.is-zoom .home-visual-banner__link01_1 ,
  html.is-zoom .home-visual-banner__link01_2 {
    width: 334px;
  }
  html.is-zoom .home-visual-banner__link02,
  html.is-zoom .home-visual-banner__link03 {
    width: 160px;
    height: 110px;
  }
}
*/

@media (max-width: 960px) {
  .home-visual2 .home-slider-controller {
    top: 450px;
  }
  .home-slider__body {
    top: 130px;
  }
		.home-slider__image {
				width: 1200px;
				margin-left: -600px;
		}
	.home-visual2 .home-visual-banner__link01_1,
	.home-visual2 .home-visual-banner__link01_2,
  .home-visual2 .home-visual-banner__link02,
  .home-visual2 .home-visual-banner__link04,
  .home-visual2 .home-visual-banner__link05,
	.home-visual2 .home-visual-banner__link03 {
		line-height: 1.3;
	}
.home-visual-banner__link01_1,
.home-visual-banner__link01_2,
.home-visual-banner__link02,
.home-visual-banner__link04,
.home-visual-banner__link05,
	.home-visual-banner__link03 {
		width: 100%;
		height: auto;
		padding-top: 13%;
		padding-bottom: 13%;
		font-size: 2rem;
}


}

@media screen and (min-width:601px) and ( max-width:960px) {
  html:not(.is-zoom) .home-slider {
    height: 700px;
  }
  html:not(.is-zoom) .home-slider__image {
    width: 1200px;
    margin-left: -600px;
  }
  html:not(.is-zoom) .home-visual-banner {
    top: 530px;
  }
  html:not(.is-zoom) .home-visual-banner__list {
    width: 100%;
  }
  html:not(.is-zoom) .home-visual-banner__item {
				/*width: 33%;*/
				width: 25%;
  }
  /*.home-visual-banner__link01,*/
  html:not(.is-zoom) .home-visual-banner__link01_1,
  html:not(.is-zoom) .home-visual-banner__link01_2,
  html:not(.is-zoom) .home-visual-banner__link02,
  html:not(.is-zoom) .home-visual-banner__link04,
  html:not(.is-zoom) .home-visual-banner__link05,
  html:not(.is-zoom) .home-visual-banner__link03 {
    width: 100%;
    height: auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 2rem;
  }
	/*.home-visual2 .home-visual-banner__link01,*/
		html:not(.is-zoom) .home-visual2 .home-visual-banner__link01_1,
		html:not(.is-zoom) .home-visual2 .home-visual-banner__link01_2,
    html:not(.is-zoom) .home-visual2 .home-visual-banner__link02,
    html:not(.is-zoom) .home-visual2 .home-visual-banner__link04,
    html:not(.is-zoom) .home-visual2 .home-visual-banner__link05,
		html:not(.is-zoom) .home-visual2 .home-visual-banner__link03 {
			line-height: 1.3;
  }
  html:not(.is-zoom) .home-visual-banner__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}





@media (max-width: 767px) {
  .home-slider {
    height: 640px;
  }
  .home-visual2 .home-slider__text01 {
    font-size: 10rem;
  }
	 .home-visual2 .home-slider-controller {
			top: 437px;
	}
}
@media screen and (min-width:521px) and ( max-width:767px) {
  .home-visual2 .home-slider__text01 br {
			display: none !important;
  }
}

@media (max-width: 620px) {
	/*
	.home-visual2 .home-visual-banner__link01 {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .home-visual2 .home-visual-banner__link02,
  .home-visual2 .home-visual-banner__link03 {
    padding-top: 20%;
    padding-bottom: 20%;
  }
	*/
	/*.home-visual2 .home-visual-banner__link01,*/
	.home-visual2 .home-visual-banner__link01_1,
	.home-visual2 .home-visual-banner__link01_2,
  .home-visual2 .home-visual-banner__link02,
	.home-visual2 .home-visual-banner__link03 {
			padding-top: 20%;
			padding-bottom: 20%;
  }
  .home-visual2 .home-visual-banner__link04,
  .home-visual2 .home-visual-banner__link05{
    padding-top: 20%;
		padding-bottom: 20%;
  }
}


@media (max-width: 600px) {
  .home-visual-banner {
    position: static;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-visual-banner__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
		.home-visual-banner__item:nth-of-type(n + 2) {
    margin-top: 6px;
		}
  .home-visual-banner__item:nth-of-type(1) ,
  .home-visual-banner__item:nth-of-type(2) {
    width: 100%;
  }
  .home-visual-banner__item__02:nth-of-type(2) ,
  .home-visual-banner__item__02:nth-of-type(5) ,
  .home-visual-banner__item:nth-of-type(3) ,
  .home-visual-banner__item:nth-of-type(4) {
    width: 49%;
    margin-top: 6px;
  }
  .home-visual-banner__link,
  .home-visual-banner__link:hover{
    border: none;
  }
  .home-visual-banner__link01,
  .home-visual-banner__link01_1,
  .home-visual-banner__link01_2,
  .home-visual-banner__link02,
  .home-visual-banner__link04,
  .home-visual-banner__link05,
  .home-visual-banner__link03 {
    width: 100%;
    height: auto;
    padding-top: 13%;
    padding-bottom: 13%;
  }
}

@media (max-width: 520px) {
  .home-slider {
    height: 470px;
  }
  .home-slider__image {
    width: 600px;
    margin-left: -300px;
  }
  .home-slider__body {
    top: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-slider__text01 {
    font-size: 5rem;
  }
  .home-slider__text02 {
    font-size: 1.6rem;
  }
  .home-visual2 .home-slider__body {
    top: 200px;
  }
  .home-visual2 .home-slider__text01 {
    font-size: 4rem;
  }
  .home-visual2 .home-slider__text02 {
		margin-top: 6px;
  }
  .home-visual-banner {
    position: static;
    padding-left: 20px;
    padding-right: 20px;
  }
		/*
  .home-visual-banner__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-visual-banner__item:nth-of-type(1) {
    width: 100%;
  }
  .home-visual-banner__item:nth-of-type(n + 2) {
    width: 49%;
    margin-top: 6px;
  }
  .home-visual-banner__link,
  .home-visual-banner__link:hover{
    border: none;
  }
  .home-visual-banner__link01,
  .home-visual-banner__link02,
  .home-visual-banner__link03 {
    width: 100%;
    height: auto;
    padding-top: 13%;
    padding-bottom: 13%;
  }
		*/
  .home-slider-controller {
    top: 430px;
    left: 10px;
  }
  .home-visual2 .home-slider-controller {
    top: 430px;
  }
}












































/* Product */

.home-product {
  min-height: 650px;
  background: url(../img/home/product_bg01.jpg) no-repeat center top;
}
.home-product.home-product_2 {
  background-image: url(../img/home/product_bg01_2.jpg?ver=20220501);
}
.home-product__row {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.66666%;
}
.home-product__col {
  width: 50%;
}
.home-product__title::before {
  display: block;
  content: attr(data-en-text);
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.home-product__text {
  margin-top: 46px;
}
.home-product__button {
  margin-top: 55px;
}


@media (max-width: 1400px) {
  html:not(.is-zoom) .home-product {
    background-size: 1600px;
    min-height: 540px;
  }
}
@media (max-width: 960px) {
  html.is-zoom .home-product {
    background-size: 1600px;
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  html:not(.is-zoom) .home-product {
    min-height: auto;
    margin-top: 13%;
    background-size: 960px auto;
    background-position: 100% bottom;
    padding-bottom: 360px;
  }
  html:not(.is-zoom) .home-product__row {
    padding-left: 20px;
    padding-right: 20px;
  }
  html:not(.is-zoom) .home-product__col {
    width: 100%;
  }
  html:not(.is-zoom) .home-product__title::before {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  html:not(.is-zoom) .home-product__text {
    margin-top: 20px;
  }
  html:not(.is-zoom) .home-product__button {
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .home-product {
    background-size: 750px auto;
    background-position: 80% bottom;
    padding-bottom: 283px;
  }
}

/* Company */

.home-company {
  display: flex;
  padding: 6% 20px;
  justify-content: center;
  background: #192159;
  color: #dcdedd;
}
.home-company__col01 {
  position: relative;
  width: 50%;
  max-width: 750px;
}
.home-company__image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.home-company__col02 {
  width: 50%;
  max-width: 750px;
  padding-left: 10.53333%;
  padding-right: 6.66666%;
}
.home-company__title::before {
  display: block;
  margin-bottom: 20px;
  content: attr(data-en-text);
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #dcdedd;
}
.home-company__text {
  margin-top: 46px;
}
.home-company__button {
  margin-top: 55px;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .home-company {
    flex-direction: column;
    padding: 10% 20px;
  }
  html:not(.is-zoom) .home-company__col01 {
    width: 100%;
  }
  html:not(.is-zoom) .home-company__image {
    position: static;
  }
  html:not(.is-zoom) .home-company__col02 {
    width: 100%;
    max-width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
  html:not(.is-zoom) .home-company__title::before {
    margin-top: 10%;
    margin-bottom: 10px;
    font-size: 3rem;
  }
  html:not(.is-zoom) .home-company__text {
    margin-top: 20px;
  }
  html:not(.is-zoom) .home-company__button {
    margin-top: 25px;
    text-align: center;
  }
}

/* News Release */
.home-news {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 206px;
  padding-bottom: 106px;
}
.home-news__title {
  text-align: center;
  font-size: 1.5rem;
}
.home-news__title::before {
  display: block;
  margin-bottom: 20px;
  content: attr(data-en-text);
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #101319;
}
.news-entries {
  margin-top: 35px;
}
.news-entries__item {
  display: flex;
  padding: 25px 80px;
}
.news-entries__item:nth-of-type(odd) {
  background: #f8f8f8;
}
.news-entries__date {
  width: 100px;
  padding-top: 2px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.3rem;
}
.news-entries__category {
  width: 126px;
}
.news-entries__category__link {
  display: inline-block;
  width: 85px;
	background: #919191;
  vertical-align: 1px;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
/*お知らせ*/
.news-entries__category__link.cat_info {
  background: #D14271;
}
/*展示会*/
.news-entries__category__link.cat_exhibition{
  background: #0096E5;
}
/*製品サービス*/
.news-entries__category__link.cat_product{
  background: #349844;
}
/*メディア掲載*/
.news-entries__category__link.cat_media {
  background: #192159;
}
.news-entries__title {
  width: calc(100% - 226px);
}
.news-entries__title__link {
  text-decoration: none;
  color: #101319;
}
.news-entries__title__link:hover {
  text-decoration: underline;
}
.home-newsbutton {
  margin-top: 70px;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .home-news {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  html:not(.is-zoom) .home-news__title::before {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  html:not(.is-zoom) .news-entries__item {
    flex-wrap: wrap;
    padding: 15px 20px;
  }
  html:not(.is-zoom) .news-entries__date {
    padding-top: 0;
  }
  html:not(.is-zoom) .news-entries__title {
    width: 100%;
  }
  html:not(.is-zoom) .home-newsbutton {
    margin-top: 30px;
  }
}





/* Information */
.home-info {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 206px;
  padding-bottom: 106px;
}
.home-info__title {
  text-align: center;
  font-size: 1.5rem;
}
.home-info__title::before {
  display: block;
  margin-bottom: 20px;
  content: attr(data-en-text);
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #101319;
}
.info-entries {
  margin-top: 35px;
}
.info-entries__item {
  display: flex;
  padding: 25px 80px;
}
.info-entries__item:nth-of-type(odd) {
  background: #fff;
}
.info-entries__date {
  width: 100px;
  padding-top: 2px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.3rem;
}
.info-entries__category {
  width: 161px;
}
.info-entries__category__link {
  display: inline-block;
  width: 120px;
	background: #919191;
  vertical-align: 1px;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
/*障害情報*/
.info-entries__category__link.cat_failure {
  background: #D14271;
}
/*メンテナンス情報*/
.info-entries__category__link.cat_maintenance{
  background: #0096E5;
}
/*サービスのご案内*/
.info-entries__category__link.cat_service{
  background: #349844;
}
/*その他*/
.info-entries__category__link.cat_others {
  background: #192159;
}
.info-entries__title {
  width: calc(100% - 226px);
}
.info-entries__title__link {
  text-decoration: none;
  color: #101319;
}
.info-entries__title__link:hover {
  text-decoration: underline;
}
.home-infobutton {
  margin-top: 70px;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .home-info {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  html:not(.is-zoom) .home-info__title::before {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  html:not(.is-zoom) .info-entries__item {
    flex-wrap: wrap;
    padding: 15px 20px;
  }
  html:not(.is-zoom) .info-entries__date {
    padding-top: 0;
  }
  html:not(.is-zoom) .info-entries__title {
    width: 100%;
  }
  html:not(.is-zoom) .home-infobutton {
    margin-top: 30px;
  }
}













/* =================================
 Company
================================= */

.contents-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  /*padding-top: 216px;*/
  padding-top: 138px;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
}
.contents-header::before {
  display: block;
  content: '';
  width: 100%;
  order: 1;
}
.contents-header::after {
  display: block;
  content: '';
  width: 140px;
  height: 4px;
  /*margin-top: 44px;*/
  margin-top: 19px;
  background: linear-gradient(to right, #399, #36c) left top;
  order: 2;
}
.contents-header__main {
  font-size: 1.5rem;
  font-weight: bold;
}
.contents-header__main::before {
  content: attr(data-en-text);
  display: block;
  /*margin-bottom: 16px;*/
  margin-bottom: 5px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 8rem;
  font-size: 7.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .contents-header {
    margin-bottom: 80px;
    padding-top: 160px;
  }
  html:not(.is-zoom) .contents-header::after {
    margin-top: 20px;
  }
  html:not(.is-zoom) .contents-header__main::before {
    margin-bottom: 0;
    font-size: 5rem;
  }
}
.contents-header__sub {
  display: block;
  margin-left: 28px;
  padding-top: 52px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.contents-header__sub::before,
.contents-header__sub::after {
  content: '-';
}
@media (max-width: 767px) {
  html:not(.is-zoom) .contents-header__sub {
    display: none;
  }
}

.contents-list-wrapper {
  padding-bottom: 1px;
  background: #f8fafa;
  border-top: 1px solid #dee5e6;
}
.contents-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 6.66666% auto;
  margin: 4.5% auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-list__item {
  box-shadow: 1px 1px 8px rgba(187,202,204,0.5);
  background: #fff;
}
.contents-list__item-1col {
  width: 100%;
  margin-bottom: 3.57142%;
}
.contents-list__item-2col {
  width: 48.57142%;
  width: 48.85%;
}
.contents-list__item-2col:nth-child(n + 3) {
  margin-top: 3.57142%;
}
.contents-list__item-3col {
  width: 31.42857%;
}
.contents-list__link {
  display: block;
  text-decoration: none;
  color: #101319;
  pointer-events: none;
}
.contents-list__image {
  pointer-events: auto;
  overflow: hidden;
}
.contents-list__image img {
  transition: 0.6s transform;
}
.contents-list__item-1col .contents-list__link,
.contents-list__item-2col .contents-list__link {
  display: flex;
}
.contents-list__item-1col .contents-list__link {
  flex-direction: row-reverse;
}
.contents-list__item-1col .contents-list__image,
.contents-list__item-1col .contents-list__body,
.contents-list__item-2col .contents-list__image,
.contents-list__item-2col .contents-list__body {
  width: 50%;
}
.contents-list__item-1col .contents-list__body,
.contents-list__item-2col .contents-list__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contents-list__item-3col .contents-list__body {
  padding-top: 7.5%;
  padding-bottom: 8%;
}
.contents-list__link:hover img {
  transform: scale(1.04);
}
.contents-list__title {
  text-align: center;
  font-size: 1.3rem;
  color: #171d80;
}
.contents-list__title::after {
  content: attr(data-en-text);
  display: block;
  margin-top: 5.5%;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  color: #101319;
}
.contents-list__button {
  width: 140px;
  pointer-events: auto;
  margin-top: 9.5%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contents-list__button--wide {
  width: 240px;
}

.product-list .contents-list__item-2col:nth-child(n + 3) {
  margin-top: 3%;
}
.business-list .contents-list__item-1col{
	margin-bottom: 2.3%;
}
.business-list .contents-list__item-2col:nth-child(n + 3) {
	margin-top: 0;
}
.business-list .contents-list__item-1col,
.business-list .contents-list__item-2col{
	height: 80%;
	overflow: hidden;
}
.business-list .contents-list__link{
	align-items: center;
}
.business-list .contents-list__title::after{
	margin-top: 1.5%;
}
.business-list .contents-list__button{
	margin-top: 5%;
}

@media (max-width: 1366px) {
  .contents-list__title {
    font-size: 1.2rem;
  }
  .contents-list__title::after {
    font-size: 3.2rem;
  }
}
@media screen and (min-width:910px) and ( max-width:1366px) {
  html.is-zoom .contents-list__title {
    font-size: 1.3rem;
  }
  html.is-zoom .contents-list__title::after {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  html:not(.is-zoom) .contents-list__title {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  html:not(.is-zoom) .contents-list__title::after {
    font-size: 2rem;
  }
}
@media (max-width: 683px) {
  html.is-zoom .contents-list__title {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  html.is-zoom .contents-list__title::after {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  html:not(.is-zoom) .contents-list {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  html:not(.is-zoom) .contents-list__item-2col {
    width: 100%;
  }
  html:not(.is-zoom) .contents-list__button,
  html:not(.is-zoom) .contents-list__button--wide {
    width: 110px;
  }
  html:not(.is-zoom) .contents-list__item-2col .contents-list__link {
    overflow: hidden;
  }
  html:not(.is-zoom) .contents-list__item-1col .contents-list__image {
    padding-top: 7%;
    padding-bottom: 7%;
    background: url(../img/business/business_img01.jpg) no-repeat center;
    background-size: cover;
  }
  html:not(.is-zoom) .contents-list__item-1col .contents-list__image img {
    opacity: 0;
  }
  html:not(.is-zoom) .contents-list__item-2col:not(:first-child) {
    margin-top: 3.57142%;
  }
  html:not(.is-zoom) .contents-list__item-2col--business .contents-list__image {
    margin-top: -10%;
    margin-bottom: -10%;
  }
  html:not(.is-zoom) .contents-list__item-3col {
    width: 48%;
  }
  html:not(.is-zoom) .contents-list__item-3col:nth-of-type(n + 3) {
    margin-top: 4%;
  }
	html:not(.is-zoom) .business-list .contents-list__item-1col{
		margin-bottom: 0;
	}
	html:not(.is-zoom) .business-list .contents-list__item-2col:nth-child(n + 3) {
		margin-top: 3.57142%;
	}
	html:not(.is-zoom) .business-list .contents-list__item-1col .contents-list__image {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	html:not(.is-zoom) .business-list .contents-list__item-2col .contents-list__image {
		padding-top: 7.1%;
		padding-bottom: 7.1%;
	}
}


.members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin-top: 6.66666%;
  margin-bottom: 6.66666%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.members__item {
  display: flex;
  width: 31.42857%;
}
.members__image {
  width: 72.72727%;
}
.members__body {
  position: relative;
  width: 63.63636%;
  margin-top: 40.909090%;
  margin-left: -36.363636%;
  padding: 11.36363% 2.27272% 2.27272% 10%;
  background: #fff;
}
.members__item:nth-of-type(n + 4) {
  margin-top: 6.66666%;
}
.members__text01 {
  font-size: 1.2rem;
}
.members__text02 {
  margin-top: 5px;
  font-size: 2rem;
}
.members__text02::after {
  display: block;
  margin-top: 6px;
  content: attr(data-yomigana);
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.1rem;
}
.members__text03 {
  margin-top: 24px;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .members__item {
    flex-wrap: wrap;
    width: 100%;
  }
  html:not(.is-zoom) .members__image {
    width: 100%;
    text-align: center;
  }
  html:not(.is-zoom) .members__body {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 5%;
  }
}


.officers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 6.66666% auto;
  margin: 4% auto 6%;
  padding-left: 20px;
  padding-right: 20px;
}
.officers__item {
  width: 48.57142%;
  background: #f8fafa;
}
.officers__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3.82352%;
  background: #fff;
}
.officers__image {
  width: 85.29411%;
}
.officers__body {
  position: relative;
  width: 58.82352%;
  margin-top: 43.38235%;
  margin-left: -44.11764%;
  padding: 7.35294% 6.47058% 7.64705% 6.47058%;
  padding: 5.47058% 6.47058% 7.64705%;
  background: #fff;
}
.officers__text01 {
  line-height:1.4;
  font-size: 1.5rem;
}
.officers__text02 {
  margin-top: 9px;
  font-size: 3rem;
}
.officers__text02::after {
  margin-left: 15px;
  content: attr(data-yomigana);
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.1rem;
}
.officers-tabs {
  position: relative;
  width: 100%;
}
.officers-tabs__nav {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -3.82352%;
}
.officers-tabs__nav-item {
  display: block;
  width: 35.29411%;
  text-align: center;
}
.officers-tabs__link {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  font-family: 'Fjalla One', sans-serif;
  text-decoration: none;
  font-size: 1.4rem;
  color: #101319;
  box-shadow: 1px 1px 8px rgba(187,202,204,0.5);
  outline: none;
  transition: 0.25s background, 0.25s color;
}
.officers-tabs__link::before {
  position: absolute;
  bottom: -9px;
  left: 50%;
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background: #33ccff;
  transition: 0.2s opacity;
}
.officers-tabs__link::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #192159 transparent transparent transparent;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.25s opacity;
}
.ui-state-active .officers-tabs__link {
  background: #192159;
  color: #fff;
}
.ui-state-active .officers-tabs__link::before {
  opacity: 0;
}
.ui-state-active .officers-tabs__link::after {
  opacity: 1;
}
.officers-tabs__body {
  padding: 11.7647% 3.67647%;
}
.officers-tabs__body p {
  line-height: 2.2;
}
.officers-tabs__body dl {
  display: flex;
  flex-wrap: wrap;
}
.officers-tabs__body dt {
  width: 18.57142%;
  padding-top: 2.53968%;
  padding-bottom: 2.53968%;
  font-size: 1.3rem;
  color: #888;
}
.officers-tabs__body dd {
  width: 81.42858%;
  padding-top: 2.53968%;
  padding-bottom: 2.53968%;
  padding-left: 4.12698%;
  border-left: 1px solid #e6e7e8;
  font-size: 1.3rem;
}

html.is-zoom .officers-tabs__body dt, .officers-tabs__body dd {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .officers__item:nth-of-type(2) .officers-tabs__body dt,
  .officers__item:nth-of-type(2) .officers-tabs__body dd {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
@media (max-width: 767px) {
  html:not(.is-zoom) .officers__wrapper {
    display: block;
  }
  html:not(.is-zoom) .officers__item {
    width: 100%;
    margin-bottom: 10%;
  }
  html:not(.is-zoom) .officers__image {
    width: 100%;
  }
  html:not(.is-zoom) .officers__body {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  html:not(.is-zoom) .officers-tabs__nav-item {
    width: 40%;
  }
  html:not(.is-zoom) .officers-tabs__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.history {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 6.66666%;
  margin-bottom: 6.66666%;
  padding-bottom: 15%;
  border-bottom: 1px solid #dee5e6;
}
.history--access-ignore {
  padding-bottom: 0;
  border-bottom: none;
}
.history-table {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to bottom, #399, #36c);
}
.history-table__head {
  width: 20%;
  min-width: 80px;
  border-top: 1px solid #dee5e6;
  border-bottom: 1px solid #dee5e6;
  color: #fff;
}
.history-table__data {
  position: relative;
  padding: 3% 0 3% 8.5%;
  background: #fff;
  border-top: 1px solid #dee5e6;
  border-bottom: 1px solid #dee5e6;
}
.history-table__data::before {
  position: absolute;
  top: 50%;
  left: -2.25%;
  display: block;
  content: '';
  height: 1px;
  width: 3.875%;
  background: #3cf;
}

.history-note {
  width: 100%;
  max-width: 1000px;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.33333% 1.66666%;
  background: #f5f7f7;
}
.history-note__item {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.2rem;
}

.company-profile {
  margin-bottom: -6.666666%;
  padding-bottom: 13.33333%;
  /*background: url(../img/company/profile_bg.png) repeat-x center top;
  background-size: contain;
  background-repeat: no-repeat;*/
  max-width:1920px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
}
.company-profile::before,
.company-profile::after {
	content:"";
	display:block;
	height:100%;
	background: url(../img/company/profile_bg.png) no-repeat 0 0;
	background-size:100% auto;
	position:absolute;
	top:0;
}
html:not(.is-zoom) .company-profile::before,
html:not(.is-zoom) .company-profile::after {
	width:calc(480 / 1920 * 100%);
}
@media (max-width: 1500px) {
html:not(.is-zoom) .company-profile::before,
html:not(.is-zoom) .company-profile::after {
	width:calc((100% - 700px) / 2);
}
}
@media (max-width: 1000px) {
html:not(.is-zoom) .company-profile::before,
html:not(.is-zoom) .company-profile::after {
	width:14%;
}
}
@media (max-width: 767px) {
html:not(.is-zoom) .company-profile::before,
html:not(.is-zoom) .company-profile::after {
	content:none;
}
}




html.is-zoom .company-profile::before,
html.is-zoom .company-profile::after {
	width:calc(480 / 1920 * 100%);
}
@media (max-width: 1150px) {
html.is-zoom .company-profile::before,
html.is-zoom .company-profile::after {
	width:calc(((100% - 700px) / 2) - 10px);
}
}
@media (max-width: 767px) {
html:not(.is-zoom) .company-profile::before,
html:not(.is-zoom) .company-profile::after {
	content:none;
}
}








.company-profile::before{
	left:0;
}
.company-profile::after {
	right:0;
}
.profile-table-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.profile-table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.profile-table__head-text {
  position: relative;
  display: inline-block;
  width: 5em;
  text-align-last: justify;
}
.profile-table__head-text::after {
    position: absolute;
    top: 50%;
    right: -100%;
    display: block;
    content: '';
    height: 1px;
    width: 45%;
    background: #3cf;
}
.profile-table__row {
  border-top: 1px solid #dee5e6;
}
.profile-table__head {
  width: 25.71428%;
  padding: 3.8% 0 3.8% 6%;
  text-align: left;
}
.profile-table__data {
  padding: 3.8% 0 3.8% 5.42857%;
}
html.is-zoom .profile-table__data {
  padding: 3.8% 0 3.8% 15.85714%;
}
.profile-table td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .company-profile {
    background: none;
  }
  html:not(.is-zoom) .profile-table {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  html:not(.is-zoom) .profile-table__head {
    width: 20%;
    padding: 3.8% 0 3.8% 0;
  }
  html:not(.is-zoom) .profile-table__head-text::after {
    right: -26%;
    width: 15%;
  }
}

.shareholders{
  margin-bottom: -6.666666%;
  padding-bottom: 13.33333%;
}
.shareholders-list-wrapper{
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.shareholders-list{
  display: flex;
  justify-content: left;
  padding: 4.6020% 20px;
  margin-left: auto;
  margin-right: auto;
	flex-wrap: wrap;
}
.shareholders-list__item{
	width: 25%; /* 4 column */
}
.shareholders-list__image{
	margin: 10px;
	border: 1px solid #ddd;
}
.shareholders-list__image img {
	width: 100%;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .shareholders-list-wrapper{
		max-width: 470px;
	}
	html:not(.is-zoom) .shareholders-list{
		justify-content: center;
		padding: 4.6020% 10px;
	}
	html:not(.is-zoom) .shareholders-list__item{
		width: 150px;
	}
}
.shareholders-list2{
	justify-content: flex-start;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .shareholders-list2{
		justify-content:flex-start;
	}
}

.access,
.home-ground,
.case-study {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 6.66666% auto 13.33333%;
  margin: -2.36666% auto 7.33333%;
  margin: 3.33333% auto 7.33333%;
  padding-left: 20px;
  padding-right: 20px;
}
.home-ground {
  margin-bottom: 6.66666%;
}
.access__item,
.home-ground__item,
.case-study__item {
  display: flex;
  flex-wrap: wrap;
  width: 48.57142%;
}
.access__item {
  margin-bottom: 20px;
}
.case-study__item:nth-of-type(n + 3) {
  margin-top: 2.5%;
}
.access__image,
.home-ground__image,
.case-study__image{
  width: 85.29411%;
}
.access__body,
.home-ground__body,
.case-study__body {
  position: relative;
  width: 55.88235%;
  margin-top: 39.70588%;
  margin-left: -41.17647%;
  padding: 6.61764% 6.47058% 6.61764% 6.47058%;
  padding: 4.61764% 6.47058%;
  background: #fff;
}
.access--image-ignore .access__body {
  position: relative;
  width: 100%;
  border: 20px solid #f5f7f7;
  margin-top: 0;
  margin-left: 0;
  padding: 6.61764% 6.47058% 6.61764% 6.47058%;
  text-align: center;
  background: #fff;
}
.access__text01,
.home-ground__text01,
.case-study__text01,
.product-category__text01 {
  margin-bottom: 3.67647%;
  font-size: 2rem;
}

html.is-zoom .access__text01, .home-ground__text01, .case-study__text01, .product-category__text01 {
    font-size: 2.5rem;
}

.access__tel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.91176%
}
.access__tel li {
  margin-right: 1em;
  list-style: none;
}
.access--image-ignore .access__tel {
  justify-content: center;
}
.access__button {
  margin-top: 7.35294%;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .access__item,
  html:not(.is-zoom) .home-ground__item,
  html:not(.is-zoom) .case-study__item {
    width: 100%;
    flex-direction: column;
  }
  html:not(.is-zoom) .access__image,
  html:not(.is-zoom) .home-ground__image,
  html:not(.is-zoom) .case-study__image {
    width: 100%;
  }
  html:not(.is-zoom) .access__body,
  html:not(.is-zoom) .home-ground__body,
  html:not(.is-zoom) .case-study__body {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 6.61764% 0;
    background: #fff;
  }
  html:not(.is-zoom) .access__text01,
  html:not(.is-zoom) .home-ground__text01,
  html:not(.is-zoom) .case-study__text01 {
    font-size: 1.5rem;
  }
  html:not(.is-zoom) .access--image-ignore .access__body {
    border: 10px solid #f5f7f7;
  }
  html:not(.is-zoom) .access--image-ignore .access__item:not(:first-child) {
    margin-top: 3%;
  }
  html:not(.is-zoom) .access--image-ignore .access__button-link {
    width: 200px;
  }
}

.strength {
  padding-top: 1px;
  padding: 1px 20px 5%;
  background: #192159;
}
.strength-list {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.strength-list__item {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.strength-list__image {
  width: 23%;
}
.strength-list__body {
  width: 70%;
  color: #dcdedd;
}
.strength-list__title {
  padding-top: 2.28571%;
  font-size: 2.4rem;
  line-height: 1.4;
}
.strength-list__text {
  margin-top: 6.57142%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .strength-list__image {
    width: 115px;
    margin-left: auto;
    margin-right: auto;
  }
  html:not(.is-zoom) .strength-list__item {
    flex-direction: column;
  }
  html:not(.is-zoom) .strength-list__body {
    width: 100%;
  }
  html:not(.is-zoom) .strength-list__title {
    margin-top: 6.57142%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
  }
}


.solution {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin-top: 6.66666%;
  margin-bottom: 13.33333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.solution__item {
  width: 31.42857%;
  max-width: 440px;
}
.solution__title {
  margin-top: 8.63636%;
  font-size: 2rem;
}

html.is-zoom .solution__title {
    font-size: 2.5rem;
}

.solution__text {
  margin-top: 5.45454%;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .solution__item {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  html:not(.is-zoom) .solution__item:not(:first-child) {
    margin-top: 8.63636%;
  }
  html:not(.is-zoom) .solution__title {
    font-size: 1.5rem;
  }
}

.robot-ai-iot {
  width: 100%;
  max-width: 1440px;
  margin-top: 6.66666%;
  margin-bottom: 6.66666%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.robot-ai-iot__title {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
}
.robot-ai-iot__title-fjalla {
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 0.1em;
}
.robot-ai-iot__text {
  width: 100%;
  max-width: 800px;
  margin-top: 2.64285%;
  margin-left: auto;
  margin-right: auto;
}
.robot-ai-iot__image {
  margin-top: 6.66666%;
  margin-top: 3.66666%;
  text-align: center;
}
.robot-ai-iot__image .u-image-responsive-vh {
	max-height: 76vh;
}

	html.is-zoom .robot-ai-iot__image .u-image-responsive-vh {
		max-height: 114vh;
	}
@media (max-width: 767px) {
  html:not(.is-zoom) .robot-ai-iot__title {
    font-size: 2rem;
  }
}


.media {
  width: 100%;
  max-width: 1440px;
  margin-top: 6.66666%;
  margin-bottom: 13.33333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.media-text {
  text-align: center;
}
.media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.71428%;
}
.media-list__item {
  width: 22.85714%;
  border: 1px solid #dee5e6;
  list-style: none;

}
.media-list__item:nth-of-type(n + 5) {
  margin-top: 2.85714%;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .media-list__item {
    width: 30%;
  }
  html:not(.is-zoom) .media-list__item:nth-of-type(n + 4) {
    margin-top: 2.85714%;
  }
}

.achievements {
  padding-top: 1px;
  padding: 1px 20px 13.33333%;
  background: #192159;
}
.achievements-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  color: #33c1f8;
}
.achievements-heading::before,
.achievements-heading::after {
  display: block;
  content: '';
  height: 4px;
  width: calc((100% - 400px) / 2);
}
.achievements-heading::before {
  background: linear-gradient(to right, #399, #3387ab) left top;
}
.achievements-heading::after {
  background: linear-gradient(to right, #3378ba, #36c) left top;
}
.achievements-item + .achievements-heading {
  margin-top: 10%;
}

.achievements-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-top: 5.71428%;
  margin-left: auto;
  margin-right: auto;
  color: #dcdedd;
}
.achievements-item__image {
  width: 41.42857%;
}
.achievements-item__body {
  width: 52.57142%;
}
/*
.achievements-item__heading01 {
  line-height: 1.4;
  font-weight: normal;
  font-size: 3rem;
}
*/
.achievements-item__heading01 {
  line-height: 1.4;
  font-weight: normal;
  font-size: 1.4rem;
}
.achievements-item__heading02 {
  margin-top: 1.08401%;
  color: #33bff8;
  font-size: 3rem;
}
.achievements-item__text {
  margin-top: 5.96205%;
}
.achievements-item__button {
  margin-top: 6.77506%;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .achievements-item {
    flex-direction: column;
    margin-top: 13%;
  }
  html:not(.is-zoom) .achievements-item__image,
  html:not(.is-zoom) .achievements-item__body {
    width: 100%;
  }
  html:not(.is-zoom) .achievements-heading {
    font-size: 2rem;
  }
  html:not(.is-zoom) .achievements-heading::before,
  html:not(.is-zoom) .achievements-heading::after {
    height: 3px;
    width: calc((100% - 180px) / 2);
  }
  html:not(.is-zoom) .achievements-item__heading01 {
    margin-top: 7%;
    font-size: 1.6rem;
    font-weight: bold;
  }
  html:not(.is-zoom) .achievements-item__button {
    text-align: center;
  }
}

.robot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6.66666%;
}
.robot__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
}
.robot__body {
  width: 42%;
  margin-top: 6.66666%;
  padding-left: 8.66666%;
  padding-bottom: 6.66666%;
}
.robot__body-text:not(:first-child) {
  margin-top: 1.5em;
}
.robot__image01 {
  position: relative;
  width: 53.33333%;
  margin-top: 4.66666%;
  margin-bottom: -7.66666%;
}
.robot__image01 img {
  width: 100%;
}
.robot__image02{
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .robot__title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
  }
  html:not(.is-zoom) .robot__body {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  html:not(.is-zoom) .robot__image01 {
    display: none;
  }
  html:not(.is-zoom) .robot__image02 {
    overflow: hidden;
  }
  html:not(.is-zoom) .robot__image02 img {
    margin-left: -50%;
    margin-right: -50%;
    width: 200%;
    max-width: 200%;
  }
}


.ai {
  width: 100%;
  max-width: 1440px;
  margin-top: 6.66666%;
  margin-bottom: 13.33333%;
  margin-bottom: 9.66666%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ai__title01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
}
.ai__title02 {
  margin-top: 3.33333%;
  text-align: center;
  font-size: 3rem;
}
.ai__text {
  width: 100%;
  max-width: 900px;
  margin-top: 2.64285%;
  margin-left: auto;
  margin-right: auto;
}
.ai__image {
  margin-top: 1%;
  text-align: center;
}
.ai__image .u-image-responsive-vh {
	max-height: 62vh;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .ai__title01 {
    font-size: 2rem;
  }
  html:not(.is-zoom) .ai__title02 {
    font-size: 1.5rem;
  }
}


.philosophy .section-title{
	margin-bottom: 3.66666%;
}
.philosophy__text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.philosophy__image01 {
  margin-top: 6.66666%;
  margin-bottom: 13.66666%;
  margin-top: 3.66666%;
  margin-bottom: 7.66666%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.philosophy__image02 {
	text-align: center;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .philosophy__image02 {
    overflow: hidden;
  }
  html:not(.is-zoom) .philosophy__image02 img {
    margin-left: -50%;
    margin-right: -50%;
    width: 200%;
    max-width: 200%;
  }
}

.section-title-number {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.315em;
  font-family: 'Fjalla One', sans-serif;
  line-height: 1;
  font-size: 16rem;
}
.section-title-number01 {
  color: #61aca1;
}
.section-title-number02 {
  color: #3372d1;
}
.section-title-number03 {
  color: #309dd7;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .section-title-number {
    font-size: 5rem;
  }
}

.philosophy-section01 {
  position: relative;
  padding-top: 3.33333%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 13.33333%;
}
.philosophy-section01__title {
  /*margin-top: -4%;*/
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
}
.philosophy-section01__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin-top: 5.13698%;
  margin-left: auto;
  margin-right: auto;
}
.philosophy-section01__row::before,
.philosophy-section01__row::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: 60px;
  padding-top: 3.6%;
  padding-left: 3.6%;
  background: url(../img/company/philosophy_img06.png) no-repeat;
  background-size: cover;
}
.philosophy-section01__row::before {
  order: 1;
}
.philosophy-section01__row::after {
  order: 3;
}
.philosophy-section01__col {
  width: 260px;
  text-align: center;
}
.philosophy-section01__col01 {
  margin-left: 55px;
}
.philosophy-section01__col02 {
  order: 2;
}
.philosophy-section01__col03 {
  margin-right: 55px;
  order: 4;
}
.philosophy-section01__col-text01 {
  margin-top: 14.34782%;
  font-size: 2rem;
}
.philosophy-section01__col-text02 {
  margin-top: 13.04347%;
}
html.is-zoom .philosophy-section01__col-text02 {
    font-size: 1.7rem;
}
html.is-zoom .philosophy-section01__col-text02 br{
	display: none;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .philosophy-section01__title {
    font-size: 2rem;
  }
  html:not(.is-zoom) .philosophy-section01__row {
    flex-direction: column;
  }
  html:not(.is-zoom) .philosophy-section01__col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  html:not(.is-zoom) .philosophy-section01__col::after {
    display: block;
    content: '';
    clear: both;
  }
  html:not(.is-zoom) .philosophy-section01__col-image {
    float: left;
    width: 80px;
    margin-right: 20px;
  }
  html:not(.is-zoom) .philosophy-section01__col-text01,
  html:not(.is-zoom) .philosophy-section01__col-text02 {
    margin-top: 0;
    overflow: hidden;
  }
  html:not(.is-zoom) .philosophy-section01__col-text01 {
    font-size: 1.8rem;
  }
  html:not(.is-zoom) .philosophy-section01__row::before,
  html:not(.is-zoom) .philosophy-section01__row::after {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
  }
}

.philosophy-section02 {
  position: relative;
  padding-top: 3.33333%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13.33333%;
  background: url(../img/company/philosophy_section02_bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.philosophy-section02::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url(../img/company/philosophy_section02_bg.jpg) no-repeat;*/
  /*background: linear-gradient(-45deg, #36c, #399);*/
  background: #45209a;
  background-size: cover;
  /*filter: opacity(0.15);*/
  opacity: 0.15;
  mix-blend-mode: overlay;
  z-index: 0;
  -webkit-animation: philosophy02 5s infinite alternate linear;
  animation: philosophy02 5s infinite alternate linear;
}
@-webkit-keyframes philosophy02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes philosophy02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.philosophy-section02__title {
  position: relative;
  /*margin-top: -4%;*/
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
}
.philosophy-section02-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 810px;
  margin-top: 4.52054%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}
.philosophy-section02-heading::before,
.philosophy-section02-heading::after {
  display: block;
  content: '';
  height: 2px;
  width: calc((100% - 210px) / 2);
  background: #fff;
}
.philosophy-section02-heading-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
}
.philosophy-section02-heading-text::before,
.philosophy-section02-heading-text::after {
  display: block;
  content: '';
  height: 28px;
  width: 2px;
  background: #fff;
  transform: rotateZ(45deg);
}
.philosophy-section02-heading-text--reverse::before,
.philosophy-section02-heading-text--reverse::after {
  transform: rotateZ(-45deg);
}
.philosophy-section02-list {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.50684%;
  justify-content: space-between;
}
.philosophy-section02-list__item {
  list-style: none;
}
.philosophy-section02__footer {
  position: relative;
  margin-top: 8.21917%;
  text-align: center;
}
.philosophy-section02__footer-text {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .philosophy-section02__title {
    font-size: 2rem;
  }
  html:not(.is-zoom) .philosophy-section02-heading {
    font-size: 1.6rem;
  }
  html:not(.is-zoom) .philosophy-section02-list__item {
    width: 30%;
  }
  html:not(.is-zoom) .philosophy-section02__footer-text {
    text-align: left;
  }
}

.philosophy-section03 {
  position: relative;
  padding-top: 3.33333%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 13.33333%;
}
.philosophy-section03__title {
  /*margin-top: -4%;*/
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
}
.philosophy-section03__row {
  display: flex;
  justify-content: space-between;
  max-width: 1460px;
  width: 100%;
  margin-top: 5.34246%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.philosophy-section03__col {
  width: 31.42857%;
}
.philosophy-section03__col-image {
}
.philosophy-section03__col-text01 {
  margin-top: 8.636363%;
  text-align: center;
  font-size: 2rem;
}
.philosophy-section03__col-text02 {
  margin-top: 5.454545%;
  text-align: center;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .philosophy-section03__title {
    font-size: 2rem;
  }
  html:not(.is-zoom) .philosophy-section03__row {
    flex-direction: column;
  }
  html:not(.is-zoom) .philosophy-section03__col-image {
    text-align: center;
  }
  html:not(.is-zoom) .philosophy-section03__col {
    width: 100%;
  }
  html:not(.is-zoom) .philosophy-section03__col-text01 {
    margin-top: 3%;
    font-size: 1.5rem;
  }
  html:not(.is-zoom) .philosophy-section03__col-text02 {
    margin-top: 3%;
  }
  html:not(.is-zoom) .philosophy-section03__col:not(:first-child) {
    margin-top: 10%;
  }
}



.ordermade-header {
  width: 100%;
  max-width: 1440px;
  margin-top: 6.666666%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/*.ordermade-header__title {
  margin-bottom: 6.42857%;
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
}*/
.ordermade-header__title {
  font-size: 3.8rem;
  margin-bottom: 2.42857%;
  line-height: 1.35;
  text-align: center;
}
.ordermade-header__text {
  width: 100%;
  max-width: 900px;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .ordermade-header__title {
    font-size: 2rem;
  }
}

/*
.ordermade-flow {
  margin-top: 9.33333%;
  padding-top: 5.133333%;
  padding-bottom: 10.666666%;
  background: linear-gradient(158deg, #399 0%, #3367cc 50%, #33c1f8);
  color: #fff;
}
*/
.ordermade-flow {
  margin-top: 4.13333%;
  padding-top: 4.133333%;
  padding-bottom: 5.666666%;
  background: linear-gradient(158deg, #399 0%, #3367cc 50%, #33c1f8);
  color: #fff;
}
.ordermade-flow__title {
  font-weight: normal;
  text-align: center;
  font-size: 3rem;
}
/*
.ordermade-flow__list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 5.733333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
*/
.ordermade-flow__list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 2.733333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ordermade-flow__item {
  position: relative;
  width: calc(100% / 7);
  border-right: 1px solid rgba(255,255,255,0.24);
  text-align: center;
}
.ordermade-flow__item::after {
  position: absolute;
  right: -3%;
  top: 45%;
  content: '';
  width: 20px;
  height: 20px;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  transform: rotateZ(-45deg);
}
.ordermade-flow__item:first-child {
  border-left: 1px solid rgba(255,255,255,0.24);
}
.ordermade-flow__item:last-child::after {
  content: none;
}
.ordermade-flow__step {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.ordermade-flow__number {
  display: block;
  margin-top: 6.03015%;
  font-size: 3.2rem;
}
.ordermade-flow__image {
  margin-top: 15%;
}
.ordermade-flow__text {
  margin-top: 10%;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .ordermade-flow__title {
    font-size: 2rem;
  }
  html:not(.is-zoom) .ordermade-flow__list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  html:not(.is-zoom) .ordermade-flow__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  html:not(.is-zoom) .ordermade-flow__item::after {
    content: none;
  }
  html:not(.is-zoom) .ordermade-flow__item:nth-of-type(1) {
    border-left: none;
  }
  html:not(.is-zoom) .ordermade-flow__item:nth-of-type(2),
  html:not(.is-zoom) .ordermade-flow__item:nth-of-type(4),
  html:not(.is-zoom) .ordermade-flow__item:nth-of-type(6) {
    border-right: none;
  }
  html:not(.is-zoom) .ordermade-flow__item:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.24);
  }
  html:not(.is-zoom) .ordermade-flow__step {
    width: 100%;
    margin-bottom: 3%;
    font-size: 1.8rem;
  }
  html:not(.is-zoom) .ordermade-flow__number {
    display: inline;
    margin-top: 0;
    margin-left: 0.5em;
    font-size: 1.8rem;
  }
  html:not(.is-zoom) .ordermade-flow__image {
    width: 57px;
    margin-top: 0;
  }
  html:not(.is-zoom) .ordermade-flow__text {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
.ordermade-development {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ordermade-development__title01 {
  font-size: 1.8rem;
  text-align: center;
  color: #3372d1;
}
/*
.ordermade-development__title01::before {
  display: block;
  content: attr(data-number);
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  padding-bottom: 14px;
  border-bottom: 4px solid #3372d1;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  font-size: 12rem;
  line-height: 1;
}
*/
.ordermade-development__title01::before {
  display: block;
  content: attr(data-number);
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 4px solid #3372d1;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  font-size: 11rem;
  line-height: 1;
}
/*
.ordermade-development__title02 {
  width: 100%;
  max-width: 800px;
  margin-top: 5.57142%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
}
*/
.ordermade-development__title02 {
  width: 100%;
  max-width: 800px;
  margin-top: 3.57142%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
}
.ordermade-development__text {
  width: 100%;
  max-width: 800px;
  margin-top: 3.57142%;
  margin-left: auto;
  margin-right: auto;
}
/*
.ordermade-development__image {
  margin-top: 5.42857%;
  margin-bottom: 14.28571%;
  text-align: center;
}
*/
.ordermade-development__image {
  margin-top: 3.42857%;
  margin-bottom: 8.28571%;
  text-align: center;
}
.ordermade-development__image .u-image-responsive-vh {
  max-height: 60vh;
  width: auto;
}
html.is-zoom .ordermade-development__image .u-image-responsive-vh {
  max-height: 90vh;
}



@media (max-width: 767px) {
  html:not(.is-zoom) .ordermade-development__title01::before {
    border-bottom: 2px solid #3372d1;
    font-size: 5rem;
  }
  html:not(.is-zoom) .ordermade-development__title02 {
    font-size: 2rem;
  }
}

.achievements-ordermade01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  color: #dcdddd;
}
.achievements-ordermade01__item {
  width: 33.33333%;
  padding: 4.28571%;
  border-bottom: 1px solid #2f348f;
}
.achievements-ordermade01__item:nth-of-type(3n + 1),
.achievements-ordermade01__item:nth-of-type(3n + 2) {
  border-right: 1px solid #2f348f;
}
.achievements-ordermade01__item:nth-of-type(n + 7) {
  border-bottom: none;
}
.achievements-ordermade01__title {
  font-size: 2rem;
  line-height: 1.4;
}
.achievements-ordermade01__text {
  margin-top: 7.24637%;
}
.achievements-ordermade-note {
  width: 100%;
  max-width: 1300px;
  margin-top: 5.35714%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  color: #dcdddd;
}
.achievements-ordermade-note p:not(:first-child) {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .achievements-ordermade01__item {
    width: 100%;
    border-bottom: 1px solid #2f348f;
  }
  html:not(.is-zoom) .achievements-ordermade01__item:nth-of-type(n + 7) {
    border-bottom: 1px solid #2f348f;
  }
  html:not(.is-zoom) .achievements-ordermade01__item:nth-of-type(n + 9) {
    border-bottom: none;
  }
  html:not(.is-zoom) .achievements-ordermade01__item:nth-of-type(3n + 1),
  html:not(.is-zoom) .achievements-ordermade01__item:nth-of-type(3n + 2) {
    border-right: none;
  }
  html:not(.is-zoom) .achievements-ordermade01__title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  html:not(.is-zoom) .achievements-ordermade01__text {
    margin-top: 1.5%;
  }
}

.achievements-ordermade02 {
  margin-top: 14.28571%;
  margin-top: 8%;
  color: #dcdddd;
}
.achievements-ordermade02__title {
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
}
.achievements-ordermade02__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1042px;
  margin-top: 6.71428%;
  margin-left: auto;
  margin-right: auto;
    margin: 3% auto -6%;

}
.achievements-ordermade02__item {
position: relative;
  width: 28.79078%;
  padding-top: 3.45489%;
  padding-bottom: 3.45489%;
  border: 1px solid #dcdddd;
  list-style: none;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.achievements-ordermade02__item::after {
  position: absolute;
  bottom: 25%;
  right: -5%;
  content: '';
  display: block;
  width: 9%;
  height: 1px;
  background: #33ccff;
}
.achievements-ordermade02__item:nth-of-type(n + 4) {
  margin-top: 5.75815%;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .achievements-ordermade02__title {
    font-size: 2rem;
  }
  html:not(.is-zoom) .achievements-ordermade02__item {
    width: 49%;
    font-size: 1.3rem;
  }
  html:not(.is-zoom) .achievements-ordermade02__item:nth-of-type(n + 3) {
    margin-top: 5.75815%;
  }
}


.section-title {
  position: relative;
  /*margin-top: 6.66666%;
  margin-bottom: 6.66666%;*/
  margin-top: 5%;
  margin-bottom: 3%;
  margin-bottom: 1.5%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.section-title::before {
  display: block;
  content: attr(data-en-text);
  margin-bottom: 20px;
  margin-bottom: 12px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.section-title--white {
  color: #fff;
}
.section-title--white::before {
  color: #fff;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .section-title {
    font-size: 1.4rem;
  }
  html:not(.is-zoom) .section-title::before {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}

.ordermade .section-title {
  position: relative;
  margin-top: 5.66666%;
  margin-bottom: 3.66666%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.ordermade .section-title::before {
  display: block;
  content: attr(data-en-text);
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.ordermade .section-title--white {
  color: #fff;
}
.ordermade .section-title--white::before {
  color: #fff;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .ordermade .section-title {
    font-size: 1.4rem;
  }
  html:not(.is-zoom) .ordermade .section-title::before {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}



.full-image {
  width: 100%;
  margin: 6.66666% auto;
	text-align: center;
}
.full-image img{

}
.full-image-narrow {
  width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
  html:not(.is-zoom) .full-image,
  html:not(.is-zoom) .full-image-narrow {
    overflow: hidden;
  }
  html:not(.is-zoom) .full-image img,
  html:not(.is-zoom) .full-image-narrow img {
    margin-left: -50%;
    margin-right: -50%;
    width: 200%;
    max-width: 200%;
  }
}

.button-ghost-black {
  position: relative;
  display: inline-block;
  width: 240px;
  border: 1px solid #101319;
  font-family: 'Fjalla One', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
  color: #101319;
  transition: 0.3s color;
  z-index: 1;
}
.button-ghost-black:hover {
  color: #fff;
}
.button-ghost-black::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #101319;
  transform: scaleX(0);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform;
  transform-origin: right;
  z-index: -1;
}
.button-ghost-black:hover::before {
  transform: none;
  transform-origin: left;
}
.button-ghost-black svg {
  width: 11px;
  height: 9px;
  margin-left: -8px;
  margin-right: 8px;
  vertical-align: 1px;
}
.button-ghost-black__icon {
  fill: #101319;
  transition: 0.3s fill;
}
.button-ghost-black:hover .button-ghost-black__icon {
  fill: #fff;
}

.button-ghost-white {
  position: relative;
  display: inline-block;
  width: 240px;
  border: 1px solid #dcdedd;
  font-family: 'Fjalla One', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
  color: #dcdedd;
  transition: 0.3s color;
  z-index: 1;
}
.button-ghost-white:hover {
  color: #182158;
}
.button-ghost-white::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #dcdedd;
  transform: scaleX(0);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform;
  transform-origin: right;
  z-index: -1;
}
.button-ghost-white:hover::before {
  transform: none;
  transform-origin: left;
}

.button-ghost-black--wide,
.button-ghost-white--wide {
  width: 100%;
}
.button-ghost-black::after,
.button-ghost-white::after {
  position: absolute;
  right: -12px;
  top: 35px;
  display: block;
  content: '';
  width: 27px;
  height: 1px;
  background: linear-gradient(to right, #3cf 0%, #3cf 33.33333%, rgba(51,204,255,0) 33.33334%, rgba(51,204,255,0) 66.66666%, #3cf 66.66667%, #3cf) right top;
  background-size: 81px 1px;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) background;
}
.button-ghost-black:hover::after,
.button-ghost-white:hover::after {
  background-position: left top;
  /*-webkit-animation: button-ghost-animate 0.6s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: button-ghost-animate 0.6s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);*/
}
@-webkit-keyframes button-ghost-animate {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}
@keyframes button-ghost-animate {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}

@media (max-width: 1024px) {
  html:not(.is-zoom) .button-ghost-black,
  html:not(.is-zoom) .button-ghost-white {
    line-height: 32px;
    font-size: 1.2rem;
  }
  html:not(.is-zoom) .button-ghost-black::after,
  html:not(.is-zoom) .button-ghost-white::after {
    top: 25px;
  }
}
@media (max-width: 767px) {
  html:not(.is-zoom) .button-ghost-black--wide {
    line-height: 24px;
    font-size: 1.1rem;
  }
  html:not(.is-zoom) .button-ghost-black--wide::after {
    top: 18px;
  }
}
@media (max-width: 683px) {
  html.is-zoom .button-ghost-black,
  html.is-zoom .button-ghost-white {
    line-height: 32px;
    font-size: 1.2rem;
  }
  html.is-zoom .button-ghost-black::after,
  html.is-zoom .button-ghost-white::after {
    top: 25px;
  }
}


/* ++++++++++++ 製品・サービス ++++++++++++ */
/* 製品一覧 */
.category-product .contents-header {
	padding-bottom: 100px;
}
@media (max-width: 1150px){
	html.is-zoom .category-product .contents-header {
		padding-bottom: 100px;
	}
}
@media (max-width: 767px){
	.category-product .contents-header {
		padding-bottom: 0;
	}
}
.product-header {
  width: 100%;
  max-width: 1440px;
  margin-top: 5.666666%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.product-header__title {
	margin-top: 3.66666%;
	margin-bottom: 4.66666%;
}
.product-header__text {
  width: 100%;
  max-width: 900px;
  margin: 1.5em auto 6.66666%;
  margin: 1.5em auto 3.5%;
}
.product-header + .contents-list-wrapper{
	border-top-color: #f8fafa;
}
.productline__item-wrapper:nth-child(odd){
	background: #F8FAFA;
}
.productline__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 5.1020% 20px;
  padding: 4.6020% 20px;
  margin-left: auto;
  margin-right: auto;
	flex-wrap: wrap;
}

.iXsSolution-wrapper{
  width: 100%;
  max-width: 1440px;
  padding: 4.6020% 20px;
  margin-left: auto;
  margin-right: auto;
}
.iXsSolution-wrapper .productline__item__title{
	text-align: center;
}
.iXsSolution__list{
	display: flex;
	justify-content: space-between;
	margin-top: 4%;
}
.iXsSolution__item{
	list-style: none;
	width: 30%;
	margin-bottom: 3%;
}
.iXsSolution__item a{
	display: inline-block;
}

.iXsSolution__item a img{
	width: 100%;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .iXsSolution__list{
			display: block;
	}
	html:not(.is-zoom) .iXsSolution__item{
			width: 100%;
	}
	html:not(.is-zoom) .iXsSolution__item #modal01-open {
			display: inline-block;
	}
}



.productline__image {
  width: 41.42857%;
}
.productline__body {
		width: 52.57142%;
		display: flex;
		flex-direction: column;
}
.productline__item__title {
  font-size: 1.3rem;
  font-weight: bold;
		color: #171D7F;
}
.productline__item__title::after {
  display: block;
  content: attr(data-en-text);
  margin-top: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 4rem;
  line-height: 1;
		color: #101319;
}
.productline__item__text {
  margin-top: 5.96205%;
}
.productline__item__button {
	width: 140px;
  margin-top: 5.96205%;
	pointer-events: auto;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .product-header__title {
    font-size: 2rem;
  }
  html:not(.is-zoom) .product-list-item {
    flex-direction: column;
    margin-top: 13%;
  }
  html:not(.is-zoom) .product-list-item__image,
  html:not(.is-zoom) .product-list-item__body {
    width: 100%;
  }
  html:not(.is-zoom) .achievements-heading {
    font-size: 2rem;
  }
  html:not(.is-zoom) .achievements-heading::before,
  html:not(.is-zoom) .achievements-heading::after {
    height: 3px;
    width: calc((100% - 180px) / 2);
  }
  html:not(.is-zoom) .product-list-item__heading01 {
    margin-top: 7%;
    font-size: 1.6rem;
    font-weight: bold;
  }
  html:not(.is-zoom) .product-list-item__button {
    text-align: center;
  }
		html:not(.is-zoom) .productline__image{
			width: 100%;
		}
		html:not(.is-zoom) .productline__body {
			width: 100%;
			margin-top: 3.3%;
		}
		html:not(.is-zoom) .productline__item__title::after {
			margin-top: 10px;
			font-size: 3rem;
		}
		html:not(.is-zoom) .productline__item__text {
			margin-top: 5.96205%;
		}
}

/* カテゴリ */
.product-category{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
		max-width: 1320px;
		/*margin: 6.66666% auto;*/
		margin: 2% auto 4.66666%;
}
.product-category__item{
		width: 32.3529%;
		width: 33.33333%;
		padding: 0 20px 74px;
		margin-bottom: 50px;
		position: relative;
}
.product-category__image{
		width: 100%;
}
/*.product-category__image img{
		width: 100%;
}*/
.product-category__body {
		width: 100%;
		padding-top: 5%;
		vertical-align: top;
}
.product-category__title01 {
		margin-bottom: calc(5% - 10px);
		font-size: 1.2rem;
		font-weight: bold;
		color: #171D7F;
}
html.is-zoom .product-category__title01 {
		font-size: 1.7rem;
}
.product-category__title02 {
		margin-bottom: calc(5% - 13px);
		font-size: 2.4rem;
		font-family: 'Fjalla One', sans-serif;
}
html.is-zoom .product-category__title02 {
		font-size: 3.6rem;
}
.product-category__text {
		font-size: 1.4rem;
}
html.is-zoom .product-category__text {
		font-size: 2rem;
}
.product-category__button {
		width: 240px;
		max-width: 100%;
		pointer-events: auto;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 20px;
}
.product-category__button > .button-ghost-black {
		width: 240px;
		max-width: 100%;
}
@media (max-width: 1000px) {
		.product-category{
				margin-top: 30px;
				padding-right: 20px;
				padding-left: 20px;
		}
		.product-category__item{
				width: 50%;
		}
}
@media (max-width: 767px) {
		html:not(.is-zoom) .product-category {
				padding-right: 0;
				padding-left: 0;
		}
		html:not(.is-zoom) .product-category__item {
				width: 100%;
				flex-direction: column;
				padding: 0 20px;
				margin-bottom: 40px;
		}
		html:not(.is-zoom) .product-category__image {
				width: 100%;
		}
		html:not(.is-zoom) .product-category__body {
				padding-top: 10px;
		}
		html:not(.is-zoom) .product-category__title01 {
				margin-bottom: 4px;
				font-size: 1.3rem;
		}
		html:not(.is-zoom) .product-category__title02 {
				margin-bottom: 15px;
				font-size: 2.2rem;
		}
		html:not(.is-zoom) .product-category__button {
				position: relative;
				left: 0;
				margin-top: 25px;
		}
}
.achievements-product-category__title {
		text-align: center;
		font-weight: normal;
		font-size: 3rem;
}
.achievements-product-category__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 1042px;
		margin: 3% auto -9%;
}
/*.achievements-product-category__list::after {
		content:"";
		display: block;
		width: 28.79078%;
}*/
.achievements-product-category__item {
		width: 28.79078%;
		width: calc(320 / 1042 * 100%);
		list-style: none;
		display: flex;
		align-items: stretch;
}
.achievements-product-category__item .button-ghost-white {
		width: 100%;
		position: relative;
		border: 1px solid #dcdddd;
		padding: 6.525% 0;
		text-align: center;
		font-weight: bold;
		font-size: 2.1rem;
		font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

html.is-zoom .achievements-product-category__item .button-ghost-white {
	font-size: 2.1rem;
}
html.is-zoom .achievements-product-category__item .button-ghost-white::after {
    top: initial;
    bottom: 25%;
}
/*.achievements-product-category__item:nth-of-type(n + 4) {
			margin-top: 5.75815%;
}*/
.achievements-product-category__item .button-ghost-white::after {
		top:initial;
		bottom: 25%;
}
@media (max-width: 767px) {
		html:not(.is-zoom) .achievements-product-category__title {
				font-size: 2rem;
		}
		html:not(.is-zoom) .achievements-product-category__list {
				margin-top: 5%
				margin-bottom: -7%;
		}
		html:not(.is-zoom) .achievements-product-category__item {
				width: 49%;
				font-size: 1.3rem;
		}
		html:not(.is-zoom) .achievements-product-category__item:nth-of-type(n + 3) {
				margin-top: 5.75815%;
		}
}
/*
@media (max-width: 683px) {
  html.is-zoom .button-ghost-black,
  html.is-zoom .button-ghost-white {
    line-height: 48px;
    font-size: 2.1rem;
  }
  html.is-zoom .button-ghost-black::after,
  html.is-zoom .button-ghost-white::after {
    top: initial;
    bottom: 25%;
		}
}
*/
@media (max-width: 600px) {
		.achievements-product-category__item {
				width: 100%;
		}
		.achievements-product-category__item:nth-of-type(n + 2),
		.achievements-product-category__item:nth-of-type(1)
 {
				margin-top: 5.75815%;
		}
	.achievements-product-category__item .button-ghost-white {
		/*line-height: 100px;*/
	}
}
/* 詳細ページ */
.product-detail{
	width: 100%;
	max-width: 1400px;
	margin-top: 4.30896%;
	margin-bottom: 4.30896%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
    align-items: stretch;
	/*flex-direction: row-reverse;*/
}
.product-detail__contents{
	width: 42.85714%;
	margin-right: 2.85714%;
}
.product-detail__header{
	/*margin-bottom: 16.66666%;*/
}
.product-detail__title01{
	font-size: 1.3rem;
	font-weight: bold;
	color: #171D7F;
	margin-bottom: 1.66666%;
}
.product-detail__title02{
	font-family: 'Fjalla One', sans-serif;
	font-size: 3.8rem;
	line-height: 1;
	margin-bottom: 6.66666%;
}
.product-detail__body{
    margin-top: 16.66666%;
}
.product-detail__text{
	line-height: 1.8;
}
.product-detail__text ul{
margin-left: 25px;
}
.product-detail__text ul + p,
.product-detail__text ol + p{
  margin-top: 1em;
}
.product-detail__note{
}
.product-detail__note-list{
	list-style: none;
}
.product-detail__note-list__item{
	margin-left: 1em;
}
.product-detail__note-list__item::before{
	content:"※";
	margin-left: -1em;
}
.product-detail__target{
	display: flex;
  flex-wrap: wrap;
}
.product-detail__target dl{
	width: 50%;
  margin-bottom: 20px;
}
.product-detail__target dt{
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  padding-top: 170px;
}
.product-detail__target dt::before{
  content: "";
  display: block;
  width: 200px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top:0;
  transform: translateX(-50%);
}
@media (max-width: 1040px) {
.product-detail__target dt::before{
  width: 150px;
  height: 120px;
}
}
@media (max-width: 767px) {
html:not(.is-zoom) .product-detail__target dl{
	width: 25%;
}
html:not(.is-zoom) .product-detail__target dt{
  padding-top: 125px;
}
html:not(.is-zoom) .product-detail__target dt::before{
  width: 140px;
  height: 112px;
}
}
@media (max-width: 600px) {
.product-detail__target dl{
	width: 50%;
}
.product-detail__target dt{
  padding-top: 110px;
}
.product-detail__target dt::before{
  width: 130px;
  height: 104px;
}
}
.product-detail__target .icon_airport dt::before{
  background-image: url(../img/products/icon/icon_airport.png);
}
.product-detail__target .icon_bridge dt::before{
  background-image: url(../img/products/icon/icon_bridge.png);
}
.product-detail__target .icon_building dt::before{
  background-image: url(../img/products/icon/icon_building.png);
}
.product-detail__target .icon_construction dt::before{
  background-image: url(../img/products/icon/icon_construction.png);
}
.product-detail__target .icon_dam dt::before{
  background-image: url(../img/products/icon/icon_dam.png);
}
.product-detail__target .icon_harbors dt::before{
  background-image: url(../img/products/icon/icon_harbors.png);
}
.product-detail__target .icon_manhole dt::before{
  background-image: url(../img/products/icon/icon_manhole.png);
}
.product-detail__target .icon_ocean dt::before{
  background-image: url(../img/products/icon/icon_ocean.png);
}
.product-detail__target .icon_plant dt::before{
  background-image: url(../img/products/icon/icon_plant.png);
}
.product-detail__target .icon_power dt::before{
  background-image: url(../img/products/icon/icon_power.png);
}
.product-detail__target .icon_railroad dt::before{
  background-image: url(../img/products/icon/icon_railroad.png);
}
.product-detail__target .icon_reservoir dt::before{
  background-image: url(../img/products/icon/icon_reservoir.png);
}
.product-detail__target .icon_river dt::before{
  background-image: url(../img/products/icon/icon_river.png);
}
.product-detail__target .icon_road dt::before{
  background-image: url(../img/products/icon/icon_road.png);
}
.product-detail__target .icon_tunnel dt::before{
  background-image: url(../img/products/icon/icon_tunnel.png);
}
.product-detail__target .icon_wands dt::before{
  background-image: url(../img/products/icon/icon_wands.png);
}
.product-detail__target dd{
font-size: 1.2rem;
text-align: center;
padding: 0 7px;
}

.product-detail__text .product-detail__flow{
  list-style: none;
  margin-left: 5px;
}
.product-detail__text .product-detail__flow li{
  padding-bottom: 36px;
  margin-bottom: 20px;
  position: relative;
}
.product-detail__text .product-detail__flow li::before{
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  background: url(../img/products/arrow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(90deg);
}
.product-detail__text .product-detail__flow li:last-of-type::before{
  content: none;
}
.product-detail__text .product-detail__flow li img{
  display: block;
  margin: 10px auto 0;
  max-width: 400px;
}










.product-detail__point{
    margin-bottom: 1em;
}
.product-detail__point-list{
	list-style: none;
    margin-left: 0.5em;
}
.product-detail__point-list__item{
	margin-left: 1em;
    position: relative;
}
.product-detail__point-list__item::before{
	content:'';
    display: block;
    width: 8px;
    height: 8px;
    margin-left: -1em;
    border-radius: 4px;
    background: #101319;
    position: absolute;
    left: 0;
    top:9px;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .product-detail__point-list__item::before{
        width: 6px;
        height: 6px;
        border-radius: 3px;
        top:8px;
    }
}
.product-detail__body{
}
.product-detail__body__header{
	padding-right:20px;
	padding-left: 20px;
	font-size: 1.3rem;
	line-height: 60px;
	letter-spacing:0.1em;
	position: relative;
	text-align: right;
	background: #192158;
	color: #ffffff;
}
.product-detail__body__header::before{
	content: attr(data-en-text);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0;
	font-family: 'Fjalla One', sans-serif;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.product-detail__body__title{
	margin-top: 6.66666%;
	margin-bottom: 6.66666%;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing:0.1em;
}
.product-detail__note02{
	padding: 3.33333%;
	margin: 10% 0 16.66666%;
	font-size: 1.2rem;
	background: #DEE5E6;
}
.scrolltable{
    max-width: 100%;
    overflow-x: auto;
}
.product-detail__body-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.product-detail__body-table th,
.product-detail__body-table td{
	padding: 3% 2%;
	font-size: 1.4rem;
	border: 1px solid #dddddd;
	text-align: left;
    line-height: 1.3;
}

html.is-zoom .product-detail__body-table th, .product-detail__body-table td {
    font-size: 1.7rem;
    line-height: 1.5;
}

.product-detail__body-table th{
	font-weight: bold;
	background: #EBEFF0;
	word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 3em;
}

.product-detail__body-table thead th{
}
.product-detail__body-table tbody th{
}
.product-detail__body-table td{
	background: #ffffff;
}
.product-detail__body-table.th-top tr:nth-child(odd) td{
	background: #FBFCFC;
}
.product-detail__body-table.th-left tr:nth-child(even) td{
	background: #FBFCFC;
}
.product-detail__body-table td.price{
	font-weight: bold;
	text-align: right;
}
.product-detail__body-table td.price span{
	font-weight: normal;
}
.product-detail__body-table .ws-nowrap {
  white-space: nowrap
}
.product-detail__body-table .va-m {
  vertical-align: middle;
}
.product-detail__body-table .ta-c {
  text-align: center;
}



.product-detail__slider{
	width: 48.57142%;
	/*position: fixed;
	top: 0;
	left: 0;*/
	position: relative;
}
/*.fixedsticky { top: 0; }*/
.product-detail__slider__image-wrapper{
	position: sticky;
    position: -webkit-sticky;
	top: 100px;
	left: 0;
}
.product-detail__slider__image-body{
	position: relative;
	width: 100%;
	height: 100%;
	height: auto;
}
.product-detail__slider__image-contents{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding-bottom: 6.61764%;
}
.product-detail__slider__image-contents:first-of-type{
	display: block;
}
.product-detail__slider__image{
	padding-top: 6.61764%;
	padding-bottom: 6.61764%;
	padding-bottom: 9.55880%;
	text-align: center;
}
.product-detail__slider__image img{
	width:100%;
}
.product-detail__slider__title{
	padding: 2.05882% 4.41176%;
	font-size: 1.4rem;
	background: #EBEFF0;
	height: auto;
	line-height: 1.4;
	position: absolute;
	bottom: 9.55880%;
	width: 100%;
}
.product-detail__slider__list{
	display: flex;
	flex-wrap: wrap;
	margin-right: -1.47058%;
	margin-left: -1.47058%;
	position: relative;
	/*background: rgba(0,0,255,0.3);*/
}
.product-detail__slider__items{
	width: 20%;
	width: 17.05884%;
	margin-right: 1.47058%;
	margin-left: 1.47058%;
	margin-top: 2.94116%;
	cursor: pointer;
}
.product-detail__slider__items img{
	border: 1px solid #DEE5E6;
}
@media (max-width: 1200px) {
	.product-detail{
		padding-left: 10px;
	}
	.product-detail__body-table th,
	.product-detail__body-table td{
		font-size: 1.3rem;
	}
	.product-detail__slider__items{
		width: 25%;
		width: 22.05884%;
	}
}
@media (max-width: 767px) {
	html:not(.is-zoom) .product-detail{
		/*flex-direction: column-reverse;*/
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	html:not(.is-zoom) .product-detail__contents{
		width: 100%;
		margin-right: 0;
		margin-top: 6.66666%;
	}
	html:not(.is-zoom) .product-detail__slider__image{
		padding-top: 0;
		padding-bottom: 6.61764%;
	}
	html:not(.is-zoom) .product-detail__title02{
		font-size: 3.2rem;
	}
	html:not(.is-zoom) .product-detail__header{
        /*margin-bottom: 8.44444%;*/
	}
	html:not(.is-zoom) .product-detail__body{
        margin-top: 8.44444%;
	}
	html:not(.is-zoom) .product-detail__body__header::before{
		font-size: 1.7rem;
	}
	html:not(.is-zoom) .product-detail__body__title{
		margin-top: 3.33333%;
        margin-bottom: 3.33333%;
		font-size: 1.7rem;
	}
	html:not(.is-zoom) .product-detail__note02{
		margin: 5% 0 8.33333%;
	}
	html:not(.is-zoom) .product-detail__slider{
		width: 100%;
		background: #ffffff;
	}
/*	_:-ms-lang(x)::-ms-backdrop, .product-detail__slider__image-wrapper{
		padding-bottom: 0;
	}*/
	html:not(.is-zoom) .product-detail__slider__items{
		width: 17.05884%;
	}
}
@media (max-width: 600px) {
	.product-detail__slider__title{
		font-size: 1.3rem;
	}
	.product-detail__slider__items{
		width: 22.05884%;
	}
}

/* 製品・サービス投稿　余白用 */
/* ------ margin ------ */
.product-detail__contents .mt10{ margin-top:10px !important;}
.product-detail__contents .mt20{ margin-top:20px !important;}
.product-detail__contents .mt30{ margin-top:30px !important;}
.product-detail__contents .mt40{ margin-top:40px !important;}
.product-detail__contents .mt50{ margin-top:50px !important;}

.product-detail__contents .mb10{ margin-bottom:10px !important;}
.product-detail__contents .mb20{ margin-bottom:20px !important;}
.product-detail__contents .mb30{ margin-bottom:30px !important;}
.product-detail__contents .mb40{ margin-bottom:40px !important;}
.product-detail__contents .mb50{ margin-bottom:50px !important;}

.product-detail__contents .mt1rem{ margin-top:1rem !important;}
.product-detail__contents .mt2rem{ margin-top:2rem !important;}
.product-detail__contents .mt3rem{ margin-top:3rem !important;}
.product-detail__contents .mt4rem{ margin-top:4rem !important;}
.product-detail__contents .mt5rem{ margin-top:5rem !important;}

.product-detail__contents .mb1rem{ margin-bottom:1rem !important;}
.product-detail__contents .mb2rem{ margin-bottom:2rem !important;}
.product-detail__contents .mb3rem{ margin-bottom:3rem !important;}
.product-detail__contents .mb4rem{ margin-bottom:4rem !important;}
.product-detail__contents .mb5rem{ margin-bottom:5rem !important;}

/* ------ padding ------ */
.product-detail__contents .pt10{ padding-top:10px !important;}
.product-detail__contents .pt20{ padding-top:20px !important;}
.product-detail__contents .pt30{ padding-top:30px !important;}
.product-detail__contents .pt40{ padding-top:40px !important;}
.product-detail__contents .pt50{ padding-top:50px !important;}

.product-detail__contents .pb10{ padding-bottom:10px !important;}
.product-detail__contents .pb20{ padding-bottom:20px !important;}
.product-detail__contents .pb30{ padding-bottom:30px !important;}
.product-detail__contents .pb40{ padding-bottom:40px !important;}
.product-detail__contents .pb50{ padding-bottom:50px !important;}

.product-detail__contents .pt1rem{ padding-top:1rem !important;}
.product-detail__contents .pt2rem{ padding-top:2rem !important;}
.product-detail__contents .pt3rem{ padding-top:3rem !important;}
.product-detail__contents .pt4rem{ padding-top:4rem !important;}
.product-detail__contents .pt5rem{ padding-top:5rem !important;}

.product-detail__contents .pb1rem{ padding-bottom:1rem !important;}
.product-detail__contents .pb2rem{ padding-bottom:2rem !important;}
.product-detail__contents .pb3rem{ padding-bottom:3rem !important;}
.product-detail__contents .pb4rem{ padding-bottom:4rem !important;}
.product-detail__contents .pb5rem{ padding-bottom:5rem !important;}










/* +++++wp投稿用追加スタイル+++++ */
/* 1 価格ボタン */
.product-detail__body__price{
    font-size: 1.4rem;
    vertical-align: bottom;
    margin-top: 3.33333%;
    margin-bottom: 3.33333%;
}
.product-detail__body__price em{
    font-size: 2.5rem;
    font-weight: bold;
    font-style: normal;
}
.product-detail__type{
  display: inline-block;
  margin-left: 10px;
}
.product-detail__type-sale,
.product-detail__type-rental{
  display: inline-block;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
}
.product-detail__type-sale{
  margin-right: 5px;
  background: #47b564;
}
.product-detail__type-rental{
  background: #f5a100;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .product-detail__body__price{
        font-size: 1.2rem;
    }
    html:not(.is-zoom) .product-detail__body__price em{
        font-size: 2.0rem;
    }
    html:not(.is-zoom) .product-detail__type{
      display: block;
      margin-top: 5px;
      margin-left: 0;
    }
    html:not(.is-zoom) .product-detail__type-sale,
    html:not(.is-zoom) .product-detail__type-rental{
      font-size: 1.2rem;
    }
}
/* 2 水平線 */
.product-detail__body__hr{
    margin: 20px 0;
    border: none;
}
.product-detail__body__hr::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DEE5E6;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .product-detail__body__hr{
        margin: 16px 0;
    }
}
/* 3 動画 */
.product-detail__movielist{
    width: 100%;
    height: auto;
    text-align: center;
}
.product-detail__movieitem{
    display: block;
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 4.16666%;
}
.movie{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe{
	/*max-width: 400px;*/
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.movietitle{
    margin-top: 9px;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .movietitle{
        margin-top: 11px;
        line-height: 1.3;

    }
}
/* 4 見出し1 */
.product-detail__body__hd01{
	font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 10px 18px;
    background: #DEE5E6;
    margin-top: 3.33333%;
    margin-bottom: 3.33333%;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .product-detail__body__hd01{
        font-size: 1.5rem;
        padding: 8px 14px;
    }
}
/* 5 見出し2 */
.product-detail__body__hd02{
	font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
    position: relative;
    padding-bottom: 8px;
    margin-top: 3.33333%;
    margin-bottom: 3.33333%;
}
.product-detail__body__hd02::before,
.product-detail__body__hd02::after{
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.product-detail__body__hd02::before{
    width: calc(185 / 600 * 100%);
    background: #33C1F8;
    left: 0;
}
.product-detail__body__hd02::after{
    width: calc(415 / 600 * 100%);
    background: #DEE5E6;
    right: 0;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .product-detail__body__hd02{
        font-size: 1.5rem;
    }
}
/* 6 商品リスト */
.product-detail__body__list{
    margin-top: 6.66666%;
}
.product-detail__body__item{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid #DEE5E6;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.product-detail__body__item-img{
    width: calc(160 / 600 * 100%);
    line-height: 1;
    padding: 0;
    margin: 5px 0 0;
}
.product-detail__body__item-text{
    width: calc(400 / 600 * 100%);
}
.product-detail__body__list-title{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #192158;
}
.product-detail__body__list-body{
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .product-detail__body__item-img{
        width: calc(180 / 600 * 100%);
    }
    html:not(.is-zoom) .product-detail__body__item-text{
        width: calc(390 / 600 * 100%);
    }
    html:not(.is-zoom) .product-detail__body__list-title{
        font-size: 1.5rem;
    }
    html:not(.is-zoom) .product-detail__body__list-body{
        font-size: 1.3rem;
    }
}
@media (max-width: 400px) {
    .product-detail__body__item{
        flex-direction: column-reverse;
    }
    .product-detail__body__item-img{
        width: 100%;
        margin: 0 0 8px;
    }
    .product-detail__body__item-text{
        width: 100%;
    }
}
/* 7 注文ボタン */
.product-detail__body__orderbtn{
  position: relative;
  display: inline-block;
  width: 240px;
  border: 1px solid #101319;
  font-family: 'Fjalla One', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
  color: #101319;
  transition: 0.3s color;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.product-detail__body__orderbtn:hover {
  color: #fff;
}
.product-detail__body__orderbtn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #101319;
  transform: scaleX(0);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform;
  transform-origin: right;
  z-index: -1;
}
.product-detail__body__orderbtn:hover::before {
  transform: none;
  transform-origin: left;
}
.product-detail__body__orderbtn svg {
  width: 11px;
  height: 9px;
  margin-left: -8px;
  margin-right: 8px;
  vertical-align: 1px;
}
.product-detail__body__orderbtn::after {
  position: absolute;
  right: -12px;
  top: 35px;
  display: block;
  content: '';
  width: 27px;
  height: 1px;
  background: linear-gradient(to right, #3cf 0%, #3cf 33.33333%, rgba(51,204,255,0) 33.33334%, rgba(51,204,255,0) 66.66666%, #3cf 66.66667%, #3cf) right top;
  background-size: 81px 1px;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) background;
}
.product-detail__body__orderbtn:hover::after {
  background-position: left top;
  /*-webkit-animation: button-ghost-animate 0.6s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: button-ghost-animate 0.6s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);*/
}
@-webkit-keyframes button-ghost-animate {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}
@keyframes button-ghost-animate {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}
@media (max-width: 1024px) {
  .product-detail__body__orderbtn {
    line-height: 32px;
    font-size: 1.2rem;
  }
  .product-detail__body__orderbtn::after {
    top: 25px;
  }
}
/* 8 画像 */
.product-detail__body__img{
    margin: 1em auto 2em;
    text-align: center;
}
.product-detail__body__img img{
    margin-right: auto;
    margin-left: auto;
}
.product-detail__body__img figcaption{
    margin-top: 9px;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 767px) {
    html:not(.is-zoom) .product-detail__body__img figcaption{
        margin-top: 11px;
        line-height: 1.3;
    }
}









/* お問い合わせ */
.contact-wrapper {
	padding-bottom: 1px;
	background: #f8fafa;
	border-top: 1px solid #dee5e6;
}
.contact {
	width: 100%;
	max-width: 1440px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 4.30896%;
	margin-bottom: 4.30896%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contact__title {
  font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2.62743%;
}
.contact__title::before {
	content: attr(data-en-text);
	display: block;
	margin-bottom: 16px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 5rem;
	line-height: 1;
}
.contact__button {
  margin-top: 60px;
	margin-top: 3.15292%;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .contact {
		margin-top: 6.66666%;
		margin-bottom: 6.66666%;
	}
	html:not(.is-zoom) .contact__title::before {
		font-size: 3rem;
	}
}



/* +++++ お知らせ +++++ */
.news-category{
	width: 100%;
	max-width: 1440px;
	margin: 4.30896% auto calc(4.30896% - 20px);
	margin: 2.5% auto calc(3% - 20px);
	padding: 0 20px;
}
.news-category__list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.news-category__item{
	padding: 0 30px;
	list-style: none;
	position: relative;
	margin-bottom: 20px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-left: -1px;
}
.news-category__item:first-of-type{
	margin-left: 0;
}
.news-category__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 20px;
	text-decoration: none;
	font-weight: 600;
	color: #101319;
	transition: 0.3s color;
}
.news-category__link:hover {
  color: #171d81;
}
.news-category__link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #171d81;
  opacity: 0;
}
.news-category__link--active::after {
  opacity: 1;
}
.news-category__list-SP{
	display:none;
}
@media screen and (max-width: 767px) {
	html:not(.is-zoom) .news-category__list{
		display: none;
	}
	html:not(.is-zoom) .news-category__list-SP{
		display:block;
		margin-bottom: 6.66666%;
	}
	html:not(.is-zoom) .news-category__list-SP select{
		width: 100%;
		padding: 10px;
		background: #FFFFFF url(../img/news/select-arrow.png) no-repeat right 10px center;
		background-size: 13px 8px;
		line-height: 1.2;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		font-size: 1.6rem;
	}
}


/* トップ */
.newsline__item-wrapper:nth-child(odd){
	background: #F8FAFA;
}
.newsline__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  padding-top: 2.10194%;
	padding-right: 20px;
  padding-bottom: 2.10194%;
	padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
	flex-wrap: wrap;
	text-decoration: none;
	color: #101319;
	transition: 0.3s;
}
.newsline__item:hover {
	opacity: 0.7;
}
.newsline__image {
  width: 28.57142%;
}
.newsline__body {
  width: 66.32653%;
}
.newsline__item__date {
  padding-top: 2px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.3rem;
	display: inline;
	margin-right: 15px;
}
.newsline__item__category {
  display: inline-block;
  background: #192159;
	background: #919191;
  vertical-align: 1px;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
	padding: 0 7px;
}
/*お知らせ*/
.newsline__item__category.cat_info {
  background: #D14271;
}
/*展示会*/
.newsline__item__category.cat_exhibition{
  background: #0096E5;
}
/*製品サービス*/
.newsline__item__category.cat_product{
  background: #349844;
}
/*メディア掲載*/
.newsline__item__category.cat_media {
  background: #192159;
}
.newsline__item__title {
  font-size: 2rem;
  font-weight: bold;
	margin-top: 1.57646%;
	margin-bottom: 1.05097%;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .newsline__item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	html:not(.is-zoom) .newsline__image{
		width: 100%;
	}
	html:not(.is-zoom) .newsline__body {
		width: 100%;
		margin-top: 3.3%;
	}
 html:not(.is-zoom) .newsline__item__date {
			padding-top: 0;
	}
 html:not(.is-zoom) .newsline__item__title {
		width: 100%;
		line-height: 1.5;
	}
}

/*障害情報*/
.newsline__item__category.cat_failure {
  background: #D14271;
}
/*メンテナンス情報*/
.newsline__item__category.cat_maintenance{
  background: #0096E5;
}
/*サービスのご案内*/
.newsline__item__category.cat_service{
  background: #349844;
}
/*その他*/
.newsline__item__category.cat_others {
  background: #192159;
}


/* ページ送り */
.newsline__list__page{
	margin: 2.62743% auto calc(4.20388% - 10px);
}
.page__list{
	max-width: 1440px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.page__list__item{
	margin: 0 5px 10px;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
}
.page__list__item__link{
	font-size: 1.4rem;
	text-align: center;
	color: #333333;
	background: #DBDCDC;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}
.page__list__item__link:hover,
.page__list__item__link--active{
	text-decoration: none;
	color: #DBDCDC;
	background: #192159;
}
@media screen and (max-width: 600px) {
	.newsline__list__page{
		margin: 20px auto 40px;
	}
}
@media screen and (max-width: 414px) {
	.pageList{
		margin: 10px auto 30px;
	}
}
/* 個別 */
.news-detail{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 920px;
  padding-top: 4.99444%;
	padding-right: 20px;
  padding-bottom: 2.10194%;
  padding-bottom: 0.27901%;
	padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
	flex-wrap: wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.news-detail__header{
	padding-bottom: 3.26086%;
	margin-bottom: 3.26086%;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
}
.news-detail__title{
	margin-bottom: 2.5%;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: bold;
}
.news-detail__date {
	display: inline;
  padding-top: 2px;
	margin-right: 15px;
  font-size: 1.3rem;
  font-family: 'Fjalla One', sans-serif;
}
.news-detail__category {
  display: inline-block;
  background: #192159;
	background: #919191;
	vertical-align: 1px;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
	padding: 0 7px;
}
/*お知らせ*/
.news-detail__category.cat_info {
  background: #D14271;
}
/*展示会*/
.news-detail__category.cat_exhibition{
  background: #0096E5;
}
/*製品サービス*/
.news-detail__category.cat_product{
  background: #349844;
}
/*メディア掲載*/
.news-detail__category.cat_media {
  background: #192159;
}
.news-detail__text p{
	margin-top: 3.26086%;
	line-height: 1.7;
}
.news-detail__item__button {
  margin: 8.5394% auto;
	pointer-events: auto;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .news-detail__title{
		font-size: 2.2rem;
	}
}

/*障害情報*/
.news-detail__category.cat_failure {
  background: #D14271;
}
/*メンテナンス情報*/
.news-detail__category.cat_maintenance{
  background: #0096E5;
}
/*サービスのご案内*/
.news-detail__category.cat_service{
  background: #349844;
}
/*その他*/
.news-detail__category.cat_others {
  background: #192159;
}


/* ++++++++++++ ご購入・お問い合わせ ++++++++++++ */
.inquiry-header {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.666666% 20px;
  padding: 5.666666% 20px 3%;
}
.inquiry-header__title {
}
.inquiry-header__text {
  width: 100%;
  max-width: 900px;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

/*フォーム*/
.inquiry-form-wrapper{
	background: #F8FAFA;
	padding-top: 2.62743%;
	padding-bottom: 3.67840%;
}
.inquiry-flow{
	margin: 0 auto 2.6274%;
	text-align: center;
	max-width: 577px;
	padding: 0 40px;
}
.inquiry-form{
  width: 100%;
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
.form__section{
  width: 100%;
  padding: 2.40384% 4.80769%;
	background: #fff;
}
.form__section + .form__section::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #E6E7E8;
	margin-top: -2.40384%;
	margin-bottom: 2.40384%
}
.form__section-hd{
	padding-top: 20px;
	font-size: 2.1rem;
}
.form__section-box{
 display: flex;
	flex-wrap: nowrap;
	padding: 15px 0;
}
.form__section-title{
	display: flex;
	justify-content: space-between;
	width: 230px;
	/*width: 22.11538%;*/
	padding-top: 9px;
	margin-right: 13px;
	align-items: flex-start;
}

/*
html.is-zoom .form__section-title{
	width: calc(230 / 1000 * 100%);
}
*/
html.is-zoom .form__section-title{
	margin-right: 20px;
}


.form__section-item{
}
.form__section-required{
	width: 48px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 1.1rem;
	line-height: 1;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	background: #192159;
}
.form__section-contents{
	flex: 1;
	/*max-width: 480px;*/
}
.form__section-contents em{
	font-style:normal;
}
.form__section-contents input,
.form__section-contents textarea,
.form__section-contents .form__checkbox-box,
.form__section-contents select{
	padding: 10px;
	flex: 1;
	border: 1px solid #ccc;
}
/*
html.is-zoom .form__section-contents input,
html.is-zoom .form__section-contents textarea,
html.is-zoom .form__section-contents .form__checkbox-box,
html.is-zoom .form__section-contents select{
	padding: 7px 10px;
	position: relative;
}
*/
.form__section-contents textarea{
	height: 150px;
}
.form__section-contents input+input{
	margin-left: 25px;
}
html.is-zoom .form__section-contents input+input{
	margin-left: 24px;
}
.form__section-contents .form__checkbox-box label{
	margin-right: 1em;
	line-height: 1;
	margin-bottom: 5px;
}
.form__section-contents .form__checkbox-box input{
	margin-right: 3px;
	vertical-align: -0.1em;
	font-size: 1em;
}
.form__section-code span{
	margin: 0 10px;
}
.form__section-address{
	display: flex;
}
.form__section-address:not(:first-of-type){
	margin-top: 30px;
}
.form__section-address em{
	padding-top: 9px;
	margin-right: 10px;
}
html.is-zoom .form__section-address em{
	width: 4.5em;
	padding-top: 6px;
}
.form__section-radio{
	padding-top: 9px;
}
.form__section-radio li{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.form__section-radio li label{
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: left;
	cursor: pointer;
	vertical-align: middle;
}
.form__section-radio li label input{
	width: auto;
	margin-right: 10px;
	margin-top: 2px;
}
.w80{
	width: 100%;
	max-width: 80px;

}
.w100{
	width: 100%;
	max-width: 100px;
}
.w120{
	width: 100%;
	max-width: 120px;
}
.w150{
	width: 100%;
	max-width: 150px;
}
.w300{
	width: 100%;
	max-width: 300px;
}
.w400{
	width: 100%;
	max-width: 400px;
}
.w480{
	width: 100%;
	max-width: 480px;
}

html.is-zoom .form__section .w80{
	max-width: calc(80 / 750 * 100%);
}
html.is-zoom .form__section .w100{
	max-width:  calc(100 / 750 * 100%);
}
html.is-zoom .form__section .w120{
	max-width: calc(120 / 750 * 100%);
}
html.is-zoom .form__section .w150{
	max-width: calc(150 / 750 * 100%);
}
html.is-zoom .form__section .w300{
	max-width: calc(300 / 750 * 100%);
}
html.is-zoom .form__section .w400{
	max-width: calc(400 / 750 * 100%);
}
html.is-zoom .form__section .w480{
	max-width: calc(480 / 750 * 100%);
}


@media (max-width: 900px) {
	.form__section-title{
		width: 210px;
	}
	.form__section-contents input[type="radio"],
	.form__section-contents input[type="checkbox"]{
		transform: scale(0.75);
		vertical-align: -0.2em;
	}
}
@media (max-width: 767px) {
	html:not(.is-zoom) .form__section-box{
		display: block;
	}
	html:not(.is-zoom) .form__section-title{
		display: block;
		width: auto;
		padding-top: 0;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-right: 0;
	}
	html:not(.is-zoom) .form__section-title:first-of-type{
		margin-top: 0;
	}
	html:not(.is-zoom) .form__section-item{
		display: inline-block;
		margin-right: 15px;
		font-weight: bold;
	}
	html:not(.is-zoom) .form__section-item br{
		display: none;
	}
	html:not(.is-zoom) .form__section-required{
		display: inline-block;
	}
	html:not(.is-zoom) .form__section-address:not(:first-of-type) {
			margin-top: 15px;
	}
}
@media (max-width: 414px) {
	.form__section-contents input+input{
		margin-left: 10px;
	}
	.form__section-code span {
			margin: 0 5px;
	}
	.form__section-address em {
		min-width: 4em;
	}
	.w80{
		width: 32%;
	}
	.w100{
		width: 40%;
	}
	.w150{
		width: 45%;
	}
}
.inquiry-header__text__error {
	width: 100%;
	max-width: 900px;
	padding: 1.5em;
	margin-top: 3.33333%;
	border: 2px solid #c13c3d;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	color: #c13c3d;
	background: #FFFFFF;
}
.form__section-error {
	display: block;
	width: 100%;
	margin-top: 0.5em;
	font-weight: bold;
	color: #c13c3d;
}
.form__section-box-conf{
  display: flex;
	flex-wrap: nowrap;
	padding: 15px 0;
}
.form__section-item-conf{
	width: 200px;
	font-weight: bold;
}
.form__section-contents-conf{
	width: calc(100% - 200px);
	word-wrap: break-word;
	overflow-wrap: break-word;
}
	.form__section-contents input[type="radio"],
	.form__section-contents input[type="checkbox"]{
		transform: scale(0.75);
		vertical-align: -0.3em;
	}
@media (max-width: 600px) {
	.form__section-box-conf{
		display: block;
	}
	.form__section-item-conf{
		display: block;
		width: auto;
		padding-top: 0;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.form__section-item-conf:first-of-type{
		margin-top: 0;
	}
	.form__section-contents-conf{
		width: 100%;
	}
	/*.form__section-contents input[type="radio"],
	.form__section-contents input[type="checkbox"]{
		transform: scale(0.7);
	}	*/
}

/* 個人情報 */
.inquiry-privacy-wrapper{
	background: #EDF0F2;
	padding: 40px 0 50px;
}
.form__section-privacy{
  width: 100%;
  max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	/*padding-top: 5.1020%;
  padding-bottom: 5.1020%;*/
  margin-left: auto;
  margin-right: auto;
}
.form__section-privacy-title{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.form__section-privacy-title .form__section-required{
	align-self: center;
}
.form__section-privacy-item{
	margin-right: 10px;
}
.form__section-privacy-body{
	padding: 10px;
	background: #fff;
	border: 1px solid #E6E7E8;
}
.form__section-privacy-text{
	padding: 2.88461%;
	overflow-y: auto;
	height: 320px;
	text-align: left;
}
.form__section-privacy-text-text{
	margin-bottom: 1em;
}
.form__section-privacy-text__definitionlist{
}
.form__section-privacy-text__term{
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-weight: bold;
}
.form__section-privacy-text__description{
}
.form__section-privacy-text__unorderedlist{
	margin-top: 1em;
	margin-bottom: 1em;
}
.form__section-privacy-text__unorderedlist__listitem{
	list-style: none;
}
.form__section-privacy-text__unorderedlist__listitem::before{
	content: "・";
}
.form__section-privacy-text-contact{
	margin-top: 2.5em;
}
.form__section-privacy-text-contact__text01{
	font-size: 1.5rem;
	font-weight: bold;
}
.form__section-privacy-text-contact__text02{
	margin-top: 0.5em;
}
.form__section-privacy-check {
  width: 100%;
  margin: 3.1730% auto 0;
	text-align: center;
}
.form__section-privacy-check label {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: #F8FAFA;
  padding: 22px 0;
  font-weight: 600;
  line-height: 1;
  position: relative;
  cursor: pointer;
	font-size: 1.5rem;
	vertical-align: middle;
}
html.is-zoom .form__section-privacy-check label {
	font-size: 1.8rem;
}
.form__section-privacy-check label input {
	vertical-align: middle;
	margin-right: 1em;
}

/* 送信ボタン */
.form__section-submit {
  margin: 50px auto 100px;
  max-width: 1000px;
  padding: 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__section-submit input {
  width: 100%;
	max-width: 560px;
  padding: 33px;
  margin: 0 20px;
  font-size: 2.3rem;
	line-height: 1;
  border: 3px solid #192159;
  color: #FFFFFF;
  cursor: pointer;
  appearance: none;
  background: #192159;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: 0.3s background;
}
.form__section-submit input:hover {
  color: #171d81;
	background-color: #fff;
}
@media only screen and (max-width: 767px) {
  html:not(.is-zoom) .form__section-submit {
    display: block;
    margin: 35px auto 55px;
  }
  html:not(.is-zoom) .form__section-submit input {
    width: 90%;
    max-width: 400px;
    padding: 20px;
		font-size: 2rem;
  }
  html:not(.is-zoom) .form__section-submit input.back {
    margin-bottom: 15px;
  }
}

.inquiry-header__text-comp {
  width: 100%;
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
	margin: 6.6666% auto 1.5em;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.inquiry-comp-text{
  /*width: 100%;
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
	margin: 0 auto 6.6666%;*/
	width: 100%;
	padding: 4.80769% 4.80769% 2.40384%;
	background: #fff;
}
.inquiry-comp-text p{
	margin-bottom: 1em;
}

/* ++++++++++++ イクシスクラウド ++++++++++++ */
.ixscloud-header__text{
	margin: 60px auto 50px;
}
.ixscloud-header__text-text{
	text-align: center;
	font-weight: 700;
}
.ixscloud-header__text-list{
	display: flex;
	justify-content: center;
	margin: 25px auto 0;
	max-width: 640px;
	flex-wrap: wrap;
}
.ixscloud-header__text-item{
	margin: 0 10px 15px;
	list-style: none;
}
.ixscloud-header__text-link {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 60px;
  background: #192159;
  border: 2px solid #192159;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.3s color;
  z-index: 1;
}
.ixscloud-header__text-link:hover {
  color: #192159;
}
.ixscloud-header__text-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #fff;
  transform: scaleX(0);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform;
  transform-origin: right;
  z-index: -1;
}
.ixscloud-header__text-link:hover::before {
  transform: none;
  transform-origin: left;
}
.ixscloud-header__text-link::after {
  position: absolute;
  right: -12px;
  top: 35px;
  display: block;
  content: '';
  width: 27px;
  height: 1px;
  background: linear-gradient(to right, #33BFF8 0%, #33BFF8 33.33333%, rgba(255,205,113,0) 33.33334%, rgba(255,205,113,0) 66.66666%, #33BFF8 66.66667%, #33BFF8) right top;
  background-size: 81px 1px;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) background;
}
.ixscloud-header__text-link:hover::after {
  background-position: left top;
}

.ixscloud01{
	width: 100%;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	padding: 120px 20px 50px;
	padding: 120px 20px 100px;
}
.ixscloud01 .imgBox{
	width: 405px;
	width: calc(405/ 990 * 100%);
}
.ixscloud01 .imgBox img{
	width: 100%;
}
.ixscloud01 .txtBox{
	width: 550px;
	width: calc(550/ 990 * 100%);
}
.ixscloud01 .txtBox .section-title{
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0;
}
.ixscloud01 .txtBox p{
	line-height: 2.4;
}

.ixscloud02Outer{
	background: #f8f8f8;
}
.ixscloud02{
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0;
}
.ixscloudfullImg img{
	width: 100%;
}

.ixscloud-inquiry.inquiry-header{
	padding-top: 3.1666666%;
}


@media (max-width: 767px) {
  html:not(.is-zoom) .ixscloud-header__text-link {
    width: 260px;
    height: 46px;
    line-height: 42px;
    font-size: 1.3rem;
  }

	html:not(.is-zoom) .ixscloud01{
		padding: 50px 20px;
		position: relative;
	}
	html:not(.is-zoom) .ixscloud01 .imgBox{
		width: 180px;
		position: absolute;
		top:-35px;
		right: 20px;
	}
	html:not(.is-zoom) .ixscloud01 .txtBox{
		width: 100%;
	}
}
@media (max-width: 767px) {
	html:not(.is-zoom) .ixscloud01 .imgBox{
		display: none;
	}
}
















/* ++++++++++++ 採用情報 ++++++++++++ */
.main-recruit{
	background-image: none;
}
.recruit-header-wrapper {
	background-image: url(../img/recruit/contents_bg.jpg);
	background-size: cover;
}
.recruit-header {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  width: 100%;
  max-width: 1440px;
  padding: 22% 20px;
  padding: 7.8% 20px;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
}
.recruit-header__main {
	width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
}
.recruit-header__main::before {
  content: attr(data-en-text);
  display: block;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
 html:not(.is-zoom) .recruit-header {
 }
	html:not(.is-zoom) .recruit-header__main {
		font-size: 1.4rem;
	}
 html:not(.is-zoom) .recruit-header__main::before {
		margin-bottom: 0;
		font-size: 4.5rem;
	}
}
.recruit-section-title {
	margin-top: 0;
}
.recruit-wrapper01{
	background: url(../img/recruit/recruit-wrapper01_bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding-top: 1px;
}

/* news */
.recuit-news{
  display: flex;
  flex-wrap: wrap;
	align-items: center;
  width: 100%;
  max-width: 1440px;
	min-height: 80px;
	box-sizing: border-box;
	padding: 15px 15px 15px 0;
	margin-top: -41px;
  margin-left: auto;
  margin-right: auto;
	position: relative;
	text-align: center;
	background: #192158;
	color: #ffffff;
}
.recuit-news::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 145px;
	background: #ffffff;
}
.recuit-news__title{
	width: 145px;
	font-size: 2.5rem;
	font-family: 'Fjalla One', sans-serif;
	position: relative;
}
.recuit-news-entries{
	flex: 1;
  display: flex;
	align-items: center;
	padding: 0 40px;
}
.recuit-news-entries__date{
	margin-right: 30px;
	font-size: 1.3rem;
	font-family: 'Fjalla One', sans-serif;
	text-align: left;
}
.recuit-news-entries__title{
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
}
.recuit-news__button{
	width: 120px;
	margin: 15px auto;
	margin: 0 auto;
	font-size: 1.4rem;
}
@media (max-width: 960px){
	.recuit-news{
		height: auto;
		min-height: 60px;
		margin-top: -1px;
	}
	.recuit-news::after{
		left: 120px;
	}
	.recuit-news__title{
		width: 120px;
		font-size: 2.1rem;
	}
	.recuit-news-entries{
		padding: 0 30px;
	}
}
@media (max-width: 767px){
	.recuit-news::after{
		left: 90px;
	}
	.recuit-news__title{
		width: 90px;
		font-size: 1.9rem;
	}
	.recuit-news-entries{
		display: block;
	}
	.recuit-news-entries__title{
		font-size: 1.3rem;
		line-height: 1.4;
	}
}
@media (max-width: 400px){
	.recuit-news{
		padding: 10px 10px 10px 0;
	}
	.recuit-news::after{
		left: 80px;
	}
	.recuit-news__title{
		width: 80px;
		/*margin-top: 45px;*/
	}
	.recuit-news-entries{
		padding: 0 20px;
		width: calc(100% - 80px);
		flex: none;
	}
	.recuit-news__button{
		width: 100px;
		flex: none;
		display: block;
		margin: 0 0 10px 100px;
	}
}

/* メッセージ */
.recruit-message{
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
	padding: 2% 20px;
}
.recruit-message__title{
	width: 100%;
	max-width: 800px;
	margin: 2% auto;
	font-size: 3rem;
	line-height: 1.4;
	text-align: center;
	color: #181D83;
}
.recruit-message__text{
	font-size: 1.442rem;
	font-weight: 600;
	line-height: 2.1;
	text-align: center;
}
html.is-zoom .recruit-message__text{
	font-size: 1.8rem;
}
.recruit-message__text p + p{
	margin-top: 30px;
}
@media (max-width: 767px){
	html:not(.is-zoom) .recruit-message__title{
			font-size: 2rem;
	}
}
@media (max-width: 420px){
	.recruit-message__text{
		font-size: 1.3rem;
		line-height: 1.8;
		text-align: left;
	}
	.recruit-message__text br{
		display: none;
	}
}


/* 求める人物像 */
.recruit-ideal-wrapper{
	background: url(../img/recruit/recruit-ideal_bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.recruit-ideal{
	padding: 2% 20px;
}
.recruit-ideal-top{
	width: 100%;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.recruit-ideal__title{
	width: 100%;
	max-width: 800px;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.4;
	font-size: 3rem;
	font-weight: normal;
}
.recruit-ideal__text{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
html.is-zoom .recruit-ideal__text {
    font-size: 1.7rem;
}
html.is-zoom .recruit-ideal__text br{
	display: none;
}
.recruit-ideal__row{
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.recruit-ideal__col{
	width: 31.42857%;
	max-width: 440px;
	padding: 4.64516% 20px;
	border-width: 8px;
	border-style: solid;
	text-align: center;
}
.recruit-ideal__col01{
	border-color: #3372D1;
}
.recruit-ideal__col02{
	border-color: #61ACA1;
}
.recruit-ideal__col03{
	border-color: #309DD7;
}
.recruit-ideal__col-title-number01{
	color: #3372D1;
}
.recruit-ideal__col-title-number02{
	color: #61ACA1;
}
.recruit-ideal__col-title-number03{
	color: #309DD7;
}
.recruit-ideal__col-title{
	line-height: 1;
}
.recruit-ideal__col-title-number{
	display: block;
	font-size: 6.6rem;
	line-height: 1;
	font-family: 'Fjalla One', sans-serif;
}
.recruit-ideal__col-title-text{
	display: block;
	padding-top: 10px;
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
}
.recruit-ideal__col-title-text::before{
	display: block;
	content: attr(data-en-text);
	margin-bottom: 20px;
	font-size: 5rem;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1;
}
.recruit-ideal__col-text01{
	padding-top:15.90909%;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
.recruit-ideal__col-text02{
	padding-top: 6.81818%;
	font-size: 1.4rem;
}

html.is-zoom .recruit-ideal__col-text02 {
    font-size: 1.6rem;
}

@media (max-width: 1200px){
	.recruit-ideal__col{
		border-width: 7px;
		padding: 4.64516% 15px;
		width: 31.92857%;
	}
	.recruit-ideal__col-title-number{
		font-size: 5.4rem;
	}
	.recruit-ideal__col-title-text{
		padding-top: 7px;
		font-size: 1.4rem;
	}
	.recruit-ideal__col-title-text::before{
		margin-bottom: 15px;
		font-size: 4rem;
	}
	.recruit-ideal__col-text01{
		font-size: 1.7rem;
		padding-top: 10.90909%;
	}
	.recruit-ideal__col-text02{
		font-size: 1.3rem;
		line-height: 1.7;
	}
	.recruit-ideal__col-text02 br{
		display: none;
	}
}
@media (max-width: 767px){
	html:not(.is-zoom) .recruit-ideal__title{
			font-size: 2rem;
	}
	html:not(.is-zoom) .recruit-ideal__text{
		text-align: left;
	}
	html:not(.is-zoom) .recruit-ideal__text br{
		display: none;
	}
	html:not(.is-zoom) .recruit-ideal__row{
		display: block;
		margin: 0 auto;
	}
	html:not(.is-zoom) .recruit-ideal__col{
		border-width: 8px;
		padding: 25px 20px;
		width: 100%;
		margin: 0 auto 25px;
	}
	html:not(.is-zoom) .recruit-ideal__col-title-number{
		font-size: 5.2rem;
	}
	html:not(.is-zoom) .recruit-ideal__col-title-text{
		padding-top: 7px;
		font-size: 1.3rem;
	}
	html:not(.is-zoom) .recruit-ideal__col-title-text::before{
		margin-bottom: 13px;
		font-size: 3.2em;
	}
	html:not(.is-zoom) .recruit-ideal__col-text01{
		font-size: 1.6rem;
		padding-top: 25px;
	}
	html:not(.is-zoom) .recruit-ideal__col-text02 br{
		display: block;
	}
}
@media (max-width: 480px){
/*	.recruit-ideal__col{
		padding: 30px 15px;
	}
	.recruit-ideal__col-title-number{
		font-size: 5.4rem;
	}
	.recruit-ideal__col-title-text{
		padding-top: 7px;
		font-size: 1.4rem;
	}
	.recruit-ideal__col-title-text::before{
		margin-bottom: 15px;
		font-size: 4rem;
	}
	.recruit-ideal__col-text01{
		font-size: 1.7rem;
		padding-top: 10.90909%;
	}
	.recruit-ideal__col-text02{
		font-size: 1.3rem;
		line-height: 1.7;
	}*/
	.recruit-ideal__col-text02 br{
		display: none;
	}
}


/* 社風 */
.recruit-culture{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding-top: 5.20833%;
	padding-top: 4.6875%;
	overflow: hidden;
}
.recruit-culture-list__item{
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}
.recruit-culture-list__item01{
	margin-left: 100px;
	flex-direction: row-reverse;
}
.recruit-culture-list__item02{
	float: right;
}
.recruit-culture__image{
	width: calc(750 / 1500 * 100%);
	padding-bottom: 100px;
	position: relative;
}
.recruit-culture__image-list{
	position: relative;
}
.recruit-culture__image-item{
	position: relative;
	z-index: 1;
}
.recruit-culture__image-item::after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50px;
	z-index: -1;
	background: #EBEFF0;
}
.recruit-culture-list__item01 .recruit-culture__image-item::after{
	left: 50px;
}
.recruit-culture-list__item02 .recruit-culture__image-item::after{
	right: 50px;
}
.recruit-culture__image-nav{
	position: absolute;
	left: 50%;
	bottom:4%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	z-index: 101;
	text-align: center;
	cursor: pointer;
}
.recruit-culture__image-nav span{
	position: relative;
	display: inline-block;
	visibility: hidden;
	margin: 0 13px;
}
.recruit-culture__image-nav span::before{
	content:"";
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 6.5px;
	background: #fff;
	visibility: visible;
	position: absolute;
	left: 0;
	top: 0;
}
.recruit-culture__image-nav span.cycle-pager-active{
}
.recruit-culture__image-nav span.cycle-pager-active::before{
	background-color: #33CCFF;
}
.recruit-culture__body{
	width: calc(615 / 1500 * 100%);
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
}
.recruit-culture__title{
	display: block;
	font-size: 1.5rem;
	position: relative;
	padding-top: 10px;
}
.recruit-culture__title::before{
	display: block;
	content: attr(data-en-text);
	margin-bottom: 20px;
	font-size: 5rem;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1;
}
.recruit-culture__text p{
	margin-top: 2em;
}
@media (max-width: 1600px){
	.recruit-culture-list__item01{
		margin-left: 0;
		float: right;
	}
}
@media (max-width: 1520px){
	.recruit-culture{
		padding-right: 20px;
		padding-left: 20px;
	}
	.recruit-culture-list__item01{
		float: none;
	}
	.recruit-culture__body{
		padding-right: 0;
	}
}
@media (max-width: 1200px){
	.recruit-culture__image-item::after{
		top: 25px;
	}
	.recruit-culture-list__item01 .recruit-culture__image-item::after{
		left: 25px;
	}
	.recruit-culture-list__item02 .recruit-culture__image-item::after{
		right: 25px;
	}
	.recruit-culture__body{
		width: calc(650 / 1500 * 100%);
		padding-top: 25px;
	}
}
@media (max-width: 960px){
	html:not(.is-zoom) .recruit-culture__image{
		width: 40%;
		padding-bottom: 100px;
	}
	html:not(.is-zoom) .recruit-culture__image-nav span{
		margin: 0 10px;
	}
	html:not(.is-zoom) .recruit-culture__image-nav span::before{
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}
	html:not(.is-zoom) .recruit-culture__body{
		width: 53%;
		padding-top: 25px;
	}
	html:not(.is-zoom) .recruit-culture__title::before{
		font-size: 4.5rem;
		margin-bottom: 16px;
	}
}
@media (max-width: 767px){
	html:not(.is-zoom) .recruit-culture-list__item{
		display: block;
		padding-top: 0;
		padding-bottom: 25px;
	}
	html:not(.is-zoom) .recruit-culture__image{
		width: 100%;
		margin: 0 auto;
		max-width: 580px;
		padding-bottom: 25px;
	}
	html:not(.is-zoom) .recruit-culture-list__item02 .recruit-culture__image-item::after{
		right: initial;
		left: 25px;
	}
	/*.recruit-culture__image-nav{
		padding-top: 55%;
	}	*/
	html:not(.is-zoom) .recruit-culture__body{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	html:not(.is-zoom) .recruit-culture__title::before{
		font-size: 3rem;
		margin-bottom: 8px;
	}
	html:not(.is-zoom) .recruit-culture__text p{
		margin-top: 1.5em;
	}
}
@media (max-width: 680px){
	html:not(.is-zoom) .recruit-culture__image{
		padding-right: 30px;
		padding-left: 30px;
	}
	/*.recruit-culture__image-nav{
		padding-top: 0;
	}	*/
}


/* 募集要項 */
.recruit-guidelines-wrapper{
	background: #F8FAFA;
	margin-top: 1%;
}
.recruit-guidelines{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}
.recruit-guidelines-title{
	padding-top: 2%;
}
.recruit-guidelines__list{
	display: flex;
	flex-wrap: wrap;
  width: calc(100% + 15px);
	margin: 0 -7.5px 5.88235%;
}
.guidelines__list-item{
  display: block;
	display: flex;
	align-items: stretch;
  width: 25%;
  text-align: center;
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.guidelines__list-link{
  position: relative;
  display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  padding: 12px 5px;
	width: 100%;
  background: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  color: #101319;
  box-shadow: 1px 1px 8px rgba(187,202,204,0.5);
  outline: none;
  transition: 0.25s background, 0.25s color;
}
html.is-zoom .guidelines__list-link{
	font-size: 1.7rem;
}

.guidelines__list-link::before {
  position: absolute;
  bottom: -9px;
  left: 50%;
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background: #33ccff;
  transition: 0.2s opacity;
}
.guidelines__list-link::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #192159 transparent transparent transparent;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.25s opacity;
}
.ui-state-active .guidelines__list-link {
  background: #192159;
  color: #fff;
}
.ui-state-active .guidelines__list-link::before {
  opacity: 0;
}
.ui-state-active .guidelines__list-link::after {
  opacity: 1;
}

@media (max-width: 767px){
	html:not(.is-zoom) .guidelines__list-item{
		width: 33.33333%;
	}
}
@media (max-width: 600px){
	.guidelines__list-item{
		width: 50%;
	}
	.guidelines__list-link{
		line-height: 1.3;
	}
}

.recruit-guidelines__item01{
	border-top: 1px solid #DEE5E6;
	padding-top: 5.88235%;
}
.recruit-guidelines__item01-contents{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #DEE5E6;

	padding-bottom: 5.88235%;
	margin-bottom: 5.88235%;
}
.recruit-contents__title{
	width: 180px;
	font-size: 2rem;
}
html.is-zoom .recruit-contents__title{
	font-size: 2.4rem;
}
.recruit-contents__text{
	width: calc(100% - 180px);
	font-size: 1.4rem;
}
html.is-zoom .recruit-contents__text{
	font-size: 2rem;
}
.recruit-contents__text p + p{
	margin-top: 2em;
}
.skill__list{
}
.skill__item{
	list-style: none;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
.skill__item::before{
	content: "・";
	margin-left: -1em;
}
.recruit-guidelines__item02{
}
.recruit-guidelines__item02-title{
	font-size: 2rem;
	text-align: center;
	padding-bottom: 4.41176%;
}
.recruit-guidelines__item02-contents{
	display: flex;
	flex-wrap: wrap;
	border-right: 1px solid #DEE5E6;
	border-bottom: 1px solid #DEE5E6;
	border-left: 1px solid #DEE5E6;
}
.recruit-contents__term{
	width: 140px;
	border-top: 1px solid #DEE5E6;
	background: #EBEFF0;
	font-weight: bold;
	padding: 20px;
}
.recruit-contents__description{
	width: calc(100% - 140px);
	border-top: 1px solid #DEE5E6;
	border-left: 1px solid #DEE5E6;
	padding: 20px;
	line-height: 2;
}
.recruit-contact{
	padding-top: 35px;
	padding-bottom: calc(96 / 990 * 100%);
	text-align: center;
}
.recruit-contact .contact_p01{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 24px;
}
html.is-zoom .recruit-contact .contact_p01{
	font-size: 2.1rem;
}
.recruit-contact .contact-title{
	font-size: 1.8rem;
}
html.is-zoom .recruit-contact .contact-title{
	font-size: 2.1rem;
}
.recruit-contact .contact_tel{
	font-size: 3.5rem;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 3px;
}
.recruit-contact .contact_tel a{
	pointer-events: none;
	color: #101319;
	text-decoration: none;
}
.recruit-contact .contact-address{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 6px;
}
html.is-zoom .recruit-contact .contact-address{
	font-size: 1.7rem;
}

@media (max-width: 767px){
	html:not(.is-zoom) .recruit-guidelines__item01{
		padding-top: 5.88235%;
	}
	html:not(.is-zoom) .recruit-guidelines__item01-contents{
		padding-bottom: 5.88235%;
		margin-bottom: 5.88235%;
	}
	html:not(.is-zoom) .recruit-contents__title{
		width: 130px;
		font-size: 1.6rem;
	}
	html:not(.is-zoom) .recruit-contents__text{
		/* width: calc(100% - 130px); */
		width: 100%
	}
	html:not(.is-zoom) .recruit-contents__term{
		width: 110px;
		padding: 15px 18px;
	}
	html:not(.is-zoom) .recruit-contents__description{
		width: calc(100% - 110px);
		padding: 15px 18px;
	}
	html:not(.is-zoom) .recruit-contact{
		padding-top: 20px;
	}
	html:not(.is-zoom) .recruit-contact .contact_p01{
		font-size: 1.5rem;
		margin-bottom: 18px;
	}
	html:not(.is-zoom) .recruit-contact .contact-title{
		font-size: 1.5rem;
	}
	html:not(.is-zoom) .recruit-contact .contact_tel{
		font-size: 3rem;
		margin-top: 5px;
		margin-bottom: 10px;
		line-height: 1;
	}
	html:not(.is-zoom) .recruit-contact .contact_tel a{
		pointer-events: auto;
	}
	html:not(.is-zoom) .recruit-contact .contact-address{
		font-size: 1.3rem;
		margin-top: 3px;
	}
}
@media (max-width: 480px){
	.recruit-guidelines__item01-contents{
		display: block;
	}
	.recruit-contents__title{
		width: 100%;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.recruit-contents__text{
		width: 100%;
	}
	.recruit-contents__term{
		width: 90px;
		padding: 12px 13px;
		line-height: 1.4;
	}
	.recruit-contents__description{
		width: calc(100% - 90px);
		padding: 12px 13px;
		line-height: 1.4;
	}
}



/* ++++++++++++ サポート・メンテナンス ++++++++++++ */
.support{
	max-width: 1040px;
	width: 100%;
	margin: -2.66666% auto 0;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
.supportToptext{
	margin-bottom: 50px;
}
@media (max-width: 767px){
	.supportToptext{
		margin-bottom: 50px;
	}
}

/* トップ */
.supportNav{
	padding: 4.63917% 20px;
	background: #192159;
}
.supportNav:last-of-type{
	margin-bottom: 5.15463%;
}
.support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
}
.support__list::after {
  content:"";
  display: block;
	width: 28.79078%;
}
.support__item {
	width: 28.79078%;
	list-style: none;
	display: flex;
	align-items: stretch;
}
.support__item .button-ghost-white {
	width: 100%;
	position: relative;
	border: 1px solid #dcdddd;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
 font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.support__item:nth-of-type(n + 4) {
  margin-top: 5.75815%;
}
.support__item .button-ghost-white::after {
	top:initial;
	bottom: 25%;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .support__item {
    width: 49%;
    font-size: 1.3rem;
  }
  html:not(.is-zoom) .support__item:nth-of-type(n + 3) {
    margin-top: 5.75815%;
  }
}
@media (max-width: 600px) {
  .support__item {
    width: 100%;
  }
  .support__item:nth-of-type(n + 2) {
    margin-top: 5.75815%;
  }
}






/* FAQ */
.faq{
	padding-bottom: 100px;
}
.faqContents{
	text-align: left;
	margin-bottom: 20px;
}
.faq-Question,
.faq-Answer{
	padding: 16px 20px 16px 26px;
	position: relative;
}
.faq-Question{
	cursor: pointer;
	pointer-events: all;
	background: #EBEFF0;
	transition: 0.35s ease-in-out;
}
.faq-Question.closeAns{
	background: #192158;
	color: #ffffff;
}
.faq-Answer{
	display: none;
	border: 1px solid #DEE5E6;
}
.faq-Question::before,
.faq-Question::after{
	content: "";
	position: absolute;
	background: #192158;
}
.faq-Question::after{
	top: 29px;
	right: 27px;
	width: 16px;
	height: 2px;
}
.faq-Question::before{
	width: 2px;
	height: 16px;
	top: 22px;
	right: 34px;
}
.faq-Question.closeAns::before{
	content: none;
}
.faq-Question.closeAns::after{
	background: #ffffff;
}
.faq-Question-body,
.faq-Answer-body{
	position: relative;
	padding: 0 38px;
}
.faq-Question-body{
	padding: 0 38px;
}
.faq-Answer-body{
	padding: 0 0 0 38px;
}
.faq-Question-body::before,
.faq-Answer-body::before{
	font-size: 2.8rem;
	font-family: 'Fjalla One', sans-serif;
	color: #192158;
	position: absolute;
	top: -12px;
	left: 0;
}
.faq-Question-body::before{
	content: "Q";
}
.faq-Question.closeAns .faq-Question-body::before{
	color: #ffffff;
}
.faq-Answer-body::before{
	content: "A";
}
.faq-Answer-body p:not(:first-of-type){
	margin-top: 1em;
}
.faq-Answer-body table{
	max-width: 100%;
	width: 100%;
	width: auto;
	margin: 0.5em 0;
	border-collapse: collapse;
	border-spacing: 0;
	word-wrap: break-word;
	font-size: 1.4rem;
	table-layout: fixed;
}
.faq-Answer-body th,
.faq-Answer-body td{
	padding: 5px 10px;
	border: 1px solid #dddddd;
}
.faq-Answer-body th{
	font-weight: bold;
	background: #EBEFF0;
}
.faq-Answer-body td{
	background: #ffffff;
	text-align: left;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .faq{
		padding-bottom: 30px;
	}
	html:not(.is-zoom) .faqContents{
		line-height: 1.4;
	}
	html:not(.is-zoom) .faq-Question,
	html:not(.is-zoom) .faq-Answer{
		padding: 10px 14px 10px 17px;
	}
	html:not(.is-zoom) .faq-Question::after{
		top: 17px;
		right: 15px;
		width: 12px;
	}
	html:not(.is-zoom) .faq-Question::before{
		height: 12px;
		top: 12px;
		right: 20px;
	}
	html:not(.is-zoom) .faq-Question-body,
	html:not(.is-zoom) .faq-Answer-body{
		padding: 0 0 0 30px;
	}
	html:not(.is-zoom) .faq-Question-body{
		padding: 0 20px;
	}
	html:not(.is-zoom) .faq-Answer-body{
		padding: 0 0 0 20px;
	}
	html:not(.is-zoom) .faq-Question-body::before,
	html:not(.is-zoom) .faq-Answer-body::before{
		font-size: 2.2rem;
		top: -6px;
	}
}
/* ixscloud faq */
.ixscloudfaq{
	padding-bottom: 25px;
}
.ixscloudHd{
	font-size: 2.5rem;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .ixscloudHd{
		font-size: 2rem;
		padding-bottom: 6px;
	}
}

/* ダウンロード */
.downloadList{
	margin-bottom: 50px;
	text-align: left;
}
.downloadHeadline{
	padding: 16px 20px 17px;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.35;
	background: #192158;
	color: #ffffff;
}
.downloadContents{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #DEE5E6;
	border-left: 1px solid #DEE5E6;
	font-size: 1.4rem;
}
.downloadTitle{
	width: 35%;
	padding: 20px;
	border-right: 1px solid #DEE5E6;
	border-bottom: 1px solid #DEE5E6;
	font-weight: bold;
	background: #EBEFF0;
}
.downloadItem{
	width: 65%;
	padding: 20px 30px;
	border-right: 1px solid #DEE5E6;
	border-bottom: 1px solid #DEE5E6;
}
.downloadItem-list{
	margin-top: 1em;
	list-style: none;
}
.downloadItem :first-child.downloadItem-list{
	margin-top: 0;
}
.downloadItem-link {
	color: #192158;
	text-decoration: none;
	word-wrap:break-word;
}
.downloadItem-link svg{
	display: inline-block;
	margin-right: 5px;
}
.fa-external-link-alt,
.fa-video-alt,
.fa-file-alt{
	color: #101319;
}
.fa-file-pdf{
	color: #E3534D;
}

.optionParts{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.opttionList{
	display: flex;
	width: 47.5%;
	margin-bottom: 2.5%;
	border: 1px solid #DEE5E6;
}
.opttionList:nth-of-type(2n+1){
	margin-right: 1.25%;
}
.opttionList:nth-of-type(2n){
	margin-left: 1.25%;
}
.optionImg{
	width: 30.80072%;
}
.optionContents{
	padding: 15px 20px;
	background: #EBEFF0;
	flex: 1;
}
.optionTitle{
	font-weight: bold;
}
.optionText{
	line-height: 2.142;
}
.optionPrice{
	font-weight: bold;
}
.downloadNotes{
	margin-top: -2.5%;
	margin-bottom: 9.61538%;
}
.downloadNotes-list{
	padding: 17px 25px 25px;
	text-align: left;
	background: #DEE5E6;
}
.downloadNotes .downloadNotes-term{
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
.downloadNotes .downloadNotes-description{
	font-size: 1.2rem;

}


@media (max-width: 767px){
	.downloadList{
		margin-bottom: 40px;
	}
	.downloadHeadline{
		padding: 13px 15px 14px;
		margin-bottom: 20px;
		font-size: 1.7rem;
	}
	.downloadContents{
		display: block;
	}
	.downloadTitle{
		width: 100%;
		padding: 10px 15px;
	}
	.downloadItem{
		width: 100%;
		padding: 15px;
	}

	.optionParts{
		display: block;
	}
	.opttionList{
		width: 100%;
	}
	.opttionList:nth-of-type(2n+1){
		margin-right: 0;
	}
	.opttionList:nth-of-type(2n){
		margin-left: 0;
	}
	.optionImg{
		width: 30.80072%;
		max-width: 150px;
	}
	.optionContents{
		padding: 15px 20px;
	}
	.optionTitle{
		font-weight: bold;
	}
	.optionText{
		line-height: 2.142;
	}
	.optionPrice{
		font-weight: bold;
	}
}



















/* ++++++++++++ イクシスソリューション ++++++++++++ */
.ixssolution-header {
  width: 100%;
  max-width: 1440px;
  margin-top: 6.666666%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ixssolution-header__title {
  font-size: 3.8rem;
  margin-bottom: 2.42857%;
  line-height: 1.35;
  text-align: center;
}
.ixssolution-header__text {
  width: 100%;
  max-width: 900px;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .ixssolution-header__title {
    font-size: 2rem;
  }
}
.ixssolution-section__wrapper:nth-child(even) {
background: #f8fafa;
}
.ixssolution-section {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
	padding-top: 7.64%;
}
.ixssolution-section__title01 {
  width: 100%;
  max-width: 800px;
  /*margin-top: 3.57142%;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
	font-weight: normal;
}
.ixssolution-section__title01::before {
  display: block;
  content: attr(data-number);
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 4px solid #3372d1;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  font-size: 11rem;
  line-height: 1;
  text-align: center;
  color: #3372d1;
}
.ixssolution-section__text {
  width: 100%;
  margin-top: 3.57142%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  font-size: 3rem;
	font-weight: normal;
	text-align: center;
}
.ixssolution-section__image {
  margin-top: 3.42857%;
  padding-bottom: 8.28571%;
  text-align: center;
}
.ixssolution-section__image .spImg{
display: none;
margin: 0 auto;
}
.ixssolution-section__image .u-image-responsive-vh {
  max-height: 60vh;
  width: auto;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .ixssolution-section__title01 {
    font-size: 2rem;
  }
  html:not(.is-zoom) .ixssolution-section__title01::before {
    border-bottom-width: 2px;
    font-size: 5rem;
		margin-bottom: 20px;
		padding-bottom: 6px;
  }
		html:not(.is-zoom) .ixssolution-section__image .pcImg{
			display: none;
		}
		html:not(.is-zoom) .ixssolution-section__image .spImg{
			display: block;
		}
		html:not(.is-zoom) .ixssolution-section__text {
				font-size: 1.8rem;
			margin-bottom: 15px;
		}
}

.ixssolution-performance{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.ixssolution-performance__head{
	line-height: 1.4;
	font-size: 2.6rem;
}
.ixssolution-performance__head::after{
	display: block;
	content: "";
	width: 30px;
	margin-bottom: 30px;
	padding-bottom: 11px;
	border-bottom: 2px solid #171d7f;
	font-weight: normal;
	font-size: 11rem;
	line-height: 1;
	text-align: center;
	color: #3372d1;
}
.ixssolution-performance__image{

}
.ixssolution-performance__detail{
display: flex;
}
.ixssolution-performance__list{
padding-top: 18px;
line-height: 1.5;
/*
width: 20%;
margin-right: 110px;
width:210px;
*/
padding-right: 30px;
padding-right: 110px;
}
.ixssolution-performance__term{
margin-bottom: 10px;
font-size: 1.4rem;
font-weight: 500;
color: #171d7f;
}
.ixssolution-performance__desc{
margin-bottom: 3px;
font-size: 1.4rem;
font-weight: 500;
margin-left: 1em;
}
.ixssolution-performance__desc::before{
content: "・";
margin-left: -1em;
}
@media (max-width: 767px) {
html:not(.is-zoom) .ixssolution-performance{
	padding-bottom: 40px;
}
html:not(.is-zoom) .ixssolution-performance__head{
	font-size: 2rem;
}
html:not(.is-zoom) .ixssolution-performance__head::after{
	width: 25px;
	margin-bottom: 25px;
	padding-bottom: 8px;
}
html:not(.is-zoom) .ixssolution-performance__detail{
display: block;
}
html:not(.is-zoom) .ixssolution-performance__list{
width:100%;
padding-right: 0;
}
}


.ixssolution-method{
}
.ixssolution-method__sp{
display: none;
}

.ixssolution-method__pc{
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border-right:1px solid #dee5e6;
border-bottom:1px solid #dee5e6;
table-layout: fixed;
box-sizing: border-box;
margin-top: 50px;
}
.ixssolution-method__pc th,
.ixssolution-method__pc td{
border-left:1px solid #dee5e6;
border-top:1px solid #dee5e6;
line-height: 1.4;
}
.ixssolution-method__pc .ixssolution-method_th{
padding: 10px 20px;
font-size: 2rem;
font-weight: normal;
background: #171d7f;
color: #fff;
text-align: center;
}
.ixssolution-method__pc td{
padding: 20px;
}
.ixssolution-method_head{
width: 190px;
font-size: 2rem;
vertical-align: middle;
}
.ixssolution-method_img{
display: block;
margin: 0 auto;
}
.ixssolution-method_list{
}
.ixssolution-method_item{
margin: 3px 0 3px 1em;
list-style-type: none;
}
.ixssolution-method_item::before{
content: "・";
margin-left: -1em;
}
.ixssolution-method_expense{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 10em;
margin-right: auto;
margin-left: auto;
}
.ixssolution-method_expense__term{
width: 50%;
text-align: left;
}
.ixssolution-method_expense__desc{
width: 50%;
text-align: right;
}
.ixssolution-method_notes{
padding-top: 15px;
padding-bottom: 30px;
}
.ixssolution-method_notes__list{
margin-left: 2.5em;
list-style-type: none;
list-style-position: inside;
counter-increment: cnt;
}
.ixssolution-method_notes__list::before{
margin-left: -2.5em;
display: marker;
content:"＊"counter(cnt);
margin-right: 1em;
}

.ixssolution-method__sp{
margin-top: 30px;
}
/*.ixssolution-method__sp-box{
margin-bottom: 30px;
}*/

.ixssolution-method__sp-box h4{
padding: 5px 20px;
font-size: 2rem;
background: #171d7f;
color: #fff;
text-align: center;
}
.ixssolution-method__sp-box > dl > dt{
text-align: center;
font-weight: bold;
font-size: 1.8rem;
padding-top: 8px;
}
.ixssolution-method__sp-box > dl > dd{
padding-top: 5px;
padding-bottom: 15px;
border-bottom: 2px solid #dee5e6;
text-align: center;
}

.ixssolution-method__sp-box > dl > dt:nth-of-type(odd){
background: #f8fafa;
}
.ixssolution-method__sp-box > dl > dd:nth-of-type(odd){
background: #f8fafa;
}
.ixssolution-method__sp-box > dl > dd:last-of-type{
border-bottom: none;
}
.ixssolution-method__sp-box > dl > dd .ixssolution-method_list{
margin: 0 auto;
max-width: 80%;
}
.ixssolution-method__sp-box > dl > dd .ixssolution-method_item{
margin-top: 0;
text-align: left;
}

@media (max-width: 1200px){
.ixssolution-method_expense{
display: block;
}
.ixssolution-method_expense__desc {
    text-align: left;
		margin-bottom: 10px;
}
}
@media (max-width: 767px){
.ixssolution-method__pc{
display: none;
}
.ixssolution-method__sp{
display: block;
}
.ixssolution-method_expense{
display: flex;
}
.ixssolution-method_expense__desc {
    text-align: right;
		margin-bottom: 0;
}

}
























.ixssolution-service{
}
.ixssolution-service__flow{
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.ixssolution-service__point{
list-style-type: none;
padding-left: 50px;
position: relative;
}
.ixssolution-service__point::before{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 22px 0 22px 20px;
border-color: transparent transparent transparent #b6b6b6;
position: absolute;
left: 15px;
top:50%;
transform: translateY(-50%);
}
.ixssolution-service__point:first-of-type{
padding-left: 0;
}
.ixssolution-service__point:first-of-type::before{
content: none;
}
.ixssolution-service__point--text{
font-size: 2rem;
line-height: 1.4;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}
.ixssolution-service__point--img{
}
.ixssolution-service__point--img img{
}

@media (max-width: 1200px) {
.ixssolution-service__flow{
flex-wrap: wrap;
}
.ixssolution-service__point{
width: 50%;
margin-bottom: 20px;
}
}

@media (max-width: 767px) {
html:not(.is-zoom) .ixssolution-service__flow{
display: block;
}
.ixssolution-service__point{
width: auto;
padding-left: 0;
padding-bottom: 50px;
margin-bottom: 0;
}
.ixssolution-service__point::before{
border-width: 22px 22px 0 22px;
border-color: #b6b6b6 transparent transparent transparent;
left: 50%;
top:-30px;
transform: translate(-50%, 0);
}
.ixssolution-service__point:first-of-type{
padding-top: 0;
}
.ixssolution-service__point--text{
font-size: 2rem;
line-height: 1.4;
font-weight: bold;
text-align: center;
}
.ixssolution-service__point--img{
margin: 0 auto;
text-align: center;
}
.ixssolution-service__point--img img{
}

}




.ixssolution-service__list{
padding: 40px 0 60px;
}
.ixssolution-service__term{
display: inline-block;
font-size: 2.0rem;
font-weight: 500;
color: #171d7f;
}
.ixssolution-service__desc{
display: inline-block;
margin-left: 2em;
}
.ixssolution-service__desc::before{
content: "◆";
margin-left: -1em;
}
@media (max-width: 767px) {
html:not(.is-zoom) .ixssolution-service__list{
padding: 0 0 30px;
}
.ixssolution-service__term{
display: block;
font-size: 2.0rem;
}
.ixssolution-service__desc{
display: block;
margin-left: 1em;
}
}
























/* ++++++++++++ 特定商取引に関する法律に基づく表記 ++++++++++++ */
.law {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
	padding:0 20px;
}
.law-table {
	/*margin-top: 7.33333%;
	margin-bottom: 8.66666%;*/
	margin-top: 3.5%;
	margin-bottom: 4%;
	width: 100%;
}
.law-table__row {
  border-top: 1px solid #dee5e6;
}
/*.law-table__head {
  width: 25.71428%;
  padding: 3% 3.85714% 3% 6%;
  padding: 3% 7.71428% 3% 6%;
  text-align: left;
}
.law-table__head-text {
  display: inline-block;
  width: 13em;
  position: relative;
}
.law-table__head-text::after {
	display: block;
	content: '';
	width: 15%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -30%;
	background: #3cf;
}
.law-table__data {
  padding: 3% 0 3% 6.5%;
	vertical-align: top;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .law-table__head {
    width: 20%;
		padding: 3% 2.5em 3% 0;
  }
	html:not(.is-zoom) .law-table__head-text {
		width: 5em;
	}
	html:not(.is-zoom) .law-table__head-text::after {
		top: 0.75em;
	}
}*/

.law-table__head {
  width: 340px;
  padding: 3% 6% 3% 6%;
  text-align: left;
	vertical-align: top;
}
.law-table__head-text {
  display: inline-block;
  width: 13em;
  position: relative;
}
.law-table__head-text::after {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -35%;
	background: #3cf;
}
.law-table__data {
  padding: 3% 6.5% 3% 0;
	vertical-align: top;
}
.law-table__data img{
	vertical-align: middle;
}
@media (max-width: 767px) {
  html:not(.is-zoom) .law-table__head {
    width: 100px;
		padding: 3% 2.5em 3% 0;
		vertical-align: top;
  }
	html:not(.is-zoom) .law-table__head-text {
		width: 5em;
		vertical-align: top;
	}
	html:not(.is-zoom) .law-table__head-text::after {
		width: 15px;
		top: 0.75em;
	}
}


/* ++++++++++++ 情報セキュリティ方針（Information security policy） ++++++++++++ */
.infosec {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.main .infosec p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.infosec ul .infosec-li {
    list-style-type: decimal;
}
.infosec .infosec-company {
    text-align: right;
    font-size: medium;
    font-style: oblique;
    font-weight: bold;
    padding-top: 0px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ++++++++++++ 404 ++++++++++++ */
.notfound-header {
  width: 100%;
  max-width: 1440px;
  margin: 5.666666% auto 8.49999%;
  padding-left: 20px;
  padding-right: 20px;
}
.notfound-header__title {
	margin-top: 3.66666%;
	margin-bottom: 4.66666%;
}
.notfound-header__text {
  width: 100%;
  max-width: 900px;
  margin: 1.5em auto 6.66666%;
  margin: 1.5em auto 3.5%;
}
.notfound__button {
    width: 240px;
	max-width: 100%;
    pointer-events: auto;
    text-align: center;
    margin: 3% auto 0;
}
.notfound__button > .button-ghost-black {
	width: 240px;
	max-width: 100%;
}



.p1721imgBox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p1721imgBox img:nth-child(1){
  width: calc(270 / 600 * 100%);
}
.p1721imgBox img:nth-child(2){
  width: calc(330 / 600 * 100%);
}
@media (max-width: 480px) {
.p1721imgBox{
  flex-wrap: wrap;
}
.p1721imgBox img:nth-child(1),
.p1721imgBox img:nth-child(2){
  max-width: 100%;
  width: auto;
  margin: 10px auto 0;
}
}

.networkcameraImg{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px auto 0;
}
.networkcameraImg li{
  width: 33.33333%;
  list-style: none;
}
.networkcameraImg li img{
  width: 100%;
}
@media (max-width: 900px) {
.networkcameraImg li{
  width: 50%;
}
}
@media (max-width: 767px) {
html:not(.is-zoom) .networkcameraImg li{
  width: 33.33333%;
}
}
@media (max-width: 480px) {
.networkcameraImg li{
  width: 50%;
}
}

.features1812{
  margin-top: 30px;
}
.features1812 > li{
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.features1812 > li .img{
  width: 50%;
}
.features1812 > li .txt{
  flex:1;
  margin-left: 20px;
  margin-top: 15px;
}
.features1812 > li .txt > ul{
  padding-left: 1em;
}
@media (max-width: 900px) {
.features1812 > li .img{
  width: 100%;
}
.features1812 > li .txt{
  margin-left: 0;
}
}
@media (max-width: 767px) {
html:not(.is-zoom) .features1812 > li .img{
  width: 50%;
}
html:not(.is-zoom) .features1812 > li .txt{
  margin-left: 20px;
}
}
@media (max-width: 480px) {
.features1812 > li .img{
  width: 100%;
}
.features1812 > li .txt{
  margin-left: 0;
}
}




/* =================================
 Utility
================================= */

@media (max-width: 767px) {
  html:not(.is-zoom) .u-sp-hide {
    display: none;
  }
}

.u-image-responsive-vh {
  max-height: 85vh;
  width: auto;
}
html.is-zoom .u-image-responsive-vh {
	max-height: none;
}


.u-note-number {
  color: #36c;
}
.u-note-number2 {
  color: #33c0f8;
}

.fsS{
  font-size: 80%;
}

.mt1em{
  margin-top: 1em;
}



.br_1400{
	display: none;
}
@media (max-width: 1399px) {
	.br_1400{
		display: block;
	}
}
.br_768{
	display: none;
}
@media (max-width: 767px) {
	html:not(.is-zoom) .br_768{
		display: block;
	}
}

/* =================================
 blogtpl
================================= */

.blogtpl-page{
  font-size:1.8rem;
}
.blogtpl-page a{
  text-decoration: none;
}
.blogtpl-page li{
  list-style: none;
}
.blogtpl-article-h2__title{
  background-color: #0B1D41;
  color: #fff;
  border-bottom: 5px solid #3B4A67;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 15px;
}
.blogtpl-article-h3__title{
  border-bottom: 3px solid #3B4A67;
  font-size: 2.2rem;
  padding-bottom: 5px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-right: 15px;
}
.blogtpl-page  .blogtpl-mainImg__wrapper{
  background-image: url(../img/blogtpl/blog-tpl-mainImg_s.jpg);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
}
.blogtpl-page  .blogtpl-article{
  max-width: 880px;
  margin:0 auto;
  padding:0 15px;
}
.blogtpl-page  .article-title{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.blogtpl-page  .blog-cat__wrapper{
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 20px;
  align-items: center;
}
.blogtpl-page  .time{
    padding-top: 2px;
    margin-right: 15px;
    font-size: 1.3rem;
    font-family: 'Fjalla One', sans-serif;
}
.blogtpl-page  .cat{
  display: inline-block;
    background: #192159;
    vertical-align: 1px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    padding: 0 7px;
}
.blogtpl-page  .sns-btn__wrapper{
  margin-bottom: 60px;
}
.blogtpl-page  .sns-btn__wrapper ul{
  display: flex;
  max-width: 410px;
}
.blogtpl-page  .sns-btn__wrapper li{
  background-color: #192159;
  margin-right: 10px;
  width: calc((100% - 20px) /3);
  padding: 10px 0;
}
.blogtpl-page  .sns-btn__wrapper li:last-child{
  margin-right: 0;
}
.blogtpl-page  .articleimg{
  margin-bottom: 70px;
}
.blogtpl-page  .blogtpl-article__txt{
  margin-bottom: 30px;
}
.blogtpl-page  .article-link{
  font-size: 1.8rem;
  color: #2998C9;
  margin-bottom: 30px;
}
.blogtpl-page  .article-list{
  margin-bottom: 30px;
}
.blogtpl-page  .article-list li{
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
}
.blogtpl-page  .article-list li::before{
  position: absolute;
  content: "";
  background-color: #192159;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 10px;
  left: 0;
}
.blogtpl-page  .post-img{
  margin-bottom: 30px;
}
.blogtpl-page  .blogtpl-article__main{
  margin-bottom: 70px;
}
.blogtpl-page  .wp-block-button{
  text-align: center;
  margin-bottom: 30px;
}
.blogtpl-page  .wp-block-button__link01{
  background-color: #192159;
  color: fff;
  border-radius: 5px;
  width: 100%;
  max-width: 470px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  height: auto;
  border: 2px solid #192159;
}
.blogtpl-page  .wp-block-button__link01:hover{
  color: #192159;
}
.blogtpl-page  .wp-block-button__link02{
  background-color: #E9A315;
  color: fff;
  border-radius: 5px;
  width: 100%;
  max-width: 470px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  height: auto;
  border: 2px solid #E9A315;
}
.blogtpl-page  .wp-block-button__link02:hover{
  color: #E9A315;
}
.blogtpl-page  .back-btn{
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 30px;
}
.txt-background-color{
  background-color:#F0C161 ;
}
.bold-txt{
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .blogtpl-page{
    font-size: 1.4rem;
  }
  .blogtpl-page  .article-title{
    font-size: 2rem;
  }
  .blogtpl-article-h2__title{
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .blogtpl-article-h3__title{
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .blogtpl-page  .wp-block-button__link01{
    font-size: 1.3rem;
    line-height: 1.8 !important;
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blogtpl-page  .wp-block-button__link02{
    font-size: 1.3rem;
    line-height: 1.8 !important;
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blogtpl-page  .article-list li{
    font-size: 1.4rem;
  }
  .blogtpl-page  .article-link{
    font-size: 1.4rem;
  }
  .blogtpl-page  .blogtpl-article__main{
    margin-bottom: 30px;
  }
  .blogtpl-page  .sns-btn__wrapper{
    margin-bottom: 30px;
  }
  .blogtpl-page .articleimg{
    margin-bottom: 30px;
  }
}
/* =================================
 SNS-btn
================================= */

.sns__container {
  display: flex;
  max-width: 410px;
}

.sns__container a {
  width: 33%;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}

.sns__container a:hover {
  opacity: 0.6;
}

.sns__twitter {
  background: #55acee;
}

.sns__facebook {
  background: #3b5998;
}

.sns__line {
  background: #1dcd00;
}
.mr-none{
  margin-right: 0 !important;
}
/*
///////////////////////////////////////
20201102-add-css
///////////////////////////////////////
*/
.home-visual-banner__link04 {
  width: 204px;
  height: 144px;
  font-size: 2rem;
}
.home-visual-banner__link04::before {
  background-image: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/home/top-img02.jpg?ver=20231227);
}
.home-visual-banner__link05 {
  width: 204px;
  height: 144px;
  font-size: 2rem;
}
.home-visual-banner__link05::before {
  background-image: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/home/top-img05.png);
}
.sub-title{
  font-size: 1.8rem;
}
.home-visual-banner__item span{
  display: block;
}
.home-visual-banner__link__column{
  flex-direction: column;

}
@media screen and (min-width:601px) and ( max-width:960px) {
  .home-visual-banner__item__02{
    width: 20% !important;
  }
  .home-visual-banner__link__column{
    height: 100% !important;
  }
}
@media (max-width: 600px) {
  .home-visual-banner__link__column{
    height: 100% !important;
  }
  .home-visual-banner__link03_2,
  .home-visual-banner__link04,
  .home-visual-banner__link05{
    width: 100%;
  }
}

/*
///////////////////////////////////////
20201102-q-type-product関係
///////////////////////////////////////
*/
.q-type-product{
    width: 100%;
    max-width: 1400px;
    margin-top: 4.30896%;
    margin-bottom: 4.30896%;
    margin-left: auto;
    margin-right: auto;
}

/*
///////////////////////////////////////
20201102-q-type__title
///////////////////////////////////////
*/
.product-detail__title01__white{
  color: #fff;
}
.product-detail__title02__white{
  color: #fff;
}
.q-type-detail__title01{
  font-size:3.2rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.q-type-detail__title02{
  color: #000;
  font-size:3.2rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.icon-list__title{
  margin-bottom: 5px;
}
.title__wrapper{
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
/*
///////////////////////////////////////
20201102-q-type__flex
///////////////////////////////////////
*/
.q-type-detail__right{
  color: #FFF;
  overflow: hidden;
}
.q-type-detail__left{
  margin-right: 150px;
}
.q-type-detail__left02{
  margin-bottom: 30px;
}
.q-type-detail__wrapper{
  display: flex;
  padding: 30px 15px 30px;
  align-items: center;
  justify-content: center;
}
.q-type-detail__wrapper02{
  display: flex;
  padding: 30px 15px 30px;
  align-items: center;
  justify-content: center;
}
.q-type-detail__wrapper__bgi{
  background-image: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/products/q-type-bgimg-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.q-type-detail-img__wrapper{
  display: flex;
  margin-bottom: 30px;
}
.image__wrapper{
  margin-right: 10px;
}
.image__wrapper02{
  max-width: 220px;
  margin-right: 16px;
}
.note-txt{
  font-size: 1.2rem;
  text-align: center;
}
.q-type-detail__right__txt{
  color: #101319;
  font-size: 5.6rem;
  text-align: center;
}
/* .detail-txt__wrapper{
  max-width: 350px;
  display: block;
  margin-left: auto;
} */
/*
///////////////////////////////////////
20201102-q-type__list
///////////////////////////////////////
*/
.q-type-detail__list01{
  font-size: 2.0rem;
  list-style: none;
  margin-bottom: 30px;
}
.q-type-detail__list02{
  font-size: 2.0rem;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}
.q-type-detail__list01 li{
  position: relative;
  padding-left: 25px;
}
.q-type-detail__list01 li::before{
  position: absolute;
  content:"";
  top:10px;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #ffffff;
}
.q-type-detail__list01 li.black::before{
  border-color: transparent transparent transparent #000;
}
.q-type-detail__list02 li{
  position: relative;
  padding-left: 25px;
}
.q-type-detail__list02 li::before{
  position: absolute;
  content:"";
  top:10px;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #636564;
}
.q-type-detail-icon__list{
  display: flex;
  list-style: none;
}
.q-type-detail-icon__list li{
  margin-right: 15px;
  position: relative;
}
.q-type-detail-icon__list li::before{
  content: attr(icon-title)"";
  display: block;
  text-align: center;
}
.list-txt__s{
  font-size: 1.2rem;
}

/*
///////////////////////////////////////
20201102-q-type__dl
///////////////////////////////////////
*/
.dd-name{
  width: 60px;
  display: inline-block;
}
.dd-detail{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.q-type__dl01 dd{
  display: flex;
}
.q-type-detail__right dl{
  margin-bottom: 30px;
}
.q-type-product dd{
  padding-left: 0.5em;
}

/*
///////////////////////////////////////
20201102-contents-bnr-list
///////////////////////////////////////
*/
.contents-bnr-list{
  list-style: none;
  display: flex;
  justify-content: center;
  padding:50px 15px 50px;
}
.contents-bnr-list li{
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.contents-bnr-link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* background-clip: content-box; */
  transition: 0.3s background, 0.3s border;
  text-decoration: none;
  /* border: 7px solid rgba(255,255,255,0.4); */
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  overflow: hidden;
  text-align: center;
  height: 250px;
  width: 100%;
  font-size: 3.2rem;
  z-index: 1;
  transition: 0.6s transform;
}
.contents-bnr-link::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(85, 104, 139, 0.4);
  transition: 0.6s transform;
  z-index: -1;

}
.contents-bnr-link::after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(97, 141, 251, 0);
  z-index: -1;
  transition: 0.6s background;
  mix-blend-mode: color-dodge;
}
.bnr-link01{
  background-image: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/ordermade/ordermade01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bnr-link02{
  background-image: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/ordermade/ordermade02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bnr-link03{
  background-image: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/ordermade/ordermade03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contents-bnr-link:hover{
  transform: scale(1.08);
  transition: 0.6s transform;
  overflow: hidden;
}

/*
///////////////////////////////////////
20201102-q-type__responsive
///////////////////////////////////////
*/
@media (max-width: 960px) {
  .q-type-detail__wrapper{
    display: block;
  }
  .q-type-detail__left{
    margin:0 auto;
  }
  .ime__wrapper{
    text-align: center;
  }
  .title__wrapper{
    max-width: 355px;
  }
  .q-type-detail__right__txt{
    font-size:3.6rem;
  }
  .q-type-detail-img__wrapper{
    display: block;
  }
  .detail-txt__wrapper{
    max-width: none;
  }
  .contents-bnr-list{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contents-bnr-list li{
    max-width: 480px;
    width: calc((100% - 10px) / 2);
  }
  .contents-bnr-list li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .q-type-detail__wrapper02{
    display: block;
  }
  .q-type-detail-img__wrapper{
    display: flex;
  }
}
@media (max-width: 600px) {
  .contents-bnr-list{
    display: block;
  }
  .contents-bnr-list li{
    width: 100%;
    margin:0 auto 10px;
  }
  .contents-bnr-list li:nth-child(2n){
    margin:0 auto 10px;
  }
}
@media (max-width: 480px) {
  .q-type-detail-img__wrapper{
    display: block;
  }
}

.home-visual-banner__item_txt {
	list-style: none;
	width: 100%;

}



.home-visual-banner__item_txt a{
	background-color: #171d82;
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-family: 'Fjalla One', sans-serif;
	text-decoration: none;
	transition: 0.3s;
	margin-bottom: 7px;

}

@media (max-width: 960px) {
	.home-visual-banner__item_txt{
		padding-left: 7px;
		padding-right: 7px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.home-visual-banner__item_txt a{
		border: solid 1px #171d82;
		font-size: 2rem;
	}
	.home-visual-banner{
		display: block;
	}
}
@media (max-width: 600px) {
	.home-visual-banner__item_txt {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 7px;
	}
}


.home-visual-banner__item_txt a:hover{
	background-color: #fff;
	color: #171d82;
	transition: 0.3s;
}

.home-visual-banner{
	width: 100%;
}
