@charset "utf-8";

/* ------------------------------
 見出し・テキスト
------------------------------ */
/* H1 */
.heading {
  	position: relative;
	margin-bottom: 120px;
}
.heading h1 {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #595e5e;
}
.heading .title-en {
	font-size: 70px;
	font-family: "Rubik", sans-serif;
	line-height: 1;
}
.heading .title-en::before {
	content: "";
	display: block;
	position: relative;
	margin-left: 0px;
	background: url("../images/icon_headline.png") no-repeat 0 0 / cover;
	width: 83px;
	height: 9px;
	margin-bottom: 35px;
}
.headingImg {
	text-align: center;
}
.headingImg img {
	border-radius: 60px;
}

/* H2 */
h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 10px;
}
h2::before {
	display: block;
	content: "";
	height: 4px;
	width: 64px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: linear-gradient(90deg, #3aa1ed, #72e5ed);
}
h2::after {
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #dcdcd8, -2px -2px 2px #fdfdfd;
	margin-top: 15px;
}
h2:not(:first-child) {
	margin-top: 120px;
}
.contents h3 + h2:not(:first-child) {
	margin-top: 20px;
}

.contentsHome h2 {
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 1.35;
	font-weight: 600;
    padding-bottom: 0;
}
.contentsHome h2::before {
	content: "";
	display: block;
	position: relative;
	margin-left: 0;
	background: url(../images/icon_headline.png) top center/contain no-repeat;
	width: 83px;
	height: 9px;
	margin-bottom: 35px;
}
.contentsHome h2:after {
	display: none;
}
.contentsHome h2.title-en {
	font-size: 16px;
	color: #595e5e;
}
.contentsHome h2.title-en span {
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 68px;
	line-height: 1.35;
	color: #121918;
	font-weight: 400;
}

/* 黄色背景ボックスの中のh2 */
.bgrBox h2 {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
}
.bgrBox h2::after {
	content: none;
}
/* H3 */
.contentsHome h3 {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
}
h3 {
	margin-bottom: 15px;
	padding-left: 18px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	position: relative;
	color: #0075da;
}
h3::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	height: 100%;
	width: 5px;
	background: linear-gradient(#72e5ed,#3aa1ed);
	border-radius: 6px;
}
h3:not(:first-child) {
	margin-top: 40px;
}
h3#plafter:not(:first-child) {
	margin-top: 60px;
}
.contents h2 + h3:not(:first-child),
.contents h4 + h3:not(:first-child) {
	margin-top: 0 !important;
}
/* H4 */
h4 {
	margin-bottom: 15px;
	font-size: 21px !important;
	font-weight: 600;
}
h4:not(:first-child) {
	margin-top: 40px;
}
/* H5 */
h5  {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
/* H6 */
h6  {
	font-size: 15px;
	font-weight: 600;
}
.contents p:not(:last-child) {
	margin-bottom: 20px;
}
.contents p img {
	vertical-align: middle;
}
/* リード */
.lead {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	margin-top: 120px;
}
@media print, screen and (min-width: 768px) {
	.headingTitle {
		position: absolute;
		left: 80px;
		top: 0;
		bottom: 0;
		width: fit-content;
		height: fit-content;
		margin: auto;
	}
}

/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* H1 */
	.heading {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.heading h1 {
		font-size: 16px;
	}
	.headingTitle {
		text-align: center;
		margin-bottom: 30px;
	}
	.heading .title-en {
		font-size: 38px;
	}
	.heading .title-en::before {
		width: 50px;
    	height: 5px;
		margin: 0 auto 15px;
	}
	.headingImg img {
		border-radius: 0;
	}
	/* H2 */
	.contents h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.contents h2 br {
		display: none;
	}
	.contentsHome h2 {
		font-size: 25px;
		margin-bottom: 35px;
		margin-top: 0;
	}
	.contentsHome h2::before {
		width: 42px;
		height: 5px;
		margin-bottom: 20px;
	}
	.contentsHome h2::after {
		margin-top: 15px;
	}
	h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	h2:not(:first-child) {
		margin-top: 40px;
	}
	.contentsHome h2.title-en span {
		font-size: 34px;
	}
	/* 黄色背景ボックスの中のh2 */
	.bgrBox h2 {
		font-size: 22px;
	}
	/* H3 */
	h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	h3:not(:first-child) {
		margin-top: 25px;
	}
	.contents h3 {
		font-size: 18px;
	}
	/* H4 */
	h4 {
		font-size: 17px;
	}
	h4:not(:first-child) {
		margin-top: 20px;
	}
	.contents p:not(:last-child) {
		margin-bottom: 10px;
	}
	/* リード */
	.lead {
		font-size: 20px;
		margin-top: 20px;
	}
}
/* ------------------------------
 パンくず（PC）
------------------------------ */
#tmp_pankuzu {
	background-color: #f6f6f5;
	font-size: 13px;
	padding: 30px 10px 10px 50px;
	text-align: left;
	margin-top: 110px;
}
/* ------------------------------
 パンくず（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#tmp_pankuzu {
		padding: 8px 5% 0;
		margin-top: 62px;
	}
}
/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w1-2 {
		width: 47.89474%;
	}
	.w546 {
		width: 546px;
	}
	/* 1/3 */
	.w1-3 {
		width: 31.579%;
		float: right;
		margin-bottom: 40px;
	}
	.w1-3 + *:not(.w2-3) {
		clear: both;
	}
	.w350 {
		width: 350px;
	}
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.924%;
	}
	.w350.fl + .w350.fl {
		margin-left: 45px;
	}
	/* 2/3 */
	.w2-3 {
		width: 65.789%;
		float: left;
		margin-bottom: 40px;
	}
	.w2-3 + *:not(.w1-3) {
		clear: both;
	}
	.w745 {
		width: 745px;
	}
	/* 1/4 */
	.w1-4 {
		width: 22.632%;
	}
	.w258 {
		width: 258px;
	}
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.158%;
	}
	.w258.fl + .w258.fl {
		margin-left: 36px;
	}
	/* 3/4 */
	.w3-4 {
		width: 74.211%;
	}
	.w846 {
		width: 846px;
	}
	/* その他 */
	.w250 {
		width: 250px;
	}
	.w277 {
		width: 277px;
	}
	.w600 {
		width: 600px;
	}
	.w760 {
		width: 760px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w1-4,
	.w258 {
		width: 47.895%;
	}
	.w1-4.fl,
	.w258.fl {
		float: left;
	}
	.w1-4.sp_fr,
	.w258.sp_fr {
		float: right;
	}
}
/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 角丸黄色背景 */
.bgrBox {
	padding: 50px 60px 55px;
	border-radius: 20px;
	background-color: #E5F6FF;
}
/* 横並び */
.flexBox {
	display: flex;
	flex-wrap: wrap;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び 縦下揃え */
.flexBox.ai-fe {
	align-items: flex-end;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-flow: row wrap;
}

@media print, screen and (min-width: 768px) {
	.flexBox {
		gap: 60px 0;
	}
	ul.flexBox {
		gap: 10px 0 !important;
	}
	/* 横並び2列 */
	.flexBox.div2 {
		flex-flow: row wrap;
		gap: 25px 4.21%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-flow: row wrap;
		gap: 25px 3.924%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 25px 3.158%;
	}
	.flexBox.div4 > * {
		width: 22.632%;
		margin-bottom: 0;
	}
	/* 表示順 */
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 角丸黄色背景 */
	.bgrBox {
		padding: 25px 30px 20px;
		border-radius: 15px;
	}
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		gap: 15px 0;
	}
	.flexBox > *,
	.flexBox.div2 > *,
	.flexBox.div3 > * {
		width: 100%;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 25px 5.5%;
	}
	.flexBox.div4 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 テーブル
------------------------------ */
/* デフォルト */
table.datatable {
	width: 100%;
	border-collapse: collapse;
	box-shadow: 10px 10px 15px -15px rgba(0, 0, 0, 0.2);
}
table.datatable th {
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	background-color: #232a28;
	color: #fff;
}
table.datatable th:not(:last-child) {
	border-right: solid 1px #525757;
}
table.datatable tr:first-child th {
	border-bottom: solid 1px #525757;
}
table.datatable tr:not(:first-child, .scroller tr:nth-child(2)) th:not(.scroller tr:first-child th) {
	border-top: solid 1px #525757;
}
table.datatable td {
	padding: 20px;
	background-color: #fff;
}
table.datatable tr:not(:last-child) td {
	border-bottom: solid 1px #e6e6e6;
}
table.datatable td:not(:last-child) {
	border-right: solid 1px #e6e6e6;
}
.contents table.datatable td a[href$=".pdf"] {
	display: inline-grid;
	margin-bottom: 0;
}
/* 角丸テーブル */
table.datatable {
	border-radius: 20px;
	overflow: hidden;
}
/* スクロール */
.scroller {
	overflow-y: hidden !important;
}

/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	table.datatable th {
		font-size: 16px;
		padding: 10px;
	}
	table.datatable td {
		padding: 10px;
	}
	/* レスポンシブ */
	.res table.datatable th,
	.res table.datatable td {
		display: block;
		width: 100%;
	}
	.res table.datatable th {
		border-bottom: dotted 1px #939391;
		border-right: none;
	}
	.res table.datatable tr:not(:last-child) td {
		border-bottom: none;
	}
	/* スクロール */
	.scroller table.datatable {
		width: 1140px !important;
	}
}
/* ------------------------------
 リスト
------------------------------ */
/* ノーマルリスト●付き */
.contentsHome ul > li,
.contents ul > li  {
	position: relative;
	padding-left: 1.2em;
}
.contentsHome ul > li:only-child,
.contents ul > li:only-child {
	margin-bottom: 5px;
}
.contentsHome ul > li::before,
.contents ul > li::before {
	content: "●";
    position: absolute;
    left: 0;
    font-size: 16px;
}
.contentsHome ul > li > ul > li,
.contents ul > li > ul > li {
	padding-left: 0;
}
.contentsHome ul > li > ul > li::before,
.contents ul > li > ul > li::before {
	content: none;
}
/* 数字 */
.contentsHome ol > li,
.contents ol > li {
	counter-increment: count 1;
	position: relative;
	padding-left: 30px;
}
.contentsHome ol > li:before,
.contents ol > li:before {
	content: counter(count)".";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
	text-align: center;
}
/* リスト-インライン */
#tmp_contents ul > li.inlinelist {
	display: inline-block;
	margin-right: 20px;
}
/* リスト-インライン太字 */
#tmp_contents ul > li.inlinebold {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
}
/* ------------------------------
 ボタン
------------------------------ */
.btn a,
button.btn {
	display: inline-block !important;
	position: relative;
	min-width: 300px;
	padding: 30px 80px 30px 35px;
	border-radius: 90px;
	box-shadow:  7px 7px 10px #dcdcd8,
				-7px -7px 10px #fdfdfd;
	color: #121918;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	word-break: break-all;
	text-align: left;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 10px;
}
.btn a::after,
button.btn::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/icon_arrow.png) no-repeat 0 0 / cover;
}
.contents .btn a[target="_blank"]::after {
  	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/icon_blank_circle.png) no-repeat 0 0 / cover;
}
button.btn {
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* ボタンPDF */
.contents .btn.pdf a[href$=".pdf"]::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	width: 23px;
	height: 26px;
	margin: auto;
}
.btn.pdf a {
	padding: 30px 80px 30px 70px !important;
}
.btn.pdf a::after,
button.btn.pdf::after {
	background: url(../images/icon_download.png) no-repeat 0 0 / cover !important;
}

/* ボタン大 */
.btn.btnBig a {
	font-size: 26px;
	min-width: 500px;
	padding: 45px 75px 45px 60px;
	border-radius: 120px;
}
.btn.btnBig a::after {
	right: 35px;
	width: 60px;
	height: 60px;
}
/* リストアイコンボタン */
.btn.btnList a::after,
button.btn.btnList::after {
	background: url(../images/icon_list.png) no-repeat 0 0 / cover;
}
/* ul li btn */
.contents ul > li.btn {
	padding-left: 0;
}
.contents ul > li.btn::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.btn a:hover,
	button.btn:hover {
		opacity: .7;
	}
	/* ul li btn */
	.contents ul > li.btn:nth-last-child(2) {
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.btn a,
	button.btn {
		padding: 20px 55px 20px 30px;
		font-size: 15px !important;
		margin: 10px;
	}
	.btn a::after,
	button.btn::after {
		right: 18px;
		width: 30px;
		height: 30px;
	}
	.contents .btn a[target="_blank"]::after {
		right: 18px;
		width: 30px;
		height: 30px;
	}
	.btn.pdf a {
		padding: 20px 55px 20px 60px !important;
	}
	.contents .btn.pdf a[href$=".pdf"]::before {
		left: 25px;
	}
	
	
	/* ボタン大 */
	.btn.btnBig a {
		padding: 28px 60px 28px 35px;
		font-size: 19px;
		min-width: 90%;
	}
	.btn.btnBig a::after {
		right: 25px;
		width: 30px;
		height: 30px;
	}
	/* ul li btn */
	.contents ul > li.btn +.btn {
		margin-top: 15px;
	}
}
/* ------------------------------
 アイコン
------------------------------ */
/* 外部リンク */
.contentsHome a[target="_blank"]::after,
.contents a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 3px;
	background: url(../images/icon_blank.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.icon_blank::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 2px 5px;
	background: url(../images/icon_blank.svg) no-repeat center / cover;
	vertical-align: middle;
}
/* ファイル */
.contents a[href$=".pdf"],
.contents a[href$=".doc"],
.contents a[href$=".docx"],
.contents a[href$=".ppt"],
.contents a[href$=".pptx"],
.contents a[href$=".xls"],
.contents a[href$=".xlsx"],
.contents a.file,
.contents .file a {
	display: block;
	position: relative;
	margin-bottom: .875em;
	padding-left: 1.5em;
}
.contents a[href$=".pdf"]::before,
.contents a[href$=".doc"]::before,
.contents a[href$=".docx"]::before,
.contents a[href$=".ppt"]::before,
.contents a[href$=".pptx"]::before,
.contents a[href$=".ppt"]::before,
.contents a[href$=".pptx"]::before,
.contents a.file::before,
.contents .file a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 15px;
	height: 17px;
}
/* PDF */
.contents a[href$=".pdf"]::before {
	background: url(../images/icon_pdf.png) no-repeat 0 0 / cover;
}
/* Word */
.contents a[href$=".doc"]::before,
.contents a[href$=".docx"]::before {
	background: url(../images/icon_doc.png) no-repeat 0 0 / cover;
}
/* PPT */
.contents a[href$=".ppt"]::before,
.contents a[href$=".pptx"]::before {
	background: url(../images/icon_ppt.png) no-repeat 0 0 / cover;
}
/* Excel */
.contents a[href$=".xls"]::before,
.contents a[href$=".xlsx"]::before {
	background: url(../images/icon_xls.png) no-repeat 0 0 / cover;
}
/* ファイル */
.contents a.file::before,
.contents .file a::before {
	background: url(../images/icon_file.png) no-repeat 0 0 / cover;
}
/* アンカーリンク */
.contents h2 a[id] {
	color: #000;
	text-decoration: none;
}
.contents h3 a[id] {
	text-decoration: none;
}
/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.pagelinkBox {
	background: #eff0ed;
	border-radius: 150px;
	padding: 40px 100px 30px;
}
.pagelinkBox strong {
	color: #006bd4;
	font-size: 32px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	display: block;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
.pagelinkBox a {
	display: inline-block;
	margin: 0 25px 8px;
	color: #121918;
	text-decoration: none;
	text-indent: -1.85em;
  	padding-left: 1em;
}
.pagelinkBox a::before {
	display: inline-block;
	content: "";
	width: 22px;
  	height: 22px;
  	background: url(../images/icon_arrow_under.png) no-repeat 0 0 / cover !important;
	vertical-align: -5px;
  	margin-right: 7px;
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pagelinkBox {
		border-radius: 40px;
  		padding: 30px 8% 20px;
	}
	.pagelinkBox a {
		margin: 0 12px 8px;
		text-indent: -1.85em;
		padding-left: 1em;
	}
	.pagelinkBox strong {
		font-size: 24px;
	}
}
/* ------------------------------
 スライド（PC）
------------------------------ */
/* 画像 */
.slide-contents .swiper-slide img {
	width: 100%;
}
/* pagination */
.sliderBlock .slide-control {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	position: absolute;
	z-index: 1;
}
.sliderBlock .swiper-horizontal .swiper-pagination {
	display: inline-block;
	position: static;
	width: auto;
	margin-right: 15px;
}
.sliderBlock .swiper-horizontal .swiper-pagination button {
	background-color: transparent;
	vertical-align: middle;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot {
	width: 24px;
	height: 24px;
	padding: 7px;
	cursor: pointer;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot > span {
	display: inline-block;
	width: 100%;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	font-size: 0;
	line-height: 2px;
	vertical-align: top;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot.slide-dot-active > span {
	background: #0F61BF;
}
/* stop start */
.slide-stop-start {
	display: inline-block;
	overflow: hidden;
	width: 82px;
	height: 24px;
}
.stop,
.start,
.slide-stop,
.slide-start {
	font-family: "Ubuntu", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0 10px 0 22px;
	width: 82px;
	height: 24px;
	border-radius: 24px;
	background-color: #0F61BF;
	cursor: pointer;
}
.stop::before,
.slide-stop::before,
.start::before,
.slide-start::before  {
	content: "";
	display: inline-block;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 6px;
	height: 10px;
	margin: auto;
}
.stop::before,
.slide-stop::before {
	background: url(../images/icon_slide_stop.png) no-repeat 0 0 / cover;
}
.start::before,
.slide-start::before {
	background: url(../images/icon_slide_start.png) no-repeat 0 0 / cover;
}
.pc.sliderBlock .inBlock {
	position: absolute;
	top: 3px;
	left: 50%;
	z-index: 1;
	margin-left: -570px;
}
/* ------------------------------
 スライド（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .sp.sliderBlock .inBlock {
		position: absolute;
		top: -4px;
		left: 0;
		z-index: 1;
		margin: 0;
	}
}

/* ------------------------------
 画像（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome a img,
	.contents a img {
		width: 100%;
	}
}
/* ------------------------------
 リンク一覧（PC）
------------------------------ */
.linkList p + p {
	margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
	.linkList {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.linkList.w780 {
		width: 780px;
	}
}
/* ------------------------------
 お知らせ（PC）
------------------------------ */
li.newsList {
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}
li.newsList::before {
	display: none !important;
}
li.newsList::after {
	display: block;
	content: "";
	height: 4px;
	width: 100%;
	border-radius: 10px;
  	box-shadow: 2px 2px 2px #dcdcd8, -2px -2px 2px #fdfdfd;
}
li.newsList:first-child::before {
	display: block !important;
	content: "" !important;
	height: 4px !important;
	width: 100% !important;
	border-radius: 10px !important;
	box-shadow: 2px 2px 2px #dcdcd8, -2px -2px 2px #fdfdfd;
	background: none !important;
	position: relative !important;
	top: 0 !important;
}
li.newsList a {
	color: #121918;
	text-decoration: none;
	font-size: 16px;
	padding: 20px 0;
	display: block;
}
li.newsList span {
	display: inline-block;
	width: 100px;
	color: #fff;
	background: #154eab;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	border-radius: 25px;
	margin-right: 20px;
}
li.newsList.cate_event span {
	background: #0076a8;
}
li.newsList.cate_seminar span {
	background: #3c318c;
}
li.newsList.cate_report span {
	background: #007561;
}
/* ------------------------------
 下層コンテンツ
------------------------------ */
/* 角丸 */
.corner-r img,
img.corner-r {
	border-radius: 25px;
}
.r20 img,
img.r20 {
	border-radius: 20px;
}
/* google map */
.mapBox {
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
    width: 100%;
	height: 100%;
	aspect-ratio: 2 / 1;
}
.mapBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* 角丸白色背景-パンフレット用 */
.pamphletBox {
	padding: 50px 60px 55px;
	border-radius: 20px;
	background-color: #fff;
}
.pamphletBox strong {
	font-size: 21px;
	font-weight: 600;
}
.pamphletBox a {
	display: inline-block !important;
	position: relative;
	min-width: 300px;
	padding: 30px 80px 30px 70px !important;
	border-radius: 90px;
	box-shadow:  7px 7px 10px #dcdcd8,
				-7px -7px 10px #fdfdfd;
	color: #121918;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	word-break: break-all;
	text-align: left;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 30px;
}
.pamphletBox a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 40px !important;
	height: 40px !important;
	margin: auto !important;
	background: url(../images/icon_download.png) no-repeat 0 0 / cover !important;
}
.pamphletBox a::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0 !important;
	bottom: 0;
	left: 35px !important;
	width: 23px !important;
	height: 26px !important;
	margin: auto;
}
/* ビフォーアフターボックス */
.before_afterBox .col2L {
	background: #fff;
	border-radius: 20px;
	position: relative;
}
.before_afterBox .col2L::after {
	content: "";
	display: block;
	position: absolute;
	right: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
  	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 18px solid #6a7579;
	border-right: 0;
}
.before_afterBox .col2R {
	background: #fff;
	border-radius: 20px;
}
.beforeBox_headline {
  	font-weight: 600;
	display: block;
	width: 100%;
	padding: 20px 15px 15px !important;
	background: #6a7579;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	margin: 0 !important;
}
.afterBox_headline {
  	font-weight: 600;
	display: block;
	width: 100%;
	padding: 20px 15px 15px !important;
	background: linear-gradient(90deg, #0075da, #3aa1ed);
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	margin: 0 !important;
}
.before_afterBox p {
	padding: 40px 50px;
}
.before_afterBox .txt_blue {
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.before_afterBox tr,
	.before_afterBox .col2 {
		display: flex;
		justify-content: space-between;
	}
	.pamphletBox img {
		float: left;
		margin-right: 40px;
	}
}
/* ------------------------------
 下層コンテンツ(SP)
------------------------------ */
@media screen and (max-width: 767px) {
	.pc_tac.mb80 br {
		display: none;
	}
	/* 角丸 */
	.corner-r img,
	img.corner-r {
		border-radius: 15px;
	}
	/* google map */
	.mapBox {
		border-radius: 15px;
		margin-bottom: 15px;
	}
	/* 角丸白色背景-パンフレット用 */
	.pamphletBox {
		padding: 30px 8% 30px;
	}
	.pamphletBox img {
		display: block;
		margin: 0 auto 15px;
	}
	.pamphletBox a {
		font-size: 14px !important;
		padding: 20px 55px 20px 60px !important;
		min-width: 100%;
		margin: 15px auto 0;
	}
	.pamphletBox a::after {
		right: 18px;
		width: 30px !important;
		height: 30px !important;
	}
	.pamphletBox a::before {
		left: 25px !important;
	}
	/* ビフォーアフターボックス */
	.before_afterBox p {
		padding: 20px 5%;
	}
	.before_afterBox .col2L {
		margin-bottom: 40px !important;
	}
	.before_afterBox .col2L::after {
		left: 0;
		right: 0;
		top: auto;
		bottom: -36px;
		transform: rotate(90deg);
	}
	.beforeBox_headline {
		font-size: 18px;
		padding: 15px 15px 10px !important;
	}
	.afterBox_headline {
		font-size: 18px;
		padding: 15px 15px 10px !important;
	}
}
/* ------------------------------
 インタビュー
------------------------------ */
.interviewBox h2 {
	font-size: 32px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 15px;
}
.interviewBox h2::before {
	content: "";
	display: block;
	position: relative;
	margin-left: 0;
	background: url(../images/icon_headline.png) top center/contain no-repeat;
	width: 55px;
	height: 6px;
	margin-bottom: 20px;
}
.interviewBox h2::after {
	display: none;
}
.interviewBox h3 {
	font-size: 21px;
	color: #121918;
	padding-left: 0;
	margin-bottom: 10px;
}
.interviewBox h3::before {
	display: none;
}
.interviewBox a {
	text-decoration: none;
	color: #121918;
	background: #fff;
	display: block;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
}
.interviewBox a:hover {
	opacity: .7;
}
.interviewBox a .textBox {
	padding: 40px 45px;
}
.interviewBox a img {
	border-radius: 30px 30px 0 0;
}
.interviewBox a .textBox p {
	position: relative;
	padding-right: 50px;
}
.interviewBox a .textBox p::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/icon_arrow.png) no-repeat 0 0 / cover;
	transition: .3s ease-in-out;
}

/* 画像からPDFのリンクはアイコン付けない */
.contents .pdfImg a[href$=".pdf"],
.contents .pdfImg a[href$=".pdf"] {
	margin-bottom: 0;
	padding-left: 0;
}
.contentsHome .pdfImg a[target="_blank"]::after,
.contents .pdfImg a[target="_blank"]::after,
.contents .pdfImg a[href$=".pdf"]::before {
	content: none;
}
/* ------------------------------
 インタビュー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.interviewBox h2 {
		font-size: 19px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.interviewBox h2::before {
		width: 42px;
		height: 5px;
		margin-bottom: 5px;
	}
	.interviewBox h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.interviewBox a {
		border-radius: 20px;
	}
	.interviewBox a .textBox {
		padding: 30px 8%;
	}
	.interviewBox a img {
		border-radius: 20px 20px 0 0;
	}
	.interviewBox p {
		font-size: 14px;
	}
	.interviewBox a .textBox p {
		padding-right: 40px;
	}
	.interviewBox a .textBox p::after {
		bottom: 0;
		width: 30px;
		height: 30px;
	}

	/* w1-3等の下マージン */
	.contents .w1-2:not(:last-child),
	.contents .w1-3:not(:last-child),
	.contents .w2-3:not(:last-child),
	.contents .w1-4:not(:last-child),
	.contents .w3-4:not(:last-child) {
		margin-bottom: 20px;
	}
}
/* ------------------------------
 インタビュー下層
------------------------------ */
h1.h_interview {
	font-size: 36px;
	margin-bottom: 50px;
	line-height: 1.35;
	font-weight: 600;
	text-align: center;
	padding-top: 100px;
}
h1.h_interview::before {
	content: "";
	display: block;
	position: relative;
	margin: 0 auto;
	background: url(../images/icon_headline.png) top center/contain no-repeat;
	width: 83px;
	height: 9px;
	margin-bottom: 35px;
	box-shadow: none;
}
.interview_main {
	background: #fff;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
	margin-bottom: 100px;
}
.interview_main > .detail_img > img {
	border-radius: 20px 20px 0 0;
}
.interview_main .textBox {
	padding: 50px;
}
.interview_main .border_bottom {
	width: 100%;
	padding-bottom: 30px;
}
.interview_main .border_bottom::after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #dcdcd8, -2px -2px 2px #fdfdfd;
  margin-top: 15px;
}
.interview_bottom {
	margin-bottom: 120px;
}
.interview_bottom img {
	border-radius: 20px;
}
.interview_bottom h2 {
	margin-top: 40px;
}
.listBlock {
	background: #eff0ed;
	padding: 90px 0;
}

/* ------------------------------
 インタビュー下層（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.interview_main .border_bottom {
		display: flex;
		align-items: center;
	}
	.interview_main .border_bottom img {
		margin-right: 25px;
	}
}
/* ------------------------------
 インタビュー下層（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	h1.h_interview {
		font-size: 26px;
		margin-bottom: 40px;
		padding-top: 60px;
	}
	h1.h_interview::before {
		background: url(../images/icon_headline.png) top center/contain no-repeat;
		width: 42px;
		height: 5px;
		margin-bottom: 20px;
	}
	.interview_main {
		margin-bottom: 60px;
	}
	.interview_main .textBox {
		padding: 30px 5%;
	}
	.interview_main .border_bottom {
		padding-top: 0;
		margin-bottom: 30px;
	}
	.interview_main .border_bottom img {
		margin-bottom: 10px;
		height: 50px;
    	width: auto;
	}
	.interview_bottom {
		margin-bottom: 60px;
	}
	.listBlock {
		padding: 40px 0;
	}
}
/* ------------------------------
 スタイル定義
------------------------------ */
.strike {
	text-decoration: line-through;
}
.text_highlight {
  	background: #ffee00;
}
.text_thin {
  	opacity: 0.5;
}
.txt_red {
  	color: #b31400;
  	background-color: transparent;
}
.txt_blue {
  	color: #0075da;
  	background-color: transparent;
}
.space_lft1 {
  	padding-left: 1em;
}
.text_xl {
  	font-size: 200%;
}
.text_l {
  	font-size: 150%;
}
.text_s {
  	font-size: 75%;
}
.text_bold {
  	font-weight: 600;
}
.float_rgt {
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	clear: both;
	float: right;
}
.float_lft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	clear: both;
	float: left;
}
.clear {
	clear: both;
}
.rubik {
  	font-family: "Rubik", sans-serif;
}
/* datatable */
table.datatable caption {
	padding: 0 0 0.5em;
	font-weight: 600;
	text-align: left;
}
table.datatable p {
	margin: 0 !important;
}
table.datatable ul,
table.datatable ul > li,
table.datatable ol,
table.datatable ol > li {
	margin: 0 !important;
}
/* noicon */
ul.noicon li {
	padding-left: 0;
}
ul.noicon li::before {
	content: none;
}
/* alert */
.alert {
	padding: 20px;
	border-radius: 5px;
	line-height: 1.7;
	margin: 15px auto;
	background: #fff;
}
.alert_blue {
	border: solid 2px #0072bc;
}
.alert_red {
	border: solid 2px #bc0133;
}
.alert_green {
	border: solid 2px #008354;
}
.alert_orange {
	border: solid 2px #ff6200;
}
/* badge */
.badge:after {
	content: "バッヂテキスト";
	display: inline-block;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	width: auto;
	height: 20px;
	border-radius: 20px;
	font-size: 80%;
	margin: auto 10px;
}
.badge_blue:after {
	content: "注目";
	background: #0072bc;
}
.badge_red:after {
	content: "新規";
	background: #bc0133;
}
.badge_green:after {
	content: "更新";
	background: #008354;
}
/* badgeお知らせ */
.badge_news a::before {
	content: "ニュース";
	display: inline-block;
	width: 100px;
	color: #fff;
	background: #154eab;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	border-radius: 25px;
	margin-right: 20px;
}
.badge_event a::before {
	content: "イベント";
	display: inline-block;
	width: 100px;
	color: #fff;
	background: #0076a8;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	border-radius: 25px;
	margin-right: 20px;
}
.badge_seminar a::before {
	content: "セミナー";
	display: inline-block;
	width: 100px;
	color: #fff;
	background: #3c318c;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	border-radius: 25px;
	margin-right: 20px;
}
.badge_report a::before {
	content: "活動報告";
	display: inline-block;
	width: 100px;
	color: #fff;
	background: #007561;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	border-radius: 25px;
	margin-right: 20px;
}
/* badgeドローン */
.badge_drone::after {
	content: "";
	display: inline-block;
	background: url("../images/icon_drone.svg") center top / contain no-repeat;
	width: 27px;
	height: 12px;
	margin-left: 10px;
}
/* list_group */
.list_group {
	margin: 20px 0;
	border: solid 1px #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.list_group li {
	margin: 0;
	list-style: none;
	padding: 0;
}
.list_group li:not(:last-child) {
	border-bottom: solid 1px #ccc;
}
.list_group a {
	display: block;
	padding: 10px 20px;
}
.list_group li:hover {
	background: #f7f7ff;
}
/* 黒丸 */
.icon_black {
	background-color: #121918;
	color: #fff;
	font-size: 13px;
	font-family: "Rubik", sans-serif;
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	vertical-align: 3px;
	margin-right: 7px;
}
/* ------------------------------
 共通パーツ
------------------------------ */
/* col2 */
table.col2 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
table.col2 td.col2L {
  display: table;
  width: calc(100% / 2 - 24px);
  float: left;
  position: relative;
}
table.col2 td.col2R {
 display: table;
  width: calc(100% / 2 - 24px);
  float: right;
  position: relative;
}
table.col2 td.col2L p img,
table.col2 td.col2R p img {
	border-radius: 20px;
}
table.col2 td.col2L h4,
table.col2 td.col2R h4 {
	margin-top: 25px;
  	margin-bottom: 10px;
}
div.col2 {
  width: 100%;
  overflow: hidden;
}
div.col2 div.col2L {
  display: table;
  width: calc(100% / 2 - 24px);
  float: left;
  position: relative;
}
div.col2 div.col2R {
  display: table;
  width: calc(100% / 2 - 24px);
  float: right;
  position: relative;
}
div.col2 div.col2L p img,
div.col2 div.col2R p img {
	border-radius: 20px;
}
div.col2 div.col2L h4,
div.col2 div.col2R h4 {
	margin-top: 25px;
  	margin-bottom: 10px;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
  padding: 0;
}
div.col2 div.col2 div.col2L {
  width: 47.5%;
  margin-right: 4%;
}
div.col2 div.col2 div.col2R {
  width: 47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
  width: 100%;
}
div.fixed_col2 div.fixed_col2L {
  display: table;
  width: 49%;
  margin-right: 2%;
  float: left;
}
div.fixed_col2 div.fixed_col2R {
  display: table;
  width: 49%;
  float: right;
}
/* col3 */
table.col3 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
  width: 33.33%;
  border-right-width: 15px;
}
table.col3 td.col3L,
table.col3 td.col3M {
  border-right: 15px solid transparent;
}
table.col3 td.col3R {
  width: 33.33%;
}
div.col3 {
  width: 100%;
  overflow: hidden;
}
div.col3 div.col3L,
div.col3 div.col3M {
  display: table;
  width: 32%;
  margin-right: 2%;
  float: left;
}
div.col3 div.col3R {
  display: table;
  width: 32%;
  float: left;
}
table.col2,
table.col3,
div.col2,
div.col3 {
	margin-bottom: 20px;
}
/* img_cap */
table.img_cap {
  margin: 0 0 0.3em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.img_cap td {
  padding: 0;
}
div.img_cap {
  margin: 0 0 0.3em;
}
div.img_cap img {
  margin: 0 !important;
}
/* layouttable */
table.layouttable {
  border-collapse: collapse;
  border-spacing: 0;
}
table.layouttable td {
  padding: 0 15px 0 0;
  vertical-align: top;
  text-align: left;
}
div.col3 div.col3L ul li img,
div.col3 div.col3M ul li img,
div.col3 div.col3R ul li img {
	vertical-align: middle;
}

/* ------------------------------
 スタイル定義・共有パーツ（SP）
------------------------------ */
@media screen and (max-width: 480px) {
	.float_lft,
	.float_rgt {
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	/* col3 */
	div.col2 div.col2L,
	div.col3 div.col3L,
	div.col3 div.col3M {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	div.col2 div.col2R,
	div.col3 div.col3R {
		width: 100%;
		float: none;
	}
	div.col2 div.col2L,
	div.col2 div.col2R {
		clear: both;
	}
	div.col2 div.col2 div.col2L,
	div.col2 div.col2 div.col2R {
		width: 100%;
		clear: both;
	}
	div.fixed_col2 div.fixed_col2L,
	div.fixed_col2 div.fixed_col2R {
		width: 100%;
		clear: both;
	}
	div.col3 div.col3L,
	div.col3 div.col3M,
	div.col3 div.col3R {
		width: 100%;
		clear: both;
	}
	#tmp_contents div.col3 ul,
	#tmp_contents div.col2 ul {
		margin-bottom: 0;
	}
	div.col2 div.col2L h4,
	div.col2 div.col2R h4 {
		margin-top: 10px;
  		margin-bottom: 5px;
	}
}