@charset "UTF-8";
/* 共通 アニメ
------------------------------------------------- */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 70%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fadeInUp.open {
  animation: 2.0s ease 1.0s normal fadeInUp both;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

/**************************************

cmn

**************************************/
@media print, screen and (min-width: 741px) {
  article.bread {
    padding: 15px 0;
    background: #252525;
    color: #fff;
  }
  article.bread ul {
    width: 1200px;
    margin: 0 auto;
  }
  article.bread ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
  }
  article.bread ul li:after {
    padding-left: 10px;
    content: "｜";
  }
  article.bread ul li:last-child:after {
    display: none;
  }
  .naka .section {
    padding: 50px 0;
    background: #f9f9f9;
  }
  .naka .section .inner {
    width: 1200px;
    margin: 0 auto;
  }
}

.main_news img, img {
  width: 100%;
}

@media print, screen and (max-width: 740px) {
  .naka .section {
    padding: 15% 0;
    background: #f9f9f9;
  }
  article.bread {
    display: none;
  }
}

main {
  position: relative;
}

.box_l {
  float: left;
}

.box_r {
  float: right;
}

.more {
  width: 170px;
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #fff;
  line-height: 1.0;
}

.main {
  height: 716px;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container h4 {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 19px;
}

.container .box_date {
  width: 300px;
  margin: 25px auto 0;
}

.container .box_date li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.container .box_date li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.main_renewal_office .article_h2, .main_news .article_h2, .main_kitakyushu .article_h2, .main_events .article_h2, .main_information .article_h2, .main_number .article_h2, .main_history .article_h2, .main_work .article_h2, .main_company.naka .article_h2, .main_member .article_h2, .main_recruit .article_h2, .main_welfare .article_h2, .main_message .article_h2, .main_efforts .article_h2 {
  position: relative;
  height: 300px;
  background: #ccc;
}

.main_renewal_office .article_h2::before, .main_news .article_h2::before, .main_kitakyushu .article_h2::before, .main_events .article_h2::before, .main_information .article_h2::before, .main_number .article_h2::before, .main_history .article_h2::before, .main_work .article_h2::before, .main_company.naka .article_h2::before, .main_member .article_h2::before, .main_recruit .article_h2::before, .main_welfare .article_h2::before, .main_message .article_h2::before, .main_efforts .article_h2::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1e2f;
  content: "";
  opacity: 0.5;
}

.main_renewal_office .article_h2 h2, .main_news .article_h2 h2, .main_kitakyushu .article_h2 h2, .main_events .article_h2 h2, .main_information .article_h2 h2, .main_number .article_h2 h2, .main_history .article_h2 h2, .main_work .article_h2 h2, .main_company.naka .article_h2 h2, .main_member .article_h2 h2, .main_recruit .article_h2 h2, .main_welfare .article_h2 h2, .main_message .article_h2 h2, .main_efforts .article_h2 h2 {
  z-index: 110;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

.main_renewal_office .article_h2 .sub, .main_renewal_office .article_h2 .txt {
  color: #fff;
}

.main_news .article_h2 .sub, .main_news .article_h2 .txt {
  color: #fff;
}

.main_kitakyushu .article_h2 .sub, .main_kitakyushu .article_h2 .txt {
  color: #fff;
}

.main_events .article_h2 .sub, .main_events .article_h2 .txt {
  color: #fff;
}

.main_information .article_h2 .sub, .main_information .article_h2 .txt {
  color: #fff;
}

.main_number .article_h2 .sub, .main_number .article_h2 .txt {
  color: #fff;
}

.main_history .article_h2 .sub, .main_history .article_h2 .txt {
  color: #fff;
}

.main_work .article_h2 .sub, .main_work .article_h2 .txt {
  color: #fff;
}

.main_company.naka .article_h2 .sub, .main_company.naka .article_h2 .txt {
  color: #fff;
}

.main_member .article_h2 .sub, .main_member .article_h2 .txt {
  color: #fff;
}

.main_recruit .article_h2 .sub, .main_recruit .article_h2 .txt {
  color: #fff;
}

.main_welfare .article_h2 .sub, .main_welfare .article_h2 .txt {
  color: #fff;
}

.main_message .article_h2 .sub, .main_message .article_h2 .txt {
  color: #fff;
}

.main_efforts .article_h2 .sub, .main_efforts .article_h2 .txt {
  color: #fff;
}

.main_renewal_office .article_h2 h2, .main_news .article_h2 h2, .main_kitakyushu .article_h2 h2, .main_information .article_h2 h2, .main_history .article_h2 h2, .main_company.naka .article_h2 h2, .main_member .article_h2 h2, .main_number .article_h2 h2, .main_recruit .article_h2 h2, .main_welfare .article_h2 h2, .main_message .article_h2 h2, .main_efforts .article_h2 h2 {
  font-size: 46px;
}

.main_renewal_office, .main_news, .main_kitakyushu, .main_information, .main_history, .main_company, .main_events, .main_member, .main_number, .main_recruit, .main_welfare, .main_message, .main_efforts {
  position: relative;
}

.main_renewal_office::after, .main_news::after, .main_kitakyushu::after, .main_information::after, .main_history::after, .main_company::after, .main_events::after, .main_member::after, .main_number::after, .main_recruit::after, .main_welfare::after, .main_message::after, .main_efforts::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.main_events .main::after, .main_number .main::after, .main_member .main::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.main_news article.container {
  margin-top: 60px;
}

@media screen and (min-width: 741x) {
  .main_member .article_h2 {
    padding: 130px 0;
  }
}

@media screen and (max-width: 740px) {
  .main_news article.container {
    margin-top: 9%;
  }
}

@media screen and (max-width: 740px) {
  /*SP時のh2*/
  .main_renewal_office .article_h2, .main_news .article_h2, .main_member .article_h2, .main_kitakyushu .article_h2, .main_information .article_h2, .main_events .article_h2, .main_history .article_h2, .main_work .article_h2, .main_number .article_h2, .main_company.naka .article_h2, .main_member .article_h2, .main_recruit .article_h2, .main_welfare .article_h2, .main_message .article_h2, .main_efforts .article_h2 {
    height: 20vh;
  }
  .main_renewal_office .article_h2 h2, .main_news .article_h2 h2, .main_member .article_h2 h2, .main_kitakyushu .article_h2 h2, .main_information .article_h2 h2, .main_events .article_h2 h2, .main_history .article_h2 h2, .main_work .article_h2 h2, .main_number .article_h2 h2, .main_company.naka .article_h2 h2, .main_member .article_h2 h2, .main_recruit .article_h2 h2, .main_welfare .article_h2 h2, .main_message .article_h2 h2, .main_efforts .article_h2 h2 {
    font-size: 30px;
  }
  .main_renewal_office .main::after, .main_history .main::after, .main_company .main::after, .main_number main::after, .main_member .main::after, .main_recruit .main::after, .main_welfare .main::after, .main_message .main::after, .main_renewal_office .main::after, .main_history .main::after, .main_company .main::after, .main_member .main::after, .main_recruit .main::after, .main_welfare .main::after, .main_message .main::after, .main_efforts .main::after {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.main_history .unit, .main_company .unit {
  position: relative;
}

.main_history .unit01 .box_l, .main_company .unit01 .box_l {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  width: calc(100% - 51%);
  padding: 30px;
  transform: translateY(-50%);
  text-align: left;
}

.main_history .unit01 .box_r, .main_company .unit01 .box_r, .main_history .unit02 .box_l, .main_company .unit02 .box_l {
  width: 50%;
  line-height: 0;
}

.main_history .unit02 .box_r, .main_company .unit02 .box_r {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 51%);
  padding: 30px;
  transform: translateY(-50%);
  text-align: left;
}

.main_history .box_ph, .main_company .box_ph {
  margin-top: 40px;
}

.main_history .box_ph li, .main_company .box_ph li {
  display: inline-block;
  width: 48%;
}

.main_history .section_scene, .main_company .section_scene {
  margin-top: 60px;
  text-align: center;
}

.main_history .section_scene h4, .main_company .section_scene h4 {
  margin-bottom: 30px;
}

.main_history .section_scene dl, .main_company .section_scene dl {
  display: inline-block;
  width: 22%;
  padding: 0 1% 3%;
  vertical-align: top;
}

.main_history .section_scene dd, .main_company .section_scene dd {
  margin-top: 5px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 16px;
}

.main_history .section_scene dd span, .main_company .section_scene dd span {
  display: block;
  margin-top: 3px;
  font-family: "din-condensed", sans-serif;
  font-size: 13px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main {
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 47%;
  }
  .container h4 {
    font-size: 17px;
  }
  .container .box_date {
    width: 100%;
    margin: 5% auto 0;
  }
  .main_history .box_ph, .main_company .box_ph {
    margin-top: 8%;
  }
  .main_history .box_ph li, .main_company .box_ph li {
    margin-bottom: 4px;
  }
  section.section {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
  }
  section.section .inner {
    width: 90%;
    margin: 0 auto;
  }
  .main_history .section_scene, .main_company .section_scene {
    margin-top: 12%;
    text-align: inherit;
  }
  .main_history .section_scene h4, .main_company .section_scene h4 {
    margin-bottom: 20px;
    text-align: center;
  }
  .main_history .section_scene dl, .main_company .section_scene dl {
    width: 49%;
    padding-bottom: 6%;
    text-align: center;
  }
  .main_history .section_scene dd, .main_company .section_scene dd {
    font-size: 14px;
  }
  .main_history .unit01 .box_l, .main_company .unit01 .box_l, .main_history .unit02 .box_r, .main_company .unit02 .box_r {
    position: inherit;
    top: inherit;
    left: inherit;
    width: auto;
    padding: 0;
    transform: inherit;
  }
  .main_history .unit01 .box_l h5, .main_company .unit01 .box_l h5, .main_history .unit02 .box_r h5, .main_company .unit02 .box_r h5 {
    margin-top: 6%;
    text-align: center;
  }
  .main_history .unit01 .box_l .box_date, .main_company .unit01 .box_l .box_date, .main_history .unit02 .box_r .box_date, .main_company .unit02 .box_r .box_date {
    text-align: center;
  }
  .main_history .unit01 .box_r, .main_company .unit01 .box_r, .main_history .unit02 .box_l, .main_company .unit02 .box_l {
    width: auto;
  }
  .main_history .unit01 .box_r h5, .main_company .unit01 .box_r h5, .main_history .unit02 .box_l h5, .main_company .unit02 .box_l h5 {
    margin-top: 6%;
    text-align: center;
  }
  .main_history .unit01 .box_r .box_date, .main_company .unit01 .box_r .box_date, .main_history .unit02 .box_l .box_date, .main_company .unit02 .box_l .box_date {
    text-align: center;
  }
  .main_history .unit02, .main_company .unit02 {
    margin-top: 10%;
  }
}

/**********************************************

other_contents
(共通パーツ：other)

**********************************************/
.other_contents {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.other_contents a {
  display: block;
  width: 440px;
  height: 70px;
  margin: 0 auto 70px;
  background: #CE2A1E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
}

.other_contents.internship a {
  margin-bottom: 30px;
  background: #CE2A1E;
}

@media screen and (max-width: 740px) {
  .other_contents.internship a {
    margin-bottom: 5%;
  }
}

.other_contents.engineer a {
  background: #000;
}

.other_contents h2 {
  margin-bottom: 30px;
  border-bottom: dotted 2px #ccc;
  font-family: "din-condensed", sans-serif;
  font-size: 55px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .contest .other_contents.engineer a {
    background: #fff;
    color: #000;
  }
}

.main_renewal_office.naka .unit.unit1 .contents .other_contents.shop a {
  background: url(../company/renewal_office/img/button_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  color: #000;
}

.main_renewal_office .other_contents, .main_news .other_contents, .main_kitakyushu .other_contents, .main_events .other_contents, .main_events_new .other_contents, .main_history .other_contents, .main_number .other_contents, .main_recruit.faq.demo .other_contents, .main_information.demo .other_contents, .main_welfare .other_contents, .main_message .other_contents, .main_efforts .other_contents {
  padding-bottom: 60px;
}

.main_contest .other_contents.internship {
  margin-top: 40px;
}

.main_renewal_office .other_contents li, .main_news .other_contents li, .main_kitakyushu .other_contents li, .main_events .other_contents li, .main_events_new .other_contents li, .main_history .other_contents li, .main_number .other_contents li, .main_recruit.faq.demo .other_contents li, .main_information.demo .other_contents li, .main_welfare .other_contents li, .main_contest .other_contents li, .main_message .other_contents li, .main_efforts .other_contents li {
  position: relative;
  width: 25%;
  height: 240px;
  float: left;
}

.main_renewal_office .other_contents li.add, .main_news .other_contents li.add, .main_kitakyushu .other_contents li.add, .main_events .other_contents li.add, .main_events_new .other_contents li.add, .main_history .other_contents li.add, .main_number .other_contents li.add, .main_recruit.faq.demo .other_contents li.add, .main_information.demo .other_contents li.add, .main_welfare .other_contents li.add, .main_contest .other_contents li.add, .main_message .other_contents li.add, .main_efforts .other_contents li.add {
  /* for pc */
}

@media screen and (min-width: 761px) {
  .main_renewal_office .other_contents li.add, .main_news .other_contents li.add, .main_kitakyushu .other_contents li.add, .main_events .other_contents li.add, .main_events_new .other_contents li.add, .main_history .other_contents li.add, .main_number .other_contents li.add, .main_recruit.faq.demo .other_contents li.add, .main_information.demo .other_contents li.add, .main_welfare .other_contents li.add, .main_contest .other_contents li.add, .main_message .other_contents li.add, .main_efforts .other_contents li.add {
    width: 20%;
  }
}

.main_renewal_office .other_contents li a, .main_news .other_contents li a, .main_kitakyushu .other_contents li a, .main_events .other_contents li a, .main_events_new .other_contents li a, .main_history .other_contents li a, .main_number .other_contents li a, .main_recruit.faq.demo .other_contents li a, .main_information.demo .other_contents li a, .main_welfare .other_contents li a, .main_contest .other_contents li a, .main_message .other_contents li a, .main_efforts .other_contents li a {
  opacity: 0.9;
}

.main_renewal_office .other_contents li a:hover, .main_news .other_contents li a:hover, .main_kitakyushu .other_contents li a:hover, .main_events .other_contents li a:hover, .main_events_new .other_contents li a:hover, .main_history .other_contents li a:hover, .main_number .other_contents li a:hover, .main_recruit.faq.demo .other_contents li a:hover, .main_information.demo .other_contents li a:hover, .main_welfare .other_contents li a:hover, .main_contest .other_contents li a:hover, .main_message .other_contents li a:hover, .main_efforts .other_contents li a:hover {
  opacity: 0.7;
}

.main_renewal_office .other_contents li a::before, .main_news .other_contents li a::before, .main_kitakyushu .other_contents li a::before, .main_events .other_contents li a::before, .main_events_new .other_contents li a::before, .main_history .other_contents li a::before, .main_number .other_contents li a::before, .main_recruit.faq.demo .other_contents li a::before, .main_information.demo .other_contents li a::before, .main_welfare .other_contents li a::before, .main_contest .other_contents li a::before, .main_message .other_contents li a::before, .main_efforts .other_contents li a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1e2f;
  content: "";
  opacity: 0;
}

.main_renewal_office .other_contents li a::after, .main_news .other_contents li a::after, .main_kitakyushu .other_contents li a::after, .main_events .other_contents li a::after, .main_events_new .other_contents li a::after, .main_history .other_contents li a::after, .main_number .other_contents li a::after, .main_recruit.faq.demo .other_contents li a::after, .main_information.demo .other_contents li a::after, .main_welfare .other_contents li a::after, .main_contest .other_contents li a::after, .main_message .other_contents li a::after, .main_efforts .other_contents li a::after {
  z-index: 1000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main_renewal_office .other_contents li .tit_box, .main_news .other_contents li .tit_box, .main_kitakyushu .other_contents li .tit_box, .main_events .other_contents li .tit_box, .main_events_new .other_contents li .tit_box, .main_history .other_contents li .tit_box, .main_number .other_contents li .tit_box, .main_recruit.faq.demo .other_contents li .tit_box, .main_information.demo .other_contents li .tit_box, .main_welfare .other_contents li .tit_box, .main_contest .other_contents li .tit_box, .main_message .other_contents li .tit_box, .main_efforts .other_contents li .tit_box {
  z-index: 10000;
  width: 100%;
}

.main_renewal_office .other_contents li .tit_box h3, .main_news .other_contents li .tit_box h3, .main_kitakyushu .other_contents li .tit_box h3, .main_events .other_contents li .tit_box h3, .main_events_new .other_contents li .tit_box h3, .main_history .other_contents li .tit_box h3, .main_number .other_contents li .tit_box h3, .main_recruit.faq.demo .other_contents li .tit_box h3, .main_information.demo .other_contents li .tit_box h3, .main_welfare .other_contents li .tit_box h3, .main_contest .other_contents li .tit_box h3, .main_message .other_contents li .tit_box h3, .main_efforts .other_contents li .tit_box h3 {
  font-size: 18px;
}

.main_renewal_office .other_contents li.about a, .main_news .other_contents li.about a, .main_kitakyushu .other_contents li.about a, .main_events .other_contents li.about a, .main_events_new .other_contents li.about a, .main_history .other_contents li.about a, .main_number .other_contents li.about a, .main_recruit.faq.demo .other_contents li.about a, .main_information.demo .other_contents li.about a, .main_welfare .other_contents li.about a, .main_contest .other_contents li.about a, .main_message .other_contents li.about a, .main_efforts .other_contents li.about a {
  background: url(../company/img/bg01.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.about.up a, .main_news .other_contents li.about.up a, .main_kitakyushu .other_contents li.about.up a, .main_events .other_contents li.about.up a, .main_events_new .other_contents li.about.up a, .main_history .other_contents li.about.up a, .main_number .other_contents li.about.up a, .main_recruit.faq.demo .other_contents li.about.up a, .main_information.demo .other_contents li.about.up a, .main_welfare .other_contents li.about.up a, .main_contest .other_contents li.about.up a, .main_message .other_contents li.about.up a, .main_efforts .other_contents li.about.up a {
  background: url(../company/img/bg01_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.message a, .main_news .other_contents li.message a, .main_kitakyushu .other_contents li.message a, .main_events .other_contents li.message a, .main_events_new .other_contents li.message a, .main_history .other_contents li.message a, .main_number .other_contents li.message a, .main_recruit.faq.demo .other_contents li.message a, .main_information.demo .other_contents li.message a, .main_welfare .other_contents li.message a, .main_contest .other_contents li.message a, .main_message .other_contents li.message a, .main_efforts .other_contents li.message a {
  background: url(../company/img/bg06.jpg) no-repeat center center;
  background-size: cover;
}

.main_renewal_office .other_contents li.event a, .main_news .other_contents li.event a, .main_kitakyushu .other_contents li.event a, .main_events .other_contents li.event a, .main_events_new .other_contents li.event a, .main_history .other_contents li.event a, .main_number .other_contents li.event a, .main_recruit.faq.demo .other_contents li.event a, .main_information.demo .other_contents li.event a, .main_welfare .other_contents li.event a, .main_contest .other_contents li.event a, .main_message .other_contents li.event a, .main_efforts .other_contents li.event a {
  background: url(../company/img/bg03.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.event.up a, .main_news .other_contents li.event.up a, .main_kitakyushu .other_contents li.event.up a, .main_events .other_contents li.event.up a, .main_events_new .other_contents li.event.up a, .main_history .other_contents li.event.up a, .main_number .other_contents li.event.up a, .main_recruit.faq.demo .other_contents li.event.up a, .main_information.demo .other_contents li.event.up a, .main_welfare .other_contents li.event.up a, .main_contest .other_contents li.event.up a, .main_message .other_contents li.event.up a, .main_efforts .other_contents li.event.up a {
  background: url(../company/img/bg03_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.number a, .main_news .other_contents li.number a, .main_kitakyushu .other_contents li.number a, .main_events .other_contents li.number a, .main_events_new .other_contents li.number a, .main_history .other_contents li.number a, .main_number .other_contents li.number a, .main_recruit.faq.demo .other_contents li.number a, .main_information.demo .other_contents li.number a, .main_welfare .other_contents li.number a, .main_contest .other_contents li.number a, .main_message .other_contents li.number a, .main_efforts .other_contents li.number a {
  background: url(../company/img/bg02.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.kitaq a, .main_news .other_contents li.kitaq a, .main_kitakyushu .other_contents li.kitaq a, .main_events .other_contents li.kitaq a, .main_events_new .other_contents li.kitaq a, .main_history .other_contents li.kitaq a, .main_number .other_contents li.kitaq a, .main_recruit.faq.demo .other_contents li.kitaq a, .main_information.demo .other_contents li.kitaq a, .main_welfare .other_contents li.kitaq a, .main_contest .other_contents li.kitaq a, .main_message .other_contents li.kitaq a, .main_efforts .other_contents li.kitaq a {
  background: url(../company/img/bg04.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.renewal_office a, .main_news .other_contents li.renewal_office a, .main_kitakyushu .other_contents li.renewal_office a, .main_events .other_contents li.renewal_office a, .main_events_new .other_contents li.renewal_office a, .main_history .other_contents li.renewal_office a, .main_number .other_contents li.renewal_office a, .main_recruit.faq.demo .other_contents li.renewal_office a, .main_information.demo .other_contents li.renewal_office a, .main_welfare .other_contents li.renewal_office a, .main_contest .other_contents li.renewal_office a, .main_message .other_contents li.renewal_office a, .main_efforts .other_contents li.renewal_office a {
  background: url(../company/img/bg05.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.efforts a, .main_news .other_contents li.efforts a, .main_kitakyushu .other_contents li.efforts a, .main_events .other_contents li.efforts a, .main_events_new .other_contents li.efforts a, .main_history .other_contents li.efforts a, .main_number .other_contents li.efforts a, .main_recruit.faq.demo .other_contents li.efforts a, .main_information.demo .other_contents li.efforts a, .main_welfare .other_contents li.efforts a, .main_contest .other_contents li.efforts a, .main_message .other_contents li.efforts a, .main_efforts .other_contents li.efforts a {
  background: url(../company/img/bg07.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 761px) {
  .main_recruit.faq.demo .other_contents li.add:nth-child(n+4), .main_information.demo .other_contents li.add:nth-child(n+4), .main_welfare .other_contents li.add:nth-child(n+4), .main_kitakyushu .other_contents li.add:nth-child(n+4), .main_history .other_contents li.add:nth-child(n+4), .main_number .other_contents li.add:nth-child(n+4), .main_renewal_office .other_contents li.add:nth-child(n+4), .main_events_new .other_contents li.add:nth-child(n+4), .main_message .other_contents li.add:nth-child(n+4), .main_efforts .other_contents li.add:nth-child(n+4) {
    width: 25%;
  }
}

.main_renewal_office .other_contents li.application a, .main_news .other_contents li.application a, .main_kitakyushu .other_contents li.application a, .main_events .other_contents li.application a, .main_events_new .other_contents li.application a, .main_history .other_contents li.application a, .main_number .other_contents li.application a, .main_recruit.faq.demo .other_contents li.application a, .main_information.demo .other_contents li.application a, .main_welfare .other_contents li.application a, .main_contest .other_contents li.application a, .main_message .other_contents li.application a, .main_efforts .other_contents li.application a {
  background: url(../recruit/img/bg01.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.application.up a, .main_news .other_contents li.application.up a, .main_kitakyushu .other_contents li.application.up a, .main_events .other_contents li.application.up a, .main_events_new .other_contents li.application.up a, .main_history .other_contents li.application.up a, .main_number .other_contents li.application.up a, .main_recruit.faq.demo .other_contents li.application.up a, .main_information.demo .other_contents li.application.up a, .main_welfare .other_contents li.application.up a, .main_contest .other_contents li.application.up a, .main_message .other_contents li.application.up a, .main_efforts .other_contents li.application.up a {
  background: url(../recruit/img/bg01_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.welfare a, .main_news .other_contents li.welfare a, .main_kitakyushu .other_contents li.welfare a, .main_events .other_contents li.welfare a, .main_events_new .other_contents li.welfare a, .main_history .other_contents li.welfare a, .main_number .other_contents li.welfare a, .main_recruit.faq.demo .other_contents li.welfare a, .main_information.demo .other_contents li.welfare a, .main_welfare .other_contents li.welfare a, .main_contest .other_contents li.welfare a, .main_message .other_contents li.welfare a, .main_efforts .other_contents li.welfare a {
  background: url(../recruit/img/bg04.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.welfare.up a, .main_news .other_contents li.welfare.up a, .main_kitakyushu .other_contents li.welfare.up a, .main_events .other_contents li.welfare.up a, .main_events_new .other_contents li.welfare.up a, .main_history .other_contents li.welfare.up a, .main_number .other_contents li.welfare.up a, .main_recruit.faq.demo .other_contents li.welfare.up a, .main_information.demo .other_contents li.welfare.up a, .main_welfare .other_contents li.welfare.up a, .main_contest .other_contents li.welfare.up a, .main_message .other_contents li.welfare.up a, .main_efforts .other_contents li.welfare.up a {
  background: url(../recruit/img/bg04_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_renewal_office .other_contents li.recruit_faq a, .main_news .other_contents li.recruit_faq a, .main_kitakyushu .other_contents li.recruit_faq a, .main_events .other_contents li.recruit_faq a, .main_events_new .other_contents li.recruit_faq a, .main_history .other_contents li.recruit_faq a, .main_number .other_contents li.recruit_faq a, .main_recruit.faq.demo .other_contents li.recruit_faq a, .main_information.demo .other_contents li.recruit_faq a, .main_welfare .other_contents li.recruit_faq a, .main_contest .other_contents li.recruit_faq a, .main_message .other_contents li.recruit_faq a, .main_efforts .other_contents li.recruit_faq a {
  background: url(../recruit/img/bg02.jpg) no-repeat top center;
  background-size: cover;
}

.main_recruit.faq.demo .other_contents li.add, .main_information.demo .other_contents li.add, .main_welfare .other_contents li.add, .main_kitakyushu .other_contents li.add, .main_history .other_contents li.add, .main_number .other_contents li.add, .main_renewal_office .other_contents li.add, .main_events_new .other_contents li.add, .main_message .other_contents li.add, .main_efforts .other_contents li.add {
  width: 33.333%;
}

.main_recruit.faq.demo .other_contents li.add .tit_box h3, .main_information.demo .other_contents li.add .tit_box h3, .main_welfare .other_contents li.add .tit_box h3, .main_kitakyushu .other_contents li.add .tit_box h3, .main_history .other_contents li.add .tit_box h3, .main_number .other_contents li.add .tit_box h3, .main_renewal_office .other_contents li.add .tit_box h3, .main_events_new .other_contents li.add .tit_box h3, .main_message .other_contents li.add .tit_box h3, .main_efforts .other_contents li.add .tit_box h3 {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 27px;
  font-weight: 300;
}

.main_recruit.faq.demo .other_contents li.add .index_sub, .main_information.demo .other_contents li.add .index_sub, .main_welfare .other_contents li.add .index_sub, .main_kitakyushu .other_contents li.add .index_sub, .main_history .other_contents li.add .index_sub, .main_number .other_contents li.add .index_sub, .main_renewal_office .other_contents li.add .index_sub, .main_events_new .other_contents li.add .index_sub, .main_message .other_contents li.add .index_sub, .main_efforts .other_contents li.add .index_sub {
  line-height: 1.5;
}

.main_contest .other_contents li.add {
  width: 50%;
}

.main_contest .other_contents li.add .tit_box h3 {
  color: #fff;
  font-size: 27px;
  font-weight: inherit;
}

.main_contest .other_contents li.add .index_sub {
  line-height: 1.5;
}

.main_contest .other_contents li.add a {
  color: #fff;
}

.main_events .other_contents li.event a, .main_events .other_contents li.event.up a {
  pointer-events: none;
}

.main_events_new .other_contents li.event a, .main_events_new .other_contents li.event.up a {
  pointer-events: none;
}

.main_events .other_contents li.event a::before, .main_events .other_contents li.event.up a::before {
  opacity: .8;
}

.main_events_new .other_contents li.event a::before, .main_events_new .other_contents li.event.up a::before {
  opacity: .8;
}

.main_message .other_contents li.message a, .main_number .other_contents li.number a, .main_history .other_contents li.about a, .main_kitakyushu .other_contents li.kitaq a, .main_renewal_office .other_contents li.renewal_office a, .main_efforts .other_contents li.efforts a {
  pointer-events: none;
}

.main_message .other_contents li.message a::before, .main_number .other_contents li.number a::before, .main_history .other_contents li.about a::before, .main_kitakyushu .other_contents li.kitaq a::before, .main_renewal_office .other_contents li.renewal_office a::before, .main_efforts .other_contents li.efforts a::before {
  opacity: .8;
}

.main_information.demo .other_contents li.add {
  width: 33.333%;
}

.main_information.demo .other_contents li.add.application a {
  pointer-events: none;
}

.main_information.demo .other_contents li.add.application a::before {
  opacity: .8;
}

.main_welfare .other_contents li.add {
  width: 33.333%;
}

.main_welfare .other_contents li.add.welfare a {
  pointer-events: none;
}

.main_welfare .other_contents li.add.welfare a::before {
  opacity: .8;
}

.main_recruit.faq.demo .other_contents li.add {
  width: 33.333%;
}

.main_recruit.faq.demo .other_contents li.add.recruit_faq a {
  pointer-events: none;
}

.main_recruit.faq.demo .other_contents li.add.recruit_faq a::before {
  opacity: .8;
}

@media screen and (max-width: 740px) {
  .other_contents a {
    width: 86%;
    margin-bottom: 13%;
  }
  .wrapper {
    margin-bottom: 15%;
  }
  .other_contents {
    width: 90%;
    margin: 0 auto;
  }
  .other_contents h2 {
    font-size: 6.5vw;
    font-weight: 300;
  }
  .main_renewal_office .other_contents, .main_news .other_contents, .main_kitakyushu .other_contents, .main_events .other_contents, .main_events_new .other_contents, .main_history .other_contents, .main_number .other_contents, .main_recruit.faq.demo .other_contents, .main_information.demo .other_contents, .main_welfare .other_contents, .main_contest .other_contents, .main_message .other_contents, .main_efforts .other_contents {
    padding-bottom: 60px;
  }
  .main_renewal_office .other_contents li.add, .main_news .other_contents li.add, .main_kitakyushu .other_contents li.add, .main_events .other_contents li.add, .main_events_new .other_contents li.add, .main_history .other_contents li.add, .main_number .other_contents li.add, .main_recruit.faq.demo .other_contents li.add, .main_information.demo .other_contents li.add, .main_welfare .other_contents li.add, .main_contest .other_contents li.add, .main_message .other_contents li.add, .main_efforts .other_contents li.add {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 3%;
    padding-bottom: 40%;
    float: inherit;
  }
  .main_renewal_office .other_contents li.add .tit_box h3, .main_news .other_contents li.add .tit_box h3, .main_kitakyushu .other_contents li.add .tit_box h3, .main_events .other_contents li.add .tit_box h3, .main_events_new .other_contents li.add .tit_box h3, .main_history .other_contents li.add .tit_box h3, .main_number .other_contents li.add .tit_box h3, .main_recruit.faq.demo .other_contents li.add .tit_box h3, .main_information.demo .other_contents li.add .tit_box h3, .main_welfare .other_contents li.add .tit_box h3, .main_contest .other_contents li.add .tit_box h3, .main_message .other_contents li.add .tit_box h3, .main_efforts .other_contents li.add .tit_box h3 {
    font-size: 20px;
  }
  .main_contest .other_contents h2 {
    color: #fff;
  }
}

/**********************************************

cmn_tbl
(共通パーツ：テーブル)

**********************************************/
.tbl {
  display: flex;
  flex-wrap: wrap;
  width: 810px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-top: none;
}

.tbl dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 10px;
  border-top: 1px solid #ccc;
  background: #252525;
  color: #fff;
  text-align: center;
}

.tbl dd {
  box-sizing: border-box;
  width: 70%;
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .tbl {
    width: 100%;
    margin: 0 auto 15%;
    border: 1px solid #ccc;
    border-top: none;
    font-size: 4vw;
  }
  .tbl dt {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
  }
  .tbl dd {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-left: none;
  }
}

/**********************************************

section_recruit
(faq)

**********************************************/
.section_recruit.faq {
  width: 980px;
  margin: 60px auto;
}

.faq_box dd {
  display: none;
}

.faq_box dt {
  position: relative;
  margin-bottom: 5px;
  padding: 25px 65px;
  background: #00246b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.faq_box dd {
  padding: 20px 60px 30px;
}

.faq_box dt:before {
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 3px;
  height: 25px;
  transform: translateY(-50%);
  background-color: #fff;
  content: '';
  transition: all .2s ease-in;
}

.faq_box dt.active:before {
  display: none;
  transition: all .2s ease-in;
}

.faq_box dt:after {
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 25px;
  height: 3px;
  transform: translateY(-50%);
  background-color: #fff;
  content: '';
  transition: all .2s ease-in;
}

@media screen and (max-width: 760px) {
  .section_recruit.faq {
    width: 90%;
    margin: 10% auto;
  }
  .faq_box dd {
    padding: 5% 3% 5%;
  }
  .faq_box dt {
    padding: 6% 18% 4% 6%;
    font-size: 3.8vw;
  }
  .faq_box dt:before {
    height: 20px;
  }
  .faq_box dt:after {
    right: 20px;
    width: 20px;
  }
}

/**********************************************

contents_index_cmn
(各種インデックス)

**********************************************/
.naka .contents_box {
  width: 680px;
  margin: 0px auto 40px;
  background: #fff;
  box-shadow: 0 0 8px #f1f1f1;
}

.naka .contents_box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.naka .contents_box a:hover .box_l {
  transform: rotate(0) scale(1);
}

.naka .contents_box a:hover .box_r {
  background: #00246b;
  color: #fff;
}

.naka .contents_box .box_l {
  width: 310px;
  height: 200px;
  overflow: hidden;
  overflow: hidden;
  transform: rotate(3deg) scale(1.2);
  background: #ccc;
  transition: .3s ease-in-out;
}

.naka .contents_box .box_l.up {
  overflow: hidden;
  transform: rotate(0) scale(1);
  transition: .3s ease-in-out;
}

.naka .contents_box .box_l.up:hover {
  transform: rotate(3deg) scale(1.2);
}

.naka .contents_box .box_r {
  z-index: 999;
  position: relative;
  background: #fff;
}

.naka .contents_box .box_r .box_area {
  display: block;
  position: relative;
  width: 370px;
  height: 200px;
  transition: all  0.3s ease;
}

.naka .contents_box .box_r .inner {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.naka .contents_box .box_r .inner h3 {
  font-family: "din-condensed", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 740px) {
  .naka .contents_box {
    width: 100%;
    margin: 0px auto 10%;
  }
  .naka .contents_box a {
    height: 13vh;
  }
  .naka .contents_box a .box_l {
    width: 40%;
    height: 100%;
  }
  .naka .contents_box .box_l {
    width: 70%;
    height: auto;
    transform: rotate(0) scale(1);
  }
  .naka .contents_box .box_r {
    position: relative;
    width: 60%;
    height: 100%;
  }
  .naka .contents_box .box_r .box_area {
    z-index: 999;
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
  }
  .naka .contents_box .box_r .inner h3 {
    font-size: 6.5vw;
  }
}

/**********************************************

会社を知る index

**********************************************/
.main_company.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_company.naka .article_h2.up {
  z-index: 11;
  position: relative;
  background: url(../company/img/bg_up.jpg) no-repeat center;
  background-size: cover;
}

.main_company.naka .section_company .contents_box.box01 .box_l {
  background: url(../company/img/bg01_up.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_company.naka .section_company .contents_box.box02 .box_l {
  background: url(../company/img/bg02.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_company.naka .section_company .contents_box.box03 .box_l {
  background: url(../company/img/bg03_up.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_company.naka .section_company .contents_box.box04 .box_l {
  background: url(../company/img/bg04.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_company.naka .section_company .contents_box.box05 .box_l {
  background: url(../company/img/bg05.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_company.naka .section_company .contents_box.box06 .box_l {
  background: url(../company/img/bg06.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_company.naka .section_company .contents_box.box07 .box_l {
  background: url(../company/img/bg07.jpg) no-repeat top center;
  background-size: 100% auto;
}

@media screen and (max-width: 740px) {
  .main_company.naka .section_company .contents_box.box01 .box_l, .main_company.naka .section_company .contents_box.box02 .box_l, .main_company.naka .section_company .contents_box.box03 .box_l, .main_company.naka .section_company .contents_box.box04 .box_l, .main_company.naka .section_company .contents_box.box05 .box_l, .main_company.naka .section_company .contents_box.box06 .box_l, .main_company.naka .section_company .contents_box.box07 .box_l {
    background-size: cover;
  }
}

/**********************************************

仕事をしる index

**********************************************/
.main_work.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../work/img/bg.jpg) no-repeat top;
  background-size: cover;
}

.main_work.naka .section_work .contents_box.box01 .box_l {
  background: url(../work/img/bg01.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_work.naka .section_work .contents_box.box02 .box_l {
  background: url(../work/img/bg02.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_work.naka .section_work .contents_box.box02.up .box_l {
  background: url(../work/img/bg02_up.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_work .section_inner .bnr_area {
  max-width: 550px;
  margin: 0 auto 90px;
}

.main_work .section_inner.section_engineer .page_area.main {
  height: 530px;
}

.main_work .section_inner.section_engineer .page_area.page01 {
  background: linear-gradient(0deg, #fff 0%, #fff 70%, #2b7ea8 70%, #2b7ea8 100%);
}

.main_work .section_inner.section_engineer .page_area.page04.page_area {
  width: 980px;
  margin: 0 auto;
}

.main_work .section_inner.section_engineer .page_area.page05 {
  margin-top: -48px;
}

.main_work .section_inner.section_engineer .page_area.page07 {
  margin-bottom: 70px;
}

.main_work .section_inner.section_engineer .page_area .hukidashi.hukidashi02 {
  top: 370px;
  left: 180px;
  width: 300px;
}

.main_work .section_inner.section_engineer .catch.catch04 {
  top: 30px;
  left: 0;
}

.main_work .section_inner.section_engineer .bg_area {
  padding: 40px;
  background: #2b7ea8;
}

.main_work .section_inner .main.page_area {
  height: 530px;
}

.main_work .section_inner .main.page_area .base {
  width: 980px;
  margin: 0 auto;
}

.main_work .section_inner .page_area {
  position: relative;
}

.main_work .section_inner .page_area.page07 {
  width: 980px;
  margin: 0 auto;
}

.main_work .section_inner .page_area.page02 .ph {
  width: 740px;
  margin-top: -360px;
  margin-left: -110px;
}

.main_work .section_inner .page_area .base {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.main_work .section_inner .page_area .hukidashi {
  z-index: 999;
  position: absolute;
}

.main_work .section_inner .page_area .hukidashi.hukidashi01 {
  right: -30px;
  bottom: 10px;
  width: 580px;
  opacity: 0;
}

.main_work .section_inner .page_area .hukidashi.hukidashi01.open {
  animation: 3s fadeIn both;
  opacity: 1;
}

.main_work .section_inner .page_area .hukidashi.hukidashi02 {
  top: 290px;
  left: 190px;
  width: 300px;
  animation: fuwaanime 2s infinite;
  opacity: 0;
}

.main_work .section_inner .page_area .hukidashi.hukidashi02.open {
  opacity: 1;
}

.main_work .section_inner .page_area .hukidashi.hukidashi03 {
  right: 0;
  bottom: -30px;
  width: 380px;
  animation: swing 1s infinite;
  opacity: 0;
}

.main_work .section_inner .page_area .hukidashi.hukidashi03.open {
  opacity: 1;
}

.main_work .section_inner .page_area .hukidashi.hukidashi04 {
  top: -120px;
  right: 0;
  width: 530px;
  animation: swing 3s infinite;
  opacity: 0;
}

.main_work .section_inner .page_area .hukidashi.hukidashi04.open {
  opacity: 1;
}

.main_work .section_inner .page_area.page01 {
  background: linear-gradient(0deg, #fff 0%, #fff 70%, #d85536 70%, #d85536 100%);
}

.main_work .section_inner .page_area.page03 {
  width: 980px;
  margin: 0 auto -6px;
}

.main_work .section_inner .page_area.page05 .base {
  margin-top: -40px;
}

.main_work .section_inner .page_area.page06 {
  width: 980px;
  height: 522px;
  margin: 0 auto;
  margin: -142px auto 0;
}

.main_work .section_inner .page_area.page06 .ph {
  z-index: 99;
  position: absolute;
  right: 0;
  width: 700px;
}

.main_work .section_inner .bg_area {
  padding: 40px;
  background: #d85536;
}

.main_work .section_inner .catch.catch01 {
  width: 600px;
  margin: 0 auto -10px;
}

.main_work .section_inner .catch.catch02 {
  width: 368px;
  margin: 30px auto 0;
}

.main_work .section_inner .catch.catch03 {
  width: 600px;
  margin: 50px auto;
}

.main_work .section_inner .catch.catch04 {
  z-index: 999;
  position: absolute;
  top: -40px;
  left: 260px;
  width: 350px;
}

.main_work .section_inner .catch.catch06 {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 40px;
  width: 320px;
}

.main_work .section_inner .catch.catch07 {
  width: 600px;
  margin: 50px auto;
}

.main_work .section_inner .occupation_block {
  display: flex;
  width: 1000px;
  margin: 80px auto 165px;
}

.main_work .section_inner .occupation_block .box {
  position: relative;
  margin: 0 15px;
}

.main_work .section_inner .occupation_block .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  padding-top: 5px;
  border: solid 2px #252525;
  font-size: 19px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
}

.main_work .section_inner .occupation_block .tit.netz::before {
  display: block;
  width: 60px;
  height: 50px;
  margin-top: -5px;
  margin-right: 5px;
  background: url(../work/sales/img/new_logo.jpg) no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 740px) {
  .main_work .section_inner .occupation_block .tit.netz::before {
    width: 15vw;
    height: 6vw;
    margin-left: -1vw;
  }
}

.main_work .section_inner .occupation_block .tit.sec::before {
  display: block;
  width: 60px;
  height: 30px;
  margin-top: -5px;
  margin-right: 5px;
  background: url(../work/sales/img/sec_logo.jpg) no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 740px) {
  .main_work .section_inner .occupation_block .tit.sec::before {
    width: 12vw;
    height: 6vw;
    margin-left: -1vw;
  }
}

.main_work .section_inner .occupation_block .ph {
  margin-top: 20px;
}

.main_work .section_inner .occupation_block .txt {
  position: absolute;
  bottom: -95px;
  left: 50%;
  width: 90%;
  padding: 18px;
  transform: translateX(-50%);
  background: #d85536;
  color: #fff;
  font-size: 14.5px;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .main_work.naka .section_work .contents_box.box01 .box_l, .main_work.naka .section_work .contents_box.box02 .box_l {
    background-size: cover;
  }
}

/**********************************************

work detail

**********************************************/
/*共通*/
@media screen and (max-width: 740px) {
  .main_work .section_inner.section_engineer .page04.page_area {
    width: 100% !important;
  }
  .main_work .section_inner.section_engineer .page_area.main {
    height: 0;
    margin-bottom: 0;
  }
  .main_work .section_inner.section_engineer .page_area .hukidashi.hukidashi02 {
    top: 42%;
    left: 6%;
    width: 40%;
  }
  .main_work .section_inner.section_engineer .page_area.page05 {
    margin-top: 0%;
  }
  .main_work .section_inner.section_engineer .page_area.page05 .base {
    margin-top: 8%;
  }
  .main_work .section_inner.section_engineer .page_area.page06 {
    overflow: hidden;
  }
  .main_work .section_inner.section_engineer .page_area.page06 .ph {
    left: -15%;
  }
  .main_work .section_inner.section_engineer .catch.catch04 {
    top: 5%;
    width: 42%;
  }
  .main_work .section_inner.section_engineer .catch.catch06 {
    top: 25%;
    right: 5%;
    left: auto;
    width: 37%;
  }
}

@keyframes fuwaanime {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 740px) {
  /*共通*/
  .main_work .section_inner {
    padding: 0;
  }
  .main_work .section_inner .main.page_area {
    height: 0;
    margin-bottom: 9%;
  }
  .main_work .section_inner .main.page_area .base {
    width: 100%;
    margin: 0 auto;
  }
  .main_work .section_inner .page_area {
    position: relative;
  }
  .main_work .section_inner .page_area.page02 .ph {
    width: 70%;
    margin-top: -25%;
    margin-left: 0;
  }
  .main_work .section_inner .page_area .base {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .main_work .section_inner .page_area .hukidashi {
    z-index: 999;
    position: absolute;
  }
  .main_work .section_inner .page_area .hukidashi.hukidashi01 {
    right: 1%;
    bottom: 5%;
    width: 70%;
  }
  .main_work .section_inner .page_area .hukidashi.hukidashi02 {
    top: 35%;
    left: 6%;
    width: 40%;
  }
  .main_work .section_inner .page_area .hukidashi.hukidashi03 {
    right: 5%;
    bottom: -50%;
    width: 54%;
  }
  .main_work .section_inner .page_area .hukidashi.hukidashi04 {
    top: -35%;
    right: -1%;
    width: 59%;
  }
  .main_work .section_inner .page_area.page03 {
    width: 100%;
    margin: 0 auto -6px;
  }
  .main_work .section_inner .page_area.page05 .base {
    margin-top: 32%;
  }
  .main_work .section_inner .page_area.page06 {
    width: 100%;
    height: 0;
    margin: -12% auto 0;
    padding-bottom: 87%;
  }
  .main_work .section_inner .page_area.page06 .ph {
    z-index: 99;
    position: absolute;
    right: 0;
    width: 90%;
  }
  .main_work .section_inner .page_area.page07 {
    width: 100% !important;
  }
  .main_work .section_inner .bg_area {
    padding: 6%;
  }
  .main_work .section_inner .catch.catch01 {
    width: 80%;
    margin: 0 auto -1%;
  }
  .main_work .section_inner .catch.catch02 {
    width: 60%;
    margin: 0 auto;
  }
  .main_work .section_inner .catch.catch03 {
    width: 90%;
    margin: 10% auto;
  }
  .main_work .section_inner .catch.catch04 {
    top: 15%;
    left: 5%;
    width: 50%;
  }
  .main_work .section_inner .catch.catch06 {
    top: 0px;
    left: 5%;
    width: 50%;
  }
  .main_work .section_inner .catch.catch07 {
    width: 90%;
    margin: 10% auto;
  }
  .main_work .section_inner .occupation_block {
    display: inherit;
    width: 100%;
    margin: 15% auto 10%;
  }
  .main_work .section_inner .occupation_block .box {
    margin: 0 15px;
    margin-bottom: 47vw;
  }
  .main_work .section_inner .occupation_block .tit {
    width: 60vw;
    height: 11vw;
    font-size: 4vw;
    line-height: 5vw;
  }
  .main_work .section_inner .occupation_block .ph {
    margin-top: 20px;
  }
  .main_work .section_inner .occupation_block .txt {
    bottom: -38vw;
    width: 90%;
    margin-top: 12px;
    font-size: 3.5vw;
  }
}

/**********************************************

採用情報 index

**********************************************/
.main_recruit.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../recruit/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_recruit.naka .section_recruit .contents_box.box01 .box_l {
  background: url(../recruit/img/bg01.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_recruit.naka .section_recruit .contents_box.box01.up .box_l {
  background: url(../recruit/img/bg01_up.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_recruit.naka .section_recruit .contents_box.box02 .box_l {
  background: url(../recruit/img/bg02.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_recruit.naka .section_recruit .contents_box.box03 .box_l {
  background: url(../recruit/img/bg03.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_recruit.naka .section_recruit .contents_box.box04 .box_l {
  background: url(../recruit/img/bg04.jpg) no-repeat top center;
  background-size: 100% auto;
}

.main_recruit.naka .section_recruit .contents_box.box04.up .box_l {
  background: url(../recruit/img/bg04_up.jpg) no-repeat top center;
  background-size: 100% auto;
}

@media screen and (max-width: 740px) {
  .main_recruit.naka .section_recruit .contents_box.box01 .box_l, .main_recruit.naka .section_recruit .contents_box.box02 .box_l {
    background-size: cover;
  }
}

/*募集要項*/
.main_news .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../news/img/bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_information .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../recruit/application/img/bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_information .article_h2.up {
  z-index: 11;
  position: relative;
  background: url(../recruit/application/img/bg_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_information .application_box h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.main_information .section_information.section_inner {
  width: 1200px;
  margin: 60px auto;
}

.main_information .section_information.section_inner ul.horizontal {
  border: none;
}

.main_information .section_information.section_inner ul.horizontal li {
  width: 300px;
}

.main_information .section_information.section_inner ul.horizontal li.active a {
  background: #00246b;
  color: #fff;
}

.main_information .section_information.section_inner ul.horizontal li a {
  height: 50px;
  border: solid 2px #00246b;
  color: #00246b;
  font-size: 15px;
  font-weight: bold;
  line-height: 34px;
}

.main_information .section_information.section_inner ul.horizontal li a:hover {
  background: #00246b;
  color: #fff;
}

@media screen and (max-width: 740px) {
  .main_information .section_information.section_inner {
    width: 100%;
    margin: 10% auto 0;
  }
  .main_information .section_information.section_inner ul.horizontal {
    margin-bottom: 11%;
  }
  .main_information .section_information.section_inner ul.horizontal li {
    width: 100%;
    margin-bottom: 3%;
    float: none;
    float: initial;
  }
  .main_information .section_information.section_inner ul.horizontal li a {
    height: auto;
  }
}

/**********************************************

福利厚生

**********************************************/
.main_welfare .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../recruit_demo/welfare/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_welfare .article_h2.up {
  z-index: 11;
  position: relative;
  background: url(../recruit/welfare/img/bg_up.jpg) no-repeat center;
  background-size: cover;
}

.main_welfare .section_welfare {
  width: 1100px;
  margin: 60px auto;
}

.main_welfare .section_welfare h3 {
  width: 380px;
  margin: 0 auto 20px;
  margin-bottom: 50px;
  padding: 5px 0 0;
  background: #252525;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}

.main_welfare .section_welfare .catch {
  font-size: 20px;
  text-align: center;
}

.main_welfare .section_welfare .system_area {
  margin-top: 40px;
  margin-top: 60px;
}

.main_welfare .section_welfare .system_area .system_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.main_welfare .section_welfare .system_area .box {
  width: 250px;
  margin: 0 20px 5px;
}

.main_welfare .section_welfare .system_area .icon {
  display: flex;
  width: 170px;
  margin: 0 auto;
}

.main_welfare .section_welfare .system_area .icon img {
  align-self: flex-start;
}

.main_welfare .section_welfare .system_area .catch {
  margin-top: 15px;
  font-weight: bold;
}

.main_welfare .section_welfare .system_area .txt {
  margin-top: 6px;
  text-align: center;
}

.main_welfare .section_welfare .training_area {
  margin-top: 130px;
}

.main_welfare .section_welfare .training_area h4 {
  width: 350px;
  margin: 70px auto 35px;
  padding-top: 5px;
  border: solid 1px #00246b;
  color: #00246b;
  font-size: 20px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}

.main_welfare .section_welfare .training_area .contents_box {
  display: flex;
  width: 1100px;
  margin-bottom: 20px;
  box-shadow: none;
}

.main_welfare .section_welfare .training_area .box .txt {
  font-size: 15px;
}

/*社内制度*/
/*社内研修*/
@media screen and (max-width: 740px) {
  .main_welfare .section_welfare {
    width: 100%;
    margin: 13vw auto 20vw;
  }
  .main_welfare .section_welfare h3 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 5.3vw;
  }
  .main_welfare .section_welfare .catch {
    font-size: 4.5vw;
  }
  .main_welfare .section_welfare .system_area {
    margin-top: 40px;
  }
}

/*社内制度*/
@media screen and (max-width: 740px) {
  .main_welfare .section_welfare .system_area {
    margin-top: 13vw;
  }
  .main_welfare .section_welfare .system_area .system_block {
    display: block;
    justify-content: left;
    margin-top: 5vw;
  }
  .main_welfare .section_welfare .system_area .box {
    width: 100%;
    margin: 0 auto 7vw;
  }
  .main_welfare .section_welfare .system_area .icon {
    width: 50%;
  }
  .main_welfare .section_welfare .system_area .txt {
    font-size: 3.9vw;
  }
  .main_welfare .section_welfare .system_area .txt.justify {
    text-align: justify;
  }
}

/*社内研修*/
@media screen and (max-width: 740px) {
  .main_welfare .section_welfare .training_area {
    margin-top: 15vw;
  }
  .main_welfare .section_welfare .training_area h4 {
    width: 80%;
    margin: 10vw auto 7vw;
    font-size: 4.5vw;
    line-height: 11vw;
  }
  .main_welfare .section_welfare .training_area .contents_box {
    width: 100%;
  }
}

/**********************************************

GUIDE

**********************************************/
.main_recruit .main {
  background-image: url(../guide/img/main.jpg);
}

.main_recruit .section_inner {
  padding: 0 2%;
}

.main_recruit .section_info {
  margin-top: 30px;
}

.main_recruit .section_contents .contents {
  margin-top: 50px;
}

.main_recruit .section_contents .unit h4 {
  font-family: "din-condensed", sans-serif;
  font-size: 26px;
}

.main_recruit .section_contents .unit_inner {
  position: relative;
}

.main_recruit .section_contents .unit .box_l, .main_recruit .section_contents .unit .box_r {
  width: 50%;
}

.main_recruit .section_contents .unit .box_l.ph, .main_recruit .section_contents .unit .box_r.ph {
  width: 50%;
  line-height: 0;
}

.main_recruit .section_contents .unit01 .box_r, .main_recruit .section_contents .unit03 .box_r, .main_recruit .section_contents .unit04 .box_r, .main_recruit .section_contents .unit07 .box_r {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 51%);
  padding: 30px;
  transform: translateY(-50%);
  text-align: left;
}

.main_recruit .section_contents .unit02 .box_l, .main_recruit .section_contents .unit05 .box_l, .main_recruit .section_contents .unit06 .box_l, .main_recruit .section_contents .unit08 .box_l {
  position: absolute;
  top: 50%;
  right: inherit;
  left: 0;
  width: calc(100% - 51%);
  padding: 30px;
  transform: translateY(-50%);
  text-align: left;
}

.main_recruit .section_contents .unit07 h4 {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 740px) {
  .main_recruit .section_info {
    margin-top: 5%;
  }
}

/**********************************************

main_renewal_office 2019 add

**********************************************/
.main_renewal_office.naka {
  background: none;
}

.main_renewal_office.naka .unit {
  margin-bottom: 50px;
}

.main_renewal_office.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/renewal_office/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_renewal_office.naka .section_inner {
  margin: 0 auto;
  /* for pc */
  /* for sp */
}

.main_renewal_office.naka .catch_area {
  padding: 50px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  /* for sp */
}

.main_renewal_office.naka .uni_area {
  margin-bottom: 50px;
}

.main_renewal_office.naka .uni_area.unit_area1 {
  /* for pc */
  /* for sp */
  margin: 0 auto;
}

.main_renewal_office.naka .uni_area h3 {
  margin-bottom: 40px;
  border-bottom: solid 1px #ccc;
  color: #00246b;
  font-size: 30px;
  font-weight: 600;
  /* for sp */
}

.main_renewal_office.naka .unit {
  /* for pc */
}

.main_renewal_office.naka .unit .ph, .main_renewal_office.naka .unit .contents {
  /* for sp */
}

.main_renewal_office.naka .unit .ph, .main_renewal_office.naka .unit .contents {
  /* for pc */
}

.main_renewal_office.naka .unit .ph h4, .main_renewal_office.naka .unit .contents h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  font-weight: 600;
}

.main_renewal_office.naka .unit .ph2 {
  width: 80%;
  margin-top: 40px;
  /* for pc */
  /* for sp */
}

.main_renewal_office.naka .unit.unit1 .ph {
  order: 1;
}

.main_renewal_office.naka .unit.unit1 .contents {
  order: 2;
  /* for pc */
}

.main_renewal_office.naka .unit:nth-child(odd) .contents, .main_renewal_office.naka .unit.unit2 .contents {
  order: 1;
  text-align: right;
}

.main_renewal_office.naka .unit:nth-child(odd) .ph, .main_renewal_office.naka .unit.unit2 .ph {
  order: 2;
}

.main_renewal_office.naka .unit:nth-child(even) .ph, .main_renewal_office.naka .unit.unit3 .ph {
  order: 1;
}

.main_renewal_office.naka .unit:nth-child(even) .contents, .main_renewal_office.naka .unit.unit3 .contents {
  order: 2;
}

.main_renewal_office.naka .gallery_list {
  position: relative;
}

.main_renewal_office.naka .slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* for sp */
}

.main_renewal_office.naka .slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  /* for sp */
}

.main_renewal_office.naka .slick-slide {
  height: auto;
  padding: 0 10px;
  opacity: .4;
  /* for sp */
}

.main_renewal_office.naka .slick-slide img {
  width: 100%;
}

.main_renewal_office.naka .slick-slide.slick-active {
  opacity: 1;
}

.main_renewal_office.naka .slick-prev {
  display: block;
  /*text-overflow: ellipsis;*/
  z-index: 100;
  position: absolute;
  top: 36%;
  left: 20%;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
  /* for sp */
}

.main_renewal_office.naka .slick-prev::after {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
  transform: rotate(-45deg);
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  content: " ";
}

.main_renewal_office.naka .slick-next {
  display: block;
  /*text-overflow: ellipsis;*/
  z-index: 100;
  position: absolute;
  top: 36%;
  right: 20%;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
  /* for sp */
}

.main_renewal_office.naka .slick-counter {
  margin-top: 30px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}

.main_renewal_office.naka .slick-initialized .slick-slide {
  display: block;
  float: left;
}

.main_renewal_office.naka .slick-next::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  transform: rotate(135deg);
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  content: " ";
}

.main_renewal_office.naka .gallery_list a {
  display: block;
}

.main_renewal_office.naka .gallery_list .ph {
  width: auto;
  margin-bottom: 22px;
  overflow: hidden;
  /* for sp */
}

.main_renewal_office.naka .gallery_list .catch {
  color: #fff;
}

.main_renewal_office.naka .gallery_list .ph img {
  display: inline-block;
  width: 100%;
}

.main_renewal_office.naka li:hover .ph img {
  filter: blur(5px) opacity(0.3);
  opacity: .3;
}

.main_renewal_office.naka .uni_area.unit_area2 {
  padding: 50px 0;
  background: #252525;
  /* for pc */
  /* for sp */
}

.main_renewal_office.naka .uni_area.unit_area2 h3 {
  border-bottom: none;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .unit {
    /* for sp Device Only */
  }
  .main_renewal_office.naka .unit:nth-child(odd) {
    padding: 5%;
    background: #e6ecf5;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .section_inner {
    padding: 0;
    widows: 100%;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .catch_area {
    padding: 10% 0;
    font-size: 4.1vw;
  }
}

/*基本設定*/
@media screen and (min-width: 761px) {
  .main_renewal_office.naka .uni_area.unit_area1 {
    width: 1100px;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .uni_area.unit_area1 {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .uni_area h3 {
    margin-bottom: 6%;
    padding-bottom: 10px;
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
  }
  .main_renewal_office.naka .uni_area h3.color_bg {
    margin-bottom: 0;
    padding-top: 7%;
    padding-bottom: 5%;
    background: #e6ecf5;
  }
}

@media screen and (min-width: 761px) {
  .main_renewal_office.naka .unit {
    display: flex;
    margin-top: 50px;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .unit {
    /* for sp Device Only */
  }
  .main_renewal_office.naka .unit.unit4 {
    padding-top: 7%;
    padding-bottom: 5%;
    background: #e6ecf5;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .unit .ph {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .unit .contents {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 761px) {
  .main_renewal_office.naka .unit .ph, .main_renewal_office.naka .unit .contents {
    width: 50%;
  }
}

@media screen and (min-width: 761px) {
  .main_renewal_office.naka .unit .ph2 {
    margin-left: 30px;
  }
  .main_renewal_office.naka .shop_link {
    width: 260px;
    margin: 20px auto 0;
    margin-left: 110px;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .unit .ph2 {
    width: 100%;
    margin: 5% auto;
    margin-top: 5%;
  }
  .main_renewal_office.naka .shop_link {
    width: 80%;
    margin: 5% auto 0;
  }
}

@media screen and (min-width: 761px) {
  .main_renewal_office.naka .unit.unit1 .contents {
    padding-left: 30px;
  }
  .main_renewal_office.naka .unit.unit1 .contents .other_contents a {
    width: 90%;
    margin: 40px 0 0 0;
    background: #000;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .unit.unit1 .contents .other_contents a {
    margin-top: 10%;
    background: #000;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .slick-list {
    width: 90%;
    margin: 0 auto;
    padding: 0px !important;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .slick-prev {
    left: 1%;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .slick-next {
    right: 1%;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .gallery_list .ph {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
  }
}

@media screen and (min-width: 761px) {
  .main_renewal_office.naka .uni_area.unit_area2 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 760px) {
  .main_renewal_office.naka .uni_area.unit_area2 {
    margin-top: 10%;
  }
}

/**********************************************

ABOUT

**********************************************/
.main_history.naka {
  background: none;
}

.main_history.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/about/img/bg.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 761px) {
  .main_history.naka .article_h2 {
    height: 380px;
    padding: 150px 0;
  }
}

.main_history.naka .article_h2.up {
  z-index: 11;
  position: relative;
  background: url(../company/about/img/bg_up.jpg) no-repeat center;
  background-size: cover;
}

.main_history.naka .section_history {
  width: 1100px;
  margin: 60px auto;
}

.main_history.naka .section_history h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.main_history.naka .section_history .box_l, .main_history.naka .section_history .box_r {
  width: 48%;
  padding: 16px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.main_history.naka .section_history .box_l .tbl, .main_history.naka .section_history .box_r .tbl {
  width: 100%;
  border: none;
}

.main_history.naka .section_history .box_l .tbl dt, .main_history.naka .section_history .box_l .tbl dd {
  margin-bottom: 4px;
  padding: 12px;
  border: none;
}

.main_history.naka .section_history .box_r .tbl dt, .main_history.naka .section_history .box_r .tbl dd {
  margin-bottom: 4px;
  padding: 12px;
  border: none;
}

.main_history.naka .section_history .box_l .map_frame iframe, .main_history.naka .section_history .box_r .map_frame iframe {
  width: 100%;
  height: 235px;
  border: none;
}

.main_history.naka .section_history .box_l .map_link a, .main_history.naka .section_history .box_r .map_link a {
  display: block;
  width: 200px;
  height: 30px;
  margin: 10px auto 0;
  background: #00246b;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.main_history dl.history_contents {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto;
}

.main_history dl.history_contents::before {
  z-index: -1;
  position: absolute;
  top: 40px;
  left: 12.4%;
  width: 2px;
  height: 98%;
  background: #ccc;
  content: "";
}

.main_history dl.history_contents dt {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
  margin-bottom: 25px;
  font-family: "din-condensed", sans-serif;
  font-size: 35px;
  font-weight: bold;
}

.main_history dl.history_contents dt::before {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 120px;
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  background: #ccc;
  content: "";
}

.main_history dl.history_contents dt:after {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 48%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 20px;
  background: #CE2A1E;
  content: "";
}

.main_history dl.history_contents dt.big_event {
  justify-content: center;
  color: #00246b;
  font-size: 50px;
}

.main_history dl.history_contents dt.big_event::before, .main_history dl.history_contents dt.big_event:after {
  display: none;
}

.main_history dl.history_contents dd {
  display: flex;
  align-items: center;
  width: 65%;
  margin-bottom: 25px;
  padding-left: 4%;
  font-size: 15px;
  font-weight: bold;
}

.main_history dl.history_contents dd.big_contents {
  justify-content: center;
  padding-left: 0;
  border: solid 2px #00246b;
  background: #fff;
  color: #00246b;
  font-size: 16px;
  font-weight: bold;
}

.main_history dl.history_contents dd.big_contents .box_l, .main_history dl.history_contents dd.big_contents .box_r {
  width: 50%;
}

.main_history dl.history_contents dd.big_contents .box_l {
  font-size: 15px;
}

.main_history dl.history_contents dd.big_contents .box_r li:nth-of-type(3) {
  width: 49%;
  float: left;
}

.main_history.naka .section_history .big_contents .box_r, .main_history.naka .section_history .big_contents .box_l {
  border: none;
}

.main_history.naka .section_history dl.history_contents dt, .main_history.naka .section_history dl.history_contents dd {
  opacity: 0;
}

.main_history.naka .section_history dl.history_contents dt.open, .main_history.naka .section_history dl.history_contents dd.open {
  animation: 2.0s ease 1.0s normal fadeInUp both;
}

/*アニメーションを導入*/
@media screen and (max-width: 740px) {
  .main_history.naka .section_history {
    width: 100%;
    margin: 10% auto;
  }
  .main_history.naka .section_history h3 {
    margin-bottom: 3%;
    padding-bottom: 3%;
    font-size: 5.3vw;
  }
  .main_history.naka .section_history .box_l, .main_history.naka .section_history .box_r {
    width: 100%;
    padding: 5% 0% 0;
  }
  .main_history.naka .section_history .box_l .tbl, .main_history.naka .section_history .box_r .tbl {
    margin-bottom: 5%;
  }
  .main_history.naka .section_history .box_l .map_frame, .main_history.naka .section_history .box_r .map_frame {
    padding-bottom: 10%;
  }
  .main_history dl.history_contents {
    width: 100%;
  }
  .main_history dl.history_contents dt {
    width: 25%;
    font-size: 5.5vw;
  }
  .main_history dl.history_contents dt::before {
    display: none;
  }
  .main_history dl.history_contents dt::after {
    left: 46%;
  }
  .main_history dl.history_contents dt.big_event {
    font-size: 10.8vw;
  }
  .main_history dl.history_contents dd {
    width: 72%;
    font-feature-settings: 'palt';
    font-size: 3.8vw;
  }
  .main_history dl.history_contents dd.big_contents {
    font-size: 4vw;
  }
  .main_history dl.history_contents dd.big_contents .box_l {
    width: 100%;
    padding: 1% 1%;
    font-size: 3.4vw;
    line-height: 1.2;
  }
  .main_history dl.history_contents dd.big_contents .box_r {
    width: 100%;
    padding: 1% 1%;
    font-size: 3.4vw;
    line-height: 1.2;
  }
  .main_history dl.history_contents dd.big_contents .box_r li:nth-of-type(2) {
    margin-top: 2%;
    margin-right: 2%;
  }
  .main_history dl.history_contents dd.big_contents .box_r li:nth-of-type(3) {
    margin-top: 2%;
  }
}

/**********************************************

kitakyushu
さっちがキタQ！

**********************************************/
.main_kitakyushu.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/kitaq/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_kitakyushu.naka .article_h2 .sub {
  font-family: "kozuka-gothic-pro", sans-serif;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner {
  margin: 60px auto;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .catch {
  width: 1100px;
  margin: 0 auto 50px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box {
  position: relative;
  width: 100%;
  height: 800px;
  margin: 0;
  box-shadow: 0 0;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box01 {
  background: url(../company/kitaq/img/box01bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box01 .contents_box {
  right: 16%;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box02 {
  background: url(../company/kitaq/img/box02bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box02 .contents_box {
  left: 16%;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box02 .map_ph {
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 16%;
  width: 30%;
  max-width: 600px;
  transform: translateY(-50%);
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box03 {
  background: url(../company/kitaq/img/box03bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box03 .contents_box {
  right: 16%;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 {
  background: url(../company/kitaq/img/box04bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box {
  left: 50%;
  width: 80%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box .txt_box .btn_link a {
  display: block;
  width: 500px;
  margin: 30px auto;
  background: #CE2A1E;
  font-size: 16px;
  font-weight: bold;
  line-height: 4;
  text-align: center;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box .txt_box h3 {
  border-bottom: #fff solid 1px;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box .ph {
  width: 76%;
  margin: 40px auto 0;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box .ph li {
  display: inline-block;
  width: 49%;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box {
  z-index: 999;
  position: absolute;
  top: 50%;
  width: 35%;
  margin: 0;
  padding: 40px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .charm_num {
  z-index: 999;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 100px;
  height: 100px;
  padding-top: 13px;
  transform: translateX(-50%);
  border-radius: 65%;
  background: #00246b;
  color: #fff;
  font-family: "din-condensed", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .charm_num span {
  display: block;
  font-size: 50px;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .txt_box {
  padding-top: 40px;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .txt_box h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #00246b;
  font-feature-settings: 'palt';
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .txt_box h4 {
  margin: 0.7rem 0;
  text-align: center;
}

.main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .txt_box .txt {
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 14px;
}

@media screen and (max-width: 740px) {
  .main_kitakyushu.naka .section_kitakyushu.section_inner {
    margin: 10% auto;
    padding: 0;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .catch {
    width: 90%;
    margin: 0 auto 10%;
    font-size: 5.1vw;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box {
    height: auto;
    padding: 20% 0;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box01 .contents_box {
    position: relative;
    right: auto;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box02 .contents_box {
    position: relative;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box02 .map_ph {
    position: relative;
    top: auto;
    right: auto;
    width: 97%;
    max-width: 400px;
    margin: 10% auto 0;
    transform: translateY(0);
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box03 .contents_box {
    position: relative;
    right: auto;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box {
    position: relative;
    left: 50%;
    width: 90%;
    transform: translateY(0) translateX(-50%);
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box .txt_box .btn_link a {
    width: 90%;
    margin: 5% auto;
    padding: 6%;
    font-size: 4.3vw;
    line-height: 1.5;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box .ph {
    width: 100%;
    margin: 7% auto 0;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box.box04 .contents_box .ph li {
    display: block;
    width: 100%;
    margin-bottom: 4%;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box {
    top: 50%;
    width: 100%;
    padding: 3%;
    transform: translateY(-50%);
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .charm_num {
    width: 70px;
    height: 70px;
    padding-top: 13px;
    font-size: 4.5vw;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .charm_num span {
    font-size: 8.5vw;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .txt_box {
    padding-top: 11%;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .txt_box h3 {
    font-size: 7.5vw;
  }
  .main_kitakyushu.naka .section_kitakyushu.section_inner .kitaq_box .contents_box .txt_box .txt {
    font-size: inherit;
  }
}

/**********************************************

EVENTS（デザイン変更）

**********************************************/
div[id^="anc"] {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 760px) {
  div[id^="anc"] {
    margin-top: -20px;
    padding-top: 20px;
  }
}

.main_events_new.naka .article_h2 {
  height: 834px;
  margin-bottom: 60px;
  padding: 0;
  background: #00cece url(../company/event/img/main.jpg) no-repeat center;
  background-size: auto 100%;
  color: #fff;
}

.main_events_new.naka .article_h2::before {
  content: none;
}

.main_events_new.naka .article_h2 h2 {
  margin-bottom: 5px;
  font-size: 73px;
  line-height: 1;
}

.main_events_new.naka .article_h2 .txt {
  font-size: 13px;
  line-height: 1;
}

.main_events_new.naka .article_h2 .inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 47px;
  text-align: left;
}

.main_events_new.naka .anchor_box {
  width: 90%;
  max-width: 985px;
  margin: 0 auto 160px;
}

.main_events_new.naka .anchor_box li {
  display: inline-block;
  width: 15.8333%;
  max-width: 160px;
  margin-right: 1%;
  float: left;
  text-align: center;
}

.main_events_new.naka .anchor_box li:last-child {
  margin-right: 0;
}

.main_events_new.naka .anchor_box li .ph {
  margin-bottom: 5px;
}

.main_events_new.naka .anchor_box li .txt {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.main_events_new.naka .h3_unit {
  margin-bottom: 80px;
  text-align: center;
}

.main_events_new.naka .h3_unit h3 {
  margin-bottom: 40px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 1;
}

.main_events_new.naka .h3_unit .txt {
  font-size: 19px;
  line-height: 1.8;
}

.main_events_new.naka .contents_unit {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 134px;
}

.main_events_new.naka .contents_unit h4 {
  margin-bottom: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #0074c2;
  background: #faf8f2;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.main_events_new.naka .contents_unit .ph {
  margin-bottom: 20px;
}

.main_events_new.naka .contents_unit .txt {
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.main_events_new.naka .contents_unit.conclusion {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto 160px;
}

.main_events_new.naka .contents_unit.conclusion .ph {
  margin-bottom: 44px;
}

.main_events_new.naka .contents_unit.conclusion .txt {
  margin-top: 0px;
  font-size: 19px;
}

.main_events_new.naka .map_link_area {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
}

.main_events_new.naka .map_link_area .name {
  z-index: 100;
  position: absolute;
  font-family: "din-condensed", sans-serif;
  font-size: 39px;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}

.main_events_new.naka .map_link_area .name.name01 {
  top: -12%;
  right: 17%;
}

.main_events_new.naka .map_link_area .name.name02 {
  bottom: 36%;
  /* text-align: left; */
}

.main_events_new.naka .map_link_area .name.name03 {
  right: 26%;
  bottom: 25%;
}

.main_events_new.naka .map_link_area .name small {
  display: block;
  font-size: 26px;
}

.main_events_new.naka .map_link_area .icon {
  position: absolute;
  width: 17%;
}

.main_events_new.naka .map_link_area .icon.icon_01 {
  right: 31%;
  bottom: 43%;
  width: 25%;
  animation: fluffy2 2s ease infinite;
}

.main_events_new.naka .map_link_area .icon.icon_01 .fukidashi {
  top: -40px;
  left: 34%;
}

.main_events_new.naka .map_link_area .icon.icon_02 {
  z-index: 1000;
  top: 21%;
  left: 17%;
  animation: fluffy1 4s ease infinite;
}

.main_events_new.naka .map_link_area .icon.icon_02 .fukidashi {
  top: -87%;
  left: 20%;
}

.main_events_new.naka .map_link_area .icon.icon_03 {
  top: 1%;
  right: 34%;
  animation: fluffy2 7s ease infinite;
}

.main_events_new.naka .map_link_area .icon.icon_03 .fukidashi {
  top: -24%;
  left: 20%;
}

.main_events_new.naka .map_link_area .icon.icon_04 {
  z-index: 1200;
  bottom: 43%;
  left: 18%;
  width: 26%;
  animation: fuwaanime 2s ease infinite;
}

.main_events_new.naka .map_link_area .icon.icon_04 .fukidashi {
  top: -67%;
  left: 11%;
}

.main_events_new.naka .map_link_area .icon.icon_05 {
  top: 6%;
  right: 9%;
  width: 25%;
  animation: fuwaanime 4s infinite;
}

.main_events_new.naka .map_link_area .icon.icon_05 .fukidashi {
  left: 20%;
}

.main_events_new.naka .map_link_area .icon.icon_06 {
  top: 2%;
  left: 30%;
  width: 19%;
  animation: fluffy2 5s ease infinite;
}

.main_events_new.naka .map_link_area .icon.icon_06 .fukidashi {
  top: -2%;
  left: 0%;
}

.main_events_new.naka .icon a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.main_events_new.naka .icon a:hover {
  opacity: 1;
}

.main_events_new.naka .icon a img {
  opacity: 1 !important;
}

.main_events_new.naka .fukidashi {
  display: none;
  position: absolute;
  top: -80px;
  left: 50%;
  width: 200px;
  padding: 16px;
  transform: translateX(-50%);
  border-radius: 5px;
  background: #CE2A1E;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.main_events_new.naka .fukidashi:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 29px solid #CE2A1E;
  border-right: 12px solid transparent;
  border-left: 13px solid transparent;
  content: " ";
  pointer-events: none;
}

.main_events_new.naka .image:hover + .fukidashi {
  display: block;
  animation: fadeInUpBig 3 ease both;
}

@media screen and (max-width: 740px) {
  .main_events_new.naka .inner {
    display: none;
  }
  .main_events_new.naka .article_h2 {
    height: 100vw;
    margin-bottom: 8%;
    padding: 0;
    background: #00cece url(../company/event/img/main_sp.jpg) no-repeat center;
    background-size: auto 100%;
    color: #fff;
  }
  .main_events_new.naka .article_h2::before {
    content: none;
  }
  .main_events_new.naka .article_h2 h2 {
    margin-bottom: 1%;
    font-size: 9.73vw;
  }
  .main_events_new.naka .article_h2 .txt {
    font-size: 3.47vw;
  }
  .main_events_new.naka .article_h2 .inner {
    padding-top: 5%;
  }
  .main_events_new.naka .anchor_box {
    width: 100%;
    margin: 0 auto 10%;
  }
  .main_events_new.naka .anchor_box li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 5%;
    float: left;
  }
  .main_events_new.naka .anchor_box li:nth-child(2n) {
    float: right;
  }
  .main_events_new.naka .anchor_box li:nth-child(2n+1) {
    clear: left;
  }
  .main_events_new.naka .anchor_box li .ph {
    margin-bottom: 2%;
  }
  .main_events_new.naka .anchor_box li .txt {
    font-size: 3.47vw;
  }
  .main_events_new.naka .h3_unit {
    margin-bottom: 10%;
  }
  .main_events_new.naka .h3_unit h3 {
    margin-bottom: 5%;
    font-size: 6.8vw;
  }
  .main_events_new.naka .h3_unit .txt {
    font-size: 3.33vw;
  }
  .main_events_new.naka .contents_unit {
    width: 100%;
    margin: 0 auto 10%;
  }
  .main_events_new.naka .contents_unit h4 {
    margin-bottom: 5%;
    padding: 4%;
    font-size: 4.8vw;
    line-height: 1.3;
  }
  .main_events_new.naka .contents_unit .ph {
    margin-bottom: 5%;
  }
  .main_events_new.naka .contents_unit .txt {
    margin-bottom: 5%;
    font-size: 3.33vw;
    text-align: left;
  }
  .main_events_new.naka .contents_unit.conclusion {
    width: 100%;
    margin: 0 auto 10%;
  }
  .main_events_new.naka .contents_unit.conclusion .ph {
    margin-bottom: 5%;
  }
  .main_events_new.naka .contents_unit.conclusion .txt {
    font-size: 3.47vw;
  }
}

@media screen and (max-width: 760px) {
  .main_events_new.naka .map_link_area {
    /* for sp Device Only */
    display: none;
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20.5px);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(-20.5px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.fluffy02 {
  animation: fluffy2 5s ease infinite;
}

@keyframes fuwaanime {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fluffy2 {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.fluffy03 {
  animation: fluffy3 8s ease infinite;
}

@keyframes fluffy3 {
  0% {
    transform: translateY(0);
  }
  4% {
    transform: translateY(0);
  }
  6% {
    transform: translateY(-7.5px);
  }
  7% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-7.5px);
  }
  12% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.fluffy_01 {
  animation: fluffy_1 3s ease infinite;
}

/**********************************************

EVENTS

**********************************************/
.main_events.naka {
  background: #e8e8e8;
}

.main_events.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/event/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_events.naka .anchor_box {
  width: 1100px;
  margin: 0 auto 80px;
  margin-bottom: 80px;
}

.main_events.naka .anchor_box li {
  display: inline-block;
  width: 272px;
  height: 50px;
  border: solid 2px #00246b;
  text-align: center;
  vertical-align: top;
}

.main_events.naka .anchor_box li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #00246b;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
}

.main_events.naka .anchor_box li a:hover {
  background: #00246b;
  color: #fff;
}

.main_events.naka .catch_area {
  width: 380px;
  margin: 0 auto 20px;
  padding: 10px 0;
  background: #252525;
  font-weight: bold;
  text-align: center;
}

.main_events.naka .catch_area h4 {
  color: #fff;
  font-family: "kozuka-gothic-pro", sans-serif;
}

.main_events.naka .contents_area {
  width: 1110px;
  margin: 0 auto 80px;
  margin-top: -100px;
  padding-top: 100px;
}

.main_events.naka .contents_area p.txt {
  width: 1100px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.main_events.naka .contents_box {
  width: 1100px;
  margin: 0px auto;
}

.main_events.naka .contents_box .box_l, .main_events.naka .contents_box .box_r {
  width: 50%;
  height: auto;
  height: 400px;
  overflow: hidden;
  transform: rotate(0) scale(1);
}

.section_events.section_inner {
  width: 1200px;
  margin: 60px auto;
}

@media screen and (max-width: 740px) {
  .main_events.naka .anchor_box {
    width: 90%;
    margin: 0 auto 15%;
  }
  .main_events.naka .anchor_box li {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 5%;
  }
  .main_events.naka .anchor_box li a {
    font-size: 15px;
    line-height: 50px;
  }
  .main_events.naka .catch_area {
    width: 90%;
    margin: 0 auto 5%;
    padding: 5% 0;
  }
  .main_events.naka .contents_area {
    width: 100%;
    margin: 0 auto 15%;
    margin-top: -15%;
    padding-top: 15%;
  }
  .main_events.naka .contents_area p.txt {
    width: 100%;
    padding: 5%;
  }
  .main_events.naka .contents_box {
    width: 100%;
  }
  .main_events.naka .contents_box .box_l, .main_events.naka .contents_box .box_r {
    width: 100%;
    height: auto;
    float: none;
    float: initial;
    overflow: hidden;
  }
  .section_events.section_inner {
    width: 100%;
    margin: 10% auto;
  }
}

/**********************************************

NUMBER

**********************************************/
.main_number.naka {
  background: #e8e8e8;
}

.main_number.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/number/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_number.naka .article_h2.up {
  z-index: 11;
  position: relative;
  background: url(../company/number/img/bg_up.jpg) no-repeat center;
  background-size: cover;
}

.main_number .inner .grid-item {
  position: relative;
}

.main_number .inner .grid-item .ttl {
  height: 40px;
  margin-bottom: 20px;
  background: #252525;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.main_number .inner .grid-item.box01 .anime_number {
  z-index: 999;
  position: absolute;
}

.main_number .inner .grid-item.box01 .anime_number.num_men {
  top: 40%;
  left: 20px;
}

.main_number .inner .grid-item.box01 .anime_number.num_women {
  top: 40%;
  right: 20px;
}

.main_number .inner .grid-item.box01 .ph {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.main_number .inner .grid-item.box02 .box_l {
  width: 40%;
  padding-top: 5%;
}

.main_number .inner .grid-item.box02 .box_l .catch {
  font-weight: bold;
  text-align: center;
}

.main_number .inner .grid-item.box02 .box_r {
  width: 60%;
}

.main_number .inner .grid-item.box03 .txt_box {
  z-index: 999;
  position: absolute;
  font-weight: bold;
}

.main_number .inner .grid-item.box03 .txt_box.txt_01 {
  top: 20%;
  left: 15%;
}

.main_number .inner .grid-item.box03 .txt_box.txt_02 {
  top: 50%;
  left: 6%;
}

.main_number .inner .grid-item.box03 .txt_box.txt_03 {
  top: 50%;
  right: 6%;
}

.main_number .inner .grid-item.box03 .txt_box.txt_04 {
  top: 20%;
  right: 10%;
}

.main_number .inner .grid-item.box03 .ph01 {
  opacity: 0.4;
}

.main_number .inner .grid-item.box05 .txt_box {
  z-index: 999;
  position: absolute;
  font-weight: bold;
  text-align: center;
}

.main_number .inner .grid-item.box05 .txt_box.txt_01 {
  top: 65%;
  left: 9%;
}

.main_number .inner .grid-item.box05 .txt_box.txt_01 .anime_number {
  color: #fff;
}

.main_number .inner .grid-item.box05 .txt_box.txt_02 {
  top: 65%;
  left: 39%;
}

.main_number .inner .grid-item.box05 .txt_box.txt_03 {
  top: 65%;
  right: 9%;
}

.main_number .inner .grid-item.box05 .txt_box .from_name {
  padding-top: 5px;
  line-height: 1;
}

.main_number .inner .grid-item.box06 {
  height: 300px;
}

.main_number .inner .grid-item.box06 .inner_box {
  position: relative;
  height: 74%;
}

.main_number .inner .grid-item.box06 .ph01 {
  z-index: 999;
  position: absolute;
  right: 15%;
  bottom: 4%;
  width: 24%;
  margin: 0 auto;
}

.main_number .inner .grid-item.box06 p.shuffle.anime_number {
  z-index: 999;
  position: absolute;
  top: 54%;
  left: 13%;
}

.main_number .inner .grid-item.box06 p.shuffle.anime_number em {
  font-size: 89px;
}

.main_number .inner .grid-item.box06 p.ph02.anime_copy {
  z-index: 999;
  position: absolute;
  top: 30%;
  left: 20%;
  width: 24%;
}

.main_number .inner .grid-item.box06 .txt {
  width: 100%;
  color: #00246b;
  font-weight: bold;
}

.main_number .inner .grid-item.box07 .box_inner {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
}

.main_number .inner .grid-item.box07 .box_inner li {
  margin-bottom: 3%;
  padding-bottom: 2%;
  border-bottom: dotted 1px #ccc;
}

.main_number .inner .grid-item.box07 .box_inner li > p {
  display: inline-block;
  vertical-align: middle;
}

.main_number .inner .grid-item.box07 .box_inner li:last-child {
  border: none;
}

.main_number .inner .grid-item.box07 .box_inner .num.min {
  margin-right: 7px;
  color: #00246b;
  font-size: 16px;
  font-weight: bold;
}

.main_number .inner .grid-item.box08 img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.main_number .inner .grid-item.box09 .ttl {
  margin-bottom: 30px;
}

.main_number .inner .grid-item.box09 .ph01 {
  z-index: 999;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 25%;
  transform: translateX(-50%);
}

.main_number .inner .grid-item.box09 .graph {
  padding-top: 5%;
}

.main_number .inner .grid-item.box09 .txt_box {
  z-index: 999;
  position: absolute;
  font-weight: bold;
  text-align: center;
}

.main_number .inner .grid-item.box09 .txt_box.txt_01 {
  top: 27%;
  right: 3%;
}

.main_number .inner .grid-item.box09 .txt_box.txt_02 {
  right: 5%;
  bottom: 3%;
}

.main_number .inner .grid-item.box09 .txt_box.txt_03 {
  bottom: 3%;
  left: 6%;
}

.main_number .inner .grid-item.box09 .txt_box.txt_04 {
  top: 27%;
  left: 5%;
}

.main_number .inner .grid-item.box10 .txt_box {
  display: inline-block;
  position: relative;
  width: 32%;
  margin-bottom: 3%;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

.main_number .inner .grid-item.box10 .txt_box .from_name {
  z-index: 999;
  position: absolute;
  top: 2%;
  width: 90%;
  height: 50px;
  padding: 7%;
  border-radius: 5px;
  background: #00246b;
  color: #fff;
  font-feature-settings: 'palt';
  line-height: 1.5;
}

.main_number .inner .grid-item.box10 .txt_box p.shuffle.anime_number {
  margin-top: 60%;
}

.main_number .inner .grid-item.box12 {
  width: 100%;
}

.main_number .inner .grid-item.box12 ul.car_list li {
  display: inline-block;
  width: 33%;
  border-right: dotted 2px #ccc;
}

.main_number .inner .grid-item.box12 ul.car_list li:last-child {
  border-right: none;
}

.main_number .inner .grid-item.box13 .inner_box {
  height: 300px;
}

.main_number .inner .grid-item.box14 ul.point_list {
  width: 77%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.2;
  list-style-type: square;
}

.main_number .inner .grid-item.box14 ul.point_list li {
  margin-bottom: 3%;
  padding-bottom: 2%;
  border-bottom: dotted 1px #ccc;
  font-weight: bold;
}

.main_number .inner .grid-item.box14 ul.point_list li:last-child {
  border-bottom: none;
}

.main_number .inner .grid-item.box14 ul.point_list mark {
  background: #fcd770;
}

@media screen and (min-width: 761px) {
  .main_number .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .main_number .inner .grid-item {
    width: 375px;
    height: auto;
    margin: 10px;
    padding: 15px;
    float: left;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
  }
  .main_number .inner .grid-item img {
    width: 100%;
  }
  .main_number .inner .grid-item .anime_number {
    color: #00246b;
    font-family: "din-condensed", sans-serif;
    font-feature-settings: 'palt';
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .main_number .inner .grid-item .anime_number em {
    font-size: 68px;
    font-weight: 600;
  }
  .main_number .inner .grid-item.box03 .ph02 {
    position: relative;
  }
  .main_number .inner .grid-item.box03 .ph02::before {
    z-index: 999;
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 100%;
    height: 96px;
    transform: translateX(-50%);
    background: url(../number/img/num03_icon.png) no-repeat bottom center;
    background-size: 100%;
    content: "";
  }
  .main_number .inner .grid-item.box04 .anime_number {
    font-size: 55px;
  }
  .main_number .inner .grid-item.box05 .anime_number {
    font-size: 16px;
  }
  .main_number .inner .grid-item.box04 .anime_number em {
    font-size: 59px;
  }
  .main_number .inner .grid-item.box05 .anime_number em {
    font-size: 42px;
  }
  .main_number .inner .grid-item.box11 {
    position: relative;
  }
  .main_number .inner .grid-item.box11 .ph02 {
    z-index: 999;
    position: absolute;
    top: 23%;
    left: 20%;
    width: 60px;
  }
  .main_number .inner .grid-item.box11 .ph02.open {
    animation: 1.2s ease 1.0s normal rubberBand both;
  }
  .main_number .inner .grid-item.box12 {
    max-width: 1165px;
  }
  .main_number .inner .grid-item.box12 .inner {
    position: relative;
    width: 100%;
    padding: 0;
    padding: initial;
  }
  .main_number .inner .grid-item.box12 .inner .ph01 {
    margin-bottom: 15px;
  }
  .main_number .inner .grid-item.box12 .inner .graph {
    width: 100%;
    height: 15vh;
  }
  .main_number .inner .grid-item.box12 .inner canvas#graph_ph {
    height: 177px !important;
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label01 {
    position: absolute;
    top: 50%;
    left: 95px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label02 {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .main_number .inner .grid-item.box13 .inner_box {
    position: relative;
  }
  .main_number .inner .grid-item.box13 .ph01 {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box13 .ph01.open {
    animation: 1.2s ease 1.0s normal rubberBand both;
  }
  .main_number .inner .grid-item.box13 .ph02 {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box13 .ph02.open {
    animation: 1.7s ease 1.0s normal rubberBand both;
  }
  .main_number .inner .grid-item.box13 .ph03 {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box13 .ph03.open {
    animation: 2.2s ease 1.0s normal rubberBand both;
  }
}

@media screen and (max-width: 760px) {
  .main_number {
    background: url(../number/img/bg.jpg) repeat-y top center;
    background-size: 100% auto;
  }
  .main_number .inner {
    width: 95% !important;
    margin: 0 auto;
    padding: 5% 0;
  }
  .main_number .inner .grid-item {
    width: 100%;
    height: auto;
    margin: 0 auto 5%;
    padding: 5%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
  }
  .main_number .inner .grid-item img {
    width: 100%;
  }
  .main_number .inner .grid-item .anime_number {
    color: #00246b;
    font-family: "din-condensed", sans-serif;
    font-feature-settings: 'palt';
    font-size: 12.4vw;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .main_number .inner .grid-item .anime_number em {
    font-size: 15.4vw;
    font-style: inherit;
    font-weight: 600;
  }
  .main_number .inner .grid-item.box12 ul.car_list li {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: dotted 2px #ccc;
  }
  .main_number .inner .grid-item.box12 ul.car_list li:last-child {
    border-bottom: none;
  }
  .main_number .inner .grid-item.box03 .ph02 {
    position: relative;
  }
  .main_number .inner .grid-item.box03 .ph02::before {
    z-index: 999;
    position: absolute;
    bottom: -5%;
    left: 50%;
    width: 100%;
    height: 96px;
    transform: translateX(-50%);
    background: url(../number/img/num03_icon.png) no-repeat bottom center;
    background-size: 100%;
    content: "";
  }
  .main_number .inner .grid-item.box04 .anime_number {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 14.5vw;
  }
  .main_number .inner .grid-item.box05 .anime_number {
    padding-bottom: 4px;
    font-size: 5vw;
  }
  .main_number .inner .grid-item.box04 .anime_number em {
    font-size: 16vw;
  }
  .main_number .inner .grid-item.box05 .anime_number em {
    font-size: 9.5vw;
  }
  .main_number .inner .grid-item.box11 {
    position: relative;
  }
  .main_number .inner .grid-item.box11 .ph02 {
    z-index: 999;
    position: absolute;
    top: 23%;
    left: 20%;
    width: 60px;
  }
  .main_number .inner .grid-item.box11 .ph02.open {
    animation: 1.2s ease 1.0s normal rubberBand both;
  }
  .main_number .inner .grid-item.box12 .inner {
    position: relative;
    width: 100% !important;
    padding: 0;
    padding: initial;
  }
  .main_number .inner .grid-item.box12 .inner .ph01 {
    margin-bottom: 15px;
  }
  .main_number .inner .grid-item.box12 .inner .graph {
    width: 100%;
    height: 15vh;
  }
  .main_number .inner .grid-item.box12 .inner canvas#graph_ph {
    height: 24vh !important;
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label01 {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 4.3vw;
    font-weight: 600;
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label02 {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 4.3vw;
    font-weight: 600;
  }
  .main_number .inner .grid-item.box13 .inner_box {
    position: relative;
  }
  .main_number .inner .grid-item.box13 .ph01 {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box13 .ph01.open {
    animation: 1.2s ease 1.0s normal rubberBand both;
  }
  .main_number .inner .grid-item.box13 .ph02 {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box13 .ph02.open {
    animation: 1.7s ease 1.0s normal rubberBand both;
  }
  .main_number .inner .grid-item.box13 .ph03 {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box13 .ph03.open {
    animation: 2.2s ease 1.0s normal rubberBand both;
  }
}

/**********************************************

MEMBER-index

**********************************************/
.section_member h4 {
  margin-bottom: 30px;
  font-family: "din-condensed", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.section_member h4 span {
  display: block;
  font-size: 16px;
}

.section_member ul.list_member {
  width: 980px;
  margin: 0 auto;
}

.section_member ul.list_member li.member_contents {
  display: inline-block;
  width: 290px;
  height: 420px;
  margin-right: 50px;
}

.section_member ul.list_member li.member_contents .member_names {
  margin-top: 25px;
  text-align: center;
}

.section_member ul.list_member li.member_contents .member_names .staff_box {
  display: block;
  width: 85%;
  margin: 0 auto 10px;
  padding: 5px 10px;
  background: #2b7ea8;
  color: #fff;
  font-weight: bold;
}

.section_member ul.list_member li.member_contents .member_names .staff_en_name {
  color: #2b7ea8;
  font-family: "din-condensed", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

.section_member ul.list_member li.member_contents .member_names .staff_name {
  color: #2b7ea8;
  font-size: 18px;
  font-weight: bold;
}

.section_member ul.list_member li.member_contents:nth-child(3n) {
  margin-right: 0;
}

.section_member ul.list_member li.member_contents .ph {
  width: 290px;
  height: 420px;
  background: url(../img/top_demo/member01.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents .ph:hover {
  background: url(../img/top_demo/member01_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents .ph.up {
  background: url(../img/top_demo/member01_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents .ph.up:hover {
  background: url(../img/top_demo/member01_over_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box02 .ph {
  background: url(../img/top_demo/member02.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box02 .ph:hover {
  background: url(../img/top_demo/member02_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box02 .member_names .staff_box {
  background: #de86b1;
}

.section_member ul.list_member li.member_contents.box02 .member_names .staff_name, .section_member ul.list_member li.member_contents.box02 .member_names .staff_en_name {
  color: #de86b1;
}

.section_member ul.list_member li.member_contents.box03 .ph {
  background: url(../img/top_demo/member03.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box03 .ph:hover {
  background: url(../img/top_demo/member03_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box03 .member_names .staff_box {
  background: #2d9d9d;
}

.section_member ul.list_member li.member_contents.box03 .member_names .staff_name, .section_member ul.list_member li.member_contents.box03 .member_names .staff_en_name {
  color: #2d9d9d;
}

.section_member ul.list_member li.member_contents.box04 .ph {
  background: url(../img/top_demo/member04.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box04 .ph:hover {
  background: url(../img/top_demo/member04_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box04 .ph.up {
  background: url(../img/top_demo/member04_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box04 .ph.up:hover {
  background: url(../img/top_demo/member04_over_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box04 .member_names .staff_box {
  background: #c25159;
}

.section_member ul.list_member li.member_contents.box04 .member_names .staff_name, .section_member ul.list_member li.member_contents.box04 .member_names .staff_en_name {
  color: #c25159;
}

.section_member ul.list_member li.member_contents.box05 .ph {
  background: url(../img/top_demo/member05.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box05 .ph:hover {
  background: url(../img/top_demo/member05_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box05 .ph.up {
  background: url(../img/top_demo/member05_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box05 .ph.up:hover {
  background: url(../img/top_demo/member05_over_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box05 .member_names .staff_box {
  background: #93bde1;
}

.section_member ul.list_member li.member_contents.box05 .member_names .staff_name, .section_member ul.list_member li.member_contents.box05 .member_names .staff_en_name {
  color: #93bde1;
}

.section_member ul.list_member li.member_contents.box06 .ph {
  background: url(../img/top_demo/member06.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box06 .ph:hover {
  background: url(../img/top_demo/member06_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box06 .ph.up {
  background: url(../img/top_demo/member06_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box06 .ph.up:hover {
  background: url(../img/top_demo/member06_over_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box06 .member_names .staff_box {
  background: #8783d1;
}

.section_member ul.list_member li.member_contents.box06 .member_names .staff_name, .section_member ul.list_member li.member_contents.box06 .member_names .staff_en_name {
  color: #8783d1;
}

.section_member ul.list_member li.member_contents.box07 .ph {
  background: url(../img/top_demo/member07.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box07 .ph:hover {
  background: url(../img/top_demo/member07_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box07 .ph.up {
  background: url(../img/top_demo/member07_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box07 .ph.up:hover {
  background: url(../img/top_demo/member07_over_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box07 .member_names .staff_box {
  background: #d6b838;
}

.section_member ul.list_member li.member_contents.box07 .member_names .staff_name, .section_member ul.list_member li.member_contents.box07 .member_names .staff_en_name {
  color: #d6b838;
}

.section_member ul.list_member li.member_contents.box08 .ph {
  background: url(../img/top_demo/member08.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box08 .ph:hover {
  background: url(../img/top_demo/member08_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box08 .ph.up {
  background: url(../img/top_demo/member08_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box08 .ph.up:hover {
  background: url(../img/top_demo/member08_over_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box08 .member_names .staff_box {
  background: #447a37;
}

.section_member ul.list_member li.member_contents.box08 .member_names .staff_name, .section_member ul.list_member li.member_contents.box08 .member_names .staff_en_name {
  color: #447a37;
}

.section_member ul.list_member li.member_contents.box09 .ph {
  background: url(../img/top_demo/member09.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box09 .ph:hover {
  background: url(../img/top_demo/member09_over.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box09 .ph.up {
  background: url(../img/top_demo/member09_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box09 .ph.up:hover {
  background: url(../img/top_demo/member09_over_up.png) no-repeat bottom center;
  background-size: 98% auto;
}

.section_member ul.list_member li.member_contents.box09 .member_names .staff_box {
  background: #d85535;
}

.section_member ul.list_member li.member_contents.box09 .member_names .staff_name, .section_member ul.list_member li.member_contents.box09 .member_names .staff_en_name {
  color: #d85535;
}

.section_member .section_other a {
  display: block;
  position: relative;
  width: 450px;
  height: auto;
  margin: 80px auto 20px;
  background: #00246b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_member .section_other a {
    position: relative;
    width: 90%;
    height: auto;
    margin: 10% auto 0%;
    font-size: 5.4vw;
    font-weight: bold;
  }
}

@media screen and (max-width: 760px) {
  .section_number {
    height: auto;
  }
  .section_number a p.catch {
    margin-bottom: 10%;
    font-size: 21vw;
    font-weight: 300;
    line-height: 2.8;
  }
  .section_number a p.catch span {
    display: block;
    margin-top: -25%;
    font-size: 5.2vw;
  }
  .section_number::before {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10%;
    height: 19px;
    transform: translateY(-50%);
    background: url(../img/top/number_line.png) no-repeat top center;
    background-size: auto 100%;
    content: "";
  }
  .section_number::after {
    z-index: 999;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10%;
    height: 19px;
    transform: translateY(-50%);
    background: url(../img/top/number_line.png) no-repeat top center;
    background-size: auto 100%;
    content: "";
  }
  .section_number a p.shuffle.anime_number {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "din-condensed", sans-serif;
    font-size: 30vw;
    opacity: .3;
  }
  /*member*/
  .section_member.section .inner {
    width: 100%;
  }
  .section_member.section h4.en {
    padding-top: 15%;
    font-size: 8.5vw;
  }
  .section_member.section h4.en::before {
    z-index: 999;
    position: absolute;
    top: -7%;
    left: 50%;
    width: 50px;
    height: 70px;
    transform: translateX(-50%);
    background: url(../img/top/member_icon.png) no-repeat top center;
    background-size: 100% auto;
    content: "";
  }
  .section_member.section span.sub.ja {
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
  /**********************************************

    MEMBER-index

    **********************************************/
  .naka .section.section_member {
    padding: 0% 0 9%;
  }
  .section_member h4 {
    margin-bottom: 5%;
    font-size: 7.5vw;
  }
  .section_member h4 span {
    display: block;
    font-size: 3.5vw;
  }
  .section_member ul.list_member {
    width: 95%;
  }
  .section_member ul.list_member li.member_contents {
    display: inline-block;
    width: 48%;
    height: auto;
    margin-right: 2%;
    vertical-align: top;
  }
  .section_member ul.list_member li.member_contents .member_names {
    margin-top: 25px;
    text-align: center;
  }
  .section_member ul.list_member li.member_contents .member_names .staff_box {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    padding: 5px 10px;
    background: #2b7ea8;
    color: #fff;
    font-feature-settings: 'palt';
    font-size: 3vw;
    font-weight: bold;
  }
  .section_member ul.list_member li.member_contents .member_names .staff_en_name {
    color: #2b7ea8;
    font-size: 6.5vw;
    line-height: 1;
  }
  .section_member ul.list_member li.member_contents .member_names .staff_name {
    color: #2b7ea8;
    font-size: 4.3vw;
    font-weight: bold;
  }
  .section_member ul.list_member li.member_contents:nth-child(3n) {
    margin-right: auto;
  }
  .section_member ul.list_member li.member_contents:nth-child(2n) {
    margin-right: 0;
  }
  .section_member ul.list_member li.member_contents .ph {
    width: 100%;
    height: 240px;
    background: url(../img/top_demo/member01_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box02 .ph {
    background: url(../img/top_demo/member02_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box02 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box02 .member_names .staff_box {
    background: #de86b1;
  }
  .section_member ul.list_member li.member_contents.box02 .member_names .staff_name, .section_member ul.list_member li.member_contents.box02 .member_names .staff_en_name {
    color: #de86b1;
  }
  .section_member ul.list_member li.member_contents.box03 .ph {
    background: url(../img/top_demo/member03_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box03 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box03 .member_names .staff_box {
    background: #2d9d9d;
  }
  .section_member ul.list_member li.member_contents.box03 .member_names .staff_name, .section_member ul.list_member li.member_contents.box03 .member_names .staff_en_name {
    color: #2d9d9d;
  }
  .section_member ul.list_member li.member_contents.box04 .ph {
    background: url(../img/top_demo/member04_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box04 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box04 .member_names .staff_box {
    background: #c25159;
  }
  .section_member ul.list_member li.member_contents.box04 .member_names .staff_name, .section_member ul.list_member li.member_contents.box04 .member_names .staff_en_name {
    color: #c25159;
  }
  .section_member ul.list_member li.member_contents.box05 .ph {
    background: url(../img/top_demo/member05_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box05 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box05 .member_names .staff_box {
    background: #93bde1;
  }
  .section_member ul.list_member li.member_contents.box05 .member_names .staff_name, .section_member ul.list_member li.member_contents.box05 .member_names .staff_en_name {
    color: #93bde1;
  }
  .section_member ul.list_member li.member_contents.box06 .ph {
    background: url(../img/top_demo/member06_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box06 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box06 .member_names .staff_box {
    background: #8783d1;
  }
  .section_member ul.list_member li.member_contents.box06 .member_names .staff_name, .section_member ul.list_member li.member_contents.box06 .member_names .staff_en_name {
    color: #8783d1;
  }
  .section_member ul.list_member li.member_contents.box07 .ph {
    background: url(../img/top_demo/member07_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box07 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box07 .member_names .staff_box {
    background: #d6b838;
  }
  .section_member ul.list_member li.member_contents.box07 .member_names .staff_name, .section_member ul.list_member li.member_contents.box07 .member_names .staff_en_name {
    color: #d6b838;
  }
  .section_member ul.list_member li.member_contents.box08 .ph {
    background: url(../img/top_demo/member08_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box08 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box08 .member_names .staff_box {
    background: #447a37;
  }
  .section_member ul.list_member li.member_contents.box08 .member_names .staff_name, .section_member ul.list_member li.member_contents.box08 .member_names .staff_en_name {
    color: #447a37;
  }
  .section_member ul.list_member li.member_contents.box09 .ph {
    background: url(../img/top_demo/member09_over.png) no-repeat bottom center;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box09 .ph:hover {
    width: 100%;
    height: 240px;
    background-size: 98% auto;
  }
  .section_member ul.list_member li.member_contents.box09 .member_names .staff_box {
    background: #d85535;
  }
  .section_member ul.list_member li.member_contents.box09 .member_names .staff_name, .section_member ul.list_member li.member_contents.box09 .member_names .staff_en_name {
    color: #d85535;
  }
  /*========*/
}

/**********************************************

MEMBER-detail

**********************************************/
/*other_box*/
.main_member.naka .other_contents li {
  position: relative;
  width: 20%;
  height: auto;
  float: left;
}

.main_member.naka .other_contents li:nth-child(2) .ph_box {
  background: url(../img/top_demo/member02.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(2) .ph_box:hover {
  background: url(../img/top_demo/member02_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(3) .ph_box {
  background: url(../img/top_demo/member03.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(3) .ph_box:hover {
  background: url(../img/top_demo/member03_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(4) .ph_box {
  background: url(../img/top_demo/member04.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(4) .ph_box:hover {
  background: url(../img/top_demo/member04_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(5) .ph_box {
  background: url(../img/top_demo/member05.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(5) .ph_box:hover {
  background: url(../img/top_demo/member05_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(6) .ph_box {
  background: url(../img/top_demo/member06.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(6) .ph_box:hover {
  background: url(../img/top_demo/member06_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(7) .ph_box {
  background: url(../img/top_demo/member07.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(7) .ph_box:hover {
  background: url(../img/top_demo/member07_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(8) .ph_box {
  background: url(../img/top_demo/member08.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(8) .ph_box:hover {
  background: url(../img/top_demo/member08_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(9) .ph_box {
  background: url(../img/top_demo/member09.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-child(9) .ph_box:hover {
  background: url(../img/top_demo/member09_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box02 .ph_box {
  background: url(../img/top_demo/member02.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box02 .ph_box:hover {
  background: url(../img/top_demo/member02_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box03 .ph_box {
  background: url(../img/top_demo/member03.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box03 .ph_box:hover {
  background: url(../img/top_demo/member03_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box04 .ph_box {
  background: url(../img/top_demo/member04_up.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box04 .ph_box:hover {
  background: url(../img/top_demo/member04_over_up.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box05 .ph_box {
  background: url(../img/top_demo/member05.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box05 .ph_box:hover {
  background: url(../img/top_demo/member05_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box06 .ph_box {
  background: url(../img/top_demo/member06_up.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box06 .ph_box:hover {
  background: url(../img/top_demo/member06_over_up.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box07 .ph_box {
  background: url(../img/top_demo/member07_up.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box07 .ph_box:hover {
  background: url(../img/top_demo/member07_over_up.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box08 .ph_box {
  background: url(../img/top_demo/member08_up.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box08 .ph_box:hover {
  background: url(../img/top_demo/member08_over_up.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box09 .ph_box {
  background: url(../img/top_demo/member09_up.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box09 .ph_box:hover {
  background: url(../img/top_demo/member09_over_up.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box01 .ph_box {
  background: url(../img/top_demo/member01_up.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li.box01 .ph_box:hover {
  background: url(../img/top_demo/member01_over_up.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.naka .other_contents li:nth-of-type(6) {
  margin-left: 105px;
}

.main_member.naka .other_contents a {
  position: relative;
  height: auto;
  margin-bottom: 20px;
  background: none;
}

.main_member.naka .other_contents a .ph_box {
  display: block;
  top: 0;
  left: 0;
  height: 300px;
  background: url(../img/top_demo/member01.png) no-repeat top center;
  background-size: auto 100%;
}

.main_member.naka .other_contents a .ph_box:hover {
  background: url(../img/top_demo/member01_over.png) no-repeat bottom center;
  background-size: auto 100%;
}

.main_member.member01.naka .other_contents li:nth-child(1) a, .main_member.member02.naka .other_contents li:nth-child(2) a, .main_member.member03.naka .other_contents li:nth-child(3) a, .main_member.member04.naka .other_contents li:nth-child(4) a, .main_member.member05.naka .other_contents li:nth-child(5) a, .main_member.member06.naka .other_contents li:nth-child(6) a, .main_member.member07.naka .other_contents li:nth-child(7) a, .main_member.member08.naka .other_contents li:nth-child(8) a, .main_member.member09.naka .other_contents li:nth-child(9) a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member01.naka .other_contents .up li.box01 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member01.naka .other_contents .up li:nth-child(1) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.member02.naka {
  /* .other_contents .up li:nth-child(2) a{
      pointer-events: auto;
      opacity: 1;
    } */
}

.main_member.member02.naka .other_contents .up li.box02 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member03.naka .other_contents .up li.box03 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member03.naka .other_contents .up li:nth-child(3) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.member04.naka .other_contents .up li.box04 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member04.naka .other_contents .up li:nth-child(4) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.member05.naka .other_contents .up li.box05 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member05.naka .other_contents .up li:nth-child(5) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.member06.naka .other_contents .up li.box06 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member06.naka .other_contents .up li:nth-child(6) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.member07.naka .other_contents .up li.box07 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member07.naka .other_contents .up li:nth-child(7) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.member08.naka .other_contents .up li.box08 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member08.naka .other_contents .up li:nth-child(8) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.member09.naka .other_contents .up li.box09 a {
  opacity: 0.3;
  pointer-events: none;
}

.main_member.member09.naka .other_contents .up li:nth-child(9) a {
  opacity: 1;
  pointer-events: auto;
}

.main_member.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../member/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_member.naka .article_h2.up {
  z-index: 11;
  position: relative;
  background: url(../member/img/bg_up.jpg) no-repeat center;
  background-size: cover;
}

.main_member.naka .section_inner {
  margin-top: 60px;
  margin-bottom: 80px;
}

.main_member.naka .section_inner .faq_box {
  width: 980px;
  margin: 0 auto 30px;
}

.main_member.naka .section_inner .faq_box p {
  line-height: 2;
}

.main_member.naka .section_inner .faq_box.box03 {
  margin-bottom: 50px;
}

.main_member.naka .section_inner .faq_box.box04 {
  margin-bottom: 100px;
}

.main_member.naka .section_inner .faq_box h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.main_member.naka .section_inner .faq_box h3::before {
  color: #00246b;
  font-family: "din-condensed", sans-serif;
  font-size: 40px;
  content: "Q.";
}

.main_member.naka .section_inner .faq_box .box_l, .main_member.naka .section_inner .faq_box .box_r {
  width: 48%;
}

.main_member.naka .section_inner p.faq_catch {
  position: relative;
  color: #ccc;
  font-family: "din-condensed", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.main_member.naka .section_inner p.faq_catch::before {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 0;
  width: 37%;
  transform: translateY(-50%);
  border-bottom: dotted 3px #ccc;
  content: "";
}

.main_member.naka .section_inner p.faq_catch::after {
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  left: auto;
  width: 37%;
  transform: translateY(-50%);
  border-bottom: dotted 3px #ccc;
  content: "";
}

.main_member.naka .section_inner .catch_area {
  margin-bottom: 30px;
}

.main_member.naka .section_inner .section_fv {
  position: relative;
  width: 980px;
  height: 500px;
  margin: 0 auto 50px;
}

.main_member.naka .section_inner .section_fv .box_staff {
  z-index: 999;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 400px;
  height: 175px;
  padding: 30px;
  color: #fff;
}

.main_member.naka .section_inner .section_fv .box_staff p.shop_name {
  margin-bottom: 10px;
  border-bottom: dotted 1px;
  font-size: 17px;
  font-weight: bold;
}

.main_member.naka .section_inner .section_fv .box_staff p.staff_name {
  font-size: 30px;
  font-weight: bold;
}

.main_member.naka .section_inner .section_fv .box_staff .en_name {
  font-family: "din-condensed", sans-serif;
  font-size: 21px;
  font-weight: bold;
  opacity: 0.7;
}

.main_member.naka .section_inner.section_member01 .section_fv {
  background: url(../member_demo/member01/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member01 .section_fv .box_staff {
  background: rgba(43, 126, 168, 0.8);
}

.main_member.naka .section_inner.section_member01 .section_fv.up {
  background: url(../member/member01/img/fv_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member01 .staff_png:before, .main_member.naka .section_inner.section_member01 .faq_box h3::before {
  color: #2b7ea8;
}

.main_member.naka .section_inner.section_member01 .dream_message {
  background: #2b7ea8;
}

.main_member.naka .section_inner.section_member02 .section_fv {
  background: url(../member/member02/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member02 .section_fv .box_staff {
  right: auto;
  left: 30px;
  background: rgba(222, 134, 177, 0.8);
}

.main_member.naka .section_inner.section_member02 .staff_png:before, .main_member.naka .section_inner.section_member02 .faq_box h3::before {
  color: #de86b1;
}

.main_member.naka .section_inner.section_member02 .dream_message {
  background: #de86b1;
}

.main_member.naka .section_inner.section_member03 .section_fv {
  background: url(../member/member03/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member03 .section_fv .box_staff {
  background: rgba(45, 157, 157, 0.8);
}

.main_member.naka .section_inner.section_member03 .staff_png:before, .main_member.naka .section_inner.section_member03 .faq_box h3::before {
  color: #2d9d9d;
}

.main_member.naka .section_inner.section_member03 .dream_message {
  background: #2d9d9d;
}

.main_member.naka .section_inner.section_member04 .section_fv {
  background: url(../member/member04/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member04 .section_fv .box_staff {
  right: auto;
  left: 30px;
  background: rgba(194, 81, 89, 0.8);
}

.main_member.naka .section_inner.section_member04 .staff_png:before, .main_member.naka .section_inner.section_member04 .faq_box h3::before {
  color: #c25159;
}

.main_member.naka .section_inner.section_member04 .dream_message {
  background: #c25159;
}

.main_member.naka .section_inner.section_member05 .section_fv {
  background: url(../member_demo/member05/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member05 .section_fv .box_staff {
  background: rgba(147, 189, 225, 0.8);
}

.main_member.naka .section_inner.section_member05 .staff_png:before, .main_member.naka .section_inner.section_member05 .faq_box h3::before {
  color: #93bde1;
}

.main_member.naka .section_inner.section_member05 .dream_message {
  background: #93bde1;
}

.main_member.naka .section_inner.section_member06 .section_fv {
  background: url(../member_demo/member06/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member06 .section_fv .box_staff {
  background: rgba(135, 131, 209, 0.8);
}

.main_member.naka .section_inner.section_member06 .section_fv.up {
  background: url(../member/member06/img/fv_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member06 .staff_png:before, .main_member.naka .section_inner.section_member06 .faq_box h3::before {
  color: #8783d1;
}

.main_member.naka .section_inner.section_member06 .dream_message {
  background: #8783d1;
}

.main_member.naka .section_inner.section_member07 .section_fv {
  background: url(../member_demo/member07/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member07 .section_fv .box_staff {
  background: rgba(214, 184, 56, 0.8);
}

.main_member.naka .section_inner.section_member07 .section_fv.up {
  background: url(../member/member07/img/fv_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member07 .staff_png:before, .main_member.naka .section_inner.section_member07 .faq_box h3::before {
  color: #d6b838;
}

.main_member.naka .section_inner.section_member07 .dream_message {
  background: #d6b838;
}

.main_member.naka .section_inner.section_member08 .section_fv {
  background: url(../member_demo/member08/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member08 .section_fv .box_staff {
  right: auto;
  left: 30px;
  background: rgba(68, 122, 55, 0.8);
}

.main_member.naka .section_inner.section_member08 .section_fv.up {
  background: url(../member/member08/img/fv_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member08 .staff_png:before, .main_member.naka .section_inner.section_member08 .faq_box h3::before {
  color: #447a37;
}

.main_member.naka .section_inner.section_member08 .dream_message {
  background: #447a37;
}

.main_member.naka .section_inner.section_member09 .section_fv {
  background: url(../member_demo/member09/img/fv.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member09 .section_fv .box_staff {
  right: auto;
  left: 30px;
  background: rgba(216, 85, 53, 0.8);
}

.main_member.naka .section_inner.section_member09 .section_fv.up {
  background: url(../member/member09/img/fv_up.jpg) no-repeat top center;
  background-size: cover;
}

.main_member.naka .section_inner.section_member09 .staff_png:before, .main_member.naka .section_inner.section_member09 .faq_box h3::before {
  color: #d85535;
}

.main_member.naka .section_inner.section_member09 .dream_message {
  background: #d85535;
}

.main_member.naka .staff_png {
  position: relative;
  margin-bottom: -10px;
  padding-top: 50px;
}

.main_member.naka .staff_png:before {
  z-index: 999;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 300px;
  transform: translateX(-50%) rotateZ(-5deg);
  font-family: "din-condensed", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  content: "MY DREAM";
}

.main_member.naka .dream_message {
  padding: 30px;
  background: #252525;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .main_member.naka .other_contents li:nth-of-type(6) {
    margin-left: 0;
  }
  .main_member.naka .other_contents a {
    font-size: 4.3vw;
  }
  .main_member.naka .other_contents li {
    width: 50%;
    height: 220px;
  }
  .main_member.naka .other_contents li:nth-child(2) .ph_box {
    background: url(../img/top_demo/member02_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li:nth-child(3) .ph_box {
    background: url(../img/top_demo/member03_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li:nth-child(4) .ph_box {
    background: url(../img/top_demo/member04_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li:nth-child(5) .ph_box {
    background: url(../img/top_demo/member05_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li:nth-child(6) .ph_box {
    background: url(../img/top_demo/member06_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li:nth-child(7) .ph_box {
    background: url(../img/top_demo/member07_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li:nth-child(8) .ph_box {
    background: url(../img/top_demo/member08_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li:nth-child(9) .ph_box {
    background: url(../img/top_demo/member09_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box01 .ph_box {
    background: url(../img/top_demo/member01_over_up.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box02 .ph_box {
    background: url(../img/top_demo/member02_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box03 .ph_box {
    background: url(../img/top_demo/member03_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box04 .ph_box {
    background: url(../img/top_demo/member04_over_up.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box05 .ph_box {
    background: url(../img/top_demo/member05_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box06 .ph_box {
    background: url(../img/top_demo/member06_over_up.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box07 .ph_box {
    background: url(../img/top_demo/member07_over_up.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box08 .ph_box {
    background: url(../img/top_demo/member08_over_up.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents li.box09 .ph_box {
    background: url(../img/top_demo/member09_over_up.png) no-repeat top center;
    background-size: auto 100%;
  }
  .main_member.naka .other_contents a {
    position: relative;
    height: auto;
    padding: 0;
    background: none;
  }
  .main_member.naka .other_contents a .ph_box {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: url(../img/top_demo/member01_over.png) no-repeat top center;
    background-size: auto 100%;
  }
  /*other_box*/
}

/*各担当*/
@media screen and (max-width: 740px) {
  .main_member.naka .section_inner {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .main_member.naka .section_inner .faq_box {
    width: 100%;
    margin: 0 auto 10%;
  }
  .main_member.naka .section_inner .faq_box.box03 {
    margin-bottom: 10%;
  }
  .main_member.naka .section_inner .faq_box.box04 {
    margin-bottom: 15%;
  }
  .main_member.naka .section_inner .faq_box h3 {
    position: relative;
    margin-bottom: 3%;
    font-size: 5.1vw;
  }
  .main_member.naka .section_inner .faq_box h3::before {
    font-size: 8.5vw;
  }
  .main_member.naka .section_inner .faq_box .box_l, .main_member.naka .section_inner .faq_box .box_r {
    width: 100%;
    margin-bottom: 4%;
    float: inherit;
  }
  .main_member.naka .section_inner p.faq_catch {
    font-size: 50px;
  }
  .main_member.naka .section_inner p.faq_catch::before {
    width: 12%;
    content: "";
  }
  .main_member.naka .section_inner p.faq_catch::after {
    right: 0;
    left: auto;
    width: 12%;
    content: "";
  }
  .main_member.naka .section_inner .catch_area {
    margin-bottom: 30px;
  }
  .main_member.naka .staff_png {
    overflow: hidden;
  }
  .main_member.naka .staff_png::before {
    font-size: 15.8vw;
  }
  .main_member.naka .dream_message {
    font-size: 3.8vw;
    text-align: left;
  }
  .main_member.naka .section_inner .section_fv {
    position: relative;
    width: 100%;
    height: 330px;
    margin: 0 auto 10%;
  }
  .main_member.naka .section_inner .section_fv .box_staff {
    right: 5%;
    bottom: 5%;
    width: 90%;
    height: 152px;
    padding: 5%;
  }
  .main_member.naka .section_inner .section_fv .box_staff p.shop_name {
    margin-bottom: 3%;
    font-size: 3.5vw;
  }
  .main_member.naka .section_inner .section_fv .box_staff p.staff_name {
    font-size: 6.4vw;
  }
  .main_member.naka .section_inner .section_fv .box_staff .en_name {
    font-size: 5.0vw;
  }
  .main_member.naka .section_inner.section_member01 .section_fv {
    background-size: 100%;
  }
  .main_member.naka .section_inner.section_member02 .section_fv {
    background-size: 100%;
  }
  .main_member.naka .section_inner.section_member02 .section_fv .box_staff {
    left: 5%;
  }
  .main_member.naka .section_inner.section_member03 .section_fv {
    background-size: 100%;
  }
  .main_member.naka .section_inner.section_member04 .section_fv, .main_member.naka .section_inner.section_member05 .section_fv, .main_member.naka .section_inner.section_member06 .section_fv {
    background-size: 100%;
  }
  .main_member.naka .section_inner.section_member04 .section_fv .box_staff, .main_member.naka .section_inner.section_member05 .section_fv .box_staff, .main_member.naka .section_inner.section_member06 .section_fv .box_staff {
    left: 5%;
  }
  /*各担当*/
}

/**********************************************

Faq

**********************************************/
.main_recruit.faq.naka .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../recruit/faq/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_faq .section_faq {
  width: 1000px;
  margin: 0 auto;
  border-style: none;
  text-align: left;
}

.main_faq .inner {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.main_faq .faq_box h3 {
  padding-bottom: 15px;
  border-bottom: 2px solid #252525;
  font-size: 20px;
  line-height: 1.0;
  text-align: center;
}

.main_faq .faq_box dl {
  border-bottom: 1px dotted #252525;
}

.main_faq .faq_box dl:last-child {
  border-bottom: none;
}

.main_faq .faq_box dt {
  position: relative;
  padding: 20px 30px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 15px;
  text-align: left;
}

.main_faq .faq_box dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url(../img/cmn/icon_faq02.png) 0 0 no-repeat;
  background-size: 11px auto;
  content: "";
}

.main_faq .faq_box dt::before {
  position: absolute;
  top: 20px;
  left: 5px;
  color: #b49444;
  font-size: 16px;
  content: "Q.";
}

.main_faq .faq_box dt.active:after {
  background: url(../img/cmn/icon_faq01.png) 0 0 no-repeat;
  background-size: 11px auto;
}

.main_faq .faq_box dd {
  display: none;
  position: relative;
  margin-bottom: 2%;
  padding: 0px 10px 30px 28px;
  font-size: 13px;
  text-align: left;
}

.main_faq .faq_box dd::before {
  position: absolute;
  top: -3px;
  left: 5px;
  color: #0D5283;
  font-size: 16px;
  content: "A.";
}

.main_faq .faq_box dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.main_faq .faq_box dd a {
  color: #252525;
  text-decoration: underline;
}

@media screen and (max-width: 740px) {
  .main_faq .section_faq {
    width: 100%;
  }
}

/**********************************************

Access

**********************************************/
.main_access .info_box {
  width: 1100px;
  margin: 0 auto 60px;
  text-align: center;
}

.main_access .info_box img {
  width: 100%;
}

.main_access .info_box .map_box {
  display: inline-block;
  width: 360px;
  margin-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
}

.main_access .info_box .txt_box {
  display: inline-block;
  width: 400px;
  text-align: center;
  vertical-align: middle;
}

.main_access .info_box .txt_box h3 {
  width: 180px;
  margin: 0 auto 8px;
}

.main_access .info_box .txt_box .tel {
  margin: 10px 20px;
  padding: 5px 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}

.main_access .info_box .txt_box .tel span {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.0;
}

.main_access .flow_box {
  text-align: center;
}

.main_access .flow_box dl {
  display: inline-block;
  width: 400px;
  margin: 0 25px;
  font-size: 16px;
  vertical-align: top;
}

.main_access .flow_box dl dt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #252525;
  font-size: 20px;
}

.main_access .map_box {
  margin-bottom: 60px;
  text-align: center;
}

.main_access .map_box h3 {
  margin-bottom: 15px;
}

.main_access .map_box iframe {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  border: none;
}

.main_access .map_box .btn_more {
  margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .main_access .info_box {
    width: 100%;
    margin-bottom: 12%;
  }
  .main_access .info_box .txt_box {
    width: 100%;
  }
  .main_access .info_box .map_box {
    margin-right: 0;
  }
  .main_access .map_box {
    margin-bottom: 12%;
  }
  .main_access .map_box iframe {
    height: 220px;
  }
  .main_access .flow_box dl {
    width: 100%;
    margin: 0 auto;
  }
  .main_access .flow_box dl:first-child {
    margin-bottom: 7%;
  }
}

/**************************************

404

**************************************/
.not {
  width: 440px;
  margin: 60px auto 90px;
}

.not .tit, .not .txt {
  margin: 0 0 10px;
}

.not ul li {
  margin: 0 4px 0 0;
  float: left;
}

@media screen and (max-width: 740px) {
  .not {
    width: 100%;
    margin: 5% auto 10%;
  }
}

/*top以外のfooter*/
.footer_cv {
  padding: 0;
}

@media screen and (min-width: 741px) {
  .main_system .main_news .main, .main_system .main_blog .main {
    width: 850px;
    height: auto;
    float: left;
  }
}

@media screen and (max-width: 740px) {
  .main_system .main {
    height: auto;
    padding-bottom: 5%;
  }
  .main_system .main_news aside.side, .main_system .main_blog aside.side {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
    float: none;
  }
}

/**************************************

main_contest

**************************************/
.main_contest.naka .article_h2 {
  background: url(../work/competition/img/bg.jpg) no-repeat top;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_contest.naka .article_h2 {
    margin-bottom: 10%;
    /* for sp Device Only */
    background: url(../work/competition/img/bg.jpg) no-repeat 44% bottom;
    background-size: auto 125%;
  }
}

.bg_border {
  background: linear-gradient(transparent 60%, #d2bf71 0%);
}

.main_contest .rotate_area {
  position: relative;
  padding: 50px 30px;
}

.main_contest .rotate_area h3 {
  color: #fff;
}

.main_contest .rotate_area:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  background: #242424;
  content: '';
}

.main_contest .ph.ph01.anime {
  max-width: 870px;
  margin: 0 auto;
}

.main_contest .rotate_area_contents {
  max-width: 1200px;
  margin: 0 auto;
}

.main_contest .bg_border {
  background: linear-gradient(transparent 60%, #d2bf71 0%);
}

.main_contest .rotate_area {
  position: relative;
  padding: 50px 30px 11vw;
}

.main_contest .rotate_area:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  background: #00246b;
  content: '';
}

.main_contest .ph.ph01.anime {
  max-width: 870px;
  margin: 0 auto;
}

.main_contest .bg_border {
  background: linear-gradient(transparent 60%, #d2bf71 0%);
}

.main_contest .inner {
  text-align: center;
}

.main_contest .container h4 {
  margin-bottom: 10px;
  margin-bottom: 20px;
  color: #D6B838;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}

.main_contest .catch {
  margin: 40px auto 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.main_contest .catch em {
  color: #951E23;
  font-style: inherit;
}

.main_contest h3 {
  display: inline-block;
  position: relative;
  margin: 0 auto 30px;
  padding: 15px 32px;
  border-radius: 5px;
  color: #00246b;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.main_contest h3 small {
  display: block;
  margin-top: 13px;
  color: #D6B838;
  font-size: 12px;
}

.main_contest em {
  font-style: inherit;
}

.main_contest .contest_box.contest01 {
  position: relative;
  margin: 0 auto 100px;
  /* for pc */
}

.main_contest .contest_box.contest01 .txt_box {
  color: #fff;
  text-align: left;
}

.main_contest .contest_box.contest01 .txt_box .txt {
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.main_contest .contest_box.contest01 .ph_slider {
  position: relative;
  /* for pc */
}

.main_contest .contest_box.contest01 .ph.slider-2 {
  width: 100%;
  max-width: 510px;
}

.main_contest .contest_box.contest01 .ph.slider-1 {
  /* for pc */
}

.main_contest .contest_box.contest02 {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  /* for pc */
}

.main_contest .txt_box.ranking {
  margin-bottom: 120px;
}

.main_contest .txt_box.ranking .rank {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 20px;
  padding: 4px 14px;
  color: #00246B;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}

.main_contest .txt_box.ranking .rank em {
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 75px;
  line-height: 1;
  vertical-align: middle;
}

.main_contest .rankinig_history {
  margin-top: 50px;
}

.main_contest .rank_box {
  width: 240px;
  margin-right: 90px;
  float: left;
  opacity: 0;
}

.main_contest .rank_box .rank_area {
  max-width: 900px;
  margin: 0 auto;
}

.main_contest .rank_box .rank_box:last-child {
  margin-right: 0;
}

.main_contest h4 {
  text-align: center;
}

.main_contest .rank_area {
  width: 910px;
  margin: 0 auto 30px;
}

.main_contest .rank_area .sub {
  color: #00246b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.main_contest .rank_area .rank01 h4 {
  padding: 7px;
  background: #bd9e37;
  color: #fff;
  text-align: center;
}

.main_contest .rank_area .rank02 h4 {
  padding: 7px;
  background: #969595;
  color: #fff;
  text-align: center;
}

.main_contest .rank_area .rank03 {
  /* for pc */
}

.main_contest .rank_area .rank03 h4 {
  padding: 7px;
  background: #997a34;
  color: #fff;
  text-align: center;
}

.main_contest .last_cath {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.main_contest .contest_box.contest03 {
  position: relative;
  padding-bottom: 5%;
  overflow: hidden;
  transform: skewY(-5deg);
}

.main_contest .contest_box.contest03:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom left;
  background: #00246b;
  content: '';
}

.main_contest.naka .contest03 .interview {
  width: 50%;
  padding: 10% 5%;
  /* font-size: 36px; */
  float: left;
  transform: skewY(5deg);
  color: #D6B838;
  font-weight: 600;
}

.main_contest.naka .contest03 .catch_interview {
  position: relative;
  margin-bottom: 40px;
  font-size: 36px;
}

.main_contest.naka .contest03 .catch_interview small {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.main_contest.naka .contest03 .history_number {
  color: #fff;
  font-family: "din-condensed", sans-serif;
  font-size: 76px;
  /* line-height: 1; */
}

.main_contest.naka .contest03 .history_name {
  margin-bottom: 40px;
  color: #fff;
  font-size: 28px;
}

.main_contest.naka .contest03 .box_concours_name {
  display: block;
  width: 480px;
  margin: 20px auto;
  padding: 20px;
  border: solid 2px #D6B838;
  font-size: 52px;
}

.main_contest.naka .contest03 .ph_box {
  display: block;
  z-index: 10;
  position: absolute;
  top: -5%;
  right: 0;
  width: 50%;
  height: 90vw;
  max-height: 1080px;
  transform: skewY(5deg);
  background: url(../work/competition/img/catch_bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_contest .catch_ranking {
  width: 1200px;
  margin: 0 auto 60px;
}

.main_contest .catch_em {
  display: block;
  position: relative;
  padding: 46px 0;
}

.main_contest .catch_em em {
  margin-left: 220px;
  background: linear-gradient(transparent 60%, #d2bf71 0%);
  color: #951E23;
  font-size: 44px;
  font-weight: 600;
}

.main_contest .catch_em:before {
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 3px;
  transform: translateX(-50%);
  background: url(../img/top/top_line.png) no-repeat bottom center;
  background-size: auto 100%;
  content: "";
}

.main_contest .catch_em:after {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 3px;
  transform: translateX(-50%);
  background: url(../img/top/top_line.png) no-repeat bottom center;
  background-size: auto 100%;
  content: "";
}

.main_contest .catch_champion {
  display: inline-block;
  z-index: 1000;
  position: absolute;
  top: -90px;
  left: 0;
  width: 243px;
  height: 243px;
  background: url(../work/competition/img/icon_chanpion.png) no-repeat top center;
  background-size: 100% auto;
  vertical-align: bottom;
}

.main_contest .section_inner .ph.ph03 {
  width: 80%;
  margin: 0 auto 50px;
}

.main_contest .section_inner .section_fv {
  position: relative;
  width: 100%;
  /* max-width: 980px; */
  height: 43vw;
  margin: -85px auto 50px;
}

.main_contest .section_inner .section_fv .box_staff {
  z-index: 999;
  position: absolute;
  bottom: 30px;
  padding: 30px;
  background: rgba(0, 36, 107, 0.8);
  color: #fff;
}

.main_contest .section_inner .section_fv .box_staff .shop_name {
  margin-bottom: 10px;
  border-bottom: dotted 1px;
  font-size: 17px;
  font-weight: bold;
}

.main_contest .section_inner .section_fv .box_staff .staff_name {
  font-size: 30px;
  font-weight: bold;
}

.main_contest .section_inner .section_fv .box_staff .en_name {
  font-family: "din-condensed", sans-serif;
  font-size: 21px;
  font-weight: bold;
  opacity: 0.7;
}

.main_contest .section_inner .contest04 .section_fv {
  background: url(../work/competition/img/staff01_bg.jpg) no-repeat top center;
  background-size: cover;
}

.main_contest .section_inner .contest05 .section_fv {
  margin-top: 0;
  background: url(../work/competition/img/staff02_bg.jpg) no-repeat 20% center;
  background-size: cover;
}

.main_contest .section_inner .contest05 .section_fv .box_staff {
  /* for pc */
}

.main_contest .section_inner .contest05 .staff_png:before, .main_contest .section_inner .contest05 .faq_box h3::before {
  color: #de86b1;
}

.main_contest .section_inner .contest05 .dream_message {
  background: #de86b1;
}

.main_contest .contest_box.contest05 {
  /* for pc */
}

.main_contest .contest_staff {
  width: 100%;
  /* for pc */
}

.main_contest .contest_staff .txt_box {
  line-height: 1.8;
  /* for pc */
}

.main_contest .contest_staff .txt_box .txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.main_contest .contest_staff h5 {
  color: #00246b;
  font-family: "din-condensed", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.main_contest .anime {
  opacity: 0;
}

.main_contest .anime.open {
  opacity: 1;
}

.main_contest .anime.ph01.open, .main_contest .anime.ph02.open, .main_contest .anime.ph04.open {
  animation: 2s bounceInLeft both;
  opacity: 1;
}

.main_contest .anime.ph05.open {
  animation: 2s bounceInRight both;
  opacity: 1;
}

.main_contest .txt_box.ranking .anime.rank01.open, .main_contest .rank_area .anime.rank01.open {
  animation: 2s bounceInUp both;
  opacity: 1;
}

.main_contest .txt_box.ranking .anime.rank02.open, .main_contest .rank_area .anime.rank02.open {
  animation: 3s bounceInUp both;
}

.main_contest .txt_box.ranking .anime.rank03.open, .main_contest .rank_area .anime.rank03.open {
  animation: 4s bounceInUp both;
}

@media screen and (max-width: 760px) {
  .main_contest .ph.ph01.anime {
    /* for sp Device Only */
    width: 90%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .catch {
    width: 90%;
    margin: 0 auto 10%;
    /* for sp Device Only */
    font-size: 5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest h3 {
    margin-bottom: 3%;
    /* for sp Device Only */
    padding: 0;
    font-size: 8vw;
    line-height: 1.4;
  }
  .main_contest h3.small_h3 {
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest h3 small {
    /* for sp Device Only */
    margin-top: 1%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_box.contest01 {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 15%;
  }
  .main_contest .contest_box.contest01 .txt {
    font-size: 3.5vw;
    font-style: normal;
    line-height: 1.8;
  }
  .main_contest .contest_box.contest01 .txt em {
    font-style: normal;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_box.contest01 .ph_box {
    z-index: -1;
    position: relative;
    width: 59%;
    max-width: 600px;
    height: 700px;
    float: left;
  }
  .main_contest .contest_box.contest01 .ph_box .ph {
    position: absolute;
  }
  .main_contest .contest_box.contest01 .ph_box .ph01 {
    left: 0;
    width: 100%;
  }
  .main_contest .contest_box.contest01 .ph_box .ph02 {
    right: 0;
    bottom: 0;
    width: 70%;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_box.contest01 .txt_box {
    width: 48%;
    float: left;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_box.contest01 .txt_box {
    /* for sp Device Only */
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_box.contest01 .txt_box .txt {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_box.contest01 .txt_box {
    /* for sp Device Only */
  }
  .main_contest .contest_box.contest01 .txt_box h4 {
    font-size: 6vw;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_box.contest01 .ph_slider {
    width: 48%;
    float: right;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_box.contest01 .ph_slider {
    /* for sp Device Only */
    width: 100%;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_box.contest01 .ph.slider-1 {
    z-index: 10;
    position: absolute;
    bottom: -140px;
    left: -80px;
    width: 310px;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_box.contest02 .ph {
    width: 1020px;
    margin: 0 auto;
  }
  .main_contest .contest_box.contest02 .rankinig_history h3 {
    margin-bottom: 0;
  }
  .main_contest .contest_box.contest02 .rankinig_history h3.small_h3 {
    font-size: 32px;
  }
  .main_contest .contest_box.contest02 .rankinig_history .catch {
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_box.contest02 {
    /* for sp Device Only */
  }
  .main_contest .contest_box.contest02 .txt_box.ranking {
    margin-top: 5%;
  }
  .main_contest .contest_box.contest02 .ranking_history h3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .txt_box.ranking {
    /* for sp Device Only */
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .txt_box.ranking .rank {
    /* for sp Device Only */
    width: 90%;
    padding: 0;
    font-size: 5vw;
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .txt_box.ranking .rank em {
    display: block;
    width: 26%;
    margin: 0 auto;
    /* for sp Device Only */
    font-size: 10vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .rank_box {
    width: 70%;
    /* for sp Device Only */
    margin: 0 auto;
    float: inherit;
  }
}

@media screen and (max-width: 760px) {
  .main_contest h4 {
    /* for sp Device Only */
    font-size: 5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .rank_area {
    /* for sp Device Only */
    width: 90%;
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .rank_area .sub {
    /* for sp Device Only */
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .rank_area .rank03 {
    margin-right: 0;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .last_cath {
    width: 90%;
    /* for sp Device Only */
    margin: 0 auto 5%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest.naka .contest03 .interview {
    width: 100%;
    /* for sp Device Only */
    float: inherit;
  }
}

@media screen and (max-width: 760px) {
  .main_contest.naka .contest03 .catch_interview {
    margin-bottom: 9%;
    /* for sp Device Only */
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest.naka .contest03 .history_number {
    /* for sp Device Only */
    font-size: 10vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest.naka .contest03 .history_name {
    /* for sp Device Only */
    font-size: 6vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest.naka .contest03 .box_concours_name {
    /* for sp Device Only */
    width: 100%;
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest.naka .contest03 .ph_box {
    /* for sp Device Only */
    position: relative;
    width: 100%;
    margin-top: -5%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .catch_ranking {
    /* for sp Device Only */
    width: 90%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .catch_em {
    /* for sp Device Only */
    padding: 9% 0;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .catch_em em {
    margin-left: 0;
    /* for sp Device Only */
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .catch_champion {
    display: block;
    position: relative;
    /* for sp Device Only */
    top: 5%;
    left: 50%;
    width: 80%;
    height: 32vw;
    transform: translateX(-50%);
    background: url(../work/competition/img/icon_chanpion_sp.png) no-repeat top center;
    background-size: 100% auto;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .section_inner .ph.ph03 {
    /* for sp Device Only */
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .section_inner .section_fv {
    /* for sp Device Only */
    height: 60vw;
    margin: -5% auto 60%;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .section_inner .section_fv .box_staff {
    right: 30px;
    width: 400px;
    height: 175px;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .section_inner .section_fv .box_staff {
    /* for sp Device Only */
    top: auto;
    right: auto;
    bottom: -72%;
    width: 100%;
    padding: 30px;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .section_inner .contest05 .section_fv .box_staff {
    right: auto;
    left: 30px;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_box.contest05 .contest_staff .ph_box {
    order: 2;
  }
  .main_contest .contest_box.contest05 .contest_staff .txt_box {
    order: 1;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_staff {
    display: flex;
    align-items: center;
    max-width: 980px;
    margin: 0 auto 100px;
  }
  .main_contest .contest_staff .ph_box, .main_contest .contest_staff .txt_box {
    width: 50%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_staff .ph.ph04, .main_contest .contest_staff .ph.ph05 {
    /* for sp Device Only */
    width: 80%;
    margin: 0 auto 5%;
  }
}

@media screen and (min-width: 761px) {
  .main_contest .contest_staff .txt_box {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_staff .txt_box {
    /* for sp Device Only */
    width: 90%;
    margin: 0 auto 10%;
  }
}

@media screen and (max-width: 760px) {
  .main_contest .contest_staff h5 {
    /* for sp Device Only */
    margin-bottom: 2%;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(25px, 0, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    transform: translate3d(3000px, 0, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(-25px, 0, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

/**************************************

main_contest NEW

**************************************/
.up.main_contest.naka .article_h2 {
  background: url(../work/competition/img/new/visual.jpg) no-repeat top;
  background-size: cover;
}

.up.main_contest.naka .visual {
  width: 872px;
  margin: 0 auto;
  padding: 55px 0;
}

.up.main_contest.naka .visual .tit {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 48px;
  font-weight: 700 !important;
  text-align: center;
}

.up.main_contest.naka .cmn_ttl {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 45px;
  padding: 45px;
  background: url(../work/competition/img/new/bg_h1.png) no-repeat center;
  background-size: 100% auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 31px;
  font-weight: 700 !important;
  line-height: 0.8;
  text-align: center;
}

.up.main_contest.naka .cmn_ttl span {
  display: inline-block;
  width: 100%;
  margin-top: -10px;
  color: #D6A800;
  font-size: 10px;
}

.up.main_contest.naka .cmn_ttl02 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 15px;
  background: url(../work/competition/img/new/bg_h2.png) no-repeat center;
  background-size: 100% auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 37px;
  font-weight: 700 !important;
  line-height: 0.8;
  text-align: center;
}

.up.main_contest.naka .cnt_box {
  width: 1200px;
  margin: 0 auto 110px;
}

.up.main_contest.naka .cnt_box .ph {
  width: 49%;
  padding-left: 150px;
  float: left;
}

.up.main_contest.naka .cnt_box .text_box {
  width: 49%;
  float: right;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}

.up.main_contest.naka .cnt_box .text_box .tit {
  margin-bottom: 15px;
  color: #D6A800;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 28px;
  font-weight: 700 !important;
  line-height: 1.4;
}

.up.main_contest.naka .cnt_box .text_box .txt {
  color: #fff;
  font-size: 16px;
}

.up.main_contest.naka .ph_box {
  width: 1200px;
  margin: 0 auto 40px;
}

.up.main_contest.naka .ph_box .ph.open {
  animation: 2s bounceInLeft both;
  opacity: 1;
}

.up.main_contest.naka .ph_box .ph:first-child {
  margin: -110px auto 66px;
}

.up.main_contest.naka .ph_box .ph:first-child.open {
  animation: 2s bounceInRight both;
  opacity: 1;
}

.up.main_contest.naka .section_bg {
  margin-bottom: 30px;
}

.up.main_contest.naka .section_rank {
  width: 1193px;
  margin: 0 auto 130px;
}

.up.main_contest.naka .section_rank .box {
  position: relative;
  padding: 55px 55px 45px;
  background: #fff;
}

.up.main_contest.naka .section_rank .box .tit {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 44px;
  font-weight: 700 !important;
  text-align: center;
}

.up.main_contest.naka .section_rank .box .stit {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 22px;
  font-weight: 700 !important;
  text-align: center;
}

.up.main_contest.naka .section_rank .box .stit span {
  color: #FF3D00;
  font-size: 34px;
}

.up.main_contest.naka .section_rank .box .rank_list {
  font-size: 0;
  text-align: center;
}

.up.main_contest.naka .section_rank .box .rank_list li {
  display: inline-block;
  width: 196px;
  margin: 0 22px;
  vertical-align: top;
}

.up.main_contest.naka .section_rank .box .rank_list li:first-child {
  width: 218px;
}

.up.main_contest.naka .section_rank .box .rank_list li:first-child.open {
  animation: 2s bounceInUp both;
  opacity: 1;
}

.up.main_contest.naka .section_rank .box .rank_list li:nth-child(2).open {
  animation: 3s bounceInUp both;
}

.up.main_contest.naka .section_rank .box .rank_list li:nth-child(3).open {
  animation: 4s bounceInUp both;
}

.up.main_contest.naka .section_rank .box .fuki {
  position: absolute;
  top: -40px;
  right: -50px;
  width: 230px;
}

.up.main_contest.naka .section_rank .box:last-child {
  padding: 30px 55px 70px;
}

.up.main_contest.naka .section_rank .box:last-child .tit {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 31px;
  font-weight: 700 !important;
  text-align: center;
}

.up.main_contest.naka .section_rank .box:last-child .tit span.en {
  margin-right: 10px;
  font-size: 62px;
}

.up.main_contest.naka .section_rank .box:last-child .lead {
  color: #FF3D00;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 47px;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
}

.up.main_contest.naka .section_rank .box:last-child .fuki {
  position: absolute;
  top: 90px;
  right: 40px;
  width: 187px;
}

.up.main_contest.naka .section_rank .rank_tit {
  padding: 10px;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 28px;
  font-weight: 700 !important;
  text-align: center;
}

.up.main_contest.naka .section_rank .rank_tit span {
  font-size: 31px;
}

.up.main_contest.naka .section_ranker {
  width: 1200px;
  margin: 0 auto 80px;
}

.up.main_contest.naka .section_ranker.open {
  animation: 2s bounceInUp both;
  opacity: 1;
}

.up.main_contest.naka .section_ranker.last {
  margin: 0 auto 120px;
}

.up.main_contest.naka .section_message {
  width: 1200px;
  margin: 0 auto 80px;
}

.up.main_contest.naka .section_message .ph {
  width: 458px;
  float: right;
}

.up.main_contest.naka .section_message .text_box {
  width: 709px;
  float: left;
}

.up.main_contest.naka .section_message .text_box .name {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 37px;
  font-weight: 700 !important;
  line-height: 1;
  text-align: left;
}

.up.main_contest.naka .section_message .text_box .name span {
  display: inline-block;
  width: 100%;
  font-size: 21px;
}

.up.main_contest.naka .section_message .text_box .stit {
  position: relative;
  margin-bottom: 10px;
  color: #D6A800;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 23px;
  font-weight: 700 !important;
}

.up.main_contest.naka .section_message .text_box .stit::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 1px;
  margin: auto;
  background: #D6A800;
  content: "";
}

.up.main_contest.naka .section_message .text_box .txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  font-weight: 700 !important;
}

.up.main_contest.naka .section_taisei {
  margin-bottom: 110px;
  padding: 45px 0 70px;
  background: rgba(48, 48, 48, 0.81);
}

.up.main_contest.naka .section_taisei .tit {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 31px;
  font-weight: 700 !important;
  text-align: center;
}

.up.main_contest.naka .section_taisei ul {
  text-align: center;
}

.up.main_contest.naka .section_taisei ul li {
  display: inline-block;
  width: 588px;
  max-width: calc(48% - 20px);
  margin: 0 10px;
  vertical-align: middle;
}

.up.main_contest.naka .section_taisei .alert {
  width: 1100px;
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}

.up.main_contest.naka .last_message {
  padding-bottom: 130px;
}

.up.main_contest.naka .last_message .txt {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 19px;
  font-weight: 700 !important;
  text-align: center;
}

.up.main_contest.naka .last_message .catch {
  margin-bottom: 25px;
  color: #D6A800;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 32px;
  font-weight: 700 !important;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .article_h2 {
    margin-bottom: 10%;
    /* for sp Device Only */
    background: url(../work/competition/img/new/visual.jpg) no-repeat 44% bottom;
    background-size: auto 125%;
  }
}

@media all and (-ms-high-contrast: none) {
  html {
    height: 100%;
    overflow: hidden;
  }
  body {
    height: 100%;
    overflow: scroll;
  }
}

@media screen and (min-width: 761px) {
  .up.main_contest.naka .section_contest {
    position: relative;
    height: 100%;
    background: url(../work/competition/img/new/bg_cmn.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_contest::before {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../work/competition/img/new/bg_cmn.jpg) center no-repeat;
    background-size: cover;
    content: "";
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .visual {
    width: 100%;
    padding: 0 5% 10%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .visual .tit {
    margin-bottom: 5%;
    font-size: 10vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .cmn_ttl {
    width: 90%;
    margin-bottom: 5%;
    padding: 7% 0;
    background: url(../work/competition/img/new/bg_h1_sp.png) no-repeat center;
    background-size: 100% auto;
    font-size: 6.5vw;
  }
  .up.main_contest.naka .cmn_ttl.line2 {
    line-height: 1.1;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .cmn_ttl02 {
    width: 90%;
    margin-bottom: 5%;
    padding: 5% 0;
    background: url(../work/competition/img/new/bg_h2_sp.png) no-repeat center;
    background-size: 100% auto;
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .cnt_box {
    width: 100%;
    margin: 0 auto 15%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .cnt_box .ph {
    width: 100%;
    margin-bottom: 5%;
    padding-left: 0;
    float: none;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .cnt_box .text_box {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .cnt_box .text_box .tit {
    margin-bottom: 3%;
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .cnt_box .text_box .txt {
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .ph_box {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .ph_box .ph:first-child {
    margin: 0 auto 5%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank {
    width: 100%;
    margin: 0 auto 25%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box {
    padding: 8% 5% 6%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box .tit {
    margin-bottom: 2%;
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box .stit {
    margin-bottom: 5%;
    font-size: 5vw;
    line-height: 1.2;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box .stit span {
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box .rank_list li {
    width: 40%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box .rank_list li:first-child {
    width: 60%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box:last-child {
    padding: 7% 5% 8%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box:last-child .tit {
    margin-bottom: 5%;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 761px) {
  .up.main_contest.naka .section_rank .box:last-child .tit span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
}

@media screen and (min-width: 761px) {
  .up.main_contest.naka .section_rank .box:last-child .tit span.txt {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box:last-child .tit span.en {
    margin-right: 0;
    font-size: 9vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box:last-child .lead {
    margin-bottom: 5%;
    font-size: 8vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .box:last-child .fuki {
    position: static;
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .rank_tit {
    padding: 2%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_rank .rank_tit span {
    font-size: 6vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_ranker {
    width: 100%;
    margin: 0 auto 15%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_ranker.last {
    margin: 0 auto 25%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message {
    width: 100%;
    margin: 0 auto 25%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message .ph {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message .text_box {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message .text_box .name {
    margin-bottom: 3%;
    font-size: 6vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message .text_box .name span {
    font-size: 4vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message .text_box .stit {
    margin-bottom: 3%;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message .text_box .stit::after {
    width: 55%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_message .text_box .txt {
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_taisei {
    margin-bottom: 25%;
    padding: 12% 5%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_taisei .tit {
    margin-bottom: 5%;
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_taisei ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5%;
  }
  .up.main_contest.naka .section_taisei ul li:last-child {
    margin: 0 0 0;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .section_taisei .alert {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .last_message {
    padding: 0 5% 25%;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .last_message .txt {
    margin-bottom: 5%;
    font-size: 5vw;
    text-align: left;
  }
}

@media screen and (max-width: 760px) {
  .up.main_contest.naka .last_message .catch {
    font-size: 6.5vw;
  }
}

/**************************************

message

**************************************/
.main_message .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/message/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_message .section_message {
  width: 1100px;
  margin: 60px auto 100px;
}

.main_message .section_message .wrap .ph {
  width: 500px;
  float: left;
}

.main_message .section_message .wrap .txt_box {
  width: calc(100% - 550px);
  float: right;
}

.main_message .section_message .wrap .txt_box .profile_box {
  margin-bottom: 30px;
  padding: 30px;
  background: rgba(43, 126, 168, 0.8);
  color: #fff;
}

.main_message .section_message .wrap .txt_box .profile_box .stit {
  margin-bottom: 10px;
  border-bottom: dotted 1px;
  font-size: 17px;
  font-weight: bold;
}

.main_message .section_message .wrap .txt_box .profile_box .name {
  font-size: 30px;
  font-weight: bold;
}

.main_message .section_message .wrap .txt_box .profile_box .name_e {
  font-family: "din-condensed", sans-serif;
  font-size: 21px;
  font-weight: bold;
  opacity: 0.7;
}

.main_message .section_message .wrap .txt_box .profile_tbl .stit {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.main_message .section_message .wrap .txt_box .profile_tbl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.main_message .section_message .wrap .txt_box .profile_tbl dl dt {
  width: 150px;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: rgba(0, 36, 107, 0.05);
  text-align: center;
}

.main_message .section_message .wrap .txt_box .profile_tbl dl dd {
  width: calc(100% - 150px);
  padding: 10px;
}

.main_message .section_message .wrap .txt_box .profile_tbl .txt {
  font-size: 1.2em;
}

.main_message .section_vision .tit {
  margin: 70px auto 35px;
  text-align: center;
}

.main_message .section_vision .tit span {
  display: inline-block;
  padding: 15px 80px;
  border: solid 1px #00246b;
  color: #00246b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.main_message .section_vision .wrap {
  position: relative;
  padding: 120px 0;
  background: rgba(0, 36, 107, 0.05);
  background-size: cover;
  text-align: center;
}

.main_message .section_vision .wrap .lead {
  z-index: 2;
  position: relative;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}

.main_message .section_vision .wrap .catch {
  z-index: 2;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}

.main_message .section_vision .wrap .txt {
  z-index: 2;
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.main_message .section_vision .wrap .txt p {
  margin-bottom: 15px;
}

.main_message .section_vision02 .tit {
  margin: 70px auto 35px;
  text-align: center;
}

.main_message .section_vision02 .tit span {
  display: inline-block;
  padding: 15px 80px;
  border: solid 1px #00246b;
  color: #00246b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.main_message .section_vision02 .wrap {
  position: relative;
  margin-bottom: 150px;
  padding: 120px 0;
  background: url(../company/message/img/bg_vision.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.main_message .section_vision02 .wrap::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1e2f;
  content: "";
  opacity: 0.5;
}

.main_message .section_vision02 .wrap .lead {
  z-index: 2;
  position: relative;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}

.main_message .section_vision02 .wrap .catch {
  z-index: 2;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}

.main_message .section_vision02 .wrap .txt {
  z-index: 2;
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.main_message .section_vision02 .wrap .txt p {
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .main_message .section_message {
    width: 100%;
    margin: 13vw auto 15%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .ph {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_box {
    padding: 5%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_box .stit {
    margin-bottom: 3%;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_box .name {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_box .name_e {
    font-size: 5.0vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_tbl .stit {
    margin-bottom: 3%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_tbl dl {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_tbl dl dt {
    width: 25%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_message .wrap .txt_box .profile_tbl dl dd {
    width: 75%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision .tit {
    width: 90%;
    margin: 10vw auto 7vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision .tit span {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision .wrap {
    padding: 20vw 0;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision .wrap .lead {
    margin-bottom: 5%;
    font-size: 6vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision .wrap .catch {
    margin-bottom: 5%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision .wrap .txt {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision .wrap .txt p {
    text-align: left;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision02 .tit {
    width: 90%;
    margin: 10vw auto 7vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision02 .tit span {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision02 .wrap {
    margin-bottom: 20%;
    padding: 20vw 0;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision02 .wrap .lead {
    margin-bottom: 5%;
    font-size: 6vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision02 .wrap .catch {
    margin-bottom: 5%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision02 .wrap .txt {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_vision02 .wrap .txt p {
    text-align: left;
  }
}

/**********************************************

policy

**********************************************/
.main_policy .article_h2 {
  padding: 50px 0 30px;
  background: #00246b;
  color: #fff;
}

.main_policy .section_policy {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

.main_policy .section_policy .inner {
  margin-bottom: 80px;
}

.main_policy .section_policy .inner .main_title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #00256b;
  color: #00256b;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.main_policy .section_policy .inner .unit {
  margin-bottom: 40px;
}

.main_policy .section_policy .inner .unit h3 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
}

.main_policy .section_policy .cookie {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .inner {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .inner .main_title {
    margin-bottom: 10%;
    padding-bottom: 5%;
    font-size: 7vw;
  }
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .inner .unit {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .inner .unit h3 {
    margin-bottom: 2%;
    font-size: 5.8vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .cookie {
    margin-top: -10%;
    padding-top: 10%;
  }
}

.main_efforts .article_h2 {
  z-index: 11;
  position: relative;
  background: url(../company/efforts/img/bg.jpg) no-repeat center;
  background-size: cover;
}

.main_efforts.naka .uni_area {
  width: 1100px;
  margin: 60px auto 150px;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area {
    width: 90%;
    margin: 10% auto 20%;
  }
}

.main_efforts.naka .uni_area h3 {
  margin-bottom: 40px;
  border-bottom: solid 1px #ccc;
  color: #00246b;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area h3 {
    margin-bottom: 6%;
    padding-bottom: 10px;
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
  }
}

.main_efforts.naka .uni_area .ph {
  width: 900px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area .ph {
    width: 100%;
    margin-bottom: 5%;
  }
}

.main_efforts.naka .uni_area.unit_area1 .ph {
  width: 360px;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area.unit_area1 .ph {
    width: 100%;
  }
}

.main_efforts.naka .uni_area .txt {
  z-index: 2;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area .txt {
    width: 100%;
    text-align: justify;
  }
}

.main_efforts.naka .uni_area .list {
  margin-top: 80px;
  border-top: dotted 1px #ccc;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area .list {
    margin-top: 15%;
  }
}

.main_efforts.naka .uni_area .list .item {
  display: flex;
  justify-content: space-between;
  padding: 50px 80px;
  border-bottom: dotted 1px #ccc;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area .list .item {
    display: block;
    padding: 12% 0;
  }
}

.main_efforts.naka .uni_area .list .item_img {
  width: 280px;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area .list .item_img {
    width: 50%;
    margin: 0 auto 8%;
  }
}

.main_efforts.naka .uni_area .list .item_inner {
  width: 580px;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area .list .item_inner {
    width: 100%;
  }
}

.main_efforts.naka .uni_area .list .item_tit {
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 760px) {
  .main_efforts.naka .uni_area .list .item_tit {
    margin-bottom: 3%;
  }
}
/*# sourceMappingURL=skin.css.map */
