@charset "utf-8";
/* Simple fluid media
Note: Fluid media requires that you remove the media's height and width attributes from the HTML
http://www.alistapart.com/articles/fluid-images/ 
*/
/* IE 6 does not support max-width so default to width 100% */
img, object, embed, video {
max-width: 100%;
}
.en {
font-family: 'Roboto', sans-serif;
}



/*==================================================
背景色が伸びて出現
===================================*/

/*全共通*/

.bgextend{
animation-name:bgextendAnimeBase;
animation-duration:1s;
animation-fill-mode:forwards;
position: relative;
overflow: hidden;/*　はみ出た色要素を隠す　*/
opacity:0;
}

@keyframes bgextendAnimeBase{
from {
opacity:0;
}

to {
opacity:1;  
}
}



/*中の要素*/
.bgappear{
animation-name:bgextendAnimeSecond;
animation-duration:1s;
animation-delay: 0.6s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes bgextendAnimeSecond{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*左から右*/
.bgLRextend::before{
animation-name:bgLRextendAnime;
animation-duration:1s;
animation-fill-mode:forwards;
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #2a2a2a;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
0% {
transform-origin:left;
transform:scaleX(0);
}
50% {
transform-origin:left;
transform:scaleX(1);
}
50.001% {
transform-origin:right;
}
100% {
transform-origin:right;
transform:scaleX(0);
}
}

/*左から右 背景色白*/
.bgLRextend_w::before{
animation-name:bgLRextendAnime2;
animation-duration:1s;
animation-fill-mode:forwards;
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime2{
0% {
transform-origin:left;
transform:scaleX(0);
}
50% {
transform-origin:left;
transform:scaleX(1);
}
50.001% {
transform-origin:right;
}
100% {
transform-origin:right;
transform:scaleX(0);
}
}



/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
opacity: 0;
}

.bgappearTrigger,
.bgLRextend_wTrigger{
opacity: 0;
}

.c01 {color:#f18700;}
.c02 {color:#000000;}
.c03 {color:#FFFFFF;}

/*PC*/
@media print, screen and (min-width: 769px) {
body {
font-size: 16px;
line-height: 2;
position: relative;
width: 100%;
/*overflow-x: scroll;*/
}
/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}
/*btn*/
/*----------------------------*/
.detialbtn {
margin: 40px auto 0;
}
.detialbtn a {
display: block;
position: relative;
width: 240px;
margin: 0 auto;
padding: 1em 2em;
background-color: #00001a;
-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
color: #fff;
text-align: left;
text-decoration: none;
}
.detialbtn a:before {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 32px;
padding: 1em 0;
background: #fff;
content: '';
opacity: 0.5;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.detialbtn a:after {
position: absolute;
top: calc(50% - 3px);
right: 1.5em;
width: 6px;
height: 6px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
border-bottom: 2px solid #0f9582;
border-left: 2px solid #0f9582;
content: '';
-webkit-transition: all .5s;
transition: all .5s;
}
.detialbtn a:hover:before {
width: 100%;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.top_detialbtn a:hover:after {
right: 1.2em;
-webkit-transition: all .5s;
transition: all .5s;
}
.back {
margin-top: 100px;
text-align: center;
}
.back a {
position: relative;
padding-right: 40px;
font-family: 'Hind', sans-serif;
}
.back a i {
position: absolute;
top: 10%;
right: 0px;
font-size: 1.3em;
transition: all .3s;
}
.back a:hover i {
right: -10px;
transition: all .3s;
}


a.btn_28 {
	margin: auto;
	width: 240px;
	padding: 3px;
	align-items: center;
	text-align: center;
	background-image: linear-gradient(145deg,#27acd9 , #195892 50%,#b4e12b);
	border: 0;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s;
}
a.btn_28:active,a.btn_28:hover {
 outline: 0;
}
a.btn_28 span {
 background: #000;
 padding: 1rem 4rem;
 border-radius: 6px;
 width: 100%;
 height: 100%;
 transition: 300ms;
}
a.btn_28:hover span {
 background: none;
	color: #fff;
}
    
    
/*com*/
/*----------------------------*/

.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}
#contents {
width: 100%;
min-width: 1200px;
margin: auto;
}
.comPd_80 {
padding: 80px 0;
}
    
.w60{
width: 60%;
margin: 0 auto;}
    
.w80{
width: 80%;
margin: 0 auto;}

.w90{
width: 90%;
margin: 0 auto;}
    
.w980 {
max-width: 980px;
margin: auto;
}

.w1100 {
max-width: 1100px;
margin: auto;
}

.com_table {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table th {
border-bottom: 1px solid #dcdcdc;
width: 20%;
padding: 10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
}
.com_table td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
}

.com_table2 {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table2 th {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
background: #F1F1F1;
}
.com_table2 td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
}

.en_tit{
font-size: 25px;
line-height: 1;
margin: 0 0 10px;
}

.gradation {
background: linear-gradient(90deg, #2ca2b4, #5598de 30%, #7f87ff 65%, #f65aad);
background: -webkit-linear-gradient(0deg, #2ca2b4, #5598de 30%, #7f87ff 65%, #f65aad);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.jp_tit{
line-height: 1.2em;
letter-spacing: -0.06em;
margin: 0 0 60px;
text-align: center;
font-size: max(8vw,100px);
}
    
#about .jp_tit{
font-size: 117px;
line-height: 1.2em;
letter-spacing: -0.06em;
margin: 0 0 60px;
white-space: nowrap;
}
    
    
.jp_sbtit{
font-size: 50px;
line-height: 1.2em;
letter-spacing: -0.06em;
margin: 50px 0 50px 0;
}
    
.com_txt {
font-size: 28px;
font-weight: 700;
line-height: 1.4;
letter-spacing: -0.03em;
/*text-shadow: #f18700 2px 0 5px;*/
}
    
.top_text{
font-size: 19px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 60px 0;
}
    
.content_com_text{
font-size: 19px;
font-weight: 700;
line-height: 1.8;
letter-spacing: -0.03em;
margin: 50px 0 50px 0;}

    

    
/* button
--------------------------------------------*/
    
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
   /* max-width: 225px;*/
    padding: 10px 0px 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 18px;
}
    
.button_box_feature{width: 230px;}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 0;
  background:linear-gradient(#4249af, #f65aad);
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
    
.button018.about a:after {
  left: 0;
  background:linear-gradient(#4249af, #f65aad);
  z-index: 1;
  width: 8rem;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
    
.button018 a span {
  position: absolute;
  transition: all 0.3s;
  z-index: 3;
  letter-spacing: 0.5px;
  left: 20%;
  white-space: nowrap;
  padding-left: 5%;
}
    
.button018.about a span {
  position: absolute;
  transition: all 0.3s;
  z-index: 3;
  letter-spacing: 0.5px;
  left: 7%;
  white-space: nowrap;
  padding-left: 5%;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}
    
    
 /*   
.button{
padding: 40px;
border-radius: 50%;
background:linear-gradient(#4249af, #f65aad);
box-sizing: border-box;
display: inline-block;
position: relative;
}
    
.arrow_right {
  position: relative;
  padding-left: 25px;
}*/

/*.arrow_right::before { 
content: "";
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 38%;
width: 13px;
height: 13px;
border-top: 3px solid #000;
border-right: 3px solid #000;
transform: rotate(45deg);
} 
.button_text{color: #000;}
.button_box .button_text{padding-right: 10px; z-index: 1; letter-spacing: 0.8px;}  
.button_box{display: flex; flex-wrap: wrap; align-items: center; }*/
  
/* button back
--------------------------------------------*/
  /*  
.button_box_back {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin: 100px 0;
}
   
.button_box_back.feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
    */
    
.button_box_back .button_text{color: #fff; padding-right: 10px; box-sizing: border-box; letter-spacing: 0.8px;
} 
    
/* header
--------------------------------------------*/
header {
width: 100%;
position: fixed;
margin: auto;
z-index: 10;
}

#header {
width: 100%;
position: relative;
}

.header_wrap {
height: 90px;
z-index: 10;
transition: 0.5s;
margin: 0 2%;
position: relative;
}

.logo_wrap {
width: 310px;
transition: 0.5s;
position: absolute;
top: 40px;
left: 0;
}

/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
position: absolute;
top: 40px;
right: 0;
display: block;
width: 40px;
height: 45px;
z-index: 3;
border: none;
}
.bar {
width: 40px;
height: 2px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #FFF;
}
.bar_top {
top: 10px;
}
.bar_bottom {
bottom: 20px;
}
.burger-btn.close .bar_top {
transform: translate(-50%, 5px) rotate(45deg);
transition: transform .3s;
}
.burger-btn.close .bar_bottom {
transform: translate(-50%, -8px) rotate(-45deg);
transition: transform .3s;
}

button p{
position: absolute;
bottom: -10px;
left: 2px;
font-size: 0.8em;
color: #FFF;
}

/* 全画面表示 */
.menu_wrap {
position: fixed;
top: 0;
right: 0;
transition: all .5s;
z-index: 2;
}
.menu {
width: 100%;
height: 100%;
background: #111;
z-index: 100;
position: relative;
margin: 0 -100% 0 auto;
transition: all .5s;
overflow: auto;
}
.menu_list {
display: block;
position: absolute;
top: 23%;
left: 49%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
text-align: center;
font-size: 17px;
}
    
.menu_list li {
margin-top: 10px;
font-size: 1.1em;
font-weight: 300;
letter-spacing: 0.01em;
}

.menu_list li a {
color: #a0a0a0;
}
    
    
.menu_wrap .menu .logo_box{
display: none;
}
    
/* メニューオープン時 */
.menu_wrap.fade {
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
}
.menu_wrap.fade .menu {
margin: 0 0 0 auto;
transition: all .5s;
position: relative;
}
    
.menu_wrap.fade .menu .logo_box{
position: absolute;
top: 15%;
width: 280px;
display: block;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    
    
.noscroll {
overflow: hidden;
}


#header.scroll-nav{
width: 100%;
height: 75px;
background: rgba(0,0,0,0.7);
}

#header.scroll-nav .header_wrap{
margin: 0 2%;
}

#header.scroll-nav .logo_wrap {
width: 200px;
transition: 0.5s;
position: absolute;
top: 0;
}

#header.scroll-nav .burger-btn {
position: absolute;
top: 5px;
right: 0;
transition: 0.5s;
}


/* footer
--------------------------------------------*/
footer {
background: #111;
position: relative;
}
#footer {
width: 980px;
margin: 0 auto;
padding:200px 0;
box-sizing: border-box;
}
.f_logo {
width: 200px;
margin:0 auto 60px;
}
.f_logo p {
display: block;
font-size: 0.8em;
padding: 15px 0 10px 10px;
box-sizing: border-box;
line-height: 1.6;
}

#footer ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
font-weight: 500;align-content: center;
letter-spacing: 0.01em;
margin: 0 auto 100px;
}

#footer ul li {
font-size:12px;
font-weight: 300;
padding: 0 10px;
box-sizing: border-box;
}

#footer ul li a {
color: #a0a0a0;
}
footer ul li a:hover {
opacity: 0.6;
}
.copy {
width: 100%;
font-size: 12px;
letter-spacing: 0.12em;
font-weight: 300;
color: #a0a0a0;
text-align: center;
}
/* hed
--------------------------------------------*/
.hed {
padding: 160px 0 0;
margin-bottom: 150px;
}
.hed .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.hed_ttl h2 {
font-size: 1em;
font-weight: 500;
position: relative;
margin: 80px 0 0;
}
.hed_ttl h2::before {
content: attr(data-en);
display: block;
margin-bottom: 10px;
font-size: 86px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1.1;
background: -webkit-linear-gradient(0deg, #2ca2b4, #5598de 30%, #7f87ff 65%, #f65aad);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.pankuzu {
list-style: none;
display: flex;
box-sizing: border-box;
justify-content: right;
}
.pankuzu li {
font-size: 0.8em;
}
.pankuzu li::after {
content: ">";
padding: 0 10px;
text-decoration: nonep;
}
.pankuzu li:nth-last-of-type(1)::after {
content: none;
}
.pankuzu li a {color:#a0a0a0;}


/* btnBk
--------------------------------------------*/
.btnBk {
text-align: center;
}
.btnBk a {
position: relative;
border: 1px solid #333;
padding: 10px 60px;
border-radius: 50px;
font-size: 0.9em;
display: inline-block;
}
.btnBk a:hover {
color: #d09c80;
transition: all 0.3s ease-out;
}
}


/*sp*/
@media only screen and (max-width: 768px) {
body {
font-size: 14px;
line-height: 1.8;
}
    
.pd3{padding: 0 3%;}
    

/*btn*/
/*----------------------------*/
.detialbtn {
margin: 40px auto 0;
}
.detialbtn a {
display: block;
position: relative;
width: 70%;
margin: 0 auto;
padding: 1em 2em;
background-color: #00001a;
-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
color: #fff;
text-align: left;
text-decoration: none;
}
.detialbtn a:before {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 32px;
padding: 1em 0;
background: #fff;
content: '';
opacity: 0.5;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.detialbtn a:after {
position: absolute;
top: calc(50% - 3px);
right: 1.5em;
width: 6px;
height: 6px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
border-bottom: 2px solid #0f9582;
border-left: 2px solid #0f9582;
content: '';
-webkit-transition: all .5s;
transition: all .5s;
}
.detialbtn a:hover:before {
width: 100%;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.top_detialbtn a:hover:after {
right: 1.2em;
-webkit-transition: all .5s;
transition: all .5s;
}
.back {
margin-top: 50px;
text-align: center;
}
.back a {
position: relative;
padding-right: 40px;
font-family: 'Hind', sans-serif;
}
.back a i {
position: absolute;
top: 10%;
right: 0px;
font-size: 1.3em;
transition: all .3s;
}
.back a:hover i {
right: -10px;
transition: all .3s;
}
/*--パンくず---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 15px;
z-index: 2000;
width: 45px;
}
#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}
    
    
/* button
--------------------------------------------*/
    
.button018 a {
  left: 0;
  background:linear-gradient(#4249af, #f65aad);
  z-index: 1;
  width: 210px;
  height: 5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  display: inline-block;
  position: relative;
}

.button018 a:before{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 0.5rem;
height: 0.5rem;
left: 1.1rem;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
z-index: 2;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}

    
.button018 a span {
 position: absolute;
transition: all 0.3s;
z-index: 3;
letter-spacing: 0.5px;
left: 15%;
color: #fff;
top: 50%;
transform: translate(0%, -50%);
}
    
.button018.about a span {
position: absolute;
transition: all 0.3s;
z-index: 3;
letter-spacing: 0.5px;
left: 12%;
color: #fff;
top: 50%;
transform: translate(0%, -50%);
}

.button_box{
width: 250px;
margin-top: 50px;}

    
    
    
    
    
/* com
--------------------------------------------*/

.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}
#contents {
width: 100%;
margin: auto;
overflow: hidden;
}
.w980 {
width: 90%;
margin: auto;
}

.w900 {
max-width: 80%;
margin: auto;
}

.comPd01 {
padding: 0 0 80px;
}
.comInBox01 {
margin-bottom: 60px;
}
.comInBox01:last-child {
margin-bottom: 0px;
}
.comPd_80 {
padding: 40px 0;
}
.comPd_top80 {
padding: 40px 0 0;
}

.com_table {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table th {
display: block;
width: 100%;
padding: 10px 10px 0;
text-align: left;
box-sizing: border-box;
}
.com_table td {
display: block;
border-bottom: 1px solid #dcdcdc;
padding: 10px;
box-sizing: border-box;
}

.com_table2 {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table2 th {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
background: #F1F1F1;
}
.com_table2 td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
}



.en_tit{
font-size: 25px;
line-height: 1;
margin: 0 0 10px;
}

.gradation {
background: linear-gradient(90deg, #2ca2b4, #5598de 30%, #7f87ff 65%, #f65aad);
background: -webkit-linear-gradient(0deg, #2ca2b4, #5598de 30%, #7f87ff 65%, #f65aad);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.jp_tit{
font-size: 45px;
line-height: 1.2em;
letter-spacing: -0.06em;
margin: 0 0 20px;
}

.jp_sbtit{
font-size: 32px;
line-height: 1.2em;
letter-spacing: -0.06em;
margin: 30px 0 20px;
}
  
    
.com_txt {
font-size: 20px;
font-weight: 700;
line-height: 1.4;
letter-spacing: -0.03em;
}

    
.top_text{
font-size: 15px;
font-weight: 700;
line-height: 1.6;
letter-spacing: -0.03em;
margin: 30px 0;
}
    
.content_com_text{
font-size: 15px;
font-weight: 700;
line-height: 1.4;
letter-spacing: -0.03em;
margin: 30px 0;
}

    


/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
width: 100%;
height: 50px;
z-index: 10;
position: fixed;
padding: 0px 10px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.logo_wrap {
width: 120px;
position:absolute;
z-index: 100;
top: 10px;
left: 15px;
}


/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 10px;
right: 15px;
z-index: 3;
border: none;
}
.bar {
width: 25px;
height: 2px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #FFF;
}
.bar_top {
top: 10px;
}
.bar_bottom {
bottom: 10px;
}
.burger-btn.close .bar_top {
transform: translate(-50%, 3px) rotate(45deg);
transition: transform .3s;
}
.burger-btn.close .bar_bottom {
transform: translate(-50%, -6px) rotate(-45deg);
transition: transform .3s;
}

button p{
display: none;
}

/* 全画面表示 */
.menu_wrap {
position: fixed;
top: 0;
right: 0;
transition: all .5s;
z-index: 2;
}
.menu {
width: 100%;
height: 100%;
background: #111;
z-index: 2;
position: relative;
margin: 0 -500px 0 auto;
transition: all .5s;
}
.menu_list {
position: absolute;
top: 7%;
left: 0%;
right: 0%;
width: 80%;
margin: auto;
height: 90%;
overflow-y: scroll;
scrollbar-width: none;
padding: 30px 0;
box-sizing: border-box;
}
.menu_list li {
margin-top: 15px;
}

.menu_list li a{
font-size: 1.1em;
font-weight: 300;
letter-spacing: 0.01em;
color: #a0a0a0;
}

.menu_list span {
display: block;
font-size:1.1em;
font-weight: 500;
}
.menu_list li.small {
margin-top: 10px;
font-size: 0.9em;
}
.menu_list li.bd {
margin-top: 30px;
border-top: 1px solid #999;
padding-top: 20px;
}
.menu_list li a {
display: block;
}
    
.menu_wrap .menu .logo_box{
display: none;
}
    
/* メニューオープン時 */
.menu_wrap.fade {
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
}
.menu_wrap.fade .menu {
margin: 0 0 0 auto;
transition: all .5s;
}
.noscroll {
overflow: hidden;
}
#header.scroll-nav {
height: 50px;
}

.enbtn {
position: absolute;
top: 10px;
right: 60px;
}

.enbtn a{
padding: 5px 8px;
box-sizing: border-box;
font-size: 0.8em;
text-align: center;
border-radius: 3px;
background: #0f9582;
color: #FFF;
}
    
    
 .menu_wrap.fade .menu .logo_box {
    position: absolute;
    left: 40%;
    top: 15%;
    width: 280px;
    display: block;
  }
    

/* hed
--------------------------------------------*/

    
.hed {
padding: 60px 3% 0;
margin-bottom: 50px;
}
.hed .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.hed_ttl h2 {
font-size: 1em;
font-weight: 500;
position: relative;
margin: 80px 0 0;
}
.hed_ttl h2::before {
content: attr(data-en);
display: block;
margin-bottom: 10px;
font-size: 50px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1;
background: -webkit-linear-gradient(0deg, #2ca2b4, #5598de 30%, #7f87ff 65%, #f65aad);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
    

    
.pankuzu {
list-style: none;
display: flex;
box-sizing: border-box;
justify-content: right;
margin-top: 30px;
}
.pankuzu li {
font-size: 0.8em;
}
.pankuzu li::after {
content: ">";
padding: 0 10px;
text-decoration: nonep;
}
.pankuzu li:nth-last-of-type(1)::after {
content: none;
}
.pankuzu li a {color: #a0a0a0;}

/* btnBk
--------------------------------------------*/
.btnBk {
text-align: center;
}
.btnBk a {
position: relative;
border: 1px solid #333;
padding: 10px 60px;
border-radius: 50px;
font-size: 0.9em;
display: inline-block;
}
.btnBk a:hover {
color: #d09c80;
transition: all 0.3s ease-out;
}

/* footer
--------------------------------------------*/
#footer {
width: 100%;
box-sizing: border-box;
margin: auto;
padding: 80px 0;
background: #111;
}
.f_logo {
width: 160px;
margin: 0 auto 50px;
}

.copy {
width: 96%;
margin: 0 auto;
font-size: 10px;
font-weight: 300;
letter-spacing: 0.12em;
text-align: center;
}

#footer ul {
display: none;
}
}