@charset "utf-8";
/* CSS Document */
/*====================================
Reset
====================================*/
html{
	width: 100%;
	font-size: 2.41546vw; /* 画面幅414pxの時1rem=10px */
	font-weight: 400;
}
body{
	min-width: 320px;
	line-height: 1;
	color: #3B3B3B;
	background-color: #F2EEEA;
	position: relative;
	overflow-x: hidden;
	font-family: 'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
@media screen and (min-width: 600px) {
	html{
		font-size: 0.76923vw; /* 画面幅1300pxの時1rem=10px */
	}
}
@media screen and (min-width: 1200px) {
	html{
		font-size: 10px;
	}
}

img{
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a{
	text-decoration: none;
	color:inherit;
}
a, input, button,
.slider_prev, .slider_next, .swiper-pagination-bullet,
.cmn_tab_btn_wrap .tab_btn,
.js--ac_btn{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	 outline: 0;
}
::selection {
	background: rgba(40, 92, 161, .1);
}

/*====================================
Common
====================================*/
.width--cmn{
	margin: 0 auto;
	width: 35.4rem;
}
.anchor{
	display: block;
	width: 0;
	height: 0;
	padding-top: 7rem;
	margin-top: -7rem;
}
.fw700{
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	.disp--pc{
		display: none !important;
	}
}

@media screen and (min-width: 600px) {
	.width--cmn{
		width: 120rem;
	}
	.disp--sp{
		display: none !important;
	}
}

/*====================================
header
====================================*/
header{
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.header_inner{
	display: flex;
	justify-content: space-between;
}
.header_logo{
	width: 16.4rem;
}
.header_content{
	flex: 1;
}
.header_gnav_wrap{
	position: relative;
}

@media screen and (max-width: 599px) {
	header{
		height: 7rem;
		position: fixed;
		top: 0;
		left: 0;
	}
	.header_inner{
		height: 100%;
		align-items: center;
	}
	.header_content{
		padding-right: 4rem;
	}
}

@media screen and (min-width: 600px) {
	.header_inner{
		padding-top: 3.1rem;
	}
	.header_logo{
		width: 28.7rem;
	}
	.header_logo_company{
		background-color: #F1F8FB;
		padding: 1rem;
		text-align: center;
		font-size: 1.3rem;
		color: #285CA1;
		margin-top: 1.3rem;
	}

	.header_group2{
		display: flex;
		justify-content: flex-end;
		height: 4.6rem;
		padding-bottom: 3rem;
		padding-right: 40rem;
	}
	.header_group2_item{
		display: flex;
		align-items: center;
	}
	.header_group2_item:not(:last-child){
		margin-right: 3rem;
	}
	.header_group2_item path{
		fill: #285CA1;
	}
	.header_group2_item .item_txt{
		font-size: 2rem;
	}
	.header_tel svg{
		width: 1.8rem;
		height: 1.9rem;
		margin-right: 0.3rem;
	}
	.header_time svg{
		width: 1.9rem;
		height: 1.9rem;
		margin-right: 0.6rem;
	}
}

/* gnav・検索(header_group1)
--------------------------------------*/
.header_group1{
	display: flex;
	justify-content: flex-end;
}
.header_search .search_open_btn svg{
	width: 2.5rem;
	height: 2.5rem;
}
.header_tel svg{
	width: 2.4rem;
	height: 2.5rem;
}

@media screen and (max-width: 599px) {
	.header_group1_item{
		width: 5rem;
		height: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header_group1_item:not(:last-child){
		margin-right: 0.5rem;
	}
	.header_search .search_open_btn path,
	.header_tel path{
		fill: #000;
		transition: fill 0.3s ease;
	}
	.header_search .search_open_btn.is--open path{
		fill: #285CA1;
	}
	.header_search_dropdown{
		opacity: 0;
		pointer-events: none;
		box-sizing: border-box;
		position: fixed;
		top: 7rem;
		left: 0;
		width: 100vw;
		padding: 1rem;
		transition: opacity .3s ease;
	}
	.header_search_dropdown.is--open{
		opacity: 1;
		pointer-events: auto;
	}
	.header_search_dropdown:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0.8rem 1.3rem 0.8rem;
		top: -1.2rem;
		right: 14.2rem;
		border-color: transparent transparent #285CA1 transparent;
	}
	.header_search_dropdown_layer{
		position: absolute;
		top: 0;
		left: 0;
		background-color: #285CA1;
		width: 100%;
		height: 0;
		transition: height .3s ease;
	}
	.header_search_dropdown.is--open .header_search_dropdown_layer{
		height: 100%;
	}
	.header_search .search--input-box{
		background-color: #fff;
		padding-right: 1rem;
	}
	.header_search .search--input-box input{
		padding: 0 1rem 0 2rem;
		width: calc(100% - 5rem);
	}
	.header_search .search--input-box button{
		width: 5rem;
		border: none;
	}
	.header_search .search--input-box button svg{
		width: 2.5rem;
		height: 2.5rem;
	}
	.header_search .search--input-box button path{
		fill: #285CA1;
	}
}

@media screen and (min-width: 600px) {
	.header_gnav_wrap,
	.gnav{
		height: 3.4rem;
		padding-bottom: 2.3rem;
	}
	.gnav{
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	.gnav_link_list{
		position: relative;
		display: flex;
		justify-content: flex-end;
	}
	.gnav_link_item{
		display: block;
		position: relative;
	}
	.gnav_link_item:not(:last-child){
		margin-right: 4rem;
	}
	.gnav_link_txt{
		position: relative;
		z-index: 2;
		cursor: pointer;
		font-size: 1.5rem;
		transition: color .3s ease;
	}
	.gnav_link_item:hover .gnav_link_txt{
		color: #285CA1;
	}
	.gnav_link_item.has--dd .gnav_link_txt{
		padding-bottom: 5rem;
	}
	.gnav_link_item.has--dd .gnav_link_txt:before{
		content:'';
		display: block;
		position: absolute;
		box-sizing: border-box;
		width: 0.8rem;
		height: 0.8rem;
		border-right: solid 0.2rem #285CA1;
		border-bottom: solid 0.2rem #285CA1;
		top: 2.7rem;
		left: 50%;
		transform: translate(-50%, 0%) rotate(45deg);
	}
	.gnav .dropdown_block{
		box-sizing: border-box;
		position: absolute;
		opacity: 0;
		pointer-events: none;
		left: calc(50% - 14rem);
		top: 4.2rem;
		width: 28rem;
		background-color: #285CA1;
		padding: 3.8rem 3.5rem 3.7rem 4rem;
	}
	.gnav_link_item:hover .dropdown_block{
		opacity: 1;
		pointer-events: auto;
		transition: opacity .3s ease;
	}
	.gnav_sublink_item{
		display: block;
		position: relative;
		font-size: 1.5rem;
		line-height: 1.46;
		padding-left: 2.2rem;
		color: #fff;
	}
	.gnav_sublink_item:not(:last-child){
		margin-bottom: 2rem;
	}
	.gnav_sublink_item:hover{
		text-decoration: underline;
	}
	.gnav_sublink_item:before,
	.gnav_sublink_item:after{
		content: '';
		display: block;
		position: absolute;
		box-sizing: border-box;
		pointer-events: none;
	}
	.gnav_sublink_item:before{
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 100%;
		background-color: #fff;
		left: 0;
		top: 0.3rem;
	}
	.gnav_sublink_item:after{
		width: 0.7rem;
		height: 0.7rem;
		border-top: solid 0.2rem #285CA1;
		border-right: solid 0.2rem #285CA1;
		left: 0.3rem;
		top: 0.7rem;
		transform: rotate(45deg);
	}

	.gnav:not(.is--fix) .header_search{
		position: absolute;
		right: 0;
		top: -7.5rem;
	}
	.header_search .search--input-box{
		width: 36.6rem;
	}

	.gnav.is--fix{
		position: fixed;
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		height: 7rem;
		box-sizing: border-box;
	}
	.gnav.is--fix .gnav_inner{
		display: flex;
		justify-content: center;
	}
	.gnav.is--fix .gnav_link_list{
		padding-top: 1.4rem;
		margin-right: 6rem;
	}
}
@media screen and (min-width: 1400px) {
	.gnav_link_item:not(:last-child){
		margin-right: 5rem;
	}
}

/* ハンバーガーボタン
--------------------------------------*/
.hamburger_btn{
	position: fixed;
	top: 1rem;
	right: 1.5rem;
	width: 5rem;
	height: 5rem;
	z-index: 2001;
}
.hamburger_btn .hamburger_inner{
	display: block;
	position: absolute;
	width: 2.7rem;
	height: 2.2rem;
	top: 1.4rem;
	left: 1.2rem;
	transition: transform 0.35s ease;
}
.hamburger_btn.is--open .hamburger_inner{
	transform: rotate(360deg);
}
.hamburger_btn span{
	position: absolute;
	top: 0;
	right: 0;
	width: 2.7rem;
	height:0.2rem;
	background-color: #000;
	transition: transform 0.35s ease, width 0.35s ease, opacity 0.35s ease, background 0.35s ease;
}
.hamburger_btn.is--open span{
	width: 2.5rem;
	background-color: #285CA1;
}
.hamburger_btn.is--open span:first-child{
	transform:translateY(0.8rem) rotate(-45deg);
}
.hamburger_btn span:nth-child(2){
	top: 0.8rem;
}
.hamburger_btn.is--open span:nth-child(2){
	opacity: 0;
}
.hamburger_btn span:last-child{
	top: 1.6rem;
}
.hamburger_btn.is--open span:last-child{
	transform:translateY(-0.8rem) rotate(45deg);
}

@media screen and (min-width: 600px) {
	.hamburger_btn{
		display: none;
	}
}

/*===============================
hamburger menu
===============================*/
#hamburger_menu{
	z-index:1001;
	position: fixed;
	box-sizing: border-box;
	top: 0;
	right: -30rem;
	width: 30rem;
	height: 100vh;
	padding-top: 7rem;
	background-color: #FFF;
	transition: transform .35s ease;
}
#hamburger_menu.is--open{
	transform: translateX(-30rem);
}
#hamburger_menu .menu_inner{
	overflow-y: scroll;
	max-height: calc(100vh - 7rem);
	padding-bottom: 7rem;
	box-sizing: border-box;
}
#hamburger_menu .hamburger_nav{
	padding: 0 3rem;
}
#hamburger_menu .hamburger_nav_item:not(:last-child){
	border-bottom: solid 0.1rem #ECECEC;
}
#hamburger_menu .hamburger_nav_item_link{
	box-sizing: border-box;
	position: relative;
	height: 7rem;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	font-size: 1.5rem;
	position: relative;
}
#hamburger_menu .hamburger_nav_item.has--sub .hamburger_nav_item_link:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.4rem;
	height: 1.4rem;
	border-right: solid 0.2rem #285CA1;
	border-bottom: solid 0.2rem #285CA1;
	top: 50%;
	right: 0.2rem;
	transform: translate(-50%, -70%) rotate(45deg);
	transition: transform .4s ease;
}
#hamburger_menu .hamburger_nav_item.has--sub .hamburger_nav_item_link.is--open:before{
	transform: translate(-50%, -30%) rotate(-135deg);
}
#hamburger_menu .hamburger_nav_sub_item:not(:last-child){
	margin-bottom: 0.1rem;
}
#hamburger_menu .hamburger_nav_sub_item a{
	box-sizing: border-box;
	font-size: 1.5rem;
	color: #285CA1;
	background-color: #F1F8FB;
	display: flex;
	align-items: center;
	height: 6rem;
	padding: 0 2.5rem;
}

/* 背景
--------------------------------------*/
.hamburger_layer{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index:1000;
	pointer-events: none;
	transition:opacity .25s ease;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
}
.hamburger_layer.is--open{
	pointer-events: auto;
	opacity: 1;
}

@media screen and (min-width: 600px) {
	#hamburger_menu,
	.hamburger_layer{
		display: none;
	}
}

/*===============================
float_bnr
===============================*/
.float_bnr{
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
}
.float_bnr .bnr{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3F9779;
}
.float_bnr svg{
	width: 1.9rem;
	height: 1.3rem;
}
.float_bnr .bnr.document svg{
	width: 1.7rem;
	height: 1.7rem;
}
.float_bnr path{
	fill :#fff;
}
.float_bnr span{
	display: block;
	color: #fff;
	font-size: 1.8rem;
}

.float_bnr.is--lead-contact.has--1 .bnr.bnr_post_contact{
	width: 100%;
}
.float_bnr .bnr.bnr_post_contact{
	box-sizing: border-box;
	padding: 1rem;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
	background-color: #3F9779;
	color: #fff;
}
.float_bnr .bnr.bnr_post_contact:nth-child(even){
	background-color: #1B787A;
}

@media screen and (max-width: 599px) {
	.float_bnr{
		width: 100%;
		left: 0;
		bottom: -6rem;
		display: flex;
		justify-content: space-between;
		transition: transform .3s ease;
	}
	.float_bnr.is--fix{
		transform: translateY(-6rem);
	}
	.float_bnr .bnr{
		width: calc((100% - 0.2rem) / 2);
		height: 6rem;
	}
	.float_bnr .bnr_inner{
		display: flex;
		align-items: center;
	}
	.float_bnr svg{
		margin-right: 0.7rem;
	}
}

@media screen and (min-width: 600px) {
	.float_bnr{
		top: calc(50% - (17rem + 1rem + 20rem) / 2);
		right: 0;
	}
	.float_bnr .bnr{
		position: relative;
		box-sizing: border-box;
		width: 6rem;
		height: 17rem;
	}
	.float_bnr .bnr:not(:last-child){
		margin-bottom: 1rem;
	}
	.float_bnr .bnr.document{
		height: 20rem;
	}
	.float_bnr .bnr:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 0;
		height: 100%;
		left: 0;
		bottom: 0;
		background-color: #000;
		transition: width .3s ease;
	}
	.float_bnr .bnr:hover:before{
		width: 100%;
	}
	.float_bnr .bnr_inner{
		position: relative;
		z-index: 2;
	}
	.float_bnr svg{
		margin-bottom: 0.5rem;
	}
	.float_bnr span{
		font-size: 1.8rem;
		writing-mode: vertical-rl;
		text-orientation: upright;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0.05em;
	}
}


/*===============================
footer
===============================*/
footer{
	position: relative;
	background-color: #fff;
}
.footer_inner{
	padding-bottom: 5rem;
}
.footer_contact_block{
	padding-top: 10rem;
	padding-bottom: 5rem;
	border-bottom: solid 0.1rem #B2B2B2;
}
.footer_contact_block_ttl{
	text-align: center;
	font-size: 2.4rem;
}
.footer_contact_block_txt{
	text-align: center;
	margin-top: 2rem;
	font-size: 1.5rem;
	line-height: 1.66;
}
.footer_contact_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 8rem;
	background-color: #285CA1;
}
.footer_contact_btn svg{
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 0.5rem;
}
.footer_contact_btn path{
	fill: #fff;
}
.footer_contact_btn_txt{
	font-size: 2.8rem;
	color: #fff;
}
.footer_contact_btn.footer_contact svg{
	width: 3rem;
	height: 2rem;
	margin-right: 0.9rem;
}
.footer_contact_btn.footer_contact .footer_contact_btn_txt{
	font-size: 2.4rem;
}

@media screen and (max-width: 599px) {
	.footer_contact_txt_box{
		margin-bottom: 2.5rem;
	}
	.footer_contact_btn:not(:last-child){
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 600px) {
	.footer_inner{
		padding-bottom: 7rem;
	}
	.footer_contact_block{
		padding-bottom: 7rem;
		display: flex;
	}
	.footer_contact_txt_box{
		padding: 0 5rem 0 2rem;
	}
	.footer_contact_btn_box{
		display: flex;
		flex: 1;
	}
	.footer_contact_btn{
		position: relative;
		height: 10rem;
		width: calc((100% - 3rem) / 2);
	}
	.footer_contact_btn:not(:last-child){
		margin-right: 3rem;
	}
	.footer_contact_btn:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 0;
		left: 0;
		bottom: 0;
		background-color: #000;
		transition: height .3s ease;
	}
	a.footer_contact_btn:hover:before{
		height: 100%;
	}
	.footer_contact_btn svg,
	.footer_contact_btn_txt{
		position: relative;
		z-index: 2;
	}
	.footer_contact_btn_txt{
		font-size: 3.2rem;
	}
	.footer_contact_btn.footer_contact .footer_contact_btn_txt{
		font-size: 2.6rem;
	}
}

.footer_link_block{
	padding-top: 5rem;
	padding-bottom: 10rem;
}
.footer_link_list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 2rem;
}
.footer_link_item{
	font-size: 1.3rem;
}

@media screen and (max-width: 599px) {
	.footer_link_item:nth-child(n+3){
		margin-top: 4rem;
	}
	.footer_link_item:nth-child(odd){
		width: calc(50% + 1.8rem);
	}
	.footer_link_item:nth-child(even){
		width: calc(50% - 1.8rem);
	}
}

@media screen and (min-width: 600px) {
	.footer_link_block{
		padding-top: 2.5rem;
	}
	.footer_link_list{
		padding: 0 4rem 0 9.3rem;
	}
	.footer_link_item{
		font-size: 1.5rem;
		margin-right: 5rem;
		margin-top: 4.5rem;
	}
	.footer_link_item a:hover{
		text-decoration: underline;
	}
}

.footer_area_block{
	background-color: #F2EEEA;
	padding: 4rem 2.5rem 2.5rem 2.5rem;
}
.footer_area_block .box_ttl{
	font-size: 2rem;
}
.footer_area_block .area_group_list{
	line-height: 1;
}
.footer_area_block .area_group:not(:last-child){
	margin-bottom: 2rem;
}
.footer_area_block .area_txt{
	line-height: 1.66;
}

@media screen and (max-width: 599px) {
	.footer_area_block .box_ttl{
		padding-bottom: 2rem;
		border-bottom: 1px solid #B2B2B2;
		margin-bottom: 2rem;
	}
	.footer_area_block .area_ttl{
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 600px) {
	.footer_area_block{
		padding: 4rem 7rem;
		display: flex;
		align-items: center;
	}
	.footer_area_block .box_ttl{
		padding-right: 4rem;
	}
	.footer_area_block .box_txt{
		flex: 1;
		border-left: 1px solid #B2B2B2;
		padding-left: 4rem;
	}
	.footer_area_block .area_group{
		display: flex;
	}
	.footer_area_block .area_txt{
		flex: 1;
		padding-left: 1rem;
	}
}

.footer_copy{
	background-color: #3B3B3B;
	color: #fff;
	padding-top: 3.5rem;
	padding-bottom: 9.5rem;
	display: flex;
	justify-content: center;
}
.footer_company_info_txt{
	font-size: 1.3rem;
}
.footer_copyright{
	font-size: 1rem;
}

@media screen and (max-width: 599px) {
	.footer_copy_inner{
		margin: 0;
		width: auto;
	}
	.footer_company_info{
		line-height: 1.69;
	}
	.footer_copyright{
		text-align: center;
		margin-top: 2rem;
	}
}
@media screen and (min-width: 600px) {
	.footer_copy{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.footer_copy_inner{
		display: flex;
		justify-content: space-between;
	}
	.footer_company_info{
		display: flex;
	}
	.footer_company_info_txt{
		font-size: 1.3rem;
	}
	.footer_company_info_txt:not(:last-child){
		margin-right: 1em;
	}
}

/* to-top
--------------------------------------*/
.js--to-top{
	width: 3.4rem;
	height: 2rem;
	position: fixed;
	right: 2rem;
	bottom: 8rem;
	z-index: 50;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}
.js--to-top a{
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
}
.js--to-top a:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 2.5rem;
	height: 2.5rem;
	border-top: solid 0.2rem #000;
	border-right: solid 0.2rem #000;
	top: 50%;
	left:50%;
  transform: translate(-48%, -20%) rotate(-45deg);
}
.js--to-top.is--fix{
	opacity: 1;
	pointer-events: auto;
}
.js--to-top.is--footerfix{
	position: absolute;
	top: -12rem;
}

@media screen and (min-width: 600px) {
	.js--to-top{
		right: 5rem;
	}
	.js--to-top a{
		transition: opacity .3s ease;
	}
	.js--to-top a:hover{
		opacity: .7;
	}
}

/*===============================
sidemenu
===============================*/
.l--sidemenu-wrap{
	padding-top: 5.5rem;
	padding-bottom: 20rem;
}
.sidemenu_bnr_list2,
.sidemenu_bnr:not(:first-child),
.sidemenu_btn_box{
	margin-top: 2rem;
}
.sidemenu_bnr{
	display: block;
}
.sidemenu_bnr.bnr_webseminar{
	margin-top: 1.1rem;
}
.sidemenu_post_box{
	margin-top: 2rem;
	border: solid 0.1rem #B2B2B2;
	padding: 0 2.5rem 3rem 2.5rem;
}
.sidemenu_post_box_ttl{
	padding: 2.4rem 0;
	border-bottom: solid 0.1rem #B2B2B2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidemenu_post_box_ttl svg{
	width: 2.6rem;
	height: 2.8rem;
	margin-right: 0.3rem;
}
.sidemenu_post_box.service .sidemenu_post_box_ttl svg{
	width: 2.8rem;
	height: 2.6rem;
	margin-right: 0.9rem;
}
.sidemenu_post_box_ttl path{
	fill: #285CA1;
}
.sidemenu_post_box_ttl span{
	font-size: 2rem;
	display: block;
}
.sidemenu_post_list{
	padding: 2rem 0 0 0.4rem;
}
.sidemenu_post_item{
	display: block;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.46;
	padding-left: 2.2rem;
}
.sidemenu_post_item:not(:last-child){
	margin-bottom: 1.5rem;
}
.sidemenu_post_item:hover{
	text-decoration: underline;
}
.sidemenu_post_item:before,
.sidemenu_post_item:after{
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
}
.sidemenu_post_item:before{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	background-color: #285CA1;
	left: 0;
	top: 0.3rem;
}
.sidemenu_post_item:after{
	width: 0.7rem;
	height: 0.7rem;
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	left: 0.3rem;
	top: 0.7rem;
	transform: rotate(45deg);
}
.sidemenu_btn_box{
	display: flex;
	justify-content: space-between;
}
.sidemenu_btn_box .sidemenu_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7rem;
	width: calc((100% - 1rem) / 2);
	background-color: #fff;
}
.sidemenu_btn_box .sidemenu_btn span{
	position: relative;
	font-size: 2rem;
	padding-left: 1.2rem;
}
.sidemenu_btn_box .sidemenu_btn span:before{
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
	width: 0.9rem;
	height: 0.9rem;
	border-top: solid 0.2rem #285CA1;
	border-right: solid 0.2rem #285CA1;
	left: 0;
	top: 50%;
	transform: translate(-30%, -50%) rotate(45deg);
}
.sidemenu_sns_box{
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}
.sidemenu_sns_item:not(:last-child){
	border-right: solid 0.1rem #707070;
	padding-right: 3.4rem;
}
.sidemenu_sns_item:not(:first-child){
	padding-left: 3.4rem;
}
.sidemenu_sns_item svg{
	width: 3.9rem;
	height: 3.9rem;
}
.sidemenu_sns_item path{
	fill: #000;
}
.sidemenu_sns_item.facebook svg{
	width: 2.1rem;
	height: 3.9rem;
}
.sidemenu_sns_item.twitter svg{
	width: 4.8rem;
	height: 3.9rem;
}

@media screen and (max-width: 599px) {
	.l--sidemenu-side{
		margin-top: 12rem;
	}
}
@media screen and (min-width: 600px) {
	.l--sidemenu-wrap{
		display: flex;
		justify-content: space-between;
		padding-top: 5.5rem;
		padding-bottom: 20rem;
	}
	.l--sidemenu-main{
		order: 2;
		width: 88rem;
	}
	.l--sidemenu-side{
		width: 24rem;
		position: relative;
	}
	.sidemenu_bnr{
		transition: opacity .3s ease;
	}
	.sidemenu_bnr:hover{
		opacity: .7;
	}
	.sidemenu_bnr.bnr_webseminar{
		margin-top: 1.3rem;
	}
	.sidemenu_btn_box .sidemenu_btn{
		height: 5rem;
		width: calc((100% - 2rem) / 2);
		transition: background .3s ease;
	}
	.sidemenu_btn_box .sidemenu_btn:hover{
		background-color: #285CA1;
	}
	.sidemenu_btn_box .sidemenu_btn span{
		font-size: 1.5rem;
		padding-left: 1.1rem;
		transition: color .3s ease;
	}
	.sidemenu_btn_box .sidemenu_btn:hover span{
		color: #fff;
	}
	.sidemenu_btn_box .sidemenu_btn span:before{
		width: 0.7rem;
		height: 0.7rem;
		transition: border .3s ease;
	}
	.sidemenu_btn_box .sidemenu_btn:hover span:before{
		border-color: #fff;
	}
	.sidemenu_sns_box{
		margin-top: 4rem;
	}
	.sidemenu_sns_item:not(:last-child){
		padding-right: 2.5rem;
	}
	.sidemenu_sns_item:not(:first-child){
		padding-left: 2.5rem;
	}
	.sidemenu_sns_item svg{
		width: 2.8rem;
		height: 2.8rem;
	}
	.sidemenu_sns_item.facebook svg{
		width: 1.5rem;
		height: 2.8rem;
	}
	.sidemenu_sns_item.twitter svg{
		width: 3.5rem;
		height: 2.8rem;
	}
	.sidemenu_sns_item path{
		transition: fill .3s ease;
	}
	.sidemenu_sns_item a:hover path{
		fill: #285CA1;
	}
}

.sidemenu_contact_box{
	padding-top: 2rem;
	position: sticky;
}
.sidemenu_contact_box.is--end-fix{
	position: absolute;
	bottom: 0;
	left: 0;
}
.sidemenu_contact_box .bnr:not(:last-child){
	margin-bottom: 2rem;
}
.sidemenu_contact_box .bnr{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 10rem;
	padding: 2rem;
	border: 0.3rem solid #fff;
	background-color: #F6933D;
}
.sidemenu_contact_box .bnr span{
	position: relative;
	padding-left: 2.8rem;
	display: block;
	font-size: 1.5rem;
	line-height: 1.46;
	text-align: center;
	color: #fff;
	transition: opacity .3s ease;
}
.sidemenu_contact_box .bnr:hover span{
	opacity: 0.7;
}
.sidemenu_contact_box .bnr span:before,
.sidemenu_contact_box .bnr span:after{
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
}
.sidemenu_contact_box .bnr span:before{
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	left: 0;
	top: 0;
	background-color: #000;
}
.sidemenu_contact_box .bnr span:after{
	width: 0.7rem;
	height: 0.7rem;
	left: 0.5rem;
	top: 0.6rem;
	transform: rotate(45deg);
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
}

/*===============================
parts
===============================*/
/* 画像
--------------------------------------*/
.img--fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* IE */
.browser--ie .img--fit{
	position: relative;
	overflow: hidden;
}
.browser--ie .img--fit img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.img--posted{
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 66.42%;
}
.img--posted > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img--dummy{
	box-sizing: border-box;
	background-color: #fff;
	border: solid 0.1rem #C4C4C4;
}
.img--dummy > img{
	width: 71.4%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 599px) {
	.img--hover .img--hover-inner{
		display: none;
	}
}
@media screen and (min-width: 600px) {
	.img--hover{
		position: relative;
	}
	.img--hover:before,
	.img--hover .img--hover-inner{
		position: absolute;
		display: block;
		pointer-events: none;
		opacity: 0;
	}
	.img--hover:before{
		content: '';
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(8, 31, 62, .8);
		transition: opacity .3s ease;
	}
	.img--hover .img--hover-inner{
		z-index: 3;
		width: 100%;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -20%);
		transition: opacity .2s ease, transform .25s ease;
	}
	.img--hover .img--hover-inner svg{
		width: 3.9rem;
		height: 3.4rem;
	}
	.img--hover .img--hover-inner path{
		fill :#fff;
	}
	.img--hover .img--hover-inner span{
		display: block;
		margin-top: 1rem;
		color: #fff;
		font-size: 1.5rem;
	}
	.img--hover:hover:before,
	a:hover > .img--hover:before{
		opacity: 1;
	}
	.img--hover:hover .img--hover-inner,
	a:hover > .img--hover .img--hover-inner{
		opacity: 1;
		transform: translate(-50%, -50%);
		transition-delay: .1s;
	}
}

/* 検索ボックス
--------------------------------------*/
.search--input-box{
	box-sizing: border-box;
	position: relative;
	display: flex;
	background-color: #F5F5F5;
	height: 6rem;
	padding: 0.8rem 0;
}
.search--input-box input,
.search--input-box button{
	height: 4.4rem;
}
.search--input-box input{
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	box-sizing: border-box;
	border: none;
	background: none;
	width: 100%;
	flex:1;
	font-size: 1.6rem;
	padding: 0 1rem;
	width: calc(100% - 6rem);
}
.search--input-box input::placeholder{
	color: #B2B2B2;
}
.search--input-box button{
	box-sizing: border-box;
	border: none;
	background: none;
	cursor: pointer;
	width: 6rem;
	border-left: solid 0.1rem #B2B2B2;
}
.search--input-box button svg{
	width: 2.3rem;
	height: 2.3rem;
}
.search--input-box button path{
	fill: #B2B2B2;
}

@media screen and (min-width: 600px) {
	.search--input-box{
		height: 4.6rem;
		padding: 0.8rem 0;
	}
	.search--input-box input{
		height: 3rem;
		font-size: 1.6rem;
		padding: 0 1.4rem;
		width: calc(100% - 6rem);
	}
	.search--input-box button{
		width: 6rem;
		height: 3rem;
	}
	.search--input-box button path{
		transition: fill .3s ease;
	}
	.search--input-box button:hover path{
		fill: #285CA1;
	}

}

/* 埋め込み動画
--------------------------------------*/
.cmn_movie_wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.cmn_movie_wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cmn_movie_wrap video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 共通テキスト
--------------------------------------*/
.txt--cmn{
	font-size: 1.5rem;
	line-height: 2;
}
.txt--cmn p:not(:last-child),
.txt--cmn ul:not(:last-child){
	margin-bottom: 2em;
}
.txt--cmn img{
	max-width: 100%;
	height: auto;
}

/* タイトル
--------------------------------------*/
.ttl--list1-wrap{
	margin-bottom: 3rem;
}
.ttl--list1{
	border-bottom: solid 0.1rem #B2B2B2;
	padding-bottom: 2rem;
	display: flex;
	align-items: center;
}
.ttl--list1 svg{
	width: 3.1rem;
	height: 3rem;
	margin-left: 1rem;
	margin-right: 0.6rem;
}
.ttl--list1 svg.icon_case{
	width: 3.2rem;
	height: 3.4rem;
}
.ttl--list1 svg.icon_service{
	width: 3.3rem;
	height: 3rem;
	margin-left: 0.6rem;
	margin-right: 0.8rem;
}
.ttl--list1 svg.icon_document{
	width: 3.8rem;
	height: 3.2rem;
	margin-left: 0.8rem;
	margin-right: 0.2rem;
}
.ttl--list1 path{
	fill: #285CA1;
}
.ttl--list1-ttl{
	font-size: 2.6rem;
}

.ttl--cmn1,
.edit-content h2:not([class]),
.ttl--cmn2,
.edit-content h3:not([class]),
.ttl--cmn3,
.edit-content h4:not([class]){
	box-sizing: border-box;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.66;
}
.ttl--cmn1,
.edit-content h2:not([class]),
.ttl--cmn2,
.edit-content h3:not([class]){
	padding: 1.5rem 2.3rem;
	margin-bottom: 2.5rem;
}
.ttl--cmn1,
.edit-content h2:not([class]){
	color: #fff;
	background-color: #285CA1;
}
.ttl--cmn2,
.edit-content h3:not([class]){
	color: #285ca1;
	background-color: #F1F8FB;
}
.ttl--cmn3,
.edit-content h4:not([class]){
	font-weight: 700;
	font-size: 1.8rem;
	color: #285ca1;
	padding-bottom: 0.8rem;
	border-bottom: 0.2rem solid #285CA1;
	margin-bottom: 2.2rem;
}

@media screen and (min-width: 600px) {
	.ttl--list1-wrap{
		display: flex;
	}
	.ttl--list1{
		flex: 1;
	}
	.ttl--list1-btn{
		width: 16rem;
		margin-left: 2rem;
	}
}

/* ボタン
--------------------------------------*/
.btn--cmn1,
.btn--cmn2{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.btn--cmn1:before,
.btn--cmn1 span:before,
.btn--cmn1 span:after,
.btn--cmn2 span:before,
.btn--cmn2 span:after{
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
}
.btn--cmn1 span,
.btn--cmn2 span{
	position: relative;
	padding-left: 2.8rem;
	display: block;
	font-size: 1.6rem;
}
.btn--cmn1 span:before,
.btn--cmn2 span:before{
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	left: 0;
	top: 0;
}
.btn--cmn1 span:after,
.btn--cmn2 span:after{
	width: 0.7rem;
	height: 0.7rem;
	left: 0.5rem;
	top: 0.6rem;
	transform: rotate(45deg);
}

.btn--cmn1{
	width: 100%;
	height: 8rem;
}
.btn--cmn1:before{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #285CA1;
}
.btn--cmn1 span{
	z-index: 2;
	color: #fff;
}
.btn--cmn1 span:before{
	background-color: #fff;
}
.btn--cmn1 span:after{
	border-top: solid 0.2rem #285CA1;
	border-right: solid 0.2rem #285CA1;
}

.btn--cmn2{
	width: 29.4rem;
	height: 8rem;
	margin-left: auto;
	margin-right: auto;
	border: 0.1rem solid #000;
}
.btn--cmn2 span{
	color: #000;
}
.btn--cmn2 span:before{
	background-color: #000;
}
.btn--cmn2 span:after{
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
}

@media screen and (min-width: 600px) {
	.btn--cmn1{
		height: 6rem;
	}
	.btn--cmn1:before{
		height: 0.1rem;
		transition: height .3s ease;
	}
	.btn--cmn1 span{
		color: #285CA1;
		transition: color .3s ease;
	}
	.btn--cmn1 span:before{
		background-color: #285CA1;
		transition: background .3s ease;
	}
	.btn--cmn1 span:after{
		border-color: #fff;
		transition: border .3s ease;
	}
	.btn--cmn1:hover:before{
		height: 100%;
	}
	.btn--cmn1:hover span{
		color: #fff;
	}
	.btn--cmn1:hover span:before{
		background-color: #fff;
	}
	.btn--cmn1:hover span:after{
		border-color: #285CA1;
	}

	.btn--cmn2{
		transition: background .3s ease;
	}
	.btn--cmn2 span{
		transition: color .3s ease;
	}
	.btn--cmn2 span:before{
		transition: background .3s ease;
	}
	.btn--cmn2 span:after{
		transition: border .3s ease;
	}
	.btn--cmn2:hover{
		background: #000;
	}
	.btn--cmn2:hover span{
		color: #fff;
	}
	.btn--cmn2:hover span:before{
		background-color: #fff;
	}
	.btn--cmn2:hover span:after{
		border-color: #000;
	}
}

/* list
--------------------------------------*/
.list--cat1{
	display: flex;
	flex-wrap: wrap;
	margin-top: -1rem;
	width: calc(100% + 1rem);
}
.list--cat1-item{
	display: block;
	background-color: #B2B2B2;
	font-size: 1.3rem;
	color: #fff;
	padding: 1rem 1.5rem;
	margin-right: 1rem;
	margin-top: 1rem;
}
.list--cat1-item.is--active{
	background-color: #285CA1;
}

@media screen and (min-width: 600px) {
	.list--cat1-item{
		transition: background .3s ease;
	}
	.list--cat1-item:hover{
		background-color: #285CA1;
	}
}

.list--tag1{
	display: flex;
	flex-wrap: wrap;
	margin-top: -1.2rem;
	width: calc(100% + 2rem);
}
.list--tag1-item{
	display: block;
	font-size: 1.3rem;
	line-height: 1.46;
	color: #616161;
	margin-right: 2rem;
	margin-top: 1.2rem;
}

@media screen and (min-width: 600px) {
	.list--tag1{
		width: calc(100% + 1.8rem);
		margin-top: -1.3rem;
	}
	.list--tag1-item{
		font-size: 1rem;
		line-height: 1.5;
		margin-right: 1.8rem;
		margin-top: 1.3rem;
		transition: color .3s ease;
	}
	.list--tag1-item:hover{
		color: #285CA1;
		text-decoration: underline;
	}
}

.list--cmn1-item{
	background-color: #fff;
}
.list--cmn1-item-graylabel{
	background-color: #616161;
	color: #fff;
	text-align: center;
	padding: 1.3rem;
	font-size: 1.3rem;
	line-height: 1.3;
}
.list--cmn1-item-content{
	padding: 3rem;
}
.list--cmn1-item-date{
	display: block;
	color: #616161;
	font-size: 1.3rem;
	margin-bottom: 1.8rem;
}
.list--cmn1-item-ttl{
	display: block;
	font-size: 1.5rem;
	line-height: 1.66;
}
.list--cmn1-item-tag{
	margin-top: 0.5rem;
}

@media screen and (max-width: 599px) {
	.list--cmn1-item:not(:last-child){
		margin-bottom: 5rem;
	}
}

@media screen and (min-width: 600px) {
	.list--cmn1{
		display: flex;
		flex-wrap: wrap;
	}
	.list--cmn1-item{
		width: calc((100% - 5.8rem) / 3);
	}
	.list--cmn1-item:not(:nth-child(3n)){
		margin-right: 2.9rem;
	}
	.list--cmn1-item:nth-child(n+4){
		margin-top: 3rem;
	}
	.list--cmn1-item-ttl{
		transition: color .3s ease;
	}
	.list--cmn1-item-ttl:hover{
		color: #285CA1;
		text-decoration: underline;
	}
}

.list--cmn2{
	display: flex;
	flex-wrap: wrap;
}
.list--cmn2-item{
	width: calc((100% - 3rem) / 2);
}
.list--cmn2-item-inner{
	display: block;
}
.list--cmn2-item-ttl{
	font-size: 1.5rem;
	line-height: 1.66;
	margin-top: 0.8rem;
}

@media screen and (max-width: 599px) {
	.list--cmn2{
		justify-content: space-between;
	}
	.list--cmn2-item:nth-child(n+3){
		margin-top: 1.7rem;
	}
}

@media screen and (min-width: 600px) {
	.list--cmn2-item{
		width: calc((100% - 5.8rem) / 3);
	}
	.list--cmn2-item:not(:nth-child(3n)){
		margin-right: 2.9rem;
	}
	.list--cmn2-item:nth-child(n+4){
		margin-top: 3.5rem;
	}
	.list--cmn2-item-ttl{
		margin-top: 1.3rem;
	}
	.list--cmn2-item .list--cmn2-item-inner:hover .list--cmn2-item-ttl{
		text-decoration: underline;
	}
}

.list--cmn3-item:not(:last-child){
	padding-bottom: 4.5rem;
	border-bottom: 0.1rem solid #ECECEC;
}
.list--cmn3-item:not(:first-child){
	padding-top: 4.5rem;
}
.list--cmn3-item-date{
	display: block;
	color: #616161;
	font-size: 1.3rem;
	margin-bottom: 2rem;
}
.list--cmn3-item-ttl{
	display: block;
	position: relative;
	padding-right: 5rem;
	font-size: 2rem;
	line-height: 1.5;
}
.list--cmn3-item-ttl:before,
.list--cmn3-item-ttl:after{
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
}
.list--cmn3-item-ttl:before{
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	background-color: #285CA1;
	right: 0;
	top: calc(50% - 1.5rem);
}
.list--cmn3-item-ttl:after{
	width: 1.1rem;
	height: 1.1rem;
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	right: 1.2rem;
	top: calc(50% - 0.5rem);
	transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
	.list--cmn3-item-ttl{
		padding-right: 6.4rem;
		transition: color .3s ease;
	}
	.list--cmn3-item-ttl:hover{
		text-decoration: underline;
		color: #285ca1;
	}
	.list--cmn3-item-ttl:before{
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
	}
	.list--cmn3-item-ttl:after{
		width: 0.8rem;
		height: 0.8rem;
		right: 0.7rem;
		top: calc(50% - 0.4rem);
	}
}

/* 下層パーツ
--------------------------------------*/
.sec_pagettl_block{
	box-sizing: border-box;
	background-image: url(../img/column/pagettl-sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	height: 21rem;
}
.sec_pagettl .pagettl{
	font-size: 2.6rem;
	color: #fff;
}
.pnkz{
	font-size: 1rem;
	padding-top: 1rem;
}
.block--white{
	background-color: #fff;
	padding: 3rem 3rem 5rem 3rem;
}
.block--beige{
	background-color: #E5DED6;
	padding: 2.7rem 3rem;
	color: #000;
	font-size: 1.8rem;
}

@media screen and (max-width: 599px) {
	.sec_pagettl{
		margin-top: 7rem;
	}
	.sec_pagettl_block{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.sec_pagettl.has--2line .pagettl_wrap{
		display: flex;
	}
	.sec_pagettl.has--2line .pagettl{
		line-height: 1.3;
		text-align: center;
	}
	.block--beige{
		font-size: 2rem;
		padding: 3.5rem 3rem;
	}
}

@media screen and (min-width: 600px) {
	.sec_pagettl{
		background: linear-gradient(to bottom, #fff 0%, #fff 15rem, transparent 15rem, transparent 100%);
	}
	.sec_pagettl_block{
		height: 30rem;
		padding-left: 16rem;
		background-image: url(../img/column/pagettl-pc.jpg);
	}
	.sec_pagettl .pagettl_wrap{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.sec_pagettl .pagettl{
		font-size: 3.6rem;
	}
	.pnkz a:hover{
		text-decoration: underline;
	}
	.block--white{
		padding: 5rem 5rem 10rem 5rem;
	}
}

/* single
--------------------------------------*/
.single--date{
	color: #616161;
	font-size: 1.3rem;
}
.single--ttl{
	color: #000;
	font-size: 2rem;
	line-height: 1.8;
}
.single--tag-list{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1.8rem);
	margin-top: 0.7rem;
}
.single--tag-item{
	font-size: 1rem;
	margin-top: 1.5rem;
	margin-right: 1.8rem;
}
.single--main-img{
	margin-top: 7rem;
	text-align: center;
}
.single--main-img img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.single--main-graylabel{
	background-color: #616161;
	color: #fff;
	padding: 1.3rem;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3;
}
.single--content{
	margin-top: 7rem;
}
.mokuji--block{
	margin-top: 6.5rem;
	margin-bottom: 0.5rem;
	border: 0.1rem solid #D6D6D6;
	padding: 3rem;
}
.mokuji--link{
	color: inherit;
	text-decoration: none;
}
.page--single .archive_btn{
	margin-top: 10rem;
}

@media screen and (min-width: 600px) {
	.single--ttl{
		font-size: 2.4rem;
		line-height: 1.66;
	}
	.single--tag-item{
		transition: color .3s ease;
	}
	.single--tag-item:hover{
		color: #285ca1;
		text-decoration: underline;
	}
	.mokuji--block{
		padding: 4.5rem 5rem;
	}
	.mokuji--link:hover{
		text-decoration: underline;
	}
}

/* the_content出力用
--------------------------------------*/
.edit-content{
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.edit-content img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.edit-content a:not([class]){
	text-decoration: underline;
	color: #285CA1;
}
.edit-content section:not(:last-child){
	margin-bottom: 6.5rem;
}
.edit-content p:not(:last-child),
.edit-content ul:not([class]):not(:last-child),
.edit-content blockquote:not(:last-child){
	margin-bottom: 1.5em;
}
.edit-content .ttl--cmn1:not(:first-child),
.edit-content h2:not([class]):not(:first-child){
	margin-top: 6.5rem;
}
.edit-content .ttl--cmn2:not(:first-child),
.edit-content h3:not([class]):not(:first-child){
	margin-top: 6rem;
}
.edit-content .ttl--cmn3:not(:first-child),
.edit-content h4:not([class]):not(:first-child){
	margin-top: 5.5rem;
}
.edit-content .btn--cmn2{
	line-height: 1.1;
	text-align: center;
	padding: 0.5rem 1.5rem;
}
.edit-content .btn--cmn2:not(:first-child){
	margin-top: 3rem;
}
.edit-content .btn--cmn2:not(:last-child){
	margin-bottom: 5rem;
}

@media screen and (max-width: 599px) {
	.edit-content .flex--pc-2col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column-img:not(:last-child),
	.edit-content .flex--pc-2col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column-txt:not(:last-child){
		margin-bottom: 2rem;
	}
	.edit-content .flex--pc-2col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column:not(:last-child),
	.edit-content .flex--pc-3col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column:not(:last-child),
	.edit-content .flex--pc-4col:not(.flex--sp-2col):not(.flex--sp-3col) > .flex--column:not(:last-child){
		margin-bottom: 1rem;
	}

	.edit-content .flex--sp-2col,
	.edit-content .flex--sp-3col{
		display: flex;
		flex-wrap: wrap;
	}
	.edit-content .flex--sp-2col > .flex--column{
		width: calc((100% - 1rem) / 2);
	}
	.edit-content .flex--sp-2col > .flex--column:not(.flex--column-flex):nth-child(odd){
		margin-right: 1rem;
	}
	.edit-content .flex--sp-2col.flex--pc-4col{
		flex-wrap: wrap;
	}
	.edit-content .flex--sp-2col.flex--pc-4col > .flex--column:nth-child(n+3){
		margin-top: 1rem;
	}
	.edit-content .flex--sp-2col > .flex--column-flex{
		flex:1;
	}
	.edit-content .flex--sp-3col > .flex--column{
		width: calc((100% - 1rem) / 3);
	}
	.edit-content .flex--sp-3col > .flex--column:not(:nth-child(3n)){
		margin-right: 0.5rem;
	}
	.edit-content .flex--sp-3col > .flex--column:nth-child(n+4){
		margin-top: 1rem;
	}
}

@media screen and (min-width: 600px) {
	.edit-content a:not([class]):hover{
		text-decoration: none;
	}
	.edit-content .flex--pc-2col,
	.edit-content .flex--pc-3col,
	.edit-content .flex--pc-4col{
		display: flex;
		flex-wrap: wrap;
	}
	.edit-content .flex--pc-2col > .flex--column-txt{
		flex: 1;
	}
	.edit-content .flex--pc-2col > .flex--column-img{
		width: 48%;
	}
	.edit-content .flex--pc-2col > .flex--column-img:first-child{
		margin-right: 4rem;
	}
	.edit-content .flex--pc-2col > .flex--column-img:last-child{
		margin-left: 4rem;
	}
	.edit-content .flex--pc-2col > .flex--column{
		width: calc((100% - 4rem) / 2);
	}
	.edit-content .flex--pc-2col > .flex--column:not(.flex--column-flex):nth-child(odd){
		margin-right: 4rem;
	}
	.edit-content .flex--pc-2col > .flex--column-flex{
		flex:1;
	}
	.edit-content .flex--pc-3col > .flex--column{
		width: calc((100% - 4rem) / 3);
	}
	.edit-content .flex--pc-3col > .flex--column:not(:nth-child(3n)){
		margin-right: 2rem;
	}
	.edit-content .flex--pc-3col > .flex--column:nth-child(n+4){
		margin-top: 2rem;
	}
	.edit-content .flex--pc-4col > .flex--column{
		width: calc((100% - 8rem) / 4);
	}
	.edit-content .flex--pc-4col > .flex--column:not(:nth-child(4n)){
		margin-right: 2rem;
	}
	.edit-content .flex--pc-4col > .flex--column:nth-child(n+5){
		margin-top: 2rem;
	}
}

/*===============================
Slider
===============================*/
/* ページネーション */
.slider_pagination{
	display: flex;
	justify-content: center;
}
.slider_pagination .swiper-pagination-bullet{
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	border: solid 0.1rem #C4C4C4;
	background: none;
	opacity: 1;
	transition: background .3s ease, border .3s ease;
}
.slider_pagination .swiper-pagination-bullet:not(:last-child){
	margin-right: 1rem;
}
.slider_pagination .swiper-pagination-bullet-active{
	background-color: #E5696A;
	border-color: #E5696A;
}

@media screen and (min-width: 600px) {
	.slider_pagination .swiper-pagination-bullet-active{
		pointer-events: none;
	}
}

/* ナビゲーション */
.slider_arrows{
	position: absolute;
	top: 50%;
	pointer-events: none;
	width: 100%;
	z-index: 2;
}
.slider_prev,
.slider_next{
	box-sizing: border-box;
	position: absolute;
	pointer-events: auto;
	cursor: pointer;
	top: -4rem;
	width: 4rem;
	height: 8rem;
	overflow: hidden;
}
.slider_prev:before,
.slider_next:before,
.slider_prev:after,
.slider_next:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
}
.slider_prev:before,
.slider_next:before{
	width: 8rem;
	height: 8rem;
	border-radius: 100%;
	background-color: rgba(51, 51, 51, .8);
	top: 0;
}
.slider_prev:after,
.slider_next:after{
	width: 1.7rem;
	height: 1.7rem;
	top: 50%;
	border-bottom: solid 0.2rem #fff;
}
.slider_prev{
	left: 0;
}
.slider_prev:before{
	right: 0;
}
.slider_prev:after{
	left: 25%;
	border-left: solid 0.2rem #fff;
	transform: translateY(-45%) rotate(45deg);
}
.slider_next{
	right: 0;
}
.slider_next:before{
	left: 0;
}
.slider_next:after{
	right: 25%;
	border-right: solid 0.2rem #fff;
	transform: translateY(-45%) rotate(-45deg);
}
.slider_prev.swiper-button-disabled,
.slider_next.swiper-button-disabled{
	opacity: 0;
	pointer-events: none;
}

@media screen and (min-width: 600px) {
	.slider_prev,
	.slider_next{
		top: -2.5rem;
		width: 5rem;
		height: 5rem;
	}
	.slider_prev:before,
	.slider_next:before{
		width: 100%;
		height: 100%;
		transition: background 0.3s ease;
	}
	.slider_prev:after,
	.slider_next:after{
		width: 1.8rem;
		height: 1.8rem;
	}
	.slider_prev:hover:before,
	.slider_next:hover:before{
		background-color: rgba(51, 51, 51, 1);
	}
	.slider_prev:after{
		left: 40%;
	}
	.slider_next:after{
		right: 40%;
	}
}

/* ページャー
--------------------------------------*/
.wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 10rem;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last{
	height: 4rem;
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend{
	box-sizing: border-box;
	font-size: 1.8rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	border: solid 0.1rem #030303;
}
.wp-pagenavi .current{
	color: #fff;
	border-color: #285CA1;
	background-color: #285CA1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	width: 1.4rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	width: 2.3rem;
}
.wp-pagenavi .first{
	margin-right: 0.9rem;
}
.wp-pagenavi .previouspostslink{
	margin-right: 0.8rem;
}
.wp-pagenavi .last{
	margin-left: 0.9rem;
}
.wp-pagenavi .nextpostslink{
	margin-left: 0.8rem;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .last:before,
.wp-pagenavi .first:after,
.wp-pagenavi .last:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.9rem;
	height: 1.9rem;
	border-top: solid 0.2rem #000;
	top: 50%;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after{
	border-left: solid 0.2rem #000;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after{
	border-right: solid 0.2rem #000;
}
.wp-pagenavi .previouspostslink:before{
	left: 50%;
	transform: translate(-20%,-50%) rotate(-45deg);
}
.wp-pagenavi .first:before{
	left: 0.5rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .first:after{
	right: -0.8rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .nextpostslink:before{
	right: 50%;
	transform: translate(20%,-50%) rotate(45deg);
}
.wp-pagenavi .last:before{
	left: -0.8rem;
	transform: translateY(-50%) rotate(45deg);
}
.wp-pagenavi .last:after{
	right: 0.5rem;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend{
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

/*===============================

===============================*/
/*
--------------------------------------*/
@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
}
