@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700&display=swap');
@font-face {
    font-family: 'fa-solid-900';
    src: url('../fonts/fa-solid-900.woff') format('woff');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #000;
	line-height: 1.1;
	font-family: Noto Sans JP, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
	margin:0;
	padding:0;
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button {
  color: #222;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
  padding:0;
  margin:0;
}

ol li, ul li {
    list-style: none
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{
	margin:0;
	padding:0;
}

table {
    border-spacing: 0
}

address{
	font-style:normal;
}


/* General styles */

html,body {
    height: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #026841;
}



/* Links */
a {
    color: #000;
    word-wrap: break-word;

    -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
    -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
    -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background 0.3s ease-in;
    transition: color 0.3s ease-in, background 0.3s ease-in;
   text-decoration:none;
}

a:hover,
a:focus {
    color: #046a41;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
    -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
    -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background 0.3s ease-in;
    transition: color 0.3s ease-in, background 0.3s ease-in;
}



/* Common styles */
 @media screen and (min-width: 769px) {
	.sp{
		display:none;
	}
}  

@media screen and (max-width: 768px) {
	.pc{
		display:none;
	}
}

.tel-num:before{
	font-family: 'fa-solid-900';
	font-size:1.2rem;
    content: "\f2a0";
    margin-right:0.5em;
}



/* Header */
.gbl-header{
	width: 100%;
	height:100px;
	position:absolute;
	z-index: 30;
}


.header-logo{
	display:inline-block;
	padding-top:30px;
}


.gbl-header .logo-fix{
	display:none;
}


.header-in{
	width: 100%;
	margin:0 auto;
	padding:0 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}

.gnav{
margin-top:20px;

}

.gnav-list li a{
	display: inline-block;
  	color:#fff;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:1.2rem;
	margin:12px 0 0 60px;
	padding:10px;
	text-align: center;
	position: relative;
	z-index: 2;
}



@media screen and (max-width: 1079px) {
	.gnav-list li a{
		margin:12px 0 0 40px;
	}
}

.menu-sp{
	display:none;
}

.header-fix .gnav{
margin-top:0;
}

.header-fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height:70px;
 	padding-top:0;
 	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
opacity:1;
	background:#fff;
}

.header-fix .global-nav{
	height:70px;
	
}

.header-fix .gnav-list li a {
	height:70px;
	padding-top:25px;
	margin-top:0;
	color:#222;
}

.header-show {

	opacity:1;
}

.header-fix .gnav-list li a span{
	display:none; 
}

.header-fix .header-logo{
	padding-top:23px;

}

.header-fix .header-logo img{
	height:24px;
}

.header-fix .logo-fix{
	display:block;
}

.header-fix .logo{
	display:none;
}





/* Footer */

.gbl-footer{
	text-align:center;
	color:#666;
	padding:25px 0;
	font-size:0.8rem;
	font-family: 'Barlow Condensed' sans-serif;
}

.gbl-footer .pagetop{
	position: fixed;
	right: 20px;
	bottom: 0;
	padding-bottom:40px;
	z-index:1;
	
}

.gbl-footer .pagetop a{
	box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block;
    background:#046a41;
    border-radius:25px;
    color:#fff;
    text-align:center;
    padding-top:5px;
    text-decoration:none;
    -moz-transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}

.gbl-footer .pagetop span{
	display: block;
	font-size:2rem;
	padding-bottom:0;
}

.gbl-footer .pagetop span::after{
	font-size:2rem;
	 font-family: 'fa-solid-900';
    content: "\f106";
}

.gbl-footer .pagetop a:hover{
	padding-top:0;
}




/*visual*/
 #load {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #fff url(../images/logo_yamato.svg) no-repeat center center;
	background-size:20%;
	z-index: 999;
}

.main-visual{
	background:url(../images/main-visual.jpg)  no-repeat;
	backgrond-position:center top;
	background-size: cover;
	height:100vh;
	max-height:1080px;
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	position:relative;
}


.main-visual .main-text{
	width:100%;
	height:auto;
	padding:0 4%;
}

.main-visual .main-text img{
	width:32%;
	min-width:200px;
}

.main-visual .scroll-down{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:100px;
	left:0;
}

.main-visual .scroll-down a:hover span{
	top: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity:.6;
}
.main-visual .scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-visual .scroll-down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

.main-visual .scroll-down span::after{
	content: 'scroll';
	color:#fff;
	position: absolute;
  bottom: -20px;
  left: -5px;
}




/* contents*/
 .animate {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: 1s;
 }
 
 .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
}

#introduction{
	background-image:
    url("../images/bg_intro_top.png"),
    url("../images/bg_intro_bottom.png");
    background-repeat:
    no-repeat,
	no-repeat;
	
	background-position:
    top left,
	bottom right;
	
	background-size:
    50%, 
	40%;
}

.contents-wrap{
	width:100%;
	padding:80px 4% 160px;
	text-align:center;
}

.contents{
	width:100%;
	max-width:1200px;
	display: inline-block;
	text-align:justify;
	line-height: 1.8;
}


.main-title{
	text-align:center;
	
}

.main-title h1{
	margin-bottom:60px;
	padding-top:30px;
	font-size:4rem;
	font-weight:400;
	font-family: 'Barlow Condensed', sans-serif;
	color:#046a41; position: relative;
  	display: inline-block;
  	margin-bottom: 1em;
}

.main-title h1:before{
  content: '';
  position: absolute;
  bottom: -0.5em;
display:inline-block;
  width: 60px;
  height: 5px;
  left: calc(50% - 30px);
  border-bottom:solid #046a41 2px;
}

.main-title p{
	font-weight:600;
	font-size:1.1rem;
}

.intro-txt{
	text-align:left;
	padding-bottom:80px;
}

.intro-txt-center{
	text-align:center;
	padding:0 0 80px;
}

.intro-headding{
	padding-bottom:40px;
	font-size:2.7rem;
	font-weight:300;
	line-height:1.4;
}

.intro-txt-center p{
	font-size:1.2rem;
	line-height:2.4;
}

.intro-txt-center figure{
	padding-top:50px;
}


.is-col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	width:100%;

}

.is-col:nth-of-type(2n+1){
	flex-direction:row-reverse;
	margin-top:40px;
}

.is-col .is-col-txt{
	width:36%;
}

.is-col .is-col-txt h3{
	font-weight:400;
	font-size:2.3rem;
	line-height:1.4;
	margin-bottom:40px;
	margin-top:0;
}

.is-col .is-col-txt h3 span{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:700;
	font-size:4rem;
	line-height:1;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:2px solid #046a41;
	color:#046a41;
	display:block;
	width:0.8em;
}


.is-col .is-col-txt p{
	line-height:2;
	margin-bottom:30px;
	color:#444;
}

.is-col .is-col-txt li{
	line-height:2.4;
	font-weight:600;
}

.is-col .is-col-txt li::before{
	font-family: 'fa-solid-900';
	font-size:1.2rem;
    content: "\f14a";
    margin-right:0.5em;
    color:#046a41;
	
}


.is-col .is-col-img{
	width:60%;
}

.is-col .is-col-img img{
	width:100%;
}




.voice{
	width:100%;
	
	display: inline-block;
	text-align:justify;
	text-align:center;
	background:#f5f5f5;
	padding:80px 4% 0;
}

.voice-inner{
	width:100%;
	max-width:1200px;
	padding:80px 0 120px;
	margin:0 auto;
	text-align:left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	
}


.voice-inner .voice-img{
width:50%;
position:relative;
padding-right:14%;
}

.voice-inner .voice-img img{
width:90%;
}

.voice-inner .voice-img .headding{
	position:absolute;
	top:30px;
	right:7%;
	z-index:2;
	background:#046a41;
	color:#fff;

	
}

.voice-inner .voice-img .headding h2{
	border:1px solid #fff;
	margin:3px;
	padding:29px 21px;
	color:#fff;
	font-size:1.6rem;
	line-height:1.4;
}





.voice-inner .voice-img .headding h2 span{
	font-size:0.9rem;
}

.voice-inner .voice-text{
	width:50%;
	padding:30px 0 0 3%;
	line-height: 1.8;
}

.voice-inner .voice-text h3{
	margin-bottom:20px;
	color:#046a41;
	font-size:1.6rem;
	line-height:1.4;
	font-weight:500;
}

.entry{
	background:#fff url(../images/background_entry.jpg) no-repeat;
	backgrond-position:top center;
	background-size: cover;
	padding:80px 0;
	text-align:center;
}


.entry h1{
	font-size:2rem;
	font-weight:600;
	margin-bottom:40px;
	color:#fff;
}


.entry p{


	margin-top:20px;
	color:#fff;
}


.entry li{
	display:inline-block;
	text-align:center;
	margin:20px 10px;
	width:100%;
	max-width:420px;
	height:70px;
	background:#fff;
	transition: 0.5s;
    background:#fff;



}
.entry li a{

	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.entry li a:hover{
	opacity:.6;

}

.program{
	padding:80px 4% 0;
	margin-bottom:160px;
}

.program h2{

	text-align:center;
}

dl.data-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	max-width:1000px;
	margin:80px auto 0;
	text-align:left;
	line-height:1.8;
}

dl.data-table dt{
	width:24%;
	border-top:1px solid #046a41;
	padding:40px 1em;
	font-weight:500;
}

dl.data-table dt:last-of-type{

	border-bottom:1px solid #046a41;

}

dl.data-table dd{
	width:76%;
	border-top:1px solid #ddd;
	padding:40px 0 40px 2em;
	font-weight:300;
}

dl.data-table dd:last-child{
	border-bottom:1px solid #ddd;
}

dl.data-table a{
	text-decoration:underline;
}


/*20191115*/

.schedule-img{
    width:100%;
    max-width:1000px;
    margin:0 auto;
}

.schedule-img div{
    width:48%;
}

.schedule-img img{
    width:100%;
}


dl.time-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	width:100%;
	max-width:1000px;
	margin:80px auto 0;
	text-align:left;
	line-height:1.8;
}

dl.time-table dt{
	width:17%;
	border-top:1px solid #046a41;
	padding:10px 1em;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:1.6rem;
	font-weight:700;
	color:#8ccecc;
}

dl.time-table dt:last-of-type{

	border-bottom:1px solid #046a41;

}

dl.time-table dd{
	width:83%;
	border-top:1px solid #046a41;
	padding:10px 0 10px 2em;
	font-weight:300;
	display: table;
	border-collapse: separate;
	border-spacing:10px;
}

dl.time-table dd .time-table-cont{
	width:33.3%;
	display: table-cell;
	padding:20px;
	min-height:100%;
	text-align:center;
	color:#fff;
	font-weight:500;
	border-radius:10px;
	background-color:#046a41;
	vertical-align:middle;
}

dl.time-table dd:last-child{
	border-bottom:1px solid #046a41;
}

.tab-group{
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    width:100%;
    max-width:1000px;
    margin:0 auto 40px;
}

.tab{
    flex-grow: 1;
    padding:5px;
    text-align:center;
    cursor:pointer;
    line-height:60px;
    max-height:70px;
    width:50%;
    background:#333;
    color:#fff;
    font-size:1.1rem;
    font-weight:500;
}

.panel{
    display:none;
}

.panel h2{
   font-size:1.2rem;
    font-weight:500;
}

.tab.active{
    background:#046a41;
    transition: all 0.2s ease-out;
}

.tab.active::after{
    content: "▼";
    display:block;
    margin-top:-20px;
    color:#046a41;
    font-size:1.2rem;
}

.panel.is-show{
    display:block;
}

.entry-modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index:9999;
}
.entry-modal-bg{
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.entry-modal-content{
    background: #fff;
    top: 40%;
    left: 50%;
    padding: 40px 5% 80px;
    position: absolute;
    
    transform: translate(-50%,-50%);
    width: 90%;
    max-width:640px;
}

.entry-modal-content img{
    width: 100%;
}

.entry-modal-content li{
   margin:0 auto 20px;
   border:1px solid #ddd;
}

.entry-modal-content .entry-modal-title{
    color:#333;
    font-size:1.6rem;
    font-weight:500;
    text-align:center;
    margin-bottom:20px;
}

.close-btn{
    top:-50px;
    right:0;
    position:absolute;
    font-size:1.5rem;
}


/* Media Queries */


@media all and (min-width:1000px)  & @media all and (max-width:768px) {

}


@media all and (min-width:769px) {

	.entry-area{
		display:none;
	}
	
	.header-fix{
		background:rgba(255,255,255,0.95);
	}

	.gnav-list{
		display: -webkit-flex!important;
		display: flex!important;
		top:0;
	}

	
	.gnav-list li a{
		background:url(../images/arrow_bottom.png);
		background-position:bottom 3px center;
		background-repeat:no-repeat;
	}
	
	.gnav-list li a:hover {
		opacity:.6;
		background-position:bottom center;
}

	.gnav-list li:last-child a{
		height:60px;
		border-radius:30px;
		padding:0 60px;
		color:#222;
		line-height:60px;
		margin-top:5px;
		background-color:#fff;
		background-image: url(../images/arrow_right.png);
		background-position:center right 30px;
		background-repeat:no-repeat;
	}
	
	.gnav-list li:last-child a:hover{
		background-color:#f9be00;
		background-position:center right 24px;
		opacity:1;

	}
	
	.header-fix .gnav-list li:last-child a{
		height:40px;
		border-radius:20px;
		padding:0 50px;
		color:#fff;
		line-height:40px;
		margin-top:15px;
		background-color:#046a41;
		background-image: url(../images/arrow_right_wh.png);
		background-position:center right 24px;
		background-repeat:no-repeat;
	}
	
	.header-fix .gnav-list li:last-child a:hover{
		background-color:#f9be00;
		opacity:1;
		color:#222;
		background-image: url(../images/arrow_right.png);
		background-position:center right 20px;
	}

	.gnav-list li a::after {
		top: 100%;
		width: 100%;
		height: 100%;
	}
	.gnav-list li a:hover::after {
		top: 0;
	}
	
	.gnav-list li a span{
		display:none;
	}
	
	.intro-txt-center span{
		display:block;
	}
	
	.main-title-serv .main-title{
		padding:100px 0 140px;
	}
	
}


@media screen and (max-width: 768px) {
	body,
	input,
	select,
	textarea {
		font-size:0.9rem;
	}
	
	.gbl-header.header-fix{
	height:60px;
	}
	
    .header-logo{
	   display:inline-block;
	   padding-top:30px;
    }

	 .header-logo img,.header-logo{
		width:120px;
	}
	
	.header-fix .header-logo{
	   padding-top:16px;
    }
	
	 .header-fix .header-logo img,.header-fix .header-logo{
		width:210px;
		position:fixed;
	}
	
	.gnav-list {
		position:fixed;
		display:none;
		top:0;
		width:100%;
		height:100%;
		left:0;
		margin:0;
		padding:100px 0 0;
		background-color: #fff;
		opacity:.95;
    }
    
    .gnav-list li{
		width:100%;
	}
    
	.gnav-list li a{
		width:100%;
		color:#000;
		padding:20px 0 20px 40px;
		height:auto;
		border-right:none;
		text-align:left;
		font-size:2rem;
		font-weight:400;
		background:#fff url(../images/line_menu.png);
		background-position:top 52% left 0;
		background-repeat:no-repeat;
		display:block!important;
	}
	
	.gnav-list li a span{
		font-family: Noto Sans JP, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
		font-size:1.1rem;
		padding-left:0.8em;
		color:#666;
	}
	
    .header-fix{
		background:none
    }
    
	.header-logo{
		padding-top:20px;
	}
	
	.menu-sp{
		display:block;
		position:fixed!important;
		color:#fff;
		height:60px;
		width:60px;
		padding:18px 15px 0;
		top:0;
		right:0;
		font-size:2rem;
		text-align:center;
		background:rgba(0,0,0,0.6);
	}
	
	.header-fix .header-logo{
		display:none;
    }
	
    .menu-sp,.menu-sp span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-sp {
        position: relative;
        width: 60px;
        height: 60px;
    }
    
    .menu-sp span {
    position: absolute;
        left: 14px;
        width: 32px;
        height: 2px;
        background-color: #fff;
    }
	
    .menu-sp span:nth-of-type(1) {
     top: 16px;
    }
    .menu-sp span:nth-of-type(2) {
       top: 29px;
    }
    .menu-sp span:nth-of-type(3) {
    bottom: 16px;
    }

	
    .menu-sp.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
     transform: translateY(13px) rotate(-45deg);
    }
    .menu-sp.active span:nth-of-type(2) {
    opacity: 0;
    }
    .menu-sp.active span:nth-of-type(3) {
     -webkit-transform: translateY(-13px) rotate(45deg);
     transform: translateY(-13px) rotate(45deg);
    }


	
	.gbl-footer{
		
		background:#fff;
		padding:30px 0 10px;
		font-size:0.6rem;
		position:fixed;
		bottom:0;width:100%;
	}

	.gbl-footer .pagetop{
		display:none!important;
	}
	
	.gbl-footer .entry-area{
	position:fixed;
	width:100%;
	text-align:center;
	bottom:30px;
	padding:10px 2%;
	background:#093a26;
    z-index:1;
	}
	
	.gbl-footer .entry-area ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	}

	.gbl-footer .entry-area li{
	   width:100%;
	   margin:10px 2%;
    }
    
   .gbl-footer  .entry-area a img{
        width:100%;
        max-width:240px;
    }
    
    .gbl-footer .entry-area p{
	   margin:3px 0 2px;
	   font-size:0.9rem;
	   color:#ff0;
	   font-weight:500;
	}




}


/**/


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

	.main-visual{
		height:52vh;
	}

	.intro-headding{
		font-size:2rem;
	}
	
	.intro-txt-center p{
	font-size:1rem;
	line-height:2.1;
}

	.is-col .is-col-txt h3{
		font-size:1.8rem;
		line-height:1.3;
		margin-bottom:20px;
	}

	.is-col .is-col-txt h3 span{
		font-size:3rem;
	}

	.is-col .is-col-txt p{
		margin-bottom:20px;
	}
	
	.main-visual .scroll-down{
		display:none;
	}
	


}


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

		.main-visual{
		height:90vh;
	}

}


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

	.is-col .is-col-txt h3{
		font-size:1.6rem;
		line-height:1.3;
		margin-bottom:16px;
	}


	.intro-txt-center p{
		font-size:1rem;
		line-height:2;
	}

}

 @media screen and (min-width: 769px) {
	.main-visual .is-info{
		display:none;
	}
}  

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

	#load {
	   background-size:50%;
    }

	.main-visual{
	background:url(../images/main-visual-sp.jpg)  no-repeat;
	backgrond-position:top center;
	background-size: cover;
	height:80vh;
}

.main-visual .main-text{
	padding:0 4% 30px;
	
}

.main-visual .main-text img{
	width:60%;
	min-width:200px;
}

	.main-visual .is-info{
	position:absolute;
	width:100%;
	bottom:0;
	background: rgba(0,0,0,0.5);
	color:#fff;
	padding:30px 4% 36px;
	text-align:center;

	}
	.main-visual .is-info p{
	font-size:1.1em;
	margin-bottom:1em;
	font-weight:500;

}

	.main-visual .is-info li{
	margin:0;
	display:inline-block;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:2.4em;

}

.main-visual .is-info li::after{
	content:"･";
	font-size:0.8em;
	margin-left:0.2em;

}

	.main-visual .is-info li:last-child{
	margin:0;
}

	.main-visual .is-info li:last-child::after{
	content:"";
}

	.main-visual .is-info li span.year{

	font-size:1.8rem;
	   padding-right:0.6em;
    }
	.main-visual .is-info li span.week{

	font-size:1rem;
	   padding-left:0.2em;
    }

	.main-visual .is-info li span.slash{
        font-weight:300;
    }

#introduction{
	background-size:
    96%,
	80%;
}


	.contents-wrap{
		padding:40px 4% 80px;
	}

	.main-title h1{
		font-size:2.4rem;
	}


	.intro-headding{
		font-size:1.1rem;
		font-weight:500;
		font-weight:400;
	}

	.intro-txt-center p{
		font-size:0.95rem;
		line-height:1.8;
		text-align:left;
	}




	.is-col,.is-col:nth-child(2n+1){
		flex-direction:column;
		width:100%;

	}


	.is-col .is-col-txt,.is-col .is-col-img{
		width:100%;
	}

	.is-col .is-col-txt{
		margin-bottom:20px;
	}

	.is-col .is-col-txt p{
		margin-bottom:10px;
	}

	.is-col .is-col-txt h3{
		font-size:1.1rem;
		font-weight:500;
		margin-bottom:20px;
	}

	.is-col .is-col-txt h3 span{
		font-size:2.7rem;
	}



	.program{
		padding:40px 4% 180px;
		margin-bottom:80px;
	}

	dl.data-table {
		margin:40px auto 0;
		line-height:1.8;
	}

	dl.data-table dt{
		width:100%;
		border-top:1px solid #ddd;
		padding:10px 0;
	}

	dl.data-table dt:last-of-type{
		border-bottom:none;
	}

	dl.data-table dd{
		width:100%;
		border-top:none;
		padding:0px 0 10px 0;
	}

	dl.data-table dd:last-child{
		border-bottom:1px solid #ddd;
	}
	

dl.time-table {
	margin:20px auto 0;
		line-height:1.8;
	}

dl.time-table dt{
		width:20%;
		border-top:1px solid #046a41;
		padding:10px 0;
		font-size:1rem;
		line-height:1.2;
	}

dl.time-table dd{
	width:80%;
		
		padding:8px 0 10px 0;
		
	}

dl.time-table dd .time-table-cont{
	width:100%;
	display: block;
	padding:10px;
	min-height:100%;
	text-align:center;
	color:#fff;
	font-weight:500;
	border-radius:10px;
	margin-bottom:5px;
	vertical-align:middle;
}

dl.time-table dd:last-child{
	border-bottom:1px solid #046a41;
}

.tab{
    font-size:1rem;
}







	.entry{
		display:none;
	}



.voice{
	padding:40px 4% 0;
}

.voice-inner{
	padding:40px 0 80px;
	
}

.voice-inner .voice-img{
width:100%;
padding-right:0;
}

.voice-inner .voice-img img{
width:70%;
}

.voice-inner .voice-img .headding{
	width:50%;
	right:0;
}

.voice-inner .voice-img .headding h2{
	padding:24px 11px;
	font-size:1rem;

}

.voice-inner .voice-img .headding h2 span{
	font-size:0.7rem;
}

.voice-inner .voice-text{
	width:100%;
	padding:20px 0 0 0;
	
}

.voice-inner .voice-text h3{
	margin-bottom:16px;
	font-size:1.2rem;
}


}

@media screen and (max-width: 320px) {
	.main-visual .is-info li{

	   font-size:2em;
    }

	.main-visual .is-info li span.year{

	font-size:1.6rem;
    	padding-right:0.4em;
    }
	.main-visual .is-info p{
	   font-size:0.9rem;
    }

}

@media (orientation: landscape){

	.main-visual{
		height:100vh;
		background:url(../images/main-visual.jpg)  no-repeat;
		backgrond-position:top center;
		background-size: cover;
	}
	
}




/*20201028*/

.program .notice{
	width:100%;
	max-width:1000px;
	margin:3em auto 0;
	padding-bottom:2em;
	text-align:left;
	line-height:1.8;
}

.program .notice ul{
    padding:1em 0 0.7em 1em;
    width:100%;
}

.program .notice ul li{
    margin-bottom:0.3em;
    padding-left:1.2em;
    text-indent:-1.2em;
}
.program .notice ul li::before{
	font-family: 'fa-solid-900';
    content: "\f06a";
    margin-right:0.2em;
    color:#046a41;
}