/*=============================================================
 pickup
=============================================================*/
[class*="ttl-h2--"]{
  color: var(--colorBlack);
}
[class*="box-color--"]{
  padding: 32px;
  margin-top: 28px;
}
:where([class*="box-bdr--"] .ttl, [class*="box-color--"] .ttl){
  color: var(--primaryColor);
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
}


.box-color-- a:has(> div > figure):has(> [class*="link-arw--"])>div{
    display: block;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.box-color-- .img-scale figure{border-radius: 0;}

/* published-area
-------------------------------------------------------------*/
.published-area p{
  margin-top: 12px;
  font-size: 18px;
  line-height: 150%;
}

/* past-edition
-------------------------------------------------------------*/
.past-edition{
  position: relative;
  margin-top: 24px!important;
  padding-top: 24px!important;
}
.past-edition::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bdr);
}

/* technology-intro
-------------------------------------------------------------*/
.technology-intro{
  row-gap: 40px!important;
}
.technology-intro .tag{
  padding: 1px 6px;
  color: var(--colorWhite);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background: var(--secondaryColor);
  border-radius: 5px;
}
.technology-intro .img-scale>div{
  margin-top: 8px;
}
.technology-intro time{
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--colorGray01);
}


/* suggestion
-------------------------------------------------------------*/
.suggestion{position: relative;}
.suggestion .suggestionBg{
  background: url(../img/suggestion-p01.jpg) no-repeat center center;
  background-size: cover;
  height: 530px;
  display: flex;
  align-items: center;
}

.suggestion .suggestion-ttl{
  color: var(--colorWhite);
  margin-bottom: 140px;
}
.suggestion .suggestion-ttl [class*="ttl-h2--"] {
  color: var(--colorWhite);
  margin-bottom: 16px;
}
.suggestion .suggestion-list{
  position: absolute;
  bottom: -120px;
}
.suggestion .suggestion-list a [class*="link-arw--large--"]{
  font-size: 2.2rem;
}
/* strong
-------------------------------------------------------------*/
.strong{margin-top: 160px;}
.strong .col--clm1--2{align-items: center;}


.strong .pickup-box-toggle.open{}
.pickup-box-toggle {
  margin-top: 160px;
}
.pickup-box-toggle .pickup-toggle-btn {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin: 0 0 32px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pickup-box-toggle .pickup-toggle-btn:hover {
  color: var(--primaryColor);
}
.pickup-box-toggle .pickup-toggle-btn > span {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-right: 16px;
}
.pickup-box-toggle .pickup-toggle-btn > span::after,
.pickup-box-toggle .pickup-toggle-btn > span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondaryColor);
  transition: transform 0.3s ease;
}
.pickup-box-toggle .pickup-toggle-btn > span::after {
  right: 0px;
  width: 1px;
  height: 12px;
}
.pickup-box-toggle .pickup-toggle-btn > span::before {
  right: -6px;
  width: 12px;
  height: 1px;
}
.pickup-box-toggle.open .pickup-toggle-btn > span::after {
  transform: translateY(-50%) rotate(90deg);
}
.pickup-toggle-box {
  display: block;
  max-height: 160px;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
  position: relative;
  padding: 0!important;
}
.pickup-toggle-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 160px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #fff 80%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s;
}
.pickup-toggle-box.is-open::before {
  opacity: 0;
  pointer-events: none;
}
.pickup-box-toggle.open .pickup-toggle-box {
  max-height: 100% !important;
  overflow: visible;
}
.pickup-box-toggle.open .pickup-toggle-box::before {
  opacity: 0;
  pointer-events: none;
}
.pickup-toggle-box .icon-ttl {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-btn {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 32px;
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-btn:hover{
  color: var(--primaryColor);
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-btn>span{
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-right: 16px;
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-box [class*="col--"] {
  row-gap: 40px;
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-box .icon-ttl{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--primaryColor);
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-box .icon-ttl>div:first-child{
  height: 78px;
  margin-bottom: 10px;
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-box .icon-ttl>div:first-child img{
  height: 100%;
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-box .support-fig-ttl{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--primaryColor);
  margin-top: 8px;
}
.strong .pickup-box-toggle.pickup-toggle-set .pickup-toggle-box .support-fig-ttl + p{  margin-top: 0;}

/******************************************
ゲーム「どうろをまもろう！」
*******************************************/
.game-btnArea {
	margin-top: 40px;
}
.game-btnArea a:hover img {
	opacity: 0.7;
}
.game .headLine02, .game .headLine03 {
	margin-top: 75px;
}
.game .col {
	margin-bottom: 30px;
}
.game .col-1-2 {
	width: calc(50% - 10px / 2);
}
.game-video {
	position: relative;
}
.game-thumb {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.game .fc-blue {
	color: #005BAB;
}
.game-grayBox {
	background: #ebeced;
	padding: 20px 30px;
	margin-top: 30px;
}
.game .game-link {
	padding-right: 17px;
    display: inline;
    background: url(/common/images/icon_img01.png) no-repeat right center;
    background-size: 12px;
}

#yt-wrap {
	max-width: 100%;
	margin: auto;
  }
  #yt-block {
	position: relative;
  }
  
  .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  }
  
  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .videoWrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("/plant-engineering/images/game/img_game09.jpg");
	background-size: cover;
  }
  
  .videoWrapper.pv::after {
	display: none;
  }
  
  #play {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translateX(-50%) translateY(-50%);
	width: 8rem;
	height: 8rem;
	/* background-color: red; */
	border-radius: 50%;
	cursor: pointer;
	/* opacity: .95; */
  }

  .border {
	border: 2px solid #ebeced;
  }


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1080px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1079px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
  /* 
  -------------------------------------------------------------*/
  .box-color-- a:has(> div > figure):has(> [class*="link-arw--"])>div{
    max-width: 70%;
    margin: 0 auto;
  }
  .box-color-- a:has(div > figure):has(.link-arw--animation--) .link-arw--animation--{
    width: 100%;
  }
  .suggestion .suggestionBg{
    height: 400px;
    background: url(../img/suggestion-p01-sp.jpg) no-repeat center center;
    background-size: cover;
    align-items: flex-start;
  }
  .suggestion .suggestion-ttl{
    margin-top: 32px;
    margin-bottom: 0;
  }
  .suggestion .suggestion-list{
    position: static;
    margin-top: -100px;
  }
  .strong{margin-top: 60px;}
  .strong .col--clm1--2 [class*="ttl-h2--"] {text-align: center;}
  .pickup-box-toggle{margin-top: 30px;}

  	.game-btnArea {
		margin-top: 35px;
	}
	#maincontentsSec.game .headLine02 {
		position: static;
		margin-top: 60px;
		margin-bottom: 20px;
	}
	.game .headLine03 {
		margin-top: 60px;
	}
	.videoWrapper {padding-top: 0;}
	.videoWrapper::after {
		background-size: 100%;
	}
	.game-box {
		display: block;
	}
	.game-box .col-1-2 {
		width: 100%;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Print
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media print {}

