@charset "utf-8";

/* -------------------
  heading
------------------- */
/* heading large*/
.heading._large {
	position: relative;
    padding: 15px 5px 20px 100px;
    background: #1a1a1a;
    font-size: 2.5rem;
    color: #ffffff;
    overflow: hidden;
    
}
.heading._large.en {
	font-family: 'futura', sans-serif;
	font-size: 2rem;
	letter-spacing: .1em;
}
.heading._large:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 90px #ffffff;
    border-bottom: solid 140px #1a1a1a;
}
.heading._large small {
	display: block;
	font-size: 1rem;
	letter-spacing: .1em;
}

/* heading medium*/
.heading._medium {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: .05em;
	padding-bottom: .7rem;
	border-bottom: 3px double #1a1a1a;
}

/* heading small*/
.heading._small {
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: .05em;
}
.container h3 {
    font-size: 1.7rem;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', futura, sans-serif;
}

.container h4 {
    margin-bottom: 1rem;
    line-height: 2.5;
}
.container h4:before {
    content: "■";
    margin-right: .5rem;
}
.container h4._number:before {
    content: "";
    margin-right: .5rem;
}

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

	/* heading medium*/
	.heading._medium {
		font-size: 1.2rem;
		padding-bottom: 12px;
	}
	
	/* heading small */
	.heading._small {
		font-size: 1rem;
		background-size: 30px auto;
	}
	
}

/* -------------------
  flex-container items
------------------- */
/* flex-container col2 */

.flex-container.col2 .column-2 .image {
	padding-bottom: 30.41667vw;
	position: relative;
    overflow: hidden;
}

.flex-container .column-2.left-box h3 {
    text-align: center;
    color: #ffffff;
}

.flex-container.items .image span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.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 .description {
	font-size: 1.1rem;
	font-family: 'yugothic-m', sans-serif;
	line-height: 1.5;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .flex-container.items .text .description {
  font-family: Meiryo, sans-serif;
}

/* flex-container col3 */
.flex-container.col3 .column-3 {
	position: relative;
}
.flex-container.col3 .column-3:before {
	content: '';
	width: 1px;
	height: 100%;
	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;
    overflow: hidden;
}
.flex-container.col3 .column-3 .text {
	margin: 2vw 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;
}

.memberlist {
    margin: .5rem 0;
}
.memberlist dt{
    width: 20%;
}
.memberlist dd{
    width: 40%;
}

@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 {
		margin: 2rem 0;
	}
	.flex-container.items .text:before,
	.flex-container.col3 .column-3 .text:before {
		top: 27px;
		left: 20px;
	}
	.flex-container.items .text .description {
		font-size: 1.1rem;
	}
	.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: 1.1rem;
		margin-bottom: 15px;
	}
	#event-box .flex-container .column-3 .text h4 {
		font-size: 1.1rem;
		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.text-text {
    align-items: center;
    background-color: #333333;
}

.flex-container.grid.image-image {
   
}

.flex-container.grid .image-box {
	position: relative;
    background-color: transparent;
}

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

.flex-container.grid .image-box h3 {
    height: 40vh;
    padding-top: 20vh;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    color: #ffffff;
}

.flex-container.grid .text-box {
	background: #f7f7f7;
	padding: 1rem  3rem;
}
.flex-container.grid.reverse .text-box {
	padding: 2rem 3rem;
}
.flex-container.grid .text-box p {
	font-size: 1.2rem;
	font-family: 'yugothic-m', sans-serif;
	line-height: 1.6;
	margin-top: 1rem;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .flex-container.grid .text-box p {
  font-family: Meiryo, sans-serif;
}
.flex-container.grid .text-box .heading + p {
	margin-top: 1.5rem;
}

@media screen and (min-width:800px) and (max-width:1200px) {
    .flex-container.grid.image-image {
        
    }
    
    .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 {
	}
	.flex-container.grid .column-2,
	.flex-container.grid.reverse .text-box {
		width: 100%;
		padding: 25px 20px;
	}
	.flex-container.grid .image-box {
		width: 100%;
		height: 40vh;
		margin-bottom: 30px;
	}
	.flex-container.grid .image-box span {
		top: 25px;
    	background-position: top center;
	}
	.flex-container.grid .text-box p {
		font-size: 1.1rem;
	}
	.flex-container.grid .text-box .heading + p,
	.flex-container.grid .text-box p {
		margin-top: 25px;
	}
	.flex-container.grid.reverse .text-box p + p {
		margin-top: 45px;
	}
}


/* -------------------
  text-content
------------------- */

.text-content {
    margin-top: .5rem
}
.text-content p {
	font-family: 'yugothic-m', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
    text-indent: 1rem;
    margin-bottom: .5rem;
}
.text-content p strong {
	font-family:  'yugothic', sans-serif;
}
.text-content p a {
	color: #0e3559;
	text-decoration: underline;
}
.text-content p + p {
	
}
.text-content p.text-center {
	text-align: center;
}
.text-content p.text-right {
	text-align: right;
}

@media screen and (max-width:799px) {
    .text-content {
        margin-bottom: 2rem;
    }
	.text-content p {
		font-size: 1rem;
        line-height: 1.8;
	}
	.text-content p + p {
		
	}
}

/* -------------------
  table
------------------- */
.table {
	width: 100%;
	border-spacing: 0;
	font-size: 1.2rem;
	font-family: 'yugothic-m', sans-serif;
	line-height: 1.5;
	table-layout: auto;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .table {
  font-family: Meiryo, sans-serif;
}
.table th {
	background: #333333;
	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: #f7f7f7;
}
.table tr:nth-child(odd) {
	background: #efefef;
}
.table td {
	padding: 30px 20px;
	vertical-align: top;
	border-left: 1px solid #999;
}

/* table#organization */
#organization {
    background: #085277;
    padding:1em;
}

#organization .parentorg {
    color: #fff;
    text-align: center;
}
#organization .childorg {
    padding: .5rem 0;
    background: #0398c9;
    color: #fff;
    text-align: center;
}
#organization .childorg.list {
    background: #fff;
    color: #555;
    border-style: solid; border-width: 5px 10px; border-color: #0398c9;
}
#organization .childorg.list a {
    display: block;
    color: #0398c9;
}
#organization .childorg.list:last-child {
    border-width: 10px;
}


@media screen and (max-width:799px) {
	.table {
		font-size: .9rem;
	}
	.table thead {
		display: none;
	}
	.table td {
		position: relative;
		padding: 15px 15px 15px 35%;
		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: 15px 0;
		display: block;
	}
    .table tr:first-child {
        margin-top: 0;
    }
	.table td:before {
		content: attr(data-title);
		background: #333333;
        color: #fff;
		width: 30%;
		height: 100%;
		position: absolute;
		border-bottom: 1px solid #fff;
		left: 0;
		top: 0;
		padding: 15px 8px;
		box-sizing: border-box;
	}
	.table td:after {
		position: absolute;
		left: 15px;
		top: 50%;
		
		line-height: 1;
		margin-top: -.5em;
	}
    .table.memberlist td{
        padding: 30px 20px;
    }
    .table.memberlist td:before{
        display: none;
    }
}

/* -------------------
  link list
------------------- */
.link-list a {
	color: #333333;
	font-size: 1.4rem;
	font-family: 'yugothic-m', sans-serif;
	padding: 15px 0 15px 105px;
	background: url(../img/common/arrow-linklist.svg) no-repeat center left 1.1rem;
	display: block;
}

.link-list a:hover {
	opacity: .9;
}

@media screen and (max-width:799px) {
	.link-list a {
		font-size: 1rem;
		line-height: 1.5;
		background: url(../img/common/arrow-linklist.svg) no-repeat center left .5rem auto;
	}
}

/* -------------------
  link button
------------------- */
.link-btn {
	width: 21rem;
	margin: 1rem auto;
	color: #fff;
}
.link-btn a,
.link-btn.toggle {
	color: #fff;
	font-size: 1.2rem;
	font-family: 'yugothic-m', sans-serif;
	display: block;
	line-height: 60px;
	background: #333333;
	padding: 0 15px;
	position: relative;
    border: none;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .link-btn a,
.link-btn.toggle {
  font-family: Meiryo, sans-serif;
}
.link-btn.toggle:after {
    font-size: .8rem;
    padding-left: 1rem;
    content: "▼";
}

.link-btn.toggle.active:after {
    content: "▲"
}

.link-btn a:hover {
	opacity: .8;
}

/* link-btn _url */
.link-btn._url a:before {
	content: '';
	width: 3rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(../img/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(../img/common/icon-download.svg) no-repeat center center / 100% auto;
}

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

@media screen and (max-width:799px) {
    .link-btn {
	width: 90%;
	margin: 1rem auto;
	color: #fff;
    }
	.link-btn a {
		font-size: 1rem;
		line-height: 4rem;
	}
	/* link-btn _url */
	.link-btn._url a:before {
		width: 2rem;
	}
	/* 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,
.list dt {
	font-size: 1.2rem;
    line-height: 1.5rem;
	font-family: 'yugothic-m', sans-serif;
	padding: 15px 0 15px 65px;
	position: relative;
}

.list dd {
    padding-left: 4rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'yugothic-m', sans-serif;
}

/* border list */
.list._border li:before,
.list._border dt:before {
	content: '';
	width: 3rem;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	top: 1.8rem;
	left: 0;
}

/* number list */
.list._number {
	counter-reset: num-counter;
	padding: 0;
    margin: 1rem auto;
}
.list._number li {
	
}
.list._number li:before {
	content: counter(num-counter);
	counter-increment: num-counter;
	position: absolute;
	left: 2rem;
	top: 1rem;
	line-height: 1.4;
	text-align: center;
    text-decoration-line: underline;
	width: 1rem;
	font-size: 1rem;
    font-weight: bold;
}

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

@media screen and (max-width:799px) {
	.list li {
		font-size: 1rem;
		padding: 7.5px 0 7.5px 50px;
	}
	/* border list */
	.list._border li:before {
		width: 2rem;
		top: 1.2rem;
	}
	/* number list */
	.list._number li {
		padding: 7.5px 0 7.5px 30px;
	}
	.list._number li:before {
		width: auto;
		height: auto;
		top: 0.5rem;
        left: 0.7rem;
	}
}

/* -------------------
  border-box
------------------- */
.border-box {
	border-top: 1px solid #333333;
	position: relative;
}
.border-box:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #333333;
	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%;
	height: auto;
}
@media screen and (min-width:800px) and (max-width:1200px) {
	
}

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

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

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


/* -------------------
  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;}


