@charset "UTF-8";

/*=====================================================
*
*	style.css
*	Since 2021.01.07
*
*
*	1= font
*	2= Reset
*	3= structure
*	4= common module
*	5= loading module
*	6= header module
*	7= footer module
*	8= content module
*	9= member module
*
*
========================================================*/

/*	1= font
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:wght@300;400;500;700&display=swap');


/*standard size = 14px*/
html:not(:target) body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
    font-weight: 400;
    font-size: 14px;
} /* for modern browser */

html:not(:target) body .en {
    font-family: 'Cabin', sans-serif;
}
html:not(:target) body .selif {
    font-family: 'Noto Serif JP', "游明朝 Medium", 'Yu Mincho Medium', 'YuMincho Medium', 'Hiragino Mincho ProN', "HGS明朝E", serif;
    font-weight: 600;
}

strong,
.bold {
    font-weight: bold; 
    font-weight: 700; 
}
*:focus {
    outline: none;
}

@media only screen and (max-width: 768px) {
    
    html:not(:target) body {
        font-size: 13px;
    }

}/*==== // end @media */

/*	2= Reset
-----------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	/*display: none;*/
	overflow-y: scroll;
	margin: 0; padding: 0;
	background: #FCF7D4;
	overflow-x: auto;
    /*scroll-behavior: smooth;*/
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}	/* for opera */

body {
    background: #FCF7D4;
	color: #000;
	text-align: center; /* for win ie */
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* デバイスを横にしても文字サイズ固定 */
 }


h1,h2,h3,h4,h5,h6 { font-weight: normal; }
p { font-size: 14px; line-height: 1.7; }

a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }

 @media only screen and (max-width: 768px) {
    
    body {
        overflow-x: hidden;
    }

}/*==== // end @media */

/*	3= structure
-----------------------------------------------------*/
#wrapper {
    display: none;
    z-index: 1;
    width: 100%;
	margin: 0 auto; }
#detail #wrapper {
    z-index: 0; }
	
        #header {
            z-index: 1;
            width: 100%;
            margin: 0;
            text-align: left; }


        #main {
            position: relative;
            z-index: 1;
            width: 100%;
            margin: 0;
            text-align: justify;
            text-justify: inter-ideograph;
            overflow: hidden; }
        #detail #main {
        z-index: 0; }
        
            
            
                section.block {
                    position: relative;
                    padding: 50px 0;
                    min-height: calc( 100vh - 83px ); }
                section#division.block, 
                section#member.block {
                    padding: 200px 25px 50px;
                    min-height:50vh; }
                section#message.block {
                    padding: 180px 25px 50px; }
                section#mov.block {
                    min-height: 45vh; }
                section#guidelines.block {
                    padding: 180px 25px 50px; }
                #detail section#member.block {
                    background: rgba(208,202,198,0.60);
                    min-height: auto;
                    padding: 30px 25px 50px;
                    margin-top: 6vw; }
                

        #footer {
            position: relative;
            padding-top: 35px;
            padding-bottom: 30px;
            z-index: 1;
            text-align: center;
            background: #44413F;
            color: #fff;}

@media screen and ( min-width : 1541px ){

                section.block {
                    padding-left: 0;
                    padding-right: 0; }
                

}/*==== // end @media */
            
@media screen and ( min-width : 1250px ){

                #detail section#member.block {
                    padding-bottom: 35px;
                    padding: 30px 25px 35px; }

}/*==== // end @media */

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

            #main { min-width: auto; }
            section.block {
                    position: relative;
                    padding-left: 0;
                    padding-right: 0; }
            section#division.block,
            section#member.block {
                    padding: 160px 25px 30px; }
            section#message.block {
                    padding: 160px 25px 50px; }
            section#guidelines.block {
                    padding: 160px 25px 50px; }
            #detail section#member.block {
                    padding: 20px 25px 50px; }
                    
}/*==== // end @media */

 @media only screen and (max-width: 768px) {   
 
            #main {
                min-width: 100%;
                padding-top: 0px;
                overflow: hidden; }

                    section.block {
                        position: relative;
                        padding: 40px 0; }
                    section#division.block,
                    section#member.block {
                        padding: 180px 15px 30px; }
                    section#message.block {
                        padding: 180px 15px 50px; }
                    section#guidelines.block {
                        padding: 160px 15px 50px; }
                    section#member.block {
                        padding: 0px 15px 30px; }
                    #home section#member.block {
                        padding: 180px 15px 40px;
                        margin-top: -50px;}

}/*==== // end @media */

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

                    section.block {
                        position: relative;
                        padding: 80px 0; }
                    section#division.block {
                        padding: 220px 15px 50px; }
                    section#message.block {
                        padding: 220px 15px 50px; }
                    section#guidelines.block {
                        padding: 200px 15px 50px; }
                    section#member.block {
                        padding: 0px 15px 40px; }
                    section#mov.block {
                        padding: 80px 0 50px; }
                    #home section#member.block {
                        padding: 220px 15px 30px;
                        margin-top: -50px;}

}/*==== // end @media */

 @media only screen and (max-width: 480px) {   
                    
                    section.block {
                        position: relative;
                        padding: 40px 0; }
                    section#division.block {
                        padding: 110px 0 50px; }
                    section#member.block {
                        padding: 70px 0 50px; }
                    section#message.block {
                        padding: 60px 0 50px; }
                    section#mov.block {
                        padding: 30px 0; }
                    section#guidelines.block {
                        padding: 150px 0 50px; }
                    #home section#member.block {
                        padding: 70px 0 20px;
                        margin-top: -50px;}
                    #detail section#member.block {
                        padding: 5px 0 50px; }
                    

}/*==== // end @media */


/*	4= common module
-----------------------------------------------------*/

.pc {
	display: block;
}
.sp {
	display: none;
}
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* margin */
.mt0 { margin-top: 0px !important; }
.mt20 { margin-top: 20px !important; }
.mt50 { margin-top: 50px !important; }

.mb0 { margin-bottom: 0px  !important; }
.mb10 { margin-bottom: 10px  !important; }
.mb30 { margin-bottom: 30px  !important; }
.mb50 { margin-bottom: 50px  !important; }

/* padding */
.p20 { padding: 20px !important;}
.pl0 { padding-left: 0 !important;}
.pr0 { padding-right: 0 !important;}

/* hidden */
.hidden { display: none !important; }

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}
.clearfix { display: inline-block; }

/* float */
.rightPos {
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
    vertical-align: top;
}

.leftPos {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    
    .pc {
		display: none;
	}
	.sp {
		display: block;
	}
    .rightPos {
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .leftPos {
        margin-right: 30px;
        margin-bottom: 30px;
    }

}/*==== // end @media */

@media only screen and (max-width: 480px) {
    
    .rightPos {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .leftPos {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    
}/*==== // end @media */


/* list */
.liststyle-none {
    list-style: none !important;
}
.liststyle-none::before {
    content: none !important;
}

/* font-size */
.fontS { font-size: 86.67%; }
.fontL { font-size: 120%; }

/* border */

/* color */

.parallax-container {
    position: relative;
    z-index: 1000;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
}

/* top */
#home .visual {
    position: relative;
    z-index: 0;
    width: 100vw;
    height: calc( 100vh + 1px );
}
#home .visual {
    overflow: hidden;
}
#detail .visual {
    position: relative;
    z-index: 3;
    height: auto;
    min-height: 35vw;
    max-height: 45.6vw;
}
#detail.summary .visual {
    min-height: 14vw;
    max-height: auto;
}
#detail .visual .inner {
    position: relative;
    padding-top: 100px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.visual .logo {
    position: absolute;
    width: 100vw;
    left: 0px;
    top: 16%;
}
.visual .copy {
    position: absolute;
    width: 100vw;
    left: 0px;
    top: calc( 100vh * 0.3 );
    vertical-align: middle;
}
.visual .logo img .visual .copy span img { display: inline-block; }
.visual .copy img { display: inline-block; vertical-align: middle; }

.visual .logo  span.logo-bs11,
.visual .logo  span.logo-recruit { display: inline-block; }
.visual .logo img { margin: 0px 3px; }
.visual .copy img { margin: 0px 3px; vertical-align: middle; }


.visual .copy:hover img {
  display: inline-block;
  animation: loading .8s 5;
}
.visual .copy span:nth-child(1) img:nth-child(1) {
    margin-top: -0.6em;
}
.visual .copy span:nth-child(1) img:nth-child(2) {
  animation-delay: .1s;
  margin-top: 0.55em;
}
.visual .copy span:nth-child(1) img:nth-child(3) {
  animation-delay: .2s;
}
.visual .copy span:nth-child(1) img:nth-child(4) {
  animation-delay: .3s;
}
.visual .copy span:nth-child(1) img:nth-child(5) {
  animation-delay: .4s;
}
.visual .copy span:nth-child(1) img:nth-child(6) {
  animation-delay: .5s;
}
.visual .copy span:nth-child(1) img:nth-child(7) {
  margin-bottom: -2em;
}
.visual .copy span:nth-child(2) img:nth-child(1) {
  animation-delay: .6s;
}
.visual .copy span:nth-child(2) img:nth-child(2) {
  animation-delay: .7s;
  margin-top: -0.55em;
}
.visual .copy span:nth-child(2) img:nth-child(3) {
  animation-delay: .8s;
}
.visual .copy span:nth-child(2) img:nth-child(4) {
  animation-delay: .9s;
  margin-bottom: -1.5em;
}
.visual .copy span:nth-child(2) img:nth-child(5) {
  animation-delay: 1.0s;
  margin-bottom: -1.6em;
}
.visual .copy span:nth-child(2) img:nth-child(6) {
  animation-delay: 1.1s;
  margin-bottom: -1.8em;
}
.visual .copy span:nth-child(2) img:nth-child(7) {
  animation-delay: 1.2s;
    margin-bottom: -1em;
}

@keyframes loading {
  0% {
    transform: translateY(0) scale(0.9);
    opacity: 0;
  }
  50% {
    transform: translateY(-15px) scale(1.3);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.visual .logo  span.logo-bs11:first-child { margin-right: 10px;}
.visual .logo  span.logo-bs11 img:nth-child(2) {
    margin-bottom: 4px;
}
.visual .logo  span.logo-recruit img:nth-child(3) {
    margin-bottom: -5px;
}
.visual .logo  span.logo-2027 {
    display: block;
    margin-top: 30px;
}
@media all and (-ms-high-contrast:none){
    .visual .logo  span.logo-2027 {
        margin-top: -20px;
        vertical-align: bottom;
    }
} /* IE10~ */

.visual .logo  span.logo-2027 img { }
.visual .logo  span.logo-2027 .svg { width: 46px; height: auto; margin: 0 3px; }
.visual .logo  span.logo-2027 .svg { width: 46px; height: auto; margin: 0 3px; }
.visual .logo  span.logo-2027 .svg:nth-child(4) { width: 48px; height: auto; margin: 2px 3px -2px 6px; }
#header #siteID span.logo-2027 {
    display: inline-block;
    padding-top: 5px;
    padding-left: 8px;
    text-align: center;
}
#header #siteID span.logo-2027 img { width: 22px; height: auto; margin: 0;}
#header #siteID span.logo-2027 .svg { width: 22px; height: auto; margin: 0; }
#header #siteID span.logo-2027 .svg:nth-child(4) {
    width: 22px;
    margin-left: 1px;
}
/*#header #siteID span.logo-2027 .svg path,
.visual .logo  span.logo-2027 .svg path {
  fill: #C7000C !important;
}
#header #siteID span.logo-2027 .svg:nth-child(1) path,
#header #siteID span.logo-2027 .svg:nth-child(2) path
{
  fill: #000000 !important;
}*/

@media all and (-ms-high-contrast:none){

    #header #siteID span.logo-2027 {
        margin-top: -58px;
        vertical-align: bottom;
    }

} /* IE10~ */

#entry,
#entry-blob {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20000;
    cursor: pointer;
}
#entry {
    left: 0px;
    top: 0px;
    display: block;
    width: 300px;
    height: 300px;
    padding: 90px 50px 110px;
    z-index: 20001;
    animation: fade3 3.3s ease 0s 1 normal;
}

#entry a {
    display: block;
    position: relative;
    width: 200px;
    height: 0px;
    padding-top: 100px;
    line-height: 100px;
    overflow: hidden;
    background:url("../images/entry.png") no-repeat center center;
    -webkit-background-size: 200px 100px !important;
   -moz-background-size: 200px 100px !important;
        background-size: 200px 100px !important;
    
}
#entry::after {
    content: "";
    display: block;
    position: absolute;
    right: 85px;
    bottom: 85px;
    width: 55px;
    height: 30px;
    background: url(
    "../images/arrow-horizontal.png") no-repeat left top;
    -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
        background-size: cover !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#entry:hover::after {
    right: 80px;
}
@media all and (-ms-high-contrast:none){
    .visual .logo  span.logo-2027 .svg { margin-bottom: -40px; }
    .visual .rightblob {
        left: 53%;
    }
} /* IE10~ */

 .visual ul {
    position: absolute;
    left: 40px;
    top: calc( 100vh - 250px );
    width: 101vw;

    text-align: left;
 }
.visual ul li {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 24.5vw;
    max-width: 300px;
    height: 26vw;
    max-height: 300px;
    margin-left: 1.5vw;
    margin-right: -6.6vw;
    /*margin-left: calc(( 100vh - 1500px ) / 15);
    margin-right: calc(( 100vh - 1500px ) / 14);*/
}
@media all and (-ms-high-contrast:none){
    .visual ul li {
        margin-left: 1.4vw;
        margin-right: -6.8vw;
    }
} /* IE10~ */

.visual ul li a {
    position: absolute;
    left: 65px;
    top: 65px;
    width: 40px;
    z-index: 100;
    text-align: center;
}

.visual ul li a.disabled,
.visual ul li a.disabled:hover,
#entry.disabled,
#entry.disabled:hover,
#entry.disabled a,
#entry.disabled a:hover {
    pointer-events: none;
}
.visual ul li span.text {
    position: absolute;
    display: block;
    width: 7em;
    left: 1.8em;
    top: 165px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: center;
    color: #666;
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.visual ul li:nth-child(2) span.text { left: 0.5em; top: 195px; }
.visual ul li:nth-child(3) span.text { left: 0.5em; top: 165px; }
.visual ul li:nth-child(3) span.text { left: 0.5em; top: 165px; }
.visual ul li:nth-child(4) span.text { left: 2em; top: 150px; }
.visual ul li svg:hover + span.text {
    opacity: 1;
}

.visual ul li:nth-child(2) a {
    left: 40px;
    top: 110px;
}
.visual ul li:nth-child(3) a {
    left: 40px;
    top: 30px;
}
.visual ul li:nth-child(3) a {
    left: 35px;
    top: 80px;
}
/*
.visual ul li:nth-child(2) a,
.visual ul li:nth-child(3) a,
.visual ul li:nth-child(4) a,
.visual ul li:nth-child(5) a {
    cursor: default;
}
*/
@media all and (-ms-high-contrast:none){
    .visual ul li a {
        margin-top: -40px;
    }
} /* IE10~ */

.visual ul li a img.svg {
    width: 36px;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.visual ul li a:hover img.svg {
   transform: scale(1.1);
}

.visual ul li svg {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.visual ul li svg:hover {
    transform: scale(1.1);
}

.visual ul li svg:hover path {
  fill-opacity: 1 !important;
}

/*
.visual ul li:nth-child(2) .svg path,
.visual ul li:nth-child(3) .svg path,
.visual ul li:nth-child(4) .svg path,
.visual ul li:nth-child(5) .svg path {
  fill: #666666;
  fill-opacity: 0.4;
}
.visual ul li:nth-child(2) .svg,
.visual ul li:nth-child(3) .svg,
.visual ul li:nth-child(4) .svg,
.visual ul li:nth-child(5) .svg { width: 39px; height: auto;}
*/


@media screen and (min-width : 1250px) {
    #detail .visual {
        max-height: 570px;
    }
    #detail.summary .visual {
        min-height: 175px;
    }
    .visual ul {
        left: 50%;
        width: 1260px;
        margin-left: -560px;
        
    }
    .visual ul li {
        width: 300px;
        margin-left: 20px;
        margin-right: -83px;
    }
    .visual ul li:nth-child(2) span.text { left: 0.5em; top: 202px; }
    .visual ul li:nth-child(3) span.text { left: 0.5em; top: 185px; }
    .visual ul li:nth-child(3) span.text { width: 10em; left: 0em; top: 180px; }
    .visual ul li:nth-child(3) span.text br { display: none; }
    .visual ul li:nth-child(4) span.text { left: 2em; top: 170px; }
    
}/*==== // end @media */

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

    .visual .logo {
        top: calc( 100vh * 0.2 );
    }
    .visual .copy {
        top: calc( 100vh * 0.3 );
        width: calc( 100vw + 100px );
        left: -50px;
    }

    .visual .logo  { transform: scale(0.8); }

    .visual .logo  span.logo-bs11:first-child { margin-right: 5px;}
    .visual .logo  span.logo-bs11 img:nth-child(2) {
        margin-bottom: 3px;
    }
    .visual .logo  span.logo-recruit img:nth-child(3) {
        margin-bottom: -3px;
    }


}/*==== // end @media */
@media screen and (max-width : 1000px) {
    
    #detail .visual {
        max-height: 49vw;
    }
    .visual .logo  { transform: scale(0.7);}
    .visual .copy { width: 140%; left: 0px; margin-left: -20%; transform: scale(0.95); }
    #detail #siteID a { transform: scale(0.85); }


}/*==== // end @media */


@media screen and (max-width : 900px) {
    
    #entry-blob,
    #entry {
        transform: scale(0.7);
        left: -7vw;
        top: -6vw;
    }
    #detail .visual .inner {
        padding-top: 85px;
    }
    #detail #siteID a { transform: scale(0.8); }
    .visual ul { left: 4vw; top: calc( 100vh - 195px );}
    .visual ul li {
        width: 24vw;
        margin-left: 1.4vw;
        margin-right: -6.7vw;
    }
    .visual ul li a {
        left: 7.2vw;
        top: 3.2vw;
        width: 4.6vw;
    }
    
     .visual ul li:nth-child(2) a {
        left: 4.5vw;
        top: 10vw;
    }
    .visual ul li:nth-child(3) a {
        left: 4.4vw;
        top: 3.3vw;
    }
    .visual ul li:nth-child(3) a {
        left: 4.5vw;
        top: 9.5vw;
    }
    .visual ul li:nth-child(1) .svg,
    .visual ul li:nth-child(2) .svg,
    .visual ul li:nth-child(3) .svg,
    .visual ul li:nth-child(3) .svg,
    .visual ul li:nth-child(4) .svg { width: 4.3vw; } 
    .visual ul li span.text {
        position: absolute;
        display: block;
        width: 7em;
        left: 0.7em;
        top: 13vw;
        font-size: 14px;
    }
    .visual ul li:nth-child(1) span.text { left: 2.5em; }
    .visual ul li:nth-child(2) span.text { left: 0.5em; top: 163px; }
    .visual ul li:nth-child(3) span.text { left: 0.5em; top: 135px; }
    .visual ul li:nth-child(3) span.text { left: 0.6em; top: 158px; }
    .visual ul li:nth-child(4) span.text { left: 2em; top: 125px; }
    
}/*==== // end @media */

@media screen and (max-width : 768px) {
    
    #detail .visual {
        max-height: 49vw;
    }
    #detail .visual .inner {
        padding-top: 90px;
    }
    #entry-blob,
    #entry {
        transform: scale(0.7);
        left: -7vw;
        top: -11vw;
    }
    .visual .logo  {
        top: calc( 100vh * 0.23 );
        transform: scale(0.6);
    }
    .visual .logo  span.logo-2027 {
        margin-top: calc( 100vh * 0.06 );
    }
    .visual .copy {
        top: calc( 100vh * 0.35 );
        width: 160%;
        margin-left: -28%; transform: scale(0.95);
    }
    .visual ul li:nth-child(1) span.text { left: 2em; }
    .visual ul li:nth-child(2) span.text { top: 143px; }
    .visual ul li:nth-child(3) span.text { top: 120px; }
    .visual ul li:nth-child(3) span.text { top: 140px; }
    .visual ul li:nth-child(4) span.text { top: 105px; }
    #detail #siteID a { transform: scale(0.75); }
    #detail #siteID .logo  span.logo-2027 {
        margin-top: 0;
    }
    
}/*==== // end @media */

@media screen and (max-width : 680px) {
    
    #detail .visual {
        max-height: 53vw;
    }
    
    #detail #siteID a { transform: scale(0.7); }
    .visual .copy { transform: scale(1.15);  line-height: 115px; }
    .visual .copy span {
        display: block;
    }
    .visual ul { top: calc( 100vh - 220px );}
    .visual ul li span.text {
        font-size: 13px;
    }
    .visual ul li:nth-child(1) span.text { left: 1em; }
    .visual ul li:nth-child(2) span.text { left: 0em; top: 19.5vw; }
    .visual ul li:nth-child(3) span.text { left: 0em; top: 15.5vw; }
    .visual ul li:nth-child(3) span.text { left: 0em; top: 18vw; }
    .visual ul li:nth-child(4) span.text { left: 0em; top: 13.3vw; }
    #entry-blob {
        animation: fade3 3.0s ease 0s 1 normal;
    }

}/*==== // end @media */
@media screen and (max-width : 640px) {
    
    #detail .visual {
        height: 60vw;
        max-height: 60vw;
    }
    #detail.summary .visual {
        height: auto;
        max-height: auto;
    }
    

}/*==== // end @media */
@media screen and (max-width :580px) {
    

    #detail .visual .inner {
        padding-top: 20vw;
    }
    

}/*==== // end @media */
@media screen and (max-width : 480px) {
    #entry-blob,
    #entry {
        transform: scale(0.6);
        left: -15vw;
        top: -17vw;
    }
    #detail #siteID a { transform: scale(0.6); }
    .visual ul { top: calc( 100vh - 230px );}
    .visual ul { top: 71vh;}
    .visual .logo {
        width: 150%;
        margin-left: -25%;
        transform: scale(0.5);
    }
    .visual ul li span.text {
        opacity: 1 !important;
        font-size: 11px;
        letter-spacing: 0px;
        left: -0.3em  !important;
        color: #888;
    }
    #detail .visual .inner {
        padding-top: 20vw;
    }
    
}/*==== // end @media */

@media screen and (max-width : 400px) {
    
    .visual ul { left: 2vw; top: calc( 100vh - 160px );}
    .visual ul { top: 77vh;}
    .visual .logo  {
        top: calc( 100vh * 0.2 );
        transform: scale(0.55);
    }
    #entry-blob,
    #entry {
        transform: scale(0.5);
        left: -20vw;
        top: -22vw;
    }
    .visual ul li span.text {
        left: -0.6em  !important;
    }
    
}/*==== // end @media */
@media screen and (max-width : 370px) {
    
    .visual ul { top: calc( 100vh - 140px );}
    .visual .logo  {
        top: calc( 100vh * 0.2 );
        transform: scale(0.45);
    }
    
}/*==== // end @media */


.rightblob, /* menu block */
.blob-news1 {
  position: absolute;
  max-height: 100%;
  width:100%;
}

#detail .rightblob {
    z-index: 1;
    max-height: 50vw;
}
#detail .blob-titleblob {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 0;
    width: 31.66vw;
    max-width: 380px;
    height: 21.66vw;
    max-height: 260px;
}


/* news block */
.blob-news1 {
  min-height: 90%;
  max-width: 1500px;
  left: 0px;
  top: 20px;
  z-index: 0;
}
.blob-news2{
    position: absolute;
    left: 73%;
    bottom: 5px;
    width: 28vw;
    min-width: 215px;
    height: 26vw;
    min-height: 200px;
}
/* member block */
.blob-member1 {
    position: absolute;
    left: -20px;
    top: 5px;
    z-index: 0;
    width: 51vw;
    min-width: 350px;
    height: 51vw;
    min-height: 300px;
}
.blob-member2 {
    position: absolute;
    left: 60%;
    bottom: 5px;
    width: 55vw;
    min-width: 240px;
    height: 55vw;
    min-height: 40vh;
}

/* division block */
.blob-division1{
    position: absolute;
    left: -30px;
    top: 5px;
    z-index: 0;
    width: 55vw;
    min-width: 280px;
    height: 45vw;
    min-height: 50vh;
}

.blob-division2{
    position: absolute;
    left: 35%;
    bottom: 60px;
    width: 65vw;
    height: 65vw;
}

/* mov block */
.blob-mov1{
    position: absolute;
    left: -80px;
    top: 30px;
    z-index: 0;
    width: 41vw;
    min-width: 330px;
    height: 28vw;
    min-height: 220px;
}

/* message block */
.blob-message1 {
  position: absolute;
  left: 0px;
  top:0px;
  max-height: 100%;
  width:100%;
  min-height: 100%;
}
/* guidelines block */
.blob-guidelines1{
    position: absolute;
    left: -100px;
    top: 10px;
    width: 85vw;
    height: 85vw;
    min-height: 80vh;
}

.blob-guidelines2{
    position: absolute;
    left: 65%;
    bottom: 20px;
    width: 40vw;
    height: 40vw;
}

/* interview block */
.blob-interview1{
    position: absolute;
    left: -3vw;
    top: 42vw;
    z-index: 0;
    width: 64.2vw;
    max-width: 850px;
    height: 54vw;
    max-height: 755px;
}

.blob-interview2 {
    position: absolute;
    right: -15vw;
    bottom: 3vw;
    z-index: 5;
    width: 25vw;
    max-width: 330px;
    height: 25vw;
    max-height: 330px;
}
.summary .blob-interview2 {
    bottom: 50vw;
    right: -17vw;
}
.blob-clip1 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 6;
    width: 54vw;
    max-width: 700px;
    height: 44vw;
    max-height: 570px;
}
.blob-clip2 {
    position: absolute;
    left: 0%;
    top: -4vw;
    z-index: 6;
    width: 45vw;
    max-width: 500px;
    height: 34.2vw;
    max-height: 380px;
}

.blob-interview3 {
    position: absolute;
    right: -16vw;
    top: -8vw;
    width: 25vw;
    max-width: 300px;
    height: 25vw;
    max-height: 300px;
}
.summary .blob-interview3 {
    top: 80vw;
    right: -17vw;
    z-index: 100;
}
.blob-clip3 {
    position: absolute;
    right: 0vw;
    top: -1vw;
    z-index: 6;
    width: 36.66vw;
    max-width: 440px;
    height: 40vw;
    max-height: 480px;
}

/* offtime block */
.blob-schedule1 {
    position: absolute;
    left: -5vw;
    bottom: 95vw;
    z-index: -1;
    width: 47vw;
    max-width: 600px;
    min-width: 250px;
    height: 42vw;
    max-height: 550px;
}
.summary .blob-schedule1 {
    left: -6vw;
}
.blob-offtime2 {
    position: absolute;
    left: -1%;
    z-index: 0;
    bottom: 33vh;
    width: 35vw;
    max-width: 500px;
    height: 30vw;
    max-height: 426px;
}
.summary .blob-offtime2 {
    bottom: -1vh;
    left: -2%;
}

@media screen and (min-width : 1500px) {
    .blob-guidelines1{ /* guidelines block */
        width: 1275px;
        height: 1275px;
    }
    .blob-guidelines2{ /* guidelines block */
        right: -30%;
        bottom: 20px;
        width: 700px;
        height: 700px;
    }

}/*==== // end @media */

@media screen and (min-width : 1350px) {

    .blob-interview2 {
        right: -250px;
        bottom: -70px;
    }
    .blob-clip2 {
        position: absolute;
        top: -40px;
    }

    .blob-clip3 {
        right: 0px;
        top: 0px;
    }

}/*==== // end @media */

 @media screen and (min-width : 1250px) {
    
    .blob-interview1{
        top: 465px;
        width: 850px;
        height: 755px;;
    }
    .blob-interview3 {
    }
    .blob-schedule1 {
        bottom: 35%;
    }
    

}/*==== // end @media */
@media screen and (max-width : 1150px) {
    .blob-news1 { min-height: 82%; }
    .blob-interview2 {
        right: -15vw;
    }
    .blob-interview3 {

    }
    .blob-schedule1 {
        bottom: 39%;
        width: 60vw;
        height: 54vw;
    }
    
}/*==== // end @media */
@media screen and (max-width : 1050px) {
    .blob-news1 { min-height: 96%; }
    .blob-member1 {
        width: 55vw;
    }
    .blob-mov1{
        width: 42vw;
        height: 30vw;
    }

    #detail .blob-titleblob {
        top: 40px;
        width: 38vw;
        height: 25vw;
    }

}/*==== // end @media */
@media screen and (max-width : 900px) {

    .nk .blob-clip2 {
        margin-top: -3vw;
    }

}/*==== // end @media */
@media screen and (max-width : 768px) {
    
    #detail .blob-titleblob {
        top: 35px;
        width: 35vw;
        height: 22vw;
    }
    .blob-clip1 {
        width: 50vw;
        height: 40.7vw;
    }
    .blob-news1 {
        left:  -7vw;
        width: 114vw;
        min-height: 96%; }

    .blob-member1 {
        position: absolute;
        left: -15px;
        width: 56vw;
        height: 51vw;
    }

    .blob-division1{
        width: 52vw;
        min-height: 40vh;
    }

    .blob-division2{
        left: 40%;
        bottom: 30px;

    }

    .blob-mov1{
        width: 42vw;
        height: 38vw;
    }

    .blob-guidelines1{
        left: -7vw;
        top: 10px;
        width: 95vw;
        height: 95vw;
        min-height: 50vh;
    }
    /* message block */
    .blob-message1 {
        top: 0px;
        left: -7vw;
        width: 114vw;
        min-height: 100%;
    }
    .blob-interview1{

    }
    .blob-interview2 {
        bottom: 130px;
    }

    .blob-interview3{

    }
    .blob-schedule1 {
        bottom: 41%;
    }
    
}/*==== // end @media */
@media screen and (max-width : 620px) {

    .nk .blob-clip2 {
        margin-top: 0vw;
    }

}/*==== // end @media */
@media screen and (max-width : 580px) {

    #detail .blob-titleblob {
        top: 5vw;
        width: 40vw;
        height: 24vw;
    }
    .blob-news1 { top: 5px; min-height: 87%; min-width: 110%; }

    .blob-offtime2 {
        bottom: 31vh;
    }
    .blob-interview3 {

    }
    .blob-schedule1 {
        bottom: 36%;
        width: 70vw;
        height: 63vw;
    }
    .blob-clip2 {
        position: relative;
        top: -9vw;
        left: 10vw;
        width: 70vw;
        height: 53.2vw;        
    }
    .blob-clip3 {
        right: -4vw;
        top: -9vw;
    }
}/*==== // end @media */
@media screen and (max-width : 480px) {

    
    .blob-news1 { top: 4px; min-height: 95%; min-width: 110%; }


    
    .blob-clip3 {
        right: -9vw;
        top: -9vw;
    }
    .pg03 h3 { padding-top: 3vw;}
    .blob-mov1{
        top: 0px;
    }
    
}/*==== // end @media */



/*	5= loading module
-----------------------------------------------------*/
#loader {
	width: 12em;
	height: 20px;
	display: block;
	position: fixed;
	_position: absolute;
	top: calc( 50% + 45px );
	left: 50%;
	margin-top: -20px;
	margin-left: -6em;
	z-index: 20002;
    text-align: center;
}

#fade {
	width: 100vw;
	height: calc( 100vh + 1px );
	display: block;
	background-color:#FCF7D4;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 19998;
    overflow: hidden;
}
#fade .logo {
    position: fixed;
    left: calc( 50% - 2.5em );
    top: calc( 50% - 0.6em );
    width: 5em;
    color: #fff;
    font-size: 54px;
    letter-spacing: 0.25em;
    padding-left: 0.25em;
    line-height: 1;
    animation: fade1 2s ease 0s 1 normal;
}
@keyframes fade1 {
  0%, 10% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
}
.loading span {
  display: inline-block;
  margin: 0 0.3em;
  animation: loading .8s infinite;
  color: #fff;
}
.loading span:nth-child(2) {
  animation-delay: .1s;
}
.loading span:nth-child(3) {
  animation-delay: .2s;
}
.loading span:nth-child(4) {
  animation-delay: .3s;
}
.loading span:nth-child(5) {
  animation-delay: .4s;
}
.loading span:nth-child(6) {
  animation-delay: .5s;
}
.loading span:nth-child(7) {
  animation-delay: .6s;
}
.loading span:nth-child(8) {
  animation-delay: .7s;
}
.loading span:nth-child(9) {
  animation-delay: .8s;
}
.loading span:nth-child(10) {
  animation-delay: .9s;
}
.loading span:nth-child(11) {
  animation-delay: .10s;
}
@keyframes loading {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.visual div.logo .logo-bs11,
.visual div.logo .logo-recruit {
    animation: fade3 3.0s ease 0s 1 normal;
}
.visual div.logo .logo-2027 {

    animation: fade 3.5s ease 0s 1 normal;
}
.visual div.copy {

    animation: fade4 3.9s ease 0s 1 normal;
}

@keyframes fade {
  0%, 65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade3 {
  0%, 60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes fade4 {
  0%, 80% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}


@media screen and ( max-width : 768px ){
    
    #detail .visual {
        max-height: 50vw;
    }
    .visual ul {
        animation: fade4 4.8s ease 0s 1 normal;
    }

}/*==== // end @media */
@media screen and ( max-width : 580px ){
    
    #detail .visual {
        max-height: 56vw;
    }

}/*==== // end @media */
@media screen and ( max-width : 480px ){
    
    body#home .visual {
        position: relative;
        width: 100vw;
        min-height: auto;
        height: calc( 100vh + 1px );
        background: none;
        overflow: hidden;
    }
    #detail .visual {
        max-height: 61vw;
    }
    #detail.nk .visual {
        max-height: 56vw;
    }


}/*==== // end @media */
@media screen and ( max-width : 400px ){
    
    

}/*==== // end @media */




/*	6= header module
-----------------------------------------------------*/
#header {
    display: none;
    position: absolute;
    z-index: 19996;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 100vw;
    height: 85px;
    margin: 0 auto 0;
}


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

    body { -webkit-text-size-adjust: 100%; }


}/*==== // end @media */


#siteID {
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 20000;
    text-align: left; 
}
body#home #siteID { display: none;}

#header #siteID a {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 20000;
    animation: fade2 3s ease 0s 1 normal;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    width: 80%;
    padding-left: 10%;
}
#header #siteID a span {
    display: inline;
    width: auto;
    padding: 0px 3px 0px 0;
    text-align: left;
}
#header #siteID a span.logo-bs11-1 img {
    margin-right: -2px;
    max-width: 32px;
    max-height: 32px;
}
#header #siteID a span.logo-bs11-1 img:nth-child(2) {
    margin-bottom: 3px;
}
#header #siteID a span.logo-bs11-2 img {
    margin-right: -1.5px;
    max-height: 32px;
    padding: 0;
}
#header #siteID a span.logo-bs11-2 img:nth-child(3) {
    margin-bottom: -3px;
}

@keyframes fade2 {
  0%, 10% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes fade2-home {
  0%, 10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

#globalnav ul#headerSubNav {
   display: block;
   position: fixed;
   top: 40px;
   right: 50px;
   z-index: 20005;
}

#header.fixed #globalnav ul#headerSubNav {
    top: 40px;
   right: 50px;
}

ul#headerSubNav.open {
    position: fixed;
}


ul#headerSubNav li { display: inline-block; }
ul#headerSubNav li a {
    position: fixed;
    top: 25px;
    right: 25px;
    display: block;
    z-index: 20002;
    box-sizing: border-box;
    width: 45px;
    height: 0px;
    padding-top: 45px;
    line-height: 45px;
    font-size: 10px;  
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    overflow: hidden;
    border-radius: 23px;
    cursor: pointer;
}

ul#headerSubNav li#menuOpen a,
ul#headerSubNav li#menuOpen.open a {
    z-index: 10002;
    letter-spacing: 0px;
    line-height: 45px;
    padding-top: 45px;
    overflow: hidden;
    cursor: pointer;
}
ul#headerSubNav li#menuOpen a::before {
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background: rgba(255,255,255,0.2);
}
ul#headerSubNav li#menuOpen.open a::before {
    background: rgba(255,255,255,0);
}
ul#headerSubNav li#menuOpen a span {
    position: absolute;
    right: 9px;
    z-index: 10005;
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
ul#headerSubNav li#menuOpen a span.line1 {
    top: 12px;
    transition-delay: 0.7272;
}
ul#headerSubNav li#menuOpen a span.line2 {
    top: 22px;
    right: 13px;
    opacity: 1;
}
ul#headerSubNav li#menuOpen a span.line3 {
    top: 32px;
}
ul#headerSubNav li#menuOpen a:hover span.line1 {
    right: 13px;
}
ul#headerSubNav li#menuOpen a:hover span.line2 {
    right: 8px;
}
ul#headerSubNav li#menuOpen a:hover span.line3 {
    right: 13px;
}
ul#headerSubNav li#menuOpen.open a:hover span.line1 {
    right: 8px;
}
ul#headerSubNav li#menuOpen.open a:hover span.line2 {
    right: 8px;
}
ul#headerSubNav li#menuOpen.open a:hover span.line3 {
    right: 8px;
}
ul#headerSubNav li#menuOpen.open a {
    position: fixed;
    top: 25px;
    right: 25px;
}
ul#headerSubNav li#menuOpen.open a span {
    background: #000;
}
ul#headerSubNav li#menuOpen.open a span.line1,
ul#headerSubNav li#menuOpen.open a:hover span.line1 {
    top: 20px;
    right: 12px;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    transform: rotate(405deg);
    background: #fff;
}
ul#headerSubNav li#menuOpen.open a span.line2 {
    opacity: 0;
}
ul#headerSubNav li#menuOpen.open a span.line3,
ul#headerSubNav li#menuOpen.open a:hover span.line3 {
    top: 20px;
    right: 12px;
    -webkit-transform: rotate(495deg);
    -moz-transform: rotate(495deg);
    transform: rotate(495deg);
    background: #fff;
}


#globalnav div#menu {
    position: fixed;
    top: 0px;
    right: -245px;
    z-index: 20001;
    width: 240px;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 13vh 1vw 5vh;
    background-color:#44413F;/* #E86BB6 */
    text-align: center;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
    transition: all .3s ease;
}
#globalnav div#menu.open {
    right: 0px;
    height: 100vh;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
    transition: all .3s ease;
}

#globalnav div#menu ul,
#globalnav div#menu ul li {
    list-style: none;
    position: relative;
    display: block;
    z-index: 20002;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.2em;
}
#globalnav div#menu ul {
    margin: 0;
    background-color: #44413F;/* #E86BB6 */
}
#globalnav div#menu ul li.menuInterview {
    letter-spacing: 0.1em;
}
#globalnav div#menu ul li.menuInterview span {
    letter-spacing: 0px;
}
#globalnav div#menu ul li:first-child a {
    border-top: solid 1px rgba(255,255,255,0.2);
}
#globalnav div#menu ul li a {
    color:#FFF !important;
    display: block;
    z-index: 10002;
     line-height: 7vh;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    cursor: pointer;
}
#globalnav div#menu ul li span {
    display: block;
     line-height: 6vh;
     margin-bottom: 1vh;
     font-size: 16px;
     font-weight: 400;
}
#globalnav div#menu ul li a::before {
    content:"";
    display: inline-block;
    margin-right: 0.8em;
    margin-left: 0.2em;
    width: 12px;
    height: 12px;
    background: url(
    "../images/dot.png") no-repeat left top;
    -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
        background-size: cover !important;
}
#globalnav div#menu ul li.menuMov { display: none; }


/*#globalnav div#menu ul li.menuMov a::before {
    width: 8px;
    height: 9px;
}*/

/*#globalnav div#menu ul li ul.memberBlock {
    background: #E86BB6;
}

#globalnav div#menu ul li ul.memberBlock li:first-child a,
#globalnav div#menu ul li ul.memberBlock li a {
    border:none;
    margin-left: -10px;
}*/

#globalnav div#menu ul li a:hover { color:#000; }
#globalnav div#menu ul li a span { display: block; transition: .5s; }
#globalnav div#menu ul li.menuInterview a span { display:inline-block; transition: .0s; }
#globalnav div#menu ul li a:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


/*#globalnav div#menu ul li:after {
    content: "";
    display: block;
    position:absolute;
    left: 0px;
    top: 0px;
    z-index: 10001;
    width: 0px;
    height: 100%;
    background: rgba(255,255,255,0.9);
    cursor: pointer;
     -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#globalnav div#menu ul li:nth-child(4):after,
#globalnav div#menu ul li ul.memberBlock li:after {
    content: none;
}*/


#globalnav div#menu ul li a,
#globalnav div#menu ul li a:hover {
    position: relative;
    z-index: 10002;
    color:rgba(124,91,95,1.00);
    padding-left: 0.5em;
    padding-right: 0.5em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#globalnav div#menu ul li a:hover {
   background:rgba(252,252,252,0.15); 
}
/*#globalnav div#menu ul li.menuMov a,
#globalnav div#menu ul li.menuMov a:hover {
    padding-left: 3em;
 }*/
/*#globalnav div#menu ul li:hover:after {
    width: 100%;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

/*
#globalnav #menu ul.memberBlock { 
    padding: 0 10px 0 30px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
#globalnav #menu ul.memberBlock li {
    display: inline-block;
    width: calc( 100% / 4.5 );
    vertical-align: top;
    padding-bottom: 8px;
    text-align: left;
}
#globalnav #menu ul.memberBlock li:last-child {
    width: calc( 100% / 3.5 );
}
#menu ul.memberBlock li a {
    display: block;
    width:calc( 100vw  / 11 );
    max-width: 115px;
    height:calc( 100vw  / 11 );
    max-height: 115px;
    border-radius: calc( 100vw / 18 );
    -ms-border-radius: calc( 100vw / 18 );
    background: #000;
    overflow: hidden;
}
#menu ul.memberBlock li a img {
    width: 112%;
    height: auto;
    margin: 0;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#menu ul.memberBlock li a:hover img {
    width: 116%;
    margin: -2%;
    opacity: 1;
}
#globalnav #menu ul.memberBlock li span {
    display: inline-block;
    padding: 6px 0 3px;
    line-height: 1.2;
    font-size: 12px;
}
#globalnav div#menu.open ul { z-index: 20002;}
*/
.scroll-prevent {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and ( min-width : 1250px ){
    #globalnav div#menu {
        padding: 162px 12px 62px;
    }
}/*==== // end @media */

@media screen and ( max-width : 768px ){
    
    #header #siteID a {
        top: 5px;
        left: 0px;
        width: 90%;
        padding-left: 10%;
    }
    #header #siteID a span.logo-bs11-1 img {
        margin-right: -2px;
        max-width: 28px;
        max-height: 28px;
    }

    #header #siteID a span.logo-bs11-2 img {
        margin-right: -1.5px;
        max-width: 28px;
        max-height: 28px;
    }
    #header #siteID span.logo-2027 img { width: 19px; height: auto; margin: 0;}
    #header #siteID span.logo-2027 .svg { width: 19px; height: auto; margin: 0; }
    #header #siteID span.logo-2027 .svg:nth-child(4) {
        width: 19px;
        margin-left: 1px;
    }

    ul#headerSubNav li a {
        top: 10px;
        right: 15px;
    }
    ul#headerSubNav li#menuOpen.open a {
        top: 15px;
        right: 15px;
        z-index: 20003;
    }
    #globalnav div#menu {
        width: 200px;
        padding: 9vh 0 4vh;
    }

    #globalnav div#menu ul,
    #globalnav div#menu ul li {
        font-size: 14px;

    }

    #globalnav div#menu ul li a {
         line-height: 5.5vh;
         letter-spacing: 0.1em;
    }

    /*#globalnav div#menu ul li ul.memberBlock li a {
        margin-left: -0.8vw;
    }
    #globalnav #menu ul.memberBlock li span {
        padding: 6px 0 3px;
        line-height: 1.2;
        font-size: 11px;
    }
    #globalnav #menu ul.memberBlock li {
        width: calc( 100vw / 7 );
        padding-bottom: 5px;
    }
    #globalnav #menu ul.memberBlock li:last-child {
        width: calc( 100vw / 5 );
    }
    #globalnav #menu ul.memberBlock li:last-child span {
        letter-spacing: 0;
    }
    #menu ul.memberBlock li a {
        width:calc( 100vw / 8 );
        height:calc( 100vw / 8 );
        border-radius: calc( 100vw / 16 );
        background: #000;
        overflow: hidden;
    }*/
    
    
}/*==== // end @media */
@media screen and ( max-width : 580px ){
    /*#globalnav #menu ul.memberBlock li {
        width: calc( 100vw / 5 );
        padding-bottom: 5px;
    }
    #globalnav #menu ul.memberBlock li:nth-child(5),
    #globalnav #menu ul.memberBlock li:last-child {
        width: calc( 100vw / 3 );
    }*/
    
    #header #siteID a {
        top: 2px;
        left: 0px;
        width: 90%;
        padding-left: 10%;
    }
    #header #siteID a span.logo-bs11-1 img {
        margin-right: -1.5px !important;
        max-width: 24px;
        max-height: 24px;
    }

    #header #siteID a span.logo-bs11-2 img {
        margin-right: -1px !important;
        max-width: 24px;
        max-height: 24px;
    }
    #header #siteID span.logo-2027 img { width: 17px; height: auto; margin: 0;}
    #header #siteID span.logo-2027 .svg { width: 17px; height: auto; margin: 0; }
    #header #siteID span.logo-2027 .svg:nth-child(4) {
        width: 17px;
    }

}/*==== // end @media */
@media screen and ( max-width : 480px ){
    
    #header #siteID a {
        position: fixed;
        top: 0px;
        left: 10px;
    }
    #globalnav div#menu {
        right: -56%;
        width: 55%;
        padding: 9vh 0 4vh;
    }
    #globalnav div#menu ul li a {
         line-height: 9vh;
         letter-spacing: 0.1em;
         font-size: 15px;
    }

/*    #menu ul.memberBlock li a {
        width:calc( 100vw  / 7 );
        height:calc( 100vw  / 7 );
        border-radius: calc( 100vw / 15 );
        -ms-border-radius: calc( 100vw / 15 );
    }

    #globalnav #menu ul.memberBlock li:nth-child(5) {
        width: calc( 100vw / 4.5 );
        margin-left: 8%;
    }*/

}/*==== // end @media */
@media screen and ( max-width : 400px ){

    #header #siteID a {
        top: 0px;
        left: 0px;
        width: 100%;
        padding-left: 0;
        text-align: right;
    }
    #globalnav div#menu ul li a {
         font-size: 14px;
    }
    
}/*==== // end @media */
@media screen and ( max-width : 370px ){
    
    #globalnav div#menu {
        width: 70%;
        right: -71%;
        padding: 9vh 0 4vh;
    }
    #globalnav div#menu ul,
    #globalnav div#menu ul li {
        font-size: 15px;
    }
    #globalnav div#menu ul li a {
        line-height: 10vh;
    }
    #globalnav #menu ul.memberBlock li {
        width: calc( 100vw / 4.3 );
        padding-bottom: 5px;
    }
    #globalnav #menu ul.memberBlock li:nth-child(5),
    #globalnav #menu ul.memberBlock li:last-child {
        width: calc( 100vw / 3.2 );
    }
    #globalnav #menu ul.memberBlock li:nth-child(2) {
        width: calc( 100vw / 3.4 );
        margin-left: 2%;
        margin-right: 1%;
    }
    #globalnav #menu ul.memberBlock li:nth-child(5) {
        width: calc( 100vw / 3.4 );
        margin-left: 0%;
        margin-right: 15%;
    }
    #globalnav #menu ul.memberBlock li:nth-child(4){
        margin-left: 0px;
    }
    #globalnav #menu ul.memberBlock li:nth-child(6){
        width: calc( 100vw / 4.3 );
        margin-left: 18%;
    }
    #globalnav #menu ul.memberBlock li:nth-child(7){
        width: calc( 100vw / 2.5 );
    }

}/*==== // end @media */

/*	7= footer module
-----------------------------------------------------*/

#footer ul.footerNav {
    position: relative;
    list-style: none;
    height: 20px;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: bottom;
}

#footer ul.footerNav li {
    display: inline-block;
    list-style: none;
    line-height: 1.5;
	text-align: center;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.05em;
    vertical-align: middle;
}
@media screen and ( max-width: 1350px) {

    #footer ul.footerNav li { font-size: 16px; }

	
}/*==== // end @media */
@media screen and ( max-width: 1200px) {

    #footer ul.footerNav li { font-size: 15px; }

	
}/*==== // end @media */
@media screen and ( max-width: 1100px) {

    #footer ul.footerNav li.bs11top { display: none;}

	
}/*==== // end @media */
@media screen and ( max-width: 900px) {

    #footer ul.footerNav li { font-size: 14px; }

	
}/*==== // end @media */


#footer ul.footerNav li::after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
}
#footer ul.footerNav li.bs11top::after {
    content: "|";
    vertical-align: middle;
    margin-right: 2em;
}
#footer ul.footerNav li:last-child::after {
    content: none;
}
@media screen and ( max-width: 768px) {
    #footer ul.footerNav {
        height: auto;
        margin-bottom: 25px;
    }
    #footer ul.footerNav li { 
        width: 30%;
        margin-bottom: 1.5em;
        line-height: 1.25;
        letter-spacing: 0.15em;
        vertical-align: top;
        font-size: 14px;
    }
    #footer ul.footerNav li::after {
        content: none;
    }
    #footer ul.footerNav li span { display: inline-block; }
	
}/*==== // end @media */

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

    #footer ul.footerNav li { 
        font-size: 13px;
    }
	
}/*==== // end @media */
@media screen and ( max-width: 480px) {

    #footer ul.footerNav li { 
        width: 45%;
    }
	
}/*==== // end @media */

#footer p.entryBtn {
    display: none;
    margin-bottom: 50px;
    text-align: center;
}
#footer p.entryBtn a {
    display: inline-block;
    width: 80%;
    max-width: 850px;
    padding: 0.8em 2em 0.8em;
    background: #F99DBA;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 3px rgba(0,0,0,0.15);
    box-shadow: 4px 4px 3px rgba(0,0,0,0.15);
}
#footer p.entryBtn a:hover {
    background:#FFB7DC;
}
#footer p.entryBtn a span {
    display: inline-block;
    margin-left: 0.4em;
    margin-right:  0.4em;
    font-size: 22px;
    font-weight: 500;
}
#footer ul.footerNav li a {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    padding: 3px 0 1px;
    border-bottom: solid 1px #44413F;
    color: #fff;
    vertical-align: middle;
    /*-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
    transition: all 0.1s ease;*/
}
#footer ul.footerNav li.bs11top a { margin-right: 2em; }
#footer ul.footerNav li a:hover {
    border-bottom: solid 1px #fff;
    padding: 1px 0 3px;
}
@media screen and ( max-width: 768px) {
    #footer ul.footerNav li a,
    #footer ul.footerNav li a:hover {
        padding: 3px 0 1px;
        border-bottom: none;
    }

	
}/*==== // end @media */


p#page-top {
	position: fixed;
	z-index: 999;
	bottom: 12px;
    right: 12px;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
p#page-top a {
    display: block;
    width: 50px;
    height: 0px;
    padding-top: 50px;
    border: solid 1px #555;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(255,255,255,0.30);
}
p#page-top a:hover {
    opacity: 0.7;
}
p#page-top a:after {
    content: "▲";
    color: #000;
    position: absolute;
    left: calc( 50% - 8px );
    top: calc( 50% - 8px );
    font-size: 16px;
    line-height: 1;
}


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

    p#page-top {
        right: 5px;
        bottom: 15px;
        width: 44px;
        height: 44px;
    }
    p#page-top a {
        width: 44px;
        padding-top: 44px;
        line-height: 44px;
    }

	
}/*==== // end @media */

@media screen and ( max-width: 680px) {
    
    #footer p.entryBtn {
        margin-bottom: 8vw;
    }
    #footer p.entryBtn a {
        width: 85%;
        padding: 0.8em 2em 0.8em;
        font-size: 22px;
    }
    #footer p.entryBtn a span {
        font-size: 18px;
    }
    
}/*==== // end @media */
@media screen and ( max-width: 480px) {
    #footer p.entryBtn a {
        width: 85%;
        padding: 0.8em 1.5em 0.8em;
        font-size: 20px;
        -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.15);
        -moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.15);
        box-shadow: 3px 3px 2px rgba(0,0,0,0.15);
    }
    #footer p.entryBtn a span {
        margin-left: 0.2em;
        margin-right: 0.2em;
        font-size: 16px;
    }
}/*==== // end @media */
@media screen and ( max-width: 400px) {
    #footer p.entryBtn a {
        width: 90%;
        padding: 0.8em 1em 0.8em;
        font-size: 18px;
    }
    #footer p.entryBtn a span {
        font-size: 15px;
    }
}/*==== // end @media */


/* copyright module */
small.copyright {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 0;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    font-weight: regular;
    font-weight: 400;
}

small.copyright br { display: none; }
@media only screen and (max-width: 768px) {
    
    small.copyright {
        width: 95vw;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
    }
    small.copyright span { display: inline-block;}

}/*==== // end @media */
@media only screen and (max-width: 480px) {
    
    small.copyright br { display: block; }

}/*==== // end @media */

/*	8= content module
-----------------------------------------------------*/
.blockinner {
    position: relative;
    z-index: 1;
    width: 92vw;
    max-width: 1400px;
    margin: 13vh auto 10vh;
}
#detail .blockinner  {
    margin: 12vh auto 10vh;
}
.block h2 {
    position: absolute;
    left: 12%;
    top: 12vh;
    z-index: 1;
    padding-top: 50px;
    margin-bottom: 80px;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.1;
}
#detail .block h2 {
    top: 40px;
    left: 13%;
    padding-top: 0px;
    margin-bottom: 40px;
}
.boxInner h2 {
    position: absolute;
    left: 35px;
    top: 0vh;
    z-index: 11;
    padding-top: 10px;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.1;
}
.offtime .boxInner h2 {
    top: -1vw;
}

.block h2 img,
.boxInner h2 img {
    display:  block;
    margin-bottom: 10px;
}
.block h2::before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: 0px;
    width: 74px;
    height: 42px;
    background: url(
    "../images/arrow-horizontal.png") no-repeat left top;
    -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
        background-size: cover !important;
}
#detail .block h2::before {
    left: -70px;
    top: 3px;
}
.boxInner h2::before {
    content: "";
    display: block;
    position: absolute;
    left: -45px;
    top: 0px;
    width: 74px;
    height: 42px;
    background: url(
    "../images/arrow-horizontal.png") no-repeat left top;
    -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
        background-size: cover !important;
}

.block p.exp {
    position: absolute;
    left: calc( 12% + 350px );
    top: calc( 12vh + 65px );
    z-index: 1;
    font-size: 24px;
}
#member.block p.exp { left: calc( 12% + 400px ); }
#interview.block p.exp { left: calc( 12% + 500px ); }
#mov.block p.exp {
    font-size: 26px;
    top: calc( 12vh + 10px );
    left: calc( 50% - 12em );
}
.block p {
    letter-spacing: 0.075em;
}

.block.banner {
    text-align: center;
    padding: 40px 30px;
    min-height: auto !important;
    height: auto !important;
}
.block.banner img {
    width: calc( 100vw - 60px );
    height: auto;
    max-width: 1200px;
}
.block.banner a:hover img {
    opacity: 0.85;
}
.block.banner p.center {
      text-align: center;
      font-size: 16px;
}
.block.news dl {
    width: calc( 80% - 250px );
    margin-left: calc( 10% + 250px );
    margin-right: 8%;
    border-top:  solid 1px rgba(0,0,0,0.3);
}
.block.news dl dt {
    padding: 10px 15px 5px;
    color:#ffffff;
    font-size: 20px;
    letter-spacing: 0.15em;
}
.block.news dl dd {
    padding: 5px 15px 16px;
    border-bottom:  solid 1px rgba(0,0,0,0.3);
    font-size:  18px;
    letter-spacing: 0.05em;
}
.block.news dl dd a { border-bottom: solid 1px #000;}

.block.news .ob {
    width: calc( 80% - 90px );
    margin-top: 30px;
    margin-left: 5vw;
    padding: 15px;
    border-top:  solid 1px rgba(0,0,0,0.3);
}
.block.news .ob h3 {
    font-size: 18px;
    font-weight:  500;
    margin-bottom: 1em;
    letter-spacing:  0.1em;
}
.block.news .ob p { font-size: 15px; font-weight: 400; }


.mynavi { margin-top: 30px; text-align: center; }
.mynavi p.info { font-size: 14px; }

@media screen and ( max-width: 1400px) {
    
    .offtime .boxInner h2 {
        top: -30px;
    }
    .block p.exp {
        position: absolute;
        left: calc( 12% + 300px );
        font-size: 22px;
    }
    #interview.block p.exp { left: calc( 12% + 470px ); }
    #member.block p.exp {
        left: calc( 12% + 350px );
    }
    #mov.block p.exp { font-size: 24px; }
    
    
}/*==== // end @media */
@media screen and ( max-width: 1250px) {
    
    .offtime .boxInner h2 {
        top: -2vw;
    }
    .block p.exp {
        font-size: 20px;
    }
    #mov.block p.exp { font-size: 22px; }
    
}/*==== // end @media */
@media screen and ( max-width: 1024px) {
    
    .offtime .boxInner h2 {
        top: -5vw;
    }
    .boxInner h2 img {
        height: 88px;
        width: auto;
    }
    .boxInner h2 img.en {
        height: 36px;
        width: auto;
    }
     
        
    .block p.exp {
        font-size: 18px;
    }
    .block.banner p.center {
          font-size: 15px;
    }
    #mov.block p.exp { font-size: 20px; }
    
    
    
}/*==== // end @media */
@media screen and ( max-width: 950px) {

    .block p.exp {
        top: calc( 12vh + 60px );
        font-size: 16px;
    }
    #member.block p.exp {
        top: calc( 12vh + 80px );
    }
    #interview.block p.exp {
        top: calc( 12vh + 70px ) !important;
        letter-spacing: 0.05em;
    }
    
    
}/*==== // end @media */
@media screen and ( max-width: 900px) {

    .block h2 {
        left: 12%;
        top: 12vh;
        padding-top: 40px;
    }
    .block h2 img {
        height: 50px;
        width: auto;
    }
    #detail .block h2 img {
        height: 40px;
        width: auto;
    }
    .block h2 img.en {
        height: 35px;
        width: auto;
    }
    .boxInner h2 img {
        height: 77px;
    }
    .boxInner h2 img.en {
        height: 32px;
    }
    .block h2::before {
        top: 0px;
        width: 60px;
        height: 34px;
    }
    .boxInner h2::before {
        top: 0px;
        width: 60px;
        height: 34px;
    }
    .block p.exp {
        left: calc( 12% + 240px );
        top: calc( 12vh + 50px );
        padding-right: 20px;
        font-size: 16px;
        letter-spacing:  0.05em;
    }
    .block.banner {
        padding: 0 20px 40px;
    }
    .block.banner img {
        width: 100%;
    }
    
    #member.block p.exp {
        left: calc( 12% + 320px );
        top: calc( 12vh + 60px );
    }
    #interview.block p.exp {
        left: calc( 12% + 420px );
        top: calc( 12vh + 95px ) !important;
    }
    #mov.block p.exp { font-size: 20px; }
    .block.news dl {
        width: calc( 80% - 200px );
        margin-left: calc( 10% + 200px );
        margin-right: 8%;
    }
    .block.news dl dt { font-size: 16px; }
    .block.news dl dd { font-size: 16px; }
    .block.news .ob { margin-top: 40px; }
    .block.news .ob h3 { font-size: 16px; }
    .block.news .ob p { font-size: 14px; }


}/*==== // end @media */
@media screen and ( max-width: 768px) {
    
    .boxInner h2 img {
        height: 72px;
    }
    .boxInner h2 img.en {
        height: 30px;
    }
    .block p.exp {
        font-size: 15px;
    }
    .block.banner p.center {
          font-size: 14px;
    }
    
}/*==== // end @media */
@media screen and ( max-width: 680px) {
    
    .blockinner {
        margin: 45px auto 5vh;
    }
    .block h2 {
        left: 8%;
        top: 12vh;
        padding-top: 40px;
    }
    .offtime .boxInner h2 {
        top: -6vw;
    }
    .block h2 img {
        height: 7.4vw;
        width: auto;
    }
    .block h2 img.en {
        height: 5.5vw;
        width: auto;
    }
    #detail .block h2 img {
        height: 34px;
    }
    .boxInner h2 img {
        height: 66px;
    }
    .boxInner h2 img.en {
        height: 26px;
    }
    
    .block h2::before {
        left: -5vw;
    }
    #detail .boxInner h2::before {
        left: -7vw;
    }
    #detail .block h2::before {
        left: -16.5vw;
        top: -2px;
    }
    
    .block p.exp {
        left: calc( 8% + 35vw );
    }
    #member.block p.exp {
        left: calc( 8% + 42vw );
        top: calc( 12vh + 50px );
    }
    #interview.block p.exp {
        left: calc( 8% + 32vw );
        top: calc( 12vh + 90px );
    }
    #mov.block p.exp {
        top: 10vh;
    }
    .block.news dl {
        width: calc( 80% - 25vw );
        margin-left: calc( 10% + 25vw );
        margin-right: 8%;
    }
    .block.news .ob {
        width: 80%;
        margin-left: 5vw;
    }

}/*==== // end @media */

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

    .boxInner h2 img {
        height: 56px;
    }
    .boxInner h2 img.en {
        height: 23px;
    }
    #detail .block h2 {
        top: 35px;
    }
    #mov.block p.exp {
        font-size: 18px;
        left: calc( 50% - 11em );
    }
    .block.news dl dd {
        padding: 5px 12px 16px;
        font-size: 15px;
    }
    .offtime .boxInner h2 {
        top: -10vw;
    }
    
 }/*==== // end @media */
 
@media screen and ( max-width: 480px) {
    
    .blockinner {
        margin: 85px auto 5vh;
        padding-top: 30px;
    }
    #mov .blockinner { margin: 0px auto 5vh; }
    #detail .blockinner {
        margin: 55px auto 5vh;
    }
    .block h2 {
        left: 75px;
        top: 65px;
        padding-top: 0;
    }
    .block h2 img {
        height: 36px;
        width: auto;
    }
    .block h2 img.en {
        height: 30px;
        width: auto;
    }
    #detail .block h2 {
        top: 30px;
    }
    #detail .block h2 img {
        height: 30px;
    }
    .boxInner h2 {
        top: -20px;
    }
    .offtime .boxInner h2 {
        top: -18vw;
    }
    .boxInner h2 img {
        height: 62px;
    }
    .boxInner h2 img.en {
        height: 30px;
    }
    .block h2::before {
        left: -75px;
    }
    #detail .boxInner h2::before {
        left: -70px;
        top: 35px;
    }
    .block p.exp {
        left: 5%;
        top: 150px;
        font-size: 13px;
    }
    .block.banner {
        padding: 0 0 50px;
    }
    .block.banner img {
        width: 100%;
    }
    .block.banner p.center {
          font-size: 13px;
    }
    #member.block p.exp {
        left: 16%;
        top: 150px;
    }
    #interview.block p.exp { 
        left: 16%;
        top: 150px !important;
    }
    #mov.block p.exp { font-size: 15px; }
    .block.news dl {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    
    .block.news .ob {
        width: 88%;
        margin-left: 6%;
    }
    .mynavi p.info { font-size: 13px; }

}/*==== // end @media */

@media screen and ( max-width: 370px) {
    #detail .block h2::before {
        left: -20vw;
        top: -2px;
    }
    #mov .blockinner { padding-top: 0px; font-size: 12px; }
    .block.banner p.center {
          font-size: 12px;
    }
    #interview.block h2 {
        left: 20% !important;
    }
    #interview.block h2 img {
        height: 34px;
        width: 75vw;
    }
    #member.block p.exp {
        left: 11%;
        top: 150px;
    }
    
    #message.block h2 img {
        height: 36px;
        width: 73vw;
    }
    #message.block h2 img.en {
        height: 36px;
        width: auto;
    }
    .block.news dl dd {
        font-size: 14px;
    }
    .offtime .boxInner h2 {
        top: -35vw;
    }
    
}/*==== // end @media */  

/* for glid */
.container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
}
.container > div.item {
    position: relative;
    z-index: 5;
    width: 28%;
    min-width: 28%;
    background-color:rgba(255,255,255,0.85);
    border: solid 6px #B7B2A5;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px 40px;
}
.summary .container > div.item {
    width: 44%;
    min-width: auto;
    padding: 24px;
    margin: auto;
    border: solid 2px #006837;
    border-radius: 1px;
    background-color: none;
}
.summary .container > div.item.space {
    border: none;
    height: 70px;
    background: none;
}

.container > div.item.image {
    padding: 0;
    vertical-align: bottom;
    overflow: hidden
}
.container > div.item.image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


.summary .container > div.item:nth-child(2),
.summary .container > div.item:nth-child(3),
.summary .container > div.item:nth-child(4) {
    -webkit-background-size: auto 180px;
   -moz-background-size: auto 180px;
        background-size: auto 180px;
}
.summary .container > div.item:nth-child(2) {
    background: rgba(255,255,255,0.85) url("../images/summary/icon_people.png") no-repeat 97% 10px;
}
.summary .container > div.item:nth-child(3) {
    background: rgba(255,255,255,0.85) url("../images/summary/icon_calendar.png") no-repeat 93% 35px;
}
.summary .container > div.item:nth-child(4) {
    background: rgba(255,255,255,0.85) url("../images/summary/icon_woman.png") no-repeat 95% 10px;
}
.summary #main .container2 > div.item {
    display: block;
    width: 91.2%;
}
@media all and (-ms-high-contrast:none){
    
    .container {
        max-width: 100%;
        display:-ms-flexbox;
        display: -ms-flex;
        display:flex;
        -ms-flex-direction:row;
        -ms-flex-wrap: wrap;      
        flex-wrap: wrap;
    }
    .container div.item {
        display: inline-block;
        width: 28%;
        min-width: 28%;        
        padding: 30px 30px 40px;
        margin: 40px;
    }
    .summary .container div.item {
        width: 44%;
        min-width: auto;        
        padding: 24px;
    }
    .container div.item.image {
        align-self: flex-start;
    }
    
} /* IE10~ */

.container div.item h3 {
    width: calc( 100% + 20px );
    margin: 0 -10px 15px;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    vertical-align: bottom;
    line-height: 1;
}
.summary .container div.item h3 {
    width: 100%;
    margin: 0 0 1em;
    font-size: 28px;
    font-weight: 500;
    color: #006837;
    text-align: left;
    letter-spacing: 0.05em;;
}
.summary #main .container div.item h3 {
    letter-spacing: 0px;
}
.container div.item h3 span {
    padding: 0 15px 5px 0;
    display: inline-block;
}
.container div.item h3 span.ls0 { letter-spacing: -0.04em; margin-left: -0.5em; margin-right:  -0.5em;}
.summary .container div.item.enquete h3 span {
    display: block;
    position: relative;
    margin-top: -0.4em;
    margin-right: -1em;
    margin-bottom: 0.8em;
    font-size: 70%;
    letter-spacing: 0px;
    text-align: right;
}
.container div.item h3::first-letter,
.container div.item h3 span.fl {
    padding: 0 2px;
    font-size: 36px;
    vertical-align: baseline;
}
.summary .container div.item h3::first-letter,
.summary .container div.item h3 span.fl {
    padding: 0;
    font-size: 100%;
}
.container div.item h3.new::after {
    position: absolute;
    right: -7px;
    top: 7px;
    content: "NEW";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #fff;
    text-align: center;
    display: block;
    padding: 4px 8px;
    border-top-left-radius: 6px;
    line-height: 1.1;
    background:#EA0D49;
    font-family: Verdana, Geneva, 'sans-serif';
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.container div.item:nth-child(2) h3,
.container div.item:nth-child(7) h3,
.container div.item:nth-child(8) h3,
.container div.item:nth-child(9) h3,
.container div.item:nth-child(12) h3 {
    letter-spacing: 0.15em;
}


.container div.item:nth-child(1) span.fl {
    color: #62BE16;
    padding-right: 1px !important;
}/*黄黄緑　営業推進局*/
.container div.item:nth-child(2) span.fl {
    color: #1A53D3;
    padding-right: 1px !important;
}/*青　報道局*/

.container div.item:nth-child(3) span.fl {
    color: #DC4ADE;
    padding-right: 2px !important;
}/*ピンク　配信コンテンツbiz局*/


.container div.item:nth-child(4) span.fl {
    color: #E54577;
    padding-right: 1px !important;
}/*紅色　アニメbiz局*/


/*.container div.item:nth-child(7) span.fl {
    color: #5EBC6E;
    padding-right: 1px !important;
}黄緑　*/
.container div.item:nth-child(7) span.fl {
    color: #02A360;
    padding-right: 1px !important;
}/*緑　営業局*/


.container div.item:nth-child(8) span.fl {
    color: #6640CC;
    padding-right: 2px !important;
}/*　紫 編成局*/

.container div.item:nth-child(8) h4 {
    margin-top: 1em;
    margin-bottom: 0.4em;
    color: #6640CC;
    font-size: 18px;
    font-size: 17px;
    font-weight: 500;
}/*for 編成局*/

.container div.item:nth-child(8) h3 + h4 {
    margin-top: 0;
}/*for 編成局*/

.container div.item:nth-child(9) span.fl {
    color: #06B9FF;
    padding-right: 1px !important;
}/*水色　制作局*/
.container div.item:nth-child(9) h4 {
    margin-top: 1em;
    margin-bottom: 0.4em;
    color: #06B9FF;
    font-size: 18px;
    font-size: 17px;
    font-weight: 500;
}/*for 制作局*/
.container div.item:nth-child(9) h3 + h4 {
    margin-top: 0;
}/*for 制作局*/

.container div.item:nth-child(10) span.fl {
    color:#CD0200;
    padding-right: 1px !important;
}/*赤　経営企画局*/

.container div.item:nth-child(11) span.fl {
    color: #F9830D;
    padding-right: -1px !important;
}/*オレンジ　トータルマーケティング＆PR局*/


.container div.item:nth-child(12) span.fl {
    color:#3ACFD2;
    padding-right: 1px !important;
}/*グリーンブルー　技術局*/


/*.container div.item:nth-child(14) span.fl {
    color:#685ACD;
    padding-right: 1px !important;
}紫　総務局*/

/*.container div.item:nth-child(15) span.fl {
    color: #FFBE1D;
    padding-right: 1px !important;
}明るいオレンジ　人事局*/


.summary .container div.item h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.summary .container div.item h4 span {
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.summary .container div.item img.chart,
.summary .container div.item img.numbers{
    max-width: 100%;
    width: auto;
    height: auto;
}
.summary .container div.item img.numbers {
    margin-top: 2em;
    margin-bottom: 1em;
}
.summary .container div.item:nth-child(3) img.numbers {
    margin-top: 3em;
    margin-bottom: 2em;
}
.summary #main .container div.item:nth-child(5) img.chart,
.summary #main .container div.item:nth-child(7) img.chart,
.summary #main .container div.item:nth-child(8) img.chart {
    margin-top: -1em;
}
.summary #main .container div.item img.numbers + p {
    padding-right: 0;
    font-size: 14px;
}
.summary #main .container div.item img.numbers + img.numbers {
    margin-top: -0.2em;
    margin-bottom: 0;
}
.summary .container div.item p {
    padding-right: 30%;
    font-size: 16px;
    line-height: 1.8;
}
.summary #main .container div.item.enquete p {
    padding-right: 0;
}
.summary .container div.item ul {
    margin-left: 1.5em;
    margin-top: 1em;
    font-weight: 500;
}
.summary .container div.item ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}
.summary .container div.item ul li {
    margin-bottom: 0.4em;
    font-size: 18px;
}
.summary .container div.item ul.private {
    vertical-align: top;
}
.summary .container div.item ul.private li {
    float: left;
    display: inline-block;
    width: 39.5%;
    margin: 30px 2.5%;
    padding: 1.5em;
    border-radius: 13px;
    background: rgba(218,247,220,0.75);
    vertical-align: top;
     font-size: 17px;
    line-height: 1.8;
}
.summary .container div.item ul.private li:nth-child(3n-1) {
    background:rgba(252,247,212,0.7);
}
.summary .container div.item ul.private li:nth-child(3n) {
    background:rgba(247,223,235,0.75);
}
.summary .container div.item ul.private li:nth-child(2),
.summary .container div.item ul.private li:nth-child(4),
.summary .container div.item ul.private li:nth-child(5),
.summary .container div.item ul.private li:nth-child(7),
.summary .container div.item ul.private li:nth-child(10),
.summary .container div.item ul.private li:nth-child(11) {
    width: 46.5%;
}
.summary .container div.item ul.private li:nth-child(1),
.summary .container div.item ul.private li:nth-child(3),
.summary .container div.item ul.private li:nth-child(6),
.summary .container div.item ul.private li:nth-child(8),
.summary .container div.item ul.private li:nth-child(9),
.summary .container div.item ul.private li:nth-child(12) {
    width: 39.5%;
}

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

    .summary .container > div.item:nth-child(4) {
        background: rgba(255,255,255,0.85) url("../images/summary/icon_woman.png") no-repeat 92% 20px;
    }
    .summary .container > div.item:nth-child(2),
    .summary .container > div.item:nth-child(3),
    .summary .container > div.item:nth-child(4) {
        -webkit-background-size: auto 160px;
       -moz-background-size: auto 160px;
            background-size: auto 160px;
    }
    .summary .container div.item h3 {
        font-size: 24px;
    }

}/*==== // end @media */

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

    .summary .container div.item ul.private li {
        line-height: 1.7;
    }
    .summary .container > div.item:nth-child(2),
    .summary .container > div.item:nth-child(3),
    .summary .container > div.item:nth-child(4) {
        -webkit-background-size: auto 140px;
       -moz-background-size: auto 140px;
            background-size: auto 140px;
    }
    .summary .container div.item h3 {
        font-size: 22px;
    }
    .summary .container div.item p {
        padding-right: 130px;
        font-size: 15px;
    }

}/*==== // end @media */

@media screen and (max-width:1200px){
	.container > div.item {
        width: 47%;
        min-width: 47%;
    }
    .summary #main .container2 > div.item {
        width: 91.5%;
    }
    .summary .container div.item ul li {
        font-size: 17px;
    }
    
}/*==== // end @media */
@media all and (-ms-high-contrast:none) and (max-width:1200px){

    .container div.item {
        width: 45%;
        min-width: 45%;
    }
    
} /* IE10~ */

@media screen and (max-width: 1100px){
    .summary .container > div.item {
        width: 46%;
        padding: 20px;
    }
    .summary #main .container2 > div.item {
        width: 95.1%;
    }
    
}/*==== // end @media */
@media screen and (max-width: 1024px){
    .summary .container > div.item {
        width: 44%;
        padding: 18px;
    }
    .summary .container div.item ul.private {
        margin-left: 1%;
        width: 98%;
    }
    .summary #main .container2 > div.item {
        width: 90.8%;
    }
    .summary .container > div.item:nth-child(3) {
        background: rgba(255,255,255,0.85) url("../images/summary/icon_calendar.png") no-repeat 96% 35px;
    }
    .summary .container > div.item:nth-child(2),
    .summary .container > div.item:nth-child(3),
    .summary .container > div.item:nth-child(4) {
        -webkit-background-size: auto 120px;
       -moz-background-size: auto 120px;
            background-size: auto 120px;
    }

    .summary .container div.item h3 {
        font-size: 20px;
    }
    .summary .container div.item p {
        padding-right: 110px;
        font-size: 14px;
    }
    .summary .container > div.item:nth-child(4) p {
        padding-right: 95px;
    }
    .summary .container div.item.enquete h3 span {
        margin-right: -2em;
        font-size: 15px;
    }
    .summary .container div.item ul li {
        font-size: 16px;
    }
    .summary .container div.item ul.private li {
        font-size: 15px;
        line-height: 1.8;
    }
}/*==== // end @media */
@media screen and (max-width: 900px){
    .summary .container > div.item {
        width: 46%;
        padding: 16px;
    }
    .summary #main .container2 > div.item {
        width: 93.85%;
    }
    .summary .container div.item h3 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .summary .container div.item.enquete h3 span {
        font-size: 14px;
    }

}/*==== // end @media */
@media screen and (max-width: 768px){
	.container > div.item {
        width: 47%;
        min-width: 45%;
    }
    .summary .container > div.item {
        width: 46%;
        padding: 15px;
    }
    .summary #main .container2 > div.item {
        width: 94%;
    }
    .summary .container > div.item.space {
        height: 9vw;
    }
    .summary .container div.item h3 {
        font-size: 17px;
    }
    .summary .container div.item.enquete h3 span {
        font-size: 13px;
    }
    .summary .container div.item ul li {
        font-size: 15px;
    }
    .summary .container div.item ul.private {
        margin-left: 0%;
        width: 100%;
    }
    .summary .container div.item ul.private li {
        font-size: 14px;
    }
}/*==== // end @media */

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

    .summary #main .container div.item ul.private {
        margin-left: 4%;
    }
    .summary #main .container div.item ul.private li {      
        display: block;
        width: 92%;
        margin: 10px 0;
    }
    .summary .container div.item h3 {
        width:  calc( 100% + 1em );
        margin-left: -0.5em;
        margin-right: -0.5em;
        font-size: 16px;
    }
    
}/*==== // end @media */
@media screen and (max-width: 580px){
    .summary .container > div.item {
        width: 92%;
        padding: 14px;
    }
    .summary #main .container2 > div.item {
        width: 92%;
    }
    .summary .container > div.item.space {
        height: 0px;
    }
    .summary .container div.item h3 {
        width:  100%;
        margin-left: 0em;
        margin-right: 0em;
        font-size: 16px;
    }
    .summary #main .container div.item ul.private {
        margin-left: 2%;
    }
    .summary #main .container div.item ul.private li {      
        display: block;
        width: 96%;
        margin: 8px 0;
    }
}/*==== // end @media */
@media screen and (max-width: 480px){

    .summary #main .container div.item ul.private {
        margin-left: 1%;
    }
    .summary #main .container div.item ul.private li {      
        display: block;
        width: 98%;
        margin: 7px 0;
    }
}/*==== // end @media */
@media screen and (max-width: 400px){
    .summary .container > div.item {
        padding: 12px;
    }
}/*==== // end @media */
@media all and (-ms-high-contrast:none) and (max-width:768px){

    .container div.item {
        width: 45%;
        min-width: 45%;
    }
    
} /* IE10~ */


@media screen and (max-width: 580px){
	.container > div.item {
        width: 100%
    }
}/*==== // end @media */
@media all and (-ms-high-contrast:none) and (max-width:580px){

    .container div.item {
        width: 100%
    }
    
} /* IE10~ */
@media screen and (max-width: 480px){

    .container div.item:nth-child(10) h3 span.marker:first-child {
        position: relative;
        margin-bottom: 8px !important;
    }
    .summary .container div.item ul li {
        font-size: 14px;
    }
    .summary .container div.item ul.private li {
        font-size: 13px;
    }
    
}/*==== // end @media */

@media screen and (max-width: 400px){
	.container > div.item {
        padding: 23px 23px 30px;
    }
}/*==== // end @media */
@media all and (-ms-high-contrast:none) and (max-width:400px){

    .container div.item {
        padding: 23px 23px 30px;
        color: #F7D8F7
    }
    
} /* IE10~ */
@media screen and (max-width: 370px){

    .container div.item:nth-child(3) h3,
    .container div.item:nth-child(10) h3 {
        width: calc( 100% + 26px );
        margin: 0 -13px 15px;
        padding: 0;
        font-size: 22px;
    }
    .summary #main .container div.item h3 {
        width: 100% !important;
        margin: 0 0 15px !important;
        padding: 0;
        font-size: 15px;
    }
    .summary #main .container div.item h3 span {
        margin-right: 0;
        padding: 0;
    }
    
}/*==== // end @media */


.marker {
    padding-top: 0 !important;
    margin-bottom: 15px !important;
    border-bottom: none !important;
    background:linear-gradient(transparent 57%, #F7D8F7 57%);
    color: #000;
}
span:first-child.marker {
    background:linear-gradient(transparent 68%, #F7D8F7 68%);
}


/* member index */
ul.memberIndex {
    position: relative;
    -js-display: flex;
	display : -webkit-box;
	display : -ms-flexbox;
	display : -webkit-flex;
	display : flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
}
 #main ul.memberIndex ul {  }
 #main ul.memberIndex li {
    list-style: none;
    position: relative;
    box-sizing: border-box;
    /*display: inline-block;*/
    width: 23%;
    height: auto;
    max-height: 35vh;
    padding: 0;
    margin: 2% 1% !important;
    overflow: hidden;
    color: #000;
    vertical-align: top;
    border-radius: 7px;
    border: solid 1px #bfbfbf;
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.05);

}
/*#main ul.memberIndex li:nth-child(2) {
    margin-right: 50% !important;
}
#main ul.memberIndex li:nth-child(3) {
    margin-left: 25.9% !important;
}
#main ul.memberIndex li:nth-child(6) {
    margin-left: 50.85% !important;
}*/

 #main ul.memberIndex li a {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #000;
    border-radius: 6px;
    vertical-align: bottom;
    letter-spacing: 0px;
    font-size: 16px;
 }
 

#main ul.memberIndex li a span {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0.35em 0.65em;;
    border-radius: 6px;
    color: #111;font-weight: 500;
    text-align: left;
    letter-spacing:  0.07em;
    background:rgba(255,255,255,0.50);
}

#main ul.memberIndex li a span span {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    display: inline-block;
} 
 #main ul.memberIndex li img {
     width: 100%;
     height: auto;
     vertical-align: bottom;
     opacity: 0.65;
     -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
 }
#home #main ul.memberIndex li img {
opacity: 0.8;
}
#main ul.memberIndex li a:hover img,
#home #main ul.memberIndex li a:hover img {
    opacity: 1;
    width: 106%;
    margin: -3%;
    height: auto;
 }
.mh #main ul.memberIndex li.index-mh a img,
.ny #main ul.memberIndex li.index-ny a img,
.nk #main ul.memberIndex li.index-nk a img,
.ts #main ul.memberIndex li.index-ts a img {
    opacity: 1;
    width: 104%;
    margin: -2%;
    height: auto;
 }
 
#main ul.memberIndex li .arrow {
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 9;
    width: 55px;
    height: 55px;
}

 
#main ul.memberIndex li .arrow svg{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    width: 55px;
    height: 55px;
}

#main ul.memberIndex li .arrow .arrow-w {
    position: absolute;
    right: 10px;
    top: 23px;
    z-index: 10;
    width: 32px;
    height: auto;
    margin-top: 0;
    opacity: 1;
}
.mh #main ul.memberIndex li.index-mh a img.arrow-w,
.ny #main ul.memberIndex li.index-ny a img.arrow-w,
.nk #main ul.memberIndex li.index-nk a img.arrow-w,
.ts #main ul.memberIndex li.index-ts a img.arrow-w {
    right: 10px;
    top: 23px;
    z-index: 10;
    width: 32px;
    height: auto;
    margin-top: 0;
    opacity: 1;
    transform: rotate(-90deg) scale(1.2);
 }

@media screen and (max-width:1250px){
    
    #main ul.memberIndex li a {
        font-size: 15px;
    }
    #main ul.memberIndex li a span {
        top: auto;
        bottom: 8px;
    }

}/*==== // end @media */

@media screen and (max-width:1000px){
      #main ul.memberIndex li {
        width: 29%;
        margin: 2% 2% !important;
    }
     #main ul.memberIndex li a {
        font-size: 15px;
     }
}/*==== // end @media */
 @media screen and (max-width:900px){
     #main ul.memberIndex li a {
        font-size: 14px;
     }
}/*==== // end @media */
@media screen and (max-width: 768px){
    
     #main ul.memberIndex li a {
        line-height: 1.3;
     }
     #main ul.memberIndex li a span {
        border-radius: 4px;
    }
    
}/*==== // end @media */

@media screen and (max-width: 680px){
    #main ul.memberIndex li .arrow {
        right: 2px;
        bottom: 2px;
        width: 50px;
        height: 50px;
    }
    #main ul.memberIndex li .arrow svg {
        width: 50px;
        height: 50px;
    }

    #main ul.memberIndex li .arrow .arrow-w {
        right: 8px;
        top: 20px;
        width: 28px;
    }

}/*==== // end @media */

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

    #main ul.memberIndex li {
        width: 45.5%;
        margin: 2% 2% !important;
    }
	#main ul.memberIndex li a {
        font-size: 15px;
     }
}/*==== // end @media */
@media screen and (max-width: 580px){

      #main ul.memberIndex li a img,
      #main ul.memberIndex li a:hover img {
        opacity: 1;
        width: 106%;
        margin: -6% -5% 0% -1%;
        height: auto;
     }
     #main ul.memberIndex li a::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 0;
        background: none;        
        width: 100%;
        height: 30%;
     }

     #main ul.memberIndex li a span {
        left: 0px;
        top: auto;
        bottom: 0px;
        z-index: 1;
        width: 100%;
        padding: 7px 3.2em 9px 9px;
    }
    #main ul.memberIndex li .arrow {
        width: 40px;
        height: 40px;
    }
    #main ul.memberIndex li .arrow svg {
        width: 40px;
        height: 40px;
    }
    #main ul.memberIndex li .arrow .arrow-w {
        right: 8px;
        top: 15px;
        width: 24px;
    }
    
}/*==== // end @media */

@media screen and (max-width: 450px){
    
    #main ul.memberIndex li a {
        font-size: 13px;
        
     }
    #main ul.memberIndex li a::after {
        height: 33.5%;
     }
     #main ul.memberIndex li:nth-child(7) a::after {
        height: 37.5%;
     }
     #main ul.memberIndex li:nth-child(7) a span {
        letter-spacing: 0px;
        font-size: 13px;
     }
     #main ul.memberIndex li a span {
        padding: 5px 2.5em 5px 8px;

     }
    
}/*==== // end @media */
@media screen and (max-width: 400px){
    
    #main ul.memberIndex li a span {
        font-size: 12px;

    }
    
}/*==== // end @media */
@media screen and (max-width: 370px){
    
    

    
}/*==== // end @media */

/* mov */
#mov.block {
    margin-top: -160px;
     margin-bottom: 8vw;
/*    min-height: 66vw;
    background: url(
    "../images/bg_blob.png") no-repeat center 90%;
    -webkit-background-size: 105vw auto;
   -moz-background-size: 103vw auto;
        background-size: 103vw auto;*/
}
#mov.block .blockinner {
    position: relative;
    text-align: center;
    max-width: 1600px;
}
div.movBlock {
    position: relative;
    display: inline-block;
    text-align: center;
     width: 40vw;
     max-width: 640px;
     height: calc( 22.49vw + 70px );
}
div.movBlock.mov01 { margin-top: 5vw;  margin-right: 50px; }
/*div.movBlock.mov02 { top: -13vw; }*/

div.movBlock iframe,
div.movBlock span {
    display: block;
    position: absolute;
    left: 0px; top: 35px;
}
    
video,
div.movBlock iframe,
div.movBlock span {
    width: 40vw;
    max-width: 640px; 
    height: 22.49vw;
    max-height: 360px;
}

div.movBlock h3 {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
 @media screen and (max-width:1024px){
     
     div.movBlock h3 {
        font-size: 18px;
    }

}/*==== // end @media */
 @media screen and (max-width:850px){

     div.movBlock h3 {
        font-size: 16px;
    }

}/*==== // end @media */
 @media screen and (max-width:768px){

     div.movBlock {
         width: 42vw;
         height: calc( 23.61vw + 70px );
    }
    div.movBlock.mov01 { margin-right: 20px; }
    div.movBlock h3 {
        margin-left: -2em;
        margin-right: -2em;
    }
    video,
    div.movBlock iframe,
    div.movBlock span { width: 42vw; height: 23.61vw; }
     
     
}/*==== // end @media */
 @media screen and (max-width:680px){
     
     #mov.block {
        margin-top: -100px;
        margin-bottom: 1vw;
        min-height: 70vh;
        /*background: url(
        "../images/bg_blob.png") no-repeat center 70%;
        -webkit-background-size: 105vw auto;
       -moz-background-size: 170vw 140vw;
            background-size: 170vw 140vw;*/
    }
    div.movBlock {
        display: block;
         width: 70vw;
         margin: 35vw auto 3vw;
         height: calc( 39.3vw + 60px );
    }
    div.movBlock.mov01 { margin-top: 16vw;  margin-right: auto; }
    div.movBlock.mov02 { top: 0px; margin-top: 25px; }

    video,
    div.movBlock iframe,
    div.movBlock span { width: 70vw; height: 39.3vw; }
    
    div.movBlock iframe,
    div.movBlock span {
        position: absolute;
        left: 0px; top: 20px;
    }

}/*==== // end @media */

 @media screen and (max-width:480px){
     
     #mov.block {
        /*background: url(
        "../images/bg_blob.png") no-repeat center 100%;
        -webkit-background-size: 105vw auto;
       -moz-background-size: 170vw 150vw;
            background-size: 170vw 150vw;*/
    }
    div.movBlock {
        display: block;
         width: 70vw;
         margin: 35vw auto 3vw;
         height: calc( 39.3vw + 50px );
    }
    div.movBlock h3 {
        font-size: 15px;
    }
    div.movBlock.mov01 { margin-top: 18vw;}
    div.movBlock.mov02 { top: 0px; margin-top: 25px; }

    video,
    div.movBlock iframe,
    div.movBlock span { width: 70vw; height: 39.3vw;}
    
    div.movBlock iframe,
    div.movBlock span {
        position: absolute;
        left: 0px; top: 20px;
    }

}/*==== // end @media */
 @media screen and (max-width:370px){
     div.movBlock.mov01 { margin-top: 22vw;}
}/*==== // end @media */

/* message */
#message.block .blockinner {
        width: 84%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
}
#message.block .blockinner p {
    font-size:  18px;
    margin-bottom:  1.7em;
    text-align: left;
}
#message.block .blockinner p span { display: inline-block; }
#message.block .blockinner p strong {
    font-size:  122.22%;
}
#message.block .blockinner p.sign {
    text-align: right;
}

 @media screen and (max-width:1024px){
     
    #message.block .blockinner p {
        font-size:  16px;
    }

}/*==== // end @media */
 @media screen and (max-width:768px){

    #message.block .blockinner p {
        font-size:  15px;
    }

}/*==== // end @media */
 @media screen and (max-width:580px){

    #message.block .blockinner p {
        font-size: 14px;
    }

}/*==== // end @media */

 @media screen and (max-width:370px){
    #message.block .blockinner p strong {
        font-size: 107.714%;
    }
}/*==== // end @media */

/* guidelines */

#guidelines.block div.animation {
    margin-left: auto;
    margin-right: auto;
    padding: 60px 13%;
    max-width: 1350px;
    background:rgba(255,255,255,0.85);
    border-radius: 10px;
}


#guidelines table {
    width: 100%;
    margin: auto;
}
#guidelines table th,
#guidelines table td {
    color: #000;
    font-size: 18px;
    font-weight:  normal;
    font-weight:  300;
    line-height: 1.5;
}
#guidelines table th {
    min-width:  12em;
    padding: 15px 1em 15px 2em;
    
}
#guidelines table td {
    padding: 15px 2em 15px 0.5em;
}
#guidelines table tr th,
#guidelines table tr td {
    background: #fff;
}

#guidelines table tr:nth-child(even),
#guidelines table tr:nth-child(even) th,
#guidelines table tr:nth-child(even) td {
    background: #eeeeee;
}
#guidelines table tr:last-child th,
#guidelines table tr:last-child td {
    background:rgba(255,255,255, 0);
}
@media screen and (max-width: 1100px) {

    #guidelines.block div.animation {
    padding: 60px 10%;
}

}/*==== // end @media */
@media screen and (max-width: 1024px) {

    

}/*==== // end @media */
@media screen and (max-width: 900px) {
    
    #guidelines.block div.animation {
        padding: 60px 8%;
        max-width: 100%;
    }
    
    #guidelines table th,
    #guidelines table td {
        font-size: 15px;
    }

}/*==== // end @media */
@media screen and (max-width: 768px) {
    
    #guidelines.block div.animation {
        padding: 50px 6%;
        max-width: 100%;
    }

    #guidelines table {
        width: 100%;
    }
    #guidelines table th,
    #guidelines table td {
        font-size: 14px;
    }
    #guidelines table th {
    min-width:  9em;
    padding: 12px 1em 12px 1em;
    }
    #guidelines table td {
        padding: 12px 1em 12px 0.5em;
    }
    
}/*==== // end @media */
@media screen and (max-width: 480px) {
    
    #guidelines.block div.animation {
        padding: 30px 6%;
    }
    #guidelines table th { padding-bottom: 0; font-weight: 500; }
    #guidelines table th,
    #guidelines table td {
        display: block;
        width:  100%;
        padding-left: 2em;
        font-size: 14px;
    }
    #guidelines table td ul { margin-left: auto;
    margin-right: auto; }
}/*==== // end @media */

#guidelines td ul,
#guidelines td li { list-style: none; }
#guidelines td ul { width: 17em; }
#guidelines td li {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 0 12px;
    text-align: center;
    font-size: 15px;
    
}
#guidelines td a {
    color: #3272CE;
    font-weight: 500;
    text-decoration: underline;
}
#guidelines td li a {
    color: #3272CE;
    font-weight: 500;
    font-size: 122.22%;
}

@media screen and (max-width: 480px) {
    #guidelines.block .blockinner {
        margin-top: 0;
    }     
    #guidelines td ul {
        position: relative;
        margin-left: -2em;
    }
    #guidelines td li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;

    }
}/*==== // end @media */

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

    #guidelines.block div.animation {
        padding: 30px 0%;
    }
    
}/*==== // end @media */

#guidelines td li::after {
    content: "▼";
    position: absolute;
    left: 50%;
    bottom: -14px;
    display: block;
    width: 24px;
    height: 15px;
    margin-left: -12px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background: none;
    color: #000;
    vertical-align: bottom;
}
#guidelines td li:last-child {
    width: 40%;
    margin: 0 auto;
    line-height: 1;
    padding: 10px 0;
    font-weight:  bold; font-weight: 500;
    border:  solid 2px #EA156C;
    background: #fff;
}
#guidelines td li:last-child::after { display:  none; }
#guidelines td li a { text-decoration: underline; }
#guidelines td li a:hover { text-decoration: none; }

/*	9= member module
-----------------------------------------------------*/

.offtime,
.interview,
.schedule,
.content {
    position: relative;
    z-index: 1;
    min-height: 50vh;
    margin: 0 5vw;
    padding:3vw 0;
    background: rgba(255,255,255,0.85);
}

.interview {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding:3vw 0 0;
}

.content {
    border-radius: 35px;
    margin-bottom: 50px;
    padding: 5vw 0;
}
.offtime {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.schedule {
    z-index: 0;
    padding: 0 0 2vw;
}
.boxInner {
    position: relative;
    min-height: 50vh;
    padding-top: 10px;
    padding-bottom: 30px;
}

.interview .boxInner {
    padding-bottom: 20px;
}
.schedule .boxInner {
    padding-bottom: 0;
}

#detail .visual h1 {
    position: absolute;
    left: 70px;
    top: 60px;
    z-index: 1;
    width: 350px;
    padding-top: 50px;
    margin-bottom: 80px;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: bold;
    font-weight: 700;
    line-height: 1.1;
}

#detail .visual h1 img {
    display:  block;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
#detail .visual h1::before {
    content: "";
    display: block;
    position: absolute;
    left: -55px;
    top: 0px;
    width: 74px;
    height: 42px;
    background: url(
    "../images/arrow-horizontal.png") no-repeat left top;
    -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
        background-size: cover !important;
}
#detail .visual .photo {
    position: relative;
    margin-left: calc( 100% - 52.5vw + 0.83vw);
    z-index: 5;
    width: 54vw;
    max-width: 700px;
    height: 44vw;
    max-height: 560px;
    overflow: hidden;
}

#detail .visual .photo img { width: 100%; height: 100%;}
#detail .visual h2.division {
    position: absolute;
    z-index: 10;
    top: 24vw;
    left: 4%;
    width: 38%;
}
#detail.nk .visual h2.division {
    margin-top: 25px;
}

#detail .visual h2.division img {
    max-width: 460px;
    width: 100%;
    height: auto;
    max-height: 70px;
}
#detail.nk .visual h2.division img {
    max-height: 110px;
}
#detail .visual .text {
    position: absolute;
    z-index: 10;
    top: 30vw;
    left: 4%;
    width: 38%;
}
#detail.mh .visual .text {
    left: 3%;
    width: 41%;
    margin-top: -0.15em;
}
#detail.nk .visual .text {
    margin-top: 65px;
}
    
#detail .visual p.year {
    width: 100%;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.05em;
}
#detail .visual .charge {
    position: relative;
    width: calc( 100% + 2em );
    margin-top: 10px;
    margin-right: -2em;
    padding-left: 1em;
    font-size: 20px;
    text-align: left;
}
#detail.mh .visual .charge {
    width: calc( 100% + 3em );
    margin-right: -3em;
}
#detail.mh .visual .charge .fontS {
    line-height: 1.6;
}

#detail .visual dl.charge dt {
    position: absolute;
    left: 1em;
    top: 0px;
}
#detail .visual dl.charge dd {
    padding-left: 5.5em;
}


#detail p.catch {
    position: relative;
    display: inline-block;
    margin: 0 5% 40px 3%;
    padding: 30px 2vw 20px 2vw;
    font-size: 26px;
    letter-spacing: 0.05em;
    text-align: left;
}

/*
#detail p.catch::before {
    content:"";
    display: block;
    position: absolute;
    left:0px;
    top: 2vw;
    width: 4.4vw;
    max-width: 44px;
    height: 4.0vw;
    max-height: 40px;
    background: url("../images/quotation01.png") no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
    background-size: cover !important;  
}
#detail p.catch::after {
    content:"";
    display: block;
    position: absolute;
    right: 0.5vw;
    bottom: 1vw;
    width: 4.4vw;
    max-width: 44px;
    height: 4.0vw;
    max-height: 40px;
    background: url("../images/quotation02.png") no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
    background-size: cover !important;  
}
*/
.paragraph {
    position: relative;
    padding: 3vw;
}
.paragraph h3 {
    margin-bottom: 1.5em;
    font-size: 28px;
    font-weight: 500;
    color:#006837;
    letter-spacing:  0.06em;
    text-align: left;
}
.paragraph p { 
    margin-bottom: 1.5em;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}
.paragraph p:last-child { margin-bottom: 0px; }

.pg01 {
    margin-left: 35vw;
    min-height: 29vw;
}
.pg01 p {
    padding-left: 60px;
    padding-right: 1em;
}
.pg02 {
    min-height: 26vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 15%;
    padding-left: 4vw;
}
.pg03 {
    min-height: 15vw;
    padding-left: 45%;
}
.pg04 {
    padding: 3vw 5vw;
}
.otpg {
    z-index: 2;
}
.paragraph.sjpg {
    padding-left: 5vw;
    padding-right: 5vw;
}
.offtime .paragraph.otpg {
    padding-top: 0;
    padding-right: 10vw;
    padding-left: 4vw;
    margin-right: 35%;
}
/*
.offtime .photo {
    position: relative;
    border-radius: 20px;
    width: 45%;
    max-width: 600px;
    height: auto;
    margin-left: 58%;
    margin-right: 0px;
    overflow: hidden;
}
.offtime .photo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}*/
.paragraph .photoBlock {
    position: absolute;
    top:0px;
    right: -5vw;
    width: 40%;
    height: 100%;
}
.paragraph.pg01 .photoBlock {
    position: absolute;
    top: 35vh;
    right: auto;
    left: -67%;
}
.offtime .paragraph .photoBlock {
    top: 5vw;
    right: 0vw;
}
.paragraph .photoBlock p.cap {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.paragraph.pg01 .photoBlock p.cap {
    top: 310px;
    width: 40vw;
    line-height: 1.4;
}
.paragraph.pg01 .photoBlock p.cap span {
    display: inline-block;
}
/* schedule module */
.scheduleBlock {
    position: relative;
    width: calc( 100% + 20px );
    margin-right: -20px;
    padding: 0 20px 20px 0;
    background: url("../images/shadow.svg") no-repeat right bottom;
    -webkit-background-size: 100%;
   -moz-background-size: 100%;
        background-size: 100%;
}
.scheduleBlock dl {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display:-ms-flexbox;
    display: -ms-flex;
    display:flex;
    -ms-flex-wrap: wrap;      
    flex-wrap: wrap;
    background: #fff;
    padding: 12px 20px;
    border: solid 2px #006837;
}

.scheduleBlock dl dt {
    position: relative;
    box-sizing: border-box;
    width: 10em;
    padding: 5px 20px 5px 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.scheduleBlock dl dt::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 50;
    right: 1em;
    top: -1.2em;
    width: 2px;
    height: 100%;
    background: #D87600;
}
.scheduleBlock dl dt:first-child::before {
    top: 0.9em;
    height: 200%;
}

.scheduleBlock dl dt::after {
    content: "";
    position: absolute;
    right: calc( 1em - 5px );
    top: 0.9em;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #D87600;
}
.scheduleBlock dl dd {
    position: relative;
    box-sizing: border-box;
     width: calc( 100% - 10em - 40px );
     padding: 8px 10px;
     font-size: 22px;
    line-height: 1.8;
}
.scheduleBlock dl dd p {
    padding: 0.5em;
}
.scheduleBlock dl dt:nth-child(4n-3),
.scheduleBlock dl dd:nth-child(4n-2) {
    background:rgba(242,218,117,0.40);
} 

@media screen and (min-width:1400px){

    .offtime,
    .interview,
    .schedule,
    .content {
        padding-top: 30px;
        margin-left: calc( ( 100vw - 1220px) / 2 );
        margin-right: calc( ( 100vw - 1220px) / 2 );
    }
    .content {
        padding-top: 3vw;
    }

    .paragraph {
        padding: 45px 50px;
    }
    .pg01 {
        margin-left: 510px;
        min-height:406px;
    }
    .pg02 {
        min-height: 320px;
        padding-top: 30px;
         padding-right: 15%;
        padding-bottom: 30px;
    }
    .pg03 {
        padding-left: 40%;
        padding-top: 80px;
    }
    .pg04 {
        padding: 42px 50px 5vw 50px;
    }
    
    .offtime .paragraph.otpg {
        padding-right: 70px;
        margin-right: 35%;
    }
    /*.offtime .photo {
        width: 600px;
        height: auto;
        margin-left: 55%;
        margin-right: -5%;
        overflow: hidden;
    }*/
    
}/*==== // end @media */
@media screen and (min-width:1350px){

    #detail .visual .photo {
        margin-left: calc( 100% - 590px );
    }

}/*==== // end @media */
@media screen and (min-width:1250px){
    
    .wave {
        width: 104vw;
        height: 35vw;
    }


    #detail .visual h2.division {
        top: 300px;
        left: 50px;
    }
    #detail .visual .text {
        top: 375px;
    }

    #detail p.catch {
        margin-left: 100px;
        margin-bottom: 40px;
        padding: 30px 60px 15px 20px;
        font-size: 28px;
    }
    .interview {
        padding-bottom: 0vw;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .content {
        border-radius: 30px;
    }

    .offtime {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .paragraph {
        padding: 45px 50px;
    }

    .pg01 {
        margin-left: 438px;
        min-height: 362px;
    }
    .pg02 {
        padding-top: 12px;
        padding-bottom: 20px;
        padding-right: 10%;
    }
    .pg03 {
        padding-left: 45%;
    }
    .pg04 {
        padding: 15px 50px 5vw 50px;
    }

    .paragraph h3 {
        font-size: 28px;
    }
    .paragraph p { 
        font-size: 18px;
    }
    .paragraph.pg01 .photoBlock {
        left: -400px;
    }
    .paragraph.pg01 .photoBlock p.cap {
        top: 310px;
        width: 400px;
    }
    
}/*==== // end @media */
@media screen and (max-width:1250px){

    #detail .visual .charge {
        font-size: 18px;
    }
    #detail.mh .interview {
        margin-top: 20px;
    }
    .paragraph.pg01 .photoBlock p.cap {
        top: 26vw;
        width: 33vw;
    }
    
}/*==== // end @media */ 
@media screen and (max-width:1150px){

    .paragraph.pg01 .photoBlock p.cap {
        top: 28vw;
        width: 40vw;
    }
    
}/*==== // end @media */  
@media screen and (max-width:1024px){
    
    
    #detail .visual h1 {
        top: 56px;
        transform: scale(0.9);
        padding-top: 4vw
    }
    #detail .visual h1::before {
        left: -65px;
    }
    #detail .visual h2.division img {
        height: auto;
    }
    #detail .visual p.year {
        font-size: 22px;
    }
    #detail .visual .charge {
        font-size: 16px;
    }
    .interview {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .content {
        border-radius: 25px;
    }

    .offtime {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    #detail p.catch {
        margin: 0 7% 3vw 3%;
        padding: 20px 3vw 10px 3vw;
        font-size: 22px;
    }

    .interview .boxInner {
        padding-bottom: 15px;
    }
    .paragraph h3 {
        font-size: 24px;
    }
    .paragraph p { 
        font-size: 14px;
    }
    .paragraph.pg01 .photoBlock {
        top: 22vw;
    }
    .paragraph .photoBlock p.cap {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .paragraph.pg01 .photoBlock p.cap {
        top: 28vw;
    }

    .scheduleBlock dl dt {
        width: 10em;
        padding: 5px 20px 5px 20px;
        font-size: 22px;
    }

    .scheduleBlock dl dt:first-child::before {
        height: 300%;
    }

    .scheduleBlock dl dt::after {
        right: calc( 1em - 4px );
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .scheduleBlock dl dd {
         width: calc( 100% - 10em - 40px );
         padding: 8px 10px;
         font-size: 18px;
    }
    
}/*==== // end @media */

 @media screen and (max-width:950px){
 
    #detail.mh .interview {
        margin-top: 20px;
    }
 
 }/*==== // end @media */

 @media screen and (max-width:900px){
 
    #detail .visual h1 {
        top: 54px;
        left: 4vw;
        transform: scale(0.8);
    }
    #detail .visual h2.division {
        top: 26vw;
        left: 4vw;
    }
    #detail .visual .text {
        top: 32.5vw;
    }
    #detail.nk .visual .text {
        margin-top: 50px;
    }
    #detail .visual p.year {
        font-size: 20px;
    }
    #detail .visual .charge {
        margin-top: 3px;
        font-size: 16px;
        line-height: 1.3;
    }
    #detail p.catch {
        font-size: 22px;
    }
    .pg01 p {
        padding-left: 3em;
    }
    .pg04 {
        padding: 1vw 5vw 5vw;
    }
    .paragraph.pg01 p.wide {
        position: relative;
        width: 180%;
        margin-left: -80%;
    }
    
}/*==== // end @media */

 @media screen and (max-width:768px){
 
    #detail .visual h2.division {
        width: 45%;
    }
    #detail .visual h1 {
        left: 2vw;
        top: 40px;
        transform: scale(0.75);
    }
    #detail .visual .text {
        top: 33.5vw;
        width: 45%;
    }
    #detail .visual .charge {
        font-size: 15px;
    }
    #detail .visual .charge span { display: inline-block; }

    #detail p.catch {
        margin: -3vw 4% 3vw 4%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 17px;
    }
    #detail p.catch br { display: none; }
    .interview {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .content {
        border-radius: 20px;
    }
     #detail.mh .interview {
        margin-top: 35px;
    }
    .offtime {
        padding-top: 12vw;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .boxInner {
        min-height: 40vh;
    }
    .paragraph h3 {
        font-size: 22px;
        font-weight: 500;
    }
    .paragraph.pg01 .photoBlock {
        top: 24vw;
    }
    .paragraph.pg01 .photoBlock p.cap {
        top: 30vw;
    }
    .scheduleBlock {
        width: calc( 100% + 13px );
        margin-right: -13px;
        padding: 0 13px 13px 0;
        background: url("../images/shadow.svg") no-repeat right bottom;
        -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    }
    .scheduleBlock dl {
        padding: 6px 8px; 
    }
    .scheduleBlock dl dt {
        width: 9em;
        padding: 5px 20px 5px 10px;
        font-size: 20px;
        font-weight: 500;
    }

    .scheduleBlock dl dt:first-child::before {
        height: 300%;
    }

    .scheduleBlock dl dt::after {
        right: calc( 1em - 4px );
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .scheduleBlock dl dd {
         width: calc( 100% - 9em - 40px );
         padding: 8px 5px 8px 0;
         font-size: 16px;
    }
    
}/*==== // end @media */

 @media screen and (max-width:690px){
 
    .nk .paragraph.pg01 p.wide2,
    .ny .paragraph.pg01 p.wide2 {
        position: relative;
        width: 180%;
        margin-left: -80%;
    }
    
}/*==== // end @media */
  
 @media screen and (max-width:680px){
 
    #detail.mh .interview {
        margin-top: 50px;
    }
    #detail .visual h1 {
        top: 7vw;
        left: 6vw;
        transform: scale(1.0);
        width: 36vw;
    }
    #detail .visual h1::before {
        left: -8vw;
        top: -2.2vw;
        transform: scale(0.7);
    }
    #detail .visual h2.division {
        top: 27vw;
    }
    #detail .visual .text {
        top: 34vw;
    }
    #detail .visual p.year {
        font-size: 18px;
    }


    #detail p.catch {
        margin: 0px 4% 5.5vw 4%;
    }
    .paragraph h3 {
        font-size: 20px;
    }
    .paragraph p {
        font-size: 14px;
    }
    .paragraph p:last-child {
        margin-bottom: 0.5em;
    }
    .paragraph.pg01 p.wide2 {
        position: relative;
        width: 180%;
        margin-left: -80%;
    }
    
}/*==== // end @media */

 @media screen and (max-width:580px){
    
    #detail .visual h1 {

        transform: scale(1.0);
        width: 46vw;
    }
    #detail .visual h2.division {
        top: 29vw;
    }
    #detail .visual .text {
        top: 36vw;
    }
    #detail .visual p.year {
        font-size: 17px;
    }
    #detail p.catch {
        font-size: 15px;
        margin-left: 0;
        margin-right: 0;
        margin-top: -2vw;
        padding: 25px 4vw 10px 4.4vw;
    }
    #detail.mh .visual .charge {
        width: calc( 100% + 5em );
        margin-right: -5em;
    }
    .schedule { padding-top: 0; }

    .interview .boxInner {
        padding-top: 150px;
    }
    .paragraph.sjpg {
        padding-top: 0;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .paragraph p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .pg01 {
        margin-left: 0px;
    }
    .pg01 p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .paragraph.pg01 .photoBlock {
        position: relative;
        top: 15px;
        left: 0px;
        width: 100%;
        height: 50vw;
        margin-top: -5vw;
        margin-bottom: 4vw;
    }
    .paragraph.pg03 .photoBlock {
        position: relative;
        float: right;
        width: 35%;
        height: 35vw;
        margin-top: -10vw;
        margin-left: 6vw;
        margin-bottom: 6vw;
    }
    #main .paragraph.pg01 p.wide,
    #main .paragraph.pg01 p.wide2 {
        width: 100%;
        margin-left: 0;
    }
    .paragraph.pg01 .photoBlock p.cap {
        top: 41vw;
        width: 85vw;
        font-size: 12px;
    }
    .schedule .boxInner {
        padding-top: 20px;
    }
    .scheduleBlock {
        padding: 0 10px 0px 0;
    }
    .scheduleBlock dl {
        padding: 6px 6px; 
    }
    .scheduleBlock dl dt {
        width: 9em;
        padding: 5px 15px 5px 10px;
        font-size: 18px;
    }

    .scheduleBlock dl dt:first-child::before {
        height: 300%;
    }

    .scheduleBlock dl dt::after {
        right: calc( 1em - 4px );
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .scheduleBlock dl dd {
         width: calc( 100% - 9em - 28px );
         padding: 8px 5px 8px 0;
         font-size: 15px;
    }
    
    .offtime .paragraph.otpg {
        z-index: 10;
        padding-right: 6vw;
        margin-right: 5%;

        border-radius: 12px;
    }
    .offtime .photo {
        width: 75%;
        border-radius: 12px;
        height: auto;
        margin-left: 25%;
        margin-right: -4%;
        overflow: hidden;
    }
    .paragraph.pg03 { padding-left: 42%; }
 
 }/*==== // end @media */
 
 @media screen and (max-width:480px){
 
    .offtime {
        padding-top: 20vw;
        
    }
    #detail .visual h1 {
        top: 6vw;
        left: 12.5vw;
    }
    #detail .visual h1::before {
        left: -17vw;
        top: 3vw;
        transform: scale(0.7);
    }
    
    #detail .visual h2.division {
        top: 29vw;
    }
    #detail .visual .text {
        top: 36vw;
    }
    #detail.mh .visual .text {
        left: 4%;
    }
    #detail.nk .visual .text {
        margin-top: 38px;
    }

    #detail .visual p.year {
        font-size: 16px;
    }
    #detail .visual .charge {
        position: relative;
        padding-left: 0;
        font-size: 13px;
    }
    #detail.mh .visual .charge span.fontS {
        display: inline !important;
        white-space: normal !important;
        margin-right: 0 !important;
    }
    #detail .visual dl.charge dt,
    #detail .visual .charge span:first-child {
        position: relative;
        left: 0px;
        width: 90%;
        margin-bottom: 0.2em;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }
    #detail .visual dl.charge dd {
        padding-left: 1em;
    }
    
    #detail p.catch {
        font-size: 14px;
    }


    .interview .boxInner {
        padding-top: 31vw;
    }
    .paragraph h3 {
        font-size: 18px;
    }
    .paragraph p {
        font-size: 13px;
    }
    .pg02 {
        padding-right: 10%;
    }
    .paragraph.pg03 { padding-right: 6vw; }
    
    .scheduleBlock dl dt {
        font-size: 16px;
    }
    .scheduleBlock dl dd {
         font-size: 14px;
    }
    .scheduleBlock dl dd p {
        position: relative;
        z-index: 1000;
        font-size: 13px;
        width: 70vw;
        margin-top: 0.5em;
        margin-left: calc( 0px -  7.7em - 28px );
        border: solid 1px rgba(251,191,81,1.00);
        letter-spacing: 0px;
        line-height: 1.5;
        background: rgba(255,255,255,0.8);
    }

}/*==== // end @media */
@media screen and (max-width:450px){

    #detail.mh .interview {
        margin-top: 65px;
    }
    #detail.mh .visual .charge {
        left: 10%;
        width: 85vw;
        margin-right: -30vw;
    }
    #detail .visual .charge span:first-child {
        width: 85vw;
        margin-top: 2.5em;
        padding-left: 1em;
        text-align: left;
    }
    
}/*==== // end @media */
@media screen and (max-width:400px){

    #detail .visual h1 {
        top: 7vw;
    }
    #detail .visual h1::before {
        left: -18vw;
        transform: scale(0.7);
    }
    
    #detail.mh .interview {
        margin-top: 80px;
    }
    #detail.nk .visual h2.division {
        margin-top: 15px;
    }
    
    #detail.nk .visual .text {
        margin-top: 28px;
    }
    
    #detail .visual .charge span:first-child {
        margin-top: 1.5em;
    }
    
    .paragraph h3 {
        font-size: 16px;
    }
    .offtime .paragraph.otpg {
        z-index: 10;
        padding-right: 3vw;
        margin-right: 0;
    }
    .scheduleBlock dl dt {
        font-size: 15px;
    }
    .scheduleBlock dl dd {
         font-size: 13px;
    }
    .scheduleBlock dl dd p {
        margin-left: calc( 0px -  7.1em - 28px );
    }
    
}/*==== // end @media */
@media screen and (max-width:370px){
    
    #detail .visual h1::before {
        left: -19vw;
        transform: scale(0.6);
    }
    #detail .visual .charge span:first-child {
        margin-top: 1em;
    }
    
    .offtime {
        padding-top: 33vw;
    }

    .paragraph.pg03 {
        position: relative;
        float: right;
    }
    .paragraph.pg03 .blob-clip3 {
        top: 0px;
        right: -10px;
    }
    
}/*==== // end @media */
