@charset "UTF-8";
/* ---------------------------------------------------------
   top.css
----------------------------------------------------------*/

/* =====================
  main visual
===================== */
.mainvisual{
	padding: 100px 0;
	background: #16a9ab;
	height: 450px;
	display:-webkit-box;
	display:-ms-flexbox;
  	display:flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px){
	.mainvisual{
		height: 300px;
	}
}

.main_image{
	margin-left: -60px;
	text-align: center;
}

@media screen and (max-width: 767px){
	.main_image{
		margin-left: -30px;
	}
}
.main_image img{
	max-width: 248px;
	height: auto;
}

@media screen and (max-width: 767px){
	.main_image img{
		max-width: 200px;
	}
}

@media screen and (max-width: 767px){
	.mainvisual_box{
		padding-top: 50px;
	}
}

.tagline{
	font-size: 25px;
	text-align: center;
}

.tagline p{
	color: #fff;
}

@media screen and (max-width: 767px){
	.tagline p{
		font-size: 17px;
	}
}

.wakuwaku img{
  animation: anime1 3s reverse infinite;
  -webkit-animation: anime1 3s reverse infinite;
  width: 100px;
  height: auto;
  margin-right: 12px;
}

@media screen and (max-width: 767px){
	.wakuwaku img{
	  width: 70px;
	}
}

@keyframes anime1{
0% { transform: scale(1); }
60% { transform: scale(1); }
70% { transform: scale(1.3); }
80% { transform: scale(1); }
90% { transform: scale(1.3); }
100% { transform: scale(1); }
}

/* =====================
  introduction
===================== */
.intro{
	margin-top: 60px;
	text-align: center;
}

@media screen and (max-width: 767px){
	.intro{
	padding-top: 20px;
	margin: 0 auto;
	width: 80%;
	}
}

.intro_top {
	font-size: 25px;
	font-weight: bold;
	color: #16a9ab;
}

@media screen and (max-width: 767px){
	.intro_top {
		font-size: 15px;
	}
}

.intro_message{
	color: #16a9ab;
	line-height: 30px;
	margin-bottom: -80px;
}

.intro_message p{
	padding-bottom: 10px;
}
@media screen and (max-width: 767px){
	.intro_message{
		line-height: 22px;
	}
}

.intro_main{
	font-weight: bold;
}

/* =====================
  main
===================== */
#style, #message, #service{
	padding-top: 130px;
	text-align: center;
	position: relative;
}
#style {
	padding-top: 180px;
}

#style .style_catch span,  #message .style_catch span, #service .style_catch span{
	color: #ffdc1a;
	letter-spacing: 5px;
}

.marker_animation.active{
    background-position: -100% 0.5em;
}


.marker_animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,220,26) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,220,26) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,220,26) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,220,26) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,220,26)) 50%;
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
    font-size: 25px;
    color: #5d5d5d;
	letter-spacing: 3px;
}

.marker_animation span{
	height: 60px;
}

@media screen and (max-width: 767px){
	.marker_animation{
		font-size: 20px;
	}
}

/* =====================
  STYLE
===================== */
#style .style_catch {
	position: absolute;
	right: 0;
	left: 0;
	top: -55px;
	margin: auto;
}

@media screen and (max-width: 767px){
	#style .style_catch {
		position: absolute;
		right: 0;
		left: 0;
		top: -40px;
		margin: auto;
	}
}

#style .inner {
	width: 750px;
	background: #e7f6f6;
	margin: 0 auto;
	padding: 30px 0;
	border-radius: 50px;
	position: relative;
}

@media screen and (max-width: 767px){
	#style .inner {
		height: 100%;
		width: 100%;
		border-radius: 0;
		padding: 0;
	}
}

.style_intro{
	padding-top: 50px;
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	.style_intro{
		padding-top: 50px;
		margin: 0 auto;
	}
}

.style_intro_text{
	display: inline-block;
	color: #5d5d5d;
	margin-top: 20px;
	width: 80%;
}

.style_intro_text p{
	line-height: 25px;
	margin-top: 0;
}

@media screen and (max-width: 767px){
	.style_intro_text p{
		line-height: 22px;
		margin: 0;
		margin-bottom: 13px;
		letter-spacing: 1px;
	}
}

.style_slider{
	width: 80%;
	height: 320px;
	margin: 50px auto 40px;
}

.slick-prev:before,
.slick-next:before {
	color: #16a9ab !important;
	font-size: 25px !important;
}
.slick-prev, .slick-next {
	width: 25px !important;
	height: 25px !important;
}

@media screen and (max-width: 767px){
	.style_slider{
		width: 80%;
		height: 450px !important;
		margin-bottom: 8px !important;
	}
	.style_slider_box {
		box-sizing: border-box !important;
	}
	.style_box img {
		margin: 0 auto;
	}
	.slick-prev{
		left: -9px !important;
	}

	.slick-next{
		right: -9px !important;
	}
}

@media screen and (max-width: 767px){
	.style_slider .style_point {
		min-height: 0px;
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.style_slider .style_point .point_text {
		line-height: 20px;
		margin-top: 5px;
		font-size: 12px;
	}
}

.slick-slide:focus {
  outline: none;
}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slider_arrow{
  position: relative;
  top: 50%;
  justify-content: center;
}

.style_box{
	display:-webkit-box;
	display:-ms-flexbox;
  	display:flex;
	height: 355px;
	bottom: 0;
	margin: 27px;
}

@media screen and (max-width: 767px){
	.style_box{
	  	display:block !important;
		height: 355px;
	}
}

.style_box img{
	width: auto;
	height: 200px;
	margin: auto;
}

@media screen and (max-width: 767px){
	.style_box img{
		width: 70% !important;
		height: auto;
		margin: auto;
	}
}

.style_point{
	padding:  0 30px;
	margin: auto;
}

@media screen and (max-width: 767px){
	.style_point{
		padding:  0;
		margin: auto;
	}
}
.point{
	font-weight: bold;
	color: #16a9ab;
	margin: 0;
}

@media screen and (max-width: 767px){
	.point{
		font-size: 10px;
		margin: 0;
		margin-top: 10px;
	}
}

.point_number{
	font-size: 40px;
	font-weight: bold;
	color: #16a9ab;
	margin: 0;
}

@media screen and (max-width: 767px){
	.point_number{
		font-size: 24px;
	}
}

.point_heading {
	margin: 0;
	font-size: 20px;
	color: #16a9ab;
	font-weight: bold;
}

@media screen and (max-width: 767px){
	.point_heading {
		padding-top: 0;
		font-size: 17px;
		color: #16a9ab;
		font-weight: bold;
	}
}

.point_text {
	color: #5d5d5d;
	line-height: 25px;
	text-align: justify;
	margin: 0;
}

.slick-dots{
	bottom: -46px !important;
}

@media screen and (max-width: 767px){
	.slick-dots{
	bottom: 7px !important;
}
}
/* =====================
  MESSAGE
===================== */
#message .message_contents p{
	line-height: 25px;
	color: #5d5d5d;
	margin: 15px auto;
	text-align: justify;
}

 .grad_item {
  position: relative;
  overflow: hidden;
  height: 333px; /*隠した状態の高さ*/
  margin-top: 20px;
  margin-bottom: 10px;
}

.grad_item a svg{
	fill: #16a9ab;
	height: auto;
	width: 12px;
}

@media screen and (max-width: 767px){
	.grad_item {
	  height: 380px; /*隠した状態の高さ*/
	  margin-top: 20px;
	}
}
	.grad_item p{
	line-height: 28px;
	color: #5d5d5d;
	margin: 0 auto;
	text-align: justify;
	width: 650px;
	letter-spacing: 2px;
}
	.grad_item a{
		color: #16a9ab;
	}

@media screen and (max-width: 767px){
	.grad_item p{
		font-size: 13px;
		width: 80%;
		line-height: 22px !important;
		letter-spacing: 1px;
	}
}

.grad_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

@media screen and (max-width: 767px){
	.grad_item::before {
	  width: 100%;
  	  height: 70px; /*グラデーションで隠す高さ*/
	}
}
.grad_btn {
	margin: 0 auto;
    text-decoration: none;
    text-align: center;
    color: #16a9ab;
    border: solid 1px #16a9ab;
    background: #fff;
    border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
	font-size: 14px;
	width: 207px;
	height: 36px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
  	display:flex;
  	transition: 0.5s;
}

.grad_btn::before {
 content: "READ MORE";
 color: #16a9ab;
 margin: auto 0 auto 56px;
}

.arrow{
  position: relative;
  display: inline-block;
  margin-left: 10px;
  float: left;
  text-align: right;
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #16a9ab;
  border-right: solid 1px #16a9ab;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.grad_trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad_trigger:checked ~ .grad_btn::before {
  content: "CLOSE";
  color: #16a9ab;
  margin: 9.5px 0 0 70px; /*チェックされていたら、文言を変更する*/
}

.grad_trigger:checked ~ .grad_item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad_trigger:checked ~ .grad_item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad_btn:hover {
	cursor: pointer;
	background: #16a9ab;
	transition: 0.5s;
}

.grad_btn:hover:before {
	color: #fff;
}

.grad_trigger:checked ~ .grad_btn:hover:before {
	color: #fff;
}

.grad_btn:hover .arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

@media screen and (max-width: 1024px){
	.grad_btn:hover {
		background: #fff;
	}

	.grad_btn:hover:before {
		color: #16a9ab;
	}

	.grad_trigger:checked ~ .grad_btn:hover:before {
		color: #16a9ab;
	}

	.grad_btn:hover .arrow::before {
	  border-top: solid 1px #16a9ab;
	  border-right: solid 1px #16a9ab;
	}
}



.profile_txt{
	text-align: justify;
	color: #5d5d5d;
	display: block;
	width: 360px;
}

@media screen and (max-width: 767px){
	.profile_txt{
	 width: auto; 
	 order: 2;
	}
}

.profile_name {
	color: #5d5d5d;
	font-weight: bold;
}

.profile_name p{
	margin-bottom: 0;
}
.profile{
	display: inline-flex;
	width: 650px;
	margin-top: 80px;
}

p.bold {
	font-weight: bold;
	font-size: 17px;
	margin-top: 0;
}

@media screen and (max-width: 767px){
	.profile{
		display: flex;
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}

	.profile_name{
		text-align: center;
		line-height: 10px;
	}

	.profile_name p{
	margin-top: 10px;
	margin-bottom: 13px;
	}

	.profile_txt .profile_contents p{
		text-align: justify;
		line-height: 22px;
	}
}

@media screen and (max-width: 767px){
	.profile_contents {
		line-height: 22px;
		letter-spacing: 1px;
		text-align: justify;
	}
}
.profile_flexbox_in{
	margin: auto;
}

.profile_flexbox_in img{
	width: 223px;
	height: auto;
}

@media screen and (max-width: 767px){
	.profile_flexbox_in{
		margin: 70px auto 0;
		order: 1;
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 767px){
	.profile_flexbox_in img{
		width: 100%;
		height: auto;
	}
}

/* =====================
  SERVICE
===================== */
.service_contents{
	margin: 0 auto 100px auto;
	width: 80%;
	color: #5d5d5d;
}

@media screen and (max-width: 1024px){
	.blank{
		display: block;
		margin-bottom: -4px;
	}
}

@media screen and (max-width: 1024px){
	.service_contents{
		margin: 0 auto 100px auto;
		width: 90%;
		color: #5d5d5d;
	}
}

@media screen and (max-width: 767px){
	.service_contents{
		margin: 50px auto 100px auto;
		width: 80%;
		color: #5d5d5d;
	}
}

.contents_box{
	padding-bottom: 30px;
}

.service_box{
	width: 40%;
	padding: 0% 5%;
}

@media screen and (max-width: 1024px){
	.service_box{
		width: 80%;
		padding: 20px;
	}
}

@media screen and (max-width: 767px){
	.service_box{
		width: 100%;
		padding: 50px 0 0 0;
	}
}

.contents1, .contents2{
	display:-webkit-box;
	display:-ms-flexbox;
  	display:flex;
  	width: 700px;
  	margin: 20px auto;
}
	
@media screen and (max-width: 1024px){
	.contents1, .contents2{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.contents1, .contents2{
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
}

#service .service_title p span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #16a9ab;
	text-indent: 5px;
}

.service_title_branding {
	background: url("/assets/img/branding.png") 
	no-repeat center ;
}

.service_title_branding p, .service_title_strategy p,
.service_title_promotion p, .service_title_growing p{
	padding: 30px 24px;
}


@media screen and (max-width: 767px){
	.service_title_branding p, .service_title_strategy p,
.service_title_promotion p, .service_title_growing p{
		padding: 24px 10px;
	}
}

.service_title_strategy{
	background: url("/assets/img/strategy.png") 
	no-repeat center;
}

#service_text{
	font-size: 14px;
	text-align: justify;
	margin: auto;
}

@media screen and (max-width: 768px){
	#service_text{
		width: 265px;
		margin: auto;
	}
}

@media screen and (max-width: 767px){
	#service_text{
		width: 100%;
		margin: auto;
	}
}

.example::before{
	content: 'SERVICE';
	color: #16a9ab;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.service_title_promotion{
	background: url("/assets/img/promotion.png") 
	no-repeat center;
}

.service_title_growing{
	background: url("/assets/img/growing.png") 
	no-repeat center;
}

.service_description{
	line-height: 25px;
}

@media screen and (max-width: 767px){
	.service_description{
		height: auto;
		line-height: 22px;
	}
}

@media screen and (max-width: 767px){
	.example{
		line-height: 22px;
	}
}

.service_message{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin: 50px auto;
	width: 640px;
	position: relative;
}

.service_message p{
	padding-bottom: 10px;
}
@media screen and (max-width: 767px){
	.service_message{
		width: 100%;
		margin: 100px auto;
	}

	.service_message p{
		line-height: 22px;
	}
}

.frame1{
	position: absolute;
	left: 0;
	top: -43px;
}

.frame2{
	position: absolute;
	right: 0;
	bottom: -50px;
}

@media screen and (max-width: 767px){
		.frame1{
		top: -29px;
		left: 0 !important;
	}
		.frame2{
		bottom: -26px;
		right: 0 !important;
	}
}

@media screen and (max-width: 768px){
		.frame1{
		top: -29px;
		left: 29px;
	}
		.frame2{
		bottom: -26px;
		right: 37px;
	}
}

/* =====================
  VOICE
===================== */

.voice{
	text-align: center;
	margin: 0 auto 80px;
	font-style: 18px;
	font-weight: bold;
	color: #16a9ab;
	position: relative;
}

.voice img.top, .voice img.left, .voice img.right{
	width: 272px;
	height: auto;
}

.voice img.top {
	margin-bottom: 100px;
}

@media screen and (max-width: 768px){
	.voice img.top {
		margin-bottom: 0px;
		margin-left: 30px;
	}
}

.voice img.left {
	margin-top: 30px;
}
.voice img.right {
	margin-top: 30px;
}

@media screen and (max-width: 768px){
	.voice img.right {
		margin-top: -30px;
		margin-bottom: 20px;
	}
}

.voice div img {
	opacity: 0;
}

@keyframes fadeInOut_first {
    0% {
        opacity:0;
        transform : translateY(30px);
    }
    10% {
        opacity:1;
		    transform : translateY(0);
    }
    50% {
        opacity:1;
        transform : translateY(0);
    }
    58% {
        opacity:0;
        transform : translateY(-10px);
    }
}

@keyframes fadeInOut_second {
    0% {
        opacity:0;
        transform : translateY(30px);
    }
    10% {
        opacity:0;
        transform : translateY(30px);
    }
    20% {
        opacity:1;
		    transform : translateY(0);
    }
    53% {
        opacity:1;
        transform : translateY(0);
    }
    61% {
        opacity:0;
        transform : translateY(-10px);
    }
}

@keyframes fadeInOut_third {
    0% {
        opacity:0;
		    transform : translateY(30px);
    }
    20% {
        opacity:0;
		    transform : translateY(30px);
    }
    30% {
        opacity:1;
        transform : translateY(0);
    }
    56% {
        opacity:1;
        transform : translateY(0);
    }
    64% {
        opacity:0;
        transform : translateY(-10px);
    }
}

@keyframes fadeInOut_sp {
    0% {
        opacity:0;
        transform : translateY(30px);
    }
    15% {
        opacity:1;
		    transform : translateY(0);
    }
    50% {
        opacity:1;
        transform : translateY(0);
    }
    85% {
        opacity:1;
        transform : translateY(0);
    }
    100% {
        opacity:0;
        transform : translateY(-10px);
    }
}

.voice div.appear img.top {
    animation-name: fadeInOut_first;
    animation-duration: 10s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
.voice div.appear img.left {
    animation-name: fadeInOut_second;
    animation-duration: 10s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
.voice div.appear img.right {
    animation-name: fadeInOut_third;
    animation-duration: 10s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.voice_group2, .voice_group3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.voice_bottom {
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
	position: relative;
}
.fadein {
	opacity: 1;
	transform: translateY(0);
}

.voice_bottom p{
	text-indent: 5px;
	line-height: 5px;
	font-size: 18px;
}

.voice_bottom a{
	text-decoration: none;
}

.contact_button  p:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: 50px;
}

.contact_button:hover  p:after {
	border-top: solid 2px #16a9ab;
	border-right: solid 2px #16a9ab;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: 50px;
}

.contact_button{
	width: 207px;
	margin: 50px auto 0;
	font-size: 14px;
	display: block;
	text-align: center;
	color: #ffffff;
	border: #16a9ab solid 1px;
	background: #16a9ab;
	border-radius: 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	position: relative;
	transition: 0.5s;
}

@media screen and (max-width: 767px){
	.contact_button{
		width: 207px;
		margin: 30px auto 0;
	}

	.contact_button:hover{
		background: #16a9ab; 
		color: #fff;
		transition: 0;	
	}

	.contact_button:hover p:after{
	   border-top: solid 2px #fff;
	   border-right: solid 2px #fff;	
	}
}

.contact_button p {
	text-indent: 5px;
	font-size: 14px;
}

.contact_button a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.contact_button:hover {
  cursor: pointer;
  background: #fff;
  color: #16a9ab;
  transition: 0.5s;
}

.contact_button:hover:after{
   border-top: solid 1px #16a9ab;
  border-right: solid 1px #16a9ab;	
}

@media screen and (max-width: 1024px){
	.contact_button:hover{
	  background-color: #16a9ab;
	  color: #fff;
	  transition: 0;	
	}

	.contact_button a:hover {
	  color: #fff;
	}
	
	.contact_button:hover p:after{
	   border-top: solid 2px #fff;
	   border-right: solid 2px #fff;	
	}

}

@media screen and (max-width: 767px){
	.voice {
		margin-top: 30px;
		margin-bottom: 120px;
	}
	.voice img:not(:first-child) {
		position: absolute;
		margin: auto;
		right: 0;
		left: 0;
	}
	.voice img.top {
		margin-bottom: 0;
	}
	.voice img.left,
	.voice img.right {
		margin-top: 0;
	}
	.voice img.appear {
    animation-name: fadeInOut_sp;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
    .voice_bottom {
  	opacity: 1;
  	margin-top: 30px;
  }
    .contact_button {
  	margin-top: 30px;
  }
}