@charset "utf-8";

/* Reset 
-------------------------*/

html, body {
	width: 100%;
	background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
th {
	vertical-align: baseline;
}
select,
input,
button,
textarea {
	font: 99%;
}
table {
	font-size: inherit;
	font: 100%;
}
address,
caption,
em,
strong,
th {
	font-style:normal;
	font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,
textarea,
select {}

/* body
-------------------------*/

body {
	color:#FFF;
	font-size:16px;
	letter-spacing:1.4px;
	line-height:2.2;
    font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    background-color:#000;
}
@font-face {
    font-family: 'antonioregular';
    src: url('../font/Antonio-Regular.ttf') format('ttf'),
         url('../font/Antonio-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antoniolight';
    src: url('../font/Antonio-Light.ttf') format('ttf'),
         url('../font/Antonio-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antoniobold';
    src: url('../font/Antonio-Bold.ttf') format('ttf'),
         url('../font/Antonio-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'emmeline';
    src: url('../font/emmeline-regular-webfont.woff2') format('woff2'),
         url('../font/emmeline-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
}
a:visited {
	outline: none;
}
a:hover {
	color: #ccc;
	outline: none;
}
a:focus,
a:active {
	color: #000;
	outline: none;
}
hr {
	height: 8px;
	margin:10% 0 10% 0;
	background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
	background-size: 8px 8px;
	border:none;
}
input:focus,
input:active {
	outline: none;
}

::selection {
	background: #999;
}

::-moz-selection {
	background: #999;
}
/* 2.4. Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	zoom: 1;
}

.img img {
	width: 100%;
	height: auto;
}

/* font
-------------------------*/

h1 {font-weight:normal;}/**/
h2 {font-size:300%;font-weight:500;}/**/
h3 {font-size:260%;font-weight:500;}
h4 {font-size:150%;font-weight:500;}/**/
h5 {font-size:120%;font-weight:normal;}/**/
h6 {font-size:110%;font-weight:normal;}/**/
@media screen and (max-width:767px) {
h1 {}
h2 {font-size:140%;font-weight:normal;}
h3 {font-size:130%;font-weight:normal;}
h4 {font-size:120%;font-weight:normal;}
h5 {font-size:110%;font-weight:bold;}
}

/* font
-------------------------*/

ant_r,.ant_r {font-family: 'antonioregular';}
ant_l,.ant_l {font-family: 'antoniolight';}
ant_b,.ant_b {font-family: 'antoniobold';}
emmel,.emmel {font-family: 'emmeline';}

/* font-size
-------------------------*/

smaller,.smaller{font-size: 40%; font-weight:normal;}
small,.small{font-size: 60%;}
middle,.middle{font-size:90%;}
big,.big {font-size: 120%;}
bigest,.bigest {font-size:220%;}
biger,.biger {font-size:800%;line-height:1.4;opacity:0.2;}
em,.em {font-style: italic;}
@media screen and (max-width:767px) {

}
/* margin
-------------------------*/

.mg01{margin:0;}
.mg02{margin:10% 0 0 0;}
.mg03{margin:-5% 0 0 0;}
.mg04{margin:15% 0 0 0;}
.mg05{margin:-20% 0 0 0;}

@media screen and (max-width:767px) {
.mg02{margin:0;}
.mg03{margin:0;}
}

/* padding
-------------------------*/

.pd01{padding:0;}
.pd02{padding:0 0 0 5%;}
.pd03{padding:0 2% 0 2%;}
.pd04{padding:0 0 4% 0;}
.pd05{padding:0 2% 4% 2%;}

/* fontline
-------------------------*/

fontline,.fontline{border-bottom: 1px solid #f0ff00;}

@media screen and (max-width:767px) {

}

/* txt-align
-------------------------*/

.cp_l {text-align: left;}
.cp_r {text-align: right;}
.cp_c {text-align: center;}
.cp_c_m {text-align: center;}
@media screen and (max-width:767px) {
.cp_c_m {text-align: center;}
}

/* color
-------------------------*/

.gray {color:#797979;}
.yellow {color:#fff600;}

/* colorbk
-------------------------*/

.graybk {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.graybk:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/* link
-------------------------*/

.link01 a{text-decoration:underline;}

/* img
-------------------------*/

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

/**
 * Button
 */
.button-l {
	text-align:left;
}
.button-c {
	text-align:center;
}
.button-r {
	text-align:right;
}
.button-rr {
	text-align:right;
}
.ghost-button {
	font-size:90%;
	color:#FFF;
	margin:5% 0 10% 0;
    padding: 18px 18px;
    display: inline-block;
	position: relative;
	z-index:900;
    line-height: 1.2;
    letter-spacing: 0.7em;
    text-indent: 0.7em;
	background: rgba(255, 255, 255, 0.05);
    border: 1px solid #3a3a3a;
}
.ghost-button span {
	display: block;
	-webkit-transform-origin: left bottom;
			transform-origin: left bottom;
	-webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
			transition: 		transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
}
.ghost-button:hover span {
    -webkit-transform: skewX(-20deg);
    		transform: skewX(-20deg);
}
.ghost-button .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.ghost-button .line:before,
.ghost-button .line:after {
	content: "";
	position: absolute;
}
.ghost-button .line:before {
	width: 0;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #fff;
	-webkit-transition: width cubic-bezier(0.8, 0, 0.2, 1) 1s 0.1s;
			transition: width cubic-bezier(0.8, 0, 0.2, 1) 1s 0.1s;
}
.ghost-button .line:after {
	width: 1px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px solid #fff;
	-webkit-transition: height cubic-bezier(0.8, 0, 0.2, 1) 1s 0.1s;
			transition: height cubic-bezier(0.8, 0, 0.2, 1) 1s 0.1s;
}
.ghost-button .line + .line:before {
	top: auto;
	bottom: -2px;
	left: auto;
	right: 0;
}
.ghost-button .line + .line:after {
	top: auto;
	bottom: 0;
	left: -1px;
	right: auto;
}
.ghost-button:not(.touch):hover .line:before {
	width: 100%;
}

.ghost-button:not(.touch):hover .line:after {
	height: 100%;
}
.ghost-button_contact {
	font-size:90%;
	color:#FFF;
	cursor: pointer;
	margin:5% 0 5% 0;
    padding: 18px 18px;
    display: inline-block;
	position: relative;
	z-index:900;
    line-height: 1.2;
    letter-spacing: 0.7em;
    text-indent: 0.7em;
	background: rgba(255, 255, 255, 0.05);
    border: 1px solid #3a3a3a;
}
.ghost-button_contact:hover {
	font-size:90%;
	color:#FFF;
	background: rgba(255, 255, 255, 0.2);
    border: 1px solid #3a3a3a;
}

/*矢印が右に移動する*/
.inner-button{
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
	font-size: 80%;
    /*形状*/
    display: inline-block;
	margin:5% 10% 0 0;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    outline: none;
}
/*矢印と下線の形状*/
.inner-button::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
}
.inner-button::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
    background:#fff;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverした際の移動*/
.inner-button:hover::before{
    left:20%;
}
.inner-button:hover::after{
    right:-5%;
}
@media screen and (max-width: 480px) {
.button-l {
	text-align:center;
}
.button-r {
	text-align:center;
}
.ghost-button {
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}
}

/* pc/sp
-------------------------*/

.pc {display:block;}
.sp {display:none;}
@media screen and (max-width:767px) {
.pc {display:none;}
.sp {display:block;}
}

/* page-top
-------------------------*/

#page-top {
	position: fixed;
	bottom: 0;
	right:0;
	font-size: 80%;
    z-index:999;
}
#page-top a {
	background: linear-gradient(-135deg, #f9bf00, #ff5532);
	text-decoration: none;
	color: #fff;
	padding: 5px 5px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #a39f9a;
}

/* pagenavi
-------------------------*/
.wp-pagenavi {
	margin:auto;
	padding: 10px 0 20px 0;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:110%;
	margin:0 2px 0 2px;
	padding: 15px 15px;
	border-radius: 4px;        /* CSS3闕画｡� */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome逕ｨ */
    -moz-border-radius: 4px;   /* Firefox逕ｨ */
	background-color:#575757;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #fff;
	background-color:#262626;
}
@media screen and (max-width:767px) {
.wp-pagenavi {
	width:96%;
	margin:0 2% 5% 2%;
	overflow-wrap: break-word;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:90%;
	margin:0 2px 10px 2px;
	padding: 10px 15px;
	display: inline-block;
}
}

/* next
-------------------------*/

.nav-below {
	width:100%;
	font-size:90%;
	display:inline-table;
}
.nav-previous {
	display:inline-table;
	width:49%;
	padding: 1% 0 1% 1%;
}
.nav-next {
	display:inline-table;
	text-align:right;
	width:49%;
	padding: 1% 1% 1% 0;
}
.nav-sub {
	width:80%;
	margin:auto;
}

/* container
-------------------------*/

#container {
	width:100%;
	margin:auto;
}
/* ripples
-------------------------*/

.ripples {
	display:block;
	position:fixed;
    z-index: 800;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height: 100vh;
	background: #000;
	background-size: cover;
	opacity:0.4;
}
@media screen and (max-width:767px) {
.ripples {
	display:none;
}
}
/* header
-------------------------*/

header {}
.header_inner {
    position:fixed;
    z-index: 997;
	bottom:20%;
}
.header_logo h1 {
	font-size:90%;
	letter-spacing:0;
	-ms-writing-mode: tb-rl; 
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.header_logo h1::after {
    height: 4.4vw;
    margin-top: 1.3vw;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #737373;
    display: inline-block;
}
.header_logo a{
	text-decoration: overline;
}
@media screen and (max-width:767px) {
.header_inner {
	display:none;
}
}
/* nav
-------------------------*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    position:fixed;
    z-index: 998;
    top: 0;
	width:100%;
    height: 100vh;
}
/*丸の拡大*/
.circle-bg{
    position: fixed;
    z-index: 910;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
	transform: scale(0);
    top:calc(50% - 50px);
    left:calc(50% - 50px);
    transition: all .6s;
}
.circle-bg.circleactive{
  transform: scale(50);
}
/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list{
     display: block;
}
/*ナビゲーション*/
#g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav.panelactive ul {
    opacity:1;
}
#g-nav.panelactive ul li{
    animation-name:gnaviAnime;
    animation-duration:1s;
    animation-delay:.2s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes gnaviAnime{
 0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
/*リストのレイアウト設定*/
#g-nav li{
    text-align: center; 
    list-style: none;
}
#g-nav li a{
	font-family: 'antoniolight','游ゴシック体';
	font-size:140%;
    color: #fff;
    text-decoration: none;
    padding:5px 0 5px 0;
    display: block;
    text-transform: uppercase;
    position: relative;
    transition: .3s;
}

#g-nav li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #f1f900;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#g-nav li a:hover::after {
    width: 100%;
}
@media screen and (max-width:767px) {
#g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 5%;
    left: 20%;
    transform: none;
    right: 20%;
}
#g-nav li a{
	font-size:130%;
    padding:6px;
}
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position:fixed;
    top:10px;
    right: 10px;
    z-index: 999;/*ボタンを最前面に*/
    cursor: pointer;
    width: 80px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
	z-index: 999;
    left: 14px;
    height: 1px;
    background-color: #fff;
    width: 65%;
  }
.openbtn1 span:nth-of-type(1) {
    top:15px; 
}
.openbtn1 span:nth-of-type(2) {
    top:25px;
}
.openbtn1 span:nth-of-type(3) {
    top:35px;
}
.openbtn1.active{
	z-index: 999;
	position: fixed;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}
.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}

/* topmain
-------------------------*/

.topmain_title {
    z-index: 900;
	position: absolute;
	text-align:center;
	top:200px;
	left:45%;
	right:50%;
}
.topmain_title h1{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	align-items: center;
	font-size:220%;
	border:1px solid #FFF;
	padding:22% 10% 22% 10%;
}
.topmain_title_sub {
    z-index: 900;
	font-size:300%;
	letter-spacing:10px;
	position: absolute;
	text-align:center;
	top:345px;
	left:50%;
	right:50%;
	font-family: 'Monsieur La Doulaise', cursive;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.topmain_inner {
    z-index: 900;
	position: absolute;
	bottom:6%;
	right:2%;
}
.topmain_catch_e {
	font-size:140%;
	line-height:4;
}
.topmain_catch {
	font-size:320%;
	font-weight:400;
	line-height:1.4;
	letter-spacing:6px;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.topmain_comment {
	font-size:120%;
	line-height:3;
	letter-spacing:10px;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*.topmain_sign {
	font-size:140%;
	text-align:right;
	letter-spacing:4px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}*/
.topmain_photo {
    z-index: 700;
	position:relative;
}
.topmain_photo img{
	width:100%;
	height:auto;
}

@media screen and (max-width:767px) {
.topmain_title {
	top:20%;
}
.topmain_title h1{
	font-size:160%;
}
.topmain_title_sub {
	top:32%;
}
.topmain_inner {
	top:40%;
	left:8%;
	right: auto;
}
.topmain_catch_e {
	font-size:130%;
	line-height:4;
}
.topmain_catch {
	font-size:260%;
}
.topmain_comment {
	letter-spacing:6px;
}
}

/* topmain
-------------------------*/
#scroll {
    z-index: 900;
	position: absolute;
	top:94%;
	right:18%;
}
#scroll_in {
    z-index: 900;
	position: absolute;
	top:80%;
	right:5%;
}
#scroll a span,
#scroll_in a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 26px;
	height: 44px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#scroll a span::before,
#scroll_in a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* pagemain
-------------------------*/

.pagemain_inner {
	position:relative;
	height:100vh;
}
.pagemain_text {
	position:fixed;
    z-index: 801;
	top:40%;
	left:10%;
}
.pagemain_title_e {
	font-size:140%;
	line-height:4;
}
.pagemain_title {
	font-size:320%;
	font-weight:400;
	line-height:1.4;
	letter-spacing:6px;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pagemain_comment {
	font-size:120%;
	line-height:3;
	letter-spacing:10px;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pagemain_photo {
	position:fixed;
    z-index: 800;
}
.pagemain_photo img{
	width:100%;
	height: auto;
}

@media screen and (max-width:767px) {

.pagemain_title_e {
	font-size:130%;
	line-height:4;
}
.pagemain_title {
	font-size:260%;
}
.pagemain_comment {
	font-size:110%;
}
}

/* breadcrumb
-------------------------*/
.breadcrumb_inner {
	padding:40px 0 0 0;
}
#breadcrumb{
    font-size:90%;
	color:#c9c9c9;
}
#breadcrumb a{
	color:#c9c9c9;
}

/* content
-------------------------*/

article {}
section {}
main {}
.content {
	width:100%;
	margin:0 0 5% 0;
}
.content_page {
	width:100%;
	position:relative;
    z-index: 900;
	margin:0 0 0 0;
	padding:10% 0 1% 0;
	background-color:#000;

}
@media screen and (max-width:767px) {
.content {

}
}

/* title
-------------------------*/

.main_title {
	width: 100%;
	text-align:center;
	margin:0 0 2% 0;
}
.main_title h2{ color:#FFF;}
.main_title h2 span{
	padding:0.5% 5% 0.5% 5%;
	background-color:#e46c8e;
	border-radius:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
}
.sub_title {
	width: 100%;
}
.sub_title h3{color:#da557d;}


@media screen and (max-width:767px) {
.main_title {
	margin:4% 0 4% 0;
}
}

/* performance
-------------------------*/

.performance_inner{
    width:85%;
    margin:0 0 15% 15%;
}
.performance_list_inner {
	width:100%;
	margin:0 0 10% 0;
}
.performance_list {
	width:90%;
	margin:0 auto 5%;
}
.performance_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.performance_list ul li{
	position:relative;
	width:30%;
	text-align:center;
	margin:0 5% 3% 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	vertical-align:top;
}
.performance_list ul li:nth-of-type(3n) {
	margin:0 0 3% 0;
}
.performance_list ul li:hover{
    background:rgba(81,81,81,0.5);
}
.performance_list ul li h4{font-size:16px;line-height:2;}
.performance_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 4% 0;
}
.performance_details_inner{
	position: relative;
	margin:0 0 10% 0;
}
.performance_text{
	width:640px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.performance_title_e {
	font-size:140%;
	line-height:4;
}
.performance_title{margin:0 0 3% 0;}
.performance_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.performance_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.performance_photo{
	width:100%;
	position:relative;
	margin:0 0 5% 0;
}
.performance_photo img{
	width:100%;
	height:auto;
	margin:0 0 0 -15%;
}
.performance_catch{
	position:absolute;
	top:10%;
	right:6%;
	bottom: -8%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.performance_catch p{
	padding:5% 0 0 0;
}
.performance_technology{
	position:relative;
	margin:0 0 10% 0;
}
.performance_technology ul{
	margin:0 0 0 50%;
	padding:0 0 3% 4%;
    border-left: 1px solid #2a2a2a;
}
.performance_title{
	margin:0;
	padding:4% 0 0 0;
}
.performance_technology ul li{
	font-size:90%;
}
.performance_description{
	width:80%;
	position:relative;
	margin:0 auto 10% auto;
}
.performance_description p{
	margin:2% 0 0 0;
	padding:2% 3% 2% 3%;
	background-color:#1d1d1d;
}
.performance_box{}
.performance_box_left{
	width:60%;
	display:inline-block;
	vertical-align:middle;
}
.performance_box_left ul li{
	width:45%;
	margin:0 2% 0 2%;
	display:inline-block;
}
.performance_box_left ul li img{
	width:100%;
	height:auto;
}
.performance_box_right{
	width:36%;
	display:inline-block;
	vertical-align:middle;
	padding:0 0 0 2%;
}
.performance_box_right ul{margin:5% 0 0 0;}
.performance_box_right ul li{
	display:inline-block;
	margin:2% 1% 2% 1%;
}
.performance_box_right ul li a{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 22px;
	border: 2px solid #fff;
	border-radius: 36px;
}
.performance_box_right ul li a:hover{
	color: #000;
	background-color:#fff600;
	border: 2px solid #fff600;
}

@media screen and (max-width:767px) {
.performance_inner{
	display:block;
    width:96%;
    margin:60% 2% 15% 2%;
}
.performance_list {
	width:96%;
    margin:0 2% 5% 2%;
}
.performance_list ul{
	display: block;
}
.performance_list ul li{
	width:100%;
	margin:0 0 8% 0;
}
.performance_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 3% 0;
}
.performance_text{
	width:96%;
	position: static;
	display:block;
	margin:0 2% 0 2%;
}
.performance_photo img{
	width:100%;
	height:auto;
	margin:0 0 0 0;
}
.performance_catch{
	width:96%;
	margin:0 2% 0 2%;
	position: static;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.performance_catch p{
	padding:0 2% 0 2%;
}
.performance_technology ul{
	margin:0 0 0 10%;
	padding:0 0 3% 5%;
}
.performance_description{
	width:96%;
	margin:0 2% 10% 2%;
}
.performance_box_left{
	width:96%;
	display: block;
	margin:0 2% 0 2%;
}
.performance_box_left ul li{
	width:100%;
	margin:0;
	display: block;
}
.performance_box_right{
	width:96%;
	display: block;
	margin:0 2% 0 2%;
}
.performance_box_right ul{margin:5% 0 8% 0;}
}

/* profile
-------------------------*/

.profile_inner{
	position: relative;
	height:1000px;
	margin:0 0 5% 0;
}
.profile_img01{
	position: absolute;
	z-index: 900;
	right:10%;
	text-align:right;
}
.profile_img01 img{
	width:40%;
	height:auto;
}
.profile_img02{
	position: absolute;
	z-index: 900;
	top:50%;
	right:25%;
	text-align:right;
}
.profile_img02 img{
	width:30%;
	height:auto;
}
.profile_text{
	width:600px;
	position:absolute;
    z-index: 900;
	top:0;
	left:10%;
}
.profile_title_e {
	font-size:140%;
	line-height:4;
}
.profile_title{margin:0 0 3%;}
.profile_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.profile_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.profile_box {
	width:400px;
	margin:5% 0 0 0;
	padding:2% 3% 2% 3%;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}

@media screen and (max-width:767px) {
.profile_inner{
	height: auto;
}
.profile_img01{
	display:block;
	position: static;
	text-align:left;
}
.profile_img01 img{
	width:100%;
	height:auto;
}
.profile_img02{
	display:none;
}
.profile_text{
	width:96%;
	position: static;
	display:block;
	margin:0 2% 0 2%;
}
.profile_box {
	width:96%;
	padding:2% 2% 2% 2%;
}
}


/* introduction
-------------------------*/

.introduction_inner{
	width:100%;
	margin:0 0 10% 0;
}
.introduction_box{
	width:30%;
	padding:0 0 0 5%;
	display:inline-block;
	vertical-align:middle;
}
.introduction_box dl{
	padding:1% 0 1% 0;
	border-bottom:1px solid #333;
}
.introduction_box dl dt{
	width:25%;
	display:inline-block;
	vertical-align:top;
}
.introduction_box dl dd{
	width:73%;
	display:inline-block;
	vertical-align:top;
}
.introduction_text{
	width:58%;
	margin:0 0 0 5%;
	display:inline-block;
	vertical-align:middle;
}
.introduction_title_e {
	font-size:140%;
	line-height:4;
}
.introduction_title{margin:0 0 3%;}
.introduction_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.introduction_title h2::before {
    content: "";
    width:100px;
	margin-right:1.3vw;
    border-top: 1px solid #fff;
}
.introduction_photo{
    width:96%;
    margin:0 2% 10% 2%;
	padding:2% 0 2% 0;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}

@media screen and (max-width:767px) {
.introduction_box{
	width:96%;
	padding:0 2% 0 2%;
	display: block;
}
.introduction_text{
	width:96%;
	margin:0 2% 0 2%;
	display: block;
}
}

/* mind
-------------------------*/

.mind_inner{
	position: relative;
	height:900px;
}
.mind_img01{
	position: absolute;
	z-index: 900;
	left:0;
	padding:15% 0 0 0;
}
.mind_img01 img{
	width:35%;
	height:auto;
}
.mind_img02{
	position: absolute;
	z-index: 900;
	right:0;
	text-align:right;
}
.mind_img02 img{
	width:45%;
	height:auto;
}
.mind_text{
	width:800px;
	position:absolute;
    z-index: 900;
	top:0;
	left:20%;
}
.mind_title_e {
	font-size:140%;
	line-height:4;
}
.mind_title{margin:0 0 3%;}
.mind_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mind_title h2::before {
    content: "";
    width:100px;
	margin-right:1.3vw;
    border-top: 1px solid #fff;
}
.mind_list{
	margin-left:40%;
}
.mind_list dl{
	margin:0 0 5% 0;
}
.mind_list dl dt{
	width:15%;
	display:inline-block;
	vertical-align:top;
}
.mind_list dl dd{
	width:83%;
	display:inline-block;
	vertical-align:top;
}
.mind_back{
	position: absolute;
	font-size:1600%;
	font-weight:600;
	text-align:right;
	line-height:1.2;
    z-index: 700;
	top:35%;
	right:2%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.mind_back span {
    display: inline-block;
    animation: loading 1.2s infinite alternate;
}
.mind_back span:nth-child(2) {
  animation-delay: .2s;
}
.mind_back span:nth-child(3) {
  animation-delay: .4s;
}
@keyframes loading {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: .2;
  }
}

.minddetails_inner{
	width:100%;
	margin:0 0 10% 0;
}
.minddetails_text{
	margin:0 0 0 20%;
}
.minddetails_title_e {
	font-size:140%;
	line-height:4;
}
.minddetails_title{margin:0 0 3%;}
.minddetails_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.minddetails_title h2::before {
    content: "";
    width:100px;
	margin-right:1.3vw;
    border-top: 1px solid #fff;
}
.minddetails_list{
	position:relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 0 15% 0;
}
.minddetails_text01{
    width:30%;
	padding:0 0 0 6%;
}
.minddetails_text01 h3{
	line-height:1.4;
	padding:0 0 6% 0;
}
.minddetails_text01 p{
	line-height:1.8;
}
.minddetails_img01{
    width:59%;
}
.minddetails_img01 img{
    width:100%;
	height:auto;
}
.minddetails_copy01{
	position:absolute;
	font-size:600%;
	font-weight:500;
	line-height:1.5;
	top:-20%;
	right:6%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: 0px 0px 1px #7d7d7d;
}
.minddetails_copy01::after {
    height: 4.4vw;
    margin-top: 1.3vw;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #fff;
    display: inline-block;
}
.minddetails_text02{
    width:30%;
	padding:0 6% 0 0;
}
.minddetails_text02 h3{
	line-height:1.4;
	padding:0 0 6% 0;
}
.minddetails_text02 p{
	line-height:1.8;
}
.minddetails_img02{
    width:59%;
}
.minddetails_img02 img{
    width:100%;
	height:auto;
}
.minddetails_copy02{
	position:absolute;
	font-size:600%;
	font-weight:500;
	line-height:1.5;
	top:-20%;
	left:6%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: 0px 0px 1px #7d7d7d;
}
.minddetails_copy02::after {
    height: 4.4vw;
    margin-top: 1.3vw;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #fff;
    display: inline-block;
}
@media screen and (max-width:767px) {
.mind_inner{
	height: auto;
}
.mind_img02{
	position: static;
}
.mind_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.mind_list{
	margin:0;
}
.mind_back{
	position: absolute;
	font-size:700%;
	top:70%;
	right:2%;
}
.minddetails_text{
	margin:0 2% 0 2%;
}
.minddetails_list{
	display: block;
}
.minddetails_text01{
    width:96%;
	padding:0 2% 2% 2%;
}
.minddetails_img01{
    width:100%;
}
.minddetails_copy01{
	font-size:260%;
	top:-6%;
	right:6%;
}
.minddetails_text02{
    width:96%;
	padding:0 2% 0 2%;
}
.minddetails_img02{
    width:100%;
}
.minddetails_copy02{
	font-size:260%;
	top:55%;
	right:6%;
}
}
/* work
-------------------------*/
.work_inner{
	position: relative;
	padding:0 0 6% 0;
}
.work_text{
	width:700px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.work_title_e {
	font-size:140%;
	line-height:4;
}
.work_title{margin:0 0 3% 0;}
.work_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.work_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.work_list{
	margin:-5% 5% 0 5%;
}
.work_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.work_list ul li{
	width:29%;
	position: relative;
	z-index: 900;
}
.work_list ul li img{
	width:100%;
	height:auto;
}
.work_list_title {
	position: absolute;
    z-index: 901;
	text-align:center;
	top:50%;
	right:14%;
}
.work_list_title h3{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.work_list_title h3::after {
    height: 4.4vw;
    margin-top: 1.3vw;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #737373;
    display: inline-block;
}
.work_back{
	position: absolute;
	font-size:1600%;
	font-weight:600;
	text-align:right;
	line-height: 1;
    z-index: 700;
	top:70%;
	left:0;
}
.work_back span {
  display: inline-block;
  margin: 0 -.05em;
  animation: loading 1.2s infinite alternate;
}
.work_back span:nth-child(2) {
  animation-delay: .2s;
}
.work_back span:nth-child(3) {
  animation-delay: .4s;
}
.work_back span:nth-child(4) {
  animation-delay: .6s;
}
@keyframes loading {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: .2;
  }
}

.workintro_list{
	position: relative;
}
.workintro_list_img01{
	width:38%;
	display:inline-block;
	vertical-align:top;
}
.workintro_list_img01 img{
	width:100%;
	height:auto;
}
.work_box{
	width:56.4%;
	display:inline-block;
	vertical-align:top;
	margin:0 0 10% 5%;
}
.work_box_text{
	margin:4% 0 4% 0;
	padding:4% 4% 4% 4%;
	border-top:1px dashed #424242;
	border-bottom:1px dashed #424242;
}
.work_box ul{
	margin:5% 0 0 0;
}
.work_box ul li{
	width:23%;
	text-align:center;
	display:inline-block;
	margin:0 0.5% 2% 0.5%;
}
.work_box ul li .workicon{
	font-size:50px;
	text-align:center;
	color:#fff;
	display:inline-block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 50%;
	border:2px solid #3a3a3a;
	background-color:#171717;
}

.workflow_list{
	display:table;
	position: relative;
}
.workflow_left{
	width:35%;
	display: table-cell;
	vertical-align:top;
}
.workflow_left img{
	width:100%;
	height:auto;
}
.workflow_right{
	width:65%;
	display: table-cell;
	vertical-align:top;
}
.workflow_right dl{
	margin:0 2% 0 5%;
	padding:0 2% 0 2%;
}
.workflow_right dl dt{

}
.workflow_right dl dt .step{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	border: 5px solid #3a3a3a;
	animation: move1 5s infinite;
}
.workflow_right dl dt .step_t{
	display:inline-block;
	vertical-align:middle;
}
@keyframes move1 {
    0% {background-color: white;}
    40% {background-color: orange;}
    80% {background-color: yellow;}
    100% {background-color: white;}
}  
.workflow_right dl dd{
	line-height:1.8;
	margin:0 0 0 15px;
	padding:3% 3% 3% 10%;
    animation: move2 5s infinite;
}
/* アニメーション */
@keyframes move2 {
    0% {border-left: 1px dotted white;}
    40% {border-left: 1px dotted orange;}
    80% {border-left: 1px dotted yellow;}
    100% {border-left: 1px dotted white;}
}
@media screen and (max-width:767px) {
.work_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.work_list{
	margin:5% 2% 0 2%;
}
.work_list ul{
	display: block;
}
.work_list ul li{
	width:100%;
}
.work_list_title h3{
	font-size:200%;
}
.work_back{
	position: absolute;
	font-size:700%;
	top:98%;
	left:2%;
}
.workintro_list_img01{
	width:96%;
	display: block;
	margin:0 2% 0 2%;
}
.work_box{
	width:96%;
	display: block;
	margin:0 2% 10% 2%;
}
.work_box_text{
	width:96%;
	padding:4% 2% 4% 2%;
}
.work_box ul{
	margin:5% 0 0 0;
}
.work_box ul li{
	width:48%;
	text-align:center;
	display:inline-block;
	margin:0 0.5% 2% 0.5%;
}
.workflow_list{
	display: block;
}
.workflow_left{
	display:none;
}
.workflow_right{
	width:100%;
	display: block;
}
.workflow_right dl{
	margin:0 2% 0 2%;
	padding:0 0 0 0;
}
.workflow_right dl dd{
	margin:0 0 0 15px;
	padding:3% 0 3% 3%;
    animation: move2 5s infinite;
}
/* アニメーション */
@keyframes move2 {
    0% {border-left: 1px dotted white;}
    40% {border-left: 1px dotted orange;}
    80% {border-left: 1px dotted yellow;}
    100% {border-left: 1px dotted white;}
}
.workflow_right dl dd img{
	width:100%;
	height:auto;
}
}

/* impressions
-------------------------*/

.impressions_inner{
	position: relative;
	padding:0 0 10% 0;
}
.impressions_text{
	position:absolute;
	width:480px;
    z-index: 901;
	top:-20%;
	right:0;
}
.impressions_title_e {
	font-size:140%;
	line-height:4;
}
.impressions_title{margin:0 0 3%;}
.impressions_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.impressions_title h2::before {
    content: "";
    width:100px;
	margin-right:1.3vw;
    border-top: 1px solid #fff;
}
.impressions_text p{
	margin:0 0 0 25%;
}
.impressions_box{
	position: relative;
	line-height:1.6;
    margin:0 35% 0 0;
    z-index: 900;
}
.impressions_box li img{
	margin:0 0 5% 0;
}
.impressions_back{
	position: absolute;
	font-size:1600%;
	font-weight:600;
	text-align:right;
	line-height:1.2;
    z-index: 700;
	right:2%;
	bottom:-100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.impressions_back span {
    display: inline-block;
    animation: loading 1.2s infinite alternate;
}
.impressions_back span:nth-child(2) {
  animation-delay: .2s;
}
.impressions_back span:nth-child(3) {
  animation-delay: .4s;
}
@keyframes loading {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: .2;
  }
}
.impressions_under_text{
	width:600px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.impressions_under_title_e {
	font-size:140%;
	line-height:4;
}
.impressions_under_title{margin:0 0 3% 0;}
.impressions_under_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.impressions_under_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.impressions_list {
	width:90%;
	margin:0 auto 5%;
}
.impressions_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.impressions_list ul li{
	position:relative;
	width:47%;
	text-align:center;
	margin:0 5% 3% 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	vertical-align:top;
}
.impressions_list ul li:nth-of-type(2n) {
	margin:0 0 3% 0;
}
.impressions_list ul li:hover{
    background:rgba(81,81,81,0.5);
}
.impressions_list ul li h4{font-size:16px;line-height:2;}
.impressions_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 4% 0;
}
.impressions_body{
	margin:0 auto 10%;
}
.impressions_photo{
	width:70%;
}
.impressions_photo img{
	width:100%;
	height:auto;
}
.impressions_body_title{
	margin:5% 0 0 25%;
	padding:0 0 0 4%;
    border-left: 1px solid #2a2a2a;
}
.impressions_body_title h3{
	line-height:1.6;
}
.impressions_content{
	width:70%;
	margin:5% 5% 0 25%;
	padding:4% 0 4% 0;
	background-color:#121212;
}
.impressions_body_subtitle {
	display: flex;
	margin:0 0 2% 0;
	align-items: center; /* 垂直中心 */
	justify-content: left; /* 水平中心 */
}
.impressions_body_subtitle h4{
	font-size:24px;
}
.impressions_body_subtitle:before {
	border-top: 50px solid;
	content: "";
	width: 2.5em; /* 線の長さ */
}
.impressions_body_subtitle:before {
	margin-right: 2.8em; /* 文字の右隣 */
}
.impressions_content p{
	margin:0 5% 4% 5%;	
	padding:0 5% 0 5%;
	border-left: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
}
@media screen and (max-width:767px) {
.impressions_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.impressions_text p{
	margin:0;
}
.impressions_box{
    margin:0;
}
.impressions_back{
	position: absolute;
	font-size:700%;
	top:80%;
	left:2%;
}
.impressions_under_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.impressions_list {
	width:96%;
	margin:0 2% 0 2%;
}
.impressions_list ul{
	display: block;
}
.impressions_list ul li{
	width:100%;
	margin:0 0 3% 0;
}
.impressions_photo{
	width:100%;
}
.impressions_body_title{
	margin:5% 2% 0 2%;
	padding:0 0 0 4%;
    border-left: 1px solid #2a2a2a;
}
.impressions_content{
	width:96%;
	margin:5% 2% 0 2%;
}
.impressions_body_subtitle h4{
	font-size:18px;
}
.impressions_body_subtitle:before {
	border-top: 40px solid;
	content: "";
	width: 1.5em; /* 線の長さ */
}
.impressions_body_subtitle:before {
	margin-right: 1.2em; /* 文字の右隣 */
}
}
/* question
-------------------------*/

.question_inner{
	position: relative;
	margin:0 10% 0 10%;
	padding:0 0 5% 0;
}
.question_text{
	position: relative;
    z-index: 900;
}
.question_title_e {
	font-size:140%;
	line-height:4;
}
.question_title{margin:0 0 3%;}
.question_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.question_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.question_list{
	position: relative;
    z-index: 900;
	margin:2% 0 0 0;
}
.question_list ul{

}
.question_list ul li{
	width:96%;
	padding:1% 2% 1% 2%;
	border-top:1px solid #333;
}
.question_list ul li:last-child{
	border-bottom:1px solid #333;
}

.question_qa_inner{
	width:100%;
	margin:0 0 10% 0;
}
.question_qa_text{
	margin:0 0 0 10%;
}
.question_qa_title_e {
	font-size:140%;
	line-height:4;
}
.question_qa_title{margin:0 0 3%;}
.question_qa_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.question_qa_title h2::before {
    content: "";
    width:100px;
	margin-right:1.3vw;
    border-top: 1px solid #fff;
}
.question_qa_list{
	width:70%;
	margin:0 auto 5%;
}
.question_qa_list h3{
	font-size:140%;
	font-weight:500;
	border-bottom: 1px solid #fff;
}
.question_qa_list dl{
	padding:0 2% 0 2%;
	border-bottom: 1px solid #2c2c2c;
}
.question_qa_list dl dt{
	margin:1% 0 1% 0;
}
.question_qa_list dl dd{
	line-height:1.8;
	margin:3% 0 3% 0;
	padding:3%;
	border: 2px dashed #2c2c2c;
}
.question_qa_body{
	width:70%;
	margin:0 auto 10%;
}
.question_qa_body h3{
	font-size:100%;
	color:#FFF;
	margin:5% 0 10% 0;
    padding: 18px 18px;
    display: inline-block;
	background: rgba(255, 255, 255, 0.05);
    border: 1px solid #3a3a3a;
}
.question_qa_content{
	font-size:110%;
	line-height:1.8;
	margin:5% 0 5% 10%;
	padding:4% 0 4% 5%;
	border-left: 1px solid #2c2c2c;
}
@media screen and (max-width:767px) {
.question_inner{
	margin:0;
}
.question_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.question_list{
	margin:2% 2% 0 2%;
}
.question_qa_text{
	width:96%;
	margin:0 2% 0 2%;
}
.question_qa_list{
	width:96%;
	margin:0 2% 0 2%;
}
.question_qa_body{
	width:96%;
	margin:0 2% 10% 2%;
}
.question_qa_content{
	margin:5% 2% 5% 2%;
	padding:4% 0 4% 2%;
}
}

/* student
-------------------------*/

.student_inner{
	position: relative;
	padding:0 0 10% 0;
}
.student_text{
	position:absolute;
	width:500px;
    z-index: 901;
	top:10%;
	right:5%;
}
.student_title_e {
	font-size:140%;
	line-height:4;
}
.student_title{margin:0 0 3%;}
.student_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.student_title h2::before {
    content: "";
    width:100px;
	margin-right:1.3vw;
    border-top: 1px solid #fff;
}
.student_under_text{
	width:600px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.student_under_title_e {
	font-size:140%;
	line-height:4;
}
.student_under_title{margin:0 0 3% 0;}
.student_under_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.student_under_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.student_box{
	position: relative;
	line-height:1.6;
    margin:0 50% 0 0;
    z-index: 900;
}
.student_box ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack: justify;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.student_box li{
	width:48%;
	margin:0 0 1% 0;
}
.student_box li img{
	width:100%;
	height:auto;
}
.student_list {
	width:90%;
	margin:0 auto 5%;
}
.student_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.student_list ul li{
	position:relative;
	width:47%;
	text-align:center;
	margin:0 5% 3% 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	vertical-align:top;
}
.student_list ul li:nth-of-type(2n) {
	margin:0 0 3% 0;
}
.student_list ul li:hover{
    background:rgba(81,81,81,0.5);
}
.student_list ul li h4{font-size:16px;line-height:2;}
.student_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 4% 0;
}
.student_body{
	margin:0 auto 10%;
}
.student_photo{
	width:70%;
}
.student_photo img{
	width:100%;
	height:auto;
}
.student_body_title{
	margin:5% 0 0 25%;
	padding:0 0 0 4%;
    border-left: 1px solid #2a2a2a;
}
.student_body_title h3{
	line-height:1.6;
}
.student_content{
	width:70%;
	margin:5% 5% 0 25%;
	padding:4% 0 4% 0;
	background-color:#121212;
}
.student_body_subtitle {
	display: flex;
	margin:0 0 2% 0;
	align-items: center; /* 垂直中心 */
	justify-content: left; /* 水平中心 */
}
.student_body_subtitle h4{
	font-size:24px;
}
.student_body_subtitle:before {
	border-top: 50px solid;
	content: "";
	width: 2.5em; /* 線の長さ */
}
.student_body_subtitle:before {
	margin-right: 2.8em; /* 文字の右隣 */
}
.student_content p{
	margin:0 5% 4% 5%;	
	padding:0 5% 0 5%;
	border-left: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
}

@media screen and (max-width:767px) {

.student_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.student_list {
	width:96%;
	margin:5% 2% 5% 2%;
}
.student_list ul{
	display: block;
}
.student_list ul li{
	width:100%;
	margin:0 0 3% 0;
}
.student_box{
    margin:0;
}
.student_box li{
	width:46%;
	margin:0 2% 3% 2%;
}
.student_under_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.student_photo{
	width:100%;
}
.student_photo_under{
	width:100%;
	margin:6% 0 0 0;
}
.student_body_title{
	margin:5% 2% 0 2%;
	padding:0 0 0 4%;
}
.student_content{
	width:96%;
	margin:5% 2% 0 2%;
}
.student_body_subtitle h4{
	font-size:18px;
}
.student_body_subtitle:before {
	border-top: 40px solid;
	content: "";
	width: 1.5em; /* 線の長さ */
}
.student_body_subtitle:before {
	margin-right: 1.2em; /* 文字の右隣 */
}
}

/* skill
-------------------------*/

.skill_inner{
	position: relative;
	height: 1950px;
}
.skill_img01{
	position: absolute;
	z-index: 900;
	left:0;
	padding:20% 0 0 0;
}
.skill_img01 img{
	width:50%;
	height:auto;
}
.skill_img02{
	position: absolute;
	z-index: 900;
	right:0;
	text-align:right;
}
.skill_img02 img{
	width:25%;
	height:auto;
}
.skill_text{
	width:80%;
	position:absolute;
    z-index: 900;
	top:0;
	left:20%;
}
.skill_title_e {
	font-size:140%;
	line-height:4;
}
.skill_title{margin:0 0 8% 0;}
.skill_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.skill_title h2::before {
    content: "";
    width:100px;
	margin-right:1.3vw;
    border-top: 1px solid #fff;
}
.skill_box{
	margin-left:30%;
}
.skill_subtitle{
	border-bottom:1px dashed #FFF;
}
.skill_subtitle p{
	width:8%;
	font-size:20px;
	text-align:center;
	color:#000;
	display:inline-block;
	background-color:#FFF;
}
.skill_subtitle h3{
	width:86%;
	font-size:20px;
	display:inline-block;
	padding:0 0 0 4%;
}
.skill_box ul{
	margin:5% 2% 10% 12%;
}
.skill_box ul li{
	font-size: 14px;
	display:inline-block;
	margin:0 1% 1% 0;
}
.skill_box ul li span{
	color:#FFF;
	padding:5px 10px 5px 10px;
	background-color:#6d6d6d;
	border-radius:2px;
}
.skill_bar{
	margin:5% 2% 10% 12%;
}
.bar{
	height: 30px;
	max-width: 800px;
	margin: 0 auto 10px auto;
	line-height: 30px;
	font-size: 14px;
	color:#fff;
	padding: 0 0 0 10px;
	position: relative;
}
.bar::before{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	height: 30px;
	top: 0;
	z-index: -2;
	background: #ecf0f1;
}
.bar::after{
	content: '';
	background: #2ecc71;
	height: 30px;
	transition: 0.7s;
	display: block;
	width: 100%;
	-webkit-animation: bar-before 1 1.8s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@-webkit-keyframes bar-before{
  0%{
    width: 0px;
  }
  100%{
    width: 100%;
  }
}
.bar00::after{

}
.bar10::after{
  max-width: 10%;
}
.bar20::after{
  max-width: 20%;
}
.bar30::after{
  max-width: 30%;
}
.bar40::after{
  max-width: 40%;
}
.bar50::after{
  max-width: 50%;
}
.bar60::after{
  max-width: 60%;
}
.bar70::after{
  max-width: 70%;
}
.bar80::after{
  max-width: 80%;
}
.bar90::after{
  max-width: 90%;
}

@media screen and (max-width:767px) {
.skill_inner{
	position: relative;
	height: auto;
	padding:0;
}
.skill_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.skill_img01{
	position: static;
	display:block;
	padding:0;
}
.skill_img01 img{
	width:100%;
	height:auto;
}
.skill_img02{
	display:none;
}
.skill_box{
	margin-left:0;
}
.skill_box ul{
	margin:5% 2% 10% 2%;
}
.skill_bar{
	margin:5% 2% 10% 2%;
}
}

/* policy
-------------------------*/
.policy_inner {
	position: relative;
	padding:0 0 6% 0;
}
.policy_text{
	width:600px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.policy_title_e {
	font-size:140%;
	line-height:4;
}
.policy_title{margin:0 0 3% 0;}
.policy_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.policy_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.policy_wrap {
    width:70%;
	margin:0 5% 0 25%;
}
@media screen and (max-width:767px) {
.policy_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.policy_wrap {
    width:96%;
	margin:0 2% 0 2%;
}
}
/* search
-------------------------*/

.search_inner{
	position: relative;
	padding:0 0 6% 0;
}
.search_text{
	width:800px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.search_title_e {
	font-size:140%;
	line-height:4;
}
.search_title{margin:0 0 3% 0;}
.search_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.search_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.search_detail {
	width:70%;
	margin:auto;
}
.search_box{
  position: relative;
  box-sizing: border-box;
  display: block;
  margin:10px 10px 0 0;
  padding:10px 15px;
  border-radius: 36px;
  width: 250px;
  overflow: hidden;
  background: #e4e4e4;
}
.search_box input[type="text"]{
  border: none;
  height: 2.0em;
  background: #e4e4e4;
}
.search_box input[type="text"]:focus {
  outline: 0;
}
.search_box input[type="submit"]{
  cursor: pointer;
  font-family:'FontAwesome';
  font-size:24px;
  font-weight:600;
  border: none;
  background: none;
  color: #000;
  position: absolute;
  right: 15px;
  top: 13px;
  outline : none;
}
.search_box ::-webkit-input-placeholder {
  color: #fff;
}
.search_list{
    width:70%;
	margin:0 5% 0 25%;
}
.search_list ul li{
	width:96%;
	padding:1% 2% 1% 2%;
	border-top:1px solid #333;
}
.search_list ul li:last-child{
	border-bottom:1px solid #333;
}
@media screen and (max-width:767px) {
.search_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.search_box {
    width:96%;
	margin:0 2% 0 2%;
}
}

/* sitemap
-------------------------*/
.sitemap_inner {
	position: relative;
	padding:0 0 6% 0;
}
.sitemap_text{
	width:600px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.sitemap_title_e {
	font-size:140%;
	line-height:4;
}
.sitemap_title{margin:0 0 3% 0;}
.sitemap_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sitemap_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.sitemap_list {
    width:70%;
	margin:0 5% 0 25%;
}
.sitemap_list ul{
	margin:1% 0 1% 0;
	padding:0 0 0 0;
}
.sitemap_list ul li{}
.sitemap_list ul li.sitemap_one{
	display:block;
	margin:0 0 2% 0;
	padding:0.5% 0 0.5% 0;
	clear:both;
	border-bottom:1px dashed #2b2b2b;
}
.sitemap_list ul li.sitemap_two{
	padding:0 0 0 4%;
}
.sitemap_list ul li.sitemap_three{
	padding:0 0 0 8%;
}
.sitemap_list ul li.sitemap_one a,
.sitemap_list ul li.sitemap_two a,
.sitemap_list ul li.sitemap_three a{
	text-decoration:none;
}
.sitemap_list ul li.sitemap_one a:hover,
.sitemap_list ul li.sitemap_two a:hover,
.sitemap_list ul li.sitemap_three a:hover{
	text-decoration: underline;
}
@media screen and (max-width:767px) {
.sitemap_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.sitemap_list {
    width:96%;
	margin:0 2% 0 2%;
}
}
/* contact_info
-------------------------*/

.contact_info{
	position: relative;
    z-index: 900;
	width: 86%;
	margin: 0 auto 10%;
}
.contact_info a {
	display: block;
	padding: 50px 40px 105px 40px;
	border: 1px solid #ffffff;
	color: #ffffff;
	position: relative;
	background: #474747;
}
.contact_info a:hover {
	background: #7a7a7a;
	color: #fff;
	opacity: 1;
	-ms-filter:"alpha( opacity=100 )";
	filter: alpha( opacity=100 );
}
.contact_info a span {
	display: block;
	line-height:2;
	float: left;
}
.contact_info a span.en {
    font-size: 34px;
	margin-right: 40px;
}
.contact_info a span.ja {
	font-size: 15px;
	letter-spacing: 1px;
}
.contact_button{
	display:inline-block;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	margin:3% 1% 0 1%;
	padding:2% 10% 2% 10%;
	background-color:#f45f9b;
	border:3px solid #f45f9b;
	border:0;
}
.contact_button a{
	display:inline-block;
	background-color:#fff;
	border:0;
}
.co_button{
	text-align:center;
	margin:3% auto 0;
}
.co_button input[type="submit"]{
	text-align: center;
	color:#FFF;
	padding:15px 100px 15px 100px;
	background-color:#f45f9b;
	border:3px solid #f45f9b;
}
.co_button input[type="submit"]:hover{
	background-color:#e02e76;
	border:3px solid #e02e76;
}
.contact_navi {
	width:100%;
	margin:0 0 5% 0;
}
.contact_navi ul{
	margin:auto;
}
.contact_navi ul li{
	font-size:90%;
	display:inline-table;
	position:relative;
	margin: 0 5% 0 0;
}
.contact_navi ul li::after{
    content:"\f105";
	color:#ededed;
	font-family: 'FontAwesome';
	font-weight:600;
	position:absolute;
	right:-20%;
}
.contact_navi ul li:last-child::after{
    content:"";
}
.contact_navi ul li.visited{
	color:#fff;
	background-color:#878787;
	padding:1% 5% 1% 5%;
	border-radius:6px;
}
.contact_navi ul li.active{
	color:#fff;
	padding:1% 5% 1% 5%;
	border-radius:6px;
	background: linear-gradient(-135deg, #f9bf00, #ff5532);
}
.wpcf7-form-control-wrap input.readonly{
    width: 100%;
	background-color:#fff;
	pointer-events: none;
	border: none;
	padding:2px;
}
@media screen and (max-width:767px) {
.contact_info{
	width: 96%;
	text-align:left;
}
.contact_info a {
	padding: 40px 5% 40px 5%;
}
.contact_info a span {
	float: none;
}
.contact_info a span.en {
    font-size: 30px;
}
}

/* contact
-------------------------*/
.contact_inner {
	position: relative;
	padding:0 0 6% 0;
}
.contact_text{
	width:600px;
	position: relative;
    z-index: 901;
	top:0;
	left:15%;
}
.contact_title_e {
	font-size:140%;
	line-height:4;
}
.contact_title{margin:0 0 3% 0;}
.contact_title h2 {
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(0deg, #f0ff00, #FF8C00, #FF0080);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact_title h2::after {
    content: "";
    width:100px;
	margin-left:1.3vw;
    border-top: 1px solid #fff;
}
.contact_wrap {
    width:75%;
	margin:0 0 0 25%;
}
/* 任意マーク */
.must {
	font-weight:normal;
	color: #fff;
	border-radius: 3px;
	font-size:80%;
	margin:0 0 10px 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
	background: linear-gradient(-135deg, #f9bf00, #ff5532);
}
.contact_box {
	margin:auto;
}
.contact_box dl{}
.contact_box dl dt{
	font-size:110%;
	font-weight: 500;
	display:block;
	padding:0 0 2% 0;
}
.contact_box dl dd{
	display:block;
	margin:0 0 2% 5%;
	padding:0 0 0 5%;
	border-left:1px solid #2a2a2a;
}
.contact_box dl dd span.wpcf7-list-item {
	display: block;
}
.contact_box dl dd select {padding:1.5%;}
.f_s_a {width:500px;}
.f_s_b {width:700px;}
.wpcf7-list-item{display:block;}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	padding:1%;
	border:1px solid #f5f5f5;
	background-color:#f5f5f5;
}
.wpcf7-not-valid-tip{
	margin:0;
	padding:0;
}
.contact_inner .wpcf7c-conf {
	border: none;
	background-color:#f5f5f5;
}
/* 完了後非表示 */
.sent .kan {
        display:none;
}
.contact_box input[type=checkbox] {
	width:14px;
	height:14px;
	-moz-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 0 !important;
}
@media screen and (max-width:767px) {
.contact_text{
	width:96%;
	display:block;
	position: static;
	margin:0 2% 0 2%;
}
.contact_wrap {
    width:96%;
	margin:0 2% 0 2%;
}
.f_s_a {width:92%;}
.f_s_b {width:92%;}
.wpcf7-form-control-wrap input,
.wpcf7-textarea {width:92%;padding:2%;}
}

/* reCAPTCHA
-------------------------*/
.grecaptcha-badge {
	margin:auto;
}

/* footer
-------------------------*/
footer {
	position:relative;
	z-index: 900;
	text-align:right;
	padding:0 0 5% 0;
	background-color:#000;
}
.footer_inner {
	padding:0 5% 0 0;
}
.footer_logo {
	font-size:80%;
	line-height:1.2;
}
.copy{
	font-size:60%;
	line-height:4;
}
.copy span{
	border-bottom:2px solid #333;
}
@media screen and (max-width:767px) {

}

.grecaptcha-badge { visibility: hidden; }