@charset "UTF-8";
/* CSS Document */

a, a:link, a:visited {
    color: #16479b;
    text-decoration: none;
    -moz-transition: opacity 0.5s ease-out 0s;
    -webkit-transition: opacity 0.5s ease-out 0s;
    -o-transition: opacity 0.5s ease-out 0s;
    -ms-transition: opacity 0.5s ease-out 0s;
    transition: opacity 0.5s ease-out 0s;
}
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    color: #5E91E8;
    transition: all 0.4s ease-in-out;
}
*{
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

.content{
	max-width: 1000px;
	margin: 0 auto;
}
h2{
	font-size: 250%;
	line-height: 100%;
	color: #0074c0;
	margin-bottom: 30px;
}
h2 .en{
	font-size: 16px;
}
/*======================================
  header
======================================*/
header {
    padding: 20px 20px 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: 0.5s all ease 0s;
}
.header-inner {
    overflow: hidden;
    background: white;
	max-width: 1500px;
    margin: 0 auto;
}

header.is-animation {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

header .logo {
    font-size: 80%;
    display: inline-block;
    float: left;
    padding: 10px 10px 10px 20px;
    transition: 0.5s all ease 0s;
    width: 40%;
    line-height: 150%;
}
header .logo img{
	width: 100%;
}
header .logo a{
	display: block;
    float: left;
	width: 130px;
	margin-right: 10px;
	transition: 0.5s all ease 0s;
}
header.is-animation .logo a {
    display: block;
    float: left;
    width: 100px;
    margin-right: 10px;
}
header .logo span {
    font-size: 90%;
    font-weight: normal;
}
header.is-animation .logo {
    font-size: 80%;
    display: inline-block;
    float: left;
    padding: 5px 10px 5px 20px;
    line-height: 120%;
}
.header-nav ul{
	list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	font-weight: bold;
}
.header-nav li{
    letter-spacing: .03em;
    position: relative;
	transition: 0.5s all ease 0s;	
	font-size: 14px;
}


.header-nav ul li a {
    display: inline-block;
	transition: 0.5s all ease 0s;
	padding: 30px 15px;
}



}
.is-animation .header-nav ul li a {
    display: inline-block;
	padding: 20px 20px;
}
header a, header a:link, header a:visited{
	color: black;
}
header a:hover, header a:hover:link, header a:hover:visited {
	opacity: 0.5
}




/*======================================
  nav
======================================*/
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



/*======================================
  button
======================================*/
.pink-btn {
    background: #ec7471;
    padding: 20px 25px;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-weight: bold;
	box-shadow: 2px 2px 4px gray;
	transition: all 0.3s !important;
	    display: inline-block;
	margin-bottom: 10px;
}
.pink-btn:hover {
    background: #e64d49;
    padding: 20px 25px;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-weight: bold;
    box-shadow: 2px 2px 8px grey;
}
.blue-btn {
    background: #0074c0;
    padding: 20px 25px;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-weight: bold;
	box-shadow: 2px 2px 4px gray;
	transition: all 0.3s !important;
}
.blue-btn:hover {
    background: #014572 !important;
    padding: 20px 25px;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-weight: bold;
    box-shadow: 2px 2px 8px grey;
}
.blue-btn span{
	font-size: 85%;
	font-weight: normal;
	margin-left: 0.6em;
}
/*======================================
  main_pic
======================================*/
.main_pic {
    height: auto;
	position: relative;
	overflow: hidden;
}
.main_pic_inner {
    background: url(../images/main.pic_01.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
}
.main_pic_img {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 140px;
}
.main_pic_img img {
    width: 100%;
	display: block;
}
/*======================================
 import_news
======================================*/
.im_news {
	border: 4px solid #0074c0;
    box-sizing: border-box;
    overflow: hidden;
    margin: 30px 0;
	background: white;
}
.im_news dt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    font-size: 125%;
	width: 74%;
}
.im_news dt li {
	list-style: none;
}
.im_news dt li:first-child {
    margin-bottom: 0.8em;
}
.im_news dt li .waku {
    background: #0074c0;
    padding: 10px 20px;
    margin-right: 1em;
    color: white;
}
.im_news dt li .blue {
	color: #0074c0;
	font-size: 130%
}
.im_news dd {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    background: white;
    padding: 10px 20px;
    list-style: none;
}
.important_news {
    margin-top: -100px;
    position: relative;
    transition: all 0.3s;
	opacity: 0;
}
.css-fade3{
  animation-name:fade-in3;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:0s;
  animation-iteration-count:1; 
  animation-direction:normal; 
  animation-fill-mode: forwards; 
}
@keyframes fade-in3 {
  0% {opacity: 0; transform: translate3d(0,50px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
/*======================================
Information
======================================*/
.information {
    margin: 15px 0 60px 0;
}
.information .in_news{
    width: 85%;
}
.information .in_news {
    height: 13em;
    overflow: auto;
    border: #e7e7e7 1px solid;
}
.information h2{
    display: flex;
	    min-width: 90px;
    align-items: center;
    justify-content: center;
    font-size: 150%;
    margin: 10px 30px 10px 0px;
}
.information a {
    color: inherit;
	transition: all 0.3s !important;
	    display: block;
	
}
.information a:hover {
    color: inherit;
    background: #edf9ff;
}
.information li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px dotted #848484;
}
.information li:first-child {
    border-top: 1px dotted #848484;
}
.information li .date {
    font-size: 80%;
    display: inline-block;
    margin-right: 3em;
}
.information li .text {
    font-size: 100%;
	font-weight: bold;
    display: inline-block;
	transition: all 0.3s !important;
}
.information a:hover .text {
	margin-left: 1em;
}

.re_bg {
	background:url("../images/re_bg.jpg");
    padding: 20px 20px 20px 120px;
    overflow: hidden;
	background-size: cover;
}
.re_tittle {
    background: white;
    display: block;
    float: left;
	color: #0074c0;
    padding: 10px 20px;
    box-sizing: border-box;
    /* margin-left: 100px; */
    letter-spacing: 0.1em;
}
.recruitment h3 span {
    font-size: 250%;
    font-weight: 100;
    letter-spacing: 0.1em;
}
.recruitment .btn_area {
    display: block;
    float: right;
	text-align: center;
}
.recruitment{
	overflow: hidden;
	margin-top: 30px;
}
.recruitment .at_text {
    font-size: 12px;
}
.recruitment .re_text{
    color: #0074c0;
    font-weight: bold;
}
.recruitment .re_bg{
	position: relative;
}
.recruitment .re_bg::before {
    content: "";
    width: 140px;
    height: 160px;
    background-image: url(../images/re_img.png);
    position: absolute;
    bottom: 0;
    left: 10px;
}

.recruitment a {
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
	margin: 10px;
}
.recruitment a:hover {
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
}

/*======================================
Program
======================================*/
.program {
	background: #eef9ff;
    padding: 60px 0;
}

.program .at_white{
    background: white;
    display: inline-block;
    border: 1px solid #0074c0;
    padding: 10px;
    color: #0074c0;
}
.program .first-btn a {
    margin: 20px 0 40px 0;
}
.details {
    background: white;
	margin-bottom: 10px;
}
.details h3 {
    background: #0074c0;
    padding: 15px 20px;
    font-size: 160%;
    color: white;
	position: relative;
	cursor: pointer;
	transition: all 0.3s !important;
}
.details h3:hover {
    background: #014572;
    padding: 15px 20px 15px 30px;
}
.details .details_inner {
    padding: 10px 40px 40px 40px;
    display: none;
}
.details h3::before {
    right: 20px;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.details .clicked::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.details_inner h4{
    background: #eef9ff;
    color: #0074c0;
    padding: 15px;
    font-size: 125%;
    border-left: 4px solid #0074c0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.details_inner h4 span {
    font-size: 80%;
    font-weight: normal;
}

.place_crystal {
    display: inline-block;
    background: #be9815;
    padding: 0 5px;
    color: white;
}
.place_miyagi {
    display: inline-block;
    background: #0074c0;
    padding: 0 5px;
    color: white;
}
.place_aoba{
    display: inline-block;
    background: #00a73c;
    padding: 0 5px;
    color: white;
}
.place_lobby{
    display: inline-block;
    background: #e9549b;
    padding: 0 5px;
    color: white;
}
.details .copy {
    font-size: 150%;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.details .copy span {
    font-size: 80%;
    font-weight: bold;
}
.jinbutu_rap {
    overflow: hidden;
    margin-bottom: 20px;
    flex-basis: 50%;
    margin-right: 20px;
}
.jinbutu_rap:last-child {
    margin-right: 0px;
}
.jinbutu {
    float: left;
    margin-right: 15px;
}
.jinbutu span {
    font-size: 10px;
    vertical-align: top;
}
.de_text span {
    font-size: 120%;
    font-weight: bold;
    line-height: 2em;
}
.flex_box {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.btn_area02 {
    margin: 30px 0;
	text-align: center;
}
.btn_area02 a {
    display: inline-block;
    margin-top: 10px;
}

.btn_area02 p {
    font-size: 110%;
    font-weight: bold;
}
.de_text02 span {
	font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
    margin-right: 1em;
    display: inline-block;
    margin-bottom: 10px;
}
.de_text02 span.tyousei {
    border: 1px solid;
    padding: 2px 10px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 100%;
    color: #717071;
    font-weight: normal;
}
.close_detale {
    text-align: center;
    padding: 15px 10px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    font-size: 80%;
	transition: 0.5s all ease 0s;
	cursor: pointer;
	margin-top: 20px;
}
.close_detale:hover{
    background: #eee;
}
.cansel {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    /* margin-top: 5px; */
    margin-right: 3px;
    vertical-align: text-top;
}
.cansel span::before,
.cansel span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: rgb(0, 0, 0);
}
.cansel span::before {
  transform: rotate(-45deg);
}
.cansel span::after {
  transform: rotate(45deg);
}

.jyu_text {
    font-size: 130%;
    font-weight: bold;
}


/*======================================
booth
======================================*/

.booth {
    background: #fff;
    margin: 60px 0;
}
.booth-flex p {
	width: calc(33.3% - 20px);
    margin: 10px;
}
.booth-flex{
 	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
}
.booth-flex span {
    font-weight: bold;
}

.map-rap_b img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 500px) {
.booth-flex p {
    width: calc(100% - 10px);
    margin: 5px;
  }
}


/*======================================
time_table
======================================*/
.time_table {
    background: #eef9ff;
    padding: 60px 0;
}
.time_table img {
    max-width:100%;
	flex-basis: 100%;
	height: auto;
}
.time_table .img_rap {
    max-width: 33.3333%;
    height: auto;
    flex-basis: 33.3333%;
}
#time_table .at_white {
    background: white;
    display: inline-block;
    border: 1px solid #0074c0;
    padding: 10px;
    color: #0074c0;
	margin-top: 20px;
}
#time_table .first-btn a {
    margin: 20px 0 40px 0;
}
/*======================================
venue
======================================*/
.venue h5 {
    font-size: 130%;
	margin-bottom: 10px;
}
.map {
    width: 50%;
    border: 1px solid #0074c0;
    padding: 10px;
    float: left;
    margin-right: 20px;
}
.map img{
    width: 100%;
}
.venue {
    margin: 60px 0;
}

.over_flow{
	overflow: hidden;
}
/*======================================
etc
======================================*/
.etc{
	background: #eef9ff;
	padding: 60px 0;
}
.etc a {
    display: inline-block;
    margin: 10px 0;
}
.etc_box {
    width: 50%;
    background: white;
    margin: 0 20px 20px 0;
}
.etc_box:nth-child(2n) {
    margin: 0 0px 20px 0;
}
.etc_box h3 {
    background: #717071;
    color: white;
    padding: 10px 20px;
}
.etc_boxi_inner {
    padding: 20px;
}
footer ul{
    list-style-type: none;
    padding-left: 0;
    text-align: center;	
	padding: 30px 20px;
}
footer li{
	display: inline;
	padding: 10px;
}
footer li img{
    max-width: 168px;
}
footer li a:hover{
    opacity: 0.5;
}
address{
	background: #333333;
	padding: 10px 0;
	font-size: 90%;
	text-align: center;
	color: white;
}
.pc{
	display: block !important;
}	
.sp{
	display: none !important;
}


.new {
    display: inline-block;
    font-size: 70%;
    border: 1px solid;
    line-height: 1.5em;
    font-weight: normal;
    color: red;
    padding: 0px 5px;
    margin-right: 5px;
}

