@charset "utf-8";
/* CSS Document */

.work .h1_box {
  background-image: url("../img/workstyle/title_bg.png");
}

.movie .h1_box {
  background-image: url("../img/workstyle/title_movie_bg.png");
}

.benefit .h1_box {
  background-image: url("../img/workstyle/title_benefit_bg.png");
}

#workstyle.training h2,
#workstyle.movie h2{
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #workstyle.training h2,
  #workstyle.movie h2{
    margin-bottom: 30px;
  }
}

.training .h1_box {
  background-image: url("../img/workstyle/title_training_bg.png");
}

section ul {
	list-style: none;
	margin-top: 50px;
}

.list-youtubes {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 700px) {
  .list-youtubes {
    display: block;
  }
}

.list-youtubes .item-youtube {
  width: calc(50% - 21.33px);
  margin-right: 32px;
}


@media screen and (max-width: 700px) {
  .list-youtubes .item-youtube {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}

.list-youtubes .item-youtube_img {
  margin-bottom: 18px;
}

.list-youtubes .item-youtube_img iframe {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .list-youtubes .item-youtube_img {
    margin-bottom: 10px;
  }
}

.list-youtubes .item-youtube_img a {
  display: inline-block;
  width: 100%;
}

.list-youtubes .item-youtube_des {
  font-size: 14px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 700px) {
  .list-youtubes .item-youtube_des {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


#workstyle .scontent .lead {
  font-size: 1.7rem;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  #workstyle .scontent .lead {
    font-size: clamp(1.7rem, calc(0.25vw + 1.7rem), 26px);
  }
}

@media screen and (max-width: 700px) {
  #workstyle .scontent .lead {
    font-size: clamp(1.1rem, calc(0.25vw + 1.1rem), 26px);
  }
}


#workstyle .wem-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 700px) {
  #workstyle .wem-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3vw 0;
    padding: 0 3vw;
  }
}

#workstyle .wem-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 1px solid #a0a0a0;
  background: #fff;
  padding: 24px;
  font-size: 25px;
  text-align: center;
  color: #0a798a;
  font-weight: 700;
  width: 380px;
  height: 315px;
  position: relative;
}

#workstyle .wem-links a::before {
  position: absolute;
  content: "";
  width: 152px;
  height: 152px;
  top: 45px;
  left: 114px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  #workstyle .wem-links a {
    width: 28vw;
    height: 28vw;
    padding: 2vw 1vw;
    font-size: clamp(1.2rem, calc(0.25vw + 1.2rem), 25px);
  }
  #workstyle .wem-links a::before {
    width: 12vw;
    height: 12vw;
    top: 3vw;
    left: 9vw;
  }
}

@media screen and (max-width: 700px) {
  #workstyle .wem-links a {
    width: 100%;
    height: 22vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 22vw;
  }
  #workstyle .wem-links a::before {
    width: 16vw;
    height: 16vw;
    left: 5vw;
  }
}

#workstyle .wem-links a.wem-movie::before {
  background-image: url("../img/top/ws_movie.png");
}

#workstyle .wem-links a.wem-training::before {
  background-image: url("../img/top/ws_training.png");
}

#workstyle .wem-links a.wem-benefit::before {
  background-image: url("../img/top/ws_benefit.png");
}

#workstyle .wem-links a:hover {
  background: #e8f8fb;
}

#workstyle .wem-links a div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}



#workstyle .container {
    margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 40px;
}

#workstyle .box {
    color: #3a3a3a;
    font-weight: bold;
   text-align: center;
    line-height: 100px;
    background-color: #fff;
    margin: 15px 20px 15px 0;
    width: 355px;
	border: #8d8c8c 1px solid;
	border-radius: 20px;
	letter-spacing: 0.05em;
	padding: 10px;
	min-height: 340px;
}

#workstyle .box img {
	padding-bottom: 5px;
	padding-top: 10px;
}

#workstyle .box b {
	color: #0a798a;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5;
	display: block;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	min-height: 3rem;
}
#workstyle .box p {
	text-align: left;
}
#workstyle .box .note {
	font-size: 0.8rem;
}

@media screen and (max-width: 700px) {
	#workstyle .box {
		width: 100%;
		min-height: auto;
	}
  .pc{
    display: none;
  }
}


/**/

#workstyle .leadArea .terlead {
	font-size: 2.875rem;
  font-weight: bold;
	color: #1f3d5d;
	text-align: center;
	width: 100%;
	padding: 40px;
	margin: 30px auto 0 auto;
	background: url("../img/workstyle/lead_gb_1.png") no-repeat top left,
		url("../img/workstyle/lead_gb_2.png") no-repeat bottom right ,#fff ;
	background-size:contain;
	background-size: auto;
	min-height: 270px;
	height: auto;
} 

@media screen and (max-width: 700px) {
	#workstyle .leadArea .terlead {
		background-size: 20vw auto;
    min-height: 200px;
	}
}


#workstyle .trainingArea {
	width: 90%;
	margin: 20px auto;
	padding-bottom: 30px;
}


#workstyle .trainingArea .tr1 {
	border: solid 1px #8d8c8c;
	border-radius: 0 0 30px 0;
	width: 85%;
	padding: 40px;
	margin: 30px auto 0 auto;
	position: relative;
	background: url("../img/workstyle/training_img_1.png") no-repeat bottom 10px right 10px #c2e6f5;
	background-size:contain;
	background-size: auto;
	min-height: 270px;
	height: auto;
} 
#workstyle .trainingArea .tr2 {
	border: solid 1px #8d8c8c;
	border-radius: 0 0 30px 0;
	width: 85%;
	padding: 40px;
	margin: 60px auto 0 auto;
	position: relative;
	background: url("../img/workstyle/training_img_2.png") no-repeat bottom 10px right 10px #c2e6f5;
	background-size:contain;
	background-size: auto;
	min-height: 270px;
	height: auto;
} 
#workstyle .trainingArea .tr3 {
	border: solid 1px #8d8c8c;
	border-radius: 0 0 30px 0;
	width: 85%;
	padding: 40px;
	margin: 60px auto 0 auto;
	position: relative;
	background: url("../img/workstyle/training_img_3.png") no-repeat bottom 10px right 10px #c2e6f5;
	background-size:contain;
	background-size: auto;
	min-height: 270px;
	height: auto;
} 
#workstyle .trainingArea .tr1 .num,
#workstyle .trainingArea .tr2 .num,
#workstyle .trainingArea .tr3 .num{
	position: absolute;
	top:-30px;
	left:-50px;
}
@media screen and (max-width: 700px) {
  #workstyle .trainingArea .tr1 .num,
  #workstyle .trainingArea .tr2 .num,
  #workstyle .trainingArea .tr3 .num{
    width: 25vw;
  }
}

#workstyle .trainingArea .tr1 .title,
#workstyle .trainingArea .tr2 .title,
#workstyle .trainingArea .tr3 .title{
	font-size: 1.8rem;
	margin: 0;
	display: block;
	padding-bottom: 1em;
}

#workstyle .trainingArea .tr1 p,
#workstyle .trainingArea .tr2 p,
#workstyle .trainingArea .tr3 p {
  font-size: 1.3rem;
	text-align: left;
	padding-left: 70px;
	color: #3a3a3a;
	top:10px;
	letter-spacing: -0.05em;
	width: 80%;
}

@media screen and (max-width: 700px) {
  #workstyle .trainingArea .tr1 .title,
	#workstyle .trainingArea .tr2 .title,
	#workstyle .trainingArea .tr3 .title {
    font-size: clamp(1.3rem, calc(0.25vw + 1.3rem), 28px);
	padding-bottom: 0.5em;
  }
#workstyle .scontent .terlead {
  font-size: clamp(1rem, calc(0.25vw + 1.3rem), 32px);
}
}

@media screen and (max-width: 700px) {
	#workstyle .trainingArea .tr1,
	#workstyle .trainingArea .tr2,
	#workstyle .trainingArea .tr3 {
		padding: 0 0 3vw;

	}
	#workstyle .trainingArea .tr1 p,
	#workstyle .trainingArea .tr2 p,
	#workstyle .trainingArea .tr3 p {
    margin: 20px 0 0 12vw;
    padding-left: 3vw;
    padding-bottom: 120px;
	}

}


/* ここからショート動画　*/

#workstyle.movie .shorts *:not(h2) {
  padding: 0;
  margin: 0;
}
#workstyle.movie .shorts {
  max-width: 1200px;
  margin: 0 auto;
}
#workstyle.movie .shorts .movietitle{
  font-size: 1.1em;
  font-weight: bold;
}
#workstyle.movie .shorts h2 > span img {
  display: inline-block;
  margin-right: 15px;
  width: 7vw;
  max-width: 80px;
}
@media screen and (max-width: 700px) {
  #workstyle.movie .shorts h2 > span img {
    width: 12vw;
  }
}
#workstyle.movie .shorts .shorts-list {
  --gap: 4em;
  padding-bottom: 7vw;
  display: grid;
  place-items: center;
  place-content: center;
  grid-template-columns: repeat(auto-fit , calc((1200px - (var(--gap) * 2)) / 3));
  gap: var(--gap);
}
@media screen and (max-width: 700px) {
  #workstyle.movie .shorts .shorts-list:not(:last-child) {
    padding-bottom: 25vw;
}
}
@media screen and (max-width: 700px) {
  #workstyle.movie .shorts .shorts-list {
    grid-template-columns: 1fr;
    gap: 0;
    width: 87%;
    margin: auto;
  }
}

#workstyle.movie .shorts .shorts-list .shorts-list-item {
  list-style: none;
  width: 100%;
}

@media screen and (max-width: 700px) {
  #workstyle.movie .shorts .shorts-list .shorts-list-item {
    max-width: 400px;
    height: calc(100vh - 50px);
    display: grid;
    place-items: center;
    font-size: 0.75em;
  }
}


#workstyle.movie .shorts .shorts-list .shorts-list-item iframe {
  aspect-ratio: 9/16;
  width: 100%;
  vertical-align: bottom;
}