@charset "UTF-8";

.under_menu {
	position: fixed;
	z-index: 25;
	width: 100vw;
	padding-bottom: 17px;
	padding-top: 7px;
	background-color: rgba(255,255,255,0.90);
	bottom: 0px;
}
.under_menu .container {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.under_menu .contact {
	width: 41%;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	background: #044372;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.under_menu .contact p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1;
}
.under_menu .contact span {
	color: #C6F6FF;
	font-size: 11px;
	margin-top: 3px;
	display: inline-block;
}
.under_menu .top {
	width: 11%;
	text-decoration: none;
	border-radius: 5px;
	background-color: #888888;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.under_menu .top span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: rotate(45deg);
}
.under_menu .top p {
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 1;
}

















@media (min-width:600px) and (max-width:959px){


























}

@media (min-width:960px){

.under_menu {
	width: auto;
	padding-bottom: 18px;
	padding-top: 0px;
	background-color: rgba(255,255,255,0.0);
	left: auto;
	right: 0px;
	z-index: 10;
}
.under_menu .container {
	width: 88%;
}
.under_menu .contact {
	width: 230px;
	margin-right: 20px;
	transition: all 0.3s;
}
.under_menu .pc_event {
	pointer-events: none;
}
.under_menu .contact:hover {
	opacity: 0.8;
}
.under_menu .contact p {
	font-size: 16px;
	font-weight: bold;
}
.under_menu .contact span {
	font-size: 13px;
	margin-top: 4px;
}
.under_menu .top p {
	font-size: 15px;
	font-weight: bold;
}
.under_menu .top {
	width: 57px;
	cursor: pointer;
	transition: all 0.3s;
	height: 49px;
}
.under_menu .top:hover {
	opacity: 0.8;
}





































}
@charset "UTF-8";


/*フルスクリーン動画*/
.hero {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -3;
}
.hero video {
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline;
}

.hero_back_filter {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 10;
	position: fixed;
	background-position: right;
	background-color: rgba(255,255,255,0.35);
}

.hero .hero_title {
	z-index: 15;
	top: 47%;
	left: 50%;
	position: absolute;
	display: inline;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
.hero .hero_title img {
	width: 240px;
	margin-right: 10px;
}
.hero .hero_title h1 {
	text-align: center;
	font-size: 30px;
	color: #044372;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.hero .hero_title h2 {
	text-align: center;
	font-size: 30px;
	color: #044372;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.hero .hero_title h2 span {
	display: none;
}
.hero .hero_title h1 span {
	display: none;
}
.hero .hero_title .sub_text {
	color: #3D3D3D;
	font-size: 15px;
	text-shadow: 1px 1px 3px #FFFFFF;
	line-height: 1.8;
	letter-spacing: 0.01em;
	text-align: center;
	margin-top: 17px;
	font-weight: bold;
}
.hero .hero_title .logo_text {
	color: #303030;
	font-size: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}

.back_color {
	background-color: #FFF;
	display: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sub_hero {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 350px;
	overflow: hidden;
	z-index: -3;
}
.sub_hero video {
	z-index: -1;
	min-width: 100%;
	min-height: 350px;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline;
}
.sub_hero .sub_hero_title .logo_text {
	color: #3D3D3D;
	font-size: 15px;
	text-shadow: 1px 1px 3px #FFFFFF;
	line-height: 1.8;
	letter-spacing: 0.01em;
	text-align: center;
	margin-top: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sub_hero .sub_hero_title h1 {
	text-align: center;
	font-size: 30px;
	color: #044372;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.sub_hero .sub_hero_title h1.column {
	font-size: 21px;
}
.sub_hero .sub_hero_title .sub_text {
	color: #000000;
	font-size: 15px;
	text-shadow: 1px 1px 3px #FFFFFF;
	line-height: 1.8;
	letter-spacing: 0.01em;
	text-align: center;
	margin-top: 17px;
	/* [disabled]font-weight: bold; */
}
.sub_hero .sub_hero_title {
	z-index: 20;
	top: 51%;
	left: 50%;
	position: absolute;
	display: inline;
	width: 95%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}

/*スクロールダウン全体の場所*/
.scroll_down{
	/*描画位置*/
	position: absolute;
	left: 50%;
	bottom: 0;
	/*全体の高さ*/
	height: 180px;
	z-index: 15;
}
/*スクロールダウン線の描写*/
.scroll_down::after{
	content: "";
	/*描画位置*/
	position: absolute;
	top: 0;
	/*線の形状*/
	width: 2px;
	height: 160px;
	background: #044372;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 2.2s ease-in-out infinite;
	opacity:0;
}
/*スクロールダウン高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100%;
		opacity: 1;
	}
	100%{
		height:0;
		top:100%;
		opacity: 0;
	}
}

/*パンクズリスト*/
.breadcrumb_box {
	width: 100%;
	background-color: #FFFFFF;
}
.breadcrumb {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 5px;
}
.breadcrumb li {
	list-style-type: none;
	display: inline;
}
.breadcrumb li:after{
	content: '>';
	padding-right: 1px;
	padding-left: 1px;
	color: #888888;
}
.breadcrumb li:last-child:after{
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #044372;
	font-size: 12px;
	transition: all 0.3s;
}
.breadcrumb li .gray span {
	color:#888888;
}

/*コラム公開日*/
.release_time {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.release_time time {
	font-size: 12px;
	color: #757575;
	display: flex;
	align-items: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.release_time time img {
	width: 12px;
	height: auto;
	margin-right: 5px;
}

/*記事ページカテゴリタグ*/
.category_tag_box {
	width: 100%;
	background-color: #FFFFFF!important;
	position: relative;
}
.category_tag {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.category_tag a {
	color: #044372;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 8px;
	margin-top: 11px;
	display: inline-block;
	border-radius: 20px;
	background-color: #FFFFFF;
	border: 1px solid #044372;
}



























@media (min-width:600px) and (max-width:959px){

/*フルスクリーン動画*/
.hero {
	height: 580px;
}
.hero video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 580px;
	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;
	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline;
}

.sub_hero {
	height: 400px;
}
.sub_hero video {
	min-height: 400px;
}

.hero .hero_title h1 .pc_none {
	display: none;
}
.hero .hero_title h1 span {
	display: inline;
}

























}







@media (min-width:960px){

/*フルスクリーン動画*/
.hero {
	height: 100vh;
}
.hero video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 100%;
	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;
	display: inline;
}
.hero .hero_title {
	top: 47%;
}
.hero .hero_title img {
	width: 330px;
	margin-right: 15px;
}
.hero .hero_title h1 {
	font-size: 47px;
	margin-top: 20px;
}
.hero .hero_title h2 {
	font-size: 47px;
	margin-top: 20px;
}
.hero .hero_title h2 .pc_none {
	display: none;
}
.hero .hero_title h1 .pc_none {
	display: none;
}
.hero .hero_title h2 span {
	display: inline;
}
.hero .hero_title h1 span {
	display: inline;
}
.hero .hero_title .sub_text {
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0.01em;
	margin-top: 20px;
}
.hero .hero_title .logo_text {
	font-size: 15px;
	margin-bottom: 15px;
}

.sub_hero {
	height: 580px;
}
.sub_hero video {
	min-height: 580px;
}
.sub_hero .sub_hero_title {
	top: 50%;
	max-width: 850px;
}
.sub_hero .sub_hero_title .logo_text {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.8;
	letter-spacing: 0.01em;
}
.sub_hero .sub_hero_title h1 {
	font-size: 53px;
	margin-top: 20px;
	letter-spacing: 0.04em;
}
.sub_hero .sub_hero_title h1.column {
	font-size: 39px;
}
.sub_hero .sub_hero_title .sub_text {
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0.01em;
	margin-top: 20px;
}

/*スクロールダウン全体の場所*/
.scroll_down{
	/*全体の高さ*/
	height: 180px;
}
/*スクロールダウン線の描写*/
.scroll_down::after{
	content: "";
	/*描画位置*/
	
	/*線の形状*/
	height: 160px;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 2.2s ease-in-out infinite;
}

/*パンクズリスト*/
.breadcrumb {
	padding-top: 15px;
}
.breadcrumb.column {
	max-width: 830px;
}
.breadcrumb li a {
	font-size: 13px;
}
.breadcrumb li:after{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
}
.breadcrumb li a:hover {
	opacity: 0.7;
}

/*コラム公開日*/
.release_time {
	margin-top: 20px;
}
.release_time time {
	font-size: 15px;
}
.release_time time img {
	width: 14px;
	height: auto;
	margin-right: 7px;
}

/*記事ページカテゴリタグ*/
.category_tag {
	max-width: 830px;
	padding-top: 5px;
}
.category_tag a {
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 12px;
	transition: all 0.3s;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	margin-right: 10px;
}
.category_tag a:hover {
	color: #FFFFFF;
	background-color: #044372;
}
















































}
@charset "UTF-8";
/*WP投稿用CSS*/

.post_content_box h1 {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
}
.post_content_box h2 {
	letter-spacing: 0.01em;
	font-weight: bold;
	color: #FFFFFF!important;
	line-height: 1.6;
	font-size: 19px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 30px;
	margin-top: 60px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 8px;
	background-color: #044372;
}
.post_content_box h2 span {
	color: #FFFFFF!important;
	font-weight: bold!important;
}
.post_content_box h3 span {
	font-weight: bold!important;
}
.post_content_box h3 {
	letter-spacing: 0.01em;
	font-weight: bold;
	line-height: 1.7;
	color: #044372;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	margin-top: 40px;
	position: relative;
	text-align: justify;
}
.post_content_box h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: linear-gradient(90deg, #044372 35%, #F3F3F3 100%);
}
.post_content_box h4 {
	font-size: 16px;
	color: #044372;
	margin-top: 20px;
	padding: 5px 8px;
	border-left: 2px solid #044372;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
	margin-bottom: 27px;
}
.post_content_box h5 {
	letter-spacing: 0.01em;
	font-weight: bold;
	line-height: 1.7;
	color: #FFF;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 27px;
	margin-top: 20px;
	text-align: justify;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #044372;
	border-radius: 8px;
	display: inline-block;
}
.post_content_box p {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}
.post_content_box .wp-block-media-text__content p {
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.post_content_box .wp-block-media-text__content {

}
.post_content_box span {
	letter-spacing: 0.01em;
	line-height: 1.7;
}
.post_content_box a {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
	color: #133D8C;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 20px;
	display: inline-block;
}
.post_content_box p a {
	margin-bottom: 0px;
}
.post_content_box img {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
}
.post_content_box a img {
	margin-top: 20px;
}

.post_content_box .wp-block-video {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
}
.post_content_box .wp-block-video video {
	width: 100%;
}

/*----記事_テーブル装飾----*/
.post_content_box table {
	border-collapse: collapse!important;
	margin-top: 30px!important;
	margin-bottom: 35px!important;
	border: solid 1px #888888!important;
	width: 100%!important;
}
.post_content_box th {
	color: #FFF!important;
	font-size: 15px!important;
	background: #044372!important;
	padding: 5px 10px!important;
	line-height: 1.8!important;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal!important;
	text-align: left!important;
	border-top: 1px solid #999999!important;
	border-right: 1px solid #999999!important;
	border-left: 1px solid #999999!important;
	border-bottom: none!important;
}
.post_content_box thead {
	border: none!important;
}
.post_content_box td {
	font-size: 15px!important;
	padding: 5px 10px!important;
	color: #000!important;
	border: solid 1px #999999!important;
	line-height: 1.8!important;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content_box .lwptoc {
	border: 2px solid #044372;
	padding-top: 25px;
	padding-bottom: 28px;
	padding-left: 6%;
	padding-right: 6%;
	border-radius: 8px;
	margin-top: 30px;
}
.post_content_box .lwptoc_title {
	margin-bottom: 5px;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	border-bottom: 1px solid #044372;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}
.post_content_box .lwptoc_items-visible {
	width: 91%;
	margin-left: auto;
	margin-right: auto;
}
.post_content_box .lwptoc a {
	color: #000;
	margin-bottom: 0px;
	text-align: justify;
	margin-top: 17px;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: 14px;
	line-height: 1.6;
}
.post_content_box .lwptoc .lwptoc_item_number {
	color: #999999;
	margin-right: 5px;
	line-height: 1.6;
}
.post_content_box .lwptoc_item .lwptoc_itemWrap a {
	margin-top: 8px;
	padding-left: 32px;
	text-indent: -2.1em;
}

/*----リストデザイン----*/
.post_content_box ul {
	border: 1px solid #044372;
	list-style-type: none;
	padding-top: 25px;
	padding-bottom: 8px;
	margin-bottom: 35px;
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.post_content_box ul li {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

/*----記事_前次記事リンク----*/
.baf_box {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #367FD4;
}
.baf_box .baf_link {
	border: 1px solid #367FD4;
	position: relative;
	border-radius: 20px;
	width: 30.5%;
	background-color: #367FD4;
}
.arrow_left {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	left: 7px;
}
.baf_box a {
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.arrow_right {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(-135deg) translateY(50%);
	position: absolute;
	top: 47%;
	right: 14px;
}










@media (min-width:600px) and (max-width:959px){













}





@media (min-width:960px){
.post_content_box {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.post_content_box h2 {
	font-size: min(2.6vw,26px);/*（基本サイズ、最大サイズ）*/
	line-height: 1.6;
	border-top-width: 3px;
	border-bottom-width: 3px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 60px;
	margin-top: 110px;
	padding-left: 4%;
	padding-right: 4%;
}
.post_content_box h3 {
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	margin-top: 60px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.post_content_box h3:after {
	height: 3px;
}
.post_content_box h4 {
	font-size: 22px;
	margin-top: 40px;
	padding: 4px 17px;
	border-left: 3px solid #044372;
	margin-bottom: 40px;
	margin-left: 3%;
	margin-right: 3%;
}
.post_content_box h5 {
	font-size: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 40px;
	margin-top: 30px;
	margin-left: 3%;
	margin-right: 3%;
}
.post_content_box p {
	font-size: 17px;
	margin-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
}
.post_content_box .wp-block-media-text__content p {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.post_content_box .wp-block-media-text__content {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.post_content_box .wp-block-media-text {
	padding-left: 3%;
	padding-right: 3%;
}
.post_content_box a {
	font-size: 17px;
	margin-bottom: 28px;
	transition: all 0.3s;
	/* [disabled]display: block; */
	/* [disabled]margin-left: 3%; */
}
.post_content_box a:hover {
	opacity: 0.8;
}
.post_content_box img {
	margin-bottom: 50px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.post_content_box a img {
	margin-top: 50px;
}

.post_content_box .wp-block-video {
	margin-bottom: 50px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}

/*----記事_テーブル装飾----*/
.post_content_box table {
	margin-bottom: 45px!important;
	margin-top: 40px!important;
	width: 94%!important;
	margin-left: auto!important;
	margin-right: auto!important;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.post_content_box th {
	font-size: 16px!important;
	padding:12px 20px!important;
}
.post_content_box td {
	font-size: 16px!important;
	padding:12px 20px!important;
}

/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content_box .lwptoc {
	padding-top: 50px;
	padding-bottom: 53px;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 50px;
}
.post_content_box .lwptoc_title {
	margin-bottom: 25px;
	font-size: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post_content_box .lwptoc_items-visible {
	width: 94%;
}
.post_content_box .lwptoc a {
	margin-top: 20px;
	font-size: 16px;
	transition: all 0.3s;
}
.post_content_box .lwptoc a:hover {
	opacity: 0.5;
}
.post_content_box .lwptoc_item .lwptoc_itemWrap a {
	margin-top: 10px;
	padding-left: 38px;
}

/*----リストデザイン----*/
.post_content_box ul {
	padding-top: 40px;
	padding-bottom: 15px;
	margin-bottom: 45px;
	margin-top: 40px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #044372;
}
.post_content_box ul li {
	margin-bottom: 22px;
	font-size: 18px;
}

/*----記事_前次記事リンク----*/
.baf_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 850px;
	padding-top: 45px;
}
.baf_box .baf_link {
	border-radius: 30px;
	width: 23%;
}
.arrow_left {
	left: 14px;
}
.baf_box a {
	font-size: 15px;
	padding: 15px 0px;
	transition: all 0.3s;
}
.baf_box a:hover {
	opacity: 0.7;
}
.arrow_right {
	right: 21px;
}





















}
@charset "UTF-8";
/*よくある質問用CSS*/

.qa-list {
	width: 100%;
	margin-top: 45px;
}
.qa-list dl {
	position: relative;
	cursor: pointer;
	width: 100%;
	border: 1px solid #044372;
	margin-top: 20px;
	background-color: #FFFFFF;
}
.qa-list dl:first-child {
	margin-top: 0px;
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
	padding-right: 35px;
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.qa-list dl dt .tag a {
	color: #367FD4;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 7px;
	margin-bottom: 4px;
	display: inline-block;
	border: 1px solid #A80082;
	border-radius: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.qa-list dl dd {
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 35px;
	display: none;
}
.qa-list dl dd p {
	margin-top: 3px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}

.qa-list dl dt::before {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 23px;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	content: 'Q';
	color: #044372;
}
.qa-list dl dd::before {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 25px;
	line-height: 1;
	position: absolute;
	left: 11px;
	display: block;
	content: 'A';
	color: #F67000;
}
.qa-list dl dt::after {
	content: '＋';
	position: absolute;
	color: #044372;
	top: 10px;
	right: 10px;
	font-size: 17px;
	transition: all 0.3s;
}
.qa-list dl dt.selected::after {
	
	transform: rotate(-135deg);
	transition: all 0.3s;
}







@media (min-width:600px) and (max-width:959px){













}





@media (min-width:960px){

.qa-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 120px;
}
.qa-list.sub {
	margin-top: 55px;
}
.qa-list dl dt {
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 40px;
	padding-left: 50px;
	font-size: 17px;
	transition: all 0.3s;
}
.qa-list dt:hover {
	opacity: 0.7;
}
.qa-list dl dd {
	margin: 0;
	padding-top: 5px;
	padding-right: 16px;
	padding-left: 50px;
	padding-bottom: 17px;
}
.qa-list dl dd p {
	margin-top: 9px;
	font-size: 16px;
}

.qa-list dl dt::before {
	font-size: 31px;
	top: 12px;
	left: 15px;
}
.qa-list dl dd::before {
	font-size: 34px;
	margin-top: 3px;
	left: 16px;
}
.qa-list dl dt::after {
	top: 17px;
	right: 15px;
	font-size: 19px;
}
.qa-list dl dt .tag a {
	padding-left: 6px;
	padding-right: 6px;
	transition: all 0.3s;
	font-size: 12px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.qa-list dl dt .tag a:hover {
	color: #FFF;
	background-color: #367FD4;
}
.qa-list dl {
	width: 48.5%;
	margin-top: 30px;
}
.qa-list dl:first-child {
	margin-top: 30px;
}



































}
@charset "UTF-8";
body {
	overflow-x: hidden;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, p, a, span {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal;
}

.section_title .main_title h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #272727;
}
.section_title.black_back .main_title h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #303030;
}
.section_title .main_title p {
	font-size: 35px;
	text-align: center;
	color: #044372;
	font-weight: bold;
}
.section_title.black_back .main_title p {
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #303030;
}
.section_title .sub_title h3 {
	text-align: center;
	font-size: 19px;
	line-height: 1.7;
	margin-top: 8px;
	font-weight: bold;
	color: #272727;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.section_title .sub_title h2 {
	text-align: center;
	font-size: 19px;
	line-height: 1.7;
	margin-top: 8px;
	font-weight: bold;
	color: #272727;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.section_title.sub {
	margin-top: 35px;
}
.section_title .sub_title h3.margin_top {
	margin-top: 40px;
}
.section_title.black_back .sub_title h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #303030;
}
.section_title .sub_title p {
	font-size: 15px;
	color: #272727;
	margin-top: 30px;
	line-height: 1.8;
	text-align: justify;
}
.section_title.black_back .sub_title p {
	color: #FFFFFF;
}
.section_title .sub_title p br {
	display: none;
}
.section_title .sub_title h3 span {
	color: #044372;
	font-size: 28px;
	font-weight: bold;
}
.section_title .sub_title h2 span {
	color: #044372;
	font-size: 28px;
	font-weight: bold;
}
.section_title.black_back .sub_title h3 span {
	color: #4BB4FF;
}
.top_box {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
.top_box.column {
	padding-top: 40px;
	padding-bottom: 25px;
}
.top_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;

}
.clm_box .multiple {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 20px;
}
.clm_box {
	margin-top: 45px;
	position: relative;
	margin-bottom: -30px;
}
.clm_box section {
	margin-bottom: 30px;
	position: relative;
	background-color: #044372;
	padding-top: 25px;
	padding-bottom: 25px;
}
.clm_box section .left_top_corner {
	width: 25px;
	height: 25px;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	position: absolute;
	top: 10px;
	left: 10px;
}
.clm_box section .right_top_corner {
	width: 25px;
	height: 25px;
	border-right: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	position: absolute;
	top: 10px;
	right: 10px;
}
.clm_box section .left_bottom_corner {
	width: 25px;
	height: 25px;
	border-left: 1px solid #E2E2E2;
	border-bottom: 01px solid #E2E2E2;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.clm_box section .right_bottom_corner {
	width: 25px;
	height: 25px;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.clm_box .text_box h3 {
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.clm_box .text_box h3 .color {
	color: #FEFF1C;
	font-weight: bold;
}
.clm_box .text_box h3 .number {
	color: #9ACFFF;
	font-weight: bold;
	font-size: 25px;
}
.clm_box .text_box p {
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 15px;
	line-height: 1.8;
	text-align: justify;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.clm_box .img {
	width: 100%;
	height: 210px;
	border: 3px solid #044372;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clm_box .img.flow_A {
	background-image: url(img/flow_A.jpg);
	background-position: center center;
}
.clm_box .img.flow_B {
	background-image: url(img/flow_B.jpg);
	background-position: center center;
}
.clm_box .img.flow_C {
	background-image: url(img/flow_C.jpg);
	background-position: center center;
}
.clm_box .img.flow_D {
	background-image: url(img/flow_D.jpg);
	background-position: center center;
}
.clm_box .img.flow_E {
	background-image: url(img/flow_E.jpg);
	background-position: center center;
}
.clm_box .img.flow_F {
	background-image: url(img/flow_F.jpg);
	background-position: center center;
}
.clm_box .img.flow_G {
	background-image: url(img/flow_G.jpg);
	background-position: center center;
}
.clm_box .img.flow_H {
	background-image: url(img/flow_H.jpg);
	background-position: center center;
}
.clm_box .img.flow_I {
	background-image: url(img/flow_I.jpg);
	background-position: center center;
}

.separate_box {
	margin-top: 45px;
}
.separate_box section:last-child {
	padding-bottom: 0px;
}
.separate_box section {
	padding-bottom: 60px;
}
.separate_box .img_separate {
	margin-top: 20px;
}
.separate_box .text_box h3 {
	font-size: 22px;
	color: #272727;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.8;
}
.separate_box .text_box h3 .color {
	color: #044372;
	font-weight: bold;
}
.separate_box.black_back .text_box h3 .color {
	color: #4BB4FF;
	font-weight: bold;
}
.separate_box.black_back .text_box h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #303030;
}
.separate_box .text_box h3 .number {
	color: #044372;
	font-weight: bold;
	font-size: 30px;
}
.separate_box .text_box h4 {
	font-size: 18px;
	color: #044372;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.separate_box .text_box p {
	font-size: 15px;
	color: #272727;
	margin-top: 15px;
	line-height: 1.8;
	text-align: justify;
}
.separate_box .text_box .large_text {
	font-size: 16px;
	font-weight: bold;
}
.separate_box .text_box p .red_text {
	color: #E64000;
	font-weight: bold;
}
.separate_box .text_box p.center {
	text-align: center;
}
.separate_box.black_back .text_box p {
	color: #FFFFFF;
}
.separate_box .text_box {
	margin-top: 30px;
}
.separate_box .img_cover_box {
	width: 100%;
	height: 210px;
	box-sizing: border-box;
}
.separate_box .img_back {
	display: none;
}
.separate_box .img_box {
	width: 100%;
	height: auto;
}
.separate_box .img_box.margin {
	margin-top: 30px;
}
.separate_box .img_box img {
	box-sizing: border-box;
}

.separate_box .img_cover_box.advantage_A {
	background-image: url(img/advantage_A.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.separate_box .img_cover_box.voice_A {
	background-image: url(voice_img/voice_A.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.separate_box .img_cover_box.voice_B {
	background-image: url(voice_img/voice_B.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.link_button {
	text-align: center;
}

.separate_box .text_box .link_button {
	margin-top: 25px;
}
.link_button a {
	font-size: 15px;
	color: #044372;
	text-decoration: none;
	border: 1px solid #044372;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 27px;
	padding-right: 27px;
	border-radius: 50px;
	display: inline-block;
	font-weight: bold;
	background-color: #FFFFFF;
}
.back_fixed_filter {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	background-position: right;
	background-color: rgba(0,0,0,0.50);
}
.transparent_filter_top {
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
	width: 100%;
	height: 25px;
	position: absolute;
	top: 0px;
}
.transparent_filter_bottom {
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0px;
}
.common_box {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
.common_box.margin_top {
	padding-top: 30px;
}
.common_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.separate_img_box {
	margin-top: 35px;
}
.separate_img_box .img_box {
	margin-bottom: 40px;
}
.separate_img_box .img_box p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.separate_img_box .img_box .link_button {
	margin-top: 10px;
}
.single_img_box {
	margin-top: 35px;
	position: relative;
}
a.single_img_box {
	display: block;
}
.section_title .sub_title .side_img_box {
	display: flex;
	justify-content: space-between;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.section_title .sub_title .side_img_box .img_left {
	width: 50%;
	height: 150px;
	margin-top: 35px;
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.section_title .sub_title .side_img_box .img_right {
	width: 50%;
	height: 150px;
	margin-top: 35px;
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.section_title .sub_title .side_img_box .result_left {
	background-image: url(img/result_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .result_right {
	background-image: url(img/result_right.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .reason_left {
	background-image: url(img/reason_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .reason_right {
	background-image: url(img/reason_right.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .difference_left {
	background-image: url(img/difference_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .difference_right {
	background-image: url(img/difference_right.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .faq_left {
	background-image: url(img/faq_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .faq_right {
	background-image: url(img/faq_right.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .column_left {
	background-image: url(img/column_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .column_right {
	background-image: url(img/column_right.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .design_left {
	background-image: url(img/design_left.jpg);
	background-position: center center;
}
.section_title .sub_title .side_img_box .design_right {
	background-image: url(img/design_right.jpg);
	background-position: center center;
}



/*------------背景スクロール固定（ios対応）----------*/
.back_fixed_box {
	position: relative;
	overflow-x: hidden;
}
.back_fixed_box .container{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 100px;
}
.back_fixed_box .fixed_inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.back_fixed_box .fixed_img{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.back_fixed_box .fixed_img.voice{
	background-image: url(img/voice_back.jpg);
}
.back_fixed_box .fixed_img.advantage{
	background-image: url(img/advantage_back.jpg);
}
.back_fixed_box .fixed_img.flow{
	background-image: url(img/flow_back.jpg);
}
.back_fixed_box .fixed_img.contact{
	background-image: url(img/contact.jpg);
}
.back_fixed_box .fixed_img.template{
	background-image: url(img/template_back.jpg);
}

.section_button {
	text-align: center;
	position: relative;
}
.section_button a {
	text-decoration: none;
	display: inline-block;
	background-color: #FFFFFF;
	color: #044372;
	border-radius: 30px;
	border: 2px solid #044372;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
}
.section_button.voice {
	margin-top: 30px;
}

/*------------フェードイン（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-in {
	opacity : 0;
	transform : translate(0, 0);/*フェードする距離*/
	transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-in.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*------------フェードレフト（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-left {
	opacity : 0;
	transform : translate(-90px, 0);/*フェードする距離*/
	transition : all 800ms;
}
/* 画面内に入った状態 */
.fade-left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*------------フェードライト（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-right {
	opacity : 0;
	transform : translate(90px, 0);/*フェードする距離*/
	transition : all 800ms;
}
/* 画面内に入った状態 */
.fade-right.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*タイトルアイコンアニメーション*/
.wave_icon {
	width: 18px;
	height: 18px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	position: relative;
	opacity: 1;
}
.wave_icon:before, .wave_icon:after {
	content: '';
	border: 1px #044372 solid;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
}
.wave_icon:before {
	transform: scale(1, 1);
	opacity: 1;
	-webkit-animation: spWaveBe 0.9s infinite linear;
	animation: spWaveBe 0.9s infinite linear;
}
.wave_icon:after {
	transform: scale(0, 0);
	opacity: 0;
	-webkit-animation: spWaveAf 0.9s infinite linear;
	animation: spWaveAf 0.9s infinite linear;
}
.black_back .wave_icon:before, .black_back .wave_icon:after {
	content: '';
	border: 1px #FFF solid;
}

@keyframes spWaveAf {
	from {
		transform: scale(0.5, 0.5);
		opacity: 0;
	}
	to {
		transform: scale(1, 1);
		opacity: 1;
	}
}
@keyframes spWaveBe {
	from {
		transform: scale(1, 1);
		opacity: 1;
	}
	to {
		transform: scale(1.5, 1.5);
		opacity: 0;
	}
}


/****  MULTIPLE ELEMENT ANIMATION 1   *****/
.multiple .scroll-arrow {
	height: 14px;/*矢印と矢印の間の高さ*/
	width: 20px;
	position: relative;
}
.multiple span {
	position: absolute;
	height: 4px;/*矢印の太さ*/
	width: 25px;/*矢印の幅*/
	background-color: #ffffff;
}
.sub_flow .multiple span {
	background-color: #7E7E7E;
}
.multiple span.arrow-left {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -12px;/*矢印の位置*/
}
.multiple span.arrow-right {
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	right: -12px;/*矢印の位置*/
}
.multiple .arrow1 {
	-webkit-animation-name: multiple_1;
	animation-name: multiple_1;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes multiple_1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.multiple .arrow2 {
	-webkit-animation-name: multiple_2;
	animation-name: multiple_2;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes multiple_2 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/*メールフォーム*/
form {
	/* [disabled]width: 90%; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 45px;
}
form h4 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
form p {
	border-bottom: 1px solid #BEBEBE;
	padding-bottom: 15px;
	padding-top: 10px;
}
form p.mail_text {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6;
}
form .textfield_label {
	font-size: 15px;
	display: inline-block;
	width: 125px;
	color: #FFFFFF;
	font-weight: bold;
}
form .icon_any {
	font-size: 13px;
	background-color: #003E93;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
form .icon_require {
	font-size: 13px;
	background-color: #FF6A17;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
form .short_text {
	padding: 3px;
	width: 97%;
	font-size: 15px;
	margin-top: 8px;
}
form .long_text {
	width: 97%;
	height: 180px;
	padding: 3px;
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.5;
}
form .submit {
	border-bottom-style: none;
	margin-top: 10px;
	text-align: center;
}
form .submit input {
	font-size: 14px;
	background-color: #044372;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

/*電話お問い合わせ*/
.tel_box {
	margin-top: 50px;
}
.tel_box .contact_text {
	margin-top: 60px;
}
.tel_box .contact_text h4 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #FFFFFF;
}
.tel_box .contact_text p {
	font-size: 14px;
	margin-bottom: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6;
}
.tel_box .contact_text a {
	text-decoration: none;
	color: #4BB4FF;;
	font-size: 30px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 320px;
	display: block;
	margin-bottom: 10px;
	text-shadow: 1px 1px 4px #303030;
}
.tel_box .contact_text a span {
	font-size: 14px;
	color: #E1E1E1;
	margin-right: 3px;
	font-weight: normal;
}
.tel_box .contact_text .open_time {
	text-align: center;
}

/*フッター*/
footer {
	padding-bottom: 77px;
}
footer .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 25px;
}
footer p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #272727;
	line-height: 2;
}
footer .title {
	font-size: 22px;
	color: #044372;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 5px;
}
footer .footer_menu .title {
	font-size: 22px;
	color: #044372;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 5px;
}
footer .footer_menu .flex_box {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer_menu .inner {
	display: flex;
	flex-flow: column;
	margin-bottom: 15px;
	width: 47%;
}
footer .footer_menu p {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
footer .footer_menu a {
	font-size: 14px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #272727;
}
footer .footer_menu a.link {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
.copyright {
	font-size: 12px;
	color: #6E6E6E;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.copyright small {
	display: flex;
	align-items: center;
}
.copyright small span {
	font-size: 20px;
	margin-right: 3px;
}

/*インタビュー*/
.interview_box {
	margin-top: -30px;
	margin-bottom: 70px;
}
.interview_box dl dt {
	position: relative;
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: 15px;
	border: 1px solid #044372;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #FFFFFF;
	color: #044372;
	font-weight: bold;
}
.interview_box dl dt::after {
	content: '＋';
	position: absolute;
	color: #999999;
	top: 9px;
	right: 20px;
	font-size: 16px;
}
.interview_box dl dd {
	position: relative;
	margin: 0;
	display: none;
	/* [disabled]padding-top: 20px; */
}
.interview_box .entry-talk-box {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}
.interview_box .entry-talk-img {
	width: 45px;
}
.interview_box .entry-talk-img img {
	border-radius: 50%;
	width: 45px;
}
.interview_box .entry-talk-txt {
	border-bottom: 1px solid #BBB;
	border-radius: 8px;
	padding: 10px;
	position: relative;
	display: flex;
	align-items: center;
}
.interview_box .left .entry-talk-txt {
	margin-left: 15px;
		background-color: #FFF0E8;
}
.interview_box .right .entry-talk-txt {
	margin-right: 15px;
	background-color: #E8F9FF;
}
.interview_box .entry-talk-txt p {
	line-height: 1.6;
	margin: 0;
	font-size: 15px;
	color: #000;
	text-align: justify;
}
.interview_box .left .entry-talk-txt:after {
	content: '';
	position: absolute;
	border-right: 12px solid #FFF0E8;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: -11px;
	top: 14px;
}
.interview_box .right .entry-talk-txt:after {
	content: '';
	position: absolute;
	border-left: 12px solid #E8F9FF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	right: -11px;
	top: 14px;
}
.interview_box a {
	font-size: 15px;
	color: #044372;
	text-decoration: none;
	border: 1px solid #044372;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 50px;
	display: block;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	text-align: center;
	margin-top: 15px;
}

/*画面固定リンクバナー*/
.event_banner {
	position: fixed;
	left: auto;
	top: 55px;
	z-index: 13;
	right: 12px;
	display: none;
}
.event_banner a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	background-color: #044372;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	line-height: 1.4;
	text-decoration: none;
}

.privacy_box section {
	margin-bottom: 30px;
}
.privacy_box section h2 {
	font-size: 17px;
	margin-bottom: 5px;
}
.privacy_box section p {
	font-size: 15px;
	line-height: 1.5;
}



/*会社概要テーブル*/
table.outline_content {
	border-left-style: none;
	border-right-style: none;
	border-bottom: 1px solid #A5A5A5;
	border-top: 1px solid #A5A5A5;
	border-collapse: separate;
	border-spacing: 0 8px;
	letter-spacing: 0.04em;
	width: 100%;
}
table.outline_content th {
	vertical-align: middle;
	width: 200px;
	margin: 0;
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-right: 5px;
	background-color: #F1F1F1;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.outline_content td.data {
	margin: 0;
	/*border-left: 1px solid #A5A5A5;*/
	color: #000000;
	font-size: 13px;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 10px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	height: 40px;
	line-height: 1.6;
}
table.outline_content td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
table.outline_content td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #A5A5A5;
}

/*コラム*/
.post_list_box {
	margin-top: 45px;
}
.post_list_box.sub {
	margin-top: 25px;
}
.post_list_box .inner_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post_list_box section {
	margin-top: 25px;
	width: 47.5%;
	/* [disabled]border-radius: 10px; */
	position: relative;
	display: flex;
	flex-direction: column;
}
.post_list_box .vertical_box {
	text-decoration: none;
	display: block;
	overflow-x: hidden;
	padding-bottom: 5px;
}
.post_list_box .vertical_box .img {
	height: 27vw;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 10px;
}
.post_list_box  .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.post_list_box .vertical_box .text {
	margin-top: 8px;
}
.post_list_box .text h3 {
	font-size: 14px;
	color: #000;
	line-height: 1.4;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.post_list_box .tag {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 7px;
}
.post_list_box .tag a {
	color: #044372;
	text-decoration: none;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 7px;
	margin-right: 7px;
	margin-bottom: 3px;
	display: inline-block;
	border: 1px solid #044372;
	border-radius: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*ページネーション*/
.pnavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}
.pnavi a {
	font-size: 14px;
	text-decoration: none;
	color: #044372;
	border: 1px solid #044372;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.3s;
}
.pnavi a.next {
	border: none;
}
.pnavi a.prev {
	border: none;
}
.pnavi span {
	font-size: 14px;
	background-color: #044372;
	color: #FFFFFF;
	border: 1px solid #044372;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	border-radius: 5px;
}

/*カテゴリーリスト*/
.category_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category_list.bottom {
	margin-top: 40px;
}
.category_list a {
	text-decoration: none;
	color: #044372;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 30px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #044372;
}
































@media (min-width:600px) and (max-width:959px){

.relation_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.relation_box .columns {
	padding-bottom: 40px;
	margin-bottom: 35px;
	width: 47%;
}

form {
	width: 65%;
}

footer {
	padding-bottom: 110px;
}

.separate_img_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.separate_img_box .img_box {
	width: 46%;
}

.separate_box .img_cover_box {
	height: 52vw;
}

.clm_box .img {
	height: 280px;
}

.separate_box .img_cover_box {
	height: 52vw;
}























}












@media (min-width:960px){
/*タイトルアイコンアニメーション*/
.wave_icon {
	width: 23px;
	height: 23px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.section_title .main_title h2 {
	font-size: 20px;
}
.section_title .main_title p {
	font-size: 55px;
}
.section_title .sub_title {
	position: relative;
}
.section_title.sub {
	margin-top: 55px;
}
.section_title .sub_title h3 {
	font-size: 40px;
	line-height: 1.8;
	margin-top: 22px;
	/* [disabled]z-index: 10; */
	position: relative;
}
.section_title .sub_title h2 {
	font-size: 40px;
	line-height: 1.8;
	margin-top: 22px;
	/* [disabled]z-index: 10; */
	position: relative;
}
.section_title .sub_title h3 span {
	font-size: 53px;
}
.section_title .sub_title h2 span {
	font-size: 53px;
}
.top_box {
	padding-top: 100px;
	padding-bottom: 170px;
}
.top_box.column {
	padding-top: 70px;
	padding-bottom: 110px;
}
.top_box .container {
	width: 90%;
	max-width: 1350px;
}
.sub_box .container {
	width: 90%;
	max-width: 1350px;
}
.contact_box {
	margin-top: 130px;
}
.clm_box {
	margin-top: 130px;
	margin-bottom: -50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clm_box.one{
	margin-top: 130px;
	margin-bottom: -50px;
	width: 95%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.clm_box .img {
	height: 210px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.clm_box .text_box h3 {
	font-size: 25px;
}
.clm_box.one .text_box h3 {
	font-size: 25px;
	width: 100%;
}
.clm_box .text_box p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.8;
	width: 85%;
}
.clm_box.one .text_box p {
	margin-top: 0px;
	width: 47%;
	margin-left: 0px;
	margin-right: 0px;
}
.clm_box section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.clm_box.one section {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}
.clm_box.three section {
	width: 31%;
}
.clm_box section .left_top_corner {
	width: 30px;
	height: 30px;
	top: 12px;
	left: 12px;
}
.clm_box section .right_top_corner {
	width: 30px;
	height: 30px;
	top: 12px;
	right: 12px;
}
.clm_box section .left_bottom_corner {
	width: 30px;
	height: 30px;
	left: 12px;
	bottom: 12px;
}
.clm_box section .right_bottom_corner {
	width: 30px;
	height: 30px;
	bottom: 12px;
	right: 12px;
}

.separate_box .flex_A {
	display: flex;
	justify-content: space-between;
}
.separate_box .flex_A.reverse {
	flex-direction: row-reverse;
}
.separate_box .flex_center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.separate_box .flex_center.reverse {
	flex-direction: row-reverse;
}
.separate_box .text_box {
	width: 46.5%;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.separate_box .img_cover_box {
	width: 46.5%;
	height: auto;
	min-height: 400px;
	z-index: 1;
}
.separate_box .img_box {
	width: 46.5%;
	z-index: 1;
}
.separate_box .img_box.margin {
	margin-top: 0px;
}
.separate_box .text_box h3 {
	font-size: 32px;
	text-align: left;
	line-height: 1.7;
}
.separate_box .text_box h3 .pc_none {
	display: none;
}
.separate_box .text_box p {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.8;
}
.separate_box .text_box .large_text {
	font-size: 18px;
}
.separate_box {
	margin-top: 140px;
}
.separate_box .text_box h4 {
	font-size: 20px;
	margin-top: 25px;
	text-align: left;
}
.back_fixed_box .container {
	width: 90%;
	max-width: 1350px;
	padding-top: 200px;
	padding-bottom: 210px;
}
.separate_box section {
	padding-bottom: 120px;
	position: relative;
}
.separate_box .img_separate {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.separate_box .img_separate img {
	width: 33%;
}
.common_box {
	padding-top: 170px;
	padding-bottom: 170px;
}
.common_box.margin_top {
	padding-top: 0px;
}
.common_box .container {
	width: 90%;
	max-width: 1350px;
}
.section_title .sub_title p {
	font-size: 17px;
	margin-top: 45px;
	line-height: 2;
	text-align: center;
}
.section_title .sub_title p br {
	display: inline;
}
.section_title .sub_title .side_img_box {
	position: absolute;
	top: -190px;
}
.section_title .sub_title .side_img_box .img_left {
	width: 23%;
	height: 315px;
	margin-top: 0px;
	margin-bottom: 0px;
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
	opacity: 0.75;
}
.section_title .sub_title .side_img_box .img_right {
	width: 23%;
	height: 315px;
	margin-top: 0px;
	margin-bottom: 0px;
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
	opacity: 0.75;
}
.separate_box .img_back {
	display: inline;
	width: 40%;
	height: 100%;
	position: absolute;
	background-color: #044372;
	min-height: 500px;
}
.separate_box .img_back.left {
	left: -50px;
	/* [disabled]bottom: -50px; */
}
.separate_box .img_back.right {
	right: -50px;
	/* [disabled]bottom: -50px; */
}
.separate_box section:last-child {
	padding-bottom: 30px;
}
.separate_box .text_box h3 .number {
	font-size: 46px;
}
.clm_box .text_box h3 .number {
	font-size: 33px;
}
.single_img_box {
	margin-top: 60px;
	width: 75%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
a.single_img_box {
	transition: all 0.3s;
}
a.single_img_box:hover {
	opacity: 0.85;
}
.separate_box .text_box .link_button {
	margin-top: 30px;
	text-align: left;
}
.link_button a {
	font-size: 16px;
	border: 2px solid #044372;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 35px;
	padding-right: 35px;
	transition: all 0.3s;
}
.link_button a:hover {
	background-color: #044372;
	color: #FFFFFF;
}
.separate_box .text_box p.center {
	text-align: left;
}
.separate_img_box {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.separate_img_box::after {
	content:"";
	display: block;
	width: 30%;
}
.separate_img_box .img_box {
	margin-bottom: 55px;
	width: 30%;
}
.separate_img_box .img_box p {
	font-size: 18px;
}
.section_title .sub_title h3.margin_top {
	margin-top: 80px;
}
.clm_box.one section .text_box {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.clm_box.one .img {
	width: 47%;
	margin-top: 30px;
	height: 275px;
}

form {
	width: 800px;
	margin-top: 80px;
	display: block;
}
form h4 {
	font-size: 40px;
	margin-bottom: 20px;
}
form p.mail_text {
	font-size: 16px;
	text-align: center;
	display: block;
}
form p {
	padding-bottom: 25px;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
form .textfield_label {
	font-size: 17px;
	width: 200px;
}
form .icon_any {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
form .icon_require {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
form .short_text {
	padding: 8px;
	width: 400px;
	font-size: 16px;
	margin-top: 0px;
}
form .long_text {
	width: 400px;
	height: 200px;
	padding: 8px;
	font-size: 16px;
	margin-top: 0px;
}
form .submit {
	margin-top: 10px;
	display: block;
}
form .submit input {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	transition: all 0.3s;
}
form .submit input:hover {
	opacity: 0.8;
	cursor: pointer;
}


.tel_box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 120px;
}
.tel_box img {
	width: 50%;
	height: 50%;
}
.tel_box .contact_text {
	width: 46%;
	margin-top: 40px;
}
.tel_box .contact_text h4 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 40px;
}
.tel_box .contact_text p {
	font-size: 16px;
	margin-bottom: 40px;
	text-align: center;
}
.tel_box .contact_text a {
	font-size: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 400px;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.tel_box .contact_text a:hover {
	opacity: 0.7;
}
.tel_box .contact_text a span {
	font-size: 16px;
	margin-right: 5px;
}

footer {
	padding-bottom: 30px;
}
footer .container {
	max-width: 1350px;
	padding-top: 150px;
	padding-bottom: 150px;
	width: 90%;
}
footer .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .footA {
	width: 47%;
}
footer .footB {
	width: 51%;
}
footer p {
	font-size: 15px;
	margin-bottom: 14px;
}
footer .title {
	font-size: 26px;
	margin-bottom: 15px;
}
footer .footer_menu .title {
	font-size: 26px;
	margin-bottom: 15px;
}
footer .footer_menu {
	width: 97%;
	margin-top: 50px;
}
footer .footer_menu .flex_box {
	justify-content: flex-start;
}
footer .footer_menu .inner {
	margin-bottom: 15px;
	width: 25.3%;
}
footer .footer_menu p {
	font-size: 17px;
	margin-bottom: 10px;
}
footer .footer_menu a {
	font-size: 15px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
footer .footer_menu a:hover {
	opacity: 0.7;
}
footer .footer_menu a.link {
	font-size: 17px;
	margin-bottom: 10px;
}
.copyright {
	max-width: 1500px;
}

.transparent_filter_top {
	height: 30px;
}
.transparent_filter_bottom {
	height: 30px;
}

/*インタビュー*/
.interview_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	margin-bottom: 130px;
	max-width: 900px;
}
.interview_box dl dt {
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 20px;
	font-size: 16px;
	transition: all 0.3s;
	border: 2px solid #044372;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}
.interview_box dl dt:hover {
	opacity: 0.7;
	cursor: pointer;
}
.interview_box dl dt::after {
	top: 18px;
	right: 35px;
	font-size: 20px;
}
.interview_box .entry-talk-box {
	margin-top: 40px;
	margin-bottom: 40px;
}
.interview_box .entry-talk-box.right {
	justify-content: flex-end;
}
.interview_box .entry-talk-img {
	width: 80px;
}
.interview_box .entry-talk-img img {
	width: 80px;
}
.interview_box .entry-talk-txt {
	border-bottom: 2px solid #BBB;
	padding: 20px;
	width: 80%;
}
.interview_box .entry-talk-txt p {
	font-size: 17px;
}
.interview_box .left .entry-talk-txt:after {
	top: 32px;
}
.interview_box .right .entry-talk-txt:after {
	top: 32px;
}
.interview_box .left .entry-talk-txt {
	margin-left: 25px;
	width: 72%;
}
.interview_box .right .entry-talk-txt {
	margin-right: 25px;
	width: 72%;
}
.interview_box a {
	font-size: 16px;
	border: 2px solid #044372;
	padding-top: 11px;
	padding-bottom: 11px;
	transition: all 0.3s;
	width: 230px;
}
.interview_box a:hover {
	background-color: #044372;
	color: #FFFFFF;
}

/*画面固定リンクバナー*/
.event_banner {
	top: 90px;
	right: 30px;
	left: auto;
	display: inline;
}
.event_banner a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 30px;
	transition: all 0.3s;
}
.event_banner a:hover {
	opacity: 0.8;
}

.privacy_box .flex {
	display: flex;
	justify-content: space-between;
}
.privacy_box section {
	margin-bottom: 50px;
	width: 48%;
}
.privacy_box section h2 {
	font-size: 21px;
	margin-bottom: 10px;
}
.privacy_box section p {
	font-size: 16px;
}

/*会社概要テーブル*/
table.outline_content {
}
table.outline_content th {
	font-size: 16px;
	width: 250px;
}
table.outline_content td.data {
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
	padding-left: 30px;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.section_button a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 17px;
	transition: all 0.3s;
}
.section_button a:hover {
	color: #FFFFFF;
	background-color: #044372;
}
.section_button.voice {
	margin-top: 90px;
}

/*コラム*/
.post_list_box {
	margin-top: 120px;
}
.post_list_box.sub {
	margin-top: 40px;
}
.post_list_box section {
	width: 22.8%;
	margin-top: 40px;
}
.post_list_box .inner_box::after {
	content: "";
	display:block;
	width:22.8%;
}
.post_list_box .inner_box::before {
	content: "";
	display:block;
	width:22.8%;
	order: 1;
}
.post_list_box .vertical_box {
	padding-bottom: 10px;
}
.post_list_box .vertical_box .img {
	height: 14vw;
	max-height: 195px;
}
.post_list_box a:hover .img img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}
.post_list_box .vertical_box .text {
	margin-top: 14px;
	transition: all 0.3s;
}
.post_list_box a:hover .text {
	opacity: 0.6;
}
.post_list_box .text h3 {
	font-size: 17px;
}
.post_list_box .tag {
	margin-bottom: 8px;
}
.post_list_box .tag a {
	padding-left: 9px;
	padding-right: 9px;
	transition: all 0.3s;
	font-size: 11px;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.post_list_box .tag a:hover {
	color: #FFF;
	background-color: #044372;
}

/*ページネーション*/
.pnavi {
	margin-top: 60px;
}
.pnavi a {
	font-size: 16px;
	margin-left: 9px;
	margin-right: 9px;
	padding-left: 15px;
	padding-right: 15px;
}
.pnavi a:hover {
	opacity: 0.6;
}
.pnavi span {
	font-size: 16px;
	margin-left: 9px;
	margin-right: 9px;
	padding-left: 15px;
	padding-right: 15px;
}

/*カテゴリーリスト*/
.category_list {
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}
.category_list.bottom {
	margin-top: 70px;
}
.category_list a {
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 25px;
	transition: all 0.3s;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 11px;
	margin-right: 11px;
}
.category_list a:hover {
	color: #FFFFFF;
	background-color: #044372;
}


























































}
