@charset "utf-8";

/* =======================================

	Customize Style

======================================= */

/* 本文中のリンク */
main a:link,
main a:visited,
main a:active,
main a:hover {
	color: #003FB5;
}

/* 見出し */
h1, h2, .cont_header .txt_catch {
	color: #002d78;
}
.h_bg {
	background-color: #002d78;
}
.h_tri::before {
	border-color: transparent transparent transparent #002d78;
}
.h_qa {
	color: #002d78;
}

.h_bg2 {
	background: #002d78;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	padding: 0.2em 1em;
	margin: 0.5em 0 1.5em;
}


.h_bg3 {
	background: #002d78;
	color: #fff;
	font-size: 2rem;
	width: 200px;
	line-height: 1.5;
	padding: 0.2em 1em;
}

.no-wrap {
    white-space: nowrap;
}

/* リストの● */
.ul_round li::before {
	background-color: #002d78;
}

/* グローバルヘッダー右上のボタン */
#global_header .sub_menu a {
	background-color: #002d78;
}

body.pc_view #global_header .sub_menu a:hover {
	background-color: #003FB5;
}

/* グローバルナビの区切り点の色 */
#global_nav ul li::before {
	background: #8C9BA5;
}

/* コンテンツヘッダー */
.cont_header {
	background: #e7f3fc;
}
.cont_header.visual::after {
	background-color: #e7f3fc;
}
.cont_header.visual .catch {
	color: #002d78;
}

/* header トップページのメイン画像*/
.cont_header.visual::after{
	background:url(../img/page_header_bg.png) center center no-repeat;
	background-size: cover;
}

/* コンテンツ中のボタン */
.btn_area a:link,
.btn_area a:visited,
.btn_area a:active,
.btn_area a:hover {
	border-color: #002d78;
	color: #002d78;
}
body.pc_view .btn_area a:hover {
	background-color: #eaf8fe;
}

figure{
	text-align: center;
}

.caution {
	text-align: left;
	margin-top: 5px;
	line-height: 1.3;
	margin-bottom: 50px;
}

/* グローバルフッター */
#cont_menu ul li {
    margin: 0 3% 0 0;
}
#cont_menu ul li:nth-child(odd) {
	width: 40%;
}
#cont_menu ul li:nth-child(even) {
	width: 56%;
}
#global_footer .ft_menu {
	background: #8c9ba5;
}
@media only screen and (max-width: 768px) {
	#cont_menu {
		background: #eef0f2;
		margin: 0 auto 10px;
	}
	#cont_menu ul li {
		width: 100% !important;
	}
}

/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
#pg_index .btn_area a {
	border-color: #333;
	color: #333;
	width: auto;
	min-width: 30%;
}
.cont_index {
	justify-content: center;
}
.cont_index li a {
	justify-content:flex-end;
}
.cont_index li a.hight-center {
	justify-content:center;
}
/* index.html トップページのメニュー画像*/
.cont_index li.cont_page01 {
	background-image: url(../img/top_message_pc.png);
	text-align: left;

}
.cont_index li.cont_page02 {
	background-image: url(../img/top_closeup_pc.png);
}
.cont_index li.cont_page03 {
	background-image: url(../img/top_closeup2_pc.png);
}
.cont_index li.cont_page04 {
	background-image: url(../img/top_topics_pc.png);
}

@media only screen and (max-width: 1200px) {
	.cont_index li a {
		font-size: 1.7vw;
	}
}

@media only screen and (max-width: 768px) {
	.cont_index li a {
		justify-content:center;
	}
	#pg_index .btn_area a {
		width: 100%;
	}
	.cont_header.visual::after {
		background-image: url(../img/page_header_sp.png);
	}
	.cont_index li.cont_page01{
		background-image:url(../img/top_message_sp.png);
	}
	.cont_index li.cont_page02 {
		background-image: url(../img/top_closeup_sp.png);
	}
	.cont_index li.cont_page03 {
		background-image: url(../img/top_closeup2_sp.png);
	}
	.cont_index li.cont_page04{
		background-image:url(../img/top_topics_sp.png);
	}
	.cont_index li a {
		font-size: 2rem;
	}
	.cont_index li a small {
		text-align: left;
	}
}

/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
/* ------------------------------------
	Message
------------------------------------ */
/* メッセージページのメイン画像*/
.cont_header.visual.message::after{
	background:url(../img/message_header_bg_pc.png)no-repeat;
	background-position: top right;
	background-size: cover;
}

.cont_header.visual.message .wrap {
	/* margin: 0 0 0 32vw; */
	margin: 0 34vw 0 12vw;
}

.cont_header.visual.message .lead {
	line-height: 2;
	text-shadow:1px 1px 2px #e8e6e9,-1px -1px 2px #e8e6e9,1px -1px 2px #e8e6e9,-1px 1px 2px #e8e6e9;
}

.cont_header.visual.message .sign {
	font-weight: bold;
	text-shadow:1px 1px 2px #e8e6e9,-1px -1px 2px #e8e6e9,1px -1px 2px #e8e6e9,-1px 1px 2px #e8e6e9;
}

/* .accordion .h_bg {
	padding-left: 2.5em;
	text-indent: -1.5em;
} */
span.mark_b{
	color:#002d78;
}
.cor_ce li{
	padding:10px 0;
}
.seg-title-01 {
	display:inline-block;
	color:#002d78;
	font-weight: bold;
	margin:0;
	padding:3px 6px;
	border: solid 1px #002d78;
	font-size: 1.3rem;
	line-height: 1.2;
}
.seg-title-02 {
	color:#002d78;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom:6px;
	border-bottom: solid 1px #002d78;

}
.msg-img{
	margin: 30px 0 10px;
	display: block !important;
}
.msg-img-sp{
	margin-bottom: 10px;
	display: none !important;
}
.msg-small{
	font-size: smaller;
	line-height: 1.3;
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom:45px;
}
.m-btm-40 {
	margin-bottom:40px;
}
.msg-hito {
	margin-bottom:0; 
	font-weight: bold; 
	line-height:1.4; 
	font-size: 1.6rem; 
	color:#5091CD;
}
.msg-list {
	margin-bottom: 20px;
}
.msg-list li {
	list-style: none;
	position: relative;
	padding-left: 1.6em;
	font-weight: bold;
	line-height: 3em;
}
.msg-list li:before {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 1em;
	content: "";
	background: #002d78;
	
}
.chara_sentence .msg-list {
	margin-bottom: 0;
}
.chara_sentence .msg-list li{
	font-weight: inherit;
}
.chara_sentence .msg-list li::before{
	width: 5px;
	height: 5px;
	top: 1.3em;
}

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
  
/*===========
scrollbar
===========*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

@media only screen and (max-width: 1540px) {
	.cont_header.visual.message p {
		font-size: 1.8rem;
	}
	.cont_header.visual.message .wrap {
		/* margin: 0 0 0 32vw; */
		margin: 0 570px 0 100px;
	}
}
@media only screen and (max-width: 1280px) {
	.cont_header.visual.message h1 {
		font-size: 3.3vw;
	}
	.cont_header.visual.message h1 small {
		font-size: 2vw;
	}
	.cont_header.visual.message p {
		font-size: 1.6rem;
	}
	/* .cont_header.visual.message::after{
		background-position: top left -30px;
	} */
}

/* タブレット版 */
@media only screen and (max-width: 1100px) {
	.cont_header.visual.message::after{
		background-position: top right -120px;
	}
	.cont_header.visual.message .wrap {
		margin: 0 350px 0 40px;
	}
	.cont_header.visual.message .lead br {
		display: none;
	}
	
}
@media only screen and (max-width: 998px) {
	.cont_header.visual.message::after{
		background-position: top right -120px;
	}
}

@media only screen and (max-width: 860px) {
	.cont_header.visual.message h1 {
		font-size: 2.9vw;
	}
}

@media only screen and (max-width: 798px) {
	.cont_header.visual.message::after {
		content: none;
	}
	.cont_header.visual.message .wrap {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.cont_header.visual.message .wrap::after {
		content: '';
		display: block;
		background: transparent url(../img/message_header_bg_sp.png) center center no-repeat;
		background-size: cover;
		width: calc(100% + 8vw);
		height: 59vw;
		margin-left: -4vw;
		order: -1;
	}
	.cont_header.visual.message h1 {
		font-size: 2.8rem;
		order: -2;
		margin-bottom: 20px;
	}
	.cont_header.visual.message h1 small {
		display: none;
	}
	.cont_header.visual.message p {
		width: 100%;
	}
	.cont_header.visual.message .lead {
		text-shadow:none;
	}
	.cont_header.visual.message p br {
		display: block;
	}
	.cont_header.visual.message .sign {
		font-size: 1.4rem;
		text-shadow:none;
		/* margin-bottom: 60px; */
	}
}



/* ------------------------------------
	Enquete
------------------------------------ */
.cont_header.visual.enquete::after {
	background-image: url(../img/enquete_header_bg_pc.png);
}
.mgn-btm-50 {
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
	.cont_header.visual.enquete::after {
		background-image: url(../img/enquete_header_bg_sp.png);
	}
}

/* ------------------------------------
	Closeup
------------------------------------ */
.cont_header.visual.closeup1::after{
	background-position: 85%;
	background-image: url(../img/closeup1_header_bg_pc.png);
}
/* .cont_header.visual.closeup1 .wrap {
	margin: 6vw 0 0 32vw;
} */
.cont_header.visual.closeup1 p {
	font-size: 2rem;
	line-height: 1.5;
	margin: 5em 0 0;
}
.cont_header.visual.closeup1 .lead {
	line-height: 2;
	text-shadow:1px 1px 2px #e8f4ff,-1px -1px 2px #e8f4ff,1px -1px 2px #e8f4ff,-1px 1px 2px #e8f4ff;
}
.cont_header.visual.closeup1 .lead a {
	font-weight: bold;
}
.cont_header.visual.closeup1 .sign {
	font-weight: bold;
	text-shadow:1px 1px 2px #e8f4ff,-1px -1px 2px #e8f4ff,1px -1px 2px #e8f4ff,-1px 1px 2px #e8f4ff;
}

.cont_header.visual.closeup2::after {
	background-position: 85%;
	background-image: url(../img/closeup2_header_bg_pc.png);
}
.cont_header.visual.closeup1 h1,
.cont_header.visual.closeup2 h1 {
	/* padding: 0 0 0 65px; */
	position: relative;
	font-size: 5rem;
	text-shadow: 0 0 10px #ffffff
}
p.first {
	margin-bottom: 40px;
}
.p_btm_0 {
	margin:0;
}
.dir_logo {
	float: right;
	margin: 1em 0 2em 40px;
	width: 35%;
}
.dir_logo_sp {
	display: none !important;
}

.manga-img-pc,
.manga-img-pc-last {
	/* border:solid 1px #ddd; */
	display: block !important;
}
.manga-img-sp {
	display: none !important;
}
.sp2 {
	display:none;
}
.sp {
	display:none;
}

@media only screen and (max-width: 798px) {
	.manga-img-pc,
	.manga-img-pc-last {
		display: none !important;
	}
	.manga-img-sp {
		display: block !important;
	}
	.dir_logo {
		display: none !important;
	}
	.dir_logo_sp {
		display: block !important;
		width:75%;
		margin: 1em auto 1em;
	}
	.cont_header.visual.closeup1 h1,
	.cont_header.visual.closeup2 h1 {
	font-size: 2.8rem;
}
}
@media only screen and (max-width: 1280px) {
	.cont_header.visual.closeup::after {
		background-position: right top;
	}
}
@media only screen and (max-width: 1100px) {
	.cont_header.visual.closeup h1 {
		line-height: 1.8;
		font-size: 3.9vw;
	}
}
@media only screen and (max-width: 768px) {
	.cont_header.visual.closeup::after {
		background-position: center right;
		background-image: url(../img/closeup_header_bg_sp.png);
	}
	.cont_header.visual.closeup h1 {
		padding: 0;
		font-size: 2.8rem;
	}
	.sp {
		display:block;
	}
}
@media only screen and (max-width: 450px) {
	.sp2 {
		display:block;
	}
}

.closeup2-h3 {
	margin:20px 0;
	color:#5091cd;
}

.flex-2box {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:20px 0 40px;
}
.flex-2box div {
	width:48%;
}

.flex-2box.circle-g{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:20px 0 0;
	align-items: center;
}
.net-de-item {
	background-color: #e6effc;
    padding:20px 30px;
	border-radius: 8px;
}
.flex-3box {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin:20px 0 0;
}
.flex-3box div {
	width:31%;
	margin-right:3.5%;
	margin-bottom:30px;
}

.flex-3box div:nth-child(3) {
	margin-right:0;
}

.closeup-column{
	border: 1px solid #000;
	padding: 10px 30px 20px 30px;
	margin-bottom:30px;
}

.pickup-title{
	display: inline-block;
	background-color: #5091cd;
    color: #ffffff;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 1.4rem;
    line-height: 1.2;
	
}
.closeup_list article {
    padding: 0 0 50px;
    border-bottom: 1px dashed #707070;
    margin: 0 0 50px;
}
.closeup_list article:last-of-type {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.closeup_list article h1 {
	color: #002d78;
	font-size: 2rem;
	margin-bottom: 1em;
}

.closeup_list article h1 a::after {
    display: none;
}
.closeup_list h3 {
	font-size:1.8rem;
}
.jinzai-title {
	text-align: center;
	background:#e6effc;
	padding-top:8px;
	font-weight: bold;
	font-size: 1.8rem;
	color:#002d78;
}
.jinzai-list {
	background:#e6effc;
	margin-bottom: 60px;
	padding: 0 20px 20px;
}
.jinzai-list li {
	position: relative;
	padding-left:2em;
	text-indent:-2em;
}
.jinzai-list li:before {
	display:inline-block; 
	content:'';
	width:0.7em;
	height: 0.7em;
	background: #002d78;
	border-radius: 50%;
	margin-right: 20px;
}
.yougo-area {
	border:solid 1px #000;
	margin-bottom: 20px;
	padding: 20px 30px;
	border-radius: 8px;
}
.yougo-area h3 {
	position: relative;
	background:#fff;
	border-bottom: dotted 2px #aaa;
}
.yougo-area h3 .text_img {
	width: 4%;
    vertical-align: middle;
	margin-right:8px;
	opacity: 0.8;
}
.yougo-item {
	margin-bottom: 0;
	font-weight: bold;
}
.yougo-area dl {
	display:flex;
	flex-wrap: wrap;
}
.yougo-area dt {
	width:19%;
	font-weight: bold;
}
.yougo-area dd {
	width:81%;
	margin-bottom:16px;
}
.yougo-area dd:last-child {
	margin-bottom:0;
}

.closeup_list .gray-bk h3 {
	color: #002d78;
	margin-bottom: 0;
}
.closeup_list .gray-bk {
	padding:8px 16px;
	background-color: #f2f2f2;
}
.closeup_list .gray-bk li {
	padding-left:2em;
	text-indent:-2em;
}
.closeup_list .gray-bk li:before {
    display: inline-block;
    content: '';
    width: 0.7em;
    height: 0.7em;
    background: #002d78;
    border-radius: 50%;
    margin-right: 20px;
}
.jyuten-h {
	margin:40px 0 30px;
}
.jyuten-1,
.jyuten-2,
.jyuten-3 {
	margin-bottom: 60px;
}

.jyuten-1 .jyuten-title,
.jyuten-2 .jyuten-title,
.jyuten-3 .jyuten-title {
	position: relative;
	text-align: center;
	background:#fff;
}
.jyuten-1 .jyuten-title span {
	position: relative;
  padding: 0 2em;
  background: #fff;
  font-weight: bold;
  color:#002d78;
  font-size: 1.9rem;
}
.jyuten-1 .jyuten-title:before {
	content: '';
	position: absolute;
	top: 49%;
	left:0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #002d78;
  }
.jyuten-1 .jyuten-list {
	background-color: #e6effc;
	padding:25px 60px;
	margin-bottom: 16px;
}
.jyuten-1 li {
	position: relative;
	padding-left:2em;
	text-indent:-2em;
}
.jyuten-1 li:before {
	display:inline-block; 
	content:'';
	width:0.7em;
	height: 0.7em;
	background: #002d78;
	border-radius: 50%;
	margin-right: 20px;
}

.jyuten-2 .jyuten-title span {
position: relative;
  padding: 0 2em;
  background: #fff;
  font-weight: bold;
  color:#735fa5;
  font-size: 1.9rem;
}
.jyuten-2 .jyuten-title:before {
	content: '';
	position: absolute;
	top: 49%;
	left:0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #735fa5;
  }
.jyuten-2 .jyuten-list {
	background-color: #efebfc;
	padding:25px 60px;
	margin-bottom: 16px;
}
.jyuten-2 li {
	position: relative;
	padding-left:2em;
	text-indent:-2em;
}
.jyuten-2 li:before {
	display:inline-block; 
	content:'';
	width:0.7em;
	height: 0.7em;
	background: #735fa5;
	border-radius: 50%;
	margin-right: 20px;
}

.jyuten-3 .jyuten-title span {
	position: relative;
	  padding: 0 2em;
	  background: #fff;
	  font-weight: bold;
	  color:#cc9900;
	  font-size: 1.9rem;
	}
	.jyuten-3 .jyuten-title:before {
		content: '';
		position: absolute;
		top: 49%;
		left:0;
		display: inline-block;
		width: 100%;
		height: 2px;
		background-color: #cc9900;
	  }
	.jyuten-3 .jyuten-list {
		background-color: #fffaee;
		padding:25px 60px;
		margin-bottom: 16px;
	}
	.jyuten-3 li {
		position: relative;
		padding-left:2em;
		text-indent:-2em;
	}
	.jyuten-3 li:before {
		display:inline-block; 
		content:'';
		width:0.7em;
		height: 0.7em;
		background: #cc9900;
		border-radius: 50%;
		margin-right: 20px;

	}

.point-flex {
	display:flex;
}
.jyuten-1 .point,
.jyuten-2 .point,
.jyuten-3 .point {
	display:block;
	width:58px;
	height:58px;
	text-align: center;
	line-height: 58px;
	border-radius: 29px;
	font-size: 1.2rem;
	font-weight: bold;
	padding:0 10px 0 8px;
}
.jyuten-1 .point {
	border:solid 1px #002d78;
	color:#002d78;
}
.jyuten-2 .point {
	border:solid 1px #735fa5;
	color:#735fa5;
}
.jyuten-3 .point {
	border:solid 1px #cc9900;
	color:#cc9900;
}

.jyuten-1 .point-text,
.jyuten-2 .point-text,
.jyuten-3 .point-text {
	display:block;
	margin-left: 16px;
	/* width:90%; */
	max-width:724px;
}
.shutten-400 {
	text-align: right;
	font-size:1.4rem;
	max-width:400px;
	margin:8px auto 8px;
}
.shutten-800 {
	text-align: right;
	font-size:1.4rem;
	max-width:800px;
	margin:8px auto 8px;
}
.shutten-800-center {
	text-align: center;
	font-size:1.4rem;
	max-width:800px;
	margin:8px auto 8px;
}
.shutten-800-2img {
	text-align: right;
	font-size:1.4rem;
	max-width:800px;
	margin:10px auto 30px;
}
.img-title-400 {
	text-align: left;
	max-width:400px;
	font-weight:bold;
	margin:16px auto 0;
}

@media only screen and (max-width: 768px) {
	.flex-2box div {
		width:100%;
	}
	.flex-2box div:nth-child(1) {
		margin-bottom:20px;
	}
	.flex-3box div {
		width:100%;
		margin-right:0;
	}
	.flex-2box div img,
	.flex-3box div img {
		width:100%;
	}
	.yougo-area dt {
		width:100%;
		padding-top:16px;
	}
	.yougo-area dd {
		width:100%;
	}
	.jyuten-1 .jyuten-list,
	.jyuten-2 .jyuten-list,
	.jyuten-3 .jyuten-list {
		padding:25px 20px;
	}
}

/* 20240105追加 */
.closeup-img-title {
	margin-bottom: 0;
	font-weight: bold;
}
.closeup-img {
	margin-bottom: 0;
}
.closeup-h3 {
	margin:40px 0 20px;
	border-left:solid 5px #002d78;
	padding-left:12px;
}
.closeup-h4 {
	color:#85c5ee;
}
.blue-back-title {
	background:#85c5ee;
	color:#fff;
	text-align: center;
	font-weight: bold;
	line-height: 2.8rem;
	padding: 8px 0;
}
.flex-three {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-three img {
	width:33%;
	margin-bottom: 30px;
}

.biography {
	margin-bottom: 40px;
	width: 100%;
}
.biography .date {
	width: 15%;
}
.biography td {
	padding: 5px 0 5px 15px;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}



.rpa-area {
	/* background:#fffaee; */
	/* margin-bottom: 50px; */
	padding:20px 0 30px;
	/* background-color: #fdf6e6;
  background-image: linear-gradient(#fff 2px, transparent 0),
                    linear-gradient(90deg, #fff 2px, transparent 0);
  background-size: 40px 40px; */

  /* position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; */
  background-color: #ffe9a7;
  /* opacity: 0.4; */
  z-index: -1;
  background: repeating-linear-gradient( -45deg, #ffefc0, #ffefc0 10px, #fdf6e6 10px, #fdf6e6 50px );
}


.rpa-title {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color:#003FB5;
	width:500px;
	margin:16px auto 0;
	position: relative;
	/* padding: 0.4em 0.8em; */
	margin-bottom: 20px;
	background-color: #fff;
}
/* .rpa-title:before,
.rpa-title:after {
  position: absolute;
  content: '';
} */

.rpa-title:after {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-top: 2px solid #003FB5;
  border-left: 2px solid #003FB5;
}

.rpa-title:before {
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-right: 2px solid #003FB5;
  border-bottom: 2px solid #003FB5;
}

.rpa-parson-left {
	display:flex;
	padding:20px 50px;
	align-items: center;
}
.rpa-parson-left img {
	margin-right:32px;
	flex-shrink: 0;
	width:80px;
	height:80px;
	border:solid 2px #003FB5;
	border-radius: 50%;
}
.rpa-parson-right {
	display:flex;
	padding:20px 50px;
	align-items: center;
}
.rpa-parson-right img {
	margin-left:32px;
	flex-shrink: 0;
	width:80px;
	height:80px;
	border:solid 2px #003FB5;
	border-radius: 50%;
}
.rpa-parson-left p,
.rpa-parson-right p {
	padding:16px;
	border:solid 2px #003FB5;
	border-radius: 16px;
	background-color: #fff;
	color:#003FB5;
	font-weight: bold;
	margin-bottom:0;
	position: relative;
}
.rpa-parson-left p:before {
	position: absolute;
	top:40%;
	left: -2em;
	width: 0;
	height: 0;
	content: '';
	border-width:  12px 12px  0 12px;
	border: 15px solid transparent;
    border-right: 15px solid #003FB5;
  }
  
  .rpa-parson-left p:after {
	position: absolute;
	top:40%;
	left: -1.8em;
	width: 0;
	height: 0;
	content: '';
	border-width:  12px 12px  0 12px;
	border: 15px solid transparent;
    border-right: 15px solid #fff;
  }
  
.rpa-parson-right p:before {
	position: absolute;
	top:40%;
	right: -2em;
	width: 0;
	height: 0;
	content: '';
	border-width:  12px 12px  0 12px;
	border: 15px solid transparent;
    border-left: 15px solid #003FB5;
  }
  
  .rpa-parson-right p:after {
	position: absolute;
	top:40%;
	right: -1.9em;
	width: 0;
	height: 0;
	content: '';
	border-width:  12px 12px  0 12px;
	border: 15px solid transparent;
    border-left: 15px solid #fff;
  }

  .mark01 {
	background: linear-gradient(transparent 0%, #f6ff5f 0%);
  }
.keyword {
	background:#e6effc;
	padding:40px;
	border-radius: 20px;
	margin:0 40px 40px;
}
.keyword-sub {
	color: #002d78;
	font-weight:bold;
	margin-bottom: 0;
	font-size:1.8rem;
}
.keyword-title {
	background:#fff;
	border:solid 2px #002d78;
	border-radius: 8px;
	font-weight:bold;
	padding:12px 24px;
	font-size:2.2rem;
}
.sec-keyword {
	margin-bottom: 70px;
}

.keyword-box {
	border: 2px solid #002d78;
	/* background-color: #f2f2f2; */
	padding: 1.5em;
	border-radius: 3rem;
	margin: 40px 0;
}

.keyword-one {
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #454545;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: #002d78 solid 2px;
}
.capital_link {
	display: flex;
	position: relative;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.capital_link:hover {
	background-color: #eaf8fe;
	/* transition-duration: 0.5s;
	transform: scale(1.2); */
}


.icon_closeup2 {
	width: 60px;
	height: auto;
	margin: 0 20px 0 0;
	padding: 10px 0;
}


.base_wrap a:hover {
	text-decoration: none;
}
.keyword-flex {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.closeup2_graph {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.closeup2_graph img {
	width: 30%;
	height: auto;
}

.keyword-two {
	background: #fff0f9;
	padding: 10px 20px;
	width:48%;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.keyword-two:hover {
	background: #ffd6ef;
}


.keyword-three {
	background: #e7ffe8;
	padding: 10px 20px;
	color: #454545;
	width:48%;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.keyword-three:hover {
	background: #c6ffc8;
}

/* .keyword-one img, */
.keyword-two img,
.keyword-three img {
	margin: 0 0 8px;
	height: 30px;
}
.keyword-anchor {
	line-height: 1.6em;
	text-align: center;
}



#part02.anchor_point.sec-keyword h2 {
	font-size: 2em;
	margin-bottom: 30px;
}
#part02.anchor_point.sec-keyword h3 {
	color: #f78080;
}

#part03.anchor_point.sec-keyword h2 {
	font-size: 2em;
	margin-bottom: 30px;
}
#part03.anchor_point.sec-keyword h3 {
	color: #58ad5a;
}
.sec-keyword h4 {
	font-weight: normal;
}
.keyword-title_mini {
	padding-right: 10px;
	color: #002d78;
}

.closeup2_list {
	margin-bottom: 20px;
}
.list_02 {
	margin-bottom: 0px;
}
.closeup2_list li {
	text-indent: -1.5em;
  padding-left: 1.5em;
}
.closeup2_list li:before {
	content:  "";
	margin-right: 1em;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #999;
	border-radius: 50%;
}
.closeup2_table {
	margin-bottom: 30px;
}
.closeup2_table th {
	background-color: #e7f3fc;
	color: #002d78;
	padding: 10px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	border: #000 solid 1px;
}
.closeup2_table td {
	background-color: #ffffff;
	color: #000;
	padding: 10px;
	text-align: left;
	font-size: 1.4rem;
	border: #000 solid 1px;
}

.m_btm_none {
	margin-bottom: 0;
}

.contents_img_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.contents_img_flex > div {
	width: 48%;
}
.contents_img_flex span {
	display:block;
	text-align: left;
}

.pick_up:before {
	content: "Pickup";
	background-color: #ffee00;
	color: #003FB5;
	padding: 5px 15px;
	font-size: 1.4rem;
	margin-right: 10px;
	display: inline-block;
}

.width_80 {
	width: 80%;
}


@media only screen and (max-width: 1540px) {
	.cont_header.visual.closeup1 p {
		font-size: 2rem;
	}
	/* .cont_header.visual.closeup1 .wrap {
		margin: 0 0 0 32vw;
	} */
}
/* @media only screen and (max-width: 1280px) {
	.cont_header.visual.closeup1 h1 {
		font-size: 4vw;
	}
	.cont_header.visual.closeup1 h1 small {
		font-size: 2vw;
	}
	.cont_header.visual.closeup1 p {
		font-size: 1.6rem;
	}
	.cont_header.visual.closeup1::after{
		background-position: top left -30px;
	}
} */

/* タブレット版 */
/* @media only screen and (max-width: 1100px) {
	.cont_header.visual.closeup1::after{
		background-position: top left -60px;
	}
	.cont_header.visual.closeup1 .wrap {
		margin: 0 3vw 0 36vw;
	}
	.cont_header.visual.closeup1 .lead br {
		display: none;
	}
	
} */
/* @media only screen and (max-width: 998px) {
	.cont_header.visual.closeup1::after{
		background-position: top left -60px;
	}
} */

/* @media only screen and (max-width: 860px) {
	.cont_header.visual.closeup1 h1 {
		font-size: 5vw;
	}
} */

@media only screen and (max-width: 798px) {
	/* .cont_header.visual.closeup1::after {
		content: none;
	}
	.cont_header.visual.closeup1 .wrap {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.cont_header.visual.closeup1 .wrap::after {
		content: '';
		display: block;
		background: transparent url(../img/closeup1_header_bg_sp.png) center center no-repeat;
		background-size: cover;
		width: calc(100% + 8vw);
		height: 59vw;
		margin-left: -4vw;
		order: -1;
	}
	.cont_header.visual.closeup1 h1 {
		font-size: 2.8rem;
		order: -2;
		margin-bottom: 20px;
	}
	.cont_header.visual.closeup1 h1 small {
		display: none;
	}
	.cont_header.visual.closeup1 p {
		width: 100%;
	}
	.cont_header.visual.closeup1 .lead {
		text-shadow:none;
	}
	.cont_header.visual.closeup1 p br {
		display: block;
	}
	.cont_header.visual.closeup1 .sign {
		font-size: 1.4rem;
		text-shadow:none;
	} */
	.msg-img-sp{
		margin-bottom: 10px;
		display: block !important;
	}
	.biography .date {
		width: 30%;
	}
	.biography td {
		padding: 5px 0;
		border-top: #000 1px solid;
		border-bottom: #000 1px solid;
	}
	.keyword-flex {
		display:block;
	}
	.keyword-two {
		display: block;
		background: #fff0f9;
		padding: 10px 20px;
		align-items: center;
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 20px;
		width: 100%;
	}
	.keyword-three {
		display: block;
		background: #e7ffe8;
		padding: 10px 20px;
		color: #454545;
		align-items: center;
		font-size: 1.8rem;
		font-weight: bold;
		width: 100%;
	}
	.closeup2_graph {
		display: block;
		margin-bottom: 10px;
	}
	.closeup2_graph img {
		width: 80%;
		height: auto;
		margin-bottom: 40px;
	}
	.width_80 {
		width: 100%;
	}
}




/* ------------------------------------
	Topics
------------------------------------ */

/* トピックスページのメイン画像*/
.cont_header.visual.topics::after{
	background-position: right center;
	background-image:url(../img/topics_header_bg_pc.png);
}
.cont_header.visual.topics h1 {
	position: relative;
	font-size: 5rem;
	text-shadow: 0 0 10px #ffffff
}
.topics_list article h1 a {
	color: #002d78;
}

ul.index {
	width: 100%;
	margin: 0 auto 60px;
	border-top: 1px dotted #999;
}
ul.index li {
	position: relative;
	list-style: none;
	border-bottom: 1px dotted #999;
}
ul.index li a {
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	line-height: 1.7;
	display: block;
	padding: 10px 50px 10px 10px;
	color: #002d78;
	text-decoration: none;
}
ul.index li a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -15px 0 0;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}
.anchor_point:before {
	content: " ";
	margin-top: -180px;
	height: 180px;
	display: block;
	visibility: hidden;
}

body.pc_view .topics_list article h1 a:hover {
	border-color: #002d78;
}
/* .topics_list article img{
	margin:1em auto;
} */
/* main .topics_list a[href*='.pdf']::after{
	content:none;
} */
.Sustainability{
	letter-spacing: 0;
	line-height: 1;
	padding: 0.5em;
	color: #002d78;
	border: 2px solid #002d78;
	margin: 10px 0px;
	text-align: center;
}
.dir_logo_topics_a {
	float: right;
	margin: 1em 0 2em 40px;
	width: 25%;
}
.dir_logo_topics_b {
	float: left;
	margin: 1em 40px 2em 0;
	width: 25%;
}
.dir_logo_topics_a_sp {
	display: none !important;
}
.dir_logo_topics_b_sp {
	display: none !important;
}
.dir_img_topics_sp {
	display: none !important;
}
.simul-link {
	margin-bottom:0;
	font-weight: bold;
}
.gray-bk {
	background-color: #f2f2f2;
	padding:8px 16px;
}
.topics_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.topics-movie {
	width: 48%;
}
.topics-movie img:hover {
	opacity:0.6;
}
.topics_list article .chara_img {
	width: 45%;
	margin: 0;
}
.chara_name {
	width: 50%;
}
.name_origin {
	text-indent: -3em;
  padding-left: 3em;
}
.chara_sentence {
	background-color: #e7f3fc;
	padding: 1.5em;
	border-radius: 15px;
	margin-bottom: 20px;
}
.chara_sentence h3 {
	color: #002d78;
	margin: 0 0 0.5em 0;
}
.chara_sentence h3:nth-child(2) {
	margin-top: 15px;
}
.topics_list article .tv_img {
	width: 48%;
	margin: 0;
}

@media only screen and (max-width: 798px) {
	.cont_header.visual.topics::after{
		background-position: right center;
		background-image:url(../img/topics_header_bg_sp.png);
	}

	.dir_logo_topics_a {
		display: none !important;
	}
	.dir_logo_topics_a_sp {
		display: block !important;
		width:50%;
		margin: 1em auto 1em;
	}
	.dir_logo_topics_b {
		display: none !important;
	}
	.dir_logo_topics_b_sp {
		display: block !important;
		width:50%;
		margin: 1em auto 1em;
	}
	.dir_img_topics {
		display: none !important;
	}
	.dir_img_topics_sp {
		display: block !important;
		width:100%;
		margin: 1em auto 1em;
	}
	.cont_header.visual.topics h1 {
		font-size: 2.8rem;
	}
	.topics_flex {
		display: block;
	}
	.topics_list article .chara_img {
		width: 80%;
		margin: 0 auto;
	}
	.chara_name {
		width: 100%;
	}
	.chara_name h2 {
		text-align: center;
	}
	.topics_list article .tv_img {
		width: 100%;
	}
	.topics_list article .tv_img:first-child {
		margin-bottom: 20px;
	}
}

/* ------------------------------------
	Print Element
------------------------------------ */
@page {
	size: A4 portrait;
	margin: 12.7mm 9.7mm;
}
@media print{
	html,
	body {
		display: block;
	}
	body,
	main {
		width: 1100px;
	}
	#global_header,
	#global_nav {
		position: absolute;
	}
	#page_top {
		display: none !important;
	}
	.pc {
		display: none;
	}
	#global_nav {
		visibility:hidden;
		/* display: none; */
	}
	/* message */
	.cont_header.visual.message .wrap {
		margin: 0 60px 0 470px;
	}
	.cont_header.visual h1 {
		font-size: 3.5rem;
	}
	.manga-img-pc {
		border: none;
		padding-top:200px;
	}
	.manga-img-pc-last {
		border: none;
		padding-top:5px;
	}
	.closeup #cont_menu {
		margin:15px auto 0;
	}
	.closeup #global_footer .ft_menu {
		padding:10px 20px;
	}
	/* .closeup #cont_menu {
		display: none;
	} */
	.cont_header.visual.large {
    height: 450px;
	}
	.cont_header.visual p {
    margin: 0.5em 0 0;
	}
	.cont_header.visual p {
    margin: 0.5em 0 0;
	}
	.cont_header.visual {
		margin: 0 0 40px;
	}
	.h_bg {
		margin: 0.5em 0 0.75em;
	}
	main section {
    width: 100%;
    margin: 0 auto 20px;
	}
	.base_wrap.type_hr {
		padding: 25px 0 0;
	}
	.base_wrap {
    width: 94%;
    max-width: 800px;
    margin: 0 auto 25px;
    position: relative;
	}
	.mgn-btm-50 {
    margin-bottom: 25px;
	}
	.m-btm-40 {
		margin-bottom: 20px;
	}
	.cor_ce li {
    padding: 5px 0;
	}
	main p {
    margin: 0 0 10px;
	}
	.print_ver {
		page-break-after: always;
	}
	.pr {
		display: block;
	}
	.cont_index li a {
		padding: 10%;
	}
	.keyword-two,
	.keyword-three {
		margin:0 21% 30px 26%;
	}
}

@media only screen and (max-width: 798px) {
	.cont_header.visual.closeup1::after {
		background-position: right center;
		background-image: url(../img/closeup1_header_bg_sp.png);
	}
	.cont_header.visual.closeup2::after {
		background-position: right center;
		background-image: url(../img/closeup2_header_bg_sp.png);
	}

	.rpa-parson-left {
		flex-direction: column-reverse;
	}
	.rpa-parson-right {
		flex-direction: column;
	}
	.rpa-parson-right p:before {
		top:100%;
		right: calc(50% - 15px);
		border: 15px solid transparent;
		border-top: 15px solid #003FB5;
	}
	  
	  .rpa-parson-right p:after {
		top:98%;
		right: calc(50% - 15px);
		border: 15px solid transparent;
		border-top: 15px solid #fff;
	}
	.rpa-parson-left p:before {
		top:100%;
		left: calc(50% - 15px);
		border: 15px solid transparent;
		border-top: 15px solid #003FB5;
	}
	  .rpa-parson-left p:after {
		top:98%;
		left: calc(50% - 15px);
		border: 15px solid transparent;
		border-top: 15px solid #fff;
	}
	  .rpa-parson-left img {
		margin-right:0;
		margin-top:20px;
	}
	  .rpa-parson-right img {
		margin-left:0;
		margin-top:20px;
	}
	.yougo-area h3 .text_img {
		width: 6%;
	}
	.flex-free-ad div {
		width:100%;
		margin-bottom: 30px;
	}
	.diversity-area {
		margin: 0 0 40px;
	}
	.keyword-one,
	.keyword-two,
	.keyword-three {
		width:90%;
		margin:0 auto 30px;
	}
	.keyword-one:after,
	.keyword-two:after,
	.keyword-three:after {
		left: -5px;
		top: -5px;
	}
	.keyword-flex {
		margin-bottom: 20px;
	}
	.rpa-title {
		width:330px;
		line-height: 1.6;

	}
	
}

.feature_underline {
	border-bottom: solid 1px #707070;
}
.feature-title {
	margin-bottom: 30px;
}
.img-width-50 {
	width:50%;
	margin-top: 10px;
}
.img-width-70 {
	width:70%;
}
.img-width-85 {
	width:85%;
	border:solid 1px #707070;
}
.feature-mid-title {
	font-size: 1.8rem;
}

.feature-small-title {
	/* text-decoration: underline; */
	border-bottom: solid 1px #003FB5;
	color:#003FB5;
	display:inline-block;
}
.caption-icon {
	font-size: 0.8em;
	vertical-align: top;
}
@media only screen and (max-width: 798px) {

	.img-width-50 {
		width:90%;
	}
	.img-width-70 {
		width:90%;
	}
	.img-width-85 {
		width:90%;
	}
	.contents_img_flex {
		display: flex;
		flex-wrap: wrap;
	}
	.contents_img_flex > div {
		width: 100%;
		margin-bottom: 20px;
	}


}