@charset "utf-8";
@import url("https://use.typekit.net/bsp8pze.css");


/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

footer {
	width: 100%;
	clear: both;
	margin: 0 ;
background: #FFFFFF; /* Old browsers */

	}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

pre {
	overflow: auto;
}
strong {
	font-weight: bold;
}
.s {
	font-size: 80%;
    font-weight: inherit;
}
.ss {
	font-size: 68%;
    font-weight: inherit;
}
.m {
    font-size: 94%;
}
.l {
    font-size: 120%;
	font-weight: inherit;
}
.ll{
	font-size: 150%;
	font-weight: inherit;
}
.xl{
	font-size: 180%;
	font-weight: inherit;
	line-height: 1.1;
}
.bb {
    font-weight: 700;
    font-size: 130%;
}
.b{
	font-weight: 700;
}

span {
	font-weight: inherit;
}

* {
	margin: 0;
	padding: 0;
	
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
	transition: all .3s ease;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}

a:hover {
	
}
/*--------------------------------------
  全体定義
--------------------------------------*/

:root {
	--color-white: #fff;
	--color-yellow: #fff500;
	--color-bk: #111111;
	--color-gray: #f4f4f4;
	--color-red: #e50000;
	--color-blue: #25F4EE;
	--color-blue2: #2EB7B0;
	--color-pink: #FE2C55;
	
}
html{
	
}
body {
	font-family: century-gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "メイリオ", sans-serif;
    color: var(--color-bk);
    font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}


.fc_white{
	color: var(--color-white);
}
.fc_bk{
	color: var(--color-bk);
}
.fc_pink{
	color: var(--color-pink);
}
.fc_blue{
	color: var(--color-blue);
}
.fc_red{
	color: var(--color-red);
}

.bg_bk{
	background-color: var(--color-bk);
}
.bg_blue2{
	background-color: var(--color-blue2);
}
.bg_gray{
	background-color: var(--color-gray);
}
.bg_str {
	background-color: var(--color-pink);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 3rem 3rem;
}

/*--------------------------------------
  Header
--------------------------------------*/
#header {
	padding: 10px 0;
}
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 24px;
    margin-right: 6px;
}

/*--------------------------------------
  FV
--------------------------------------*/

#fv {
	background-image: url(../images/bg_fv.webp);
	background-position: center top;
	background-size: cover;
    padding: 10px 0 45px;
}
.fv_gold {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv_tg {
    width: 12%;
	margin-right: 5px;
}

.fv_gold div {
    color: #fff;
    font-weight: 700;
    padding: 3px 18px;
    background: url(../images/fv_g_bg.webp) no-repeat;
	background-position: center;
	background-size: contain;
}
.fv_ttl1 {
    background: var(--color-pink);
    color: #fff;
    text-align: center;
    width: fit-content;
    font-weight: 700;
    padding: 2px 20px;
    border-radius: 40px;
    margin: 0 auto;
}
.logo_sba2 {
    display: block;
    margin: 8px auto 4px;
    width: 94%;
}
.sma_en {
    display: block;
    margin: 0 auto;
    width: 98px;
}
.fv_badge {
    position: relative;
}
.fv_badge p {
    position: absolute;
    font-weight: 700;
    text-align: center;
    transform: rotate(-2deg);
    line-height: 1.5;
    font-size: 3.8vw;
}
p.fb_1 {
    top: 26%;
    left: 7.4%;
}
p.fb_2 {
    top: 43%;
    left: 42.4%;
}
.fb_3 {
    top: 16%;
    left: 72.4%;
}
.fv_woman {
    display: block;
    margin: -30px auto 0;
    width: 73%;
}
.fv_ttl2 {
    color: #fff;
    font-weight: 700;
    margin: -220px auto 6px;
    font-size: 6.4vw;
    width: fit-content;
    transform: rotate(-5deg);
}
#fv .cta_btn p {
    text-shadow: 0 0 5px #111, 0 0 5px #111, 0 0 5px #111;
}
/*--------------------------------------
  Contents
--------------------------------------*/
.contents_block {
	padding: 45px 0;
	position: relative;
}
.inner {
	margin: 0 auto;
	width: 90%;
    position: relative;
}

.pc {
	display: none;
}	
.sp {
	display: block;
}

.marker_bk {
    background: var(--color-bk);
    padding: 4px 8px;
}
.marker_pink {
    background: var(--color-pink);
    padding: 4px 8px;
}
.ttl_1 {
    font-size: 7vw;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}


.ttl_2 {
    position: relative;
	margin-bottom: 20px;
}
.ttl_ribbon {
    width: 78%;
    display: block;
    margin: 0 auto;
}
.ttl_2 h2 {
    position: absolute;
    top: 2.3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    font-size: 8vw;
    font-weight: 700;
    transform: rotate(-3deg);
}




.frame {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.frame.frame2 {
    transform: scale(-1, -1);
    bottom: auto;
    top: calc(100% - 1px);
    z-index: 1;
}

/*--------------------------------------
  client
--------------------------------------*/
.cl_ttl {
    background: var(--color-blue);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    margin: -12px auto 0;
    padding: 2px 20px;
    border-radius: 30px;
    position: relative;
}

.cl_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    margin: 0 auto;
    background: var(--color-blue);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 14px;
    height: 11px;
}
.cl_slide {
    padding: 24px 0;
}

/*--------------------------------------
  About
--------------------------------------*/
#about {
    padding-bottom: 120px;
}
#about .inner {
	border-radius: 0 20px 20px 0;

}
.about_box {
    background: #fff;
    padding: 30px 24px 30px 0;
	border-radius: 0 20px 20px 0;
    position: relative;
    width: 95%;
    box-sizing: border-box;
	z-index: 2;
}

#about .inner::before {
    content: '';
    position: absolute;
    top: 30px;
    width: 98vw;
    height: 100%;
    left: -6%;
    border-radius: 0 20px 20px 0;
    background-image: linear-gradient(-45deg, var(--color-pink) 25%, transparent 25%, transparent 50%, var(--color-pink) 50%, var(--color-pink) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
	z-index: 0;
}
#about .inner::after {
	content: '';
    position: absolute;
    top: 0;
    left: -50%;
    background: #fff;
    width: 50vw;
    height: 100%;
    border-radius: 0 20px 20px 0;
    z-index: 1;
}
.about_ttl {
    font-size: 5.8vw;
    font-weight: 700;
    margin-bottom: 24px;
}
.about_ttl p {
    font-size: 4.3vw;
    font-weight: 700;
}
.about_box h2,.about_box p {
	position: relative;
	z-index: 2;
}
.about_box p {
    margin-bottom: 1.5rem;
}
.about_box .ttl_1 p {
	margin-bottom: 5px;
}
.about_img {
    position: absolute;
    width: 60%;
    right: -5%;
    bottom: -90px;
	z-index: 2;
}
.about_gold {
    position: absolute;
    width: 30%;
	left: 20%;
    bottom: -85px;
	z-index: 2;
}



/*--------------------------------------
  User
--------------------------------------*/

ul.user_list {
}
ul.user_list li {
    position: relative;
    margin-bottom: 40px;
	padding-top: 18px;
}
ul.user_list li:last-child {
    margin-bottom: 0;
}
.user_n {
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 10%;
}
.user {
    display: block;
    margin: 0 auto;
    width: 70%;
}
ul.user_list h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top: 18px;
}
ul.user_list h3 span {
    position: absolute;
    font-size: 70%;
    bottom: 3px;
    padding-left: 3px;
}

.user_note {
    padding-top: 5%;
	margin-bottom: 20%;
}
.user_note p {
    font-size: 65%;
}
ul.noto_list {
	counter-reset: section; /* 'section' という名前のカウンターを設定し、 0 で初期化する */
}

ul.noto_list li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 65%;
}
ul.noto_list li a {
	display: block;
	font-size: 70%;
	text-decoration: underline;
}
ul.noto_list li::before {
    position: absolute;
    top: 0;
    left: 0;
	counter-increment: section; 
	content: "※" counter(section); 
}
.user_bottom {
    position: relative;
	margin-bottom: 12%;

}
.user_bottom p {
    background: var(--color-bk);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    padding: 12px 10px;
    width: fit-content;
    font-size: 5vw;
    margin: 30px auto;
    position: relative;
    z-index: 1;
}
.user_tb {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}




/*--------------------------------------
  Solution
--------------------------------------*/
#solution {
	background-image:url(../images/bg_solution.webp);
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.user_box {
    margin-bottom: 30px;
}
.user_box_ttl {
    position: relative;
    width: 94%;
    margin-left: auto;
	margin-bottom: 12px;
}
.user_box_ttl h2 {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 700;
    text-align: center;
    font-size: 5.4vw;
    transform: rotate(2deg);
}
.ub_block {
    position: relative;
}
.ubimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
}
.ub_block h3 {
    color: #fff;
    font-weight: 700;
    width: 77%;
}

.rabo_box {
    margin-bottom: 50px;
}
#solution .ttl_2 img {
    margin: 0;
    width: 100%;
}

#solution .ttl_2 {
    margin: 0 0 5px;
    width: 78%;
}

.rb_l {
    color: #fff;
}
.rb_l h3 {
    font-weight: 700;
    font-size: 5.5vw;
    line-height: 1.5;
    margin-bottom: 12px;
}
.sl_img {
    display: block;
    margin: 0 auto 20px;
    width: 80%;
}



/*--------------------------------------
  CTA BTN
--------------------------------------*/

.cta_btn p {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 6px;
    background: url(../images/cta_slash.webp) no-repeat;
    background-position: center;
    background-size: auto 20px;
}
.cta_btn a {
    display: block;
    background: var(--color-bk);
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 17px 0;
    font-size: 120%;
    width: 90%;
    margin: 0 auto;
    box-shadow: -6px -6px 0 var(--color-blue), 6px 6px 0 var(--color-pink);
    border-radius: 4px;
    position: relative;
}
.cta_btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../images/btn_arrow.webp) no-repeat;
    background-size: contain;
    background-position: center;
	transition: all .3s ease;
}
.cta_btn.btn_white a {
    background: #fff;
    color: var(--color-bk);
}
.cta_btn.btn_white p {
    color: #fff;
}
.cta_btn a:hover {
    box-shadow: 6px -6px 0 var(--color-blue), -6px 6px 0 var(--color-pink);
	border-radius: 100px;
}
.cta_btn a:hover::after {
	right: 3%;
}
/*--------------------------------------
  media
--------------------------------------*/
#media {
	background-image: url(../images/bg_media.webp);
	background-position: center top;
	background-size: cover;
	padding-top: 70px;
}

.media_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.media_l {
    width: 38%;
}
.media_r {
    width: 45%;
}
.media_r h3 {
    margin-bottom: 10px;
}
.media_r h3:last-child {
    margin-bottom: 0;
}
.media_arrow {
	width: 15%;
}
.media_txt p {
    font-weight: 700;
}

.media_txt {
    margin-top: 30px;
    color: #fff;
    background: #111;
    padding: 12px;
    box-sizing: border-box;
}

/*--------------------------------------
  Works
--------------------------------------*/

#works {
    padding-top: 70px;
    padding-bottom: 70px;
	background-image: url(../images/bg_work.webp);
	background-position: center;
	background-size: cover;
}
ul.work_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
}
ul.work_list li:nth-child(2n) {
    flex-direction: row-reverse;
}
.work_left {
	position: relative;
    width: 43%;
}
.w_video {
    position: absolute;
    top: 9vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
}
.w_video video {
    width: 100%;
}
.play_btn1,.play_btn2,.play_btn3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
	cursor: pointer;
    z-index: 2;
}
.play_btn1.playActive1, .play_btn2.playActive2, .play_btn3.playActive3 { 
	display: none;
}

.work_right {
    width: 52%;
}
.work_right dt {
    font-weight: 700;
    font-size: 115%;
    display: flex;
    align-items: center;
}
.work_right dd {
    margin-bottom: 15px;
}
.work_right dd.fc_red {
    font-weight: 700;
	font-size: 112%;
}
.ico_work {
    width: 20px;
    margin-right: 4px;
}


/*--------------------------------------
  Flow
--------------------------------------*/
#flow {
	background-image: url(../images/bg_flow.webp);
	background-position: center;
	background-size: contain;
}
ul.flow {
}

ul.flow li {
    position: relative;
    color: var(--color-blue);
    background: var(--color-bk);
    border: 3px solid;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 12px 12px 12px 12%;
    width: 95%;
    box-sizing: border-box;
    margin-left: auto;
}
ul.flow li:nth-child(2n) {
    color: var(--color-pink);
}
ul.flow li:nth-child(2n) .step {
    background-color: var(--color-pink);
}
.step {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    margin: auto;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color-blue);
    line-height: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}
.step div {
    font-weight: 700;
}
.step div span {
	font-size: 150%;
}
ul.flow li h3 {
	font-weight: 700;
	font-size: 120%;
}

ul.flow li p {
	font-size: 3.9vw;
	
}


/*--------------------------------------
  FAQ
--------------------------------------*/

#faq {
	padding-top: 70px;
}
dl.qa {
    background: #fff;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 12px 10px;
    border-radius: 15px;
	box-shadow: 4px 4px 0 var(--color-bk);
}
dl.qa dt {
    font-weight: 700;
    position: relative;
    padding: 0 15px 0 30px;
	cursor: pointer;
}

dl.qa dd {
    font-size: 92%;
    position: relative;
	padding: 6px 0 0 30px;
	display: none;
}

dl.qa dt::before, dl.qa dd::before {
    content: 'Q.';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: var(--color-blue);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
dl.qa dd::before {
	content: 'A.';
	color: var(--color-pink);
	top: 5px;
	bottom: auto;
	
}
dl.qa dt::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 18px;
	background: url(../images/ico_plus.webp) no-repeat;
	background-position: center;
	background-size: contain;
}
dl.qa dt.active::after {
    background-image: url(../images/ico_minus.webp);
}



/*--------------------------------------
  Contact
--------------------------------------*/

#contact {
    background-image: url(../images/bg_contact.webp);
    background-position: right top;
    background-size: 115% auto;
	padding-bottom: 0px;
}
#contact h3 {
    font-weight: 700;
    margin-bottom: 30px;
}


/*--------------------------------------
  Footer
--------------------------------------*/


#footer {
    background: var(--color-bk);
    text-align: center;
    color: #fff;
    padding: 8px 0;
    font-size: 75%;
}


/* page-top */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 68px 68px;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 68px 68px;
}


#footOuter {
	clear: both;
	width: 100%;
	padding:36px 0px 36px 0px;
	margin: 0 auto;
	}


/* footRight */
#footRight {
	margin: 0 0px 0 0px;
	width: 180px;
	float: right;
	font-size: 13px;
	color: #999;
	line-height: 180%;
}
#footRight a{
	color: #999;
}


.footMiddle{
	width: 100%;
	padding-top: 0%;
}

/* footLeft */ 
#footLeft {
	margin: 0 auto 70px;
	width: 150px;
	font-size: 12px;
	float: left;
}


.footList{
	width: 150px;
	float: left;
	vertical-align: top;
	margin: 0 0px 0 10px;
	text-align: left;
	padding-left: 16px;
	border-left: 1px solid #999;
}
.footList li.footMenu{
	list-style: none;
	padding: 5px 0 5px 0;
}
/*
.footList li.footMenu:first-child{
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
*/
.footList li.footMenu a{
	font-size: 100%;
	color: #999;
}
.footList li.footMenu a:hover{
	color: #999;
	text-decoration: underline;
}

.footMiddle{
	width: 100%;
	padding-top: 0%;
}
	

@media screen and (min-width:750px) {
	
body {
	font-size: 18px;
}
.fv_tg {
    width: 70px;
}
.fv_ttl1 {
    font-size: 26px;
}
.sma_en {
    width: 180px;
}		
.fv_ttl2 {
    margin-top: -60%;
	margin-bottom: 30px;
}	
.cta_btn p {
    font-size: 23px;
    background-size: auto 30px;
}
.cta_btn a {
    font-size: 28px;
    width: 450px;
}	
.cl_ttl {
    margin: 0 auto;
    font-size: 20px;
}
#client {
    padding-top: 20px;
}
	
	
.ttl_ribbon {
    width: 430px;
}
#solution .ttl_2 {
    width: 430px;
}
	
.ttl_2 h2 {
    font-size: 48px;
	top: 10%;
}	


.about_box {
    padding: 40px 40px 200px 0;
}
.about_ttl {
    font-size: 42px;
}
.about_ttl p {
    font-size: 76%;
}
.about_img {
    width: 340px;
}
.about_gold {
    width: 150px;
    left: 33%;
}
.ttl_1 {
    font-size: 48px;
}
.ttl_2 {
    margin-bottom: 40px;
}	
.user_n {
    font-size: 70px;
}
ul.user_list h3 {
    font-size: 130%;
}	
.user_bottom p {
    padding: 20px 28px;
    font-size: 34px;
}	
.user_note {
}	
ul.noto_list li {
    padding-left: 2rem;
}
.rb_l h3 {
    font-size: 38px;
}
.sl_img {
    width: 65%;
}
.ub_block h3 {
    font-size: 24px;
}	
#media, #faq {
    padding-top: 120px;
}	
		
#works {
	padding: 120px 0 20%;
	background-size: 100% auto;
	background-image: url(../images/bg_work_pc.webp);
	background-position: center top;
}	
	
ul.flow li p {
    font-size: 100%;
}
ul.flow li {
    padding: 30px 20px;
    padding-left: 8%;
    width: 95%;
}
.step {
    width: 90px;
    height: 90px;
    left: -8%;
}	
dl.qa {
    padding: 20px;
}	
dl.qa dt {
    font-size: 114%;
    padding-left: 42px;
    padding-right: 42px;
}
dl.qa dd {
    font-size: 100%;
	padding-left: 42px;
}
dl.qa dt::before, dl.qa dd::before {
    font-size: 32px;
}
dl.qa dt::after {
    width: 30px;
    height: 30px;
}	
	
	
#contact {
    padding-bottom: 180px;
}	

/* page-top */
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 34px 34px;
}

	
#footOuter {
	clear: both;
	width: 100%;
	padding:36px 0px 36px 0px;
	margin: 0 auto;
	}

#footOuter {
	clear: both;
	width: 100%;
	padding:36px 0px 36px 0px;
	margin: 0 auto;
	}



.footMiddle{
	width: 100%;
	padding-top: 0%;
}
	

/* footRight */
#footRight {
	margin: 0 20px 0 40px;
	width: 280px;
	float: right;
	font-size: 18px;
	color: #999;
	line-height: 180%;
}
#footRight a{
	color: #999;
}

/* footLeft */
#footLeft {
	margin: 0 auto;
	width: 50%;
	font-size: 18px;
	float: left;
}
	
.footList{
	width: 150px;
	float: left;
	vertical-align: top;
	margin: 0 0px 0 10px;
	text-align: left;
	padding-left: 16px;
	border-left: 1px solid #999;
}
.footList li.footMenu{
	list-style: none;
	padding: 5px 0 5px 0;
}
/*
.footList li.footMenu:first-child{
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
*/
.footList li.footMenu a{
	font-size: 100%;
	color: #999;
}
.footList li.footMenu a:hover{
	color: #999;
	text-decoration: underline;
}
	
}

@media screen and (min-width:1024px) {
	
.pc {
	display: block;
}	
.sp {
	display: none;
}
	
#header {
    padding: 12px 0 12px 12px;
}
.logo img {
    height: 28px;
}
	
.fv_gold {
    margin-bottom: 12px;
}
.fv_tg {
	width: 55px;
}	
.fv_gold div {
    font-size: 20px;
}	
.fv_ttl1 {
    font-size: 22px;
    padding: 4px 32px;
}	
.logo_sba2 {
    width: 580px;
}
	
	
		
#fv {
	background-image: url(../images/bg_fv_pc.webp);
	
}
	
#fv .inner {
    width: 840px;
}	
.fv_box {
    width: 470px;
    margin-left: auto;
    position: relative;
}
.fv_badge {
    margin: 6px 0;
}	
.fv_woman {
	position: absolute;
	left: -81%;
	top: 10px;
	width: 400px;
}	

.fv_ttl2 {
    position: relative;
    margin: 0 0 20px;
    font-size: 38px;
}	
.fv_badge p {
    font-size: 19px;
}
p.fb_1 {
    top: 27%;
    left: 7.8%;
}	
	
	
.contents_block {
    padding: 70px 0;
}

#client {
    position: relative;
    background-color: #fff;
}	
.cl_box {
    margin: 0 12px;
}	
	
#about .inner::before {
    width: 105%;
}	
.about_box {
    padding-right: 175px;
}	
	
.about_gold {
    left: 52%;
}
.user_img {
    display: block;
    margin: 0 auto 40px;
    width: 700px;
}
ul.user_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 10%;
}	
ul.user_list li {
    width: 32%;
    margin: 0;
}
.user {
    width: 100%;
}	
ul.user_list h3 {
	font-size: 100%;
}	
.user_n {
	font-size: 63px;
	left: 0;
	top: -4%;
}	
.user_bottom {
    width: 730px;
    margin: 0 auto 8%;
}
	
.user_box {
    width: 675px;
    margin: 0 auto 50px;
}
.user_box_ttl h2 {
    font-size: 42px;
}
	
.rb_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
	align-items: flex-start;
}	
.sl_img {
    width: 41%;
    margin: 0;
}	
.rb_l {
    width: 55%;
}	
.rabo_box {
    margin-bottom: 90px;
}	
.rb_l h3 {
	font-size: 32px;
}	
	
	
	
.media_block {
    width: 700px;
    margin: 0 auto;
}
.media_txt {
    width: 86%;
    margin: 40px auto 0;
    padding: 28px;
}	
	

ul.work_list li {
	width: 650px;
	justify-content: unset;
}
	
ul.work_list li:nth-child(2n) {
    margin-left: auto;
}
.work_left {
    width: 250px;
}
.play_btn1, .play_btn2, .play_btn3 {
    width: 100px;
}
.work_right {
    width: auto;
	margin-left: 10%;
	font-size: 120%;
}	
ul.work_list li:nth-child(2n) .work_right {
	margin-left: 0;
	margin-right: 10%;
}		
.w_video {
    top: 56px;
}	
	
	
	
	
ul.flow {
    width: 83%;
    margin: 0 auto;
}
.step {
    left: -6%;
}	
	
#contact .inner {
    width: 750px;
    margin: 0 auto 5%;
}
	
.cta_btn a::after {
    width: 24px;
    height: 24px;
}
	
}

@media screen and (min-width:1240px) {

	
#fv {
    padding: 25px 0 70px;
}
	
.inner {
	width: 1000px;
}	

.about_box {
	padding-right: 250px;
	padding-bottom: 80px;
    }	
.about_img {
    bottom: 10px;
    right: -17%;
}
.about_gold {
	left: 72%;
	bottom: -87px;
}	
#media {
    padding-top: 14%;
}	
#works {
    padding: 14% 0px 18%;
}
#faq {
    padding-top: 14%;
}
	
	
}

