@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=News+Cycle&display=swap');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: normal;
  -webkit-text-size-adjust: 100%;
  text-align: inherit
}

body {
  font-size: 16px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #555;
  background-color: #f3f3f3;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  color: #19d
}

a:focus {
  outline: 0
}

a:active, a:hover {
  outline: 0;
  color: #f90
}

del {
  text-decoration: line-through
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

input, select {
  vertical-align: middle
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

em, strong {
  font-style: normal;
  font-weight: 700
}

html {
  background-color: #fff
}

body {
    background-image: url(../../imageFile/user/index.jpeg);
    }

@media only screen and (max-width: 1200px) {
    body {
        background-image: none;
    }

    body:before {
        background: url(../../imageFile/user/index.jpeg) center/cover no-repeat;
    }
}

#userHeader {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#userHeader {
  display: table;
  margin: 0 auto
}

#userHeader .accountUnit, #userHeader .logoCell {
  display: table-cell;
  height: 60px;
  vertical-align: middle
}

#userHeader .logoUnit {
  padding-left: 20px
}

#userHeader .logoUnit .image {
  display: inline-block;
  line-height: 40px;
  margin-right: 5px;
  vertical-align: top
}

#userHeader .logoUnit .image img {
  height: 20px
}

#userHeader .logoUnit .name {
  display: inline-block;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  color: #333
}

#userHeader .accountUnit {
  width: 1%;
  padding: 0 20px;
  white-space: nowrap
}

#userHeader .accountUnit .name {
  position: relative;
  top: -10px;
  margin-left: 5px;
  font-size: 12px;
  color: #777
}

#userHeader .accountUnit .image {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 100px
}

#userHeader .accountUnit .image img {
  width: 100%
}

#userHeader .accountUnit .name.photoNon:before {
  content: "\f007";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 100%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  color: #34d3eb;
  border: 1px solid #ccc;
  text-align: center
}

#user-header {
  background: #fff;
}

#user-header {
  display: table;
  width: 930px;
  margin: 0 auto
}

#user-header .accountUnit, #user-header .logoCell {
  display: table-cell;
  height: 60px;
  vertical-align: middle
}

#user-header .logoSide {
  display: table-cell;
  height: 60px;
  vertical-align: middle
}

#user-header .logoSide img {
  height: 24px
}

#user-header .logoUnit {
  display: table-cell;
  padding-left: 20px;
  height: 60px;
  vertical-align: middle
}

#user-header .logoUnit .image img, #user-header .logoUnit .name img {
  height: 24px
}

#user-header .accountUnit {
  width: 1%;
  white-space: nowrap
}

#user-header .accountUnit .name {
  position: relative;
  top: -10px;
  margin-left: 5px;
  font-size: 12px;
  color: #777
}

#user-header .accountUnit .image {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 100px
}

#user-header .accountUnit .image img {
  width: 100%
}

#user-header .accountUnit .name.photoNon:before {
  content: "\f007";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 100%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  color: #34d3eb;
  border: 1px solid #ccc;
  text-align: center
}

#user-header .accountSet {
  position: relative
}

#user-header .accountSet .acTip {
  position: absolute;
  width: 240px;
  top: 50px;
  right: 0;
  text-align: left;
  z-index: 100;
  display: none
}

#user-header .accountSet .tipBase {
  position: relative;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08)
}

#user-header .accountSet .tipBase:before {
  position: absolute;
  right: 100px;
  top: -6px;
  content: "";
  display: inline-block;
  line-height: 0;
  border-left: 4px solid transparent;
  border-bottom: 6px solid #fafafa;
  border-right: 4px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0)
}

#user-header .accountSet .tipBase .subMenu .list .link {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  background: #fafafa
}

#user-header .accountSet .tipBase .subMenu .list .link:before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -15px 0 0 0;
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased
}

#user-header .accountSet .tipBase .subMenu .list .link:hover {
  background: #eaeaea
}

#user-header .accountSet .tipBase .subMenu .list+.list .link {
  border-top: 1px solid #ddd
}

#user-header .accountSet .tipBase .subMenu .list:first-child .link {
  border-radius: 4px 4px 0 0
}

#user-header .accountSet .tipBase .subMenu .list:last-child .link {
  border-radius: 0 0 4px 4px
}

.main-footer {
  text-align: center;
  background: #fff;
  padding: 15px 15px 100px;
  color: #444;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.main-footer strong {
  color: #555;
  font-size: 11px
}

.main-footer .toRule {
  margin-top: 20px
}

#adminSideNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 230px;
  height: 100%;
  padding-top: 60px;
  background-color: #313538;
  z-index: 8900
}

#adminSideNav .linkList .link a {
  position: relative;
  display: block;
  padding: 30px 25px;
  color: #bbb;
  text-align: center
}

#adminSideNav .linkList .link a:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

#adminSideNav .linkList .link a .text {
  position: relative;
  display: inline-block;
  padding-top: 36px;
  font-size: 16px
}

#adminSideNav .linkList .link a .text:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  margin-left: -50px;
  font-size: 24px
}

#adminSideNav .linkList .link.company a .text:before {
  content: "\f0f7"
}

#adminSideNav .linkList .link.user a .text:before {
  content: "\f007"
}

#adminSideNav .linkList .link.now a:after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #ecf0f5;
  border-bottom: 10px solid transparent;
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0)
}

#adminSideNav .linkList .link.now a {
  color: #34d3eb
}

#pageTitle {
  padding: 85px 0 0 255px;
  margin-bottom: 30px
}

#pageTitle .text {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  border-left: 4px solid #34d3eb;
  font-size: 18px;
  font-weight: bold
}

#container {
  width: 1130px;
  margin: 0 auto
}

.md_wave {
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s
}

.md_wave:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
  padding: 8px;
  background: #fcfcfc;
  border: 1px solid #ddd;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit
}

input:-ms-input-placeholder {
  color: #aaa
}

textarea:-ms-input-placeholder {
  color: #aaa
}

input[type=date]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=text]:disabled, textarea:disabled {
  background: #ededed
}

label:hover {
  cursor: pointer
}

input[type=radio] {
  position: relative;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle
}

textarea {
  width: 95%;
  padding: 10px;
}

input[type=date] {
  padding: 5px;
  font-size: 14px
}

button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: inherit
}

select {
  cursor: pointer;
  position: relative;
  padding: 6px 26px 6px 8px;
  background: url("../../imageFile/user/global_select_arrow.png") center right no-repeat #fff;
  border: 1px solid #bbb;
  vertical-align: middle;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 #e6e4e2;
  box-shadow: 0 1px 0 #e6e4e2
}

select::-ms-expand {
  display: none
}

select>option {
  background: #fff
}

select:disabled {
  background: #f3f3f3;
  cursor: default
}

input[type=checkbox] {
  display: none
}

input[type=checkbox]+label {
  position: relative;
  display: inline-block;
  padding-left: 30px
}

input[type=checkbox]+label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -2px 0 #e9e9e9;
  box-shadow: inset 0 -2px 0 #e9e9e9
}

input[type=checkbox]:checked+label:before {
  -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
  box-shadow: inset 0 1px 0 #e6e6e6
}

input[type=checkbox]:checked+label:after {
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -9px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  color: #34d3eb
}

input[type=radio] {
  display: none
}

input[type=radio]+label {
  position: relative;
  display: inline-block;
  padding-left: 25px
}

input[type=radio]+label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 0 #e6e4e2;
  box-shadow: 0 1px 0 #e6e4e2
}

input[type=radio]+label:after {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
  z-index: 3
}

input[type=radio]:checked+label:after {
  background: #34d3eb
}

.suggestSet {
  position: relative
}

.suggestSet .suggestList {
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  border: 1px solid #e6e6e6;
  text-align: left;
  z-index: 4;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09)
}

.suggestSet .suggestList .suggest+.suggest {
  border-top: 1px solid #ddd
}

.suggestSet .suggestList .suggest a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 15px;
  color: #333
}

.suggestSet .suggestList .suggest a:hover {
  background-color: #fafafa;
  color: #999
}

.errorAnnounce {
  padding: 15px 15px 13px;
  background-color: #fee;
  border: 1px solid #fcc
}

.errorAnnounce .errorCatch {
  margin-right: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #f55
}

.errorAnnounce .errorList .error {
  font-size: 15px;
  font-weight: bold;
  color: #f55
}

.errorAnnounce .errorList .error+.error {
  margin-top: 8px
}

.errorAnnounce .errorList .error:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\f071"
}

.errorForm {
  background-color: #fdd!important;
  border: 1px solid #f55!important
}

.errorArea {
  padding: 15px 10px;
  background-color: #fdd
}

.imeOff {
  ime-mode: disabled
}

.md_pagination .page {
  display: inline-block;
  vertical-align: middle
}

.md_pagination .page a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 11px;
  color: #999;
  text-align: center
}

.md_pagination .page+.page a {
  border-left: none
}

.md_pagination .page.now a {
  background-color: #34d3eb;
  border-color: #34d3eb;
  font-weight: bold;
  color: #fff
}

.md_modal {
  display: none
}

.md_modal.show {
  display: block
}

.md_modal .bgLayer {
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.7)
}

.md_modal .modalBase {
  position: fixed;
  top: 70px;
  left: 50%;
  margin-left: -300px;
  display: inline-block;
  width: 600px;
  z-index: 9999
}

.md_modal .modalBase .title {
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: #34d3eb;
  text-align: center;
  border-radius: 4px 4px 0 0
}

.md_modal .modalBase .title .text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 50px
}

.md_modal .modalBase .title .closeBtn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #fff
}

.md_modal .modalBase .content {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 4px 4px
}

.md_modal .modalBase .content .btnArea {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center
}

.md_modal .modalBase .content .btnArea .btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  background-color: #34d3eb;
  border-radius: 4px;
  color: #fff
}

.modal_share .modalBase {
  position: absolute;
  width: 800px;
  margin-left: -400px;
  top: 120px;
  background-color: #fff
}

.modal_share .modalBase .closeBtn {
  position: absolute;
  display: inline-block;
  right: 0;
  top: -68px;
  width: 54px;
  height: 54px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: url("../../imageFile/user/modal_x.svg") center no-repeat;
  background-size: contain
}

.modal_share .modalBase .closeBtn:hover {
  opacity: .5
}

.modal_share .modalBase .content {
  padding: 45px 0;
  text-align: center
}

.modal_share .modalBase .content .btnSet, .modal_share .modalBase .content .ogpSet {
  width: 530px;
  margin: 0 auto
}

.catchSet .sub{
  font-family:'游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif!important;
}

.catchSet .company_name{
  font-weight: 900;
}

@media only screen and (max-width:640px) {
  .catchSet .company_name{
    font-size: 0.8em;
  }
}

.modal_share .modalBase .content .catchSet {
  position: relative;
  padding: 0 50px
}

.el_panel .panel .wrap .modal_share .modalBase .content .catchSet .catch .editInput, .el_panel .panel .wrap .modal_share .modalBase .content .catchSet .catch .labelTxt, .modal_share .modalBase .content .catchSet .catch, .modal_share .modalBase .content .catchSet .copy, .modal_share .modalBase .content .el_panel .panel .wrap .catchSet .catch .editInput, .modal_share .modalBase .content .el_panel .panel .wrap .catchSet .catch .labelTxt {
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 0.04em
}

.el_panel .panel .wrap .modal_share .modalBase .content .catchSet .catch .editInput, .el_panel .panel .wrap .modal_share .modalBase .content .catchSet .catch .labelTxt, .modal_share .modalBase .content .catchSet .catch, .modal_share .modalBase .content .el_panel .panel .wrap .catchSet .catch .editInput, .modal_share .modalBase .content .el_panel .panel .wrap .catchSet .catch .labelTxt {
  font-size: 24px;
  font-weight: bold;
}

.modal_share .modalBase .content .catchSet .copy {
  margin-top: 20px;
}

.modal_share .modalBase .content .supportNumSet {
  margin-top: 15px;
  text-align: center
}

.modal_share .modalBase .content .supportNumSet .item, .modal_share .modalBase .content .supportNumSet .userList {
  display: inline-block;
  vertical-align: middle
}

.modal_share .modalBase .content .supportNumSet .item .num {
  margin: 0 5px;
  font-size: 20px;
  color: #58c9c7
}

.modal_share .modalBase .content .supportNumSet .userList {
  overflow: hidden;
  margin-left: 10px
}

.modal_share .modalBase .content .supportNumSet .userList .user {
  float: left
}

.modal_share .modalBase .content .supportNumSet .userList .user+.user {
  margin-left: 6px
}

.modal_share .modalBase .content .supportNumSet .userList .user img {
  width: 35px;
  height: 35px;
  border-radius: 100%
}

.modal_share .modalBase .content .ogpSet {
  margin-top: 20px
}

.modal_share .modalBase .content .ogpSet .info {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  text-align: left
}

.modal_share .modalBase .content .ogpSet .info .pageTitle {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
}

.modal_share .modalBase .content .ogpSet .info .copy, .modal_share .modalBase .content .ogpSet .info .site {
  color: #666
}

.modal_share .modalBase .content .ogpSet .info .copy {
  margin-top: 10px;
  font-size: 12px;
}

.modal_share .modalBase .content .ogpSet .info .site {
  margin-top: 10px;
  font-size: 10px
}

.modal_share .modalBase .content .btnSet {
  margin-top: 20px
}

.modal_share .modalBase .content .btnSet .btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  background-color: #34d3eb;
  border-radius: 4px;
  color: #fff;
  position: relative;
  text-align: center;
  width: 325px;
  padding: 0 0 0 40px;
  font-weight: bold;
  letter-spacing: 0.12em
}

.modal_share .modalBase .content .btnSet .btn a:after, .modal_share .modalBase .content .btnSet .btn a:before {
  position: absolute!important
}

.modal_share .modalBase .content .btnSet .btn a:before {
  content: "";
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 2px
}

.modal_share .modalBase .content .btnSet .btn a:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

.modal_share .modalBase .content .btnSet .btn.btn--facebook a {
  background-color: #3b5998
}

.modal_share .modalBase .content .btnSet .btn.btn--facebook a:after {
  content: "\f09a";
  left: 21px;
  bottom: 7px;
  font-size: 26px;
  color: #3b5998
}

.modal_share .modalBase .content .btnSet .nav {
  margin-top: 20px;
  padding: 15px;
  background-color: #def;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

#md_errorSet {
  padding: 30px 40px;
  width: 860px;
  margin: 40px auto;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2)
}

#md_errorSet .errorCopy {
  position: relative;
  margin-bottom: 15px;
  margin-left: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #f05050
}

#md_errorSet .errorCopy:before {
  content: "\f071";
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 6px;
  font-size: 24px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle
}

#md_errorSet .errorText {
  font-size: 15px;
  color: #555
}

#md_errorSet .errorText.center {
  margin-top: 15px;
  color: #555;
  text-align: center
}

#md_errorSet .md_errorAlert {
  margin-top: 15px;
  padding: 15px;
  border-radius: 3px;
  background: rgba(240, 80, 80, 0.1);
  color: #f05050;
  border: 1px solid rgba(240, 80, 80, 0.25)
}

#md_errorSet .md_errorAlert .text {
  font-size: 15px;
  margin-bottom: 5px
}

#md_errorSet .md_errorAlert .causeList .cause {
  position: relative;
  color: #f05050;
  font-size: 14px;
}

#md_errorSet .md_errorAlert .causeList .cause:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin-right: 4px
}

#md_errorSet .error_form .error_formTitle {
  margin-top: 20px;
  height: 48px;
  line-height: 48px;
  background-color: #34d3eb;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0
}

#md_errorSet .error_formTitle+.md_formTable {
  border-top: none
}

#md_errorSet .error_form .formContent {
  display: table;
  width: 100%
}

#md_errorSet .error_form .item {
  display: table-cell;
  width: 30%;
  padding: 14px;
  vertical-align: top;
  color: #555;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fafafa
}

#md_errorSet .error_form .item .mustIcon {
  display: inline-block;
  height: 18px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #ff5555;
  font-size: 12px;
  font-weight: bold;
  color: #ff5555;
  border-radius: 2px
}

#md_errorSet .error_form .data {
  padding: 14px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd
}

#md_errorSet .error_form .data input {
  height: 40px;
  width: 100%
}

#md_errorSet .error_form .data .forTest {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #666
}

#md_errorSet .error_form .btnArea {
  margin-top: 20px;
  text-align: center
}

#md_errorSet .error_form .btnArea .btn {
  margin-left: 5px;
  display: inline-block;
  height: 50px;
  width: 300px;
  line-height: 50px;
  border: none;
  padding: 0 50px;
  font-size: 18px;
  background-color: #34d3eb;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  padding: 0 20px
}

#md_errorSet .error_form .btnArea .btn:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2)
}

#md_errorSet .errorGuidance {
  margin-top: 15px;
  padding: 15px;
  font-size: 14px;
  color: #79532c;
  background: #fffaed;
  border-radius: 2px;
  border: 1px solid rgba(255, 189, 74, 0.4)
}

#md_errorSet .errorGuidance .attention {
  color: #f05050;
  margin-top: 5px;
  font-size: 12px;
}

#md_errorSet .errorGuidance .mail {
  display: inline-block;
  margin-top: 15px
}

#md_errorSet .errorGuidance .mail:after {
  content: "："
}

#md_errorSet .errorDoneCopy {
  position: relative;
  margin: 80px 0 15px;
  text-align: center
}

#md_errorSet .errorDoneCopy p.text {
  font-size: 20px;
  font-weight: bold;
  color: #555
}

#md_errorSet .errorDoneCopy .icon:before {
  position: absolute;
  top: -90px;
  left: 50%;
  color: #34d3eb;
  content: "\f0e0";
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -40px;
  font-family: FontAwesome;
  line-height: 60px;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  text-align: center;
  border: 3px solid #34d3eb;
  border-radius: 100px
}

#backLink {
  margin-top: 60px;
  text-align: center
}

#backLink .link {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  background-color: #34d3eb;
  border-radius: 3px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #19d;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 4px 0 rgba(0, 0, 0, 0.08)
}

#backLink .link:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\f104";
  position: relative;
  top: -1px;
  margin-right: 8px
}

#backLink .link .waveColor {
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%)
}

#userFooter {
  margin-top: 80px;
  padding: 20px 0 60px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07)
}

#userFooter .copyright {
  font-size: 11px;
  font-style: inherit;
  color: #aaa
}

#userFooter .toRule {
  margin-top: 20px
}

.otherSiteLink {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
  text-align: center
}

.otherSiteLink .enSiteVertical {
  margin: 30px auto 0 auto;
  width: 870px;
  color: #555;
  text-align: left;
  font-size: 11px
}

.otherSiteLink .enSiteVertical .title {
  padding: 5px 10px;
  background: #eee;
  font-weight: bold;
  color: #555;
  border: 1px solid #ddd
}

.otherSiteLink .enSiteVertical .list {
  overflow: hidden;
  width: 870px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd
}

.otherSiteLink .enSiteVertical .list .toggle {
  float: left;
  width: 180px;
  margin-right: 10px;
  padding-left: 15px;
  font-weight: bold;
  color: #555;
  white-space: nowrap
}

.otherSiteLink .enSiteVertical .list:hover {
  background: #ffe;
  cursor: pointer
}

.otherSiteLink .enSiteVertical .list .toggle a {
  color: #555
}

.otherSiteLink .enSiteVertical .list .toggle a:hover {
  color: #f90
}

.otherSiteLink .enSiteVertical .list .toggle span {
  padding-right: 19px;
  font-weight: bold;
  background: url("../../imageFile/user/global/footer_toggleRight.gif") no-repeat right center;
  cursor: pointer
}

.otherSiteLink .enSiteVertical .list:hover div.toggle span {
  background: url("../../imageFile/user/global/footer_toggleRightHover.gif") no-repeat right center;
  cursor: pointer
}

.otherSiteLink .enSiteVertical .list .toggle span.open {
  background: url("../../imageFile/user/global/footer_toggleLeft.gif") no-repeat right center;
  cursor: pointer
}

.otherSiteLink .enSiteVertical .list:hover div.toggle span.open {
  background: url("../../imageFile/user/global/footer_toggleLeftHover.gif") no-repeat right center;
  cursor: pointer
}

.otherSiteLink .enSiteVertical .list .listList {
  float: left;
  display: none;
  width: 660px;
  padding-left: 10px;
  border-left: 1px dotted #ccc;
  color: #aaa
}

.otherSiteLink .enSiteVertical .list .listList li {
  padding: 0 5px;
  list-style: none;
  border-bottom: 1px dotted #ccc
}

.otherSiteLink .enSiteVertical .list .listList li:hover {
  cursor: default
}

.otherSiteLink .enSiteVertical .list .listList li.last {
  border: none
}

.otherSiteLink .enSiteVertical .list .listList li a {
  color: #555;
  margin: 0 2px
}

.otherSiteLink .enSiteVertical .list .listList li a img {
  margin-right: 8px;
  vertical-align: middle
}

.otherSiteLink .enSiteVertical .list .listList a:hover {
  color: #f90
}

.otherSiteLink .enSiteVertical .list .listList li p.w {
  margin-left: 128px
}

.otherSiteLink .enSiteVertical .list .listList li .siteLinkArea {
  position: relative;
  padding: 18px 0 24px
}

.otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .rightArea {
  position: absolute;
  top: 7px;
  left: 130px;
  vertical-align: middle;
  letter-spacing: 0
}

.otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .rightArea .site {
  display: block;
  font-weight: bold;
  color: #555
}

.otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .rightArea .siteSub {
  display: block;
  margin: 2px 0 0 2px;
  font-size: 10px;
  color: #555
}

.otherSiteLink .enSiteVertical .list .listList li .siteLinkArea .leftArea {
  position: absolute;
  top: 12px;
  left: 0;
  width: 130px
}

.otherSiteLink .enSiteVertical .list .listListCompany li {
  padding: 0 5px 5px 5px;
  list-style: none;
  border-bottom: 1px dotted #ccc
}

.otherSiteLink .enSiteVertical .list .listListCompany li.last {
  border: none
}

.otherSiteLink .enSiteVertical .list .listListCompany li a {
  color: #555;
  margin: 0 2px
}

.otherSiteLink .enSiteVertical .list .listListCompany li a img {
  margin-right: 8px;
  vertical-align: middle
}

.otherSiteLink .enSiteVertical .list .listListCompany a:hover {
  color: #f90
}

.otherSiteLink .enSiteVertical .list .listListCompany li p.w {
  margin-left: 128px
}

.otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea {
  position: relative;
  padding: 12px 0
}

.otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .rightArea {
  position: absolute;
  top: 7px;
  left: 130px;
  vertical-align: middle
}

.otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .rightArea .site {
  display: block;
  font-weight: bold
}

.otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .rightArea .siteSub {
  display: block;
  margin: 2px 0 0 2px;
}

.otherSiteLink .enSiteVertical .list .listListCompany li .siteLinkArea .leftArea {
  position: absolute;
  top: 7px;
  left: 0;
  width: 130px
}

/*1551-3985*/

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */

.md_wave {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}

.md_wave .waveColor {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%)
}

@media only screen and (max-width:640px) {
  #user-header {
    display: table;
    width: 100%
  }
  #user-header .accountUnit {
    padding-right: 10px
  }
  #user-header .accountUnit .name {
    display: none
  }
  .modal_share .modalBase {
    width: 94%;
    margin-left: -47%;
    top: 55px!important
  }
  .modal_share .modalBase .closeBtn {
    top: -36px;
    width: 24px;
    height: 24px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
  .modal_share .modalBase .content {
    padding: 20px 15px
  }
  .modal_share .modalBase .content .btnSet, .modal_share .modalBase .content .ogpSet {
    width: 100%
  }
  .modal_share .modalBase .content .catchSet {
    padding: 0 3px
  }
  .el_panel .panel .wrap .modal_share .modalBase .content .catchSet .catch .editInput, .el_panel .panel .wrap .modal_share .modalBase .content .catchSet .catch .labelTxt, .modal_share .modalBase .content .catchSet .catch, .modal_share .modalBase .content .el_panel .panel .wrap .catchSet .catch .editInput, .modal_share .modalBase .content .el_panel .panel .wrap .catchSet .catch .labelTxt {
    font-size: 17px;
  }
  .modal_share .modalBase .content .catchSet .copy {
    margin-top: 12px;
    font-size: 12px;
    text-align: left
  }
  .modal_share .modalBase .content .supportNumSet {
    margin-top: 10px
  }
  .modal_share .modalBase .content .supportNumSet .item {
    font-size: 11px
  }
  .modal_share .modalBase .content .supportNumSet .item .num {
    margin: 0 2px;
    font-size: 14px
  }
  .modal_share .modalBase .content .supportNumSet .userList {
    margin-left: 6px
  }
  .modal_share .modalBase .content .supportNumSet .userList .user+.user {
    margin-left: 4px
  }
  .modal_share .modalBase .content .supportNumSet .userList .user img {
    width: 20px;
    height: 20px
  }
  .modal_share .modalBase .content .ogpSet {
    margin-top: 15px
  }
  .modal_share .modalBase .content .ogpSet .info {
    padding: 12px
  }
  .modal_share .modalBase .content .ogpSet .info .pageTitle {
    font-size: 13px
  }
  .modal_share .modalBase .content .ogpSet .info .copy {
    margin-top: 8px;
    font-size: 10px
  }
  .modal_share .modalBase .content .ogpSet .info .site {
    margin-top: 8px;
    font-size: 9px
  }
  .modal_share .modalBase .content .btnSet {
    margin-top: 15px
  }
  .modal_share .modalBase .content .btnSet .btn a {
    width: 100%;
    font-size: 15px
  }
  .modal_share .modalBase .content .btnSet .btn a:after {
    content: "";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
  }
  .modal_share .modalBase .content .btnSet .nav {
    margin-top: 13px;
    padding: 12px;
    font-size: 10px;
  }
  .main-footer .otherSiteLink {
    display: none
  }
}

@font-face {
  font-family: 'pageIcon';
  src: url("../global_font/recruit/icomoon-jnsinn.eot");
  src: url("../global_font/recruit/icomoon-jnsinn.eot#iefix") format("embedded-opentype"), url("../global_font/recruit/icomoon-jnsinn.ttf") format("truetype"), url("../global_font/recruit/icomoon-jnsinn.woff") format("woff"), url("../global_font/recruit/icomoon-jnsinn.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

[class*=" icon-"], [class^=icon-] {
  font-family: 'pageIcon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.iconCell {
  position: relative;
  width: 1%;
  white-space: nowrap;
  text-align: center
}

.iconCell .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 1
}

.iconCell .icon:before {
  content: "";
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  text-align: center
}

.iconCell.icon_001 .icon:before {
  content: "\e7ef"
}

.iconCell.icon_002 .icon:before {
  content: "\e263"
}

.iconCell.icon_003 .icon:before {
  content: "\e192"
}

.iconCell.icon_004 .icon:before {
  content: "\e320"
}




.iconCell.icon_005 .icon:before {
  content: "\e91c"
}

.iconCell.icon_006 .icon:before {
  content: "\e90e"
}

.iconCell.icon_007 .icon:before {
  content: "\e917"
}

.iconCell.icon_008 .icon:before {
  content: "\e91a"
}

.iconCell.icon_009 .icon:before {
  content: "\e91d"
}

.iconCell.icon_010 .icon:before {
  content: "\e912"
}

.iconCell.icon_011 .icon:before {
  content: "\e919"
}

.iconCell.icon_012 .icon:before {
  content: "\e901"
}

.iconCell.icon_013 .icon:before {
  content: "\e900"
}

.iconCell.icon_014 .icon:before {
  content: "\e903"
}

.iconCell.icon_015 .icon:before {
  content: "\e911"
}

.iconCell.icon_016 .icon:before {
  content: "\e913"
}

.iconCell.icon_017 .icon:before {
  content: "\e90f"
}

.iconCell.icon_018 .icon:before {
  content: "\e916"
}

.iconCell.icon_019 .icon:before {
  content: "\e918"
}

.iconCell.icon_020 .icon:before {
  content: "\e912"
}

.iconCell.icon_021 .icon:before {
  content: "\e905"
}

.iconCell.icon_022 .icon:before {
  content: "\e904"
}

.iconCell.icon_023 .icon:before {
  content: "\e906"
}

.iconCell.icon_024 .icon:before {
  content: "\e907"
}

.iconCell.icon_025 .icon:before {
  content: "\e90a"
}

.iconCell.icon_026 .icon:before {
  content: "\e902"
}

.iconCell.icon_027 .icon:before {
  content: "\e910"
}

.iconCell.icon_028 .icon:before {
  content: "\e908"
}

.iconCell.icon_029 .icon:before {
  content: "\e90c"
}

.iconCell.icon_030 .icon:before {
  content: "\e90b"
}

.icon00 img{
  height: 40px;
  margin: 0 auto;
}

body {
  position: relative;
  color: #000;
/*  background: top center no-repeat #aaa;*/
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
  font-family: "News Cycle", sans-serif;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal
}

body:after {
  content: "";
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../imageFile/user/topPannel_layer.png")
}

@media only screen and (max-width:1200px) {
  body {
    background: none
  }
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    z-index: -1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

#container, #containerCompany {
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: auto;
  padding: 0
}

br.sp_br {
  display: none
}

@media only screen and (max-width:600px) {
  br.sp_br {
    display: block
  }
}

a {
  color: #006699
}

.OF-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover'
}

.btnArea {
  text-align: center
}

.el_btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
  padding: 0 70px;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_btn span.text {
  position: relative;
  padding-left: 20px;
  font-weight: bold
}

.el_btn span.text:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_btn:hover {
  background-color: #000;
  color: #fff!important
}

.el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

@media only screen and (max-width:600px) {
  .el_btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 14px
  }
}

.floatHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 9990
}

.floatHeader.haveHead {
  margin-top: 60px
}

.floatHeader .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 80px
}

.floatHeader .headContent {
  display: table;
  width: 100%
}

.floatHeader .btnSet, .floatHeader .jobName {
  display: table-cell;
  vertical-align: middle
}

.floatHeader .jobName {
  padding-right: 20px;
  width: 100%
}

.floatHeader .jobName .main {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .2em
}

.el_panel .panel .wrap .catchSet .sub .floatHeader .jobName .editInput, .el_panel .panel .wrap .catchSet .sub .floatHeader .jobName .labelTxt, .floatHeader .jobName .el_panel .panel .wrap .catchSet .sub .editInput, .floatHeader .jobName .el_panel .panel .wrap .catchSet .sub .labelTxt, .floatHeader .jobName .sub {
  margin-top: 5px;
  font-size: 11px;
  color: #666
}

.floatHeader .btnSet {
  width: auto;
  text-align: right;
  white-space: nowrap
}

.floatHeader .btnSet .btn {
  display: inline-block
}

.floatHeader .btnSet .el_btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  padding: 0 10px;
  margin-top: 0
}

.floatHeader .btnSet .el_btn+.el_btn {
  margin-left: 10px
}

.floatHeader .btnSet .el_btn.btn--entry {
  background: #f92;
  border-color: #f92
}

.floatHeader .btnSet .el_btn.btn--entry .text {
  color: #fff
}

.floatHeader .btnSet .el_btn.btn--entry .text:after {
  border-color: #fff
}

.floatHeader .btnSet .el_btn .text {
  font-size: 15px
}

.floatHeader .btnSet.btnSet--maintenance .btn {
  vertical-align: top
}

.floatHeader .btnSet.btnSet--maintenance .el_btn--maintenance {
  background-color: #aaa;
  border-color: #aaa
}

.floatHeader .btnSet.btnSet--maintenance .el_btn--maintenance .text {
  color: #d8d8d8
}

.floatHeader .btnSet.btnSet--maintenance .el_btn--maintenance .text:after {
  border-top: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8
}

.floatHeader .btnSet.btnSet--maintenance .copy {
  margin-top: 7px;
  font-size: 11px;
  color: #f44;
  text-align: center
}

@media only screen and (max-width:800px) {
  .floatHeader .wrap {
    padding: 15px
  }
  .floatHeader .jobName {
    padding-right: 15px
  }
}

@media only screen and (max-width:600px) {
  .floatHeader {
    position: fixed;
    top: inherit;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(100, 100, 100, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 20
  }
  .floatHeader .wrap {
    width: 100%;
    padding: 20px
  }
  .floatHeader .headContent {
    display: block;
    width: 100%
  }
  .floatHeader .btnSet, .floatHeader .jobName {
    display: block;
    vertical-align: middle
  }
  .floatHeader .jobName {
    padding-right: 0;
    width: 100%
  }
  .floatHeader .jobName .main {
    font-size: 14px;
    letter-spacing: .2em;
    color: #fff
  }
  .el_panel .panel .wrap .catchSet .sub .floatHeader .jobName .editInput, .el_panel .panel .wrap .catchSet .sub .floatHeader .jobName .labelTxt, .floatHeader .jobName .el_panel .panel .wrap .catchSet .sub .editInput, .floatHeader .jobName .el_panel .panel .wrap .catchSet .sub .labelTxt, .floatHeader .jobName .sub {
    margin-top: 5px;
    font-size: 11px;
    color: #fff
  }
  .floatHeader .btnSet {
    display: table;
    width: 100%;
    margin-top: 15px
  }
  .floatHeader .btnSet .btn {
    display: table-cell;
    width: 50%
  }
  .floatHeader .btnSet .btn+.btn {
    padding-left: 10px
  }
  .floatHeader .btnSet .el_btn {
    width: 100%;
    background: #fff;
    border-color: #fff
  }
  .floatHeader .btnSet.btnSet--maintenance .copy {
    color: #f44;
    text-align: center;
    margin-top: 7px;
    color: #fff
  }
}

#companyHeader+.floatHeader {
  margin-top: 60px
}

@media only screen and (max-width:840px) {
  .floatBtn {
    bottom: 190px
  }
}

.el_panel {
  position: relative;
  z-index: 3;
  height: 100vh;
}

.el_panel .scrollBtn {
  cursor: pointer;
  position: absolute;
  right: 50%;
  bottom: 30px;
  width: 60px;
  height: 30px;
  margin-right: -35px;
  border-top: 1px solid #fff;
  text-align: center;
  z-index: 4;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_panel .scrollBtn a {
  position: relative;
  top: -18px;
  left: -10px;
  display: block;
  width: 80px;
  height: 70px;
  z-index: 3
}

.el_panel .scrollBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 50%;
  margin-right: -15px;
  width: 28px;
  height: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.el_panel .scrollBtn:hover {
  opacity: .7;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_panel .powered {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 12px;
  letter-spacing: 0.04em
}

.el_panel .powered .logoCell {
  display: table;
  white-space: nowrap;
  text-align: right
}

.el_panel .powered .logoCell .label {
  display: inline-block;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.0;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #C00;
  word-wrap: break-word;
  white-space: normal;
  padding: 36px 12px 12px;
}

/*
.el_panel .powered .logoCell .label.powered {
  text-indent: 0em;
  display: table-cell;
  width: 70px;
  position: relative;
  top: 3px;
  font-size: 11px;
  color: #fff;
  top: 3px!important;
  letter-spacing: 0.04em
}

.el_panel .powered .logoCell .label.logo {
  text-indent: 0;
  width: 92px;
  top: -2px
}

.el_panel .powered .logoCell .label.logo img {
  position: relative;
  top: 2px;
  z-index: 4;
  height: 16px;
  width: 72px
}
*/

.el_panel .snsSet {
  position: absolute;
  top: 30px;
  right: 2%;
  margin-top: -20px;
  white-space: nowrap;
  z-index: 4
}

.el_panel .snsSet .btn {
  display: inline-block
}

.el_panel .snsSet .btn+.btn {
  margin-left: 15px
}

.el_panel .snsSet .btn a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px
}

.el_panel .snsSet .btn a:hover {
  opacity: .7;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_panel .snsSet .btn a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 40px;
  color: #fff;
  opacity: .8;
  text-align: center;
  font-weight: normal
}

.el_panel .snsSet .btn.fb a:before {
  content: "\f09a"
}

.el_panel .snsSet .btn.gg a:before {
  content: "\f0d5"
}

.el_panel .snsSet .btn.tw a:before {
  content: "\f099"
}

.el_panel .snsSet .btn.is a:before {
  content: "\f16d"
}

.el_panel .snsSet .btn.gh a:before {
  content: "\f09b"
}

.el_panel .panel {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center
}

.el_panel .panel .wrap {
  width: 98%
}

.el_panel .panel .wrap .catchSet {
  position: absolute;
  width: 1000px;
  top: 50%;
  left: calc(50% - 500px);
  margin-top: -100px;
  text-align: center;
  z-index: 2;
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal
}

.el_panel .panel .wrap .catchSet .catch, .el_panel .panel .wrap .catchSet .catch .editInput, .el_panel .panel .wrap .catchSet .catch .labelTxt, .el_panel .panel .wrap .catchSet .sub, .el_panel .panel .wrap .catchSet .sub .editInput, .el_panel .panel .wrap .catchSet .sub .labelTxt {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.32em
}

.el_panel .panel .wrap .catchSet .catch, .el_panel .panel .wrap .catchSet .catch .editInput, .el_panel .panel .wrap .catchSet .catch .labelTxt {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: .2em;
  animation-name: catchDown;
  -webkit-animation-name: catchDown;
  animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out
}

.el_panel .panel .wrap .catchSet .catch .item {
  width: 80%;
  margin: 0 auto 6px;
  padding: 0;
  position: relative;
  text-align: center
}

/*
.el_panel .panel .wrap .catchSet .catch .item:before {
  content: "";
  display: block;
  width: 94px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 65%;
  left: 0
}

.el_panel .panel .wrap .catchSet .catch .item:after {
  content: "";
  display: block;
  width: 94px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 65%;
  right: 0
}
*/

.el_panel .panel .wrap .catchSet .catch .item .text {
  display: inline-block;
  font-size: 28px;
  font-style: italic;
  letter-spacing: .1em
}

.el_panel .panel .wrap .catchSet .sub, .el_panel .panel .wrap .catchSet .sub .editInput, .el_panel .panel .wrap .catchSet .sub .labelTxt {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .2em;
  animation-name: subDown;
  -webkit-animation-name: subDown;
  animation-duration: 3.1s;
  -webkit-animation-duration: 3.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out
}

.el_panel .logo {
  position: absolute;
  top: 25px;
  right: 2%;
  display: inline-block;
  height: 16px;
  width: 72px
}

@media only screen and (max-width:1200px) {
  .el_panel .powered {
    top: 15px;
    left: 0;
    z-index: 2
  }
  .el_panel .powered .logoCell {
    display: block;
    position: relative;
    margin-top: 10px;
    width: 100%;
    padding: 0 3px
  }
  .el_panel .powered .logoCell .label {
    display: none
  }
  .el_panel .powered .logoCell .label.powered {
    display: none
  }
  .el_panel .powered .logoCell .label.logo {
    display: block;
    top: -1px!important;
    left: 15px
  }
  .el_panel .panel .wrap .catchSet {
    width: 90%;
    left: calc(50% - 45%)
  }
}

@media only screen and (max-width:600px) {
  .el_panel .scrollBtn {
    z-index: 2;
    margin-right: -20px;
    width: 40px
  }
  .el_panel .scrollBtn a {
    width: 70px
  }
  .el_panel .scrollBtn:after {
    margin-right: -10px;
    width: 20px;
    height: 20px
  }
  .el_panel .snsSet {
    top: 25px!important;
    right: 10px
  }
  .el_panel .header {
    padding: 18px 130px 18px 15px;
    border-top-width: 4px
  }
  .el_panel .header .wrap {
    width: 100%!important
  }
  .el_panel .header .wrap .logo {
    padding: 0
  }
  .el_panel .header .wrap .logo img {
    height: 18px
  }
  .el_panel .header .wrap .logo .name {
    font-size: 11px
  }
  .el_panel .panel {
    height: 300px
  }
  .el_panel .panel:before {
    height: 300px
  }
  .el_panel .panel .wrap .catchSet .catch, .el_panel .panel .wrap .catchSet .catch .editInput, .el_panel .panel .wrap .catchSet .catch .labelTxt {
    display: block;
    font-size: 33px;
    animation-name: subDown2;
    -webkit-animation-name: subDown2
  }
  .el_panel .panel .wrap .catchSet .catch .item {
    width: 300px
  }
  .el_panel .panel .wrap .catchSet .catch .item:before {
    width: 74px
  }
  .el_panel .panel .wrap .catchSet .catch .item:after {
    width: 74px
  }
  .el_panel .panel .wrap .catchSet .catch .item .text {
    font-size: 16px;
    font-weight: 900
  }
  .el_panel .panel .wrap .catchSet .sub, .el_panel .panel .wrap .catchSet .sub .editInput, .el_panel .panel .wrap .catchSet .sub .labelTxt {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    animation-name: subDown2;
    -webkit-animation-name: subDown2
  }
  .el_panel .logo {
    top: 10px;
    right: 10px
  }
}

@keyframes catchDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
  }
}

@-webkit-keyframes catchDown {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0%);
    opacity: 1
  }
}

@keyframes subDown {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
  50% {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0
  }
  75% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
  }
}

@-webkit-keyframes subDown {
  0% {
    -webkit-transform: translateY(100%);
    opacity: .1
  }
  50% {
    -webkit-transform: translateY(50%);
    opacity: .7
  }
  75% {
    -webkit-transform: translateY(10%);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0%);
    opacity: 1
  }
}

.el_contentUnit {
  background-color: #fff
}

.el_contentUnit:nth-child(odd) {
  background: #fafafa
}

.el_contentUnit .wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 80px;
  text-align: center
}

@media only screen and (max-width:1200px) {
  .el_contentUnit .wrap {
    width: 100%
  }
}

@media only screen and (max-width:600px) {
  .el_contentUnit .wrap {
    width: 100%
  }
}

.el_contentUnit .wrap .unitTitle {
  padding-bottom: 50px
}

.el_contentUnit .wrap .unitTitle .text {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-weight: 900;
  font-family: 'News Cycle', sans-serif;/*add*/
  letter-spacing: 0.12em
}

.el_contentUnit .wrap .unitTitle .text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #000
}

.el_contentUnit .wrap .unitTitle .ruby {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.32em
}

.el_contentUnit .wrap .unitTitle .detail {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em
}

.el_contentUnit .wrap .unitTitle .detail em {
  font-size: 30px
}

.el_contentUnit .wrap .unitContent .detail {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center
}

.unitContent iframe:first-child{
  margin-bottom: 40px;
}

.el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .editInput, .el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .labelTxt, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .catchSet .catch .editInput, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .catchSet .catch .labelTxt, .el_contentUnit .wrap .unitContent .cellBase .catch, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .editInput, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .labelTxt, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .catchSet .catch .editInput, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .catchSet .catch .labelTxt {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.2em
}

.el_contentUnit .wrap .unitContent .cellBase .copy {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em
}

.el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .editInput+.copy, .el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .labelTxt+.copy, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .catchSet .catch .editInput+.copy, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .catchSet .catch .labelTxt+.copy, .el_contentUnit .wrap .unitContent .cellBase .catch+.copy, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .editInput+.copy, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .labelTxt+.copy, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .catchSet .catch .editInput+.copy, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .catchSet .catch .labelTxt+.copy {
  margin-top: 60px
}

@media only screen and (max-width:600px) {
  .el_contentUnit .wrap {
    padding: 45px 20px
  }
  .el_contentUnit .wrap .unitTitle {
    padding-bottom: 20px
  }
  .el_contentUnit .wrap .unitTitle .text {
    font-size: 26px!important;
    letter-spacing: 0;
  }
  .el_contentUnit .wrap .unitTitle .text:after {
    bottom: -5px
  }
  .el_contentUnit .wrap .unitTitle .ruby {
    margin-top: 20px;
    font-size: 11px
  }
  .el_contentUnit .wrap .unitTitle .detail {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
    font-weight: 550
  }
  .el_contentUnit .wrap .unitContent .detail {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 550;
    text-align: justify
  }
  .el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .textCell .editInput, .el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .textCell .labelTxt, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .textCell .catchSet .catch .editInput, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .textCell .catchSet .catch .labelTxt, .el_contentUnit .wrap .unitContent .cellBase .textCell .catch, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .textCell .editInput, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .textCell .labelTxt, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .textCell .catchSet .catch .editInput, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .textCell .catchSet .catch .labelTxt {
    margin-top: 20px;
    font-size: 23px
  }
  .el_contentUnit .wrap .unitContent .cellBase .textCell .copy {
    font-size: 14px!important;
    font-weight: 600!important
  }
  .el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .textCell .editInput+.copy, .el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .cellBase .textCell .labelTxt+.copy, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .textCell .catchSet .catch .editInput+.copy, .el_contentUnit .el_panel .panel .wrap .unitContent .cellBase .textCell .catchSet .catch .labelTxt+.copy, .el_contentUnit .wrap .unitContent .cellBase .textCell .catch+.copy, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .textCell .editInput+.copy, .el_panel .panel .el_contentUnit .wrap .catchSet .catch .unitContent .cellBase .textCell .labelTxt+.copy, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .textCell .catchSet .catch .editInput+.copy, .el_panel .panel .el_contentUnit .wrap .unitContent .cellBase .textCell .catchSet .catch .labelTxt+.copy {
    margin-top: 30px
  }
}

.el_contentUnit.companyName {
  position: relative;
  z-index: 10;
  width: auto;
  padding: 0;
  background: #fff!important;
  text-align: center
}

.el_contentUnit.companyName .logo {
  width: 100%!important;
  padding: 64px 0;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  font-weight: bold
}

.el_contentUnit.companyName .logo img {
  max-height: 150px;
  max-width: 300px
}

.el_contentUnit.companyName .pageTitle {
  padding: 65px 100px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #fff;
  border-top: 1px solid #efefef
}

@media only screen and (max-width:600px) {
  .el_contentUnit.companyName .logo {
    padding: 30px 20px;
    font-size: 14px
  }
  .el_contentUnit.companyName .logo img {
    max-height: 80px;
    max-width: 200px
  }
  .el_contentUnit.companyName .pageTitle {
    padding: 35px 15px;
    font-size: 24px
  }
}

.el_contentUnit.el_messageUnit .wrap .unitContent .cellBase {
  display: block
}

.el_contentUnit.el_messageUnit .wrap .unitContent .cellBase .textCell {
  display: block
}

.el_contentUnit.el_messageUnit .wrap .unitContent .cellBase .textCell .copy {
  text-align: center;
  font-weight: 600
}

.el_contentUnit.el_messageUnit .wrap .unitContent .cellBase .photo {
  margin-top: 40px
}

.el_contentUnit.el_messageUnit .wrap .unitContent .cellBase .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  width: 1100px;
  height: 500px;
  background-color: #efefef;
  border: 1px solid #efefef
}

@media only screen and (max-width:1200px) {
  .el_contentUnit.el_messageUnit .wrap {
    padding: 80px 30px
  }
}

@media only screen and (max-width:600px) {
  .el_contentUnit.el_messageUnit .wrap {
    padding: 45px 20px
  }
  .el_contentUnit.el_messageUnit .wrap .unitContent .cellBase .textCell .copy {
    text-align: justify
  }
  .el_contentUnit.el_messageUnit .wrap .unitContent .cellBase .photo {
    margin-top: 20px
  }
  .el_contentUnit.el_messageUnit .wrap .unitContent .cellBase .photo img {
    width: 400px;
    height: 200px!important;
    overflow: hidden
  }
}

.el_contentUnit.el_aboutUnit .wrap .unitTitle .detail {
  text-align: justify
}

.el_contentUnit.el_aboutUnit .wrap .unitTitle .ruby {
  letter-spacing: 0.12em
}

.el_contentUnit.el_aboutUnit .wrap .unitContent {
  text-align: center
}

.el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet {
  text-align: left;
  -webkit-flex-direction: row;
  width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  border: 1px solid #efefef
}

.el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet .photo img {
  overflow: hidden;
  width: 500px;
  height: 278px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  text-align: center
}

.el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet .copy {
  padding: 20px 20px 25px;
  border-top: 1px solid #efefef;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.12em
}

.el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet+.dataSet {
  margin-left: 2%
}

@media only screen and (max-width:1200px) {
  .el_contentUnit.el_aboutUnit .wrap {
    padding: 80px 30px
  }
}

@media only screen and (max-width:600px) {
  .el_contentUnit.el_aboutUnit .wrap {
    padding: 45px 0
  }
  .el_contentUnit.el_aboutUnit .wrap .unitTitle .detail {
    padding: 0 20px
  }
  .el_contentUnit.el_aboutUnit .wrap .unitContent {
    padding: 0 20px
  }
  .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 {
    display: block;
    margin-top: 40px;
    width: 100%;
    text-align: center
  }
  .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet {
    display: block;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet .photo img {
    width: 100%;
    height: 200px
  }
  .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet .copy {
    padding: 20px;
    font-size: 12px;
  }
  .el_contentUnit.el_aboutUnit .el_panel .panel .wrap .catchSet .catch .unitContent .dataSetList.column2 .dataSet .copy .editInput, .el_contentUnit.el_aboutUnit .el_panel .panel .wrap .catchSet .catch .unitContent .dataSetList.column2 .dataSet .copy .labelTxt, .el_contentUnit.el_aboutUnit .el_panel .panel .wrap .unitContent .dataSetList.column2 .dataSet .copy .catchSet .catch .editInput, .el_contentUnit.el_aboutUnit .el_panel .panel .wrap .unitContent .dataSetList.column2 .dataSet .copy .catchSet .catch .labelTxt, .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet .copy .catch, .el_panel .panel .el_contentUnit.el_aboutUnit .wrap .catchSet .catch .unitContent .dataSetList.column2 .dataSet .copy .editInput, .el_panel .panel .el_contentUnit.el_aboutUnit .wrap .catchSet .catch .unitContent .dataSetList.column2 .dataSet .copy .labelTxt, .el_panel .panel .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet .copy .catchSet .catch .editInput, .el_panel .panel .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet .copy .catchSet .catch .labelTxt {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 900
  }
  .el_contentUnit.el_aboutUnit .wrap .unitContent .dataSetList.column2 .dataSet+.dataSet {
    margin: 10px 0 0
  }
}

.el_contentUnit.el_memberUnit {
  padding-bottom: 80px
}

.el_contentUnit.el_memberUnit .unitContent {
  margin: -80px auto 0;
  padding: 0 80px
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet {
  width: 285px;
  padding: 20px;
  background: #fff;
  border: 1px solid #efefef
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet .photo {
  width: 176px;
  height: 176px;
  margin: 0 auto 26px;
  overflow: hidden;
  border-radius: 100%
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  width: 176px;
  height: 176px;
  min-width: 100%;
  min-height: 100%
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet .name {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 26px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .2em
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet .name:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 3px;
  background: #000
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet .copy {
  margin: 0 auto;
  display: inline;
  text-align: justify;
  color: #666;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word
}

.el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet+.dataSet {
  margin-left: 20px
}

@media only screen and (max-width:1200px) {
  .el_contentUnit.el_memberUnit .wrap {
    padding: 80px 30px
  }
  .el_contentUnit.el_memberUnit .unitContent {
    padding: 0 30px
  }
  .el_contentUnit.el_memberUnit .unitContent .dataSetList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -weblit-flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: -20px
  }
  .el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet {
    width: calc((100% - 20px)/2);
    margin-top: 20px
  }
  .el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet+.dataSet {
    margin-left: 0
  }
}

@media only screen and (max-width:600px) {
  .el_contentUnit.el_memberUnit .wrap {
    width: 100%;
    padding: 45px 0 0
  }
  .el_contentUnit.el_memberUnit .wrap .unitTitle {
    padding: 0 20px 20px
  }
  .el_contentUnit.el_memberUnit .unitContent {
    margin: 0 auto;
    padding: 0
  }
  .el_contentUnit.el_memberUnit .unitContent .dataSetList {
    display: block;
    margin-top: 0;
    padding: 0 20px;
    text-align: center
  }
  .el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet {
    width: 245px;
    margin: 0 auto
  }
  .el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet .photo {
    width: 156px;
    height: 156px;
    margin: 0 auto 26px
  }
  .el_contentUnit.el_memberUnit .unitContent .dataSetList .dataSet .photo img {
    width: 156px;
    height: 156px
  }
}

.el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center
}

.el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet {
  padding: 40px 20px;
  width: calc(100% / 4);
  background: #fff;
  border: 1px solid #efefef;
  text-align: center
}

.el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet+.dataSet, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet+.dataSet {
  margin-left: 20px
}

.el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .item, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .item {
  display: block
}

.el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .iconCell, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .iconCell {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto
}

.el_contentUnit.el_businessUnit .el_panel .panel .wrap .catchSet .catch .unitContent .dataSetList .dataSet .editInput, .el_contentUnit.el_businessUnit .el_panel .panel .wrap .catchSet .catch .unitContent .dataSetList .dataSet .labelTxt, .el_contentUnit.el_businessUnit .el_panel .panel .wrap .unitContent .dataSetList .dataSet .catchSet .catch .editInput, .el_contentUnit.el_businessUnit .el_panel .panel .wrap .unitContent .dataSetList .dataSet .catchSet .catch .labelTxt, .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .catch, .el_panel .panel .el_contentUnit.el_businessUnit .wrap .catchSet .catch .unitContent .dataSetList .dataSet .editInput, .el_panel .panel .el_contentUnit.el_businessUnit .wrap .catchSet .catch .unitContent .dataSetList .dataSet .labelTxt, .el_panel .panel .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .catchSet .catch .editInput, .el_panel .panel .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .catchSet .catch .labelTxt, .el_panel .panel .el_welfareUnit.el_contentUnit .wrap .catchSet .catch .unitContent .dataSetList .dataSet .editInput, .el_panel .panel .el_welfareUnit.el_contentUnit .wrap .catchSet .catch .unitContent .dataSetList .dataSet .labelTxt, .el_panel .panel .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .catchSet .catch .editInput, .el_panel .panel .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .catchSet .catch .labelTxt, .el_welfareUnit.el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .dataSetList .dataSet .editInput, .el_welfareUnit.el_contentUnit .el_panel .panel .wrap .catchSet .catch .unitContent .dataSetList .dataSet .labelTxt, .el_welfareUnit.el_contentUnit .el_panel .panel .wrap .unitContent .dataSetList .dataSet .catchSet .catch .editInput, .el_welfareUnit.el_contentUnit .el_panel .panel .wrap .unitContent .dataSetList .dataSet .catchSet .catch .labelTxt, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .catch {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.32em
}

.el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .data, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .data {
  margin-top: 15px;
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #666
}

.el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .nodata, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .nodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:1200px) {
  .el_contentUnit.el_businessUnit .wrap, .el_welfareUnit.el_contentUnit .wrap {
    padding: 80px 30px
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -weblit-flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: -20px
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet {
    width: calc((100% - 20px)/2);
    margin-top: 20px
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet+.dataSet, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet+.dataSet {
    margin-left: 0
  }
}

@media only screen and (max-width:600px) {
  .el_contentUnit.el_businessUnit .wrap, .el_welfareUnit.el_contentUnit .wrap {
    padding: 45px 20px
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .detail, .el_welfareUnit.el_contentUnit .wrap .unitContent .detail {
    padding-bottom: 20px
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList {
    display: block
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet {
    display: block;
    padding: 30px 20px 20px;
    width: auto
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet+.dataSet, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet+.dataSet {
    margin-left: 0;
    margin-top: 0;
    border-top: none
  }
  .el_contentUnit.el_businessUnit .wrap .unitContent .dataSetList .dataSet .data, .el_welfareUnit.el_contentUnit .wrap .unitContent .dataSetList .dataSet .data {
    margin-top: 20px 15px;
    font-size: 12px
  }
}

.el_photorUnit.el_contentUnit {
  padding-bottom: 80px
}

.el_photorUnit.el_contentUnit .unitContent {
  margin: -80px auto 10px
}

.el_photorUnit.el_contentUnit .unitContent .dataSetList {
  text-align: center
}

.el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet {
  display: inline-block;
  width: 450px;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #efefef
}

.el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet .photo {
  background: #fff
}

.el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
  height: 278px
}

.el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet .copy {
  min-height: 110px;
  padding: 15px;
  border-top: 1px solid #efefef;
  text-align: justify;
  font-size: 13px;
  color: #666
}

@media only screen and (max-width:1200px) {
  .el_photorUnit.el_contentUnit .wrap {
    padding: 80px 30px
  }
}

@media only screen and (max-width:600px) {
  .el_photorUnit.el_contentUnit {
    padding-bottom: 45px
  }
  .el_photorUnit.el_contentUnit .unitContent {
    margin-top: -40px;
    width: 100%;
    padding: 0
  }
  .el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet {
    width: calc(100% - 20px)
  }
  .el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet .photo {
    width: 100%
  }
  .el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet .photo img {
    height: 200px
  }
  .el_photorUnit.el_contentUnit .unitContent .dataSetList .dataSet .copy {
    font-size: 12px
  }
}

.el_contentUnit.el_mapUnit iframe {
  margin-top: -20px;
  width: 100%;
  height: 500px
}

.el_contentUnit.el_mapUnit .detail .address {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em
}

.el_contentUnit.el_mapUnit .detail .url {
  margin-top: 10px
}

.el_contentUnit.el_mapUnit .detail .url a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em
}

.el_contentUnit.el_mapUnit .companyTable {
  width: 100%;
  text-align: left
}

.el_contentUnit.el_mapUnit .companyTable .low:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.04)
}

.el_contentUnit.el_mapUnit .companyTable .data, .el_contentUnit.el_mapUnit .companyTable .item {
  padding: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.el_contentUnit.el_mapUnit .companyTable .item {
  width: 20%;
  padding-right: 0;
  font-weight: bold;
  white-space: nowrap
}

.el_contentUnit.el_mapUnit .companyTable .item .spBreak {
  display: none
}

.el_contentUnit.el_mapUnit .snsSet {
  display: inline-block;
  margin: 0 auto 0px;
  white-space: nowrap;
  text-align: center
}

.el_contentUnit.el_mapUnit .snsSet .snsList {
  text-align: center
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns {
  display: inline-block;
  vertical-align: middle
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns+.sns {
  margin-left: 10px
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.25);
  text-align: center
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  text-align: center
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns a:hover {
  border-color: #eee;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns a:hover:before {
  color: #888;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns.fb a:before {
  content: "\f09a"
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns.gg a:before {
  content: "\f0d5"
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns.tw a:before {
  content: "\f099"
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns.is a:before {
  content: "\f16d"
}

.el_contentUnit.el_mapUnit .snsSet .snsList .sns.gh a:before {
  content: "\f09b"
}

.el_contentUnit.el_mapUnit #map_canvas {
  width: 100%;
  height: 700px
}

@media only screen and (max-width:600px) {
  .el_contentUnit.el_mapUnit .detail {
    margin-top: 20px
  }
  .el_contentUnit.el_mapUnit .detail .address {
    font-size: 14px
  }
  .el_contentUnit.el_mapUnit .detail .url {
    margin-top: 6px
  }
  .el_contentUnit.el_mapUnit .detail .url a {
    font-size: 16px
  }
  .el_contentUnit.el_mapUnit .snsSet .snsList .sns+.sns {
    margin-left: 8px
  }
  .el_contentUnit.el_mapUnit .snsSet .snsList .sns a {
    width: 34px;
    height: 34px;
    line-height: 34px
  }
  .el_contentUnit.el_mapUnit .snsSet .snsList .sns a:before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px
  }
  .el_contentUnit.el_mapUnit #map_canvas {
    height: 400px;
    pointer-events: none
  }
  .el_contentUnit.el_mapUnit .companyTable .item .spBreak {
    display: inline-block
  }
}

.entryArea {
  padding: 60px 0;
  border-top: solid 1px #ddd
}

.entryArea .btnArea {
  text-align: center
}

.entryArea .btnArea .navi {
  font-size: 20px;
  font-weight: bold
}

.entryArea .btnArea .el_btn.btn--entry {
  margin-top: 0;
  width: 380px;
  height: 65px;
  line-height: 65px;
  border-color: #f92;
  background: #f92
}

.entryArea .btnArea .el_btn.btn--entry .text {
  font-size: 24px;
  color: #fff
}

.entryArea .btnArea .el_btn.btn--entry .text:after {
  border-color: #fff
}

.entryArea .btnArea .navi+.el_btn {
  margin-top: 20px
}

.entryArea .btnArea.btnArea--maintenance {
  background-color: #eee;
  width: 1040px;
  margin: 0 auto
}

.entryArea .btnArea.btnArea--maintenance .maintenance .el_btn {
  background-color: #aaa;
  border: none;
  width: 380px;
  height: 65px;
  line-height: 65px;
  font-size: 20px
}

.entryArea .btnArea.btnArea--maintenance .maintenance .el_btn .text {
  color: #d8d8d8
}

.entryArea .btnArea.btnArea--maintenance .maintenance .el_btn .text:after {
  border-top: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8
}

.entryArea .btnArea.btnArea--maintenance .maintenance .copySet {
  margin-top: 15px;
  padding-bottom: 40px;
  font-size: 14px;
  color: #f44
}

.entryArea .btnArea.btnArea--maintenance .maintenance .copySet .copy {
}

.entryArea .btnArea.btnArea--maintenance .maintenance .copySet .date {
  margin-top: 10px;
  font-size: 17px;
  font-weight: bold
}

@media only screen and (max-width:600px) {
  .entryArea {
    padding: 25px
  }
  .entryArea .btnArea .navi {
    font-size: 18px
  }
  .entryArea .btnArea .el_btn.btn--entry {
    width: 100%;
    height: 55px;
    line-height: 55px
  }
  .entryArea .btnArea .el_btn.btn--entry .text {
    font-size: 20px
  }
  .entryArea .btnArea .navi+.el_btn {
    margin-top: 15px
  }
  .entryArea .btnArea.btnArea--maintenance {
    width: 100%
  }
  .entryArea .btnArea.btnArea--maintenance .maintenance {
    padding: 0 15px
  }
  .entryArea .btnArea.btnArea--maintenance .maintenance .el_btn {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0
  }
  .entryArea .btnArea.btnArea--maintenance .maintenance .el_btn .text {
    font-size: 16px
  }
  .entryArea .btnArea.btnArea--maintenance .maintenance .copySet {
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 11px
  }
  .entryArea .btnArea.btnArea--maintenance .maintenance .copySet .date {
    margin-top: 10px;
    font-size: 16px
  }
}

.el_contentUnit.el_entryUnit {
  background: rgba(0, 0, 0, 0.8)
}

.el_contentUnit.el_entryUnit .wrap {
  width: 840px;
  padding: 100px 0 80px
}

.el_contentUnit.el_entryUnit .wrap .unitTitle .text {
  color: #fff
}

.el_contentUnit.el_entryUnit .wrap .unitTitle .text:after {
  background: #fff
}

.el_contentUnit.el_entryUnit .wrap .unitTitle .text.ja {
  font-size: 25px
}

.el_contentUnit.el_entryUnit .wrap .unitTitle .ruby {
  color: #fff
}

.el_contentUnit.el_entryUnit .wrap .unitTitle .detail {
  color: #fff
}

.el_contentUnit.el_entryUnit .wrap .unitContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -weblit-flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between
}

@media only screen and (max-width:1200px) {
  .el_contentUnit.el_entryUnit .wrap .unitContent {
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -weblit-flex-flow: column-reverse wrap;
  }
}


.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList {
  margin-bottom: 50px
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList dt.category {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.4em;
  background: rgba(255, 255, 255, 0.1)
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea {
  background: #fff;
  margin-top: 20px;
  position: relative
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea:before {
  position: absolute;
  right: 0px;
  left: 0px;
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #59c0d2
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma {
  display: block;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea {
  position: relative;
  padding: 30px 35px 26px 25px;
  border-bottom: 1px solid #eee
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .labelTxt, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catch, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .labelTxt, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: left;
  color: #000;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .editInput:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .labelTxt:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt:after, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catch:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .editInput:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma .headArea .labelTxt:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt:after {
  position: absolute;
  right: 25px;
  top: 50%;
  vertical-align: middle;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea {
  padding: 15px
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet {
  display: table;
  width: 100%;
  position: relative;
  border-top: none
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label {
  display: table-cell;
  width: 30px;
  padding: 25px 0 0;
  text-align: center;
  vertical-align: middle
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label .text {
  display: block;
  position: relative;
  font-size: 9px;
  color: #59c0d2
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label .text:before {
  content: "";
  position: absolute;
  left: 5px;
  top: -23px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 14px auto;
  color: #59c0d2
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label.label--income .text:before {
  background: url("../../imageFile/user/money.svg") no-repeat
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label.label--area .text:before {
  background: url("../../imageFile/user/map.svg") no-repeat
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label.label--time .text:before {
  background: url("../../imageFile/user/time.svg") no-repeat
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: left
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .index {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 2px;
  color: #222;
  letter-spacing: 0.12em
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .index:before {
  content: "/";
  color: #ccc;
  display: inline-block;
  margin: 0 3px
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .index:first-of-type:before {
  content: none
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .labelTxt, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .sub, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .labelTxt {
  font-size: 13px;
  display: block;
  margin: 6px 0 0;
  color: #666;
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .index--mini:before, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .index--mini:before, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .sub .index--mini:before, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .index--mini:before, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .index--mini:before {
  content: "/";
  color: #ccc;
  display: inline-block;
  width: 10px;
  text-align: center
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .index--mini:first-of-type:before, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .index--mini:first-of-type:before, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .sub .index--mini:first-of-type:before, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .index--mini:first-of-type:before, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .index--mini:first-of-type:before {
  content: none
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .slash:before, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .slash:before, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .sub .slash:before, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .slash:before, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .slash:before {
  content: "/";
  color: #ccc;
  display: inline;
  padding: 0 3px
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .slash2, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .slash2, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .sub .slash2, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput .slash2, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt .slash2 {
  color: #ccc;
  display: inline-block;
  width: 10px;
  text-align: center
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea .subData {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
  color: #aaa
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma .jobDataArea .subData img {
  margin-right: 3px;
  height: 10px;
  width: auto
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8)
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .labelTxt, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .labelTxt, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catch, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .labelTxt, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .labelTxt {
  color: #f92
}

.el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .editInput:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .labelTxt:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .editInput:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .labelTxt:after, .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catch:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .editInput:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .labelTxt:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .editInput:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList .dataArea a.linkKoma:hover .headArea .catchSet .catch .labelTxt:after {
  border-color: #f92
}

.el_contentUnit.el_entryUnit .wrap .unitContent dl.jobList dd.job+dt.category {
  margin-top: 40px
}

.el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn {
  width: 580px
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn {
  width: 220px
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .anchorSet {
  position: -webkit-sticky;
  position: sticky;
  top: 130px
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .subTitle {
  background: #59c0d2;
  padding: 12px 20px;
  color: #fff;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: bold
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList {
  background: #fff;
  border-top: 3px solid #59c0d2
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row {
  padding: 0px
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row .anchor {
  display: block;
  padding: 0;
  color: #000;
  border: none;
  letter-spacing: 0.2em;
  position: relative;
  text-align: left;
  height: auto
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row .anchor.long {
  display: block;
  padding: 0;
  border: none;
  border-top: 1px solid #efefef;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  height: auto
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row+.row .anchor {
  border-top: 1px solid #efefef
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn {
  margin-top: 0px;
  font-size: 14px
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn .text {
  display: block;
  padding: 20px;
  font-weight: normal;
  font-size: 13px;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn .text:after {
  left: inherit;
  right: 15px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn:hover {
  background: #fff
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn:hover .text {
  color: #f92
}

.el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn:hover .text:after {
  border-color: #f92
}

@media only screen and (max-width:1200px) {
  .el_contentUnit.el_entryUnit .wrap {
    padding: 80px 30px;
    width: 100%
  }
  .el_contentUnit.el_entryUnit .wrap .unitTitle .text.ja {
    font-size: 20px!important
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn {
    width: 580px;
    margin: 0 auto
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .subTitle {
    display: none
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList {
    background: none;
    border-top: none
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row {
    border: solid 2px #fff;
    margin-bottom: 5px
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row+.row .anchor {
    border-top: none
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row .anchor {
    width: 100%
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .row .anchor.long {
    width: 100%
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn .text {
    font-weight: bold;
    color: #fff
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn .text:after {
    right: 15px;
    margin-top: -6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #fff
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn:hover {
    background: #fff
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn:hover .text {
    color: #000
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn .btnList .el_btn:hover .text:after {
    border-color: #000
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn {
    margin: 60px auto 0
  }
}

@media only screen and (max-width:600px) {
  .el_contentUnit.el_entryUnit .wrap {
    padding: 25px 15px;
    width: 100%
  }
  .el_contentUnit.el_entryUnit .wrap .unitTitle .text.ja {
    font-size: 20px!important
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .rightColumn {
    width: 100%
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn {
    margin-top: 30px;
    width: 100%
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea {
    padding: 20px 25px 20px 20px
  }
  .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .labelTxt, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt, .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catch, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .labelTxt, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt {
    font-size: 20px
  }
  .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .editInput:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .labelTxt:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput:after, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt:after, .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catch:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .editInput:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .catch .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .labelTxt:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .editInput:after, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .headArea .catchSet .catch .labelTxt:after {
    width: 10px;
    height: 10px;
    right: 20px
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea {
    padding: 5px 12px
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet {
    display: table;
    width: 100%;
    position: relative
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label {
    padding: 20px 0 0px;
    font-size: 8px
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label .text {
    display: block;
    position: relative;
    font-size: 9px;
    color: #59c0d2
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dt.label .text:before {
    content: "";
    position: absolute;
    left: 5px;
    top: -23px;
    display: block;
    width: 20px;
    height: 20px;
    background-size: 14px auto;
    color: #59c0d2
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data {
    padding: 8px 0 8px 10px
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .index {
    font-size: 15px;
  }
  .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .catchSet .sub .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .editInput, .el_contentUnit.el_entryUnit .el_panel .panel .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .labelTxt, .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .sub, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .catchSet .sub .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .labelTxt, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .editInput, .el_panel .panel .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea dl.dataSet dd.data .catchSet .sub .labelTxt {
    margin: 4px 0 0;
    font-size: 13px;
    word-wrap: break-word;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
  }
  .el_contentUnit.el_entryUnit .wrap .unitContent .leftColumn .jobList .dataArea a.linkKoma .jobDataArea .subData {
    margin-top: 2px;
    margin-bottom: 10px
  }
}

.companyData {
  padding-bottom: 50px
}

.companyData .wrap {
  width: 1040px;
  margin: 0 auto
}

.companyData .panel {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 600px
}

.companyData .panel .wrap {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.companyData .panel .wrap:before {
  content: "";
  display: block;
  width: 1200px;
  height: 600px;
  background: url("../../imageFile/user/topPannel_layer.png");
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.companyData .panel .wrap .catchSet {
  position: relative;
  width: 1000px;
  color: #fff;
  text-align: center
}

.companyData .panel .wrap .catchSet .at {
  margin: 0 0 25px;
  position: relative;
  font-size: 36px;
  font-style: italic
}

.companyData .panel .wrap .catchSet .at:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #fff;
  position: relative;
  top: -12px;
  margin: 0 10px 0 0
}

.companyData .panel .wrap .catchSet .at:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #fff;
  position: relative;
  top: -12px;
  margin: 0 0 0 10px
}

.companyData .el_panel .panel .wrap .catchSet .catch .editInput, .companyData .el_panel .panel .wrap .catchSet .catch .labelTxt, .companyData .panel .wrap .catchSet .catch, .el_panel .companyData .panel .wrap .catchSet .catch .editInput, .el_panel .companyData .panel .wrap .catchSet .catch .labelTxt {
  font-size: 58px;
  font-weight: bold;
  margin: 0 0 40px;
  letter-spacing: 0.04em
}

.companyData .el_panel .panel .wrap .catchSet .sub .editInput, .companyData .el_panel .panel .wrap .catchSet .sub .labelTxt, .companyData .panel .wrap .catchSet .sub, .el_panel .companyData .panel .wrap .catchSet .sub .editInput, .el_panel .companyData .panel .wrap .catchSet .sub .labelTxt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em
}

.companyData .logo {
  padding: 30px 0;
  text-align: center
}

.companyData .logo img {
  max-height: 150px;
  max-width: 300px
}

.companyData .companyTable {
  width: 100%;
  text-align: left
}

.companyData .companyTable .low:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.04)
}

.companyData .companyTable .data, .companyData .companyTable .item {
  padding: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.companyData .companyTable .item {
  width: 20%;
  padding-right: 0;
  font-weight: bold;
  white-space: nowrap
}

.companyData .companyTable .item .spBreak {
  display: none
}

.companyData .linkArea {
  text-align: right
}

.companyData .linkArea .link {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.companyData .linkArea .link:before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.companyData .linkArea .link:hover {
  color: #f90
}

.companyData .linkArea .link:hover:before {
  border-color: #f90
}

@media only screen and (max-width:600px) {
  .companyData {
    padding-bottom: 0;
    width: 100%
  }
  .companyData .wrap {
    width: 100%;
    padding: 25px
  }
  .companyData .panel {
    width: 100%;
    height: 500px
  }
  .companyData .panel .wrap {
    width: 100%;
    height: 500px
  }
  .companyData .panel .wrap:before {
    width: 100%;
    height: 500px
  }
  .companyData .panel .wrap .catchSet {
    width: 95%
  }
  .companyData .panel .wrap .catchSet .at {
    font-size: 20px;
    margin: 0 0 20px
  }
  .companyData .panel .wrap .catchSet .at:before {
    top: -7px
  }
  .companyData .panel .wrap .catchSet .at:after {
    top: -7px
  }
  .companyData .el_panel .panel .wrap .catchSet .catch .editInput, .companyData .el_panel .panel .wrap .catchSet .catch .labelTxt, .companyData .panel .wrap .catchSet .catch, .el_panel .companyData .panel .wrap .catchSet .catch .editInput, .el_panel .companyData .panel .wrap .catchSet .catch .labelTxt {
    font-size: 25px;
    letter-spacing: 0.02em;
    margin: 0 0 20px
  }
  .companyData .el_panel .panel .wrap .catchSet .sub .editInput, .companyData .el_panel .panel .wrap .catchSet .sub .labelTxt, .companyData .panel .wrap .catchSet .sub, .el_panel .companyData .panel .wrap .catchSet .sub .editInput, .el_panel .companyData .panel .wrap .catchSet .sub .labelTxt {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .companyData .panel .md_table .item .spBreak {
    display: inline-block
  }
  .companyData .logo {
    padding: 0 25px 25px
  }
  .companyData .logo img {
    max-height: 150px;
    max-width: 200px
  }
  .companyData .linkArea .link {
    font-size: 12px
  }
  .companyData .linkArea .link:before {
    margin-right: 6px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-width: 1px
  }
  .companyData .linkArea .link:hover:before {
    border-color: #f90
  }
}

.floatBtn {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 55px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 100
}

.floatBtn .snsSet {
  display: inline-block;
  width: 60px;
  padding: 0;
  white-space: nowrap;
  text-align: center
}

.floatBtn .snsSet .title {
  padding: 12px 0 10px;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.12em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.floatBtn .snsSet .snsList {
  text-align: center
}

.floatBtn .snsSet .snsList .sns {
  display: block;
  vertical-align: middle
}

.floatBtn .snsSet .snsList .sns a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.25);
  text-align: center
}

.floatBtn .snsSet .snsList .sns a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 60px;
  line-height: 50px;
  font-size: 22px;
  text-align: center
}

.floatBtn .snsSet .snsList .sns a:hover {
  border-color: #eee;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.floatBtn .snsSet .snsList .sns a:hover:before {
  color: #888;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.floatBtn .snsSet .snsList .sns.fb a {
  border-top: none;
  left: -3px;
  top: 4px
}

.floatBtn .snsSet .snsList .sns.fb a:before {
  content: "\f09a"
}

.floatBtn .snsSet .snsList .sns.gg a:before {
  content: "\f0d5"
}

.floatBtn .snsSet .snsList .sns.tw a:before {
  content: "\f099"
}

@media only screen and (max-width:600px) {
  .floatBtn {
    width: 45px;
    bottom: 190px
  }
  .floatBtn .snsSet {
    width: 45px
  }
  .floatBtn .snsSet .title {
    padding: 10px 0 8px;
    font-size: 10px
  }
  .floatBtn .snsSet .snsList .sns a {
    width: 30px;
    height: 40px;
    line-height: 40px
  }
  .floatBtn .snsSet .snsList .sns a:before {
    left: 1px;
    width: 30px;
    height: 50px;
    line-height: 40px;
    font-size: 18px
  }
  .floatBtn .snsSet .snsList .sns.fb a:before {
    left: 3px
  }
  .floatBtn .snsSet .snsList .sns.gg a:before {
    font-size: 16px
  }
  .floatBtn .snsSet .snsList .sns.tw a:before {
    font-size: 20px
  }
}

.el_footer {
  position: relative;
  text-align: center;
  z-index: 10;
  padding: 80px 20px 20px;
  background: rgba(0, 0, 0, 0.8)
}

.el_footer .scrollTrigger {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 50%;
  width: 60px;
  height: 38px;
  margin-right: -35px;
  border-bottom: 1px solid #fff;
  text-align: center;
  z-index: 2
}

.el_footer .scrollTrigger:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 50%;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: -15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.el_footer .scrollTrigger:hover {
  opacity: .7;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.el_footer .logoCell {
  display: table;
  margin: 40px auto 0;
  white-space: nowrap;
  text-align: right
}

.el_footer .logoCell .label {
  letter-spacing: 0.12em;
  position: relative;
  top: -1px;
  font-size: 11px;
  color: #fff
}

.el_footer .logoCell .logo {
  margin: 0 8px 0 5px
}

.el_footer .logoCell .logo img {
  position: relative;
  z-index: 2;
  top: 2px;
  height: 16px;
  width: 72px
}

.el_footer div.copy {
  margin: 15px 0 10px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em
}

@media only screen and (max-width:600px) {
  .el_footer {
    padding: 50px 20px 20px
  }
  .el_footer .scrollTrigger {
    margin-right: -20px;
    top: 15px;
    width: 38px;
    height: 38px
  }
  .el_footer .scrollTrigger:after {
    top: 12px;
    right: 50%;
    margin-right: -10px;
    width: 20px;
    height: 20px
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slider .slick-list .slick-slide {
  float: right
}

.slick-slider .slick-list .slick-slide img {
  display: block;
  width: 100%!important
}

.slick-slider .slick-list .slick-slide:focus {
  outline: none
}

.slick-slider .slick-next, .slick-slider .slick-prev {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3
}

.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 8px);
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.95
}

.slick-slider .slick-next:focus, .slick-slider .slick-next:hover, .slick-slider .slick-prev:focus, .slick-slider .slick-prev:hover {
  outline: none;
  color: transparent;
  background: rgba(0, 0, 0, 0.6);
  top: 51%;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

.slick-slider .slick-next:focus:before, .slick-slider .slick-next:hover:before, .slick-slider .slick-prev:focus:before, .slick-slider .slick-prev:hover:before {
  opacity: 1
}

.slick-slider .slick-next.slick-disabled:before, .slick-slider .slick-prev.slick-disabled:before {
  opacity: 0.65
}

.slick-slider .slick-prev {
  left: 0
}

[dir=rtl] .slick-slider .slick-prev {
  left: auto;
  right: -25px
}

.slick-slider .slick-prev:before {
  right: 50%;
  margin-right: -8px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.slick-slider .slick-next {
  right: 0
}

[dir=rtl] .slick-slider .slick-next {
  left: -25px;
  right: auto
}

.slick-slider .slick-next:before {
  left: 50%;
  margin-left: -12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.slick-slider .slick-dots {
  display: none!important
}

@media only screen and (max-width:600px) {
  .slick-slider .slick-next, .slick-slider .slick-prev {
    width: 40px;
    height: 40px;
    line-height: 40px
  }
  .slick-slider .slick-next:before, .slick-slider .slick-prev:before {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px
  }
  .slick-slider .slick-prev:before {
    margin-right: -9px
  }
  .slick-slider .slick-next:before {
    margin-left: -10px
  }
}

body.desc {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover
}

body.desc.img_01 {
  background-image: url("../../imageFile/user/bg_1.jpg")
}

body.desc.img_02 {
  background-image: url("../../imageFile/user/bg_2.jpg")
}

body.desc.img_03 {
  background-image: url("../../imageFile/user/bg_3.jpg")
}

body.desc.img_04 {
  background-image: url("../../imageFile/user/bg_4.jpg")
}

body.desc.img_05 {
  background-image: url("../../imageFile/user/bg_5.jpg")
}

body.desc.img_06 {
  background-image: url("../../imageFile/user/bg_6.jpg")
}

body.desc.img_07 {
  background-image: url("../../imageFile/user/bg_7.jpg")
}

body.desc.img_08 {
  background-image: url("../../imageFile/user/bg_8.jpg")
}

body.desc.img_09 {
  background-image: url("../../imageFile/user/bg_9.jpg")
}

body.desc.img_00 {
  background-image: url("../../imageFile/user/bg_0.jpg")
}

body.desc.img_egs {
  background: #93b8d1;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover
}

body.desc #container, body.desc #containerCompany {
  width: 1200px;
  margin: 0 auto;
  animation: fadeUp 1.3s ease 0s 1 normal;
  -webkit-animation: fadeUp 1.3s ease 0s 1 normal
}

body.desc .el_panel {
  position: relative;
  width: 100%;
  height: 100%;
  background: none
}

body.desc .el_panel .panel {
  height: 80px
}

body.desc .el_contentUnit.companyName .logo {
  padding: 30px 60px;
  text-indent: none;
  text-align: left;
  border: none;
  font-size: 16px
}

body.desc .el_contentUnit.companyName .logo img {
  max-height: 38px
}

body.desc .backBtnArea {
  position: relative;
  padding: 20px 30px 100px;
  z-index: 10;
  text-align: center
}

body.desc .backBtnArea .el_btn {
  border-color: #fff;
  color: #fff;
  margin-top: 100px
}

body.desc .backBtnArea .el_btn .text:after {
  margin-top: -5px!important;
  border-top: 2px solid #fff!important;
  border-right: 2px solid #fff!important;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

body.desc .backBtnArea .el_btn:hover {
  background-color: #fff
}

body.desc .backBtnArea .el_btn:hover .text {
  color: #000
}

body.desc .el_footer {
  background: none!important
}

@media only screen and (max-width:1200px) {
  body.desc {
    background: none
  }
  body.desc:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover
  }
  body.desc.img_01:before {
    background-image: url("../../imageFile/user/bg_1.jpg")
  }
  body.desc.img_02:before {
    background-image: url("../../imageFile/user/bg_2.jpg")
  }
  body.desc.img_03:before {
    background-image: url("../../imageFile/user/bg_3.jpg")
  }
  body.desc.img_04:before {
    background-image: url("../../imageFile/user/bg_4.jpg")
  }
  body.desc.img_05:before {
    background-image: url("../../imageFile/user/bg_5.jpg")
  }
  body.desc.img_06:before {
    background-image: url("../../imageFile/user/bg_6.jpg")
  }
  body.desc.img_07:before {
    background-image: url("../../imageFile/user/bg_7.jpg")
  }
  body.desc.img_08:before {
    background-image: url("../../imageFile/user/bg_8.jpg")
  }
  body.desc.img_09:before {
    background-image: url("../../imageFile/user/bg_9.jpg")
  }
  body.desc.img_00:before {
    background-image: url("../../imageFile/user/bg_0.jpg")
  }
  body.desc #container, body.desc #containerCompany {
    width: 94%;
    margin: 0 3%
  }
  body.desc #container:before, body.desc #containerCompany:before {
    display: none!important
  }
  body.desc #container .companyData .wrap, body.desc #containerCompany .companyData .wrap {
    width: 100%;
    padding: 30px
  }
}

@media only screen and (max-width:600px) {
  body.desc .el_panel {
    background: none!important
  }
  body.desc .el_panel .panel {
    height: 20px
  }
  body.desc .el_contentUnit.companyName .logo {
    padding: 15px 20px
  }
  body.desc .el_contentUnit.companyName .logo img {
    max-height: 28px
  }
  body.desc .backBtnArea .el_btn {
    padding: 0 30px
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px)
  }
  25% {
    opacity: 0.2;
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px)
  }
  75% {
    opacity: 1
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px)
  }
  25% {
    opacity: 0.2;
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px)
  }
  75% {
    opacity: 1
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }
}

#companyHeader.popup {
  postion: -webkit-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  background-color: #283b5b;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  z-index: 9000
}

#companyHeader.popup .logoSide {
  width: 180px;
  text-align: center
}

#companyHeader.popup .logoSide .logo img {
  width: auto;
  height: 24px
}

#companyHeader.popup .titleSide {
  width: calc(100% - 180px);
  padding-left: 15px;
  border-left: 4px solid #34d3eb
}

#companyHeader.popup .titleSide .text {
  font-size: 18px;
  font-weight: bold;
  color: #fff
}

@media only screen and (max-width:840px) {
  #companyHeader.popup {
    height: 40px
  }
  #companyHeader.popup .logoSide {
    width: 100px
  }
  #companyHeader.popup .logoSide .logo img {
    height: 16px
  }
  #companyHeader.popup .titleSide {
    border-left-width: 3px;
    padding-left: 10px
  }
  #companyHeader.popup .titleSide .text {
    font-size: 12px
  }
}

body#body--iframe {
  overflow-y: hidden
}

body#body--iframe iframe {
  width: 100%;
  height: calc(100vh - 60px)
}

#container {
  width: auto;
  padding: 0;
  animation: none!important;
  -webkit-animation: none!important
}

body.objPtn2 {}

body.objPtn2 a.el_btn {
  border-radius: 30px
}

body.objPtn2 a.el_btn .text {
  font-weight: bold;
  top: -1px
}

body.objPtn2 #container {
  font-family: 'Glegoo', "Times New Roman", "游明朝", "メイリオ", "HGS明朝E", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pr6 W3", "Hiragino Mincho Pro", "MS PMincho", Meiryo, serif
}

body.objPtn2 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: 0.2em;
  font-family: 'Glegoo', serif
}

body.objPtn2 .el_contentUnit div.wrap div.unitTitle div.text:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-bottom: 1px dashed #000;
  background: none
}

body.objPtn2 .el_contentUnit div.wrap div.unitTitle div.ruby {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.32em
}

body.objPtn2 .el_contentUnit div.wrap div.unitTitle div.detail {
  margin-top: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-family: 'Glegoo', "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif
}

body.objPtn2 .el_contentUnit div.wrap div.unitContent div.detail {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em
}

.el_panel .panel body.objPtn2 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput, .el_panel .panel body.objPtn2 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt, .el_panel .panel body.objPtn2 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput, .el_panel .panel body.objPtn2 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt, body.objPtn2 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell div.catch {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.2em
}

body.objPtn2 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell div.copy {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12em
}

.el_panel .panel body.objPtn2 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput+.copy, .el_panel .panel body.objPtn2 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt+.copy, .el_panel .panel body.objPtn2 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput+.copy, .el_panel .panel body.objPtn2 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt+.copy, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput+.copy, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt+.copy, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput+.copy, body.objPtn2 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt+.copy, body.objPtn2 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell div.catch+.copy {
  margin-top: 60px
}

body.objPtn2 #el_panel {
  position: relative
}

body.objPtn2 #el_panel .scrollBtn {
  position: absolute;
  display: block;
  z-index: 2;
  right: 50%;
  margin-right: -35px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  border: 1px solid #fff
}

body.objPtn2 #el_panel .scrollBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -10px;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

body.objPtn2 div#el_aboutUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList.column2 .dataSet {
  border-radius: 20px
}

body.objPtn2 div#el_aboutUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList.column2 .dataSet div.photo {
  border-radius: 20px 20px 0 0
}

body.objPtn2 div#el_aboutUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList.column2 .dataSet div.photo img {
  border-radius: 20px 20px 0 0
}

body.objPtn2 div#el_businessUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList li.dataSet {
  border-radius: 20px
}

body.objPtn2 div#el_memberUnit.el_contentUnit div.unitContent ul.dataSetList li.dataSet {
  border-radius: 20px
}

body.objPtn2 div#el_memberUnit.el_contentUnit div.unitContent ul.dataSetList li.dataSet div.photo {
  border-radius: 100px;
  overflow: hidden
}

body.objPtn2 div#el_memberUnit.el_contentUnit div.unitContent ul.dataSetList li.dataSet div.name:after {
  width: 40px;
  margin-left: -20px;
  border-bottom: 1px dashed #000;
  background: none
}

body.objPtn2 div#el_welfareUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList li.dataSet {
  border-radius: 20px
}

body.objPtn2 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet {
  border-radius: 20px
}

body.objPtn2 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet div.photo {
  border-radius: 20px 20px 0 0
}

body.objPtn2 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet div.photo img {
  border-radius: 20px 20px 0 0
}

body.objPtn2 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet .copy {
  border-radius: 0 0 20px 20px
}

body.objPtn2 .slick-prev {
  border-radius: 100px
}

body.objPtn2 .slick-next {
  border-radius: 100px
}

body.objPtn2 div#el_mapUnit.el_contentUnit .snsSet .snsList .sns a {
  border-radius: 40px
}

body.objPtn2 div#el_entryUnit {
  background: rgba(0, 0, 0, 0.8)
}

body.objPtn2 div#el_entryUnit div.wrap div.unitTitle div.text {
  color: #fff
}

body.objPtn2 div#el_entryUnit div.wrap div.unitTitle div.text:after {
  border-color: #fff;
  background: none
}

body.objPtn2 div#el_entryUnit div.wrap div.unitTitle div.ruby {
  color: #fff
}

body.objPtn2 div#el_entryUnit div.wrap div.unitTitle div.detail {
  color: #fff
}

body.objPtn2 div#el_entryUnit div.wrap div.unitContent dl.jobList dt.category {
  border-radius: 30px
}

body.objPtn2 div#el_entryUnit div.wrap div.unitContent dl.jobList dd.job a.koma {
  border-radius: 20px
}

body.objPtn2 div#el_entryUnit div.wrap div.unitContent dl.jobList dd.job a.koma div.img {
  border-radius: 20px 20px 0 0
}

body.objPtn2 div#el_entryUnit div.wrap div.unitContent dl.jobList dd.job a.koma div.img:before {
  border-radius: 20px 20px 0 0
}

body.objPtn2 #floatBtn {
  z-index: 100;
  position: fixed;
  width: 55px;
  bottom: 30px;
  right: 20px;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

body.objPtn2 #floatBtn .snsSet {
  display: inline-block;
  width: 60px;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
  text-align: center
}

body.objPtn2 #floatBtn .snsSet .title {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  border-bottom: none
}

body.objPtn2 #floatBtn .snsSet .snsList {
  text-align: center
}

body.objPtn2 #floatBtn .snsSet .snsList .sns {
  margin-bottom: 10px;
  display: block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
}

body.objPtn2 #floatBtn .snsSet .snsList .sns a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  border-top: none;
  color: rgba(0, 0, 0, 0.25);
  text-align: center
}

body.objPtn2 #floatBtn .snsSet .snsList .sns a:hover {
  opacity: .7;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s
}

body.objPtn2 #floatBtn .snsSet .snsList .sns a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 60px;
  line-height: 50px;
  font-size: 22px;
  text-align: center
}

body.objPtn2 #floatBtn .snsSet .snsList .sns.fb a {
  border-top: none;
  left: -1px;
  top: 2px
}

body.objPtn2 #floatBtn .snsSet .snsList .sns.fb a:before {
  content: "\f09a"
}

body.objPtn2 #floatBtn .snsSet .snsList .sns.gg a:before {
  content: "\f0d5"
}

body.objPtn2 #floatBtn .snsSet .snsList .sns.tw a:before {
  content: "\f099"
}

body.objPtn2 footer#el_footer {
  position: relative;
  z-index: 10;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8)
}

body.objPtn2 footer#el_footer div.base a.toPagetop.scrollTrigger {
  position: absolute;
  z-index: 2;
  right: 50%;
  margin-right: -35px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  border: 1px solid #fff
}

body.objPtn2 footer#el_footer div.base a.toPagetop.scrollTrigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 50%;
  margin-right: -10px;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

body.objPtn3 {}

body.objPtn3 .scrollBtn {
  position: absolute;
  z-index: 2;
  right: 50%;
  margin-right: -35px;
  bottom: 70px!important;
  width: 60px;
  height: 30px;
  text-align: center;
  border-top: 1px solid #fff
}

body.objPtn3 .scrollBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 50%;
  margin-right: -15px;
  content: "";
  width: 28px;
  height: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

body.objPtn3 #container {
  font-family: 'Share', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

body.objPtn3 a.el_btn {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}

body.objPtn3 a.el_btn .text {
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg)
}

body.objPtn3 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.04em;
  font-family: 'Share', cursive
}

body.objPtn3 .el_contentUnit div.wrap div.unitTitle div.text:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #000;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}

body.objPtn3 .el_contentUnit div.wrap div.unitTitle div.ruby {
  margin-top: 35px;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.32em
}

body.objPtn3 .el_contentUnit div.wrap div.unitTitle div.detail {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em
}

body.objPtn3 .el_contentUnit div.wrap div.unitTitle div.detail em {
  font-size: 30px
}

body.objPtn3 .el_contentUnit div.wrap div.unitContent div.detail {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em
}

.el_panel .panel body.objPtn3 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput, .el_panel .panel body.objPtn3 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt, .el_panel .panel body.objPtn3 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput, .el_panel .panel body.objPtn3 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt, body.objPtn3 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell div.catch {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.2em
}

body.objPtn3 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell div.copy {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em
}

.el_panel .panel body.objPtn3 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput+.copy, .el_panel .panel body.objPtn3 .el_contentUnit div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt+.copy, .el_panel .panel body.objPtn3 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput+.copy, .el_panel .panel body.objPtn3 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt+.copy, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.editInput+.copy, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap .catchSet .catch div.unitContent div.cellBase div.textCell div.labelTxt+.copy, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.editInput+.copy, body.objPtn3 .el_contentUnit .el_panel .panel div.wrap div.unitContent div.cellBase div.textCell .catchSet .catch div.labelTxt+.copy, body.objPtn3 .el_contentUnit div.wrap div.unitContent div.cellBase div.textCell div.catch+.copy {
  margin-top: 60px
}

body.objPtn3 #floatBtn .snsSet .title {
  font-family: 'News Cycle', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}


body.objPtn3 #container {
  margin-top: -90px;
  padding-top: 100px;
  overflow: hidden
}

body.objPtn3 #container .wrap {
  position: relative;
  z-index: 3
}

body.objPtn3 #container .unitContent {
  position: relative;
  z-index: 3
}

body.objPtn3 div#companyName div.logo {
  position: relative;
  z-index: 3;
  padding-top: 30px
}

body.objPtn3 .el_contentUnit {
  padding-bottom: 100px;
  position: relative
}

body.objPtn3 .el_contentUnit:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

body.objPtn3 .el_contentUnit:nth-child(odd):before {
  z-index: 2;
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fafafa;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

body.objPtn3 #companyName:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

body.objPtn3 div#el_aboutUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList .dataSet {
  overflow: hidden
}

body.objPtn3 div#el_aboutUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList .dataSet div.copy {
  position: relative;
  border-top: none;
  z-index: 2;
  padding-top: 15px
}

body.objPtn3 div#el_aboutUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList .dataSet div.copy:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #efefef;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

body.objPtn3 div#el_aboutUnit.el_contentUnit div.wrap div.unitContent ul.dataSetList .dataSet div.copy:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

body.objPtn3 div#el_memberUnit.el_contentUnit {
  padding-bottom: 189px
}

body.objPtn3 div#el_memberUnit.el_contentUnit div.name:after {
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}

body.objPtn3 div#el_photorUnit.el_contentUnit {
  padding-bottom: 189px
}

body.objPtn3 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet {
  overflow: hidden
}

body.objPtn3 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet .copy {
  position: relative;
  z-index: 2
}

body.objPtn3 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet .copy:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #efefef;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

body.objPtn3 div#el_photorUnit.el_contentUnit div.unitContent li.dataSet .copy:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

body.objPtn3 div#el_mapUnit {
  padding-bottom: 0
}

body.objPtn3 div#el_entryUnit:before {
  display: none
}

body.objPtn3 div#el_entryUnit {
  padding-top: 80px;
  background-image: none
}

body.objPtn3 div#el_entryUnit .koma {
  overflow: hidden
}

.el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma .editInput, .el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma .labelTxt, body.objPtn3 div#el_entryUnit .koma .catch, body.objPtn3 div#el_entryUnit .koma .el_panel .panel .wrap .catchSet .catch .editInput, body.objPtn3 div#el_entryUnit .koma .el_panel .panel .wrap .catchSet .catch .labelTxt {
  position: relative;
  z-index: 3
}

.el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma .editInput:before, .el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma .labelTxt:before, body.objPtn3 div#el_entryUnit .koma .catch:before, body.objPtn3 div#el_entryUnit .koma .el_panel .panel .wrap .catchSet .catch .editInput:before, body.objPtn3 div#el_entryUnit .koma .el_panel .panel .wrap .catchSet .catch .labelTxt:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: -11px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #efefef;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma .editInput:after, .el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma .labelTxt:after, body.objPtn3 div#el_entryUnit .koma .catch:after, body.objPtn3 div#el_entryUnit .koma .el_panel .panel .wrap .catchSet .catch .editInput:after, body.objPtn3 div#el_entryUnit .koma .el_panel .panel .wrap .catchSet .catch .labelTxt:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma:hover .editInput, .el_panel .panel .wrap .catchSet .catch body.objPtn3 div#el_entryUnit .koma:hover .labelTxt, body.objPtn3 div#el_entryUnit .koma:hover .catch, body.objPtn3 div#el_entryUnit .koma:hover .el_panel .panel .wrap .catchSet .catch .editInput, body.objPtn3 div#el_entryUnit .koma:hover .el_panel .panel .wrap .catchSet .catch .labelTxt {
  opacity: 1!important;
  color: #999
}

body.clrPtn1 {
  color: #222
}

body.clrPtn1 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #05a
}

body.clrPtn1 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #05a
}

body.clrPtn1 .iconCell .icon:before {
  color: #05a
}

body.clrPtn1 .el_btn {
  border: 2px solid #05a;
  color: #05a
}

body.clrPtn1 .el_btn .text:after {
  border-top: 2px solid #05a;
  border-right: 2px solid #05a
}

body.clrPtn1 .el_btn:hover {
  background-color: #05a;
  color: #fff
}

body.clrPtn1 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn1 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn1 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn1 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn1 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn1 .backBtnArea a.el_btn:hover {
  color: #05a
}

body.clrPtn1 .backBtnArea a.el_btn:hover .text {
  color: #05a
}

body.clrPtn1 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #05a;
  border-right: 2px solid #05a
}

body.clrPtn1 .jobTitleArea .unitTitle .type {
  background: #05a
}

body.clrPtn1 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn1 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #c0d0e0
}

body.clrPtn1 .jobDataArea .dataSet .item {
  color: #05a;
  background: #f7fbff;
  border-bottom: 1px solid #e0e9f3
}

body.clrPtn2 {
  color: #222
}

body.clrPtn2 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #a00
}

body.clrPtn2 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #a00
}

body.clrPtn2 .iconCell .icon:before {
  color: #a00
}

body.clrPtn2 .el_btn {
  border: 2px solid #a00;
  color: #a00
}

body.clrPtn2 .el_btn .text:after {
  border-top: 2px solid #a00;
  border-right: 2px solid #a00
}

body.clrPtn2 .el_btn:hover {
  background-color: #a00;
  color: #fff
}

body.clrPtn2 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn2 .el_contentUnit.el_entryUnit {
  background: rgba(170, 0, 0, 0.8)
}

body.clrPtn2 .el_contentUnit.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn2 .el_contentUnit.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn2 .el_footer {
  background: rgba(170, 0, 0, 0.8)
}

body.clrPtn2 .backBtnArea a.el_btn:hover {
  color: #a00
}

body.clrPtn2 .backBtnArea a.el_btn:hover .text {
  color: #a00
}

body.clrPtn2 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #a00;
  border-right: 2px solid #a00
}

body.clrPtn2 .jobTitleArea .unitTitle .type {
  background: #a00
}

body.clrPtn2 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn2 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #d2aaaa
}

body.clrPtn2 .jobDataArea .dataSet .item {
  color: #a00;
  background: #fffcfa;
  border-bottom: 1px solid #ecdbdb
}

body.clrPtn3 {
  color: #222
}

body.clrPtn3 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #49b7ca
}

body.clrPtn3 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #49b7ca
}

body.clrPtn3 .iconCell .icon:before {
  color: #49b7ca
}

body.clrPtn3 .el_btn {
  border: 2px solid #49b7ca;
  color: #49b7ca
}

body.clrPtn3 .el_btn .text:after {
  border-top: 2px solid #49b7ca;
  border-right: 2px solid #49b7ca
}

body.clrPtn3 .el_btn:hover {
  background-color: #49b7ca;
  color: #fff
}

body.clrPtn3 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn3 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn3 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn3 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn3 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn3 .backBtnArea a.el_btn:hover {
  color: #49b7ca
}

body.clrPtn3 .backBtnArea a.el_btn:hover .text {
  color: #49b7ca
}

body.clrPtn3 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #49b7ca;
  border-right: 2px solid #49b7ca
}

body.clrPtn3 .jobTitleArea .unitTitle .type {
  background: #49b7ca
}

body.clrPtn3 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn3 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #b9e5ec
}

body.clrPtn3 .jobDataArea .dataSet .item {
  color: #49b7ca;
  background: #f9fffe;
  border-bottom: 1px solid #d9f0f1
}

body.clrPtn4 {
  color: #222
}

body.clrPtn4 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #080
}

body.clrPtn4 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #080
}

body.clrPtn4 .iconCell .icon:before {
  color: #080
}

body.clrPtn4 .el_btn {
  border: 2px solid #080;
  color: #080
}

body.clrPtn4 .el_btn .text:after {
  border-top: 2px solid #080;
  border-right: 2px solid #080
}

body.clrPtn4 .el_btn:hover {
  background-color: #080;
  color: #fff
}

body.clrPtn4 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn4 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn4 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn4 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn4 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn4 .backBtnArea a.el_btn:hover {
  color: #080
}

body.clrPtn4 .backBtnArea a.el_btn:hover .text {
  color: #080
}

body.clrPtn4 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #080;
  border-right: 2px solid #080
}

body.clrPtn4 .jobTitleArea .unitTitle .type {
  background: #080
}

body.clrPtn4 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn4 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #b0dcb0
}

body.clrPtn4 .jobDataArea .dataSet .item {
  color: #080;
  background: #f9fffb;
  border-bottom: 1px solid #def1df
}

body.clrPtn5 {
  color: #222
}

body.clrPtn5 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #86c50f
}

body.clrPtn5 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #86c50f
}

body.clrPtn5 .iconCell .icon:before {
  color: #86c50f
}

body.clrPtn5 .el_btn {
  border: 2px solid #86c50f;
  color: #86c50f
}

body.clrPtn5 .el_btn .text:after {
  border-top: 2px solid #86c50f;
  border-right: 2px solid #86c50f
}

body.clrPtn5 .el_btn:hover {
  background-color: #86c50f;
  color: #fff
}

body.clrPtn5 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn5 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn5 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn5 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn5 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn5 .backBtnArea a.el_btn:hover {
  color: #86c50f
}

body.clrPtn5 .backBtnArea a.el_btn:hover .text {
  color: #86c50f
}

body.clrPtn5 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #86c50f;
  border-right: 2px solid #86c50f
}

body.clrPtn5 .jobTitleArea .unitTitle .type {
  background: #86c50f
}

body.clrPtn5 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn5 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #cee6a1
}

body.clrPtn5 .jobDataArea .dataSet .item {
  color: #86c50f;
  background: #fafff4;
  border-bottom: 1px solid #e9f7ce
}

body.clrPtn6 {
  color: #222
}

body.clrPtn6 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #5e2971
}

body.clrPtn6 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #5e2971
}

body.clrPtn6 .iconCell .icon:before {
  color: #5e2971
}

body.clrPtn6 .el_btn {
  border: 2px solid #5e2971;
  color: #5e2971
}

body.clrPtn6 .el_btn .text:after {
  border-top: 2px solid #5e2971;
  border-right: 2px solid #5e2971
}

body.clrPtn6 .el_btn:hover {
  background-color: #5e2971;
  color: #fff
}

body.clrPtn6 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn6 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn6 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn6 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn6 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn6 .backBtnArea a.el_btn:hover {
  color: #5e2971
}

body.clrPtn6 .backBtnArea a.el_btn:hover .text {
  color: #5e2971
}

body.clrPtn6 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #5e2971;
  border-right: 2px solid #5e2971
}

body.clrPtn6 .jobTitleArea .unitTitle .type {
  background: #5e2971
}

body.clrPtn6 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn6 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #dac8e0
}

body.clrPtn6 .jobDataArea .dataSet .item {
  color: #5e2971;
  background: #fbfaff;
  border-bottom: 1px solid #f1e7f5
}

body.clrPtn7 {
  color: #222
}

body.clrPtn7 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #4dccd8
}

body.clrPtn7 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #4dccd8
}

body.clrPtn7 .iconCell .icon:before {
  color: #4dccd8
}

body.clrPtn7 .el_btn {
  border: 2px solid #4dccd8;
  color: #4dccd8
}

body.clrPtn7 .el_btn .text:after {
  border-top: 2px solid #4dccd8;
  border-right: 2px solid #4dccd8
}

body.clrPtn7 .el_btn:hover {
  background-color: #4dccd8;
  color: #fff
}

body.clrPtn7 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn7 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn7 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn7 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn7 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn7 .backBtnArea a.el_btn:hover {
  color: #4dccd8
}

body.clrPtn7 .backBtnArea a.el_btn:hover .text {
  color: #4dccd8
}

body.clrPtn7 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #4dccd8;
  border-right: 2px solid #4dccd8
}

body.clrPtn7 .jobTitleArea .unitTitle .type {
  background: #4dccd8
}

body.clrPtn7 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn7 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #eccfdc
}

body.clrPtn7 .jobDataArea .dataSet .item {
  color: #4dccd8;
  background: #fffafd;
  border-bottom: 1px solid #f9e4ee
}

body.clrPtn8 {
  color: #222
}

body.clrPtn8 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #e6870c
}

body.clrPtn8 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #e6870c
}

body.clrPtn8 .iconCell .icon:before {
  color: #e6870c
}

body.clrPtn8 .el_btn {
  border: 2px solid #e6870c;
  color: #e6870c
}

body.clrPtn8 .el_btn .text:after {
  border-top: 2px solid #e6870c;
  border-right: 2px solid #e6870c
}

body.clrPtn8 .el_btn:hover {
  background-color: #e6870c;
  color: #fff
}

body.clrPtn8 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn8 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn8 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn8 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn8 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn8 .backBtnArea a.el_btn:hover {
  color: #e6870c
}

body.clrPtn8 .backBtnArea a.el_btn:hover .text {
  color: #e6870c
}

body.clrPtn8 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #e6870c;
  border-right: 2px solid #e6870c
}

body.clrPtn8 .jobTitleArea .unitTitle .type {
  background: #e6870c
}

body.clrPtn8 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn8 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #f5d8b5
}

body.clrPtn8 .jobDataArea .dataSet .item {
  color: #e6870c;
  background: #fffdfa;
  border-bottom: 1px solid #f5eee5
}

body.clrPtn9 {
  color: #222
}

body.clrPtn9 .el_contentUnit div.wrap div.unitTitle div.text {
  position: relative;
  color: #e6c931
}

body.clrPtn9 .el_contentUnit div.wrap div.unitTitle div.text:after {
  background: #e6c931
}

body.clrPtn9 .iconCell .icon:before {
  color: #e6c931
}

body.clrPtn9 .el_btn {
  border: 2px solid #e6c931;
  color: #e6c931
}

body.clrPtn9 .el_btn .text:after {
  border-top: 2px solid #e6c931;
  border-right: 2px solid #e6c931
}

body.clrPtn9 .el_btn:hover {
  background-color: #e6c931;
  color: #fff
}

body.clrPtn9 .el_btn:hover .text:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

body.clrPtn9 div.el_entryUnit {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn9 div.el_entryUnit .unitTitle div.text {
  position: relative;
  color: #fff!important
}

body.clrPtn9 div.el_entryUnit .unitTitle div.text:after {
  background: #fff!important
}

body.clrPtn9 .el_footer {
  background: rgba(77, 204, 216, 0.8)
}

body.clrPtn9 .backBtnArea a.el_btn:hover {
  color: #e6c931
}

body.clrPtn9 .backBtnArea a.el_btn:hover .text {
  color: #e6c931
}

body.clrPtn9 .backBtnArea a.el_btn:hover .text:after {
  border-top: 2px solid #e6c931;
  border-right: 2px solid #e6c931
}

body.clrPtn9 .jobTitleArea .unitTitle .type {
  background: #e6c931
}

body.clrPtn9 .jobDataArea {
  padding-bottom: 80px
}

body.clrPtn9 .jobDataArea .dataSet {
  display: table;
  width: 100%;
  border-top: 1px solid #eae7b8
}

body.clrPtn9 .jobDataArea .dataSet .item {
  color: #e6c931;
  background: #fdfff4;
  border-bottom: 1px solid #f5f3e5
}

.md_modal {}

.md_modal .bgLayer {
  background-color: rgba(0, 0, 0, 0.5)
}

.md_modal .modalBase {
  width: 440px;
  margin-left: -220px
}

.md_modal .modalBase .title {
  background-color: #36404a
}

.md_modal .modalBase .title .text img.logo {
  height: 26px;
  vertical-align: middle
}

.md_modal .modalBase .errorAnnounce {
  margin: -15px 0 30px
}

.md_modal.modal_account .modalBase .content {
  padding: 30px 20px 20px
}

.md_modal.modal_account .modalBase .content .nav {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center
}

.md_modal.modal_account .modalBase .content .nav.multi {
}

.md_modal.modal_account .modalBase .content .nav.multi .navLogo img {
  margin: 0 8px 2px 0
}

.md_modal.modal_account .modalBase .content .nav .logo {
  margin-bottom: 10px
}

.md_modal.modal_account .modalBase .content .nav .logo img {
  height: 26px
}

.md_modal.modal_account .modalBase .content .nav .navLogo img {
  height: 21px;
  margin: 0 8px 0 0
}

.md_modal.modal_account .modalBase .content .guideArrow {
  position: relative;
  height: 32px;
  line-height: 30px;
  margin-bottom: 25px;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #555;
  text-align: center
}

.md_modal.modal_account .modalBase .content .guideArrow:after, .md_modal.modal_account .modalBase .content .guideArrow:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  line-height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #fafafa;
  border-right: 10px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0)
}

.md_modal.modal_account .modalBase .content .guideArrow:before {
  border-top-color: rgba(0, 0, 0, 0.4)
}

.md_modal.modal_account .modalBase .content .inputSet .input+.input {
  margin-top: 10px
}

.md_modal.modal_account .modalBase .content .inputSet .input.name input {
  width: 49%
}

.md_modal.modal_account .modalBase .content .inputSet .input.name input+input {
  margin-left: 2%
}

.md_modal.modal_account .modalBase .content .inputSet .input.id input, .md_modal.modal_account .modalBase .content .inputSet .input.pass input {
  width: 100%
}

.md_modal.modal_account .modalBase .content .inputSet .input.birth .label {
  font-size: 14px;
  color: #666
}

.md_modal.modal_account .modalBase .content .inputSet .input.birth .label:after {
  content: ":";
  margin: 0 3px
}

.md_modal.modal_account .modalBase .content .inputSet .input.birth select {
  height: 40px;
  font-size: 14px
}

.md_modal.modal_account .modalBase .content .inputSet .input.birth select+select {
  margin-left: 2%
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 3px
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.facebook {
  background-color: #3b579d
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.google {
  background: url("../../imageFile/user/logo_google.png") no-repeat 12px 12px #fff;
  background-size: 18px;
  border: 1px solid #ddd;
  color: #666
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.mail {
  background-color: #007ee5
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.login {
  background-color: #007ee5
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.loginRs {
  background-color: #34d3eb
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.facebook:before, .md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.mail:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.facebook:before {
  content: "\f09a";
  font-size: 20px
}

.md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.mail:before {
  content: "\f003";
  width: 39px;
  padding-left: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 18px
}

.md_modal.modal_account .modalBase .content .inputSet .input.login {
  text-align: right
}

.md_modal.modal_account .modalBase .content .inputSet .input.login .loginBtn, .md_modal.modal_account .modalBase .content .inputSet .input.login .text {
  vertical-align: middle
}

.md_modal.modal_account .modalBase .content .inputSet .input.login .text {
  margin-right: 8px;
  font-size: 13px
}

.md_modal.modal_account .modalBase .content .inputSet .input.login .loginBtn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  background-color: #34d3eb;
  border-radius: 3px;
  color: #fff;
  height: 28px;
  line-height: 26px;
  background-color: #fff;
  border: 1px solid #f37;
  font-size: 13px;
  color: #f37
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry {
  text-align: center
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .logo img {
  width: auto;
  height: 26px
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .text {
  margin-top: 15px;
  font-size: 13px;
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  background-color: #34d3eb;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
  background-color: #007ee5
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .mistake {
  margin-top: 10px
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .mistake a {
  font-size: 14px
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .mistake .line {
  text-decoration: underline
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .welcome {
  padding: 15px;
  background-color: #ffffb8;
  border: 1px solid #fff574;
  font-size: 13px;
  text-align: left;
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .welcome em {
  position: relative;
  display: block;
  margin-bottom: 13px;
  padding-top: 70px;
  text-align: center;
  font-size: 17px;
  color: #654;
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .welcome em:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\f007";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 2px solid #f7d400;
  font-size: 36px;
  color: #f7d400;
  border-radius: 100%
}

.md_modal.modal_account .modalBase .content .inputSet .input.enEntry .welcome+.btn {
  background-color: #34d3eb
}

.md_modal.modal_account .modalBase .content .inputSet .input.noEnEntry {
  text-align: center
}

.md_modal.modal_account .modalBase .content .inputSet .input.noEnEntry .btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  background-color: #34d3eb;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  height: 34px;
  line-height: 32px;
  background-color: #fff;
  border: 1px solid #34d3eb;
  font-size: 15px;
  color: #34d3eb
}

.md_modal.modal_account .modalBase .content .inputSet .input.forgetPass {
  padding-right: 10px;
  font-size: 13px;
  text-align: right
}

.md_modal.modal_account .modalBase .content .inputSet .input.forgetPass a {
  text-decoration: underline
}

.md_modal.modal_account .modalBase .content .inputSet .input.rules {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 15px
}

.md_modal.modal_account .modalBase .content .inputSet .attention {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
  text-align: center
}

.md_modal.modal_account .modalBase .content .inputSet .attention:before {
  content: "※";
  margin-right: 5px
}

.md_modal.modal_account .modalBase .content .or {
  position: relative;
  padding: 20px;
  text-align: center
}

.md_modal.modal_account .modalBase .content .or:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  z-index: 1
}

.md_modal.modal_account .modalBase .content .or .text {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  font-size: 13px;
  color: #666;
  z-index: 2
}

.md_modal.modal_account .modalBase .content .btnArea {
  padding-top: 0;
  border-top: none
}

.md_modal.modal_account .modalBase .content .btnArea .btn {
  width: 100%;
  height: 40px;
  line-height: 40px
}

.md_modal.modal_account .modalBase .content .alertArea {
  margin: 10px 0;
  padding: 15px 10px;
  border: 1px solid #fcc;
  background: #fee;
  color: #f55;
  border-radius: 3px
}

.md_modal.modal_account .modalBase .content .alertArea .text {
  position: relative;
  padding-left: 15px;
  display: block;
  font-size: 14px;
  font-weight: bold
}

.md_modal.modal_account .modalBase .content .alertArea .text+.text {
  margin-top: 10px
}

.md_modal.modal_account .modalBase .content .alertArea .text:before {
  content: "\f071";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  vertical-align: middle
}

.md_modal.modal_account .modalBase .content .inputSet .input .error {
  border-color: #f55;
  background: #fdd
}

.md_modal.modal_share .modalBase {
  position: absolute;
  width: 800px;
  margin-left: -400px;
  top: 120px
}

.md_modal.modal_entry .modalBase {
  width: 500px;
  margin-left: -220px
}

.md_modal.modal_entry .modalBase .closeBtn {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: url("../../imageFile/user/modal_x_gray.svg") center no-repeat;
  background-size: contain;
  cursor: pointer
}

.md_modal.modal_entry .modalBase .closeBtn:hover {
  opacity: .5
}

.md_modal.modal_entry .modalBase .content {
  padding: 0;
  border-radius: 0
}

.md_modal.modal_entry .modalBase .content .icon img {
  width: 78px;
  height: 79px
}

.md_modal.modal_entry.modal_entryLogin .modalBase {
  width: 720px;
  margin-left: -360px
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content {
  border-radius: 0;
  text-align: center;
  padding: 40px 0 35px
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .lead {
  font-weight: bold;
  margin-top: 35px
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .lead .logo {
  margin: 0 7px;
  vertical-align: -0.1em
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .lead .space {
  margin: 0 7px
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .copy {
  margin-top: 12px;
  font-size: 13px;
  color: #999
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea {
  display: table;
  margin: 30px auto 0
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link {
  display: table-cell;
  width: 250px
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link+.link {
  padding-left: 15px
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link a {
  display: block;
  padding: 15px;
  border: 1px solid #0accc7
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link.link--login a {
  color: #0accc7
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link.link--login a:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: .8;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link.link--signup a {
  color: #fff;
  background: #0accc7
}

.md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link.link--signup a:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: .8;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase {
  width: 720px;
  margin-left: -360px
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content {
  padding: 40px 0 35px
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry {
  text-align: center
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .btn {
  margin-top: 30px;
  display: inline-block;
  padding: 15px;
  border: 1px solid #0accc7;
  background-color: #0accc7;
  color: #fff;
  width: 400px
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .btn:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: .8;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .mistake {
  margin-top: 10px
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .mistake a {
  font-size: 14px
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .mistake .line {
  text-decoration: underline
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .welcome {
  margin-top: 35px;
  font-size: 13px;
  text-align: center;
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .welcome .icon {
  text-align: center
}

.md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .welcome em {
  position: relative;
  display: block;
  margin: 15px 0 13px;
  text-align: center;
  font-size: 17px;
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase {
  width: 720px;
  margin-left: -360px
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content {
  padding: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 35px 35px
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .lead {
  font-weight: bold;
  margin-top: 35px
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .lead .logo {
  margin: 0 7px;
  vertical-align: -0.1em
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .lead .space {
  margin: 0 7px
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .copy {
  margin-top: 12px;
  font-size: 13px;
  color: #999;
  letter-spacing: -0.5px
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .buttonArea {
  margin: 30px auto 0
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .buttonArea .link.link--use a {
  display: block;
  padding: 15px;
  border: 1px solid #0accc7;
  color: #fff;
  background: #0accc7;
  width: 400px;
  margin: 0 auto
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .buttonArea .link.link--use a:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: .8;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all
}

.md_modal.modal_entry.modal_entryFromEnten .modalBase .content .buttonArea .link.link--nouse a {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px
}

.md_modal.modal_videoShare .closeBtn {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: url("../../imageFile/user/modal_x_gray.svg") center no-repeat;
  background-size: contain;
  cursor: pointer
}

.md_modal.modal_videoShare .closeBtn:hover {
  opacity: .5
}

.md_modal.modal_videoShare .content {
  padding: 0;
  border-radius: 0
}

.md_modal.modal_videoShare .modalBase {
  width: 500px;
  margin-left: -250px;
  top: 50%;
  margin-top: -120px
}

.md_modal.modal_videoShare .modalBase .content {
  border-radius: 0;
  text-align: center;
  padding: 40px 0 35px
}

.md_modal.modal_videoShare .modalBase .content .lead {
  font-weight: bold
}

.md_modal.modal_videoShare .modalBase .content .shareSet {
  padding: 0px 50px;
  margin-top: 30px;
  display: table;
  text-align: center;
  width: 100%
}

.md_modal.modal_videoShare .modalBase .content .shareSet .item {
  width: 1%;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap
}

.md_modal.modal_videoShare .modalBase .content .shareSet+.shareSet {
  margin-top: 20px
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  background: #eee;
  line-height: 40px;
  padding: 0 20px;
  font-size: 15px
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn+.btn {
  margin-left: 10px
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  margin-right: 8px
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: .8;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn.fb {
  background: #3b5898
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn.fb:before {
  content: "\f09a"
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn.tw {
  background: #1da1f2
}

.md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn.tw:before {
  content: "\f099";
  margin-right: 2px
}

.md_modal.modal_videoShare .modalBase .content .shareSet--url .form {
  position: relative
}

.md_modal.modal_videoShare .modalBase .content .shareSet--url .form input {
  width: 100%;
  height: 40px;
  padding-right: 115px;
  font-size: 16px;
  border-radius: 0;
  color: #9e9e9e
}

.md_modal.modal_videoShare .modalBase .content .shareSet--url .form .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  width: 110px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  background: #4dccd5;
  color: #fff
}

.md_modal.modal_videoShare .modalBase .content .shareSet--url .form .btn:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\f0c1";
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.md_modal.modal_videoShare .modalBase .content .shareSet--url .form .btn:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: .8;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all
}

@media only screen and (max-width:640px) {
  .md_modal {}
  .md_modal.modal_account .modalBase {
    width: auto;
    margin-left: 0px;
    height: 94%;
    height: calc( 100% - 40px)
  }
  .md_modal.modal_account .modalBase .title {
    height: auto;
    padding: 10px 25px 10px 25px;
    line-height: 22px;
    border-radius: 3px 3px 0 0
  }
  .md_modal.modal_account .modalBase .title .text {
    display: inline-block;
    margin: 0 auto;
    padding: 2px 16px;
    font-size: 18px;
    color: #fff
  }
  .md_modal.modal_account .modalBase .content {
    padding: 25px 15px;
    height: 90%;
    height: calc( 100% - 50px);
    overflow: auto
  }
  .md_modal.modal_account .modalBase .content .nav {
    max-width: 300px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }
  .md_modal.modal_account .modalBase .content .nav.multi {
  }
  .md_modal.modal_account .modalBase .content .nav .logo {
    margin-bottom: 10px
  }
  .md_modal.modal_account .modalBase .content .nav .logo img {
    height: 20px
  }
  .md_modal.modal_account .modalBase .content .guideArrow {
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 12px
  }
  .md_modal.modal_account .modalBase .content .inputSet {
    margin: 15px 0
  }
  .md_modal.modal_account .modalBase .content .inputSet .input .md_wave {
    overflow: inherit
  }
  .md_modal.modal_account .modalBase .content .inputSet .input .md_wave .waveColor {
    display: none
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.birth select {
    width: 22%;
    font-size: 13px;
    padding: 0 20px 0 8px;
    background-position: center right -5px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.birth .year {
    width: 29%
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.birth .label {
    font-size: 12px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 13px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.google {
    background-size: 14px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.facebook:before, .md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.mail:before {
    width: 36px;
    height: 36px;
    line-height: 36px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.facebook:before {
    font-size: 17px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.toAccount .snsBtn.mail:before {
    width: 33px;
    font-size: 16px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.login .text {
    font-size: 11px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.login .loginBtn {
    height: 25px;
    line-height: 23px;
    font-size: 11px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.enEntry .logo img {
    height: 20px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.enEntry .text {
    margin-top: 10px;
    font-size: 11px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.enEntry .btn {
    padding: 10px;
    height: auto;
    line-height: normal;
    font-size: 13px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.enEntry .mistake a {
    font-size: 12px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.enEntry .welcome {
    font-size: 12px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.enEntry .welcome em {
    margin-bottom: 8px;
    padding-top: 55px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.enEntry .welcome em:before {
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px
  }
  .md_modal.modal_account .modalBase .content .inputSet .input.noEnEntry .btn {
    height: 30px;
    line-height: 28px;
    padding: 0;
    font-size: 11px
  }
  .md_modal.modal_account .modalBase .content .inputSet .attention {
    font-size: 9px
  }
  .md_modal.modal_account .modalBase .content .or {
    padding: 15px
  }
  .md_modal.modal_account .modalBase .content .or .text {
    font-size: 11px
  }
  .md_modal.modal_account .modalBase .content .btnArea .btn {
    height: 36px;
    line-height: 36px;
    font-size: 15px
  }
  .md_modal.modal_account .modalBase .content .btnArea .btn.md_wave {
    overflow: inherit
  }
  .md_modal.modal_account .modalBase .content .btnArea .btn.md_wave .waveColor {
    display: none
  }
  .md_modal.modal_entry .modalBase {
    top: 20px;
    width: 92%!important;
    margin-left: -46%!important
  }
  .md_modal.modal_entry .modalBase .closeBtn {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: url("../../imageFile/user/modal_x_gray.svg") center no-repeat;
    background-size: contain;
    cursor: pointer
  }
  .md_modal.modal_entry .modalBase .closeBtn:hover {
    opacity: .5
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase {
    top: 50%;
    margin-top: -170px
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content {
    border-radius: 0;
    text-align: center;
    padding: 30px 20px 20px
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .lead {
    font-weight: bold;
    margin-top: 20px;
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .lead .logo {
    margin: 0 7px;
    vertical-align: middle
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .lead .logo img {
    vertical-align: -0.1em
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .lead .space {
    margin: 0 3px
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .copy {
    margin-top: 7px;
    font-size: 11px;
    color: #999;
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea {
    display: block;
    margin: 15px auto 0
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link {
    display: block;
    width: auto
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link+.link {
    padding: 10px 0 0
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link a {
    display: block;
    padding: 15px;
    border: 1px solid #0accc7
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link.link--login a {
    color: #0accc7
  }
  .md_modal.modal_entry.modal_entryLogin .modalBase .content .buttonArea .link.link--signup a {
    color: #fff;
    background: #0accc7
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase {
    top: 50%;
    margin-top: -170px
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content {
    padding: 40px 20px 35px
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry {
    text-align: center
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .btn {
    margin-top: 30px;
    display: inline-block;
    padding: 15px;
    border: 1px solid #0accc7;
    background-color: #0accc7;
    color: #fff;
    width: 100%
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .btn:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: .8;
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .mistake {
    margin-top: 10px
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .mistake a {
    font-size: 14px
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .mistake .line {
    text-decoration: underline
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .welcome {
    margin-top: 35px;
    font-size: 13px;
    text-align: center;
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .welcome .icon {
    text-align: center
  }
  .md_modal.modal_entry.modal_entryHaveAccount .modalBase .content .inputSet .input.enEntry .welcome em {
    position: relative;
    display: block;
    margin: 15px 0 13px;
    text-align: center;
    font-size: 17px;
  }
  .md_modal.modal_entry.modal_entryFromEnten .modalBase {
    top: 50%;
    margin-top: -170px
  }
  .md_modal.modal_entry.modal_entryFromEnten .modalBase .content {
    padding: 30px 20px 20px
  }
  .md_modal.modal_entry.modal_entryFromEnten .modalBase .content .lead {
    font-weight: bold;
    margin-top: 20px;
  }
  .md_modal.modal_entry.modal_entryFromEnten .modalBase .content .copy {
    margin-top: 12px;
    font-size: 12px;
    color: #999;
  }
  .md_modal.modal_entry.modal_entryFromEnten .modalBase .content .buttonArea {
    margin: 30px auto 0
  }
  .md_modal.modal_entry.modal_entryFromEnten .modalBase .content .buttonArea .link.link--use a {
    display: block;
    padding: 15px;
    border: 1px solid #0accc7;
    color: #fff;
    background: hsl(178, 91%, 42%);
    width: 100%;
  }
  .md_modal.modal_entry.modal_entryFromEnten .modalBase .content .buttonArea .link.link--nouse a {
    display: inline-block;
    margin-top: 15px
  }
  .md_modal.modal_videoShare .closeBtn {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: url("../../imageFile/user/modal_x_gray.svg") center no-repeat;
    background-size: contain;
    cursor: pointer
  }
  .md_modal.modal_videoShare .closeBtn:hover {
    opacity: .5
  }
  .md_modal.modal_videoShare .modalBase {
    width: 92%;
    margin-left: -46%;
    top: 50%;
    margin-top: -130px
  }
  .md_modal.modal_videoShare .modalBase .content {
    padding: 30px 20px 20px
  }
  .md_modal.modal_videoShare .modalBase .content .lead {
    font-weight: bold
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet {
    padding: 0px;
    margin-top: 30px
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet+.shareSet {
    margin-top: 20px
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn {
    width: 100%;
    font-size: 14px
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet--sns .btn+.btn {
    margin-top: 10px;
    margin-left: 0
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet--url .form {
    position: relative
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet--url .form input {
    font-size: 13px;
    padding-right: 95px
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet--url .form .btn {
    position: absolute;
    right: 7px;
    top: 50%;
    padding-right: 75px;
    height: 30px;
    width: 75px;
    line-height: 12px;
    font-size: 10px;
    text-indent: -15px;
    text-align: left;
    padding: 4px 0 4px 26px
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet--url .form .btn:before {
    content: "";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    content: "\f0c1";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 5px;
    top: 5px;
    display: inline
  }
  .md_modal.modal_videoShare .modalBase .content .shareSet--url .form .btn:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: .8;
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all
  }
}

.md_snackBar {
  position: fixed;
  left: calc(50% - 350px);
  bottom: 30px;
  width: 700px;
  z-index: 9999;
  display: none
}

.md_snackBar .base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -weblit-flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 18px 20px;
  background-color: #323232;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.6)
}

.md_snackBar .base .text {
  color: #e4e4e4;
}

@media only screen and (max-width:640px) {
  .md_snackBar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto
  }
  .md_snackBar .base .text {
    font-size: 13px
  }
}

#container {
  overflow: inherit
}