@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-size: 1.4rem;
	font-family:
   Roboto,
		"游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body a {
	color: #000;
}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#homepage #page {
	background: none;
}

#page {
	width: 100%;
	min-width: 1040px;
	text-align: left;
	background: url(../images/common/bg_works.jpg) center top repeat;
	-webkit-transition: opacity 1000ms ease-out 0ms;
	-moz-transition: opacity 1000ms ease-out 0ms;
	-ms-transition: opacity 1000ms ease-out 0ms;
	-o-transition: opacity 1000ms ease-out 0ms;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-out;
	transition-delay: 0ms;
}
#page.standby {
	opacity: 0;
}

#qa #page {
	width: 100%;
	min-width: 1040px;
	text-align: left;
	background: url(../images/common/bg_qa.jpg) center top repeat;
	-webkit-transition: opacity 1000ms ease-out 0ms;
	-moz-transition: opacity 1000ms ease-out 0ms;
	-ms-transition: opacity 1000ms ease-out 0ms;
	-o-transition: opacity 1000ms ease-out 0ms;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-out;
	transition-delay: 0ms;
}

@media only screen and (max-width: 928px) {
  #page,#qa #page {
	min-width: 0;
  }
}
/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#homepage #header {
	padding: 0;
}
#homepage #header .con_header {
	position: fixed;
	padding: 20px;
	top: 0;
	right: 0;
	width: 290px;
	/*width: 255px; */
	z-index: 1;
}

#header {
	padding: 30px;
	width: 100%;
	min-width: 1040px;
}
#header .con_header {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#header .con_header #gnav, #header .con_header .con_sns {
	display: table-cell;
	vertical-align: middle;
}
#header .con_header #gnav {
	text-align: left;
	letter-spacing: -0.4em;
}
#header .con_header #gnav li {
	letter-spacing: normal;
	display: inline-block;
}
#header .con_header #gnav li a, #header .con_header #gnav li span {
	display: inline-block;
	padding: 2px 3px;
	letter-spacing: 0.1ex;
	text-indent: 0.1ex;
	font-weight: bold;
	position: relative;
}
#header .con_header #gnav li a:after, #header .con_header #gnav li span:after {
	content: "";
	width: 80%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 10%;
	bottom: 0;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
	opacity: 0;
}
#header .con_header #gnav li a:hover:after, #header .con_header #gnav li span:hover:after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
#header .con_header #gnav li span {
	opacity: 0.4;
}
#header .con_header #gnav li span:after {
	display: none;
}
#header .con_header #gnav li:before {
	content: "｜";
	display: inline-block;
}
#header .con_header #gnav li:first-child:before {
	display: none;
}
#header .con_header .con_sns {
	text-align: right;
	position: relative;
	/* width: 215px; */
	width: 255px;
}
#header .con_header .con_sns li {
	display: inline-block;
	width: 25px;
	margin-left: 8px;
}
#header .con_header .con_sns li:first-child {
	margin-left: 0;
}
#header .con_header .con_sns li.lnk_corporate {
	display: block;
	position: absolute;
	width: 175px;
	right: 0;
	bottom: -45px;
}
#header .con_header .con_sns li.lnk_corporate a, #header .con_header .con_sns li.lnk_corporate img {
	display: block;
}
#header .con_header .con_sns li a {
	display: block;
}
#header .con_header .con_sns li img {
	display: block;
	width: 100%;
}
#header h1 {
	padding-top: 6px;
}
#header h1 span, #header h1 a {
	display: inline-block;
	vertical-align: middle;
}
#header h1 span.logo, #header h1 a.logo {
	height: 48px;
}
#header h1 span.sitecategory, #header h1 a.sitecategory {
	height: 30px;
	margin-left: 20px;
}
#header h1 a.sitecategory, #header h1 a.pagename {
  transition: all 0.3s linear;
}
#header h1 a.sitecategory:hover, #header h1 a.pagename:hover {
  opacity: 0.7;
}

#header h1 span.pagename, #header h1 a.pagename {
	height: 30px;
	margin-left: 14px;
}
#header h1 span img, #header h1 a img {
	display: block;
	height: 100%;
	width: auto;
}

@media only screen and (max-width: 928px) {
  #header {
	padding: 15px 20px 20px;
	min-width: 0;
  }
  #header .con_header {
	display: none;
  }
  #header h1 {
	padding: 0;
  }
  #header h1 span, #header h1 a {
	display: block;
	text-align: left;
  }
  #header h1 span.logo, #header h1 a.logo {
	height: 34px;
	display: block;
  }
  #header h1 span.sitecategory, #header h1 a.sitecategory {
	height: 24px;
	margin: 6px 0 0 2px;
  }
  #header h1 span.pagename, #header h1 a.pagename {
	height: 24px;
	margin: 6px 0 0;
  }
  #header h1 span img, #header h1 a img {
	display: inline-block;
  }
}
/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#homepage #menu .con_btn {
	top: 20px;
}
#homepage #menu .con_btn .btn_menu, #homepage #menu .con_btn .btn_contact {
	z-index: 1;
}
#homepage #menu .con_btn .btn_hachi {
	margin-top: 10px;
	height: 126px;
	width: 139px;
	overflow: visible;
}
#homepage #menu .con_btn .btn_hachi a {
	width: 139px;
	height: auto;
	background: none;
	padding: 0;
	position: relative;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#homepage #menu .con_btn .btn_hachi a:hover {
	opacity: 0.7;
}
#homepage #menu .con_btn .btn_hachi a span {
	display: block;
	margin: 0;
}
#homepage #menu .con_btn .btn_hachi a span.ic {
	width: 71px;
}
#homepage #menu .con_btn .btn_hachi a span.txt {
	position: absolute;
	width: 111px;
    left: -21px;
    top: 83px;
}
#homepage #menu .con_btn .btn_hachi a span.txt img {
	width: 100%;
	height: auto;
}
#homepage #menu .con_btn .btn_hachi a img {
	display: block;
}

#homepage #menu .btn_hachi_sp {
	display: none;
}

#menu .con_btn {
	width: 71px;
	height: 118px;
	position: fixed;
	z-index: 11;
	top: 140px;
	left: 30px;
}
#menu .con_btn li {
	width: 71px;
	height: 71px;
	overflow: hidden;
	position: relative;
}
#menu .con_btn li.btn_menu {
	top: 0;
}
#menu .con_btn li.btn_menu a {
	top: 0;
	padding-top: 14px;
  display: none;
}
#menu .con_btn li.btn_menu a.active {
    display: block !important;
}

#menu .con_btn li.btn_menu a .ic {
	position: relative;
	width: 20px;
	height: 20px;
}
#menu .con_btn li.btn_menu a .ic span {
	display: block;
	height: 1px;
	width: 18px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#menu .con_btn li.btn_menu a .ic span.bar1 {
	top: 4px;
}
#menu .con_btn li.btn_menu a .ic span.bar2 {
	top: 10px;
}
#menu .con_btn li.btn_menu a .ic span.bar3 {
	top: 16px;
}
#menu .con_btn li.btn_menu a.active .ic span.bar1 {
	width: 22px;
	margin-left: -11px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu .con_btn li.btn_menu a.active .ic span.bar2 {
	width: 0;
	opacity: 0;
}
#menu .con_btn li.btn_menu a.active .ic span.bar3 {
	width: 22px;
	margin-left: -11px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu .con_btn li.btn_contact {
	bottom: 0;
  display: none;
}
#menu .con_btn li.btn_contact a {
	bottom: 0;
}
#menu .con_btn li.btn_like {
	height: 71px;
	margin-top: 20px;
}
#menu .con_btn li.btn_like a {
	background: #EBA4A4;
	padding-top: 14px;
}
#menu .con_btn li.btn_like a > span.txt img {
	height: 26px;
}
#menu .con_btn li a {
	display: block;
	position: absolute;
	width: 71px;
	height: 71px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	background: #b3245c;
	padding-top: 20px;
}
#menu .con_btn li a:hover > span {
	opacity: 0.7;
}
#menu .con_btn li a > span {
	display: block;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#menu .con_btn li a > span.ic {
	width: 20px;
	margin: 0 auto;
}
#menu .con_btn li a > span.ic img {
	display: block;
	width: 100%;
}
#menu .con_btn li a > span.txt {
	padding-top: 5px;
}
#menu .con_btn li a > span.txt img {
	display: block;
	height: 14px;
	margin: 0 auto;
}
#menu .con_menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/common/bg_menu.gif) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
	z-index: 10;
	top: 0;
	left: 0;
}
#menu .con_menu .box_menu {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#menu .con_menu .box_menu .wrap_menu {
	width: 100%;
	padding: 80px 0;
}
#menu .con_menu .box_menu .wrap_menu ul {
	width: 324px;
	margin: 0 auto;
}
#menu .con_menu .box_menu .wrap_menu ul li {
	border-top: 1px solid #fff;
	padding: 2px 0;
}
#menu .con_menu .box_menu .wrap_menu ul li:first-child {
	border-top: none;
}
#menu .con_menu .box_menu .wrap_menu ul li a, #menu .con_menu .box_menu .wrap_menu ul li div.comingsoon {
	display: block;
	padding: 13px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#menu .con_menu .box_menu .wrap_menu ul li a:hover, #menu .con_menu .box_menu .wrap_menu ul li div.comingsoon:hover {
	background: rgba(165, 0, 65, 0.4);
}
#menu .con_menu .box_menu .wrap_menu ul li a span, #menu .con_menu .box_menu .wrap_menu ul li div.comingsoon span {
	display: block;
}
#menu .con_menu .box_menu .wrap_menu ul li a span.en, #menu .con_menu .box_menu .wrap_menu ul li div.comingsoon span.en {
	padding-bottom: 8px;
}
#menu .con_menu .box_menu .wrap_menu ul li a span.en img, #menu .con_menu .box_menu .wrap_menu ul li div.comingsoon span.en img {
	display: block;
	height: 20px;
	margin: 0 auto;
}
#menu .con_menu .box_menu .wrap_menu ul li a span.ja, #menu .con_menu .box_menu .wrap_menu ul li div.comingsoon span.ja {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.2ex;
	line-height: 1;
	color: #fff;
	text-align: center;
}
#menu .con_menu .box_menu .wrap_menu ul li div.comingsoon {
	opacity: 0.6;
}
#menu .con_menu .box_menu .wrap_menu ul li div.comingsoon:hover {
	background: none;
}
#menu .con_menu .box_menu .wrap_menu .nav_corporate {
	padding-top: 30px;
	width: 200px;
	margin: 0 auto;
}
#menu .con_menu .box_menu .wrap_menu .nav_corporate a, #menu .con_menu .box_menu .wrap_menu .nav_corporate img {
	display: block;
}
#menu .con_menu .box_menu .con_sns {
	width: 500px;
	padding: 20px 15px 0 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
#menu .con_menu .box_menu .con_sns li {
	display: inline-block;
	width: 25px;
	margin-left: 8px;
}
#menu .con_menu .box_menu .con_sns li:first-child {
	margin-left: 0;
}
#menu .con_menu .box_menu .con_sns li a {
	display: block;
}
#menu .con_menu .box_menu .con_sns li img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 928px) {
  #homepage #menu .con_btn .btn_hachi {
	margin-top: 6px;
	height: auto;
	width: 60px;
	display: none;
  }
  #homepage #menu .con_btn .btn_hachi a {
	width: 60px;
  }
  #homepage #menu .con_btn .btn_hachi a:hover {
	opacity: 1;
  }
  #homepage #menu .con_btn .btn_hachi a span.ic {
	width: 60px;
  }
  #homepage #menu .con_btn .btn_hachi a span.txt {
	display: none;
  }

  #homepage #menu .btn_hachi_sp {
	display: block;
  	position: fixed;
  	top: 10px;
  	left: 10px;
  	z-index: 9;
  }
  #homepage #menu .btn_hachi_sp a {
  	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	text-decoration: none;
  }
  #homepage #menu .btn_hachi_sp .ic {
  	width: 60px;
  }
  #homepage #menu .btn_hachi_sp .txt {
  	width: 170px;
  	margin-top: 5px;
  }

  #menu .con_btn {
	width: 60px;
	height: 100px;
	top: 10px;
	left: auto;
	right: 10px;
  }
  #menu .con_btn li {
	width: 60px;
	height: 60px;
  }
  #menu .con_btn li:hover {
	height: 60px;
  }
  #menu .con_btn li.btn_menu a {
	padding-top: 12px;
  }
  #menu .con_btn li.btn_like {
	height: 60px;
	margin-top: 8px;
  }
  #menu .con_btn li.btn_like a {
	padding-top: 10px;
  }
  #menu .con_btn li.btn_like a > span.txt img {
	height: 20px;
  }
  #menu .con_btn li a {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	padding-top: 16px;
  }
  #menu .con_btn li a:hover {
	background: #b3245c;
  }
  #menu .con_btn li a > span.ic {
	width: 22px;
  }
  #menu .con_btn li a > span.txt {
	padding-top: 3px;
  }
  #menu .con_btn li a > span.txt img {
	height: 8px;
  }
  #menu .con_menu .box_menu {
	padding-top: 15px;
	position: relative;
  }
  #menu .con_menu .box_menu .wrap_menu {
	padding: 40px 0;
  }
  #menu .con_menu .box_menu .wrap_menu ul {
	width: 70%;
  }
  #menu .con_menu .box_menu .wrap_menu ul li a {
	padding: 10px 0;
  }
  #menu .con_menu .box_menu .wrap_menu ul li a:hover {
	background: none;
  }
  #menu .con_menu .box_menu .wrap_menu ul li a span.en {
	padding-bottom: 4px;
  }
  #menu .con_menu .box_menu .wrap_menu ul li a span.en img {
	height: 16px;
  }
  #menu .con_menu .box_menu .wrap_menu ul li a span.ja {
	font-size: 1.1rem;
  }
  #menu .con_menu .box_menu .wrap_menu .nav_corporate {
	padding-top: 20px;
	width: 50%;
  }
  #menu .con_menu .box_menu .con_sns {
	width: 100%;
	padding: 0 20px 40px;
	text-align: center;
	position: static;
	letter-spacing: -0.4em;
  }
  #menu .con_menu .box_menu .con_sns li {
	letter-spacing: normal;
	display: inline-block;
	/* width: 16%; */
	width: 14%;
	margin-left: 0;
	padding: 0 4px;
  }
  #menu .con_menu .box_menu .con_sns li:first-child {
	margin-left: 0;
  }
  #menu .con_menu .box_menu .con_sns li img {
	width: 80%;
	max-width: 30px;
	margin: 0 auto;
  }
}
/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	margin: 0 auto;
	width: 100%;
	min-width: 1040px;
}

@media only screen and (max-width: 928px) {
  #contents {
	min-width: 100%;
  }
}
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 100%;
	min-width: 1040px;
	color: #fff;
	clear: both;
}
#footer a {
	color: #fff;
}
#footer .btn_corporate {
	width: 100%;
	min-width: 1040px;
	background: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
}
#footer .btn_corporate a {
	display: block;
	height: 78px;
	text-align: center;
	width: 100%;
	-webkit-transition: opacity 200ms ease-in-out 0ms;
	-moz-transition: opacity 200ms ease-in-out 0ms;
	-ms-transition: opacity 200ms ease-in-out 0ms;
	-o-transition: opacity 200ms ease-in-out 0ms;
	transition-property: opacity;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#footer .btn_corporate a:hover {
	opacity: 0.7;
}
#footer .btn_corporate a p {
	display: inline-block;
	padding: 26px 36px 26px 0;
	position: relative;
	height: 78px;
}
#footer .btn_corporate a p:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
#footer .btn_corporate a p span {
	display: inline-block;
	height: 26px;
	padding-left: 32px;
	position: relative;
	vertical-align: middle;
}
#footer .btn_corporate a p span:first-child {
	padding: 0;
}
#footer .btn_corporate a p span:first-child:after {
	display: none;
}
#footer .btn_corporate a p span:after {
	content: "";
	display: block;
	width: 14px;
	height: 26px;
	background: url(../images/home/btn_f_slash.png) center center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 10px;
	top: 0;
}
#footer .btn_corporate a p span img {
	display: block;
	height: 100%;
}
#footer .con_f_contact {
	width: 100%;
	min-width: 1040px;
	background: #b3245c;
	height: 78px;
}
#footer .con_f_contact.standby .wrap {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
#footer .con_f_contact.fix .wrap {
	position: fixed;
	z-index: 9;
}
#footer .con_f_contact + .con_fnav + .con_eightfooter + .btn_corporate {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#footer .con_f_contact.standby + .con_fnav + .con_eightfooter + .btn_corporate {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#footer .con_f_contact .wrap {
	width: 100%;
	min-width: 1040px;
	bottom: 0;
	left: 0;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	position: relative;
}
#footer .con_f_contact .box_f_contact {
	position: relative;
}
#footer .con_f_contact .box_f_contact .btn_tel {
	width: 1040px;
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	margin-left: -520px;
}
#footer .con_f_contact .box_f_contact .btn_tel a {
	display: block;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: -21px;
	right: 0;
}
#footer .con_f_contact .box_f_contact .btn_tel a img {
	display: block;
	width: 100%;
}
#footer .con_f_contact .box_f_contact .btn_form {
	width: 100%;
	height: 78px;
  background:#000000;
  border-bottom:1px solid #ffffff;
	display: block;
	padding: 18px 0;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#footer .con_f_contact .box_f_contact .btn_form:hover {
	background: #333333;
}
#footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact i {
	display: inline-block;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: middle;
}
#footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact i img {
	display: block;
	width: 100%;
}
#footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact span {
	display: inline-block;
	vertical-align: middle;
}
#footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact span.en {
	width: 266px;
	margin: 0 auto;
}
#footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact span.en img {
	display: block;
}

#footer .con_f_contact .btns,
#footer .con_f_subfooter .btns{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

}
#footer .con_f_contact .btns li,
#footer .con_f_subfooter .btns li {
	width: 50%;
	min-width: 520px;
}
#footer .con_f_contact .btns li a,
#footer .con_f_subfooter .btns li a {
	text-decoration: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 62px;
	-webkit-transition: background 200ms ease-in-out 0ms;
	-moz-transition: background 200ms ease-in-out 0ms;
	-ms-transition: background 200ms ease-in-out 0ms;
	-o-transition: background 200ms ease-in-out 0ms;
	transition-property: background;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
#footer .con_f_contact .btns li a img,
#footer .con_f_subfooter .btns li a img {
	vertical-align: bottom;
}
#footer .con_f_contact .btns li.btn_magazine a,
#footer .con_f_subfooter .btns li.btn_magazine a {
	background: #000;
	padding-right: 48px;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#footer .con_f_contact .btns li.btn_magazine a:hover,
#footer .con_f_subfooter .btns li.btn_magazine a:hover {
	background: #333;
}

#footer .con_f_contact .btns li.btn_magazine img,
#footer .con_f_subfooter .btns li.btn_magazine img {
	height: 28px;
	margin-bottom: 5px;
}
#footer .con_f_contact .btns li.btn_line a,
#footer .con_f_subfooter .btns li.btn_line a {
	background: #00B900;
	padding-left: 38px;
	text-align: left;
}
#footer .con_f_contact .btns li.btn_line a:hover,
#footer .con_f_subfooter .btns li.btn_line a:hover {
	background: #02A802;
}
#footer .con_f_contact .btns li.btn_line img,
#footer .con_f_subfooter .btns li.btn_line img {
	height: 23px;
	margin-top: 5px;
}

@media only screen and (max-width: 928px) {
	#footer .con_f_contact {
		height: auto;
	}
	#footer .con_f_contact .btns li a,
  #footer .con_f_subfooter .btns li a {
		display: block;
		text-align: center !important;
		height: auto;
		line-height: 62px;
		height: 62px;
		padding: 0 10px !important;

	}
	#footer .con_f_contact .btns li a img,
  #footer .con_f_subfooter .btns li a img {
		height: 32px !important;
		margin: 0 !important;
		vertical-align: middle;

	}
	#footer .con_f_contact .btns li,
  #footer .con_f_subfooter .btns li {
		min-width: 0;
	}
}

#footer .con_f_contact .btns.col3 {
  
}
#footer .con_f_contact .btns.col3 > li {
  width:33.33%;
  height: 62px;
  min-width: auto;
  position: relative;
}
#footer .con_f_contact .btns.col3 > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left:0;
  padding-right: 0;
  align-items:center;
  justify-content: center;
}

#footer .con_f_contact .btns.col3 > li.btn_webshop > a {
  background:#000;
}
#footer .con_f_contact .btns.col3 > li.btn_webshop > a:hover {
  background: #333;
}

#footer .con_f_contact .btns.col3 > li.btn_magazine img,
#footer .con_f_contact .btns.col3 > li.btn_line img,
#footer .con_f_contact .btns.col3 > li.btn_webshop img {
  width: auto;
  height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 928px) {
  #footer .con_f_contact .btns.col3 > li {
    height: 40px;
  }
  #footer .con_f_contact .btns.col3 > li.btn_magazine > a,
  #footer .con_f_contact .btns.col3 > li.btn_line > a,
  #footer .con_f_contact .btns.col3 > li.btn_webshop > a {
    line-height: 0;
  }
  #footer .con_f_contact .btns.col3 > li.btn_magazine img,
  #footer .con_f_contact .btns.col3 > li.btn_line img,
  #footer .con_f_contact .btns.col3 > li.btn_webshop img {
    width: auto;
    max-width: 80%;
    max-height: 30px;
    height: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

#qa #footer .con_fnav {
  display: none;
}

#footer .con_fnav {
	width: 100%;
	background: #bf4776;
	padding: 20px 0;
}
#footer .con_fnav .box_fnav {
	width: 1040px;
	padding: 0 40px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
#footer .con_fnav .box_fnav .wrap_fnav, #footer .con_fnav .box_fnav .con_sns {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -0.4em;
}
#footer .con_fnav .box_fnav .wrap_fnav li, #footer .con_fnav .box_fnav .con_sns li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
#footer .con_fnav .box_fnav .wrap_fnav {
	text-align: center;
}
#footer .con_fnav .box_fnav .wrap_fnav li {
	color: #fff;
	letter-spacing: 0.2ex;
}
#footer .con_fnav .box_fnav .wrap_fnav li:before {
	content: "｜";
}
#footer .con_fnav .box_fnav .wrap_fnav li:first-child:before {
	display: none;
}
#footer .con_fnav .box_fnav .wrap_fnav li a, #footer .con_fnav .box_fnav .wrap_fnav li span {
	line-height: 1.8;
	padding: 4px 0;
	position: relative;
}
#footer .con_fnav .box_fnav .wrap_fnav li a:after, #footer .con_fnav .box_fnav .wrap_fnav li span:after {
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 5%;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	opacity: 0;
}
#footer .con_fnav .box_fnav .wrap_fnav li a:hover:after, #footer .con_fnav .box_fnav .wrap_fnav li span:hover:after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
#footer .con_fnav .box_fnav .wrap_fnav li span {
	opacity: 0.4;
}
#footer .con_fnav .box_fnav .wrap_fnav li span:after {
	display: none;
}
#footer .con_eightfooter {
	background: #1a1a1a;
	padding-bottom: 40px;
}
#footer .con_eightfooter .eight_logo {
	width: 220px;
	padding: 35px 0;
	margin: 0 auto;
}
#footer .con_eightfooter .eight_logo a {
	display: block;
}
#footer .con_eightfooter .eight_logo img {
	display: block;
	width: 100%;
}
#footer .con_eightfooter .box_eightfooter {
	width: 830px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	gap: 0 30px;
}
#footer .con_eightfooter .box_eightfooter.sp {
	display: none;
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter {
	
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter.corporation {
	
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter.business {
	
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter.recruit {
	
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter li {
	line-height: 1.8;
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter li a {
	font-size: 1.3rem;
	color: #ccc;
	display: block;
	padding: 0 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter li a:hover {
	background: rgba(255, 255, 255, 0.05);
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter li.st {
	padding-bottom: 0px;
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter li.st a {
	font-weight: bolder;
	color: #fff;
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter li.large a {
	font-size: 1.6rem;
}
#footer .con_eightfooter .box_eightfooter .wrap_eightfooter li.pad {
	padding-top: 8px;
}
#footer .con_sns {
	display: none;
}
#footer .meitetsu {
	text-align: center;
	padding-top: 40px;
}
#footer .meitetsu a {
	display: inline-block;
	height: 32px;
}
#footer .meitetsu a img {
	display: block;
	height: 100%;
	width: auto;
}
#footer .copyright {
	text-align: center;
	padding-top: 30px;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.1ex;
}
#footer .column_info {
	border-bottom: 1px solid #fff;
	font-color: #FFF;
	text-align: center;
	padding: 1% 5%;
}

@media only screen and (max-width: 928px) {
  #footer {
	min-width: 0;
	padding-bottom: 62px;
	background: #1a1a1a;
  }
  #footer .btn_corporate {
	min-width: 0;
  }
  #footer .btn_corporate a {
	height: 82px;
	text-align: center;
  }
  #footer .btn_corporate a:hover {
	opacity: 1.0;
  }
  #footer .btn_corporate a p {
	display: block;
	padding: 8px 30px;
	position: relative;
	height: 82px;
	width: 240px;
	margin: 0 auto;
  }
  #footer .btn_corporate a p span {
	display: block;
	height: 20px;
	padding: 0;
	margin-top: 2px;
  }
  #footer .btn_corporate a p span:first-child {
	margin-top: 0;
  }
  #footer .btn_corporate a p span:after {
	display: none;
  }
  #footer .con_f_contact {
	min-width: 0;
	height: auto;
  }
  #footer .con_f_contact.standby .wrap {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
  }
  #footer .con_f_contact .wrap {
	position: fixed;
	z-index: 9;
	min-width: 0;
  }
  #footer .con_f_contact .box_f_contact .btn_tel {
	width: 100%;
	top: 50%;
	left: 0;
	margin-left: 0;
  }
  #footer .con_f_contact .box_f_contact .btn_tel a {
	width: 42px;
	height: 42px;
	position: absolute;
	top: -21px;
	right: 10px;
  }
  #footer .con_f_contact .box_f_contact .btn_form {
	padding: 10px 0;
	height: auto;
  }
  #footer .con_f_contact .box_f_contact .btn_form:hover {
	  background: #333333;
  }
  #footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact {
	width: 100%;
  }
  #footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact i {
	margin-left: -40px;
	margin-right: 10px;
  }
  #footer .con_f_contact .box_f_contact .btn_form .wrap_f_contact span.en {
	width: 140px;
  }
  #footer .con_fnav {
	display: none;
  }
  #footer .con_eightfooter {
	padding-bottom: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
  }
  #footer .con_eightfooter > * {
  	order: 10;
  	-webkit-order: 10;
  }
  #footer .con_eightfooter .eight_logo {
	padding: 35px 0 20px;
	order: 1;
  	-webkit-order: 1;
  }
  #footer .con_eightfooter .box_eightfooter {
	width: 100%;
	display: block;
	order: 2;
  	-webkit-order: 2;
  }
  #footer .con_eightfooter .box_eightfooter.pc {
  	display: none;
  }
  #footer .con_eightfooter .box_eightfooter.sp {
  	display: block;
  }
  #footer .con_eightfooter .box_eightfooter .wrap_eightfooter {
	display: block;
	border-left: none;
	padding: 0;
  }
  #footer .con_eightfooter .box_eightfooter .wrap_eightfooter.corporation, #footer .con_eightfooter .box_eightfooter .wrap_eightfooter.business, #footer .con_eightfooter .box_eightfooter .wrap_eightfooter.recruit {
	width: 100%;
  }
  #footer .con_eightfooter .box_eightfooter .wrap_eightfooter li {
	line-height: 1.8;
	display: none;
  }
  #footer .con_eightfooter .box_eightfooter .wrap_eightfooter li a {
	display: block;
	padding: 0 6px;
  }
  #footer .con_eightfooter .box_eightfooter .wrap_eightfooter li a:hover {
	background: none;
  }
  #footer .con_eightfooter .box_eightfooter .wrap_eightfooter li.st {
	display: block;
	padding-bottom: 0;
	border-bottom: 1px solid #4d4d4d;
  }
  #footer .con_eightfooter .box_eightfooter .wrap_eightfooter li.st a {
	text-align: center;
	font-size: 1.6rem;
	color: #d9d9d9;
	padding: 8px 0;
  }
  #footer .con_sns {
	width: 100%;
	padding: 40px 20px 0;
	text-align: center;
	position: static;
	display: block;
	letter-spacing: -0.4em;
  }
  #footer .con_sns li {
	display: inline-block;
	/* width: 16%; */
	width: 14%;
	margin-left: 0;
	padding: 0 4px;
	letter-spacing: normal;
  }
  #footer .con_sns li:first-child {
	margin-left: 0;
  }
  #footer .con_sns li img {
	width: 80%;
	max-width: 30px;
	margin: 0 auto;
  }
  #footer .meitetsu {
	padding-top: 20px;
  }
  #footer .copyright {
	text-align: center;
	padding-top: 30px;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.1ex;
  }
  #footer .column_info {
	text-align: justify;
	padding: 3% 5%;
  }
}
/*----------------------------------------------------
	#footer_go.con_go
----------------------------------------------------*/
#footer_go.con_go {
	width: 100%;
	min-width: 1040px;
	background: #fff;
	padding: 50px 0 64px;
}
#footer_go.con_go h2 > a {
	width: 400px;
	margin: 0 auto;
}
#footer_go.con_go h2 > span, #footer_go.con_go h2 > a {
	display: block;
}
#footer_go.con_go h2 > span.en img, #footer_go.con_go h2 > a.en img {
	height: 52px;
	margin: 0 auto;
	display: block;
}
#footer_go.con_go h2 > span.ja, #footer_go.con_go h2 > a.ja {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	padding-top: 8px;
}
#footer_go.con_go .box_go {
	width: 1040px;
	margin: 0 auto;
	padding: 0 50px;
}
#footer_go.con_go .box_go ul {
	width: 100%;
	letter-spacing: -0.4em;
	padding-top: 40px;
}
#footer_go.con_go .box_go ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 230px;
	margin: 6px 0 0 6px;
}
#footer_go.con_go .box_go ul li:nth-child(4n+1) {
	margin-left: 1px;
}
#footer_go.con_go .box_go ul li a, #footer_go.con_go .box_go ul li img {
	display: block;
}
#footer_go.con_go .box_go .notopic {
	padding-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 928px) {
  #footer_go.con_go {
	min-width: 0;
	padding: 30px 0;
  }
  #footer_go.con_go h2 > a {
	width: 100%;
  }
  #footer_go.con_go h2 > span.en img, #footer_go.con_go h2 > a.en img {
	height: 30px;
  }
  #footer_go.con_go h2 > span.ja, #footer_go.con_go h2 > a.ja {
	font-size: 1.6rem;
	padding-top: 6px;
  }
  #footer_go.con_go .box_go {
	width: 100%;
	padding: 0 20px;
  }
  #footer_go.con_go .box_go ul {
	padding-top: 20px;
  }
  #footer_go.con_go .box_go ul li {
	width: 49%;
	margin: 6px 0 0 2%;
  }
  #footer_go.con_go .box_go ul li:nth-child(2n+1) {
	margin-left: 0;
  }
}

/* -----------------------------------------------------------
	.con_group
----------------------------------------------------------- */
.con_group {
	background: #fff;
	padding: 50px 0;
	color: #333333;
}
.con_group h2 {
	margin-bottom: 40px;
	width: 100%;
	display: block;
	text-align: center;
}
.con_group h2 > span {
	display: block;
}
.con_group h2 > span.en img {
	height: 19px;
}
.con_group h2 > span.ja {
	text-align: center;
	display: block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}
.box_group ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.box_group ul li {
	margin-left: 25px;
	font-size: 1.2rem;
	min-width: 11em;
}
.box_group ul li:first-child {
	margin-left: 0;

}
.box_group ul li .img {
	height: 123px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.box_group ul li h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.box_group ul li .txt {
	font-size: 1.2rem;
	max-width: 11em;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
.box_group ul li a {
	display: block;
	text-decoration: none;
	color: #333 !important;
	-webkit-transition: opacity 200ms ease-in-out 0ms;
    -moz-transition: opacity 200ms ease-in-out 0ms;
    -ms-transition: opacity 200ms ease-in-out 0ms;
    -o-transition: opacity 200ms ease-in-out 0ms;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0ms;
}
.box_group ul li a:hover {
	opacity: 0.7;
}
.box_group ul li:nth-child(1) img {
	height: 123px;
}
.box_group ul li:nth-child(2) img {
	height: 120px;
}
.box_group ul li:nth-child(3) img {
	height: 120px;
}
.box_group ul li:nth-child(4) img {
	height: 120px;
}
.box_group ul li:nth-child(5) img {
	height: 120px;
}.box_group ul li:nth-child(6) img {
	height: 120px;
}

@media only screen and (max-width: 928px) {
	.con_group {
		padding: 40px 0;
	}
	.con_group h2 > span.en img {
		height: 16px;
	}
	.box_group ul {
		display: block;
		overflow: hidden;
		margin-bottom: -30px;
		padding: 0 20px;
	}
	.box_group ul li {
		float: left;
		width: 50%;
		margin-bottom: 20px;
		margin-left: 0;
	}
	.con_group h2 {
		margin-bottom: 20px;
	}
	.box_group ul li .img {
		height: 90px;
		margin-bottom: 10px;
	}
	.box_group ul li:nth-child(1) img {
		height: 92px;
	}
	.box_group ul li:nth-child(2) img {
		height: 90px;
	}
	.box_group ul li:nth-child(3) img {
		height: 80px;
	}
	.box_group ul li:nth-child(4) img {
		height: 80px;
	}
	.box_group ul li:nth-child(5) img {
		height: 90px;
	}
	.box_group ul li:nth-child(6) img {
		height: 90px;
	}
}
.box_group2 {
}
.box_group2 ul {
  display: flex;
  flex-wrap: wrap;
}
.box_group2 > .content960 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 928px) {
  .box_group2 > .content960 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.box_group2 ul > li {
  display: block;
  font-size: 1.2rem;
  width: -webkit-calc((100% - 10rem)/6);
  width: calc((100% - 10rem)/6);
  margin: 0 2rem 3rem 0;
}
.box_group2 ul > li:nth-child( 6n ) {
  margin-right: 0;
}
.box_group2 ul > li a {
  color: #000 !important;
  transition: opacity 0.2s ease-in-out;
}
.box_group2 ul > li a:hover {
  opacity: 0.7;
}
.box_group2 ul > li h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.box_group2 ul > li p.txt {
  font-size: 1.2rem;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
.box_group2 ul > li .img {
  margin-bottom:20px;
}
.box_group2 ul > li .img img{
  display: block;
  width: auto;
  height: 123px;
  margin: 0 auto;
}

@media only screen and (max-width: 928px) {
  .box_group2 ul > li, .box_group2 ul > li:nth-child(5n) {
    width: -webkit-calc((100% - 4rem)/3);
    width: calc((100% - 4rem)/3);
    margin-right:2rem;
  }
  .box_group2 ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .box_group2 ul > li, .box_group2 ul > li:nth-child(5n), .box_group2 ul > li:nth-child(3n) {
    width: -webkit-calc((100% - 4rem)/2);
    width: calc((100% - 4rem)/2);
    margin-right:2rem;
  }
  .box_group2 ul > li:nth-child(2n) {
    margin-right: 0;
  }
  
}