/* CSS Document */
/*スマホ*/
@media screen and (max-width:767px){
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/*PC*/
@media screen and (min-width:992px){
}

/*フッター調整用*/
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
footer #footerMenuArea{
	background:#ffffff;
}
}

/*PC*/
@media screen and (min-width:992px){
footer #footerMenuArea{
	background:#ffffff;
}
}

/*wrapper*/
#wrapper{
	padding-bottom:0;
}


/*メインビジュアル 動画*/
.mainImgBg{
	position: relative;
	width: 100%;
    height: calc(100vh - 160px);
}
.mainImgBg .video{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.mainImgBg .video video{
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.mainImgBg .inner{	
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.mainImgBg .inner p{
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.75);
    line-height: 150%;
}

/*スマホ*/
/*スマホ*/
@media screen and (max-width:991.98px) {
.mainImgBg .inner p{
    font-size: 7.9vw;
    text-align: center;
}
}
/*タブレット*/
@media screen and (min-width: 576px) and (max-width: 991px) {
.mainImgBg .inner p{
    font-size: 6vw;
}
}
/*PC*/
@media screen and (min-width:992px) {
.mainImgBg .inner p{
    font-size: clamp(53px,5.4vw,60px);
}
}
/*PC*/
@media screen and (min-width:576px) {
.visible_sp{
	display: none;
}
}
/*スマホ*/
@media screen and (max-width:767px) {
.mainImgBg{
    background-image: url("/common/img/main_image_sp02.jpg");
    background-position: center center;
    background-size: cover;
}
	
.mainImgBg .video{
	display: none;
}
}


/*メインビジュアル*/
/*スマホ*/
@media screen and (max-width:767px) {
div#mainImageIndividual{
	width:100%;
	padding:25% 0;
}

div#mainImageIndividual p{
	margin-top:20px;
	color:#ffffff;
	font-weight:bold;
	line-height:180%;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 979px) { 
div#mainImageIndividual{
	width:100%;
	padding:25% 0;
}

div#mainImageIndividual p{
	margin-top:30px;
	color:#ffffff;
	font-weight:bold;
	line-height:200%;
}
}

/*PC*/
@media screen and (min-width:980px) {
div#mainImageIndividual{
	width:100%;
	padding:13% 0;
}

div#mainImageIndividual img{
	display:block;
	margin:0 auto;
}

div#mainImageIndividual p{
	margin-top:30px;
	color:#ffffff;
	font-weight:bold;
	line-height:200%;
}
}

div#mainImageIndividual p{
	text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6), 1px 0px 5px rgba(0,0,0,0.6), -1px 0px 5px rgba(0,0,0,0.6);
    -moz-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
    -o-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
    -ms-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
}

/*div#mainImageIndividual:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 40%);
    background-size: 100%;
}*/

.vegas-animation-zoom {
    animation: zoom ease-out;
}

@keyframes zoom {
    0% {
        transform: scale(1) rotate(0.1deg);
    }
    100% {
        transform: scale(1.1) rotate(0.1deg);
    }
}


/*トピックスエリア*/
#topicsArea{
	background:#f6f6f6;
}
#topicsArea .inner h2{
	position:absolute;
	/*font-family: 'Anton', sans-serif;*/
    background-color: #140A9A;
    border: 1px solid #fff;
    text-align: center;
    color: #FFFFFF;
	font-weight: 900;
}
/*スマホ*/
@media screen and (max-width:767px){
#topicsArea{
	padding:25px 0 15px;
	/*min-height:85px;*/
}

#topicsArea .inner h2{
	top:-115px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	box-shadow: 0 0 0 7px #140A9A;
	padding-top: 5px;
	width:100px;
	height:40px;
	font-size:1.8em;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#topicsArea{
	padding:15px 0;
	height:55px;
}

#topicsArea .inner h2{
	top:-60px;
	box-shadow: 0 0 0 10px #140A9A;
	padding-top: 35px;
	width:100px;
	height:100px;
	font-size:1.8em;
}
}
/*PC*/
@media screen and (min-width:992px){
#topicsArea{
	padding:15px 0;
	height:60px;
}

#topicsArea .inner h2{
	top:-80px;
	box-shadow: 0 0 0 10px #140A9A;
	padding-top: 50px;
	width:140px;
	height:140px;
}
}

#topicsArea .inner{
	position:relative;
}


/*ニュースティッカー用*/
/*スマホ*/
@media screen and (max-width:767px){
.ticker {
	text-align: left;
	position: relative;
}

/*.ticker ul li {
	line-height:130%;
}*/

.ticker ul li span {
	display:block;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.ticker {
	padding-left:130px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul li span {
	margin-right:20px;
}
}
/*PC*/
@media screen and (min-width:992px){
.ticker {
	padding-left:180px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul li span {
	margin-right:30px;
}
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
  /*font-size:0.8em;*/
}

.ticker ul li span {
	font-weight:bold;
}

/*採用情報バナー*/
#recruitBanner h2{
	/*font-family: 'Anton', sans-serif;*/
    position: relative;
    text-align: center;
	font-weight: 900;
    font-size: 4em;
    color: #fff;
    z-index: 1;
}

#recruitBanner .inner{
	background-image: url("../img/top_recruit_banner_02.jpg");
	background-position: center center;
	background-size: cover;
}

#recruitBanner .inner:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(135deg, rgba(14,17,113,0.85) 0%, rgba(33,158,162,0.85) 100%);
    background-size: 100%;
    z-index: 1;
	transition-property: all;
	transition: 0.3s linear;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
}

#recruitBanner a:hover .inner:after{
	background-color: rgba(14,18,113,0.7);
}

#recruitBanner a:hover span.subTitle{
	border:1px solid #ffffff;
	/*background-color: rgba(255,255,255,1);
	color:#0E1271;*/
}

#recruitBanner span.subTitle:after{
	font-family: 'FontAwesome';
	content:"\f08e";
	margin-left:5px;
}
/*スマホ*/
@media screen and (max-width:767px){
#recruitBanner{
    position: relative;
    height: 300px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#recruitBanner .inner{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 260px;
    transform: skewY(-2deg);
}

#recruitBanner h2{
    padding-top: 60px;
}

#recruitBanner span.subTitle{
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    color: #fff;
    z-index: 2;
	display:block;
	width:50%;
	margin:0 auto;
	transition-property: all;
	transition: 0.3s linear;
	border:1px solid transparent;
}

#recruitBanner .inner{
	background-image: url("../img/top_recruit_banner_02_sp.jpg");
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#recruitBanner{
    position: relative;
    height: 380px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#recruitBanner .inner{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 300px;
    transform: skewY(-2deg);
}

#recruitBanner h2{
    padding-top: 80px;
}

#recruitBanner span.subTitle{
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    color: #fff;
    z-index: 2;
	display:block;
	width:200px;
	margin:10px auto 0;
	transition-property: all;
	transition: 0.3s linear;
	border:1px solid transparent;
}
}
/*PC*/
@media screen and (min-width:992px){
#recruitBanner{
    position: relative;
    height: 470px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#recruitBanner .inner{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 420px;
    transform: skewY(-2deg);
}

#recruitBanner h2{
    padding-top: 130px;
}

#recruitBanner span.subTitle{
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    color: #fff;
    z-index: 2;
	display:block;
	width:200px;
	margin:30px auto 0;
	transition-property: all;
	transition: 0.3s linear;
	border:1px solid transparent;
}
}


/*事業内容ボックス*/
/*タイトル*/
/*スマホ*/
@media screen and (max-width:767px){
.headline01 h2.businessTitle span {
	font-size:2.7em;
}
	
/*.headline01 h2.businessTitle {
	width:160px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h2.businessTitle {
	background-size:134px;
	background-position-y:1px;
}*/
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.headline01 h2.businessTitle span {
	font-size:2.7em;
}
	
/*.headline01 h2.businessTitle {
	width:190px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h2.businessTitle {
	background-size:159px;
	background-position-y:3px;
}*/
}
/*PC*/
@media screen and (min-width:992px){
.headline01{
    background-position: 0 45%;
}

.headline01 h2.businessTitle span {
	font-size:0.7em;
}

/*.headline01 h2.businessTitle {
	width:240px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h2 {
	background-position-y:27px;
}*/
}

/*_:-ms-lang(x)::-ms-backdrop, .headline01 h2.businessTitle {
	background-image: url(../img/top_ms_title_business.jpg);
}*/


#businessBox a.menuButton div {
	position: relative;
}

#businessBox a.menuButton div h2{
	/*font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "Roboto Slab", Garamond, "Times New Roman", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
}

/*スマホ*/
@media screen and (max-width:767px){
#businessBox{
	/*padding-bottom:50px;*/
}

#businessBox a.menuButton{
	display:block;
	height: 270px;
	background-size: cover;
    background-position: center 100%;
    position: relative;
	padding:20px;
    margin-bottom: 20px;
}

#businessBox a.menuButton div {
	border: 1px solid #FFFFFF;
	height: 230px;
	text-align: center;
	color: #fff;
	padding-top:65px;
	background-color: rgba(0,0,0,0.3);
	transition-property: all;
	transition: 0.3s linear;
}

#businessBox a.menuButton div h2{
	font-size: 2em;
	margin-bottom: 40px;
}

#businessBox a.menuButton div span{
	color: #fff;
	border: 1px solid #FFFFFF;
	display: block;
	width: 50%;
	padding:10px 0;
	margin: 0 auto;
	transition-property: all;
	transition: 0.3s linear;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#businessBox{
	/*padding-bottom:50px;*/
}

#businessBox a.menuButton{
	display:block;
	height: 280px;
	background-size: cover;
    background-position: center 100%;
    position: relative;
	padding:20px;
}

#businessBox a.menuButton div {
	border: 1px solid #FFFFFF;
	height: 240px;
	text-align: center;
	color: #fff;
	padding-top:75px;
	background-color: rgba(0,0,0,0.3);
	transition-property: all;
	transition: 0.3s linear;
}

#businessBox a.menuButton div h2{
	font-size: 1.6em;
	margin-bottom: 50px;
}

#businessBox a.menuButton div span{
	color: #fff;
	border: 1px solid #FFFFFF;
	display: block;
	width: 60%;
	padding:10px 0;
	margin: 0 auto;
	transition-property: all;
	transition: 0.3s linear;
}
}
/*PC*/
@media screen and (min-width:992px){
#businessBox{
	/*padding-bottom:75px;*/
}

#businessBox a.menuButton{
	display:block;
	height: 350px;
	background-size: cover;
    background-position: center 100%;
    position: relative;
	padding:20px;
}

#businessBox a.menuButton div {
	border: 1px solid #FFFFFF;
	height: 310px;
	text-align: center;
	color: #fff;
	padding-top:110px;
	background-color: rgba(0,0,0,0.3);
	transition-property: all;
	transition: 0.3s linear;
}

#businessBox a.menuButton div h2{
	font-size: 1.7em;
	margin-bottom: 50px;
}

#businessBox a.menuButton div span{
	color: #fff;
	border: 1px solid #FFFFFF;
	display: block;
	width: 50%;
	padding:10px 0;
	margin: 0 auto;
	font-size: 16px;
	transition-property: all;
	transition: 0.3s linear;
}
}

#businessBox a.menuButton div span:before{
	font-family: 'FontAwesome';
	content:"\f0a9";
	margin-right:5px;
}

#businessBox a.menuButton:hover div{
	background-color: rgba(0,0,0,0.5);
}

#businessBox a.menuButton:hover div span{
	background-color: #FFFFFF;
	color:#000000;
}

#businessBox a.unyu{
	background-image: url("/common/img/banner_bg_unyu_02.jpg");
}

#businessBox a.butsuryu{
	background-image: url(/common/img/banner_bg_butsuryu_02.jpg);
}

#businessBox a.buhin{
	background-image: url(/common/img/banner_bg_buhin_02.jpg);
}

#businessBox .imgIcon{
    width: 4.5em;
    position: absolute;
    top: 1em;
    left: 1em;
}

#businessBox .imgTransportation{
}


/*その他メニューエリア*/
/*スマホ*/
@media screen and (max-width:767px){
#otherMenuBox{
}

#otherMenuBox .inner{
	padding-bottom:40px;
}

#otherMenuBox .inner h2{
	font-size:2.7em;
	padding-top:10%;
}

#otherMenuBox .inner h2.companyTitle{
	/*width:150px;*/
}

#otherMenuBox .inner h2.outlineTitle{
	width:210px;
}

#otherMenuBox .inner h2.officeTitle{
	width:100px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.companyTitle span {
	background-position-y:10px;
	background-size:142px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.outlineTitle span {
	background-position-y:10px;
	background-size:115px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.officeTitle span {
	background-position-y:10px;
	background-size:95px;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#otherMenuBox{
	background:#f6f6f6;
	padding:75px 0;
}

#otherMenuBox .inner h2{
	font-size:3em;
	padding-top:20%;
}

#otherMenuBox .inner h2.companyTitle{
	/*width:180px;*/
}

#otherMenuBox .inner h2.outlineTitle{
	width:180px;
}

#otherMenuBox .inner h2.officeTitle{
	width:180px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.companyTitle span {
	background-position-y:11px;
	background-size:155px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.outlineTitle span {
	background-position-y:11px;
	background-size:128px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.officeTitle span {
	background-position-y:11px;
	background-size:105px;
}
}
/*PC*/
@media screen and (min-width:992px){
#otherMenuBox{
	background:#f6f6f6;
	padding:75px 0;
}

#otherMenuBox .inner h2{
	font-size:3em;
	padding-top:20%;
}

#otherMenuBox .inner h2.companyTitle{
	/*width:210px;*/
}

#otherMenuBox .inner h2.outlineTitle{
	width:180px;
}

#otherMenuBox .inner h2.officeTitle{
	width:180px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.companyTitle span {
	background-position-y:15px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.outlineTitle span {
	background-position-y:15px;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.officeTitle span {
	background-position-y:15px;
}
}

#otherMenuBox .inner{
	background:#ffffff;
}

#otherMenuBox .inner h2{
	margin:0 auto;
	/*font-family: 'Anton', sans-serif;*/
	background: rgba(14,17,113,1);
	background: -moz-linear-gradient(-45deg, rgba(14,17,113,1) 30%, rgba(33,158,162,1) 90%);
	background: -webkit-gradient(left top, right bottom, color-stop(30%, rgba(14,17,113,1)), color-stop(90%, rgba(33,158,162,1)));
	background: -webkit-linear-gradient(-45deg, rgba(14,17,113,1) 30%, rgba(33,158,162,1) 90%);
	background: -o-linear-gradient(-45deg, rgba(14,17,113,1) 30%, rgba(33,158,162,1) 90%);
	background: linear-gradient(135deg, rgba(14,17,113,1) 30%, rgba(33,158,162,1) 90%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-align:center;
	font-weight: 900;
}

#otherMenuBox .inner span.subTitle{
	display:block;
	text-align:center;
	color:#0E1271;
	margin-bottom:9%;
}

#otherMenuBox .inner span.button{
	display:block;
	text-align:center;
	color:#0E1271;
	border:1px solid #0E1271;
	width:45%;
	margin:0 auto;
	padding:10px 0;
	transition-property: all;
	transition: 0.3s linear;
}

#otherMenuBox .inner span.button:before{
	font-family: 'FontAwesome';
	content:"\f0a9";
	margin-right:5px;
}

#otherMenuBox .imgBox:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 50%);
    background-size: 100%;
}

#otherMenuBox a:hover span.button{
	background-color: #0E1271;
	color: #ffffff;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2 {
	background: transparent;
	color:transparent;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2 span {
	background-repeat: no-repeat;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.companyTitle span {
	background-image: url(../img/top_ms_title_company.jpg);
	background-position-x:50%;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.outlineTitle span {
	background-image: url(../img/top_ms_title_outline.jpg);
	background-position-x:50%;
}

_:-ms-lang(x)::-ms-backdrop, #otherMenuBox .inner h2.officeTitle span {
	background-image: url(../img/top_ms_title_office.jpg);
	background-position-x:50%;
}

#otherMenuBox .menuBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15% 0;
}

#otherMenuBox .menuBox.president{
	background-image: url(../img/top_menu_img_president_message.jpg);
    background-size: cover;
    background-position: center center;
	color: #fff;
}

#otherMenuBox .menuBox.president:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: 100%;
    z-index: 1;
    opacity: 0.2;
    transition-duration: 0.5s;
}

#otherMenuBox .menuBox.aboutUs{
    background: #fff;
	color: #140A9A;
}

#otherMenuBox .menuBox h2{
	margin:0 auto;
	/*font-family: 'Anton', sans-serif;*/
	text-align:center;
	font-weight: bold;
    z-index: 2;
}

#otherMenuBox .menuBox span.subTitle{
	display:block;
	text-align:center;
	margin-bottom:9%;
    z-index: 2;
}

#otherMenuBox .menuBox span.button{
	display:block;
	text-align:center;
	width:45%;
	margin:0 auto;
	padding:10px 0;
	transition-property: all;
	transition: 0.3s linear;
    z-index: 2;
}

#otherMenuBox .menuBox span.button:before{
	font-family: 'FontAwesome';
	content:"\f0a9";
	margin-right:5px;
}

#otherMenuBox .menuBox.president h2,
#otherMenuBox .menuBox.president span.subTitle{
	text-shadow: 0 0 7px rgba(0,0,0,0.7);
}

#otherMenuBox .menuBox.president span.button{
	border:1px solid #fff;
}

#otherMenuBox a:hover .menuBox.president span.button{
	background-color: #fff;
	color: #140A9A;
}

#otherMenuBox .menuBox.aboutUs span.button{
	border:1px solid #140A9A;
}

#otherMenuBox a:hover .menuBox.aboutUs span.button{
	background-color: #140A9A;
	color: #ffffff;
}

#otherMenuBox .menuBox{
	position: relative;
}

#otherMenuBox .menuBox .imgIcon{
    width: 4.5em;
    position: absolute;
    top: 1em;
    left: 1em;
	z-index: 2;
}

/*スマホ*/
@media screen and (max-width:767px){
#otherMenuBox .menuBox{
	padding-bottom:40px;
}

#otherMenuBox .menuBox h2{
	font-size:2em;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#otherMenuBox .menuBox h2{
	font-size:2.5em;
}
}
/*PC*/
@media screen and (min-width:992px){
#otherMenuBox .menuBox h2{
	font-size:2.5em;
}
}

div.youtubeModalBox .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}

div.youtubeModalBox .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

div.youtubeModalBox .btn01{
	background:#ffb566;
}

div.youtubeModalBox .btn02{
	background:#ff9966;
}


div.youtubeModalBox a.button:hover{
	text-decoration:underline;
}

/*スマホ*/
@media screen and (max-width:767px){
.youtubePopupBox {
  position: relative;
  background: #ffffff;
  width:auto;
  margin: 0 auto;
}

div.youtubeModalBox a.button{
	/*width:50%;
	float:left;*/
	padding:10px;
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.youtubePopupBox {
  position: relative;
  background: #ffffff;
  width:auto;
  margin: 0 auto;
}

div.youtubeModalBox a.button{
	/*width:50%;
	float:left;*/
	padding:20px;
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
}
/*PC*/
@media screen and (min-width:992px){
.youtubePopupBox {
  position: relative;
  background: #ffffff;
  width:auto;
  max-width: 1200px;
  margin: 0 auto;
}

div.youtubeModalBox a.button{
	/*width:50%;
	float:left;*/
	padding:20px;
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
}

.mfp-close-btn-in .mfp-close{
	color:#ffffff;
}

a.youtubePopup{	
    /*display: block;
    padding: 3em 0;
    background: #000;
    margin-bottom: 50px;*/
	position: absolute;
    /*top: 0;*/
	bottom: clamp(150px,15vw,180px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 3;
}

a.youtubePopup .mainImg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #140a9a;
    background-size: 100%;
    z-index: 1;
    opacity: 0.5;
    transition-duration: 0.5s;
}

a.youtubePopup:hover .mainImg:after {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-size: 100%;
    z-index: 1;
	opacity: 0.15;
    transition-duration: 0.5s;
}

a.button01{
    /*max-width: 350px;*/
    padding: 1em clamp(30px,5.5vw,90px);
    border: 2px solid #140A9A;
    display: inline-block;
    /*width: 100%;*/
    text-align: center;
	color: #140A9A;
	position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 6px;
	background: #fff;
	/*font-size: 0.75em;*/
    text-shadow: none;
}

a.button01:before{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

a.button01:hover{
	background: #140A9A;
	color: #fff;
}