/* general */

.mission-top{
	font-size: 2.8rem;
}
.mission-slogan{
	font-size: 4.6rem;
}

@media screen and (max-width: 450px) {
	.mission-top{
		font-size: 2.4rem;
	}
	.mission-slogan{
		font-size: 3.0rem;
	}
}

.topics-wrapper {
	overflow: visible;
}

.monitor-box a {
  width: 24%;
  margin: 0;
  padding: 30px 0
}

.spacer {
  display: block;
  height: 20px;
}


.casestudy-section .topics-text {
  display: none
}

/* slider img*/
.img-scroll-wrapper {
  padding: 50px 0
}

.img-scroll-wrapper .slick-track{
	display:flex;
	flex-direction: row;
	align-items: center;
}

.img-scroll-top .slide,
.img-scroll-bottom .slide
{
  /*width: 220px;*/
	margin: 5px 10px;
}
  /*
.img-scroll-top img,
.img-scroll-bottom img {
  max-width: 180px;
}
*/

/* slider box*/
.news-img-slider-container {
  display: flex;
  justify-content: center;
  /* PCで中央寄せ */
}

.news-img-slider-container .slider {
  width: 1100px;
  display: flex;
  justify-content: space-around;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 48px;
  max-width: 100%;
  padding: 10px 15px 20px 15px;
}

.news-img-slider-container .slider div {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  max-width: 300px;
  /* 画像幅調整 */
  scroll-snap-align: center;
  border-radius: 7px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.news-img-slider-container .slider div img {
  border-radius: 7px 7px 0 0;
}

.news-img-slider-container .slider div h4 {
  padding: 30px;
  text-align: center;
  font-size: 1.8rem;
  color: #666;
}

.news-img-slider-container .slider div p {
  padding: 0 24px;
  height: 100px;
  font-size: 1.4rem;
  color: #666;
  font-feature-settings: "palt";
}

.news-img-slider-container .slider div a {
  position: relative;
  display: block;
  color: #004077;
  width: 60%;
  margin: 40px auto;
  padding: 7px 10px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 50px;
  border: 1px #ddd solid;
}

.news-img-slider-container .slider div a:hover {
  background: #F8FCFF;
  transition: .3s;
}

.news-fig-caption {
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 1050px) {
  .news-img-slider-container .slider {
    gap: 36px;
  }

  .news-img-slider-container .slider div {
    width: 300px;
    max-width: 90%;
    /* 画像幅調整 */
    scroll-snap-align: center;
  }
}

/* SERVICEセクション
.support-list {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
  width: 100%;
}

.support-list li {
  width: 30%;
	margin-bottom: 30px;
}

.support-list .image-container {
  position: relative;
  display: inline-block;
}

.support-list .image-container img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.support-list .image-container .text-overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

.support-list .image-container .text-overlay h3 {
  font-size: 2.2rem;
  font-weight: 400;
  color: white;
  width:100%;
	padding:10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  background:  rgba(0, 0, 0, 0.5) ;
}

.support-under {
  padding: 50px 0 50px;
}
.support-under .text-overlay h3{
  font-size: 1.8rem !important;
}
 */


/* REASONセクション */
.feature-introduction {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 40px;
  /*margin-bottom: 60px;*/
  text-align: left;
}

.price-wrapper {
  width: 100%;
}

.price-wrapper .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  transition: transform 0.3s ease;
  width: 100%;
}

.price-wrapper .card {
  width: 30%;
  max-width: 400px;
  min-height: 280px;
  text-align: center;
  flex-shrink: 0;
}

.price-wrapper .card .barlow-c {
  font-size: 7.0em;
  color: #004077;
}

.price-wrapper .card img {
  width: 100%;
  min-height: 250px;
  height: auto;
  margin: 10px 0;
}

.price-wrapper .card .feature-txt {
  width: 320px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: 'palt';
}

.price-wrapper .corporate-list-title {
  font-weight: bold;
  font-size: 3.6rem;
  margin-top: 0px;
}

.price-wrapper .text {
  color: #666;
  font-size: 0.9em;
  margin-top: 10px;
}

.price-wrapper .divider {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 1050px) {
  .monitor-box a {
    width: 40%;
  }

  .feature-introduction {
    padding: 10px 20px 30px;
  }

  .price-wrapper .container {
    transform: scale(calc(100vw / 1000));
  }

  .support-list .image-container .text-overlay h3 {
    font-size: 2.0rem;
  }

.price-wrapper .card img {
  min-height: 100px;
}

  .price-wrapper .corporate-list-title {
    font-size: 1.6rem;
    margin: 20px auto;
  }

  .price-wrapper .card .barlow-c {
    font-size: 7.0em;
    color: #004077;
  }
	.price-wrapper .card .feature-txt{
		width:100%;
	}
}

@media (max-width: 768px) {
  .monitor-box a {
    width: 100%;
  }

  .support-list {
    flex-wrap: wrap;
  }
	
 .price-wrapper .container {
  align-items: center;
}

  .support-list li {
    width: 100%;
  }
	
	.support-under {
	  padding: 0 0 50px;
	}

  .support-under li {
    width: 50%;
  }

  .support-under .text-overlay h3{
    font-size: 1.2rem !important;
  }

	.support-under .arrow-link{
	  font-size: 1.2rem !important;
	}

  .feature-introduction {
    padding: 0 20px;
  }

  .price-wrapper .card {
    width: 100%;
    min-height: 220px;
  }

  .price-wrapper .card img {
    width: 100%;
    height: auto;
  }

  .price-wrapper .container {
    padding: 30px 0;
    flex-direction: column;
    transform: scale(1);
  }

  .price-wrapper .corporate-list-title {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 20px auto;
  }

  .price-wrapper .text {
    color: #666;
    font-size: 1.0em;
    margin-top: 10px;
  }

  .price-wrapper .card-spacer {
    display: block;
    height: 30px;
  }

  .casestudypage-list {
    margin-right: -3.5vh;
  }

}

/* results */
.results-wrapper {
  padding: 0
}

/* case */
.cnt-cmsod-list-news-09 .casestudypage-list>li {
    width: auto;
    padding-right: 0;
}

.cnt-cmsod-list-news-09 .wp-block-column{
	width:50%;
	display: flex;
	flex-direction: column;
	height: 380px;
}

.cnt-cmsod-list-news-09 .casestudybox-upper {
    padding: 50px 45px 25px;
    border-left: 0px;
	text-align:left
}
.cnt-cmsod-list-news-09 .casestudybox-down {
    border-left: 0px;
}

.cnt-cmsod-list-news-09 .wp-block-columns{
	background-color: white;
}

.cnt-cmsod-list-news-09 .wp-block-columns.wp-block-image {
    margin: 0px 0 0 0 !important;
}

.cnt-cmsod-list-news-09 .wp-block-columns a{
    display:flex;
	flex-wrap:row;
	justify-content: space-between;
}


.cnt-cmsod-list-news-09 .wp-block-columns .mv{
	object-fit: cover;
	height:auto; 
	height:100%; 
	max-width:100%;
	margin: 0;
}
@media (min-width: 1051px) {
	.cnt-cmsod-list-news-09 .wp-block-columns{
		max-height: 380px;
	}
}
@media (max-width: 1050px) {
	
	.cnt-cmsod-list-news-09 .wp-block-columns .mv{
		object-fit: cover;
		width:100%;
		min-height:100px; 
	}
	.cnt-cmsod-list-news-09 .wp-block-column {
		width:100%;
		display: block;
		max-height:300px; 
	}
	.cnt-cmsod-list-news-09 .wp-block-columns a{
		flex-wrap:wrap
	}
	.cnt-cmsod-list-news-09 .casestudybox-upper {
		padding: 30px 45px 25px;
	}

	.cnt-cmsod-list-news-09 .wp-block-columns .mv{
		object-fit: cover;
		min-height:300px; 
		height:100%; 
		max-width:100%;
		margin: 0;
	}
}

/* company */

.jiw-comoany .company-support-section {
  margin-right: -3.5vh;
}

.jiw-comoany .company-support-section .support-list li {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.jiw-comoany .flexfix-center {
    align-items: center;
	margin-top:20px
}

/* パララックス背景 */
.jiw-comoany .parallax {
  height: 70vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* 疑似要素を載せるために必要 */
}

.jiw-comoany .parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* 黒の半透明オーバーレイ */
}

@media (min-width: 769px) {
  .jiw-comoany .company-support-section .company-support {
    position: relative;
    top: -7vw;
  }
}

@media (max-width: 768px) {
  .jiw-comoany .company-support-section .company-support {
    position: relative;
    top: -7vw;
  }

  .jiw-comoany .company-support-section .support-list li {
    margin-bottom: 40px;
  }

  .jiw-comoany .company-support-section .corporate-list-title {
    font-size: 2.0rem;
  }

  .jiw-comoany .parallax {
    height: 120vw;
  }

  .jiw-comoany .company-support-section {
    margin-right: 0;
  }

  .jiw-comoany .box-padding-40 {
    padding: 40px 10px;
  }

  .jiw-comoany .flexfix-center {
    width: 1000px;
    align-items: center;
  }

  .jiw-comoany .top-result-list-item {
    width: 320px;
  }
}