/* PC
***************************************************  */

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
html {
	font-size: 62.5%;	/* 1rem = 10px */
}

body {
	background-color: #ffffff;
	scroll-behavior: smooth;
	color: #333333;
	font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
a {
	transition: 0.16s;
}

a:hover {
	opacity: 0.45;
}

img {
	display: block;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.bgclr_blue {
	background-color: #003cb3;
}

.bgclr_gray {
	background-color: #f2f5f6;
}

.txtclr_vis {
	color: #003cb3;
}

.txtclr_mis {
	color: #0095b3;
}

.txtclr_val {
	color: #693cbc;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_container {
	margin-top: 70px;
}

.danasset_contentbox {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 160px;
}

.danasset_h2ul {
	display: flex;
	align-items: baseline;
}

h2 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	/*	font-style: normal;	*/
	color: #003cb3;
	font-size: 4.2rem;
	letter-spacing: 0.55rem;
}

.h2cap {
	color: #003cb3;
	font-size: 1.9rem;
	font-weight: 300;
	letter-spacing: 0.2rem;
	padding-left: 2.0rem;
}

.h2uline {
	background-color: #003cb3;
	height: 1px;
	width: 40px;
	margin: 26px 0 38px;
}

h3 {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	/*	font-style: normal;	*/
	color: #000000;
	font-size: 3.0rem;
	letter-spacing: 0.1rem;
	margin-bottom: 2.2rem
}

h1 {
}

.linkbtn {
	width: fit-content;
}

.linkbtn a {
	display: block;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 300;
	padding: 4px 24px;
	margin-top: 30px;
}

.nakayose {
	text-align: center;
}

.nakayose2 {
	margin: 0 auto;
}

.posi_relative {
	position: relative;
}

.posi_absolute {
	position: absolute;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
#header_pc {
	width: 100%;
	/*	height: 70px;	*/
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 999;
	/*	padding: 16px 0;	*/
}

.h_menu {
	display: flex;
	/*	align-items: center;	*/
	justify-content: space-between;
}

.h_menu a {
	color: #000000;
	font-size: 1.4rem;
	font-weight: 700;
}

.h_menul {
	margin-left: 3.5%;
}

.h_menur {
	/*	height: 70px;	*/
	margin-right: 3.5%;
}

#nav_pc {
	display: flex;
}

#nav_pc li {
	padding: 0rem 2.0rem;
}

#nav_pc li:last-child {
	padding-right: 0;
}

.nav_pcli {
	display: table;
	height: 70px;
}

.nav_pcli a {
	display: table-cell;
	vertical-align: middle;
}

a.toph1icon:hover {
	opacity: 1.0;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
#danasset_footer {
	background-color: #000000;
	color: #ffffff;
}

.danasset_footerbox {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

.footer_info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5.0rem;
	border-bottom: 1px solid rgba(255, 255, 225, .65);
}

.footer_info p {
	line-height: 1.9;
}

.footer_infoh {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 3.0rem;
}

.footer_infocap {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-size: 2.3rem;
	letter-spacing: 0.5rem;
}

.footername {
	letter-spacing: 0.6rem;
}

.footer_infolir ul {
	display: flex;
	align-items: center;
}

.footer_infolir ul li:first-child img {
	padding-right: 1.6rem;
}

.footer_infotel {
	letter-spacing: 0.3rem;
}

.footer_menu {
	margin-top: 5.0rem;
}

#fmenu_pc ul {
	display: flex;
	justify-content: space-evenly;
}

.footer_menu a {
	color: #ffffff;
	font-size: 1.4rem;
}

.footer_cr {
	font-size: 1.2rem;
	letter-spacing: 0.08rem;
	text-align: center;
	padding: 0 0 1.4rem;
}

.bnr_bpbox {
	width: fit-content;
	position: fixed;
	right: 0;
	top: 68%;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.top1v_img {
	width: 100%;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.message_ul {
	display: flex;
}

.message_aoiimg {
	margin-right: 10.0rem;
}

.namesign {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 1.44rem;
	margin-top: 0.8rem;
}

.aoisign {
	color: #000000;
	font-size: 1.86rem;
	letter-spacing: 0.4rem;
	padding-left: 2.0rem;
}

.message_linkbox {
	display: flex;
}

ul.message_linkbox li {
	margin-right: 20px;
}

ul.message_linkbox li:last-child {
	margin-right: 0;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.topface_logo {
	left: 7%;
	top: 160px;
	mix-blend-mode: multiply;
	opacity: 0.18;
}

.topface_bg {
	right: 0;
	/* top: 218px; */
	mix-blend-mode: multiply;
	opacity: 0.22;
	bottom: 185px;
}

.topbusiness_pac {
	border-top: 1px solid rgba(0, 60, 179, .65);
	margin-top: 80px;
	padding-top: 60px;
}

.topbusiness_box {
	border: 1px solid rgba(0, 60, 179, .65);
	width: 70%;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 4% 6%;
}

.mar_t50 {
	margin-top: 50px;
}

.mar_b50 {
	/*	margin-bottom: 50px; */
	margin-bottom: 0px;
}

.topbusiness_eh {
	color: #003cb3;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 2.1rem;
	letter-spacing: 0.3rem;
	padding-bottom: 0.5rem;
}

.topbusiness_jh {
	color: #000000;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 2.0rem;
	letter-spacing: 0.1rem;
	padding-bottom: 1.0rem;
}

.txtmarker {
	background: linear-gradient(transparent 60%, rgba(0, 60, 179, 0.18) 60%);
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.topvoice_looppac {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.topvoice_looppac::after {
	content: "";
	display: block;
	width: 27%;
}

div.topvoice_lp_box {
	margin-bottom: 4.0rem;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.contact_tel {
	border-top: 1px solid rgba(0, 60, 179, .65);
	margin-top: 60px;
	padding: 50px 0;
	text-align: center;
}

.contact_mail {
	border-top: 1px solid rgba(0, 60, 179, .65);
	border-bottom: 1px solid rgba(0, 60, 179, .65);
	padding: 50px 0;
	text-align: center;
}

.contact_tel ul,
.contact_mail ul {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 2.6rem;
}

.contact_tel li:last-child,
.contact_mail li:last-child {
	padding-left: 1.0rem;
}

.contact_info {
	color: #000000;
	font-size: 3.7rem;
	font-weight: 400;
	letter-spacing: 0.8rem;
	line-height: normal;
	padding-top: 1.6rem;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_sub1stview {
	/* background-color: #003cb3; */
	background-image: linear-gradient(145deg, rgba(0, 60, 179, 1) 40%, rgba(0, 15, 105, 1) 75%);
	height: 346px;
}

.danasset_sub1stview h1 {
	color: #ffffff;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	font-size: 6.6rem;
	letter-spacing: 0.9rem;
	text-align: center;
	height: auto;
	line-height: 346px;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.career_ul {
	display: flex;
}

.aoicareer_jp {
	color: #000000;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 3.0rem;
	letter-spacing: 0.4rem;
	margin-bottom: 2.2rem
}

.aoicareer_en {
	color: #003cb3;
	font-weight: 400;
	font-size: 1.86rem;
	letter-spacing: 0.4rem;
	margin-left: 2.0rem;
}

.aoiposition {
	color: #000000;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 1.86rem;
	letter-spacing: 0.2rem;
	margin-bottom: 2.2rem
}

.career_aoiimg {
	/* margin-left: 10.0rem; */
	margin-right: 9.0rem;
}

.keyword_box {
	margin-bottom: 4.2rem;
}

.keyword_boxend {
	margin-bottom: 0;
}

.hobby_looppac {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hobby_looppac::after {
	content: "";
	display: block;
	width: 27%;
}

div.hobby_lp_box {
	margin-bottom: 4.0rem;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.company_mvlogo {
	height: 346px;
	right: 10%;
	opacity: 1.0;
}

.future_box {
	border: 1px solid rgba(0, 60, 179, .65);
	padding: 8% 12%;
}

.futurelogo {
	width: fit-content;
	margin: 0 auto;
	margin-top: 5.4rem;
}

.futureline {
	background-color: #003cb3;
	height: 1px;
	width: 100%;
	margin: 38px 0;
}

.vmv_box {
	border-left: 1px solid rgba(0, 60, 179, .65);
	border-right: 1px solid rgba(105, 60, 188, .65);
	padding: 0 3.6%;
}

.vmv_box ul {
	display: flex;
}

.vmv_box li {
	width: 28.53%;
}

.vmv_box li:nth-child(1) {
	padding-right: 3.6%;
    border-right: 1px solid rgba(0, 149, 179, .65);
}

.vmv_box li:nth-child(2) {
	padding: 0 3.6%;
}

.vmv_box li:nth-child(3) {
	padding-left: 3.6%;
    border-left: 1px solid rgba(105, 60, 188, .65);
}

.vmv_hen {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 3.0rem;
	letter-spacing: 0.3rem;
	text-align: center;
	line-height: normal;
	margin-bottom: 1.2rem;
}

.vmv_hjp {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
	text-align: center;
	line-height: normal;
	margin-bottom: 2.6rem;
}

.about_box {
	width: 76%;
	margin: 0 auto;
	border-top: 1px solid rgba(51, 51, 51, .65);
}

.about_box ul {
	display: flex;
	border-bottom: 1px solid rgba(51, 51, 51, .65);
	padding: 3.4rem 4%;
	font-size: 1.4rem;
}

.about_box li:first-child {
	width: 23%;
	color: #003cb3;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.pp_box p {
	line-height: 2.1;
}

.pp_h {
	color: #003cb3;
	margin-top: 1.4rem;
}

.pp_kajou {
	padding-left: 2.4rem;
}

.pp_end {
	text-align: right;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_categorybox {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

.danasset_categorybox a {
	color: #333333;
	font-size: 1.4rem;
	margin-right: 2.2rem;
	display: inline-block;
}

.select_catname {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	/*	font-style: normal;	*/
	color: #003cb3;
	font-size: 3.0rem;
	letter-spacing: 0.1rem;
	margin-bottom: 6.0rem
}

.obake {
	display: none;
}

.archives_looppac {
	display: flex;
	flex-wrap : wrap;
	justify-content:space-between;
}

.archives_looppac::after {
	content: "";
	display: block;
	width: 27%;
}

.archives_lp_box {
	width: 27%;
	margin-bottom: 7.0rem;
}

.archives_lp_thumb {
	width: auto;
	height: 208px;
}

.archives_lp_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archives_lp_time {
	color: #333333;
	font-size: 1.3rem;
	letter-spacing: 0.14rem;
	padding: 1.0rem 0 0.4rem;
}

.archives_lp_title {
	color: #333333;
	font-size: 1.7rem;
	letter-spacing: 0.06rem;
	padding-bottom: 1.4rem;
}

.archives_lp_catpac {
	display: flex;
	flex-wrap : wrap;
}

.archives_lp_catbox {
	background-color: #003cb3;
	color: #ffffff;
	font-size: 1.22rem;
	padding: 0.2rem 0.8rem;
	margin: 0 1.0rem 0.8rem 0;
}

/** -------------------- */
.pagenavi {
	font-size: 1.4rem;
	text-align: center;
}

a.page-numbers {
	border: 1px solid #003cb3;
	color: #003cb3;
	padding: 2px 6px;
	margin: 0 0.6rem;
}

span.current {
	padding: 2px 6px;
	margin: 0 0.6rem;
}

a.prev {
	margin: 0 0.6rem 0 0;
	border: 0;
}

a.next {
	margin: 0 0 0 0.6rem;
	border: 0;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_singlepostbox img {
	max-width: 100%;
}

.singlepost_time {
	color: #333333;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	margin-bottom: 1.8rem;
}

.singlepost_catpac {
	display: flex;
	flex-wrap : wrap;
}

.singlepost_catbox {
	background-color: #003cb3;
	color: #ffffff;
	font-size: 1.22rem;
	padding: 0.2rem 0.8rem;
	margin: 0 1.0rem 0.8rem 0;
}

.singlepost_title h2 {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	/*	font-style: normal;	*/
	color: #000000;
	font-size: 3.3rem;
	letter-spacing: 0.2rem;
	margin: 1.6rem 0 4.6rem;
}

.singlepost_thumimg {
	max-width: 100%;
	margin-bottom: 4.6rem;
}

.singlepost_thumimg img {
	width: fit-content;
	margin: 0 auto;
	height: auto;
}


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.singlepost_content {
	word-break: break-all;
}

.singlepost_content h2 {
	/* 投稿タイトルのため使用しない */
}

.singlepost_content h3 {
	color: #003cb3;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 2.8rem;
	letter-spacing: 0;
	padding: 0.1rem 0 0.2rem 1.4rem;
	border-left: 4px solid rgba(0, 60, 179, 1.0);
	margin-bottom: 1.6rem;
}

.singlepost_content h4 {
	color: #003cb3;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 2.16rem;
	letter-spacing: 0;
	padding: 0.4rem 0 1.0rem;
	/*	border-top: 2px solid rgba(0, 60, 179, 1.00);	*/
	border-bottom: 1px solid rgba(0, 60, 179, 1.00);
	margin-bottom: 1.2rem;
}

.singlepost_content h5 {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	color: #003cb3;
	position: relative;
	padding-left: 2.4rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.singlepost_content h5:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 60, 179, 0.90);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	top: 51%;
	/* border: dashed 1px white; */
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.singlepost_content a {
	background-color: rgba(255, 215, 0, 0.16);
	padding: 0.4rem 0.8rem;
}

.singlepost_content p {
}


/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.notelist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.notelist li {
	width: 27%;
	margin-bottom: 4.0rem;
	margin-right: 9.5%;
}

.notelist li:last-child {
	margin-right: 0;
}

.note_img img {
	width: 100%;
	object-fit: cover;
}

.note_time {
	color: #333333;
	font-size: 1.3rem;
	letter-spacing: 0.14rem;
	padding: 1.0rem 0 0.4rem;
}

.note_title {
	color: #333333;
	font-size: 1.7rem;
	letter-spacing: 0.06rem;
	padding-bottom: 1.4rem;
}


/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#header_sp {
	display: none;
}

#fmenu_sp {
	display: none;
}

#vmv_sp {
	display: none;
}

#archh1_sp {
	display: none;
}

#sp_on549 {
	display: none;
}

.top1v_img_sp {
	display: none;
}

#fbnrbp_sp {
	display: none;
}
