@charset "utf-8";

/*====================================================================================
スムーススクロール
======================================================================================*/
html {
  scroll-behavior: smooth;
}


/* ===================
clearfix
===================*/
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}


/* ===================
link
===================*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #4c4948;
}
a:visited {
	text-decoration: none;
	color: #4c4948;
}
a:hover{
	text-decoration: none;
	color: #333;
	opacity: 0.7;
	transition: all 0.5s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #4c4948;
}

.main a:link {
	text-decoration: underline;
	color: #4c4948;
}
.main a:link img {
	text-decoration: none!important;
}


/*==========================================
 body
===========================================*/
body {
	font-size:1rem;
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4c4948;
}
@media (max-width: 992px){
	h1 {
		font-size:1.5rem;
	}
	h2 {
		font-size:1.25rem; 
		font-weight: 500;
	}
	h3 {
		font-size:1.1rem; 
		font-weight: 500;
	}
	h4 {
		font-size:1.0rem;
	}
	h5 {
		font-size:1.0rem;
	}
	p,ul,ol,dl,address{
		font-size: 0.875rem;
	}
	table{
		font-size: 0.875rem;
	}
}
@media (min-width: 993px)  {
	h1 {
		font-size:2.0rem; /* 32px */
	}
	h2 {
		font-size:1.625rem; /* 26px */
	}
	h3 {
		font-size:1.375rem; /* 22px */
	}
	h4 {
		font-size:1.1rem;
	}
	h5 {
		font-size:1.0rem;
	}
	p,ul,ol,dl,address{
		font-size:1rem; /* 16px */
	}
	table{
		font-size:1rem; /* 16px */
	}
}




/*==========================================
[common]
===========================================*/
/* anc**
----------------------------------------*/
.anc{
   display: block;
   margin-top:-80px;
   padding-top:80px;
}

@media (max-width: 992px){
	.hiden_sp {
		display: none;
	}
}
@media (min-width: 993px)  {
	.hiden_pc {
		display: none;
	}
}


/* icon */
a[href$='.pdf'] {
	background: url(../images/ic_pdf.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}

a[href$='.doc'] {
	background: url(../images/ic_word.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}

a[href$='.docx'] {
	background: url(../images/ic_word.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}

a[href$='.xls'],
a[href$='.xlsx']{
	background: url(../images/ic_excel.svg) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 20px;
}





/*==========================================
 [main]
===========================================*/
.main{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}

.main_sec {
	margin-bottom: 2rem;
}
@media (min-width: 993px)  {
	.main_sec {
		margin-bottom: 5rem;
	}
}


/* title
-------------------------------------------*/
.main h2 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 16px;
}
.main h3 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 16px;
}



/* text
-------------------------------------------*/
.main p,
.main_top p {
	line-height: 1.6;
}


/* align*/
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

/* bold*/
.text_bold500 {
  font-weight: 500;
}
.text_bold {
  font-weight: 600;
}
.text_bold700 {
  font-weight: 700;
}
.text_bold900 {
  font-weight: 600;
}

/* size*/
.test_sm {
  font-size: 87.5%;
}
@media (max-width: 992px)  {
  .text_18 {
    font-size: 1rem;
  }
  .text_20 {
    font-size: 1.125rem;
  }
}
@media (min-width: 993px)  {
  .text_18 {
    font-size: 1.125rem;
  }
  .text_20 {
    font-size: 1.25rem;
  }
}

/* コピペ用コード */
.font-size-dummy {
  font-size: .75rem;   /* 12px */
  font-size: .8125rem; /* 13px */
  font-size: .875rem;  /* 14px */
  font-size: .9375rem;  /* 15px */
  font-size: 1rem;     /* 16px */
  font-size: 1.125rem;  /* 18px */
  font-size: 1.25rem;  /* 20px */
  font-size: 1.75rem;  /* 28px */
}
/* コピペ用コード */



/* img
-------------------------------------------*/
.main img,
.main_top img  {
  max-width: 100%;
}

.radius_img{
	border-radius: 10px;
}


/* margin / padding
-------------------------------------------*/
/* top */
.mg_t_1 {
  margin-top: 1.0rem;
}
.mg_t_2 {
  margin-top: 2.0rem;
}
.mg_t_3 {
  margin-top: 3.0rem;
}
.mg_t_4 {
  margin-top: 4.0rem;
}
.mg_t_5 {
  margin-top: 5.0rem;
}

/* *.5 */
.mg_t_1h {
  margin-top: 1.6rem;
}
.mg_t_2h {
  margin-top: 2.6rem;
}

/* bottom */
.mg_b_1 {
  margin-bottom: 1.0rem;
}
.mg_b_2 {
  margin-bottom: 2.0rem;
}
.mg_b_3 {
  margin-bottom: 3.0rem;
}
.mg_b_4 {
  margin-bottom: 4.0rem;
}
.mg_b_5 {
  margin-bottom: 5.0rem;
}
.mg_b_8 {
  margin-bottom: 8.0rem;
}

/* *.5 */
.mg_b_1h {
  margin-bottom: 1.6rem;
}
.mg_b_2h {
  margin-bottom: 2.6rem;
}

/* left */
.mg_l_08 {
  margin-left:0.8rem;
}
.mg_l_09 {
  margin-left:0.9rem;
}
.mg_l_1 {
  margin-left: 1.0rem;
}
.mg_l_2 {
  margin-left: 2.0rem;
}
.mg_l_3 {
  margin-left: 2.0rem;
}
.mg_l_4 {
  margin-left: 4.0rem;
}
.mg_l_5 {
  margin-left: 5.0rem;
}
.mg_l_8 {
  margin-left: 8.0rem;
}

/* *.5 */
.mg_l_1h {
  margin-left: 1.6rem;
}
.mg_l_2h {
  margin-left: 2.6rem;
}


/* color
-------------------------------------------*/
.bg_com {
  color: #005bac;
}
.cl_com {
  color: #005bac;
}
.cl_com a {
  color: #005bac;
}


/* ul
-------------------------------------------*/
/* list 2 */
ul.col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 0px;
	list-style: none;
}
@media (max-width: 992px)  {
  ul.col2 > li {
    width: 48%;
  }
}
@media (min-width: 993px)  {
  ul.col2 li {
    width: 48%;
  }
}

/* 2 */
figure.col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
figure.col2 img {
	width: 50%;
}
@media (min-width: 993px)  {
  figure.col2 {
	margin-left: 0px;
	margin-right: 0px;
  }
}



/* tip_header
-------------------------------------------*/
/*
.tip_header {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 10px;
	text-align: center;
}
@media (min-width: 993px) {
	.tip_header {
		margin-left: 0px;
		margin-right: 0px;
	}
}
	*/



/* bubble
-------------------------------------------*/
.bubble {
	margin-bottom: 6px;
	width: 55%;
}

@media (max-width: 767px) {
	.bubble {
		width: 100%;
	}
}

/* program
-------------------------------------------*/
.program {
	background-image: url('../images/bg_shapes.png');
	padding-bottom: 10rem;
	background-size: 100%;
}
.program figure{
	text-align: center;
}

.program .prog_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.prog_box .prog_text {
	width: 50%;
}
.prog_box figure {
	width: 50%;
	padding: 10px 0px 0 20px;
}
@media (min-width: 993px) {
	
	.prog_text p{
		font-size: 1.125rem;
	}
	
	.prog_box figure {
		width: 50%;
		text-align: center;
		/*margin-left: auto;
		margin-right: auto;
		padding: 15px 15px 0;*/
	}
	.prog_box figure img {
		width: 50%;
	}
}


/* title_wrapp
-------------------------------------------*/
.title_wrapp {
	border-radius: 10px;
	text-align: center;
	padding: 16px 0px 4px;
	margin-bottom: 20px;
}
.title_wrapp p {
	color: #fff100;
	font-weight: 700;
	display: block;
	line-height: 1;
	font-size: 1.25rem;
	margin-bottom: 6px;	
}
.title_wrapp h2 {
	color: #fff;
}
.title_wrapp h2 strong {
	font-weight: 900;
	display: block;
	line-height: 1;
	margin-bottom: 8px;
	font-size: 2.375rem;
}
.title_wrapp h2 span {
	font-weight: 700;
	display: block;
	line-height: 1;
	font-size: 1.125rem;
}

@media (min-width: 993px) {
	.title_wrapp h2 strong {
		font-size: 3.125rem;
	}
}

/* interview
-------------------------------------------*/
.interview {
	margin-top: -7rem;
}
.interview figure{
	text-align: center;
}

.interview_bg {
	padding: 25px 15px 10px 15px;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 993px) {
	.interview_bg {
		padding: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.interview_bg .int_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 30px;
}
.int_box .int_text {
	width: 55%;
}
.int_box figure {
	width: 40%;
}
@media (min-width: 993px) {
	.interview_bg .int_box {
		margin-bottom: 50px;
	}
	.int_box .int_text {
		width: 65%;
		margin-left: 20px;
	}
	.int_box figure {
		width: 30%;
	}
}


/* interview_bg */
.interview_bg h3 {
	font-size: 1.475rem!important;
	font-weight: 500;
	margin-bottom: 16px;
    padding: 10px 20px;
	line-height: 2rem;
	background: rgba(255, 255, 255, 1);
}
@media (max-width: 767px) {
	.interview_bg h3 {
		font-size: 1.25rem!important;
	}
}

.interview_bg .int_name {
	font-weight: 500;
	font-size: 1.375rem;
	margin-bottom: 10px;
	line-height: 1;
	margin: 10px 0 15px;
}
@media (max-width: 767px) {
	.interview_bg .int_name {
		font-size: 1.175rem;
	}
}

.interview_bg .int_name span{
	font-size: 1.175rem;
    margin-left: 5px;
}
.interview_bg .int_dpm {
	font-weight: 500;
	font-size: 0.875rem;
	margin-bottom: 25px;
	line-height: 1.2;
}
@media (min-width: 993px) {
	.interview_bg h3 {
		font-size: 1.75rem;
		margin-bottom: 16px;
	}
}



/*====================================================================================
[header]
======================================================================================*/
header {
	/*max-width: 1000px;
	margin-left: auto;
	margin-right: auto;*/
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
}
@media (min-width: 768px) {
	header {
		padding-left: 0px;
		padding-right: 0px;
	}
}


/* K-next_main
-------------------------------------------*/
@media (max-width: 767px) {
	.K-next_main_wrapp {
	position: relative;
	width: calc(100% + 30px);
	aspect-ratio: 560 / 756; 
	background-image: url('../images/bg_header.svg');
	background-size: contain;     /* 比率崩れなし */
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 70px;
	z-index: 1;
	}
	.K-next_main_wrapp .main_text {
	text-align: center;
	width: 95%;
	height: auto;
	}
	.K-next_main_wrapp figure {
		text-align: center;
		margin-top: -45px;
		height: auto;
		margin-bottom: 110px;
	}
	.K-next_main_wrapp figure img {
		width: 50%;
	}
}


@media (max-width: 767px) {
	.K-next_main_wrapp .pc_item {
		display: none;
	}
}
@media (min-width: 768px) {
	.K-next_main_wrapp .sp_item {
		display: none;
	}
}

@media (min-width: 768px) {
	.K-next_main_wrapp {
		background-color: #00a7dd;
		text-align: center;
		padding: 2% 4% 0;
	}
}
@media (min-width: 993px) {
  .K-next_main_wrapp img {
    display: block;
    width: 100%;
    height: auto;
  }
}


/* main_img_list */
.main_img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: -230px;
	margin-bottom: 0px;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	z-index: 2;
	position: relative;
}
.main_img_list li {
	width: 25%;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.main_img_list {
		margin-top: -70px!important;
		margin-left: 0px;
		margin-right: 0px;
		margin-top:0px;
	}
}


/* main_k-next */
.main_k-next {
	margin-top: -20px;
	z-index: 3;
	position: relative;
}
.main_k-next  h1{
	text-align: center;
}
.main_k-next h1 img{
	width: 80%;
}
.main_k-next p{
	line-height: 1.6;
}
@media (min-width: 768px) {
	.main_k-next {
		margin-top: 0px;
	}
	.main_k-next h1 img{
		width: 450px;
	}
	.main_k-next p{
		max-width: 610px;
		margin-left: auto;
		margin-right: auto;
	}
}




/*-------------------------------------------
news
-------------------------------------------*/
.news_header_wrapp {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
@media (min-width: 993px) {
	.news_header_wrapp {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.news h2 {
	line-height: 1;
	border-left: 7px solid #005bac;
	padding-left: 0.75rem;
}
.news .more {
	line-height: 1;
	font-size: 0.75rem;
}
.news .more a {
	display: inline-block;
	background-color:#005bac;
	color: #fff;
	padding: 6px 10px 6px;
	border-radius: 4px;
}
.news .more a:link {
	text-decoration: none;
}

/* news_list */
.news_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
	list-style: none;
}
.news_list li {
	width: 48%;
	margin-bottom: 30px;
}
.news_list li a:link {
	text-decoration: none;
}
.news_list li img {
	border-radius: 4px;
	margin-bottom: 10px;
}
.news_list li .text_date {
	margin-bottom: 0px;
}
.news_list li .text_body {
	line-height: 1.4;
	display: -webkit-box;             
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
.news_list li img{
	width: 100%;
	aspect-ratio: 115 / 78;
	object-fit: cover;
}

@media (min-width: 993px) {
	.news_list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.news_list::after{
		content:"";
		display: block;
		width: 23%;
	}
	.news_list li {
		width: 23%;
		box-sizing:border-box;
	}
}



/*-------------------------------------------
[K-next_read]
-------------------------------------------*/
/* K-next_read
-------------------------------------------*/
.K-next_wrapp {
  position: relative;
  width: calc(100% + 30px);
  aspect-ratio: 560 / 810;
  background-image: url('../images/bg_k-next_read.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:0 15px;
  box-sizing: border-box;
}

.K-next_wrapp h2 {
	margin-bottom: 30px;
	line-height: 1.4;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	width: 60%;
}
.K-next_wrapp h3 {
	text-align: center;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;	
}
@media (min-width: 993px) {
	.K-next_read {
		margin-bottom: 1rem;
	}
	.K-next_wrapp {
		background-size: 100% auto;
		aspect-ratio: 560 / 580;
	}
	.K-next_wrapp h3 {
		width: 75%;
		margin-top: 15px;
		margin-bottom: 0px;	
	}
}

/* 2カラム */
.K-next_read_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0%;
  align-items: center;
  margin-bottom: 20px;	
  width: calc(100% + 30px);
}

.K-next_read_main p {
  width: 100%;
  margin: 0;
  padding-left: 15px;
  color: #fff;
}

.K-next_read_main figure {	
  width: 100%;
  margin: 0;
}

.K-next_read_main figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 993px) {
	.K-next_read_main {
		justify-items: center;
		margin-bottom: 80px;
	}
	.K-next_read_main p {
		width: 100%;
		font-size: 1.125rem;
		padding-left: 20%;
	}
	.K-next_read_main figure {
		width: 85%;
		padding-right: 10%;
	}
}



/*-------------------------------------------
K-next_map
-------------------------------------------*/
.K-next_map_wrapp {
	text-align: center;
}

.map_bold {
	text-align: center;
	font-weight: 700;
	font-size: 1.3125rem;
}



/*-------------------------------------------
K-next_btn
-------------------------------------------*/
.main_sec.K-next_btn {
	/*margin-bottom: 3rem;*/
}

.K-next_btn_wrapp {
	margin-top: 100px;
	border: 1px #333 solid;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	padding-top: 40px;
	margin-bottom: 0rem;
}
.K-next_btn_wrapp .point {
	position: absolute;
	top:-65px;
	left: 35px;
	width: 130px;
}
@media (min-width: 993px) {
	.K-next_btn_wrapp .point {
		position: absolute;
		top:-65px;
		left: 100px;
		width: 160px;
	}
}

.K-next_bold {
	font-weight: 700;
	font-size: 1.3125rem;
}
@media (min-width: 993px) {
	.K-next_btn_wrapp p {
		text-align: center;
	}
}

/* btn */
.K-next_btn .btn_list {
	list-style: none;
	margin-top: 40px;
	text-align: center;
}
.K-next_btn .btn_list li {
	margin-bottom: 10px;
}
.K-next_btn .btn_list li:last-of-type {
	margin-bottom: 0px;
}
@media (min-width: 993px) {
	.K-next_btn .btn_list {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.K-next_btn .btn_list li {
		width: 32.5%;
	}
}



/*-------------------------------------------
[K-next header]
-------------------------------------------*/
/* tip_header_wrapp
-------------------------------------------*/
.tip_header_wrapp {
  position: relative;
  width: calc(100% + 30px);
  aspect-ratio: 560 / 350; 
  background-image: url('../images/bg_k-next_header.svg');
  background-size: contain;     /* 比率崩れなし */
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-bottom: 50px;
}

.tip_header_wrapp h2 {
  position: static; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 50px;
}

.tip_header_wrapp h2 img {
  width: 70%;
  height: auto;
}
.tip_header_wrapp h2 img.name {
margin-top: 0px;
  width: 60%;
  height: auto;
}

.text_project {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  margin-bottom: 20px;
}
.text_project img {
  width: 100%;
  height: auto;
}

@media (min-width: 993px) {
	.tip_header_wrapp {
		width: calc(100%);
		margin-left: 0px;
		margin-right: 0px;
		aspect-ratio: 560 / 300; 
		background-size: 100% auto; 
	}
	.tip_header_wrapp h2 {
		width: 100%;
		margin-bottom: 100px;
	}
	.tip_header_wrapp h2 img.name {
		width: 50%;
		height: auto;
		margin-top: 20px;
	}
	.tip_header_wrapp h2 img.copy {
		width: 50%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.text_project {
		text-align: center;
		width: 45%;
		margin-top: -110px;
		margin-bottom: 40px;
	}
}



/*-------------------------------------------
[KIPE]
-------------------------------------------*/
.kipe {
	margin-bottom: 0;
}
.bg_kipe {
  background-color: #fdeff5;
}
.cl_kipe {
  color: #ef8896;
}
.interview .cl_kipe {
  border-bottom: 4px solid;
  border-image-source: linear-gradient(to right, #ef8896, #ffc3a0);
  border-image-slice: 1;
}

.cl_kipe a {
  color: #ef8896;
}

.kipe .title_wrapp {
  background-color: #ef8896;
}


/* prog_sub */
.prog_sub {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.prog_sub h3 {
	color: #fff;
	background-color: #e60012;
	text-align: center;
	padding: 10px;
	border-radius: 30px;
}
.prog_sub .mt_text {
	margin-bottom: 16px;
}
.prog_sub .mt_text:last-of-type {
	margin-bottom: 0px;
}
.prog_sub .mt_text strong {
	display: block;
	font-weight: 500;
	color: #e60012;
}



/*-------------------------------------------
[KLIP]
-------------------------------------------*/
.klip .program {
	padding-top: 30px;
}
.bg_klip {
  background-color: #f2f8ed;
}
.cl_klip {
  color: #90b823;
}
.interview .cl_klip {
  border-bottom: 5px solid;
  border-image-source: linear-gradient(to right, #90b823, #d4e157);
  border-image-slice: 1;
}
.cl_klip a {
  color: #90b823;
}

.klip .title_wrapp {
  background-color: #90b823;
}

.klip h2 {
	line-height: 1.2;
	border-left: 7px solid #90b823;
	padding-left: 0.75rem;
}
/*
.klip h2:before {
    background-color: #90b823;
    border-radius: 3.5px;
    content: "";
    display: block;
	float: left;
    height: 2rem;
    margin-right: 10px;
    vertical-align: middle;
    width: 7px;
	padding-top: 2.0rem;
	margin-top: -0.5rem;
}
	*/

.klip .interview_bg .int_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 50px;
}
.klip .int_box .int_text {
	width: 100%;
}
.klip .int_box figure {
	width: 100%;
}
@media (min-width: 993px) {
	.klip .int_box .int_text {
		width: 65%;
	}
	.klip .int_box figure {
		width: 30%;
	}
}


/*-------------------------------------------
[KILC]
-------------------------------------------*/
.bg_kilc {
  background-color: #eaf6fd;
}
.cl_kilc {
  color: #00a0e9;
}
.interview .cl_kilc {
  border-bottom: 5px solid;
  border-image-source: linear-gradient(to right, #00a0e9, #87cefa);
  border-image-slice: 1;
}
.cl_kilc a {
  color: #005bac;
}

.kilc .title_wrapp {
  background-color: #00a0e9;
}



/*-------------------------------------------
 flow
-------------------------------------------*/
.flow {
	background-image: url('../images/bg_grid.png');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
	margin-bottom: 0rem;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 993px) {
	.flow {
		padding-top: 60px;
		margin-left: 0px;
		margin-right: 0px;		
	}	
}

.flow figure{
	text-align: center;
}
.flow h2{
	text-align: center;
}

.flow .flow_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.flow_box .flow_text {
	width: 50%;
}
.flow_box figure {
	width: 50%;
	padding: 10px 0px 0 20px;
}
@media (min-width: 993px) {
	/*
	.flow_box .flow_text {
		width: 100%;
	}
	*/
	.flow_box figure {
		width: 50%;
		text-align: center;
		/*margin-left: auto;
		margin-right: auto;
		padding: 15px 15px 0;*/
	}
	.flow_box figure img {
		width: 50%;
	}
}

/* year_box */
.year {
	margin-top: -100px;
	padding-bottom: 20px;
}
.year-wrap .year:after {
    content: "";
	display: block;
    height: 120px;
    vertical-align: middle;
    width:6px;
	margin-left: 30px;
	background-image: url('../images/bg_line.svg');
	background-position: center top;
	background-repeat: none;
	background-size: auto 100%;
}

.year-wrap .year:first-of-type {
	margin-top: 0px;
}

.year-wrap .year:last-of-type  {
	padding-bottom: 0px;
}
.year-wrap .year:last-of-type:after  {
	display: none;
}

@media (min-width: 993px) {
	.year-wrap{
		margin-left: auto;
		margin-right: auto;
		width: 600px;
	}
}


.year h3 {
	text-align: center;
	margin-bottom: 10px;
	padding-left: 15px;
}
.year h3 img{
	width:75%;
}
@media (min-width: 993px) {
	.year h3 img{
		width: 400px;
	}
}

.year_box {
	border: 4px #f6ab00 solid;
	border-radius: 10px;
	background-color: #fff;
	padding: 15px 20px;
}
.year_box h4 {
  color: #f6ab00;
  display: flex;
  align-items: center;
  justify-content: center; /* text-align:center の代わり */
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
	.year_box h4 {
		font-size: 1.3rem;
	}
}
.year_box h4:before {
  content: "";
  flex-shrink: 0;         /* アイコンが縮まないよう */
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background-image: url('../images/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}



/*-------------------------------------------
[link]
-------------------------------------------*/
.link h2 {
	line-height: 1;
	border-left: 7px solid #005bac;
	padding-left: 0.75rem;
}
/*
.link h2:before {
    background-color: #005bac;
    border-radius: 3.5px;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-right: 10px;
    vertical-align: middle;
    width: 7px;
	padding-top: 2.0rem;
	margin-top: -0.5rem;
}
*/
.link_list {
	padding: 0 15px;
}
.link_list li {
	text-align: left;
	line-height: 1.6;
}
.link_list li a:link {
  color: #005bac!important;
  text-decoration: none;
}



/*====================================================================================
[footer]
======================================================================================*/
footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.copyright {
	text-align: center;
}
.copyright small {
	text-align: center;
}




