@charset "utf-8";
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	background-color: #fff;
	letter-spacing : 0.2em;
}

/* PC・SPのオンオフ */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media (max-width: 767px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
}
hr{
	width: 90%;
    opacity: 0.5;
	margin: 30px auto;
}
header {
	z-index: 99999;
	padding: 20px 4% 10px;
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	align-items: center;
	transition: all .2s ease-out;
    background-color: #1d1133;
    /*background: linear-gradient(to bottom, rgba(17,10,29,1.00) 0%,rgba(188,188,188,0.00)  100%);*/
}
header.min-header {
	padding: 30px 4% 40px;
}
h1{
	margin: 0; padding: 0;
}
h1 img{
	max-width: 20%;
	height: auto;
}
a {	
	text-decoration: none;
	color: #fff;
}
p {
	line-height: 2;
}
/*nav {
	margin: 0 0 0 auto;
	letter-spacing: 0.1em;
}
*/
ul {
	list-style: none;
	margin: 0;
	display: flex;
}
li {
	margin: 0 0 0 25px;
	font-size: 12px;
}

nav li span{
	border: solid 1px;
	padding: 10px 20px;
	position: relative;
	bottom: 5px;
	display: block;
}
li a:hover{
	opacity: 0.7;
}
/*リンクボタン*/
a.button {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 15px 30px;
	text-align: center;
	transition: all .3s ease-out;
}
a.button:hover {
	color: #505050;
	background-color: #fff;
}
/* section */
section {
	overflow: hidden;
	text-align: center;
	padding: 40px 0 0 0;
}
section h2 {
	margin:50px 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}
section h2 span{
	font-size: 50%;
	font-weight: normal;
	line-height: 1.1em;
}
section h2 .large{
	font-size: 300%;
    font-weight: 100;
	line-height: 1.1em;
	margin: 120px auto;
}
section p {
	font-size: 100%;
	margin-bottom: 20px;
}
section p .small{
	font-size: 80%;
	margin-bottom: 20px;
}
.photo {
	width: 55%;
	height: 500px;
	background: #fff url(section-bg.jpg) center/ cover no-repeat;
}
.photo + div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 45%;
}
.breadcrumb *, .breadcrumb *:after, .breadcrumb *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb {
  margin: 0.5em auto;
  padding: 0 1em;
  color: #fff;
  border-bottom:  solid 1px #9c9c9c;
  width: 95%;
}
.breadcrumb a {
  text-decoration: none;
  color: #6A6A6A;
  
}
.breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: -40px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
	text-align: center;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 0px;
  margin-left: 10px;
  font-size: 80%;
}
.breadcrumb li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: #6A6A6A;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #C7C7C7;
}
.breadcrumb li:last-child::before {
  content: normal;
}
/* footer */
footer{
	margin-top:0px;
}
.yokoku{
	padding:10px 10px 0 10px;
	border: solid 1px #CCCCCC;
    width: 90%;
	margin: 10px auto;
}
.yokoku h3{
    font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px auto 20px;
}
.yokoku p{
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}
footer .inner{
	background-color: #e7e4da;
	padding: 30px;
}
footer .inner h3{
	font-size: 100%;
	border: solid 1px #222222;
	color: #222222;
	padding: 10px;
	max-width: 40%;
	text-align: center;
	margin: 0 auto 20px;
}
footer .inner p{
	color: #222222;
	font-size: 60%;
	text-align: center;
}
.inner .news-box .news-list{
	width:100%;
	margin:40px auto;
    display: block;
    text-align: left;
}
.inner .news-box .news-list li{
	padding: 16px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
	font-size:12px;
    letter-spacing: 0.2em;
	line-height:1.4em;
    color: #222222;
    margin: 0 auto;
}
.inner .news-box .news-list li span{
	margin-right:23px;
    color: #222222;
}
.inner .news-box .news-list li a{
    color: #222222;
}
.inner .news-box .news-list li a:hover{
}

.alliance{
  text-align: center;
}
.alliance a{
  display: inline-block;
}
.alliance img{
  display: block;
  margin: 20px auto;
  max-width: 100px;
  width: 100%;
}
.alliance dl{
	margin:16px auto;
}
.alliance dl dt{
	font-size:12px;
	font-weight:600;
	margin-bottom:25px;
	text-align:center;
}
.alliance dl dd{
	font-size:10px;
	line-height:1.4em;
	margin-bottom:6px;
}
.alliance #freecall{
	display:none;
}
.alliance #bana{
	width:100%;
}
.alliance  #bana img{
  width: 100%;
  max-width: 254px;
margin: 0;
}

.footer_menu_inner{
    padding: 20px;
  }
.footer_menu{
    background-color: #000;
}
.footer_menu ul{
	margin:0 auto;
	 width: 80%;
	line-height: 1.6em;
	display: block;
}
.footer_menu ul li a{
	font-size: 10px;
    margin-bottom: 20px;
	color: #FFF;
  }
.footer_menu ul li a:hover{
	opacity: 0.7;
  }
.footer_menu ul li a.disabled{
	color: rgba(92,92,92,0.70);
	pointer-events: none;
  }
.footer_menu ul li a span{
    font-size: 12px;
	margin-right: 10%;
	color: #FFF;
  }
footer #footer{
	padding:32px 10px 10px 10px;
	letter-spacing:0px;
}

footer .footer_txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 80px 20px;
    margin:auto;
    width: 90%;
	line-height: 1.6em;
}
footer .footer_txt a{
	color: #333;
}
small{
  font-size: 10px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

.wrapper{
	width:94%;
	margin:0 auto;
}
/*追従ボタン*/
.fix-box{
  position:fixed;
  width: 450px;
  height: 100px;
  z-index:999999;
  padding: 20px;
  right:20px;
  bottom:20px;
  background-color: rgba(111,106,97,0.82);
}
.fix-box h2{
    margin-bottom: 20px;
    text-align: center;
    color: #e7e4da;
}
.fix-box ul{
    display: flex;
}
.fix-box li{
  list-style: none;
  margin-left: 20px;
}
.fix-btn{
    background-image: linear-gradient(135deg, #4B3A58 0%, #1F1826 100%);
  width:150px;
  border-radius:10px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  color:#e7e4da;
  padding:10px 50px;
}
/*pc*/
@media screen and (min-width: 767px) {
.breadcrumb *, .breadcrumb *:after, .breadcrumb *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb {
  margin: 1em auto;
  padding: 0.5em 2em;
    border: none;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .breadcrumbs {
  padding-left: 10%;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 0px;
  margin-left: 5px;
  font-size: 80%;
}
footer .inner{
	padding: 30px 0;
}
footer .inner h3{
	font-size: 120%;
	padding: 10px;
	max-width: 10%;
	text-align: center;
	margin: 0 auto 20px;
}
footer .inner p{
	color: #666666;
	font-size: 60%;
	text-align: center;
}
.yokoku{
    width: 50%;
}
 .yokoku h3{
	font-size: 16px;
	text-align: center;
}
.yokoku p{
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
.inner .news-box{
	padding:0px;
}
.inner .news-box h4{
	font-size: 30px;
}
.inner .news-box .news-list{
	width:40%;
    display: block;
}
.inner .news-box .news-list li{
	padding: 20px 0;
	font-size:14px;
}
.inner .news-box .news-list li span{
	margin-right:23px;
}
.footer_menu{
	width: 100%;
}
.footer_menu_inner{
  display: flex;
  justify-content: space-between;
  padding: 70px 20px;
  margin: auto;
  max-width: 1280px;
}
.alliance{
  width: 100%;
	text-align: left;
}
.alliance img{
  display: block;
  margin: auto;
  max-width: 140px;
  width: 100%;
}
.footer_menu ul{
  width: 50%;
	margin-top: 0px;
	line-height: 2.0em;
	display: block;
}
.footer_menu ul li a{
  margin-bottom: 10px;
  font-size: 10px;

}
.footer_menu ul li a span{
  font-size: 14px;
	margin-right: 5%;
}
.footer_txt{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
}
.alliance #bana{
	width:100%;
    display: block;
}
.alliance  #bana img{
	margin: 10px;
    width: 100%;
  max-width: 200px;
}
.alliance dl dt{
	text-align:left;
	margin-bottom:10px;
}
	
small{
  font-size: 12px;
	margin: 0 auto;
}
.wrapper{
	width:1280px;
	margin:0 auto;
}	
	
}
.pc-nav{
    position: absolute;
    top: 30px;
    right: 10%;
    padding-bottom: 10px
}
.pc-nav ul li{
    display: block;
}
.pc-nav ul li a{
	padding: 10px 15px;
    font-size: 100%;
    color: #e7e4da;
    border: solid #e7e4da 1px;
    /*background: -moz-linear-gradient(top left, #6a5b3e, #bfa876);
  background: -webkit-linear-gradient(top left, #6a5b3e, #bfa876);
  background: linear-gradient(to bottom right, #6a5b3e, #bfa876);*/
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -30%;
	width:30%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(135,135,135,1.00);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 30%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
/*リストのレイアウト設定*/

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:52%;
    left:47%;
    transform: translate(-50%,-50%);
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
    border-bottom: dotted 1px #B1B1B1;
    width: 100%;
}

#g-nav li a{
	text-decoration: none;
	padding:14px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav .form-btn{
	list-style: none;
    margin-top: 80px;
    font-size: 14px;
}
#g-nav .form-btn a{
	text-align: center;
	width: 40%;
	text-decoration: none;
	display: block;
	padding: 1em;
	margin: 10px auto;
    background-color: #BD9850;
}
#g-nav .form-btn a:hover{
    opacity: 0.7;
}



/*sp*/	
@media (max-width: 767px){
h1 img{
	max-width: 70%;
	height: auto;
}
section h2 .large{
	font-size: 200%;
	font-weight: normal;
	line-height: 1.1em;
	margin: 40px auto;
}
    
#g-nav{
    right: -100%;
	width:100%;
    padding-top: 10px;
    
}
#g-nav li a{
}
/*ナビゲーション*/
    
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:54%;
    left:45%;
    transform: translate(-50%,-50%);
    display: block;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
    width: 100%;
}

#g-nav li a{
	text-decoration: none;
	padding:14px 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav .form-btn{
	list-style: none;
    margin-top: 8%;
    font-size: 12px;
}
#g-nav .form-btn a{
	text-align: center;
	width: 60%;
	text-decoration: none;
	display: block;
	padding: 1em;
	margin: 10px auto;
    background-color: #BD9850;
}
#g-nav .form-btn a:hover{
    opacity: 0.7;
}
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 80px;
    height:80px;
}
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 1px;
	background-color: #e0ddcc;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:25px;
  	width: 40%;
}

.openbtn span:nth-of-type(3) {
	top:35px;
  	width: 35%;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
	background-color: #FFFFFF;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
	background-color: #FFFFFF;
}


table {
	max-width: 1000px;
	margin: 0 auto;
	color: #aaa;
}
/* 共通 */
/***********************
        animation
***********************/
.delay01 { animation-delay:0.1s;}
.delay02 { animation-delay:0.2s; }
.delay03 { animation-delay:0.3s; }
.delay04 { animation-delay:0.4s; }
.delay05 { animation-delay:0.5s; }
.delay06 { animation-delay:0.6s; }
.delay07 { animation-delay:0.7s; }
.delay08 { animation-delay:0.8s; }
.delay09 { animation-delay:0.9s; }
.delay10 { animation-delay:1s;}
.delay11 { animation-delay:1.1s; }
.delay12 { animation-delay:1.2s; }
.delay13 { animation-delay:1.3s; }
.delay14 { animation-delay:1.4s; }
.delay15 { animation-delay:1.5s; }
.delay16 { animation-delay:1.6s; }
.delay17 { animation-delay:1.7s; }
.delay18 { animation-delay:1.8s; }
.delay19 { animation-delay:1.9s; }
.delay20 { animation-delay:2s;}
.delay21 { animation-delay:2.1s;}
.delay22 { animation-delay:2.2s; }
.delay23 { animation-delay:2.3s; }
.delay24 { animation-delay:2.4s; }
.delay25 { animation-delay:2.5s; }
.delay26 { animation-delay:2.6s; }
.delay27 { animation-delay:2.7s; }
.delay28 { animation-delay:2.8s; }
.delay29 { animation-delay:2.9s; }
.delay30 { animation-delay:3s;}
.delay31 { animation-delay:3.1s; }
.delay32 { animation-delay:3.2s; }
.delay33 { animation-delay:3.3s; }
.delay34 { animation-delay:3.4s; }
.delay35 { animation-delay:3.5s; }
.delay36 { animation-delay:3.6s; }
.delay37 { animation-delay:3.7s; }
.delay38 { animation-delay:3.8s; }
.delay39 { animation-delay:3.9s; }
.delay40 { animation-delay:4s;}
.animated{opacity: 0;}
.animation{opacity: 1;}

.mintyo{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}
.josefin{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}
.note{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.note-dis{
	font-family: 'Noto Serif Display', serif;
	text-align: center;
}
.small{
	font-size: 10px;
}
.middle{
    font-size: 150%;
}
.large{
    font-size: 200%;
}
#main{
	margin: 0 auto;
}
.w1060{
	width: 1060px;
	margin: 0 auto;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.w1280{
	width: 1280px;
	margin: 0 auto;
}
.img-w100{
	width: 100%;
	
}
.flex1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex2{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.flex3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sub-top-face{
	margin-top: -80px;
	margin-bottom: 0px;
	position: relative;
}
.sub-top-face h2{
    text-shadow: 2px 1px 2px #333333;
}
.subpage-title{
	position: absolute;
	top: 90%;
	left: 50%;
   transform: translate(-50%, -50%);
	width: 80%;
	margin: 0 auto;
	font-size: 60px;
	color: #FFFFFF;
	text-align: center;
	padding:20px;
}
/*.subpage-title span{
	font-size: 16px;
	display: block;
	margin-top: 12px;
}
.subpage-title:after{
	content: "";
	display: block;
	width: 142px;
	height: 1px;
	background-color: #FFFFFF;
	margin: 15px auto 0px auto;
}*/
.tex_def{
	font-size: 16px;
	margin: 25px 0;
    text-align: center;
    }   
.headline1 h2{
	font-size: 52px;
	margin: 25px 0;
	line-height: 150%;
}
.headline1 h2 span{
	font-size: 24px;
	margin: 25px 0;
	line-height: 150%;
}
.headline1 p{
	font-size: 16px;
	margin: 25px 0;
	text-align: center;
}
.headline2{
	font-size: 28px;
	margin: 0 0 25px 0;
	line-height: 200%;
}
.headline3{
	font-size: 24px;    
	margin: 40px 0;
	line-height: 200%;
}
.headline4{
	font-size: 22px;
	line-height: 150%;
	color: #5C5A55;
}
.headline5{
	font-size: 20px;
	margin: 0 0 25px 0;
	line-height: 150%;
}
.image100{
	width: 100%;
}
.image80{
	width: 80%;
}
.margin100{
	margin: 100px auto;
}
.margin60{
	margin: 60px auto;
}
.align-l{
	text-align: left;
}
.align-c{
	text-align: center;
}
.align-c-w{
	text-align: center;
	margin-bottom: 20px;
}
.attention{
	font-size: 12px;
	color: #898989;
	text-align: right;
	margin-top: 80px;
}
.pers-att{
	font-size: 12px;
	color: #898989;
	text-align: right;
	margin-top: 0px;
}
.regist-button{
    background: rgba(98,121,135,1.00);
  border-radius: 30px;
    width: 300px;
    padding:15px 30px;
    text-align:center;
    margin:40px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.4em;
}
.regist-button a{
    color:#FFF;
}
.regist-button::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.regist-button:hover::after{
    right: 30px;
}
.form-button{
    background: rgba(98,21,21,1.00);
  border-radius: 30px;
    width: 300px;
    padding:15px 30px 15px 20px;
    text-align:center;
    margin:40px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
.form-button span{
    color:#FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.form-button::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.form-button:hover::after{
    right: 30px;
}
.form-button2{
    background:#000000;
    width: 320px;
    padding:15px 30px 15px 20px;
    text-align:center;
    margin:40px auto;
    cursor:pointer;

    position: relative;
    text-decoration: none;
}
.form-button2 span{
    color:#FFFFFF!important;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.form-button2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.form-button2:hover::after{
    right: 10px;
}
.link-btn{
    display:inline-block;
    padding:10px 60px;
    text-align:center;
    color:#E8E8E8;
    margin:5px;
    cursor:pointer;
    position: relative;
    border: solid 1px #FFF;
    text-decoration: none;
}
.link-btn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 25px;
    height: 5px;
    border: none;
    border-right: 2px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    transform: skew(45deg);
    transition: .3s;
}
.link-btn:hover::after{
    right: 10px;
    width: 35px;
}
.link-btn2{
    display:inline-block;
    padding:10px 60px;
    text-align:center;
    color:#E8E8E8;
    background-color: #630103;
    cursor:pointer;
    position: relative;
    border: solid 1px #FFF;
    text-decoration: none;
}
.link-btn2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 25px;
    height: 5px;
    border: none;
    border-right: 2px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    transform: skew(45deg);
    transition: .3s;
}
.link-btn2:hover::after{
    right: 10px;
    width: 35px;
}
br{
	display: block;
}
br .sp{
	display: none;
}
#pageTop {
    position: fixed;
    right: 0px;
    bottom: 155px;
    height: 30px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #A6A6A6;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    z-index: 999;
}
#pageTop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

.col_gr01{
	color:#6a8d5b;
}
.col_wh{
	color:#FFFFFF;
}
.col_red01{
	color:#9C0000;
}
.col_beige01{
    color: #e7e4da;
}
.col_beige02{
    color: #B8B19A;
}
.col_purple{
    color: #685e74;
}
.col_black{
    color: #000000;
}
.col_gold{
    color: #AC966D;
}

.t-shadow01 {
text-shadow:20px 20px 20px #6C0002;
}
/*sp*/
@media screen and (max-width: 758px){
#main{
	width: 100%;
}
.w1060{
	width: 92%;
}
.w1000{
	width: 90%;
}
.w1280{
	width: 92%;
}
.flex1,.flex2{
	display: block;
}
.head_main{
	width: 100%;
	min-width: auto;
}
.subpage-title{
	position: absolute;
	top: 90%;
	left: 50%;
	width: 80%;
	font-size: 30px;
	padding: 15px;
}
/*.subpage-title span{
	font-size: 11px;
	margin-top: 10px;
}
.subpage-title:after{
	width: 80px;
	margin: 12px auto 0px auto;
}*/
.middle{
    font-size: 110%;
}
.large{
    font-size: 130%;
}
.tex_def{
	font-size: 14px;
	margin: 25px 0;
	text-align: left!important;
}   
.headline1 h2{
	font-size: 30px;
	margin: 18px 0;
}
.headline1 p{
	font-size: 14px;
	margin: 25px 0;
	text-align: left!important;
}
.headline1 p br{
	display: none;
}
.headline2{
	font-size: 20px;
	margin: 18px 0;
}
.headline3{
	font-size: 20px;
	margin: 30px 0;
	line-height: 170%;
}
.headline4{
	font-size: 18px;
	margin: 30px 0;
	line-height: 150%;
}
.headline5{
	font-size: 16px;
	margin: 18px 0;
	line-height: 150%;
}
.image80{
	width: 100%;
}
.image60{
	width: 90%;
    margin: 0 auto;
}
.margin100{
	margin: 50px auto;
}
.margin60{
	margin: 30px auto;
}
.attention{
	font-size: 11px;
	margin-top: 40px;
	text-align: left;
}
.pers-att{
	font-size: 10px;
	color: #898989;
	text-align: left;
	margin-top: 0px;
}
.regist-button{
    width: 70%;
    padding:15px 20px;
    text-align:center;
    color:#FFF;
    margin:10px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-size: 16px;
}
.regist-button::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.regist-button:hover::after{
    right: 20px;
}
.link-bt{
    width: 70%;
    padding:15px 20px;
    text-align:center;
    color:#FFF;
    margin:10px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-size: 16px;
}
.link-bt span{
	font-size: 16px;
	letter-spacing: 0.1em;
}
.link-bt::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.link-bt:hover::after{
    right: 20px;
}
	
br{
	display: none;
}
br .sp{
	display: block;
}
.align-c-w{
	text-align: center;
	font-size: 9px;
	margin-bottom: 20px;
}
#pageTop {
    bottom: 100px;
}
	
}

/*メニュー*/
.FixedMenuSection {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: #DBDBDB;
display: block;
z-index: 99999;
}
.FixedMenu-Inner-List {
display: flex;
}
.FixedMenu-Inner-List-Item {
padding-top: 14px;
padding-bottom: 14px;
padding-left: auto;
padding-right: auto;
font-size: 11px;
/*width: calc((100% - 2px) / 3);*/
width:100%;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #DBDBDB;
background-image: linear-gradient(to top, #1d1133 0%, #2B2F45 100%);	
}
.FixedMenu-Inner-List-Item:not(:first-child) {
margin-left: 1px;
}
/* PCではハメニューを表示しない */
@media (min-width: 992px){
	.FixedMenu{
		display: none;
	}
}



.notice{
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 70%;
    line-height: 200%;
    text-align: left;
}
@media screen and (max-width: 758px){
.notice{
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 50%;
    line-height: 160%;
    text-align: left;
}
}

.mb1 {
	margin-bottom: 1em;
}
.mb2 {
	margin-bottom: 2em;
}
.mb3 {
	margin-bottom: 3em;
}
.mb4 {
	margin-bottom: 4em;
}
.mb5 {
	margin-bottom: 5em;
}
.pt2 {
	padding-top: 2em;
}
.pt3 {
	padding-top: 3em;
}
.pb3 {
	padding-bottom: 3em;
}
.pt4 {
	padding-top: 4em;
}
.pb4 {
	padding-bottom: 4em;
}
.pt5 {
	padding-top: 5em;
}
.pb5 {
	padding-bottom: 5em;
}
.pt6 {
	padding-top: 6em;
}
.pb6 {
	padding-bottom: 6em;
}
.ta_c {
	text-align: center;
}
.ta_r {
    text-align: right;
}
@media screen and (max-width: 768px) {
	.mb4 {
	    margin-bottom: 3em;
	}
	.pt3 {
		padding-top: 2em;
	}
	.pb3 {
		padding-bottom: 2em;
	}
	.pt4 {
		padding-top: 3em;
	}
	.pb4 {
		padding-bottom: 3em;
	}
	.pt5 {
		padding-top: 4em;
	}
	.pb5 {
		padding-bottom: 4em;
	}
	.pt6 {
		padding-top: 5em;
	}
	.pb6 {
		padding-bottom: 5em;
	}
}
