@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */


/*　reset
----------------------------------------------- */

html {
	font-size: 62.5%;/*ベースを10px*/
	min-height: 100%;
	position: relative;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;/*行の高さをフォントサイズと同じに*/
	-webkit-text-size-adjust: 100%;/* 文字サイズを自動調整する機能を無効化 */
}
 
/*インライン要素をブロック要素へ変更*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

form,input,p,ul,li,dl,tr,th,table,select,
dd,dt,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h3,h4,h5,h6,strong {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a img,img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
}

ul,ol,dl {
	margin: 0;
	padding: 0;
}

dt,dd,li {
	list-style-type: none;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

a {
	cursor: pointer;
	color: #000000;
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

a img {
	cursor: pointer;
}

a:link{
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #aaaaaa;
}

a:active {
	text-decoration: none;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"] {
	border-radius: 0;
    -webkit-appearance: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}

.allclear {
	clear: both;
	height: 0;
	font-size: 0;
}

*, *:before, *:after {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 769px) {
#container {
	position: relative;
	overflow: hidden;
	min-width: 1280px;
}
}


/* -----------------------------------------------
共通設定
----------------------------------------------- */

.sp {
	display: block;
}

.pc {
	display: none;
}

.inner {
	width: 100%;
	margin: 0 auto;
    padding: 0 5.7142%;/*0 40px */
}

@media screen and (min-width: 769px) {
.sp {
	display: none;
}

.pc {
	display: block;
}

.inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
}

/*　clearfix
----------------------------------------------- */

.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	 clear: both;
}


/*　スペース
----------------------------------------------- */

.p_t_120 {
	padding-top: 120px;
}

.p_b_120 {
	padding-bottom: 120px;
}

.p_t_190 {
	padding-top: 80px;
}

@media screen and (min-width: 769px) {
.p_t_190 {
	padding-top: 190px;
}
}

.p_b_190 {
	padding-bottom: 80px;
}

@media screen and (min-width: 769px) {
.p_b_190 {
	padding-bottom: 190px;
}
}

/*　共通大字
----------------------------------------------- */
.daiji_box {
	
}

.daiji_box .eiji_daiji_b {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 14px;
}

.daiji_box .eiji_daiji_b:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #261677;
	border-radius: 100%;
}

@media screen and (min-width: 769px) {

}

.daiji_box .eiji_daiji_w {
	font-size: 11px;
	font-size: 1.1rem;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 10px;
}

.daiji_box .eiji_daiji_w:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 100%;
}

@media screen and (min-width: 769px) {
.daiji_box .eiji_daiji_w {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 14px;
}

.daiji_box .eiji_daiji_w:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 100%;
}
}

.daiji_box .eiji_daiji_ao {
	font-size: 14px;
	font-size: 1.4rem;
	color: #261677;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 14px;
}

.daiji_box .eiji_daiji_ao:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #261677;
	border-radius: 100%;
}

.daiji_box .daiji_w {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	color: #ffffff;
	font-weight: 300;
	margin-top: 4.8387%;
}

.daiji_box .daiji_b {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	color: #000000;
	font-weight: 300;
	margin-top: 4.8387%;
}

.daiji_box .daiji_ao {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	color: #261677;
	font-weight: 300;
	margin-top: 4.8387%;
}

@media screen and (min-width: 769px) {
.daiji_box .daiji_w,
.daiji_box .daiji_b,
.daiji_box .daiji_ao {
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 15px;
}
}

.daiji_box .catch {
	margin-top: 25px;
}

.daiji_box .catch_w {
	font-size: 30px;
	font-size: 3.0rem;
	color: #ffffff;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-top: 25px;
}

.box_l .daiji_box .catch {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 30px;
	font-size: 3.0rem;
	color: #000000;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
.daiji_box .catch_w {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.4;
	margin-top: 25px;
}
}

.daiji_box p.txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 25px;
}

/*　共通大字_横
----------------------------------------------- */

.daiji_box_yoko {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.daiji_box_yoko .eiji_daiji_b {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 14px;
}

.daiji_box_yoko .eiji_daiji_b:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #261677;
	border-radius: 100%;
}

.daiji_box_yoko .daiji_b {
	margin-top: 22px;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	color: #000000;
	font-weight: 300;
}


/*　header
----------------------------------------------- */
#header {
	background-color: #ffffff;
	height: 100px;
}

#header .inner {
	
}

#header .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100px;
}

#header .cf_box h1.logo {
	width: 19.3548%;
}

#header .cf_box .btn {
	width: 33.8709%;
}

#header .cf_box .btn a {
	display: block;
	background-color: #000000;
	color: #ffffff;
	padding: 11px 0;
	border-radius: 50px;
	text-align: center;
}

@media screen and (min-width: 769px) {
#header {
	background-color: #ffffff;
}

#header .inner {
	
}

#header .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	height: 120px;
}

#header .box_l {
	
}

#header .box_l h1.logo {
	width: 306px;
}

#header .box_r {
	
}

#header .box_r nav.header_nav {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

#header .box_r nav.header_nav ul {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

#header .box_r nav.header_nav ul li {
	margin-right: 40px;
}

#header .box_r nav.header_nav ul li a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

#header .box_r nav.header_nav ul li:last-child {
	margin-right: 0;
}
}


/*　index / MV
----------------------------------------------- */

#container #mv_bg_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

#container .top_mv_bg {
    background: url(../../img/index/mv/mv_img_sp.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (min-width: 769px) {
#container .top_mv_bg {
    background: url(../../img/index/mv/mv_img.jpg) no-repeat center center;
	background-size: cover;
}
}

/*　top_area / movie_ttl_box
----------------------------------------------- */

#container #top_area .mv_ttl_box {
	position: relative;
	display: table;
	height: 48vw;
	min-height: 560px;
	width: 100%;
}

#container #top_area .mv_ttl_box .mv_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
}

@media screen and (min-width: 769px) {
#container #top_area .mv_ttl_box .mv_ttl {
	width: 380px;
}
}

/*　index / scrolldown_btn
----------------------------------------------- */
#container .scrolldown_btn_box {
	padding: 40px 0;
	background-color: #ffffff;
}

#container .scrolldown_btn_box .scrolldown_btn {
	text-align: center;
}


/*　top_area / identity_box
----------------------------------------------- */
#container #top_area .identity_box {
	position: relative;
	z-index: 2;
}

.black_bg {
	background-color: rgba(38,23,120,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1; 
}

.mask01::before,.mask01::after {
	height: 20px;
	left: 0;
	width: 100%;
}

.mask01::after {
	bottom: 0;
}

.mask02::before,.mask02::after {
	height: 100%;
	top: 0;
	width: 20px;
}

.mask02::after {
	right: 0;
}

.mask01::before,.mask01::after,
.mask02::before,.mask02::after {
	background-color: #ffffff;
	content: "";
	display: block;
	position: absolute;
	z-index: 4;
}

#container #top_area .identity_box .inner {
	width: auto;
	margin: 0;
	padding: 0;
}

#container #top_area .identity_box .cf_box {
	position: relative;
	z-index: 3;
	padding: 70px 50px;
}

#container #top_area .identity_box .kado_maru {
	padding: 10px 10px;
	background-image: url(../../img/index/mv/kado_maru.svg);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
}

#container #top_area .identity_box .kado_maru_tl {
	background-position: left top;
	top: 20px;
	left: 10px;
	transform: rotate(90deg);
}

#container #top_area .identity_box .kado_maru_tr {
	background-position: right top;
	top: 10px;
	right: 10px;
	transform: rotate(180deg);
}

#container #top_area .identity_box .kado_maru_bl {
	background-position: right top;
	bottom: 10px;
	left: 10px;
}

#container #top_area .identity_box .kado_maru_br {
	background-position: right bottom;
	bottom: 10px;
	right: 20px;
	transform: rotate(270deg);
}

#container #top_area .identity_box .cf_box .box_l {
	
}

#container #top_area .identity_box .cf_box .box_l p.txt {
	color: #ffffff;
}

#container #top_area .identity_box .cf_box .box_r {
	
}

#container #top_area .identity_box .cf_box .box_r .logo {
	
}

@media screen and (min-width: 769px) {
.mask01::before,.mask01::after {
	height: 60px;
	left: 0;
	width: 100%;
}

.mask02::before,.mask02::after {
	height: 100%;
	top: 0;
	width: 60px;
}

#container #top_area .identity_box .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 120px;
}

#container #top_area .identity_box .kado_maru_tl {
	top: 60px;
	left: 50px;
}

#container #top_area .identity_box .kado_maru_tr {
	top: 50px;
	right: 50px;
}

#container #top_area .identity_box .kado_maru_bl {
	bottom: 50px;
	left: 50px;
}

#container #top_area .identity_box .kado_maru_br {
	bottom: 50px;
	right: 60px;
}
}

/*　index / 事業内容
----------------------------------------------- */
#container #top_area .service_box {
	background-color: #ffffff;
}

#container #top_area .service_box .inner {
	
}

#container #top_area .service_box .cf_box {
	
}

#container #top_area .service_box .cf_box .box_l {
	width: 100%;
	margin-bottom: 9.6774%;
}

#container #top_area .service_box .cf_box .box_l p.txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

#container #top_area .service_box .cf_box .box_r {
	width: 100%;
}

#container #top_area .service_box .cf_box .box_r .case_box {
	
}

#container #top_area .service_box .cf_box .box_r .case_box .box {
	width: 100%;
	margin-bottom: 50px;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .img {
	margin-bottom: 20px;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .img img {
	width: 100%;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .midashi {
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.02em;
	line-height: 1.7em;
	font-weight: 300;
}

#container #top_area .service_box .cf_box .box_r .case_box .box p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
	padding-left: 15px;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .btn {
	margin-top: 30px;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .btn a {
	display: block;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .btn a:hover {
	opacity: 0.5;
	background-color: #f2f2f2;
	border-radius: 5px;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .btn a img {
	width: 100%;
}

#container #top_area .service_box .service_list_box {
	margin-top: 90px;
}

#container #top_area .service_box .service_list_box ul {
	
}

#container #top_area .service_box .service_list_box ul li {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	width: 100%;
	line-height: 60px;
	text-align: center;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
}

#container #top_area .service_box .service_list_box ul li::before {
	content: "";
	background-image: url("../../img/index/service/list/nijyumaru_icon.svg");
	display: inline-block;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 19px;
	left: 20px;
}

#container #top_area .service_box .service_list_box ul li:nth-child(n + 2) {
	margin-top: 10px;
}

@media screen and (min-width: 769px) {
#container #top_area .service_box .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#container #top_area .service_box .cf_box .box_l {
	width: 380px;
	margin-bottom: 0;
}

#container #top_area .service_box .cf_box .box_l p.txt {
	font-size: 14px;
	font-size: 1.4rem;
}

#container #top_area .service_box .cf_box .box_r {
	width: 580px;
}

#container #top_area .service_box .cf_box .box_r .case_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container #top_area .service_box .cf_box .box_r .case_box .box {
	width: 285px;
}

#container #top_area .service_box .cf_box .box_r .case_box .box:last-of-type {
	margin-bottom: 0;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .img {
	margin-bottom: 20px;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .midashi {
	font-size: 18px;
	font-size: 1.8rem;
}

#container #top_area .service_box .cf_box .box_r .case_box .box p {
	font-size: 12px;
	font-size: 1.2rem;
}

#container #top_area .service_box .cf_box .box_r .case_box .box .btn a {
	display: block;
	height: 60px;
	margin-left: 15px;
}

#container #top_area .service_box .service_list_box ul {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#container #top_area .service_box .service_list_box ul li {
	width: 267px;
}

#container #top_area .service_box .service_list_box ul li:nth-child(n + 2) {
	margin-top: 0;
}

#container #top_area .service_box .service_list_box ul li:nth-child(n + 5) {
	margin-top: 10px;
}
}

/*　index / イメージ
----------------------------------------------- */

#container #top_area .img_space {
	background-color: #ffffff;
}

#container #top_area .img_space .img {
	
}

#container #top_area .img_space .img img {
	width: 100%;
}


/*　index / 代表あいさつ
----------------------------------------------- */

#container #top_area .message_box {
	background-color: #ffffff;
}

#container #top_area .message_box .inner {
	
}

#container #top_area .message_box .cf_box {
	
}

#container #top_area .message_box .cf_box .box_l {
	width: 100%;
	margin-bottom: 9.6774%;
}

#container #top_area .message_box .cf_box .box_l .img_box {
	
}

#container #top_area .message_box .cf_box .box_l .img_box .img {
	margin-top: 9.6774%;
}

#container #top_area .message_box .cf_box .box_l .img_box .img + .img {
	margin-top: 10px;
}

#container #top_area .message_box .cf_box .box_r {
	width: 100%;
}

#container #top_area .message_box .cf_box .box_r p.txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
#container #top_area .message_box .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#container #top_area .message_box .cf_box .box_l {
	width: 490px;
	margin-bottom: 0;
}

#container #top_area .message_box .cf_box .box_l .img_box {
	
}

#container #top_area .message_box .cf_box .box_l .img_box .img {
	margin-top: 110px;
}

#container #top_area .message_box .cf_box .box_l .img_box .img + .img {
	margin-top: 10px;
}

#container #top_area .message_box .cf_box .box_r {
	width: 550px;
}

#container #top_area .message_box .cf_box .box_r .cacth {
	margin-bottom: 50px;
	font-size: 40px;
	font-size: 4.0rem;
	color: #000000;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

#container #top_area .message_box .cf_box .box_r p.txt {
	font-size: 14px;
	font-size: 1.4rem;
}
}

/*　index / 会社概要
----------------------------------------------- */
#container #top_area .company_box {
	background-color: #ffffff;
}

#container #top_area .company_box .inner {
	
}

#container #top_area .company_box .cf_box {
	
}

#container #top_area .company_box .cf_box .box_l {
	margin-bottom: 9.6774%;
}

#container #top_area .company_box .cf_box .box_r {
	width: 100%;
	border-top: 1px solid #ebebeb;
}

#container #top_area .company_box .cf_box .box_r table {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

#container #top_area .company_box .cf_box .box_r table th {
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 6.4516% 0 1.6129%;
	font-weight: 300;
}

#container #top_area .company_box .cf_box .box_r table td {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	padding: 0 0 6.4516%;
}

@media screen and (min-width: 769px) {
#container #top_area .company_box .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#container #top_area .company_box .cf_box .box_l {
	margin-bottom: 0;
}

#container #top_area .company_box .cf_box .box_r {
	width: 550px;
}

#container #top_area .company_box .cf_box .box_r table th {
	display: table-cell;
	width: 180px;
	border-bottom: 1px solid #ebebeb;
	padding: 40px 0;
}

#container #top_area .company_box .cf_box .box_r table td {
	display: table-cell;
	width: 370px;
	padding: 40px 0;
}
}

/*　採用情報
----------------------------------------------- */

#container .recruit_box {
	background-color: #ffffff;
}

#container .recruit_box .bnr {
	text-align: center;
}


/*　footer
----------------------------------------------- */
#container #footer {
	background-color: #ffffff;
}

#container #footer .contact_box {
	background-color: #261677;
	padding: 100px 0;
}

#container #footer .contact_box .inner {
	width: 100%;
}

#container #footer .contact_box .cf_box {
	
}

#container #footer .contact_box .cf_box .box_l {
	margin-bottom: 9.6774%;
}

#container #footer .contact_box .cf_box .box_l p.txt {
	color: #ffffff;
}

#container #footer .contact_box .cf_box .box_r {
	
}

#container #footer .contact_box .cf_box .box_r .btn_box {
	
}

#container #footer .contact_box .cf_box .box_r .btn_box .btn img {
	width: 100%;
}

#container #footer .contact_box .cf_box .box_r .btn_box .btn + .btn {
	margin-top: 10px;
}

#container #footer .footer_copy_box {
	padding: 30px;
}

#container #footer .footer_copy_box .inner {
	
}

#container #footer .footer_copy_box .cf_box {
	
}

#container #footer .footer_copy_box .cf_box h2.logo {
	width: 65.7142%;
	margin: 0 auto;
}

#container #footer .footer_copy_box .cf_box .copy {
	color: #a9a9a9;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	text-align: center;
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
#container #footer .contact_box .inner {
	width: 800px;
	margin: 0 auto;
}

#container #footer .contact_box .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#container #footer .contact_box .cf_box .box_l {
	margin-bottom: 0;
}

#container #footer .contact_box .cf_box .box_r .btn_box {
	width: 440px;
}

#container #footer .footer_copy_box .cf_box {
	display: -webkit-box;/* Androidブラウザ用 */
	display: -moz-box;/* Firefox21 */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari（PC）用 */
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

#container #footer .footer_copy_box .cf_box h2.logo {
	width: 230px;
	margin-left: 0;
}

#container #footer .footer_copy_box .cf_box .copy {
	text-align: left;
	margin-top: 0;
	color: #a9a9a9;
}
}

#fix_header_sp {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	z-index: 9999;
}

#fix_header_sp .menu_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

#fix_header_sp .btn_open span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}

.modal-open {
	position: absolute;
	z-index: 9998;
	display: inline-block;
	right: 28%;
	top: 17px;
}

.btn_open {
	width: 20px;
	height: 16px;
}

.btn_open span:nth-of-type(1) {
	top: 0;
}

.btn_open span:nth-of-type(2) {
	top: 7px;
}

.btn_open span:nth-of-type(3) {
	bottom: 0;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #261677;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 9999;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
	width: 100%;
    position: absolute;
    top: 23.5714%;
    left: 0;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
	position: absolute;
	z-index: 9999;
	top: 30px;
	right: 5.7142%;
	width: 60px;
	height: 60px;
	font-size: 60px;
	color: #ffffff;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
	
}

.modal-content .modal_nav_list_box {
	padding-bottom: 200px;
}

.modal-content .modal_nav_list_box ul {
	
}

.modal-content .modal_nav_list_box ul li {
	border-bottom: 1px solid #ffffff;
}

.modal-content .modal_nav_list_box ul li a {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	padding: 20px 0 20px;
}

.modal-content .modal_nav_list_box ul li ul {
	
}

.modal-content .modal_nav_list_box ul li ul li {
	border-bottom: none;
}

.modal-content .modal_nav_list_box ul li ul li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;
	padding: 30px 0 10px;
}

.modal-content .modal_nav_list_box ul li ul li:last-child a {
	padding: 30px 0 30px;
}


