@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

dd {
    display: block;
    margin-inline-start: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
    margin: 0;
    padding: 0;
}

html { line-height: 0;}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #fff;
}

a:hover,
a:active {
    color: #fff;
}

a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

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

input, select {
	vertical-align:middle;
}

li,ul {
	list-style: none;
}


/*****************

clearfix

*****************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
html {font-size: 15px;}
body {
    font-family: 'widescreen','dnp-shuei-gothic-gin-std','游ゴシック体', 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans', 'Meiryo', sans-serif;
	font-size: 15px;
    line-height: 1.8;
	text-align: left;
    background: #E8E8E8;
    -webkit-text-size-adjust: 100%;
	color: #000;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a img:hover,
input[type=image]:hover {
	opacity: .7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.left { float: left;}
.right { float: right;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main {
	margin: 0;
	background: url("../images/bg_body_pc.png") no-repeat top center / 100%;
}

section {
	margin: auto;
}

.inner_box {
	max-width: 1100px;
	width: 85%;
	margin: auto;
}



/***********   ANNIMATION settng ***********/

/* 上下フェードイン設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }



/***********   TEXT SETTING ***********/

.txt_XL {font-size: 4.6rem; line-height: 1.3;}
.txt_L {font-size: 2.0rem; line-height: 1.5;}
.txt_M {font-size: 1.3rem;}
.txt_S {font-size: 0.8rem;}
.txt_cnt { text-align: center; }
.txt_right { text-align: right; display: block;}

.white { color:#fff;}
strong { font-weight:700; }


/*********** TITLE SETTING ***********/

h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
h3 {
	font-size: 70px;
	font-weight: 700;
	line-height: 1.2;
}
h3 span {
	background: linear-gradient(transparent 70%, #fff 70%);
}
h4 {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}
h5 {
	font-size: 1.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.ttl_box {
	text-align: center;
	margin: 100px 0 60px;
}


/***********   OBJECT SETTING ***********/

.bg_blue { background:#F2F9FF; }

.txt_box p { margin-bottom:1.0em; }

.col2_box,.col3_box {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col2_box article {
	width: calc(50%);
}
.col3_box li {
	width: calc(25%);
}


/*********** BTN SETTING ***********/

.btn {
	position: relative;
	width:550px;
	margin: 50px auto;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	background: #000;
	filter: drop-shadow(10px 10px 15px rgba(0,0,0,0.2));
	overflow: hidden;
}
.btn::after{
	position: absolute;
	content: "";
	width:10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}
.btn a {
	width:100%;
	padding: 30px 0;
	display: block;
}
.btn a:hover {
	opacity: 1.0;
}
/*== 背景が流れる（斜め） */
.btn a::before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
	/*色や形状*/
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	width:120%;
	height: 100%;
	transform: skewX(-15deg);
	color: #fff;
	z-index: 9;
	filter: drop-shadow(0 0 0 rgba(255,255,255,0));
}
/*hoverした時のアニメーション*/
.btn a:hover::before {
  animation: skewanime .7s forwards;/*アニメーションの名前と速度を定義*/
}
@keyframes skewanime {
  100% {
    left:100%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

.bnr_stories {
	position: relative;
	width:550px;
	margin: 50px auto;
	text-align: center;
	filter: drop-shadow(10px 10px 15px rgba(0,0,0,0.2));
	overflow: hidden;
	background: #fff;
}
.bnr_stories ::after{
	position: absolute;
	content: "";
	width:10px;
	height: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}
.bnr_stories ::before{
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	border:1px solid #242B3B; 
}
.bnr_stories a {
	width:100%;
	padding: 30px 0;
	display: block;
	color: #000;
}
.bnr_stories span {
	width: 230px;
	display: block;
	margin: 10px auto 15px;
}

.ft_cv_pc {
	position: fixed;
	width:180px;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	background: #000;
	overflow: hidden;
	z-index: 9990;
}
.ft_cv_pc::after{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.ft_cv_pc a {
	width:100%;
	padding: 10px 0;
	display: block;
}
.ft_cv_pc a:hover {
	opacity: 1.0;
}
/*== 背景が流れる（斜め） */
.ft_cv_pc a::before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
	/*色や形状*/
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	width:120%;
	height: 100%;
	transform: skewX(-15deg);
	color: #fff;
	z-index: 9;
	filter: drop-shadow(0 0 0 rgba(255,255,255,0));
}
/*hoverした時のアニメーション*/
.ft_cv_pc a:hover::before {
  animation: skewanime2 .7s forwards;/*アニメーションの名前と速度を定義*/
}
@keyframes skewanime2 {
  100% {
    left:100%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}


/*********** HEADER SETTING ***********/

header {
	position: absolute;
	width:70px;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
}

/*********** SNS SETTING ***********/

.sns_box {
	position: fixed;
	width:35px;
	bottom: 30px;
	right: 25px;
}
.sns_box p {
	transform: rotate( 90deg );
	margin-bottom: 30px;
	font-size: 0.8rem;
}
.sns_box .col3_box li {
	width: calc(100%);
	margin: 5px 0;
}

/*********** KV SETTING ***********/

#kv {
	width: 100%;
	padding-top: 190px;
	text-align: center;
}
#kv video {
	width:700px;
	margin: auto;
}
#kv h1 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 50px;
}
#kv h1 img {
	width: 400px;
	margin-top: 1.0em;
}

/*********** POINT ***********/

#point {
	margin: 150px 0 0 0; 
	text-align: center;
}
#point .cc_box h2 {
	font-size: 50px;
	line-height: 1.4;
	margin-bottom: 0.2em;
}
#point ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#point ul li {
	width: 220px;
	margin: 10px 10px 0;
}

/*********** ABOUT ***********/

#about {
	margin: 200px auto;
}
#about article ul {
	display:flex;
	justify-content: space-between;	
}
#about article ul li {
	width: calc(35%);
}
#about article ul li:last-child {
	width: calc(50% + 10%);
}

/*********** CASE STUDY ***********/

#case .lead_box p {
	text-align: center;
	margin-bottom: 20px;
}
#case .col2_box {
	max-width: 1100px;
	width: 85%;
	margin: auto;
}
#case article  {
	width: calc(50% - 30px);
	margin: 25px 0;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
}
#case h4 {
	margin-bottom:0.7em;
}
#case .prof_box {
	display:flex;
	align-items:center;
}
#case .prof_box img {
	width:140px;
	margin-right:25px; 
}
#case .cont_box {
	margin: 30px auto 0;
	padding: 30px 0 0;
	border-top: 1px solid #000;
}


.bnr_box {
	position: relative;
	width:100%;
	background: #127BB8;
	overflow: hidden;
	margin-top: 30px;
}
.bnr_box ::after{
	position: absolute;
	content: "";
	width:15px;
	height: 15px;
	bottom: 10px;
	right: 15px;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	background: url("../images/icon_arrow_w.png") no-repeat;
	background-size: 100%;
}
.bnr_box::before{
	position: absolute;
	content: "";
	width: 115px;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/bnr_takashi.png") top center;
	background-size: cover;
}

.bnr_box .bnr_wrap {
	padding:1.0em 2.0em 1.0em 1.5em;
	margin-left: 115px;
}
.bnr_box .label {
	background:#fff;
	color: #127BB8;
	padding: 0.12em 1em;
	text-align: center;
	display: inline-block;
}
.bnr_box h5 { margin: 10px 0;}


/*********** FOOTER SETTING ***********/

footer {
	text-align: center;
	margin-top: 100px;
	background: #fff;
}
footer .pagetop {
	background: #000;
}
footer .pagetop p {
	position: relative;
	padding: 1em;
	display: inline-block;
}
footer .pagetop p::before {
	position: absolute;
	content: "";
	top: 50%;
	left:-15px;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	width: 9px;
	height: 9px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate( 135deg );
}
footer .col3_box {
	width:700px;
	margin: 65px auto;
	align-items: center;
	color: #000;
}
footer .col3_box li:first-child {
	width: calc(40% - 15%)
}
footer .col3_box li:nth-child(2),footer .col3_box li:nth-child(3){
	width: calc(40% - 18%)
}
footer .copyright {
	padding: 0 0 3em;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}



@media screen and (max-width: 1000px) {
	
/*********** CASE STUDY ***********/

#case article  {
	width: calc(100%);
	margin: 25px 0;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
}
#case h4 {
	margin-bottom:0.7em;
}
#case .prof_box {
	display:flex;
	align-items:center;
}
#case .prof_box img {
	width:140px;
	margin-right:25px; 
}
#case .cont_box {
	margin: 30px auto 0;
	padding: 30px 0 0;
	border-top: 1px solid #000;
}

	
.bnr_box::before{
	position: absolute;
	content: "";
	width:35%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/bnr_takashi_sp.png") top center;
	background-size: cover;
}
.bnr_box .bnr_wrap {
	padding:1.5em 2.5em 1.5em 1.5em;
	margin-left: 35%;
}
	
	
}


@media screen and (max-width: 767px) {
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
	
/***********   COMMON settng ***********/

html { font-size:14px; }
body { font-size:14px; }

main {
	margin: 0;
	background: url("../images/bg_body_sp.png") no-repeat top center / 100%;
}
	
	
/***********   OBJECT SETTING ***********/

.col2_box,.col3_box {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col2_box article {
	width: calc(100%);
}
	
/*********** TITLE SETTING ***********/

h2 {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
h3 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
}
h3 span {
	background: linear-gradient(transparent 70%, #fff 70%);
}
h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
h5 {
	font-size: 1.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.ttl_box {
	text-align: center;
	margin: 25% 0 10%;
}

/*********** BTN SETTING ***********/

.btn {
	position: relative;
	width:100%;
	margin: 10% auto;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	filter: drop-shadow(7px 7px 10px rgba(0,0,0,0.2));
}
.btn::after{
	position: absolute;
	content: "";
	width:7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
}
.btn a {
	width:100%;
	padding: 1.2em 0;
	display: block;
}
.btn a:hover {
	opacity: 1.0;
}
.btn_line:after {
	display: none;
}
.bnr_stories {
	position: relative;
	width:100%;
	margin: 10% auto;
	text-align: center;
	filter: drop-shadow(7px 7px 10px rgba(0,0,0,0.2));
	overflow: hidden;
	background: #fff;
	font-size: 12px;
}
.bnr_stories ::after{
	position: absolute;
	content: "";
	width:7px;
	height: 7px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
}
.bnr_stories ::before{
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	border:1px solid #242B3B;
	box-sizing: border-box;
}
.bnr_stories a {
	width:100%;
	padding: 2.0em 0;
	display: block;
	color: #000;
}
.bnr_stories span {
	width: 180px;
	display: block;
	margin: 10px auto 20px;
}
	
.ft_cv_pc {
	display: none;
}
	
.ft_cv_sp {
	position: fixed;
	width:95%;
	bottom: 1.2%;
	right: 2.5%;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	background: #000;
	transition: opacity 0.3s ease;
	overflow: hidden;
	z-index: 9990;
}
.ft_cv_sp.hidden {
  opacity: 0;
  pointer-events: none;
}
.ft_cv_sp::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.ft_cv_sp a {
	width:100%;
	padding: 10px 0;
	display: block;
}
.ft_cv_sp a:hover {
	opacity: 1.0;
}
/*== 背景が流れる（斜め） */
.ft_cv_sp a::before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
	/*色や形状*/
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	width:120%;
	height: 100%;
	transform: skewX(-15deg);
	color: #fff;
	z-index: 9;
	filter: drop-shadow(0 0 0 rgba(255,255,255,0));
}
/*hoverした時のアニメーション*/
.ft_cv_sp a:hover::before {
  animation: skewanime3 .7s forwards;/*アニメーションの名前と速度を定義*/
}
@keyframes skewanime3 {
  100% {
    left:100%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
	
/*********** HEADER SETTING ***********/

header {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width:60px;
}

/*********** SNS SETTING ***********/

.sns_box {
	position:inherit;
	width:100%;
	margin-bottom: 10%;
}
.sns_box p {
	transform: rotate( 0 );
	margin-bottom: 1em;
	font-size: 0.8rem;
	text-align: center;
}
.sns_box .col3_box {
	width:50%;
	margin: auto;
}
.sns_box .col3_box li {
	width: calc(23%);
	margin: 5px 0 0;
}

	
/*********** KV SETTING ***********/

#kv {
	width: 100%;
	padding-top: 190px;
}
#kv h1 {
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 50px;
}
#kv h1 img {
	width: 75%;
	margin-top: 1.5em;
}
#kv video {
	width: 90%;
}
	
	
/*********** POINT ***********/

#point {
	margin: 150px 0 0 0; 
	text-align: center;
}
#point .cc_box h2 {
	font-size: 8vw;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#point ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#point ul li {
	width: 42%;
	margin: 2%;
}

/*********** ABOUT ***********/

#about {
	margin: 0 auto;
	padding: 20% 0;
}
#about article ul {
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
	
}
#about article ul li {
	width: calc(100%);
	margin: 5% auto;
}
#about article ul li:last-child {
	width: calc(100%);
}
	
	

/*********** CASE STUDY ***********/

#case .lead_box p {
	text-align: left;
	margin-bottom: 20px;
}
	
#case .col2_box {
	width: 95%;
}
	
#case article  {
	width: calc(100%);
	margin: 10px auto;
	padding: 7.5%;
	box-sizing: border-box;
}
#case .prof_box img {
	width:100px;
	margin-right:20px;  
}
#case .cont_box {
	margin: 7% auto 0;
	padding: 7% 0 0;
}



/*********** FOOTER SETTING ***********/

footer .pagetop p {
	position: relative;
	padding: 1em 0 1em 2em;
	display: inline-block;
}
footer .pagetop p::before {
	left:0;
}
footer .col3_box {
	width:70%;
	margin: 65px auto;
	align-items: center;
	color: #000;
}
footer .col3_box li:first-child {
	width: calc(100%)
}
footer .col3_box li:first-child img {
	width:40%;
	margin: 0 auto 10%;
}
footer .col3_box li:nth-child(2),footer .col3_box li:nth-child(3){
	width: calc(45%)
}
footer .copyright {
	padding: 0 0 3em;
	font-size: 0.6rem;
	letter-spacing: 0;
}


	
}



