@charset "utf-8";
/* トップ
-------------------------------------------------------------------*/
/*common*/
body.home .top-title{
  position:relative;
  text-align:center;
  margin-bottom:3em;
}
body.home .top-title .pickup-text{
  font-size:1.125rem;
}
body.home .top-title h2{
  font-size:1.25rem;
}
body.home .product .top-title h2{
	color: var(--white);
}
body.home .top-title .top_style{
  font-size:4.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width:768px) {
	body.home .top-title h2{
	  font-size:0.93rem;
	}
	body.home .top-title .top_style{
	  font-size:2.5rem;
	}
	body.home .top-title{
	  margin-bottom:3em;
	}
}



/*mv-wrap*/
body.home .mv-wrap {
  background:var(--white);
  padding-top:9.625em;
}
body.home .mv-wrap::after{
  position:absolute;
  z-index:-10;
  display:inline-block;
  content:"";
  inset:0;
  background:var(--main_color);
  margin-left:38.1770833333%;
}
body.home .mv-wrap .mv-ttl_box {
  position: absolute;
  z-index: 10;
  top: 21%;
  left:6.77083333333%;
  text-align: left;
  font-size: 1.04166666667vw;
  font-weight: bold;
  mix-blend-mode: difference;
  color: #fff;
}
body.home .mv-wrap .mv-ttl_box h1 {
  font-size: 4.7em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.41489361702em;
}
body.home .mv-wrap .mv-ttl_box p{
  letter-spacing:0.15em;
  font-weight: 400;
}
body.home .mv-wrap .mv-slide_wrap{
  width: 51.09375%;
  margin-left:38.1770833333%;
}
body.home .mv-wrap .mv-small_wrap{
  position:absolute;
  z-index:10;
  top: 58%;
  left:6.77083333333%;
  width: 24.2708333333%;
}
body.home .mv-wrap .mv-small_wrap .mv-slide_item:nth-child(even){
  transition: none !important;
}
body.home .slide-arrow{
  position:absolute;
  right: -13%;
  bottom: 7%;
  width:70px;
  height:70px;
  border-radius:10px 10px 0 0;
  background: var(--sub_color);
  z-index:20;
  transition: .3s background-color;
  border: 1px solid var(--sub_color);
}
body.home .slide-arrow:before{
  content:"";
  width:18px;
  height:11px;
  background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
  position:absolute;
  inset:0;
  margin:auto;
  transform:rotate(-90deg);
  transition: .3s filter;
}
body.home .slide-arrow:after{
  content:"";
  width:2em;
  height:1px;
  background: var(--white);
  position:absolute;
  inset:auto 0 -1px;
  margin:auto;
}
body.home .prev-arrow{
  bottom: calc(7% + 70px);
}
body.home .next-arrow{
  transform:scale(-1);
}
@media (any-hover: hover) {
  body.home .slide-arrow:hover{
    background:var(--white);
  }
  body.home .slide-arrow:hover:before{
    filter: brightness(0) saturate(100%) invert(19%) sepia(88%) saturate(3638%) hue-rotate(338deg) brightness(71%) contrast(102%);
  }
}
@media screen and (max-width:1200px) {
  body.home .slide-arrow{
    right: -17%;
  }
}
@media screen and (max-width:1000px) {
    body.home .slide-arrow{
      right: -17%;
      width:50px;
      height:50px;
    }
  body.home .prev-arrow{
    bottom: calc(7% + 50px);
  }
}
@media screen and (max-width:768px) {
  body.home .mv-wrap .mv-ttl_box {
    top: 21%;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column-reverse;
    gap:2em;
    position: relative;
  }
  body.home .mv-wrap .mv-ttl_box h1 {
    font-size: 2.79rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom:0;
  }
  body.home .mv-wrap .mv-ttl_box p{
    font-size:1.14rem;
  }
  body.home .mv-wrap {
    padding-top: 84px;
    padding-bottom: 23%;
  }
  body.home .mv-wrap::after{
    margin-left:0;
    margin-top:89%;
  }
  body.home .mv-wrap .mv-ttl_box {
    position: relative;
    top:0;
    left:15px;
    font-size:1rem;
    gap: 1.5em;
  }
  body.home .mv-wrap .mv-ttl_box h1 {
    font-size:2.79em;
    font-weight:500;
    line-height: 1.1;
  }
  body.home .mv-wrap .mv-ttl_box p{
    letter-spacing:0.15em;
    font-weight: 400;
  }
  body.home .mv-wrap .mv-slide_wrap{
    width: 88.8%;
    margin-left: auto;
    margin-top: -1.5em;
  }
  body.home .mv-wrap .mv-small_wrap{
    position:absolute;
    z-index:10;
    top: auto;
    left: 0;
    width: 41.6%;
    bottom: 4%;
  }
  body.home .slide-arrow{
    right:5%;
    bottom: -24%;
    transform:rotate(90deg);
    border-radius: 5px 5px 0 0;
  }
  body.home .prev-arrow{
    bottom: -24%;
    right: calc(5% + 50px);
    transform:rotate(-90deg);
  }
  body.home .slide-arrow:before{
    width:14px;
    height:7px;
  }
}



/*pickup,product*/
body.home .pickup{
  position:relative;
  padding-block:9em;
  background: #f2f2f2;
}
body.home .pickup .pickup-title{
  display:flex;
  justify-content:space-between;
  align-items: flex-end;
  flex-wrap:wrap;
  margin-bottom: 3em;
}
body.home .pickup .pickup-title .top-title{
  text-align:left;
  margin-bottom:0;
}
body.home .pickup .pickup-text{
  font-size:1.125rem;
  line-height:1.875;
  width: 68%;
}

.product-item{
  position:relative;
  margin-inline:10px;
  max-width: 332px;
  text-align: left;
}
body.home .product-item{
	margin-inline:10px;
	width:100%;
}
body.home .pickup-slider-wrap{
  max-width:1560px;
  margin-left:auto;
  width:81.25%;
}
.product-item .product-item .product-link{
  display:block;
  position:relative;
}
.product-item .product-image{
  aspect-ratio:332 / 336;
  background:#fff;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  width: 332px;
  margin-bottom: 1em;
}
.product-item .product-image > img{
  position:absolute;
  inset:0;
  margin:auto;
  transition:.5s transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-item .product-tag-area{
  position:absolute;
  left: 4%;
  top: 3%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:0.5em;
	flex-wrap:wrap;
}
.product-item .product-image .product-tag{
  font-size:1rem;
  color:var(--main_color);
  background: var(--white);
  border:1px solid var(
  --main_color);
  border-radius:40px;
  line-height:1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6.125em;
  padding: 0.125em 1em 0.325em;
  z-index: 5;
  transition: .5s background-color,.5s color;
}
.product-item .product-image i{
  width:66px;
  height:66px;
  background: var(--sub_color);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 20px 0 0 0;
  margin: 0;
}
body.home .pickup .product-item .product-image i{
	background: var(--main_color);
}
.product-item .product-txt em{
	font-size:1.25rem;
	font-weight:bold;
	margin-bottom:0.25em;
	display:block;
	color: var(--black);
}
.product-item .product-txt p{
	color: var(--black);
}
body.home .product .product-item .product-txt em{
	color: var(--white);
}
body.home .pickup-slider .slick-dots {
  background:#c0c0c0;
  width:100%;
  max-width:1057px;
  height: 5px;
  bottom: -50px;
}
body.home .pickup-slider .slick-dots li,
body.home .pickup-slider .slick-dots li *,
body.home .pickup-slider .slick-dots li *:before{
  opacity: 0;
  height: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
body.home .slick-dots .progress-bar {
  position: absolute;
  top: calc(100% - 5px); 
  left: 0px;
  height: 5px;
  background-color: #909090;
  border-radius: 2px;
  width: 0;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
body.home .slick-dots li {
  position: relative;
  z-index: 2;
}
@keyframes arrowRightUp {
	0% {
		transform: translate(0);
	}
	48% {
		transform: translateX(100%);
	}
	49% {
		transform: translateX(100%);
		visibility: hidden;
		opacity: 0;
	}
	50% {
		transform: translateX(-100%);
		visibility: hidden;
		opacity: 0;
	}
	51% {
		transform: translateX(-100%);
		visibility: visible;
		opacity: 1;
	}
	100% {
		transform: translate(0);
	}
}
@media (any-hover: hover) {
  .product-item .product-link:hover .product-image > img{
    transform:scale(1.05);
  }
  .product-item .product-link:hover .product-image .product-tag{
    color:var(--white);
    background:var(--main_color);
  }
  .product-item .product-link:hover .product-image i img{
      animation-name: arrowRightUp;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
  }
}
@media screen and (max-width:1320px) {
	body.home .pickup-slider .slick-dots {
	  width:calc(100% - 15px);
	}
	body.home .pickup-slider-wrap{
	 width:calc(100% - 50px);
	}
	body.home .product-item{
		width: 1.75%;
	}
}
@media screen and (max-width:768px) {
	body.home .pickup{
	  position:relative;
	  padding-block: 3em;
	  background: #f2f2f2;
	}
	body.home .pickup .pickup-title{
	  margin-bottom: 2em;
	  gap: 2em;
	}
	body.home .pickup .pickup-title .top-title{
	  text-align:left;
	  margin-bottom:0;
	}
	body.home .pickup .pickup-text{
	  font-size: 1rem;
	  width: 100%;
	}
	body.home .pickup .pickup-text p{
		line-height:1.6;
	}
	body.home .pickup-slider-wrap{
	  width:100%;
	  margin:0 auto;
	  padding: 0 15px;
	}
	.product-item .product-image{
	  width:100%;
	  margin-bottom: 1em;
	}
	.product-item .product-image i{
	  width:33px;
	  height:33px;
	  border-radius:10px 0 0 0;
	}
	body.home .product-wrap02 .product-item .product-image i{
	  width:23px;
	  height:23px;
	  border-radius:8px 0 0 0;
	}
	body.home .product-wrap02 .product-item .product-image i img{
		width: 9px;
	}
		.product-item .product-image i img{
		width:12px;
	}
	.product-item .product-image .product-tag{
	  min-width: 4.643em;
	  padding: 0.05em 0.5em 0.075em;
	}
	.product-item .product-txt em{
		font-size: 1rem;
		margin-bottom: 0;
	}
	.product-item{
		margin-inline:5px;
	}
	body.home .slick-dots .progress-bar {
	  height: 4px;
	}
	body.home .pickup-slider .slick-dots {
		width:80%;
		height:4px;
		bottom: -25px;
		left:0;
		right:0;
		margin:auto;
	}
	.product-item .product-image > img{
		max-height:100%;
	}
}


body.home .product{
  background: var(--main_color);
  color: var(--white);
  padding-block: 6.75em;
}
body.home .product .top-title h2,
body.home .product .top-title .top_style{
	text-align:center;
}
.product_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:1.25em;
}
.product-item{
	margin:0;
	flex:1;
}
.product-item .product-image{
	width:100%;
}
.product-wrap + .product-wrap{
	margin-top:3em;
	padding-top: 2.75em;
	border-top:1px solid #777777;
}
.product_style{
	font-size:2rem;
	font-weight:500;
	margin-bottom:0.5em;
	color: #fff;
}
@media screen and (max-width:768px) {
	body.home .product{
	  padding-block: 3em;
	}
	body.home .product .product_col{
		gap: 1.5em 6%;
		flex-wrap:wrap;
	}
	body.home .product .product-item{
		margin:0;
		flex: inherit;
		width: 47%;
	}
	body.home .product .product-wrap02 .product_col{
		gap: 1.5em 6%;
		justify-content: flex-start;
	}
	body.home .product .product-wrap02 .product-item{
		width: 47%;
	}
	body.home .product .product-item .product-image{
		width:100%;
		margin-bottom: 0.5em;
	}
	body.home .product .product-wrap + .product-wrap{
		margin-top: 2.25em;
		padding-top: 2em;
		border-top:1px solid #777777;
	}
	body.home .product .product_style{
		font-size: 1.43rem;
		margin-bottom: 0.75em;
		text-align: center;
	}
	body.home .product .top-title{
		margin-bottom: 1.5em;
	}
	body.home .top-title p{
		margin-bottom:0.25em;
	}
}


/*service*/
body.home .service{
	position:relative;
	padding-block:6.5em;
}
body.home .service .service-whole{
	position:relative;
}
body.home .service .service-col{
	display:flex;
	justify-content:space-between;
	align-items: center;
	position: relative;
}
body.home .service .service-col .top-title{
	text-align:left;
}
body.home .service .service-col .top-title .top_style,
body.home .screen .top-title .top_style,
body.home .news .top-title .top_style{
	color:var(--main_color);
}
body.home .service .service-col .service-txt{
	width:48%;
}
body.home .service .service-col .service-txt .top-title{
	margin-bottom: 1.875em;
}
body.home .service .service-col .service-txt .top-title h2{
	margin-bottom:0.5em;
}
body.home .service .service-col .service-txt > p{
	line-height: 2;
}
body.home .service .service-col .service-image-wrap{
	width:48%;
	position:relative;
	min-height: 716px;
	max-width: 568px;
}
body.home .service .service-col .service-image-wrap .service-image{
	position:absolute;
	z-index:5;
	inset: auto 0 0;
	margin: auto;
	opacity: 0;
	transition:.5s opacity;
}
body.home .service .service-col .service-image-wrap .service-image.service-image01{
	opacity:1;
}
body.home .service .service-col .service-image-wrap .service-image.service-show{
	opacity:1;
}
body.home .service .service-col .service-list{
	position:relative;
	margin-top: 3.5em;
}
body.home .service .service-col .service-list .service-item{
	border-bottom:1px solid #b7b7b7;
	margin-block: 0;
}
body.home .service .service-col .service-list .service-item01{
	border-top:1px solid #b7b7b7;
}
body.home .service .service-col .service-list .service-item a{
	padding: 1.75em 4em 1.75em 10px;
	display:block;
	position:relative;
	transition:.5s background-color;
	color: var(--black);
}
body.home .service .service-col .service-list .service-item02 a{
	padding: 1.75em 4em 1.75em 10px;
}
body.home .service .service-col .service-list .service-item a .service-item-txt{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	gap: 1.375em;
}
body.home .service .service-col .service-list .service-item a .number{
	font-size: 2.25rem;
	color:var(--main_color);
	display:block;
	line-height: 1;
	width: 1.5em;
}
body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit{
	width: calc(100% - 2.125em);
}
body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit em{
	font-size:2rem;
	font-weight:bold;
	display: block;
	line-height: 1;
}
body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit p{
	font-size: 1rem;
	color:#909090;
}
body.home .service .service-col .service-list .service-item a i{
	position:absolute;
	inset: 0 5% 0 auto;
	margin:auto;
	filter: brightness(0) saturate(100%) invert(18%) sepia(41%) saturate(3593%) hue-rotate(224deg) brightness(82%) contrast(96%);
	height: 10px;
}
body.home .service .service-col .service-list .service-item a i img{
	position:relative;
	top: -0.75em;
}
body.home .service .decoration-image{
	position:absolute;
	right: 0;
	z-index:5;
}
body.home .service .decoration-image01{
	top: -8%;
	right: -15%;
	width: 11.9%;
}
body.home .service .decoration-image02{
	top: 58%;
	right: -16.5%;
	transform: rotate(-25deg);
	width: 6.8%;
}
body.home .service .decoration-image03{
	bottom: -3.5%;
	right: -7.5%;
	transform: rotate(30deg);
	width: 11.4%;
}
@media (any-hover: hover) {
	body.home .service .service-col .service-list .service-item a:hover{
		background-color: #f5f8ff;
	}
	body.home .service .service-col .service-list .service-item a:hover i{
	 animation-name: arrowRightUp;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
	}
}
@media screen and (max-width:1250px) {
	body.home .service .service-col .service-list .service-item a{
		padding-block: 4%;
	}
	body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit em{
		font-size:1.5rem;
	}
	body.home .service .service-col .service-list .service-item a .number{
		font-size:2rem;
	}
	body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit p{
		font-size:1rem;
	}
}
@media screen and (max-width:768px) {
	body.home .service{
		padding-block:3.5em;
	}
	body.home .service .service-col{
		flex-wrap:wrap;
	}
	body.home .service .service-col .service-txt{
		width:100%;
	}
	body.home .service .service-col .service-txt .top-title{
		margin-bottom: 1.875em;
	}
	body.home .service .service-col .service-txt .top-title h2{
		margin-bottom:0.5em;
	}
	body.home .service .service-col .service-txt > p{
		line-height: 1.6;
	}
	body.home .service .service-col .service-image-wrap{
		display:none;
	}
	body.home .service .service-col .service-list .service-item a{
		padding: 0;
	}
	body.home .service .service-col .service-list .service-item{
		border: 1px solid #b7b7b7;
		margin-block: 1em;
	}

	body.home .service .service-col .service-list .service-item a .service-item-txt{
		gap: 1.375em;
		padding:1.43em 1em;
	}
	body.home .service .service-col .service-list .service-item a .number{
		font-size: 1.71rem;
		width: 1.5em;
	}
	body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit{
		width: calc(100% - 2.125em);
	}
	body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit em{
		font-size: 1.43rem;
		margin-bottom: 0.5em;
	}
	body.home .service .service-col .service-list .service-item a .service-item-txt .service-item-tit p{
		font-size:1rem;
	}
	body.home .service .service-col .service-list{
		margin-top:3.25em;
	}
	body.home .service .decoration-image{
		display:none;
	}
	body.home .service .service-col .service-list .service-item a i{
		inset:auto 5% 5% auto;
	}
}


/*screen*/
body.home .screen{
	background: #ecedf7;
	padding-block:5.75em;
	position: relative;
}
body.home .screen:before{
	content:"";
	width: 733px;
	height: 540px;
	background:url(../img/top/bg-screen.png) no-repeat center / contain;
	position:absolute;
	right:0;
	top:0;
}
body.home .screen .screen-title{
	max-width: 840px;
	margin:0 auto;
	text-align:center;
	margin-bottom: 4em;
	position: relative;
	z-index: 5;
}
body.home .screen .screen-title .top-title .top_style{
	text-align:center;
}
body.home .screen .screen-title > p{
	line-height:1.875;
}
body.home .screen .screen-title .top-title{
	margin-bottom:2.5em;
}
body.home .screen .screen-title .top-title h2{
	margin-bottom: 0.5em;
	text-align: center;
}
body.home .screen .screen-large-image{
	position:relative;
	left:-2em;
	margin-bottom:2em;
}
body.home .screen .screen-flow{
	position:relative;
}
body.home .screen .screen-flow .screen_style{
	font-size:1.875rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:1em;
}
.screen-flow-list{
	position:relative;
	padding:0;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:1em;
	list-style:none;
	margin-bottom: 5em;
}
body.home .screen-flow-list{
	margin-bottom: 4em;
}
.screen-flow-list:before{
	content:"";
	height:5px;
	background:#909090;
	position:absolute;
	inset:0;
	margin:auto;
}
.screen-flow-list .screen-flow-item{
	position:relative;
	width: calc(33% - 1em);
	max-width: 380px;
	background:var(--white);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
body.home .screen-flow-list .screen-flow-item{
	padding: 1em 15px 2em;
}
.screen-flow-list .screen-flow-item .screen-flow-image{
	position:absolute;
	inset: -8% 0 0;
	margin:auto;
	height:fit-content;
	padding: 1em;
}
body.home .screen-flow-list .screen-flow-item .screen-flow-image{
	position:relative;
	inset:0;
	padding: 0;
	margin-block: 1em 2em;
}
.screen-flow-list .screen-flow-item .screen-flow-text{
	position:relative;
}
.screen-flow-list .screen-flow-item .screen-flow-text .screen_style02{
	font-size:1.375rem;
	font-weight:bold;
	color:var(--main_color);
	margin-bottom:170px;
	text-align: center;
}
body.home .screen-flow-list .screen-flow-item .screen-flow-text .screen_style02{
	margin-bottom:.05em;
}
.screen-flow-list .screen-flow-item .screen-flow-text .screen_style02 em{
	display:block;
}
.screen-flow-list .screen-flow-item .screen-flow-text p{
	font-size:1.125rem;
	line-height:1.875;
}
body.home .screen .screen-flow  .common_btn{
	max-width:330px;
	margin:0 auto;
}
body.home .screen .screen-flow  .common_btn a{
	font-size:1.125rem;
	max-width:330px;
	width:100%;
	min-height: 3.889em;
	justify-content: flex-start;
	padding-right: 3em;
}

@media screen and (max-width:1560px) {
	body.home .screen .screen-flow{
		width:100%;
	}
}
@media screen and (max-width:1300px) {
	.screen-flow-list .screen-flow-item{
		min-height:300px;
	}
	body.home .screen .screen-large-image{
		left:0;
	}
	body.home .screen:before{
		width: 666px;
		height: 443px;
	}
}
@media screen and (max-width:1100px) {
	.screen-flow-list .screen-flow-item .screen-flow-text p{
		font-size:1rem;
	}
}
@media screen and (max-width:1000px) {
	.screen-flow-list .screen-flow-item .screen-flow-text p{
		font-size:0.875rem;
	}
}
@media screen and (max-width:768px) {
	body.home .screen{
		padding-block: 3.75em 3.5em;
	}
	body.home .screen .sitewrap > *{
		padding-inline:0;
	}
	body.home .screen:before{
		width: 265px;
		height: 196px;
	}
	body.home .screen .screen-title,
	body.home .screen .screen-flow{
		padding-inline:15px;
	}
	body.home .screen .screen-title{
		margin-bottom:3em
	}
	body.home .screen .screen-title > p{
		line-height:1.6;
		text-align:left;
	}
	body.home .screen .screen-title .top-title{
		margin-bottom:2.25em;
	}
	body.home .screen .screen-flow .screen_style{
		font-size:1.43rem;
	}
	body.home .screen .screen-flow  .screen-flow-list{
		gap: 2em;
		margin-bottom: 2em;
		flex-wrap:wrap;
	}
	body.home .screen .screen-flow  .screen-flow-list:before{
		height: auto;
		width: 4px;
	}
	.screen-flow-list .screen-flow-item{
		width: 100%;
		max-width:100%;
		min-height:0;
		padding: 0.5em 0.5em;
		flex-direction: row;
		gap: 0.5em;
	}
	body.home .screen-flow-list .screen-flow-item{
		width:100%;
		height:auto;
		justify-content: center;
		margin: 0;
		padding:30px 15px;
	}
	.screen-flow-list .screen-flow-item .screen-flow-image{
		position:relative;
		inset:0;
		padding:0;
		width: 22%;
	}
	body.home .screen-flow-list .screen-flow-item .screen-flow-image{
		width:100%;
		margin-block: 1em;
	}
	.screen-flow-list .screen-flow-item .screen-flow-text{
		width: 75%;
		text-align:left;
	}
	.screen-flow-list .screen-flow-item .screen-flow-text .screen_style02{
		font-size:1rem;
		margin-bottom: 0;
		font-weight: 500;
		text-align: left;
	}
	body.home .screen-flow-list .screen-flow-item .screen-flow-text .screen_style02{
		text-align:center;
	}
	.screen-flow-list .screen-flow-item .screen-flow-text .screen_style02 span{
		font-size:1.6945rem;
	}
	.screen-flow-list .screen-flow-item .screen-flow-text p{
		font-size:1rem;
	}
	body.home .screen-flow-list .screen-flow-item .screen-flow-text p{
		text-align:center;
	}
	body.home .screen .screen-flow  .common_btn a{
		font-size:1rem;
		max-width: 210px;
		width:70%;
		min-height:3em;
		justify-content: flex-start;
		padding-right: 3em;
	}
}





/*news*/
body.home .news {
	position:relative;
	max-width:1508px;
	margin:8em auto 5em;
	background:#f2f2f2;
	padding:5em 2em;
}
body.home .news .top-title p{
  margin-bottom:0.25em;
}
body.home .news .news-top_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:5%;
}
body.home .news .news-top_col .news-title{
	width:240px;
}
body.home .news .news-top_col .news_all_list{
	width:calc(95% - 240px);
}
body.home .news .tab_change {
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  text-align:left;
  gap: 3em;
}
.tab_change .news-title:has(#news_all:checked) ~ .tab_table .news_all,
.tab_change .news-title:has(#news_1:checked) ~ .tab_table .news_1,
.tab_change .news-title:has(#news_2:checked) ~ .tab_table .news_2,
.tab_change .news-title:has(#news_3:checked) ~ .tab_table .news_3,
.tab_change .news-title:has(#news_4:checked) ~ .tab_table .news_4,
.tab_change .news-title:has(#news_5:checked) ~ .tab_table .news_5,
.tab_change .news-title:has(#news_6:checked) ~ .tab_table .news_6 {
  opacity: 1;
  visibility: visible;
  max-height: 200vh;
  z-index: 10;
}

/* ラベルのアクティブ色も同様に */
.tab_change .news-title #news_all:checked ~ .tab_controller label[for="news_all"],
.tab_change .news-title #news_1:checked ~ .tab_controller label[for="news_1"],
.tab_change .news-title #news_2:checked ~ .tab_controller label[for="news_2"],
.tab_change .news-title #news_3:checked ~ .tab_controller label[for="news_3"],
.tab_change .news-title #news_4:checked ~ .tab_controller label[for="news_4"],
.tab_change .news-title #news_5:checked ~ .tab_controller label[for="news_5"],
.tab_change .news-title #news_6:checked ~ .tab_controller label[for="news_6"] {
  background: var(--main_color);
  color: var(--white);
}
body.home .news .tab_change .news-title{
	width: 25%;
}
body.home .news .tab_change .tab_table{
	width: 70%;
}
body.home .news .tab_change .news-title .top-title{
	text-align:left;
	margin-bottom: 2em;
}
body.home .news .tab_change .news-title .top-title h2{
	margin-bottom:0;
}
body.home .news .tab_controller {
  display:block;
  margin-bottom: 3.75em;
}
body.home .news .tab_controller .cat-item{
	border-radius:40px;
	font-size:0.875rem;
	background:var(--white);
	border:1px solid var(--main_color);
	color:var(--black);
	width: auto;
	color: var(--main_color);
	width: fit-content;
	min-width: 5em;
	min-height: 2.286em;
	padding: 0.25em 1.798em;
}
body.home .news .tab_controller .cat-item + .cat-item{
	margin-top: 1.5em;
}

body.home .news .common_btn a{
	min-width: 216px;
	min-height: 3.75em;
	justify-content: flex-start;
}
@media screen and (max-width:1560px) {
	body.home .news {
		width:calc(100% - 30px);
	}
	body.home .news .common_btn a{
		min-width:180px;
	}
}
@media screen and (max-width:1200px) {
	body.home .news {
		padding-inline: 0;
	}
}
@media screen and (max-width:768px) {
	body.home .news {
		width:100%;
		margin:0;
		padding: 3em 0;
	}
	body.home .news .news-top_col .news-title{
		width:100%;
	}
	body.home .news .top-title{
		margin-bottom:1em;
	}
	body.home .news .news-top_col .news_all_list{
		width:100%;
		margin-bottom: 4em;
	}
	body.home .news .tab_change .news-title .top-title{
		text-align:left;
		margin-bottom:1.5em;
	}
	body.home .news .tab_change {
	  gap: 0;
	  flex-wrap:wrap;
	  padding-bottom: 5em;
	}
	body.home .news .tab_change .news-title{
		width:100%;
	}
	body.home .news .tab_change .tab_table{
		width:100%;
	}
	body.home .news .tab_controller{
		display:flex;
		justify-content:flex-start;
		align-items: flex-start;
		gap:1em;
		margin-bottom: 2em;
	}
	body.home .news .tab_controller .cat-item{
		font-size:0.86rem;
		min-height: 1.66em;
		height: auto;
		padding: 0 1.0265em;
		min-width: auto;
		flex: inherit;
	}
	body.home .news .tab_controller .cat-item.all-news{
		height:auto;
		min-height: 1.66em;
		min-width: 3em;
		padding: 0 1.0265em;
	}
	body.home .news .tab_controller .cat-item + .cat-item{
		margin:0;
	}
	body.home .news .common_btn{
		position:absolute;
		bottom: 2em;
		left:0;
		right:0;
		margin:auto;
	}
	body.home .news .common_btn a{
		font-size:1rem;
		max-width:200px;
		width:70%;
		min-height:3em;
		justify-content: flex-start;
		padding-right: 3em;
	}
}

/*btn_wrap*/
body.home .btn_wrap{
	position:relative;
	margin-bottom: 6em;
}
body.home .btn_wrap .btn_wrap-col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:2em;
}
body.home .btn_wrap .btn_wrap-col .btn_wrap-item{
	width:48%;
	max-width:578px;
}
body.home .btn_wrap .btn_wrap-col .btn-company{
	--btn_wrap-color:var(--main_color);
}
body.home .btn_wrap .btn_wrap-col .btn-effort{
	--btn_wrap-color:var(--black);
}
body.home .btn_wrap .btn_wrap-col .btn_wrap-item a{
	display:flex;
	background:var(--btn_wrap-color);
	color:var(--white);
	justify-content:flex-start;
	align-items:center;
	gap: 0.5em;
	font-size:2.5rem;
	font-weight: 600;
	line-height:1;
	min-height: 4.25em;
	padding: 0.25em 1.75em 0.25em 0.875em;
	position:relative;
	transition: .5s transform;
}
body.home .btn_wrap .btn_wrap-col .btn_wrap-item a .btn-text p{
	font-size:0.875rem;
	margin-bottom:0.25em;
}
body.home .btn_wrap .btn_wrap-col .btn_wrap-item a::after {
  content:"";
  width: 26px;
  height: 15px;
  background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
  position:absolute;
  inset: 0 1em 0 auto;
  margin:auto;
  transition:.5s filter;
}
@media (any-hover: hover) {
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a:hover{
		transform:translateY(5px);
	}
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a:hover::after{
	 animation-name: arrowRightUp;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
	}
}
@media screen and (max-width:1100px) {
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a{
		font-size: 2rem;
	}
}

@media screen and (max-width:768px) {
	body.home .btn_wrap{
		position:relative;
		margin-block:3em;
	}
	body.home .btn_wrap .btn_wrap-col{
		gap:0;
	}
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item{
		width:50%;
		max-width:100%;
	}
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a{
		flex-direction:column-reverse;
		justify-content: flex-end;
		align-items:center;
		font-size: 1.71rem;
		text-align: center;
		height: 100%;
		padding: 0.75em 1em;
		gap: 0.125em;
	}
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a .btn-text em{
		min-height:2em;
		display:block;
	}
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a .btn-image{
		width: 46%;
	}
	body.home .btn_wrap .btn_wrap-col .btn-effort a .btn-image{
		width: 35%;
	}
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a .btn-text p{
		text-align:center;
		font-size:0.93rem;
		font-weight: 400;
		margin-bottom: 0.375em;
	}
	body.home .btn_wrap .btn_wrap-col .btn_wrap-item a::after {
	  width: 12px;
	  height: 7px;
	  inset: auto 0.5em 0.5em auto;
	}
}

/*.other-area*/
body.home .other-area{
	position:relative;
}
body.home .other-area .other-col{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:stretch;
}
body.home .other-area .other-col .other-item{
	width:50%;
	text-align:left;
}
body.home .other-area .other-col .other-item .other-link{
	position: relative;
	display: block;
}
body.home .other-area .other-col .other-item .other-link .other-text{
	position:absolute;
	inset: 0 auto 20% 11%;
	margin:auto;
	width: auto;
	z-index: 15;
	color: var(--white);
	height: fit-content;
	min-height: 212px;
	width: fit-content;
}
body.home .other-area .other-col .other-item .other-link  .other-image{
	overflow:hidden;
	position: relative;
	height: 100%;
}
body.home .other-area .other-col .other-item .other-link  .other-image picture{
	display: block;
	height: 100%;
}
body.home .other-area .other-col .other-item .other-link  .other-image img{
	transition:.5s transform;
}
body.home .other-area .other-col .other-item .other-link .other-text span{
	display:block;
	font-size:1.25rem;
	margin-bottom: 0.5em;
}
body.home .other-area .other-col .other-item .other-link .other-text em{
	display:block;
	font-size:4.75rem;
	margin-bottom:0.5em;
	font-weight:600;
	line-height:1;
}
body.home .other-area .other-col .other-item .other-link .other-text p{
	line-height:1.875;
}
body.home .other-area .other-col .other-item .other-link i{
	position:absolute;
	right:0;
	bottom:0;
	width: 100px;
	height: 100px;
	background:var(--white);
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px 0 0 0;
}
body.home .other-area .other-col .other-item .other-link i img{
	 filter: brightness(0) saturate(100%) invert(18%) sepia(41%) saturate(3593%) hue-rotate(224deg) brightness(82%) contrast(96%);
}
@media (any-hover: hover) {
	body.home .other-area .other-col .other-item .other-link:hover i img{
      animation-name: arrowRightUp;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
  }
	body.home .other-area .other-col .other-item .other-link:hover .other-image img{
		transform:scale(1.05);
	}
}
@media screen and (max-width:1400px) {
	body.home .other-area .other-col .other-item .other-link .other-text em{
		font-size:3.5rem;
	}
	body.home .other-area .other-col .other-item .other-link .other-text{
		min-height: 167px;
	}
}
@media screen and (max-width:1300px) {
	body.home .other-area .other-col .other-item .other-link .other-text em{
		font-size:3rem;
	}
	body.home .other-area .other-col .other-item .other-link .other-text span{
		font-size:1.125rem;
	}
	body.home .other-area .other-col .other-item .other-link i{
		width:70px;
		height:70px;
		border-radius:20px 0 0 0;
	}
}
@media screen and (max-width:1060px) {
	body.home .other-area .other-col .other-item .other-link .other-text em{
		font-size:2.5rem;
	}
	body.home .other-area .other-col .other-item .other-link .other-text span{
		font-size:1rem;
	}
	body.home .other-area .other-col .other-item .other-link .other-text p{
		font-size:0.875rem;
	}
	body.home .other-area .other-col .other-item .other-link .other-text{
		min-height: 143px;
	}
}
@media screen and (max-width:768px) {
	body.home .other-area .other-col{
		flex-wrap:wrap;
	}
	body.home .other-area .other-col .other-item{
		width:100%;
		text-align:left;
	}
	body.home .other-area .other-col .other-item .other-link i{
		width:50px;
		height:50px;
		border-radius:20px 0 0 0;
	}
	body.home .other-area .other-col .other-item .other-link{
		padding:0;
	}
	body.home .other-area .other-col .other-item .other-link .other-text{
		width: calc(100% - 30px);
		inset: 0 0 0 0;
		padding-left: 15px;
	}
	body.home .other-area .other-col .other-item .other-link i img{
		width:12px;
	}
	body.home .other-area .other-col .other-item .other-link .other-text em{
		font-size:2.5rem;
	}
	body.home .other-area .other-col .other-item .other-link .other-text span{
		font-size:0.93rem;
	}
	body.home .other-area .other-col .other-item .other-link .other-text p{
		font-size:1rem;
		line-height: 1.6;
	}
}

/*下層ページ*/
body:not(.home) .article-header{
	position:relative;
}
body:not(.home) .page-header{
	background:var(--main_color);
	color:var(--white);
	text-align:left;
	min-height: 17.5em;
	margin-bottom: 9em;
}
body:not(.home) .page-header .container{
	max-width:1200px;
	padding:0;
}
body:not(.home) .page-header:before{
	display:none;
}
body:not(.home) .page-header .page-header-title{
	font-size:2.75rem;
	max-width: 450px;
}
body:not(.home) .page-header .page-header-subtext{
	font-size:1.375rem;
	font-family: "Poppins", sans-serif;
}
body:not(.home) .article-header .header_image{
	position:absolute;
	right:0;
	bottom: -8em;
	z-index:1;
	max-width: 1100px;
	width: 58%;
}
@media screen and (max-width:1280px) {
	body:not(.home) .article-header .header_image{
		bottom: -2em;
	}
	body:not(.home) .page-header .container{
		padding:0 15px;
	}
}
@media screen and (max-width:768px) {
	body:not(.home) .article-header{
		margin-bottom:4em;
	}
	body:not(.home) .page-header{
		margin-bottom:-4em;
	}
	body:not(.home) .article-header .header_image{
		position:relative;
		bottom:0;
		width:85%;
		margin-left:auto;
	}
	body:not(.home) .page-header .page-header-title{
		font-size:2rem;
	}
	body:not(.home) .page-header .page-header-subtext{
		font-size:1rem;
		font-family: "Poppins", sans-serif;
	}
	body:not(.home) .page-header{
		min-height:15em;
		padding-bottom:2.5em
	}
}
body:not(.home) .edit_wrap h2,
body:not(.home) .edit_wrap h3,
body:not(.home) .edit_wrap h4,
body:not(.home) .edit_wrap h5,
body:not(.home) .edit_wrap h6,
body:not(.home) *[class*="style_h"]{
    margin-block: 0 1em;
    font-weight:600;
}
body:not(.home) .edit_wrap h2,
body:not(.home) .style_h2{
	display: flex;
	font-size: 2.125rem;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	position:relative;
}
body:not(.home) .edit_wrap h2:before,
body:not(.home) .style_h2:before{
    content:"";
    display:block;
    width: 50px;
    height:5px;
    background:var(--main_color);
    position:absolute;
    left:0;
    bottom:0;
}
body:not(.home) .edit_wrap h3,
body:not(.home) .style_h3{
    font-size: 1.5rem;
    margin-block-end:1em;
    color:var(--main_color);
}
body:not(.home) .edit_wrap h4,
body:not(.home) .style_h4{
    font-size:1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #335f96;
    padding-bottom: 0.75em;
    margin-bottom: 1em;
}
body:not(.home) .edit_wrap h5,
body:not(.home) .style_h5{
    font-size: 1.125rem;
    font-weight:800;
    padding-left: 0.75em;
    position:relative;
	border-left:7px solid var(--main_color);
}
body:not(.home) .edit_wrap h6,
body:not(.home) .style_h6{
	font-size: 1.125rem;
}
@media screen and (max-width:767px) {
	body:not(.home) .edit_wrap h2,
    body:not(.home) .edit_wrap h3,
    body:not(.home) .edit_wrap h4,
    body:not(.home) .edit_wrap h5,
    body:not(.home) .edit_wrap h6,
    *[class*="style_h"]{
        margin-block:0 0.75em;
    }
    body:not(.home) .edit_wrap h2,
    body:not(.home) .style_h2{
        font-size: 1.71rem;
    }
	body:not(.home) .edit_wrap h2:before,
	body:not(.home) .style_h2:before{
		width:35px;
		height:3px;
	}
    body:not(.home) .edit_wrap h3,
    body:not(.home) .style_h3{
        font-size: 1.573rem;
        font-weight:800;
        margin-bottom: 0.625em;
    }
    body:not(.home) .edit_wrap h4,
    body:not(.home) .style_h4{
        font-size: 1.43rem;
    }
    body:not(.home) .edit_wrap h5,
    body:not(.home) .style_h5{
        font-size: 1.29rem;
        font-weight:500;
    }
	body:not(.home) .edit_wrap h6,
	body:not(.home) .style_h6{
	    font-size:1.14rem;
	}
    body:not(.home) .edit_wrap :is(h2,h3,h4,h5,h6) em,
    body:not(.home) *[class*="style_h"] em{
        border-bottom:dotted 2px;
        padding-bottom: 0em;
    }
}

.edit_wrap a:not(.btn){
     color:#283d57;
    text-decoration:underline;
    transition:text-decoration .2s;
}
body.single .edit_wrap a:not(.btn){
	color: var(--main_color);
}
.edit_wrap ul li{
    list-style:disc;
}
.edit_wrap .is-style-vk-triangle-mark li{
	list-style:none;
}
.edit_wrap ul li::marker{
    color:#283d57;
    font-size:0.875em;
}
.edit_wrap ol {
    padding-left:1.5em;
}
.edit_wrap ol li::marker{
    color:#283d57;
    font-weight:500;
}
body:not(.home) .article_content a.btn,
body:not(.home) .pages_content a.btn,
body:not(.home) .wp-block-button a,
body:not(.home) div.wpforms-container-full button[type=submit]{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 3.125em;
  font-size: 1rem;
  font-weight: 500;
  color:  var(--white);
  background:var(--main_color);
  border-radius: 3.125em;
  padding: 0.75em 3.5em 0.7em 2.25em;
  text-decoration: none;
  transition: color .4s, background .4s;
  border: 1px solid var(--main_color);
}
body:not(.home) .article_content a.btn:after,
body:not(.home) .pages_content a.btn:after,
body:not(.home) .wp-block-button a:after,
body:not(.home) div.wpforms-container-full button[type=submit]:after{
	content: "";
	width:18px;
	height:11px;
	background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
	position:absolute;
	inset: 0 10% 0 auto;
	margin:auto;
	transition:.5s filter;
}
body:not(.home) .wp-block-column a.btn{
	width:100%;
}
@keyframes arrowRightUp {
	0% {
		transform: translate(0);
	}
	48% {
		transform: translateX(100%);
	}
	49% {
		transform: translateX(100%);
		visibility: hidden;
		opacity: 0;
	}
	50% {
		transform: translateX(-100%);
		visibility: hidden;
		opacity: 0;
	}
	51% {
		transform: translateX(-100%);
		visibility: visible;
		opacity: 1;
	}
	100% {
		transform: translate(0);
	}
}

body:not(.home) .wp-block-button a,
body:not(.home) .edit_wrap .wp-block-button a{
	border:solid 1px var(--main_color);
	color:#fff;
	text-decoration:none;
	justify-content:center;
	padding: 0.5em;
}
body:not(.home) .edit_wrap .wp-block-button a:after{
	display:none;
}
body:not(.home) .wpforms-submit-container{
	text-align:center;
}
body:not(.home) div.wpforms-container-full button[type=submit]{
	text-decoration:none;
	justify-content:center;
	max-width:400px;
	margin:0 auto;
	background: #fff;
	border: 1px solid #283d57;
	color: #283d57;
	font-size: 1.125rem;
	min-height: 4.445em;
}
body:not(.home) div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
	background-color: #283d57;
}

@media (any-hover: hover) {
	body:not(.home) .article_content a.btn:hover,
	body:not(.home) .pages_content a.btn:hover,
	body:not(.home) .wp-block-button a:hover,
	body:not(.home) div.wpforms-container-full button[type=submit]:hover{
	  color:  var(--main_color) !important;
	  background:var(--white) !important;
	  opacity: 1;
	}
	.article_content a.btn:hover:after,
	.pages_content a.btn span:hover:after,
	body:not(.home) .wp-block-button a span:hover:after,
	body:not(.home) div.wpforms-container-full button[type=submit]  span:hover:after{
		      animation-name: arrowRightUp;
      animation-duration: 0.5s;
      filter: brightness(0) saturate(100%) invert(18%) sepia(41%) saturate(3593%) hue-rotate(224deg) brightness(82%) contrast(96%);
	}
	body:not(.home) .wp-block-button a:hover,
	body:not(.home) .edit_wrap .wp-block-button a:hover{
		filter:none;
	}
}


/*flexible-table*/
body:not(.home) .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th{
	font-weight:bold;
}
body:not(.home) .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
body:not(.home) .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td{
	padding-block: 1.125em;
	font-size: 1rem;
}
body.single .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
body.single .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td{
	padding-block:0.5em;
}

/*404*/
main.page-404{
	margin-bottom:5em;
}
main.page-404 p{
	margin-bottom:0;
}

/*news*/
body.single .article_end{
	width: 260px;
	margin:5em auto 0;
	padding: 0;
}
body.single main.wp-topics .article_end a{
	width: 100%;
	min-height:3.75em;
}
.article_head {
    display:flex;
    flex-wrap:wrap;
    gap: 1em 1.25em;
    align-items:center;
}
.article_head time{
    color:#6a6a6a;
}
.article_head .post-categories{
    display:flex;
    align-items:center;
    gap:1em;
    margin:0;
    padding:0;
    font-size:0.75rem;
}
.article_head .post-categories li{
    margin:0;
    list-style: none;
}
.article_head time{
	font-family: "Poppins", sans-serif;
	color:#666666;
}
.article_head .post-categories a{
    font-size: 0.875rem;
    padding: 0.25em 0.75em 0.375em;
    background:var(--main_color);
    color:#fff;
    display: inline-block;
    line-height: 1;
    text-decoration:none;
    border:1px solid var(--main_color);
    transition:.5s background-color,.5s color;
    border-radius: 30px;
}
body:not(.home) .article_head .post-categories a{
	color:var(--white);
}
.article_head .ttl{
    font-size: 2.25rem;
    margin: 0 auto 1.25em;
    width:100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.5em;
}
body:not(.home) .post_wrap{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 30px;
	flex-direction: row-reverse;
}
body:not(.home) .post_wrap .topics_wrap{
	width:calc(100% - 270px);
}
body.post-type-post .post_wrap .topics_wrap{
	width:100%;
}
body:not(.home) .post_wrap .topics_wrap .category-style{
	font-size:2rem;
	font-weight:500;
}
body:not(.home) .post_wrap .category_wrap{
	width: 240px;
}
body:not(.home) .post_wrap .category_wrap .category_style{
	font-size:1.25rem;
	text-align:center;
	font-weight:500;
	background: var(--main_color);
	color:var(--white);
	padding-block:0.375em;
	margin-bottom: 0;
}
body:not(.home) .post_wrap .post-category_wrap{
	padding:0;
	margin:0;
}
body:not(.home) .post_wrap .post-category_wrap li{
	
	margin:0;
	list-style: none;
}
body:not(.home) .post_wrap .post-category_wrap li:has( > ul){
	border-bottom:none;
}
body:not(.home) .post_wrap .post-category_wrap li ul{
	padding:0;
	margin:0;
}
body:not(.home) .post_wrap .post-category_wrap li ul li a{
	padding-left:1.5em;
	position:relative;
}body:not(.home) .post_wrap .post-category_wrap li ul li a:before{
	content:"";
	width:0.5em;
	height:1px;
	background:var(--black);
	position:absolute;
	inset:0 auto 0 0.5em;
	margin:auto;
}
body:not(.home) .post_wrap .post-category_wrap li a{
	padding: 0.75em 2em 0.75em 0.5em;
	display:block;
	transition: .5s background;
	color: var(--black);
	position:relative;
	border-bottom:1px solid #ccc;
}
body:not(.home) .post_wrap .post-category_wrap li a::after {
  content:"";
  width:16px;
  height:8px;
  background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
  position:absolute;
  inset: 0 0.5em 0 auto;
  margin:auto;
  transition:.5s filter;
	filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(2%) hue-rotate(314deg) brightness(91%) contrast(85%);
}
@media (any-hover: hover) {
   body:not(.home) .article_head .post-categories a:hover{
        color:var(--main_color);
        background:var(--white);   
    }
	body:not(.home) .post_wrap .post-category_wrap li a:hover {
		background: #e1e7f3;
	}
	body:not(.home) .post_wrap .post-category_wrap li a:hover:after{
      animation-name: arrowRightUp;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
  }
}
@media screen and (max-width:1200px) {
	body.post-type-post .dec_area,
	body.single main.wp-topics .dec_area{
		padding:45px 50px;
	}
}
@media screen and (max-width: 767px) {
    .article_head .ttl{
        font-size:2.0rem;
        margin:0em auto 1.5em;
    }
	body.page .article_content{
		padding-bottom:0;
	}
	body.post-type-post .dec_area .topics_list{
		margin-bottom: 0;
	}
	body.single .article_end{
		margin:3em auto 0;
		width: auto;
		width: fit-content;
	}
	body:not(.home) .dec_area{
		padding:20px 15px;
	}
	body:not(.home) .post_wrap .topics_wrap{
		width:100%;
	}
	body:not(.home) .post_wrap .category_wrap{
		width:100%;
	}
}


/*strong*/
main.strong .strong-about{
	padding-top:40px;
}
main.strong .strong-about-wrap{
	position:relative;
	max-width: 656px;
	margin: 0 auto 186px;
	padding-top: 45px;
}
main.strong .strong-about-wrap .style_h2{
	text-align:center;
	justify-content: center;
}
main.strong .strong-about-wrap .style_h2:before{
	inset-inline:0;
}
main.strong .strong-about-wrap p{
	font-size:1.25rem;
	line-height:2.25;
	margin-bottom:0;
	letter-spacing:0.04em
}
main.strong .strong-about-images .strong-about-left,
main.strong .strong-about-images .strong-about-right{
	position:absolute;
}
main.strong .strong-about-images .strong-about-left{
	width: 19%;
	inset: 4% auto auto 4%;
}
main.strong .strong-about-images .strong-about-right{
	width: 19%;
	inset: 30% 3% auto auto;
}
main.strong .slide-image-wrap {
 display: flex;
  overflow: hidden;
}
main.strong .slide-image-wrap .slide-image-wrap01 {
  animation: scroll-left 22s infinite linear .5s both;
  display: flex;
}
main.strong .slide-image-wrap .slide-image-wrap01 .slide-image {
 width: calc(100vw / 4);
}
main.strong .slide-image-wrap .slide-image-wrap01 .slide-image img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main.strong .bg-blue{
	background:#eff4ff;
}
main.strong .strong-product{
	padding-top: 8em;
	margin-bottom: 8em;
}
main.strong .strong-title{
	text-align:center;
	position:relative;
}
main.strong .strong-title p{
	font-size:12.875rem;
	color:var(--white);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 0.8;
	position:absolute;
	inset: 0 0 auto;
}
main.strong .strong-title .style_h2{
	justify-content:center;
	padding-top: 3.25em;
}
main.strong .strong-title .style_h2:before{
	inset-inline:0;
}
main.strong .strong-title02{
	text-align:center;
}
main.strong .strong-title02 p{
	text-align:center;
	font-size:1.25rem;
	color:var(--main_color);
	font-weight:bold;
	margin-bottom:0;
	text-align:center;
}
main.strong .strong-title02 .product-style{
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	margin-block: 0 0.75em;
}
main.strong .product-col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap: 16%;
	position: relative;
}
main.strong .product-col .product-item{
	width: 38%;
	aspect-ratio: 1/1;
	border:1px solid var(--main_color);
	border-radius:50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 8.5%;
	max-width: 100%;
}
main.strong .product-col .product-item .product-item-inner{
	position:relative;
	top: -1.5em;
}
main.strong .product-col .product-item-inner > p{
	font-size:1.125rem;
	text-align:left;
	margin-bottom:0;
}
main.strong .product-col .logo-area{
	width: 28%;
	position:absolute;
	inset: 0;
	margin: auto;
	height: fit-content;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
main.strong .product-col .logo-area:before{
	content:"";
	background:var(--main_color);
	position:absolute;
	inset:0;
	border-radius:50%;
	opacity:0.1;
	z-index:1;
}
main.strong .product-col .logo-area:after{
	content:"";
	background:var(--white);
	position:absolute;
	inset:30px;
	border-radius:50%;
	z-index:1;
}
main.strong .product-col .logo-area img{
	position:relative;
	z-index:5;
}
main.strong .strong-mask{
	position:relative;
	padding-bottom: 8.125em;
}
main.strong .strong-materials{
	padding-block: 8.125em;
}
main.strong .strong-mask .mask-top-text-wrap{
	width: 53%;
	max-width: 600px;
	text-align:left;
	padding-top: 4em;
}
main.strong .strong-materials .mask-top-text-wrap{
	padding-top:0;
	width: 100%;
	max-width: 100%;
}
main.strong .strong-materials .mask-top{
	margin-bottom: 3em;
}
main.strong .strong-mask .mask-top-text-wrap .strong-title02 p{
	text-align:left;
	padding-left: 1.5em;
	position: relative;
}
main.strong .strong-mask .mask-top-text-wrap .strong-title02 p:before{
	content:"";
	width:1rem;
	height: 2px;
	background:var(--main_color);
	position:absolute;
	inset:0 auto 0 0;
	margin:auto;
}
main.strong .strong-mask .mask-top-text-wrap .strong-title02 .product-style{
	text-align:left;
	font-size: 2.375rem;
}
main.strong .strong-mask .mask-top-text-wrap > p{
	font-size:1.125rem;
	line-height: 2.125;
	margin-bottom: 0;
}
main.strong .strong-mask .mask-top-image{
	position:absolute;
	inset:0 0 auto auto;
	width: 42.94%;
}
main.strong .mask-top{
	margin-bottom: 16.5em;
}
main.strong .mask-different{
	position:relative;
	margin-bottom: 4em;
}
main.strong .mask-different .style_h3{
	text-align:center;
	font-size:1.75rem;
	letter-spacing:0.05em;
	font-weight:bold;
	margin-bottom: 1.5em;
}
main.strong .mask-table{
	position:relative;
}
main.strong .mask-table table,
main.strong .mask-table table th,
main.strong .mask-table table td{
	border:6px solid #eff4ff;
}
main.strong .mask-table table thead .th-main{
	background:#2e5ab2;
	color:var(--white);
	text-align:center;
	font-size:1.375rem;
	font-weight:bold;
	padding-block: 15.5px;
}
main.strong .mask-table table thead .th-sub{
	background:#2c3e53;
	color:var(--white);
	text-align:center;
	font-size:1.375rem;
	font-weight:bold;
}
main.strong .mask-table table tbody th{
	background:#d6dcea;
	padding-left: 75px;
	width: auto;
	font-size: 1.125rem;
	font-weight: bold;
	min-height: 64px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-width: 3px;
}
main.strong .mask-table table tbody td{
	background:var(--white);
	text-align:center;
	font-size:1.125rem;
	font-weight:bold;
}
main.strong .mask-wrap{
	max-width:1508px;
	margin:0 auto;
	padding-block:85px;
	position: relative;
}
main.strong .strong-materials .mask-wrap{
	padding-block:75px;
}
main.strong .mask-wrap + .mask-wrap{
	margin-top:5em;
}
main.strong .white-box{
	background:var(--white);
}
main.strong .blue-box{
	background:#eff4ff;
}
main.strong .mask-wrap .mask-wrap-col{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom: 5em;
}
main.strong .mask-wrap .mask-wrap-col .mask-wrap-text{
	font-size:1.125rem;
	width: 50%;
}
main.strong .mask-wrap .mask-wrap-col .gray-text{
	position:relative;
	padding:25px 30px;
	background:#f2f2f2;
	width: 64%;
}
main.strong .strong-materials .mask-wrap-col .mask-wrap-text{
	font-size:1.125rem;
	width: 38%;
	position: relative;
	z-index: 5;
}
main.strong .mask-wrap .mask-wrap-col .white-text{
	position:relative;
	padding:25px 30px;
	background:var(--white);
	width: 100%;
}
main.strong .mask-wrap .mask-wrap-col  ul{
	padding:0;
	margin:0;
	width:fit-content;
}
main.strong .mask-wrap .mask-wrap-col ul li{
	font-size:1.125rem;
	margin:0;
	letter-spacing: 0.05em;
}
main.strong .mask-wrap .mask-wrap-col ul li + li{
	margin-top:.5em;
}
main.strong .mask-wrap .mask-wrap-movie{
	margin-bottom: 5em;
	text-align: center;
}
main.strong .mask-wrap .mask-wrap-movie img,
main.strong .mask-wrap .mask-wrap-movie video{
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
	aspect-ratio: 384 / 216;
	width: 718px;
	height: auto;
	cursor: pointer;
}
main.strong .common_btn{
	margin:0;
	text-align:center;
}
main.strong .common_btn a{
	font-size:1.125rem;
	max-width:353px;
	width:100%;
	min-height:3.889em;
	margin:0 auto;
	justify-content:flex-start;
	padding-inline:2.5em
}
main.strong .mask-wrap-image-col{
	max-width:1000px;
	margin:0 auto 5em;
	display:flex;
	justify-content: center;
	align-items:stretch;
	gap: 3em;
}
main.strong .strong-materials .mask-wrap-col{
	margin-bottom:0;
}
main.strong .materials-wrap-image{
	position:absolute;
	inset:0 0 0 auto;
}
main.strong .strong-recommended{
	position:relative;
	margin-top: 5em;
}
main.strong .strong-recommended .style_h3{
	text-align:center;
	font-size:1.75rem;
	font-weight: bold;
}
main.strong .strong-recommended .recommended-col{
	max-width:865px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:1em;
}
main.strong .strong-future .strong-title{
	width:1250px;
	position: relative;
	left: -25px;
}
main.strong .strong-future .strong-title p{
	font-size:7.75rem;
}
main.strong .strong-future .strong-title .style_h2{
	padding-top:2em;
}
main.strong .strong-future .strong-future-text{
	text-align:center;
	margin-bottom: 2em;
}
main.strong .strong-future .strong-future-text p{
	font-size:1.625rem;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.4;
}
main.strong .strong-future .strong-future-text em{
	font-size:2.5rem;
	color:#262e88;
	font-weight: bold;
}
main.strong .strong-future .strong-future-image{
	text-align:center;
	margin-bottom: 6em;
}
main.strong .strong-sdgs,
main.strong .strong-future{
	position:relative;
	padding-block:7.5em;
}
main.strong .strong-sdgs .sdgs-image01{
	text-align:center;
	margin-bottom: 6em;
}
main.strong .strong-sdgs .sdgs-led{
	text-align:center;
	margin-bottom:6em
}
main.strong .strong-sdgs .sdgs-led-movie{
	margin-bottom:1em
}
main.strong .strong-sdgs .sdgs-point{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:1.5em;
}
main.strong .strong-sdgs .style_h3{
	text-align:center;
	font-size:1.75rem;
	font-weight:bold;
}
main.strong .strong-sdgs .sdgs-hybrid{
	text-align:center;
	margin-bottom:6em
}
main.strong .strong-sdgs .sdgs-community_contribution{
	text-align:center;
	margin-bottom:6em;
}
main.strong .strong-sdgs .sdgs-community_contribution .community-col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:2em;
	margin-bottom:3em;
}
main.strong .strong-sdgs .sdgs-white-box,
main.strong .strong-future .sdgs-white-box{
	display:flex;
	justify-content:center;
	align-items:center;
	background:var(--white);
	max-width:800px;
	height:194px;
	font-size:1.75rem;
	text-align:center;
	margin:0 auto;
}
main.strong .strong-sdgs .sdgs-white-box p,
main.strong .strong-future .sdgs-white-box p{
	margin-bottom:0;
}
body:not(.home) main.strong ~ footer{
	margin-top:0;
}
@media screen and (max-width: 1600px) {
	main.strong .mask-wrap{
	width: calc(100% - 30px);
	}
}
@media screen and (max-width: 1400px) {
	main.strong .slide-image-wrap .slide-image-wrap01 .slide-image {
	  flex: 0 0 25%;
	}
	main.strong .strong-future .strong-title{
		width:100%;
		left:0;
	}
	main.strong .strong-future .strong-title p{
		font-size:6rem;
	}
	main.strong .strong-future .strong-title .style_h2{
		padding-top:1.5em;
	}
	main.strong .strong-future .strong-future-text p{
		font-size:1.375rem;
	}
	main.strong .strong-future .strong-future-text em{
		font-size:2rem;
	}
}
@media screen and (max-width: 1200px) {
	main.strong .strong-title02 .product-style{
		font-size:1.5rem;
	}
	main.strong .strong-title02 p{
		font-size:1rem;
	}
	main.strong .product-col .product-item-inner > p{
		font-size:1rem;
	}
	main.strong .product-col .logo-area em{
		width:60%;
	}
	main.strong .strong-about-wrap{
		margin: 0 auto 186px;
		padding-top: 45px;
		width:50%;
	}
	main.strong .strong-mask .mask-top-image{
		inset:3% 0 auto auto;
		width:38%;
	}
	main.strong .strong-mask .mask-top-text-wrap{
		width:55%;
	}
	main.strong .mask-top{
		margin-bottom:7em
	}
	main.strong .mask-table table tbody th{
		padding-left:.5em;
		font-size: 0.875rem;
		justify-content: center;
	}
	main.strong .mask-table table tbody td,
	main.strong .mask-table table thead .th-main,
	main.strong .mask-table table thead .th-sub{
		font-size:0.875rem;
	}
	main.strong .mask-wrap .mask-wrap-col .gray-text{
		width:fit-content;
	}
	main.strong .mask-wrap .mask-wrap-col{
		gap:2em;
	}
	main.strong .materials-wrap-image{
		width: 55%;
	}
	main.strong .materials-wrap-image img{
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:left;
	}
	main.strong .strong-materials .mask-wrap{
		padding: 40px 15px;
	}
	main.strong .strong-materials .mask-wrap .article-inner{
		padding-inline:0;
	}
	main.strong .strong-materials .mask-wrap .style_h2{
		font-size:2rem;
	}
	main.strong .mask-wrap .mask-wrap-col .white-text{
		padding:15px 30px;
	}
	main.strong .mask-wrap .mask-wrap-col ul li{
		font-size:1rem;
	}
	main.strong .mask-wrap .mask-wrap-movie video{
		width:100%;
		height:auto;
		border-radius: 5px;
	}
	main.strong .strong-future .strong-title p{
		font-size:2.5rem;
	}
	main.strong .strong-future .strong-title .style_h2{
		padding-top:1.14em;
		margin-bottom:0.75em;
	}
	main.strong .strong-future .strong-future-text p{
		font-size:1.14rem;
	}
	main.strong .strong-future .strong-future-text em{
		font-size:1.47rem;
	}
	main.strong .strong-future .strong-future-image{
		margin-bottom:3em;
	}
}
@media screen and (max-width:768px) {
	main.strong .strong-about{
		margin-bottom: 4em;
		padding-top: 0;
	}
	main.strong .strong-about-wrap{
		margin: 0 auto 3em;
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	main.strong .strong-about-wrap p{
		font-size:1rem;
	}
	main.strong .strong-about-images{
		display:flex;
		justify-content: space-between;
		align-items: stretch;
		gap: 1em;
		padding: 0 15px;
	}
	main.strong .strong-about-images .strong-about-left,
	main.strong .strong-about-images .strong-about-right{
		position:relative;
	}
	main.strong .strong-about-images .strong-about-left{
		width:auto;
		inset:0;
	}
	main.strong .strong-about-images .strong-about-right{
		width:auto;
		inset:0;
	}
	main.strong .slide-image-wrap .slide-image-wrap01 {
	  animation: scroll-left 22s infinite linear .5s both;
	}
	main.strong .slide-image-wrap .slide-image-wrap01 .slide-image {
	 width: calc(100vw / 2);
	}
	main.strong .strong-product{
		padding-top:4em;
		margin-bottom:4em;
	}
	main.strong .strong-title p{
		font-size: 5.375rem;
	}
	main.strong .strong-title .style_h2{
		justify-content:center;
		padding-top: 1.5em;
		margin-bottom: 1.5em;
	}
	main.strong .strong-title{
		margin-bottom:2em;
	}
	main.strong .product-col{
		gap: 2em;
		flex-wrap:wrap;
	}
	main.strong .product-col .product-item{
		width:100%;
		aspect-ratio:inherit;
		border-radius: 10px;
		padding:25px 15px 35px;
		flex: inherit;
	}
	main.strong .product-col .product-item .product-item-inner{
		top:0em;
	}
	main.strong .product-col .product-item-inner > p{
		font-size:1rem;
		text-align:left;
		margin-bottom:0;
	}
	main.strong .strong-title02 p{
		font-size:0.93rem;
	}
	main.strong .strong-title02 .product-style{
		font-size:1.29rem;
	}
	main.strong .product-col .logo-area{
		display:none;
	}
	main.strong .product-col .logo-area:before{
		border-radius: 10px;
	}
	main.strong .product-col .logo-area:after{
		inset: 13px;
		border-radius: 10px;
		z-index:1;
	}
	main.strong .strong-mask .mask-top-text-wrap{
		padding-top:0;
		width:100%;
		margin-bottom: 3em;
	}
	main.strong .strong-mask .mask-top-image{
		inset:0;
		width:100%;
		position:relative;
		padding-inline: 15px;
	}
	main.strong .mask-top{
		margin-bottom:5em
	}
	main.strong .mask-different .style_h3{
		font-size:1.29rem;
	}
	main.strong .mask-table table tbody th{
		border-width: 2px;
		font-size: 0.86rem;
		padding: .5em;
		min-height: 4.75em;
	}
	main.strong .mask-table table tbody td,
	main.strong .mask-table table thead .th-main,
	main.strong .mask-table table thead .th-sub{
		font-size:0.86rem;
		padding-inline: 0.5em;
		border-width: 4px;
	}
	main.strong .mask-table{
		overflow:auto;
	}
	main.strong .mask-table table{
		border-width: 0px;
		width: 430px;
	}
	main.strong .mask-wrap{
		padding-block: 3em;
	}
	main.strong .mask-wrap + .mask-wrap{
		margin-top:4em;
	}
	main.strong .mask-wrap .mask-wrap-col{
		flex-wrap:wrap;
		margin-bottom: 3em;
	}
	main.strong .mask-wrap-image-col{
		gap:1em;
	}
	main.strong .mask-wrap .mask-wrap-col .mask-wrap-text{
		font-size:1rem;
		width:100%;
	}
	main.strong .mask-wrap .mask-wrap-col .gray-text{
		padding:30px 15px;
		width:100%;
	}
	main.strong .strong-materials .mask-wrap-col .mask-wrap-text{
		font-size:1rem;
		width: 100%;
		padding-inline: 0 15px;
	}
	main.strong .mask-wrap .mask-wrap-col .white-text{
		padding:30px 15px;
	}
	main.strong .mask-wrap .mask-wrap-movie{
		margin-bottom:3em;
	}
	main.strong .strong-mask{
		padding-bottom:4em;
	}
	main.strong .strong-materials{
		padding-block: 4em;
	}
	main.strong .strong-mask .mask-top-text-wrap .strong-title02 .product-style{
		font-size: 1.71rem;
	}
	main.strong .strong-mask .mask-top-text-wrap > p{
		font-size:1rem;
	}
	main.strong .materials-wrap-image{
		position:relative;
		inset:0;
		width: 100%;
		padding-left: 15px;
	}
	main.strong .materials-wrap-image:has(picture){
		margin-top:-4.5em;
	}
	main.strong .strong-materials .mask-wrap02 .materials-wrap-image:has(picture){
		margin-top:-2.5em;
	}
	main.strong .strong-materials .mask-wrap{
		padding-block:40px 0;
		padding-right: 0;
	}
	main.strong .strong-recommended .style_h3{
		font-size:1.47rem;
		margin-bottom: 1.5em;
	}
	main.strong .strong-recommended .recommended-col{
		gap: 2em;
		flex-wrap:wrap;
	}
	main.strong .strong-materials .mask-wrap .style_h2{
		font-size:1.47rem;
	}
	main.strong .strong-sdgs,
	main.strong .strong-future{
		padding-block:4em;
	}
	main.strong .strong-sdgs .sdgs-image01{
		margin-bottom: 3em;
	}
	main.strong .strong-sdgs .sdgs-led{
		margin-bottom: 4em;
	}
	main.strong .strong-sdgs .sdgs-led-movie{
		margin-bottom: 0;
	}
	main.strong .strong-sdgs .sdgs-led-movie iframe{
		width:100%;
		aspect-ratio:720 / 405;
		height:auto;
	}
	main.strong .strong-sdgs .style_h3{
		font-size: 1.47rem;
		margin-bottom: 1em;
	}
	main.strong .strong-sdgs .sdgs-hybrid{
		text-align:center;
		margin-bottom: 4em;
	}
	main.strong .strong-sdgs .sdgs-community_contribution{
		text-align:center;
		margin-bottom: 4em;
	}
	main.strong .strong-sdgs .sdgs-community_contribution .community-col{
		gap:2em;
		margin-bottom:3em;
		flex-wrap:wrap;
	}
	main.strong .strong-sdgs .sdgs-white-box,
	main.strong .strong-future .sdgs-white-box{
		height: auto;
		font-size: 1.29rem;
		padding: 30px 15px;
	}
	main.strong .common_btn a{
		width:80%;
		min-height: 4em;
		font-size: 1rem;
	}
	main.strong .strong-sdgs .sdgs-point{
		gap:1em;
		justify-content:space-between;
	}
	main.strong .strong-recommended{
		margin-top: 4em;
	}
	main.strong .strong-future .strong-title .style_h2{
		padding-top:0.625em;
	}
}

/*screen-mask*/
.bg-gray{
	background:#f2f2f2;
}
main.screen-mask .screen-about-col{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:4%;
	margin-bottom: 5em;
}
main.screen-mask .style_h3{
	font-size:1.75rem;
	font-weight: bold;
	margin-bottom: 2em;
}
main.screen-mask .screen-about-col .screen-about-text{
	width: 65%;
	margin-bottom: 0;
}
main.screen-mask .screen-about-col .screen-about-images{
	width: 26.5%;
}
main.screen-mask .screen-flow-list{
	flex-wrap:wrap;
	justify-content:flex-start;
	gap: 3em 1.25em;
}
main.screen-mask .screen-flow-list .screen-flow-item{
	background:#eff4ff;
	justify-content: flex-start;
	padding-block: 30px 20px;
	position:relative;
	margin: 0;
	width: calc(25% - 1em);
}
main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-text p{
	font-size:1rem;
	margin-bottom: 0;
}
main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-image{
	inset: 4% 0 0;
}
main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-text .screen_style02{
	margin-bottom: 140px;
	color: #2e5ab2;
}
main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-text .screen_style02 em{
	display:block;
	font-size:1.25rem;
	color:var(--black);
}
main.screen-mask .screen-flow-list .screen-flow-item:before{
	content:"";
	height:5px;
	background:#909090;
	position:absolute;
	inset: 0 0 0 -2em;
	margin:auto;
	z-index: -1;
}
main.screen-mask .screen-flow-list .screen-flow-item:first-of-type:before,
main.screen-mask .screen-flow-list .screen-flow-item:nth-of-type(5):before{
	display:none;
}
main.screen-mask .screen-flow-list:before{
	display:none;
}
main.screen-mask .screen-product{
	padding-block: 5em;
}
main.screen-mask .product_col{
	padding:0;
	margin-bottom: 4em;
}
main.screen-mask .secreen-banner{
	padding-block: 6em;
}
main.screen-photomask .secreen-banner{
	padding-block: 0 6em;
}
main.screen-mask .secreen-banner a{
	display:block;
	max-width:800px;
	margin:0 auto;
	transition:.5s transform;
}
@media (any-hover: hover) {
	main.screen-mask .secreen-banner a:hover{
		transform:translateY(5px);
	}
}
@media screen and (max-width:1260px) {
	main.screen-mask .screen-flow-list .screen-flow-item{
		width:calc(25% - 1.25em);
		padding-inline: 10px;
		min-height: 330px;
	}
	main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-text p{
		font-size: 0.75rem;
	}
	main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-image{
		top:3%;
	}
}
@media screen and (max-width:768px) {
	main.screen-mask .screen-flow-list:before{
		display:block;
		height: auto;
		width: 5px;
	}
	main.screen-mask .style_h3{
		font-size: 1.47rem;
	}
	main.screen-mask .screen-about-col{
		gap:2em;
		margin-bottom: 4em;
	}
	main.screen-mask .style_h3{
		font-size:1.47rem;
		margin-bottom:1.5em;
	}
	main.screen-mask .screen-about-col .screen-about-text{
		width:100%;
	}
	main.screen-mask .screen-about-col .screen-about-text p{
		margin-bottom:0;
	}
	main.screen-mask .screen-about-col .screen-about-images{
		width:100%;
		text-align:center;
	}
	main.screen-mask .screen-flow-list{
		flex-wrap:wrap;
		justify-content:flex-start;
		gap: 2em 4%;
	}
	main.screen-mask .screen-flow-list .screen-flow-item{
		padding-block: 25px;
		width:100%;
		min-height: 0;
	}
	main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-text .screen_style02{
		margin-bottom:0.5em;
	}
	main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-image{
		position:relative;
		top:0;
		width:56px;
	}
	main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-text .screen_style02 em{
		display:inline-block;
	}
	main.screen-mask .screen-flow-list .screen-flow-item .screen-flow-text .screen_style02 span{
		margin-right:0.5em;
	}
	main.screen-mask .screen-flow-list .screen-flow-item:before{
		display:none;
	}
	main.screen-mask .product-item{
		flex: inherit;
		width:48%;
	}
	main.screen-mask .product_col{
		flex-wrap:wrap;
		gap: 1.5em 4%;
	}
	main.screen-mask .secreen-banner{
		padding: 0 15px 4em;
	}
	main.screen-mask .screen-product{
		padding-block:4em;
	}
}

/*screen-photomask*/
main.screen-photomask .screen-about-col{
	margin-bottom: 3em;
}
main.screen-photomask .screen-feature-wrap .style_h3{
	margin-bottom:1em;
}
main.screen-photomask .screen-feature-wrap{
	margin-bottom:5em;
}
main.screen-photomask .screen-feature-col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:1em;
}
main.screen-photomask .screen-feature-col .screen-feature-item{
	width: calc(50% - 1em);
	background:#f2f2f2;
	padding: 30px 30px 30px;
}
main.screen-photomask .screen-feature-col .screen-feature-item .screen-feature-style{
	font-size:1.25rem;
	font-weight:bold;
}
main.screen-photomask .screen-feature-col .screen-feature-item .screen-feature-image{
	margin-bottom: 1em;
	float: left;
	margin-right: 2em;
	width: 30%;
}
main.screen-photomask .screen-feature-col .screen-feature-item em{
	font-size:1.25rem;
	font-weight:bold;
	color:#2e5ab2;
	display:block;
	margin-bottom:0.5em
}
main.screen-photomask .screen-feature-col .screen-feature-item p{
	margin-bottom:0;
}
main.screen-photomask .mask-table table tbody td{
	font-size:1rem;
	background:#f2f2f2;
	padding-block: 5px;
}
main.screen-photomask .mask-table table tbody th{
	font-size:1rem;
	padding-left:0.5em;
	justify-content:center;
	min-height: 4.5em;
}
main.screen-photomask .mask-table table,
main.screen-photomask .mask-table table th,
main.screen-photomask .mask-table table td{
	border-color:var(--white);
}
main.screen-photomask .mask-table table thead .th-main,
main.screen-photomask .mask-table table thead .th-sub{
	font-size:1.25rem;
}
main.screen-photomask .mask-table{
	margin-bottom:5em;
}
main.screen-photomask .mask-feature{
	padding:50px;
}
main.screen-photomask .mask-feature-col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:2%;
}
main.screen-photomask .mask-feature-col .mask-feature-item{
	width: 45.5%;
}
main.screen-photomask .mask-feature-col .mask-feature-item .mask-feature-image{
	height:389px;
	margin-bottom:2em;
}
main.screen-photomask .bg-blue{
	padding-block: 3em 8em;
}
main.screen-photomask .bg-blue .style_h2{
	margin-bottom:1.5em;
}
main.screen-photomask .bg-blue .mask-feature-text em{
	font-size:1.375rem;
	font-weight:bold;
	margin-bottom:0.75em;
	display:block;
}
main.screen-photomask .mask-feature .style_h3{
	margin-bottom: 0.75em;
}
main.screen-photomask .mask-feature-col .mask-feature-item:first-child .mask-feature-image{
	padding-top:3em;
}
main.screen-photomask .screen-flow-list .screen-flow-item .screen-flow-image{
	inset: -4% 0 0;
}
@media screen and (max-width:1150px) {
	main.screen-photomask .mask-feature-col .mask-feature-item .mask-feature-image{
		height:auto;
	}
}
@media screen and (max-width:1050px) {
	main.screen-photomask .screen-feature-col .screen-feature-item .screen-feature-image{
		width: 35%;
	}
}
@media screen and (max-width:1000px) {
	main.screen-photomask .screen-feature-col{
		gap:1em;
	}
	main.screen-photomask .screen-feature-col .screen-feature-item{
		padding:20px 15px;
	}
	main.screen-photomask .screen-flow-list{
		gap: 3em 0.5em;
	}
	main.screen-photomask .screen-flow-list .screen-flow-item{
		width: calc(25% - 0.5em);
	}
}
@media screen and (max-width:768px) {
	main.screen-photomask .screen-feature-col{
		gap: 2.5em 2%;
		flex-wrap:wrap;
	}
	main.screen-photomask .screen-feature-col .screen-feature-item{
		width:100%;
		padding: 30px 15px;
	}
	main.screen-photomask .screen-feature-col .screen-feature-item .screen-feature-style{
		font-size:1.14rem;
	}
	main.screen-photomask .screen-feature-wrap{
		margin-bottom:4em;
	}
	main.screen-photomask .mask-table{
		margin-bottom:4em;
		overflow:auto;
	}
	main.screen-photomask .mask-table table{
		width:700px;
	}
	main.screen-photomask .style_h3{
		margin-bottom:1em;
	}
	main.screen-photomask .screen-flow-list .screen-flow-item .screen-flow-image{
		width: 80px;
	}
	main.screen-photomask .screen-flow-list .screen-flow-item{
		gap:1em;
		width: 100%;
		min-height: 0;
	}
	main.screen-photomask .screen-flow-list{
		margin-bottom:4em;
		gap: 1.5em;
	}
	main.screen-photomask .bg-blue{
		padding-block: 4em 5em;
	}
	main.screen-photomask .mask-feature{
		padding:40px 15px;
	}
	main.screen-photomask .mask-feature-col{
		gap: 3em;
		flex-wrap:wrap;
	}
	main.screen-photomask .mask-feature-col .mask-feature-item{
		width:100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column-reverse;
		gap: 2em;
	}
	main.screen-photomask .mask-feature-col .mask-feature-item .mask-feature-image{
		height:auto;
		margin-bottom: 0;
	}
	main.screen-photomask .mask-feature-col .mask-feature-item:first-child .mask-feature-image{
		padding-top:0;
		margin-bottom: 0;
	}
	main.screen-photomask .mask-feature-col .mask-feature-item .mask-feature-text p{
		margin-bottom:0;
	}
	main.screen-photomask .screen-product{
		padding-block:4em;
	}
	main.screen-photomask .screen-feature-col .screen-feature-item .screen-feature-image{
		width:40%;
		margin-right:1em;
	}
	main.screen-photomask .screen-feature-col .screen-feature-item em{
		font-size:1rem;
	}
	main.screen-photomask .screen-feature-col .screen-feature-item p{
		font-size:0.86rem;
	}
}

.seihin-list{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 3em 1em;
}
.seihin-list .product-item .product-image{
	border:1px solid var(--main_color);
}
.seihin-list .product-item{
	width: calc(33% - 0.5em);
	flex: inherit;
}
@media screen and (max-width: 1125px) {
	.seihin-list .product-item{
		width: calc(33% - 1em);
	}
	.seihin-list .product-item .product-txt em{
		font-size:1rem;
	}
	.seihin-list .product-item .product-image .product-tag{
		font-size:0.875rem;
	}
	.product-item .product-image i{
		width:50px;
		height:50px;
	}
}
@media screen and (max-width:768px) {
	.seihin-list{
		gap: 3em 2%;
	}
	.seihin-list .product-item{
		width:49%;
	}
	.product-item .product-image i{
		width:33px;
		height:33px;
	}
}


/*screen*/
.screen-technical-btn{
	max-width:750px;
	margin:0 auto;
}
body.post-name-screen .screen-technical-btn .wp-block-button a{
	font-size:1.125rem;
	min-height:3.8889em;
	justify-content:flex-start;
	padding-inline:2.5em;
}
body.post-name-screen .screen-technical-btn .wp-block-button a:before{
content:"";
  width:18px;
  height:11px;
  background:url(../img/common/icon-arrow.svg) no-repeat center / contain;
  position:absolute;
  inset: 0 10% 0 auto;
  margin:auto;
  transition:.5s filter;
	transform:rotate(90deg);
}
body.post-name-screen  .edit_wrap h3{
	font-size:1.75rem;
}
body.post-name-screen  .edit_wrap h3 + p,
body.post-name-screen  .edit_wrap h4 + p,
body.post-name-screen  .edit_wrap em{
	font-size:1.125rem;
	line-height:1.75;
}
body.post-name-screen .vk_accordion-trigger .vk_accordion-toggle-close::after,
body.post-name-screen .vk_accordion-trigger .vk_accordion-toggle-open::after{
	border:none;
	width:1rem;
	height:2px;
	background:var(--sub_color);
	transform:rotate(0);
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
body.post-name-screen .vk_accordion-trigger .vk_accordion-toggle-close::before,
body.post-name-screen .vk_accordion-trigger .vk_accordion-toggle-open::before{
	content:"";
	width:1rem;
	height:2px;
	background:var(--sub_color);
	transform:rotate(90deg);
	right:0;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	transition:.5s transform;
}
body.post-name-screen .vk_accordion-trigger .vk_accordion-toggle-open::before{
	transform:rotate(0deg);
}
body.post-name-screen .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
body.post-name-screen .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td{
	padding-block:0.5em;
}
body.post-name-screen .vk_accordion:not(.is-style-vk_accordion-no-background-color-border):not(.is-style-vk_accordion-background-color):not(.is-style-vk_accordion-background-color-border):not(.is-style-vk_accordion-background-color-rounded):not(.is-style-vk_accordion-background-color-rounded-border):not(.is-style-vk_accordion-plain){
	border-bottom:none;
}
:root{
	--vk-width-container:100%;
}
body.post-name-screen .vk_accordion-toggle-open{
	--vk-color-border: #909090;
	border-bottom-style: solid;
	border-top: none;
}
body.post-name-screen .vk_accordion-target-open{
	padding-top:2em;
}
body.post-name-screen .vk_accordion-trigger .vk_accordion-toggle-close{
	padding-bottom:0;
}
@media (any-hover: hover) {
	body.post-name-screen .screen-technical-btn .wp-block-button a:hover:before{
		filter: brightness(0) saturate(100%) invert(18%) sepia(41%) saturate(3593%) hue-rotate(224deg) brightness(82%) contrast(96%);
	}
}
@media screen and (max-width:768px) {
	body.post-name-screen .screen-technical-btn .wp-block-button a{
		font-size:1rem;
		min-height:3.572em;
		filter: none;
		min-width: 0;
		padding-left: 1em;
	}
	body.post-name-screen .edit_wrap h3{
		font-size: 1.573rem;
	}
	body.post-name-screen .edit_wrap h3 + p,
	body.post-name-screen .edit_wrap h4 + p,
	body.post-name-screen .edit_wrap em,
	body.post-name-screen .edit_wrap p{
		font-size:1rem;
	}
	body.post-name-screen .screen-technical-btn .wp-block-button a{
		min-width:0;
		
	}
}