@charset "UTF-8";

/*--------------------------------------------------
reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------
base
--------------------------------------------------*/

html {
  height: 100%;
}

body {
  color: #231815;
  color: #1c2954;
  font-family: 'YuGothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'PT Sans', sans-serif, 'Gulim', 'Apple Gothic';
  font-size: 14px;
  line-height: 1.7;
  height: 100%;
}

img {
  vertical-align: middle;
}

a {
  color: #036eb8;
  text-decoration: underline;
}

h1 {
  color: #1c2954;
  font-size: 40px;
  font-weight: bold;
}
h2 {
  color: #1c2954;
  font-size: 33px;
  font-family: 'Open Sans', sans-serif;
}

h3 {
  color: #1c2954;
  border-bottom: 3px solid #fff100;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}


small, .small {
  font-size: 80%;
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.container {
  background: #F8F8F8;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 980px;
}

.center {
  text-align: center;
}

.lefter {
  float: left;
}

.righter {
  float: right;
}

.center {
  text-align: center;
}
.menu {
  padding: 70px 0 80px;
}
.menu2 {
  padding: 50px 0 40px;
}
.menu_center {
  text-align: center;
}
.menu_left h3 {
  border: none;
}
.menu_left .border {
  border-bottom: 3px solid #fff100;
  display: block;
  margin-bottom: 10px;
  width: 60px;
  height: 3px;
}
.clearfix:after, .clearfix {
  clear: both;
  overflow: hidden;
}
.btn {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.opt {
  backface-visibility: hidden;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.opt:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
/*--------------------------------------------------
　ボタン、パーツ
--------------------------------------------------*/

/*--------------------------------------------------
　ヘッダー
--------------------------------------------------*/
#header {
  height: 110px;
}

#header .inner {
  position: relative;
}

#reg_header {
  background: #1c2954;
  height: 110px;
}

#reg_header #logo {
  position: absolute;
  top: 0;
}
#reg_header #goindex {
  position: absolute;
  padding: 30px 0 20px;
  top: 0;
  right: 0;
}
#reg_header #goindex a {
  background: #fff;
  border-radius: 8px;
  color: #1c2954;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 30px;
  text-decoration: none;
}

#reg_header .header_title{
  color: #fff100;
  font-size: 40px;
  font-weight: bold;
  line-height: 110px;
  text-align: center;
}

#logo {
  margin: 30px 0 20px;
}

.privacy {
  float: right;
  margin-bottom: 25px;
}

.privacy a {
  border-left: 3px solid #232a88;
  color: #232a88;
  font-size: 12px;
  line-height: 30px;
  padding: 20px 0 8px 6px;
  text-decoration: none;
}

#gnavi li {
  display: inline-block;
  margin-left: 30px;
}

#gnavi .child {
  display: none;
}

#gnavi a {
  color: #1C2954;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#gnavi li.active a,
#gnavi li a:hover {
  color: #036eb8;
  text-decoration: none;
}

#lnavi {
  position: relative;
  margin: 15px 0 0 90px;
  z-index: 1;
}

#lnavi li {
  display: inline-block;
  margin-left: 20px;
}
#lnavi li.active a, #lnavi li a:hover {
  border-bottom: 3px solid #232a88;
  padding-bottom: 4px;
  text-decoration: none;
}

#lnavi a,
#lnavi li {
  color: #1c2954;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
}

#mobile-head {
  display: none;
}

/*--------------------------------------------------
　index
--------------------------------------------------*/
#index h2 {
  border-bottom: 3px solid #fff100;
  display: inline-block;
  line-height: 1.2;
  margin: 0 0 20px 50px;
}

#index_mv01 {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

#index_mv01 .msg {
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 8%;
  left: 40%;
}
#index_mv01 .msg p {
  margin-bottom: 35px;
}

#page_background_sp {
  display: none;
}

 #page_background.w100p {
 	width: 100%;
}

 #page_background.w960 {
 	width: 960px;
}

#page_background.h100p {
 	height: 100%;
}

#index_mv02 {
  overflow: hidden;
  margin-bottom: 50px;
}

#index_mv02 li {
  float: left;
  position: relative;
  width: 50%;
}

#index_mv02 li img {
  width: 100%;
}
#index_mv02 li div {
  color: #fff;
  position: absolute;
  margin-left: -130px;
  top: 35%;
  left: 50%;
  width: 260px;
  text-align: center;
}
#index_mv02 li .p1 {
  font-family: 'Khand', sans-serif;
  font-size: 38px;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}
#index_mv02 li .p2 {
  font-size: 14px;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

#index_mv03 {
  overflow: hidden;
  margin-bottom: 100px;
}

#index_mv03 li {
  float: left;
  position: relative;
  width: 50%;
}
#index_mv03 li img {
  width: 100%;
}

#index_mv03 li div.inside {
  color: #fff;
  position: absolute;
  margin-left: -130px;
  top: 38%;
  left: 50%;
  width: 260px;
  text-align: center;
}
#index_mv03 li .p1 {
  font-family: 'Khand', sans-serif;
  font-size: 38px;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}
#index_mv03 li div.outside {
  border-bottom: 3px solid #1c2954;
  margin: 20px auto;
  width: 90%;
}
#index_mv03 li div.outside p {
  margin: 20px auto;
  width: 80%;
}
/*--------------------------------------------------
　レイアウト
--------------------------------------------------*/

#main {
  clear: both;
}

.title {
  background: #e8e9ee;
  padding: 40px 0;
  overflow: hidden;
}

.mainbg {
  background: url(../images/background.png) no-repeat;
  position: absolute;
  right: -140px;
  top: 150px;
  width: 268px;
  height: 303px;
}
.mainbg_w {
  background: url(../images/background_w.png) no-repeat;
  left: 5%;
  top: 20%;
}

.input_t {
  border: 1px solid #1c2954;
  font-size: 16px;
  line-height: 1.3;
  padding: 8px 5px;
}
.text40 {
  width: 30px;
}
.text50 {
  width: 40px;
}

.text80 {
  width: 70px;
}

.text160 {
  width: 150px;
}

.text300 {
  width: 290px;
}
.text400 {
  width: 390px;
}
textarea.text500 {
  border: 1px solid #1c2954;
  font-size: 16px;
  padding: 8px 5px;
  width: 490px;
  height: 250px;
}
.error {
  color: #ea002d;
  display: none;
}

.small {
  font-size: 80%;
}

.dropdown {
  vertical-align: top;
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 36px;
  width: 300px;
  background: #fff;
  border: 1px solid #1C2954;
}

.dropdown:before,
.dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #1C2954 transparent;
  pointer-events: none;
}

.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown select {
  color: #1C2954;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 36px;
  line-height: 14px;
  background: #fafafa;
  /* "transparent" doesn't work with Opera */

  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdown select:focus {
  z-index: 3;
  width: 100%;
  outline: 0;
}

.dropdown select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #fafafa;
  border-radius: 4px;
  cursor: pointer;
}
.btn_area {
  text-align: center;
}
.btn_area p {
  margin: 0 20px;
}
.onlysp {
  display: none;
}
#step2, #step3 {
  display: none;
}
/*--------------------------------------------------
　5CUについて（代表挨拶）
--------------------------------------------------*/
#message .lefter {
  background: url(../images/slogan.png) no-repeat;
  width: 84px;
  height: 527px;
}
#message .lefter span {
  display: none;
}
#message .righter {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  width: 680px;
  letter-spacing: 0.1em;
}
#message .righter p {
  margin-bottom: 30px;
}
#message .sign {
  font-size: 23px;
  float: right;
  line-height: 1.4;
  text-align: center;
}
#message .sign span {
  font-size: 14px;
}

#profile {
  background: #f2f2f5;
  padding-bottom: 60px;
}

#profile .righter {
  padding: 70px 0 80px;
  width: 480px;
}

#profile .lefter p {
  margin-bottom: 50px;
}
#profile .righter p {
  margin-bottom: 25px;
}

#profile .sign {
  border-bottom: 1px dashed #1c2954;
  font-size: 23px;
  float: left;
  line-height: 1;
  padding-bottom: 20px;
  width: 100%;
}

#profile .sign span {
  font-size: 14px;
}

/*--------------------------------------------------
　5CUについて
--------------------------------------------------*/
#concept .righter {
  padding: 80px 0;
}

#concept p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
  width: 660px;
}

#concept p {
  margin-bottom: 30px;
}

#mission {
  background: #1c2954;
  color: #fff;
  position: relative;
  padding-bottom: 50px;
}

#mission h2, #mission h3 {
  color: #fff;
}

#mission p {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体", "Roboto Slab", serif;
  font-size: 31px;
  text-align: center;
}

#policy {
  margin-bottom: 90px;
}

#policy h4 {
  background: url(../images/policy_title.png) no-repeat;
  color: #1c2954;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 30px;
  width: 471px;
  height: 51px;
  text-align: center;
}

#policy .lefter,
#policy .righter {
  width: 471px;
}

#policy p {
  padding: 0 10px;
  height: 70px;
}

#policy ul {
  border-top: 1px dotted #1c2954;
  padding: 20px 0 0 30px;
  margin-top: 30px;
}

#policy li {
  color: #1c2954;
  font-size: 20px;
  height: 70px;
}

#policy li span {
  color: #231815;
  font-size: 14px;
  display: block;
}

#policy .msg {
  background: #1c2954;
  color: #fff;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体", "Roboto Slab", serif;
  font-size: 18px;
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
}

#identity {
  background: #f2f2f5;
  padding-bottom: 80px;
}

#identity .lefter {
  width: 450px;
}

#identity .lefter p {
  margin-bottom: 30px;
}

#identity li {
  color: #1c2954;
  font-weight: bold;
}

#identity li span {
  color: #231815;
  font-size: 14px;
  display: block;
}

.identity_logo {
  margin-top: 40px;
}

#company dl {
  margin: 0 auto 20px;
  width: 480px;
}

#company dt {
  color: #1c2954;
  display: inline-block;
  font-weight: bold;
  width: 180px;
  vertical-align: top;
}
#company dd {
  display: inline-block;
}

#member {
  color: #1c2954;
  margin-bottom: 50px;
}

#member .block {
  margin-bottom: 50px;
}

#member .block img {
  margin-bottom: 50px;
}

#member .block .lefter,
#member .block .righter {
  width: 450px;
}

#member .block p {
  margin-bottom: 30px;
}

#member .block .question {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
/*--------------------------------------------------
　スタッフの方へ
--------------------------------------------------*/
#staff {
  margin-bottom: 100px;
}

#staff .topinterview {
  color: #1c2954;
  margin-bottom: 50px;
}

#staff .interview1 {
  width: 280px;
}

#staff .question {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-decoration: underline;
}

#staff .interview2 {
  width: 620px;
}

#staff .interview2 .message {
  font-size: 25px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体", "Roboto Slab", serif;
  margin-bottom: 50px;
  text-decoration: underline;
}

#staff .interview2 .message span {
  display: block;
}

#staff .interview2 .lefter,
#staff .interview2 .righter {
  width: 300px;
}

#staff .interview3 {
  width: 650px;
}

#flow {
  background: #f2f2f5;
  padding-bottom: 80px;
}

#flow .block {
  background: #fff;
  border: 1px solid #1c2954;
  color: #1c2954;
  position: relative;
  padding: 20px 100px 40px;
  margin-bottom: 10px;
}
#flow h4 {
  border-bottom: 1px dotted #1c2954;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#flow h4 span {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  margin-right: 20px;
  vertical-align: middle;
}
#flow .sblock a {
  background: #1c2954;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 30px 0;
  text-decoration: none;
  text-align: center;
  width: 370px;
}

#flow .sblock .link {
  margin-top: 20px;
  text-align: center;
}
#flow .arrow {
  color: #1c2954;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

#faq {
  color: #1c2954;
  margin-bottom: 50px;
}

#faq #acMenu dt {
  background: url(../images/toggle_swich_plus.png) 90% 50% no-repeat;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 150px;
  text-decoration: underline;
  text-indent: -27px;
  width: 100%;
}

#faq #acMenu dd {
  background: #F2F2F5;
  border-bottom: 1px dotted #1c2954;
  box-sizing: border-box;
  display: none;
  font-size: 16px;
  padding: 20px 150px;
  text-indent: -27px;
  width: 100%;
}

#faq #acMenu dt.active {
  background: url(../images/toggle_swich_minus.png) 90% 50% no-repeat;
}

#faq #acMenu span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 16px;
  margin-right: 20px;
  vertical-align: middle;
  text-decoration: none !important;
}
/*--------------------------------------------------
　小売業・メーカーの方へ
--------------------------------------------------*/
#clients {
  margin-bottom: 80px;
}
#clients .lefter {
  margin-left: 50px;
}
#clients .lefter span {
  display: none;
}
#clients .righter p {
  color: #1c2954;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 35px;
  width: 680px;
}

#services {
  background: #f2f2f5;
  padding-bottom: 20px;
}

#services .block {
  background: #fff;
  border: 1px solid #1c2954;
  color: #1c2954;
  position: relative;
  padding: 20px 100px 60px;
  margin-bottom: 60px;
}
#services h4 {
  border-bottom: 1px dotted #1c2954;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#services h4 span {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  margin-right: 20px;
  vertical-align: middle;
}
.services_title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.service1 .bg {
  background: url(../images/service1.png) no-repeat;
  position: absolute;
  right: 100px;
  bottom: 60px;
  width: 222px;
  height: 310px;
}

.service2 .bg {
  background: url(../images/service2.png) no-repeat;
  position: absolute;
  right: 100px;
  bottom: 30px;
  width: 206px;
  height: 153px;
}

.service3 .bg {
  background: url(../images/service3.png) no-repeat;
  position: absolute;
  right: 100px;
  bottom: 60px;
  width: 200px;
  height: 97px;
}

.sblock {
  margin-bottom: 50px;
}

.sblock:last-child {
  margin-bottom: 10px;
}

#services dt {
  display: inline-block;
  width: 140px;
}

#services dd {
  display: inline-block;
}

#services .w80p {
  width: 80%;
}

/*--------------------------------------------------
　お問い合わせ, スタッフ登録
--------------------------------------------------*/
#contact, #register {
  margin-bottom: 80px;
}
#contact .msg {
  margin-bottom: 60px;
  text-align: center;
}
#register .msg {
  margin-bottom: 60px;
}
#contact #progress, #register #progress {
  margin-bottom: 50px;
}
#contact #progress div, #register #progress div {
  background: #babecb;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 9px 0 8px;
  position: relative;
  width: 300px;
  text-align: center;
}
#contact #progress div.active, #register #progress div.active {
  background: #1c2954;
}
#contact #progress div span.number, #register #progress div span.number {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  margin-right: 20px;
  left: 30px;
  vertical-align: middle;
}
#contact #progress i, #register #progress i {
  color: #595757;
  font-size: 20px;
  margin: 0 5px;
}

#contact table, #register table {
  font-size: 16px;
  margin-bottom: 60px;
  width: 100%;
}
#contact table tr, #register table tr {
  border-bottom: 1px solid #BABECB;
}
#register table tr.noborder {
  border-bottom: none;
}
#contact table th {
  font-weight: bold;
  padding: 35px 0 35px 80px;
  text-align: left;
  width: 200px;
  vertical-align: top;
}
#register table th {
  font-weight: bold;
  padding: 35px 0 35px 20px;
  text-align: left;
  width: 150px;
  vertical-align: top;
}
#contact table td, #register table td {
  padding: 35px 0;
}
#register table tr.noborder td {
  padding: 35px 0 0;
}
#contact table .required, #contact table .option,
#register table .required, #register table .option {
  padding: 35px 30px;
  width: 60px;
  vertical-align: top;
}
#contact table .required span, #register table .required span {
  background: #ea002d;
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
}

#contact .next, #register .next {
  background: #1c2954;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 30px 0;
  text-decoration: none;
  text-align: center;
  width: 370px;
}
#contact .next:hover, #register .next:hover {
  background: #34457B;
}
#contact .back, #register .back {
  background: #babecb;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 30px 0;
  text-decoration: none;
  text-align: center;
  width: 370px;
}
#contact .back:hover, #register .back:hover {
  background: #CACED8;
}
#register #careertbl {
  font-size: 13px;
  margin-bottom: 0;
}
#register #careertbl th {
  background: #1C2954;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#register #careertbl .item1 {
  width: 400px;
}
#register #careertbl td {
  background: #f7f8f8;
  border-bottom: 1px solid #1C2954;
  padding: 10px;
  text-align: center;
}
/*--------------------------------------------------
　プライパシーポリシー
--------------------------------------------------*/
#privacypolicy .content {
  background: #fff;
  border: 1px solid #1c2954;
  color: #1c2954;
  padding: 50px 100px;
  position: relative;
}

#privacypolicy .intro {
  border-bottom: 1px dotted #1c2954;
  font-size: 18px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#privacypolicy dl {
  margin-bottom: 35px;
}

#privacypolicy dt {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

/*--------------------------------------------------
　フッター
--------------------------------------------------*/

#footer {
  clear: both;
  margin: 90px 0 30px;
  text-align: center;
}

#fnavi {
  margin: 50px 0 60px;
}

#fnavi li {
  display: inline-block;
  margin-right: 20px;
}

#fnavi li.active a, #fnavi li a:hover {
  border-bottom: 3px solid #1c2954;
  padding-bottom: 4px;
}

#fnavi a {
  color: #1C2954;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#copyright {
  border-top: 3px solid #1c2954;
  padding-top: 50px;
  text-align: center;
}
/*--------------------------------------------------
　404
--------------------------------------------------*/

#forbidden #main .inner {
  position: relative;
  padding: 50px 0;
  min-height: 500px;
}

#forbidden #main img {
  position: absolute;
  right: 0;
}

#forbidden #main p {
  margin-bottom: 10px;
}
/*--------------------------------------------------
　モバイル
--------------------------------------------------*/

@media screen and (max-width: 768px) {
  .lefter, .righter {
    float: none;
  }
  #header .privacy {
    display: none;
  }
  #header #logo {
    display: none;
  }
  .menu {
    padding: 50px 0 60px;
    text-align: center;
  }
  .menu_left .border {
    display: none;
  }
  .menu_left h3 {
    border-bottom: 3px solid #fff100;
  }

  .slogo img {
    width: 180px;
  }
  .onlypc {
    display: none !important;
  }
  .onlysp {
    display: block;
  }
  .onlysp img {
    width: 100%;
  }
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 26px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }

  #nav-toggle div {
    position: relative;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 11px;
  }

  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  #header {
    height: auto;
  }
  #header,
  .inner {
    width: 100%;
    padding: 0;
  }
  /* Fixed reset */

  #mobile-head {
    background: #fff;
    box-sizing: border-box;
    display: block;
    padding: 15px 0 15px 20px;
    width: 100%;
    z-index: 1000;
    position: relative;
  }
  #header.fixed .logo,
  #header .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #gnavi {
    background: #1c2954;
    position: absolute;
    top: -500px;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 999;
  }
  #gnavi ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #gnavi ul li {
    border-bottom: 1px solid #fff;
    display: block;
    float: none;
    position: static;
    margin: 0;
  }
  #header #gnavi ul li a {
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 20px;
  }
  #gnavi ul.child {
    display: block;
  }
  #gnavi ul.child li {
    border-bottom: none;
  }
  #header #gnavi ul.child li a {
    padding: 10px 40px;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */

  .open #gnavi {
    /* #global-nav top + #mobile-head height */

    -moz-transform: translateY(586px);
    -webkit-transform: translateY(586px);
    transform: translateY(586px);
  }
  #page_background {
    display: none;
  }
  #page_background_sp {
    display: block;
    width: 100%;
  }
  #index h2 {
    font-size: 20px;
    margin: 0 0 20px 10px;
  }
  #index_mv01 a, #index_mv02 a, #index_mv03 a {
    display: block;
  }
  #index_mv01 .msg {
  top: 20%;
  left: 5%;
    width: 90%;
}
  #index_mv01 .msg p {
    margin-bottom: 15px;
  }

  #index_mv02 li, #index_mv03 li {
  float: none;
  position: relative;
  width: 100%;
}
  #index_mv02 li {
    margin-bottom: 20px;
  }
  #index_mv02 li div {
    top: 32%;
  }
  #index_mv02 li .p1 {
    line-height: 40px;
  }

  h1 {
    font-size: 24px;
    text-align: center;
  }
  .mainbg {
    display: none;
  }

  #lnavi {
    margin: 15px 0;
    text-align: center;
  }
  #lnavi li {
    margin: 0 4px;
  }
  #lnavi a, #lnavi li {
    font-size: 14px;
  }

  #concept {
    padding: 0 10px;
  }
  #concept .righter {
    padding: 0;
  }
  #concept p {
    width: 100%;
  }

  #mission {
    padding: 0 10px;
  }
  #mission p {
    font-size: 15px;
    padding-bottom: 50px;
  }

  #policy {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  #policy .lefter, #policy .righter {
    width: 100%;
  }
  #policy h4 {
    background-size: contain;
    line-height: 32px;
    margin-bottom: 0;
    width: 100%;
  }
  #policy p {
    height: auto;
  }
  #policy ul {
    padding: 20px;
    margin-top: 20px;
  }
  #policy li {
    height: auto;
    margin-bottom: 10px;
  }
  #policy .msg {
    display: none;
  }

  #identity {
    padding: 0 10px 50px;
  }
  #identity .lefter {
    width: 100%;
  }
  #identity .righter img {
    width: 100%;
  }
  #identity .identity_logo {
    width: 100%;
  }

  #company {
    padding: 0 10px;
  }
  #company dl {
    width: 100%;
  }
  #company dt, #company dd {
    display: block;
  }
  #company iframe {
    height: 300px;
  }

  #message {
    padding: 0 10px;
  }

  #message .lefter {
    background: none;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  #message .lefter span {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体", "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  #message .righter {
    width: 100%;
  }

  #staff {
    padding: 0 10px;
  }
  #staff .topinterview img {
    width: 100%;
  }
  #staff .interview1, #staff .interview2, #staff .interview3 {
    width: 100%;
  }
  #staff .interview2 .message {
    font-size: 18px;
    font-weight: bold;
  }
  #staff .interview2 .message span {
    display: inline;
  }
  #staff .interview3 {
    margin-top: 50px;
  }

  #flow {
    padding: 0 10px 50px;
  }
  #flow .block {
    padding: 20px;
  }
  #flow h4 {
    font-size: 14px;
  }
  #flow h4 span {
    font-size: 18px;
    margin-right: 5px;
  }
  #flow .sblock a {
    box-sizing: border-box;
    font-size: 15px;
    padding: 20px;
    width: 100%;
  }

  #faq {
    padding: 0 10px;
  }
  #faq #acMenu dt, #faq #acMenu dt.active {
    background: none;
  }
  #faq #acMenu dt, #faq #acMenu dd {
    padding: 20px;
    text-indent: 0;
  }
  #faq #acMenu span {
    font-size: 20px;
  }

  #clients {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  #clients .lefter {
    margin: 0 0 30px;
  }
  #clients .lefter img {
    display: none;
  }
  #clients .lefter span {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体", "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  #clients .righter p {
    width: 100%;
  }

  #services {
    padding: 0 10px;
  }
  #services .block {
    padding: 20px;
  }
  #services h4 {
    font-size: 14px;
  }
  #services h4 span {
    font-size: 18px;
    margin-right: 5px;
  }
  .service1 .bg, .service2 .bg, .service3 .bg {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }

  #profile {
    padding: 0 10px;
  }
  #profile .pfolio {
    text-align: center;
  }
  #profile .pfolio img {
    width: 80%;
  }
  #profile .signature {
    display: none;
  }
  #profile .righter {
    box-sizing: border-box;
    padding: 0 0 80px;
    width: 100%;
  }

  #member {
    padding: 0 10px;
  }
  #member img {
    width: 100%;
  }
  #member .block .lefter, #member .block .righter {
    width: 100%;
  }

  #contact {
    padding: 0 10px;
  }
  #contact .msg {
    text-align: left;
  }
  #contact #progress {
    text-align: center;
  }
  #contact #progress div {
    font-size: 15px;
    width: 25%;
    height: 70px;
    vertical-align: middle;
  }
  #contact #progress div span.number {
    display: block;
    font-size: 20px;
    margin: 0;
    position: relative;
    left: 0;
  }
  #contact table {
    margin-bottom: 30px;
  }
  #contact table tr {
    display: block;
    margin-bottom: 20px;
  }
  #contact table th {
    display: inline-block;
    padding: 0 10px;
    width: auto;
  }
  #contact table td {
    padding: 10px 10px 30px;
    display: block;
  }
  #contact table .required, #contact table .option {
    display: inline-block;
    padding: 0 10px;
  }
  textarea.text500 {
    box-sizing: border-box;
    width: 100%;
  }
  #contact .next, #contact .back {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 90%;
  }

  #privacypolicy {
    padding: 0 10px;
  }
  #privacypolicy .content {
    padding: 20px;
  }
  #privacypolicy .intro {
    font-size: 16px;
  }

  #fnavi li {
    display: block;
    margin: 12px 0 0;
  }
  #fnavi .slash {
    display: none;
  }
  #copyright {
    padding-top: 20px;
  }

  #reg_header {
    padding: 0 15px 20px;
  }
  #reg_header #logo img {
    width: 60%;
  }
  #reg_header #goindex a {
    font-size: 12px;
    padding: 10px 5px;
  }
  #reg_header .header_title {
    font-size: 22px;
    padding-top: 45px;
  }
  #register {
    padding: 0 10px;
  }
  #register #progress {
    text-align: center;
  }
  #register #progress div {
    font-size: 15px;
    width: 25%;
    height: 70px;
    vertical-align: middle;
  }
  #register #progress div span.number {
    display: block;
    font-size: 20px;
    margin: 0;
    position: relative;
    left: 0;
  }
   #register table {
    margin-bottom: 30px;
  }
  #register table tr {
    display: block;
    margin-bottom: 20px;
  }
  #register table th {
    display: inline-block;
    padding: 0 10px;
    width: auto;
  }
  #register table td {
    padding: 10px 10px 30px;
    display: block;
  }
  #register table .required, #register table .option {
    display: inline-block;
    padding: 0 10px;
  }
  #register .next, #register .back {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 90%;
  }
  #register #careertbl td {
    border-bottom: none;
    text-align: left;
  }
  .text400 {
    width: 80%;
  }
  .text300 {
    width: 80%;
  }
  .text160 {
    width: 80%;
  }
}