@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	vertical-align: bottom;
	color: #222222;
}

html { 
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}



a{
	 text-decoration: none;
}

.cta-btn a{
	display: block!important;
	padding: 15px!important;
}


body{
	margin: 0;
}

img {
width:100%;
max-width: 100%;
height: auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.contents{
	padding: 50px 20px;
    text-align: center;
	max-width: 1020px;
    margin: 0px auto;
	overflow: hidden;
	font-size: 14px;
}

h1{
  position: relative!important;
  display: inline-block!important;
  margin-bottom:40px!important;
}

h1:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #222222;
  border-radius: 2px;
}

.light-blue{
	background-color: #EFF8FD;
}
.light-yellow{
	background-color: #FFF3E3;
}

.blue-txt{
	color: #2B82C3;
}

.fv-area{
	padding-top: 50px;
}

.yellow{
	background-color: #FBD97F;
}

.gray{
	background-color: #F6F7F7;
}


/*ヘッダー*/
.header-logo{
	box-shadow: 0px 0px 5px #c1c1c1;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.header-logo img{
	max-width: 180px;
    margin: 5px 0 0;
}


/*fv*/

#fv{
	background:url("../img/fv-pc.jpg") no-repeat;
	background-size: cover;
	height: 53vw;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.fv-btn-area{
    position: absolute;
    max-width: 100%;
    width: 350px;
    top: 80%;
    left: 34%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/*what*/

.what-area{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.what-right{
	max-width: 236px;
    margin-left: 25px;
}

.what-left{
	text-align: left;
}
.what-ttl p{
	 font-size: 27px;
    font-weight: 700;
    color: #2a84c4;
}
.what-sub-txt{
	margin: 5px 0;
	font-weight: 700;
}

#what .main-txt{
	margin-bottom: 10px;
}

.sns-area{
    border-top: 2px solid;
    padding: 10px 0px;
    text-align: left;
}

.sns-area img{
	max-width: 200px;
}
.sns-item{
	margin-bottom: 5px;
}

/*talent*/

.talent-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.talent-item{
	background: #fff;
	padding: 10px;
	margin: 10px;
	justify-content: center;
}

.talent-img{
	max-width: 165px;
}

.t-sns-area{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.t-sns-area img{
	max-width: 30px;
}

.t-name{
	font-size: 16px;
    font-weight: 700;
	margin-top: 10px;
}

.t-loma{
	color: #FDA600;
}

.more-btn img{
	max-width: 350px;
    margin-top: 30px;
}


/*raphael-cta*/
.sns-icon{
	display: flex;
    justify-content: center;
	margin: 10px auto 20px;
}
.sns-icon-item{
	max-width: 50px;
}
.follower-img{
	max-width: 500px;
	margin: 0 auto;
}
.rapha{
	max-width: 600px;
	margin: 0 auto;
}

.back-img{
	background:url("../img/kamihubuki.png") no-repeat;
	background-position: top;
	background-size: cover;
}

/*reason*/
.reason-area{
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.reason-item{
	max-width: 300px;
	margin-bottom: 20px;
	font-size: 13px;
}

.reason-icon{
	background-color: #F6F7F7;
    box-shadow: 0px 0px 5px #c1c1c1;
    margin: 10px 0;
}
.reason-ttl{
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 5px;
}


/*cta-area*/
#cta-area{
	background-color: #2082C3;
    text-align: center;
    padding: 50px 20px;
}

#cta-area .sub-txt{
	color: #fff;
}

#cta-area .cta-btn{
	max-width: 400px;
    margin: 20px auto 0;
    background-color: #fff;
    border-radius: 10px;
}

#cta-area p{
	color: #2b82c3;
    font-weight: 600;
}


.talentnavi-img{
	background: #fff;
   max-width: 800px;
    margin: 20px auto;
}

/*ご利用の流れ*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #2b82c3;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background:#2b82c3;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 20px 0 40px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}

.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2b82c3;
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label {
    background: #2b82c3;
    position: relative;
}

.flow-ttl{
	font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.flow-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flow-item img{
	max-width: 170px;
}

.flow-item{
	max-width: 230px;
    margin: 10px;
}

.flow-item .main-txt{
	line-height: 17px;
    text-align: justify;
}

#flow .sub-ttl{
    margin: 10px 0;
    font-weight: 600;
    color: #2b82c3;
}

#flow .step{
	font-weight: 600;
    letter-spacing: 1px;
}

#flow .step span{
	font-size: 18px;
}

/*案件ジャンル*/

.genre-area{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.genre-item{
	max-width: 47%;
    text-align: left;
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

#genre .midashi{
	font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

#genre .genre-icon01{
	background:url("../img/genre01.png") no-repeat;
	background-size: contain;
    background-position: right;
}

#genre .genre-icon02{
	background:url("../img/genre02.png") no-repeat;
	background-size: contain;
    background-position: right;
	height: 95px;
}

#genre .genre-icon03{
	background:url("../img/genre03.png") no-repeat;
	background-size: contain;
    background-position: right;
}

#genre .genre-icon04{
	background:url("../img/genre04.png") no-repeat;
	background-size: contain;
    background-position: right;
}

#genre .main-txt{
	max-width: 86%;
    letter-spacing: -1px;
	text-align: justify;
}

/*過去案件例*/
.swiper{
	padding-bottom: 50px!important;
}

.swiper-slide{
	height: auto!important;
	
}

.box{
	background-color: #fff;
    border-radius: 10px;
	height: 100%;
}

.case-img{
	max-width: 90%;
	margin: 15px;
}

.app-area{
	display: flex;
    justify-content: flex-start;
}

.app-ttl{
	margin: 0 10px 10px;
    background-color: #2b82c3;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
	width: 80px;
}

.app-icon img{
	max-width: 30px;
}

.price-area{
	display: flex;
    justify-content: flex-start;
}

.price-ttl{
	width: 80px;
    margin: 0 10px 10px;
    background-color: #2b82c3;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
}

.price{
	font-size: 16px;
    margin-top: 5px;
}

/*過去案件例*/
.swiper-slider img{
	width: 100%;
	border-radius: 10px;
}
.swiper-slide{
	padding: 10px;
	 width:100%;
}
.swiper-button-next,
.swiper-button-prev {
	--swiper-navigation-color: #F48e1a; 
}
.sample-slider [class^="swiper-button-"]{
	top: 40%;
	width: 60px;
}
.case-txt{
    margin: 10px 10px 10px 15px;
    text-align: left;
}

.case-ttl{
	font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    background-color: #2b82c3;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 10px;
}

.line-btn img{
	max-width: 350px;
    margin-top: 15px;
}

/*=========
accordion
=========*/

.accordion_area {
    max-width: 600px;
    margin: 25px auto 0;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 0.7rem 3rem 0.7rem 1rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #fff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #fff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #282828;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #282828;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1rem 1rem 1rem;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
	border-top: 1px solid #fac11d;
}

.p-faq__headinner{
	text-align: left;
}

.p-faq__a-txt{
	text-align: left;
	font-size: 14px;
}

.accordion_one{
	border: 2px solid #FFC11D;
	margin: 10px 0;
}


/*toppage*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	z-index: 99;
}
.pagetop a {
    display: block;
    background-color: #2b82c3;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/*footer*/
#footer{
	background-color: #2b82c3;
	color: #fff;
}

#footer > ul{
	max-width: 1100px;
	margin: 0 auto;
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 15px 15px 100px 15px;
}

#footer > ul > li{
	width: 330px;
	margin-top: 15px;
}

#footer .footer-txt{
	display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
	margin-bottom: 5px;
}

.footer-ttl{
	border-bottom: solid 1px #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
	font-weight: 600;
	color: #fff;
}

.footer-span{
	font-size: 14px;
    margin-left: 10px;
	color: #fff;
}
.footer-txt span{
	margin-left: 22%;
	color: #fff;
}

#footer .sns-area{
	display: flex;
    justify-content: left;
}

#footer .sns-area >li{
	max-width: 50px;
    margin: 0 5px;
	list-style: none;
}

/利用規約*/
#terms{
	max-width: 900px;
    margin: 0 auto;
}

#terms .contents{
	text-align: left;
	padding: 50px 10px;
    margin-top: 50px;
}

#terms ul,li{
	list-style: none;
}

#terms .terms-txt{
	margin: 30px 0;
}
#terms .padding-left{
	margin-left: 15px;
	margin-top: 5px;
}
#terms .terms-txt > p{
	margin-bottom: 10px;
}
#terms .terms-txt > ul > li > ul{
	margin-top: 10px;
}
#terms a{
	color: #3c3c3c;
}
.terms-area{
	margin-top: 30px;	
}
.top-btn{
	max-width: 250px;
    margin: 0 auto;
}

#terms .number{
	list-style-type: decimal;
}

.margin-left15{
	margin-left: 15px!important;
	margin-top: 0!important;
}

.katakana{
	  list-style-type: katakana;
}

#terms li{
	line-height: 20px;
}

@media all and （max-width: 1080px） {
	
}


/*スマホ*/
@media all and (max-width: 770px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	
	h1{
		margin-bottom: 30px!important;
	}
	#fv{
	background:url("../img/fv-sp.jpg") no-repeat;
	background-size: cover;
		height: 155vw;
	}
	.fv-btn-area{
		top: 93%;
    	left: 50%;
	}
	.what-flex-item p{
		text-align: center;
	}
	
	.what-sub-txt{
	    margin: 10px 0;
        font-size: 16px;
		color: #2082C3;
	}
	.sns-area{
		text-align: center;
	}
	.what-sp{
		border: 2px solid;
    	background-color: #fff;
    	padding-top: 25px;
	}
	.sns-area img{
		max-width: 250px;
	}
	.sns-item p{
		font-weight: 600;
    	margin: 10px 0;
		font-size: 16px;
	}
	#what .main-txt{
		font-weight: 600;
	}
	
	.what-illust img{
		margin: 25px 0 30px;
    	max-width: 230px;
	}
	.sns-area{
		display: block;
	}
	.flow-item{
		max-width: 300px;
	}
	.flow-item .main-txt{
		text-align: center;
	}
	.genre-item{
		max-width: 100%;
	}
	.flow-item img{
		max-width: 130px;
	}
	#flow .sub-ttl{
		margin: 5px;
		font-size: 16px;
		font-weight: 700;
	}
	
	

	
	/*talent-sp*/
.thumbnail-slider li{
	width: 30%!important;
	margin:  5px;
}
	
.slick-track{
	display: flex!important;
	flex-flow: wrap!important;
	justify-content: center!important;
}

.thumbnail-slider .slick-track {
  transform: unset !important;
  width:100% !important;

}

.main-slider {
  list-style: none;
}

.thumbnail-slider {
  list-style: none;
}

.thumbnail-slider {
  margin-top: 20px;
}
.thumbnail-slider p{
	font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
}
.main-slider img,
.thumbnail-slider img{
  width: 100%;
}

.main-slider li img {
  border-radius: 20px;
}

.thumbnail-slider li img {
  border-radius: 10px;
}
	.t-sns-area img{
		max-width: 40px;
	}

#talent .container {
  max-width: 500px;
  width:100%;
}
	.talent-img{
		max-width: 100%;
}
	

}