@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

*,
*:before,
*:after {
	box-sizing:inherit;
}
html {

	box-sizing:border-box;
	font-size:62.5%;

}
@font-face {
  font-family: "Noto Sans CJK TC Regular";
  src: local("Noto Sans CJK TC Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Noto Sans CJK TC Bold");
  font-weight: 800;
}
body {
	font-size: 1.4rem;
	line-height: 1.9;
	font-size: 14px;
	font-family: "Noto Sans CJK TC Regular";
	color: #333;
}

body.tablet {
	min-width: 1230px;
	width: 100%;
}


a:link, a:visited {
  text-decoration: none;
  color: #353535;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #353535;
}
a {
	display: block;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
  max-width:100%;
  height:auto;
  box-sizing:content-box;
  vertical-align: middle;
  line-height: 1;
}


h1, h2, h3, h4, h5, h6 {
	max-height:100%;
}

input[type="button"], input[type="submit"], input[type="reset"], label {
  cursor: pointer;
}


.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}



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

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.wrap {
    width: 100%;
    margin: 0 auto;
    min-width: 0;
    padding: 0 3.125%;
}
.social-area-syncer {
  width: 100%;
  min-height: 190px;
  padding: 1.5em 0;
}




@media only screen and (min-width: 641px) {
  /* 641px以上の場合 */
  .hidden-sp {
    display: block;
  }

  .hidden-pc {
    display: none;
  }
	 .pc-br{
		display: none;
	}
}

@media only screen and (max-width: 640px) {
  .hidden-sp {
    display: none;
  }

  .hidden-pc {
    display: flex;
  }
}
/* Layout */
/*==============================
共通要素
==============================*/
.wrap {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
	    box-sizing: content-box;
}
body{
	position: relative;
}

h2 p {
    font-size: 14px;
    font-weight: normal;
    color: #010097;
    line-height: 0.5rem;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.l-header .header-logo p {
    color: #222222;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 0.3vw 0;
    text-align: center;
    width: 150px;
    font-size: 13px;
}

.l-header .header-logo {
    display: flex;
    align-items: center;
	float: left;
	padding-top: 10px;
	    margin-top: -15px;
}
a.more-link {
    color: #fff;
}

/*==============================
ヘッダー
==============================*/
h1 {
	font-size: 11px;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.header-box .fl-list{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrap .fl-list .header-logo-area{
	display: flex;
	justify-content: space-between;
	    padding-top: 5px;
}
.fl-list .header-logo-area .header-contact{
	    background-color: #d57800;
    padding: 9px 20px 8px 56px;
    color: #fff;
    background-image: url(../img/layout/header/header_mail.png);
    background-repeat: no-repeat;
    background-position: 15px 17px;
    line-height: 1.4;
	    font-weight: bold;
	    margin-top: -12px;
}
.fl-list .l-navi #accordion_sp_in{
	/*z-index: 105;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
/*==============================
グローバルナビ
==============================*/
ul.nav-list.pc-list {
    display: flex;
    justify-content: flex-end;
	    padding-top: 45px;
	    font-family: Roman;
}
.header-box {
    z-index: 105;
    position: relative;
}
.l-header {
  padding: 7px 0 0;
}
.l-header .header-bar {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
	padding: 2px 0 0;
}
.l-header .header-bar .header-sub-navi ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
}
.l-header .header-bar .header-sub-navi ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 12px;
}
.l-header .header-bar .header-sub-navi ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-top: 1px solid #0083BF;
  border-right: 1px solid #0083BF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: .2s;
}

.l-header .header-logo {
  margin-right: 10px;
}
.l-header .header-logo img {
  width: 200px;
  height: auto;
  transition-duration: unset;
}

.l-header .header-contact .contact-list {
  display: -webkit-flex;
  display: flex;
}
.l-header .header-contact .contact-list li + li {
  margin-left: 15px;
}
.l-header .header-contact .contact-list li:nth-child(1) a {
  padding-left: 30px;
  background-image: linear-gradient(to right, #ffffff 50%, #e52929 50%);
  border-color: #E52929;
}
.l-header .header-contact .contact-list li:nth-child(1) a:before {
  position: absolute;
  left: 10%;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 21px;
  height: 15px;
  background: url(../img/layout/header/header_contact_off.png) no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
}
.l-header .header-contact .contact-list li:nth-child(1) a:hover {
  color: #E52929;
}
.l-header .header-contact .contact-list li:nth-child(1) a:hover:before {
  background: url(../img/layout/header/header_contact_on.png) no-repeat;
  background-size: contain;
}
.l-header .header-contact .contact-list li:nth-child(2) a {
  background-image: linear-gradient(to right, #ffffff 50%, #e59d29 50%);
  border-color: #E59D29;
}
.l-header .header-contact .contact-list li:nth-child(2) a:hover {
  color: #E59D29;
}
.l-header .header-contact .contact-list li a {
  display: inline-block;
  width: 146px;
  padding: 6px 0;
  color: #fff;
  font-weight: normal;
}
.l-header .header-contact .contact-list li a:after {
  display: none;
  padding-left: 30px;
}
nav.l-navi {
	width: 100%; 
	padding-top: 20px;
 background: rgba(255,255,255,0.80); 
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#accordion_sp_in {
    width: 100%;
    max-width: 1200px;
}

@media only screen and (min-width: 768px) {
  /*PC版accordion-list保護*/
  .l-header .l-navi .accordion-list {
    display: block !important;
  }

  .l-header .l-navi ul.child {
    display: none !important;
  }

  .l-navi {
    /*display: -webkit-flex;
    /*display: flex;
    justify-content: flex-end;*/
    /*align-items: center;*/
    width: 80%;
  }
  .l-navi div#accordion_sp {
    display: none;
  }
  .l-navi .accordion-list {
    width: 60%;
    margin-right: 3%;
    max-width: 620px;
  }
  .l-navi .accordion-list > ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
        justify-content: space-around;
  }
  .l-navi .accordion-list > ul > li a {
    color: #111;
  }
  .l-navi .accordion-list > ul > li a:hover {
    color: #d57800;
  }
  .l-navi .accordion-list > ul.menu li {
    position: relative;
    line-height: 50px;
  }
  .l-navi .accordion-list > ul.menu li .navi-icon {
    display: none;
  }
  .l-navi .accordion-list .header-sns ul.sns-list {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-navi .accordion-list .header-sns ul.sns-list li {
    width: 100%;
    height: auto;
    text-align: center;
    border: 0;
  }
  .l-navi .accordion-list .header-sns ul.sns-list li:nth-child(1) a {
    background: #0f71aa;
  }
  .l-navi .accordion-list .header-sns ul.sns-list li:nth-child(2) a {
    background: #3d5998;
  }
  .l-navi .accordion-list .header-sns ul.sns-list li:nth-child(3) a {
    background: #42b2d8;
  }
  .l-navi .accordion-list .header-sns ul.sns-list li a {
    line-height: 45px;
  }
  .l-navi .accordion-list .header-sns ul.sns-list li a img {
    height: 18px;
    width: auto;
  }
  .l-navi .accordion-list .header-sns ul.sns-list li a:hover {
    filter: brightness(90%);
  }
  .l-navi .accordion-list .header-sns ul.sns-list li a:hover img {
    opacity: 1;
  }

  /*megamenu*/
  .l-header .l-navi .accordion-list > ul > li ul.child {
    display: block !important;
    position: absolute;
    top: 50px;
    left: -72%;
    right: 0;
    margin: auto;
    width: 210px;
    z-index: 2;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition-duration: .2s;
    border-top: 2px solid #d57800;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li {
    border-bottom: 1px solid rgba(214, 214, 214, 0.8);
    height: auto;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li:last-child {
    border-bottom: 0;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li a {
    position: relative;
    padding: 1.5rem 1.8rem 1.5rem 0.8rem;
    display: block;
    line-height: 1.5;
    /* padding-right: 20px; */
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    margin: auto;
    content: ">";
    display: inline-block;
  }
  .l-header .l-navi .accordion-list > ul > li ul.child li a:hover {
    background: rgba(0, 0, 0, 0.02);
  }
  .l-header .l-navi .accordion-list > ul > li:hover ul.child {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transition-duration: .2s;
  }
}
.l-mv .common-contact li:nth-child(1) a.btn01 {
  color: #fff;
  background-image: linear-gradient(45deg, #ffffff 50%, #e52929 50%) !important;
  background-position: 100%;
  background-size: 400%;
  transition: .3s ease-in-out;
}
.l-mv .common-contact li:nth-child(1) a.btn01:hover {
  background-position: 0;
}
.l-mv .common-contact li:nth-child(2) a.btn02 {
  color: #fff;
  background-image: linear-gradient(45deg, #ffffff 50%, #e59d29 50%) !important;
  background-position: 100%;
  background-size: 400%;
  transition: .3s ease-in-out;
}
.l-mv .common-contact li:nth-child(2) a.btn02:hover {
  background-position: 0;
}
/*==============================
共通バナー
==============================*/
.bnr-area .plan-bnr {
	background: url(../img/module/bnr-bg-01.jpg) no-repeat center;
}
.bnr-area .flow-bnr {
	background: url(../img/module/bnr-bg-02.jpg) no-repeat center;
}
.bnr-area .qanda-bnr {
	background: url(../img/module/bnr-bg-03.jpg) no-repeat center;
}
.bnr-area .plan-bnr a ,
.bnr-area .flow-bnr a ,
.bnr-area .qanda-bnr a {
    height: auto;
    margin: auto;
    display: block;
    text-align: center;
    padding: 22% 0;
}

.bnr-area .plan-bnr ,
.bnr-area .flow-bnr ,
.bnr-area .qanda-bnr {
	background-size: cover;
	min-height: 360px;
	width: 33.3333%;
}
section.bnr-area .b-bnr {
    display: flex;
}
.flow-bnr ,
.plan-bnr ,
.qanda-bnr {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.box{
  position: relative;
  width: 400px;
  height: 200px;
}

.box:before,.box:after{
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  background: #fff;
  transition: width 0.3s,height 0.3s;
}


.box:before{
  top: 0;
  right: 0;
  box-shadow: -397px 0 0 0 #fff; /* 配置位置:親要素の大きさ(300) - 自身の大きさ(3)  */
  opacity: 0;
}

.box:after{
  bottom: 0;
  right: 0;
  box-shadow: 0 -197px 0 0 #fff; /* 配置位置:親要素の大きさ(300) - 自身の大きさ(3)  */
  opacity: 0;
}

.box:hover:before{
  opacity: 1;
  height: 100%;
}

.box:hover:after{
  opacity: 1;
  width: 100%;
}

.bnr-area .s-bnr.wrap {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.bnr-area .b-bnr {
    min-width: 1230px;
}


	
.bnr-area .plan-bnr a ,
.bnr-area .flow-bnr a ,
.bnr-area .qanda-bnr a {
    height: auto;
    margin: auto;
    display: block;
    text-align: center;
    padding: 22% 0;
}

.bnr-area .plan-bnr ,
.bnr-area .flow-bnr ,
.bnr-area .qanda-bnr {
	background-size: cover;
	min-height: 260px;
	width: 33.3333%;
}
section.bnr-area .b-bnr {
    display: flex;
}
.flow-bnr ,
.plan-bnr ,
.qanda-bnr {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.box{
  position: relative;
  width: 300px;
  height: 150px;
}

.box:before,.box:after{
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  background: #fff;
  transition: width 0.3s,height 0.3s;
}

.box:before{
  top: 0;
  right: 0;
  box-shadow: -297px 0 0 0 #fff; /* 配置位置:親要素の大きさ(300) - 自身の大きさ(3)  */
  opacity: 0;
}

.box:after{
  bottom: 0;
  right: 0;
  box-shadow: 0 -147px 0 0 #fff; /* 配置位置:親要素の大きさ(300) - 自身の大きさ(3)  */
  opacity: 0;
}	
	

.head-line h2{
	font-family: "游明朝";
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
}
.head-line p{
	font-family: "游明朝";
	font-size: 14px;
	color: #d57800;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 20px;
}
/*==============================
フッター
==============================*/
.l-footer {
    background: #25161b;
    padding: 40px 0;
	min-width: 1230px;
	    color: #fff;
}
.l-footer-nav li a{

	    color: #fff;
}
.footer-nav-list li {
    display: inline-block;
}

.footer-adress {
    float: left;
}

.footer-logo {
    margin-bottom: 15px;
}
.l-footer .f-area {
    line-height: 2;
}
.l-footer-nav li a:hover {
	opacity: 0.75;
}

.l-copyright {
    color: #fff;
	text-align: left;
    margin-top: 20px;
	    font-size: 12px;
}


.footer-nav-list {
    display: flex;
    justify-content: space-around;
    /* margin-right: -1px; */
}
.pc-footer {

    height: auto;
    width: auto;
    padding: 0 20px;
}
.pc-footer:last-child {
    padding: 0 0 0 0px;
}
.pc-footer li {
    margin-bottom: 15px;
	border-right: solid 1px #989898;
    line-height: 12px;
    padding-right: 10px;
    margin-right: 10px;
}
.footer-nav-list.hidden-sp .pc-footer li:last-child {
	border-right:none;
	padding: 0;
	margin: 0;
}

.pc-footer li:last-child {
    margin-bottom: 0px;
}
ul.footer-nav-list.hidden-pc {
    display: none;
}
.l-footer .footer-sns.wrap .sns-img{
	text-align: right;
}
.footer-sns.wrap .sns-img img{
	margin-left: 25px;
}
.insta-logo {
    display: inline-block;
    width: 20px;
    /* margin: auto; */
    text-align: right;
    margin-left: auto;
}
.fb-logo {
    display: inline-block;
	margin-left: 30px;
}
.footer-sns.wrap {
    text-align: right;
	    margin-top: 50px;
}

a.js-tel {
    color: #fff;
	display: inline-block;
}

a.move2 {
	position: relative;
}
a.move2:hover:before {
    content: "▼";
	position: absolute;
	left: 1px;
	right: 0;
	bottom: -20px;
	margin: auto;
	font-size: 4px;
}
a.move2:hover:after {
    content: "事例";
	position: absolute;
	width: 100%;
    right: 0;
    left: 0;
    bottom: -36px;
    text-align: center;
}

a.move3 {
	position: relative;
}
a.move3:hover:before {
    content: "▼";
	position: absolute;
	left: 3px;
	right: 0;
	bottom: -20px;
	margin: auto;
	font-size: 4px;
}
a.move3:hover:after {
    content: "展覧会";
	position: absolute;
	width: 100%;
    right: 0;
    left: 0;
    bottom: -36px;
    text-align: center;
}

a.move4 {
	position: relative;
}
a.move4:hover:before {
    content: "▼";
	position: absolute;
	left: 3px;
	right: 0;
	bottom: -20px;
	margin: auto;
	font-size: 4px;
}
a.move4:hover:after {
    content: "取扱作家・作品";
	position: absolute;
	width: 100px;
    right: 0;
    left: -33px;
    bottom: -36px;
    text-align: center;
}

a.move5 {
	position: relative;
}
a.move5:hover:before {
    content: "▼";
	position: absolute;
	left: 0px;
	right: 0;
	bottom: -20px;
	margin: auto;
	font-size: 4px;
}
a.move5:hover:after {
    content: "アートコンサルティング";
	position: absolute;
	width: 155px;
    right: 0;
    left: -30px;
    bottom: -36px;
    text-align: center;
}

a.move6 {
	position: relative;
}

a.move6:hover:before {
    content: "▼";
	position: absolute;
	left: 0px;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: 100%;
    text-align: center;
	font-size: 4px;
}

a.move6:hover:after {
    content: "住所・営業時間など";
	position: absolute;
	width: 127px;
    right: 0;
    left: -22px;
    bottom: -36px;
    text-align: center;
}
a.move7 {
	position: relative;
}

a.move7:hover:before {
    content: "▼";
	position: absolute;
	left: 0px;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: 100%;
    text-align: center;
	font-size: 4px;
}

a.move7:hover:after {
    content: "お問い合わせ";
	position: absolute;
	width: 127px;
    right: 0;
    left: -40px;
    bottom: -36px;
    text-align: center;
}
a.move8 {
	position: relative;
}

a.move8:hover:before {
    content: "▼";
	position: absolute;
	left: 0px;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: 100%;
    text-align: center;
	font-size: 4px;
}

a.move8:hover:after {
    content: "プライバシーポリシー";
	position: absolute;
	width: 140px;
    right: 0;
    left: -20px;
    bottom: -36px;
    text-align: center;
}
.l-footer .f-company.wrap .f-menu{
	display: flex;
	justify-content: space-between;
}
ul.footer-navi-list.hidden-sp {
    display: flex;
}
.l-footer-nav .footer-navi-list.hidden-sp .navi-list{
	max-width: 300px;
	width: 100%;
	
    min-width: 205px;
}
.navi-list-child li a:before{
	content: "■";
    margin-right: 0.5em;
    color: #ffffff;
    vertical-align: baseline;
}
.navi-list-child-child li a:before{
	content: ">";
}
.navi-list-child .navi-list-child-child li{
	padding-bottom: 10px;
	    font-size: 12px;
	margin-left: 10px;
}
.navi-list-child li span:before{
	content: "■";
    margin-right: 0.5em;
    color: #ffffff;
    vertical-align: baseline;
}
.navi-list .navi-list-child li{
	padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
	.wrap {
	width: 1200px;	
	}
}

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

/* Layout */
/*==============================
共通要素
==============================*/
.wrap {
	min-width: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 3.125vw;
	box-sizing: border-box;
}

body{
	position: relative;
}

	.head-line h2 {
    
    color: #000;
    
    padding-bottom: 0vw;
	font-family: "游明朝";
    font-size: 7vw;
    text-align: center;
    padding-top: 20px;
}
	
/*==============================
ヘッダー
==============================*/
.l-header .header-line {
    margin: 0;
	width: 13.625vw;
}

nav.l-navi {
    width: 20%;
    padding-top: 0px;
    background: none;
    font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	margin-top: -9px;
}	
.header-box
{
	padding-bottom: 0;
	position: relative;
	display:  flex;
	justify-content:  space-between;
	/* flex-wrap:  wrap; */
	padding-bottom: 62px;
	padding-top: 1vw;
}

.header-btn {
    width: auto;
}
.header-logo{
	width: 50.3125vw;
	/*height: 8.90625vw;*/
	height: auto;
}
.header-tel {
    margin-right: 1vw;
    display: block;
}
.header-box .header-logo-area .hidden-pc{
	/*width: auto;*/
	margin-right: -3.125vw;
	    margin-top: -13px;
	    margin-left: 14vw;
}
.contact-btn.hidden-pc a img{
		width: 7vw;
	
}
	.fl-list #accordion_sp_in .nav-list{
		    margin-top: 1vw;
			
	}
.wrap .fl-list .hidden-pc.pc-nav{
		order: 2;
	    padding-top: 2vw;
	padding-right: 1vw;
	margin-left: -8vw;
}	
.header-box .fl-list{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
	/* float:  left; */
}
img.header-tel {
	display: none;
    margin-right: 15px;
}
.l-header ul.nav-list a:hover {
    background: #ddd;
    color : #212121;
}
.header-bar {
    padding: 0;
    font-size: 1rem;
}
h1 {
        font-size: 2vw;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 16px;
        text-align: left;
        margin-right: 0;
}
.header-contact {
    margin: 0 2vw;
	width: 13.625vw;
}
.l-header .header-logo {
    display: block;
	    padding-top: 0;
	    margin-left: -7px;
}
.l-header .header-logo p {
    color: #222222;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 0;
    margin: 2vw auto;
    text-align: center;
    width: auto;
    font-size: 3vw;
}
div#accordion_sp_in {
    position: absolute;
    right: 0;
	top: 12.5vw;
    width: 100%;
    background: rgba(255,255,255,0.97);
	z-index: 5;
	    display: none;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.arrow {
    width: auto;
    height: 100%;
    right: 10px;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span:nth-last-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #999;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 51px;
    cursor: pointer;
}
.l-header .l-navi .accordion-list {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 5;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.l-header .l-navi .accordion-list ul.menu li {
    line-height: 1.2;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.l-header .l-navi .accordion-list ul.menu li a {
    padding: 0 2%;
    line-height: 50px;
    font-family: 'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    text-align: left;
}
.l-header .l-navi #accordion_sp_in.accordion-list ul.menu li a {
  line-height: 1.6;
  padding: 1.5rem 1rem 1.5rem 1rem;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
    position:absolute;
    width: 5vw;
    height: 7.5vw;
    /* margin: 1vw 0.5vw 0px 21vw; */
    cursor: pointer;
    /* margin-right:  auto; */
    /* margin-left:  auto; */
    /* text-align:  right; */
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 7.5vw;
  height: 2px;
  background-color: #222;
  border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
  top: 1vw;
}
.menu-trigger span:nth-of-type(2) {
  top: 3.725vw;
}
.menu-trigger span:nth-of-type(3) {
  top: 6.5vw;
}
.menu-trigger.open span:nth-of-type(1) {
  -webkit-transform: translateY(3vw) rotate(-45deg);
  transform: translateY(3vw) rotate(-45deg);
}
.menu-trigger.open span:nth-of-type(2) {
  left: 25%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.menu-trigger.open span:nth-of-type(3) {
  -webkit-transform: translateY(-2.5vw) rotate(45deg);
  transform: translateY(-2.5vw) rotate(45deg);
}
	.menu-trigger:before{
	content: 'MENU';
    top: 7vw;
    right: 0px;
    left: -2px;
    bottom: 0;
    position: absolute;
    font-size: 11px;
    max-width: 3px;
	}
/*==============================
グローバルナビ
==============================*/
.l-nav{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 99;
}

.l-nav  li{
	width: 100%;
	display: block;
	margin-right: 0;
	border-bottom: #848181 1px solid;
}

.l-nav  a{
	color: #fff;
	width: 100%;
	display: block;
	padding: 6.25vw 3.125vw;
	background: #353535;
}
nav.l-nav.float-list.hidden-sp {
    display: none;
    background: #f2f2f2;
}
.l-header ul.nav-list a {
    width: auto;
	padding: 3vw;
	display: block;
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    background: #212121;
    opacity: 0.85;
}
	a.showf span.en{ display:inline; }
a.showf:hover span.en{ display:none; }
a.showf span.jp{ display:none; }
a.showf:hover span.jp{ display:inline; }
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus {
    display: -webkit-flex;
    display: flex;
    align-items: center;
	    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 51px;
    cursor: pointer;
}	
	.l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span:nth-last-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #999;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span:nth-last-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #999;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span {
    transition-duration: .2s;
}
.l-header .l-navi .accordion-list ul.menu li {
    line-height: 1.2;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.l-header .l-navi .accordion-list ul.menu li ul.child li {
    border-color: rgba(0, 0, 0, 0.09);
}
.l-header .l-navi .accordion-list ul.menu li ul.child li:last-child {
    border-bottom: 0;
}
.l-header .l-navi .accordion-list ul.menu li div.navi-icon.plus span:nth-last-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #999;
}
.l-header .l-navi .accordion-list ul.menu > li ul.child {
    width: 100px;
    left: -43%;
}
.l-header .l-navi .accordion-list ul.menu li ul.child {
    position: relative;
    left: 0;
    top: 0;
    display: none;
    background: rgba(234, 234, 234, 0.8);
    width: 100%;
}
	#accordion_sp_in .menu .menu-accordion{
    line-height: 50px;
    font-family: 'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    text-align: left;
	}	
	.menu .menu-accordion p{
		padding-left: 2%;
	}
	.l-header .l-navi .menu-accordion .child.hidden-pc li a{
		padding-left: 3%;
	}
	.menu-accordion .child.hidden-pc li{
		font-size: 12px;
	}
/*==============================
バナーエリア
==============================*/

section.bnr-area .b-bnr {
    display: block;
}
.bnr-area .plan-bnr, .bnr-area .flow-bnr, .bnr-area .qanda-bnr {
    background-size: cover;
    width: 100%;
    min-height: 100px;
}
.bnr-area .box:before {
    top: 0;
    right: 0;
    box-shadow: none;
    opacity: 0;
}
.bnr-area .box:before, .box:after {
    content: none;
    position: absolute;
    height: 3px;
    width: 3px;
    background: #fff;
    transition: width 0.3s,height 0.3s;
}

.bnr-area .box {
    position: relative;
    width: auto;
    height: auto;
}

.bnr-area .plan-bnr a, 
.bnr-area .flow-bnr a, 
.bnr-area .qanda-bnr a {
	margin: auto;
    display: block;
    text-align: center;
    width: 100%;
}
.bnr-area .plan-bnr a img,
.bnr-area .flow-bnr a img,
.bnr-area .qanda-bnr a img {
	height: 5vw;
	width: auto;
	}
.bnr-area .s-bnr.wrap {
    display: block;
    padding: 3vw 1vw;
}	
.bnr-area .s-bnr.wrap a{
	margin-bottom: 2vw;
}
.bnr-area .b-bnr {
    min-width: 0;
    width: 100%;
}
.bnr-area .flow-bnr {
    margin: 2.5vw 0px;
}
/*==============================
フッター
==============================*/

.l-footer{
	min-width: 100%;
	text-align: center;
	padding: 0;
}

.l-footer-nav li{
	width: 100%;
	margin-bottom: 0;
	
}
	.l-footer-nav li:nth-child(even){
		border-right: 0px solid #888;
		    font-size: 2.8vw;
	}
	.l-footer-nav li:last-child {
		width: 100%;
    border-right: 0px;
    display: inline-block;
	}
.l-footer-nav li a {
        font-size: 2.8vw;
    padding: 1.625vw 8px;
    display: block;
    text-align: left;
    margin: 0;
}
.l-footer-nav li a:hover, .l-footer-nav li a:focus, .l-footer-nav li a:active {
    background: #7b7a7a;
}
.l-footer-nav li a::after{
	content: none;
	margin-left: 3.125vw;
}
	.navi-list-child li span{
		padding-left: 8px;
	}
.l-footer-nav .footer-navi-list.hidden-sp .navi-list {
    max-width: 351px;
    width: 100%;
    min-width: 205px;
}
.l-footer-nav li:last-child a::after{
	content: none;
}

.l-footer-nav li:last-child a{
	margin-right: 0;
}

.footer-nav-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	float: none;
	text-align: center;
	margin-bottom: 6.25vw;
}
.l-footer .f-company {
    background: #25161b;
    padding: 0;
}
.footer-nav-list li {
    display: inline-block;
    width: 50%;
}
.footer-logo {
    text-align: center;
    width: 43vw;
    padding-top: 2rem;
	    float: none;
}
.footer-nav-list {
    width: auto;
    text-align: right;
    margin: 0;
}
	.f-menu .footer-logoarea .text-box{
		text-align: left;
		padding-left: 8px;
	}
.footer-adress {
    float: none;
    display: block;
    line-height: 1.5;
    margin-bottom: 2vw;
    font-size: 3vw;
}
.l-footer {
	min-width: 0;
	width: 100%;
	padding: 0 3.125vw;
}
	
.footer-sns.wrap {
    text-align: right;
    margin-top: 5vw;
}	
.l-footer .f-area span:not(:last-of-type):after {
    content: "/";
    color: #fff;
    padding: 2vw;
}
.l-footer-nav li a:not(.noneline):after{
	content: none;
	margin-left: 0;
}
.l-footer .f-area {
    padding: 1.5rem 0;
    background: #003c9f;
    color: #fff;
    font-size: 1.2rem;
}
nav.l-footer-nav {
    float: none;
    width: 100%;
    text-align: left;
	    padding-top: 6vw;
}
ul.footer-nav-list.hidden-sp {
    display: none;
}
ul.footer-nav-list.hidden-pc {
    display: flex;
	border-top: 1px solid #888;
}
.l-footer .f-company.wrap .f-menu {
    display: block;
    justify-content: space-between;
}
ul.footer-navi-list.hidden-sp {
    
    display: none;
}
	
.pagetop {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    width: 10%;
}
.page-top{
	position: absolute;
	right: 0;
	bottom: 4%;
}
.l-copyright {
    padding: 0.3rem 0;
	text-align: center;
}
	
}
