@charset "utf-8";
/* CSS Document */
html {
	/*height:100%;*/
}
body {
    text-align: center;
	margin:0;
	width:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.under_span {
	text-decoration:underline;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

.br_1024 {
	display:none;
}

.br_768 {
	display:none;
}

.br_480 {
	display:none;
}

#wrapper {
	/*overflow-x:hidden;*/
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index:1;
}

/*ヘッダー */

#header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.9);
	position: relative;
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 30px;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
	position: relative;
}

.header_logo01_img01 {
	display: block;
	max-height: 48px;
	width: auto;
}

.header_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.header_box01_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 180px;
	padding: 10px 10px;
	background: #EAC300;
	background: linear-gradient(0deg, rgba(234, 195, 0, 1) 0%, rgba(234, 195, 0, 1) 25%, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 52%, rgba(234, 195, 0, 1) 75%, rgba(234, 195, 0, 1) 100%);
	border-radius: 10px;
	position: relative;
	transition-duration: 0.35s;
}

.header_box01_button01:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition-duration: 0.35s;
}

.header_box01_button01:hover:before {
	background: rgba(255,255,255,0.3);
	transition-duration: 0.35s;
}

.header_box01_button01_ico01 {
	display: block;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

.header_box01_button01_text01 {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 30px;
	padding: 0 0 7px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 30px;
}

.header_ul_li_sp {
	display: none;
}

/*.header_ul_li.onmenu {
	padding:10px 30px 10px 10px;
	padding:10px 20px 10px 20px;
}

.header_ul_li.onmenu:after {
	display:none;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	font-size:20px;
	color:#535554;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}*/

.header_ul_li_o {
}

.header_ul_li_span01 {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.header_ul_li_o .header_ul_li_span01 {
	color: #FFF;
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 2px;
	margin: auto;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width:100%;
	opacity:1;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top:15px;
	/*right:100%;*/
	right:0px;
	z-index:2;
	cursor:pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_o {
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.sub_ul {
	display:none;
	list-style:none;
	margin:0 auto;
	padding: 30px 10px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:2;
}

.sub_ul_li {
	width:max-content;
	margin: 0 auto 10px;
	border-radius: 5px;
	font-size:15px;
	line-height:1;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding:8px 10px;
	background:rgba(41,136,188,0.9);
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	background:rgba(71,166,218,0.9);
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.sub_ul_li_o .sub_ul_li_border {
	width:80%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 2;
}

.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
	width:100%;
	vertical-align: bottom;
}

.slider1_li_box {
}

.slider1_li_img {
	max-width:100%;
	width: 100%;
	height:auto;
}

.wrapper_title {
	margin:0 auto 40px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: block;
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
	text-align: center;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_title_text02 {
	display: block;
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.wrapper_title_text02_c01 {
	color: #231815;
}

.wrapper_subtitle {
	margin:0 auto 30px;
	position:relative;
}

.wrapper_subtitle_text01 {
	display:block;
	font-size:0;
	text-align:left;
}

.wrapper_subtitle_text01_t01 {
	text-align:center;
}

.wrapper_subtitle_text01_span {
	display: inline-block;
	padding: 0 10px 2px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #111;
	line-height:30px;
	text-align:left;
	position: relative;
}

.wrapper_subtitle_text01_span_c01 {
	color: #111;
}

.wrapper_subtitle_text01_span_c02 {
	color: #FFF;
}

.wrapper_subtitle_text01_span:before {
	content: "";
	width: 100%;
	height: 10px;
	background: #A1BE95;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.wrapper_subtitle_text01_span br {
	display: none;
}

.wrapper_button01_big {
	text-align: center;
}

.wrapper_button01_big_t01 {
	text-align: left;
}

.wrapper_button01_big_t02 {
	text-align: right;
}

.wrapper_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 84px);
	padding: 10px 40px;
	border-radius: 30px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: #FFF;
	border: #235D78 2px solid;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: #235D78;
	transition-duration: 0.35s;
}

.wrapper_button01_c02 {
	background: rgba(255,255,255,0);
	border: #FFF 2px solid;
}

.wrapper_button01_o.wrapper_button01_c02 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01:after {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	transition-duration: 0.35s;
}

.wrapper_button01_c01:after {
	color: #235D78;
}

.wrapper_button01_c02:after {
	color: #FFF;
}

.wrapper_button01_o:before,
.wrapper_button01_o:after {
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c01:after {
	color: #FFF;
}

.wrapper_button01_o.wrapper_button01_c02:after {
	color: #235D78;
}

.wrapper_button01_span {
	display: block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #235D78;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_c02 .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_o.wrapper_button01_c02 .wrapper_button01_span {
	color: #235D78;
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 70px 0;
}

.wrapper_index01_big_b02 {
	padding: 70px 0;
	background: #F3F3F4;
}

.wrapper_index01_big_b03 {
	background: #F3F3F4;
}

.wrapper_index01 {
	max-width: calc(100% - 20px);
	width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}

.index_img01 {
	display: block;
	margin: 0 auto;
	opacity: 1;
	transition-duration: 0.35s;
}

.index_img01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_img01_m01 {
	margin-top: 40px;
}

.index_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
}

.index_box01_left {
	width: 50%;
	padding: 120px 0;
	background: url(../img/index02.webp) no-repeat center center/cover;
}

.index_box01_left_box01 {
	padding: 25px 10px;
	background: rgba(0,0,0,0.5);
}

.index_box01_left_box01_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 15px;
	padding: 0;
}

.index_box01_left_box01_title01_text01 {
	display: block;
	margin-right: 10px;
	font-size: 40px;
	font-weight: 900;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_box01_left_box01_title01_text02 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_box01_left_box01_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 70px);
	width: max-content;
	margin: 0 auto;
	padding: 10px 25px;
	background: rgba(255,255,255,0);
	border: #FFF 2px solid;
	border-radius: 30px;
	transition-duration: 0.35s;
}

.index_box01_left_box01_button01:hover {
	background: rgba(255,255,255,0.8);
	transition-duration: 0.35s;
}

.index_box01_left_box01_button01_text01 {
	display: block;
	margin-right: 5px;
	font-size: 17px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	transition-duration: 0.35s;
}

.index_box01_left_box01_button01:hover .index_box01_left_box01_button01_text01 {
	color: #231815;
	transition-duration: 0.35s;
}

.index_box01_left_box01_button01:after {
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	transition-duration: 0.35s;
}

.index_box01_left_box01_button01:hover:after {
	color: #231815;
	transition-duration: 0.35s;
}

.index_box01_right {
	width: 50%;
	background: #FFF;
}

.index_title01 {
	margin: 0 auto 50px;
	padding: 10px 10px;
	background: #FFF;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(241, 212, 94, 1) 40%, rgba(241, 212, 94, 1) 60%, rgba(255, 255, 255, 1) 100%);
	font-size: 43px;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.index_text01 {
	max-width: 800px;
	margin: 0 auto 40px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: center;
}

.index_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	max-width: 768px;
	margin: 0 auto 40px;
	padding: 0;
}

.index_ul01_li {
	padding-left: 1em;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 36px;
	text-indent: -1em;
	text-align: left;
}

.index_ul01_li:nth-child(2n+1) {
	width: calc(300px - 1em);
}

.index_ul01_li:nth-child(2n) {
	width: calc(400px - 1em);
	margin-left: 20px;
}

.index_buttonbox01 {
	margin-bottom: 70px;
}

.index_imgbox01 {
}

.index_imgbox01_img01 {
	display: block;
	margin: 0 auto;
}

.index_text02 {
	display: block;
	margin: 0 auto 20px;
	font-size: 16px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.index_title02 {
	display: block;
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.index_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	min-height: 270px;
	margin-bottom: 120px;
	border-radius: 15px;
	overflow: hidden;
}

.index_box02_imgbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 50%;
}

.index_box02_b01 .index_box02_imgbox01 {
	background: #B0BDE1;
}

.index_box02_b02 .index_box02_imgbox01 {
	background: #EB5F20;
}

.index_box02_imgbox01_img01 {
	display: block;
	max-width: calc(100% - 40px);
}

.index_box02_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 50%;
	background: #FFF;
}

.index_box02_textbox01_content01 {
}

.index_box02_textbox01_content01_text01 {
	margin: 0 auto 25px;
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 40px;
	text-align: center;
}

.index_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul02_li {
	width: calc((100% - 60px) / 3);
	padding: 25px 0 30px;
	background: #FFF;
	border-radius: 15px;
	overflow: hidden;
}

.index_ul02_li_text01 {
	display: block;
	width: calc(100% - 100px);
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: #231815 2px solid;
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	line-height: 24px;
	text-align: center;
}

.index_ul02_li_text01_br01 {
}

.index_ul02_li_text01_br02 {
	display: none;
}

.index_ul02_li_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.index_ul02_li_title01_span01 {
	display: inline-block;
	font-size: 19px;
	vertical-align: middle;
}

.index_ul02_li_img01 {
	display: block;
	margin: 0 auto 30px;
}

.index_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 35px;
	border-radius: 15px;
	overflow: hidden;
}

.index_box03_b01 {
	background: url(../img/index08.webp) no-repeat center center/cover;
}

.index_box03_imgbox01 {
	width: 50%;
}

.index_box03_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.index_box03_textbox01 {
	width: 50%;
	padding: 150px 0 130px;
	background: url(../img/index05_02.webp) no-repeat center center/cover;
	position: relative;
}

.index_box03_b01 .index_box03_textbox01 {
	background: none;
}

.index_box03_textbox01:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index_box03_textbox01_title01 {
	margin: 0 auto 35px;
	padding: 0;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index_box03_textbox01_text01 {
	max-width: 500px;
	width: calc(100% - 20px);
	margin: 0 auto 35px;
	font-size: 15px;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index_box03_textbox01_buttonbox01 {
	position: relative;
	z-index: 2;
}

.index_ul03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	margin: 0 auto 70px;
	padding: 0;
}

.index_ul03_li {
	width: calc((100% - 35px) / 2);
	margin-bottom: 35px;
	margin-right: 35px;
	background: #F2F2F3;
	border-radius: 15px;
	overflow: hidden;
}

.index_ul03_li:nth-child(2n) {
	margin-right: 0px;
}

.index_ul03_li_img01 {
	display: block;
	width: 100%;
}

.index_ul03_li_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 60px 0 40px;
}

.index_ul03_li_textbox01_icobox01 {
	width: 40%;
}

.index_ul03_li_textbox01_icobox01_img01 {
	display: block;
	max-width: calc(100% - 20px);
	margin: 0 0 0 auto;
}

.index_ul03_li_textbox01_textbox01 {
	width: 60%;
}

.index_ul03_li_textbox01_textbox01_title01 {
	margin: 0 auto 40px;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.index_ul03_li_textbox01_textbox01_title01_span01 {
	display: block;
	margin-top: 10px;
	font-size: 19px;
}

.index_ul03_li_textbox01_textbox01_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: max-content;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
}

.index_ul03_li_textbox01_textbox01_button01:before {
	content: "";
	width: 0%;
	height: 2px;
	background: #235D78;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.35s;
}

.index_ul03_li_textbox01_textbox01_button01:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.index_ul03_li_textbox01_textbox01_button01:after {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	color: #235D78;
	line-height: 1;
}

.index_ul03_li_textbox01_textbox01_button01_span01 {
	display: block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #235D78;
	line-height: 1;
	text-align: center;
}

.index_box04 {
	margin-bottom: 120px;
	border-radius: 15px;
	overflow: hidden;
}

.index_box04_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0;
	padding: 0;
}

.index_box04_ul01_li {
	width: 50%;
}

.index_box04_ul01_li_img01 {
	display: block;
	width: 100%;
}

.index_box04_content01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	padding: 60px 100px;
	background: #EBEBEB;
}

.index_box04_content01_textbox01 {
	width: 50%;
}

.index_box04_content01_textbox01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 15px;
}

.index_box04_content01_textbox01_box01_ul01 {
	flex: 1;
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
}

.index_box04_content01_textbox01_box01_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 14px;
	font-weight: 500;
	color: #231815;
	line-height: 20px;
	text-align: left;
}

.index_box04_content01_textbox01_box01_ul01_li_text01 {
	display: block;
}

.index_box04_content01_textbox01_box01_ul01_li_text02 {
	display: block;
}

.index_box04_content01_textbox01_box01_text02 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 106px;
	height: 106px;
	margin-right: 30px;
	background: #E60012;
	border-radius: 50%;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	line-height: 27px;
	text-align: center;
}

.index_box04_content01_textbox01_box02 {
	display: block;
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #E60012;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_box04_content01_textbox01_box03 {
	display: flex;
	flex-flow: row wrap;
	/*justify-content: flex-start;*/
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
}

.index_box04_content01_textbox01_box03_img01 {
	display: block;
	margin-right: 5px;
}

.index_box04_content01_textbox01_box03_text01 {
	display: block;
	font-size: 55px;
	font-weight: 900;
	color: #E60012;
	line-height: 1;
}

.index_box04_content01_textbox01_box03_border01 {
	margin: 0 10px;
	width: 2px;
	height: 50px;
	background: #E60012;
}

.index_box04_content01_textbox01_box03_text02 {
	display: block;
	padding-left: 1em;
	font-size: 11px;
	font-weight: 500;
	color: #231815;
	line-height: 13px;
	text-indent: -1em;
	text-align: left;
}

.index_box04_content01_textbox01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.index_box04_content01_textbox01_ul01_li {
	margin-right: 50px;
}

.index_box04_content01_textbox01_ul01_li:last-child {
	margin-right: 0px;
}

.index_box04_content01_textbox01_ul01_li_img01 {
	display: block;
}

.index_box04_content01_mapbox01 {
	width: calc(50% - 20px);
	margin-left: 20px;
}

.index_box04_content01_mapbox01 iframe {
	max-width: 100%;
	width: 530px;
	height: 100%;
	margin: 0 auto;
}

.index_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 90px);
	width: max-content;
	margin: 0 auto;
	padding: 10px 40px;
	background: #FFF;
	border: #235D78 2px solid;
	border-radius: 30px;
	transition-duration: 0.35s;
}

.index_button01:hover {
	background: #EEE;
	transition-duration: 0.35s;
}

.index_button01_ico01 {
	display: block;
	max-width: 33px;
	margin-right: 10px;
}

.index_button01_text01 {
	display: block;
	margin-right: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #235D78;
	line-height: 1;
	transition-duration: 0.35s;
}

.index_button01:hover .index_button01_text01 {
	transition-duration: 0.35s;
}

.index_button01:after {
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: bold;
	color: #235D78;
	line-height: 1;
	transition-duration: 0.35s;
}

.index_button01:hover:after {
	transition-duration: 0.35s;
}

.feed_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.feed_ul01_li {
	width:calc((100% - 80px) / 3);
	margin-bottom: 50px;
	margin-right: 40px;
	background: #FFF;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.feed_ul01_li:nth-child(3n) {
	margin-right: 0px;
}

.feed_ul01_li:hover {
	box-shadow: 0px 0px 30px -10px rgba(41,136,188,0.3);
	transition-duration: 0.35s;
}

.feed_ul01_li_o {
}

.feed_ul01_li a {
	display: block;
}

.feed_ul01_li_o a {
}

.feed01_imgbox {
	position: relative;
}

.feed_ul01_li_o .feed01_imgbox {
}

.feed01_img {
	display:block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.feed01_cont {
	padding: 20px 10px;
	font-size:0;
	text-align:left;
}

.feed01_date {
	display: inline-block;
	font-size: 15px;
	color: #2988BC;
	line-height: 15px;
	text-align: left;
}

.feed01_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.feed01_title {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	color: #111;
	line-height: 30px;
	text-align: left;
}

.feed01_detail {
	margin: 0 auto 5px;
	font-size:14px;
	color:#111;
	line-height:23px;
	text-align:left;
}

/*コンテンツここまで */

/*フッター */

#footer {
	position:relative;
	z-index:2;
}

.footer_box01 {
	padding: 35px 10px 60px;
	background: #231815;
	position: relative;
	z-index: 1;
}

.footer_box01_content01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 1200px;
	margin: 0 auto;
}

.footer_box01_content01_logo01 {
	display: block;
	max-width: 280px;
}

.footer_box01_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 100%;
	width: 540px;
	margin: 0;
	padding: 0;
}

.footer_box01_content01_ul01_li {
	width: 170px;
	margin-bottom: 15px;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.footer_box01_content01_ul01_li:nth-child(3n) {
	margin-right: 0px;
}

.footer_box01_content01_ul01_li a {
	display: block;
	width: max-content;
	padding-bottom: 7px;
	color: #FFF;
	position: relative;
}

.footer_box01_content01_ul01_li a:before {
	content: "";
	width: 0%;
	height: 2px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul01_li a:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_copy {
	display: block;
	margin-top: 65px;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
}

/*フッターここまで */

#wrapper_head_big {
	background: #3E3A39;
	position: relative;
	z-index: 1
}

.wrapper_head {
	max-width: 1500px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.wrapper_head_company {
	background:url(../img/header_company.webp) no-repeat left center;
	background-size:cover;
}

.wrapper_head_service {
	background:url(../img/header_service.webp) no-repeat left center;
	background-size:cover;
}

.wrapper_head_faq {
	background:url(../img/header_faq.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_inquiry {
	background:url(../img/header_inquiry.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 575px;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.wrapper_head_textbox01_title01 {
	margin: 0 auto 15px;
	padding: 0;
	font-size: 70px;
	font-weight: 900;
	color: #FFF;
	line-height: 1;
	text-align: center;
	background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #EAC300 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wrapper_head_textbox01_text01 {
	display: block;
	font-size: 35px;
	font-weight: 900;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a {
	height:0px;
	position:absolute;
	top:-92px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #235D78;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  background-color: #EB5F20;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page-top_big {
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:5;
}

.page-up {
	display:inline-block;
	margin:auto;
	position:fixed;
	bottom:10px;
	right:10px;
}

.page-up img {
	display:block;
}

#page-top a {
    padding: 0;
    display: block;
	font-size:10px;
	color:#464C52;
}

/*service */

.service_wrap01 {
	padding: 100px 10px 90px;
	background: #FFF;
}

.service_content01 {
	max-width: 1130px;
	margin: 0 auto;
}

.service_box01 {
	margin-bottom: 40px;
	padding: 15px 0 15px;
	position: relative;
	background: url(../img/back02.webp) no-repeat center center/contain;
}

.service_text01 {
	margin: 0 auto 120px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: center;
}

.service_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.service_ul01_li {
	padding: 60px 0;
	border-top: #231815 1px solid;
}

.service_ul01_li_title01 {
	margin: 0 auto 40px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	color: #231815;
	line-height: 36px;
	text-align: center;
}

.service_ul01_li_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 40px;
	padding: 0;
}

.service_ul01_li_ul01_li {
	width: calc((100% - 25px) / 2);
}

.service_ul01_li_ul01_li_img01 {
	display: block;
	margin-bottom: 10px;
	border-radius: 15px;
}

.service_ul01_li_ul01_li_text01 {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.service_ul01_li_text01 {
	display: block;
	margin-bottom: 40px;
	font-size: 19px;
	font-weight: 500;
	color: #231815;
	line-height: 38px;
	text-align: left;
}

.service_ul01_li_text02 {
	margin: 0 auto;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.service_text02 {
	margin: 0 auto 50px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: center;
}

.service_ul02 {
	list-style: none;
	margin: 0 auto 120px;
	padding: 0;
}

.service_ul02_li {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 70px;
	border-radius: 15px;
	overflow: hidden;
}

.service_ul02_li:nth-child(2n+1) {
	flex-flow: row wrap;
}

.service_ul02_li:nth-child(2n) {
	flex-flow: row-reverse wrap;
}

.service_ul02_li_imgbox01 {
	width: 50%;
}

.service_ul02_li_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.service_ul02_li_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: calc(50% - 160px);
	padding: 80px 80px;
	background: #F2F2F3;
}

.service_ul02_li_textbox01_img01 {
	display: block;
	max-height: 55px;
	width: auto;
	margin: 0 auto 35px;
}

.service_ul02_li_textbox01_title01 {
	margin: 0 auto 70px;
	padding: 0 0 20px;
	font-size: 25px;
	font-weight: bold;
	color: #231815;
	line-height: 32px;
	text-align: center;
	position: relative;
}

.service_ul02_li_textbox01_title01:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #A1A9B6;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.service_ul02_li_textbox01_title01_span01 {
	display: inline-block;
	font-size: 20px;
}

.service_ul02_li_textbox01_text01 {
	margin: 0 auto;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

/*serviceここまで */

/*company */

.company_wrap01 {
	padding: 100px 10px 90px;
	background: #FFF;
}

.company_content01 {
	max-width: 1130px;
	margin: 0 auto;
}

.company_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 120px;
}

.company_box01_img01 {
	display: block;
	max-width: 40%;
	margin-right: 75px;
	border-radius: 15px;
}

.company_box01_textbox01 {
	flex: 1;
}

.company_box01_textbox01_text01 {
	margin: 0 auto 80px;
	font-size: 17px;
	color: #231815;
	line-height: 34px;
	text-align: left;
}

.company_box01_textbox01_img01 {
	display: block;
	margin: 0 0 0 auto;
}

.company_img01 {
	display: block;
	margin: 0 0 120px;
}

.company_img02 {
	display: block;
	margin: 0 auto;
}

.company_ul01 {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto 120px;
	padding: 0;
}

.company_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 25px 40px;
	border-bottom: #231815 1px solid;
}

.company_ul01_li:first-child {
	border-top: #231815 1px solid;
}

.company_ul01_li_text01 {
	width: 200px;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	line-height: 28px;
	text-align: left;
}

.company_ul01_li_text02 {
	width: calc(100% - 210px);
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	line-height: 28px;
	text-align: left;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.company_ul01_li_text02 a {
	color: #231815;
	transition-duration: 0.35s;
}

.company_ul01_li_text02 a:hover {
	color: #CCC;
	transition-duration: 0.35s;
}

.company_ul01_li_text02_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.company_ul01_li_text02_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.company_ul01_li_text02_ul01_li_span01 {
}

.company_ul01_li_text02_ul01_li_span01_w01 {
	width: 90px;
}

.company_ul01_li_text02_ul01_li_span01_w02 {
	width: 110px;
}

.company_ul01_li_text02_ul01_li_span02 {
}

.company_ul01_li_text02_ul01_li_span01_w01+.company_ul01_li_text02_ul01_li_span02 {
	width: calc(100% - 90px);
}

.company_ul01_li_text02_ul01_li_span01_w02+.company_ul01_li_text02_ul01_li_span02 {
	width: calc(100% - 110px);
}

.company_text01 {
	margin: 0 auto 40px;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: center;
}

.company_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
}

.company_ul02_li {
	width: calc((100% - 20px) / 3);
	margin-bottom: 30px;
}

.company_ul02_li:first-child {
	width: 100%;
}

.company_ul02_li_img01 {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 15px;
}

.company_ul02_li_text01 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 32px;
	text-align: center;
}

.company_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 60px;
}

.company_box02_ul01 {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.company_box02_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 25px 40px;
	border-bottom: #231815 1px solid;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
	position: relative;
}

.company_box02_ul01_li:first-child {
	border-top: #231815 1px solid;
}

.company_box02_ul01_li_text01 {
	display: block;
	position: relative;
	z-index: 1;
}

.company_box02_ul01_li_text02 {
	display: block;
	position: relative;
	z-index: 1;
}

.company_box02_ul01_li_text03 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 106px;
	height: 106px;
	background: #E60012;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
	line-height: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 2;
}

.company_box02_map01 {
	width: 37%;
	margin-left: 40px;
}

.company_box02_map01 iframe {
	width: 100%;
	height: 100%;
}

.company_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 1000px;
	margin: 0 auto 120px;
}

.company_box03_textbox01 {
	width: calc(100% - 345px);
}

.company_box03_textbox01_text01 {
	margin: 0 auto 20px;
	padding: 5px 20px;
	background: #E60012;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.company_box03_textbox01_box01 {
	display: flex;
	flex-flow: row wrap;
	/*justify-content: flex-start;*/
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
}

.company_box03_textbox01_box01_img01 {
	display: block;
	margin-right: 5px;
}

.company_box03_textbox01_box01_text01 {
	display: block;
	font-size: 65px;
	font-weight: 900;
	color: #E60012;
	line-height: 1;
}

.company_box03_textbox01_box01_border01 {
	margin: 0 10px;
	width: 2px;
	height: 50px;
	background: #E60012;
}

.company_box03_textbox01_box01_text02 {
	display: block;
	padding-left: 1em;
	font-size: 11px;
	font-weight: 500;
	color: #231815;
	line-height: 13px;
	text-indent: -1em;
	text-align: left;
}

.company_box03_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	width: 315px;
	margin: 0;
	padding: 0;
}

.company_box03_ul01_li {
	width: calc((100% - 10px) / 2);
}

.company_box03_ul01_li a {
	display: block;
}

.company_box03_ul01_li_img01 {
	display: block;
}

/*companyここまで */

/*faq */

.faq_text01 {
	margin: 0 auto 120px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: center;
}

.faq_ul01 {
	list-style: none;
	margin: 0 auto 120px;
	padding: 0;
}

.faq_ul01_li {
	padding: 40px 25px;
	border-bottom: #231815 1px solid;
}

.faq_ul01_li:first-child {
	border-top: #231815 1px solid;
}

.faq_ul01_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
	opacity: 1;
	transition-duration: 0.35s;
}

.faq_ul01_li_box01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.faq_ul01_li_box01:before {
	content: "\f067";
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}

.faq_ul01_li_box01.active:before {
	content: "\f068";
}

.faq_ul01_li_box01_text01 {
	display: block;
	width: 60px;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.faq_ul01_li_box01_text02 {
	width: calc(100% - 60px);
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.faq_ul01_li_box02 {
	display: flex;
	display: none;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 30px;
	padding-left: 20px;
}

.faq_ul01_li_box02_text01 {
	display: block;
	width: 40px;
	font-size: 22px;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.faq_ul01_li_box02_text02 {
	display: block;
	width: calc(100% - 40px);
	margin: 0;
	padding-top: 15px;
	font-size: 18px;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.faq_img01 {
	display: block;
	margin: 0 auto 120px;
}

/*faqここまで */

.span_c02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#FFF;
	top: 0;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-shadow: 
        #111 1px 1px 0, #111 -1px -1px 0,/*右下、左上*/
        #111 -1px 1px 0, #111 1px -1px 0,/*右上、左下*/
        #111 0px 1px 0, #111  0 -1px 0,/*右、左*/
        #111 -1px 0 0, #111 1px 0 0;/*上、下*/
	text-shadow: 
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/* box-shadow */
	box-shadow: 3px 3px 8px -1px rgba(150,150,150,0.3);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	backdrop-filter: blur(3px);
}

/*privacy */

.privacy_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.privacy_box {
	margin: 0 auto 40px;
}

.privacy_title {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: #111 1px solid;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 {
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 a {
	color:#111;
	text-decoration:underline;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy_text01_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.privacy_text01_ul01 {
	list-style: none;
	margin: 20px auto;
	padding: 0 0 0 20px;
}

.privacy_text01_ul01_li {
	padding-left: 1.8em;
	text-align: left;
	text-indent: -1.8em;
}

.privacy_text01_ul01_li_ul01 {
	list-style:none;
	list-style-position:inside;
	margin:3px auto;
	padding:0;
}

.privacy_text01_ul01_li_ul01_li {
	padding-left:15px;
	font-size:14px;
	color:#111;
	line-height:27px;
	text-align:left;
	text-indent:-15px;
}

.privacy_text01_table01 {
	border-collapse: collapse;
	width: 100%;
}

.privacy_text01_table01_td01 {
	padding: 10px 10px;
	border: #DDD 1px solid;
	text-align: left;
}

th.privacy_text01_table01_td01 {
	width: 150px;
	font-weight: 500;
}

/*privacyここまで */

/*inquiry */

.inquiry_text02 {
	max-width: 768px;
	margin: 0 auto 80px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: center;
}

.inquiry_textbox01 {
	max-width: 768px;
	margin: 0 auto 60px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
}

.inquiry_textbox01_text01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.inquiry_img01 {
	display: block;
	margin: 0 auto;
}

.inquiry_flow_ul {
	display: none;
	list-style:none;
	margin:0 auto 40px;
	padding:0;
	font-size:0;
	text-align:center;
}

.inquiry_flow_ul_li01 {
	display:inline-block;
	padding:3px 20px;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li02 {
	display:inline-block;
	padding:3px 10px;
	font-size:15px;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li_b01 {
	background:#2988BC;
	color:#FFF;
}

.inquiry_text02_big {
	display:block;
	margin-bottom:20px;
	font-size:0;
	text-align:center;
}

.inquiry_box_button {
	padding:10px 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
	text-align:left;
	/* box-shadow */
	box-shadow: inset 3px 3px 8px -1px rgba(150,150,150,0.3);
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_button_radio {
	display:none;
}

.inquiry_box_button_radio_label {
	display:inline-block;
	margin-top:5px;
	margin-right:15px;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.inquiry_box_button_radio_span {
	display:inline-block;
	font-size:14px;
	color:#000;
	line-height:14px;
	vertical-align:middle;
}

.inquiry_box_button_radio_round {
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	background:#FFF;
	border:#CCC 1px solid;
	border-radius:5px;
	vertical-align:middle;
	position:relative;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round {
	background:#FFF;
	transition-duration:0.2s;
}

.inquiry_box_button_radio_round_in {
	width:10px;
	height:10px;
	margin:auto;
	background:#FFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* border-radius */
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round .inquiry_box_button_radio_round_in {
	background:#CCC;
	transition-duration:0.2s;
}

.inquiry_text_big {
	display:block;
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
}

.inquiry_text01 {
	display:block;
	margin-bottom:20px;
	font-size:17px;
	color:#111;
	line-height:30px;
	text-align:center;
}

.inquiry_big_box {
	max-width: 1000px;
	margin: 0 auto 120px;
	font-size: 0;
	text-align: center;
}

.inquiry_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	padding: 20px 10px;
	border-bottom: #B5B5B6 1px solid;
	font-size: 0;
	text-align: right;
	position: relative;
}

.inquiry_box:first-child {
	border-top: #B5B5B6 1px solid;
}

.inquiry_box:nth-child(2n) {
	background: #E6EBF4;
}

.inquiry_box_long {
	font-size: 0;
	text-align: center;
}

.inquiry_box_left {
	width: 280px;
	margin-right: 20px;
}

.inquiry_box_long .inquiry_box_left {
	display: block;
	width: auto;
	margin-right: 0px;
}

.inquiry_box_left_text01 {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: right;
}

.inquiry_box_left_text02 {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #898989;
	line-height: 1;
	text-align: right;
}

.inquiry_box_left_ico {
	display: inline-block;
	padding: 5px 5px;
	background: #D0121B;
	background: linear-gradient(0deg, rgba(208, 18, 27, 1) 0%, rgba(239, 133, 140, 1) 100%);
	border-radius: 3px;
	font-size: 16px;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 10px;
}

.inquiry_box_right_big {
	width: calc(100% - 300px);
	font-size: 0;
	text-align: left;
}

.inquiry_box_right {
	box-sizing: content-box;
	display: inline-block;
	max-width: calc(100% - 22px);
	width: 460px;
	padding: 5px 10px;
	background: rgba(255,255,255,1);
	border: #595757 1px solid;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_right:focus {
	outline: none;
}

.inquiry_box_long .inquiry_box_right {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 5px;
}

.inquiry_box_right+.inquiry_box_right {
	margin-left: 5px;
}

.inquiry_box_right_short {
	width: 240px;
}

.inquiry_box_right_twoshort {
	width: 160px;
}

.inquiry_box_right_fourshort {
	width: 40px;
}

.inquiry_box_right_naiyou {
	width: 380px;
	height: 119px;
}

.inquiry_box_right_long {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	text-align: left;
}

.inquiry_box_right_text01 {
	display: inline-block;
	margin: 5px 10px 0;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_right_box01 {
	margin-bottom: 5px;
	font-size: 0;
	text-align: left;
}

.inquiry_box_right_box01_text01 {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_right_box02 {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.inquiry_box_right_radio {
	display: none;
}

.inquiry_box_right_radio_label {
	display: block;
	margin-bottom: 15px;
	font-size: 0;
	text-align: left;
}

.inquiry_box_right_radio_label:last-child {
	margin-bottom: 0px;
}

.inquiry_box_right_radio_span {
	display: inline-block;
	font-size: 18px;
	color: #231815;
	line-height: 1;
	vertical-align: middle;
}

.inquiry_box_right_radio_round {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: #FFF;
	border: #595757 1px solid;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
	transition-duration: 0.2s;
}

.inquiry_box_right_radio:checked ~ .inquiry_box_right_radio_round {
	background: #CCC;
	transition-duration: 0.2s;
}

.inquiry_box_right_radio_round_in {
	width: 10px;
	height: 10px;
	margin: auto;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_right_radio:checked ~ .inquiry_box_right_radio_round .inquiry_box_right_radio_round_in {
	background: #FFF;
	transition-duration: 0.2s;
}

.inquiry_box_right_box03 {
	margin-bottom: 10px;
}

.inquiry_box_right_box03_text01 {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #00A0E9;
	line-height: 1;
	text-align: left;
	vertical-align: top;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_off {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
}

.inquiry_box_decide {
	display: block;
	max-width: calc(100% - 20px);
	margin-right: 20px;
	padding: 5px 15px;
	background: #FFF;
	border: #595757 1px solid;
	border-radius: 5px;
	position: relative;
	transition-duration: 0.35s;
}

.inquiry_box_decide:last-child {
	margin-right: 0px;
}

.inquiry_box_decide:hover {
	background: #595757;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display:block;
	font-size: 15px;
	color: #000;
	line-height: 15px;
	text-align: center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color:#FFF;
	transition-duration: 0.35s;
}

/*.inquiry_box_decide_ico_o {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	opacity:0;
}*/

.inquiry_text {
	display:block;
	margin:0 auto;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_text_b {
	font-size:18px;
	font-weight:bold;
}

.inquiry_text_s {
	display:block;
	margin-top:20px;
	font-weight:bold;
	text-align:left;
}

.inquiry_box_red {
	color: #FF0000;
}

.inquiry_ul {
	list-style: disc;
	list-style-position:inside;
	max-width:910px;
	margin:0 auto 30px;
	padding:0 10px;
}

.inquiry_ul_li {
	font-size:15px;
	text-align:left;
}

.inquiry_text_bold {
	font-weight:bold;
}

/*inquiryここまで */

/*wp */

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	font-size: 0;
	position: relative;
}

.wp_content {
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	width:calc(100% - 280px);
}

.wp_left_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	width:calc((100% - 40px) / 3);
	margin-bottom: 40px;
	margin-right: 20px;
	background: #FFF;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.wp_left_ul_li:nth-child(3n) {
	margin-right: 0px;
}

.wp_left_ul_li:hover {
	box-shadow: 0px 0px 30px -10px rgba(41,136,188,0.3);
	transition-duration: 0.35s;
}

.wp_left_ul_li a {
	display: block;
}

.wp_left_ul_li_imgbox {
	position: relative;
}

.wp_left_ul_li_o .wp_left_ul_li_imgbox {
}

.wp_left_ul_li_imgbox_img {
	display:block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_imgbox_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.wp_left_ul_li_cont {
	padding: 20px 10px;
	font-size:0;
	text-align:left;
}

.wp_left_ul_li_date {
	display: inline-block;
	font-size: 15px;
	color: #2988BC;
	line-height: 15px;
	text-align: left;
}

.wp_left_ul_li_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_left_ul_li_title {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	color: #111;
	line-height: 30px;
	text-align: left;
}

.wp_left_ul_li_detail {
	display: none;
	margin: 0 auto 5px;
	font-size:14px;
	color:#111;
	line-height:23px;
	text-align:left;
}

.wp_left_single {
	margin:0 auto;
	padding:0 10px;
	text-align:left;
}

.wp_left_single_date {
	display:block;
	margin-bottom: 20px;
	font-size:14px;
	font-weight: bold;
	color:#D1D1D1;
	line-height:14px;
	text-align:left;
}

.wp_left_single_cate {
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
	padding: 7px 15px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_left_single_title {
	display:block;
	margin: 20px 0 30px;
	padding: 0 0 10px;
	border-bottom: #2988BC 3px solid;
	font-size:22px;
	font-weight: 500;
	color:#111;
	line-height:30px;
	text-align:left;
}

.wp_right {
	width: 245px;
}

.wp_right_title {
	margin: 0 auto 10px;
	text-align: left;
}

.wp_right_title_ico {
	margin-right: 8px;
}

.wp_right_title_span01 {
	flex: 1;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: bold;
	color: #8B8B8B;
	line-height: 25px;
	text-align: left;
}

.wp_right_ul {
	list-style: none;
	margin: 0 auto 60px;
	padding: 10px 0 0;
	position: relative;
}

.wp_right_ul:last-child {
	margin: 0 auto;
}

.wp_right_ul:before {
	content: "";
	width: 2px;
	height: calc(100% - 13px);
	background: #B5B5B5;
	position: absolute;
	top: 0;
	left: 5px;
}

.wp_right_ul_li {
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
}

.wp_right_ul .wp_right_ul_li:last-child {
	margin-bottom:0px;
}

.wp_right_ul_li:before {
	content:"";
	width: 12px;
	height: 2px;
	background: #B5B5B5;
	position: absolute;
	top: 9px;
	left: 5px;
	transition-duration:0.35s;
}

.wp_right_ul_li:after {
	content:"";
	width: 0%;
	height: 1px;
	background: #ED8C72;
	position: absolute;
	bottom: 0;
	left: 26px;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li:hover:after {
	width: calc(100% - 26px);
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_span {
	display:block;
	padding-bottom: 5px;
	font-size:17px;
	color:#111;
	line-height:17px;
	text-align:left;
	position: relative;
}

.wp_right_ul_li_span:after {
	content:"";
	width: 0;
	height: 1px;
	border-bottom: ED8C72 1px dashed;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li a {
	color:#111;
	transition-duration:0.35s;
}

.wp_right_ul_li_o {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o.wp_right_ul_li:before {
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span:after {
	width: 100%;
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o a {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_ul {
	list-style:none;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:left;
}

.wp_right_ul_li_ul_li {
	margin-bottom:10px;
	margin-left:10px;
	font-size:15px;
	color:#3399FF;
	line-height:20px;
	text-align:left;
	position:relative;
}

.wp_right_ul_li_ul_li_border {
	width:0;
	height:1px;
	margin:0 auto;
	background:#867666;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.new {
	display:inline-block;
	margin-left:1em;
	color:#F00;
}

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}

.wp_pagenation_ul_li {
	display:inline-block;
	margin:0 6px 10px;
	background:#2988BC;
	border:#2988BC 2px solid;
	border-radius: 5px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:center;
}

.wp_pagenation_ul_li a {
	display: block;
	width:30px;
	color:#FFF;
}

.wp_pagenation_ul_li span {
	display: block;
	width:30px;
	color:#2988BC;
}

.wp_pagenation_ul_li_o {
	background:#FFF;
	color:#2988BC;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb {
	background:none;
	border:none;
	font-size:16px;
	font-weight:normal;
	color:#111;
	line-height:30px;
}

.wp_pagenation_ul_li_nb a {
	color:#111;
}

.prev_next {
	margin:0 0 15px 0;
	padding:20px 0 0 0;
}

.prev_next_ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.prev_next_ul_li {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover {
	transition-duration:0.35s;
}

.prev_next_ul_li_before:before {
	conttent:"\f104";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li_after:after {
	conttent:"\f105";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li a {
	display:block;
	/*width:140px;*/
	padding:10px;
	background: #2988BC;
	border: #2988BC 1px solid;
	border-radius: 3px;
	color:#FFF;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover a {
	background: #FFF;
	color:#2988BC;
	transition-duration:0.35s;
}

.prev_next_ul_li_m {
	display:inline-block;
	margin: 0 5px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}

/*.prev_next_ul_li_m a {
	width:210px;
}*/

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
