@charset "utf-8";

/* ---------------------------------------------------------
グローバルスタイル
----------------------------------------------------------*/

@font-face {
  font-family: "M+ 1p light";

  src: url("../css/fonts/mplus-1p-light-sub.eot");
  src: url("../css/fonts/mplus-1p-light-sub.eot?#iefix") format("embedded-opentype"),
  url("../css/fonts/mplus-1p-light-sub.woff") format("woff"),
  url("../css/fonts/mplus-1p-light-sub.ttf") format("truetype");
}

@font-face {
  font-family: "M+ 1p regular";

  src: url("../css/fonts/mplus-1p-regular-sub.eot");
  src: url("../css/fonts/mplus-1p-regular-sub.eot?#iefix") format("embedded-opentype"),
  url("../css/fonts/mplus-1p-regular-sub.woff") format("woff"),
  url("../css/fonts/mplus-1p-regular-sub.ttf") format("truetype");
}


/*-- Global --*/

body {
  overflow-x: hidden;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-size: 16px;
  color: #333;
}

.block_main > .img_main > img {
  max-width: none!important;
}

p {
  line-height: 1.8;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clear {
  clear: both;
  overflow: hidden;
}

.flex {
  display: flex;
  align-items: center;
}

.slick-list {
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  width: 100%;
}

.slick-track {
  display: block;
  display: flex;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}


/*-- Forms --*/

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


input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fafafa;
}

select {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: url(../img/common/icon_select.png) right center no-repeat;
  background-size: contain;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*-- Text --*/

.txt10 {
  font-size: 10px;
  line-height: 1.6;
}

.txt12 {
  font-size: 12px;
  line-height: 1.6;
}

.txt14 {
  font-size: 14px;
  line-height: 1.6;
}

.txt16 {
  font-size: 16px;
  line-height: 1.6;
}

/*-- Padding --*/

.pd15 {
  padding: 15px !important;
}

.pd30 {
  padding: 30px !important;
}

/*-- Margin --*/

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB5 {
  margin-bottom: 5px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB15 {
  margin-bottom: 15px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB25 {
  margin-bottom: 25px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB35 {
  margin-bottom: 35px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}


/*-- Align --*/
.txaR {
  text-align: right;
}

.txaL {
  text-align: left;
}

.txaC {
  text-align: center;
}

/*-- color --*/

.color_purple {
  color: #e60012;
}


/*-- Line --*/
.underline {
  border-bottom: 1px solid #e8e8e8;
}


/*-- Link --*/

a {
  color: #e60012;
}

a:hover {
  opacity: .6;
}


/*-- ボタン --*/

.btn_outline {
  display: inline-block;
  width: 45%;
  padding: 7px 0;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #e60012;
  border: 2px solid #e60012;
  border-radius: 3px;
}

.btn_outline span {
  position: relative;
}

.btn_outline span:after {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 12px;
  height: 12px;
  content: "";
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow.png) no-repeat;
  background-size: contain;
}

.title_head {
  margin-bottom: 40px;
  padding: 5px 20px;
  font-size: 30px;
  border-left: 8px solid #e60012;
}

.title_sub {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 24px;
  border-bottom: 1px solid #999;
}



/*-- ブロック --*/

.block_flL {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.block_flR {
  float: right;
  width: 45%;
  margin-left: 5%;
}



/* ---------------------------------------------------------
パンくず
----------------------------------------------------------*/

.bread {
  overflow: hidden;
  padding-bottom: 50px;
  list-style: none;
  font-size: 12px;
  color: #666;
}

.bread li {
  position: relative;
  float: left;
  margin-right: 30px;
  line-height: 1;
}

.bread li a {
  color: #666;
}

.bread li:first-child {
  padding-left: 15px;
}

.bread li:first-child:before {
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: url(../img/common/icon_home.png) center center no-repeat;
  background-size: contain;
}

.bread li:after {
  position: absolute;
  right: -20px;
  content: ">";
}

.bread li:last-child:after {
  content: none;
}

.bread li br {
  display: none;
}


/* ---------------------------------------------------------
フレーム
----------------------------------------------------------*/

/*------ヘッダー------*/

header {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  background: #fff;
}

.block_header {
  overflow: hidden;
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.block_header .logo {
  float: left;
  width: 240px;
}

.block_header .nav_global {
  display: inline-block;
  float: right;
}

.block_header .nav_global > li {
  display: inline-block;
  float: left;
  text-align: center;
}

.block_header .nav_global > li > a {
  display: inline-block;
  padding: 20px 20px 10px;
  font-family: "M+ 1p light";
  font-size: 9px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: .2em;
  color: #666;
}

.block_header .nav_global > li.active > a {
  border-bottom: 4px solid #e60012;
}

.block_header .nav_global > li span {
  display: block;
  font-family: "M+ 1p regular";
  font-size: 16px;
}

.block_header .nav_global > li > .nav_global-sub {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  display: none;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,.7);
}

.block_header .nav_global > li > .nav_global-sub > ul {
  display: inline-block;
  list-style: none;
  line-height: 1;
}

.block_header .nav_global > li > .nav_global-sub > ul > li {
  float: left;
  padding: 12px 0;
}

.block_header .nav_global > li > .nav_global-sub > ul > li a {
  padding: 0 30px;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #fff;
}

.block_header .nav_global > li > .nav_global-sub > ul > li.active a {
  color: #e60012;
}

.block_header .nav_global > li > .nav_global-sub > ul > li:last-child a {
  border-right: none;
}


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

footer {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
}

footer section {
  overflow: hidden;
  padding: 50px 0;
}

footer .title_block-footer {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

footer .address {
  margin-bottom: 15px;
  line-height: 1.4;
  color: #fff;
}

footer .btn_mail {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 30px 7px 50px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}

footer .btn_mail span {
  position: relative;
}

footer .btn_mail span:after {
  position: absolute;
  top: 0;
  left: -25px;
  width: 15px;
  height: 15px;
  content: "";
  background: url(../img/common/icon_mail.png) center center no-repeat;
  background-size: contain;
}

footer .btn_sns {
  overflow: hidden;
  list-style: none;
}

footer .btn_sns li {
  float: left;
  width: 46px;
  margin-right: 15px;
}

footer .subtitle_block-footer {
  float: right;
  width: 50%;
  margin-bottom: 25px;
  padding-left: 10px;
  font-family: "M+ 1p regular";
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
  border-left: 4px solid #e60012;
}

footer .nav_link-footer {
  float: right;
  width: 50%;
  padding-left: 10px;
  list-style: none;
  font-size: 14px;
}

footer .nav_link-footer li {
  margin-right: 15px;
  margin-bottom: 15px;
}

footer .nav_link-footer li.flL:last-child {
  clear: right;
}

footer .nav_link-footer a {
  color: #fff;
}

footer .copyright {
  clear: both;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #222;
}


/*------メイン------*/

.block_main {
  position: relative;
  width: 100%;
  height: 506px;
}

.block_main.is_top {
  height: 800px;
}

.block_main .img_main {
  position: fixed;
  top: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  text-align: center;
}

.block_main .img_main.static {
  position: absolute;
  top: 0;
}

.block_main .img_main img {
  min-height: 600px;
}

.block_main .bg_red {
  background: #e60012;
  height: 800px;
}


@media screen and (max-width: 1488px) {
  .block_main .img_main img {
    position: absolute;
    left: 50%;
    width: 1488px;
    min-height: 600px;
    margin-left: -744px;
  }
}


.block_main .info_main {
  position: relative;
  z-index: 100;
  width: 1140px;
  margin: 0 auto;
  color: #fff;
}

.block_main .info_main.black {
  color: #333;
}

.block_main .info_main .txt_main {
  position: absolute;
  top: 160px;
  right: 0;
  width: 45%;
  text-align: center;
}

.block_main .info_main .txt_main.sub {
  top: 140px;
  width: 80%;
  right:10%;
}

.block_main .info_main .txt_main .title_main {
  margin-bottom: 25px;
  font-family: "M+ 1p light";
  font-size: 48px;
  font-weight: normal;
  letter-spacing: .2em;
}

.block_main .info_main .txt_main.sub .title_main {
  font-size: 40px;
}

.block_main .info_main .txt_main p {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

.block_main .info_main .txt_main p.size_medium {
  font-size: 16px;
}


.block_main .info_main .txt_main p.title_copy {
  font-size: 24px;
  text-align: right;
  margin-top: 25px;
  font-style: oblique;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.block_main .info_main .txt_main p.title_copy:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-right: 15px;
}

.block_main .info_main .txt_main.sub p {
  margin: 0 60px;
  font-size: 18px;
  text-align: center;
}

.block_main .info_main .obj_main {
  position: absolute;
  top: 80px;
  left: 0;
  width: 550px;
}

.block_main .info_main .txt_main.recruit {
  top: 140px;
  width: 80%;
  right: 10%;
  text-align: left;
}

.block_main .info_main .txt_main.recruit.right {
 left: 50%;
 width: 50%;
 right: 0%;
 text-shadow: 0 0 15px rgba(0,0,50,0.7);
}

.block_main .info_main .txt_main.recruit .title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.block_main .info_main .txt_main.recruit .title small {
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 16px;
  background: #e60012;
  padding: 10px 20px;
  transform: skew(-10deg);
  line-height: 1;
  
}

.block_main .info_main .txt_main.recruit .copy {
  margin-top: 50px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-style: italic;
}

.block_main .info_main .txt_main.interview {
  top: 100px;
  width: 100%;
  right: 0%;
  text-align: left;
}

.block_main .info_main .txt_main.interview .title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.block_main .info_main .txt_main.interview .title small {
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 16px;
  background: #000;
  padding: 10px 20px;
  transform: skew(-10deg);
  line-height: 1;
  margin-bottom: 15px;
}

.block_main .info_main .txt_main.interview .title em {
  font-size: 20px;
}

.block_main .info_main .txt_main.interview .class {
  font-size: 14px;
  line-height: 2;
}

.block_main .info_main .txt_main.interview .title_dialogue {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  background: rgba(0,0,0.9);
  display: inline-block;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
  transform: skew(-10deg);
}

.block_main .info_main .txt_main.interview .title_dialogue small {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  padding-top: 20px;
  border-top: 1px dotted #fff;
  line-height: 1;
  margin-top: 20px;
}



/* ---------------------------------------------------------
TOP
----------------------------------------------------------*/

/*------イントロ------*/

.block_intro {
  width: 48%;
  padding-top: 60px;
  text-align: center;
  margin-right: 8%;
}

.block_intro .title_intro {
  display: inline-block;
  margin-bottom: 30px;
  font-family: "M+ 1p regular";
  font-size: 28px;
  letter-spacing: .1em;
  color: #000;
  border-bottom: 2px solid #000;
}

.block_intro p {
  text-align: left;
}

.img_intro {
  display: inline-block;
  float: right;
  overflow: hidden;
  width: 48%;
  padding-top: 50px;
  list-style: none;
  line-height: 0;
  text-align: center;
}

.img_intro .one{
  width: 48%;
  padding: 6px;
  border: 1px solid #ccc;
  display: inline-block;
}

.img_intro li {
  float: left;
  width: 48%;
  margin-left: 2%;
  padding: 6px;
  border: 1px solid #ccc;
}


.info_intro {
  width: 48%;
  margin-top: 40px;
  padding: 20px;
  border: 4px solid #eee;
}

.info_intro .title_info-intro {
  margin-bottom: 15px;
  padding: 5px 10px;
  font-family: "M+ 1p regular";
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background: #e60012;
}

.info_intro .btn_outline {
  width: 60%;
  margin: 20px 20% 0;
}

.info_intro .prof_info-intro {
  float: right;
  width: 45%;
  margin-bottom: 15px;
  list-style: none;
  line-height: 0;
  display: block;
  text-align: center;
}

.info_intro .prof_info-intro li {
  overflow: hidden;
  width: 30%;
  margin-left: 3%;
  border-radius: 999px;
  display: inline-block;
}

.info_intro .title_head {
  margin-bottom: 0;
  border: none;
  font-size: 16px;
  padding: 0;
  text-align: center;
}

.info_intro .list_press {
  margin-bottom: 0;
}

.info_intro .list_press li:last-child {
  border-bottom: none;
}
/*------事業------*/

.area_business {
  position: relative;
  padding: 0 ;
  margin-top: 100px;
  background: #f0f0f3;
}

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

.area_business h2 {
  position: absolute;
  top: 180px;
  left: 0;
  font-family: "M+ 1p regular";
  font-size: 60px;
  letter-spacing: 0.1em;
  color: #ccc;

}

.area_business .obj_vr_world {
  width: 700px;
  margin-left: auto;
  padding: 50px 0;
}

.area_business .business_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  width: 1140px;
  margin: -200px auto 0;
}

.area_business .business_list li {
  width: 49%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.area_business .business_card {
 padding: 30px;
 display: flex;
    justify-content: space-between;
}

  .business_card > div {
    display: flex;
    width: 50%;
    flex-direction: column;
  }


.area_business .business_card img {
  width: 45%;
}

.area_business .business_card h3 {
  font-family: "M+ 1p regular";
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}


.area_business .business_card p {
  margin-bottom: 15px;
  font-size: 0.8rem;
}

.area_business .btn_outline {
  display: block;
  width: 80%;
  margin: auto auto 20px auto;
}

/*
.area_business > section:nth-child(2n) {
  background: #fff;
}

.area_business .content {
  padding: 50px 30px 100px;
}

.area_business > section .title_business {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 50%;
  padding-bottom: 10px;
  font-family: "M+ 1p regular";
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  border-bottom: 2px solid #ccc;
}

.area_business > section .title_business span {
  display: block;
  font-size: 20px;
}

.area_business > section:nth-child(2n) .title_business {
  margin-right: 50%;
  margin-left: 0;
}

.area_business > section p {
  margin-left: 50%;
}

.area_business > section:nth-child(2n) p {
  margin-right: 50%;
  margin-left: 0;
}

.area_business > section .obj {
  float: left;
  width: 40%;
}

.area_business > section:nth-child(2n) .obj {
  float: right;
}

.area_business > section:nth-child(1) .obj {
  margin-top: -180px;
}

.area_business > section:nth-child(2) .obj {
  margin-top: -230px;
}

.area_business > section:nth-child(3) .obj {
  margin-top: -150px;
  margin-left: -20px;
}

.area_business > section:nth-child(4) .obj {
  margin-top: -150px;
}

.area_business > section .btn_outline {
  width: 40%;
  margin-top: 50px;
}
*/

.area_recruit {
  background: white;
}

.area_recruit .title_head {
  border: none;
  margin-bottom: 20px;
}

.area_recruit .inner {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  padding: 30px;
}

.area_recruit .btn_outline {
  margin-top: 20px;
}

/* ---------------------------------------------------------
下層
----------------------------------------------------------*/

/*------特徴部分------*/

.txt_feature {
  float: left;
  width: 50%;
}

.txt_feature .btn_outline {
  width: 100%;
}


.list_feature {
  display: inline-block;
  float: right;
  width: 45%;
  list-style: none;
}

.list_feature li {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 10px;
  background: #f0f0f3;
}

.list_feature li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background: #fff;
}

.list_feature li p {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 90px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}


/*-----下層コンテンツ------*/


.area_sub {
  position: relative;
  padding-top: 50px;
}

.area_sub > section {
  background: #f0f0f3;
}


.area_sub > section:nth-child(2n) {
  background: #fff;
}

.area_sub .content {
  overflow: hidden;
  padding: 50px 30px;
}

.area_sub > section .block_column {
  padding:15px;
  border: 1px solid #ccc;
  font-size: 12px;
}

.area_sub > section .block_column .title {
  margin-bottom: 5px;
  color:#e60012;
}


.area_sub > section .block_movie {
  padding:30px;
  background: #fff;
}



/*-----関連リンク-----*/


.area_related {
  position: relative;
}


.area_related .content {
  overflow: hidden;
  padding: 50px 30px;
}


.area_related .title_related {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .2em;
  color: #333;
  border-bottom: 2px solid #333;
}


.area_related .txt_related {
  margin-bottom: 30px;
  font-size: 16px;
}

.area_related .list_related {
  list-style: none;
}

.area_related .list_related li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}


.area_related .list_related li {
  float: left;
  width: 21%;
  margin-right: 5%;
  text-align: center;
}

.area_related .list_related li:nth-child(4n) {
  margin-right: 0;
}

.area_related .list_related li div {
  position: relative;
  position: relative;
  margin-bottom: 15px;
}

.area_related .list_related li p {
  font-size: 18px;
}

.area_related .list_related li div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  border-top: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
}

.area_related .list_related li div:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  content: "";
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}

.area_related .list_related li div span {
  position: relative;
  display: inline-block;
  padding: 10px;
}


.area_related .list_related li div span:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  content: "";
  border-top: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
}

.area_related .list_related li div span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  border-bottom: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
}





/*-------グリッドリスト------*/

.list_grid {
  display: block;
  width: 100%;
  list-style: none;
  overflow: hidden;
}

.list_grid li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.list_grid li:nth-child(3n) {
  margin-right: 0;
}



.list_grid-photo {
  display: block;
  width: 100%;
  list-style: none;
}

.list_grid-photo li {
  float: right;
  width: 32%;
  margin-bottom: 15px;
  margin-left: 2%;
}

.list_grid-photo li:nth-child(1) {
  width: 66%;
}

.list_grid-photo li:nth-child(2),
.list_grid-photo li:nth-child(3n+3) {
  margin-left: 0;
}



/*-------ゲーム事業------*/

.title_portfolio {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: 1px solid #bababa;
}

.list_game {
  list-style: none;
}

.list_game li {
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.list_game li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.list_game li .info_game {
  float: right;
  width: 45%;
}

.list_game li .title_game {
  padding-bottom: 20px;
  font-size: 24px;
}

.list_game li .title_publisher {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #000;
}

.list_game li .name_publisher {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.4;
}

.list_game li .img_game {
  float: left;
  width: 50%;
}

.list_game li .img_game img {
  margin-bottom: 20px;
}

.list_game li .img_game .btn_outline {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 18px;
}

.list_game li .img_game .btn_outline:nth-child(2n+1) {
  margin-right: 0;
}


/*-------プレスリリース------*/

.list_press {
  display: block;
  margin-bottom: 100px;
  list-style: none;
  border-top: 1px solid #eee;
}

.list_press li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  clear: both;
  overflow: hidden;
}

.list_press li img {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.list_press li a {
  display: flex;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.list_press li time {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #333;
  align-self: flex-start;
}

.list_press li p {
  font-size: 14px;
  line-height: 1.6;
}

.arrow_link {
  width: 100%;
  margin: 0 auto 50px;
  display: block;
  overflow: hidden;
}

.arrow_link a {
  font-size: 18px;
  text-decoration: none;
  color: #e60012;
  padding: 10px 30px;
  line-height: 1;
  border: 1px solid #e60012;
  display: inline-block;
  border-radius:3px; 
}

.arrow_link a.prev {
  float: left;
}

.arrow_link a.next {
  float: right;
}

/*-------フリー領域------*/

.area_post {
  font-size: 16px;
  line-height: 1.8;
}

.area_post h1 {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 24px;
  border-bottom: 1px solid #999;
}

.area_post h2 {
  margin-bottom: 10px;
  font-size: 18px;
  color:#e60012;
}

.area_post p,
.area_post img {
  margin-bottom: 1em;
}

.area_post img {
  width: auto;
  max-width: 100%;
}

.area_post img.size-full {
  width: 100%;
  clear:both;
}

.area_post img.size-medium {
  width: 40%;
}

.area_post img.alignright {
  float:right;
  margin-left: 20px;
}

.area_post img.alignleft {
  float:left;
  margin-right: 20px;
}



.area_post .btn_outline {
  display: block;
  min-width: 50%;
  padding: 5px 20px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #e60012;
  border: 2px solid #e60012;
  border-radius: 3px;
  margin:30px auto;
}


/*-------セミナー------*/

.info_seminar {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
  padding: 20px;
  border: 4px solid #eee;
}

.info_seminar .title_info-seminar {
  margin-bottom: 15px;
  padding: 5px 10px;
  font-family: "M+ 1p regular";
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background: #e60012;
}

.list_seminar {
  display: block;
  list-style: none;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.list_seminar li {
  overflow: hidden;
  width: 50%;
  float: left;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #eee;
}

.list_seminar li img {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.list_seminar li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.list_seminar li time {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #333;
}

.list_seminar li p {
  font-size: 14px;
  line-height: 1.6;
}

.list_seminar li .end {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid #e60012;
  color: #e60012;
}

.info_seminar .btn_outline {
  margin: 20px auto 0;
}


/*-------visualive------*/
.block_visualive {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 30px 0 0;
}

.block_visualive .pc {
  width: 55%;
}

.block_visualive .text {
  text-align: center;
  padding: 0 30px;
  width: 50%;
}

.block_visualive .logo {
  width: 80%;
  margin-bottom: 30px;
  margin-top: 60px;
}

.block_visualive .btn_outline {
  width: 70%;
}

/*-------私たちの理念------*/
.block_philosophy {
  padding: 50px 0;
}

.block_philosophy.flex {
  display: flex;
  justify-content: space-between;
}

.block_philosophy .title {
  font-size: 34px;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

.block_philosophy .title span {
  font-size: 42px;
  display: block;
  color: #e60012;
  letter-spacing: 0.2em;
  font-family: "M+ 1p bold";
  margin-bottom: 15px;
}

.block_philosophy p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.block_philosophy .illust {
  margin: 50px auto;
  width: 90%;
}

.block_philosophy .pic {
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
}



/*-------会社概要------*/

.img_prof {
  float: right;
  width: 30%;
}

.img_prof_s {
  float: right;
  width: 25%;
}

.txt_prof {
  float: left;
  width: 65%;
}

.detail_company {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}

.detail_company td,
.detail_company th {
  padding: 0 10px 10px 0;
  font-size: 14px;
  vertical-align: top;
}

.detail_company th {
  width: 30%;
  font-weight: bold;
  color: #e60012;
}

.map_company {
  padding: 10px;
  background: #fff;
}

.bg_outline {
  background: url(../img/page/img_company_n.jpg) center center no-repeat #f8f8f8 !important;
  background-size: cover !important;
}



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

.btn_tabs {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 70px;
  padding: 0 5%;
}

.btn_tabs:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5%;
  height: 1px;
  content: "";
  background: #cacaca;
}

.btn_tabs:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 5%;
  height: 1px;
  content: "";
  background: #cacaca;
}

.btn_tabs li {
  display: inline-block;
  float: left;
  width: 50%;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}

.btn_tabs li a {
  display: block;
  padding: 30px 20px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #cacaca;
  background: #f0f0f3;
}


.btn_tabs li.active a {
  border-bottom: 1px solid #fff;
  background: #fff;
}

.btn_tabs li.disable {
  background: #f8f8f8;
  border-bottom: 1px solid #cacaca;
}

.btn_tabs li.disable a {
  opacity: 0;
  pointer-events: none;
}

.btn_tabs li:last-child {
  border-right: 1px solid #cacaca;
}

.btn_tabs li span {
  display: block;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.btn_tabs li.active span {
  color: #e60012;
}

.recruit_notice {
  margin-bottom: 20px;
  border: 1px solid #cacaca;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  font-size: 15px;
  background: #f8f8f8;
}

.recruit_notice.last {
  margin-bottom: 70px;
}

.recruit_notice__title {
  color: #e60012;
  font-size: 20px;
  font-weight: bold;
  width: 19%;
}

.recruit_notice__text {
  border-left: 1px solid #cacaca;
  padding-left: 30px;
  margin-left: 30px;
}

.prof_info__recruit {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  list-style: none;
}

.prof_info__recruit.sub {
  margin-top: 50px;
}

.prof_info__recruit li {
  width: 100%;
  margin: 0 20px;
  text-align: center;
}

.prof_info__recruit li .prof_thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
}

.prof_info__recruit li .prof_thumb__image {
  border-radius: 999px;
  overflow: hidden;
  font-size: 0;
  margin: 0 auto 15px;
  width: 70%;
}

.prof_info__recruit li .prof_thumb__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.prof_info__recruit li .prof_thumb__name {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}

.prof_info__recruit li .prof_thumb__button {
  text-align: center;
}

.profile_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.profile_list li {
  width: 30%;
}


.profile_card {
  width: 100%;
}

.profile_card__image {
  width: 50%;
  margin: 0 auto 15px;
  border-radius: 999px;
  overflow: hidden;
  font-size: 0;
}

.profile_card__name {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.profile_card__class {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.profile_card__desc {
  font-size: 12px;
}

.dialogue_box {
  display: flex;
  margin: 30px 0;
}

.dialogue_box__prof {
  width: 60px;
  min-width: 60px;
  margin-right: 30px;
}

.prof_card_mini {
  width: 100%;
}

.prof_card_mini__image {
  width: 100%;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 0;
  border: 2px solid #ccc;
}

.prof_card_mini__name {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.btn_outline__small {
  display: inline-flex;
  align-items: center;
  border: 2px solid #e60012;
  border-radius: 4px;
  color: #e60012;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
}

.btn_outline__small:after {
  width: 12px;
  height: 12px;
  content: "";
  background: url(../img/common/icon_arrow.png) no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-left: 5px;
}

.dialogue {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.dialogue__image {
  width: 40%;
  margin-right: 5%;
  
  font-size: 0;
}

.dialogue__title {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.dialogue__title span {
  font-size: 18px;
}

.dialogue__button {
  text-align: center;
}

.closing_area .list_recruit .btn {
  background: #fff;
}

.closing_area__title {
  font-size: 28px;
  margin-bottom: 30px;
}

.closing_area__text {
  margin-bottom: 20px;
}

.closing_area .entry {
  margin-bottom: 20px;
}

.txt_interview {
  display: none;
  padding: 50px;
}

.txt_interview .title_interview {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}

.txt_interview p {
  margin-bottom: 30px;
}

.txt_interview p.color_purple {
  margin-bottom: 5px;
}

.list_planning {
  display: flex;
  list-style: none;
}

.list_planning li {
  width: 32%;
  margin-right: 2%;
  padding: 30px;
  color: #333;
  background: #f0f0f3;
}

.list_planning.light li {
  min-height: 250px;
}

.list_planning.light li {
  background: #fff;
}

.list_planning li > p {
  font-size: 12px;
  line-height: 1.8;
}

.list_planning li > span {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #a2a2a2;
}


.list_planning li .btn_outline {
  width: 100%;
}

.list_planning li:nth-child(3) {
  margin-right: 0;
}

.list_recruit {
  display: block;
  list-style: none;
}

.entry {
  margin: 50px 0;
  text-align: center;
}

.entry .btn_outline {
  padding: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

.list_recruit li {
  margin-bottom: 10px;
}

.list_recruit li .btn {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  cursor: pointer;
  background: #f0f0f3;
}

.list_recruit.light li .btn {
  background: #fff;
}

.list_recruit li .btn span {
  position: absolute;
  top: 50%;
  left: 15px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background: #e60012;
}

.list_recruit li .btn span:after {
  content: "+";
}

.list_recruit li .btn span.open:after {
  content: "-";
}

.list_recruit li .btn p {
  display: inline-block;
  margin-left: 30px;
  font-size: 20px;
  font-weight: bold;
}


.list_recruit li .detail {
  display: none;
  padding: 15px;
}

.list_recruit li .detail .title_detail {
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 18px;
  border-left: 4px solid #e60012;
}


.list_recruit li .detail .list_detail {
  display: block;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}

.list_recruit li .detail .list_detail dt {
  display: table-cell;
  width: 20%;
  padding-right: 20px;
  font-weight: bold;
  vertical-align: top;
  border-right: 4px solid #f0f0f3;
}

.list_recruit li .detail .list_detail dd {
  display: table-cell;
  padding-left: 20px;
}

.list_recruit li .detail .list_detail ul {
  margin-left: 15px;
  list-style: disc;
}


.form_contact {
  padding: 30px 50px;
  list-style: none;
  background: #fff;
}

.form_contact li {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.form_contact li:last-child {
  border-bottom: none;
}

.form_contact li .title {
  display: inline-block;
  float: left;
  width: 30%;
  padding-top: 5px;
}

.form_contact li .title > span {
  padding-left: 5px;
  font-size: 12px;
}

.form_contact li .form {
  display: inline-block;
  width: 70%;
}

.btn_form {
  display: block;
  overflow: hidden;
  margin: 70px 0;
  list-style: none;
}

.btn_form li {
  width: 45%;
  margin-right: 10%;
  display: inline-block;
  float: left;
}

.btn_form li:last-child {
  margin-right: 0;
}

.btn_form li input[type="button"],
.btn_form li input[type="reset"],
.btn_form li input[type="submit"] {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #333;
}

.btn_form li input:hover {
  opacity: .6;
}

.btn_form li input[type="submit"] {
  background: #e60012;
}

.title_required {
  font-size: 18px;
  font-weight: bold;
  color:#ff0000;
  padding: 15px;
  text-align: center;
  border: 1px solid #ff0000;
  margin-bottom: 20px;
}

.btn_recruit {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.btn_recruit li {
  width: 32%;
}

.btn_recruit li a {
  display: flex;
  align-items: center;
  color:#e60012;
  padding: 15px;
  border: 2px solid #e60012;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  background: #fff;
}

.btn_recruit li .image {
  width: 70px;
  margin-right: 15px;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
}

.btn_recruit li a:after {
width: 12px;
height: 12px;
content: "";
background: url(../img/common/icon_arrow.png) no-repeat;
background-size: contain;
margin-left: auto;
}

.btn_recruit li small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 0.1em;
}

.recruit_article p {
  margin-bottom: 1em;
}

.recruit_article p + .title_head {
  margin-top: 70px;
  clear: both;
}

.recruit_article .txt_right {
  text-align: right;
  margin-top: 2em;
}

.recruit_article .caption {
  font-size: 12px;
}

.recruit_article .photo {
  width: 70%;
  margin: 30px auto;
}

.recruit_article .illust {
  width: 90%;
  margin: 30px auto;
}

.recruit_article .illust_small {
  width: 60%;
  margin: 30px auto;
}

.recruit_article .image_list {
  display: flex;
  width: 90%;
  margin: 30px auto;
  list-style: none;
}

.recruit_article .image_list li {
  width: 100%;
}

.recruit_article .text_large {
  font-size: 18px;
}

.recruit_article .text_large strong {
  color: #e60012;
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.recruit_article .title_middle {
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding-left: 10px;
  position: relative;
  border-left: 8px solid #e60012;
}

.recruit_article .lead {
  font-weight: bold;
  font-size: 18px;
  margin-top: 2em;
}

.recruit_article .lead:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #333;
  display: inline-block;
  margin-right: 5px;
}

.interview_intro {
  display: flex;
  flex-direction: column;
}

.interview_intro .intro {
  line-height: 1.8;
  margin-bottom: 20px;
}

.interview_intro .intro small {
  font-size: 12px;
  display: block;
  margin-top: 1em;
}

.interview_intro .profile {
  background: #eee;
  padding: 30px;
  margin-bottom: 30px;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.interview_intro .profile h2 {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #999;
  border-bottom: 1px dotted #999;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.interview_intro .profile dl {
  display: flex;
  font-size: 14px;
  margin-top: 10px;
}

.interview_intro .profile dl dt {
  white-space: nowrap;
  width: 5em;
  min-width: 5em;
}

.interview_intro .profile dl dd strong {
  display: block;
  margin-bottom: 5px;
}

.title_recruit_related {
  text-align: center;
  font-size: 24px;
  position: relative;
  letter-spacing: 0.05em;
}

.title_recruit_related:after {
  content: "";
  display: block;
  width: 10em;
  height: 2px;
  background: #666;
  position: absolute;
  left: 50%;
  margin-left: -5em;
  bottom: -10px;

}

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

.ses_main {
  background: url(../img/ses/bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
}

.ses_main__title {
  margin: 0 auto 20px;
  text-align: center;
}

.ses_main__title span {
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  background: #000;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}

.ses_main__title img {
  width: 558px;
  height: auto;
}

.ses_main__text {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.party_button {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin-bottom: 40px;
}

.party_button.col-2 {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.party_button__item {
  width: 24.5%;
}

.party_button.col-2 .party_button__item {
  width: 49%;
  margin-bottom: 30px;
}

.party_button.col-2 .party_button__item:nth-child(2n) {
  margin-left: 2%;
}

.party_button__item a {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
}

.party_button__card {
  background: rgba(0,0,0,0.8);
  padding: 15px 0 40px;
  border: 4px solid #fff;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
}

.party_button__card:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 15px;
}

.party_button__icon {
  width: 72px;
  height: auto;
  margin-top: -40px;
  margin-bottom: 5px;
}

.party_button__text {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}

.party_button__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}


.solid_button {
  font-size: 18px;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}

.solid_button.theme-primary {
  background: #ff0000;
}

.solid_button.theme-secondary {
  background: #000;
  padding: 10px 30px;
  font-size: 16px;
}

.solid_button.wide {
  width: 50%;
}

.area_merit {
  padding: 40px 0;
}

.area_merit__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.area_merit__sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.area_merit__sub:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
}

.area_merit__sub span {
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  position: relative;
}

.merit_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 40px;
}

.merit_list__item {
  width: 31%;
  text-align: center;
}

.merit_list__icon {
  width: auto;
  height: 120px;
  margin-bottom: 20px;
}

.merit_list__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.merit_list__text {
  font-size: 14px;
  line-height: 1.6;
}

.area_merit__box {
  background: #efefef;
  padding: 40px;
}

.area_merit__box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.area_merit__box p {
  font-size: 16px;
  line-height: 2;
}

.area_merit__box p strong {
  font-weight: bold;
}

.area_merit__box p .color-red {
  color: #ff0000;
}

.ses_section_title {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.ses_section_title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #ff0000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}

.tab_party {
  list-style: none;
  width: 700px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.tab_party__item {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  background: #d8d8d8;
  padding: 15px;
  text-align: center;
  width: 24.5%;
  cursor: pointer;
}

.tab_party__item.is-active {
  background: #000;
  color: #fff;
}

.tab_party__item + .tab_party__item {
  margin-left: 2px;
}

.party_contents {
  background: #000;
  color: #fff;
  padding: 40px 0;
}

.party_contents__item {
  width: 800px;
  margin: 0 auto;
}

.party_contents__profile {
  border: 2px solid #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}

.party_contents__profile_inner {
  display: flex;
  align-items: center;
  padding: 30px;
}

.party_contents__profile_image {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 30px;
  line-height: 0;
}

.party_contents__profile_text {
  font-size: 16px;
  line-height: 1.6;
}

.party_contents__profile_lv {
  font-size: 16px;
  text-align: center;
  padding: 15px;
  border-top: 2px solid #fff;
}

.party_contents__lv_list {
  list-style: none;
  display: flex;
  justify-content: center;
}

.party_contents__lv_list_item:nth-child(n+2):before {
  content: "|";
  padding: 0 20px;
  display: inline-block;
  color: #999;
}

.party_contents__copy {
  background: #fff;
  padding: 30px;
  color: #333;
  border-radius: 3px;
  margin-bottom: 40px;
}

.party_contents__copy h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.party_contents__copy p {
  font-size: 16px;
  line-height: 1.6;
}

.party_contents__footer {
  width: 800px;
  margin: 0 auto;
}

.party_contents__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}

.party_contents__button {
  text-align: center;
  margin-bottom: 40px;
}



.mate_list {
  list-style: none;
  margin-bottom: 40px;
}

.mate_list__item {
  display: flex;
  justify-content: space-between;
  align-items: center stretch;
}

.mate_list__item + .mate_list__item {
  margin-top: 15px;
}

.mate_list__title {
  flex-basis: 40%;
  margin-right: 15px;
  background-image: linear-gradient(to bottom right, #d50000, #5600a5);
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px;
  display: flex;
  align-items: center;
}

.mate_list__comment {
  flex-basis: 47%;
  margin-right: auto;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  position: relative;
}

.mate_list__comment:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: -18px;
  top: 40px;
}

.mate_list__comment:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: -15px;
  top: 41px;
}

.mate_list__avater {
  flex-basis: 8%;
  max-width: 8%;
  align-self: flex-start;
}

.job_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job_select__arrow {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #ff0000;
  cursor: pointer;
}

.job_box {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.job_box__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
  margin-bottom: 15px;
}

.job_box__button {
  text-align: center;
}

.job_list {
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
}

.job_list__item {
 width: 100%;
 margin-bottom: 40px;
}

.job_list.is-slider .job_list__item {
  margin-bottom: 0;
}

.job_table {
  border-collapse: collapse;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  width: 100%;
}

.job_table th,
.job_table td {
  font-size: 14px;
  color: #333;
  padding: 15px;
  line-height: 1.4;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.job_table th {
  width: 25%;
  background: #f3f3f3;
}


.area_recruit_outline {
  padding: 60px 0;
}

.area_form {
  padding: 60px 0;
  background: #f0f0f3;
}

/*----contact form------*/
.wpcf7 .screen-reader-response {
  font-size: 14px;
  color:#ff0000;
  padding-bottom: 10px;
}

.wpcf7 .screen-reader-response ul {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color:#ff0000;
  padding-top: 10px;
}

.wpcf7 .wpcf7-response-output {
  font-size: 16px;
  color:#ff0000;
  padding: 10px;
  text-align: center;
  border: 1px solid #ff0000;
}

.wpcf7 .ajax-loader {
  position: absolute;
}

.wpcf7c-conf {
  background: #fff !important;
  border: none !important;

}

.wpcf7-file {
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  font-size: 14px;
}




/* ---------------------------------------------------------
Other
----------------------------------------------------------*/

.wrapper {
  position: relative;
  z-index: 0;
  overflow-y: auto;
  width: 100%;
  padding: 30px 0 0;
  background: #fff;
}

.content {
  width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.area_post {
  padding-bottom: 70px;
}

.right_float_banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 100px;
  border-radius: 5px;
  font-size: 0;
  border: 1px solid #999;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  overflow: hidden;
}

.pt0 {
  padding-top: 0;
}