/*----mv section --------------*/
.main-margin-left01{
  margin-left: 15rem;
}

/*----mainimg --------------*/
.main-image {
	background-image: url('../img/top_mainbg.png');
	background-repeat: no-repeat;
  background-position: top right;
	background-size: 67vw;
}

.catchmsg .btn-outer {
  margin-top: 4rem;
  padding-bottom: 200px;
}

.catchmsg img{
  margin: 20rem 15rem 10rem;
}

.kizacio-logo{
  margin: 55rem 0 10rem !important;
  max-width: 80%;
}
/*-- Top business ----*/
.top-business {
  background-image: url('../img/topback_g_zig.png');
  background-repeat: no-repeat;
  background-size:100% auto;

  height: 100%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.main-margin-bottom01{
  margin-bottom: 4rem;
}

.offseta {
  position: relative;
  top: -180px;
  margin-bottom: -180px;
}
.image-container {
  display: flex;
  gap: 20px; /* 画像の間隔 */
}
.leftgap {
  margin-left: 100px;
}

.image {
  max-width: 16vw;
}

.image4{
  max-width: 17vw;
}

.image:hover,
.image4:hover{
  cursor: pointer;
  transform:scale(1.1);
	transition:0.3s;
}

.content-ttl {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 9.2rem;
  font-family: "Jost", serif;
  font-weight: 400;
  line-height: 1;
}

/*-------- 雲 ------------------------------*/
.mainimg-wrapper {
	animation: floating-x 8s ease-in-out infinite alternate-reverse;
}
.target {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.target2 {
	animation: floating-y 1.0s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
	0% {
	  transform: translateX(-2%);
	}
	100% {
	  transform: translateX(2%);
	}
  }
  @keyframes floating-y {
	0% {
	  transform: translateY(-10%);
	}
	100% {
	  transform: translateY(5%);
	}
}

/*---------------- Solution Area -------------------------*/
.solution {
  background-color: #003c41;
  color: #FFFF;
  padding: 8rem 0;
}
.solution p {
  color: #FFFFFF;
  margin: 4rem 0;
}
.product-panel {
  margin-top: 20px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.solution a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #FFFFFF;
}
.product_img {
  position: absolute;
  height:225px;
  max-height:250px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-out;
  transform: matrix3d(
    1,0,0,0,
    0,1,0,0,
    0,0,1,0,
    0,0,0,1
  );
  will-change: transform;
}
.product_img:hover {
  transform: matrix3d(
    1,0,0,0,
    0,1,0,0,
    0,0,1,0,
    0,0,0,0.9
  );
}
.mask-tag {
 position:absolute;
 width: 100%;
 height: 100%;
 background-color: #000;
 opacity: 0.3;
}
.overimg {
	position: absolute;
	width: 100%;
}
.product_img:hover > .mask-tag{
	opacity: 0.1;
}
.product_img_box {
  position: relative;
  overflow: hidden;
  height: 180px;
  max-height: 250px;
  width: 100%;
  cursor: pointer;
}
.flexiblebox {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 190px;
}
.mask-tag {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #404040;
  opacity: 0.1;
}
.product_img:hover > .mask-tag{
	/*background-color: red;*/
	opacity: 0;
}
.overimg {
  position: absolute;
  width: 100%;
}
.flexiblebox {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 190px;
}
.latest-articles figcaption h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
  padding: 15px 10px 10px 0;
  color: #FFFFFF;
}
/*
.latest-articles figcaption h3::after {
  font-family: FontAwesome;
  content: '\f105';
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
}
*/
/*bootstrap-iconsに変更した*/
.latest-articles figcaption h3::after {
  font-family: bootstrap-icons;
  content: '\F285';
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  font-size: 1.5rem;
  font-weight: 800;
}
.latest-articles article:hover h3:after {
  margin-left:10px;
  opacity:1
}
.solution figcaption p {
  font-size: 1.2rem;
}
/*余白として設定*/
.produckhr {
  margin: 12px 0 24px 0;
  border: none;
}

.t-small{
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}

/*------ イベント＆NEWS ------*/
.owned-panel {
  border: 1px solid #777;
  border-radius: 8px;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
.ownedimagarea {
  display: flex;
  align-items: center;
}
.objcenter {
  display: flex;
  justify-content: center;
}
.owned-icon {
  max-width: 80%;
}
.ownedbtn {
  width: 90%;
  text-align: left;
  margin-top: 2rem;
}

/*------------- awipeのコントローラ ------------*/
/* 前への矢印 */
.swiper-button-prev {
  left: -10px;
}
/* 次への矢印 */
.swiper-button-next {
  right: -10px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}

.swiper-slide > img {
  object-fit: cover; 
  width: 80%;
  height: 100%;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 3.0rem;
  color: #000;
}

/*-------------*/
.informationarea {
  padding: 8rem 0;
}

.info-explanation{
  margin: 4rem 0;
}

.event {
  position: relative;
}

.mediaarea,.newsarea {
  margin-top: 2rem;
}

.block-top-topic--body {
  max-height: 70rem;
  overflow-y: auto;
}

.block-top-topic--items li:first-of-type {
  border-top: 1px dashed #9F9F9F;
}

.block-top-topic--items li {
  border-bottom: 1px dashed #9F9F9F;
  padding: 20px 28px;
}

.block-top-topic--items li dl dt {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #6D86A5;
}

.block-top-topic--items li dl, .block-top-topic--items li dl dt, .block-top-topic--items li dl dd {
  display: block;
  line-height: 1.2;
}

.block-top-topic--items li dl dt span {
  display: inline-block;
  vertical-align: top;
}
.block-top-topic--items li dl dt span.block-top-topic--date {
  margin-right: 10px;
  vertical-align: text-bottom;
}

.block-top-topic--items li dl dt span {
  display: inline-block;
  vertical-align: top;
}
.right {
  margin: 0 0 0 60%
}

.bottomobj {
  margin-top: 5rem;
}

 /*-----company Area css ----*/
.company {
  background-color: #98e200;
  position: relative;            /* 子要素の絶対配置の基準に */
  overflow: hidden;
  height: 50rem;
}

.bgpara {
  background-color: #696283;
}

.parallax-img {
  position: relative;
  width: 100%;
  height: 100%;
             /* 画像を横中央に配置 */
}

.parallax-img img {
  position: relative;
  z-index: 1;                    /* 画像を前面に配置 */
  max-width: 70%;
  height: auto;
  display: inline-block;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.parallax-img::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 68%;
  height: 97%;
  background: url('../img/hand-tree-canva.png') no-repeat center center;
  background-size: 98% 98%;
  background-attachment: fixed;  /* パララックス効果（背景固定） */
  opacity: 1;                  /* 透過度の調整（0～1） */
  z-index: 0;
  backface-visibility: hidden;
}

.sub-layout {
  width: 70%;
  margin: 4rem 0;
}

.overconrtent {
  width: 100%;
  height: 100%;
  background-color: azure;
}

.touka {
  height: 100%;
  object-fit: contain;
}


/*---------------------------------------------------------------------------------------------------------------------*/

/* Container */
.container-filed {
  padding: 0 20px;
}

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 1500px;
}

@media screen and (max-width: 1680px) {
	.container {
		width: 1280px;
	}

}

@media screen and (max-width: 1280px) {
	.container {
		width: calc(100% - 70px);
	}
}

@media screen and (max-width: 980px) {
	.container {
		width: calc(100% - 100px);
	}

}

@media screen and (max-width: 980px) {
	.container {
		width: 90%;
	}

}

/*-------------------------------------------------*/
/**
* メディアクエリ
-------------------------------------------------- */
@media screen and (max-width: 970px) {
	.image {
		width: 14vw;
	}

  .image4{
    width: 15vw;
  }
}

@media screen and (width: 768px) {
  .top-business .row{
    display: block;
  }

  .top-business .row .col-md-4,
  .top-business .row .col-md-8{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-image {
    height: 100vh;
    background-size: 100vh !important;
    background-position: top 20% right 50% !important;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }

  /* .catchmsg img{
    margin: 10rem 2rem;
    width: 20rem;
  } */

  .content-ttl {
    font-size: 4.4rem;
  }

  .main-margin-left01 {
    height: 100vh;
    margin: auto;
    text-align: center;
  }

  .kizacio-logo {
    max-width: 80%;
    margin: 40rem 0 4rem !important;
  }

  .catchmsg .btn-outer {
    width: 250px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .offseta {
    position: relative;
    top: 0px;
    background-color: #98e200;
  }

  .diagonal-bg {
    background-color: #BFF400;
    /* vendor prefix 付きの線形グラデーション */
    background: -webkit-linear-gradient(-20deg, #BFF400 70%, #fff 50%);
    background: -moz-linear-gradient(-20deg, #BFF400 70%, #fff 50%);
    background: linear-gradient(-20deg, #BFF400 70%, #fff 50%);
    height: auto;
  }

  .top-business {
    padding-top: 0;
  }

  .image-container {
    margin-left: -3rem;
  }

  .image{
    max-width: 25vw;
    width: 25vw;
  }

  .leftgap{
    margin-left: -18px;
  }

  .image4{
    max-width: 28vw;
    width: 28vw;
  }

  .solution{
    margin-top: 18rem;
  }

  .mediaarea{
    margin-bottom: 10rem;
  }

  .right {
    margin: 4rem 0 0 40%;
  }

  .company {
    height: 70rem;
  }

  .parallax-img {
    text-align: center;
  }

  .parallax-img img {
    max-width: 30rem;
  }

  .parallax-img::before {
    width: 29rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    height: 19rem;
    position: absolute;
    top: 1px;
  }

  .bgpara2{
    margin-top: 4rem;
  }
}

@media screen and (max-width: 344px) {
  .parallax-img img {
    position: absolute;
    left: -14px;
  }
}