@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;
	*/
}

.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; 
	position: relative;
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	padding: 15px 30px;
	background: #FFF;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
}

.header_logo01_img01 {
	display: block;
	width: auto;
	margin: 0 auto;
}

.header_box01 {
	margin-left: 20px;
}

.header_box01_content01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin-bottom: 10px;
}

.header_box01_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 40px 0 0;
	padding: 0;
}

.header_box01_content01_ul01_li {
	margin-right: 10px;
}

.header_box01_content01_ul01_li:last-child {
	margin-right: 0px;
}

.header_box01_content01_ul01_li a {
	display: block;
	width: 90px;
	padding: 4px 10px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.header_box01_content01_ul01_li_b01 a {
	background: #17B3CF;
	border: #17B3CF 2px solid;
}

.header_box01_content01_ul01_li_b02 a {
	background: #FF4770;
	border: #FF4770 2px solid;
}

.header_box01_content01_ul01_li:hover a {
	background: #FFF;
	transition-duration: 0.35s;
}

.header_box01_content01_ul01_li_b01:hover a {
	color: #17B3CF;
}

.header_box01_content01_ul01_li_b02:hover a {
	color: #FF4770;
}

.header_box01_content01_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 50px 0 0;
	padding: 0;
}

.header_ul_li .header_box01_content01_ul02 {
	justify-content: center;
	margin: 0;
}

.header_box01_content01_ul02_li {
	margin-right: 10px;
}

.header_box01_content01_ul02_li:last-child {
	margin-right: 0px;
}

.header_box01_content01_ul02_li_img {
	display: block;
	opacity: 1;
	transition-duration: 0.35s;
}

.header_box01_content01_ul02_li:hover .header_box01_content01_ul02_li_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.header_box01_content01_form01 {
	display: block;
	width: 160px;
	margin: 0;
	position: relative;
}

.header_ul_li .header_box01_content01_form01 {
	margin: 0 auto;
}

.header_box01_content01_form01_input01 {
	box-sizing: content-box;
	display: block;
	width: calc(100% - 52px);
	padding: 8px 30px 8px 20px;
	background: rgba(255,255,255,1);
	border: #121212 2px solid;
	border-radius: 25px;
	font-size: 15px;
	color: #000;
	line-height: 1;
	text-align: left;
	vertical-align:top;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}

.header_box01_content01_form01_button01 {
	display: block;
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 2;
}

.header_box01_content01_form01_button01_ico {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 40px;
	padding-bottom: 10px;
	vertical-align: middle;
	position: relative;
}

.header_ul_li_last {
	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 {
}

.onmenu>.header_ul_li_span01 {
	display: none;
}

.header_ul_li_span01 {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: center;
	position: relative;
}

.header_ul_li_o .header_ul_li_span01 {
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 1px;
	margin: auto;
	background: #17B3CF;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	transition-duration: 0.35s;
}

.header_ul_li:hover .header_ul_li_border01,
.header_ul_li_o .header_ul_li_border01 {
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top: 12px;
	/*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: #000;
	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: #000;
	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: #000;
	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;
	width: 200px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	background: #FFF;
	text-align:left;
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.3);
}

.sub_ul_li {
	margin: 0 auto 10px;
	font-size: 15px;
	line-height: 18px;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding: 8px 10px;
	background: #FFF;
	color: #000;
	text-align: left;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display: block;
	width: 1px;
	height: 0%;
	margin: 0 auto;
	background: #17B3CF;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.sub_ul_li:hover .sub_ul_li_border {
	height: 100%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 1;
}

.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
}

.slider1_li_box {
	background: #ADE1EF;
	background: linear-gradient(90deg,rgba(173, 225, 239, 1) 0%, rgba(253, 173, 192, 1) 100%);
	position: relative;
}

.slider1_li_img01 {
	max-width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.slider1_li_img01_pc {
	display: block;
}

.slider1_li_img01_tab {
	display: none !important;
	max-width: 80%;
}

.slider1_li_img01_sp {
	display: none !important;
	max-width: 90%;
}

.slider1_li_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 90px;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.slider1_li_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	margin-right: 20px;
	padding: 15px 15px;
	background: #FFF;
	border-radius: 10px;
}

.slider1_li_ul01_li:last-child {
	margin-right: 0px;
}

.slider1_li_ul01_li_text01 {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 1;
	text-align: center;
}

.slider1_li_ul01_li_text02 {
	display: block;
	width: 100px;
	margin: 0 10px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}

.wrapper_title {
	margin:0 auto 80px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: #0d6072 10px solid;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_title_text01_f01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 55px;
}

.wrapper_title_text02 {
	display: block;
	margin-top: 20px;
	font-family: "Oswald", sans-serif;
	font-size: 37px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text02_c01 {
	color: #231815;
}

.wrapper_subtitle {
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #231815;
}

.button01_wrap {
	margin-bottom: 100px;
	text-align: center;
}

.button01_wrap:last-child {
	margin-bottom: 0px;
}

.button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 144px);
	padding: 20px 70px;
	border-radius: 35px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.button01_c01 {
	background: #204CA9;
	border: #204CA9 2px solid;
}

.button01_c01:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.button01:after {
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.button01_i01:after {
	content: "\f054";
	color: #FFF;
}

.button01_i01:hover:after {
	color: #204CA9;
}

.button01_i02:after {
	content: "\f35d";
	color: #FFF;
}

.button01_i02:hover:after {
	color: #204CA9;
}

.button01_o:after {
	transition-duration: 0.35s;
}

.button01_span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.button01_c01 .button01_span {
	color: #FFF;
}

.button01_c01:hover .button01_span {
	color: #204CA9;
}

.button01:hover .button01_span {
	transition-duration: 0.35s;
}

.button02_wrap {
	text-align: left;
}

.button02 {
	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;
}

.button02_c01 {
	background: #204CA9;
	border: #204CA9 2px solid;
}

.button02_c01:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.button02:after {
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.button02_i01:after {
	content: "\f054";
	color: #FFF;
}

.button02_i01:hover:after {
	color: #204CA9;
}

.button02_i02:after {
	content: "\f35d";
	color: #FFF;
}

.button02_i02:hover:after {
	color: #204CA9;
}

.button02_o:after {
	transition-duration: 0.35s;
}

.button02_span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.button02_c01 .button02_span {
	color: #FFF;
}

.button02_c01:hover .button02_span {
	color: #204CA9;
}

.button02:hover .button02_span {
	transition-duration: 0.35s;
}

.index01_wrap {
	position: relative;
	z-index: 1;
}

.index01_wrap_b01 {
	padding: 230px 0 0;
	background: #E7EFF4;
	z-index: 2;
}

.index01_wrap_b02 {
	padding: 90px 0 110px;
}

.index01_wrap_b03 {
	padding: 80px 0 100px;
	background: #E7EFF4;
}

.index01_wrap_b04 {
	padding: 100px 0 100px;
}

.wrapper_index01_big_b011:before {
	content: "";
	display: block;
	width: 100%;
	height: 126px;
	background: url(../img/back02_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.index_content01 {
	max-width: calc(100% - 20px);
	width: 1360px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}

.index_ul01_wrap {
	margin-bottom: 50px;
	position: relative;
}

.index_ul01_in {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.index_ul01_li {
}

.index_ul01_li_box01 {
	width: 490px;
	margin: 0 10px;
	padding: 10px 0;
	border-radius: 10px;
	position: relative;
	transition-duration: 0.35s;
}

.index_ul01_li:hover .index_ul01_li_box01 {
	margin: 0 20px 0 30px;
	transition-duration: 0.35s;
}

.index_ul01_li_box01_img01 {
	display: block;
	width: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition-duration: 0.35s;
}

.index_ul01_li_box01_img02 {
	display: block;
	width: 100%;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
	transition-duration: 0.35s;
}

.index_ul01_li:hover .index_ul01_li_box01_img02 {
	width: calc(100% + 40px);
	margin-left: -5px;
	transition-duration: 0.35s;
}

.index_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 70px;
	padding: 20px 30px;
	background: #FFF;
	border-radius: 10px;
}

.index_box01_title01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 30px 0 0;
	padding: 0;
}

.index_box01_title01_text01 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_box01_ul01 {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 30px;
	border-left: #000 1px solid;
}

.index_box01_ul01_li {
	margin-bottom: 20px;
}

.index_box01_ul01_li:last-child {
	margin-bottom: 0px;
}

.index_box01_ul01_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.index_box01_ul01_li_date {
	display: block;
	width: 70px;
	margin-top: 11px;
	margin-right: 10px;
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_box01_ul01_li_cate {
	display: block;
	width: 90px;
	margin-top: 8px;
	margin-right: 30px;
	padding: 3px 0;
	border: #000 1px solid;
	border-radius: 10px;
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_box01_ul01_li_title01 {
	display: block;
	max-width: calc(100% - 80px - 122px);
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 30px;
	text-align: left;
	transition-duration: 0.35s;
}

.index_box01_ul01_li:hover .index_box01_ul01_li_title01 {
	color: #18B2A0;
	transition-duration: 0.35s;
}

.index_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 50px;
}

.index_box02_textbox01 {
	width: 580px;
	margin-right: 35px;
}

.index_box02_textbox01_title01 {
	margin: 0 auto 15px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #204CA9;
	line-height: 1;
	text-align: left;
}

.index_box02_textbox01_text01 {
	margin: 0 auto 15px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
}

.index_box02_textbox01_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 20px 20px;
	background: #FFF;
	border-radius: 10px;
}

.index_box02_textbox01_ul01_li {
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
}

.index_box02_textbox01_ul01_li:last-child {
	margin-bottom: 0px;
}

.index_box02_textbox01_ul01_li_ico {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.index_box02_textbox01_ul01_li_title01 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	color: #204CA9;
	line-height: 1;
	text-align: left;
	transition-duration: 0.35s;
}

.index_box02_textbox01_ul01_li_title01:hover {
	color: #18B2A0;
	transition-duration: 0.35s;
}

.index_box02_textbox01_ul01_li_title01_ico01 {
	margin-bottom: 4px;
	margin-left: 5px;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	vertical-align: middle;
}

.index_box02_textbox01_ul01_li_text01 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_box02_imgbox01 {
	padding: 90px 90px 90px;
	position: relative;
}

.index_box02_imgbox01_tri {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 118px solid transparent;
	border-left: 118px solid transparent;
	border-bottom: 236px solid #000;
	border-top: 0;
	position: relative;
	z-index: 1;
}

.index_box02_imgbox01_tri:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 109px solid transparent;
	border-left: 109px solid transparent;
	border-bottom: 218px solid #E7EFF4;
	border-top: 0;
	position: absolute;
	bottom: -230px;
	left: -109px;
}

.index_box02_imgbox01_circle {
	width: 168px;
	height: 168px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.3);
}

.index_box02_imgbox01_circle_b01 {
	border: #F685B6 6px solid;
	top: 0;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index_box02_imgbox01_circle_b02 {
	border: #18B2A0 6px solid;
	bottom: 0;
	left: 0;
}

.index_box02_imgbox01_circle_b03 {
	border: #3F9EEB 6px solid;
	bottom: 0;
	right: 0;
}

.index_box02_imgbox01_circle_img01 {
	display: block;
	max-width: calc(100% - 20px);
	max-height: 55%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity: 1;
	transition-duration: 0.35s;
}

a .index_box02_imgbox01_circle:hover .index_box02_imgbox01_circle_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_box02_imgbox01_circle_ico01 {
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	transition-duration: 0.35s;
}

a .index_box02_imgbox01_circle:hover .index_box02_imgbox01_circle_ico01 {
	color: #18B2A0;
	transition-duration: 0.35s;
}

.index_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 90px;
	padding: 0;
}

.index_ul02_li {
	max-width: calc((100% - 40px) / 2);
	width: 445px;
	margin-right: 40px;
	position: relative;
}

.index_ul02_li:last-child {
	margin-right: 0px;
}

.index_ul02_li_ico01 {
	display: block;
	position: absolute;
	top: -20px;
	left: 0px;
}

.index_ul02_li a {
	display: block;
	padding: 26px 10px;
	border-radius: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	transition-duration: 0.35s;
}

.index_ul02_li_b01 a {
	background: #17B3CF;
	border: #17B3CF 2px solid;
}

.index_ul02_li_b02 a {
	background: #FF4770;
	border: #FF4770 2px solid;
}

.index_ul02_li a:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.index_ul02_li_b01 a:hover {
	color: #17B3CF;
}

.index_ul02_li_b02 a:hover {
	color: #FF4770;
}

.index_ul02_li a:after {
	content: "\f054";
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.index_ul02_li_b01 a:hover:after {
	color: #17B3CF;
}

.index_ul02_li_b02 a:hover:after {
	color: #FF4770;
}

.index_ul03 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.index_ul03_li {
	vertical-align: top;
}

.index_ul03_li_box01 {
}

.index_ul03_li_box01_img01 {
	display: block;
	width: 100%;
}

.index_title02 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_box03 {
	display: block;
	margin-bottom: 100px;
	padding: 30px 60px;
	background: #E7EFF4;
	border-radius: 10px;
	box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.3);
}

.index_box03_content01 {
	margin-bottom: 20px;
}

.index_box03_content01:last-child {
	margin-bottom: 0px;
}

.index_box03_content01_title01 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #204CA9;
	line-height: 1;
	text-align: left;
}

.index_box03_content01_input01 {
	box-sizing: border-box;
	display: block;
	padding: 11px 30px;
	background: #FFF;
	border-radius: 10px;
	border: none;
	font-size: 15px;
	color: #000;
	line-height: 1;
	text-align: left;
	vertical-align:top;
	-webkit-appearance: none;
	appearance: none;
}

.index_box03_content01_input01:focus {
	outline: none;
}

.index_box03_content01_input01[type="text"] {
	max-width: 100%;
	width: 490px;
}

select.index_box03_content01_input01 {
	width: 100%;
	position: relative;
	z-index: 1;
}

.index_box03_content01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
}

.index_box03_content01_box01_textbox01 {
	width: calc((100% - 240px) / 4);
}

.index_box03_content01_box01_textbox01_box01 {
	position: relative;
}

.index_box03_content01_box01_textbox01_box01:after {
	content: "\f078";
	font-family:"Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 2;
	pointer-events: none;
}

.index_box03_content01_box01_icobox01 {
	width: 30px;
	height: 30px;
	margin: 0 25px 3px;
	position: relative;
}

.index_box03_content01_box01_icobox01:before,
.index_box03_content01_box01_icobox01:after {
	content: "";
	width: 33px;
	height: 3px;
	background: #939393;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.index_box03_content01_box01_icobox01:before {
	transform: rotate(45deg);
}

.index_box03_content01_box01_icobox01:after {
	transform: rotate(-45deg);
}

.index_box03_content01_box01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: calc(100% - 230px);
	margin: 0;
	padding: 0;
}

.index_box03_content01_box01_ul01_li {
	margin-bottom: 5px;
	margin-right: 10px;
}

.index_box03_content01_box01_ul01_li_label {
	display: block;
	padding: 5px 10px;
	background: #FFF;
	border: #939393 1px solid;
	border-radius: 20px;
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.35s;
}

.index_box03_content01_box01_ul01_li_label_checkbox {
	display: none;
}

.index_box03_content01_box01_ul01_li_label:has(input[type=checkbox]:checked) {
	background: #939393;
	color: #FFF;
	transition-duration: 0.35s;
}

.index_box03_content01_box01_button01 {
	width: 170px;
	margin-left: 56px;
	padding: 20px 10px;
	background: #204CA9;
	border: #204CA9 2px solid;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	transition-duration: 0.35s;
}

.index_box03_content01_box01_button01:hover {
	background: #FFF;
	color: #204CA9;
	transition-duration: 0.35s;
}

.index_box03_content01_box01_button01:after {
	content: "\f002";
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.index_box03_content01_box01_button01:hover:after {
	color: #204CA9;
	transition-duration: 0.35s;
}

.index_title03 {
	margin: 0 auto 50px;
	padding: 30px 60px;
	background: #0CC3E3;
	background: linear-gradient(90deg,rgba(12, 195, 227, 1) 0%, rgba(255, 102, 135, 1) 100%);
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-align: left;
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.1);
}

.index_title03_text01 {
	display: inline-block;
	max-width: 100%;
	width: max-content;
	margin-top: 5px;
	margin-left: 50px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

.index_ul04 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
}

.index_ul04_li {
	width: calc((100% - 81px) / 4);
	margin-bottom: 50px;
	margin-right: 27px;
	border-radius: 10px;
	box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.3);
}

.index_ul04_li:nth-child(4n) {
	margin-right: 0px;
}

.index_ul04_li a {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.index_ul04_li_imgbox01 {
	width: 100%;
	height: 220px;
	background: #FFF;
	position: relative;
	overflow: hidden;
}

.index_ul04_li_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity: 1;
	z-index: 1;
	transition-duration: 0.35s;
}

.index_ul04_li:hover .index_ul04_li_imgbox01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_ul04_li_imgbox01_ul01 {
	display: flex;
	flex-flow: row wrap-reverse;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	width: calc(100% - 20px);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2;
}

.index_ul04_li_imgbox01_ul01_li {
	width: max-content;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_ul04_li_textbox01 {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding: 25px 20px 15px;
}

.index_ul04_li_textbox01_b01 {
	background: #E7EFF4;
}

.index_ul04_li_textbox01_date01 {
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_ul04_li_textbox01_title01 {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	text-align: left;
}

.index_ul04_li_textbox01_text01 {
	flex: 1;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: #000 1px solid;
	font-size: 13px;
	color: #000;
	line-height: 25px;
	text-align: left;
}

.index_ul04_li_textbox01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.index_ul04_li_textbox01_ul01_p01 {
	width: calc(100% - 20px);
	padding-right: 20px;
	position: relative;
}

.index_ul04_li_textbox01_ul01_p01:after {
	content: "\f35d";
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	position: absolute;
	bottom: 5px;
	right: 0;
	transition-duration: 0.35s;
}

.index_ul04_li:hover .index_ul04_li_textbox01_ul01_p01:after {
	color: #FFF;
	transition-duration: 0.35s;
}

.index_ul04_li_textbox01_ul01_li {
	width: max-content;
	margin-top: 10px;
	margin-right: 5px;
	padding: 5px 10px;
	background: #FFF;
	border: #000 1px solid;
	border-radius: 20px;
	font-size: 11px;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_ul04_li_arrow {
	display: block;
	width: 35px;
	height: 35px;
	background: #14C0E0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 2;
}

.index_ul04_li_arrow_prev {
	left: 2px;
}

.index_ul04_li_arrow_next {
	right: 2px;
}

.index_ul04_li_arrow:before {
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
	cursor: pointer;
}

.index_ul04_li_arrow_c01:before {
	-webkit-text-stroke: 2px #FFF;
	text-stroke: 2px #FFF;
}

.index_ul04_li_arrow:hover:before {
	color: #CCC;
	transition-duration: 0.35s;
}

.index_ul04_li_arrow_prev:before {
	content: "\f053";
	left: calc(50% - 1px);
}

.index_ul04_li_arrow_next:before {
	content: "\f054";
	left: calc(50% + 1px);
}

.index_linkbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 50px;
}

.index_linkbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 50px;
	opacity: 1;
	transition-duration: 0.35s;
}

.index_linkbox01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_linkbox01_img01 {
	display: block;
	margin-right: 10px;
}

.index_linkbox01_ico01 {
	display: block;
	margin-bottom: 5px;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.index_box04 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.index_box04_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 auto 35px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #204CA9;
	line-height: 1;
	text-align: left;
}

.index_box04_title01:before,
.index_box04_title01:after {
	content: "";
	display: block;
	width: 33px;
	height: 3px;
}

.index_box04_title01:before {
	margin-right: 10px;
	background: #11C1E1;
	transform: rotate(45deg);
}

.index_box04_title01:after {
	margin-left: 10px;
	background: #FE6788;
	transform: rotate(-45deg);
}

.index_box04_left {
	width: 320px;
	margin-right: 100px;
}

.index_box04_left_linkbox01 {
	margin-bottom: 30px;
}

.index_box04_left_linkbox01_imgbox01 {
	margin-bottom: 20px;
	background: #FFF;
	border-radius: 10px;
}

.index_box04_left_linkbox01_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 10px;
	opacity: 1;
	transition-duration: 0.35s;
}

.index_box04_left_linkbox01:hover .index_box04_left_linkbox01_imgbox01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_box04_left_linkbox01_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 0 10px;
}

.index_box04_left_linkbox01_textbox01_ico01 {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: #FFF;
	border: #000 1px solid;
	border-radius: 50%;
	position: relative;
}

.index_box04_left_linkbox01_textbox01_ico01:before {
	content: "\f054";
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 10px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: calc(50% + 1px);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.index_box04_left_linkbox01_textbox01_box01 {
	flex: 1;
	padding-top: 2px;
}

.index_box04_left_linkbox01_textbox01_box01_date01 {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_box04_left_linkbox01_textbox01_box01_title01 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
	text-align: left;
}

.index_box04_right {
	flex: 1;
}

.index_box04_right_ul01 {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
}

.index_box04_right_ul01_li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #000 1px solid;
}

.index_box04_right_ul01_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.index_box04_right_ul01_li_imgbox01 {
	width: 165px;
	height: 110px;
	margin-right: 35px;
	background: #FFF;
	border-radius: 10px;
}

.index_box04_right_ul01_li_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	opacity: 1;
	transition-duration: 0.35s;
}

.index_box04_right_ul01_li:hover .index_box04_right_ul01_li_imgbox01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_box04_right_ul01_li_textbox01 {
	flex: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.index_box04_right_ul01_li_textbox01_date {
	display: block;
	margin-top: 4px;
	margin-right: 20px;
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_box04_right_ul01_li_textbox01_cate {
	display: block;
	margin-right: 5px;
	padding: 3px 15px;
	background: #FFF;
	border: #000 1px solid;
	border-radius: 15px;
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_box04_right_ul01_li_textbox01_title01 {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 26px;
	text-align: left;
}

.index_ul05 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.index_ul05:last-child {
	margin: 0 auto;
}

.index_ul05_li {
	width: calc((100% - 50px) / 2);
	margin-bottom: 25px;
	margin-right: 50px;
}

.index_ul05_li:nth-child(2n) {
	margin-right: 0px;
}

.index_ul05_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.index_ul05_li_img01 {
	display: block;
	margin-right: 15px;
	opacity: 1;
	transition-duration: 0.35s;
}

.index_ul05_li:hover .index_ul05_li_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_ul05_li_textbox01 {
	flex: 1;
}

.index_ul05_li_textbox01_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto 5px;
	padding: 0;
}

.index_ul05_li_textbox01_title01:after {
	content: "\f35d";
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	transition-duration: 0.35s;
}

.index_ul05_li:hover .index_ul05_li_textbox01_title01:after {
	color: #CCC;
	transition-duration: 0.35s;
}

.index_ul05_li_textbox01_title01_text01 {
	display: block;
	max-width: calc(100% - 30px);
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	text-align: left;
	transition-duration: 0.35s;
}

.index_ul05_li:hover .index_ul05_li_textbox01_title01_text01 {
	color: #CCC;
	transition-duration: 0.35s;
}

.index_ul05_li_textbox01_text01 {
	margin: 0;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-align: left;
}

/*コンテンツここまで */

/*フッター */

#footer {
	position: relative;
	z-index: 1;
}

.footer_box01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 100px 10px 90px;
	background: url("../img/back01.png") no-repeat center center/cover;
}

.footer_box01_title01 {
	margin: 0 auto 25px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 36px;
	text-align: center;
}

.footer_box01_text01 {
	margin: 0 auto 25px;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-align: left;
}

.footer_box02 {
	padding: 100px 10px 60px;
	background: #3A3A3A;
}

.footer_box02_content01 {
	max-width: 1360px;
	margin: 0 auto;
}

.footer_box02_content01_img01 {
	display: block;
	margin-bottom: 60px;
}

.footer_box02_content01_text01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	line-height: 28px;
	text-align: left;
}

.footer_box02_content01_text02 {
	margin: 0 auto 80px;
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
	text-align: left;
}

.footer_box02_content01_text02 a {
	color: #FFF;
}

.footer_box02_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_box02_content01_ul01_li {
	margin-right: 10px;
	font-size: 12px;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.footer_box02_content01_ul01_li:last-child {
	margin-right: 0px;
}

.footer_box02_content01_ul01_li a {
	display: block;
	color: #FFF;
	position: relative;
}

.footer_box02_content01_ul01_li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box02_content01_ul01_li a:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

/*フッターここまで */

.wrapper_head_big {
	/*background: url(../img/back01.webp) no-repeat center top/100% auto;*/
	position: relative;
	z-index: 2;
}

.wrapper_head {
	padding: 110px 20px 130px;
}

.wrapper_head_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	position: relative;
}

.wrapper_head_textbox01_p01 {
	align-items: flex-start;
	align-content: flex-start;
}

.wrapper_head_textbox01_p02 {
	align-items: center;
	align-content: center;
}

.wrapper_head_textbox01_text01 {
	margin: 0 auto;
	padding: 0;
	font-size: 70px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.wrapper_head_textbox01_text02 {
	display: block;
	font-size: 35px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
}

.wrapper_head_textbox01_text02:first-child {
	margin-bottom: 15px;
	text-indent: 10px;
}

.wrapper_head_textbox01_text02:last-child {
	margin-top: 15px;
}

.wrapper_head_textbox01_img01 {
	display: block;
	position: absolute;
}

.wrapper_head_textbox01_img01_about {
	max-width: 140px;
	top: 60px;
	right: calc(100% + 30px);
}

.wrapper_head_textbox01_img01_shop01 {
	top: 130px;
	right: calc(100% + 50px);
	transform: rotateY(180deg) rotate(20deg);
}

.wrapper_head_textbox01_img01_shop02 {
	top: 120px;
	left: calc(100% + 180px);
}

.wrapper_head_imgbox01 {
	padding: 350px 0 0;
	position: relative;
}

.wrapper_head_imgbox01_img01 {
	display: block;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.wrapper_head_imgbox01_text01 {
	height: max-content;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.wrapper_head_imgbox01_p01 {
	margin-left: 50px;
}

.wrapper_head_imgbox01_p02 {
	margin-left: -50px;
}

.wrapper_head_imgbox01_text01_span01 {
	position: relative;
}

.content_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 auto 15px;
	padding: 0;
}

.content_title01_ico01 {
	display: block;
	max-width: 150px;
	max-height: 150px;
	margin-right: 15px;
}

.content_title01_ico01_r01 {
	transform: rotateY(180deg);
}

.content_title01_text01 {
	display: block;
	max-width: calc(100% - 165px);
	font-size: 28px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: left;
}

.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;*/
}

.content_a_wrap {
	width: 100%;
	position: relative;
}

.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: #3F9EEB;
  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: #18B2A0;
  -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_wrap {
	position: relative;
	z-index: 5;
}

.page_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 20%;
	right: 0px;
	overflow: hidden;
}

.page_ul01_li {
	width: 56px;
	margin-bottom: 10px;
	background: #FFF;
	border-radius: 10px 0 0 10px;
}

.page_ul01_li:last-child {
	margin-bottom: 0px;
}

.page_ul01_li a {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 20px 10px;
	border: #FFF 3px solid;
	border-right: none;
	border-radius: 10px 0 0 10px;
	box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.3);
	opacity: 1;
	transition-duration: 0.35s;
}

.page_ul01_li a:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.page_ul01_li_b01 a {
	background: #3F9EEB;
}

.page_ul01_li_b02 a {
	background: #18B2A0;
}

.page_ul01_li_img01 {
	width: auto;
}

.page_ul01_li_img01_pc {
	display: block;
}

.page_ul01_li_img01_sp {
	display: none;
}

/*content */

.pankuzu_wrap {
	max-width: 1360px;
	width: calc(100% - 20px);
	margin: 0 auto 10px;
	padding: 0 10px;
	text-align: left;
}

.pankuzu {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: top;
}

.pankuzu_span {
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 1;
	position: relative;
}

.pankuzu_span:before {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition-duration: 0.35s;
}

.pankuzu_span:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.pankuzu_span:after {
	content: "\f054";
	margin-left: 5px;
	font-family:"Font Awesome 5 Free";
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.pankuzu:last-child .pankuzu_span:before,
.pankuzu:last-child .pankuzu_span:after {
	display: none;
}

.content01_wrap_b01 {
	padding: 40px 0 100px;
}

.content01_wrap_b02 {
	padding: 100px 0;
}

.first01_wrap_b01 {
	padding: 100px 0;
}

.first01_wrap_b02 {
	padding: 100px 0;
	background: #E7EFF4;
}

.company01_wrap_b01 {
	padding: 100px 0;
	background: #E7EFF4;
}

.column01_wrap_b01 {
	padding: 100px 0;
	background: #E7EFF4;
}

/*contentここまで */

/*はじめての方へ */

.first_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 50px;
}

.first_box01_img01 {
	display: block;
	margin-right: 90px;
}

.first_box01_textbox01 {
}

.first_box01_textbox01_text01 {
	margin: 0 auto 25px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
}

.first_box01_textbox01_text01:last-child {
	margin: 0 auto;
}

.first_box01_textbox01_ul01 {
	list-style: none;
	margin: 0 auto 25px;
	padding: 0;
}

.first_box01_textbox01_ul01_li {
	margin-bottom: 5px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #0590F4;
	line-height: 30px;
	text-align: left;
	position: relative;
}

.first_box01_textbox01_ul01_li:last-child {
	margin-bottom: 0px;
}

.first_box01_textbox01_ul01_li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #0590F4;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 10px;
}

.first_box02 {
	margin-bottom: 50px;
	padding: 30px 30px;
	background: #FFF;
	border-radius: 10px;
}

.first_box02_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
}

.first_box02_text01 {
	margin: 0 auto 30px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
}

.first_box02_title02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 15px;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #FF4770;
	line-height: 1;
	text-align: center;
}

.first_box02_title02:before,
.first_box02_title02:after {
	content: "";
	display: block;
	width: 22px;
	height: 3px;
}

.first_box02_title02:before {
	margin-right: 10px;
	background: #FF4770;
	transform: rotate(45deg);
}

.first_box02_title02:after {
	margin-left: 10px;
	background: #FF4770;
	transform: rotate(-45deg);
}

.first_box02_button01_wrap {
	text-align: center;
}

.first_box02_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 84px);
	width: max-content;
	padding: 15px 40px;
	background: #FF4770;
	border: #FF4770 2px solid;
	border-radius: 40px;
	opacity: 1;
	transition-duration: 0.35s;
}

.first_box02_button01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.first_box02_button01_img01 {
	display: block;
}

.first_box03 {
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
}

.first_box03_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 auto 55px;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: left;
	transform: rotate(-10deg);
}

.first_box03_title01:before,
.first_box03_title01:after {
	content: "";
	display: block;
	width: 33px;
	height: 3px;
}

.first_box03_title01:before {
	margin-right: 10px;
	background: #11C1E1;
	transform: rotate(45deg);
}

.first_box03_title01:after {
	margin-left: 10px;
	background: #FE6788;
	transform: rotate(-45deg);
}

.first_box03_text01 {
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
}

/*はじめての方へここまで */

/*企業のみなさまへ */

.company_text01 {
	margin: 0 auto 30px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
}

.company_title01 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #204CA9;
	line-height: 1;
	text-align: left;
}

.company_ul01 {
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
}

.company_ul01_li {
	padding-left: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
	position: relative;
}

.company_ul01_li:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 5px;
}

.company_ul02 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.company_ul02_li {
	padding-left: 1em;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 18px;
	text-indent: -1em;
	text-align: left;
}

.company_box01 {
	max-width: 1000px;
	margin: 0 auto 50px;
}

.company_box01_title01 {
	margin: 0 auto 50px;
	padding: 12px 20px;
	background: #0CC3E3;
	background: linear-gradient(90deg,rgba(12, 195, 227, 1) 0%, rgba(255, 102, 135, 1) 100%);
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.1);
}

.company_box01_content01 {
	padding: 30px 30px;
	background: #FFF;
	border-radius: 10px;
}

.company_box01_content01_ul01 {
	counter-reset: item;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.company_box01_content01_ul01_li {
	margin-bottom: 25px;
	padding-left: 45px;
	position: relative;
}

.company_box01_content01_ul01_li:last-child {
	margin-bottom: 0px;
}

.company_box01_content01_ul01_li:before {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.company_box01_content01_ul01_li_b01:before {
	background: #0CC3E3;
}

.company_box01_content01_ul01_li_b02:before {
	background: #FF6687;
}

.company_box01_content01_ul01_li:after {
	content: counter(item);
	counter-increment: item;
	width: 30px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.company_box01_content01_ul01_li_text01 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	text-align: left;
}

.company_box01_content01_ul01_li_text02 {
	display: block;
	padding-left: 1em;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	text-indent: -1em;
	text-align: left;
}

.company_box01_content01_ul01_li_text01+.company_box01_content01_ul01_li_text02 {
	margin-top: 5px;
}

.company_button01_wrap {
	text-align: center;
}

.button01_wrap:has(+.company_button01_wrap) {
	margin-bottom: 50px;
}

.company_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 10px 40px;
	background: #FFF;
	border: #000 2px solid;
	border-radius: 40px;
}

.company_button01_img01 {
	display: block;
	width: 260px;
	opacity: 1;
	transition-duration: 0.35s;
}

.company_button01:hover .company_button01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

/*企業のみなさまへここまで */

/*企業を知る */

.list_text01 {
	margin: 0 auto 50px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	text-align: left;
}

/*企業を知るここまで */

/*コラム */

.column_box01 {
	margin: 0 auto 50px;
	position: relative;
}

.column_box01_img01 {
	width: 100%;
	margin-bottom: 20px;
}

.column_box01_content01 {
	text-align: center;
	position: relative;
}

.column_box01_content01_text01 {
	width: max-content;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	text-align: left;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

.column_box01_content01_button01 {
	display: inline-block;
	width: max-content;
	margin: 0 auto;
	padding: 12px 55px;
	background: #204CA9;
	border-radius: 40px;
	vertical-align: top;
	opacity: 1;
	transition-duration: 0.35s;
}

.column_box01_content01_button01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.column_box01_content01_button01_img01 {
	display: block;
}

.column_box01_content01_button01_text01 {
	margin-top: 5px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.column_box01_content01_button01_text01_span01 {
	font-size: 16px;
}

.column_box01_content01_button01_text01_span02 {
	font-size: 20px;
}

.column_box02 {
	max-width: 1000px;
	margin: 0 auto;
}

.column_box02_title01 {
	margin: 0 auto 50px;
	padding: 12px 40px;
	background: #0CC3E3;
	background: linear-gradient(90deg,rgba(12, 195, 227, 1) 0%, rgba(255, 102, 135, 1) 100%);
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.1);
}

.column_box02_ul01 {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.column_box02_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 20px;
	padding: 0 15px 20px;
	border-bottom: #939393 1px solid;
}

.column_box02_ul01_li:last-child {
	margin-bottom: 0px;
}

.column_box02_ul01_li_text01 {
	width: 190px;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	text-align: left;
}

.column_box02_ul01_li_text02 {
	flex: 1;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-align: left;
}

.column_box02_content01 {
	text-align: center;
}

/*コラムここまで */

.span_c02 {
	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);
}

/*wp */

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 40px;
}

.wp_content {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: left;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	width: calc(100% - 80px);
	padding: 40px 40px;
	background: #FFF;
	border-radius: 30px;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #c7d54d 6px dotted;
	transition-duration: 0.35s;
}

.wp_left_ul_li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.wp_left_ul_li_o {
	transition-duration: 0.35s;
}

.wp_left_ul_li a {
	display: block;
}

.wp_left_ul_li_imgbox {
	width: 50%;
	background: #FFF;
	order: 2;
}

.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: center;
	align-content: center;
}

.wp_left_ul_li_date {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #3e3a39;
	line-height: 1;
	text-align: left;
}

.wp_left_ul_li_cate {
	display: block;
	margin-left: 10px;
	padding: 5px 15px;
	background: #c7d54d;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_left_ul_li_title {
	width: 100%;
	margin: 15px 0 10px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	color: #3e3a39;
	line-height: 30px;
	text-align: left;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_title {
	color: #c7d54d;
	transition-duration: 0.35s;
}

.wp_left_ul_li_detail {
	width: 100%;
	margin: 0;
	font-size: 18px;
	color: #3e3a39;
	line-height: 36px;
	text-align: left;
}

.wp_left_ul_li_more {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: max-content;
	margin: 10px 0 0 auto;
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #3e3a39;
	line-height: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_more {
	color: #c7d54d;
	transition-duration: 0.35s;
}

.wp_left_ul_li_more:before {
	content: "\f054";
	margin-right: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #c7d54d;
	line-height: 1;
}

.wp_left_single {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.wp_left_column {
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #3e3a39;
	line-height: 1;
	text-align: left;
}

.wp_left_single_title {
	margin: 0 auto 40px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.wp_left_single_cate {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 5px 15px;
	background: #c7d54d;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.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;
	padding: 0;
	text-align: center;
}

.wp_pagenation_ul_li {
	display: inline-block;
	margin: 0 6px 10px;
	background: #FFF;
	border: #17B3CF 1px solid;
	border-radius: 5px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-align: center;
}

.wp_pagenation_ul_li a {
	display: block;
	width: 30px;
	color: #000;
}

.wp_pagenation_ul_li span {
	display: block;
	width: 30px;
	color: #FFF;
}

.wp_pagenation_ul_li_dots span {
	color: #111;
}

.wp_pagenation_ul_li_o {
	background: #17B3CF;
	color: #FFF;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb,
.wp_pagenation_ul_li_dots {
	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 auto;
}

.prev_next_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.prev_next_ul_li {
	position: relative;
	transition-duration: 0.35s;
}

.prev_next_ul_li_before {
	margin-right: 10px;
}

.prev_next_ul_li_after {
	margin-left: 10px;
}

.prev_next_ul_li:hover {
	transition-duration: 0.35s;
}

.prev_next_ul_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 138px;
	margin: 0 auto;
	padding: 15px 10px;
	background: #FFF;
	border: #204CA9 2px solid;
	border-radius: 5px;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.prev_next_ul_li_before a {
}

.prev_next_ul_li_after a {
}

.prev_next_ul_li:hover a {
	background: #204CA9;
	color: #FFF;
	transition-duration:0.35s;
}

.prev_next_ul_li a:before {
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	transition-duration: 0.35s;
}

.prev_next_ul_li_before a:before {
	content: "\f053";
}

.prev_next_ul_li_after a:before {
	content: "\f054";
}

.prev_next_ul_li:hover a:before {
	color: #FFF;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m {
	width: max-content;
	margin: 0 auto;
	padding: 13px 17px;
	background: #c7d54d;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m:after {
	/*content: "";*/
	content: "\f054";
	display: inline-block;
	/*width: 6px;
	height: 6px;*/
	margin-bottom: 2px;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	/*border: #FFF 2px solid;
	border-radius: 50%;*/
	vertical-align: middle;
	transition-duration: 0.35s;
}

/*.prev_next_ul_li_m a {
	width:210px;
}*/

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
