@charset "utf-8";
/*
Theme Name: PEP.
Author: hironori hashimoto
Author URI: https://pepinc.biz/
Description: 株式会社PEPのオリジナルテンプレート
*/
html {
  font-size: 55%;
/* 	scroll-behavior: smooth; */
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
	display:flex;
	flex-direction:column;
	min-height:100vh;
  font-size: 3.6667vw;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.9;
  letter-spacing: 0.09em;
  color:#444;
  font-family: YakuHanJP, 'Noto Sans JP',"ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック","Yu Gothic",YuGothic,sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 560px) {
    body {
      font-size: 1.5rem;
    } 
}
@media screen and (min-width: 960px) {
    body {
      font-size: 1.4rem;
    } 
}
.loading{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
	z-index:99;
}

.loading img{
  width: 200px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align:top;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}
main{
	flex:1;
	overflow-x:hidden;
}
ul {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}
section{
    padding:10rem 0 0;
    position: relative;
}
@media screen and (min-width: 560px) {
  section{
    padding:12rem 0 0;
  }
}
@media screen and (min-width: 560px) {
	#blog .common-inner, .blog-content .common-inner{
		position:relative;
	}
#blog .common-inner::after,.blog-content .common-inner::after{
		content:'';
	width:31.25%;
	display:block;
}
}
@media screen and (min-width: 560px) {
	#blog .common-inner li a{
	margin-top:0rem;
}
}
.blog-content{
	padding:5rem 0 15rem;
}
section h2{
    font-size:6rem;
    line-height: 1.3;
  margin-bottom: 5rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 560px) {
section h2{
  font-size:7rem;
  letter-spacing: 0.8rem;
}
}
@media screen and (min-width: 960px) {
section h2{
  font-size:8rem;
}
}
section h2 span{
    font-size:1.6rem;
    display: block;
    letter-spacing: 0.4rem;
}

/****************************
共通
****************************/
.ps-br{
	display:none;
}
.sp-br{
	display:block;
}
@media screen and (min-width: 560px) {
	.sp-br{
		display:none;
	}
	.ps-br{
		display:block;
	}
}
.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.jp{
	font-family: YakuHanJP, "Noto Sans Japanese","ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック","Yu Gothic",YuGothic,sans-serif;
}
.col-2 {
	margin-bottom:4rem;
}
@media screen and (min-width: 560px) {
	  .col-2 {
    flex: 0 0 48.25%;
    max-width: 48.25%;
  }
  .col-3 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
	.col-4 {
    flex: 0 0 26.25%;
    max-width: 26.25%;
  }
}
.wrap-1480 {
  max-width: 1512px;
  padding: 0 16px;
  margin: 0 auto;
	width:100%;
}
.wrap-1024 {
  max-width: 1056px;
	width:100%;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap-960 {
  max-width: 992px;
	width:100%;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap {
  max-width: 90%;
	width:100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 560px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.common-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .common-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
	.p-common-inner{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
}
.common-link{
  background-color:#ED6D00;
  color:#fff;
  border:2px solid #ED6D00;
  text-align: center;
  max-width:400px;
  width:100%;
  margin: 10rem auto 0;
height: 74px;
line-height: 74px;
	position:relative;
		text-decoration:none;
}
.common-link i{
	position:absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%) ;
	transition:.3s;
}
.common-link:hover{
  background-color:#fff;
  color:#ED6D00;
}
.common-link:hover i{
	right:10px;
}
/****************************
アニメーション
****************************/
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1.4s, transform 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.motion-txt {
  display: block;
  position: relative;
  overflow: hidden;
}
.motion-txt::after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #ED6D00;
  transform: translate3d(-101%, 0, 0);
  display: block;
}
.js-scroll.show .motion-txt::after {
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.js-scroll.show .motion-txt:nth-child(2)::after {
  transition-delay: 0.1s;
}
.js-scroll.show .motion-txt:nth-child(3)::after {
  transition-delay: 0.2s;
}
.js-scroll.done .motion-txt::after {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(101%, 0, 0);
}
.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}
.js-scroll.done .motion-txt .motion-inner {
  opacity: 1;
}
.blur{
	animation-name:blurAnime;
	animation-duration:1.4s;
	animation-fill-mode:forwards;
	animation-delay:.8s;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}
/****************************
header
****************************/
header{
    position: -webkit-sticky;
    position: sticky;
    top:0;
	-webkit-animation-name: SlideDown;
    animation-name: SlideDown;
	animation-delay:1.2s;
	animation-duration: 1s;
    z-index: 10;
    background: #fff;
}
.header-sp__inner{
  padding:10px;
}
@media screen and (min-width: 560px) {
  .header-sp__inner{
    display: none;
  }
}
.header-sp__inner h1{
  width:30%;
}
.header-wrap{
  display: none;
}
@media screen and (min-width: 560px) {
.header-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media screen and (min-width: 560px) {
 header h1{
    line-height: 1;
    flex: 0 0 15%;
    max-width: 15%; 
    padding-left: 16px;
 }
	header h1 a:hover{
		opacity:0.6;
	}
}
@media screen and (min-width: 960px) {
 header h1{
    line-height: 1;
    flex: 0 0 10%;
    max-width: 10%; 
    padding-left: 16px;
 }
}
@media screen and (min-width: 560px) {
 nav{
     margin-left: auto;
 }
 nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media screen and (min-width: 560px) {
 nav ul li a{
    padding:24px 8px;
  } 
}
@media screen and (min-width: 960px) {
  nav ul li a{
    padding:24px 16px;
  } 
  nav ul li a:hover{
  color:#ED6D00;
} 
}
.l-contact__links{
	margin-top:1.5rem;
}
.contact-btn{
  background-color:#ED6D00;
  padding: 14px;
  color:#fff;
  position: relative;
  overflow: hidden;
	margin-left:16px;
	text-align:center;
}
.contact-btn .material-icons{
	display:block;
}
.contact-btn::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.contact-btn:hover{
  opacity: 0.6;
  color:#fff;
}
/*menu*/
@media screen and (min-width: 560px) {
  .menu{
    display: none;
  }
}
.menu{
  display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
.gnav{
  display: none;
}
@media screen and (min-width: 560px) {
.gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
}
.gnav__menu__item{
    margin: 40px 0 40px 100px;
    opacity: 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}
.fat-nav li{
	font-size: 1.7rem!important;
}
.fat-nav li a{
	padding:16px 20px!important;
}
/****************************
メインビジュアル
****************************/
/* .top-hero {
  background-image: url("/wp-content/themes/PEP/images/a1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
  margin-bottom: 16rem;
	position:relative;
}
@media screen and (min-width: 560px) {
.top-hero {
  background-position: right center;
  height: 443px;
  background-size: 87%;
	margin-bottom: 10rem;
}
}
@media screen and (min-width: 960px) {
  .top-hero {
    height: 680px;
	  background-size: contain;
	  margin-bottom: 16rem;
  }
}
@media screen and (min-width: 1024px)and (max-width:1359px) {
	.top-hero {
		background-size:80%;
	}
}
@media screen and (min-width: 1400px) {
  .top-hero {
    background-size: auto;
  }
} */
.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.video_wrapper::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 2px 2px;
	background-position: 0 0, 1px 1px;
}
.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.p-top__hero--logo{
	font-size: 36vw;
    z-index: 2;
    text-align: center;
    position: relative;
    line-height: 1.2;
    color: #ffffff;
    mix-blend-mode: difference;
}
@media screen and (min-width: 560px) {
	.p-top__hero--logo{
		font-size: 28.4vw;
	}
}
@media screen and (min-width: 960px) {
	.p-top__hero--logo{
		font-size: 16.4vw;
	}
}
.p-top__hero--logo span{
	font-size:2rem;
	display:block;
}
.p-video__body{
	position:relative;
	text-align:center;
	z-index:2;
	mix-blend-mode: difference;
	font-size:1.4rem;
	color: #fff;
	margin-top: 2rem;
	padding:0 16px;
}
@media screen and (min-width: 560px) {
	.p-video__body{
		font-size:2rem;
	}
}
.top-hero__catch{
    position: absolute;
    bottom:-27%;
	width:90%;
}
@media screen and (min-width: 560px) {
	.top-hero__catch{
    bottom:-15%;
		width:95%;
}
}
@media screen and (min-width: 960px) {
	.top-hero__catch{
		 bottom:-10%;
	}
}
@media screen and (min-width: 1280px) {
	.top-hero__catch{
		 bottom:-20%;
	}
}
.top-hero__catch p{
    font-size: 1.8rem;
}
@media screen and (min-width: 560px) {
	.top-hero__catch p{
		max-width:75%;
		font-size: 2rem;
	}
}
.top-hero__catch h1{
    margin-bottom: 28px;
    letter-spacing: 0.5rem;
    display: inline-block;
    font-size:5.4rem;
}
@media screen and (min-width: 560px) {
  .top-hero__catch h1{
    font-size:7rem;
	  margin-bottom: 20px;
	  letter-spacing: 0.9rem;
  }
}
@media screen and (min-width: 960px)and (max-width:1479px) {
  .top-hero__catch h1{
    font-size:7vw;
  }
}
@media screen and (min-width: 1480px) {
  .top-hero__catch h1{
    font-size:10rem;
  }
}
.top-hero__catch h1 span{
    line-height: 1.4;
}
.top-hero__accent{
  color: #ED6D00;
}
.scrollcont {
 padding: 80px 0 0;
 height: 175px;
 width: 20px;
 z-index: 0;
 overflow: hidden;
 position: absolute;
 right: 20px;
top:60%;
 -webkit-transform: translateY(-75%);
 -ms-transform: translateY(-75%);
 transform: translateY(-75%);
 font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 560px) {
	.scrollcont {
		top:75%;
	}
}
.scroll::before {
 content: '';
 display: block;
 width: 1px;
 height: 90px;
 background: #FFF;
 margin: 0 auto;
 padding: 0;
 position: absolute;
 top: 85px;
 left: 11px;
}
.scroll::after {
 content: '';
 display: block;
 padding: 0;
 width: 1px;
 height: 90px;
 background: #000;
 position: absolute;
 top: 175px;
 left: 11px;
 -webkit-animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
 animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.scrollcont p {
 letter-spacing: 0.1em;
 font-size: 14px;
 color: #fff;
 -webkit-writing-mode: vertical-rl;
     -ms-writing-mode: tb-rl;
         writing-mode: vertical-rl;
 position: absolute;
 top: 0;
 left: 0;
}
@keyframes scroll {
 0%, 6% {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
 }
 33%, 66% {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
 }
 94%, 100% {
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
 }
}
/****************************
当社について
****************************/
#about{
  z-index: 1;
}
.about-content::after{
  content:'';
  background-color:#F5F5F5;
  height:75%;
  position: absolute;
  right:0;
  top:20%;
  z-index: -1;
  transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  width: 0%;
}
@media screen and (min-width: 560px) {
.about-content::after{
    height:75%;
    
  }
}
.js-scroll.done.about-content::after{
  width:75%;
}
@media screen and (min-width: 560px) {
.js-scroll.done.about-content::after{
  width:45%;
}
}
.shadow-block{
  font-size:4rem;
  padding:5rem 1rem;
    text-align: center;
    	box-shadow:0 2.8px 2.2px rgba(0,0,0,.02),
	0 6.7px 5.3px rgba(0,0,0,.028),
	0 12.5px 10px rgba(0,0,0,.035),
	0 22.3px 17.9px rgba(0,0,0,.042),
	0 41.8px 33.4px rgba(0,0,0,.05),
	0 100px 80px rgba(0,0,0,.07);
                margin-bottom: 9rem;
                background-color: #fff;
}
.shadow-block .material-icons{
    display: block;
    font-size:8rem;
    color:#999;
    line-height: 1;
}
.shadow-block .accent-color{
  font-size:4.8rem;
  color:#ED6D00;
}
.about-headline__jp{
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.6rem;
}
.about-body{
    max-width: 640px;
    margin:4rem auto 0;
    text-align: center;
    line-height: 2.6;
}
.about-body p{
  margin-bottom: 2rem;
}
.about-body p:first-child{
  font-weight: bold;
  font-size:2rem;
}
.marker-animation.active{
    background-position: -100% 1.1em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,145,3) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255,145,3) 50%);
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    background-size: 200% .5em;
    transition: all 1s ease;
    background-position: 0 1.1em;
}
.p-representative__inner{
	background: rgb(253,253,253);
background: linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(242,237,233,1) 100%);
}
.p-representative__block{
	padding-left:15px;
	padding-right:15px;
}
.p-representative__image{
	margin-bottom:30px;
}
@media screen and (min-width: 560px) {
.p-representative__block{
	flex:0 0 47%;
		max-width:47%;
	padding-left: 90px;
	padding-right:0px;
	}
	.p-representative__image{
		flex:0 0 50%;
		max-width:50%;
		margin-bottom:0px;
	}
}
@media screen and (min-width: 960px) {
	.p-representative__block{
		padding-left: 150px;
	}
}
.p-representative__body{
	margin-bottom:2rem;
}
.p-representative__headline{
	font-size:2rem;
	position:relative;
	margin-bottom:5rem;
}
.p-representative__headline::before{
	content:'';
	background:#ED6D00;
	position:absolute;
	bottom:-20px;
	width:60px;
	height:4px;
}
/****************************
PEPについて詳細
****************************/
@media screen and (min-width: 560px) {
	.p-about__mission{
		flex:0 0 62%;
		max-width:62%;
	}
.p-about__block{
	flex:0 0 38%;
	max-width:38%;
}
}
@media screen and (min-width: 560px) {
.p-about__image{
	flex:0 0 60%;
	max-width:60%;
}
}
.p-about__headline{
	font-size: 14vw;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    line-height: 1.3;
}
@media screen and (min-width: 560px) {
	.p-about__headline{
		font-size: 6vw;
	}
}
.p-about__body{
	font-family: 'Roboto', sans-serif;
	color: rgba(25, 40, 45, 0.6);
	position: relative;
    padding: 0 0 0 70px;
    color: #19282D;
    opacity: 0.4;
    font-weight: 400;
    font-style: italic;
}
.p-about__body::before{
	position: absolute;
    top: 50%;
    left: 0;
    width: 64px;
    height: 1px;
    background: rgba(25, 40, 45, 0.5);
    content: "";
    transform: translateY(-50%);
}
.p-about__lead{
    font-size: 4.4vw;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.4;
	color:#ED6D00;
}
@media screen and (min-width: 560px) {
	.p-about__lead{
		font-size: 2.9vw;
	}
}
.p-about__en{
	font-family: 'Roboto', sans-serif;
	color: rgba(25, 40, 45, 0.6);
	font-size:2rem;
	margin-bottom:50px;
}
.p-about__background{
	position:relative;
	 height: 300px;
    margin: 90px 0;
}
.p-about__background::before{
position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background: url(/wp-content/uploads/2021/12/about-bg.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: cover;
    content: "";
    height: 300px;
    background-attachment: fixed;
}
.p-about__ux{
	position:relative;
	margin-bottom: 5rem;
}
.p-about__ux::before{
position: absolute;
    content: 'Four sophisticated businesses';
    font-size: 11.1vw;
    top: -20px;
    color: #ffffff;
    -webkit-text-stroke: 1px #efefef;
    text-stroke: 1px #FFF;
    line-height: 1;
    z-index: 1;
    /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; */
    font-family: 'Roboto';
    font-style: italic;
}
@media screen and (min-width: 560px) {
	.p-about__ux::before{
		font-size: 7.1vw;
	}
}
.p-about__ux::after{
content: '';
background: linear-gradient(45deg, #E2E2E2, #FDF3E2, #FFEED1);
background-size: 600% 600%;
animation: GradientBackground 10s ease infinite;
    height: 80%;
    width: 80%;
    right: 0px;
    top: 60px;
    position: absolute;
    z-index: -1;
}
@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
};
.p-about__color{
	color:#ED6D00;
}
.p-about__title{
	font-size:2.4rem;
	margin-bottom:30px;
	color:#ED6D00;
}
.p-about__text{
	margin-bottom:2.5rem;
}
/****************************
会社概要
****************************/
.l-common__head{
	background-repeat:no-repeat;
	color:#fff;
	display:flex;
	align-items:center;
	background-position:center center;
	height:280px;
	margin-bottom:7.2rem;
}
.u-company__bg{
	background-image:url("/wp-content/uploads/2021/11/company-bg.jpg");
}
.p-common__title-jp{
	font-size: 4rem;
	letter-spacing: 0.4rem;
}
.l-common__head .wrap-1480{
	width:100%;
	position:relative;
}
.p-common__title-en{
	position: absolute;
    opacity: 0.4;
    font-size: 8rem;
    top: 0px;
    left: 0px;
    line-height: 1;
}
@media screen and (min-width: 560px) {
	.p-common__title-en{
		font-size: 9rem;
	}
}
@media screen and (min-width: 960px) {
	.p-common__title-en{
		font-size: 10rem;
	}
}
/****************************
事業内容
****************************/
#business .common-inner:not(:last-child){
  margin-bottom: 9rem;
}
.business-inner__wrap{
  position: relative;
  text-align: left;
   margin-bottom:10rem;
}
@media screen and (min-width: 560px) {
  .business-inner__wrap{
    margin-bottom:14rem;
  }
.business-inner__wrap:not(:last-child){
  margin-bottom:24rem;
}
}
.business-inner__wrap:nth-child(3) .common-image{
  text-align: right;
	margin-left:auto;
}
@media screen and (min-width: 960px) and (max-width:1359px){
	.common-image{
		max-width:75%;
	}	
}
@media screen and (min-width: 960px) and (max-width:1359px){
	.common-image img{
		object-fit: cover;
    height: 470px;
    width: 100%;
	}
}
.common-block{
  margin: -1.25vw auto auto;
  padding: 40px 20px;
  display: block;
  background: rgba(255,255,255,0.9);
  width:95%;
}
.reverse .common-block{
  left:0;
  right:auto;
}
.common-block h3{
  font-size:2.8rem;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (min-width: 560px) {
.common-block h3{
  font-size:3.2rem;
}
}
@media screen and (min-width: 960px) {
.common-block h3{
font-size:4.0rem;
}
}

.common-block h3::before,.common-block h3:nth-child(2)::before,.common-block h3:nth-child(3)::before,.common-block h3:nth-child(4)::before,.common-block h3:nth-child(5)::before{
  content:'Office Automation';
  font-family: 'Damion', cursive;
  position: absolute;
  top: -40px;
  left: 20px;
  color:#ED6D00;
  opacity: 0.2;
  z-index: -1;
  transform: rotate(-5deg);
  font-size: 6rem;
}
.business-inner__wrap:nth-child(3) .common-block h3::before{
  content:'Education';
}
.business-inner__wrap:nth-child(4) .common-block h3::before{
  content:'Consulting';
}
.business-inner__wrap:nth-child(5) .common-block h3::before{
  content:'Creative';
}
.common-block h3::after{
  content:'';
  position: absolute;
  width: 140px;
  bottom: -24px;
  background-color: #ED6D00;
  height:4px;
  left:0;
}
.common-block p{
  margin-top:5.5rem;
}
#business .common-link{
	height:48px;
	line-height:44px;
	margin:0px auto;
}
.p-works__headline{
	font-size:2rem;
	position:relative;
	margin-bottom: 4rem;
    background: #ED6D00;
    color: #fff;
    padding: 10px;
}
.p-works__date{
	display:flex;
	gap:10px;
	font-size:13px;
}
.slider{
	margin-bottom:5rem;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
/****************************
制作実績
****************************/
.p-works__inner{
	margin-bottom:9.2rem;
}
.p-works__body{
	margin-bottom:4rem;
	line-height:2.2;
}
.p-works__list{
	margin-top:3rem;
}
@media screen and (min-width: 560px) {
	.p-works__list{
	flex:0 0 31.25%;
	max-width:31.25%;
	}
	.p-works__inner{
		flex:0 0 70%;
		max-width:70%;
	}
	.p-works__list a:hover{
		opacity:0.7;
	}
}
.p-works__client{
    font-size: 1.6rem;
    font-weight: bold;
    padding: 12px 0;
}
.p-works__caption span{
	background:#efefef;
	font-size:1.1rem;
	padding:0 7px;
	margin-right:7px;
	display:inline-block;
}
/****************************
制作実績のプラン
****************************/
.c-result__side{
	border:1px solid #e1e1e1;
	margin-bottom:3.2rem;
}
.c-result__side li a{
padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.c-result__side li a:hover{
	background-color:#ffad66;
	color:#fff;
}
.p-works__content{
	background:#fff;
	position:relative;
}
@media screen and (min-width: 560px) {
	aside{
		flex:0 0 25%;
		max-width:25%;
		position:relative;
	}
	.c-result__side{
		margin-bottom:0rem;
		position:sticky;
		width:100%;
		top:100px;
		left:0px;
	}
	.p-works__content{
		flex:0 0 70%;
		max-width:70%;
	}
	.p-common__inner{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
}
.p-sp__inner{
	display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
}
.c-result__side i{
	color:#ED6D00;
	margin-right:10px;
}
.p-works__plan-headline{
	position: relative;
	font-size: 20px;
	margin-bottom:4rem;
	padding-bottom:2rem;
}
@media screen and (min-width: 560px) {
	.p-works__plan-headline{
		font-size: 23px;
	}
}
@media screen and (min-width: 960px) {
	.p-works__plan-headline{
		font-size: 26px;
	}
}
.p-works__plan-headline::before {
	content: attr(data-en);
	display: block;
	color:#ED6D00;
	opacity:0.5;
	font-size: 18px;
}

.p-works__plan-headline::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	background-color: #ED6D00;
}
.p-works__title{
    padding-bottom: 10px;
    font-size: 18px;
    background-image: repeating-linear-gradient(
90deg, #ED6D00 0, #ED6D00 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-top: 5rem;
    margin-bottom: 3rem;

}
.p-works__icons{
font-size: 6rem;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    vertical-align: top;
	color: #878787;
}
.p-works__icons i{
	vertical-align: text-top;
}
.p-works__block{
	flex:0 0 70%;
	max-width:70%;
}
.p-works__list-title{
	font-size:1.8rem;
	margin-bottom:1rem;
	color:#ED6D00;
}
.p-works__lead{
	margin-bottom:1.3rem;
	font-weight:bold;
}
.p-plan__list{
background: linear-gradient(
90deg, red, orange, #bbbbed, #9078c1);
    background-size: 500% 500%;
    animation: gradation 10s infinite;
    padding: 2px;
    position: relative;
    margin-top: 10rem;
}
@keyframes gradation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.p-plan__inner{
	background:#fff;padding: 15px;
}
@media screen and (min-width: 560px) {
.p-plan__list{
	flex:0 0 31.25%;
	max-width:31.25%;
	margin-top: 6rem;
}
	.u-plan__list .p-plan__list{
		flex:0 0 48.25%;
	max-width:48.25%;
	margin-top: 9rem;
	}
}
.p-plan__place{
	font-size:1.8rem;
}
.p-plan__icon-headline{
font-size: 5rem;
	z-index:2;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: #ED6D00;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.p-plan__headline{
font-size: 2.4rem;
    font-weight: bold;
    margin-top: 54px;
    border-bottom: 1px solid #ed6d00;
    border-top: 1px solid #ed6d00;
    padding: 14px 0;
    text-align: center;
    color: #ed6d00;
	margin-bottom: 2.5rem;
}
.p-plan__body{
	margin-top:1.5rem;
	font-size:1.2rem;
}
.p-plan__lead{
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ed6d00;
    border-top: 1px solid #ed6d00;
    color: #ed6d00;
    text-align: center;
    padding: 5px 0;
    margin-top: 2rem;
}
.p-works__table{
	margin-top:3.2rem;
	width:100%;
	border:1px solid #454545;
}
.p-plan__check{
	font-size:1.3rem;
}
.p-plan__check li{
	text-indent: -0.9rem;
	padding-left: 1.5rem;
}
.p-plan__check i{
	margin-right:4px;
	color:#ed6d00;
}
.p-works__table th td{
	text-align:center;
	padding:15px;
}
.p-management__inner{
	margin-top:8rem;
	padding-bottom:5rem;
}
.p-management__inner .p-plan__list{
	margin-top:5rem;
}
.p-plan__list span{
	font-size:1.2rem;
	display:block;
}
.c-plan__headline{
	font-size: 1.6rem;
    text-align: center;
    background: #ed6d00;
    margin-bottom: 2rem;
    color: #fff;
    padding: 5px;
}
.p-plan__intro{
	margin-bottom:3rem;
}
@media screen and (min-width: 560px) {
.p-plan__intro{
	flex:0 0 40%;
	max-width:40%;
	margin-bottom:0px;
}
.p-plan__image{
	flex:0 0 55%;
	max-width:55%;
}
	.u-meo__inner{
		position:relative;
	}
	.u-meo__inner::after{
		content:'';
		flex:0 0 31.25%;
		max-width:31.25%;
		display:block;
		height:100%;
	}
}
.p-plan__image{
	margin-bottom:4rem;
	position: relative;
}
.p-works__block a{
	display:inline-block;
	color: #ED6D00;
}

/****************************
企業情報
****************************/
.corporate-table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:40px;
}
.corporate-table tr{
	border-bottom:1px solid #ebebeb;
	display: flex;
	padding: 2rem 1.5rem;
}
.corporate-table tr:first-child{
	border-top:1px solid #ebebeb;
}
.corporate-table tbody{
	display: block;
  width: 100%;
}
.corporate-table th{
	width: 30%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: 500;
}
.corporate-table td{
  width: 70%;
}
@media screen and (min-width: 560px) {
.corporate-table th,.corporate-table td{
	padding: 1rem 3rem;
}
}
.corporate-table td a{
	display:inline-block;
	margin-right:15px;
}
/****************************
ブログ
****************************/
.blog-image{
  overflow:hidden;
  position: relative;
  margin-bottom: 2rem;
}
.blog-link{
  margin-top:4.8rem;
  box-shadow: 0 8px 30px -10px #999;
}
.blog-link:hover{
  box-shadow: none;
}
.blog-link__body{
  padding:0 10px 20px;
	overflow: hidden;
}
.blog-ttl{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-image img{
  transition:.3s all;
	object-fit: cover;
width: 100%;
height: 180px;
}
@media screen and (min-width: 560px) {
	.blog-image img{
		height: 200px;
	}
}
@media screen and (min-width: 960px) {
	.blog-image img{
		height: 240px;
	}
}
.blog-link:hover img{
  transform:scale(1.1,1.1);
}
.blog-content .col-3{
	margin-top:5rem;
}
.article-content{
	padding-top:4rem;
	padding-bottom:12rem;
}
.blog-common-ttl{
	font-size:2.4rem;
	font-weight:bold;
	margin-bottom:4rem;
}
.blog-eyecatch__image{
	margin-bottom:4rem;
}
.works-content h1,.works-content h2{
	font-size:2.4rem;
	padding:8px 20px;
	padding: 0.5em;/*文字周りの余白*/
  border-left: solid 4px #ED6D00;/*左線（実線 太さ 色）*/
	margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
	.works-content h1,.works-content h2{
		font-size:2rem;
	}
}
.blog-date{
	font-size:1.3rem;
	color:#999;
}
.works-content h2{
		margin-top:3rem;
	}
.works-content h3{
	position:relative;
	padding: 2rem 0rem 1rem;
	border-bottom: 4px solid #F5F5F5;
	font-size: 2.4rem;
    margin: 16px 0 20px;
}
.works-content pre{
	font-size: 16px;
    padding: 20px;
    background-color: #F5F5F5;
    outline: 1px solid #f0f0f0;
    border-color: #f0f0f0;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 15px;
	display:block;
}
.works-content p{
	line-height:2.4;
	font-size:16px;
	margin-bottom:2.5rem;
}
.works-content pre strong{
	display:block;
}
blockquote{
	background:#efefef;
	padding:20px;
	margin-top:15px;
	font-size:13px;
	margin-bottom:10px;
}
article .works-content ul{
background: #f9f9f9;
    display: block;
    padding: 1rem 2.5rem;
    margin: 2rem 0;
    list-style-type: inherit;
	font-size:1.6rem;
}
article h4{
	color:#ED6D00;
	border-bottom:2px solid #ED6D00;
	padding-bottom:1rem;
	font-size:2rem;
	margin:4rem 0px 2rem;
}
article .works-content ul li{
	padding:1rem 0;
}
article a{
	display:inline-block;
	color:#ED6D00;
	text-decoration:underline;
}
article ol{
	padding:0px 16px;
	font-size:1.3rem;
}
article img{
	margin-bottom:2rem;
}
.p-info__inner{
	position:relative;
}
@media screen and (min-width: 560px) {
.p-info__inner::after{
	flex:0 0 31.25%;
	max-width:31.25%;
	content:'';
	display:block;
	height:100%;
}
}
.p-works__link{
	margin:4rem auto 0px;
}
/****************************************
パンくずリスト
*****************************************/
#breadcrumb {
	    width: 100%;
  margin-left:auto;
  padding-left:0;
	margin-right:auto;
	font-size: 1.3rem;
	text-align: left;
	overflow: auto;
    white-space: pre;
	background:#efefef;
	margin-top:8rem;
	padding-top:5px;
	padding-bottom:5px;
}
#breadcrumb ol{
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
#breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
}

#breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 10px;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  text-decoration: none;
	display: inline-block;
}

#breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 1.3rem;
  color: #333;
	padding-right: 5px;
}

#breadcrumb li a:hover {
  opacity:0.5;
}
/****************************
お問い合わせ
****************************/
.u-contact__bg{
	background-image:url("/wp-content/uploads/2021/11/contact-bg.jpg");
}
.p-contact__body{
	text-align:center;margin-bottom:40px;
}
#contact{
	margin-top:7rem;
	padding:5rem 0px;
	background-image: url("/wp-content/uploads/2021/11/common-contact.jpg");
	background-size: cover;
	text-align:center;
}
.l-contact__headline-inner{
	color:#fff;
}
.l-contact__headline{
	color:#fff;
	font-size:4rem;
}
.l-contact__title{
	font-size:1.3rem;
}
.wpcf7{
	max-width:100%;	
	margin-left:auto;
	margin-right:auto;
}
.cform tr {
	display: block;
    margin-bottom: 3rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 3rem;
}
.cform th {
	display:block;
	margin-bottom: 1rem;
	text-align:left;
	  margin-right: 1rem;
	width: 100%;
	font-size:1.6rem;
}
.cform td {
  width: 100%;
  display: block;
}
.mw_wp_form {
	margin:0 auto 11.2rem;
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.mw_wp_form .horizontal-item + .horizontal-item{
		margin-left:0px!important;
	}
.mwform-checkbox-field{
	display:block;
}
@media screen and (min-width: 560px) {
.mw_wp_form {
  max-width: 960px;
}
	.mwform-checkbox-field{
	display:inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left:10px!important;
}
}
.mw_wp_form table{
	width:100%;
}
.mw_wp_form [type=url] {
	display:block;
	margin-top:15px;
}
.mw_wp_form [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}
.mw_wp_form option,
.mw_wp_form textarea,
.mw_wp_form input[type=text],
.mw_wp_form select,
.mw_wp_form input[type=email],
.mw_wp_form input[type=search],
.mw_wp_form input[type=url] {
    background-color: #f7f7f7;
    border: 1px solid #a1a1a1;
    padding: 10px 13px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 4px;
}
.required-srt {
display: inline-block;
    background-color: #ed6d00;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 1rem;
}
.mw_wp_form input[type="submit"] {
      cursor: pointer;
	max-width: 400px;
	background-color: #ED6D00;
    padding: 24px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: block;
	letter-spacing: 0.25rem;
	position: relative;
	transition:.3s;
	font-weight: 600;
	border:none;
}
.mw_wp_form input[type="submit"]:hover{
	opacity:0.6;
	
}
.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}
.form-btn__inner{
	margin-top:4rem;
}
.caption{
	color:#999;
	margin-top:5rem;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
  display: block;
}
.submit-btn{
	cursor: pointer;
	max-width: 280px;
	background-color: #ED6D00;
    padding: 24px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: block;
	letter-spacing: 0.25rem;
	position: relative;
	transition:.3s;
	font-weight: 600;
	border:none;
}
.submit-btn::after{
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
#wpcf7-modify{
	cursor: pointer;
	max-width: 280px;
	background-color: #fff;
    padding: 24px 32px;
    color: #FF9103!important;
	border:1px solid #FF9103!important;
    position: relative;
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: block;
	letter-spacing: 0.25rem;
	position: relative;
	transition:.3s;
	font-weight: 600;
	border:none;
}
.submit-btn:hover{
	opacity:0.6;
}
.thanks-block{
	margin-bottom:16rem;
	text-align:left;
}
.thanks-block h3{
	font-size:2.4rem;
	margin-bottom:2rem;
}
@media screen and (min-width: 560px) {
.thanks-block{
	text-align:center;	
}
}
.thanks-text{
	line-height:2.4;
}
.caption{
	color:#999;
	margin-top: 2rem;
	display: block;
}
.contact-agreement__body{
	text-align:center;
	margin:2rem 0;
}
.contact-agreement__body a{
	display:inline-block;
	text-decoration:underline;
}
@media screen and (min-width: 560px) {
	.contact-agreement__body a{
	margin-bottom: 4rem;
	}
}
.privacy-policy__wrap{
	max-width:992px;
	padding:0 16px;
	margin:0 auto 14rem;
}
.privacy-policy__block{
	margin-bottom:4rem;
}
.privacy-policy__block a{
	display:inline-block;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff!important;
    background: #fff;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: 2px solid #ffffff!important;
    background: #fff;
}
.contact-thanks{
	margin-bottom:12rem;
}
.contact-headline{
	font-size:2rem;
	margin-bottom:4rem;
}
.wpcf7-mail-sent-ok{
display:none!important
}
/****************************
footer
****************************/
footer{
  background-color: #222;
  color:#fff;
}
.footer-wrap{
  margin-left: auto;
  margin-right: auto;
  padding:45px 0;
  max-width:80%;
	text-align:center;
}
@media screen and (min-width: 560px) {
	.footer-wrap{
		padding:90px 0;
	}
}
.footer-logo{
  max-width: 180px;
	margin:0 auto 3rem;
}
@media screen and (min-width: 560px) {
  .footer-logo{
  max-width: 200px;
	  margin:0 auto 40px;
}
	.footer-logo a:hover{
		opacity:0.6
		
	}
}
.footer-left__block{
  margin-bottom: 4rem;
}
.footer-left__block p{
  margin-top:0.6rem;
}
@media screen and (min-width: 560px) {
	.footer-sns__block ul{
	display:flex;
	justify-content:space-between;
	max-width:960px;
	margin:0 auto;
}
}

@media screen and (min-width: 560px) {
.footer-sns__block ul li{
	flex: 0 0 31.25%;
	max-width:31.25%;
}
}
.footer-sns__block ul li a{
  display: inline-block;
  padding:5px;
}
.footer-sns__block ul li a .material-icons{
	vertical-align:middle;
}
.footer-sns__block ul li a:hover{
  color:#ED6D00;
}
copyright{
  padding:6px 0;
  display: block;
  text-align: center;
  font-size:1.2rem;
}
.is-animate {
   animation: .6s zoom-in;
 }

 @keyframes zoom-in {
   0% {
    transform: scale(.8);
   }
   100% {
     transform: none;
   }
 }
.category-btn a{
	padding: 10px;
    border: 1px solid #e1e1e1;
	text-align:center;
}
@media screen and (min-width: 560px) {
	.category-btn a{
		padding: 10px;
	}
}
.category-btn a{
		flex:0 0 48.25%;
		max-width:48.25%;
	margin-bottom:15px;
	}
@media screen and (min-width: 560px) {
	.category-btn a{
		flex:0 0 31.25%;
		max-width:31.25%;
	}
	.category-btn a:hover{
background-color: #ffad66;
    color: #fff;
	}
}

/*********************/
/*2023 renewal*/
/*********************/

  .l-section {
    border-top: 1px solid #eee;
  }
  .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .mv05 .l-inner {
    padding-bottom: 0;
  }
  .mv05 .slide-media {
    height: 800px;
  }
  .mv05 .slide-media img {
    -webkit-transition: 3s;
    transition: 3s;
  }
  .mv05 .slide-media.clip {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: contrast(1.1);
            filter: contrast(1.1);
    --stroke-width: 1.2rem;
    --out: 2.4rem;
    --in: calc(var(--out) + var(--stroke-width));
    -webkit-clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
            clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
  }
  .mv05 .swiper-slide {
    overflow: hidden;
  }
  .mv05 .swiper-slide[class*=-active] .slide-media.clip img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .mv05 .swiper-slide[class*=-prev] .slide-media img {
    -webkit-transform: translateX(80vw);
            transform: translateX(80vw);
  }
  .mv05 .swiper-slide[class*=-next] .slide-media img {
    -webkit-transform: translateX(-80vw);
            transform: translateX(-80vw);
  }
  .mv05 .content,
  .mv05 .fraction {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }
  .mv05 .content {
    pointer-events: none;
  }
  .mv05 .content-title {
    font-size: 6rem;
    line-height: 1.1;
    color: #fff;
  }
  .mv05 .content-text {
    font-size: 1.8rem;
    margin: 4rem 0;
    color: #fff;
  }
  .mv05 .content-button {
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    color: #fff;
  }
  .mv05 .content-button::before {
    display: inline-block;
    width: 6rem;
    height: 1px;
    margin: -2px 1.6rem 0 0;
    content: "";
    vertical-align: middle;
    background-color: currentColor;
  }
  .mv05 .content.anm-started .content-button {
    pointer-events: auto;
  }
  .mv05 .fraction {
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
  }
  .mv05 .fraction .current {
    font-size: 3.2rem;
    display: inline-block;
    overflow: hidden;
    width: 6rem;
  }
  .mv05 .fraction .current .num {
    display: inline-block;
  }
  .mv05 .fraction .current .num.anm-started {
    -webkit-animation: mv05-fraction 1s var(--easing);
            animation: mv05-fraction 1s var(--easing);
  }
  .mv05 .fraction .total {
    vertical-align: 0.5em;
  }
  .mv05 .fraction .total::before {
    content: " / ";
  }
  .mv05 .marker {
    position: relative;
    display: inline-block;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  .mv05 .marker::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
  }
  .mv05 .anm-started .marker {
    -webkit-animation: mv05-marker 1s 0.5s both;
            animation: mv05-marker 1s 0.5s both;
  }
  .mv05 .anm-started .marker::after {
    -webkit-animation: mv05-markerBg 1s 0.5s both;
            animation: mv05-markerBg 1s 0.5s both;
  }
  .mv05 .anm-started .content-text .marker,
  .mv05 .anm-started .content-text .marker::after {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .mv05 .anm-started .content-link .marker,
  .mv05 .anm-started .content-link .marker::after {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .mv05 .anm-finished .marker {
    -webkit-animation: mv05-markerHide 0.5s both;
            animation: mv05-markerHide 0.5s both;
  }
  .mv05 .anm-finished .marker::after {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }

  @-webkit-keyframes mv05-marker {
    60%, 100% {
      -webkit-clip-path: inset(0);
              clip-path: inset(0);
    }
  }

  @keyframes mv05-marker {
    60%, 100% {
      -webkit-clip-path: inset(0);
              clip-path: inset(0);
    }
  }
  @-webkit-keyframes mv05-markerBg {
    60% {
      -webkit-clip-path: inset(0);
              clip-path: inset(0);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 100%);
              clip-path: inset(0 0 0 100%);
    }
  }
  @keyframes mv05-markerBg {
    60% {
      -webkit-clip-path: inset(0);
              clip-path: inset(0);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 100%);
              clip-path: inset(0 0 0 100%);
    }
  }
  @-webkit-keyframes mv05-markerHide {
    0% {
      -webkit-clip-path: inset(0);
              clip-path: inset(0);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 100%);
              clip-path: inset(0 0 0 100%);
    }
  }
  @keyframes mv05-markerHide {
    0% {
      -webkit-clip-path: inset(0);
              clip-path: inset(0);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 100%);
              clip-path: inset(0 0 0 100%);
    }
  }
  @-webkit-keyframes mv05-fraction {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(-110%);
              transform: translateY(-110%);
      opacity: 1;
    }
    50.1% {
      -webkit-transform: translateY(110%);
              transform: translateY(110%);
      opacity: 0;
    }
  }
  @keyframes mv05-fraction {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(-110%);
              transform: translateY(-110%);
      opacity: 1;
    }
    50.1% {
      -webkit-transform: translateY(110%);
              transform: translateY(110%);
      opacity: 0;
    }
  }

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    .mv05 .slide-media {
      height: max(70vh, 70vw);
    }
    .mv05 .content {
      top: calc(20% + 6rem);
      right: 6rem;
      bottom: auto;
      left: 6rem;
    }
    .mv05 .content-title {
      font-size: 3.2rem;
    }
    .mv05 .content-text {
      font-size: 1.6rem;
      margin: 2.4rem 0;
    }
    .mv05 .fraction {
      font-size: 1.2rem;
      top: 20%;
      bottom: auto;
      left: 6rem;
    }
  }
  @media only screen and (max-width: 599px) {
    .pc-tab {
      display: none !important;
    }
    .mv05 {
      margin-bottom: 8rem;
    }
  }
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .mv05 .content {
      left: 24rem;
    }
    .mv05 .fraction {
      left: 8rem;
    }
  }
  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }

article table tr {
  border-bottom: 1px solid #b5b1b1;
}

article table th,
article table td {
  padding: 15px 0;
  border: none;
}

article table th {
    width: 20%;
    text-align: left;
}
article table th p{
	line-height:1.6!important;
	margin-bottom:0px!important;
}
/* sp */
@media only screen and (max-width: 480px) {
  article table th,
  article table td {
    width: 100%;
    display: block;
  }

  article table th {
    width: 100%;
  }

  article table td {
    padding-top: 0;
  }
}
.p-category__inner{
	margin-top:7rem;
}
.p-category__list{
	flex:0 0 48%;
	max-width:48%;
	text-align:center;
}
@media only screen and (min-width: 560px) {
.p-category__list{
	flex:0 0 19.25%;
	max-width:19.25%;
}
}
.p-category__link{
	border:1px solid #999;
	display:block;
	padding:16px 0px;
	margin-bottom:20px;
}
.p-category__link:hover,
.p-category__link.current{
	background-color: #ED6D00;
	color:#fff;
}

/********NEWS ページネーション********/
.wp-pagenavi .current {
  color: #ED6D00;
}

.news-content__list {
  margin-top: 4.8rem;
}

.wp-pagenavi {
  max-width: 400px;
  width: 100%;
  margin: 4.8rem auto 4rem;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 1.6rem;
}

.wp-pagenavi a {
  color: #ACB1B9;
  font-size: 1.6rem;
	display:block;
}

.pages,
.nextpostslink,
.previouspostslink {
  background-color: #ED6D00;
  border-radius: 4px;
  color: #fff;
}

.nextpostslink span,
.previouspostslink span {
  line-height: 48px;
}

.wp-pagenavi a:hover {
  color: #ED6D00;
  font-weight: bold;
}

.arrow-btn a {
  background-color: #ED6D00;
  color: #6C737E;
  height: 48px;
  line-height: 56px;
  border-radius: 8px;
  width: 48px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	width:100%;
}