@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	-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;
}

#coco_main {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

/*ヘッダー */

#coco_header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px 10px;
	position: relative;
}

.header_logo01 {
	margin-right: 20px;
}

.header_logo01_img01 {
	display: block;
	max-height: 50px;
}

.header_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 ;
	padding: 0;
}

.header_ul_li {
	margin-right: 10px;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li_sp {
	display: none;
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}

.header_ul_li_o {
	background: rgba(49,169,184,1);
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.3);
}

.header_ul_li a {
	display: block;
	padding: 8px 15px 8px 26px;
	background: rgba(49,169,184,0);
	border-radius: 20px;
	position: relative;
	transition-duration: 0.35s;
}

.header_ul_li:hover a {
	background: rgba(49,169,184,1);
	transition-duration: 0.35s;
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.3);
}

.header_ul_li a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 3px);
	left: 12px;
	opacity: 0;
	transition-duration: 0.35s;
}

.header_ul_li:hover a:before {
	opacity: 1;
	transition-duration: 0.35s;
}

.header_ul_li_span01 {
	display: block;
	font-size: 16px;
	color: #111;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
	transition-duration: 0.35s;
}

.header_ul_li:hover .header_ul_li_span01,
.header_ul_li_o .header_ul_li_span01 {
	color: #FFF;
	transition-duration: 0.35s;
}

.header_ul_li_6_div {
	display: inline-block;
	display: none;
	width: 30px;
	height: 20px;
	margin: auto;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 2;
	cursor: pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width: 30px;
	height:3px;
	margin:auto;
	background:#111;
	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:#111;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top: 0px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width: 30px;
	height:3px;
	margin:auto;
	background:#111;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom: 0px;
	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);
}

/*ヘッダーここまで */

/*コンテンツ */

.wrapper_title {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_title_text01 {
	display: block;
	padding: 10px 0;
	border-top: #D6D6D6 1px dashed;
	border-bottom: #D6D6D6 1px dashed;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.wrapper_title_text01_c01 {
	color: #111;
}

.wrapper_subtitle {
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #111;
}

.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% - 50px);
	padding: 15px 25px;
	border-radius: 40px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: rgba(255,255,255,0);
	border: #FFF 3px solid;
	backdrop-filter: blur(3px);
}

.wrapper_button01_c02 {
	background: rgba(255,255,255,0);
	border: #31A9B8 3px solid;
	backdrop-filter: blur(3px);
}

.wrapper_button01:hover {
	transition-duration: 0.35s;
}

.wrapper_button01_c01:hover {
	background: rgba(255,255,255,1);
}

.wrapper_button01_c02:hover {
	background: #31A9B8;
}

.wrapper_button01_span {
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	transition-duration: 0.35s;
}

.wrapper_button01:hover .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_c01:hover .wrapper_button01_span {
	color: #111;
}

.wrapper_button01_c02 .wrapper_button01_span {
	color: #31A9B8;
}

.wrapper_button01_c02:hover .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_ico {
	width: 75px;
	margin-left: 15px;
	position: relative;
}

.wrapper_button01_ico:before {
	content: "";
	width: calc(100% - 9px);
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.wrapper_button01_c01 .wrapper_button01_ico:before {
	background: #FFF;
}

.wrapper_button01_c01:hover .wrapper_button01_ico:before {
	width: 0px;
	background: #111;
	transition-duration: 0.35s;
}

.wrapper_button01_c02 .wrapper_button01_ico:before {
	background: #31A9B8;
}

.wrapper_button01_c02:hover .wrapper_button01_ico:before {
	width: 0px;
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_ico:after {
	content: "";
	width: 5px;
	height: 5px;
	border: #FFF 2px solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.wrapper_button01_c01 .wrapper_button01_ico:after {
	border: #FFF 2px solid;
}

.wrapper_button01_c01:hover .wrapper_button01_ico:after {
	border: #111 2px solid;
}

.wrapper_button01_c02 .wrapper_button01_ico:after {
	border: #31A9B8 2px solid;
}

.wrapper_button01_c02:hover .wrapper_button01_ico:after {
	border: #FFF 2px solid;
}

.wrapper_button01:hover .wrapper_button01_ico:after {
	right: calc(100% - 9px);
	transition-duration: 0.35s;
}

#slider1 {
	position: relative;
	z-index: 2;
}

#slider1:after {
	content: "";
	width: 79%;
	padding-top: 79%;
	background: #F5BE41;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	left: 0%;
	-webkit-transform:translateX(-35%);
	-ms-transform:translateX(-35%);
	transform:translateX(-35%);
	z-index: 3;
}

.slider1_img01 {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 100px 0px;
	position: relative;
	z-index: 2;
	object-fit: cover;
}

.slider1_textbox01 {
	max-width: calc(100% - 20px);
	width: 1280px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 4;
}

.slider1_textbox01_in {
	display: inline-flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.slider1_textbox01_in_text01 {
	display: block;
	margin-bottom: 50px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.slider1_textbox01_in_text01:after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 2px;
	margin-left: 10px;
	background: #FFF;
	vertical-align: middle;
}

.slider1_textbox01_in_img01 {
	display: block;
	margin-bottom: 60px;
}

.slider1_textbox01_in_button01 {
	width: 100%;
}

.slider1_img02 {
	display: block;
	max-width: 33%;
	border: #FFF 15px solid;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	left: 5%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(50%);
	z-index: 4;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.slider1_text01 {
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 26vw;
	font-weight: bold;
	color: #242424;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 48%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(50%);
	opacity: 0.02;
	z-index: 1;
}

.wrapper_index01_big {
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 300px 0 60px;
	z-index: 2;
}

.wrapper_index01_big_b02 {
	padding: 80px 0 40px;
	background: #31A9B8;
	z-index: 3;
}

.wrapper_index01_big_b03 {
	padding: 140px 0 170px;
	z-index: 2;
}

.wrapper_index01_big_b04 {
	padding: 100px 0;
}

.wrapper_index01_big_b05 {
	padding: 150px 0;
	background: #FFFDF9;
}

.wrapper_index01 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.index_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 100px;
}

.index_box01_img01 {
	display: block;
	max-width: calc(40% - 20px);
	margin-right: 20px;
}

.index_box01_textbox01 {
	max-width: 60%;
}

.index_box01_textbox01_title01 {
	max-width: calc(100% - 40px);
	width: max-content;
	margin: 0 0 30px;
	padding: 10px 30px 10px 10px;
	background: #31A9B8;
	border-radius: 10px 60px 60px 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 26px;
	text-align: left;
}

.index_box01_textbox01_text01 {
	margin: 0;
	padding-left: 10px;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.index_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.index_ul01_li {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
}

.index_ul01_li:nth-child(3n) {
	margin-right: 0px;
}

.index_ul01_li_img01 {
	display: block;
	max-width: calc(100% - 20px);
	margin-bottom: 20px;
	border: #F5BE41 10px solid;
	border-radius: 20px;
}

.index_ul01_li_text01 {
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 23px;
	text-align: left;
	position: relative;
}

.index_ul01_li_text01_ico01 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.index_ul01_li_text01_ico01_c01 {
	color: #31A9B8;
}

.index_ul01_li_text01_ico01_c02 {
	color: #258039;
}

.index_ul01_li_text01_ico01_c03 {
	color: #CF3721;
}

.index_ul01_li_text02 {
	margin: 0;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.index_title01 {
	width: max-content;
	margin: 0 auto 60px;
	padding: 15px 45px;
	position: relative;
	z-index: 2;
}

.index_title01:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 20px 5px 20px 5px;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.index_title01:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #258039;
	border-radius: 20px 5px 20px 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.index_title01_span01 {
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 30px;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 3;
}

.index_ul02 {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.index_ul02_li {
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_ul02_li:last-child {
	margin-bottom: 0px;
}

.index_imgbox01 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index_imgbox01_img01 {
	border: #FFF 5px solid;
	border-radius: 50%;
	position: absolute;
}

.index_imgbox01_img01_p01 {
	width: calc(122 / 1280 * 100%);
	top: -100px;
	left: 5%;
}

.index_imgbox01_img01_p02 {
	width: calc(159 / 1280 * 100%);
	top: -10px;
	left: 17%;
}

.index_imgbox01_img01_p03 {
	width: calc(237 / 1280 * 100%);
	bottom: -110px;
	left: -2%;
}

.index_imgbox01_img01_p04 {
	width: calc(110 / 1280 * 100%);
	top: -40px;
	right: 18%;
}

.index_imgbox01_img01_p05 {
	width: calc(204 / 1280 * 100%);
	top: 10px;
	right: -2%;
}

.index_imgbox01_img01_p06 {
	width: calc(180 / 1280 * 100%);
	bottom: -110px;
	right: 15%;
}

.index_ul03 {
	list-style: none;
	max-width: 1080px;
	margin: 0 auto 50px;
	padding: 0;
}

.index_ul03_li {
	margin-bottom: 30px;
}

.index_ul03_li:last-child {
	margin-bottom: 0px;
}

.index_ul03_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	padding: 15px 40px;
	background: #FFF;
	border-radius: 80px;
	transition-duration: 0.35s;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.index_ul03_li a:hover {
	transition-duration: 0.35s;
	box-shadow: 0px 0px 30px -10px rgba(49,169,184,0.9);
}

.index_ul03_li_icobox01 {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}

.index_ul03_li_icobox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_ul03_li_area01 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 140px;
	margin-right: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #111;
	line-height: 1;
	text-align: left;
}

.index_ul03_li_category01 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 100px;
	margin-right: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #111;
	line-height: 1;
	text-align: left;
}

.index_ul03_li_excerpt01 {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 16px;
	color: #111;
	line-height: 1;
	text-align: left;
}

.index_button01 {
	margin-bottom: 130px;
}

.index_ul04 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul04_li {
	max-width: calc((100% - 30px) / 2);
	width: 430px;
	margin-right: 30px;
}

.index_ul04_li:last-child {
	margin-right: 0px;
}

.index_ul04_li a {
	display: block;
	padding: 30px 20px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.index_ul04_li:hover a {
	box-shadow: 0px 0px 30px -10px rgba(49,169,184,0.9);
	transition-duration: 0.35s;
}

.index_ul04_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 25px;
}

.index_ul04_li_box01_ico {
	display: block;
	margin-right: 20px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

.index_ul04_li_box01_c01 .index_ul04_li_box01_ico {
	color: #31A9B8;
}

.index_ul04_li_box01_c02 .index_ul04_li_box01_ico {
	color: #258039;
}

.index_ul04_li_box01_textbox01 {
	flex: 1;
}

.index_ul04_li_box01_textbox01_text01 {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #C2C2C2;
	line-height: 1;
	text-align: left;
}

.index_ul04_li_box01_textbox01_text02 {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
}

.index_ul04_li_box01_c01 .index_ul04_li_box01_textbox01_text02 {
	color: #31A9B8;
}

.index_ul04_li_box01_c02 .index_ul04_li_box01_textbox01_text02 {
	color: #258039;
}

.index_ul04_li_text01 {
	margin: 0;
	font-size: 15px;
	color: #111;
	line-height: 30px;
	text-align: left;
}

/*コンテンツここまで */

/*フッター */

#coco_footer {
	padding: 80px 10px 20px;
	background: #5D5D5D;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.footer_logo01 {
	display: block;
	width: 400px;
	margin: 0 auto 50px;
}

.footer_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 60px;
	padding: 0;
}

.footer_ul01_li {
	margin-bottom: 20px;
	margin-right: 25px;
}

.footer_ul01_li:last-child {
	margin-right: 0px;
}

.footer_ul01_li a {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	position: relative;
}

.footer_ul01_li a:before {
	content: "";
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.35s;
}

.footer_ul01_li:hover a:before {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_copy {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
}

/*フッターここまで */

/*.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;
}

.content_a {
	height:0px;
	position:absolute;
	top:-92px;
}*/

.wrapper_head_big {
	border-radius: 0px 0px 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.wrapper_head_big:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.wrapper_head_big_faq {
	background:url(../img/head_faq.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_term {
	background:url(../img/head_term.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_privacy {
	background:url(../img/head_privacy.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_contact {
	background:url(../img/head_privacy.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head {
	padding: 255px 10px;
	position: relative;
	z-index: 2;
}

.wrapper_head_textbox01 {
	margin: 0 auto;
}

.wrapper_head_textbox01_text01 {
	margin: 0 auto;
	padding: 0;
	font-family: "Oswald", sans-serif;
	font-size: 70px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

#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: #b60007;
  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: #b7a487;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page_top_big {
	margin:0 auto;
	text-align: right;
	position: relative;
	z-index: 5;
}

.page_up {
	margin: auto;
	position: fixed;
	top: 15px;
	left: 15px;
}

.page_up a {
	display: block;
	padding: 9px;
	background: #b9a587;
	border: #b9a587 3px solid;
	transition-duration: 0.35s;
}

.page_up a:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.page_up_img01 {
	display: block;
	max-width: 50px;
	position: relative;
	opacity: 1;
	transition-duration: 0.35s;
	z-index: 1;
}

.page_up:hover .page_up_img01 {
	opacity: 0;
	transition-duration: 0.35s;
}

.page_up_img02 {
	display: block;
	max-width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity: 0;
	transition-duration: 0.35s;
	z-index: 2;
}

.page_up:hover .page_up_img02 {
	opacity: 1;
	transition-duration: 0.35s;
}

/*faq */

.faq_ul01 {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.faq_ul01_li {
	margin-bottom: 40px;
}

.faq_ul01_li_titlebox01 {
	max-width: calc(100% - 104px);
	width: max-content;
	margin: 0;
	padding:  15px 50px 15px 50px;
	background: #31A9B8;
	border: #31A9B8 2px solid;
	border-radius: 10px 60px 60px 10px;
	position: relative;
	transition-duration: 0.35s;
	cursor: pointer;
}

.faq_ul01_li_titlebox01:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.faq_ul01_li_titlebox01_active {
}

.faq_ul01_li_titlebox01:before {
	content: "\f0da";
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform:translateY(-50%) rotate(0deg);
	-ms-transform:translateY(-50%) rotate(0deg);
	transform:translateY(-50%) rotate(0deg);
	transition-duration: 0.35s;
}

.faq_ul01_li_titlebox01:hover:before {
	color: #31A9B8;
	transition-duration: 0.35s;
}

.faq_ul01_li_titlebox01_active:before {
	-webkit-transform:translateY(-50%) rotate(90deg);
	-ms-transform:translateY(-50%) rotate(90deg);
	transform:translateY(-50%) rotate(90deg);
}

.faq_ul01_li_titlebox01_text01 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 26px;
	text-align: left;
	transition-duration: 0.35s;
}

.faq_ul01_li_titlebox01:hover .faq_ul01_li_titlebox01_text01 {
	color: #31A9B8;
	transition-duration: 0.35s;
}

.faq_ul01_li_text01 {
	display: none;
	margin: 0;
	padding: 25px 15px;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

/*faqここまで */

/*privacy */

.privacy_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.privacy_box {
	margin: 0 auto 40px;
}

.privacy_title {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: #111 1px solid;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 {
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 a {
	color:#111;
	text-decoration:underline;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy_text01+.privacy_text01 {
	margin-top: 20px;
}

.privacy_text01_ul01 {
	list-style: none;
	margin: 20px auto;
	padding: 0 0 0 20px;
}

.privacy_text01_ul01_li {
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}

.privacy_text01_ul01_li_ul01 {
	list-style: none;
	list-style-position: inside;
	margin: 10px auto;
	padding: 0;
}

.privacy_text01_ul01_li_ul01_li {
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}

.privacy_text01_table01 {
	border-collapse: collapse;
	width: 100%;
}

.privacy_text01_table01_td01 {
	padding: 10px 10px;
	border: #DDD 1px solid;
	text-align: left;
}

th.privacy_text01_table01_td01 {
	width: 150px;
	font-weight: 500;
}

/*privacyここまで */

/*term */

.term_wrap {
	max-width: 768px;
	margin: 0 auto;
}

.term_box {
	margin: 0 auto 40px;
}

.term_title {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.term_text01 {
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

/*termここまで */

/*inquiry */

.inquiry_text02 {
	margin-bottom: 30px;
	text-align: center;
}

.inquiry_text02_span {
	display: inline-block;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.inquiry_flow_ul {
	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: #258039;
	color: #FFF;
}

.inquiry_text02_big {
	display:block;
	margin-bottom:20px;
	font-size:0;
	text-align:center;
}

.inquiry_box_button {
	padding:10px 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
	text-align:left;
	/* box-shadow */
	box-shadow: inset 3px 3px 8px -1px rgba(150,150,150,0.3);
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_button_radio {
	display:none;
}

.inquiry_box_button_radio_label {
	display:inline-block;
	margin-top:5px;
	margin-right:15px;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.inquiry_box_button_radio_span {
	display:inline-block;
	font-size:14px;
	color:#000;
	line-height:14px;
	vertical-align:middle;
}

.inquiry_box_button_radio_round {
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	background:#FFF;
	border:#CCC 1px solid;
	border-radius:5px;
	vertical-align:middle;
	position:relative;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round {
	background:#FFF;
	transition-duration:0.2s;
}

.inquiry_box_button_radio_round_in {
	width:10px;
	height:10px;
	margin:auto;
	background:#FFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* border-radius */
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round .inquiry_box_button_radio_round_in {
	background:#CCC;
	transition-duration:0.2s;
}

.inquiry_text_big {
	display:block;
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
}

.inquiry_text01 {
	display:block;
	margin-bottom:20px;
	font-size:17px;
	color:#111;
	line-height:30px;
	text-align:center;
}

.inquiry_big_box {
	margin:0 auto;
	font-size:0;
	text-align:center;
}

.inquiry_box {
	display:block;
	max-width:768px;
	margin:0 auto 20px;
	font-size:0;
	text-align:right;
	vertical-align:top;
	position:relative;
}

.inquiry_box_long {
	font-size:0;
	text-align:center;
}

.inquiry_box_left {
	display:inline-block;
	width:160px;
	margin-top: 10px;
	margin-right:20px;
	font-size:15px;
	color:#000;
	line-height:30px;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.inquiry_box_long .inquiry_box_left {
	display:block;
	width:auto;
	margin-right:0px;
}

.inquiry_box_left_s {
	line-height:15px;
}

.inquiry_box_left_oneshort {
	width:auto;
	margin-right:0px;
	padding:0 5px;
}

.inquiry_box_left_ico {
	display:inline-block;
	font-size:16px;
	color:#F00;
	line-height:30px;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.inquiry_box_right_big {
	display:inline-block;
	width:calc(100% - 180.5px);
	font-size:0;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_right {
	box-sizing:content-box;
	display:inline-block;
	width:calc(100% - 20.5px);
	min-height:30px;
	padding: 10px 10px;
	background: rgba(255,255,255,0.5);
	border:none;
	border-radius: 5px;
	font-size:15px;
	color:#000;
	line-height:30px;
	text-align:left;
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.3);
	vertical-align:top;
	-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:15px;
	color:#111;
	line-height:20px;
	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 {
	width:calc(100% - 22.5px);
	height:112px;
	position:relative;
	z-index:1;
}

.inquiry_box_right_naiyou_border {
	background:#FBF9F2;
	position:absolute;
	z-index:2;
}

.inquiry_box_off {
	margin:0 auto;
	font-size:0;
	text-align:left;
	position:relative;
}

.inquiry_box_decide {
	display:block;
	max-width:calc(100% - 20px);
	width: max-content;
	margin:0 auto 20px;
	padding: 15px 25px 15px 25px;
	background:#F5BE41;
	border:#F5BE41 2px solid;
	border-radius: 5px;
	font-size:0;
	text-align:center;
	position:relative;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.inquiry_box_decide:hover {
	background:#FFF;
	box-shadow: 0px 0px 30px -10px rgba(41,136,188,0.3);
	transition-duration: 0.35s;
}

.inquiry_box_decide:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.inquiry_box_decide:hover:before {
	color:#F5BE41;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display:block;
	margin-right: 10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	text-align:center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color:#F5BE41;
	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ここまで */

/*dashboard */

.dash_wrap01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	padding: 0 10px;
	position: relative;
}

.dash_side01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	width: 280px;
	margin-right: 20px;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}

.dash_side01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: calc(100% - 80px);
	position: absolute;
	top: 30px;
	left: 35px;
	z-index: 2;
}

.dash_side01_box01_imgbox01 {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: #FFF;
	border-radius: 50%;
	overflow: hidden;
}

.dash_side01_box01_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.dash_side01_box01_text01 {
	flex: 1;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.dash_side01_ul01 {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 70px 0 50px 20px;
	background: #31A9B8;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.dash_side01_ul01_li {
	border-radius: 15px 0 0 15px;
	position: relative;
	transition-duration: 0.15s;
}

.dash_side01_ul01_li:hover,
.dash_side01_ul01_li_o {
	background: #FFFDF9;
	transition-duration: 0.15s;
}

.dash_side01_ul01_li_corner {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
	opacity: 0;
    overflow: hidden;
	transition-duration: 0.15s;
}

.dash_side01_ul01_li_corner_p01 {
    bottom: 100%;
    right: 0;
}

.dash_side01_ul01_li_corner_p02 {
    top: 100%;
    right: 0;
}

.dash_side01_ul01_li:hover .dash_side01_ul01_li_corner,
.dash_side01_ul01_li_o .dash_side01_ul01_li_corner {
	opacity: 1;
	transition-duration: 0.15s;
}

.dash_side01_ul01_li_corner:before {
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
}

.dash_side01_ul01_li_corner_p01:before {
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
    box-shadow: 20px 20px 0 0 #FFFDF9;
}

.dash_side01_ul01_li_corner_p02:before {
    bottom: 0px;
    left: 0px;
    transform: translate(-50%, 50%);
    box-shadow: 20px -20px 0 0 #FFFDF9;
}

.dash_side01_ul01_li a {
	display: block;
	padding: 15px 15px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
	transition-duration: 0.15s;
}

.dash_side01_ul01_li:hover a,
.dash_side01_ul01_li_o a {
	color: #31A9B8;
	transition-duration: 0.15s;
}

.dash_side01_button01 {
	display: none;
	width: 30px;
	height: 30px;
	background: #FFF;
	border: #31A9B8 2px solid;
	border-radius: 50%;
	position: fixed;
	top: 80px;
	left: 10px;
	z-index: 3;
	cursor: pointer;
	transition-duration: 0.15s;
}

.dash_side01_button01:hover {
	background: #31A9B8;
	transition-duration: 0.15s;
}

.dash_side01_button01:before {
	content: "\f0da";
	font-family:"Font Awesome 5 Free";
	font-size: 25px;
	font-weight: bold;
	color: #31A9B8;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: calc(50% + 2px);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.15s;
}

.dash_side01_button01:hover:before {
	color: #FFF;
	transition-duration: 0.15s;
}

.dash_wrap01_active .dash_side01_button01:before {
	content: "\f0d9";
	left: calc(50% - 2px);
}

.dash_main01 {
	flex: 1;
	max-width: calc((100% - (100% - 1280px)));
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.dash_main01_title01 {
	max-width: calc(100% - 80px);
	width: max-content;
	margin: 0 0 30px;
	padding: 10px 30px 10px 50px;
	background: #111;
	border-radius: 40px;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	line-height: 30px;
	text-align: left;
	position: relative;
}

.dash_main01_title01:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.dash_main01_textbox01_wrap {
	max-width: 100%;
	width: max-content;
	margin-bottom: 40px;
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.2);
}

.dash_main01_textbox01 {
	padding-left: 30px;
	position: relative;
}

.dash_main01_textbox01:before {
	content: "\f05a";
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	color: #F5BE41;
	line-height: 1;
	position: absolute;
	top: 4px;
	left: 0;
}

.dash_main01_textbox01_text01 {
	display: block;
	font-size: 16px;
	color: #111;
	line-height: 24px;
	text-align: left;
}

.dash_main01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.dash_main01_box01_content01 {
	width: calc((100% - 40px) / 2);
	margin-bottom: 40px;
	margin-right: 40px;
	padding: 30px 10px 10px;
	border-radius: 20px;
}

.dash_main01_box01_content01:nth-child(2n) {
	margin-right: 0px;
}

.dash_main01_box01_content01_b01 {
	background: #F5BE41;
}

.dash_main01_box01_content01_b02 {
	background: #258039;
}

.dash_main01_box01_content01_b03 {
	background: #DEDEDE;
}

.dash_main01_box01_content01_titlebox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 0 10px;
	padding: 0 15px;
}

.dash_main01_box01_content01_titlebox01_text01 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.dash_main01_box01_content01_titlebox01_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #FFF !important;
	line-height: 1;
	text-align: left;
	transition-duration: 0.15s;
}

.dash_main01_box01_content01_titlebox01_button01:hover {
	color: #EFEFEF !important;
	transition-duration: 0.15s;
}

.dash_main01_box01_content01_titlebox01_button01:after {
	content: "\f0da";
	display: block;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	transition-duration: 0.15s;
}

.dash_main01_box01_content01_titlebox01_button01:hover:after {
	color: #EFEFEF;
	transition-duration: 0.15s;
}

.dash_main01_box01_content01_box01 {
	padding: 30px 30px;
	border-radius: 15px;
	background: #FFF;
}

.dash_main01_box01_content01_box01_text01 {
	margin: 0;
	font-size: 16px;
	color: #111;
	line-height: 24px;
	text-align: left;
}

.dash_main01_box01_content01_box01_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dash_main01_box01_content01_box01_ul01_li {
	margin-bottom: 20px;
}

.dash_main01_box01_content01_box01_ul01_li_first {
}

.dash_main01_box01_content01_box01_ul01_li:last-child {
	margin-bottom: 0px;
}

.dash_main01_box01_content01_box01_ul01_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.dash_main01_box01_content01_box01_ul01_li_icobox01 {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: #CCC;
	border-radius: 50%;
	overflow: hidden;
}

.dash_main01_box01_content01_box01_ul01_li_first .dash_main01_box01_content01_box01_ul01_li_icobox01 {
	opacity: 0;
}

.dash_main01_box01_content01_box01_ul01_li_icobox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.dash_main01_box01_content01_box01_ul01_li_name01 {
    display: -webkit-box;
	width: calc(100% - 30px - 110px - 100px - 10px);
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #111;
	line-height: 1;
	text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.35s;
}

.dash_main01_box01_content01_box01_ul01_li_first .dash_main01_box01_content01_box01_ul01_li_name01 {
	font-size: 13px;
	color: #ACACAC;
}

.dash_main01_box01_content01_box01_ul01_li:not(.dash_main01_box01_content01_box01_ul01_li_first):hover .dash_main01_box01_content01_box01_ul01_li_name01 {
	color: #CCC;
	transition-duration: 0.35s;
}

.dash_main01_box01_content01_box01_ul01_li_date01 {
    display: -webkit-box;
	width: 100px;
	margin-right: 10px;
	font-size: 15px;
	color: #111;
	line-height: 1;
	text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
}

.dash_main01_box01_content01_box01_ul01_li_first .dash_main01_box01_content01_box01_ul01_li_date01 {
	font-size: 13px;
	color: #ACACAC;
}

.dash_main01_box01_content01_box01_ul01_li_time01 {
    display: -webkit-box;
	width: 100px;
	font-size: 15px;
	color: #111;
	line-height: 1;
	text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
}

.dash_main01_box01_content01_box01_ul01_li_first .dash_main01_box01_content01_box01_ul01_li_time01 {
	font-size: 13px;
	color: #ACACAC;
}

.dash_main01_box01_content01_box01_ul02 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dash_main01_box01_content01_box01_ul02_li {
	margin-bottom: 30px;
}

.dash_main01_box01_content01_box01_ul02_li:last-child {
	margin-bottom: 0px;
}

.dash_main01_box01_content01_box01_ul02_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.dash_main01_box01_content01_box01_ul02_li_icobox01 {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background: #CCC;
	border-radius: 50%;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
}

.dash_main01_box01_content01_box01_ul02_li_icobox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.dash_main01_box01_content01_box01_ul02_li_textbox01 {
	flex: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.dash_main01_box01_content01_box01_ul02_li_textbox01_name01 {
    display: -webkit-box;
	flex: 1;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.35s;
}

.dash_main01_box01_content01_box01_ul02_li:hover .dash_main01_box01_content01_box01_ul02_li_textbox01_name01 {
	color: #CCC;
	transition-duration: 0.35s;
}

.dash_main01_box01_content01_box01_ul02_li_textbox01_time01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	width: 150px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	line-height: 1;
	text-align: left;
	transition-duration: 0.35s;
}

.dash_main01_box01_content01_box01_ul02_li_textbox01_time01_unread {
	display: block;
	width: 40px;
	margin-right: 10px;
	padding: 4px 0;
	background: #CF3721;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.dash_main01_box01_content01_box01_ul02_li_textbox01_text01 {
    display: -webkit-box;
	width: 100%;
	margin: 8px 0 0;
	padding-bottom: 3px;
	font-size: 15px;
	color: #111;
	line-height: 1;
	text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
}

.dash_main01_box01_content01_box01_ul02_li_textbox01_text01_img01 {
    display: block;
	max-width: 40px;
	max-height: 20px;
	margin: 0 5px 3px 0;
	border-radius: 3px;
	float: left;
}

.dash_main01_box01_content01_box01_ul03 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dash_main01_box01_content01_box01_ul03_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 20px;
}

.dash_main01_box01_content01_box01_ul03_li:last-child {
	margin-bottom: 0px;
}

.dash_main01_box01_content01_box01_ul03_li_title01 {
	width: 60px;
	margin: 0 10px 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	line-height: 20px;
	text-align: left;
}

.dash_main01_box01_content01_box01_ul03_li_text01 {
	flex: 1;
	font-size: 15px;
	color: #111;
	line-height: 20px;
	text-align: left;
}

.dash_main01_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 50px;
}

.dash_main01_box02_img01 {
	display: block;
	max-width: 380px;
	margin-right: 20px;
	border-radius: 15px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.3);
}

.dash_main01_box02_textbox01 {
	flex: 1;
	max-width: calc(100% - 400px);
}

.dash_main01_box02_textbox01_title01 {
	max-width: 100%;
	width: max-content;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: #31A9B8 2px solid;
	font-size: 18px;
	font-weight: 500;
	color: #111;
	line-height: 30px;
	text-align: left;
}

.dash_main01_box02_textbox01_text01 {
	margin: 0 0 20px;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.dash_main01_box02_textbox01_text01:last-child {
	margin: 0 0;
}

.dash_main01_box02_textbox01_text02 {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	color: #111;
	line-height: 1;
	text-align: left;
}

.dash_main01_box02_textbox01_img01 {
	display: block;
	max-width: 180px;
	margin-bottom: 20px;
}

.dash_main01_text01 {
	margin: 0 auto 30px;
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.dash_main01_navbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto 40px;
}

.dash_main01_navbox01_content01 {
	max-width: calc((100% - 80px) / 3);
	width: 300px;
	margin-right: 40px;
}

.dash_main01_navbox01_content01:last-child {
	margin-right: 0px;
}

.dash_main01_userul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	margin: 30px auto 50px;
	padding: 0;
}

.dash_main01_userul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	width: calc((100% - 40px) / 2);
	margin-bottom: 30px;
	margin-right: 40px;
}

.dash_main01_userul01_li:nth-child(2n) {
	margin-right: 0px;
}

.dash_main01_userul01_li a {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding: 20px 20px;
	background: #FFF;
	border-radius: 10px;
	transition-duration: 0.35s;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.dash_main01_userul01_li a:hover {
	transition-duration: 0.35s;
	box-shadow: 0px 0px 30px -10px rgba(49,169,184,0.9);
}

.dash_main01_userul01_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	margin-bottom: 20px;
}

.dash_main01_userul01_li_box01_imgbox01 {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.dash_main01_userul01_li_box01_imgbox01_img01 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.dash_main01_userul01_li_box01_textbox01 {
	flex: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	max-width: calc(100% - 70px);
}

.dash_main01_userul01_li_box01_textbox01_name {
	display: block;
	margin-right: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	text-align: left;
}

.dash_main01_userul01_li_box01_textbox01_company {
	flex: 1;
	display: block;
	padding-left: 20px;
	font-size: 15px;
	color: #111;
	line-height: 1;
	text-align: left;
	position: relative;
}

.dash_main01_userul01_li_box01_textbox01_company:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
}

.dash_main01_userul01_li_box01_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: 10px 0 20px;
	padding: 0;
}

.dash_main01_userul01_li_box01_textbox01_ul01_li {
	margin-bottom: 5px;
	margin-right: 15px;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.dash_main01_userul01_li_box01_textbox01_ul01_li:last-child {
	margin-right: 0px;
}

.dash_main01_userul01_li_box01_textbox01_ul01_li_b01 {
	background: #31A9B8;
}

.dash_main01_userul01_li_box01_textbox01_ul01_li_b02 {
	background: #7D7D7D;
}

.dash_main01_userul01_li_box01_textbox01_ul01_li_b03 {
	background: #F5BE41;
}

.dash_main01_userul01_li_box01_text01 {
	width: 100%;
	margin: 0;
	font-size: 14px;
	color: #111;
	line-height: 28px;
	text-align: left;
}

.dash_main01_userul01_li_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: max-content;
	margin: 0 0 0 auto;
}

.dash_main01_userul01_li_button01:after {
	content: "\f0da";
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #A4A4A4;
	line-height: 1;
}

.dash_main01_userul01_li_button01_text01 {
	display: block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #A4A4A4;
	line-height: 1;
	text-align: left;
}

/*dashboardここまで */

/*stripe */

#card-holder-name {
	display: block;
	margin-bottom: 15px;
	padding: 10px 15px;
	background: #FFF;
	border: #CCC 1px solid;
	border-radius: 5px;
	font-size: 15px;
	color: #111;
	line-height: 20px;
	text-align: left;
}

#card-element {
	max-width: calc(100% - 30px);
	width: 500px;
	padding: 10px 15px;
	background: #FFF;
	border: #CCC 1px solid;
	border-radius: 5px;
	font-size: 15px;
	color: #111;
	line-height: 20px;
	text-align: left;
}

#card-button {
	display: block;
	max-width: calc(100% - 40px);
	width: max-content;
	margin-top: 20px;
	padding: 10px 20px;
	background: #31A9B8;
	border: #31A9B8 2px solid;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

#card-button:hover {
	background: #FFF;
	color: #31A9B8;
	transition-duration: 0.35s;
}

/*stripeここまで */

/*calendar */

td.fc-day-sat {
	background-color: #eaf4ff;
}

td.fc-day-sun {
	background-color: #ffeaea;
}

#createScheduleModal {
	max-width: calc(100% - 40px - 80px - 6px);
	max-height: calc(100% - 160px);
	width: 600px;
	padding: 40px 40px;
	background: #FFF;
	border: #F5BE41 3px solid;
	border-radius: 20px;
	position: fixed;
	top: calc(50% + 40px);
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 5;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.createScheduleModal_before {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 4;
}

.createScheduleModal_title01 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	text-align: left;
}

.createScheduleModal_ul01 {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.createScheduleModal_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 10px;
}

.createScheduleModal_ul01_li:last-child {
	margin-bottom: 0px;
}

.createScheduleModal_ul01_li_text01 {
	display: block;
	margin-right: 5px;
	padding: 8px 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.createScheduleModal_ul01_li_text01_b01 {
	background: #258039;
}

.createScheduleModal_ul01_li_text01_b02 {
	background: #31A9B8;
}

.createScheduleModal_ul01_li_text02 {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	line-height: 1;
	text-align: left;
}

#createScheduleModal input,
#createScheduleModal textarea {
	max-width: 100%;
	width: 100%;
}

#createScheduleModal [data-readonly="true"] {
	pointer-events: none;
}

#createScheduleModal [name="footerSlot"] button:not(:last-child) {
	margin-bottom: 15px;
	margin-right: 15px;
}

.calendar_button01 {
	margin-bottom: 20px;
	padding: 5px 15px;
	background: #31A9B8;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
    -webkit-appearance: none;
	transition-duration: 0.35s;
}

.calendar_button01:hover {
	background: #F5BE41;
	transition-duration: 0.35s;
}

.fc .fc-toolbar {
    align-items: flex-end !important;
 }

.fc .fc-toolbar-title {
	padding: 5px 20px;
	background: #2C3E50;
	border-radius: 30px;
	font-size: 16px !important;
	font-weight: 500;
	color: #FFF !important;
}

.fc .fc-button-primary {
	transition-duration: 0.2s;
}

.fc .fc-button-primary:focus {
	outline: none !important;
}

.fc .fc-button:focus {
    -webkit-appearance: none !important;
  }

.fc .fc-button-primary:hover {
	background: #777 !important;
	transition-duration: 0.2s;
}

.fc .fc-daygrid-event {
	margin-bottom: 5px;
}

.fc-daygrid-day {
	cursor: pointer;
	transition-duration: 0.2s;
}

.fc-daygrid-day:hover {
	background: #FFF;
	transition-duration: 0.2s;
}

.fc_notice01 {
	width: max-content;
	padding: 2px 5px;
	background: #FFF;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 600;
	color: #111;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 2;
}

.fc_notice01_b00 {
	display: none;
}

.fc_notice01_b01 {
	border: #CCC 1px solid;
}

.fc_notice01_b02 {
	border: #31A9B8 1px solid;
}

.fc_notice01_b03,
.fc_notice01_b05 {
	border: #F5BE41 1px solid;
}

.fc_notice01_b04 {
	border: #F00 1px solid;
}

.fc_notice01_b06 {
	background: #AAA;
	border: #AAA 1px solid;
	color: #FFF;
}

.notie-container {
	font-size: 15px !important;
}

.notie-textbox {
	padding: 10px !important;
}

.swal2-title {
	font-size: 16px !important;
}

.swal2-actions {
	margin-top: 10px !important;
}

.calendar_cautiontext01 {
	margin: 20px 0;
	padding: 10px 10px;
	background: #f9f9f9;
	border: #3aedd4 1px solid;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	text-align: left;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
}

.calendar_linkbutton01 {
	max-width: calc(100% - 40px);
	width: max-content;
	margin: 20px 0;
	padding: 5px 16px;
	background: #F5BE41;
	border: #F5BE41 2px solid;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	transition-duration: 0.35s;
}

.calendar_linkbutton01:hover {
	background: #FFF;
	color: #F5BE41;
	transition-duration: 0.35s;
}

.calendar_introbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	max-width: 100%;
	width: max-content;
	margin-bottom: 30px;
	padding: 20px 20px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
}

.calendar_introbox01_left {
	width: 150px;
	margin-right: 20px;
}

.calendar_introbox01_left_imgbox01 {
	width: 110px;
	height: 110px;
	margin: 0 auto 20px;
}

.calendar_introbox01_left_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 50%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.calendar_introbox01_left_name01 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #111;
	line-height: 24px;
	text-align: center;
}

.calendar_introbox01_right {
	flex: 1;
}

.calendar_introbox01_right_ul01 {
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
}

.calendar_introbox01_right_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 15px;
}

.calendar_introbox01_right_ul01_li:last-child {
	margin-bottom: 0px;
}

.calendar_introbox01_right_ul01_li_text01 {
	width: 110px;
	margin: 0 20px 0 0;
	padding: 7px 10px;
	background: #31A9B8;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.calendar_introbox01_right_ul01_li_text02 {
	flex: 1;
	margin: 0;
	font-size: 15px;
	color: #111;
	line-height: 30px;
	text-align: left;
}

.calendar_introbox01_right_text01 {
	margin: 0;
	font-size: 15px;
	color: #111;
	line-height: 30px;
	text-align: left;
}

/*calendarここまで */

.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);
}

/* ここまで1024px以上の幅の場合に適応される */
