@charset "UTF-8";
/*
Theme Name: TANDEN Child
Template:   TANDEN
Version： 1.0.0
*/



/*Admin Barの高さ調整*/
.admin-bar .header_section{
  top:32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header_section{
    top:46px;
  }
}

.ddl-nav-wrap{
	margin-top: 0px !important;
	margin-left:0px !important;
}
.ddl-navbar {
	margin-bottom: 0px !important;
}
@media(min-width: 992px){
	.ddl-navbar{
		padding : 0;
	}
}


.header_section{
	position:absolute;
	top:0;
	left:0px;
	z-index:10;
	width:100%;
	height:100px;
}
@media(max-width:991px){
	.header_section{
		height: 65px;
	}
}
.full-bg.header_section::before{
	position:absolute;
	top:0;
	left:0;
	content: "";
	background-color: #fff;
	border-bottom: 5px solid #e1a10f !important;
	width: 100%;
	height: 100%;
	z-index: auto;
}



/*Header menu*/
@media(min-width: 992px){
	.header_section > .container{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}
.header_menu{
	padding:0 !important;
}
.header_menu, .header_menu .ddl-navbar, .header_menu .ddl-navbar-collapse.collapse{
	height: 100px !important;
}
@media(max-width:991px){
	.header_menu, .header_menu .ddl-navbar, .header_menu .ddl-navbar-collapse.collapse{
	height: 65px !important;
	}
}


@media (max-width: 991px){
	.ddl-navbar-collapse.collapse .ddl-nav{
	    display:none !important;
	}
	.ddl-navbar-collapse.collapse.show .ddl-nav {
	    display:block !important;
	}
}


.header_menu .ddl-navbar-nav > li > a {
	line-height: 1em;
	font-family: 'Lato';
	color: #333;
	font-weight: 700;
	letter-spacing: 0.2em;
	z-index:2;
	font-size: 15px
}
@media(max-width: 991px){
	.header_menu .ddl-navbar-nav > li > a{
	font-size: 14px
	}
}
.header_menu .ddl-navbar-nav > li.active > a{
	color: #ED1E79 !important;
	transition: all 500ms ease-in-out;
}
@media (min-width: 992px){
	.header_menu .ddl-navbar-nav > li.active > a:after{
		content:"";
		width: 40px;
		height: 2px;
		background-color:#ED1E79;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 35%;
		animation-name : fadein;
		animation-duration: 1s;
	}
}

.post-type-archive-post-news .header_menu .ddl-navbar-nav > li:nth-child(4) > a {
    color: #ED1E79 !important;
    transition: all 500ms ease-in-out;
}
@media (min-width: 992px){
	.post-type-archive-post-news .header_menu .ddl-navbar-nav > li:nth-child(4) > a:after{
		content:"";
		width: 40px;
		height: 2px;
		background-color:#ED1E79;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 35%;
		animation-name : fadein;
		animation-duration: 1s;
	}
}
.post-type-archive-post-blog .header_menu .ddl-navbar-nav > li:nth-child(6) > a {
    color: #ED1E79 !important;
    transition: all 500ms ease-in-out;
}
@media (min-width: 992px){
	.post-type-archive-post-blog .header_menu .ddl-navbar-nav > li:nth-child(6) > a:after{
		content:"";
		width: 40px;
		height: 2px;
		background-color:#ED1E79;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 35%;
		animation-name : fadein;
		animation-duration: 1s;
	}
}



@media (min-width: 992px){
	.header_menu .ddl-navbar-nav > li{
		display: inline-flex;
	}
	.header_menu .ddl-navbar-nav > li::before{
		content: "|";
		line-height: 1;
		padding: 42px 2px;
		font-size:16px;
	}
	.header_menu .ddl-navbar-nav > li:nth-child(1)::before,.header_menu .ddl-navbar-nav > li:nth-child(2)::before{
		content: "";
	}
	.header_menu .ddl-navbar-nav > li > a {
		padding-top: 0;
		padding-bottom: 0;
	}
	.ddl-nav > li > a{
		padding: 45px 12px !important;
	}
}

.header_menu .ddl-navbar-collapse{
	margin-left: 0px !important;
}

.header_menu .ddl-dropdown-toggle .caret{
	display: none;
}

.ddl-dropdown-menu > .active > a{
	color: #333 !important;
	background-color:transparent !important;
}

/*Mobile Menu*/
@media (max-width: 991px){
  .ddl-navbar-nav .open .ddl-dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
  }
}
@media(max-width:991px){
	.menu-item.menu-item-has-children,.ddl-dropdown-menu{
		animation-name : fadein;
		animation-duration: 1s;
	}
	ul.ddl-dropdown-menu{
		margin-left: 0px !important;
	}
	.menu-item.menu-item-has-children::after{
		width: 20px;
		height: 20px;
		content: url(/wp-content/uploads/menu-arrow_down.svg);
		background-size: contain;
		position: absolute;
		top: 15px;
		right: 25px;
		z-index:1;
		animation-name : fadein;
		animation-duration: 1s;
	}
	.menu-item.menu-item-has-children.open::after{
		width: 20px;
		height: 20px;
		content: url(/wp-content/uploads/menu-arrow_up.svg);
		background-size: contain;
		position: absolute;
		top: 15px;
		right: 25px;
		z-index:1;
	}
}


#menu-top .close{
	color:#333;
	text-align:center;
}
@media(min-width:992px){
	#menu-top .close{
		display:none;
	}
}

/*Breakpoint*/
@media(max-width:991px){
  .collapse:not(.show) {
      display: none !important;
  }
}
@media(max-width:991px){
  .ddl-navbar{
  	width:100%;
  }
  .ddl-navbar-collapse{
  	padding:0;
  }
  .ddl-navbar-nav > li{
    float:none !important;
  }
}

@media(max-width:991px){
	.ddl-navbar-nav{
		animation-name : fromtop;
		animation-duration: 0.5s;
	}
}

@keyframes fromtop{
  0% {
    opacity: 0;
	  transform: translateY(-300px) scaleY(0);
  }
  100% {
    opacity: 1;
	  transform: translateY(0) scaleY(1);
  }
}




/*Mobile Header menu*/
@media (max-width: 991px){
	.header_section .container{
		padding:0;
		max-width: 991px !important;
		overflow: visible;
	}
	.header_menu .ddl-navbar-nav{
		background-color:#fff;
		position:absolute;
		top:0;
		left:0;
		right:0;
		z-index:3;
	}
	.header_menu .ddl-navbar-nav img{
		width:170px;
	}
	.ddl-navbar-nav > li{
		font-weight:700;
		padding: 10px 0px !important;
		border-bottom:1px solid #F0BD16;
	}
	.ddl-navbar-nav > li:last-child{
		border: none;
	}
	.ddl-navbar-nav > li:first-child{
		padding: 6px 0px !important;
	}
}

/*Containerの基本幅*/
@media (min-width: 1200px) {
	.header_section .container {
    max-width: 1150px;
	}
  .container {
    max-width: 1100px; }
}
@media (min-width: 992px) and (max-width:1199px){
	.header_section .container {
    max-width: 1150px;
	}
  .container {
    max-width: 1000px; }
}
@media (min-width: 768px) and (max-width:991px){
	.container {
		max-width: 1000px;
	}
}
@media (min-width: 576px) and (max-width:767px){
	.container {
		max-width: 1000px;
	}
}

/*調整*/
.ddl-navbar{
	border:none !important;
}
/*.ddl-nav-wrap{
	margin-left:0px !important;
}*/

/*Menuの下に三角要素を作成*/
@media (min-width:992px){
	.ddl-navbar{border:none !important;} /*Borderによるエラー回避*/
	/*li.open::after{
		animation-name : frombottom;
		animation-duration: 0.5s;
		content: "";
		display: block;
		width:0px;
		position: absolute;
		top: 65px;
		border-right: 13px solid transparent;
		border-left: 13px solid transparent;
		border-bottom: 35px solid #ffed4b;
	}
	li.menu-item-34.open::after,li.menu-item-40.open::after{
		margin-left:3em;
	}
	li.menu-item-1355.open::after{
		margin-left:2.2em;
	}*/
	li.open:hover::after {
    border-bottom-width: 15px !important;
	}
}
@keyframes frombottom{
  0% {
    opacity: 0;
	  transform: translateY(20px) scaleY(0);
  }
  100% {
    opacity: 1;
	  transform: translateY(0) scaleY(1);
  }
}

/*マウスオーバーの背景調整*/
.ddl-navbar-nav > li > a, .ddl-navbar-nav > li > a:hover{
	background-color: transparent !important;
}

/*DropmenuをFull Widthにする*/
/*.ddl-navbar-nav > li > .ddl-dropdown-menu:before{
		width: 100vw !important;
}*/
@media (min-width:992px){
	.ddl-navbar-collapse{
		padding:0 !important;
	}
	.ddl-navbar, .ddl-navbar-collapse, .ddl-navbar-nav, .ddl-nav > li {
		position: unset !important;
	}
	.ddl-dropdown-menu{
		/*max-width:1100px;*/
		top: 100px !important;
		right:0;
		left: 0!important;
		z-index: -1 !important;
		background-color: #ffed4b !important;
		border:none !important;
		border-radius:0px !important;
		box-shadow:none !important;
		padding:20px !important;
		margin: auto !important;
	}
	/*.ddl-dropdown-menu:before{
		background-color: #ffed4b !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100vw;
		height: 86px !important;
		margin-left: calc(((100vw - 100%) / 2) * -1) !important;
		margin-right: calc(((100vw - 100%) / 2) * -1) !important;
	}*/
}
/*Dropmenuにアニメーションを追加*/
@media (min-width:992px){
	.open ul.ddl-dropdown-menu{
		animation-name:top2bottom;
		animation-duration:0.5s;
	}
}
@keyframes top2bottom {
  0% {
    opacity: 0;
	  transform: translateY(-100%);
  }
  100% {
    opacity: 1;
	  transform: translateY(0) ;
  }
}


/*Dropmenuの要素を並べる*/
@media(min-width:992px){
	ul.ddl-dropdown-menu li{
		display: inline-block;
		margin-right: 20px;
		position:relative;
		padding-left:5px;
	}
}
@media(max-width:991px){
	ul.ddl-dropdown-menu li{
		display:block !important;
		clear: both;
		padding: 15px 20px;
		border-bottom: 1px solid #DEDEDE;
		background-color: #F5F5F5;
		position:relative;
		margin-right: 0px;
	}
	ul.ddl-dropdown-menu li:last-child{
		border:none;
		margin-bottom: -15px;
	}
	.ddl-dropdown-menu > li > a{
		font-size:90%;
		height:100%;
		width:100%;
		padding: 5px 15px 5px 10px !important;
	}
}
@media(max-width:991px){
	ul.ddl-dropdown-menu li{
		display:block !important;
		clear: both;
		padding: 15px 15px;
		border-bottom: 1px solid #DEDEDE;
		background-color: #F5F5F5;
		position:relative;
		margin-right: 0px;
	}
	ul.ddl-dropdown-menu li:last-child{
		border:none;
		margin-bottom: -15px;
	}
	.ddl-dropdown-menu > li > a{
		font-weight: 700 !important;
		height:100%;
		width:100%;
		padding: 5px 15px 5px 10px !important;
	}
}

/*Dropmenuの要素にアイコンをつける*/
ul.ddl-dropdown-menu li::before{
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	line-height: 1em;
	font-weight:700;
	position: absolute;
	top: .4em;
	left: 0px;
}
@media(max-width:991px){
	ul.ddl-dropdown-menu li::before{
		top: 1.75em;
		left: 15px;
	}
}
@media(min-width: 992px){
	.ddl-dropdown-menu > li > a{
		display: inline-block !important;
		clear:none !important;
		padding:3px 5px !important;
		font-size:90% !important;
	}
}
.ddl-dropdown-menu > li > a:hover{
	background-color: transparent !important;
}


/*Logo*/
.header_logo{
	position: absolute;
	height: 100px;
	width: 300px;
	z-index: 2;
	left: 0px;
}
@media(max-width:991px){
	.header_logo{
		height: 65px;
		height:70px;
		width: 300px;
	}
}

.header_logo h1{
	position: relative;
	height: 100%;
}
.header_logo img{
	width: 220px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 10px;
}
@media(max-width:991px){
	.header_logo img{
		width: 170px;
	}
}

/*toggle position*/

.ddl-navbar-toggle{
	height:43px;
	padding-right:15px;
	margin-right:5px !important;
	background-color:transparent !important;
	border:none !important;
}
@media(max-width:991px){
	.ddl-navbar-toggle{
		display: block !important;
	}
}

.ddl-navbar-toggle.navbar-toggle{
  z-index: 101;
}
.ddl-navbar-toggle.active.navbar-toggle:after{
  color:#232323;
}

/*toggle animation*/
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
	position: relative;
	transition: all 500ms ease-in-out;
	top:0px;
	left: 0px;
}
.ddl-navbar-default .ddl-navbar-toggle .ddl-icon-bar {
    background-color: #1a1a1a !important;
    width: 30px;
    height: 4px;
    border-radius: 3px;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 8px;
    transform: rotate(-45deg);
  background-color: #fcff52;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -8px;
    transform: rotate(45deg);
  background-color: #fcff52;
}

/*Main*/
.maincontent{
	margin-top:100px;
}
@media(max-width:991px){
	.maincontent{
		margin-top:65px;
	}
}

/*Font*/
body{
	color: #222222;
	background-color:#F8F8F8;
}
body:not(.home) {
	background-color:#fff;
}

p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	letter-spacing:.15em;
  color: #222222;
	font-size: 16px;
	line-height: 1.6;
  margin-top: 0em;
  margin-bottom: 1em;
  font-weight: 300;
  text-align: justify;
}
@media(max-width: 767px){
	p{
		font-size :12px;
	}
}

.font_white , .font_white p{color: #fff !important;}
.font_pink , .font_pink p{color: #ED1E79 !important;}

.font_888 , .font_888 p{color: #888 !important;}
.ls01{letter-spacing:.1em;}
.ls02{letter-spacing:.2em;}
.ls03{letter-spacing:.3em;}

a {
    color: #222;
	font-weight: 700;
}
a:hover, a:active, a:visited {
    color: #222;
	font-weight: 700;
	text-decoration: underline;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body{
	color: #222 !important;
}


/*Heading*/

h3{
	font-weight:400;
}

h2.title {
	margin:  0;
	font-family: 'Lato';
	font-size:180%;
	font-weight:900;
	color: #222222;
	text-align:center;
	padding-bottom:  5px;
	margin-bottom: 15px;
	position:  relative;
	letter-spacing: .14em;
}
@media(min-width: 992px){
	h2.title{
		margin-bottom: 70px !important;
	}
}
@media(max-width: 991px){
	h2.title{
		font-size:130%;
	}
}
h2.title:before {
	content:  '';
	width: 110px;
	height: 4px;
	background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	display:  block;
	position:  absolute;
	left:  0;
	right:0;
	bottom: -1px;
	margin: auto;
	letter-spacing: .2em;
}
@media(max-width: 991px){
	h2.title:before{
		width:70px;
	bottom: -3px;
	}
}

h2.title2{
	margin:  0;
	font-size:160%;
	font-weight:700;
	color: #222222;
	text-align:center;
	line-height: 1.6;
	padding-bottom:  5px;
	margin-bottom: 15px;
	position:  relative;
	letter-spacing: .2em;
}

h2.title3 {
	margin:  0;
	font-family: 'Lato';
	font-size:120%;
	font-weight:700;
	color: #222222;
	text-align:center;
	padding-bottom:  5px;
	margin-bottom: 15px;
	position:  relative;
	letter-spacing: .3em;
}

h2.title3:before {
	content:  '';
	width: 80px;
	height: 5px;
	background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	display:  block;
	position:  absolute;
	left:  0;
	right:0;
	bottom: -3px;
	margin: auto;
	letter-spacing: .1em;
}

h3.title {
	margin:  0;
	font-family: 'Lato';
	font-size:100%;
	font-weight:700;
	color: #222222;
	text-align:left;
	padding-bottom:  5px;
	margin-bottom: 2em;
	position:  relative;
	letter-spacing: .1em;
}

h3.title:before {
	content:  '';
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	display:  block;
	position:  absolute;
	left:  0;
	right:0;
	bottom: -10px;
	margin: auto;
}

h3.mission{
	font-size:110%;
	line-height:2;
}
@media(max-width:991px){
	h3.mission{
		font-size:100%;
	}
}

/*IE SVG問題対応*/
.svg_max img[src$=".svg"] {
   width: 100% !important;
}


/*BTN*/

@keyframes fadein{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a.btn01{
	position: relative;
	width:300px;
	height: 50px;
	font-family: 'Lato';
	font-weight:700;
	font-size:120%;
	color:#222;
	letter-spacing: .1em;
	text-decoration: none;
	border:1.5px solid #222;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	transition: all 500ms 0s ease;
}
@media(min-width:768px){
	a:hover.btn01{
		color: #fff;
		animation-name : fadein;
		animation-duration: 0.5s;
		background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
		background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
		background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
		border:none;
	}
}
@media( max-width: 991px){
	a.btn01{
		width: calc(100% - 130px);
		height: 40px;
		font-size: 110%;
		letter-spacing: .2em;
		border: 1px solid #222;
	}
}

a.btn01::after{
	content: "";
	display: block;
	width:90px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: -45px;
	background: -moz-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	transition: all 300ms 0s ease;
}
@media( max-width: 991px){
	a.btn01::after{
		width:50px;
		right: -25px;
	}
}

a:hover.btn01::after{
	right: -55px;
}

a.btn01_w{
	position: relative;
	width:300px;
	height: 50px;
	font-family: 'Lato';
	font-weight:700;
	font-size:120%;
	color:#fff;
	letter-spacing: .1em;
	text-decoration: none;
	border:1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	transition: all 300ms 0s ease;
}
@media( max-width: 991px){
	a.btn01_w{
		  width: calc(100vw - 70px);
		height:50px;
		font-size:120%;
	}
}
@media(min-width:768px){
	a:hover.btn01_w{
		color: #fff;
		animation-name : fadein;
		animation-duration: 0.5s;
		background: -moz-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
		background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
		background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
		border:none;
	}
}

a.btn01_w::after{
	content: "";
	display: block;
	width:90px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: -45px;
	background: -moz-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	transition: all 300ms 0s ease;
}
@media( max-width: 991px){
	a.btn01_w{
		width: calc(100vw - 130px);
		height: 40px;
		font-size: 110%;
		letter-spacing: .2em;
		border: 1px solid #fff;
	}
}
@media( max-width: 991px){
	a.btn01_w::after{
		width:50px;
		right: -25px;
	}
}
a:hover.btn01_w::after{
	right: -55px;
}


a.btn02{
	position: relative;
	width:90%;
	height: 40px;
	font-family: 'Lato';
	font-weight:700;
	font-size:90%;
	color:#222;
	letter-spacing: .1em;
	text-decoration: none;
	border:1px solid #222;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	transition: all 500ms 0s ease;
}
@media( max-width: 991px){
	a.btn02{
		  width: calc(100% - 70px);
		font-size:90%;
	}
}
@media(min-width:768px){
	a:hover.btn02{
	color: #fff;
	animation-name : fadein;
	animation-duration: 0.5s;
	background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	border:none;
	}
}

a.btn02::after{
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: -35px;
	background: -moz-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	transition: all 300ms 0s ease;
}
@media( max-width: 991px){
	a.btn02::after{
		width:60px;
		right: -30px;
	}
}

a:hover.btn02::after{
	right: -55px;
}


#other_service a.btn02{
	position: relative;
    width: 85%;
    height: 40px;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 80%;
    color: #222;
    letter-spacing: .1em;
    text-decoration: none;
    border: 1px solid #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    transition: all 500ms 0s ease;
    margin-bottom: 3em;
}
@media( max-width: 991px){
	#other_service a.btn02{
		  width: calc(100% - 70px);
		font-size:90%;
		margin:auto;
	}
}
@media(min-width:768px){
	#other_service a.btn02.right{
		margin-left:auto;
		margin-right:30px;
	}
	#other_service a:hover.btn02{
	color: #fff;
	animation-name : fadein;
	animation-duration: 0.5s;
	background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	border:none;
	}
}

#other_service a.btn02::after{
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: -30px;
	background: -moz-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	transition: all 300ms 0s ease;
}
@media( max-width: 991px){
	#other_service a.btn02::after{
		width:60px;
		right: -30px;
	}
}

#other_service a:hover.btn02::after{
	right: -55px;
}




a.btn03{
	position: relative;
	width: 180px;
	height: 30px;
	font-family: 'Lato';
	font-weight: 900;
	font-size: 80%;
	color: #222;
	letter-spacing: .1em;
	text-decoration: none;
	border: 1px solid #222;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 500ms 0s ease;
	margin-right: 0;
	margin-left: auto;
}
@media( max-width: 991px){
	a.btn03{
		  width: calc(100% - 70px);
		font-size:90%;
	}
}
@media(min-width:768px){
	a:hover.btn03{
	color: #fff;
	animation-name : fadein;
	animation-duration: 0.5s;
	background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	border:none;
	}
}

a.btn03::after{
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: -35px;
	background: -moz-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	transition: all 300ms 0s ease;
}
@media( max-width: 991px){
	a.btn03::after{
		width:60px;
		right: -30px;
	}
}

a:hover.btn03::after{
	right: -55px;
}


/*padding*/
.px20{
	padding-left:20px;
	padding-right:20px;
}
.px35{
	padding-left:35px;
	padding-right:35px;
}

/*margin*/
.my_title{
	margin:125px 0 125px !important;
}
@media(max-width: 991px){
	.my_title{
		margin:90px 0 90px !important;
	}
}


/*Breadcrumbs*/
.breadcrumbs{
	margin-top: 1em;
}
.breadcrumbs , .breadcrumbs a{
	font-family: 'Lato';
	font-size:10px;
	font-weight: 400;
	letter-spacing: .2em;
}
@media(max-width:991px){
	.breadcrumbs{
		display:none;
	}
}

.breadcrumbs a,.breadcrumbs a:hover{
	color:#222;
	text-decoration: underline;
}
.breadcrumbs .current-item{
	color: #888;
}


/*mission*/
@media(min-width:992px){
	.px_pc_100{
		padding: 0 100px !important;
	}
	.px_pc_150{
		padding: 0 150px !important;
	}
}
@media(max-width:991px){
	div.mission{
		display: flex;
		align-items: center;
	}
}

/*history*/
div.history{
	border-bottom:1px solid #B3B3B3;
	padding: 2em 0;
    font-size: 80%;
    font-weight: 400;
}
 @media(max-width: 991px){
	div.history{
		padding: 1em 0;
	}
}
div.history.border_top{
	border-top:1px solid #B3B3B3;
}

.history .year{
	display: inline-block;
	width: 6em;
	vertical-align:top;
	line-height: 2em;
}
.history .month{
	display: inline-block;
	width: 3em;
	vertical-align:top;
	line-height: 2em;
	text-align:right;
}
.history .content{
	display: inline-block;
	width: calc(100% - 10em);
	padding-left: 4em;
	line-height: 2em;
    font-weight: 300;
}

@media(max-width:991px){
	.history .year{
		display: inline-block;
		width: 6em;
		vertical-align:top;
		padding: 1em 0;
	}
	.history .month{
		display: inline-block;
		width: 6em;
		vertical-align:top;
		text-align:left;
		padding: 1em 0;
	}
	.history .content{
		display: block;
		width: auto;
		padding-left: 0;
		padding-bottom: 1em;
	}
}

/*service*/
h1.service{
	font-size:180%;
	line-height:1.5;
	margin-top:100px;
}
@media(max-width:991px){
	h1.service{
		font-size:150%;
		text-align:center;
		margin-top:50px;
	}
}

.service_title_section::after{
	background-image: url(/wp-content/uploads/service_pc.jpg);
	background-size:  cover;
	animation-name : fromright;
	animation-duration: 1s;
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	height: 100vh;
	width: 100vw;
	z-index: 1;
	background-position: center;
}
@media(max-width:991px){
	.service_title_section::after{
		display:none !important;
	}
}

@keyframes fromright{
  0% {
    opacity: 0;
	  transform: translateY(0) translateX(50px);
  }
  100% {
    opacity: 1;
	  transform: translateY(0) translateX(0);
  }
}

.no_animation{
	position: relative;
	animation-delay: 2s;
	z-index:3;
}


.fromleft{
	position: relative;
	animation-name : fromleft;
	animation-duration: 1s;
	z-index:3;
}
@keyframes fromleft{
  0% {
    opacity: 1;
	  transform: translateX(-50px);
  }
  100% {
    opacity: 1;
	  transform: translateX(0);
  }
}

@media(max-width:767px){
	.service_title_section{
		background-image:none;
		background-color: #ffed4b;
	}
}

h1.service_title {
	margin:  0;
	font-family: 'Lato';
	font-size:190%;
	font-weight:900;
	color: #222222;
	text-align:center;
	padding-bottom:  5px;
	margin-bottom: 30px;
	position:  relative;
	letter-spacing: .15em;
}
 @media(max-width: 991px){
	h1.service_title{
	font-size:150%;
	letter-spacing: .1em;
	}
}
h1.service_title:before {
	content:  '';
	width: 320px;
	height: 4px;
	background: -moz-linear-gradient(left, #FE3A12, #E03244 15%, #A722A6 40%, #8318E4 80%, #7515FD);
	background: -webkit-linear-gradient(left, #FE3A12, #E03244 15%, #A722A6 40%, #8318E4 80%, #7515FD);
	background: linear-gradient(to right, #FE3A12, #E03244 15%, #A722A6 40%, #8318E4 80%, #7515FD);
	display:  block;
	position:  absolute;
	left:  0;
	right:0;
	bottom: -12px;
	margin: auto;
}
@media(max-width: 991px){
	h1.service_title:before{
		width: 190px;
		height: 3px;
	bottom: -10px;
	}
}

.service_title_sub{
	font-size:80%;
}
@media(max-width: 991px){
	.service_title_sub{
		font-size:100%;
		letter-spacing:.1em;
	}
}


h2.service_title{
	position:relative;
	padding-left:1em;
	letter-spacing: .05em;
	display: inline-block;
	font-size:90%;
}
@media(max-width: 991px){
	h2.service_title{
		font-size:90%;
		margin-top: 8px;
		padding-left: 1em;
	}
}
h2.service_title::before{
	content: '';
	width: 5px;
	height: 100%;
	background: -moz-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	display: block;
	position: absolute;
	left: 0;
	margin: auto;
}
#service .subtitle{
	display:inline-block;
	padding-left:1em;
	font-size:80%;
}
@media(max-width: 991px){
	#service .subtitle{
		display:block;
	}
}

@media(min-width: 768px){
	.service_border_right{
		border-right: 1px solid #888888;
	}
}
@media(max-width: 767px){
	#service{
		border-bottom: 1px solid #888888;
		padding-top:35px;
		padding-bottom:35px;
	}
	.border_none{
		border: none !important;
	}
}

#service_index{
	margin-top:10px;
}
#service_index img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#service_index .service_text{
	font-size:80%;
	line-height:1.8;
}
@media(max-width:991px){
	#service_index .col-6{
		flex: 0 0 100%;
		max-width: 100%;
	}
	#service_index img {
		width: 100%;
		height: 200px;
		border-radius: 10px;
		margin-bottom:1em;
		object-fit: cover;
	}
	#service_index .service_text{
		font-size:90%;
		line-height:1.8;
	}
}

#service_detail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
	border-radius: 10px;
}
@media(max-width:991px){
	#service_detail img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 10px;
	}
}

/*service detail*/
.page-id-46 .svg_max,.page-id-48 .svg_max,.page-id-169 .svg_max,.page-id-63 .svg_max{
	background-color: #FAFAFA;
}

h2.other_service {
	font-family: 'Lato';
	font-size:120%;
	font-weight: 400;
	line-height:1;
	text-align:center;
	letter-spacing: .2em;
	position: relative;
	padding: 0 55px;
}
h2.other_service span{
	font-size:60%;
}

h2.other_service:before, h2.other_service:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
	width: calc((100% - 18em)/2);
  height: 1px;
  background-color: black;
}
@media(max-width:991px){
	h2.other_service:before, h2.other_service:after{
		display: none;
	}
}


h2.other_service:before {
  left:0;
}
h2.other_service:after {
  right: 0;
}


/*Page*/
h1.page_title{
	font-size:110%;
	text-align:center;
	letter-spacing:.5em;
}
.page_title_section{
	position:relative;
}
.page_title_section_after{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	margin-top:-1px;
}

.page_menu a{
	font-size:80%;
	font-weight: 400;
	color:#222222;
	margin-right:2em;
}

.min_height_none{
	min-height:0 !important;
}

/*Compnay*/
.compnay_title_wrap{
	padding:31px 0;
}
@media(max-width:991px){
	.compnay_title_wrap{
		padding:.9em 0;
		font-size: 90%;
	}
}


/*Table*/
.company{
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid #B3B3B3;
	font-size: 90%;
	font-weight:400;
}
.company.no_border{
	border-bottom: none;
}
.company p{
	margin-bottom:.25em;
}
.company .left{
	width:250px;
	line-height:1.5;
}
@media(max-width: 991px){
	.company .left{
		width:85px;
	}
}
.company .right{
	flex:1;
	line-height:1.5;
	padding-left:1em;
}
.company .right p{
	font-weight:100;
	margin-top:1.5em;
}
.company .right p:first-child{
	margin-top:0em;
}
.subtitle{
	color: #666666;
	font-family: 'Lato';
	font-weight: 400 !important;
	font-size: 90%;
	line-height: 1.2;
	letter-spacing: .05em;
	margin-top:0 !important;
}

.profile{
	display: flex;
	font-size:90%;
	font-weight:400;
	line-height:2;
	margin-top: 1em;
}
@media(max-width: 991px){
	.profile,hr.dashed{
		display:none;
	}
}
.profile_img{
	width:150px;
	line-height:1.5;
}
.profile_img img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.profile_content{
	flex:1;
	padding-left:2em;
}
.profile_message{
	font-weight: 400 !important;
	padding: 1em;
	border: 1px solid #707070;
	line-height: 1.5;
	position: relative;
}
.profile_message::before{
	content:"MESSAGE";
	color: #666;
	font-family: 'Lato';
	font-weight: 400;
	font-size:90%;
	line-height:1em;
	background-color: #fff;
	position: absolute;
	top: -1em;
	left: -.5em;
	padding: .5em;
}
hr.dashed{
	border-top: 1px dashed #B3B3B3;
	margin-top: 2em;
	margin-bottom: 0em;
}



table.direction{
	width: 100%;
	font-size:85%;
}
table.direction tr{
	border-bottom:1px solid #B3B3B3;
}
table.direction tr.no_border{
	border-bottom:none;
}
table.direction tr.no_border_bottom{
	border-top:1px solid #B3B3B3;
	border-bottom:none;
}
table.direction th{
	width: 12%;
	font-weight: 400;
	padding: 1em 0;
	vertical-align: top;
}

table.direction td{
	font-weight: 400;
	padding: 1em 0;
	padding-left: 10px;
	border-bottom: 1px dashed #B3B3B3;
}
table.direction td.no_border{
	border-bottom: none;
}
table.direction td.root{
	width: 46%;
}
@media(max-width:991px){
	.company .right.mobile{
		padding-left: 0 !important;
	}
	table.direction th{
		width: 25%;
		padding:0;
		font-size:100%;
		padding-top:1em;
	}
	table.direction td{
		display:block;
		padding:0;
		font-size:100%;
	}
	table.direction td.root{
		width: 100%;
		border-bottom: none;
		padding-top:1em;
	}
	table.direction td.walk {
		padding-bottom:1em;
	}
	table.direction td.walk.a{
		padding-bottom:1em;
		border-bottom:none;
	}
}



/*Archive*/
.bg_grey{
	background-color: #fafafa;
}

/*Post blog*/
.single-post-news .maincontent.post_content, .single-post-blog .maincontent.post_content{
	    margin-top: 70px;
}
@media(max-width:991px){
	.single-post-news .maincontent.post_content, .single-post-blog .maincontent.post_content{
		padding: 1em 25px;
		margin-top: 0px;
	}
	#post_date-cat{
		background-color: #FAFAFA;
	}
}
.post_date-cat{
	position:relative;
	padding-left:1.5em;
	letter-spacing: .05em;
	display: inline-block;
}
@media(max-width: 991px){
	.post_date-cat{
		font-size: 12px;
		margin-top: 8px;
		padding-left: 1em;
	}
}
.post_date-cat:before{
	content: '';
	width: 5px;
	height: 100%;
	background: -moz-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: -webkit-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	background: linear-gradient(to top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
	display: block;
	position: absolute;
	left: 0;
	margin: auto;
}

blockquote {
	background-color: #fff;
	background-image: url(/wp-content/uploads/quote_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 9px;
	border-left-style: solid;
	border-color: #CCC;
}


.addtoany{
	display: inline-block;
	float: right;
}
.addtoany_list a:not(.addtoany_special_service)>span{
	border-radius: 50%!important;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 25px !important;
    line-height: 25px !important;
    width: 25px !important;
    margin-left: .3em !important;
}
@media(max-width: 991px){
	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
		margin-left: 0em !important;
	}

}

body.single hr{
	border-top: 1px solid #888888;
	margin-bottom: 2em;
}

body.single{
	background-color: #fff;
}

.single .maincontent img{
	margin: 1em 0;
	width:100% ;
	height: auto;
}
@media(max-width:991px){
	.single .maincontent img{
		margin-top:0;
	}
}

@media (min-width: 991px){
	.col-md-12 {
		padding: 0 35px;
	}
}
body.single,body.single p {
  font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
}
@media(min-width: 992px){
	.single .maincontent h1{
		font-size: 140%;
		line-height:1.5;
		margin-bottom: 1rem;
	}
	.single .maincontent h2,.single .maincontent h3,.single .maincontent h4,.single .maincontent h5,.single .maincontent h6{
		line-height:1.5;
		margin-top:1.5em;
		font-weight:700;
	}
	.single .maincontent h2{
		font-size:150%;
	}
	.single .maincontent h3{
		font-size:140%;
	}
	.single .maincontent h4{
		font-size:130%;
	}
	.single .maincontent h5{
		font-size:120%;
	}
	.single .maincontent h6{
		font-size:110%;
	}
}
@media(max-width: 991px){
	.single .maincontent h1{
		font-size :14px;
		margin-bottom: 1.5rem;
		line-height:1.5;
	}
	body.single,body.single p,.single .maincontent h1,.single .maincontent h2,.single .maincontent h3,.single .maincontent h4,.single .maincontent h5,.single .maincontent h6{
		font-size :14px;
		line-height:1.5;
	}
}

@media(max-width: 991px){
	.single .maincontent{
		padding: 0 20px;
	}
}

img.post_icon{
	width: 70px !important;
	height: auto !important;
	float: left;
	margin: 10px 10px 0px 0px !important;
}
@media(max-width: 991px){
	img.post_icon{
		width: 45px !important;
		height: auto !important;
		float: left;
		margin: 5px 5px 0px 0px !important;
	}
}


/*talk*/
ul.talk  {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style:none;
	padding: 0;
	margin: 1em 0;
	align-items: center;
}
ul.talk li.face{
	width: 70px;
	text-align:center;
}
ul.talk li.face img{
	width: 100%;
	height: auto;
	margin: 0;
}
ul.talk li.comment{
	width: calc(100% - 70px);
	padding-left: .5em;
	line-height: 1.5;
}
@media(max-width:991px){
	ul.talk li.face{
		width: 45px;
	}
	ul.talk li.comment{
		width: calc(100% - 45px);
		line-height : 1.5;
	}
}




/*Paging */
.paging{
    height: 41px;
	padding-top: 40px;
	margin-bottom:100px;
}



@media(min-width:992px){
	.next{display :none;}
}

@media(max-width:991px){
	.next {
		position:relative;
		float: left;
		width: 140px;
		text-align:center;
		padding:0 10px;
		background-color: #fff;
		color: #222222;
		font-size:14px;
		letter-spacing:0em;
		line-height: 2em;
	}
	.next a{
		position:absolute;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		text-decoration: underline;
		padding-left: 1.5em;
	}
	.next:hover {background-color: #fff;}
	.next a:link { color: #000;}
	.next a:visited { color: #000; }
	.next a:hover { color: #000; text-decoration: none;}
	.next a:active { color: #000; }
	.next a::before {
		width: .7em;
		height: .7em;
		content: url(/wp-content/uploads/menu-arrow_left.svg);
		background-size: contain;
		position: absolute;
		top: 0em;
		left: 0;
		z-index: 1;
	}
}



.prev {
    position:relative;
    float: right;
    width: 120px;
    text-align:center;
    padding:0 10px;
    background-color: #fff;
    color: #222222;
    font-size:14px;
    letter-spacing:0em;
    line-height: 2em;
}
.prev a{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    line-height: 1em;
	font-weight: 400;
    text-align: right;
	text-decoration: underline;
}
.prev:hover {background-color: #fff;}
.prev a:link { color: #222222; }
.prev a:visited { color: #222222; }
.prev a:hover { text-decoration: none;}
.prev a:active { color: #222222; }
.prev a::before {
    width: .7em;
    height: .7em;
    content: url(/wp-content/uploads/menu-arrow_right.svg);
    background-size: contain;
    position: absolute;
    top: 0em;
    left: 0;
    z-index: 1;
}
@media(max-width:991px){
	.prev{
		width: 140px;
	}
	.prev a{
		padding-right: 1.5em;
	}
	.prev a::before{
		left: initial !important;
		right: 0;
	}
}


/*Recruit Entry*/
@media(max-width:991px){
	.page-id-32 h4.vc_tta-panel-title{
		display:none;
	}
}
.page-id-32 .vc_tta-tab.vc_active span{
	position:relative;
}
.page-id-32 .vc_tta-tab.vc_active span::after {
    content: '';
    height: 3px;
    background: -moz-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    background: -webkit-linear-gradient(left, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    background: linear-gradient(to right, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 55px;
}
.page-id-32 .vc_tta-tab>a{
	background-color: #fff !important;
}
@media(min-width:992px){
	.page-id-32 .vc_tta-tabs-list {
		border-bottom: 1px solid #888;
		padding-bottom: 1em !important;
	}
}

h1.entry{
    font-size:120% ;
    line-height:1.8 !important;
    font-weight:400;
    text-align:center;
	margin: 0px 0 50px !important;
}

@media(max-width:991px){
    h1.entry{
        font-size:110% !important;
        line-height:1.8 !important;
        font-weight:400;
        text-align:left;
    }
}
p.title_entry{
	position: relative;
	font-size:110%;
	font-weight:700;
	padding-left: px;
}
p.title_entry::before {
    content: '';
    width: 5px;
    height: 1em;
    background: -moz-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    background: -webkit-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    background: linear-gradient(to top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    display: block;
    position: absolute;
    left: -15px;
    margin: auto;
    top: 0;
    bottom: 0;
}
h2.entry{
	position: relative;
	font-size:110%;
	font-weight:700;
	padding-left: px;
}
h2.entry::before {
    content: '';
    width: 5px;
    height: 1em;
    background: -moz-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    background: -webkit-linear-gradient(top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    background: linear-gradient(to top, #7515FD, #8318E4 15%, #A722A6 40%, #E03244 80%, #FE3A12);
    display: block;
    position: absolute;
    left: -15px;
    margin: auto;
    top: 0;
    bottom: 0;
}

hr.entry{
	margin: 2em 0;
    border-top: 1px dashed #888888;
}


#entryform select{
    background-color: #fff;
    border-radius: 0;
    height: 48px;
    -webkit-appearance: none;
}

#entryform select::-ms-expand {
    display: none;
}
#entryform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-left: 20px;
    margin-bottom: 0px;
    padding: 7px 70px 7px 10px;
    font-size: 93%;
    line-height: 1.1em;
    border-radius: 0px;
    border: 1px solid #E8E8E8;
    background-image: url(/wp-content/uploads/menu-arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
}


#entryforminput .nf-form-fields-required{
	display:none;
}
#entryforminput .ninja-forms-req-symbol{
    position: absolute;
	left: -10px;
	top:.25em;
}
#entryforminput .nf-field-container{
	padding:0px 15px 0 0;
}
@media(max-width:991px){
	#entryforminput .nf-field-container{
		padding:0px 0 0 0;
	}
}
#entryforminput .nf-field-label {
	color: #222222;
	margin-bottom: 5px;
	margin-left: .8em;
	position:relative;
}

#entryforminput .nf-field-element input,#entryforminput .nf-field-element select, #entryforminput .nf-field-element textarea{
	color: #222;
	padding: 10px;
	border: 2px solid #E8E8E8;
}
#nf-field-32-container{
	margin-bottom:0;
}
#nf-field-32{
	height: 15.7em;
}



#entryforminput .list-checkbox-wrap .nf-field-element label{
	font-size:80%;
	color: #222;
	border: 1px solid #707070;
	text-align: center;
	display: inline-block;
	margin: 5px 0px 0 0;
	padding: 5px 30px;
	border-radius: 30px;
}
#entryforminput .list-checkbox-wrap .nf-field-element li{
	display: inline-block;
}

#entryforminput .list-checkbox-wrap .nf-field-element input[type="checkbox"]{
	display : none;
}
#entryforminput .list-checkbox-wrap .nf-field-element input[type=checkbox]:checked + label {
  color: #fff;
	background-color: #F0BD16;
	border-color: #fff;
}

#nf-field-39-wrap {
	justify-content: center;
	font-size: 120%;
}
#nf-field-39-wrap .ninja-forms-req-symbol{
	display :none
}
#nf-field-39-wrap .nf-field-label{
	padding-left:0;
}
#nf-field-28-wrap, #nf-field-81-wrap, #nf-field-93-wrap{
	    text-align: center;
}

/*標準*/
:placeholder-shown {
    color: #ccc; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc; }
/* Firefox 18- */
:-moz-placeholder {
    color: #ccc; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc; }


#entryforminput select{
	background-color: #fff;
	border-radius: 0;
	height: 48px;
	-webkit-appearance: none;
}

#entryforminput select::-ms-expand {
	display: none;
}
#entryforminput select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 0px;
	border: none;
	background-image: url(/wp-content/uploads/menu-arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
}



#entryforminput .nf-previous{
	width: 100%;
	background-color: #F2F2F2;
	border: none !important;
	color: #888888 !important;
	padding: 1em !important;
}

#nf-field-41-wrap , #nf-field-52-wrap, #nf-field-64-wrap{
    text-align:center;
}




@media(min-width: 992px){
    #nf-field-41-wrap label, #nf-field-64-wrap label{
        font-size:120% !important;
        color: #222 !important;
        border: none !important;
        text-align: center;
        line-height: 1!important;
        display: inline-block;
        margin: 0!important;
        padding: 0px !important;
        border-radius: 30px;
    }

    #nf-field-41-wrap input[type="checkbox"], #nf-field-64-wrap input[type="checkbox"]{
        display : block !important;
    }
    #nf-field-41-wrap input[type=checkbox]:checked + label, #nf-field-64-wrap input[type=checkbox]:checked + label {
        color: #222 !important;
        background-color: #fff !important;
    }
}

/*ul ol li*/
ol.list_parentheses{
	padding:0;
	margin:0;
	margin-bottom:1em;
}

ol.list_parentheses li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
ol.list_parentheses li:before{
	display: inline-block;
	content: counter(cnt) " )";
	margin-left: 0em;
	padding-right: .5em;
}

ol ul{
	list-style-type: disc;
	padding-left: 1em;
    margin-bottom: 1em;
}

.entry_privacy p, .entry_privacy a{
	text-align:right;
	color: #1588CB;
	text-decoration:underline;
	font-weight:400;
}
.entry_nda p, .entry_nda a{
	text-align:left;
	color: #1588CB;
	text-decoration:underline;
	font-weight:400;
}
@media(max-width: 991px){
	.entry_privacy,.entry_nda{
		width: 100vw;
	}
	.entry_privacy p,.entry_nda p,.entry_privacy a,.entry_nda a{
		color: #222222;
		margin-bottom:0;
		text-align: center;
	}
	.entry_privacy p{
		border-top:1px solid #E8E8E8;
		border-bottom:1px solid #E8E8E8;
		padding: 15px 0;
	}
	.entry_nda p{
		border-bottom:1px solid #E8E8E8;
		padding: 15px 0;
	}
}
#nf-field-25{
	width: 100%;
	background-color: #F0BD16;
	border: none !important;
	color: #fff !important;
	padding: 1em !important;
}

#nf-field-25 .nf-field-label{
	display:none;
}

.under {
  background: linear-gradient(transparent 65%, #FFED4B 65%);
}


label#nf-label-field-60::after{
	content:"制作可能な漫画の種類(複数選択可)";
	font-weight:700;
	display: block;
}
label#nf-label-field-69 .ninja-forms-req-symbol,
label#nf-label-field-70 .ninja-forms-req-symbol,
label#nf-label-field-71 .ninja-forms-req-symbol,
label#nf-label-field-72 .ninja-forms-req-symbol{
	display: none;
}

#nf-field-56-container,#nf-field-72-container{
  margin-bottom: 10px;
}
#nf-field-45-wrap .nf-field-element textarea, #nf-field-56-wrap .nf-field-element textarea{
    height: 17.4em !important;
}

/*Contact*/
.nf-field-label label{
	position:relative;
	font-weight:400 !important;
	font-size:80% !important;
}
#contactform{
	box-shadow:0px 3px 5px 2px rgba(0,0,0,0.1);
}


#contactform .nf-form-fields-required{
	display:none;
}
#contactform .ninja-forms-req-symbol{
    position: absolute;
    left: -.5em;
    top: 0;
}
#contactform .nf-field-container{
	padding:0 5px;
}
#contactform .nf-field-label {
	color: #222222;
	margin-bottom: 5px;
	margin-left: .8em;
}

#contactform .nf-field-element input,#contactform .nf-field-element select, #contactform .nf-field-element textarea{
	color: #222;
	padding: 10px;
	border: 2px solid #E8E8E8;
}
/*標準*/
:placeholder-shown {
    color: #ccc;
	font-size:90%;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc; }
/* Firefox 18- */
:-moz-placeholder {
    color: #ccc; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc; }


#contactform select{
	background-color: #fff;
	border-radius: 0;
	height: 48px;
	-webkit-appearance: none;
	font-size:90%;
}

#contactform select::-ms-expand {
	display: none;
}
#contactform select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 7px 30px 7px 10px;
	line-height: 1.1em;
	border-radius: 0px;
	border: none;
	background-image: url(/wp-content/uploads/menu-arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
}

#nf-field-9, #nf-field-3-container {
	margin-bottom:0 !important;
}
@media(max-width:991px){
	#nf-field-9-container {
	margin-bottom:0 !important;
	}
}

#nf-field-14-wrap{
	text-align:center;
	margin-top:20px;
}
.nf-next-previous{
	display:none;
}
.nf-next{
	width: 250px !important;
	font-family: 'Lato';
	font-size: 110%;
	font-weight: 900;
	padding: .4em !important;
	border-radius: 15px;
	color: #fff !important;
	background-color: #222222;
	border: 1px solid #ccc !important;
	filter: drop-shadow(3px 3px 0px rgba(204,204,204,1));
	transition: all 200ms ease;
	letter-spacing: .2em;
}
.nf-next:hover{
	color: #222 !important;
	background-color: #fff !important;
}
@media(max-width:991px){
	.nf-next{
		width: 70% !important;
		padding: .7em !important;
	}
}

#contactform .nf-previous{
	width: 100%;
	background-color: #F2F2F2;
	border: none !important;
	color: #888888 !important;
	padding: 1em !important;
}

/*Submit BTN*/
@media(min-width: 992px){
	#nf-field-11,#nf-field-49,#nf-field-78{
		width: 100%;
		background-color: #4d4d4d;
		border: none !important;
		color: #fff !important;
		padding: 1em !important;
	}
	#nf-field-11:hover,#nf-field-49:hover,#nf-field-78:hover{
		background-color: #F0BD16;
	}
}
@media(max-width: 991px){
	#nf-field-11,#nf-field-49,#nf-field-78{
		width: 100%;
		background-color: #F0BD16;
		border: none !important;
		color: #fff !important;
		padding: 1em !important;
	}
}

#nf-field-11-wrap .nf-field-label, #nf-field-49-wrap .nf-field-label {
	display:none;
}

.nf-error-msg{
	margin-left: 20px;
}

ul.contactform  {
    display:table;
}
ul.contactform li{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

#form_confirm ul {
	list-style:none;
  	padding-left: 0px;
}

#form_confirm li {
	padding-top: 20px;
  	padding-bottom: 1em;
  	border-bottom: 1px solid #e5e5e5;
}
#form_confirm li:first-child{
  	border-top: 1px solid #e5e5e5;
}

span.confirm_left {
	display: inline-block;
  	font-weight: 700;
	font-size:90%;
	color: #333;
	text-align:left;
	width:200px;
	vertical-align: top;
	line-height: 1.8em;
}

span.confirm_right {
	display: inline-block;
	font-size:90%;
	width: calc(100% - 200px) ;
  	margin-top: 0px;
	color: #333;
	line-height: 1.8em;
}

@media (max-width: 991px){
	span.confirm_left {
		display: block;
		width:100%;
		text-align: left;
	}
  	span.confirm_right {
		display: block;
		width:100%;
		margin-left: 0px;
		padding-top:5px;
	}
}

/*dl*/
dl.kiji {
    border: 1px solid #CCCCCC;
    margin: 15px 0;
    padding: 22px 20px 5px;
    position: relative;
    font-size: 90%;
}
dl.kiji h4{
	margin-top:0 !important;
	margin-bottom: 0;
	background-color: #f3f3f3;
	padding: .2em .5em;
}

dl.kiji dt {
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
    position: relative;
    top: -5px;
    background-color: transparent;
}
dl.kiji dd {
    padding: 10px;
    line-height: 1.5;
	margin-bottom:0 !important;
}

/*Footer*/

.footer_section{
	margin-top:-1px;
	background-color: #000;
}
.footer_section h3, .footer_section p, .footer_section a{
	font-size:85%;
	color: #fff;
	transition: all 300ms 0s ease;
}
 @media(max-width: 991px){
	.footer_section h3, .footer_section p, .footer_section a{
		font-size:100%;
	}
}
.footer_section h3{
	font-weight:700;
}
.footer_section p, .footer_section a{
	font-weight:100;
}

.footer_section a:hover{
	color: #fff;
	text-decoration:none;
}
@media(min-width:992px){
	.footer_section a:hover{
		padding-left: .5em;
	}
}

.right_dotted{
	border-right: 1px dotted #707070;
}

.no_pc > .footer_link:first-child{
	border-top: 1px solid #444444;
}
.no_pc > .footer_link{
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #444444;
}
.no_pc > .footer_link p {
	margin-bottom:0;
	position:relative;
}
.no_pc > .footer_link p:after{
	width: 1rem;
	height: 1rem;
	content: url(/wp-content/uploads/menu-arrow_right.svg);
	background-size: contain;
	position: absolute;
	top: -0.25rem;
	right: 0;
	z-index: 1;
}

.footer_copyright{
	text-align:center;
	font-size: 60% !important;
	font-family: 'Lato';
   letter-spacing: .1em;
	margin-bottom:0;
}
 @media(max-width: 991px){
	.footer_copyright{
		color:#666 !important;
	}
}

.footer_sns{
	text-align:right;
	font-size:120%;
}
@media(max-width: 767px){
	.footer_sns {
		text-align:center;
		font-size:150%;
		margin-top: -20px;
		margin-bottom:15px;
	}
}

.footer_sns a{
	color: #ccc;
	padding:0 .2em;
}
.footer_sns a:hover{
	color: #fff;
	padding:0 .2em;
}

.footer_sns .fa-circle{
	font-weight:100;
}
.svg-inline--fa.fa-stack-2x{
    height: 1em;
    width: 1em;
}







/*  */
@media(min-width:992px){
	ul.ddl-dropdown-menu li{
		opacity: 0;
		transition: opacity 500ms !important;
	}
	.ddl-dropdown-menu {
		position: absolute !important;
		top: 0px !important;
		left: 0 !important;
		display: flex !important;
		width: 100% !important;
		height: 0px !important;
		padding: 0px !important;
		-webkit-transition: height 500ms !important;
		transition: height 500ms !important;
	}
	.menu-item-has-children:after {
		content: "" !important;
		position: absolute !important;
		bottom: 0% !important;
		margin-left: 20px !important;
		display: block !important;
		width: 0px !important;
		height: 0px !important;
		border-style: solid !important;
		border-width: 0 10px 0 10px !important;
		border-color: transparent transparent #ffed4b transparent !important;
		-webkit-transition: border-bottom-width 500ms !important;
		transition: border-bottom-width 500ms !important;
	}
		.menu-item-34.menu-item-has-children:after,li.menu-item-40.menu-item-has-children:after{
			margin-left:3em !important;
		}
		li.menu-item-1355.menu-item-has-children::after{
			margin-left:2.2em !important;
		}




	.menu-item-has-children .ddl-dropdown-menu {
		height:0;
		padding: 20px !important;
		-webkit-transition: all 500ms !important;
		transition: all 500ms !important;
	}
	/* .menu-item-has-children:hover .ddl-dropdown-menu {
		position: absolute !important;
		top: 99px !important;
		left: 0 !important;
		display: flex !important;
		flex-wrap: wrap !important;
		width: 100% !important;
		height: 0px !important;
		padding: 20px !important;
		-webkit-transition: all 500ms !important;
		transition: all 500ms !important;
	} */

  .menu-item-has-children.open .ddl-dropdown-menu {
		position: absolute !important;
		top: 99px !important;
		left: 0 !important;
		display: flex !important;
		flex-wrap: wrap !important;
		width: 100% !important;
		height: 0px !important;
		padding: 20px !important;
		-webkit-transition: all 500ms !important;
		transition: all 500ms !important;
	}

	.menu-item-has-children .ddl-dropdown-menu:before{
		background-color: #ffed4b !important;
		opacity:1;
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		width: 100vw !important;
		height: 0px !important;
		margin-left: calc(((100vw - 100%) / 2) * -1) !important;
		margin-right: calc(((100vw - 100%) / 2) * -1) !important;
		-webkit-transition: all 500ms !important;
		transition: all 500ms !important;
	}
		/* .menu-item-has-children:hover .ddl-dropdown-menu:before{
		background-color: #ffed4b !important;
		opacity:1;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100vw !important;
		height:66px !important;
		margin-left: calc(((100vw - 100%) / 2) * -1) !important;
		margin-right: calc(((100vw - 100%) / 2) * -1) !important;
	} */

  .menu-item-has-children.open .ddl-dropdown-menu:before{
  background-color: #ffed4b !important;
  opacity:1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw !important;
  height:66px !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

	ul.ddl-dropdown-menu li{
		opacity: 0;
		transition: opacity 1s !important;
	}
	/* .menu-item-has-children:hover ul.ddl-dropdown-menu li{
		opacity: 1;
	}
	.menu-item-has-children:hover .ddl-dropdown-menu {
		height: 65px !important;
	} */
	.menu-item-has-children.open ul.ddl-dropdown-menu li{
		opacity: 1;
	}
	.menu-item-has-children.open .ddl-dropdown-menu {
		height: 65px !important;
	}
	.animate {
	height: 65px !important;
	}
}


.breadcrumbs br {
	display :none;
}

/* quicktags */

.img50 img {
  margin: 0 auto !important;
  display: block;
  width: 50% !important;
}

.img60 img {
  margin: 0 auto !important;
  display: block;
  width: 60% !important;
}

.img70 img {
  margin: 0 auto !important;
  display: block;
  width: 70% !important;
}

.img80 img {
  margin: 0 auto !important;
  display: block;
  width: 80% !important;
}

.img90 img {
  margin: 0 auto !important;
  display: block;
  width: 90% !important;
}

.img100 img {
  margin: 0 auto !important;
  display: block;
  width: 100% !important;
}
