@charset "utf-8";
/* CSS Document */
html {
	/*height:100%;*/
}
body {
    text-align: center;
	margin: 0;
	width: 100%;
	background: #FFF;
	position: relative;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: "Rubik", sans-serif;
	font-family: "Oswald", sans-serif;
	font-family: "Prompt", sans-serif;
	*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.under_span {
	text-decoration:underline;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

.br_1024 {
	display:none;
}

.br_768 {
	display:none;
}

.br_480 {
	display:none;
}

#wrapper {
	overflow-x:hidden;
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

/*ヘッダー */

#header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	position: relative;
}

.header_in {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 0;
	position: relative;
}

.header_box01 {
	max-width: 100%;
	width: max-content;
	margin: 0 auto 25px;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
	position: relative;
}

.header_logo01_img01 {
	display: block;
	width: auto;
	margin: 0 auto;
}

.header_box01_langbox01 {
	display: flex;
	display: none;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	max-width: 100%;
	width: max-content;
	position: absolute;
	bottom: 10px;
	left: calc(100% + 250px);
}

.header_box01_langbox01_ico01 {
	display: block;
	margin-right: 15px;
}

.header_box01_langbox01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_box01_langbox01_ul01_li {
	font-size: 17px;
	line-height: 1;
}

.header_box01_langbox01_ul01_li:first-child {
	margin-right: 7px;
	padding-right: 7px;
	border-right: #231815 1px solid;
}

.header_box01_langbox01_ul01_li a {
	color: #231815;
	transition-duration: 0.35s;
}

.header_box01_langbox01_ul01_li:hover a {
	color: #CCC;
	transition-duration: 0.35s;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 41px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #231815;
	position: absolute;
	top: 0;
	right: -20px;
}

.header_ul .header_ul_li:last-child:after {
	display: none;
}

.header_ul_li_sp {
	display: none;
}

/*.header_ul_li.onmenu {
	padding:10px 30px 10px 10px;
	padding:10px 20px 10px 20px;
}

.header_ul_li.onmenu:after {
	display:none;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	font-size:20px;
	color:#535554;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}*/

.header_ul_li_o {
}

.header_ul_li_span01 {
	display: block;
	font-size: 17px;
	color: #231815;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.header_ul_li_o .header_ul_li_span01 {
	color: #231815;
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 2px;
	margin: auto;
	background: #231815;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width:100%;
	opacity:1;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top:7px;
	/*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:#231815;
	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:#231815;
	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:#231815;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_o {
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.sub_ul {
	display:none;
	list-style:none;
	margin:0 auto;
	padding: 30px 10px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:2;
}

.sub_ul_li {
	width:max-content;
	margin: 0 auto 10px;
	border-radius: 5px;
	font-size:15px;
	line-height:1;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding:8px 10px;
	background:rgba(41,136,188,0.9);
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	background:rgba(71,166,218,0.9);
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.sub_ul_li_o .sub_ul_li_border {
	width:80%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 2;
}

.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
	width:100%;
	vertical-align: bottom;
}

.slider1_li_box {
}

.slider1_li_img {
	max-width:100%;
	width: 100%;
	height:auto;
}

.wrapper_title {
	margin:0 auto 50px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: block;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.wrapper_title_text01_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;
}

.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% - 44px);
	padding: 20px 20px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: #c32337;
	border: #c32337 2px solid;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_span {
	display: block;
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
	color: #c32337;
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_button01_icobox01 {
	max-width: 14px;
	margin-left: 15px;
	position: relative;
}

.wrapper_button01_icobox01_ico01 {
	display: block;
	position: relative;
	opacity: 1;
	transition-duration: 0.35s;
}

.wrapper_button01_o .wrapper_button01_icobox01_ico01 {
	opacity: 0;
	transition-duration: 0.35s;
}

.wrapper_button01_icobox01_ico02 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration: 0.35s;
}

.wrapper_button01_o .wrapper_button01_icobox01_ico02 {
	opacity: 1;
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 170px 0;
	background: url("../img/back01.webp") no-repeat center right/cover;
}

.wrapper_index01_big_b01:after {
	content: "";
	width: 100%;
	height: 150px;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.wrapper_index01_big_b02 {
	padding: 190px 0 80px;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(17, 35, 61, 1) 100%);
	z-index: 2;
}

.wrapper_index01_big_b02:after {
	content: "";
	width: 110px;
	height: 90px;
	aspect-ratio: 2;
	clip-path: polygon(50% 100%,100% 0,0 0);
	background: linear-gradient(45deg,rgba(17, 35, 61, 1),rgba(17, 35, 61, 1));
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.wrapper_index01_big_b03 {
	padding: 140px 0 160px;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(15, 29, 58, 1) 100%);
	z-index: 1;
}

.wrapper_index01_big_b03:before {
	/*content: "";*/
	width: 23%;
	height: 140px;
	background-image: repeating-linear-gradient(90deg, #5a6a84, #5a6a84 2px, transparent 2px, transparent 26px);
	position: absolute;
	top: 0;
	right: 0;
}

.wrapper_index01_big_b04 {
	padding: 120px 0 110px;
	background: url("../img/back02.webp") no-repeat center center/cover;
}

.wrapper_index01 {
	max-width: calc(100% - 40px);
	width: 1030px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 3;
}

.index01_box01 {
	width: 49%;
	position: relative;
}

.index01_box01:before {
	content: "";
	width: 200%;
	height: 100%;
	background: #001528;
	position: absolute;
	top: 0;
	right: 0;
	transform: skewX(-25deg);
	opacity: 0.66;
	z-index: 1;
}

.index01_box01_content01 {
	max-width: 660px;
	margin: 0 0 0 auto;
	padding: 55px 35px;
	position: relative;
	z-index: 2;
}

.index01_box01_content01_title01 {
	margin: 0 auto 35px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index01_box01_content01_title01:after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	margin-top: 5px;
	background: #26D837;
	background: linear-gradient(90deg,rgba(38, 216, 55, 1) 0%, rgba(160, 223, 115, 1) 100%);
	transform: skewX(-35deg);
}

.index01_box01_content01_img01 {
	display: block;
	margin: 0 0 75px;
}

.index01_box01_content01_text01 {
	margin: 0 0 55px;
	font-size: 30px;
	font-weight: 500;
	color: #FFF;
	line-height: 50px;
	text-align: left;
}

.index01_box01_content01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}

.index01_box01_content01_box01_img01 {
	display: block;
	margin-right: 20px;
}

.index01_box01_content01_box01_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.index01_box01_content01_box01_ul01_li {
	margin-bottom: 5px;
	width: max-content;
	position: relative;
}

.index01_box01_content01_box01_ul01_li:first-child {
	margin-left: 15px;
}

.index01_box01_content01_box01_ul01_li:last-child {
	margin-bottom: 0px;
	padding-right: 5px;
}

.index01_box01_content01_box01_ul01_li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #B2FF55;
	background: linear-gradient(90deg,rgba(178, 255, 85, 1) 0%, rgba(219, 234, 188, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: skewX(-25deg);
}

.index01_box01_content01_box01_ul01_li_text01 {
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 500;
	color: #001528;
	line-height: 1;
	text-align: left;
	position: relative;
	z-index: 2;
}

.index01_box01_content01_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.index01_box01_content01_box02_img01 {
	display: block;
	margin-right: 15px;
}

.index01_box01_content01_box02_textbox01 {
}

.index01_box01_content01_box02_textbox01_text01 {
	display: block;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index01_box01_content01_box02_textbox01_text02 {
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 39px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index02_title01 {
	margin: 0 auto 70px;
	padding: 0;
	font-size: 60px;
	font-weight: bold;
	color: #b2ff55;
	line-height: 80px;
	text-align: center;
}

.index02_subtitle01 {
	max-width: calc(100% - 140px);
	width: max-content;
	margin: 0 auto 70px;
	padding: 10px 70px;
	font-size: 36px;
	font-weight: bold;
	color: #001528;
	line-height: 1;
	text-align: center;
	position: relative;
}

.index02_subtitle01:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #b2ff55;
	position: absolute;
	top: 0;
	left: 0;
	transform: skewX(-25deg);
	z-index: -1;
}

.index02_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	max-width: calc(100% - 40px);
	margin: 0 auto 280px;
	padding: 0 20px;
	position: relative;
}

.index02_box01_textbox01 {
	width: 50%;
	position: relative;
	z-index: 2;
}

.index02_box01_textbox01_content01 {
	max-width: 100%;
	width: 520px;
	margin: 0 0 0 auto;
	font-size: 25px;
	font-weight: 500;
	color: #FFF;
	line-height: 45px;
	text-align: left;
}

.index02_box01_imgbox01 {
	width: calc(50% - 80px);
	margin-left: 80px;
	position: relative;
	z-index: 1;
}

.index02_box01_imgbox01_img01 {
	display: block;
	max-width: 125%;
	position: relative;
	right: 33%;
}

.index02_title02 {
	max-width: calc(100% - 220px);
	width: max-content;
	margin: 0 auto 90px;
	padding: 10px 110px 16px;
	font-size: 60px;
	font-weight: bold;
	color: #b2ff55;
	line-height: 1;
	text-align: center;
	position: relative;
}

.index02_title02:after {
	content: "";
	width: 100%;
	height: 8px;
	background: #006934;
	background: linear-gradient(90deg,rgba(0, 105, 52, 1) 0%, rgba(178, 255, 85, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: skewX(-25deg);
	z-index: -1;
}

.index02_ul01 {
	counter-reset: item;
	list-style: none;
	margin: 0 auto 220px;
	padding: 0;
}

.index02_ul01_li {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 150px;
	position: relative;
}

.index02_ul01_li:nth-child(2n+1) {
	flex-flow: row-reverse wrap;
}

.index02_ul01_li:nth-child(2n) {
	flex-flow: row wrap;
}

.index02_ul01_li:last-child {
	margin-bottom: 0px;
}

.index02_ul01_li:before {
	content: "";
	display: block;
	width: 120%;
	height: 150%;
	background: #0b2644;
	position: absolute;
	top: -40%;
	left: 50%;
	opacity: 0.5;
	z-index: -1;
}

.index02_ul01_li:nth-child(2n+1):before {
	-webkit-transform:translateX(-50%) rotate(-10deg);
	-ms-transform:translateX(-50%) rotate(-10deg);
	transform:translateX(-50%) rotate(-10deg);
}

.index02_ul01_li:nth-child(2n):before {
	-webkit-transform:translateX(-50%) rotate(10deg);
	-ms-transform:translateX(-50%) rotate(10deg);
	transform:translateX(-50%) rotate(10deg);
}

.index02_ul01_li_textbox01 {
	width: 50%;
	position: relative;
}

.index02_ul01_li_textbox01_content01 {
	max-width: 520px;
}

.index02_ul01_li:nth-child(2n+1) .index02_ul01_li_textbox01_content01 {
	margin: 0 auto 0 0;
	padding-right: 20px;
}

.index02_ul01_li:nth-child(2n) .index02_ul01_li_textbox01_content01 {
	margin: 0 0 0 auto;
	padding-left: 20px;
}

.index02_ul01_li_textbox01_content01_title01 {
	margin: 0 0 50px;
	padding: 0;
	font-size: 52px;
	font-weight: bold;
	color: #FFF;
	line-height: 80px;
	text-align: left;
	position: relative;
}

.index02_ul01_li:nth-child(1) .index02_ul01_li_textbox01_content01_title01 {
	padding-top: 130px;
}

.index02_ul01_li:nth-child(2) .index02_ul01_li_textbox01_content01_title01 {
	padding-top: 260px;
}

.index02_ul01_li:nth-child(3) .index02_ul01_li_textbox01_content01_title01 {
	padding-top: 220px;
}

.index02_ul01_li_textbox01_content01_title01:before {
	content: '0'counter(item);
	counter-increment: item;
	font-family: "Oswald", sans-serif;
	font-size: 280px;
	font-weight: bold;
	color: #0c441e;
	line-height: 1;
	position: absolute;
	z-index: -1;
}

.index02_ul01_li:nth-child(1) .index02_ul01_li_textbox01_content01_title01:before {
	top: 0px;
	left: -100px;
}

.index02_ul01_li:nth-child(2) .index02_ul01_li_textbox01_content01_title01:before {
	bottom: 0px;
	right: -100px;
}

.index02_ul01_li:nth-child(3) .index02_ul01_li_textbox01_content01_title01:before {
	top: 0px;
	left: -100px;
}

.index02_ul01_li_textbox01_content01_text01 {
	margin: 0;
	font-size: 25px;
	font-weight: 500;
	color: #FFF;
	line-height: 45px;
	text-align: left;
}

.index02_ul01_li_imgbox01 {
	width: calc(50% - 60px);
	position: relative;
}

.index02_ul01_li_imgbox01_img01 {
	display: block;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.index02_ul01_li:nth-child(2n+1) .index02_ul01_li_imgbox01_img01 {
	margin: 0 0 0 auto;
}

.index02_ul01_li:nth-child(2n) .index02_ul01_li_imgbox01_img01 {
	margin: 0 auto 0 0;
}

.index02_subtitle02 {
	margin: 0 auto 40px;
	padding: 0;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index02_ul02 {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	list-style: none;
	margin: 0 auto 10px;
	padding: 0;
}

.index02_ul02_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin-bottom: 10px;
	padding: 12px 50px 13px 35px;
	background: #d4d8d8;
	position: relative;
}

.index02_ul02_li:last-child {
	margin-bottom: 0px;
}

.index02_ul02_li:before {
	content: "";
	display: block;
	width: 15px;
	height: 100%;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	background: linear-gradient(45deg,#d4d8d8,#d4d8d8);
	position: absolute;
	top: 0;
	left: 100%;
}

.index02_ul02_li_icobox01 {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-right: 15px;
	background: #FFF;
	position: relative;
}

.index02_ul02_li_icobox01:before,
.index02_ul02_li_icobox01:after {
	content: "";
	height: 1.5px;
	background: #001528;
	position: absolute;
}

.index02_ul02_li_icobox01:before {
	width: 13px;
	top: 50%;
	left: 9px;
	transform: rotate(-47deg);
}

.index02_ul02_li_icobox01:after {
	width: 8px;
	top: 50%;
	left: 5px;
	transform: rotate(45deg);
}

.index02_ul02_li_text01 {
	display: block;
	max-width: calc(100% - 39px);
	font-size: 32px;
	font-weight: bold;
	color: #001528;
	line-height: 1;
	text-align: left;
}

.index02_text01 {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index03_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin: 0 auto 120px;
	position: relative;
}

.index03_box01:before {
	content: "";
	display: block;
	width: 68%;
	height: 100%;
	background: #091323;
	background: linear-gradient(180deg, rgba(9, 19, 35, 1) 0%, rgba(9, 15, 31, 1) 100%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

.index03_box01_textbox01 {
	width: calc(53% - 90px);
	position: relative;
	z-index: 2;
}

.index03_box01_textbox01_content01 {
	max-width: calc(100% - 20px);
	width: max-content;
	margin: 0 0 0 auto;
	padding-left: 20px;
}

.index03_box01_textbox01_content01_text01 {
	display: block;
	margin-bottom: 35px;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index03_box01_textbox01_content01_img01 {
	display: block;
	margin: 0 auto 35px;
	position: relative;
	left: 20px;
}

.index03_box01_textbox01_content01_ul01 {
	list-style: none;
	width: max-content;
	margin: 0 auto;
	padding: 0;
}

.index03_box01_textbox01_content01_ul01_li {
	margin-bottom: 10px;
	position: relative;
}

.index03_box01_textbox01_content01_ul01_li:last-child {
	margin-bottom: 0px;
}

.index03_box01_textbox01_content01_ul01_li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #006934;
	background: linear-gradient(90deg, rgba(0, 105, 52, 1) 0%, rgba(178, 255, 85, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: skewX(-25deg);
}

.index03_box01_textbox01_content01_ul01_li_text01 {
	display: block;
	padding: 5px 45px;
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index03_box01_imgbox01 {
	width: 47%;
	position: relative;
	z-index: 2;
}

.index03_box01_imgbox01_content01 {
	max-width: 100%;
	width: max-content;
	height: 100%;
	position: relative;
}

.index03_box01_imgbox01_content01:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: #b2ff55 3px solid;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.index03_box01_imgbox01_content01_img01 {
	display: block;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: relative;
	z-index: 2;
}

.index03_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 220px;
}

.index03_textbox01_text01 {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index03_textbox01_text02 {
	display: block;
	padding: 0 30px;
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
}

.index03_textbox01_text02:before {
	content: "";
	display: block;
	width: 176px;
	height: 176px;
	background: #ffffff;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	border: #b2ff55 1px solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: -1;
}

.index03_box02 {
	padding-top: 70px;
	position: relative;
}

.index03_box02:before {
	content: "";
	width: 68%;
	height: 60%;
	background: #0D192D;
	background: linear-gradient(180deg, rgba(13, 25, 45, 1) 0%, rgba(11, 23, 47, 1) 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.index03_box02_title01 {
	margin: 0 auto 70px;
	padding: 0;
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index03_box02_content01 {
	padding: 100px 0;
	position: relative;
	z-index: 2;
}

.index03_box02_content01:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #b2ff55;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: -1;
}

.index03_box02_content01:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.index03_box02_content01_icobox01 {
	width: 60px;
	height: 60px;
	background: #091323;
	background: linear-gradient(90deg, rgba(9, 19, 35, 1) 0%, rgba(9, 15, 31, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index03_box02_content01_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.index03_box02_content01_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 50px;
}

.index03_box02_content01_ul01_li:last-child {
	margin-bottom: 0px;
}

.index03_box02_content01_ul01_li_title01 {
	width: 300px;
	margin: 0 70px 0 0;
	padding: 9px 0 11px;
	font-size: 35px;
	font-weight: bold;
	color: #001528;
	line-height: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index03_box02_content01_ul01_li_title01:before {
	content: "";
	max-height: 53px;
	width: 100%;
	height: 100%;
	background: #f1ffb5;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform:translateY(-50%) skewX(-25deg);
	-ms-transform:translateY(-50%) skewX(-25deg);
	transform:translateY(-50%) skewX(-25deg);
	z-index: -1;
}

.index03_box02_content01_ul01_li_title01_p01:before {
	margin-top: 1px;
}

.index03_box02_content01_ul01_li_textbox01 {
	width: 420px;
	padding-top: 7px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.index03_box02_content01_ul01_li_textbox01_text01 {
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	color: #001528;
	line-height: 50px;
	text-align: left;
}

.index03_box02_content01_ul01_li_textbox01_text02 {
	display: inline-block;
	font-size: 25px;
	color: #001528;
	line-height: 40px;
	text-align: left;
}

.index03_box02_content01_ul01_li_textbox01_text03 {
	display: block;
	padding-left: 1em;
	font-size: 23px;
	font-weight: 500;
	color: #001528;
	line-height: 35px;
	text-indent: -1em;
	text-align: left;
}

.index04_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.index04_box01_textbox01 {
	margin-left: 60px;
}

.index04_box01_textbox01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}

.index04_box01_textbox01_box01_img01 {
	display: block;
	margin-right: 20px;
}

.index04_box01_textbox01_box01_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.index04_box01_textbox01_box01_ul01_li {
	margin-bottom: 5px;
	width: max-content;
	position: relative;
}

.index04_box01_textbox01_box01_ul01_li:first-child {
	margin-left: 15px;
}

.index04_box01_textbox01_box01_ul01_li:last-child {
	margin-bottom: 0px;
	padding-right: 5px;
}

.index04_box01_textbox01_box01_ul01_li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #006934;
	background: linear-gradient(90deg, rgba(0, 105, 52, 1) 0%, rgba(178, 255, 85, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: skewX(-25deg);
}

.index04_box01_textbox01_box01_ul01_li_text01 {
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
	position: relative;
	z-index: 2;
}

.index04_box01_textbox01_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	margin-bottom: 30px;
}

.index04_box01_textbox01_box02_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 5px;
	margin-right: 5px;
}

.index04_box01_textbox01_box02_textbox01_text01 {
	display: block;
	font-size: 21px;
	color: #e83828;
	line-height: 1;
	text-align: center;
}

.index04_box01_textbox01_box02_textbox01_text02 {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #e83828;
	line-height: 35px;
	text-align: center;
}

.index04_box01_textbox01_box02_text01 {
	display: block;
	margin-right: 5px;
	font-family: "Rubik", sans-serif;
	font-size: 82px;
	font-weight: bold;
	color: #e83828;
	line-height: 65px;
	text-align: left;
}

.index04_box01_textbox01_box02_text02 {
	display: block;
	margin-bottom: 7px;
	font-size: 23px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index04_box01_textbox01_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 30px;
}

.index04_box01_textbox01_box03_text01 {
	display: block;
	margin-right: 15px;
	padding: 0 10px;
	background: #b2ff55;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 500;
	color: #001528;
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.index04_box01_textbox01_box03_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.index04_box01_textbox01_box03_ul01_li {
	margin-bottom: 10px;
	text-align: left;
}

.index04_box01_textbox01_box03_ul01_li:last-child {
	margin-bottom: 0px;
}

.index04_box01_textbox01_box03_ul01_li_text01 {
	display: inline-block;
	margin-right: 2px;
	font-size: 26px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index04_box01_textbox01_box03_ul01_li_text02 {
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index04_box01_textbox01_box04 {
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: 500;
	color: #FFF;
	line-height: 35px;
	text-align: left;
}

.index04_box01_textbox01_box04_br {
}

.index04_box01_textbox01_box05 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.index04_box01_textbox01_box05_text01 {
	display: block;
	margin-right: 10px;
	padding: 10px 10px;
	background: #b2ff55;
	border-radius: 10px;
	font-size: 23px;
	font-weight: 500;
	color: #001528;
	line-height: 1;
	text-align: center;
}

.index04_box01_textbox01_box05_img01 {
	display: block;
	margin-right: 5px;
}

.index04_box01_textbox01_box05_text02 {
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 45px;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index04_box01_img01 {
	display: block;
	margin-top: -180px;
	position: relative;
}

/*コンテンツここまで */

/*フッター */

#footer {
	position:relative;
	z-index:2;
}

/*フッターここまで */

#wrapper_head_big {
	min-height: 150px;
	position: relative;
	z-index: 1
}

.wrapper_head {
	position: relative;
}

.wrapper_head_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a {
	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: #0f1d3a;
  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: #b2ff55;
  -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;
	bottom: 15px;
	right: 15px;
}

.page_up a {
	display: block;
	width: 72px;
	height: 72px;
	border: #b2ff55 4px solid;
	border-radius: 50%;
	transition-duration: 0.35s;
}

.page_up a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	transition-duration: 0.35s;
}

.page_up a:hover:before {
	opacity: 1;
	transition-duration: 0.35s;
}

.page_up_ico01 {
	display: block;
	width: 43px;
	height: 35px;
	aspect-ratio: 1/cos(30deg);
	clip-path: polygon(50% 0,100% 100%,0 100%);
	background: linear-gradient(45deg,#FFF,#FFF);
	position: absolute;
	top: calc(50% - 5px);
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
}

/*about */

/*aboutここまで */

.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以上の幅の場合に適応される */
