@charset "UTF-8";
img {
	width: 100%;
}

.top-headline__inner {
	margin: 0 auto;
	max-width: 1200px;
}

#top-page h1.headline__title {
	font-size: var(--f36-size);
	font-family: var(--font-mincho);
	color: #2B2B2B;
}

/*---------------------------
/* news
---------------------------*/
.top-news {
	background: #F2F2F2; 
	padding: 50px 0;
}

.top-news .flex {
	justify-content: space-between; 
	align-items: center;
}

.top-news .left {
	width: 22%; 
	text-align: center;
}

.top-news .right {
	width: 76%;
}

a.news__btn , a.news__btn__nolink {
	background: #636363; 
	color: #FFF; 
	font-weight: bold;
	font-size: var(--f13-size);
	position: relative;
	padding: 6px;
	min-width: 140px;
	display: inline-block;
	text-align: center;
}

a.news__btn::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

a.news__btn::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-news__inner{
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}

.top-news__inner ul {
    padding: 0;
    margin: 0;
}
/* ここからがニュース記事のCSS */

.news_list {
  margin: 0 5%;
}

.news_list_item {
  padding: 10px 0;
}

.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
 font-weight: bold;
}

.news_list_item a p {
 text-decoration: underline;
}

a.no-link {
	pointer-events: none;
}

a.no-link p,
.news_list_item a .news_item {
	text-decoration: none;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #FFF;
  width: 10em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
	color: #1E51AD;
}

/*---------------------------
/* event
---------------------------*/
.top-event {
	max-width: 960px;
	margin: 80px auto;
	text-align: center;
}

.top-event p.sub-copy {
	background: #68C1E0;
	color: #FFF;
	text-align: center;
	padding: 10px;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	position: relative;
	border-radius: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.top-event p.top-event__subtitle {
	text-align: center;
	color: #1E51AD;
	font-size: var(--f20-size);
	font-weight: bold;
}

.top-event p.sub-copy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #68C1E0 transparent transparent;
  translate: -50% 100%;
}

.top-event p.sub-copy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.5px 4.8px 0 4.8px;
  border-color: #68C1E0 transparent transparent;
  translate: -50% 100%;
}
  
.top-event ul {
	margin-top: 20px;
}

.top-event ul li {
	width: 32%;
	display: inline-block;
	margin-right: 1%;
	box-shadow: 0px 0px 10px -5px #666;
}

.top-event ul li:last-child {
	margin-right: 0;
}

.top-event ul li a {
	display: block;
	background: #1D4293;
	border-radius: 0.5em;
}

.top-event ul li a p {
	text-align: center;
	display: inline-block;
	color: #FFF;
	padding: 20px 0;
	width: 100%;	
	position: relative;
	font-weight: bold;
	font-size: var(--f24-size);
	line-height: 1.2;
}

.top-event ul li a p::after {
	display: inline-block;
	content: '';
	margin-left: 10px;
	background: url("../images/top_blank_icon.png") no-repeat center bottom;
	background-size: contain;
	width: 12px;
	height: 12px;
}

.top-event ul li .year {
	font-size: 70%;
}

/* .top-event ul li a p.wide::after {
	right: 22%;
} */

/*---------------------------
/* about
---------------------------*/
.top-about {
	background: url("../images/top_bg.png") repeat left top;
	position: relative;
	padding: 50px 0;
}

.top-about__copy__inner {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}

.top-about__copy {
	background: #68C1E0;
}

.top-about__copy__inner img {
		width: 50%;
	 padding-left: 30px;
}

.top__title .headline__title {
	position: relative;
	text-align: left;
}

.top__title .headline__title:before {
	position: absolute;
	content:"";
	background: #666;
	width: 80px; height: 5px;
	top: -5px;
}

#top-page .top__subtitle {
	color: #1D4293; 
	font-weight: bold;
}

#top-page .detail__text {
	text-align: justify; 
	font-weight: bold;
	padding: 10px 0;
}

.top-about__imagebox {
	background: url("../images/top_img04.jpg") no-repeat top left;
	display: block;
	content: "";
	width: 46%;
	height: 0;
	padding-top: 80%;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 2;
}

.top-about__inner {
	padding: 80px 80px 20px;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}

.top-about__inner .detail__text {
	max-width: 47%;
}

.top-about__movie:before {
	content: "";
	background: url("../images/top_bg01.png") no-repeat center center;
	height: 64px;
	display: block;
	width: 100%;
}

.top-about__movie {
	text-align: center; 
	position: relative;
	z-index: 3;
}
.top-about__movie ul.flex {
	justify-content: space-between;
	display: flex;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.top-about__movie ul.flex li {
	width: 32%;
	box-shadow: 0px 0px 10px -5px #666;
}

.top-about__movie ul.flex li a {
	display: block;
}

.top-about__movie ul.flex li a p {
	text-align: center;
	padding: 10px 0;
	width: 100%;	
	color: #0C8484;
	font-weight: bold;
	background: #FFF;
}

#top-page .top-btn {
	background: #1D4293; 
	color: #FFF; 
	font-weight: bold;
	position: relative;
	padding: 10px;
	width: 240px;
	display: block;
	text-align: center;
}

#top-page .top-btn::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#top-page .top-btn::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*---------------------------
/* works
---------------------------*/
.top-works {
	background: url("../images/top_bg02.jpg") no-repeat center center;
	background-size: cover;
}

.top-works__inner {
	width: min(100%,960px);
	margin: 0 auto; 
	justify-content: space-between; 
	align-items: center; 
	padding: 100px 3% 100px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.top-works__inner .left {	
	position: relative;
}

.top-works__inner .bg-color {
	position: absolute;
	display: block;
	content: "";
	width: 520px;
	height: 400px;
	left: 0;
	top: -30px;
	background: rgb(30,81,173);
	background: linear-gradient(90deg, rgba(30,81,173,1) 0%, rgba(30,41,124,1) 100%);
}

.top-works__inner .bg-image {
	position: relative;
	width: 540px;
	left: 80px;
}
.top-works__inner .bg-image p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.top-works__inner .bg-image:before {
	content: "";
	background: url("../images/top_img09.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-top: 78%;
	display: block;
}

.top-works__inner .right {
	max-width: 25%;
}

/*---------------------------
/* interview
---------------------------*/
.top-interview {
	background: url("../images/top_bg03.jpg") no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}

.top-interview__inner {
	max-width: 960px;
	margin: 0 auto;
	width: calc(100% - 40px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.top-interview__inner .left {
	width: 32%;	
}

.top-interview__inner .right {
	width: 62%;
}

.top-interview__inner .right img {
	width: 80%;
}

.top-interview__inner .right img.img02 {
	margin: 5% 0 0 22%;
}

/*---------------------------
/* recruit
---------------------------*/
.top-recruit {
	padding-top: 80px;
}

.top-recruit .top__title .headline__title {
	text-align: center;
}

.top-recruit .top__title .headline__title:before {
	display: none;
}

.top-recruit .top__subtitle {
	text-align: center; 
	margin-bottom: 20px;
}

.top-recruit__link {
	width: 100%;
	max-width: 960px;
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto -50px;
	padding-bottom: 20px;
}

.top-recruit__link li {
	width: 48%;
	background: #1E51AD;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.top-recruit__link li a {
	color: #FFF;
	position: relative;
	font-size: var(--f20-size);
	vertical-align: middle;
	font-weight: bold;
	line-height: 2.2;
}

.top-recruit__link__icon {
	width: 48px;
	display: inline-block;
	margin-right: 10px;
}

.top-recruit__link li::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.top-recruit__link li::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-recruit__inner {
	background: #CCC; 
	padding-top: 100px;
}

/*---------------------------
/* link
---------------------------*/
.top-link-btn {
	background: #EEE;
	padding: 50px 0;
}

.top-link-btn__item {
	width: 100%;
	max-width: 960px;
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.top-link-btn__item li {
	width: 32%;
	background: #FFF;
	padding: 24px 0;	
	position: relative;
	display: flex;
	align-items: center;
	justify-content:center;
}

.top-link-btn__item li:first-child {
	border-top: #089B4E solid 4px;
}
.top-link-btn__item li:nth-child(2) {
	border-top: #DD6B0E solid 4px;
}
.top-link-btn__item li:nth-child(3) {
	border-top: #7055A5 solid 4px;
}

.top-link-btn__item li a {
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-size: var(--f20-size);
}
.top-link-btn__item li:first-child a {
	color: #089B4E;
}
.top-link-btn__item li:nth-child(2) a {
	color: #DD6B0E;
}
.top-link-btn__item li:nth-child(3) a {
	color: #7055A5;
}

.top-link-btn__item li::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.top-link-btn__item li::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}