@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;
	font-family: "Zen Maru Gothic", sans-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: #4d4d4d;
	position: relative;
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	padding: 20px 30px;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
}

.header_logo01_img01 {
	display: block;
	max-height: 80px;
	width: auto;
}

.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: 110px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right:0px;
}

.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 a {
	display: block;
	position: relative;
	transition-duration: 0.35s;
}

.header_ul_li_o a,
.header_ul_li:hover a {
	transition-duration: 0.35s;
}

.header_ul_li_span01 {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #00a85f;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
	transition-duration: 0.35s;
}

.header_ul_li_o .header_ul_li_span01,
.header_ul_li:hover .header_ul_li_span01 {
	color: #FFF;
	transition-duration: 0.35s;
}

.header_ul_li_span02 {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.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 {
	padding-top: 70px;
	position: relative;
	z-index: 1;
}

.slider1_img01 {
	display: block;
	max-width: calc(100% - 60px);
	width: 1500px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.slider1_textbox01 {
	margin-top: -13%;
	position: relative;
	z-index: 2;
}

.slider1_textbox01_title01 {
	margin: 0 auto 60px;
	padding: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #009d4e;
	line-height: 1;
	text-align: center;
}

.slider1_textbox01_title02 {
	margin: 0 auto;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	line-height: 50px;
	text-align: center;
}

.wrapper_title {
	margin:0 auto 40px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 30px 40px 40px;
	position: relative;
}

.wrapper_title_text01:before,
.wrapper_title_text01:after {
	content: "";
	position: absolute;
}

.wrapper_title_text01:before {
	width: 2px;
	height: 100%;
	background: #D6D6D6;
	top: 0;
	left: 15px;
	z-index: 0;
}

.wrapper_title_text01:after {
	width: 70%;
	height: 2px;
	background: #2F496E;
	bottom: 15px;
	left: 0;
	z-index: 1;
}

.wrapper_title_text01_span01 {
	flex: 1;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.wrapper_title_text01_span01_c01 {
	color: #2F496E;
}

.wrapper_subtitle {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	max-width: 100%;
	width: max-content;
	margin:0 auto 30px;
	position: relative;
}

.wrapper_subtitle:before,
.wrapper_subtitle:after {
	content: "";
	width: 5px;
	height: 50px;
	border-radius: 5px;
}

.wrapper_subtitle:before {
	transform: rotate(-20deg);
}

.wrapper_subtitle:after {
	transform: rotate(20deg);
}

.wrapper_subtitle_c01:before,
.wrapper_subtitle_c01:after {
	background: #FFF;
}

.wrapper_subtitle_text01 {
	display: block;
	padding: 0 20px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}

.wrapper_subtitle_c01 .wrapper_subtitle_text01 {
	color: #FFF;
}

.wrapper_subtitle_text01_p01 {
	padding-bottom: 5px;
}

.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% - 74px);
	padding: 15px 20px;
	border-radius: 5px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: #2988BC;
	border: #2988BC 2px solid;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_c02 {
	background: #FFF;
	border: #FFF 2px solid;
}

.wrapper_button01_o.wrapper_button01_c02 {
	background: #2988BC;
	transition-duration: 0.35s;
}

.wrapper_button01:before {
	content: "\f1ad";
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	line-height: 1;
	transition-duration: 0.35s;
}

.wrapper_button01:after {
	content: "\f0da";
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	transition-duration: 0.35s;
}

.wrapper_button01_c01:before,
.wrapper_button01_c01:after {
	color: #FFF;
}

.wrapper_button01_c02:before,
.wrapper_button01_c02:after {
	color: #2988BC;
}

.wrapper_button01_o:before,
.wrapper_button01_o:after {
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c01:before,
.wrapper_button01_o.wrapper_button01_c01:after {
	color: #2988BC;
}

.wrapper_button01_o.wrapper_button01_c02:before,
.wrapper_button01_o.wrapper_button01_c02:after {
	color: #FFF;
}

.wrapper_button01_span {
	display: block;
	margin: 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
	color: #2988BC;
}

.wrapper_button01_c02 .wrapper_button01_span {
	color: #2988BC;
}

.wrapper_button01_o.wrapper_button01_c02 .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 100px 0 140px;
}

.wrapper_index01_big_service01 {
	padding: 300px 0 400px;
	z-index: 2;
}

.wrapper_index01_big_service02 {
	padding: 90px 0 250px;
	background: #e8f8fa;
}

.wrapper_index01_big_contact01 {
	padding: 300px 0 150px;
}

.wrapper_index01_big_contact02 {
	padding: 60px 0 200px;
	background: #fbf0f2;
}

.wrapper_index01_big_wp01 {
	padding: 150px 0 150px;
}

.wrapper_index01 {
	max-width: calc(100% - 40px);
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 3;
}

.index_img01 {
	width: 1000px;
	margin: 0 auto 100px;
}

.index_title01 {
	margin: 0 auto 70px;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	color: #009d4e;
	line-height: 1;
	text-align: center;
}

.feed_ul01 {
	list-style: none;
	max-width: 800px;
	margin: 0 auto 70px;
	padding: 0;
}

.feed_ul01_li {
	border-top: #009d4e 1px solid;
	transition-duration: 0.35s;
}

.feed_ul01_li:last-child {
	border-bottom: #009d4e 1px solid;
}

.feed_ul01_li:hover {
	transition-duration: 0.35s;
}

.feed_ul01_li_o {
}

.feed_ul01_li a {
	display: block;
	padding: 20px 80px;
}

.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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.feed01_date {
	width: 150px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 30px;
	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 {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 30px;
	text-align: left;
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_title {
	color: #009d4e;
	transition-duration: 0.35s;
}

.feed01_detail {
	margin: 0 auto 5px;
	font-size:14px;
	color:#111;
	line-height:23px;
	text-align:left;
}

.feed_button01_wrap {
	margin: 0 auto 200px;
}

.feed_button01 {
	display: block;
	max-width: calc(100% - 46px);
	width: max-content;
	margin: 0 auto 20px;
	padding: 15px 20px;
	background: #dc6a81;
	border: #dc6a81 3px solid;
	border-radius: 10px;
	font-size: 0;
	text-align: center;
	position: relative;
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.feed_button01:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.feed_button01_text01 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.feed_button01:hover .feed_button01_text01 {
	color: #dc6a81;
	transition-duration: 0.35s;
}

.feed_button01_ico01 {
	display: block;
	width: 18px;
	height: 18px;
	background: #e6007e;
	border-radius: 50%;
	position: relative;
}

.feed_button01_ico01:before {
	content: "\f054";
	display: block;
	margin-left: 1px;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: bold;
	color: #ffe100;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.index_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul01_li {
}

.index_ul01_li_box01 {
}

.index_ul01_li_box01_img01 {
	display: block;
}

.index_ul02 {
	list-style: none;
	margin: 0 auto 200px;
	padding: 0;
}

.index_ul02_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 120px 20px;
}

.index_ul02_li:nth-child(2n+1) {
	background: #e2f7eb;
}

.index_ul02_li_textbox01 {
	width: 450px;
	margin-right: 100px;
}

.index_ul02_li_textbox01_title01 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_ul02_li_textbox01_text01 {
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 40px;
	text-align: center;
}

.index_ul02_li_imgbox01 {
	width: 550px;
}

.index_ul02_li_imgbox01_img01 {
	display: block;
	margin: 0 auto;
	filter: brightness(100%);
	transition-duration: 0.35s;
}

.index_ul02_li_imgbox01_img01:hover {
	filter: brightness(130%);
	transition-duration: 0.35s;
}

/*コンテンツここまで */

/*フッター */

#footer {
	position:relative;
	z-index:2;
}

.footer_box01 {
	padding: 110px 20px 130px;
	background: url("../img/back01.webp") no-repeat center center/100% 100%;
	position: relative;
	z-index: 1;
}

.footer_box01_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	max-width: 1000px;
	margin: 0 auto;
}

.footer_box01_in_box01 {
	width: calc(50% - 80px);
	margin-right: 80px;
}

.footer_box01_in_box01_img01 {
	display: block;
	margin-bottom: 30px;
}

.footer_box01_in_box01_text01 {
	margin: 0 auto 25px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 32px;
	text-align: left;
}

.footer_box01_in_box01_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 60px;
}

.footer_box01_in_box01_textbox01_text01 {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
}

.footer_box01_in_box01_textbox01_text02 {
	display: block;
	margin-left: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #FFF;
	font-size: 20px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	transition-duration: 0.35s;
}

.footer_box01_in_box01_textbox01_text02:hover {
	background: #CCC;
	transition-duration: 0.35s;
}

.footer_box01_in_box01_text02 {
	display: block;
	font-size: 28px;
	font-weight: 500;
	color: #FFF;
	line-height: 40px;
	text-align: left;
	transition-duration: 0.35s;
}

.footer_box01_in_box02 {
	width: 50%;
}

.footer_box01_in_box02 iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

/*フッターここまで */

#wrapper_head_big {
	position:relative;
	z-index:1;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.wrapper_head_big_privacy {
	background:url(../img/header_privacy.png) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_inquiry {
	background:url(../img/header_inquiry.png) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_wp {
	background:url(../img/header_news.png) no-repeat center center;
	background-size:cover;
}

#wrapper_head_big:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.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_wrap {
	position: relative;
}

.content_a {
	height: 0px;
	position: absolute;
	top: -210px;
}

.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: #009d4e;
  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: #f7b515;
  -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: 7;
}

.page_up {
	position: fixed;
	bottom: 20px;
	right: 30px;
}

.page_up_img {
	display: block;
	width: 110px;
}

/*content */

.content_title01 {
	width: max-content;
	margin-bottom: 90px;
	padding: 0;
	position: relative;
}

.content_title01_c01 {
	margin-left: 0;
}

.content_title01_c02 {
	margin-right: 0;
	margin-left: auto;
}

.content_title01_c03 {
	margin-left: 0;
}

.content_title01_text01 {
	display: block;
	font-size: 110px;
	font-weight: 900;
	line-height: 1;
}

.content_title01_c01 .content_title01_text01 {
	color: #f7b515;
}

.content_title01_c02 .content_title01_text01 {
	color: #18b7cd;
}

.content_title01_c03 .content_title01_text01 {
	color: #dc6a81;
}

.content_title01_img01 {
	display: block;
	position: absolute;
}

.content_title01_img01_p01 {
	max-height: 300px;
	bottom: -60px;
	right: calc(100% + 0px);
}

.content_title01_img01_p02 {
	max-height: 300px;
	bottom: 0px;
	left: calc(100% - 30px);
}

.content_title01_img01_p03 {
	max-height: 300px;
	bottom: -20px;
	left: calc(100% + 20px);
}

.content_title02 {
	margin: 0 auto 60px;
	padding: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

.content_title02_t01 {
	text-align: left;
}

.content_title02_t02 {
	text-align: right;
}

.content_title03 {
	margin: 0 auto 30px;
	padding: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
}

.content_title03_c01 {
	color: #f7b515;
}

.content_title03_c02 {
	color: #18b7cd;
}

.content_title03_c03 {
	color: #dc6a81;
}

.content_text01 {
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
}

/*contentここまで */

/*service */

.service_imgbox01 {
	width: 100%;
	position: absolute;
	left: 0;
	top: -11%;
}

.service_imgbox01_img01 {
	display: block;
}

.service_imgbox01_img01_p01 {
	max-width: 900px;
	margin-left: calc(50% + 20px);
}

.service_imgbox01_img01_p02 {
	max-width: 260px;
	margin-top: -40px;
	margin-left: calc(50% + 220px);
}

.service_imgbox01_img01_p03 {
	max-width: 320px;
	margin-top: 25px;
	margin-left: calc(50% + 340px);
}

.service_imgbox01_img01_p04 {
	max-width: 400px;
	margin-top: -125px;
	margin-left: calc(50% - 200px);
}

.service_imgbox01_img01_p05 {
	max-width: 700px;
	margin-top: -400px;
	margin-left: calc(50% - 1100px);
}

.service_imgbox02 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0%;
}

.service_imgbox02_img01 {
	display: block;
}

.service_imgbox02_img01_p01 {
	max-width: 500px;
	margin-left: auto;
	margin-right: -50px;
}

.service_imgbox02_img01_p02 {
	max-width: 370px;
	margin-top: 40px;
	margin-bottom: -40px;
	margin-left: -50px;
}

.service_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.service_ul01_li {
	margin-bottom: 90px;
}

.service_ul01_li:last-child {
	margin-bottom: 0px;
}

/*serviceここまで */

.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_text01 {
	display:block;
	max-width:800px;
	margin:0 auto 20px;
	padding:0 10px;
	font-size:15px;
	color:#111;
	line-height:27px;
	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:10px auto;
	padding:0 0 0 10px;
}

.privacy_text01_ul01_li {
	padding-left:1em;
	font-size:14px;
	color:#111;
	line-height:27px;
	text-align:left;
	text-indent:-1em;
}

.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ここまで */

/*inquiry */

.inquiry_text02 {
	margin-bottom: 30px;
	text-align: center;
}

.inquiry_text02_span {
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 32px;
	text-align: left;
}

.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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 460px;
	margin-top: 20px;
}

.inquiry_box_button_radio {
	display: none;
}

.inquiry_box_button_radio_label {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 220px;
	margin-bottom: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.inquiry_box_button_radio_span {
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 1;
	text-align: left;
}

.inquiry_box_button_radio_round {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: rgba(255,255,255,0);
	border: #000 1px solid;
	border-radius: 3px;
	position: relative;
	transition-duration: 0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round {
	background: rgba(255,255,255,1);
	transition-duration: 0.2s;
}

.inquiry_box_button_radio_round:before {
	content: "";
	width: 10px;
	height: 10px;
	margin: auto;
	background: rgba(0,0,0,0);
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round:before {
	background: rgba(0,0,0,1);
	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 {
	margin:0 auto;
	font-size:0;
	text-align:center;
}

.inquiry_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	border-bottom: #000 1px solid;
	font-size: 0;
	text-align: right;
	position: relative;
}

.inquiry_box_nb01 {
	border-bottom: none;
}

.inquiry_box_long {
	font-size:0;
	text-align:center;
}

.inquiry_box_left {
	width: 240px;
	margin-top: 10px;
	margin-right: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 32px;
	text-align: left;
	position: relative;
}

.inquiry_box_long .inquiry_box_left {
	display: block;
	width: 100%;
	margin-right: 0px;
}

.inquiry_box_left_s {
	line-height: 16px;
}

.inquiry_box_left_oneshort {
	width: auto;
	margin-right: 0px;
	padding: 0 5px;
}

.inquiry_box_left_ico {
	padding: 7px;
	background: #dc6a81;
	border-radius: 5px;
	font-size: 18px;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.inquiry_box_right_big {
	width: calc(100% - 270px);
	font-size: 0;
	text-align: left;
}

.inquiry_box_right {
	box-sizing: content-box;
	display: inline-block;
	width: calc(100% - 20.5px);
	padding: 10px 10px;
	background: rgba(255,255,255,1);
	border: none;
	border-radius: 10px;
	font-size: 18px;
	color: #000;
	line-height: 32px;
	text-align: left;
	-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_short {
	width:200px;
}

.inquiry_box_right_twoshort {
	width:60px;
}

.inquiry_box_right_fourshort {
	width:40px;
}

.inquiry_box_right_long {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #111;
	line-height: 24px;
	text-align: right;
}

.inquiry_box_labelitem {
	display:block;
	width:auto;
	font-size:15px;
	color:#73787D;
	line-height:30px;
	text-align:center;
}

.inquiry_box_after01_labelitem {
	display:inline-block;
	font-size:14px;
	color:#73787D;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_right_naiyou {
	height: 250px;
}

.inquiry_box_right_policy {
	height: 250px;
	margin: 15px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	overflow-y: scroll;
}

.inquiry_box_off {
	margin:0 auto;
	font-size:0;
	text-align:left;
	position:relative;
}

.inquiry_box_decide {
	display: block;
	max-width: calc(100% - 26px);
	width: 460px;
	margin: 0 auto 20px;
	padding: 25px 10px;
	background: #dc6a81;
	border: #dc6a81 3px solid;
	border-radius: 10px;
	font-size: 0;
	text-align: center;
	position: relative;
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.inquiry_box_decide:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color: #dc6a81;
	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 */

.news_title01 {
	margin: 0 auto 80px;
	padding: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 66px;
	font-weight: bold;
	color: #e6007e;
	line-height: 96px;
	text-align: center;
}

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
}

.wp_content {
	margin-bottom: 60px;
	font-size:16px;
	color:#000;
	line-height:28px;
	text-align:left;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	max-width: 800px;
	width: 100%;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 60px;
	padding: 0;
}

.wp_left_ul_li {
	border-top: #009d4e 1px solid;
	transition-duration: 0.35s;
}

.wp_left_ul_li:last-child {
	border-bottom: #009d4e 1px solid;
}

.wp_left_ul_li:hover {
	transition-duration: 0.35s;
}

.wp_left_ul_li a {
	display: block;
	padding: 20px 80px;
	transition-duration: 0.35s;
}

.wp_left_ul_li:last-child a {
}

.wp_left_ul_li:hover a {
	transition-duration: 0.35s;
}

.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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.wp_left_ul_li_date {
	width: 150px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 30px;
	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 {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 30px;
	text-align: left;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_title {
	color: #009d4e;
	transition-duration: 0.35s;
}

.wp_left_ul_li_detail {
	margin: 0 auto 10px;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-align: left;
}

.wp_left_ul_li_more_wrap {
	text-align: right;
}

.wp_left_ul_li_more {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #e6007e;
	line-height: 1;
	text-align: left;
}

.wp_left_ul_li_more:after {
	content: "\f054";
	display: block;
	margin-left: 5px;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #e6007e;
	line-height: 1;
}

.wp_left_single {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #009d4e;
	line-height: 1;
	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: 0 auto 40px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	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: #009d4e;
	border: #009d4e 2px solid;
	border-radius: 50%;
	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: #009d4e;
}

.wp_pagenation_ul_li_o {
	background: #FFF;
	color: #009d4e;
}

.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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.prev_next_ul_li {
	position: relative;
	transition-duration: 0.35s;
}

.prev_next_ul_li:hover {
	transition-duration:0.35s;
}

.prev_next_ul_li a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	text-align: center;
	position: relative;
	transition-duration:0.35s;
}

.prev_next_ul_li_before a {
	padding-left: 30px;
}

.prev_next_ul_li_after a {
	padding-right: 30px;
}

.prev_next_ul_li:hover a {
	color: #CCC;
	transition-duration:0.35s;
}

.prev_next_ul_li a:before {
	content:"";
	width: 24px;
	height: 24px;
	margin-top: 1px;
	background: #009d4e;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li_before a:before {
	left: 0px;
}

.prev_next_ul_li_after a:before {
	right: 0px;
}

.prev_next_ul_li a:after {
	margin-top: 1px;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li_before a:after {
	content: "\f104";
	left: 7px;
}

.prev_next_ul_li_after a:after {
	content: "\f105";
	right: 7px;
}

.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以上の幅の場合に適応される */
