@charset "UTF-8";
/* CSS Document */

html {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
a, a:hover, a:visited, a:active, a:focus {
	outline: none;
}
.both {
	clear: both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.entry-content p {
	margin: 0 0 20px;
}
.home h4 {
	font-size: 16px;
}
.site-inner h1 {
	color: #FF2200;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
.site-inner h3 {
	font-size: 1.2rem;
}

@media (min-width: 768px) {
.home .site-content .col-full {
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-sizing: content-box;
}
}
table {
	border-top: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
}
table th, table td {
	padding: 10px;
	border-bottom: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
}
.twocolumn, .threecolumn {
	margin: auto;
}
.twocolumn li, .threecolumn li {
	box-sizing: border-box;
	margin-bottom: 20px;
}
.twocolumn li div, .threecolumn li div {
	background-color: #7F7F7F;
	padding-bottom: 10px;
}
.twocolumn li img, .threecolumn li img {
	width: 100%;
	max-width: none;
	display: block;
	margin: 0;
	margin-bottom: 10px;
}
.twocolumn li p, .threecolumn li p {
	padding: 0 10px;
	margin-bottom: 10px;
}
.twocolumn li p:last-child, .threecolumn li p:last-child {
	margin-bottom: 0;
}

@media (min-width: 641px) {
.twocolumn {
	margin: auto;
	width: 100%;
}
.twocolumn li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
}
.twocolumn li:first-child {
	padding-right: 10px;
	padding-left: 0;
}
.twocolumn li div {
	background-color: #7F7F7F;
	padding-bottom: 10px;
}
.twocolumn li img {
	max-width: 100%;
	display: block;
	margin: 0;
	margin-bottom: 10px;
}
.twocolumn li p {
	padding: 0 10px;
	margin-bottom: 10px;
}
.twocolumn li p:last-child {
	margin-bottom: 0;
}
.threecolumn {
	margin: auto;
	width : -webkit-calc(100% + 20px);
}
.threecolumn li {
	float: left;
	width: 33.33%;
	padding-right: 20px;
	box-sizing: border-box;
}
.threecolumn li div {
	background-color: #7F7F7F;
	padding-bottom: 10px;
}
.threecolumn li img {
	max-width: 100%;
	display: block;
	margin: 0;
	margin-bottom: 10px;
}
.threecolumn li p {
	padding: 0 10px;
	margin-bottom: 10px;
}
.threecolumn li p:last-child {
	margin-bottom: 0;
}
}

@media (max-width: 640px) {
}
.error404.content-area {
	float: none;
	margin: auto;
}
.error404.content-area main {
	text-align: center;
	margin-right: auto;
}
.error404 h1 {
	font-size: 70px;
}

@media screen and (max-width: 800px) {
.error404 h1 span {
	display: block;
	font-size: 36px;
	margin-bottom: 20px;
}
}
.site-header {
}
.headerlogo {
	margin-right: 20px;
}
.headerlogo h1, .headerlogo a, .headerlogo p, .headerlogo img {
	display: block
}
.headerlogo, .logotext {
	float: left;
}
.header_container {
	margin: auto;
	position: relative;
}
.headermain {
	position: relative;
}
.headerright {
	position: absolute;
	top: 0px;
	right: 0px;
}
.headerright a {
	display: block;
	width: 34px;
	height: 34px;
}
.headernavi {
}
.headernavi ul {
	margin: auto;
	max-width: 1240px;
}
.headerlogo {
}
.headerlogo img {
}
.logotext {
	font-size: 10px;
	margin-top: 0px;
}
.site-inner {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	padding: 130px 20px;
	padding-bottom: 0px;
}
.footer_container {
	margin: auto;
	max-width: 1140px;
	padding: 0 20px;
}
.top-inner .site-main {
	margin: 0;
}
.top-inner h3 {
	font-size: 18px;
}
.top_boxtitle {
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.top_boxtitle:after {
	content: "";
	width: 200px;
	height: 2px;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: #009f87;
}
.top_boxtitle:first-child {
	margin-top: 0;
}
.posttext {
	height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 400;
}
.posttext span {
	font-size: 10px;
	color: #009f87;
}
.postauthor {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #9f9f9f;
}

.footlogo {
	display: block;
	width: 250px;
	margin: auto;
}
footer a, footer p {
	display: inline-block;
}
.copyright {
	text-align: center;
	display: block;
}
.spnavibg {
	z-index: 1000;
	height: 100vh;
	width: 100vw;
	position: fixed;
	background-color: hsla(0,0%,0%,0.50);
	display: none;
}
.spnavi {
	position: fixed;
	top: 20vw;
	right: -100%;
	z-index: 2000;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}
.spnavi ul {
}
.spnavi.menuopen {
	right: 0;
}
.spnavibg.menuopen {
	display: block;
}
.spnavi li {
	border-bottom: solid 1px #fff;
}
.spnavi li:last-child {
	border-bottom: none;
}
.spnavi li a {
	display: block;
	padding: 5vw;
	padding-left: 0;
}
.spnavi li a p:first-child {
	font-size: 6vw;
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
}
.spnavi li a, .spnavi li a:active, .spnavi li a:visited, .spnavi li a:link {
	color: #fff;
}
.spnavibgslide div.slide9 {
	display: none;
}
.spnavi_news {
	display: block;
	padding: 5vw;
	padding-left: 0;
	color: #fff;
}
.spnavi .spnavi_news a {
	padding: 0;
	display: inline-block;
}
.spnavi_news a:first-child {
	font-size: 6vw;
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	display: block;
}
.start {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: block;
	z-index: 1000;
}
.start.hidden {
	display: none;
}
.asterisk1 {
	position: absolute;
	width: 1500vw;
	height: 100vh;
	display: block;
	overflow: hidden;
	left: -3000%;
	right: -3000%;
	top: -2985vw;
	bottom: -3000vw;
	margin: auto;
}
.asterisk1 img {
	position: absolute;
	width: 10vw;
	height: auto;
	margin: auto;
	display: block;
	top: -3000%;
	bottom: -3000%;
	left: -3000%;
	right: -3000%;
	transform-origin: 50% 50%;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transform-box: fill-box;
	-webkit-transform: perspective(0);
}

@media (max-width: 800px) {
.asterisk1 img {
	position: absolute;
	width: 10vw;
	height: auto;
	margin: auto;
	display: block;
	top: -3020%;
}
}
.start.phase1 .asterisk1 {
	transition: 2s;
	top: -3000vw;
}
.start.phase1:before, .start.phase1:after {
	opacity: 0;
}
.starttext1 {
	position: absolute;
	width: 80%;
	height: auto;
	display: block;
	overflow: hidden;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	transition: 1s;
	opacity: 1;
	z-index: 1001;
}
.starttext1.hidden {
	opacity: 0;
}
.start.phase1 .asterisk1.big img {
	max-width: none;
	transition: 3s;
	transform-box: fill-box;
	width: 1500vw;
}
.rotate1 {
	animation: rotate1 5s linear infinite;
}
@keyframes rotate1 {
 0% {
transform: rotate(0deg);
 transform-box:fill-box;
}
 100% {
transform: rotate(360deg);
 transform-box:fill-box;
}
}
.rotate2 {
	animation: rotate2 5s linear infinite;
}
@keyframes rotate2 {
 0% {
transform: rotate(0deg);
 transform-box:fill-box;
}
 100% {
transform: rotate(-360deg);
 transform-box:fill-box;
}
}
.home .site {
	background-color: #FF2200;
	color: #fff;
}
.home a, .home a:hover, .home a:visited, .home a:active, .home a:focus {
	color: #fff;
}
.site-header {
	background-color: #FF2200;
	height: 22vw;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.headerlogo {
	position: absolute;
	left: 4%;
	margin: auto;
	width: 28%;
	transition: 0.5s;
	transform-style: preserve-3d;
	will-change: transform; /* ←追記分 */
	top: 5vw;
	margin-top: 0;
}
.headernavi {
	float: right;
	margin-top: 18px;
}
.headernavi ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 1px;
	width: 600px;
}
.headernavi li {
	width: 20%;
}
.headernavi li:first-child {
}
.headernavi a {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	padding-top: 14px;
	height: 44px;
	transition: 0.2s;
}
.headernavi a p:first-child {
	font-family: Eina03-Light;
	font-weight: normal;
	font-style: normal;
	position: relative;
}
.headernavi a p:first-child:after {
	position: absolute;
	width: 0%;
	content: "";
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	display: block;
	background-repeat: repeat-x;
	background-size: contain;
	background-color: rgba(255, 255, 255, 0.7);
	transition: 0.2s;
}
.headernavi a:hover p:first-child:after {
	width: 60%;
}
.headernavi a p:nth-child(2) {
	font-size: 12px;
	overflow: hidden;
	height: 0;
	transition: 0.2s;
}
.headernavi a:hover {
	padding-top: 0;
}
.headernavi a:hover p:nth-child(2) {
	margin-top: 10px;
	height: 12px;
	letter-spacing: 1px;
}
.headerright {
	width: 7vw;
	right: 0;
	padding-top: 7vw;
}
.headerright a {
	position: relative;
	width: 100%;
	display: block;
	height: 7vw;
	padding: 2.8vw 0;
	box-sizing: border-box;
}
.headerright a span {
	height: 1.3vw;
	width: 100%;
	background-color: #fff;
	display: block;
}
.headerright a:after, .headerright a:before {
	content: "";
	height: 1.3vw;
	width: 100%;
	background-color: #fff;
	display: block;
	top: 0;
	position: absolute;
}
.headerright a:before {
	bottom: 0;
	top: auto;
}
.topheader .headerright {
	width: 100%;
	right: -95vw;
	transition: 0.5s;
	z-index: 102;
}
.topheader .headerright {
	right: 110vw;
}
.topheader .headerright.view1 {
	right: 0;
}
.topheader .headerright.view2 {
	width: 7vw;
}
.topheader .headerlogo {
	opacity: 0;
	transition: .5s
}
.topheader .headerlogo.show {
	opacity: 1;
}
.toptitle {
	opacity: 0;
	transition: .5s
}
.toptitle.show {
	opacity: 1;
}
.topmainimage {
	height: 100vh;
	display: block;
	position: relative;
	overflow: hidden;
}
.asterisk3 {
	position: absolute;
	width: 80vw;
	height: 80vw;
	right: -38%;
	margin: auto;
	top: -50vw;
	bottom: -50vw;
	opacity: 0;
	transition: 1s 0s;
}
.asterisk3.show {
	opacity: 1;
}
.asterisk3 div {
	position: relative;
	width: 100%;
	height: 100%;
}
.asterisk3 img {
	position: absolute;
	top: -50vw;
	left: -50vw;
	right: -50vw;
	bottom: -50vw;
	margin: auto;
	width: 0vw;
	height: 0vw;
	transition: 1s 0s;
}
.asterisk3.show img {
	width: 40vw;
	height: 40vw;
}
.toptitle {
	margin: auto;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
}
.toptitle .bx-wrapper {
	width: 100%;
	display: block;
}
.toptitle h2 {
	text-align: center;
	font-size: 4vw;
	font-style: italic;
}
.toptitle img {
	width: 100%;
}
.topmainimage, .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .site-footer {
	position: relative;
	z-index: 10;
	background-color: #FF1E02;
}
.box1 {
	padding: 0 30px;
}
.box1 ul {
	margin-top: 50px;
}
.postbox {
	position: relative;
	margin-top: 24px;
	padding-bottom: 5px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.postbox:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	display: block;
	background-repeat: repeat-x;
	background-size: auto 1px;
	background-color: rgba(255, 255, 255, 0.7);
}
.box1 .postbox:first-child {
	margin-top: 0;
}
.postdate {
	text-align: right;
	font-size: 12px;
}
.newslist1 .postdate {
	color: rgba(0, 0, 0, 0.20);
}
.newslist2 .postdate {
	color: #FF1E02;
}
.newslist1 .postdate {
	color: rgba(255, 255, 255, 0.7);
}
.newslist2 .postdate {
	color: rgba(255, 255, 255, 0.7);
}
.box1 {
	padding: 30px 20px;
	padding: 2% 4%;
	position: relative;
	overflow: hidden;
}
.box1 .container {
	z-index: 3;
	position: relative;
}
.box1 .newslist_title h3 {
	/*font-family: Eina03-Regular;
	font-family: Eina03-Bold;*/
	font-size: 20px;
	line-height: 70px;
	position: relative;
	display: flex;
	align-items: center;
}
.box1 .newslist_title h3 {
}
.newslist_title {
	position: relative;
	/*padding-left: 60px;*/
	z-index: 10;
}
.newslist_title span.text {
	z-index: 10;
	position: relative;
	border-left: solid 5px #fff;
	padding-left: 10px;
	line-height: 1.6;
	display: block;
	margin: 10px 0;
	letter-spacing: 0.05em;
}
.newslist_title span.dot {
	position: relative;
	display: block;
	background-color: rgba(0,0,0,0.2);
	content: "";
	height: 7px;
	width: 7px;
	margin-left: 14px;
}
.newslist_title span.dot:after {
	position: absolute;
	display: block;
	background-color: rgba(0,0,0,0.2);
	content: "";
	height: 7px;
	width: 7px;
	left: 28px;
}
.newslist_title span.dot:before {
	position: absolute;
	display: block;
	background-color: rgba(0,0,0,0.2);
	content: "";
	height: 7px;
	width: 7px;
	left: 14px;
}

@media (max-width: 800px) {
.newslist_title span.dot {
	width: 1.5vw;
	height: 1.5vw;
	margin-left: 3vw;
}
.newslist_title span.dot:after {
	width: 1.5vw;
	height: 1.5vw;
	left: 6vw;
}
.newslist_title span.dot:before {
	left: 3vw;
	width: 1.5vw;
	height: 1.5vw;
}
}

@media (max-width: 800px) {
.newslist_title span.text {
	border-left: solid 1vw #fff;
	padding-left: 2vw;
}
}
.newslist1 .newslist_title {
	left: -10%;
	width: 128%;
	overflow: hidden;
}
.newslist1 .newslist_title:after {
	position: absolute;
	top: -100%;
	left: -50%;
	bottom: -100%;
	margin: auto;
	content: "";
	display: block;
	width: 120%;
	transform: rotate(-26.5deg);
	height: 0;
	padding-top: 80%;
	background-color: rgba(0, 0, 0, 0.20);
}
.newslist2 .newslist_title {
	width: 160%;
	overflow: hidden;
}
.newslist2 .newslist_title:after {
	position: absolute;
	top: -100%;
	right: 50%;
	bottom: -100%;
	margin: auto;
	content: "";
	display: block;
	width: 80%;
	transform: rotate(-26.5deg);
	height: 0;
	padding-top: 100%;
	background-color: rgba(0, 0, 0, 0.20);
}

@media (min-width: 801px) {
.newslist1 .newslist_title {
	padding-left: 50vw;
}
.newslist1 .newslist_title {
	left: -100vw;
	width: 100vw;
	overflow: hidden;
	transition: 0.5s 0.5s
}
.newslist1.show .newslist_title {
	left: -50vw;
}
.newslist2 .newslist_title {
	width: 100vw;
}
.newslist1 .newslist_title:after {
	width: 68%;
	left: 10%;
}
.newslist2 .newslist_title {
	padding-left: 60%;
	transition: 0.5s 0.5s;
	position: relative;
	left: 100vw;
}
.newslist2.show .newslist_title {
	left: -60%;
}
.newslist2 .newslist_title:after {
	right: 10%;
}
.box1 {
	padding-top: 0;
}
}
.newslist_title img {
	width: 50px;
	position: absolute;
	left: 0;
	top: -50px;
	bottom: -50px;
	margin: auto;
}
.newslist_more {
	display: flex;
	flex-direction: row-reverse;
	box-sizing: content-box;
	margin-top: 50px;
	justify-content: center;
	z-index: 10;
	position: relative;
}
.newslist_more.pc {
	display: flex;
	flex-direction: row;
	box-sizing: content-box;
	margin-top: 40px;
	justify-content: flex-end;
	z-index: 10;
	position: relative;
}
.newslist_more a {
	display: block;
	padding-left: 20px;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon_more.png);
	font-family: Eina03-Regular;
	font-size: 18px;
	line-height: 20px;
}
.box1_textarea h3 {
	border-left: solid 5px #fff;
	padding-left: 10px;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 180%;
}
.box1_textarea p {
	margin-bottom: 20px;
	line-height: 2;
}
.box1_textarea p:last-child {
	margin-bottom: 0;
}
.box1_textarea .box3_text1 {
	display: none;
}
.box2_textarea {
	margin: auto;
	padding: 15vw 20px;
	padding-top: 0;
	max-width: 890px;
}
.box2_textarea h3 {
	padding: 10px 0;
	padding-left: 70px;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 180%;
	background-image: url(../images/character_bgw.png);
	background-size: 60px;
	min-height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
}
.box2_textarea p {
	margin-bottom: 20px;
	line-height: 2;
}
.box2_textarea p:last-child {
	margin-bottom: 0;
}
.box2_textarea span {
	display: inline-block;
}
.box2_img {
	overflow: hidden;
	z-index: 1;
	display: block;
	width: 100%;
	position: relative;
	height: 40vw;
}
.box2_img div {
	position: fixed;
	top: 0;
	max-width: none;
	background-image: url(../images/box2_image2.jpg);
	padding-top: 40vw;
	width: 100%;
	margin: auto;
	background-size: cover;
	background-position: center;
	z-index: 1;
	height: 100vh;
}
.box2_text1, .box3_text1 {
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 3.7vw;
	font-size: 8.4vw;
	color: #fff;
	text-align: center;
	padding: 4vw 0;
	padding: 16vw 0;
	line-height: 1;
}

@media (min-width: 1101px) {
.box1 {
	padding-top: 0;
	padding-bottom: 35px;
}
.box2_text1, .box3_text1 {
	font-size: 52px;
	padding: 150px 0;
}
.box2_textarea {
	margin: auto;
	padding-bottom: 70px;
}
}
.box3 {
	overflow: hidden;
	position: relative;
}
.box3_slidebg1 {
	position: absolute;
	width: 0vw;
	height: 0vw;
	margin: auto;
	display: block;
	border-top: 0px solid transparent;
	border-left: 3000px solid transparent;
	border-bottom: 4000px solid rgba(255,255,255,0.18);
	border-right: 0px solid rgba(255,255,255,0.18);
	z-index: 2;
	left: 0;
	top: auto;
	bottom: 0;
}
.box3_asterisk {
	position: relative;
	max-width: 1200px;
	margin: auto;
	width: 100%;
	padding: 25px 0;
	z-index: 5;
}
.box3_asterisk img {
	margin: auto;
	width: 25%;
	display: block;
}
.box3_asterisk p {
	font-family: Eina03-Regular;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1;
	display: block;
	height: 18px;
	margin-top: auto;
	margin-bottom: auto;
}
.box3_asterisk p.text1 {
	top: 0%;
}
.box3_asterisk p.text2 {
	top: 23%;
	top: 15%;
	right: 62%;
	left: auto;
	top: -9px;
	bottom: 50%;
}
.box3_asterisk p.text3 {
	top: 13%;
	top: 15%;
	right: auto;
	left: 59%;
	top: -9px;
	bottom: 50%;
}
.box3_asterisk p.text4 {
	top: 45%;
	left: auto;
	right: 65%;
	top: 0;
	bottom: 0;
}
.box3_asterisk p.text5 {
	top: 39%;
	top: 45%;
	right: auto;
	left: 63%;
	top: 0;
	bottom: 0;
}
.box3_asterisk p.text6 {
	top: 70%;
	right: 61%;
	left: auto;
	top: 50%;
	bottom: -9px;
}
.box3_asterisk p.text7 {
	top: 67%;
	top: 70%;
	right: auto;
	left: 63%;
	top: 50%;
	bottom: -9px;
}
.box3_asterisk p.text8 {
	bottom: 0;
}
.box3 .members {
	margin: 6vw auto;
	display: block;
	width: 80%;
	padding-top: 15%;
	height: 15vw;
	padding: 0;
	max-height: 110px;
	z-index: 5;
}
.box3 .members {
	position: relative;
	display: flex;
	justify-content: center;
}
.box3 .members p {
	padding: 1vw 2vw;
	font-size: 7.2vw;
	line-height: 1;
	font-family: Eina03-Light;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	box-sizing: border-box;
}
.box3 .members .num1 {
	min-width: 27vw;
}
.box3 .members .num2 {
	min-width: 22vw;
	border-right: solid 0.4vw #fff;
	border-left: solid 0.4vw #fff;
}
.box3 .members p .text {
	font-size: 4vw;
}

@media (min-width: 661px) {
.box3 .members p {
	font-size: 48px;
	padding: 10px 20px;
}
.box3 .members p .text {
	font-size: 24px;
}
.box3 .members .num1 {
	min-width: 190px;
}
.box3 .members .num3 {
}
.box3 .members .num2 {
	min-width: 160px;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
}
.box4 {
	position: relative;
	overflow: hidden;
	background-color: #FF1E02;
}
.box4_slidebg1, .box4_slidebg2 {
	position: absolute;
	width: 0vw;
	height: 0vw;
	top: -100%;
	bottom: -100%;
	margin: auto;
	display: block;
	z-index: 2;
}
.box4_slidebg1 {
	left: 0;
	top: 0;
	bottom: auto;
	border-top: 0px solid transparent;
	border-left: 2000px solid #d31c01;
	border-bottom: 350px solid #d31c01;
	border-right: 300px solid transparent;
	z-index: 1;
}
.box4_slidebg2 {
	border-top: 800px solid #ff3306;
	border-left: 350px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 2000px solid #ff3306;
	z-index: 2;
	left: 20vw;
}
.box4 .container {
	padding: 6% 0px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

@media (min-width: 1101px) {
.box4 .container {
	padding: 70px 0px;
}
}
.box4 .textarea {
	margin: auto;
	padding: 0 3%;
	max-width: 1240px;
	position: relative;
	z-index: 10;
	padding-bottom: 260px;
}
.box4 .container p {
	margin-bottom: 40px;
}
.box4 h3 {
	border-left: solid 5px #fff;
	padding-left: 10px;
	font-size: 24px;
	margin-bottom: 20px;
}
.box4_img {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 600px;
}
.works_mainimage {
	position: relative;
	padding-top: 50%;
}
.works_mainimage img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 0%;
	height: auto;
}
.box4 .works_mainimage {
	max-width: 600px;
}
.works_mainimage.scroll17 .works_image1 {
	width: 100%;
}
.works_mainimage.scroll17 .works_image2 {
	transition: 1.5s 1s;
	width: 0%;
	top: 50%;
	bottom: 0;
}
.works_mainimage.scroll17 .works_image3 {
	transition: 1.3s 1.3s;
	width: 0%;
	top: 50%;
	bottom: 0;
}
.works_mainimage.scroll17 .works_image4 {
	transition: 1s 1.5s;
	width: 0%;
	top: 50%;
	bottom: 0;
}
.works_mainimage.scroll17.show .works_image2, .works_mainimage.scroll17.show .works_image3, .works_mainimage.scroll17.show .works_image4 {
	top: 0;
	width: 100%;
}
.box5 {
	position: relative;
	overflow: hidden;
	background-color: #FF1E02;
	padding-top: 180px;
	padding-bottom: 80px;
}
.box5_slidebg1 {
	position: absolute;
	width: 0vw;
	height: 0vw;
	top: -100%;
	bottom: -100%;
	margin: auto;
	display: block;
	border-top: 700px solid rgba(0,0,0,0.08);
	border-left: 300px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 1000px solid rgba(0,0,0,0.08);
	z-index: 2;
	left: 60vw;
}
.box5 .textarea {
	width: 100%;
	background-color: rgba(255,255,255,0.80);
	color: #FF2200;
	position: relative;
	z-index: 10;
}
.box4 .textarea p span, .box5 .textarea p span {
	display: inline-block;
}
.box5 .container {
	margin: auto;
	padding: 40px 20px;
	max-width: 1240px;
}
.box5 .textarea h3 {
	border-left: solid 5px #FF2200;
	padding: 0 10px;
	font-size: 24px;
	margin-bottom: 20px;
	color: #FF2200;
}
.box5 .textarea h3 span {
	display: inline-block;
}
.box5_img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	background-color: #fff;
}
.box5_img .bx-wrapper {
	width: 500px;
}
.box5 .btn_right {
	margin: auto;
	padding: 40px 20px;
	max-width: 1200px;
	height: 60px;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row-reverse;
	box-sizing: content-box;
}
.box6 {
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.box6 .container {
	margin: auto;
	padding: 0px 20px;
	max-width: 1240px;
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
}
.title_box6 {
	margin: auto;
	padding: 0 20px;
	max-width: 1240px;
	margin-bottom: 20px;
}
.box6 h3 {
	display: block;
	background-color: #FF2200;
	color: #fff;
	padding: 0 5px;
	text-align: center;
	width: 80px;
}
.box6 ul {
	display: flex;
	flex-direction: column;
	width: calc(50% - 20px);
}
.box6 li {
	border-bottom: solid 1px #D8d8d8;
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	color: #1a1a1a;
	padding: 20px 0;
}
.box6 li:last-child {
	border: none;
}
.box6 li h4 {
	color: #1a1a1a;
	margin-bottom: 20px;
	font-family: Eina03-Bold;
	font-weight: normal;
	font-style: normal;
}
.btn_a {
	position: relative;
	overflow: hidden;
	width: 270px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	background-color: rgba(64,64,64,0.80);
}
.btn_a span {
	position: relative;
	z-index: 10;
}
.btn_a:before {
	width: 60px;
	height: 300px;
	top: -100%;
	bottom: -100%;
	left: -30px;
	margin: auto;
	display: block;
	position: absolute;
	content: "";
	z-index: 1;
	transform: rotate(-20deg);
	background-color: #951506;
	transition: 0.3s
}
.btn_a:hover:before {
	width: 500px;
}
.site-footer {
	background-color: #FF2200;
	color: #fff;
}

@media (min-width: 801px) {
.site-header {
	height: 80px;
}
/*.site-header.topheader {
	height: 150px;
}*/
.headerlogo {
	top: 10px;
	left: 30px;
	width: 120px;
}
/*.headerlogo.toplogo.move1 {
	top: 30px;
	left: 30px;
	width: 200px;
}*/
.headerright {
	display: none;
}
.box1 {
	overflow: hidden;
	color: #fff;
}
.box1 .container {
	position: relative;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.newslist1 {
	width: 100%;
	max-width: 45%;
	position: relative;
	left: -100%;
	left: 0;
	transition: 0.5s;
}
.newslist2 {
	width: 100%;
	max-width: 45%;
	position: relative;
	right: -100%;
	right: 0;
	transition: 0.5s;
}
.box1_textarea {
	position: absolute;
	right: -100%;
	right: 0;
	top: 0;
	max-width: 50%;
	transition: 0.5s;
}
.box1_slidebg1, .box1_slidebg2 {
	position: absolute;
	width: 0;
	height: 0;
	top: -1000%;
	bottom: -1000%;
	margin: auto;
	display: block;
}
.box1_slidebg1 {
	border-top: 0px solid transparent;
	border-left: 2000px solid #d31c01;
	border-bottom: 1000px solid #d31c01;
	border-right: 500px solid transparent;
 right: calc(50% + -250px);
	z-index: 2;
}
.box1_slidebg2 {
	border-top: 1000px solid rgba(255,255,255,0.18);
	border-left: 500px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 2000px solid rgba(255,255,255,0.18);
	z-index: 1;
 left: calc(50% + -250px);
}
.newslist_more {
	transition: 0.5s;
	opacity: 0;
	top: 100px;
}
.newslist_more.show {
	opacity: 1;
	top: 0px;
}
.box3_slidebg1 {
	position: absolute;
	width: 0vw;
	height: 0vw;
	margin: auto;
	display: block;
	border-top: 0px solid transparent;
	border-left: 3000px solid transparent;
	border-bottom: 2000px solid rgba(255,255,255,0.18);
	border-right: 0px solid rgba(255,255,255,0.18);
	z-index: 2;
	left: 0;
	top: auto;
	bottom: 0;
}
.box2sp {
	display: none;
}
}
.defaultpage {
	max-width: 840px;
}
.defaultpage h1 {
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 52px;
	color: #FF2200;
	text-align: center;
	margin: auto;
	padding: 200px 0;
	line-height: 1;
}
.defaultpage p {
	line-height: 1.8;
}
.defaultpage .numlist {
}
.defaultpage .entry-content h2 {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.defaultpage .numlist {
	margin-top: 40px;
	margin-bottom: 60px;
	padding-left: 15px;
}
.defaultpage .numlist li {
	margin: 0 0 20px;
}
.defaultpage .numlist li:last-child {
	margin-bottom: 0;
}
.defaultpage .numlist li p:last-child {
	margin-bottom: 0;
}
.defaultpage .numlist li p {
	position: relative;
	padding-left: 30px;
}
.defaultpage .numlist li p span {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 800px) {
.site-inner.defaultpage {
	margin: 0 auto;
	position: relative;
	padding: 0 5%;
	padding-top: 22vw;
}
.defaultpage h1 {
	font-size: 8.4vw;
	padding: 30vw 0;
	box-sizing: border-box;
}
.defaultpage .entry-content h2 {
	font-size: 5vw;
	margin: 6.4vw 0 3.2vw;
}
.defaultpage .entry-content p {
	margin: 0 0 3.2vw;
}
.defaultpage .numlist {
	margin-top: 6.4vw;
	margin-bottom: 10.2vw;
	padding-left: 0;
}
.defaultpage .numlist li {
	margin: 0 0 3.2vw;
}
.defaultpage .numlist li p {
	padding-left: 6.4vw;
}
.defaultpage .numlist li:last-child {
	margin-bottom: 0;
}
.defaultpage .numlist li p:last-child {
	margin-bottom: 0;
}
}
.career_header, .news_header {
	display: none;
}
.themewidget .widget-title {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
	font-family: Eina03-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}
.themewidget.careerwidget .widget-title {
	display: none;
}
.themewidget.workswidget .widget-title {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
	font-size: 20px;
}
.sidebar li {
	margin-bottom: 10px;
}
.sidebar li a {
	text-decoration: none;
}
.sidebar li a:hover {
	text-decoration: underline;
}
.site-inner h1 {
}
.site-inner h2.works_title {
	color: #fff;
	background-color: #FF2200;
	padding: 10px 15px;
	margin: 0;
	border: none;
	text-align: left;
	font-weight: bold;
}
.works_image1 img {
	margin: auto;
	display: block;
}
.works_box1 {
	background-color: #E5E5E5;
}
.works_box1 p {
	padding: 15px;
}
.contact_link_btn {
	display: block;
	width: 100%;
	margin: auto;
	max-width: 280px;
	text-align: center;
	color: #fff;
	background-color: #FF2200;
	line-height: 1;
	padding: 15px 0;
}
.contact_link_btn:link, .contact_link_btn:hover, .contact_link_btn:visited, .contact_link_btn:active {
	color: #fff;
}
.single-works h3 {
	text-align: center;
	padding: 60px 0;
	padding-bottom: 50px;
	font-family: Eina03-Bold;
	font-weight: normal;
	font-style: normal;
	color: #FF2200;
	line-height: 1;
}
/* .single-works h4 {
	padding: 60px 0;
	padding-bottom: 0px;
	margin-top: 60px;
	color: #FF2200;
	border-top: solid 1px #FF2200;
} */
.single-works .client p {
	font-size: 0.9em;
}
.single-works .post-navigation h2 {
	display: none;
}
.single-works .post-navigation {
	margin: auto;
	margin-bottom: 60px;
}
.single-works .post-navigation .nav-previous, .single-works .post-navigation .nav-next {
	padding: 0;
	width: 50px;
	background: none;
}
.single-works .post-navigation .nav-previous:hover {
	background-image: url(../images/next_g.png);
	background-size: contain;
}
.single-works .post-navigation .nav-next:hover {
	background-image: url(../images/back_g.png);
	background-size: contain;
}
.single-works .post-navigation .nav-previous img, .single-works .post-navigation .nav-next img {
	display: block;
}
.single-works .post-navigation .nav-previous:hover img, .single-works .post-navigation .nav-next:hover img {
	opacity: 0;
}
.works_contents h3 {
	text-align: center;
	padding: 60px 0;
	padding-bottom: 50px;
	font-family: Eina03-Bold;
	font-weight: normal;
	font-style: normal;
	color: #FF2200;
	line-height: 1;
}
.works_contents h4 {
	padding: 60px 0;
	padding-bottom: 0px;
	margin-top: 60px;
	color: #FF2200;
	border-top: solid 1px #FF2200;
}
.works_contents .client p {
	font-size: 0.9em;
}
.works_contents .content-area {
	max-width: 800px;
	margin: auto;
}
.works_contents .post-navigation h2 {
	display: none;
}
.works_contents .post-navigation {
	margin: auto;
	margin-bottom: 60px;
}
.nav-links > a {
	display: none;
}
.works_contents .post-navigation .nav-previous, .works_contents .post-navigation .nav-next {
	padding: 0;
	width: 50px;
	background: none;
}
.works_contents .post-navigation .nav-previous:hover {
	background-image: url(../images/next_g.png);
	background-size: contain;
}
.works_contents .post-navigation .nav-next:hover {
	background-image: url(../images/back_g.png);
	background-size: contain;
}
.works_contents .post-navigation .nav-previous img, .works_contents .post-navigation .nav-next img {
	display: block;
}
.works_contents .post-navigation .nav-previous:hover img, .works_contents .post-navigation .nav-next:hover img {
	opacity: 0;
}
.works_contents .site-main > article {
	border-bottom: solid 1px #1a1a1a;
	padding-bottom: 100px;
}
.works_contents .site-main > article:last-child {
	border-bottom: none;
}
.works_contents .scroll {
	opacity: 0;
	transition: 0.5s;
	top: 20vh;
}
.works_contents .scroll.show {
	opacity: 1;
	top: 0;
}
.works_top {
	margin-bottom: 60px;
}
.site-inner .works_top h1 {
	color: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 0;
	line-height: 1.2;
}
.site-inner .works_top h1 span {
	display: inline-block;
}
.works_top .works_mainimage {
	margin: 60px auto;
	max-width: 700px;
}
.works_top p {
	margin: auto;
	max-width: 840px;
	padding: 0 20px;
}
.works_linkurl {
	margin-top: 30px;
}
.works_linkurl a {
	display: inline-block;
	text-decoration: underline;
	font-size: 1em;
	color: #f3b41b;
}
.works_linkurl a:active, .works_linkurl a:visited, .works_linkurl a:link, .works_linkurl a:hover {
	color: #f3b41b;
}
.works_linkurl a:hover {
	text-decoration: none;
}

@media (min-width: 701px) {
.works_top .works_mainimage {
	padding-top: 380px;
}
}

@media (min-width: 801px) {
.site-inner .works_top h1 {
	font-size: 46px;
}
}
.post-navigation .nav-links {
	min-height: 1px;
	width: 90%;
	margin: auto;
}
.site-main > article {
	margin-bottom: 100px;
}
.news_mainimage {
	padding: 50px 0;
}
.news_archive {
}

@media (min-width: 801px) {
.news_archive li:first-child .textarea {
	padding-top: 0px;
}
.news_archive li:first-child .thumbnail + .textarea {
	padding-top: 20px;
}
}
.news_archive li .textarea {
	border-bottom: solid 1px #1a1a1a;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0 20px;
	margin: 0;
	position: relative;
}
.news_archive li .textarea .new_icon {
	text-align: center;
	display: block;
	width: 40px;
	color: #fff;
	background-color: #FF2200;
	font-size: 14px;
	left: 0;
	top: 20px;
	position: absolute;
}
.news_archive li:first-child {
	padding-top: 0;
}
.news_archive li .thumbnail {
	display: none;
	background-color: #fff;
	padding: 5%;
}
.news_archive li:first-child .thumbnail {
	display: block;
}
.news_archive li h2 {
	padding: 0 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
.news_archive li .new h2 {
	padding-left: 60px;
}
.list_metabox {
	display: flex;
	justify-content: flex-end;
}
.list_metabox .postcat {
	display: inline-block;
}
.list_metabox .postcat a {
	display: block;
	margin-right: 10px;
	color: #bbb;
	padding: 0 5px;
	font-size: 12px;
	text-align: center;
}
.list_metabox .date {
	display: inline-block;
	font-size: 12px;
	color: #bbb;
}
.career_toptext {
	background-color: #FF2200;
	padding: 10vw 0px;
}
.career_toptext p {
	color: #fff;
	margin: auto;
	font-size: 3.2vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.career_toptext img {
	width: 15vw;
	display: block;
}
.career_catimage {
}
.career_catgaiyo {
	margin-top: 20px;
}
.career_catimage h2 {
	font-family: Eina03-SemiBold;
	font-weight: normal;
	font-style: normal;
}
.career_archive li {
	margin-top: 20px;
}
.career_archive li:first-child {
	margin-top: 40px;
}
.career_archive .titlearea {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.career_archive h3 {
	font-weight: bold;
}
.career_archive .bassui {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #1a1a1a;
}
.unit{}
.career_tag {
	color: #fff;
	background-color: #FF2200;
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px;
	display: block;
	height: 18px;
	margin-left: 20px;
}
.career_archive_btn {
	display: flex;
	justify-content: flex-end;
}
.career_archive_btn a {
	display: block;
	padding: 2px 0;
	color: #fff;
	background-color: #1a1a1a;
	text-align: center;
	width: 120px;
}
.career_catimage img {
}
.contact_page {
	max-width: 840px;
	margin: auto;
	padding: 0 20px;
}
.contact_mainimage {
	padding: 5% 0;
}
.contact_mainimage .sp {
	display: none;
}
.single .site-inner h1 {
	padding: 5px 15px;
	margin: 0;
	font-size: 20px;
}
.single .entry-header {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: solid 1px #1a1a1a;
}
.single .post-navigation a {
	max-width: 80px;
	width: 25%;
	display: inline-block;
}
.contact_page span.wpcf7-not-valid-tip {
	display: none;
}
.contact_page .formError .formErrorContent {
	background: none;
	color: #FF2200;
	padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	border: none;
	border-radius: 0;
}
input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
	background-color: #f7f7f7;
}
.formarea span.required {
	display: inline-block;
	margin-left: 10px;
	background-color: #FF2200;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
}
.formarea input[type="submit"], .formarea input[type="submit"][disabled]:hover, .formarea input[type="submit"][disabled]:focus {
	width: 250px;
	margin: auto;
	display: block;
	background-color: #FF2200;
}
.contact_text1 {
	color: #BCBCBC;
}
.contact_privacy {
	text-decoration: underline;
}
.contact_privacy:hover {
	text-decoration: none;
}
.complete {
	text-align: center;
	font-size: 1.2rem;
}
.complete p {
	margin-bottom: 10%;
}
.complete img {
	max-width: 300px;
	width: 50%;
	margin-bottom: 5%;
	margin-top: 10%;
}
.complete a {
	width: 250px;
	margin: auto;
	display: block;
	background-color: #FF2200;
	color: #fff;
	padding: 0.84375em 0.875em 0.78125em;
	font-size: 1rem;
}
.aboutpage .content-area {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.site-inner.aboutpage {
	padding: 80px 0px;
	padding-bottom: 0px;
	background-color: #FF2200;
	max-width: none;
}
.about_mainimage {
	position: relative;
	height: 300px;
	overflow: hidden;
	height: 600px;
}
.about_mainimage img {
	min-width: 1900px;
	position: absolute;
	top: 0;
	left: -100vw;
	right: -100vw;
	display: block;
	margin: auto;
	/* width: 130vw; */
	max-width: none;
	height: auto;
	width: 100%;
}
.about_btnarea {
	position: relative;
	top: 0;
	width: 750px;
	margin: auto;
	height: 100%;
	width: 68%;
	max-width: 750px;
}
.about_btnarea a {
	width: 40px;
	height: 40px;
	border: solid 1px #FF2200;
	border-radius: 50%;
	display: block;
	position: absolute;
}
.about_btnarea a span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.about_btnarea a span:after {
	background-color: #FF2200;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 5px;
	height: 5px;
	content: "";
	margin: auto;
	display: block;
	position: absolute;
}
.about_btnarea a span:before {
	background-color: #FF2200;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 1px;
	content: "";
	margin: auto;
	display: block;
	position: absolute;
	animation: radar 1.5s linear 0s infinite;
	opacity: 0;
}
@keyframes radar {
 0% {
 width:1px;
 height:1px;
 opacity:0;
}
 33.3% {
 opacity:0.8
}
 66.6% {
 opacity:0;
 width:100%;
 height:100%;
}
 100% {
 opacity:0;
 width:1px;
 height:1px;
}
}
.about_btnarea a.btn1 {
	top: 37%;
	left: 2%;
	margin: auto;
	bottom: 0%;
}
.about_btnarea a.btn2 {
	top: 28%;
	left: 41.7%;
	margin: auto;
	bottom: 0%;
}
.about_btnarea a.btn3 {
	top: -22%;
	left: 71%;
	margin: auto;
	bottom: 0%;
}
.about_btnarea a.btn4 {
	top: 12%;
	left: 90%;
	margin: auto;
	bottom: 0%;
}

@media (max-width: 800px) {
.about_btnarea a span:after {
	width: 3px;
	height: 3px;
}
.about_btnarea a {
	height: 5vw;
	width: 5vw;
}
}
.profile_container {
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
	display: none;
}
.profile_container.open {
	display: block;
}
.profile_box {
	position: relative;
	width: 100%;
	height: 350px;
}
.profile_inner {
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	margin: auto;
	width: 100%;
	height: 350px;
	z-index: 10;
	padding-left: 60px;
	box-sizing: border-box;
}
.profile_box .profile_photo {
	position: absolute;
	top: 0;
	height: 100%;
}
.profile_box .profile_photo img {
	width: auto;
	height: 100%;
	display: block;
}
.profile_box .profile_text {
	z-index: 9;
	position: absolute;
	padding: 0px 0;
	width: 100vw;
	bottom: 0;
	top: 0;
	padding-left: 420px;
	margin: auto;
	max-width: 1200px;
	left: 0;
	right: 0;
	height: 100%;
}
.profile_bgbox1 {
	position: relative;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.profile_box .profile_text h3 {
	padding-left: 10px;
	border-left: 5px solid #FF2200;
	margin-bottom: 20px;
}
.profile_box .profile_text p {
	max-width: 700px;
	padding-right: 20px;
}
.profile_bg1 {
	background-color: #fff;
	transform: rotate(40deg);
	height: 300px;
	width: 150vw;
	position: absolute;
	/* top: -150vw; */
	left: -150vw;
	bottom: 0;
	margin: auto;
	/* right: -150vw; */
	transform-origin: 100% 100%;
	z-index: 1;
}
.profile_bg2 {
	background-color: rgba(0,0,0,0.20);
	transform: rotate(40deg);
	height: 200px;
	width: 1000px;
	position: absolute;
	/* top: -150vw; */
	left: -600px;
	bottom: 0;
	margin: auto;
	/* right: -150vw; */
	transform-origin: 100% 100%;
	z-index: 2
}
.profile_bg3 {
	transform: rotate(40deg);
	height: 100vw;
	width: 100vw;
	position: absolute;
	left: 360px;
	bottom: 30px;
	margin: auto;
	transform-origin: 0% 100%;
	overflow: hidden;
}
.profile_bg3 div {
	transform: rotate(-40deg);
	background-color: rgba(0,0,0,0.20);
	width: 50%;
	height: 50%;
	transform-origin: 0% 0%;
	position: relative;
	right: 0%;
	top: 100%;
}
.profile_box .profile_box5 {
	position: relative;
	background-color: #fff;
	width: 100vw;
	padding-top: 30px;
	height: calc(100% - 0px);
	z-index: 10;
}
.profile_box .profile_box6 {
	position: relative;
	background-color: #fff;
	width: 100vw;
	height: calc(100% - 30px);
}
.about_text1 {
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 52px;
	color: #fff;
	text-align: center;
	padding: 200px 0;
	line-height: 1;
}
.about_text1.hidden {
	opacity: 0;
}
.profile_box .profile_box7 {
	width: 100vw;
	height: 350px;
	position: absolute;
	top: 0;
	left: -420px;
	/* right: -100vw; */
	margin: auto;
	overflow: hidden;
}
.about_vision {
	margin-bottom: 200px;
}
.about_vision h2 {
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 52px;
	color: #fff;
	line-height: 1;
}
.about_left .about_vision p {
	margin-top: 40px;
	margin-bottom: 0;
}
.about_left .about_vision p.eng {
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 34px;
}

@media (max-width: 800px) {
.about_vision {
	margin-bottom: 30vw;
}
.about_vision h2 {
	font-size: 8.4vw;
}
.about_left .about_vision p.eng {
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 4.2vw;
}
.about_left .about_vision p {
	margin-top: 5vw;
}
}
.about_main {
	display: block;
	max-width: 840px;
	padding: 0 20px;
	margin: auto;
}
.site-inner .about_left h1 {
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 0;
	line-height: 1.2;
	font-size: 1.6em;
}
.site-inner .about_left h1 span {
	font-size: 0.7em;
	display: inline-block;
}
.about_left p {
	color: #fff;
	margin-bottom: 20px;
}
.about_left p span {
	display: inline-block;
}
.about_left p .mapicon {
	display: block;
}
.about_left .mapicon {
	display: block;
}
.about_left .mapicon span {
	color: #fff;
	text-decoration: underline;
	margin-right: 5px;
	margin-top: 5px;
}
.about_left .mapicon:hover span {
	text-decoration: none;
}
.about_left .mapicon img {
	display: inline-block;
	height: 18px;
}
.about_right #test-map {
	height: 20vw;
	width: 20vw;
}

@media (max-width: 800px) {
.about_text1 {
	font-size: 8.4vw;
	padding: 30vw 0;
	box-sizing: border-box;
}
.about_main {
	display: block;
}
.about_right {
	padding: 10vw 5vw;
}
#gmap {
	width: 100%;
	height: 50vw;
}
}

@media (max-width: 1120px) {
.about_mainimage {
	height: 54vw;
}
.about_mainimage img {
	min-width: 0;
	width: 170vw;
}
.profile_box .profile_text {
	width: 100%;
	box-sizing: border-box;
}
.profile_box .profile_box5 {
	width: 100%;
}
.profile_box .profile_box6 {
	width: 100%;
}
}

@media (max-width: 950px) {
@media (min-width: 801px) {
.profile_box .profile_text p {
 font-size:14px;
}
}
}

@media (max-width: 800px) {
.profile_inner {
	height: auto;
	width: 100%;
	padding: 0;
	background-color: #fff;
}
.profile_box {
	height: auto;
}
.profile_box .profile_photo {
	position: relative;
	width: 50%;
	height: auto;
	margin-left: 10%;
}
.profile_box .profile_photo img {
	height: auto;
	width: 100%;
}
.profile_bgbox1 {
	position: relative;
	height: auto;
	padding: 0;
}
.profile_box .profile_text {
	position: relative;
	width: 100%;
	padding: 0;
	height: auto;
}
.profile_bg1, .profile_bg2 {
	display: none;
}
.profile_box .profile_box5 {
	padding: 0;
}
.profile_box .profile_box6 {
	padding: 5vw;
}
.profile_bg3 {
	display: none;
}
.profile_bg4 {
	background-color: #FF2200;
	transform: rotate(30deg);
	height: 800px;
	width: 150vw;
	position: absolute;
	top: 0vw;
	bottom: 0;
	right: auto;
	left: 0;
	bottom: auto;
	margin: auto;
	/* right: -150vw; */
	transform-origin: 0% 0%;
}
.profile_bg5 {
	transform: rotate(30deg);
	height: 100vw;
	width: 100vw;
	position: absolute;
	margin: auto;
	transform-origin: 0% 100%;
	overflow: hidden;
	left: 68%;
	bottom: auto;
	top: -48vw;
	z-index: 11;
}
.profile_bg5 div {
	transform: rotate(-30deg);
	background-color: rgba(0,0,0,0.20);
	width: 50%;
	height: 50%;
	transform-origin: 0% 0%;
	position: relative;
	right: 0%;
	top: 100%;
}
.profile_box .profile_bg5 {
	left: 100%;
	transition: 0.1s .4s;
}
.profile_box.show .profile_bg5 {
	left: 68%;
}
.profile_box .profile_text {
	padding-bottom: 10vw;
}
.profile_box .profile_box6 {
	left: 200vw;
	transition: 1s;
}
.profile_box.show .profile_box6 {
	left: 0vw;
}
.profile_box .profile_box5 {
	left: 200vw;
	transition: 0.2s 0.4s;
}
.profile_box.show .profile_box5 {
	left: 0vw;
}
.profile_box .profile_photo {
	transition: 0.5s;
	top: -60vw;
	margin-left: 30%;
}
.profile_box.show .profile_photo {
	top: 0;
	margin-left: 10%;
}
.profile_inner {
	right: -100vw;
	transition: 0.2s;
}
.profile_box.show .profile_inner {
	right: 0;
}
.profile_bg4 {
	left: -100vw;
	transition: 0.2s 0.2s;
}
.profile_box.show .profile_bg4 {
	left: 0;
}
.profile_text {
	left: -100vw;
	transition: 0.2s 0.4s;
	left: 0;
}
.about_left {
	padding: 0 5vw;
}
}

@media (min-width: 801px) {
.profile_box .profile_photo {
	top: -100%;
	left: 100px;
}
.profile_box .profile_photo {
	transition: 0.2s 0.4s;
}
.profile_box.closed .profile_photo {
	transition: 0.2s;
}
.profile_box.show .profile_photo {
	position: absolute;
	top: 0;
	left: 0;
}
.profile_box .profile_bg1 {
	left: -1000px;
	bottom: 350px;
	width: 600px;
	width: 1000px;
}
.profile_box .profile_bg1 {
	transition: 0.2s 0.6s;
}
.profile_box.closed .profile_bg1 {
	transition: 0.2s;
}
.profile_box.show .profile_bg1 {
	left: -600px;
	bottom: 0px;
	left: -260px;
	bottom: -270px;
}
.profile_box .profile_bg2 {
	left: -1020px;
	bottom: 350px;
}
.profile_box .profile_bg2 {
	transition: 0.2s 0.2s;
}
.profile_box.closed .profile_bg2 {
	transition: 0.2s 0.2s;
}
.profile_box.show .profile_bg2 {
	left: -600px;
	bottom: 0px;
}
.profile_box .profile_box6 {
	right: -150vw;
}
.profile_box.closed .profile_box6 {
	transition: 0.4s 0s;
}
.profile_box.closed .profile_box6 {
	transition: 0.4s 0.4s;
}
.profile_box.show .profile_box6 {
	right: 0;
}
.profile_box .profile_box5 {
	width: 0;
}
.profile_box .profile_box5 {
	transition: 0.4s 0.2s;
}
.profile_box.closed .profile_box5 {
	transition: 0.4s 0.2s;
}
.profile_box.show .profile_box5 {
	width: 100vw;
}
.profile_box .profile_bg3 {
	height: 0;
}
.profile_box .profile_bg3 {
	transition: 0.2s 0s;
}
.profile_box.closed .profile_bg3 {
	transition: 0.2s 0.4s;
}
.profile_box.show .profile_bg3 {
	height: 100vw;
}
.box1_slidebg1 {
	right: 100%;
	transition: .5s;
}
.box1_slidebg1.show {
 right: calc(50% + -250px);
}
.box1_slidebg2 {
	left: 100%;
	transition: .5s;
	transition-delay: .25s;
}
.box1_slidebg2.show {
 left: calc(50% + -250px);
}
.box1 h4 {
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.newslist1 {
	left: -100%;
	transition: .5s;
	transition-delay: .25s;
}
.newslist1.show {
	left: -0%;
}
.newslist2 {
	right: -100%;
	transition: .5s;
	transition-delay: .1s;
}
.newslist2.show {
	right: -0%;
}
.box1_textarea {
	right: -100%;
	transition: .5s;
	transition-delay: 1s;
}
.box1_textarea.show {
	right: 0%;
}
.topheader .headernavi a {
	top: -20vw;
	left: -100vw;
}
.topheader .headernavi li:nth-child(2) a {
	transition-delay: .1s;
}
.topheader .headernavi li:nth-child(3) a {
	transition-delay: .2s;
}
.topheader .headernavi li:nth-child(4) a {
	transition-delay: .3s;
}
.topheader .headernavi li:nth-child(5) a {
	transition-delay: .4s;
}
.topheader .headernavi li:nth-child(6) a {
	transition-delay: .5s;
}
.topheader .headernavi li:nth-child(7) a {
	transition-delay: .6s;
}
.topheader .headernavi li a.action {
	transition-delay: 0s;
}
.topheader .headernavi a.show {
	left: 0vw;
	top: 0vw;
}
.box3_asterisk {
	padding: 45px 0;
}
.box3_asterisk p.text2 {
	right: 64%;
}
.box3_asterisk p.text3 {
	left: 61%;
}
.box3_asterisk p.text4 {
	right: 67%;
}
.box3_asterisk p.text5 {
	left: 66%;
}
.box3_asterisk p.text6 {
	right: 63%;
}
.content-area main {
}
.sidebar.widget-area {
	color: #FF2200;
}
.sidebar.widget-area a, .sidebar.widget-area a:hover, .sidebar.widget-area a:visited, .sidebar.widget-area a:active, .sidebar.widget-area a:focus {
	color: #FF2200;
}
.site-main > article {
	margin-bottom: 100px;
}
.career_mainimage {
	overflow: hidden;
	height: 350px;
}
.career_toptext {
	display: none;
}
.career_catimage {
	display: flex;
	align-items: center;
	margin-top: 60px;
     min-height: 80px;
}
.career_catimage img {
	width: 80px;
}
.career_catimage h2 {
	margin-left: 10px;
}
}

@media (max-width: 800px) {
.news_header {
	padding: 6% 3%;
	background-color: #FF2200;
	display: block;
}
.news_header a, .news_header a:link, .news_header a:hover, .news_header a:visited, .news_header a:active, .news_header a:focus {
	color: #fff;
}
.news_header ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.news_header ul li.left a {
	display: block;
	padding-left: 8vw;
	background-image: url(../images/character.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 6vw;
	line-height: 1;
}
.news_header ul li.left {
}
.news_header ul li.right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.news_header ul li.right a {
	display: block;
	padding: 0 1.5vw;
	border-left: solid 1px #fff;
	font-size: 3.2vw;
	white-space: nowrap;
	height: 3.6vw;
	line-height: 1;
}
.news_header ul li.right a:first-child {
	border: none;
}
.career_header {
	padding: 6% 3%;
	background-color: #FF2200;
	display: block;
	text-align: right;
}
.career_header p {
	font-size: 6vw;
	color: #fff;
	font-family: Eina03-Regular;
	font-weight: normal;
	font-style: normal;
}
.career_header h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 3.2vw;
}
html {
	font-size: 3.2vw;
	line-height: 1.8;
	overflow-x: hidden;
}
.home h4 {
	font-size: 3.8vw;
}
.headernavi ul {
	display: none;
}
.spnavi {
	background: none;
	transition-delay: 0.3s
}
.spnavibgslide {
	width: 100vw;
	right: -100vw;
	z-index: 103;
	position: fixed;
	transition: 0.1s;
}
.spnavibgslide div {
	width: 100%;
	height: 18vh;
	display: block;
	background-color: #B29E4B;
	right: -100vw;
	transition: 0.1s;
	position: relative;
	margin-top: -1px;
}
.spnavibgslide.show, .spnavibgslide.show div {
	right: 0;
}
.spnavibgslide div.slide1 {
	right: 0;
}
.spnavibgslide div.slide2 {
	transition-delay: 0.1s
}
.spnavibgslide div.slide3 {
	transition-delay: 0.2s
}
.spnavibgslide div.slide4 {
	transition-delay: 0.3s
}
.spnavibgslide div.slide5 {
	transition-delay: 0.4s
}
.spnavibgslide div.slide6 {
	transition-delay: 0.5s
}
.spnavibgslide div.slide7 {
	transition-delay: 0.6s
}
.spnavibgslide div.slide9 {
	display: block;
	transition-delay: 0s;
	margin: auto;
	left: -100vw;
	position: fixed;
	height: auto;
	top: 20vw;
	width: 80vw;
	right: auto;
	background: none;
	opacity: 0.2;
}
.spnavibgslide.show div.slide9 {
	right: auto;
	left: -40vw;
	transition-delay: 0.7s;
	background: none;
}
.spnavibgslide div.closebtn {
	transition-delay: 0s;
	position: fixed;
	width: 10vw;
	height: 10vw;
	display: block;
	top: 3vw;
	left: -50vw;
	right: auto;
	background: none;
}
.spnavibgslide div.closebtn div {
	background: none;
	height: 10vw;
	position: relative;
	width: 10vw;
	left: 0;
	right: 0;
}
.spnavibgslide div.closebtn span {
	height: 1.8vw;
	width: 100%;
	background-color: #fff;
	display: block;
	transform: rotate(-45deg);
	top: 0;
	left: 0;
	bottom: 0;
	transform-origin: 50% 50%;
	margin: auto;
	right: 0;
	position: absolute;
}
.spnavibgslide div.closebtn span:nth-child(2) {
	transform: rotate(45deg);
}
.spnavibgslide.show div.closebtn {
	left: 3vw;
}
.spnavibgslide.show {
}
.box1 {
	padding: 0px;
}
/*.newslist_title {
	padding-left: 12vw;
}*/
.box1 .newslist_title h3 {
	font-size: 4.5vw;
	line-height: 12.5vw;
}
.newslist1 .newslist_title:after {
	left: -55%;
}
.newslist1 .newslist_title:before {
	position: absolute;
	top: -100%;
	right: 28.8%;
	bottom: -100%;
	margin: auto;
	content: "";
	display: block;
	width: 11%;
	transform: rotate(-26.5deg);
	height: 0;
	padding-top: 100%;
	background-color: rgba(255, 255, 255, 0.20);
}
.newslist2 .newslist_title:after {
	right: 59%;
}
.newslist2 .newslist_title:before {
	position: absolute;
	top: -100%;
	right: 46%;
	bottom: -100%;
	margin: auto;
	content: "";
	display: block;
	width: 8%;
	transform: rotate(-26.5deg);
	height: 0;
	padding-top: 100%;
	background-color: rgba(255, 255, 255, 0.20);
}
.postbox {
	margin-top: 5vw;
	padding-bottom: 3vw;
}
.home .postbox h4 {
	font-size: 3.2vw;
	letter-spacing: 0.05em;
}
.newslist_title img {
	width: 10vw;
}
.newslist1 {
	padding: 10vw 5Vw;
	position: relative;
	overflow: hidden;
	padding-top: 0
}
.newslist2 {
	padding: 10vw 5Vw;
	padding-top: 0;
	position: relative;
	overflow: hidden;
}
.box1_slidebg3 {
	position: absolute;
	display: block;
	background-color: rgba(0,0,0,0.18);
	width: 100%;
	height: 150%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	right: 0%;
}
.newslist1 ul, .newslist_more {
	position: relative;
	z-index: 10;
}
.newslist_more a {
	font-size: 3.7vw;
	line-height: 3.7vw;
	padding-left: 3.7vw;
}
.box1_textarea h3, .box4 h3, .box5 .textarea h3 {
	border-left: solid 1vw #fff;
	padding-left: 2vw;
	margin-bottom: 5vw;
	font-size: 3.7vw;
}
.box2_textarea h3 {
	padding: 2vw 0;
	padding-left: 12vw;
	margin-bottom: 5vw;
	font-size: 3.7vw;
	background-size: 8vw;
	min-height: 8vw;
	display: block;
}
.box2_textarea p, .box4 .container p {
	margin-bottom: 5vw;
}
.box5 .textarea h3 {
	border-left: solid 1vw #FF2200;
}
.box1_textarea .box3_text1 {
	display: block;
	margin-bottom: 0;
}
.box2_text1, .box3_text1 {
	font-size: 4vw;
	font-size: 8.4vw;
	padding: 32vw 0;
}
.box2_img {
	height: 100vw;
}
.box1_textarea {
	padding: 10vw 5Vw;
	padding-top: 0;
	overflow: hidden;
	position: relative;
}
.box1_slidebg4 {
	position: absolute;
	width: 0vw;
	height: 0vw;
	margin: auto;
	display: block;
	border-top: 0px solid transparent;
	border-left: 180vw solid transparent;
	border-bottom: 200vw solid rgba(255,255,255,0.18);
	border-right: 0px solid rgba(255,255,255,0.18);
	z-index: 2;
	left: 0;
	top: auto;
	bottom: 0;
}
.box3 {
	padding: 20vw 3vw;
	padding-top: 0;
}
.box3_asterisk {
	padding: 7vw 0;
}
.box3_asterisk img {
	margin: auto;
	width: 35vw;
}
.box3_asterisk p {
	font-size: 3.2vw;
	height: 3.2vw;
}
.box3_asterisk p.text2 {
	top: 12vw;
	left: auto;
	right: 64vw;
	right: 63vw;
	text-align: right;
	top: -1.6vw;
}
.box3_asterisk p.text3 {
	top: 7vw;
	left: 62vw;
	right: auto;
	text-align: left;
	top: -1.6vw;
	left: 63vw;
}
.box3_asterisk p.text4 {
	/*top: 26vw;*/
	left: auto;
	right: 70vw;
	text-align: right;
}
.box3_asterisk p.text5 {
	/* top: 22vw;*/
	left: 66vw;
	right: auto;
	text-align: left;
}
.box3_asterisk p.text6 {
	top: 39vw;
	right: 63vw;
	left: auto;
	text-align: right;
	top: 50%;
	bottom: -1.6vw;
}
.box3_asterisk p.text7 {
	top: 37vw;
	left: auto;
	right: 12vw;
	text-align: left;
	top: 50%;
	bottom: -1.6vw;
	left: 63vw;
	right: auto;
}
.box3 .members {
	width: 100%;
	max-width: 640px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.btn_a {
	width: 80%;
	margin: auto;
	font-size: 5.6vw;
}
.box4 {
	padding-bottom: 20vw;
}
.box4 .container {
	padding-top: 20vw;
}
.box4 .textarea {
	padding: 0 5vw;
}
.box4 .container, .box4 .textarea {
	padding-bottom: 0px;
}
.box4_img {
	position: absolute;
	z-index: 10;
	bottom: 20vw;
	right: 0;
	left: 0;
	margin: auto;
	width: 80vw;
}
.box4 .btn_a {
	width: 60%;
	margin: auto;
	font-size: 3.6vw;
	margin-top: 60vw;
}
.box5_img {
	height: auto;
	width: 100%;
	background-color: #fff;
}
.box5_img .bx-wrapper {
	width: 100%;
	opacity: .4;
}
.box5 .textarea {
	background: none;
}
.box5 .container {
	margin: auto;
	padding: 0 5vw;
}
.box5 {
	padding-top: 20vw;
	padding-bottom: 30vw;
}
.box5 .btn_right {
	height: auto;
	padding: 0;
	margin-top: 10vw;
}
.box5_slidebg1 {
	display: none;
}
.box5 .btn_a {
	width: 60%;
	margin: auto;
	font-size: 3.6vw;
}
.box6 {
	padding-top: 15vw;
	padding-bottom: 15vw;
}
.title_box6 {
	padding: 0 3vw;
	margin-bottom: 3vw;
}
.box6 .container {
	display: block;
}
.box6 ul {
	display: block;
	width: 100%;
}
.box6 ul:first-child li:last-child {
	border-bottom: solid 1px #D8d8d8;
}
.box6 li {
	padding: 5vw 0;
}
.box6 li h4 {
	margin-bottom: 3vw;
}
.scroll16 .newslist_title {
	left: -100vw;
	transition: 0.5s
}
.scroll16.show .newslist_title {
	left: 0vw;
	left: -10vw;
	padding-left: 10vw;
}
.newslist1 ul, .newslist_more {
	left: -100vw;
	transition: .5s;
	transition-delay: .25s;
}
.newslist1 ul, .newslist2 ul {
	margin-top: 10vw;
}
.newslist_more.pc {
	margin-top: 10vw;
}
.newslist1 ul.show, .newslist_more.show {
	left: 0%;
}
.newslist2 ul {
	right: -100vw;
	transition: .5s;
	transition-delay: .25s;
	position: relative;
	z-index: 4;
}
.newslist2 ul.show {
	right: 0%;
}
.scroll15 .newslist_title {
	right: 100vw;
	transition: 0.5s
}
.scroll15.show .newslist_title {
	right: 0vw;
	right: 20vw;
	padding-left: 20vw;
}
.newslist_more {
	margin-top: 10vw;
}
.box1_slidebg3 {
	right: -130%;
	transition: .5s
}
.box1_slidebg3.show {
	right: 0%;
}
.asterisk3 {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
	transition: 1s;
	right: 5%;
	top: 20%;
	bottom: 30%;
	margin: auto;
}
.toptitle {
	top: -10%;
}
.asterisk3.show {
	opacity: 1;
	width: 80vw;
	height: 80vw;
	right: -40vw;
	width: 80vw;
	height: 80vw;
}
.asterisk3.show img {
	width: 80vw;
	height: 80vw;
}
.box4_slidebg1 {
	left: 0;
	top: 0;
	bottom: auto;
	border-top: 0px solid transparent;
	border-left: 100vw solid #d31c01;
	border-bottom: 80vw solid #d31c01;
	border-right: 0px solid transparent;
	z-index: 1;
}
.box4_slidebg2 {
	border-top: 230vw solid #FF2C0B;
	border-left: 70vw solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 0px solid #FF2C0B;
	z-index: 2;
	left: 40vw;
}
footer {
	text-align: center;
	padding: 10vw 5vw;
}
.copyright {
	font-size: 3.2vw;
}
.site-inner {
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
	padding: 0px;
	padding-top: 22vw;
}
.contact_page {
	padding: 0 5%
}
.sidebar {
	background-color: #FF2200;
	padding: 6%;
	padding-bottom: 12%;
	margin: 0;
}
.themewidget {
	margin-bottom: 9vw;
}
.themewidget .widget-title {
	color: #fff;
}
.site-main {
	padding: 0;
	padding-bottom: 6%;
}
.home .site-main {
	padding: 0;
}
.themewidget .widget-title {
	font-size: 4vw;
	margin-bottom: 3vw;
}
.themewidget.workswidget .widget-title {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	font-size: 4vw;
}
.sidebar li a {
	text-decoration: none;
	font-weight: 600;
	line-height: 140%;
	font-size: 3.6vw;
}
.sidebar li a, .sidebar li a:hover, .sidebar li a:visited, .sidebar li a:active, .sidebar li a:focus {
	color: #fff;
}
.single-works h2 {
	text-align: center;
	padding: 6% 0;
	padding-bottom: 4%;
	padding: 12% 0;
	padding-bottom: 8%;
}
.single-works h3 {
	padding: 0;
	padding-top: 12%;
	margin-top: 12%;
}
.single-works .client p {
	font-size: 0.9em;
}
.site-main > article {
	margin-bottom: 12%;
}
.single-works .post-navigation {
	margin-bottom: 12%;
}
.works_contents h3 {
	text-align: center;
	padding: 6% 0;
	padding-bottom: 4%;
	padding: 12% 0;
	padding-bottom: 8%;
}
.works_contents h4 {
	padding: 0;
	padding-top: 12%;
	margin-top: 12%;
}
.works_contents .client p {
	font-size: 0.9em;
}
.works_contents .post-navigation {
	margin-bottom: 12%;
}
.works_contents .site-main > article {
	padding-bottom: 12%;
}
.works_contents .site-main > article:last-child {
}
.works_top {
	padding-top: 10%;
	margin-bottom: 10%;
}
.works_linkurl {
	margin-top: 6%;
}
.works_top .works_mainimage {
	margin: 10% 5%;
}
.site-inner .works_top h1 {
	padding: 0 5%;
}
.works_top p {
	padding: 0 5%;
}
.contact_link_btn {
	padding: 3%;
	width: 40%;
}
.news_mainimage {
	padding: 0;
}
.news_mainimage {
	padding: 6% 6%;
}
.news_archive li .textarea {
	padding: 6% 0;
	margin-bottom: 0%;
	margin: 0 5%;
}
.news_archive li h2 {
	font-size: 4vw;
	padding: 0;
	margin-bottom: 3.2vw;
}
.news_archive li .new h2 {
	padding-left: 12vw;
}
.news_archive li .textarea .new_icon {
	top: 19%;
	width: 9vw;
	font-size: 3.2vw;
}
.list_metabox .date {
	font-size: 3.2vw;
}
.list_metabox .postcat a {
	font-size: 3.2vw;
	padding: 0 2vw;
	text-align: center;
	margin-right: 3.2vw;
}
.career_catimage {
	padding-top: 15%;
}
.career_catimage h2 {
	text-align: center;
	font-size: 6vw;
	text-align: center;
}
.career_catimage img {
	display: block;
	width: 30%;
	margin: 6% auto;
	margin-top: 0;
	width: 15%;
	margin: 3% auto;
}
.career_catgaiyo {
	padding: 0 6%;
	font-size: 0.9em;
	margin-top: 3%;
}
.career_archive li {
	margin-top: 6%;
	margin-left: 6%;
	margin-right: 6%;
}
.career_archive li:first-child {
	margin-top: 12%;
}
.site-inner h1.works_title {
	padding: 1% 6%;
	font-size: 4vw;
}
.works_box1 p {
	padding: 3% 6%;
}
.works_box2 {
	padding-left: 6%;
	padding-right: 6%;
}
.contact_mainimage .pc {
	display: none;
}
.contact_mainimage .sp {
	display: block;
	width: 100%;
}
.contact_mainimage {
	padding: 10% 0;
}
.single-post main > article {
	padding: 6%;
}
}
.scroll1 {
	opacity: 0;
	position: relative;
	top: 100px;
	transition: 0.5s;
}
.scroll1.show {
	opacity: 1;
	top: 0;
}
.scroll2 {
	opacity: 0;
	position: relative;
	/*top:100px;*/
	transition: 0.5s;
}
.scroll2.show {
	opacity: 1;
	top: 0;
}
.scroll3 {
	opacity: 0;
	position: relative;
	top: 100px;
	transition: 0.5s;
}
.scroll3.show {
	opacity: 1;
	top: 0;
}
.scroll4 .box3_slidebg1 {
	left: 100vw;
}
.scroll4.show .box3_slidebg1 {
	left: 0;
	transition: 0.5s;
}
.scroll5 {
	opacity: 0;
	position: relative;
	top: 100px;
	transition: 0.5s;
}
.scroll5.show {
	opacity: 1;
	top: 0;
}
.scroll6 {
	opacity: 0;
	position: relative;
	top: 100px;
	transition: 0.5s;
}
.scroll6.show {
	opacity: 1;
	top: 0;
}
.scroll7 {
	opacity: 0;
	position: relative;
	top: 100px;
	transition: 0.5s;
}
.scroll7.show {
	opacity: 1;
	top: 0;
}
.scroll7 p {
	opacity: 0;
	transition: 0.2s
}
.scroll7.show p.text1 {
	opacity: 1;
	transition-delay: 0.3s
}
.scroll7.show p.text3 {
	opacity: 1;
	transition-delay: 0.4s
}
.scroll7.show p.text5 {
	opacity: 1;
	transition-delay: 0.5s
}
.scroll7.show p.text7 {
	opacity: 1;
	transition-delay: 0.6s
}
.scroll7.show p.text8 {
	opacity: 1;
	transition-delay: 0.7s
}
.scroll7.show p.text6 {
	opacity: 1;
	transition-delay: 0.8s
}
.scroll7.show p.text4 {
	opacity: 1;
	transition-delay: 0.9s
}
.scroll7.show p.text2 {
	opacity: 1;
	transition-delay: 1.0s
}
.scroll8 .box4_slidebg2 {
	left: 100vw;
	transition: 0.5s;
}
.scroll8.show .box4_slidebg2 {
	left: 20vw;
}
.scroll8 .box4_slidebg1 {
	right: 100vw;
	transition: 0.5s;
	transition-delay: 0.5s;
	left: auto;
}
.scroll8.show .box4_slidebg1 {
	right: 20vw;
}
.scroll8 h3, .scroll8 a, .scroll8 p {
	opacity: 0;
	top: 100px;
	position: relative;
	transition: 0.5s;
}
.scroll8 h3 {
	transition-delay: 0.7s;
}
.scroll8 p {
	transition-delay: 0.8s;
}
.scroll8 a {
	transition-delay: 0.9s;
}
.scroll8.show h3, .scroll8.show a, .scroll8.show p {
	opacity: 1;
	top: 0;
}

@media (min-width: 801px) {
.newslist_more.sp {
	display: none;
}
.scroll8 img {
	opacity: 0;
	bottom: -100px;
	transition: 0.5s;
}
.scroll8 img {
	transition-delay: 1s;
}
.scroll8.show img {
	opacity: 1;
	bottom: 0;
}
}
.scroll9 .box5_img {
	left: -100vw;
	transition: 1s;
	transition-delay: 0.5s;
}
.scroll9.show .box5_img {
	left: 0vw;
	transition: 0.5s;
	transition-delay: 0.5s;
}
.scroll9 .box5_slidebg1 {
	left: 100vw;
	transition: 0.5s;
	transition-delay: 0.25s;
}
.scroll9.show .box5_slidebg1 {
	left: 60vw;
}
.scroll9 .textarea {
	left: -100vw;
	transition: 0.5s
}
.scroll9.show .textarea {
	left: 0vw;
}
.scroll9 h3, .scroll9 a, .scroll9 p {
	opacity: 0;
	top: 100px;
	position: relative;
	transition: 0.5s;
}
.scroll9 h3 {
	transition-delay: 0.7s;
}
.scroll9 p {
	transition-delay: 0.8s;
}
.scroll9 a {
	transition-delay: 0.9s;
}
.scroll9.show h3, .scroll9.show a, .scroll9.show p {
	opacity: 1;
	top: 0;
}
.scroll10 li {
	opacity: 0;
	transition: 0.5s;
}
.scroll10.show li {
	opacity: 1;
}
.scroll10 h3, .scroll10 h4, .scroll10 p {
	opacity: 0;
	top: 100px;
	position: relative;
	transition: 0.5s;
}
.scroll10.show h3, .scroll10.show h4, .scroll10.show p {
	opacity: 1;
	top: 0;
}
.scroll10 .bases1 h4 {
	transition-delay: 0.1s;
}
.scroll10 .bases1 p {
	transition-delay: 0.15s;
}
.scroll10 .bases2 h4 {
	transition-delay: 0.2s;
}
.scroll10 .bases2 p {
	transition-delay: 0.25s;
}
.scroll10 .bases3 h4 {
	transition-delay: 0.3s;
}
.scroll10 .bases3 p {
	transition-delay: 0.35s;
}
.scroll10 .bases4 h4 {
	transition-delay: 0.4s;
}
.scroll10 .bases4 p {
	transition-delay: 0.45s;
}
.scroll10 .bases5 h4 {
	transition-delay: 0.5s;
}
.scroll10 .bases5 p {
	transition-delay: 0.55s;
}
.scroll10 .bases6 h4 {
	transition-delay: 0.6s;
}
.scroll10 .bases6 p {
	transition-delay: 0.65s;
}
.scroll13, .scroll14 {
	opacity: 0;
	position: relative;
	top: 100px;
	transition: 0.5s;
}
.scroll13.show,  .scroll14.show {
	opacity: 1;
	top: 0;
}
.scroll14.show {
	transition: 0.5s;
}

@media (max-width: 800px) {
.toptitle h2 {
	font-size: 5vw;
}
.box1_slidebg4 {
	transition: 0.5s;
	left: 100vw;
}
.scroll15 .show .box1_slidebg4 {
	left: 0;
}
.scroll15.show .box1_slidebg4 {
	left: 0;
}
.scroll11, .scroll12 {
	opacity: 0;
	position: relative;
	top: 100px;
	transition: 0.5s;
}
.scroll11.show,  .scroll12.show {
	opacity: 1;
	top: 0;
}
.scroll8 img {
	opacity: 0;
	/*bottom: -8vw;*/
	transition: 0.5s;
}
.scroll8 img {
	transition-delay: 1s;
}
.scroll8.show img {
	opacity: 1;/*bottom:18vw;*/
}
.works_mainimage.scroll17 .works_image1 {
	opacity: 0;
	bottom: -8vw;
	transition: 0.5s;
}
.works_mainimage.scroll17.show .works_image1 {
	opacity: 1;
	bottom: 0vw;
}
}
@media (max-width: 800px) {
.box2_img {
	height: 50vw;
}
.box2_img div {
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
	top: -120%;
	bottom: -100%;
	margin: auto;
	max-width: none;
	background-image: url(../images/box2_image2.jpg);
	padding-top: 0;
	width: 100%;
	margin: auto;
	background-size: cover;
	background-position: center;
	z-index: 1;
	height: 80vw;
}
}
.slider3 {
	position: relative;
	width: 100%;
	height: 4vw;
}
.toptitle .slider3 h2 {
	line-height: 1;
}

@media (max-width: 800px) {
.slider3 {
	height: 5.5vw;
}
}
.slider3 li {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
	width: 100%;
}
.slider3 li.show {
	opacity: 1;
}
.slider4 {
	width: 100vw;
	max-width: 680px;
	height: 1000px;
	position: relative;
	display: block;
	opacity: 0.5;
}
.slider4 li {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
	width: 100%;
	height: 1000px;
}
.slider4 li.show {
	opacity: 1;
}

.single-post .entry-header h1 {
	padding:0;
     font-size: 26px;
	 margin-bottom:15px;
}
.single-post .entry-content h2 {
      font-weight: bold;
	  margin-top:0;
    margin-bottom: 20px;
	font-size:1.6rem;
}
.single-post .entry-content h3 {
	font-size:1.4rem;
}
.single-post .entry-content h4 {
	font-size:1.2rem;
}
.single-post .entry-content h5 {
	font-size:1.2rem;
}
.single-post .entry-content h6{
	font-size:1rem;
}
.single-post .entry-content{
	line-height:2;
}
.single-post .entry-content p{
	margin-top:0;
	margin-bottom:30px;
}
.single-post .entry-content a{
	color:#f3b41b;
	text-decoration:underline;
}
.single-post .entry-content a:hover{
	text-decoration:none;
}
.single-post .entry-content pre {
    border: 1px solid #FF2200;
    margin: 0 0 1em;
}
.single-post .entry-content ol,
.single-post .entry-content ul{
	margin-bottom:30px;
}
.single-post .entry-content li{
      list-style: disc inside;
}


.entry-content h6, .entry-summary h6, .comment-content h6, .textwidget h6 {
    font-style: inherit;
}

@media (max-width: 800px){

.single-post .entry-content{
	 font-size:1.2rem;
}

.single-post .entry-header {
    margin-bottom: 6vw;
    padding-bottom: 3vw;
}
.single-post .entry-header h1 {
     font-size: 2rem;
    margin-bottom: 3vw;
}
.single-post .entry-content h2 {
     margin-bottom: 3vw;
	 font-size:1.6rem
}
.single-post .entry-content h3 {
	font-size:1.6rem;
}
.single-post .entry-content h4 {
	font-size:1.4rem;
}
.single-post .entry-content h5 {
	font-size:1.4rem;
}
.single-post .entry-content h6{
	font-size:1.2rem;
}
.single-post .entry-content ol,
.single-post .entry-content ul{
     margin-bottom: 12vw;
}
.single-post .entry-content{
	line-height:2;
}
.single-post .entry-content p{
     margin-bottom: 6vw;
}

}


.page_dx{
	padding:0;
	 padding-top:22vw;
      max-width:none;
	  background-color:#231715;
}
.page_dx .site-content{
	background-color:#fff;
}
.page_dx p{
	line-height:1.8;
}

.page_dx .site-main{
	margin-bottom:0;
}
.page_dx img{
	display:block;
}

.dx_box1{
	padding:50px 0;
	padding-bottom:0;
	margin:auto;
}
.dx_box1 .container{
	padding:0 20px;
}
.dx_box1 .text1{
	font-size:26px;
	text-align:center;
	margin-bottom:26px;
	font-weight:bold;
}
.dx_box1 .text1 span{
	display:inline-block;
}
.dx_box1 .text2{
	margin:auto;
	margin-top:40px;
	max-width:1000px;
}
.dx_box1 h2{
	font-size:42px;
	margin-bottom:100px;
}
.dx_box1 h2 span{
	display:block;
	margin:auto;
	margin-bottom:60px;
	text-align:center;
}
.dx_box1 h2 img{
      display: block;
     max-width: 280px;
    width: 41%;
    margin: auto;
      padding-left: 7%;
     box-sizing: border-box;
}
@media (min-width: 641px){
.dx_box1 h2 img{
      padding-left: 50px;
}
}
.dx_box1 h3{
	font-size:30px;
	text-align:center;
	max-width:800px;
	margin:auto;
     padding-bottom: 15px;
	display:block;
	margin-bottom:50px;
	border-bottom:solid 5px #ff2200;
}
.dx_box1_img{
	margin-top:90px;
}
.tradingperformance{
	background-color:#ff2200;
	padding:20px;
	padding-bottom:40px;
	position:relative;
	overflow:hidden;
}
.tradingperformance:after{
      content: "";
    display: block;
    position: absolute;
    transform: skew(-30deg,0deg);
    top: 0;
    height: 100%;
    width: 70%;
    background-color: #d31c01;
    right: -50%;
	z-index:1;
	}
.tradingperformance h4,
.tradingperformance p{
	color:#fff;
	max-width:1120px;
	margin:auto;
	position:relative;
	z-index:10;
}
.tradingperformance h4{
	font-size:24px;
	margin-bottom:20px;
}
.tradingperformance p span{
	display:inline-block;
	margin-right:20px;
}
h3.title_gray{
	background-color:#555555;
	position:relative;
	font-size:36px;
	padding:46px 20px;
	color:#fff;
	text-align:center;
	margin-bottom:110px;
	display:flex;
     justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;

}
h3.title_gray:before{
      width: 180px;
    background-color: #ff2200;
    height: 16px;
    top: -8px;
    content: "";
    display: block;
    right: calc(95% - 180px);
    margin: auto;
    position: absolute;
}
h3.title_gray img{
	display:inline-block;
	height:36px;
}


.dx_box2{
	padding-bottom:100px;
}
.dx_box2 .container{
	padding:0 20px;
}
.dx_box2 h4{
	font-size:32px;
	margin:100px auto;
	text-align:center;
}
.dx_box2 h4 span{
	display:inline-block;
}
.dx_box2 p{
	max-width:1080px;
	margin:auto;
}

.dx_box2_img,
.dx_box3_img1{
	width:100%;
	margin:auto;
	max-width:750px;
}
.dx_box3{
	padding-bottom:100px;
}
.dx_box3 .container{
	padding:0 20px;
}
.dx_box3 h4{
	font-size:32px;
	margin:100px auto;
	text-align:center;
     max-width: 1000px;
}
.dx_box3 h4 span{
	display:inline-block;
}
.dx_box3 p{
	max-width:1080px;
	margin:auto;
	margin-bottom:40px;
}
.dx_box3 p span{
	display:inline-block;
}
.dx_box3 .red{
	color:#ff2200;
}
.dx_box3_img2{
	margin:auto;
	max-width:1080px;
	width:100%;
}
.dx_box4{
	background-color:#555555;
}
.dx_box4 h3{
      padding: 80px 20px;
	  font-size:32px;
	  color:#fff;
	  display:flex;
	  align-items:flex-end;
	  justify-content:center;
	 }
.dx_box4 h3 span{
	line-height:1;
}
.dx_box4_1 li h4{
	background-color:#ff2200;
	text-align:center;
	padding: 10px 0;
	color:#fff;
	font-size:24px;
	position:relative;
	overflow:hidden;
}
.dx_box4_1 h4 span{
	z-index:10;
	position:relative;
}

.dx_box4_1 h4:before{
      content: "";
    display: block;
    position: absolute;
    transform: skew(-30deg,0deg);
    top: 0;
    height: 100%;
    width: 70%;
    background-color: #d31c01;
    right: -50%;
	z-index:1;
}
.dx_box4_1 h5{
      text-align: center;
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: solid 1px #808080;
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 90px;
    align-items: center;
}
.dx_box4_1 h5 span{
      display: inline-block;
}
.dx_box4_1 li p{
      padding: 20px;
    padding-bottom: 40px;
}
.dx_box4_1 li p span{
	display:inline-block;
}
.dx_box4 h3 img{
	display:inline-block;
	height:50px;
}
.dx_box4_1 ul{
      display: flex;
    margin: auto;
    flex-wrap: wrap;
	max-width:1180px;
	padding:0 20px;
     margin-bottom: 40px;
	box-sizing:border-box;
     justify-content: space-between;
}
.dx_box4_1 ul li{
      width: calc(33.33% - 5px);
     margin: 0 2.5px;
	 margin-bottom:20px;
    /* padding: 10px 2px; */
    background-color: #fff;
}
.dx_box4_1 ul li img{
	width:100%;
}


.dx_box4_2 .title_belt {
    background-color: #ff2200;
	position:relative;
	overflow:hidden;
	padding:20px;
}
.dx_box4_2 h4 {
      display: block;
	max-width:1140px;
	box-sizing:border-box;
	margin:auto;
	color:#fff;
	font-size:24px;
	font-weight:bold;
     z-index: 10;
    position: relative;
}
.dx_box4_2 .title_belt:before{
      content: "";
    display: block;
    position: absolute;
    transform: skew(-30deg,0deg);
    top: 0;
    height: 100%;
    width: 70%;
    background-color: #d31c01;
    right: -50%;
	z-index:1;
}
.dx_box4_2 .container{
	max-width:1100px;
	margin:auto;
	box-sizing:border-box;
	padding:40px 20px;
	padding-bottom:100px;
	color:#fff;
}

.dx_box4_2{
}
.dx_box4_2 dl{
      margin-top: 20px;
}
.dx_box4_2 dd{
	margin-bottom:10px;
     padding-left: 20px;
}
.dx_box4_2 dd:last-child{
	margin-bottom:0;
}
.dx_box4_2 span{
	display:inline-block
}
.dx_box5{
	padding-bottom:100px;
}
.dx_box5 h4{
	font-size:32px;
	margin:100px auto;
	text-align:center;
}
.dx_box5 h4 span{
	display:inline-block;
}
.dx_box5 .container{
	padding:0 20px;
}

.dx_box5 p{
	max-width:1080px;
	margin:auto;
}
.dx_box5 p span{
	display:inline-block;
}

.dx_box5_img{
	margin:auto;
	width:100%;
	max-width:940px;
}
h3.title_red{
	background-color:#ff2200;
	position:relative;
	font-size:36px;
	padding:46px 20px;
	color:#fff;
	text-align:center;
	margin-bottom:110px;
	display:flex;
     justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
	overflow:hidden;
}
h3.title_red:before{
      width: 180px;
    background-color: #ff2200;
    height: 16px;
    top: -8px;
    content: "";
    display: block;
    right: calc(95% - 180px);
    margin: auto;
    position: absolute;
}
h3.title_red:after{
      content: "";
    display: block;
    position: absolute;
    transform: skew(-30deg,0deg);
    top: 0;
    height: 100%;
    width: 90%;
    background-color: #d31c01;
    right: -50%;
	z-index:1;
}
h3.title_red span{
	position:relative;
	z-index:10;
}
h3.title_red img{
	position:relative;
	display:inline-block;
	height:36px;
	z-index:10;
}
.dx_box6 {
	background-color:#555555;
	padding-bottom:40px;
}
.dx_box6 h4{
      background-color: #ff2200;
    color: #fff;
    display: flex;
    align-items: end;
    font-size: 28px;
    justify-content: center;
    padding: 20px;
	margin-bottom:40px;
	position:relative;
    overflow: hidden;
}
.dx_box6 h4:before {
      content: "";
    display: block;
    position: absolute;
    transform: skew(-30deg,0deg);
    top: 0;
    height: 100%;
    width: 90%;
    background-color: #d31c01;
    right: -50%;
    z-index: 1;
}
.dx_box6 h4 span{
	position:relative;
	z-index:10;
}
.dx_box6 h4 img{
	height:40px;
	z-index:10;
}
.dx_box6 .container{
	max-width:1080px;
	padding:0 20px;
	display:flex;
	 margin:auto;
	 margin-bottom:40px;
}
.dx_box6 .container:last-child{
	margin-bottom:0;
}
.dx_box6 .container .left{
      width: 330px;
    padding-right: 20px;
    flex-basis: 350px;
    box-sizing: border-box;
}
.dx_box6 .container .right{
	width:800px;
     display: flex;
    flex-direction: column;
     align-items: flex-end;
	color:#fff;
     justify-content: space-between;
}
.dx_box6 h5{
	font-size:22px;
	margin-bottom:35px;
	text-align:left;
	width:100%;
}
.dx_box6 p{
	text-align:left;
}
.dx_box6 .container .right a{
	background-color:#ffd43f;
	width:175px;
	text-align:center;
	padding:10px 0;
	margin:10px 0;
	color:#000;
     line-height: 1;
}
.dx_box6 .imgbox{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.dx_box6 .imgbox img{
	width:calc(33.33% - 10px);
}
.dx_box7 {
	background-color:#8a8a8a;
	color:#fff;
}
.dx_box7 .container{
	max-width: 1080px;
    padding: 40px 20px;
    display: flex;
    align-items: flex-start;
    margin: auto;
}
.dx_box7 .right{
	width: 360px;
    padding-left: 20px;
    flex-basis: 360px;
}
.dx_box7  h4{
	font-size: 22px;
}
.dx_box7  h5{
	font-size: 20px;
    width: 100%;
	margin-bottom:30px;
}
.dx_box8{
	padding: 90px 20px 130px 20px;
}
.dx_box8 p{
	font-size:20px;
	text-align:center;
	margin-bottom:70px;
}
.dx_box8 .btn_area{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	max-width:1040px;
	margin:auto;
     justify-content: space-between;
}
.dx_box8 .btn_area a{
	width:calc(33.33% - 10px);
	display:block;
	padding:20px 0;
	text-align:center;
	line-height:1;
}
.dx_box8 .btn1{
      background-color: #ff2200;
	  color:#fff;
}
.dx_box8 .btn2{
      background-color: #ffd43f;
}
.dx_box8 .btn3{
      background-color: #231815;
	  color:#fff;
}
.dx_box9{
      background-color: #ff2200;
	  padding:70px 20px;
	  color:#fff;
     padding-bottom: 220px;
	 position:relative;
	 overflow:hidden;
	 z-index:1;
}
.dx_box9 .container{
	z-index:10;
	position:relative;
}
.dx_box9:after{
      content: "";
    display: block;
    position: absolute;
    transform: skew(-50deg,0deg);
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff4a2e;
    right: -30%;
    z-index: 1;
}
.dx_box9 h3{
	display:flex;
     align-items: flex-end;
	font-size:30px;
	justify-content:center;
	color:#fff;
	max-width:900px;
	border-bottom:solid 1px;
	padding:20px;
	margin:auto;
	margin-bottom:30px;
}
.dx_box9 h3 span{
	display:inline-block;
}
.dx_box9 h3 img{
	height:84px;
	display:block;
}
.dx_box9 p{
	padding:0 20px;
	max-width:880px;
	margin:auto;
	margin-bottom:50px;
}
.dx_box9 .imgbtnarea{
	padding:0 20px;
     max-width: 880px;
    display: flex;
    justify-content: space-between;
	align-items:flex-start;
     margin: auto;
}
.dx_box9 .imgbtnarea a{
	width:calc(50% - 10px);
	justify-content:center;
	align-items:flex-start;
	text-align:center;
}
.dx_box9 .imgbtnarea a span{
	width:100%;
	color:#fff;
	margin-top:10px;
	display:inline-block;
	font-size:18px;
	position:relative;
	text-decoration:none;
}
.dx_box9 .imgbtnarea span img{
	position:absolute;
	width:20px;
	left:30px;
	display:block;
	top: -20px;
    bottom: -20px;
    margin: auto;
}
.dx_footer{
	background-color:#000;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	padding:0;
	z-index:100;
     transition: 0.3s;
}
.dx_footer.hide{
	bottom:-50vw;
}
.dx_footer .container{
	max-width:1140px;
	padding:15px 20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:auto;
	z-index:1000;
}
.dx_footer p{
      font-size: 18px;
	color:#fff;
}
.dx_footer a{
      color: #fff;
    font-size: 17px;
    width: 240px;
    padding: 10px 0;
     width: 220px;
    padding: 7px 0;
    background-color: #ff2200;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.dx_footer a span{
	position:relative;
	z-index:10;
}
.dx_footer a:after{
      content: "";
    display: block;
    position: absolute;
    transform: skew(25deg,0deg);
    top: 0;
    height: 100%;
    width: 65%;
    background-color: #d31c01;
    left: -50%;
    z-index: 1;
}

.page_dx .fade {
    opacity: 0;
	transform:translateY(20vh);
}
.page_dx .fade.tr_on{
    transition: all 0.5s;
}
.page_dx .fade_on {
    opacity: 1;
	transform:translateY(0);
}
@media (min-width: 801px){

.page_dx{
	padding-top:80px;
}
.page_dx .dx_box4_1 ul li:nth-child(2).fade.tr_on,
.page_dx .dx_box4_1 ul li:nth-child(5).fade.tr_on{
	transition-delay:0.1s;
}
.page_dx .dx_box4_1 ul li:nth-child(3).fade.tr_on,
.page_dx .dx_box4_1 ul li:nth-child(6).fade.tr_on{
	transition-delay:0.2s;
}
}
@media (max-width: 800px){
	.page_dx .site-main{
		padding:0;
	}
.page_dx{font-size: 3.2vw;
}
.dx_box1{
	padding-top:6vw;
}
.dx_box1 .container{
	padding:0 5vw;
}


.dx_box1 .text1 {
     margin-bottom: 3vw;
      font-size: 2.4vw;
}
.dx_box1 h3 {
	font-size: 3.6vw;
     margin-bottom: 0;
}


.dx_box1 h2{
     margin-bottom: 10vw;
}
.dx_box1 h2 span {
     margin-bottom: 4vw;
    font-size: 4vw;
}


.dx_box1 .text2 {
    margin-top: 7vw;
}
.dx_box1_img {
    margin-top: 12vw;
}.tradingperformance {
    background-color: #ff2200;
    padding: 5vw;
    padding-bottom: 10vw;
}
.tradingperformance h4 {
    font-size: 3.6vw;
    margin-bottom: 3.2vw;
}
.tradingperformance p span{
	margin-right:4vw;
}


h3.title_gray {
      padding: 7.5vw 0;
    font-size: 5vw;
     margin-bottom: 16vw;
}

h3.title_gray img {
    height: 5vw;
}

h3.title_gray:before {
    width: 30%;
    height: 3vw;
    top: -1.5vw;
    content: "";
    right: calc(95% - 33%);
}

.dx_box2{
	padding-bottom:16vw;
}
.dx_box2 .container{
	padding:0 5vw;
}
.dx_box2 h4 {
    font-size: 4vw;
    margin: 16vw 0;
}

.dx_box3{
	padding-bottom:16vw;
}
.dx_box3 .container{
	padding:0 5vw;
}
.dx_box3 h4 {
    font-size: 4vw;
    margin: 16vw 0;
}
.dx_box3 p {
    margin-bottom: 9vw;
}
.dx_box4{
}

.dx_box4 h3 img {
    height: 10vw;
}

.dx_box4 h3 {
    font-size: 6vw;
    padding: 12vw 5vw;
}
.dx_box4_1 ul{
	padding:0 5vw;
     padding-bottom: 9vw;
}
.dx_box4_1 ul li {
    margin: 0;
    margin-bottom: 5vw;
    width: 48%;
	width:100%;
}

.dx_box4_1 li h4 {
    font-size: 3.6vw;
    padding: 3vw 0;
}

.dx_box4_1 h5 {
    margin: 0 5vw;
    padding: 5vw 0;
    font-size: 3.4vw;
    height: 12vw;
}

.dx_box4_1 li p {
    padding: 5vw;
    padding-bottom: 9vw;
}
.dx_box4_2 .title_belt {
	padding: 3vw 5vw;
}
.dx_box4_2 h4 {
     font-size: 3.4vw;
}
.dx_box4_2 .container {
    padding:7vw 5vw;
	padding-bottom:15vw;
}
.dx_box4_2 .container.dot p{
	position:relative;
     padding-left: 3vw;

}
.dx_box4_2 .container.dot p span:first-child {
	position:absolute;
	left:0;
	top:0;
}


.dx_box4_2 dl {
    margin-top: 3vw;
}
.dx_box4_2 dd {
    margin-bottom: 1.5vw;
    padding-left: 4.2vw;
}
h3.title_red {
    padding: 7.5vw 5vw;
    font-size: 4vw;
    margin-bottom: 16vw;
}
h3.title_red img{
	height:6vw;
}
.dx_box5{
	padding-bottom:16vw;
}
.dx_box5 .container{
	padding:0 5vw;
}

.dx_box5 h4 {
	font-size: 4vw;
    margin: 16vw 0;
}
.dx_box6 h4{
      padding: 7.5vw 5vw;
    font-size: 4vw;
    margin-bottom: 16vw;
}
.dx_box6 h4 img {
    height: 4vw;
}
.dx_box6 .container{
	display:block;
     padding: 0 5vw;
	 margin-bottom:16vw;
}
.dx_box6 .container .left{
      width: 60%;
    margin: auto;
    margin-bottom: 6vw;
	padding:0;
}
.dx_box6 .container .right{
	width:auto;
}
.dx_box6 h5{
	font-size:4vw;
	margin-bottom:6vw;
}
.dx_box6 .container .right a {
    background-color: #ffd43f;
    width: 40vw;
    text-align: center;
    padding: 2vw 0;
    margin: 5vw 0;
    color: #000;
}
.dx_box7 .container{
    padding: 9vw 5vw;
	display:block;
}
.dx_box7 .right{
	padding:0;
	margin:auto;
	margin-top:9vw;
}
.dx_box7 h4 {
    font-size: 4.4vw;
}
.dx_box7 h5{
	font-size:4vw;
	margin-bottom:6vw;
}
.dx_box8{
	padding: 16vw 5vw 24vw 5vw;
}
.dx_box8 p{
      font-size: 3.4vw;
	  margin-bottom:9vw;
}
.dx_box8 p span{
	display:inline-block;
}
.dx_box8 .btn_area{
	display:block;
}
.dx_box8 .btn_area a{
      width: 80%;
    margin: auto;
    margin-bottom: 5vw;
    padding: 5vw 0;
}
.dx_box9{
	padding:9vw 5vw;
      padding-bottom: 26vw;
}
.dx_box9 h3{
      font-size: 5vw;
    display: block;
    padding: 5vw;
	margin-bottom:7.5vw;
}
.dx_box9 h3 img{
      height: 6vw;
    display: inline-block;
}
.dx_box9 p {
    padding: 0 5vw;
    margin-bottom: 7.5vw;
}
.dx_box9 .imgbtnarea{
	padding:0 5vw;
	display:block;
}
.dx_box9 .imgbtnarea a{
	width:100%;
}
.dx_box9 .imgbtnarea a span{
      font-size: 3.6vw;
    margin-top: 1.5vw;
    margin-bottom: 4.5vw;
	width:100%;
}
.dx_box9 .imgbtnarea a span img {
    width: 4vw;
     left: 6vw;
}
.dx_box9:after {
    content: "";
    display: block;
    position: absolute;
    transform: skew(-30deg,0deg);
    top: 0;
    height: 100%;
    width: 180%;
    right: -120%;
    z-index: 1;
}
.dx_footer .container {
    padding: 4.5vw 5vw;
    z-index: 1000;
}
.dx_footer p {
    font-size: 3vw;
}
.dx_footer p span{
	display:block;
	text-align:left;
}
.dx_footer  a{
      width: auto;
    font-size: 2.6vw;
    padding: 3vw;
}


}

body{
   overscroll-behavior-y: none;
 }
 .spnavi{
      top: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
}
.headerlogo {
    z-index: 102;
}
.navi_sub_in{
	position:relative;
}
.navi_sub{
	position:absolute;
	background-color:rgba(0,0,0,0.80);
	display:flex;
     width: 330px;
    left: -6px;
     top: 61px;
	 display:none;
}
.headernavi .navi_sub  a:hover,
.headernavi .navi_sub a{
      font-size: 12px;
    height: auto;
    padding: 15px 0;
    display: block;
}
.headernavi .navi_sub a:first-child:before{
      content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 0px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,0.80);
    border-right: 7px solid transparent;
    top: -10px;
}


.headernavi a.active {
    padding-top: 0;
}
.headernavi a.active p:nth-child(2) {
    margin-top: 10px;
    height: 12px;
    letter-spacing: 1px;
}
.headernavi a.active p:first-child:after {
    width: 60%;
}
:focus {
    outline:none;
}
.spnavi li a.spnavisub{
	padding-bottom:0;
}
.spnavi .spnavisub_in{
	padding-bottom:5vw;
}
.spnavi .spnavisub_in a{
	padding:1vw 0;
}



.dx_top{
	height:calc(50vw - 2px);
	position:relative;
	width:100%;
    background-color:rgba(35,24,21,0.00);
	/*background-color:rgba(116,79,191,1.00);*/
	overflow:hidden;
}
.dx_top.show{
    background-color:rgba(35,24,21,1.00);
}
.dx_black1{
      position: absolute;
    height: 36vw;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5vw;
    width: 30vw;
    background-color:rgba(35,24,21,0.00);
}
.dx_black1.show{
    background-color:rgba(35,24,21,1.00);
}
.dx_d{
	height:50vw;
	top:0;
	position:absolute;
	left:0;
}
.dx_x1{
      top: -50vw;
    left: -1.5vw;
	height:50vw;
	position:absolute;
}
.dx_x1.show{
	top:0;
     left: 35vw;
}
.dx_x2{
	height:50vw;
      top: -50vw;
    left: 71.5vw;
    transform: scale(-1, 1);
	position:absolute;
}
.dx_x2.show{
	top:0;
     left: 35vw;
}
.dx_title_belt1{
	background-color: #ff2601;
    width: 0vw;
    left: 59.5vw;
    transform: skew(-30deg,0deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 6vw;
    overflow: hidden;
    z-index: 10;
}
.dx_title_belt1.show{
    width: 50vw;
}
.dx_title_belt2{
	transition:0.2s 2.05s;
    width: 0vw;
    display: block;
    position: absolute;
    transform: skew(-30deg,0deg);
    top: 0;
    bottom: 0;
    background-color: #d31c01;
    height: 6vw;
    margin: auto;
    right: -10vw;
    z-index: 11;
}
.dx_title_belt2.show{
     width: 27vw;
}
.site-inner .dx_title{
    width: 35vw;
    left: 61.5vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    z-index: 12;
	opacity:0;
}
.site-inner .dx_title{
      color: #fff;
    width: 37vw;
    font-size: 1.4vw;
    display: block;
    font-style: italic;
    height: 1.4vw;
    line-height: 1;
	margin:auto;
	padding:0;
}
.site-inner .dx_title.show{
	opacity:1;
}


.dx_black1{
	transition:0.2s 1s;
}
.dx_top{
	transition:0.2s 1.2s;
}
.dx_x1{
	transition:0.1s 2s;
}
.dx_x2{
	transition:0.1s 2.1s;
}
.dx_title_belt1{
	transition:0.3s 2.15s;
}
.dx_title_belt2{
	transition:0.2s 2.1s;
}
.dx_title{
	transition:0.2s 2.4s;
}

.dx_black1{
	transition:0.8s 0.8s;
}
.dx_top{
	transition:0.8s 1.5s;
}
.dx_x1{
	transition:0.4s 2.3s;
}
.dx_x2{
	transition:0.4s 2.45s;
}
.dx_title_belt1{
	transition:0.6s 2.6s;
}
.dx_title_belt2{
	transition:0.6s 2.7s;
}
.dx_title{
	transition:0.6s 3s;
}


@media (max-width: 800px){
.dx_top{
      height: calc(65vw - 1px);
	position:relative;
	width:100%;
     margin-bottom: 8vw;
}
.dx_top:after{
	content:"";
	background-color:#fff;
	bottom:0;
	width:100%;
	left:0;
    height: 8vw;
	display:block;
	position:absolute;
}
.dx_black1{
      height: 38vw;
	  top: 10vw;
    bottom: auto;
    left: 5vw;
    width: 37vw;
}
.dx_d{
	height:57vw;
	top:0;
	position:absolute;
	left:0;
}
.dx_x1{
      top: -57vw;
    left:auto;
	right:41vw;
	height:57vw;
	position:absolute;
}
.dx_x1.show{
	top:0;
     left: auto;
	 right:0;
}
.dx_x2{
	height:57vw;
      top: -57vw;
    left: auto;
	right:-41vw;
	position:absolute;
}
.dx_x2.show{
	top:0;
     left: auto;
	 right:0;
}
.dx_title_belt1{
      width: 0vw;
    left: -5vw;
    top: calc(57vw - 1px);
    bottom: auto;
    margin: auto;
    height: 8vw;
}
.dx_title_belt1.show{
      width: 110vw;
}
.dx_title_belt2{
    width: 0vw;
    top: calc(57vw - 1px);
    bottom: auto;
    height: 8vw;
    right: -10vw;
}
.dx_title_belt2.show{
      width: 45vw;
}
.site-inner .dx_title{
      width: 87vw;
    left: 0;
    right: 0;
    position: absolute;
    top: 59vw;
    bottom: auto;
    margin: auto;
    overflow: hidden;
    z-index: 12;
    opacity: 0;
}
.site-inner .dx_title{
      color: #fff;
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
    display: block;
    font-style: italic;
    height: auto;
    line-height: 1;
}
.dx_black1{
	transition:0.2s 0.8s;
}
.dx_top{
	transition:0.2s 1.2s;
}
.dx_x1{
	transition:0.1s 2s;
}
.dx_x2{
	transition:0.1s 2.1s;
}
.dx_title_belt1{
	transition:0.3s 2.2s;
}
.dx_title_belt2{
	transition:0.2s 2.15s;
}
.dx_title{
	transition:0.2s 2.4s;
}



.dx_black1{
	transition:0.8s 0.8s;
}
.dx_top{
	transition:0.8s 1.5s;
}
.dx_x1{
	transition:0.4s 2.3s;
}
.dx_x2{
	transition:0.4s 2.45s;
}
.dx_title_belt1{
	transition:0.6s 2.6s;
}
.dx_title_belt2{
	transition:0.6s 2.7s;
}
.dx_title{
	transition:0.6s 3s;
}
}

.dx_black1.tr_non,
.dx_top.tr_non,
.dx_x1.tr_non,
.dx_x2.tr_non,
.dx_title_belt1.tr_non,
.dx_title_belt2.tr_non,
.dx_title.tr_non{
	transition:0s 0s;
}
#solutionlist,
#humanresources{
	margin-top:-77px;
	padding-top:77px;
}
@media (max-width: 800px){
#solutionlist,
#humanresources{
	margin-top:calc(-22vw + 1px );
	padding-top:calc(22vw - 2px );
}
}

/*191113*/
.headernavi_contact{
      position: fixed;
    right: 0;
    top: 0;
    height: 94px;
	width:230px;
     z-index: 1000;
}
.headernavi_contact a{
	position:relative;
	color:#FF2200;
	font-weight:bold;
     display: block;
	 height:94px;
	 width:230px;
     padding-top: 15px;
	z-index:10001;
}
.headernavi_contact p{
	position:relative;
	z-index:10;
	color:#FF2200;
	background-image:	url(../images/character_bgw.png);
	background-position:left 0 center;
	background-size:45px;
	background-repeat:no-repeat;
	font-size:20px;
	padding:14px 0;
	padding-left:50px;
}
.headernavi_contact a:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transform: skew(30deg);
    background-color: #fff;
    height: 94px;
    width: 310px;
    right: -50px;
    z-index: 2;
     box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.35);
}
.headernavi_contact a:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transform: skew(30deg);
    background-color: #fff;
    height: 80px;
    width: 350px;
    z-index: 1;
    right: -50px;
	box-shadow: 0px 0px 7px 8px rgba(0,0,0,0.35);
}
.headermain {
    padding-right: 320px;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.darkfilter{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:10000;
     background-color: rgba(0, 0, 0, 0.5);
        animation-name: fade-out;
        animation-duration: .5s;
}
.headernavi_contact a:hover + .darkfilter{
	display:block;
        animation-name: fade-in;
        animation-duration: .5s;
}
.headernavi_contact p{
    right: -500px;
    transition: 0.5s;
}
.headernavi_contact a:before{
    right: -550px;
    transition: 0.5s;
}
.headernavi_contact a:after{
    right: -550px;
    transition: 0.5s;
}
.headernavi_contact.show p{
      right: 10px;
    transition: 0.2s  0.2s;
}
.headernavi_contact.show a:before{
     right: -40px;
    transition: 0.2s 0.1s;
}
.headernavi_contact.show a:after{
     right: -40px;
    transition: 0.2s 0s;
}
.headernavi_contact.show a:before,
.headernavi_contact.show a:after,
.headernavi_contact.show.noanime p{
	transition:0s !important;
}
@media (max-width: 800px){
.headernavi_contact{
	display:none;
}
}

.career_top h1{
	border-bottom:solid 1px #FF2200;
}
.career_top .btn{
      background-color: #ffd43f;
    max-width: 330px;
    margin: auto;
    padding: 15px 0;
    font-weight: bold;
    display: block;
    text-align: center;
}
.career_top_box1 .right span{
	display:inline-block;
}
@media (min-width: 801px){
.career_top {
	padding-bottom:50px;
}
.career_top h1{
      font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding:0;
	padding-top:80px;
	padding-bottom:20px;
	margin-bottom:40px;
}

.career_top_box1{
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
     justify-content: flex-start;
	 align-items:flex-start;
}
.career_top_box1 .left{
	flex-basis:340px;
	padding-right:20px;
}
.career_top_box1 .right{
     flex-basis: calc(100% - 340px);
}

.career_top h1 img{
    flex-basis: 170px;
    width: 170px;
}
.career_top h1 span{
      margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 0px;
}
.career_top h3{
	margin-bottom:40px;
}
}

@media (max-width: 800px){
.career_top {
	padding:0 6%
}
.career_top h1{
    margin: auto;
    font-size: 3.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
     padding: 12vw 0px;
    padding-bottom: 4vw;
    margin-bottom: 5vw;
}
.career_top h1 img{
      width: 15vw;
     margin-right: 2vw;
    display: block;
}
.career_top h1 span{
      margin-top: 1.3vw;
    line-height: 1;
}
.career_top h3{
     font-size: 3.2vw;
    text-align: center;
    margin-bottom: 5vw;
}
.career_top_box1 div{
	margin-bottom:4vw;
	font-size: 2.9vw;
}
.career_top_box1 div.right{
	margin-bottom:6vw;
}
.career_top .btn {
    padding: 2vw 0px;
    width: 60%;
}
}
