/*
Theme Name: ok
Template: customify
*/

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@keyframes gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}

#hero {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #e4dd16, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 25s ease infinite;
display: block;
width: 100%;
position:relative;
z-index:0;
}

#hero:after{
	content:'';
	width:100%;
	position:absolute;
	bottom:0;
	height:30%;
	background: linear-gradient(0deg, #f1f1f1, #cccccc);
	z-index:1;
	display:block;
}

#hero .container{
	position:relative;
		z-index:2;
}


.widget-title {
  padding: 0.7em 1.4em;
  color: #fff!important;
font-weight:bold!important;
	font-size:20px!important;
  border-radius: 10px;
background: linear-gradient(-30deg, #e4dd16, #e71f82);
  background-image: -webkit-linear-gradient(-30deg, left, #e4dd16 0%,   #e71f82 100%);
  background-image: linear-gradient(-30deg, to right, #e4dd16 0%, #e71f82 100%);
}

.widget_nav_menu .widget-title {
background: linear-gradient(-30deg, #2180d9, #e4dd16);
  background-image: -webkit-linear-gradient(-30deg, left, #2180d9 0%,   #e4dd16 100%);
  background-image: linear-gradient(-30deg, to right, #2180d9 0%, #e4dd16 100%);
}

dl.horizontal {
display: flex;
flex-flow: row wrap;
width: 100%;
margin:0;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}

dl.horizontal dt {
flex-basis: 14em;
padding: 0.8em 1.2em;
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
margin:0;
}

dl.horizontal dd {
flex-basis: calc(100% - 14em);
padding: 0.8em 1.2em;
background-color:rgba(255,255,255,0.7);
border-bottom: 1px solid #eee;
margin:0;
}

dl.horizontal dt:first-of-type,
dl.horizontal dd:first-of-type{
border-top: 1px solid #eee;
}

@media screen and (max-width: 559px) {
dl.horizontal {
flex-flow: column;
display:block;
}
dl.horizontal dt,
	dl.horizontal dd{
		border:0px;
	}
}

span.required{
	background-color:#e14552;
	border-radius:0.4em;
	padding:0.15em 0.5em;
	font-size:75%;
	color:#fff;
	margin-left:0.4em;
}

span.unrequired{
	background-color:#bbb;
	border-radius:0.4em;
	padding:0.15em 0.5em;
	font-size:75%;
	color:#333;
	margin-left:0.4em;
}

.page-cover-title{
	font-size:32px!important;
	font-weight:bold!important;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4)!important;
	margin:0!important;
}

h2.section-title{
	font-weight:bold!important;
	padding-bottom:0.4em!important;
	position:relative;
	margin-bottom:0.6em;
}

h2.section-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';

  background-image: -webkit-linear-gradient(left, #2180d9 0%, #e4dd16 50%,  #e71f82 100%);
  background-image: linear-gradient(to right, #2180d9 0%, #e4dd16 50%, #e71f82 100%);
}

.rpwwt-widget li{

}

.rpwwt-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rpwwt-widget ul li {
  position: relative;
	border-bottom:1px solid #eee;
	padding:0.5em 0 0.5em 1.6em;
	margin:0;
	display:block;
}
.rpwwt-widget ul li a{
	display:block;
}
.rpwwt-widget ul li::before {
  position: absolute;
  left: 0.2em;
  font-family: "FontAwesome";
  font-weight: 900;
  content: '\f138';
  color: #e14552;
}

h3.title a{
color:#e14552;
	font-weight:bold;
}

figure.item{
	overflow:hidden;
	margin:0;

}

figure.item img{
	transform:scale(1);
	transition:all 0.3s ease;
}

figure.item:hover img{
	transform:scale(1.1);
}

h1.entry-title{
	font-size:30px;
	font-weight:bold;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
font-size: 22px!important;
}


.swiper-pagination-bullet-active { background-color: #fff!important; }

.phone .heading{
	font-size:13px;
	font-weight:bold;
	color:#222;
}

.phone .number{
	font-size:24px;
	font-weight:bold;
	color:#e14552;
	line-height:1.1em;
}

.header-menu-sidebar-bg .phone .heading{
	font-weight:bold;
	color:#fff;
}

#privacy{
	height:18em;
	padding:1.3em 0.9em;
	overflow-y:scroll;
	background-color:#f5f5f5;
}

.nav-sp{
	display:flex;
}

.nav-sp a{
	display:block;
	margin:0 5px;
}
.nav-sp a i{
	color:#e14552;
}

#news-home .news-list{
	display:flex;
	border-bottom:1px dashed #ccc;
}

#news-home .news-list .date{
margin-right:1rem;	
}



.btn-basic{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6em 2.4em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 100vh!important;
  color: #fff!important;
	background-color:transparent!important;
  background-image: -webkit-gradient( linear, left top, right top, color-stop(40%, #f7ac0c), to(#e71f82))!important;
  background-image: -webkit-linear-gradient(left, #f7ac0c 40%, #e71f82 100%)!important;
  background-image: linear-gradient(90deg, #f7ac0c 40%, #e71f82 100%)!important;
  z-index: 0;
}


.btn-basic:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
  border-radius: 100vh!important;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
	background-color:transparent!important;
  background-image: -webkit-gradient( linear, left top, right top, color-stop(40%, #e71f82), to(#f7ac0c))!important;
  background-image: -webkit-linear-gradient(left, #e71f82 40%, #f7ac0c 100%)!important;
  background-image: linear-gradient(90deg, #e71f82 40%, #f7ac0c 100%)!important;
}

.btn-basic.btn-back:hover:after,
.btn-basic:hover:after {
background-color:transparent!important;
  opacity: 0;
}

.btn-basic.btn-back{
	background:#555!important;
}

.btn-basic.btn-back:after{
	background:#888!important;
}

.swiper-pagination-bullet-active{
	background-color:#e31f60!important;
}

.swiper-button-next::after, .swiper-button-prev::after{
	color:#e31f60!important;
}


/* -----------------------------------------------
 * 実績ページ
 * ----------------------------------------------- */

#works .customer{
	border-bottom:1px dashed #ddd;
}


#works .customer:last-child{
	border-bottom:0px;
}