@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

.closeup_flow{
  margin-top: 90px;
  margin-bottom: 60px;
  padding: 70px 103px 60px;
  border: solid 1px #008cd5;
  text-align: center;
}
.cloceup-ttl{
  display: block;
  margin-top: -125px;
  margin-bottom: 45px;
  text-align: center;
}
.cloceup-ttl .cloceup-ttl__en{
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  color: #00a0c6;
  letter-spacing: 0.1em;
  line-height: 1;
}
.cloceup-ttl .cloceup-ttl__ja{
  display: inline-block;
  padding-inline: 15px;
  font-size: 30px;
  color: #008cd5;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.closeup-flow__img{
  margin: 0;
}


@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	.page_header img {
		width: 329px;
	}
	
	.closeup_lead {
		width: 810px;
		margin: 0 auto 43px;
		font-size: 16px;
	}
	
  .closeup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1008px;
    margin: 0 auto;
  }
  
	.closeup_list .closeup_item {
		display: flex;
		width: 474px;
		margin: 0 15px 21px;
	}

	.closeup_list .closeup_item > a {
    display: flex;
    padding: 10px;
    background: url('../../cmn/images/pattern/dot_bg_blue.png') repeat;
    position: relative;
		overflow: hidden;
    box-sizing: border-box;
  }

	.closeup_list .closeup_item > a:hover {
    opacity: .8;
  }
  
	.closeup_list .closeup_item > a:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("../../cmn/images/icon/icon_pages.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 14px;
    right: 14px;
  }
  
	.closeup_list .closeup_item > a .closeup_item_inner {
    display: flex;
    flex-flow: column;
    padding: 1px;
    background: #fff;
  }

	.closeup_list li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	.closeup_list .closeup_item > a .closeup_item_inner .item_thumb {
    line-height: 0;
  }
  
	.closeup_list .closeup_item > a .closeup_item_inner .item_body {
    width: 452px;
    padding: 15px 25px 20px;
    box-sizing: border-box;
  }

	.closeup_list .closeup_item > a .closeup_item_inner .item_body img {
    display: block;
    /* margin-bottom: 9px; */
  }
}
@media screen and (max-width: 640px){
	/* ------------------  sp   ------------------   */
	.page_header img {
    width: 329px;
  }

  .closeup_list {
    margin: 0 auto;
  }
  
	.closeup_list .closeup_item {
		margin: 0 0 20px;
    position: relative;
	}

	.closeup_list .closeup_item > a {
    display: block;
    padding: 10px;
    background: url('../../cmn/images/pattern/dot_bg_blue.png') repeat;
    position: relative;
		overflow: hidden;
    box-sizing: border-box;
  }

	.closeup_list .closeup_item > a:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("../../cmn/images/icon/icon_pages.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 14px;
    right: 14px;
  }
  
	.closeup_list .closeup_item > a .closeup_item_inner {
    display: flex;
    flex-flow: column;
    padding: 1px;
    background: #fff;
  }  

	.closeup_list li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	.closeup_list .closeup_item > a .closeup_item_inner .item_thumb {
    line-height: 0;
  }

	.closeup_list .closeup_item > a .closeup_item_inner .item_thumb img {
    width: 100%;
    max-width: inherit;
  }
  
	.closeup_list .closeup_item > a .closeup_item_inner .item_body {
    padding: 10px 10px 28px;
  }

	.closeup_list .closeup_item > a .closeup_item_inner .item_body img {
    display: block;
    margin-bottom: 9px;
  }

  .closeup_flow {
    margin-top: 90px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .cloceup-ttl {
    margin-top: -80px;
    margin-bottom: 20px;
  }
  .cloceup-ttl .cloceup-ttl__en{
    margin-bottom: 8px;
    font-size: 12px;
  }
  .cloceup-ttl .cloceup-ttl__ja{
    padding-inline: 10px;
    font-size: 23px;
  }
}

