@charset "utf-8";

/* -------------------
  heading
------------------- */
/* heading large*/
.heading._large {
    padding-left: 70px;
    font-size: 40px;
    line-height: 1.3;
    position: relative;
    color: #1a1a1a;
    margin-top: 0;
}
.heading._large.en {
	font-family: 'futura', sans-serif;
	font-size: 50px;
	letter-spacing: .1em;
}
.heading._large:before {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #0e3559;
}
.heading._large small {
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
	padding: 20px 0 5px;
}

/* heading medium*/
.heading._medium {
	font-size: 34px;
	line-height: 1.3;
	letter-spacing: .05em;
	padding-bottom: 20px;
	background: url(../images/common/border-heading-medium.svg) repeat-x center bottom;
}

/* heading small*/
.heading._small {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: .05em;
	padding: 10px 0 10px 60px;
	background: url(../images/common/icon-heading-small.svg) no-repeat left center;
}

.heading._mini{
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .05em;
	padding-bottom: 20px;
}

@media screen and (max-width:799px) {
	/* heading large*/
	.heading._large {
		padding-left: 30px;
		font-size: 20px;
	}
	.heading._large.en {
		font-size: 32px;
	}
	.heading._large:before {
		width: 20px;
	}
	.heading._large small {
		font-size: 10px;
		padding: 8px 0;
	}

	/* heading medium*/
	.heading._medium {
		font-size: 18px;
		padding-bottom: 12px;
	}
	
	/* heading small */
	.heading._small {
		font-size: 16px;
		padding: 10px 0 10px 40px;
		background-size: 30px auto;
	}
	/* heading mini */
    .heading._mini{
        font-size: 16px;
    }
}

/* -------------------
  flex-container items
------------------- */
/* flex-container col2 */
.flex-container.col2 .column-2 .image {
	padding-bottom: 30.41667vw;
	position: relative;
}
.flex-container.items .image span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.flex-container.items .image span figure {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}

.youtube{
    position: relative;
    width: 100%;
    padding-top: 50%;
}

.youtube iframe{
    position: absolute;
    top:0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.flex-container.col2 .column-2:before {
	content: '';
	width: 1px;
	height: calc(100% - 33.33333vw);
	background: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.flex-container.col2 .column-2:first-child::before,
.flex-container.col3 .column-3:first-child::before {
	content: none;
}
.flex-container.col2 .column-2 .text {
	margin: 2.91666vw 0 6.25vw;
	padding: 0 30px;
	position: relative;
}
.flex-container.items .text:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #0e3559;
	position: absolute;
	left: 30px;
	top: -15px;
}
.flex-container.items .text .description {
	font-size: 22px;
	font-family: 'yugothic-m', sans-serif;
	line-height: 1.5;
}

/* flex-container col3 */
.flex-container.col3 .column-3 {
	position: relative;
}
.flex-container.col3 .column-3:before {
	content: '';
	width: 1px;
	height: calc(100% - 25vw);
	background: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.flex-container .column-3:first-child::before {
	content: none;
}
.flex-container.col3 .column-3 .image {
	padding-bottom: 20.83333vw;
	position: relative;
}
.flex-container.col3 .column-3 .text {
	margin: 4.16667vw 0;
	padding: 0 30px;
	position: relative;
}
.flex-container.col3 .column-3 .text:before {
	top: -25px;
}
.flex-container.col3 .column-3 .text .e-date {
	line-height: 1;
	margin-bottom: 25px;
}
.flex-container.col3 .column-3 .text h4 {
	font-size: 22px;
	line-height: 1.6;
}
#event-box .flex-container .column-3 a {
	background: #fff;
	display: block;
	height: 100%;
	position: relative;
}
#event-box .flex-container .column-3 a:before {
	content: '';
	width: 1px;
	height: calc(100% - 24.58332vw);
	background: #999;
	position: absolute;
	left: 0;
	bottom: 0.83333vw;
}
#event-box .flex-container .column-3:first-child a::before {
	content: none;
}
#event-box .flex-container .column-3 a:hover {
	background: #f7f7f7;
}
#event-box .flex-container .column-3 .text {
	margin: 2.91666vw 0 3.333333vw;
	padding: 0 40px;
}
#event-box .flex-container .column-3 .text:before {
	content: none;
}

@media screen and (max-width:799px) {
	
	/* flex-container col3 */
	.flex-container.items .column-2,
	.flex-container.items .column-3 {
		width: 100%;
	}
	.flex-container.col2 .column-2:before,
	.flex-container.col3 .column-3:before {
		content: none;
	}
	.flex-container.col2 .column-2 .text,
	.flex-container.col3 .column-3 .text {
		padding: 60px 20px 85px;
	}
	.flex-container.items .text:before,
	.flex-container.col3 .column-3 .text:before {
		top: 27px;
		left: 20px;
	}
	.flex-container.items .text .description {
		font-size: 14px;
	}
	.flex-container .column-2 .image,
	.flex-container .column-3 .image {
		height: 48vw;
	}
	
	#event-box .flex-container .column-3 .text {
		margin: 0;
		padding: 20px 20px 55px;
	}
	#event-box .flex-container .column-3 .text .e-date {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#event-box .flex-container .column-3 .text h4 {
		font-size: 14px;
		line-height:  1.4;
	}
	#event-box .flex-container .column-3 .image {
		padding-bottom: 42.66667vw;
	}
	#event-box .flex-container .column-3 a:before {
		content: none;
	}
}

/* -------------------
  flex-container grid
------------------- */
.flex-container.grid .image-box {
	position: relative;
}
.flex-container.grid .image-box span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.flex-container.grid .image-box span figure {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}
.flex-container.grid .text-box {
	background: #f7f7f7;
	padding: 2rem;
}
.flex-container.grid.reverse .text-box {
	
}
.flex-container.grid .text-box p {
	font-size: 22px;
	font-family: 'yugothic-m', sans-serif;
	line-height: 1.6;
}
.flex-container.grid .text-box .heading + p {
	margin-top: 50px;
}

figure.flex-container figcaption {
    margin: 0 auto;
    text-align: center;
    line-height: 3;
}
@media screen and (min-width:800px) and (max-width:1200px) {
	.flex-container.grid .text-box,
	.flex-container.grid.reverse .text-box{
		padding: 50px 40px 60px;
	}
	.flex-container.grid .text-box .heading + p,
	.flex-container.grid .text-box p {
		margin-top: 35px;
	}
}

@media screen and (max-width:799px) {
	.flex-container.grid {
		background: #f7f7f7;
	}
	.flex-container.grid .column-2,
	.flex-container.grid.reverse .text-box {
		width: 100%;
		padding: 25px 20px;
	}
	.flex-container.grid .image-box {
		width: 93%;
		height: 60vw;
		margin-bottom: 30px;
	}
	.flex-container.grid .image-box span {
		top: 25px;
		left: 20px;
	}
	.flex-container.grid .text-box p {
		font-size: 14px;
	}
	.flex-container.grid .text-box .heading + p,
	.flex-container.grid .text-box p {
		
	}
	.flex-container.grid.reverse .text-box p + p {
		margin-top: 45px;
	}
}


/* -------------------
  text-container
------------------- */
.text-content p {
	font-family: 'yugothic-m', sans-serif;
	font-size: 22px;
	line-height: 1.6;
}
.text-content p strong {
	font-family:  'yugothic', sans-serif;
}
.text-content p a {
	color: #0e3559;
	text-decoration: underline;
}
.text-content p + p {
	margin-top: 40px;
}
.text-content p.text-center {
	text-align: center;
}
.text-content p.text-right {
	text-align: right;
}

@media screen and (max-width:799px) {
	.text-content p {
		font-size: 14px;
	}
	.text-content p + p {
		margin-top: 25px;
	}
}

/* -------------------
  table
------------------- */
.table {
	width: 100%;
	border-spacing: 0;
	font-size: 22px;
	font-family: 'yugothic-m', sans-serif;
	line-height: 1.5;
	table-layout: auto;
}
.table th {
	background: #0e3559;
	color: #fff;
	padding: 20px;
	font-family: 'yugothic', sans-serif;
	text-align: left;
	border-left: 1px solid #fff;
}
.table tr th:first-child,
.table tr td:first-child {
	border-left: none;
}
.table tr {
	background: #fff;
}
.table tr:nth-child(odd) {
	background: #f7f7f7;
}
.table td {
	padding: 30px 20px;
	vertical-align: top;
	border-left: 1px solid #0e3559;
}

@media screen and (max-width:799px) {
	.table {
		font-size: 14px;
	}
	.table thead {
		display: none;
	}
	.table td {
		position: relative;
		padding: 15px 15px 15px 45.88889%;
		border-bottom: 1px solid #0e3559;
		border-left: none;
		display: block;
	}
	.table tr td:last-child,
	.table tr td:last-child::before {
		border-bottom: none;
	}
	.table tr {
		margin: 30px 0;
		display: block;
	}
	.table td:before {
		content: '';
		background: #0e3559;
		width: 41.88889%;
		height: 100%;
		position: absolute;
		border-bottom: 1px solid #fff;
		left: 0;
		top: 0;
		padding: 15px;
		box-sizing: border-box;
	}
	.table td:after {
		content: attr(data-title);
		position: absolute;
		left: 15px;
		top: 50%;
		color: #fff;
		line-height: 1;
		margin-top: -.5em;
	}
}

/* -------------------
  link list
------------------- */
.link-list a {
	color: #0e3559;
	padding: 15px 0 15px 105px;
	background: url(../images/common/arrow-linklist.svg) no-repeat left 22px;
	display: block;
}
.link-list a:hover {
	opacity: .9;
}
#news-box .link-list a {
    background: none;
    padding-left: 0;
}
.link-list span.date {
    background: #0e3559;
    color: #fff;
    font-size: .9rem;
    padding: .5rem .8rem;
    margin-right: 1rem;
}

@media screen and (max-width:799px) {
	.link-list a {
		font-size: 16px;
		line-height: 1.5;
		padding: 15px 0 15px 65px;
		background: url(../images/common/arrow-linklist.svg) no-repeat left 20px / 47px auto;
	}
    .link-list span.date {
        display: block;
    }
}


/* -------------------
  link button
------------------- */
.link-btn {
	width: 280px;
	margin: 0 auto;
	color: #fff;
}

.link-btn a {
	color: #fff;
	font-size: 22px;
	font-family: 'yugothic-m', sans-serif;
	display: block;
	line-height: 60px;
	background: #0e3559;
	padding: 0 15px;
	position: relative;
}
.link-btn a:hover {
	opacity: .9;
}

/* link-btn _url */
.link-btn._url a:before {
	content: '';
	width: 43px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(../images/home/arrow-more.svg) no-repeat center center / 100% auto;
}

/* link-btn _download */
.link-btn._download a:before {
	content: '';
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
	background: url(../images/common/icon-download.svg) no-repeat center center / 100% auto;
}

/* link-btn _calender */
.link-btn._calender {
    width: 350px;
    margin-top: 15px;
    margin-left: 0;
}
.link-btn._calender a {

    color: #fff;
    text-decoration: none;
}
.link-btn._calender a:before {
    content: '+';
    margin-right: 10px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
	
}

@media screen and (max-width:799px) {
	.link-btn {
		width: 240px;
	}
	.link-btn a {
		font-size: 14px;
		line-height: 50px;
	}
	/* link-btn _url */
	.link-btn._url a:before {
		width: 60px;
	}
	/* link-btn _download */
	.link-btn._download a:before {
		width: 30px;
	}
}

/* -------------------
  banner
------------------- */
.banner-box .flex-container {
	margin: -50px;
}
.banner-box .flex-container .column-2 {
	padding: 50px;
}
.banner-box .flex-container .column-2 a {
	display: block;
}
.banner-box .flex-container .column-2 img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:799px) {
	.banner-box .flex-container {
		margin: -15px;
	}
	.banner-box .flex-container .column-2 {
		width: 100%;
		padding: 15px;
	}
}

/* -------------------
  list
------------------- */
.list li {
	font-size: 22px;
	font-family: 'yugothic-m', sans-serif;
	padding: 15px 0 15px 105px;
	position: relative;
}
/* border list */
.list._border li:before {
	content: '';
	width: 70px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	top: 28px;
	left: 0;
}
/* number list */
.list._number {
	counter-reset: num-counter;
	padding: 0;
}
.list._number li {
	
}
.list._number li:before {
	content: counter(num-counter);
	counter-increment: num-counter;
	background-color: #fff;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 15px;
	line-height: 25px;
	text-align: center;
	height: 25px;
	width: 25px;
	font-size: 20px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
	
}

@media screen and (max-width:799px) {
	.list li {
		font-size: 14px;
		padding: 7.5px 0 7.5px 50px;
	}
	/* border list */
	.list._border li:before {
		width: 37px;
		top: 13px;
	}
	/* number list */
	.list._number li {
		padding: 7.5px 0 7.5px 40px;
	}
	.list._number li:before {
		width: 13px;
		height: 13px;
		font-size: 10px;
		line-height: 13px;
		top: 8px;
	}
}

/* -------------------
  border-box
------------------- */
.border-box {
	border-top: 1px solid #0e3559;
	position: relative;
}
.border-box:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #0e3559;
	position: absolute;
	left: 0;
	top: 3px;
}


@media screen and (min-width:800px) and (max-width:1200px) {
	
}

@media screen and (max-width:799px) {
	.border-box:before {
		height: 2.5px;
		top: 5px;
	}
}

/* -------------------
  auto img
------------------- */
.auto-img img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (min-width:800px) and (max-width:1200px) {
}

@media screen and (max-width:799px) {
	.auto-img img {
        padding: 10px;
    }
}

/* -------------------
  full img
------------------- */
.full-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}



/* -------------------
  tag
------------------- */
span.tag{
    display: block;
    background: #0e3559;
    color: #fff;
    font-size: .9rem;
    text-align: center;
    margin-top:.5rem;
    padding: .5rem .8rem;
}

/* -------------------
  sharelink
------------------- */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ookgoz');
	src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}

.shareList {
	list-style:none;
	display: flex;
	justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 0 -5px;
}
.shareList .item {
	flex-grow: 1;
	height:50px;
	line-height:50px;
	min-width:180px;
	text-align:center;
	margin:9px 0 0 5px;
}
.shareList .item .link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
}
.shareList .item .link::before {
	font-size:16px;
}
.shareList .item .link::after {
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}

.shareList .item .link.icon-twitter{background:#55acee;}
.shareList .item .link.icon-twitter:hover::before{color:#55acee;}

.shareList .item .link.icon-facebook{background:#3B5998;}
.shareList .item .link.icon-facebook:hover::before{color:#3B5998;}

.shareList .item .link.icon-line{background:#1dcd00;}
.shareList .item .link.icon-line:hover::before{color:#1dcd00;}

.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 0 -5px;
}
.shareList .item {
	height:50px;
	line-height:50px;
	text-align:center;
	margin:9px 0 0 5px;
}
.shareList .item .link {
	display:block;
	color:#ffffff;
	padding:0 20px;
	text-decoration: none;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
}
.shareList .item ,link::before{
	font-size:16px;
}
.shareList .item .link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}

.shareList .item .link.icon-twitter{background:#55acee;}
.shareList .item .link.icon-twitter:hover{color:#55acee; background:#ffffff; border-color:#55acee;}

.shareList .item .link.icon-facebook{background:#3B5998;}
.shareList .item .link.icon-facebook:hover{color:#3B5998; background:#ffffff; border-color:#3B5998;}


.shareList .item .link.icon-line{background:#1dcd00;}
.shareList .item .link.icon-line:hover{color:#1dcd00; background:#ffffff; border-color:#1dcd00;}

/* -------------------
  background
------------------- */
.bg{
    padding-top: 8vh;
    padding-bottom: 8vh;    
}

.bg.grey {
    background-color: #efefef;
}

@media screen and (max-width:799px) {
    .bg{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
