@charset "UTF-8";


/* common
-------------------------------------------------- */
* {
	box-sizing: border-box;
	/*word-break: break-all;*/
	word-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
*:before,
*:after {
	box-sizing: border-box;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	transition: 0.2s ease-in-out;
}
/* PC */
@media print, screen and (min-width: 769px) {
	/*
	a:hover {
		opacity: 0.5;
	}
	*/
	a.no_event {
		pointer-events: none;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	body.is-fixed {
		position: fixed;
    height: 100%;
    width: 100%;
	}
}





/* header
-------------------------------------------------- */
#l-header {
	/*background-color: #fff;
	padding: 40px;*/
	padding-left: 40px;
	padding-right: 40px;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.2s ease-in-out;
	width: 100%;
	z-index: 100;
}
#l-header .l-header__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#l-header .l-header__logo {
	transition: 0.2s ease-in-out;
	width: 129px;
}
#l-header .l-header__logo img {
	vertical-align: middle;
}

/* l-header__contact */
#l-header .l-header__contact > ul li a {
	border: 1px solid #124897;
	border-radius: 50px;
	color: #124897;
	display: block;
	font-size: 1.6rem;
	line-height: 49px;
	text-align: center;
}
#l-header .l-header__contact > ul li.request a {
	border-color: #124897;
	color: #124897;
}
#l-header .l-header__contact > ul li.inquiry a {
	background-color: #124897;
	color: #fff;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}

/* l-header__language */
#l-header .l-header__language .language_trigger > a {
	display: block;
	color: transparent;
	font-size: 0;
}
#l-header .l-header__language .language_trigger i {
	background-image: url(/assets/img/common/icon_language_b.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	display: block;
	height: 18px;
	width: 18px;
}

/* 背景なしver */
#l-header.bg-none:not(.is-scroll) {
	background: none !important;
}
#l-header.bg-none:not(.is-scroll) #l-globalnav > ul > li > a {
	color: #fff;
}
#l-header.bg-none:not(.is-scroll) #l-globalnav > ul > li > a span:after {
	background-image: url(/assets/img/common/icon_nav_arrow.svg);
}
#l-header.bg-none:not(.is-scroll) .l-header__contact > ul li a {
	border-color: #fff;
	color: #fff;
}
#l-header.bg-none:not(.is-scroll) .l-header__contact > ul li.request a {
	color: #fff;
}
#l-header.bg-none:not(.is-scroll) .l-header__contact > ul li.inquiry a {
	background-color: #fff;
	color: #124897;
}

#l-header .nav-trigger {
	display: none;
}

#l-header.is-scroll {
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}


#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more {
	border-top: 1px solid #E8E9EB;
	display: none;
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more a {
	display: block;
	padding: 20px 60px 20px 40px;
	position: relative;
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more .lead {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more a:not(:hover) .lead {
	color: #232323;
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more .subtext {
	font-size: 1.2rem;
	letter-spacing: 0;
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more a:not(:hover) .subtext {
	color: #5B5C5E;
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more .c-link-arrow {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more a:hover {
	background: rgba(18, 72, 151, 0.08);
}
#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_more a:hover * {
	text-decoration: none !important;
}

/* PC */
@media print, screen and (min-width: 769px) {
	/* スクロール時表示 */
	#l-header {
		height: 134px;
	}
	#l-header .l-header__inner {
		height: 100%;
	}
	#l-header.is-scroll {
		height: 74px;
	}
}
@media print, screen and (min-width: 901px) {
	/* l-globalnav */
	#l-globalnav > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#l-globalnav > ul > li {
		font-size: 1.6rem;
		position: relative;
	}
	#l-globalnav > ul > li + li {
		margin-left: 24px;
	}
	#l-globalnav > ul > li > a {
		color: #232323;
	}
	#l-globalnav > ul > li > a span {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}
	#l-globalnav > ul > li > a span:after {
		background-image: url(/assets/img/common/icon_nav_arrow_02.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		content: "";
		height: 13px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 13px;
	}

	/* l-globalnav */
	#l-globalnav .l-globalnav__second,
	#l-globalnav .l-globalnav__third {
		transition: 0.2s ease-in-out;
		opacity: 0;
		visibility: hidden;
	}
	#l-globalnav .l-globalnav__second.is-focused,
	#l-globalnav .l-globalnav__third.is-focused,
	#l-globalnav > ul > li:hover .l-globalnav__second,
	#l-globalnav .l-globalnav__second_list > li:hover .l-globalnav__third {
		opacity: 1;
		visibility: visible;
	}
	#l-globalnav .l-globalnav__second {
		padding-top: 20px;
		position: absolute;
		top: 100%;
		left: -85px;
	}
	#l-globalnav .l-globalnav__second_list li {
		font-size: 1.4rem;
	}
	#l-globalnav .l-globalnav__second_list li + li {
		margin-top: 8px;
	}
	#l-globalnav .l-globalnav__second_list li a {
		color: #232323;
	}
	#l-globalnav .l-globalnav__second_inner {
		background-color: #fff;
		box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
		border-radius: 6px;
		overflow: hidden;
	}

	#l-header .l-header__menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		width: calc(100% - 150px);
	}

	/* l-header__contact */
	#l-header .l-header__contact {
		margin-left: 24px;
	}
	#l-header .l-header__contact > ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
	}
	#l-header .l-header__contact > ul li {
		transition: 0.2s ease-in-out;
	}
	#l-header .l-header__contact > ul li + li {
		margin-left: 12px;
	}
	#l-header .l-header__contact > ul li.request {
		width: 164px;
	}
	#l-header .l-header__contact > ul li.inquiry {
		width: 176px;
	}
	#l-header .l-header__contact > ul li a:hover {
		transform: scale(1.05,1.05);
	}
	#l-header .l-header__contact > ul li.request a:hover {
		background-color: #124897;
		color: #fff;
	}
	#l-header .l-header__contact > ul li.inquiry a:hover {
		background-color: #143867 !important;
		border-color: #143867 !important;
		color: #fff !important;
	}
	#l-header.bg-none:not(.is-scroll) .l-header__contact > ul li.request a:hover {
		background-color: #fff;
		color: #124897;
	}

	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_link {
		padding-top: 30px;
		padding-bottom: 20px;
		/*padding-right: 240px;*/
		position: relative;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_title {
		color: #5B5C5E;
		font-size: 1.3rem;
		padding-left: 40px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list {
		margin-top: 8px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li + li {
		margin-top: 0;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a {
		display: block;
		padding: 6px 10px 6px 40px;
		transition: 0s;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a .c-icon {
		display: inline-block;
		margin-right: 12px;
		width: 25px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li:hover > a,
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a:focus,
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a.is-focused {
		background-color: #ecf0f7;
		font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
		font-weight: 600;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third {
		background-color: #ecf0f7;
		padding: 25px 30px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 285px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third_title {
		color: #5B5C5E;
		font-size: 1.3rem;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third_list > li {
		margin-top: 10px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third li a {
		transition: none;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third li a:hover {
		font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
		font-weight: 600;
	}
	
	#l-globalnav .l-globalnav__second.type2.solution {
		width: auto;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_title {
		margin-bottom: 8px;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_link_list {
		display: flex;
		justify-content: space-between;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_link_item {
		position: relative;
		width: 300px;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_list > li:hover > a,
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_list > li > a:focus,
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_list > li > a.is-focused {
	}

	#l-globalnav .l-globalnav__second.type2.solution:has(.l-globalnav__second_list > li:hover > a),
	#l-globalnav .l-globalnav__second.type2.solution:has(.l-globalnav__second_list > li > a:focus),
	#l-globalnav .l-globalnav__second.type2.solution:has(.l-globalnav__second_list > li > a.is-focused) {
		width: 900px;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_link_item:has(.l-globalnav__second_list > li:hover > a),
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_link_item:has(.l-globalnav__second_list > li > a:focus),
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__second_link_item:has(.l-globalnav__second_list > li > a.is-focused) {
		width: 600px;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__third {
		height: calc(100% + 100px);
		left: 300px;
		right: initial;
		top: -60px;
		width: 300px;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__third_title {
		font-size: 1.4rem;
		font-weight: 600;
		display: none;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__third_list > li + li {
		margin-top: 8px;
	}
	#l-globalnav .l-globalnav__second.type2.solution .l-globalnav__categorytitle {
		display: none;
	}
	#l-globalnav .l-globalnav__second.type2.about {
    left: -50px;
		width: 200px;
	}
	#l-globalnav .l-globalnav__second.type2.about .l-globalnav__second_link {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	#l-globalnav .l-globalnav__second.type2.about .l-globalnav__second_list > li > a {
		padding: 4px 10px 4px 24px;
	}
	#l-globalnav .l-globalnav__second.type2.about .l-globalnav__second_inner {
		padding: 0 !important;
	}
	#l-globalnav .l-globalnav__second.type2.about .l-globalnav__third {
		padding: 20px 24px;
		width: 200px;
	}
	#l-globalnav .l-globalnav__second.type2.about .l-globalnav__third li + li {
		margin-top: 8px;
	}
	#l-globalnav .l-globalnav__second.type2.about .l-globalnav__third li:nth-of-type(1) {
		margin-top: 0 !important;
	}


	/* 英語版ヘッダー */
	#l-header.en #l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a {
		padding-left: 24px;
	}
	#l-header.en #l-globalnav .l-globalnav__second.about {
		width: 275px;
	}
	#l-header.en #l-globalnav .l-globalnav__second.type2 {
		width: 585px;
	}
	#l-header.en #l-globalnav .l-globalnav__second.type2 .l-globalnav__third {
		width: 375px;
	}
	#l-header.en #l-globalnav .l-globalnav__second.type2 .l-globalnav__second_link {
		padding-bottom: 30px;
	}
	#l-header.en #l-globalnav .l-globalnav__second_list li a:hover {
		font-weight: 600;
	}

	/* 会社情報 */
	#l-globalnav .l-globalnav__second.about {
		width: 215px;
	}
	#l-globalnav .l-globalnav__second.about .l-globalnav__second_inner {
		padding: 30px;
	}

	/* l-header__language */
	#l-header .l-header__language {
		margin-left: 20px;
		position: relative;
	}
	#l-header .l-header__language .l-header__language_inner {
		padding-top: 20px;
		position: absolute;
		top: 100%;
		right: 0;
	}
	#l-header .l-header__language .l-header__language_list {
		background-color: #fff;
		box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
		border-radius: 6px;
		font-size: 1.4rem;
		opacity: 0;
		visibility: hidden;
		padding: 30px;
		position: relative;
		transition: 0.2s ease-in-out;
		width: 120px;
	}
	#l-header .l-header__language .language_trigger:hover + .l-header__language_inner .l-header__language_list,
	#l-header .l-header__language .l-header__language_list:hover,
	#l-header .l-header__language.is-focused .l-header__language_list {
		opacity: 1;
		visibility: visible;
	}
	#l-header .l-header__language:hover .l-header__language_list {
		opacity: 1;
		z-index: 10;
	}
	#l-header .l-header__language .l-header__language_list > li + li {
		margin-top: 8px;
	}
	#l-header .l-header__language .l-header__language_list > li span {
		color: #124897;
		font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	}
	#l-header .l-header__language .l-header__language_list > li a {
		color: #5B5C5E;
	}
	#l-header .l-header__language .language_trigger {
		cursor: pointer;
		padding-right: 20px;
		position: relative;
	}
	#l-header .l-header__language .language_trigger:after {
		background-image: url(/assets/img/common/icon_nav_arrow_02.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		content: "";
		height: 13px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 13px;
	}

	/* 背景なしver */
	#l-header.bg-none:not(.is-scroll) .language_trigger i {
		background-image: url(/assets/img/common/icon_language_w.svg);
	}
	#l-header.bg-none:not(.is-scroll) .l-header__language .language_trigger:after {
		background-image: url(/assets/img/common/icon_nav_arrow.svg);
	}
}

@media print, screen and (min-width: 901px) and (max-width: 1250px) {
	#l-header .l-header__logo {
		width: 109px;
	}
	#l-header .l-header__menu {
		width: calc(100% - 130px);
	}
	#l-globalnav > ul > li + li {
		margin-left: 18px;
	}
	#l-header .l-header__contact {
		margin-left: 18px;
	}
	#l-header .l-header__contact > ul li.request {
		width: 134px;
	}
	#l-header .l-header__contact > ul li.inquiry {
		width: 156px;
	}
	#l-header .l-header__contact > ul li + li {
		margin-left: 8px;
	}
	#l-header .l-header__language {
		margin-left: 15px;
	}
}
@media print, screen and (min-width: 901px) and (max-width: 1150px) {
	#l-globalnav > ul > li {
		font-size: 1.5rem;
	}
	#l-globalnav > ul > li + li {
		margin-left: 15px;
	}
	#l-header .l-header__contact > ul li.request {
		width: 114px;
	}
	#l-header .l-header__contact > ul li.inquiry {
		width: 136px;
	}
}
@media print, screen and (min-width: 901px) and (max-width: 1070px) {
	#l-header {
		padding-left: 25px;
		padding-right: 25px;
	}
	#l-globalnav > ul > li {
		font-size: 1.4rem;
	}
	#l-globalnav > ul > li + li {
		margin-left: 12px;
	}
	#l-header .l-header__contact > ul li a {
		font-size: 1.3rem;
		line-height: 39px;
	}
	#l-header .l-header__contact > ul li.request {
		width: 94px;
	}
	#l-header .l-header__contact > ul li.inquiry {
		width: 116px;
	}
	#l-header .l-header__language {
		margin-left: 10px;
	}
}
@media print, screen and (min-width: 901px) and (max-width: 950px) {
	#l-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	#l-header .l-header__logo {
		width: 99px;
	}
	#l-header .l-header__menu {
		width: calc(100% - 110px);
	}
}
@media print, screen and (min-width: 901px) and (max-width: 920px) {
	#l-globalnav > ul > li {
		font-size: 1.3rem;
	}
	#l-globalnav > ul > li + li {
		margin-left: 10px;
	}
	#l-header .l-header__contact {
		margin-left: 12px;
	}
}

/* TAB */
@media print, screen and (max-width: 900px) {
	#l-header {
		padding-left: 30px;
		padding-right: 30px;
	}
	#l-header .l-header__menu {
		background-color: rgba(18, 72, 151, 0.97);
		display: none;
		height: calc(100vh - 134px);
		overflow-y: scroll;
		padding: 30px 24px 120px;
		position: fixed;
		top: 134px;
		left: 0;
		width: 100vw;
	}
	#l-header.is-scroll .l-header__menu {
		top: 74px;
		height: calc(100vh - 74px);
	}
	#l-header .nav-trigger {
		display: block;
		height: 20px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 36px;
	}
	#l-header .nav-trigger .line1,
	#l-header .nav-trigger .line2,
	#l-header .nav-trigger .line3 {
		background-color: #124897;
		height: 2px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.2s ease-in-out;
		width: 36px;
	}
	#l-header .nav-trigger .line1 {
		top: 0;
	}
	#l-header .nav-trigger .line2 {
		top: 9px;
	}
	#l-header .nav-trigger .line3 {
		top: 18px;
	}
	#l-header .nav-trigger.is-open {
		height: 27px;
		width: 27px;
	}
	#l-header .nav-trigger.is-open .line1 {
		left: -5px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
	}
	#l-header .nav-trigger.is-open .line2 {
		display: none;
	}
	#l-header .nav-trigger.is-open .line3 {
		left: -3px;
		top: 50%;
		transform: rotate(-45deg) translateY(-50%);
	}
	
	#l-header.bg-none:not(.is-scroll) .nav-trigger .line1,
	#l-header.bg-none:not(.is-scroll) .nav-trigger .line2,
	#l-header.bg-none:not(.is-scroll) .nav-trigger .line3 {
		background-color: #fff;
	}
	#l-header.is-open,
	#l-header.bg-none.is-open {
		background-color: rgba(18, 72, 151, 0.97) !important;
	}
	#l-header.is-open .nav-trigger .line1,
	#l-header.is-open .nav-trigger .line2,
	#l-header.is-open .nav-trigger .line3 {
		background-color: #fff !important;
	}

	/* l-globalnav */
	#l-globalnav ul li a {
		color: #fff;
	}
	#l-globalnav > ul {
		display: block;
	}
	#l-globalnav > ul > li {
		border-bottom: 1px solid #fff;
		margin-left: 0 !important;
		position: relative;
	}
	#l-globalnav > ul > li > a {
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 2rem;
	}
	#l-globalnav > ul > li > a span {
		padding-right: 0;
	}
	#l-globalnav > ul > li > a span:after {
		display: none;
	}
	#l-globalnav > ul > li .c-button-open {
		background-image: url(/assets/img/common/icon_nav_arrow.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		cursor: pointer;
		height: 23px;
		position: absolute;
		right: 8px;
		top: 17px;
		width: 23px;
		z-index: 1;
	}
	#l-globalnav > ul > li .c-button-open.is-open {
		transform: rotate(180deg);
	}
	/* l-globalnav */
	#l-globalnav .l-globalnav__second,
	#l-globalnav .l-globalnav__third {
		display: none;
	}

	#l-globalnav .l-globalnav__second {
		background-color: #fff;
		border-radius: 5px;
		overflow: hidden;
		margin-bottom: 35px;
		padding: 20px;
		position: relative;
	}
	#l-globalnav .l-globalnav__second a {
		color: #232323;
	}
	#l-globalnav .l-globalnav__second .l-globalnav__second_list > li {
		font-size: 2rem;
		line-height: 1.5;
	}

	#l-globalnav .l-globalnav__second.type2 {
		padding-bottom: 30px;
	}
	#l-header.en #l-globalnav .l-globalnav__second.type2 {
		padding-bottom: 100px;
	}

	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_title {
		color: #5B5C5E;
		font-size: 1.4rem;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list {
		margin-top: 16px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li + li {
		margin-top: 13px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a {
		display: block;
		padding-left: 35px;
		position: relative;
		transition: 0s;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a.no-lower {
		padding-left: 0;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a .c-icon {
		display: inline-block;
		position: absolute;
		top: 4px;
		left: 0;
		width: 24px;
	}
	#l-globalnav .l-globalnav__second.about .l-globalnav__second_list > li + li {
		margin-top: 5px;
	}
	#l-globalnav .l-globalnav__second.type2.about .l-globalnav__second_list > li > a {
		padding-left: 0;
	}

	/* 英語版ヘッダー */
	#l-header.en #l-globalnav .l-globalnav__second.type2 .l-globalnav__second_list > li > a {
		padding-left: 0;
	}

	#l-globalnav .l-globalnav__third {
		background-color: #fff;
		border-radius: 5px;
		color: #000;
		display: block;
		overflow-y: scroll;
		padding: 20px;
		position: absolute;
		left: 0;
		opacity: 0;
		top: 0;
		height: 100%;
		transition: 0.2s ease-in-out;
		width: 100%;
		z-index: -1;
	}
	#l-globalnav .l-globalnav__third.is-open {
		opacity: 1;
		z-index: 100;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third_title {
		color: #5B5C5E;
		font-size: 1.3rem;
		padding-left: 25px;
		position: relative;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third_title:before {
		/*
		content: "←";
		color: #124897;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1;
		*/
		background-image: url(/assets/img/common/icon_arrow_left_b.svg);
		background-repeat: no-repeat;
		background-position: right -2px center;
		background-size: auto 7px;
		border: 1px solid #124897;
		border-radius: 50%;
		content: "";
		overflow: hidden;
		position: absolute;
		top: -2px;
		left: 0;
		height: 20px;
		width: 20px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__categorytitle {
		margin-top: 16px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__categorytitle > a {
		display: block;
		padding-left: 35px;
		position: relative;
		transition: 0s;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__categorytitle > a .c-icon {
		display: inline-block;
		position: absolute;
		top: 4px;
		left: 0;
		width: 24px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third_list {
		margin-top: 16px;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third_list > li {
		font-size: 2rem;
	}
	#l-globalnav .l-globalnav__second.type2 .l-globalnav__third_list > li + li {
		margin-top: 8px;
	}

	.l-globalnav__second_more {
		display: none;
	}

	/* l-header__contact */
	#l-header .l-header__contact {
		margin-top: 40px;
	}
	#l-header .l-header__contact > ul {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 220px;
	}
	#l-header .l-header__contact > ul li + li {
		margin-top: 24px;
	}
	#l-header .l-header__contact > ul li a {
		font-size: 2rem;
		line-height: 70px;
	}
	#l-header .l-header__contact > ul li.request a {
		border-color: #fff;
		color: #fff;
	}
	#l-header .l-header__contact > ul li.inquiry a {
		background-color: #fff;
		color: #124897 !important;
	}

	/* l-header__language */
	#l-header .l-header__language {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 40px;
	}
	#l-header .l-header__language .language_trigger i {
		background-image: url(/assets/img/common/icon_language_w.svg);
	}
	#l-header .l-header__language .l-header__language_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-left: 16px;
	}
	#l-header .l-header__language .l-header__language_list > li {
		font-size: 2rem;
		position: relative;
	}
	#l-header .l-header__language .l-header__language_list > li + li {
		margin-left: 15px;
		padding-left: 15px;
	}
	#l-header .l-header__language .l-header__language_list > li + li:before {
		background-color: #fff;
		content: "";
		height: 16px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 1px;
	}
	#l-header .l-header__language .l-header__language_list > li a,
	#l-header .l-header__language .l-header__language_list > li span {
		color: #fff;
	}
	#l-header .l-header__language .l-header__language_list > li span  {
		position: relative;
	}
	#l-header .l-header__language .l-header__language_list > li span:after {
		background-color: #fff;
		content: "";
		height: 1px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		width: 100%;
	}
}

/* SP */
@media only screen and (max-width: 768px) {
	#l-header {
		padding: 20px 24px;
		width: 100vw;
	}
	#l-header .l-header__logo {
		width: 75px;
	}
	#l-header .l-header__menu {
		top: 64px !important;
		height: calc(100vh - 64px) !important;
	}
}


/* main
-------------------------------------------------- */

#l-main {
	padding-top: 134px;
}
#l-header.bg-none + #l-main {
	padding-top: 0 !important;
}

/* SP */
@media only screen and (max-width: 768px) {
	#l-main {
		padding-top: 64px;
	}
}


/* footer
-------------------------------------------------- */
#l-footer {
	border-top: 1px solid #E8E9EB;
	padding: 120px 40px 50px;
	position: relative;
}
#l-footer a {
	color: #232323;
}

/* l-footer__menu */
#l-footer .l-footer__menu .l-footer__menu_item > *:first-child {
	margin-top: 0 !important;
}
#l-footer .l-footer__menu .l-footer__menu_item_category {
	font-size: 1.6rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	margin-top: 20px;
	width: 100%;
}
#l-footer .l-footer__menu .l-footer__menu_list {
	font-size: 1.4rem;
	margin-top: 10px;
}
#l-footer .l-footer__menu .l-footer__menu_list ul li + li {
	margin-top: 4px;
}
#l-footer .l-footer__menu .l-footer__menu_list ul li.more_view a {
	color: #124897;
}
/* #l-footer .l-footer__menu .l-footer__menu_list__flex > ul */
#l-footer .l-footer__menu .l-footer__menu_list__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* #l-footer .l-footer__menu .l-footer__menu_list__flex > ul li */
#l-footer .l-footer__menu .l-footer__menu_list__flex > ul {
	width: 46.4419%;
}
#l-footer .l-footer__menu .l-footer__menu_list__flex > ul .product_cat {
	font-weight: 600;
}
#l-footer .l-footer__menu .l-footer__menu_list__flex > ul * + .product_cat {
	margin-top: 1em;
}

/* l-footer__contact */
#l-footer .l-footer__contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto 0;
	max-width: 1112px;
}
#l-footer .l-footer__contact_title {
	height: 560px;
	margin-left: -6.2949%;
	width: 50.3597%;
}
#l-footer .l-footer__contact_title > p {
	background-image: url(/assets/img/common/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	border-radius: 100%;
	font-size: 3rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	height: 100%;
	text-align: center;
	transition: 0.2s ease-in-out;
	/*
	transform: scale(0.7,0.7) translateY(20px);
	opacity: 0;
	*/
}
#l-footer .l-footer__contact_title > p a {
	border-radius: 100%;
	color: #124897;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/*
#l-footer .l-footer__contact_title > p span {
	transition: 0.2s ease-in-out;
	opacity: 0;
}
#l-footer .l-footer__contact_title.is-display > p {
	opacity: 1;
	transform: scale(1.03,1.03) translateY(20px);
}
#l-footer .l-footer__contact_title.is-display > p.is-displayed
	transform: scale(1,1) translateY(0);
}
#l-footer .l-footer__contact_title > p span.is-display {
	opacity: 1;
}
*/
#l-footer .l-footer__contact_links {
	width: 48.2014%;
}
#l-footer .l-footer__contact_link > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 22px;
}
#l-footer .l-footer__contact_link > li + li {
	margin-top: 60px;
}
#l-footer .l-footer__contact_link > li a {
	display: block;
	font-size: 2.4rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	position: relative;
}
#l-footer .l-footer__contact_link > li a:before,
#l-footer .l-footer__contact_link > li a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
}
#l-footer .l-footer__contact_link > li a:before {
	border: 2px solid #124897;
	border-radius: 50%;
	height: 40px;
	right: 0;
	width: 40px;
}
#l-footer .l-footer__contact_link > li a:after {
	background-image: url(/assets/img/common/icon_arrow_right_b.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	height: 15px;
	right: 12px;
	width: 26px;
}
#l-footer .l-footer__contact_link > li a .subtext {
	font-size: 1.8rem;
	font-family: "Euclid Circular B", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium",  -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 300;
}

/* l-footer__lower */
#l-footer .l-footer__lower {
	margin: 75px auto 0;
	max-width: 1112px;
}
#l-footer .l-footer__lower_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
}
#l-footer .l-footer__lower_link > li {
	margin-right: 33px;
}

#l-footer .l-copyright {
	color: #5B5C5E;
	font-size: 1.2rem;
	margin-top: 10px;
}

#l-pagetop {
	background-image: url(/assets/img/common/bg_pagetop.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	cursor: pointer;
	color: #fff;
	display: none;
	font-size: 3.8rem;
	text-align: center;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	height: 100px;
	width: 100px;
	z-index: 99;
}
#l-pagetop span {
	display: block;
	height: 28px;
	bottom: 30px;
	right: 30px;
	position: absolute;
	transition: 0.2s ease-in-out;
	width: 25px;
}

/* PC */
@media print, screen and (min-width: 769px) {
	#l-footer a:hover {
		color: #124897;
	}
	#l-footer .l-footer__contact_title > p:hover {
		transform: scale(1.03,1.03);
	}
	/* l-footer__menu */
	#l-footer .l-footer__menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: auto;
		margin-right: auto;
		max-width: 1112px;
	}
	#l-footer .l-footer__menu > .l-footer__menu_item {
		padding-right: 20px;
		width: 25%;
	}
	/*
	#l-footer .l-footer__menu > .l-footer__menu_item:nth-of-type(1) {
		width: 22.0323%;
	}
	#l-footer .l-footer__menu > .l-footer__menu_item:nth-of-type(2) {
		margin-left: 3.759%;
		width: 26.122%;
	}
	#l-footer .l-footer__menu > .l-footer__menu_item:nth-of-type(3) {
		width: 48.0215%;
	}
	*/
	#l-footer.en .l-footer__menu > .l-footer__menu_item {
		width: 30.8273%;
	}
	#l-footer .l-footer__contact_link > li a:hover:after {
		right: 8px;
		width: 31px;
	}
	#l-footer .l-footer__menu_item_category + .l-footer__menu_list > ul {
		display: block !important;
	}
	#l-footer .l-footer__menu .l-footer__menu_list__flex {
		display: flex !important;
	}
	#l-footer .l-footer__menu .l-footer__menu_list__flex > ul li a {
		padding-left: 1em;
		display: inline-block;
	}
	#l-pagetop:hover {
		height: 105px;
		width: 105px;
	}
	#l-pagetop:hover > span {
		bottom: 35px;
	}
}

@media print, screen and (min-width: 769px) and (max-width: 930px) {
	#l-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	#l-footer .l-footer__contact_title > p {
		font-size: 2.4rem;
	}

	#l-footer .l-footer__lower_link > li {
		margin-right: 18px;
	}

	#l-pagetop {
		font-size: 3.5rem;
		height: 116px;
		width: 110px;
	}
	#l-pagetop span {
		bottom: 30px;
		right: 30px;
	}
}

/* SP */
@media only screen and (max-width: 768px) {
	#l-footer {
		padding: 30px 24px 20px;
	}
	
	/* l-footer__menu */
	#l-footer .l-footer__menu .l-footer__menu_item_category {
		font-size: 1.5rem;
		font-weight: 400;
		margin-top: 0;
		padding-top: 25px;
		padding-bottom: 25px;
		position: relative;
	}
	#l-footer .l-footer__menu .l-footer__menu_item_category:before,
	#l-footer .l-footer__menu .l-footer__menu_item_category:after {
		background-color: #000;
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#l-footer .l-footer__menu .l-footer__menu_item_category:before {
		height: 17px;
		right: 28px;
		width: 1px;
	}
	#l-footer .l-footer__menu .l-footer__menu_item_category:after {
		height: 1px;
		right: 20px;
		width: 17px;
	}
	#l-footer .l-footer__menu .l-footer__menu_item_category.is-open:before {
		display: none;
	}
	#l-footer .l-footer__menu .l-footer__menu_item_category.single {
		border-bottom: 1px solid #000;
		padding: 0;
	}
	#l-footer .l-footer__menu .l-footer__menu_item_category.single:before,
	#l-footer .l-footer__menu .l-footer__menu_item_category.single:after {
		display: none;
	}
	#l-footer .l-footer__menu .l-footer__menu_item_category.single a {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#l-footer .l-footer__menu .l-footer__menu_list {
		border-bottom: 1px solid #000;
		margin-top: 0;
	}
	#l-footer .l-footer__menu .l-footer__menu_list > * {
		display: none;
		margin-bottom: 30px;
	}
	#l-footer .l-footer__menu .l-footer__menu_list ul li a {
		display: block;
	}
	/* #l-footer .l-footer__menu .l-footer__menu_list__flex > ul li */
	#l-footer .l-footer__menu .l-footer__menu_list__flex > ul {
		width: 47.4%;
	}
	
	/* l-footer__contact */
	#l-footer .l-footer__contact {
		margin-top: 48px;
	}
	#l-footer .l-footer__contact_title {
		height: 226px;
		margin-left: auto;
		margin-right: auto;
		width: 226px;
	}
	#l-footer .l-footer__contact_title > p {
		font-size: 1.6rem;
	}
	#l-footer .l-footer__contact_links {
		margin-top: 48px;
		width: 100%;
	}
	#l-footer .l-footer__contact_link > li {
		padding-bottom: 24px;
	}
	#l-footer .l-footer__contact_link > li + li {
		margin-top: 24px;
	}
	#l-footer .l-footer__contact_link > li a {
		font-size: 2rem;
	}
	#l-footer .l-footer__contact_link > li a:before {
		height: 32px;
		width: 32px;
	}
	#l-footer .l-footer__contact_link > li a:after {
		height: 13px;
		right: 10px;
		width: 20px;
	}
	#l-footer .l-footer__contact_link > li a .subtext {
		font-size: 1.5rem;
	}
	
	/* l-footer__lower */
	#l-footer .l-footer__lower {
		margin-top: 28px;
		position: relative;
	}
	#l-footer .l-footer__lower_link > li {
		margin-top: 6px;
		margin-right: 0;
		width: 50%;
	}
	#l-footer .l-footer__lower_link > li:nth-of-type(-n+2) {
		margin-top: 0;
	}
	
	#l-footer .l-copyright {
		font-size: 1rem;
		margin-top: 40px;
	}
	
	#l-pagetop {
		height: 73px;
		width: 70px;
	}
	#l-pagetop span {
		bottom: 22px;
		height: 18px;
		right: 22px;
		width: 16px;
	}
}





/* compornents
================================================== */

/* margin / padding
-------------------------------------------------- */

.u-mt-none {
	margin-top: 0 !important;
}
.u-mb-none {
	margin-bottom: 0 !important;
}
.u-pt-none {
	padding-top: 0 !important;
}
.u-pb-none {
	padding-bottom: 0 !important;
}



/* section
-------------------------------------------------- */

.l-section {
	padding: 120px 40px;
}
.l-section--bg-gray {
	background-image: url(/assets/img/common/bg_section_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.l-section__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1112px;
}

/* PC */
@media print, screen and (min-width: 769px) {
	
}
/* SP */
@media only screen and (max-width: 768px) {
	.l-section {
		padding: 64px 24px;
	}
	.l-section--bg-gray {
		background-repeat: repeat-y;
		background-size: 100% auto;
	}
}


/* 見出し
-------------------------------------------------- */

h1,h2,h3 {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	line-height: 1.5;
}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.8rem;
}

main > .c-heading-01 {
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1112px;
}

.c-heading__subText {
	color: #124897;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	padding-left: 20px;
	position: relative;
}
.c-heading__subText:before {
	border-color: #124897;
	border-style: solid;
	border-width: 4px;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}
.c-heading-01 .c-heading__subText {
	margin-bottom: 24px;
}
.c-heading-02 .c-heading__subText {
	margin-bottom: 16px;
}

.c-heading__supplementText {
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 8px;
	display: none !important;
}

/* 白テキスト */
.c-heading--white,
.c-heading--white .c-heading__subText {
	color: #fff;
}
.c-heading--white .c-heading__subText:before {
	border-color: #fff;
}

/* アイコン付き */
.c-heading--withIcon .c-heading__subText {
	margin-bottom: 54px;
}
.c-heading--withIcon .c-heading__icon {
	background-color: #fff;
	border-radius: 6px;
	display: block;
	height: 100px;
	line-height: 100px;
	margin-right: 40px;
	text-align: center;
	width: 100px;
}
.c-heading--withIcon .c-heading__icon img {
	vertical-align: middle;
}
.c-heading--withIcon .c-heading__icon + span {
	max-width: calc(100% - 140px);
}
.c-heading--withIcon .c-heading__innerText {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.c-heading--withIcon .c-heading__innerText span {
	display: block;
}

.c-heading-borderLeft {
	border-left: 4px solid #124897;
	font-size: 2.4rem;
	padding-left: 16px;
}

.c-heading-circleLeft  {
	padding-left: 56px;
	position: relative;
}
.c-heading-circleLeft:before {
	border: 6px solid #124897;
	border-radius: 50%;
	content: "";
	height: 24px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 24px;
}
.c-heading-circleLeft + * {
	margin-top: 40px;
}

*[class^="c-heading"] > .c-icon {
	display: block;
	margin-bottom: 20px;
}

/* SP */
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.4rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.5rem;
	}

	main > .c-heading-01 {
		margin-top: 64px;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.c-heading__subText {
		font-size: 1.2rem;
		letter-spacing: 0;
		padding-left: 18px;
	}
	.c-heading__subText:before {
		border-width: 3px;
		content: "";
		height: 12px;
		width: 12px;
	}
	.c-heading-01 .c-heading__subText {
		margin-bottom: 20px;
	}
	.c-heading-02 .c-heading__subText {
		margin-bottom: 10px;
	}

	.c-heading__supplementText {
		line-height: 1.75;
		margin-top: 24px;
	}

	/* アイコン付き */
	.c-heading--withIcon .c-heading__subText {
		margin-bottom: 60px;
	}
	.c-heading--withIcon .c-heading__icon {
		margin: 0 auto 34px;
	}
	.c-heading--withIcon .c-heading__icon + span {
		max-width: inherit;
	}
	.c-heading--withIcon .c-heading__innerText {
		display: block;
		text-align: center;
	}
	.c-heading--withIcon .c-heading__innerText span {
		display: block;
	}

	.c-heading-borderLeft {
		font-size: 2rem;
	}

	.c-heading-circleLeft  {
		padding-left: 38px;
	}
	.c-heading-circleLeft:before {
		top: 3px;
		left: 3px;
	}
	.c-heading-circleLeft + * {
		margin-top: 20px;
	}

}

/* INDEXメインタイトル */
.c-pageTitle {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.c-pageTitle__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1112px;
}
.c-pageTitle__imageLayout * {
	color: #fff !important;
}
.c-pageTitle__imageLayout .item-text > p {
	font-size: 1.4rem;
	margin-top: 20px;
}
.c-pageTitle__imageLayout .item-text > .item-lead {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-pageTitle__imageLayout {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.c-pageTitle__imageLayout .item-text {
		width: 56.8345%;
	}
	.c-pageTitle__imageLayout .item-image {
		width: 39.28571%;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-pageTitle__imageLayout .item-text > p {
		font-size: 1.2rem;
	}
	.c-pageTitle__imageLayout .item-image {
		margin-top: 20px;
	}
}



/* テキスト
-------------------------------------------------- */

/* c-text-label */
.c-text-label {
	color: #124897;
	display: block;
	font-size: 1.4rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding-left: 20px;
	position: relative;
}
.c-text-label:before {
	border-color: #124897;
	border-style: solid;
	border-width: 4px;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}
.c-text-label--white {
	color: #fff;
}
.c-text-label--white:before {
	border-color: #fff;
}
.c-text-label + * {
	margin-top: 40px !important;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-text-label {
		font-size: 1.2rem;
		padding-left: 18px;
	}
	.c-text-label:before {
		border-width: 3px;
		content: "";
		height: 12px;
		width: 12px;
	}
	.c-text-label + * {
		margin-top: 24px !important;
	}
}




/* テキスト
-------------------------------------------------- */

.u-text-center {
	text-align: center !important;
}
.u-text-right {
	text-align: right !important;
}
.u-text-bold {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
.u-text-small {
	font-size: 1.4rem;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.u-text-center-pc {
		text-align: center !important;
	}
	.u-text-right-pc {
		text-align: right !important;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.u-text-center-sp {
		text-align: center !important;
	}
	.u-text-right-sp {
		text-align: right !important;
	}
	.u-text-small {
		font-size: 1.2rem;
	}
}


/* リスト
-------------------------------------------------- */

.c-list--margin-none > li {
	margin-top: 0 !important;
}

/* c-list--disc */
* + .c-list--disc {
	margin-top: 20px;
}
.c-list--disc > li {
	padding-left: 1.5em;
	position: relative;
}
.c-list--disc > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* c-list--circle */
* + .c-list--circle {
	margin-top: 20px;
}
.c-list--circle > li {
	padding-left: 1.5em;
	position: relative;
}
.c-list--circle > li::before {
	background-color: #232323;
	border-radius: 50%;
  content: "";
	height: 1em;
  position: absolute;
  top: 0.33em;
  left: 0;
	width: 1em;
}
.c-list--circle > li + li {
	margin-top: 16px;
}

/* c-list--note */
* + .c-list--note {
	margin-top: 20px;
}
.c-list--note > li {
	padding-left: 1em;
	text-indent: -1em;
}
.c-list--note > li::before {
  content: "※";
}

/* c-list--order */
[class*="c-list--order"] > li:before {
	font-family: "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
}

.c-list--order {
	counter-reset: orderlist;
}
.c-list--order > li {
	padding-left: 2em;
	text-indent: 0;
	position: relative;
}
.c-list--order > li + li {
	margin-top: 16px;
}
.c-list--order > li:before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	display: block;
	margin-top: -5px;
	margin-right: 0.5em;
	min-width: 1.5em;
	position: absolute;
	left: 0;
	top: 0.25em;
	text-align: left;
}

/* c-list--order-parenthese */
.c-list--order-parenthese {
	counter-reset: orderParentheselist;
}
.c-list--order-parenthese > li {
	padding-left: 2em;
	position: relative;
}
.c-list--order-parenthese > li + li {
	margin-top: 16px;
}
.c-list--order-parenthese > li:nth-of-type(n+10) {
	padding-left: 3em;
}
.c-list--order-parenthese > li:before {
	counter-increment: orderParentheselist;
	content: "(" counter(orderParentheselist) ")";
	display: block;
	margin-top: -4px;
	margin-right: 0.5em;
	min-width: 1.5em;
	position: absolute;
	left: 0;
	top: 0.2em;
	text-align: left;
}
li > [class*="c-list--order"] {
	margin-top: 16px;
}


/* リンク
-------------------------------------------------- */

/* 通常テキストリンク */

.u-text-link {
	color: #124897;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.u-text-link:hover {
		text-decoration: underline;
	}
}

* + .c-link-list {
	margin-top: 40px;
}
.c-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.c-link-list > li {
	margin-right: 40px;
}
.c-link-list > li:last-child {
	margin-right: 0 !important;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-link-list[data-layout-sp="block"] {
		display: block;
	}
	.c-link-list[data-layout-sp="block"] > li {
		margin-left: 0;
	}
	.c-link-list[data-layout-sp="block"] > li + li {
		margin-top: 16px;
	}
}


/* 矢印付きテキストリンク */
.c-link-arrow {
	font-size: 1.4rem;
}
.c-link-arrow > * {
	color: #124897;
	padding-right: 28px;
	position: relative;
}
.c-link-arrow > *:before,
.c-link-arrow > *:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
}
.c-link-arrow > *:before {
	border: 1px solid #124897;
	border-radius: 50%;
	height: 20px;
	right: 0;
	width: 20px;
}
.c-link-arrow > *:after {
	background-image: url(/assets/img/common/icon_arrow_right_b.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	height: 8px;
	right: 6px;
	width: 14px;
}

/* 白文字 */
.c-link-arrow--white > * {
	color: #fff !important;
}
.c-link-arrow--white > *:before {
	border-color: #fff;
}
.c-link-arrow--white > *:after {
	background-image: url(/assets/img/common/icon_arrow_right_w.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	height: 8px;
	right: 6px;
	width: 14px;
}

/* 外部リンク */
.c-link-arrow--blank > *:before {
	background-image: url(/assets/img/common/icon_blank_frame_b.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border: none;
	border-radius: 0;
	height: 15px;
	right: 3px;
	width: 15px;
}
.c-link-arrow--blank > *:after {
	background-image: url(/assets/img/common/icon_blank_arrow_b.svg);
	background-position: left top;
	height: 10px;
	top: 0;
	transform: none;
	right: -1px;
	width: 13px;
}
.c-link-arrow--blank.c-link-arrow--white > *:before {
	background-image: url(/assets/img/common/icon_blank_frame_w.svg);
}
.c-link-arrow--blank.c-link-arrow--white > *:after {
	background-image: url(/assets/img/common/icon_blank_arrow_w.svg);
}

/* 下向き */
.c-link-arrow--bottom > *:after {
	background-image: url(/assets/img/common/icon_arrow_bottom_b.svg);
	background-position: center top;
	background-size: auto 100%;
	height: 14px;
	overflow: hidden;
	right: 0 !important;
	top: 6px;
	width: 20px !important;
}
.c-link-arrow--bottom.c-link-arrow--white > *:after {
	background-image: url(/assets/img/common/icon_arrow_bottom_w.svg);
}

/* 戻る */
.c-link-arrow--back > * {
	padding-left: 28px;
	padding-right: 0;
}
.c-link-arrow--back > *:before {
	left: 0;
	right: inherit;
}
.c-link-arrow--back > *:after {
	background-image: url(/assets/img/common/icon_arrow_left_b.svg);
	background-position: left center;
	left: 6px;
}
.c-link-arrow--back.c-link-arrow--white > *:after {
	background-image: url(/assets/img/common/icon_arrow_left_w.svg);
}

/* PC */
@media print, screen and (min-width: 769px) {
	.c-link-arrow > a:hover,
	a:hover .c-link-arrow > * {
		text-decoration: underline;
	}
	.c-link-arrow > a:hover:before,
	.c-link-arrow > a:hover:after,
	a:hover .c-link-arrow > *:before,
	a:hover .c-link-arrow > *:after {
		transform: translateY(-50%) scale(1.1,1.1);
	}
	.c-link-arrow > a:hover:after,
	a:hover .c-link-arrow > *:after {
		right: 4px;
		width: 16px;
	}

	.c-link-arrow--blank > a:hover:after,
	a:hover .c-link-arrow--blank > *:after {
		height: 13px;
		right: -1px;
		top: 4px;
		width: 13px;
	}

	.c-link-arrow--bottom > a:hover:after,
	a:hover .c-link-arrow--bottom > *:after {
		height: 16px;
		top: 7px;
	}

	.c-link-arrow--back > a:hover:after,
	a:hover .c-link-arrow--back > *:after {
		left: 4px;
		right: inherit;
	}
}



/* ボタン
-------------------------------------------------- */

.c-button {
	display: table;
	margin-left: auto;
	margin-right: auto;
	min-width: 240px;
}
* + .c-button {
	margin-top: 16px;
}
.c-button__inner {
	background-color: #124897;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	letter-spacing: .4px;
	height: 100%;
	height: 70px;
	overflow: hidden;
	position: relative;
	transition: 0.2s ease-in-out;
	width: 100%;
}
.c-button__inner > * {
	display: flex;
	color: #fff;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	line-height: 1.3;
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-button--alignLeft {
	margin-left: 0;
}

.c-button--white .c-button__inner {
	background-color: #fff;
}
.c-button--white .c-button__inner > * {
	color: #124897;
}
.c-button--line .c-button__inner {
	background: none;
	border: 1px solid #124897;
}
.c-button--line .c-button__inner > * {
	color: #124897;
}

.c-button--middle {
	min-width: 160px;
}
.c-button--middle .c-button__inner {
	font-size: 1.4rem;
	height: 45px;
}

/* PC */
@media print, screen and (min-width: 769px) {
	.c-button__inner:hover {
		background-color: #143867;
		transform: scale(1.05,1.05);
	}
	.c-button__inner:hover > * {
		color: #fff;
	}

	.c-button--line .c-button__inner:hover {
		background-color: #124897;
	}
}

/* SP */
@media only screen and (max-width: 768px) {
}





/* 画像レイアウト
-------------------------------------------------- */
.c-figure {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.c-figure__caption {
	color: #5B5C5E;
	font-size: 1.2rem;
	margin-top: 8px !important;
}
/* PC */
@media print, screen and (min-width: 769px) {
	
}
/* SP */
@media only screen and (max-width: 768px) {
}




/* 動画
-------------------------------------------------- */

.c-movie__inner {
	overflow: hidden;
	padding-top: 56%;
	position: relative;
}
.c-movie__inner > * {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.c-movie__caption {
	color: #5B5C5E;
	font-size: 1.2rem;
	margin-top: 8px !important;
}




/* テーブル
-------------------------------------------------- */


.c-table table {
	border-collapse: collapse;
	width: 100%;
}
.c-table + .c-table {
	margin-top: 40px;
}
.c-table table th,
.c-table table td {
	text-align: left;
}
.c-table table th {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
.c-table .c-table__subText {
	font-size: 1.2rem;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-table table th {
		padding-right: 40px;
	}
}

/* SP */
@media only screen and (max-width: 768px) {
	.c-table[data-column-sp="1"] colgroup {
		display: none;
	}
	.c-table[data-column-sp="1"] table th,
	.c-table[data-column-sp="1"] table td {
		display: block;
		width: 100%;
	}
	.c-table + .c-table {
		margin-top: 16px;
	}
}

/* c-table--normal */
.c-table--normal table {
	border-top: 1px solid #E8E9EB;
	border-left: 1px solid #E8E9EB;
}
.c-table--normal table thead th:nth-last-of-type(n+2) {
	border-right-color: #fff;
}
.c-table--normal table th,
.c-table--normal table td {
	border-bottom: 1px solid #E8E9EB;
	border-right: 1px solid #E8E9EB;
	padding: 24px;
}
.c-table--normal table th.head01 {
	background-color: #E8E9EB;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	padding: 16px 24px;
	vertical-align: middle;
	text-align: center;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-table--normal table th,
	.c-table--normal table td {
		padding: 16px;
	}
	.c-table--normal table th.head01 {
		padding: 8px;
	}
	.c-table--scroll {
		overflow-x: scroll;
		padding-bottom: 10px;
		width: 100%;
	}
}



/* c-table--border */
.c-table--border {
	border-top: 1px solid #E8E9EB;
}
.c-table--border table tr {
	border-bottom: 1px solid #E8E9EB;
}
.c-table--border table th,
.c-table--border table td {
	padding-top: 32px;
	padding-bottom: 32px;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-table--border table th {
		padding-top: 24px;
		padding-bottom: 0;
	}
	.c-table--border table td {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.c-table--border table th + td {
		padding-top: 12px;
	}
}







/* タグ
-------------------------------------------------- */
.c-tag-box {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 12px 20px;
}
.c-tag-box__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: -10px;
}
.c-tag-box__list > li {
	margin-bottom: 10px;
	margin-right: 10px;
}
.c-tag-keyword {
	display: table;
	position: relative;
}
.c-tag-keyword label {
	border: 1px solid #2A54BF;
	border-radius: 50px;
	color: #2A54BF;
	cursor: pointer;
	display: block;
	font-size: 1.2rem;
	line-height: 26px;
	padding: 0 36px 0 12px;
	position: relative;
}
.c-tag-keyword input[type="checkbox"],
.c-tag-keyword input[type="radio"] {
	position: absolute;
	left: -9999px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.c-tag-keyword input[type="checkbox"] + i,
.c-tag-keyword input[type="radio"] + i {
	background-color: #fff;
	border: 1px solid #2A54BF;
	border-radius: 50%;
	display: block;
	position: absolute;
	height: 12px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-pointer-events: none;
	pointer-events: none;
	width: 12px;
	z-index: 1;
}
.c-tag-keyword input[type="checkbox"] + i:before,
.c-tag-keyword input[type="checkbox"] + i:after,
.c-tag-keyword input[type="radio"] + i:before,
.c-tag-keyword input[type="radio"] + i:after {
	background-color: #2A54BF;
	content: "";
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.c-tag-keyword input[type="checkbox"] + i:before,
.c-tag-keyword input[type="radio"] + i:before {
	height: 1px;
	width: 4px;
}
.c-tag-keyword input[type="checkbox"] + i:after,
.c-tag-keyword input[type="radio"] + i:after {
	height: 4px;
	width: 1px;
}
.c-tag-keyword input[type="checkbox"]:checked + i,
.c-tag-keyword input[type="radio"]:checked + i {
	border-color: #fff;
	transform: translateY(-50%) rotate(45deg);
}
.c-tag-keyword input[type="checkbox"]:checked ~ label,
.c-tag-keyword input[type="radio"]:checked ~ label {
	background-color: #2A54BF;
	color: #fff;
}

.c-keywordList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: -8px;
}
.c-keywordList > li {
	border: 1px solid #2A54BF;
	border-radius: 50px;
	color: #2A54BF;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 4px 12px;
}
.c-keywordList--gray > li {
	border-color: #5B5C5E;
	color: #5B5C5E;
}



/* 写真＋テキストリンク（記事一覧等）
-------------------------------------------------- */

img.noimage {
	height: auto !important;
	width: 100% !important;
}

.c-container-articleList {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.c-container-articleList__item > a {
	color: #232323;
	display: block;
}

/* c-container-articleList--01 */
.c-container-articleList--01 .c-container-articleList__item {
	/* margin-top: 40px; */
	margin-bottom: 40px;
}
.c-container-articleList--01 .c-container-articleList__item .item-thumb {
	border: 1px solid #E8E9EB;
	border-radius: 6px;
	overflow: hidden;
	padding-top: 56.2682%;
	position: relative;
}
.c-container-articleList--01 .c-container-articleList__item a .item-thumb img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.2s ease-in-out;
	transform: translate(-50%,-50%);
	max-width: inherit;
	width: 100%;
	height: 100%;
  object-fit: cover;
}
.c-container-articleList--01 .c-container-articleList__item .item-text {
	margin-top: 16px;
	position: relative;
}
.c-container-articleList--01 .c-container-articleList__item .item-text > *:first-child {
	margin-top: 0 !important;
}
.c-container-articleList--01 .c-container-articleList__item .item-update {
	color: #5B5C5E;
	font-size: 1.4rem;
	margin-top: 16px;
}
.c-container-articleList--01 .c-container-articleList__item .item-title {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
.c-container-articleList--01 .c-container-articleList__item * + .item-title {
	margin-top: 12px;
}
.c-container-articleList--01 .c-container-articleList__item .c-link-arrow {
	margin-top: 16px;
}

/* c-container-articleList--02 */
.c-container-articleList--02 .c-container-articleList__item {
	border-radius: 6px;
	overflow: hidden;
	margin-top: 40px;
}
.c-container-articleList--02 .c-container-articleList__item .item-thumb {
	overflow: hidden;
	padding-top: 56.2682%;
	position: relative;
}
.c-container-articleList--02 .c-container-articleList__item a .item-thumb img {
	/*height: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.2s ease-in-out;
	transform: translate(-50%,-50%);
	max-width: inherit;
	width: 100%;
}
.c-container-articleList--02 .c-container-articleList__item .item-text {
	background-color: #fff;
	padding: 32px;
	position: relative;
}

.c-container-articleList__item .item-tag-accept {
	background-color: #2A54BF;
	border-radius: 50px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 4px 12px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.c-container-articleList__item .item-tag-accept.closed {
	background-color: #E8E9EB;
	color: #5B5C5E;
}
.c-container-articleList__item .item-tag-accept.attached {
	border: 1px solid #5B5C5E;
	background-color: #fff;
	color: #5B5C5E;
}
.c-container-articleList__item .item-tag-accept.equity {
	background: transparent;
	border: 1px solid #2A54BF;
	color: #2A54BF;
}

.c-container-articleList__item .item-tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: -1.3em;
	max-width: calc(100% - 90px);
	margin-left: auto;
}
.c-container-articleList__item .item-tag > .item-tag-accept {
	margin-left: 5px;
	margin-bottom: 5px;
	position: static;
}

.c-container-articleList__item.is-hidden,
.c-container-articleList__item.is-hide {
	display: none;
}

/* PC */
@media print, screen and (min-width: 769px) {
	.c-container-articleList:after {
		content:"";
		display: block;
	}
	.c-container-articleList--01 .c-container-articleList__item,
	.c-container-articleList:after {
		width: 30.9352%;
	}
	.c-container-articleList--01 .c-container-articleList__item:nth-last-of-type(-n+3) {
		margin-bottom: 0 !important;
	}
	.c-container-articleList--01 .c-container-articleList__item a:hover {
		color: #124897;
	}
	.c-container-articleList--01 .c-container-articleList__item a:hover .item-thumb img {
		transform: translate(-50%,-50%) scale(1.025,1.025);
	}

	/* c-container-articleList--02 */
	.c-container-articleList--02 .c-container-articleList__item {
		margin-left: 3.5971%;
		width: 30.9352%;
	}
	.c-container-articleList--02 .c-container-articleList__item:nth-of-type(-n+3) {
		margin-top: 0 !important;;
	}
	.c-container-articleList--02 .c-container-articleList__item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.c-container-articleList--02 .c-container-articleList__item a:hover {
		color: #124897;
	}
	.c-container-articleList--02 .c-container-articleList__item a:hover .item-thumb img {
		transform: translate(-50%,-50%) scale(1.025,1.025);
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	/* c-container-articleList--01 */
	.c-container-articleList--01 .c-container-articleList__item {
		margin-left: 0;
		width: 100%;
	}
	.c-container-articleList--01 .c-container-articleList__item:nth-last-of-type(1) {
		margin-bottom: 0 !important;;
	}
	.c-container-articleList--01 .c-container-articleList__item .item-thumb {
		padding-top: 55.9633%;
	}
	.c-container-articleList--01 .c-container-articleList__item .item-update {
		font-size: 1.2rem;
	}
	.c-container-articleList--01 .c-container-articleList__item .item-title {
		margin-top: 16px;
	}
	.c-container-articleList--01 .c-container-articleList__item .c-link-arrow {
		font-size: 1.2rem;
	}

	/* c-container-articleList--02 */
	.c-container-articleList--02 .c-container-articleList__item {
		margin-left: 0;
		width: 100%;
	}
	.c-container-articleList--02 .c-container-articleList__item:nth-of-type(1) {
		margin-top: 0 !important;;
	}
	.c-container-articleList--02 .c-container-articleList__item .item-text {
		padding: 24px;
	}
	.c-container-articleList--02 .c-container-articleList__item .item-thumb {
		padding-top: 55.9633%;
	}

	.c-container-articleList__item .item-tag-accept {
		font-size: 1.1rem;
	}
}

.c-container-articleList + .more-view {
	margin-top: 80px;
	margin-top: 40px;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-container-articleList + .more-view {
		margin-top: 64px;
	}
}


/* 記事詳細ページ（2カラム）
-------------------------------------------------- */

/* PC */
@media print, screen and (min-width: 769px) {
	.c-content-article:not(.col) {
		margin-left: auto;
		margin-right: auto;
		max-width: 824px;
	}
	.c-content-article.col {
		padding-right: 25.8992%;
		position: relative;
	}
	.c-content-article__side {
		position: absolute;
		top: 0;
		right: 0;
		width: 22.3021%;
	}
}

/* メインエリア */
.c-content-article__main .c-content-article__infomation {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	color: #5B5C5E;
	font-size: 1.4rem;
	margin-top: 20px;
}
.c-content-article__main .c-content-article__infomation > * {
	margin-top: 0 !important;
}
.c-content-article__main .c-content-article__category {
	margin-left: 8px;
}
.c-content-article__main .c-content-article__category a:hover {
	text-decoration: underline;
}
.c-content-article__main .c-content-article__company {
	margin-left: auto;
}

/* サイドエリア */
.c-content-article__side {
	font-size: 1.4rem;
}
.c-content-article__side .c-box-index__title {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
.c-content-article__side .c-box-index__list li {
	margin-top: 12px;
}
.c-content-article__side .c-box-index__list li a {
	color: #232323;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-content-article__side .c-box-index__list li a:hover {
		color: #124897;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-content-article__side {
		font-size: 1.2rem;
	}
	.c-content-article__side .c-box-index {
		border: 1px solid #E8E9EB;
		border-radius: 6px;
		margin-top: 40px;
		padding: 20px;
	}
}





/* 製品一覧
-------------------------------------------------- */
.c-container-productList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	margin-top: 40px;
}
.c-container-productList__item.is-hide {
	display: none;
}
.c-container-productList__item .item-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.c-container-productList__item .item-icon > li {
	margin-right: 16px;
	width: 24px;
}
.c-container-productList__item .item-productname {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	margin-top: 8px;
}
.c-container-productList__item .item-description {
	font-size: 1.4rem;
	margin-top: 8px;
}
.c-container-productList__item .item-tag {
	margin-top: 20px;
	margin-bottom: -8px;
}
.c-container-productList__item .c-link-arrow {
	border-top: 1px solid #E8E9EB;
	margin-top: 20px;
	padding-top: 20px;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-container-productList__item {
		/* margin-left: 3.5972%; */
		width: 22.3021%;
		margin-bottom: 64px;
	}
	.c-container-productList__item:nth-of-type(-n+4) {
		margin-top: 0 !important;;
	}
	.c-container-productList__item:nth-of-type(4n+1) {
		margin-left: 0;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-container-productList {
		display: block;
	}
	.c-container-productList__item {
		margin-top: 40px;
	}
	.c-container-productList__item:nth-of-type(1) {
		margin-top: 0 !important;;
	}
	.c-container-productList__item .item-description {
		font-size: 1.2rem;
	}
	.c-container-productList__item .item-tag {
		margin-top: 16px;
	}
	.c-container-productList__item .c-link-arrow {
		border-top: none;
		font-size: 1.2rem;
		margin-top: 16px;
		padding-top: 0;
	}
}



/* スライダー
-------------------------------------------------- */
.slick-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 36px;
}
.slick-slider .slick-dots > li {
	line-height: 8px;
	margin: 0 5px;
}
.slick-slider .slick-dots > li button {
	background-color: #124897;
	border-radius: 50px;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	opacity: 0.5;
	height: 8px;
	transition: 0.3s ease-in-out;
	vertical-align: top;
	width: 8px;
}
.slick-slider .slick-dots > li.slick-active button {
	opacity: 1;
	width: 24px;
}
/* SP */
@media only screen and (max-width: 768px) {
	.slick-slider .slick-dots {
		margin-top: 30px;
	}
	.slick-slider .slick-dots > li {
		line-height: 4px;
		margin: 0 3px;
	}
	.slick-slider .slick-dots > li button {
		height: 4px;
		width: 4px;
	}
	.slick-slider .slick-dots > li.slick-active button {
		width: 16px;
	}
}




/* コンバージョンパネル
-------------------------------------------------- */

.c-conversion {
	background-image: url(/assets/img/common/bg_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	height: 524px;
	width: 100%;
}
.c-conversion--contact03 {
	background: #fff;
	height: auto;
}
.c-conversion--contact03.bg-gray {
	background-image: url(/assets/img/common/bg_section_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.c-conversion__inner {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
}
.c-conversion--contact03 .c-conversion__inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
.c-conversion__title,
.c-conversion__lead {
	color: #fff;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
.c-conversion--contact03 .c-conversion__title,
.c-conversion--contact03 .c-conversion__lead {
	color: #232323;
}
.c-conversion--contact03 .c-panel--small .c-panel__inner {
	border-radius: 50px;
}
.c-conversion--contact03 .c-panel:not(.c-panel--small) .c-panel__inner {
  background-color: #124897;
  color: #fff !important;
}
.c-conversion--contact03 .c-panel:not(.c-panel--small) .c-panel__inner:before {
	border-color: #fff;
}
.c-conversion--contact03 .c-panel:not(.c-panel--small) .c-panel__inner:after {
	background-image: url(/assets/img/common/icon_arrow_right_w.svg);
}
.c-conversion--contact03 .c-panel:not(.c-panel--small) .c-panel__inner:hover .c-panel__icon:before {
	color: #fff !important;
}
.c-conversion__title {
	font-size: 3rem;
}
.c-conversion__lead {
	display: table;
	font-size: 3.6rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 64px;
	padding-right: 64px;
	position: relative;
}
.c-conversion__lead:before,
.c-conversion__lead:after {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 26px;
	position: absolute;
	width: 32px;
}
.c-conversion__lead:before {
	background-image: url(/assets/img/common/icon_quotation_l.png);
	left: 0;
	top: 0;
}
.c-conversion__lead:after {
	background-image: url(/assets/img/common/icon_quotation_r.png);
	right: 0;
	bottom: 0;
}
.c-conversion__items {
	margin-left: auto;
	margin-right: auto;
	max-width: 1112px;
}
* + .c-conversion__items {
	margin-top: 32px;
}
.c-conversion--solution {
	background-image: url(/assets/img/common/bg_section_01.png) !important;
}
.c-conversion--solution .c-conversion__title {
	color: #232323;
	text-align: center !important;
}
.c-conversion--bgnone {
	background: none !important;
}
.c-conversion--bgnone .c-panel__inner {
	border: 1px solid #E8E9EB;
}
.c-conversion--bgnone .c-conversion__title {
	color: #232323;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-conversion__items[data-column-pc="2"] {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.c-conversion__items[data-column-pc="2"] .c-conversion__item {
		margin-top: 16px;
		width: 48.2014%;
	}
	.c-conversion__items[data-column-pc="2"] .c-conversion__item:nth-of-type(-n+2) {
		margin-top: 0 !important;;
	}
	.c-conversion__items .c-conversion__item .c-panel:not(.c-panel--small) {
		max-width: 48%;
		margin-left: auto;
		margin-right: auto;
	}
	.c-conversion__items[data-column-pc="2"] .c-conversion__item .c-panel {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.c-conversion--flow {
		height: auto;
	}
	.c-conversion--flow .c-conversion__inner {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.c-conversion--contact03 .c-panel__inner:hover {
		transform: scale(1.05,1.05);
		background-color: #143867 !important;
    border-color: #143867 !important;
    color: #fff !important;
		box-shadow: none !important;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-conversion {
		height: auto;
	}
	.c-conversion__inner {
		padding: 64px 40px !important;
	}
	.c-conversion__title {
		font-size: 2.4rem;
		line-height: 1.5;
		/*text-align: left;*/
	}
	.c-conversion--contact02 .c-conversion__title,
	.c-conversion--contact03 .c-conversion__title {
		text-align: center;
	}
	.c-conversion__items > .c-conversion__item:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.c-conversion__lead {
		font-size: 2.4rem;
		padding-left: 24px;
		padding-right: 24px;
	}
	.c-conversion__lead:before,
	.c-conversion__lead:after {
		height: 15px;
		width: 18px;
	}
	.c-conversion--contact03 * + .c-conversion__items {
		margin-top: 24px;
	}
}


.parallax {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.parallax > div[class$="__inner"] {
	position: relative;
	z-index: 0;
}
.circle-top,
.circle-bottom {
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	mix-blend-mode: color-burn;
	z-index: -1;
}
.circle-top {
	background-image: url(/assets/img/common/circle_blue.png);
	background-position: right bottom;
	top: 0;
	right: 15%;
	/*transform: translateY(-60%);*/
	transform: translateY(-55%);
	height: 1364px;
	width: 100%;
}
.circle-bottom {
	background-image: url(/assets/img/common/circle_lightblue.png);
	background-position: left top;
	right: -30%;
	top: 0;
	/*transform: translateY(20%);*/
	transform: translateY(10%);
	height: 1364px;
	width: 100%;
}
@media only screen and (max-width: 900px) {
	.circle-top {
		right: -20vw;
		transform: translateY(-45%);
		height: 100vw;
		width: 200vw;
	}
	.circle-bottom {
		right: -50vw;
		top: 0;
		transform: translateY(30%);
		height: 100vw;
		width: 120vw;
	}
}
@media only screen and (max-width: 768px) {
	.circle-top {
		right: -30vw;
		/*transform: translateY(-50%);*/
		transform: translateY(-45%);
		height: 200vw;
		width: 250vw;
	}
	.circle-bottom {
		left: 20vw;
		right: inherit;
		transform: translateY(20%);
		height: 200vw;
		width: 200vw;
	}
}




/* c-panel */
.c-panel__inner {
	background-color: #fff;
	border-radius: 6px;
	color: #232323 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-left: 43px;
	padding-right: 88px;
	height: 100%;
	letter-spacing: 0.4px;
	position: relative;
}
.c-panel__inner:before,
.c-panel__inner:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
}
.c-panel__inner:before {
	border: 2px solid #124897;
	border-radius: 50%;
	height: 40px;
	right: 32px;
	width: 40px;
}
.c-panel__inner:after {
	background-image: url(/assets/img/common/icon_arrow_right_b.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	height: 15px;
	right: 44px;
	width: 26px;
}
.c-panel__icon {
	font-size: 2.4rem;
	margin-right: 20px;
	width: 24px;
}
.c-panel__icon:before {
	transition: 0.2s ease-in-out;
}
.c-panel__text {
	display: block;
	font-size: 2.4rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	width: calc(100% - 44px);
}
.c-panel__subText {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	width: 100%;
}
.c-panel--middle .c-panel__text {
	font-size: 1.8rem;
}

.c-panel--tel .c-panel__number {
	display: block;
	font-size: 1.2rem;
	margin-top: 4px;
}

.c-panel--small {
	display: table;
	margin-left: auto;
	margin-right: auto;
	min-width: 240px;
}
.c-panel--small .c-panel__inner {
	display: block;
	font-size: 1.8rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	padding: 20px 40px;
	text-align: center;
}
.c-conversion--contact03 .c-panel--small .c-panel__inner {
	background-color: #124897;
	color: #fff !important;
}
.c-panel--small .c-panel__inner:before,
.c-panel--small .c-panel__inner:after {
	display: none;
}
.c-panel--small .c-panel__inner .c-panel__icon {
	display: inline-block;
	vertical-align: middle;
}
.c-panel--small .c-panel__text {
	width: 100%;
}

/* PC */
@media print, screen and (min-width: 769px) {

	.c-panel {
		height: 146px;
	}
	.c-panel--middle {
		height: 120px;
	}
	.c-panel--tel {
		height: 108px;
	}
	.c-panel--small {
		height: 70px;
	}

	.c-panel__inner:hover {
		box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.08);
		color: #124897 !important;
	}
	.c-panel__inner:hover:after {
		right: 40px;
		width: 31px;
	}
	.c-panel__inner:hover .c-panel__icon:before {
		color: #124897 !important;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-panel__inner {
		padding: 20px 56px 20px 20px;
	}
	.c-panel__inner:before {
		border-width: 1px;
		height: 20px;
		right: 20px;
		width: 20px;
	}
	.c-panel__inner:after {
		height: 8px;
		right: 26px;
		width: 13px;
	}
	.c-panel__icon {
		font-size: 2rem;
		margin-right: 15px;
		width: 20px;
	}
	.c-panel__text {
		font-size: 2rem;
		width: calc(100% - 35px);
	}
	.c-panel__subText {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.c-panel--middle .c-panel__text {
		font-size: 1.5rem;
		line-height: 1.3;
	}

	.c-panel--tel .c-panel__text {
		font-size: 1.5rem;
		line-height: 1.3;
	}
}



/* お知らせリスト
-------------------------------------------------- */

.c-news-articleList {
	border-top: 1px solid #E8E9EB;
}
.c-news-articleList__item {
	border-bottom: 1px solid #E8E9EB;
}
.c-news-articleList__item.is-hide {
	display: none;
}
.c-news-articleList__item > a {
	color: #232323;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 24px 44px 24px 0;
	position: relative;
}
.c-news-articleList__item .item-update {
	color: #5B5C5E;
	font-size: 1.4rem;
}
.c-news-articleList__item .item-category {
	color: #124897;
	font-size: 1.4rem;
	margin-left: 8px;
}
.c-news-articleList__item .item-title {
	font-size: 1.8rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	margin-top: 8px;
	width: 100%;
}
.c-news-articleList__item > a:before,
.c-news-articleList__item > a:after {
	content: "";
	position: absolute;
	transition: 0.2s ease-in-out;
}
.c-news-articleList__item > a:before {
	border: 1px solid #124897;
	border-radius: 50%;
	height: 20px;
	right: 0;
	width: 20px;
}
.c-news-articleList__item > a:after {
	background-image: url(/assets/img/common/icon_arrow_right_b.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	height: 8px;
	right: 6px;
	width: 14px;
}
.c-news-articleList__item.is-hidden {
	display: none;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-news-articleList__item > a:before,
	.c-news-articleList__item > a:after {
		top: 50%;
		transform: translateY(-50%);
	}
	.c-news-articleList__item > a:hover * {
		color: #124897;
	}
	.c-news-articleList__item > a:hover:after {
		right: 4px;
		width: 16px;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-news-articleList__item > a {
		padding: 20px 0 52px 0;
	}
	.c-news-articleList__item > a:before {
		bottom: 20px;
	}
	.c-news-articleList__item > a:after {
		bottom: 26px;
	}
}


/* フォーム系
-------------------------------------------------- */




/* ドロップダウン */
.c-dropdown {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.c-dropdown .c-dropdown__option {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
	display: none;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 100%;
	z-index: 101;
}
.c-dropdown__value,
.c-dropdown .c-dropdown__option > li {
	cursor: pointer;
}
.c-dropdown__value {
	background-color: #fff !important;
	border: 1px solid #E8E9EB;
	border-radius: 8px;
	cursor: pointer;
	display: block;
	font-size: 1.4rem;
	overflow: hidden;
	height: 48px;
	padding: 12px 34px 12px 16px;
	position: relative;
	text-align: left;
	width: 100%;
	min-width: 13em;
	z-index: 11;
}
.c-dropdown__value:after {
	border-color: #232323 transparent transparent transparent;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	content:"";
	height: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}
.c-dropdown .c-dropdown__option.select_year > li,
.c-dropdown .c-dropdown__option > li a {
	font-size: 1.4rem;
	padding: 12px 16px;
	display: block;
	transition: 0.2s ease-in-out;
}
.c-dropdown .c-dropdown__option > li + li {
	border-top: 1px solid #E8E9EB;
}
.c-dropdown .c-dropdown__option > li:hover {
	background-color: #ecf0f7;
}
.c-dropdown__overlay {
	cursor: default;
	display: none;
	height:100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.c-dropdown.is-open .c-dropdown__overlay {
	display: block !important;
}
.c-dropdown--large .c-dropdown__value {
	font-size: 1.8rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	height: 69px;
	padding: 20px 48px 20px 20px;
}
.c-dropdown--large .c-dropdown__value:after {
	border-width: 4px 4px 0 4px;
	right: 20px;
}
.c-dropdown--large .c-dropdown__option > li {
	border-top: none !important;
	/*padding-left: 20px;*/
	position: relative;
}
.c-dropdown--large .c-dropdown__option > li input[type="checkbox"],
.c-dropdown--large .c-dropdown__option > li input[type="radio"] {
	position: absolute;
	left: -9999px;
	appearance: none;
}
.c-dropdown--large .c-dropdown__option > li label,
.c-dropdown--large .c-dropdown__option > li a {
	color: #232323;
	font-size: 1.8rem;
	border-top: 1px solid #E8E9EB;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
}
.c-dropdown--large .c-dropdown__option > li input[type="checkbox"]:checked ~ label {
	background-color: #dee4ec;
	border-top-color: #fff;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-dropdown {
		width: 100%;
	}
	.c-dropdown__value {
		min-height: 48px;
		height: auto;
		min-width: inherit;
	}
	.c-dropdown--large .c-dropdown__value {
		font-size: 1.5rem;
		min-height: 55px;
		height: auto;
	}
}


.c-input-group > dt {
	color: #5B5C5E;
	font-size: 1.4rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
.c-input-group > dd {
	margin-top: 8px;
}

/* 日付指定 */
.c-select--period {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.c-select--period > *:nth-child(n+2) {
	display: block;
	margin-left: 4px;
}

/* ソリューション */
.c-select--solution {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.c-select--solution > *:nth-child(n+2) {
	display: block;
}

.c-container-sort--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* PC */
@media print, screen and (min-width: 769px) {
	.c-container-sort__item + .c-container-sort__item {
		margin-left: 40px;
	}
	.c-select--period > .c-dropdown {
		min-width: 159px;
	}
	.c-select--solution > .c-dropdown {
		min-width: 344px;
	}
}
/* SP */
@media only screen and (max-width: 768px) {

	.c-container-sort__item {
		width: 100%;
	}
	.c-container-sort__item + .c-container-sort__item {
		margin-top: 32px;
	}
	
	.c-select--period {
		justify-content: space-between;
	}
	.c-select--period > .c-dropdown {
		width: 45.87%;
	}
	
	.c-select--solution {
		justify-content: center;
	}
	.c-select--solution > .c-dropdown {
		width: 100%;
	}
}



/* タグ検索
-------------------------------------------------- */

/* c-sortBox */
.c-sortBox {
	background-color: #fff;
	border: 1px solid #E8E9EB;
	border-radius: 12px;
	font-size: 1.4rem;
}
.c-sortBox__head {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 48px;
	position: relative;
}
.c-sortBox__lead {
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	width: 144px;
}
.c-sortBox__choised {
	max-width: 660px;
}
.c-sortBox__accordionBtn {
	color: #124897;
	position: absolute;
	top: 40px;
	right: 48px;
}
.c-sortBox__accordionBtn a {
	padding-right: 36px;
	position: relative;
}
.c-sortBox__accordionBtn i {
	border: 1px solid #124897;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
	border-radius: 50%;
	height: 20px;
	right: 0;
	width: 20px;
}
.c-sortBox__accordionBtn i:before,
.c-sortBox__accordionBtn i:after {
	background-color: #124897;
	border-radius: 50px;
	content: "";
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
}
.c-sortBox__accordionBtn i:before {
	height: 1px;
	width: 9px;
}
.c-sortBox__accordionBtn i:after {
	height: 9px;
	width: 1px;
}
.c-sortBox__accordionBtn.is-open i:after {
	display: none;
}
.c-sortBox__detail {
	background-color: #F8F9FA;
	display: none;
	padding: 40px 48px;
}
.c-sortBox__detail > dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.c-sortBox__detail > dl + dl {
	margin-top: 40px;
}
.c-sortBox__detail > dl dt {
	color: #5B5C5E;
	font-size: 1.4rem;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	width: 104px;
}
.c-sortBox__detail > dl dd {
	margin-left: 40px;
	width: calc(100% - 144px);
}
.c-sortBox__detail .sort-tagList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: -12px;
}
.c-sortBox__detail .sort-tagList > p {
	margin-right: 12px;
	margin-bottom: 12px;
}

/* PC */
@media print, screen and (min-width: 769px) {
	.c-sortBox__accordionBtn a:hover {
		text-decoration: underline;
	}
	.c-sortBox__accordionBtn a:hover i:before {
		width: 13px;
	}
	.c-sortBox__accordionBtn a:hover i:after {
		height: 13px;
	}
	.c-sortBox__detail > .sort-tagList {
		margin-left: 145px;
	}
}

/* SP */
@media only screen and (max-width: 768px) {
	.c-sortBox__head {
		padding: 20px;
	}
	.c-sortBox__lead {
		width: 100px;
	}
	.c-sortBox__choised {
		max-width: calc(100% - 140px);
	}
	.c-sortBox__accordionBtn {
		top: 22px;
		right: 20px;
	}
	.c-sortBox__accordionBtn a {
		color: transparent;
		display: block;
		font-size: 0;
		padding-right: 20px;
	}
	.c-sortBox__accordionBtn i {
		top: 0;
		transform: translateY(0%);
	}
	.c-sortBox__detail {
		padding: 20px 16px;
	}
	.c-sortBox__detail > dl {
		display: block;
	}
	.c-sortBox__detail > dl + dl {
		margin-top: 20px;
	}
	.c-sortBox__detail > dl dt,
	.c-sortBox__detail > dl dd {
		width: auto;
	}
	.c-sortBox__detail > dl dd {
		margin-top: 20px;
		margin-left: 0;
	}
	.c-sortBox__detail .sort-tagList > p {
		margin-right: 8px;
	}
}




/* 境界線
-------------------------------------------------- */
.c-separator {
  background-color: #E8E9EB;
  color: #E8E9EB;
  border: none;
	display: block !important;
  height: 1px;
	margin-top: 24px;
	margin-bottom: 24px;
}

/* PC */
@media print, screen and (min-width: 769px) {
	
}
/* SP */
@media only screen and (max-width: 768px) {
	
}




/* 404
-------------------------------------------------- */

.notfound .l-section__inner {
	max-width: 824px;
}
.notfound .c-heading-01 .subtext {
	color: #124897;
	display: block;
	margin-bottom: 10px;
}
.notfound .c-heading-01 .subtext .c-icon {
	display: inline-block;
	line-height: 1em;
	margin-right: 16px;
	width: 32px;
}
.notfound .c-heading-01 + p {
	margin-top: 20px;
}
.notfound .c-link-arrow {
	border-bottom: 1px solid #E8E9EB;
	margin-top: 40px;
	width: 168px;
}
.notfound .c-link-arrow a {
	display: block;
	font-family: Euclid Circular B, "Hiragino Kaku Gothic Pro","游ゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	line-height: 40px;
	text-decoration: none;
}
.notfound .c-link-arrow a:not(:hover) {
	color: #232323;
}
.enOnly .notfound p {
	font-size: 95%;
}
.enOnly .notfound .c-link-arrow a {
	font-size: 80%;
}

/* SP */
@media only screen and (max-width: 768px) {
	.notfound .c-heading-01 .subtext {
		margin-bottom: 5px;
	}
	.notfound .c-heading-01 .subtext .c-icon {
		margin-right: 12px;
		width: 26px;
	}
	.notfound .c-heading-01 + p {
		margin-top: 16px;
	}
	.notfound .c-link-arrow {
		margin-top: 24px;
	}
}


/* other
-------------------------------------------------- */

.u-width-full {
	width: 100%;
}

/* PC */
@media print, screen and (min-width: 769px) {
	.u-width-full-pc {
		width: 100%;
	}
	
}
/* SP */
@media only screen and (max-width: 768px) {
	.u-width-full-sp {
		width: 100%;
	}
}




/* 2024.03 ひな形パーツ
-------------------------------------------------- */

/* c-block-introduction */
.c-block-introduction {
	background-image: url(/assets/img/common/parts_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  border-radius: 15px;
  font-size: 1.4rem;
  padding: 30px;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-block-introduction {
		padding: 20px;
	}
}



/* c-layout-image */
.c-layout-image > figure {
	display: table;
	margin: 80px auto 0;
}
.c-layout-image > figure a {
	display: block;
	position: relative;
}
* + .c-layout-image {
	margin-top: 60px;
}
.c-layout-image .block-image {
	text-align: center;
}
.c-layout-image .block-image img {
	border-radius: 10px;
}
.c-layout-image .block-text .text-lead {
	font-size: 2.4rem;
	font-weight: bold;
}
.c-layout-image .block-text .text-lead ~ * {
	margin-top: 20px;
}
.c-layout-image[data-layout="column-1"] > div:nth-of-type(n+2) {
	margin-top: 40px;
}
.c-layout-image .block-text + .block-text {
	margin-top: 40px;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-layout-image {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.c-layout-image[data-layout="image-right"] {
		flex-direction: row-reverse;
	}
	.c-layout-image[data-layout="image-right"] .block-image,
	.c-layout-image[data-layout="image-left"] .block-image {
		width: 30.93%;
	}
	.c-layout-image[data-layout="image-right"] .block-text,
	.c-layout-image[data-layout="image-left"] .block-text {
		width: 65.46%;
	}
	.c-layout-image[data-align="align-center"] {
		align-items: center;
	}
	.c-layout-image[data-layout-pc="column-2"] > div {
		width: 48% !important;
	}
	.c-layout-image[data-layout-pc="column-2"] > div:nth-of-type(-n+2) {
		margin-top: 0 !important;
	}
	.c-layout-image[data-layout="column-1"] {
		display: block;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-layout-image > figure {
		margin-top: 60px;
	}
	.c-layout-image .block-text {
		margin-top: 20px;
	}
	.c-layout-image .block-text .text-lead {
		font-size: 2rem;
	}
	.c-layout-image .block-text .text-lead ~ * {
		margin-top: 10px;
	}
	.c-layout-image + .c-layout-image {
		margin-top: 40px;
	}
	.c-layout-image .block-image a.popup-image {
		margin-left: auto;
		margin-right: auto;
	}
}




/* c-block-flow */
.c-block-flow {
	margin-top: 40px;
}
.c-block-flow-item {
	background-image: url(/assets/img/common/parts_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  border-radius: 15px;
  font-size: 1.4rem;
	padding: 30px;
}
.c-block-flow-item:nth-of-type(n+2) {
	margin-top: 40px;
	position: relative;
}
.c-block-flow-item:nth-of-type(n+2):before {
	background-image: url(/assets/img/common/parts_icon_flow.svg);
  background-repeat: no-repeat;
  background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 23px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -31px;
	width: 25px;
}
.c-block-flow-item .item-title {
	font-size: 2.4rem;
	font-weight: bold;
}
.c-block-flow-item .item-text {
	font-size: 1.8rem;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-block-flow-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.c-block-flow-item .item-title {
		width: 200px;
	}
	.c-block-flow-item .item-text {
		width: calc(100% - 220px);
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-block-flow {
		margin-top: 30px;
	}
	.c-block-flow-item {
		padding: 15px 20px;
		text-align: center;
	}
	.c-block-flow-item:nth-of-type(n+2) {
		margin-top: 45px;
	}
	.c-block-flow-item:nth-of-type(n+2):before {
		top: -33px;
	}
	.c-block-flow-item .item-title {
		font-size: 2rem;
	}
	.c-block-flow-item .item-text {
		font-size: 1.5rem;
		margin-top: 5px;
	}
}


/* c-block-faq */
.c-block-faq {
	margin-top: 40px;
}
.c-block-faq .c-accordion {
	border-bottom: 1px solid #E8E9EB;
}
.c-block-faq .c-accordion-item {
	border-top: 1px solid #E8E9EB;
}
.c-block-faq .c-accordion-head a {
	cursor: pointer;
	color: #232323;
	display: block;
	font-weight: bold;
	padding: 20px 40px 20px 0;
	position: relative;
}
.c-block-faq .c-accordion-head .icon-open {
	border: 1px solid #124897;
	border-radius: 50%;
	display: black;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}
.c-block-faq .c-accordion-head .icon-open:before,
.c-block-faq .c-accordion-head .icon-open:after {
	background-color: #124897;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.2s ease-in-out;
}
.c-block-faq .c-accordion-head .icon-open:before {
	height: 13px;
	width: 1px;
}
.c-block-faq .c-accordion-head .icon-open:after {
	height: 1px;
	width: 13px;
}
.c-block-faq .c-accordion-head.is-open .icon-open:before {
	height: 0;
}
.c-block-faq .c-accordion-content {
	display: none;
	border-top: 1px solid #E8E9EB;
	padding: 20px 0;
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-block-faq {
		margin-top: 30px;
	}
}


/* modal */
a.popup-image {
	display: table;
	position: relative;
}
a.popup-image:after {
	background-image: url(/assets/img/common/parts_icon_zoom.svg);
  background-repeat: no-repeat;
  background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 40px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 40px;
	z-index: 1;
}
a.popup-image.text-link {
	display: inline-block;
}
a.popup-image.text-link:after {
	display: none !important;
}
/* SP */
@media only screen and (max-width: 768px) {
	a.popup-image:after {
		height: 32px;
		bottom: 10px;
		right: 10px;
		width: 32px;
	}
}
