
/*----------------------------------------------------
TOPPAGE
----------------------------------------------------*/

.swiper-container {
        width: 100%;
	position: relative;
      }
.s-right-wrap {
  position: relative;
  margin: 0 auto;
}

.swiper-container .Photo img{
	width: 100%;
	background: #fff;
}
.s-right-wrap {
  position: relative;
  margin: 0 auto;
}

.s-right-text.catch01{
	position: absolute;
	bottom:13%;
	right: 5%;
	width: 55%;
}
.s-right-text.catch02{
	position: absolute;
	bottom:14%;
	left: 2%;
	width: 55%;
}
.s-right-text.catch03{
	position: absolute;
	bottom:15%;
	right: 5%;
	width: 55%;
}

.swiper-slide-active .s-right-text.catch01,
.swiper-slide-active .s-right-text.catch02,
.swiper-slide-active .s-right-text.catch03 {
	animation: slideFromRight 1.5s ease 0s 1 normal;
} 
@keyframes slideFromRight {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.AToppage h2,
.Toppage h2{
	font-size: 4.0em;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.6em;
	color: #efefef;
}
.AToppage .en,
.Toppage .en{
	font-size: 3.2em;
	font-weight: 500;
	line-height: 1.6em;
	color: #ae946a;
	font-family: 'Dancing Script', cursive;
	font-family: 'Alex Brush', cursive;
	margin-bottom: 30px;
}

@media print, screen and (max-width: 960px) {
.Toppage h2,.AToppage h2{
	font-size: 3.4em;
	line-height: 1.6em;
}
.Toppage .en,
.AToppage .en{
	font-size: 2.8em;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
.Toppage h2,.AToppage h2{
	font-size: 2.8em;
	line-height: 1.6em;
}
.Toppage .en,
.AToppage .en{
	font-size: 2.3em;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 480px) {
.Toppage h2,.AToppage h2{
	font-size: 2.3em;
	line-height: 1.6em;
}
.Toppage .en,
.AToppage .en{
	font-size: 1.8em;
	margin-bottom: 10px;
}
}

.Toppage .TopNews{
	/*background: #fabf14;*/
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.Toppage .TopNews .Newsinner{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*align-items: flex-start;*/
}
.Toppage .TopNews .NewsTitle{
	width: 14%;
	text-align: center;
	font-size: 1.8em;
	padding: 15px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	padding: 18px ;
	position: relative;
	color: #fff;
	z-index: 1;
	margin-right: 2%;
}
.Toppage .TopNews .NewsTitle::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #fabf14;
	transform: scaleY(0.9) perspective(13px) rotateX(-2deg);
	transform-origin: bottom left;
}
.Toppage .TopNews .NewsWaku{
	width: 84%;
	padding-left: 20px;
	background: #fff;
	position: relative;
}
.Toppage .TopNews .NewsWaku dl dt{
	font-size: 1.5em;
	line-height: 1.6em;
	width: 100px;
	float: left;
	padding: 10px 20px;
}
.Toppage .TopNews .NewsWaku dl dd{
	margin-left: 100px;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 10px 280px 10px 10px;
}
.Toppage .TopNews .NewsWaku dl dd a{
	color: #3f2b25;
	display: inline-block;
}
.Toppage .TopNews .NewsWaku dl dd a:hover{
	color: #a58276;
}

.Toppage .TopNews .NewsWaku .news_snsbtn{
	position: absolute;
	right: 10px;
	top: 8px;
	display: flex;
	align-items: center;
}
.Toppage .TopNews .NewsWaku .news_snsbtn .newslink{
	color: #fff;
	background: #2b160b;
	padding: 8px 20px;
	margin-right: 10px;
	font-size: 1.4em;
}
.Toppage .TopNews .NewsWaku .news_snsbtn img{
	width: 32px;
	display: inline-block;
	margin: 0 5px;
}
.Toppage .TopMessage{
	background: linear-gradient(157deg, #572c02, #795b0a, #816b16, #e5b632);
background-size: 200% 200%;

-webkit-animation: AnimationName 10s ease infinite;
-moz-animation: AnimationName 10s ease infinite;
animation: AnimationName 10s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:30% 0%}
    50%{background-position:71% 100%}
    100%{background-position:30% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:30% 0%}
    50%{background-position:71% 100%}
    100%{background-position:30% 0%}
}
@keyframes AnimationName { 
    0%{background-position:30% 0%}
    50%{background-position:71% 100%}
    100%{background-position:30% 0%}
}
.Toppage .TopMessage .TopMessageTime{
	background: url("../img/top/time.png") bottom center no-repeat;
	background-size: cover;
	padding: 50px 0 200px;
}
.TopMesInfo{
	position: relative;
}
.Toppage .TopMessage .TxtL{
	position: absolute;
	right: 50%;
	padding: 30px 10px 30px 30px;
	z-index: 2;
}
.Toppage .TopMessage .PhotoR{
	max-width: 60%;
	padding: 30px 0 30px 10px;
	position: relative;
	text-align: right;
	margin: 0 0 0 auto;
}
.Toppage .TopMessage .PhotoR img{
	width: 100%;
}
.Toppage .TopMessage .TopMes{
	font-size: 2.0em;
	font-weight: 600;
	line-height: 2.0em;
	color: #fff;
}
.Toppage .TopMessage .TopMesS{
	font-size: 0.7em;
	font-weight: 400;
	line-height: 2.0em;
	color: #fff;
	text-align: right;
	margin: 8px 10px;
	letter-spacing: 0.05em;
}
.Toppage .TopMessage .TopMes span{
	background: #000;
	display: inline-block;
	margin: 5px 0px 5px 20px;
	padding: 0 10px;
}

.Toppage .TopMessage .TopMes:hover span{
	background: #fabf1b;
	  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.Toppage .TopAdvantage{
	background: url("../img/top/advantage_back.png") center center no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -5%;
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  margin-left: -25%;
  padding: 0 25%;
  transform: rotate(-5deg) translate3d(0, 0, 0);
  width: 150%;
}

.Toppage{
  overflow-x: hidden;
padding-top: 90px;
}

.AToppage{
  overflow-x: hidden;
padding-top: 150px;
}

@media (max-width: 767px) {
.Toppage{
  overflow-x: hidden;
padding-top: 70px;
}
.AToppage{
  overflow-x: hidden;
padding-top: 130px;
}
	
}
.Toppage .TopAdvantage .Nanameinner{
  -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
  margin: 0 auto;
  max-width: 100%;
  padding: 120px 30px 100px;
  transform: rotate(5deg) translate3d(0, 0, 0);
}

.Toppage .TopAdvantage h2,
.Toppage .TopAdvantage .en{
	text-align: center;
}
.Toppage .TopAdvantage p{
	color: #fff;
	text-align: center;
}
.Toppage .TopAdvantage ul li{
	margin: 20px;
}
.Toppage .TopAdvantage ul li a{
	background: #000;
	padding: 5px 20px;
	display: block;
}
.Toppage .TopAdvantage ul li a:hover{
	/*background: #fabf1b;*/
	padding: 5px 20px;
	display: block;
}
.Toppage .TopAdvantage ul li .cls-1{fill:#fabf1b;}
.Toppage .TopAdvantage ul li:hover .cls-1 {
  fill:#000;
}


/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/awa.jpg) center center no-repeat;
	background-size: cover;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/awa.jpg) center center no-repeat;
	background-size: cover;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fabf1b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Rightr */
.hvr-bounce-to-rightr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-rightr:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a25565;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-rightr:hover:before, .hvr-bounce-to-rightr:focus:before, .hvr-bounce-to-rightr:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fabf1b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.TopPala {
	position:fixed;
 	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url("../img/top/pala.png") center repeat-y;
    background-size: cover; 
}

.Toppage .TopStory {
	/*max-width: 1280px;*/
	padding: 150px 50px 150px;
	margin: -5% auto 0;  
}
.Toppage .TopStory h2,
.Toppage .TopStory .en{
	text-align: center;
}

.Toppage .TopStory .Flexboxcenter{
	max-width: 1280px;
	margin: 0 auto;
}
.Toppage .TopStory .Member{
	width: 23%;
	max-width:400px;
	border:5px solid #fabf1b;
	background: #f2f2f2;
  display: inline-block;
  transition: all .3s;
  position: relative;
}

.Toppage .TopStory .Member.Mem01{
	margin: 100px 1% 20px;
}
.Toppage .TopStory .Member.Mem02{
	margin: 25px 1% 20px;
}
.Toppage .TopStory .Member.Mem03{
	margin: -50px 1% 20px;
}
.Toppage .TopStory .Member.Mem04{
	margin: -150px 1% 20px;
}
.Toppage .TopStory .Member.Mem05{
	margin: 25px 1% 20px;
}
.Toppage .TopStory .Member.Mem06{
	margin: -50px 1% 20px;
}
.Toppage .TopStory .Member.Mem07{
	margin: -150px 1% 20px;
}
.Toppage .TopStory .Member.Mem08{
	margin: -200px 1% 20px;
}
.Toppage .TopStory .Memberline::before,
.Toppage .TopStory .Memberline::after {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
.Toppage .TopStory .Memberline::before {
  border-top: 5px solid #841414;
  border-bottom: 5px solid #841414;
  transform: scale(0, 1);
}
.Toppage .TopStory .Memberline::after {
  border-right: 5px solid #841414;
  border-left: 5px solid #841414;
  transform: scale(1, 0);
}
.Toppage .TopStory .Memberline:hover::after,
.Toppage .TopStory .Memberline:hover::before {
  transform: scale(1);
}
.Toppage .TopStory .Member a{
	color: #111;
	display: block;
}
.Toppage .TopStory .Member a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background: url("../img/common/triangle.png") left top no-repeat;
}
.Toppage .TopStory .Member a:hover::after{
	background: url("../img/common/triangle_red.png") left top no-repeat;
	width: 80px;
	height: 80px;
}
.Toppage .TopStory .Member .Catch{
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.4em;
	margin: 10px auto;
}
@media only screen and (min-width: 1000px) {

.Toppage .TopMessage .TopMes{
	font-size: 2.2em;
	font-weight: 600;
	line-height: 2.0em;
	color: #fff;
}
.Toppage .TopStory .Member .Catch{
	font-size: 1.8em;
}

	
}
@media only screen and (min-width: 1200px) {

.Toppage .TopMessage .TopMes{
	font-size: 2.5em;
}
}
.Toppage .TopStory .Member .Name{
	text-align: center;
	font-size: 3.0em;
	line-height: 1.5em;
}
.Toppage .TopStory .Member .Nameen{
	text-align: center;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #ae946a;
	font-family: 'Alex Brush', cursive;
	margin-bottom: 10px;
}
.Toppage .TopStory .Member .Profile{
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding: 0 5px;
}



.Toppage .TopComInfo{
	background: url("../img/top/t_cominfo_back.png") right center no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -5%;
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  margin-left: -10%;
  padding: 0 10%;
  transform: rotate(-5deg) translate3d(0, 0, 0);
  width: 120%;
}

.Toppage{
  overflow-x: hidden;
}

.Toppage .TopComInfo .Nanameinner{
  -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
  margin: 0 auto;
  max-width: 100%;
  padding: 180px 30px 150px;
  transform: rotate(5deg) translate3d(0, 0, 0);
}

.Toppage .TopComInfo .Flexboxcenter{
	max-width: 1280px;
	margin: 0 auto;
}
.Toppage .TopCom{
	width: 46%;
	margin: 0 auto;
	position: relative;
}
.Toppage .TopInfo{
	width: 46%;
	margin: 150px auto 0;
	position: relative;
}
.Toppage .TopCom .Photo,
.Toppage .TopInfo .Photo{
	margin: 0 0 0 auto;
}
.Toppage .TopCom .Txt,
.Toppage .TopInfo .Txt{
	width: 55%;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
	background: rgba(0,0,0,0.6);
}
.Toppage .TopCom .Txt .En,
.Toppage .TopInfo .Txt .En{
	color: #fabf1b;
	font-size: 2.0em;
	padding: 10px 10px 0;
	text-align: center;
	font-family: 'Alex Brush', cursive;
}
.Toppage .TopCom .Txt a,
.Toppage .TopInfo .Txt a{
	display: block;
}

.Toppage .TopCom .Txt .Title,
.Toppage .TopInfo .Txt .Title{
	font-size: 2.3em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 500;
	padding: 20px 10px;
}
.Toppage .TopCom .Txt a .Title,
.Toppage .TopInfo .Txt a .Title{
	color: #fff;
	
}
.Toppage .TopCom .Txt a:hover .Title,
.Toppage .TopInfo .Txt a:hover .Title{
	color: #000;
	
}


.TopEntry{
	padding: 60px 20px;
	background: url("../img/common/back.png") left top repeat;
	position: relative;
	margin-top: -5%;
}
.TopEntry h2,
.TopEntry .en{
	text-align: center;
}
.TopEntry p{
	text-align: center;
	
	color: #fff;
}
.TopEntry ul li{
	margin: 20px;
}
.TopEntry ul li a{
	background: #000;
	border: 1px solid #fabf1b;
	padding: 5px 30px;
	display: block;
}
.TopEntry ul li a:hover{
	display: block;
}
.TopEntry ul li .cls-1{fill:#fabf1b;}
.TopEntry ul li:hover .cls-1 {
  fill:#000;
}

	
@media print, screen and (max-width: 1080px) {
.Toppage .TopStory .Member{
	width: 31.3333%;
	max-width:400px;
	border:5px solid #fabf1b;
	background: #f2f2f2;
  display: inline-block;
  transition: all .3s;
  position: relative;
}

.Toppage .TopStory .Member.Mem01{
	margin: 100px 1% 20px;
}
.Toppage .TopStory .Member.Mem02{
	margin: 25px 1% 20px;
}
.Toppage .TopStory .Member.Mem03{
	margin: -50px 1% 20px;
}
.Toppage .TopStory .Member.Mem04{
	margin: 25px 1% 20px;
}
.Toppage .TopStory .Member.Mem05{
	margin: -50px 1% 20px;
}
.Toppage .TopStory .Member.Mem06{
	margin: -125px 1% 20px;
}
.Toppage .TopStory .Member.Mem07{
	margin: 15px 1% 20px;
}
.Toppage .TopStory .Member.Mem08{
	margin: -60px 1% 20px;
}

}

@media print, screen and (max-width: 960px) {

.Toppage .TopMessage .TopMessageTime{
	padding: 30px 0 150px;
}
.Toppage .TopMessage .TxtL{
	width: 100%;
	position: absolute;
	right: inherit;
	left: 5%;
	padding: 30px 0px 30px 20px;
	z-index: 2;
}
.Toppage .TopMessage .PhotoR{
	max-width: 70%;
	padding: 80px 0 20px 10px;
}
.Toppage .TopMessage .TopMes{
	font-size: 1.8em;
}
.Toppage .TopMessage .TopMesS{
	background: #000;
	display:block;
	width: 200px;
	text-align: center;
	margin: 10px 10% 0 auto;
	padding: 5px;
	}


.Toppage .TopAdvantage .Nanameinner{
  padding: 70px 30px 60px;
}
.Toppage .TopStory {
	padding: 60px 30px;
}
.Toppage .TopStory .Member{
	padding: 10px;
	max-width:400px;
}
.Toppage .TopStory .Member .Catch{
	font-size: 1.5em;
	margin: 10px auto;
}
.Toppage .TopStory .Member .Name{
	font-size: 2.6em;
	line-height: 1.5em;
}
.Toppage .TopStory .Member .Nameen{
	font-size: 1.5em;
}
.Toppage .TopStory .Member .Profile{
	font-size: 1.4em;
}
.Toppage .TopComInfo .Nanameinner{
  padding: 150px 30px 120px;
}
.Toppage .TopCom .Txt .En,
.Toppage .TopInfo .Txt .En{
	font-size: 1.6em;
}

.Toppage .TopCom .Txt .Title,
.Toppage .TopInfo .Txt .Title{
	font-size: 1.8em;
	padding: 20px 8px;
}
	
.Toppage .TopNews .NewsWaku dl dd{
	margin-left: 100px;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 10px 150px 10px 10px;
}
.Toppage .TopNews .NewsWaku .news_snsbtn .newslink{
 display: none;
}
	
}
@media print, screen and (max-width: 800px) {

.Toppage .TopStory {
	padding: 100px 50px 100px;
	margin: -5% auto 0;  
}
.Toppage .TopStory .Member{
	width: 48%;
	margin: 10px 1%;
	max-width:400px;
}
.Toppage .TopStory .Member.Mem01{
	margin: 50px 1% 20px;
}
.Toppage .TopStory .Member.Mem02{
	margin: -10px 1% 20px;
}
.Toppage .TopStory .Member.Mem03{
	margin: 50px 1% 20px;
}
.Toppage .TopStory .Member.Mem04{
	margin: -10px 1% 20px;
}
.Toppage .TopStory .Member.Mem05{
	margin: 50px 1% 20px;
}
.Toppage .TopStory .Member.Mem06{
	margin: -10px 1% 20px;
}
.Toppage .TopStory .Member.Mem07{
	margin: 50px 1% 20px;
}
.Toppage .TopStory .Member.Mem08{
	margin: -10px 1% 20px;
}
.Toppage .TopCom .Txt,
.Toppage .TopInfo .Txt{
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.6);
}
.Toppage .TopCom .Txt .En,
.Toppage .TopInfo .Txt .En{
	padding: 5px 10px 0;
}
.Toppage .TopCom .Txt .Title,
.Toppage .TopInfo .Txt .Title{
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 5px 10px;
}
.Toppage .TopComInfo .Nanameinner{
  padding: 80px 30px 70px;
}
.Toppage .TopCom{
	width: 48%;
	margin: 0 auto;
	position: relative;
}
.Toppage .TopInfo{
	width: 48%;
	margin: 120px auto 0;
	position: relative;
}
}
@media print, screen and (max-width: 600px) {

.Toppage .TopNews{
	/*background: #fabf14;*/
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.Toppage .TopNews .Newsinner{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
/*	align-items: flex-start;*/
}
.Toppage .TopNews .NewsTitle{
	width: 15%;
	text-align: center;
	font-size: 1.6em;
	font-weight: 500;
	display: inline-block;
	padding: 10px 5px;
	position: relative;
	color: #fff;
	z-index: 1;
	margin-right: 3%;
}
.Toppage .TopNews .NewsTitle::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #fabf14;
	transform: scaleY(0.9) perspective(13px) rotateX(-2deg);
	transform-origin: bottom left;
}
.Toppage .TopNews .NewsWaku{
	width: 82%;
	padding-left: 10px;
	background: #fff;
	position: relative;
}
.Toppage .TopNews .NewsWaku dl dt{
	font-size: 1.4em;
	line-height: 1.8em;
	width: 100px;
	float: none;
	padding: 5px 20px 0;
}
.Toppage .TopNews .NewsWaku dl dd{
	margin-left: 0px;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0px 10px 10px 20px;
}
.Toppage .TopNews .NewsWaku dl dd a{
	color: #3f2b25;
	display: inline-block;
}
.Toppage .TopNews .NewsWaku dl dd a:hover{
	color: #a58276;
}

.Toppage .TopNews .NewsWaku .news_snsbtn{
	position: absolute;
	right: 5px;
	top: 8px;
	display: flex;
	align-items: center;
}
.Toppage .TopNews .NewsWaku .news_snsbtn img{
	width: 28px;
	display: inline-block;
	margin: 0 5px;
}
	
	
.Toppage .TopMessage .TxtL{
	width: 100%;
	padding: 30px 30px 20px;
	display: block;
	left: 0;
}
.Toppage .TopMessage .TopMes{
	font-size: 1.8em;
	line-height: 1.8em;
	padding-top: 30px;
}
.Toppage .TopMessage .TopMes span{
	margin: 5px 0px 5px 10px;
}

.Toppage .TopMessage .PhotoR{
	max-width: 80%;
	padding: 90px 0 20px 10px;
}
.Toppage .TopMessage .TopMesS{
	margin: 15px 0 0 auto;
}
.Toppage .TopAdvantage{
	padding: 60px 20px;
}
.Toppage .TopAdvantage ul li{
	margin: 10px;
}
.Toppage .TopStory {
	padding: 70px 20px;
}
.Toppage .TopStory .Member .Catch{
	font-size: 1.6em;
	margin: 5px auto;
}
.Toppage .TopStory .Member .Name{
	font-size: 2.0em;
	line-height: 1.5em;
}
.Toppage .TopStory .Member .Nameen{
	font-size: 1.4em;
}
.Toppage .TopStory .Member .Profile{
	font-size: 1.2em;
	margin-bottom: 10px;
}
.slick-slide{
    margin: 5px;
  }
.Toppage .TopStory .Member.Mem01{
	margin: 20px 1%;
}
.Toppage .TopStory .Member.Mem02{
	margin: 20px 1%;
}
.Toppage .TopStory .Member.Mem03{
	margin: 20px 1%;
}
.Toppage .TopStory .Member.Mem04{
	margin: 20px 1%;
}
.Toppage .TopStory .Member.Mem05{
	margin: 20px 1%;
}
.Toppage .TopStory .Member.Mem06{
	margin: 20px 1%;
}
.Toppage .TopStory .Member.Mem07{
	margin: 20px 1%;
}
.Toppage .TopStory .Member.Mem08{
	margin: 20px 1%;
}
.Toppage .TopInfo{
	width: 96%;
	margin: 20px auto 10px;
	position: relative;
}
.Toppage .TopCom{
	width: 96%;
	margin: 10px auto;
	position: relative;
}
}
@media only screen and (max-width: 480px) {

.Toppage .TopNews .NewsWaku .en{
	position: absolute;
	right: 10px;
	bottom:-20px;
	font-size: 5vw;
}
.Toppage .TopMessage .TopMessageTime{
	background-size: cover;
	padding: 20px 0 80px;
}
.Toppage .TopMessage .TxtL{
	width: 100%;
	padding: 20px 20px 10px;
	display: block;
}
.Toppage .TopMessage .TopMes{
	font-size: 1.3em;
	line-height: 1.6em;
}
.Toppage .TopMessage .TopMesS{
	padding: 2px 0px;
	width: 140px;
	margin: 5px 0 0 auto;
}
.Toppage .TopAdvantage .Nanameinner{
  padding: 40px 80px;
}

.Toppage .TopAdvantage{
	padding: 0 20px;
	}
.Toppage .TopStory {
	padding:60px 20px;
}
.Toppage .TopStory .Member .Catch{
	font-size: 1.3em;
/*	background: #000;
	color: #fff;*/
	font-weight: 500;
	margin: 0px auto 5px;
	line-height: 1.3em;
	padding: 5px 0;
}
.Toppage .TopStory .Member .Name{
	font-size: 1.8em;
	line-height: 1.3em;
}
.Toppage .TopStory .Member .Nameen{
	font-size: 1.2em;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.Toppage .TopStory .Member .Profile{
	font-size: 1.1em;
	line-height: 1.2em;
}
}


/*----------------------------------------------------
中ページ共通
----------------------------------------------------*/

.inner{
	max-width:1080px;
	text-align:center;
	margin:20px auto;
	padding:0 10px;
}

section p{
	font-size:1.3em;
	line-height:1.6em;
	text-align:left;
	margin:10px auto;
	padding:10px 5px;
}
section p a{
	color: #a71427;
}
section p a:hover{
	color: #333333;
}
table{
	width: 96%;
	margin: 20px 2%;
}
table th{
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 8px 12px;
	text-align: left;
	font-weight: 500;
	background: #dfdfdf;
	color: #333;
}
table td{
	font-size: 1.4em;
	line-height: 1.8em;
	padding: 12px 10px;
	text-align: left;
	border-bottom:1px solid #000;
	font-weight: 400;
}

table th a{
	color: #fff;
}
table td a{
	color: #333;
}
table th a:hover,
table td a:hover{
	color: #ffcc33;
}
@media print, screen and (max-width: 767px) {
table th{
	width: 100%;
	display: block;
}
table td{
	width: 100%;
	display: block;
}
}

@media print, screen and (min-width: 768px) {
.inner{
	text-align:center;
	margin:50px auto 100px;
	padding:0;
}
section p{
	font-size:1.6em;
	line-height:2em;
	text-align:left;
	margin:20px auto 30px;
	padding:10px 20px;
	width: 96%;
}
table{		
	border-top:1px solid #000;
	}
table th{
	white-space: nowrap;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 15px;
	letter-spacing: 0.1em;
	border-bottom:1px solid #000;
	background: #dfdfdf;
	color: #333;
	vertical-align: top;
}
table td{
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 15px;
}
}

.Main{
	position: relative;
	padding-top: 90px;
}
@media (max-width: 767px) {
.Main{
	position: relative;
	padding-top: 70px;
}
}
.Main .Photo img{
	width: 100%;
}

.Main .Title{
	width: 350px;
	max-width: 40%;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 15%;
	z-index: 1;
	background: rgba(0,0,0,0.6);
}
.Main .Title .En{
	color: #fabf1b;
	font-size: 2.2em;
	padding: 30px 10px 0;
	text-align: center;
	font-family: 'Alex Brush', cursive;
}

.Main .Title .Midashi{
	font-size: 2.6em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 500;
	padding: 20px 10px 30px;
	color: #fff;
}
@media print, screen and (max-width: 768px) {
.Main .Title .En{
	font-size: 	1.8em;
	padding: 20px 10px 0;
}

.Main .Title .Midashi{
	font-size: 2.0em;
	padding: 10px 10px 20px;
}
.Main .Title{
	width: 350px;
	max-width: 45%;
}
}
@media only screen and (max-width: 480px) {
.Main .Title .En{
	font-size: 	1.4em;
	padding: 10px 10px 0;
}

.Main .Title .Midashi{
	font-size: 1.5em;
	padding: 5px 5px 10px;
}
}

/*----------------------------------------------------
Message
----------------------------------------------------*/
.MessageContents{
	background: linear-gradient(157deg, #572c02, #795b0a, #816b16, #e5b632);
background-size: 200% 200%;

-webkit-animation: AnimationName 10s ease infinite;
-moz-animation: AnimationName 10s ease infinite;
animation: AnimationName 10s ease infinite;
	padding: 80px 10px;
}
.Message .MessageContents .inner{
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	padding: 60px 20px;
}
.Message .MessageContents .inner h3{
	font-size: 5.0em;
	font-style: italic;
	line-height: 1.5em;
	margin: 20px auto 60px;
}
.Message .MessageContents .inner p{
	text-align: center;
    font-family: 'Noto Serif JP', serif;
}
.Message .MessageContents .inner .Name{
	text-align: center;
    font-family: 'Noto Serif JP', serif;
	font-size: 2.6em;
	line-height: 1.6em;
	font-style: italic;
}
.Message .MessageContents .inner .Name span{
	font-size: 0.6em;
	line-height: 1.6em;
}

@media print, screen and (max-width: 1280px) {
.Message .MessageContents .inner h3{
	font-size: 4.5vw;
	font-style: italic;
	line-height: 1.5em;
	margin: 20px auto 60px;
}
}


@media print, screen and (max-width: 768px) {
.MessageContents{
	padding: 50px 10px;
}
.Message .MessageContents .inner{
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	padding: 40px 10px;
}
.Message .MessageContents .inner h3{
	margin: 20px auto 40px;
}
.Message .MessageContents .inner .Name{
	font-size: 2.2em;
}
}
@media only screen and (max-width: 480px) {
.MessageContents{
	padding: 30px 10px;
}
.Message .MessageContents .inner{
	padding: 20px 10px;
}
.Message .MessageContents .inner h3{
	margin: 20px auto 20px;
}
.Message .MessageContents .inner .Name{
	font-size: 1.8em;
}
}

/*----------------------------------------------------
ADVANTAGE
----------------------------------------------------*/

.Advantage h3{
	margin: 60px auto 30px;
	font-size: 4.0em;
	line-height: 1.6em;
    font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.IzumL,.IzumR{
	margin: 50px auto 170px;
	position: relative;
	padding: 10px;
}
.IzumR .Photo{
	width: 55%;
	text-align: right;
	margin-left: 45%;
}
.IzumR .Txt{
	position: absolute;
	left: 10px;
	bottom:-80px;
	width: 55%;
	background: rgba(250,191,27,0.7);
	padding: 25px;
}
.IzumL .Photo{
	width: 55%;
	text-align: left;
}
.IzumL .Txt{
	position: absolute;
	right: 10px;
	bottom:-120px;
	width: 55%;
	background: rgba(250,191,27,0.7);
	padding: 25px;
}
.IzumL h4,
.IzumR h4{
	font-size: 2.2em;
	line-height: 1.6em;
	margin: 10px 20px;
	text-align: left;
}
.IzumL .Txt a,
.IzumR .Txt a{
	background: #000;
	font-size: 1.6em;
	padding: 5px 10px;
	display: block;
	line-height: 1.6em;
}

@media print, screen and (max-width: 1280px) {
	
.IzumR .Txt{
	position: absolute;
	left: 10px;
	bottom:-80px;
	width: 60%;
	background: rgba(250,191,27,0.7);
	padding: 20px;
}
.IzumL .Txt{
	position: absolute;
	right: 10px;
	bottom:-120px;
	width: 60%;
	background: rgba(250,191,27,0.7);
	padding: 20px;
}
.IzumR .Txt p,
.IzumL .Txt p{
	margin: 0;
}
	
}
@media print, screen and (max-width: 960px) {

.IzumL,
.IzumR{
	margin: 20px auto;
	position: relative;
}

.IzumL .Photo{
	width: 80%;
	text-align: left;
}
.IzumL .Txt{
	position: relative;
	right: 0;
	bottom:inherit;
	width: 80%;
	margin: -30px 0px 10px auto;
	padding: 20px;
}
.IzumR .Photo{
	width: 80%;
	text-align: right;
	margin-left: 20%;
}
.IzumR .Txt{
	position: relative;
	right: 0;
	bottom:inherit;
	width: 80%;
	margin: -30px auto 10px 0px;
	padding: 20px;
}
.IzumL h4,
.IzumR h4{
	font-size: 1.8em;
	margin: 10px 10px;
}
.IzumL .Txt a,
.IzumR .Txt a{
	background: #000;
	font-size: 1.4em;
	padding: 5px 10px;
	display: block;
	line-height: 1.6em;
}
	
}
@media print, screen and (max-width: 768px) {
.Advantage h3{
	margin: 40px auto 20px;
	font-size: 3.0em;
}
.IzumL,
.IzumR{
	margin: 10px auto;
	position: relative;
}

.IzumL .Photo{
	width: 90%;
	text-align: left;
}
.IzumL .Txt{
	position: relative;
	right: 0;
	bottom:inherit;
	width: 90%;
	margin: -30px 0px 10px auto;
	padding: 15px;
}
.IzumR .Photo{
	width: 90%;
	text-align: right;
	margin-left: 10%;
}
.IzumR .Txt{
	position: relative;
	right: 0;
	bottom:inherit;
	width: 90%;
	margin: -30px auto 10px 0px;
	padding: 15px;
}
.IzumL h4,
.IzumR h4{
	font-size: 1.5em;
	margin: 10px 10px;
}
.IzumL .Txt a,
.IzumR .Txt a{
	background: #000;
	font-size: 1.4em;
	padding: 5px 10px;
	display: block;
	line-height: 1.6em;
}
	
}
@media only screen and (max-width: 480px) {
.Advantage h3{
	margin: 30px auto 20px;
	font-size: 2.5em;
}
.IzumL h4,
.IzumR h4{
	font-size: 1.3em;
	margin: 10px 0px;
}
}

/*----------------------------------------------------
STORY
----------------------------------------------------*/

.Main .CatchRight{
	position: absolute;
	top: 26%;
	left: 50%;
}
.Main .CatchLeft{
	position: absolute;
	top: 26%;
	right: 50%;
}
.Main .CatchRight,
.Main .CatchLeft{
	font-size: 3.5em;
	font-weight: 600;
	line-height: 2.0em;
	color: #fff;
}
.Main .CatchRight span,
.Main .CatchLeft span{
	background: #000;
	display: inline-block;
	margin: 8px 10px;
	padding: 0 20px;
}
.Profile{
	background: #f2f2f2;
	padding: 30px 20px;
}
.Profile .inner{
	margin: 0 auto;
}
.Profile .point{
	font-size: 1.8em;
	line-height: 1.6em;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}
.Profile .point span{
	padding: 0 10px;
	background: #602d39;
}
.Profile .Name{
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: left;
}
.Profile .Name .position{
}
.Profile .about{
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: left;
	margin: 20px auto 10px;
}


.StoryContents h3{
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 50px 20px 30px;
	padding: 10px;
	border-bottom:1px solid #dfdfdf;
	text-align: left;
}
.StoryContents h3::before{
	content: "★";
	color: #fabf1b;
	margin-right: 10px;
}

@media print, screen and (max-width: 1280px) {
.Main .CatchRight,
.Main .CatchLeft{
	font-size: 2.8em;
	line-height: 1.8em;
}
.Main .CatchRight{
	position: absolute;
	top: 26%;
	right: 5%;
	left: inherit;
}
.Main .CatchLeft{
	position: absolute;
	top: 26%;
	left: 5%;
	right: inherit;
}
.Main .CatchRight span,
.Main .CatchLeft span{
	margin: 5px 10px;
}
}
@media print, screen and (max-width: 960px) {

.Main .CatchRight{
	position: absolute;
	top: inherit;
	bottom: 5%;
	right: 2%;
}
.Main .CatchLeft{
	position: absolute;
	top: inherit;
	bottom: 5%;
	left: 2%;
}
}
@media print, screen and (max-width: 768px) {
.Main .CatchRight,
.Main .CatchLeft{
	font-size: 2.0em;
	line-height: 1.8em;
}
.Main .CatchRight span,
.Main .CatchLeft span{
	padding: 0 10px;
}
.Profile{
	background: #f2f2f2;
	padding: 30px 20px;
}

.Profile .point{
	font-size: 1.6em;
	margin-bottom: 10px;
}
.Profile .Name{
	font-size: 2.0em;
	line-height: 1.6em;
	text-align: left;
	letter-spacing: 0.05em;
}
.Profile .Name .position{
	margin: 10px 0;
	display: block;
}
.Profile .about{
	font-size: 1.3em;
	margin: 10px auto 10px;
}

.StoryContents h3{
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 30px 0px 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
}
@media only screen and (max-width: 480px) {
.Main .CatchRight,
.Main .CatchLeft{
	font-size: 1.2em;
	line-height: 1.8em;
}
.Main .CatchRight{
	position: absolute;
	top: inherit;
	bottom: 5%;
	right: 4%;
}
.Main .CatchLeft{
	position: absolute;
	top: inherit;
	bottom: 5%;
	left: 4%;
}
.Main .CatchRight span,
.Main .CatchLeft span{
	padding: 0 5px;
	margin: 2px 0;
}
.Profile .point{
	font-size: 1.4em;
	line-height: 1.3em;
}
.Profile .point span{
	display: block;
	padding: 5px 10px;
}
.Profile .Name{
	font-size: 1.8em;
}
.Profile .Name .position{
	margin: 5px 0;
}
.StoryContents h3{
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0em;
	margin: 20px 0px 10px;
}
}

/*----------------------------------------------------
NEWS
----------------------------------------------------*/

.News h3{
	margin: 60px auto 30px;
	font-size: 3.6em;
	line-height: 1.6em;
    font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.News h4{
	margin: 20px auto 30px;
	font-size: 1.7em;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	background: #f3f3f3;
}

.NewsContents{
	width: 76%;
	padding: 10px;
}
.Newsnav{
	width: 24%;
	text-align: left;
	margin: 60px auto 30px;
	padding: 10px
}
.Newsnav ul li a{
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 10px;
	color: #333;
	border-top: 1px solid #dfdfdf;
	display: block;
}
.Newsnav ul li a:hover{
	background: #fefefe;
	color: #fabf1b;
}
.NewsList{
	margin: 30px auto;
	padding: 10px
}

.NewsList ul{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	flex-wrap:wrap;
} 
.NewsList ul li{
	border-top: 1px solid #dfdfdf;
	width: 48%;
	margin: 0 1%;
} 
.NewsList ul li a{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	flex-wrap:wrap;
	-ms-flex-align:center;/*--- IE10 ---*/
	align-items: center;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
} 
.NewsList ul li a .Photo{
	padding: 30px 10px;
	width: 30%;
} 
.NewsList ul li a .Txt{
	font-size: 1.3em;
	line-height: 1.8em;
	padding:10px;
	color: #333;
	display: block;
	width: 70%;
	text-align: left;
} 
.NewsList ul li a .Txt strong{
	font-size: 1.2em;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
	display: block;
} 
.NewsList ul li a:hover{
	background: #fabf1b;
} 


@media print, screen and (max-width: 768px) {
.News h3{
	margin: 40px auto 20px;
	font-size: 3.0em;
}
.News h4{
	font-size: 1.6em;
	margin: 10px 10px;
}
	
.NewsContents{
	width: 100%;
	padding: 10px;
}
.Newsnav{
	width: 100%;
	text-align: left;
	margin: 20px auto;
	padding: 10px
}
.Newsnav ul{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	flex-wrap:wrap;
}
.Newsnav ul li{
	width: 50%;
}
.NewsList ul li{
	border-top: 1px solid #dfdfdf;
	width: 98%;
	margin: 0 1%;
} 
}
@media only screen and (max-width: 480px) {
.News h3{
	margin: 30px auto 20px;
	font-size: 2.5em;
}
.News h4{
	font-size: 1.4em;
	margin: 10px 10px;
}
.Newsnav ul li{
	width: 100%;
}
.NewsList ul li a .Photo{
	padding: 20px 10px;
	width: 35%;
} 
.NewsList ul li a .Txt{
	font-size: 1.1em;
	width: 65%;
	line-height: 1.6em;
} 
.NewsList ul li a .Txt strong{
	font-size: 1.1em;
} 
}
/*----------------------------------------------------
INFORMATION
----------------------------------------------------*/

.Information h3{
	font-size: 4.0em;
	line-height: 1.6em;
	margin: 40px auto 10px;
	position: relative;
    display: inline-block;
	padding: 0 30px;
	letter-spacing: 0.1em;
	z-index: 1;
}

.Information h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    border-bottom: 15px solid #fabf1b;
	z-index: -1;
  }

.Information h4{
	font-size: 2.6em;
	line-height: 1.6em;
	margin: 50px auto 20px;
	padding: 10px;
	font-weight: 500;
	border-bottom: 1px solid #000000;
}


.Information .CareerPlan{
	margin: 50px auto;
	max-width: 900px;
}

.Information .CareerPlan .Plan{
	width: 96%;
	margin: 20px 2%;
}
.Information .CareerPlan .PlanL{
	width: 60%;
	margin: 0 2%;
}
.Information .CareerPlan .PlanRW{
	width: 34%;
	margin: 0 1% 0;
	border:5px solid #9c777f;
	padding:40px 10px 70px;
	
}
.Information .CareerPlan .PlanR{
	width: 34%;
	margin: 0 1% 0;
}
.Information .CareerPlan .ico{
	margin: 0 auto;
	font-size: 2.4em;
	font-weight: 500;
	line-height: 1.6em;
	background: #fff;
	padding: 10px 20px;
	display: block;
	background: #fabf1b;
	color: #fff;
}
.Information .CareerPlan .PlanL .ico{
	margin: 0 auto;
	font-size: 2.4em;
	font-weight: 500;
	line-height: 1.6em;
	background: #fff;
	padding: 10px 20px;
	display: block;
	background: #fabf1b;
	color: #fff;
}
.Information .CareerPlan .PlanR .ico,
.Information .CareerPlan .PlanRW .ico{
	margin: 0 auto;
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.6em;
	background: #fff;
	padding: 10px 20px;
	display: block;
	background: #a25565;
	color: #fff;
}
.Information .CareerPlan .ico span{
	font-size: 0.8em;
}

.Information .CareerPlan .PlanL .waku{
	padding: 10px 10px 20px;
	border:5px solid #fabf1b;
	position: relative;
	z-index: -1;
}
.Information .CareerPlan .PlanR .waku{
	padding: 10px 10px 20px;
	border:5px solid #fabf1b;
	position: relative;
	z-index: -1;
}
.Information .CareerPlan .waku a{
/*	position: absolute;
	right: 0;
	bottom:0;*/
	background: #000;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 5px 30px;
	margin: 0 10px;
}
.Information .CareerPlan .waku a span{
	font-size: 0.9em;
}
.Information .CareerPlan .arrow{
	text-align: center;
	vertical-align:middle;
	padding: 20px;
}


.Information .CareerPlan .PlanL .arrowlrL{
	width: 88%;
	margin: 0;
}
.Information .CareerPlan .PlanL .arrowlrR{
	width: 8%;
	margin: 0 0 0 4%;
}

.Information .educationzu{
	text-align: center;
	width: 90%;
	border:1px solid #dfdfdf;
	margin: 0 auto;
}

.Information .Faq > dl {
	border:1px #dfdfdf;
	border-bottom-style:solid;
}

.Information .Faq > dl > dt {
	padding:25px 40px 25px 60px;
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: left;
	font-weight: 500;
}
.Information .Faq > dl > dt::after{
	content: "+";
	color: #fff;
	background: #000;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 1.7em;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.Information .Faq > dl > dt.open::after{
	content: "−";
	color: #fff;
	background: #000;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 1.7em;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.Information .Faq > dl > dt:hover {
	cursor:pointer;
}

.Information .Faq > dl > dd {
	padding:40px 40px 40px 70px;
	display:none;
	font-size: 1.5em;
	line-height: 1.8em;
	text-align: left;
	background: #efefef;
}

.Information .Faq > dl > dt,
.Information .Faq > dl > dd {
	position:relative;
}


.Information .Faq > dl > dt span {
	position:absolute;
	left:25px;
	top:20px;
	color:#fabf1b;
	font-weight:bold;
	font-size: 1.3em;
}
.Information .Faq > dl > dd span {
	position:absolute;
	left:35px;
	top:17px;
	color:#ff5d37;
	font-weight:bold;
	font-size: 1.5em;
}

.Information .Catch{
	margin: 50px auto;
	font-size: 4.0em;
	line-height: 1.6em;
    font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.Information .Welfare{
	margin: 100px auto 0;
}
.Information .WelfareBox{
	width: 46%;
	margin: 20px 2% 100px;
	border:5px solid #fabf1b;
}
.Information .Welfare .welfare-p{
	width: 50%;
	padding: 20px;
}
.Information .WelfareBox .ico{
	width: 80%;
	margin: 0 auto;
	background: #fabf1b;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.6em;
	padding: 25px 10px;
	color: #fff;
	margin-top: -80px;
}
.Information .WelfareBox .ico img{
	max-width: 80px;
	width: 15%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.Information .WelfareBox .waku{
	margin-top: -100px;
	padding: 110px 10px 10px;
}

@media print, screen and (max-width: 768px) {
.Information h3{
	margin: 30px auto 20px;
	font-size: 3.0em;
}

.Information h4{
	font-size: 2.2em;
	margin: 30px auto 10px;
}
	
.Information .CareerPlan{
	margin: 30px auto;
}
	
.Information .CareerPlan .Plan{
	width: 98%;
	margin: 10px 1%;
}

.Information .CareerPlan .PlanL .ico,
.Information .CareerPlan .PlanR .ico,
.Information .CareerPlan .PlanRW .ico{
	font-size: 1.8em;
}

.Information .CareerPlan .PlanRW{
	padding:30px 10px 40px;
	
}
.Information .CareerPlan .waku a{
	font-size: 1.3em;
	padding: 5px 10px;
	margin: 5px;
}

.Information .educationzu{
	max-width: 1020px;
	overflow: auto;
	white-space: nowrap;
	text-align: center;
	/*padding: 10px 30px;*/
	width: 90%;
	border:1px solid #dfdfdf;
	margin: 0 auto;
}
.Information .educationzu img{
	width: 1000px;
	max-width: 1000px;
}
.Information .Faq > dl > dt {
	padding:20px 50px 20px 45px;
	font-size: 1.6em;
	line-height: 1.4em;
}
.Information .CareerPlan .Career .Manager{
	font-size: 1.5em;
}
	
.Information .Faq > dl > dt::after{
	right: 10px;
	top: 15px;
	font-size: 1.4em;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.Information .Faq > dl > dt.open::after{
	right: 10px;
	top: 15px;
	font-size: 1.4em;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
	
.Information .Faq > dl > dd {
	padding:30px 40px 30px 60px;
	display:none;
	font-size: 1.5em;
	line-height: 1.6em;
}
.Information .Faq > dl > dt span {
	position:absolute;
	left:15px;
	top:15px;
	font-size: 1.2em;
}
.Information .Faq > dl > dd span {
	position:absolute;
	left:25px;
	top:15px;
	font-size: 1.3em;
}

.Information .Catch{
	margin: 30px auto;
	font-size: 2.8em;
}
.Information .WelfareBox .ico{
	font-size: 1.6em;
}
	
.Information .Welfare .welfare-p{
	width: 50%;
	padding: 10px;
}

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

.Information h3{
	margin: 20px auto 10px;
	font-size: 2.5em;
}
	
.Information h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    border-bottom: 12px solid #fabf1b;
	z-index: -1;
  }
.Information h4{
	font-size: 1.8em;
	margin: 30px auto 10px;
	padding: 5px;
}


.Information .CareerPlan .Plan{
	margin: 5px 1%;
}
.Information .CareerPlan .PlanL{
	width: 55%;
	margin: 0 1%;
}
.Information .CareerPlan .PlanRW,
.Information .CareerPlan .PlanR{
	width: 41%;
	margin: 0 1% 0;
}
.Information .CareerPlan .PlanRW{
	padding:20px 10px 20px;
	
}
.Information .CareerPlan .PlanL .waku{
	border:3px solid #fabf1b;
}
.Information .CareerPlan .PlanL .arrowlrL{
	width: 83%;
	margin: 0;
}
.Information .CareerPlan .PlanL .arrowlrR{
	width: 15%;
	margin: 0 0 0 2%;
}
.Information .CareerPlan .arrow img{
	max-width:20px;
}

.Information .CareerPlan .PlanL .ico,
.Information .CareerPlan .PlanR .ico,
.Information .CareerPlan .PlanRW .ico{
	font-size: 1.5em;
	padding: 5px 10px;
}
.Information .CareerPlan .PlanL .waku{
	padding: 10px 5px 10px;
}
.Information .CareerPlan .PlanR .waku{
	padding: 10px 5px 10px;
}
.Information .CareerPlan .ico{
	font-size: 1.6em;
	padding: 15px 10px;
}
	
.Information .CareerPlan .waku a{
	font-size: 1.1em;
	margin: 5px auto;
	text-align: center;
	padding: 5px;
	width: 90%;
}
	
.Information .CareerPlan .ico span{
	font-size: 0.8em;
	display: block;
}
.Information .CareerPlan .arrow{
	padding: 10px;
}
.Information .Faq > dl > dt {
	padding:15px 50px 15px 45px;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 400;
}
.Information .Faq > dl > dd {
	font-size: 1.4em;
}
	
.Information .Catch{
	margin: 20px auto;
	font-size: 2.0em;
}
.Information .Welfare{
	margin: 50px auto 0;
}
	
.Information .WelfareBox .ico{
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	margin-top: -30px;
}
.Information .WelfareBox{
	width: 98%;
	margin: 20px 2% 30px;
	border:5px solid #fabf1b;
}
.Information .WelfareBox .ico img{
	margin-right: 10px;
	display: inline;
}
.Information .Welfare .welfare-p{
	width: 50%;
	padding: 5px;
}
}


/*----------------------------------------------------
ENTRY
----------------------------------------------------*/

.Entry h3{
	font-size: 3.5em;
	line-height: 1.6em;
	margin: 40px auto 10px;
	position: relative;
    display: inline-block;
	padding: 0 30px;
	letter-spacing: 0.2em;
}

.Entry h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    border-bottom: 12px solid #fabf1b;
	z-index: -1;
  }
.Entry h4{
	font-size: 2.0em;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 50px 20px 30px;
	padding: 10px;
	border-bottom:1px solid #dfdfdf;
	text-align: left;
}
.Entry h4::before{
	content: "★";
	color: #fabf1b;
	margin-right: 10px;
}
.Entry ul li{
	font-size: 1.6em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 0 20px 0  50px;
	padding: 5px 10px;
	border-bottom:none;
	text-align: left;
}
.Entry ul li::before{
	content: "★";
	color: #fabf1b;
	margin-right: 10px;
	font-size: 0.8em;
}
.Entry table td ul li{
	font-size: 1.0em;
	margin: 0 20px 0  0px;
}
.Entry .EntryBtn{
	width: 80%;
	font-size: 2.0em;
	color: #fff;
	text-align: center;
	margin: 20px auto 50px;
	font-weight: bold;
	border-bottom:5px solid #ffcc33;
	background: #222;
	letter-spacing: 0.1em;
}
.Entry .BackBtn{
		width: 40%;
	font-size: 1.8em;
	color: #fff;
	text-align: center;
	margin: 50px auto;
	background: #888;
	letter-spacing: 0.1em;
	}
.Entry .SendBtn{
		width: 40%;
	font-size: 2.0em;
	color: #fff;
	text-align: center;
	margin: 50px auto;
	font-weight: bold;
	border-bottom:5px solid #ffcc33;
	background: #222;
	letter-spacing: 0.1em;
	}
.Entry .EntryBtn a,
.Entry .SendBtn a,
.Entry .BackBtn a{
	display: block;
	padding: 15px 10px;
}
.Entry .w30{
	width: 30%;
}
.Entry .w60{
	width: 60%;
}
.Entry .w80{
	width: 80%;
}
.Entry .entryB{
		width: 25%;
		padding: 5px;
	}
.Entry .Stepwaku{
	margin: 50px auto;
	border: 1px solid #000;
	padding: 20px;
	width: 96%;
}
.Entry dl.step{
	clear: both;
	overflow: hidden;
	max-width: 550px;
	margin: 10px auto;
}
.Entry dl.step dt{
	background: #fabf1b;
	font-size: 1.4em;
	line-height: 1.5em;
	display: inline-block;
	padding: 12px 20px;
	color: #fff;
	width: 90px;
	float:left;
}
.Entry dl.step dd{
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
	margin-left: 80px;
	text-align: left;
	padding: 12px 20px;
}
.Entry .stepyaji{
	font-size: 1.6em;
	line-height: 1.5em;
}
.Entry .inner p.hoshin{
    font-family: 'Noto Serif JP', serif;
}
@media print, screen and (max-width: 768px) {
.Entry h3{
	margin: 30px auto 20px;
	font-size: 2.5em;
}

.Entry h4{
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 30px 0px 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.Entry .w30{
	width: 50%;
}
.Entry .w60{
	width: 100%;
}
.Entry .w80{
	width: 100%;
}
.Entry .EntryBtn{
	width: 80%;
	font-size: 1.8em;
	color: #fff;
	text-align: center;
	margin: 50px auto;
	font-weight: bold;
	border-bottom:5px solid #ffcc33;
	background: #222;
	letter-spacing: 0.1em;
}
.Entry .BackBtn{
		width: 45%;
	font-size: 1.6em;
	}
.Entry .SendBtn{
		width: 45%;
	font-size: 1.8em;
	}

.Entry .Stepwaku{
	margin: 30px auto;
}
}
@media only screen and (max-width: 480px) {

.Entry h3{
	margin: 20px auto 10px;
	font-size: 2.0em;
}
	
.Entry h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    border-bottom: 10px solid #fabf1b;
	z-index: -1;
  }
.Entry h4{
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0em;
	margin: 20px 0px 10px;
}
	
.Entry .EntryBtn{
	width: 80%;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	margin: 30px auto;
	font-weight: bold;
	border-bottom:5px solid #ffcc33;
	background: #222;
	letter-spacing: 0.1em;
}
.Entry .BackBtn{
		width: 45%;
	font-size: 1.4em;
	margin: 30px auto;
	}
.Entry .SendBtn{
		width: 45%;
	font-size: 1.6em;
	margin: 30px auto;
	}

.Entry .entryB{
		width: 50%;
		padding: 5px;
	}
.Entry .Stepwaku{
	margin: 10px auto;
}
.Entry dl.step dt{
	background: #fabf1b;
	font-size: 1.3em;
	line-height: 1.5em;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	width: 70px;
	float:left;
}
.Entry dl.step dd{
	font-size: 1.3em;
	text-align: center;
	line-height: 1.5em;
	margin-left: 70px;
	text-align: left;
	padding: 5px 10px;
}
}
.pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 10px;
	font-family: "exotic_agent";
	
}
.EntryFix{
	position: fixed;
	bottom:0;
	right: 0;
	/*background: #f1c045;*/
	border: 8px solid #f1c045;
	color: #fff;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}
.EntryFix a{
	color: #fff;
	color: #000;
	background: #fff;
	padding: 20px 30px;
	display: block;
}
.EntryFix a:hover{
	color: #fff;
	background: #f1c045;
}
@media only screen and (max-width: 480px) {
.EntryFix{
	font-size: 1.5em;
}
.EntryFix a{
	padding: 10px 20px;
}
}

@media print{
section{
		max-width: 760px !important;
		width: 100%;
	}
.swiper-container {
		max-width: 760px !important;
        width: 100%;
      }
.Toppage{
		max-width: 760px !important;
		width: 100%;
	}
}



/*----------------------------------------------------
NEWS
----------------------------------------------------*/
.Topics .TopicsBox{
	padding: 20px 10px 50px;
	border-bottom: 1px dotted#000;
}

.Topics .topics_snsbtn{
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	
}
.Topics .topics_snsbtn img{
	width: 35px;
	margin: 10px 5px 0;
}
.Topics h3{
	margin: 60px auto 5px;
	font-size: 2.0em;
	text-align: left;
	line-height: 1.5em;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding: 5px 12px;
	border-left: 5px solid #000;
}
.Topics .Date{
	margin: 10px auto 20px;
	font-size: 1.4em;
	padding: 5px 20px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	background: #f3f3f3;
	text-align: right;
}
.Topics .Contents{
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: left;
	padding: 30px;
}



@media print, screen and (max-width: 768px) {
.Topics h3{
	margin: 60px auto 10px;
	font-size: 2em;
	line-height: 1.6em;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.Topics .Contents{
	font-size: 1.6em;
	text-align: left;
	padding: 20px;
}
}
@media print, screen and (max-width: 480px) {
.Topics h3{
	margin: 40px auto 10px;
	font-size: 1.7em;
	line-height: 1.6em;
	text-align: left;
}
.Topics .Contents{
	font-size: 1.5em;
	text-align: left;
	padding: 10px 20px;
}
}

/*
.AToppage .TopEntry{
	background: #fff;
}*/
.AToppage .Information{
	background: #fff;
	margin: 0;
	padding: 1% 0 3%;
	z-index: -1;
}
.AToppage .Information .inner{
	margin: 0 auto;
}

.TopCopy{
	background: #fff url("../img/top/top_back.png") center bottom no-repeat;
	background-size: 100% auto;
	text-align: center;
	padding: 3% 0 5%;
	margin: 0 auto;
}
.TopCopy .inner{
	margin: 0 auto;
}
.TopCopy .Copybox{
	width: 80%;
	margin: 6% auto;
	text-align: center;
	max-width: 500px;
}
.TopCopy p{
	text-align: center;
	margin: 5% auto;
}

.TopCopy .Catch{
	margin: 50px auto;
	font-size: 4.0em;
	line-height: 1.6em;
    font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}

@media print, screen and (max-width: 768px) {
.TopCopy .Catch{
	margin: 30px auto;
	font-size: 3.0em;
}
}
@media only screen and (max-width: 480px) {
.TopCopy .Catch{
	margin: 20px auto;
	font-size: 2.0em;
}
}
	