bgqabgqabgqahtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
p, li, th, td, h4,h3{
	line-height: 0em;
}
table{
	border-collapse: collapse;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset{
	border:none;
}

#wrap{
	overflow: hidden;
}

a,  a:visited{
	color: #222222;
	text-decoration: none;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a{
	transition:0.5s;
}
a:hover{
	opacity: 0.6;
	transition:0.5s;
}

.weight100{
	font-weight: 100;
}
.weight200{
	font-weight: 200;
}
.weight300{
	font-weight: 300;
}
.weight400{
	font-weight: 400;
}
.weight500{
	font-weight: 500;
}
.weight600{
	font-weight: 600;
}
.weight700{
	font-weight: 700;
}
.weight800{
	font-weight: 800;
}
.weight900{
	font-weight: 900;
}
.markyellow{
		background: linear-gradient(transparent 60%, #fff000 60%);
}
.acumin{
	font-family: "acumin-pro-semi-condensed", sans-serif;
font-weight: 500;
font-style: normal;
}

.fade-in {
  transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
}
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
#globalNavi{
	z-index:99 ;
}


@media screen and (min-width:1024px){
	.article-img-width {
		width: 23%;
  }
}

@media screen and (max-width:1023px) {
	.article-img-width {
		width: 35%;
	}
}

/*PC用記述*/
@media screen and (min-width:1024px){
.content {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:984px;
    margin-left:auto;
    margin-right:auto;
}
.content3 {
    width:904px;
    margin-left:auto;
    margin-right:auto;
}
.content4 {
    width:780px;
    margin-left:auto;
    margin-right:auto;
}

.center {
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}

	.left{
		float: left;
	}

	.right{
		float: right;
	}

	.overflow{
		overflow: hidden;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 10px;
	}
	.mt20{
		margin-top: 20px;
	}
	.mt30{
		margin-top: 30px;
	}
	.mt40{
		margin-top: 40px;
	}
	.mt50{
		margin-top: 50px;
	}
	.mt60{
		margin-top: 60px;
	}
	.mt70{
		margin-top: 70px;
	}
	.mt80{
		margin-top: 80px;
	}
	.mt90{
		margin-top: 90px;
	}
	.mt100{
		margin-top: 100px;
	}
	.mb10{
		margin-bottom: 10px;
	}
	.mb20{
		margin-bottom: 20px;
	}
	.mb30{
		margin-bottom: 30px;
	}
	.mb40{
		margin-bottom: 40px;
	}
	.mb50{
		margin-bottom: 50px;
	}
	.mb60{
		margin-bottom: 60px;
	}
	.mb70{
		margin-bottom: 70px;
	}
	.mb80{
		margin-bottom: 80px;
	}
	.mb90{
		margin-bottom: 90px;
	}
	.mb100{
		margin-bottom: 100px;
	}
	.pt10{
		padding-top: 10px;
	}
	.pt20{
		padding-top: 20px;
	}
	.pt30{
		padding-top: 30px;
	}
	.pt40{
		padding-top: 40px;
	}
	.pt50{
		padding-top: 50px;
	}
	.pt60{
		padding-top: 60px;
	}
	.pt70{
		padding-top: 70px;
	}
	.pt80{
		padding-top: 80px;
	}
	.pt90{
		padding-top: 90px;
	}
	.pt100{
		padding-top: 100px;
	}
	.pb10{
		padding-bottom: 10px;
	}
	.pb20{
		padding-bottom: 20px;
	}
	.pb30{
		padding-bottom: 30px;
	}
	.pb40{
		padding-bottom: 40px;
	}
	.pb50{
		padding-bottom: 50px;
	}
	.pb60{
		padding-bottom: 60px;
	}
	.pb70{
		padding-bottom: 70px;
	}
	.pb80{
		padding-bottom: 80px;
	}
	.pb90{
		padding-bottom: 90px;
	}
	.pb100{
		padding-bottom: 100px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 14px;
	}
	.font16px{
		font-size: 16px;
	}
	.font18px{
		font-size: 18px;
	}
	.font20px{
		font-size: 20px;
	}
	.font22px{
		font-size: 22px;
	}
	.font24px{
		font-size: 24px;
	}
	.font26px{
		font-size: 26px;
	}
	.font28px{
		font-size: 28px;
	}
	.font30px{
		font-size: 30px;
	}
	.font32px{
		font-size: 32px;
	}
	.font34px{
		font-size: 34px;
	}
	.font36px{
		font-size: 36px;
	}
	.font38px{
		font-size: 38px;
	}
	.font40px{
		font-size: 40px;
	}
	.font42px{
		font-size: 42px;
	}
	.font44px{
		font-size: 44px;
	}
	.font46px{
		font-size: 46px;
	}
	.font48px{
		font-size: 48px;
	}
	.font50px{
		font-size: 50px;
	}
	.font52px{
		font-size: 52px;
	}
	.font54px{
		font-size: 54px;
	}
	.font56px{
		font-size: 56px;
	}
	/*フォントセクションここまで*/


	.italic{
		font-style: italic;
	}

	.text01{
		color: #222222;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	
	.white{
		color: #fff;
	}
	.textright{
		text-align: right;
	}

	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}
	.bgwhite01{
		background-color:rgba(255,255,255,0.90);
	}

	
	.video{
  		position:relative;
  		width:100%;
  		padding-top:56%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	img#floatButton1 {
    position: fixed;
    right: 0;
    bottom: 0px;
	width: 36%;
	z-index: 99;
	
}
	.img_box{
  		animation: img_box_9955 0.5s linear infinite;
  		transform-origin: 50% 50%;
  		margin: 0.5rem 0 !important;
}
	@keyframes img_box_9955 {
  		0% { transform: translateY(0) }
  		33.33333% { transform: translateY(-10px) }
  		66.66667% { transform: translateY(0) }
  		100% { transform: translateY(0) }
}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.paddingleft10{
		padding-left: 10px;
	}
	#panel dt:hover{
		opacity: 0.7;
	}
	.br-sp{
		display: none;
	}
	.flex01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		}

	.nav{
		padding: 1%;
	}
	.logo01{
		width: 10%;
	}
	.logo01 img{
		width: 100%;
	}
	.navtext01{
		line-height: 1.3em;
		font-size: 1.2vw;
		padding-right: 3%;
		font-weight: 500;
		padding-top: 0.7%;
	}
	.button01{
		width: 13%;
	}
	.button01 img{
		width: 100%;
	}
	.bg01{
		position: relative;
	}
	.bg01 video{
		width: 100%;
	}

	.ichi01{
		position:absolute;
		line-height: 1.5em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
		margin:  auto;
		width: 100%;
		z-index:10 ;
	background: #000;
	opacity: 0.6;
		
	}

	.bgblack01{
		background-color: #000000;
	}

	h1{
		line-height: 1.5em;
		text-align: center;
		font-size: 3.1vw;
		letter-spacing: 0.1em;
		font-weight: 500;
		padding-top: 18%;
	}
	.ttl03{
		width: 0.25%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0.5%;
	}
	.ttl03 img{
		width: 100%;
		text-align: center;
	}
	.ttl02{
		font-size: 2.0vw;
		letter-spacing: 0.1em;
		text-align: center;
		line-height: 1.5em;
	}
	.bg02{
		background: url("../img/bg02.jpg") left top repeat;
	}
	.ttl05{
		margin-bottom: 50px;
	}
	.ttl05 h2{
		font-size: 60px;
		line-height: 0.8em;
		letter-spacing: 0.05em;
		padding-bottom: 16px;
	}
	.ttl05 h3{
		font-size: 24px;
		line-height: 1.0em;
		letter-spacing: 0.05em;
		font-weight: 600;
	}
	.content2w{
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	.box01{
		width: 42%;
		padding: 30px 40px;
		box-shadow: 0 0 16px #c2c2c2;
		margin: 30px 30px 40px;
		border-radius: 24px;
		background-color:rgba(255,255,255,0.80);
	}
	.img01{
		width: 100%;
	}
	.img01 img{
		width: 100%;
	}
	.box02{
		width: 64%;
		margin-left: auto;
		margin-right: auto;
	}
	.applestore{
		width: 47%;
	}
	.applestore img{
		width: 100%;
	}
	.button02{
		width: 55%;
	}
	.button02 img{
		width: 100%;
	}
	.bg03{
		background: url("../img/bg03.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.font19px{
		font-size: 19px;
	}
	.text03{
		line-height: 1.8em;
		letter-spacing: 0.05em;
	}
	.ttl06{
		font-size: 58px;
		line-height: 1.5em;
		letter-spacing: 0.06em;
	}
	.pic03{
		width: 48%;
	}
	.pic03 img{
		width: 100%;
	}
	.box04{
		margin: 0 30px 80px;
	}
	.box03{
		width: 47%;
		padding-bottom: 40px;
	}
	.ptmission{
		padding-top: 80px;
	}
	.no01{
		background: url("../img/no01.png") left center no-repeat;
		padding-left: 38px;
	}
	.no02{
		background: url("../img/no02.png") left center no-repeat;
		padding-left: 38px;
	}
	.no03{
		background: url("../img/no03.png") left center no-repeat;
		padding-left: 38px;
	}
	.no04{
		background: url("../img/no04.png") left center no-repeat;
		padding-left: 38px;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-attachment:fixed;
	}
	.box05{
		background-color: rgba(0,0,0,0.80);
		width: 96%;
		margin: 0 auto 70px;
		border-radius: 20px;
	}
	.box07{
		width: 84%;
		margin: 20px auto;
	}
	.box06{
		background-color: #fff;
		border-radius: 20px;
		padding: 28px;
		margin: 0 20px 50px;
		box-shadow: 2px 12px 19px gray;
	}
	.media02{
		font-size: 0.9vw;
		line-height: 1.3em;
		background-color: #000;
		padding:4px 10px;
	}
	.media03{
		font-size: 1.0vw;
		line-height: 1.3em;
		padding:4px 0;
	}
	.media01{
		width: 100%;
	}
	.media01 img{
		width: 100%;
	}
	
	
	.txt-hide{
display: none;
}
	.txt-hide2{
display: none;
}

button.more {
width: 220px;
	cursor: pointer;
	border-radius: 16px;
	font-size: 20px;
	font-weight: 500;
margin: 20px auto;
display: block;
background-color: #fff;
color: #111;
padding:12px 15px;
border: none;
outline: 0;
transition: none;
}
 
button.more::after {
content: "もっと見る";
}

button.more2 {
width: 220px;
	cursor: pointer;
	border-radius: 16px;
	font-size: 20px;
	font-weight: 500;
	box-shadow: 2px 12px 19px gray;
margin: 20px auto;
display: block;
background-color: #fff;
color: #111;
padding:12px 15px;
border: none;
outline: 0;
transition: none;
}
 
button.more2::after {
content: "もっと見る";
}

button.more3 {
	width: 220px;
		cursor: pointer;
		border-radius: 16px;
		font-size: 20px;
		font-weight: 500;
	margin: 20px auto;
	display: block;
	background-color: #fff;
	color: #111;
	padding:12px 15px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
		
	}
	 
	button.more3::after {
	content: "もっと見る";
	transition: .2s;
	-erbkit-transition: .2s;
	}
	
	button.more3.on-click::after{
	content: "閉じる";
	}

	button.more4 {
		width: 220px;
			cursor: pointer;
			border-radius: 16px;
			font-size: 20px;
			font-weight: 500;
			box-shadow: 2px 12px 19px gray;
		margin: 20px auto;
		display: block;
		background-color: #fff;
		color: #111;
		padding:12px 15px;
		border: none;
		outline: 0;
		transition: .5s;
		-erbkit-transition: .5s;
	}
		
	button.more4::after {
	content: "もっと見る";
	transition: .2s;
	-erbkit-transition: .2s;
	}
	
	button.more4.on-click::after{
	content: "閉じる";
	}

	.table03{
		width: 100%;
		margin-bottom: 30px;
	}
	.table03 tbody tr th{
		line-height: 1.6em;
		border-bottom: 1px solid #959595;
		text-align: left;
		padding: 26px 20px 26px 0;
		width: 20%;
	}
	.table03 tbody tr td{
		line-height: 1.6em;
		border-bottom: 1px solid #959595;
		padding: 26px 20px 26px 0;
	}
	.border01{
		border-top: 1px solid #959595;
	}
	.bg05{
		background: url("../img/bg05.jpg") center center no-repeat;
		background-attachment: fixed;
	}
	.box08{
		background-color: #fff;
		box-shadow: 0 0 16px #c2c2c2;
		border-radius: 20px;
		margin-bottom: 50px;
	}

	.box09{
		width: 470px;
		
	}
	.widget01{
		padding: 0 20px 40px;
	}
	.box10{
		width: 480px;
	}
	.box11{
		width: 370px;
	}
	.foot01{
		padding-bottom: 10px;
		overflow: hidden;
	}
	.foot01 li{
		float: left;
		margin-right: 40px;
		line-height: 1.5em;
	}
	.foot02{
		
	}
	.foot02 li{
		float: left;
		margin-left: 30px;
	}

	
	footer{
		background-color: #000;
		padding: 40px 0;
	}

	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}

}

	.staff-img {
		width: 340px;
	}

@media screen and (max-width:1023px) {
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}
	.content2{
		width: 90%;
		margin: 0 auto;
	}
	.content3{
		width: 90%;
		margin: 0 auto;
	}
	.content4{
		width: 90%;
		margin: 0 auto;
	}
	img{
		width:100%;
	}
    
	.hide-sp {
		display:none;
	}
	.center{
		width: 0 auto;
		text-align: center!important;
	}
	.img10p{
		width: 10%;
		text-align: center;
		margin: 0 auto;
	}
	.img20p{
		width: 20%;
		text-align: center;
		margin: 0 auto;
	}
	.img30p{
		width: 30%;
		text-align: center;
		margin: 0 auto;
	}
	.img40p{
		width: 40%;
		text-align: center;
		margin: 0 auto;
	}
	.img50p{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img60p{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.img70p{
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	.img80p{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.img90p{
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.staff-img {
		width: 100%;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 5px;
	}
	.mt20{
		margin-top: 10px;
	}
	.mt30{
		margin-top: 15px;
	}
	.mt40{
		margin-top: 20px;
	}
	.mt50{
		margin-top: 25px;
	}
	.mt60{
		margin-top: 30px;
	}
	.mt70{
		margin-top: 35px;
	}
	.mt80{
		margin-top: 40px;
	}
	.mt90{
		margin-top: 45px;
	}
	.mt100{
		margin-top: 50px;
	}
	.mb10{
		margin-bottom: 5px;
	}
	.mb20{
		margin-bottom: 10px;
	}
	.mb30{
		margin-bottom: 15px;
	}
	.mb40{
		margin-bottom: 20px;
	}
	.mb50{
		margin-bottom: 25px;
	}
	.mb60{
		margin-bottom: 30px;
	}
	.mb70{
		margin-bottom: 35px;
	}
	.mb80{
		margin-bottom: 40px;
	}
	.mb90{
		margin-bottom: 45px;
	}
	.mb100{
		margin-bottom: 50px;
	}
	.pt10{
		padding-top: 5px;
	}
	.pt20{
		padding-top: 10px;
	}
	.pt30{
		padding-top: 15px;
	}
	.pt40{
		padding-top: 20px;
	}
	.pt50{
		padding-top: 25px;
	}
	.pt60{
		padding-top: 30px;
	}
	.pt70{
		padding-top: 35px;
	}
	.pt80{
		padding-top: 40px;
	}
	.pt90{
		padding-top: 45px;
	}
	.pt100{
		padding-top: 50px;
	}
	.pb10{
		padding-bottom: 5px;
	}
	.pb20{
		padding-bottom: 10px;
	}
	.pb30{
		padding-bottom: 15px;
	}
	.pb40{
		padding-bottom: 20px;
	}
	.pb50{
		padding-bottom: 25px;
	}
	.pb60{
		padding-bottom: 30px;
	}
	.pb70{
		padding-bottom: 35px;
	}
	.pb80{
		padding-bottom: 40px;
	}
	.pb90{
		padding-bottom: 45px;
	}
	.pb100{
		padding-bottom: 50px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 3.0vw;
	}
	.font16px{
		font-size: 3.2vw;
	}
	.font18px{
		font-size: 3.4vw;
	}
	.font20px{
		font-size: 3.6vw;
	}
	.font22px{
		font-size: 3.8vw;
	}
	.font24px{
		font-size: 4.0vw;
	}
	.font26px{
		font-size: 4.2vw;
	}
	.font28px{
		font-size: 4.4vw;
	}
	.font30px{
		font-size: 4.6vw;
	}
	.font32px{
		font-size: 4.8vw;
	}
	.font34px{
		font-size: 5.0vw;
	}
	.font36px{
		font-size: 5.2vw;
	}
	.font38px{
		font-size: 5.4vw;
	}
	.font40px{
		font-size: 5.6vw;
	}
	.font42px{
		font-size: 5.8vw;
	}
	.font44px{
		font-size: 6.0vw;
	}
	.font46px{
		font-size: 6.2vw;
	}
	.font48px{
		font-size: 6.4vw;
	}
	.font50px{
		font-size: 6.5vw;
	}
	.font52px{
		font-size: 6.6vw;
	}
	.font54px{
		font-size: 6.7vw;
	}
	.font56px{
		font-size: 6.8vw;
	}
	/*フォントセクションここまで*/

	.textleft{
		text-align: left;
	}

	.spleft{
		text-align: left!important;
	}

	.spcenter{
		text-align: center;
	}

	.spright{
		text-align: right;
	}
	
	.italic{
		font-style: italic;
	}
	.text01{
		color: #222222;
		line-height: 1.4em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	

	.white{
		color: #fff;
	}

	.textright{
		text-align: right;
	}
	
	

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}

	.video{
  		position:relative;
  		width:100%;
  		padding-top:56%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	img#floatButton1 {
    	position: fixed;
    	right: 0;
    	bottom: 0%;
		width: 100%;
		z-index: 99;
}
	.img_box{
  		animation: img_box_9955 0.5s linear infinite;
  		transform-origin: 50% 50%;
  		margin: 0.5rem 0 !important;

	}

	.flex01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	@keyframes img_box_9955 {
  		0% { transform: translateY(0) }
  		33.33333% { transform: translateY(-10px) }
  		66.66667% { transform: translateY(0) }
  		100% { transform: translateY(0) }
}
	.spfloatleft{
		float: left;
	}
	.spfloatright{
		float: right;
	}

	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	
	.toggle {
    /* display:none; */ /* 通常時は非表示 */
    position: fixed; /* bodyに対しての絶対位置指定 */
	top: 0;
		right: 0;
    display: block;
    width: 14%;
    height: 6%;
    cursor: pointer;
    z-index: 3;
    
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #ffffff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 10px;
    right: 18%;
}
.toggle span:nth-child(1) {
    top: 1%;
}
.toggle span:nth-child(2) {
    top: 28%;
}
.toggle span:nth-child(3) {
    top: 56%;
}
.toggle span:nth-child(4) {
    border: none;
    top: 10px;
    left: 18px;
    font-size: 15px;
    font-weight: bold;
	color: #ffffff;
}

/***** クリック後のボタン *****/
/* 最初のspanをマイナス45度にする */
.toggle.active span:nth-child(1) {
    top: 30%;
    left: 8%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度にする */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 30%;
	right: 12%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*************************************
* グローバルメニュー
*************************************/
/* .global_nav */
.global_nav2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 5%;
	padding-bottom: 5%;
    text-align: left;
    color: #ffffff;
	
	/*ハンバーガーの色*/
    background-color: rgba(123,189,38,0.80);
    transition: all 0.8s;  
}
.global_nav2 .nav_li {
    width: 100%;
    padding: 5% 2%;
    list-style-type: none;
}
.global_nav2 .nav_li a {
    display: block;
    color: #ffffff;
	font-weight: bold;
	font-size: 4.2vw;
	
}

/* .global_navに.activeが追加 */
	.global_nav2.active {
    transform: none;
}

	.logo01{
		padding: 0% 0%;
		width: 32%;
	}
	.logo01{
		width: 30%;
	}
	.logo01 img{
		width: 100%;
	}

	.button01{
		width: 13%;
	}
	.button01 img{
		width: 100%;
	}
	.bg01{
		position: relative;
	}
	.bg01 video{
		width: 100%;
	}

	.ichi01{
		position:absolute;
		line-height: 1.5em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
		margin:  auto;
		width: 100%;
		z-index:10;
	background-color: #000;
	opacity: 0.6;
	}

	.bgblack01{
		background-color: #000000;
	}

	h1{
		line-height: 1.5em;
		text-align: center;
		font-size: 6.4vw;
		letter-spacing: 0.1em;
		font-weight: 500;
		padding-top: 10%;
	}
	.ttl03{
		width: 0.75%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0.5%;
	}
	.ttl03 img{
		width: 100%;
		text-align: center;
	}
	.ttl02{
		font-size: 4.4vw;
		letter-spacing: 0.1em;
		text-align: center;
		line-height: 1.5em;
	}
	.bg02{
		background: url("../img/bg02.jpg") left top repeat;
	}
	.ttl05{
		margin-bottom: 5%;
	}
	.ttl05 h2{
		font-size: 8.0vw;
		line-height: 0.8em;
		letter-spacing: 0.05em;
		padding-bottom: 2%;
	}
	.ttl05 h3{
		font-size: 4.5vw;
		line-height: 1.0em;
		letter-spacing: 0.05em;
		font-weight: 600;
	}
	.content2w{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.box01{
		width: 84%;
		padding: 6%;
		box-shadow: 0 0 10px #c2c2c2;
		margin: 4% 2% 8%;
		border-radius: 16px;
		background-color: #fff;
	}
	.img01{
		width: 100%;
	}
	.img01 img{
		width: 100%;
	}
	.box02{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.applestore{
		width: 48%;
	}
	.applestore img{
		width: 100%;
	}
	.button02{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.button02 img{
		width: 100%;
	}
	.bg03{
		background: url("../img/bg03.jpg") center bottom no-repeat;
	}
	.font19px{
		font-size: 3.2vw;
	}
	.text03{
		line-height: 1.8em;
		letter-spacing: 0.05em;
	}
	.ttl06{
		font-size: 8.4vw;
		line-height: 1.5em;
		letter-spacing: 0.06em;
	}
	.pic03{
		width: 100%;
	}
	.pic03 img{
		width: 100%;
	}
	.box04{
		margin: 0 0% 0;
	}
	.box03{
		width: 100%;
		padding-bottom: 6%;
	}
	.ptmission{
		padding-top: 5%;
	}
	.no01{
		background: url("../img/no01.png") left center no-repeat;
		background-size: 6%;
		padding-left: 9%;
	}
	.no02{
		background: url("../img/no02.png") left center no-repeat;
		background-size: 6%;
		padding-left: 9%;
	}
	.no03{
		background: url("../img/no03.png") left center no-repeat;
		background-size: 6%;
		padding-left: 9%;
	}
	.no04{
		background: url("../img/no04.png") left center no-repeat;
		background-size: 6%;
		padding-left: 9%;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-size: cover;
	}
	.box05{
		background-color: rgba(0,0,0,0.80);
		width: 90%;
		margin: 0 auto 12%;
		border-radius: 14px;
	}
	.box07{
		width: 100%;
		margin: 5% auto;
	}
	.box06{
		background-color: #fff;
		border-radius: 14px;
		padding: 5%;
		margin: 2% 2% 2% 2%;
		box-shadow: 2px 12px 19px gray;
	}
	.box12{
		background-color: rgba(0,0,0,0.80);
		width: 90%;
		margin: 0 auto 12%;
		border-radius: 14px;
	}
	.overflowsp{
		overflow: hidden;
	}
	.media02{
		font-size: 2.9vw;
		line-height: 1.2em;
		background-color: #000;
		padding:1% 4%;
		float: left;
	}
	.media03{
		font-size: 2.9vw;
		line-height: 1.2em;
		padding:1% 0;
		float: right;
	}
	.media01{
		width: 100%;
	}
	.media01 img{
		width: 100%;
	}
	
	
	.txt-hide{
display: none;
}
	.txt-hide2{
display: none;
}

button.more {
width: 150px;
	cursor: pointer;
	border-radius: 10px;
	font-size: 4.0vw;
	font-weight: 500;
margin: 8% auto 2%;
display: block;
background-color: #fff;
color: #111;
padding:3% 2%;
border: none;
outline: 0;
transition: none;
}
 
button.more::after {
content: "もっと見る";
}

	button.more2 {
width: 150px;
	cursor: pointer;
	border-radius: 10px;
	font-size: 4.0vw;
	font-weight: 500;
	box-shadow: 2px 12px 19px gray;
margin: 8% auto 2%;
display: block;
background-color: #fff;
color: #111;
padding:3% 2%;
border: none;
outline: 0;
transition: none;
}
 
button.more2::after {
content: "もっと見る";
}

button.more3 {
	width: 150px;
		cursor: pointer;
		border-radius: 10px;
		font-size: 4.0vw;
		font-weight: 500;
	margin: 8% auto 2%;
	display: block;
	background-color: #fff;
	color: #111;
	padding:3% 2%;
	border: none;
	outline: 0;
	/* transition: none; */
	transition: .5s;
	-erbkit-transition: .5s;
		
	}
	 
	button.more3::after {
	content: "もっと見る";
	transition: .2s;
	-erbkit-transition: .2s;
	}
	
	button.more3.on-click::after{
	content: "閉じる";
	}

	button.more4 {
		width: 150px;
			cursor: pointer;
			border-radius: 10px;
			font-size: 4.0vw;
			font-weight: 500;
			box-shadow: 2px 12px 19px gray;
		margin: 8% auto 2%;
		display: block;
		background-color: #fff;
		color: #111;
		padding:3% 2%;
		border: none;
		outline: 0;
		transition: .5s;
		-erbkit-transition: .5s;
	}
		
	button.more4::after {
	content: "もっと見る";
	transition: .2s;
	-erbkit-transition: .2s;
	}
	
	button.more4.on-click::after{
	content: "閉じる";
	}

	.table03{
		width: 100%;
		margin-bottom: 5%;
	}
	.table03 tbody tr th{
		line-height: 1.6em;
		border-bottom: 1px solid #959595;
		text-align: left;
		padding: 4% 5% 4% 0;
		width: 28%;
	}
	.table03 tbody tr td{
		line-height: 1.6em;
		border-bottom: 1px solid #959595;
		padding: 4% 5% 4% 0;
	}
	.border01{
		border-top: 1px solid #959595;
	}
	.bg05{
		background: url("../img/bg05.jpg") center center no-repeat;
		background-size: cover;
	}
	.box08{
		background-color: #fff;
		box-shadow: 0 0 16px #c2c2c2;
		border-radius: 14px;
		margin-bottom: 8%;
	}


	.widget01{
		padding: 0 0 5%;
	}
	.widget01 iframe{
		height: 305px;
	}
	.box10{
		padding-bottom: 8%;
	}

	.foot01{
		padding-bottom: 3%;
		overflow: hidden;
	}
	.foot01 li{
		float: left;
		margin-right: 7%;
		line-height: 1.5em;
	}
	.foot02{
		overflow: hidden;
	}
	.foot02 li{
		float: left;
		margin-right: 7%;
		width: 12%;
	}
	.foot02 li img{
		width: 100%;
	}
	.img70pleft{
		width: 70%;
	}
	
	footer{
		background-color: #000;
		padding: 6% 0 10%;
	}

	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
}


/* 縦横比固定 */
.adjust-box {
	position: relative;
	height: auto;
	background: #EEE;
}
.adjust-box-3x2:before {
	content: "";
	display: block;
	padding-top: 66.6%; /* 3:2の縦横比 */
}
.object-fit-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.adjust-box-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


