@charset "UTF-8";
/* reset */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: inherit;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[type=button], [type=reset], [type=submit], [role=button], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

ul, ol {
  list-style-type: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ===============
サイト全体の基本設定
=============== */
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
*/
html {
  font-size: 62.5%;
  background: #333;
}

body {
  color: #000;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , Helvetica , Arial , Verdana , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a img.imgHover,
input[type="image"] {
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover img.imgHover,
input[type="image"]:hover {
  opacity: 0.8;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
/* ===============
レイアウト用CSS
=============== */
body {
  min-width: 1000px;
  overflow-x: hidden;
}

.content_inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .content_inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .content_inner.inSpace {
    padding: 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .content_inner.inSpace {
    padding: 0 4%;
  }
}

#site_wrap.recruit {
  padding-top: 133px;
}

@media screen and (max-width: 768px) {
  #site_wrap.recruit {
    padding-top: 47px;
  }
}

#site_wrap.index {
  padding-top: 0;
}

/* SP Layout */
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  #site_wrap {
    padding-top: 48px;
  }
}

/* ===============
パーツ用CSS
=============== */
.m_btn_more {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 1px solid #272727;
  color: #000;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 250px;
  height: 50px;
  line-height: 50px;
}

.m_btn_more span {
  font-weight: 500;
  font-size: 1.8rem;
}

.m_btn_more span::before, .m_btn_more span::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
}

.m_btn_more span::before {
  width: 16px;
  left: 42px;
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m_btn_more span::after {
  width: 35px;
  left: 21px;
  top: 30px;
}

.m_btn_more::before, .m_btn_more::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.m_btn_more::before {
  top: -1px;
  left: -1px;
}

.m_btn_more::after {
  bottom: -1px;
  right: -1px;
}

.m_btn_more:hover {
  color: #FF1A55;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.m_btn_more:hover span::before, .m_btn_more:hover span::after {
  background: #FF1A55;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.m_btn_more:hover::before, .m_btn_more:hover::after {
  width: calc(100% + 2px);
  height: 50px;
}

.m_btn_more:hover::before {
  border-top-color: #FF1A55;
  border-right-color: #FF1A55;
  -webkit-transition: width .15s 0s, border-top-color .15s 0s, height .15s .15s, border-right-color .15s .15s;
  transition: width .15s 0s, border-top-color .15s 0s, height .15s .15s, border-right-color .15s .15s;
}

.m_btn_more:hover::after {
  border-bottom-color: #FF1A55;
  border-left-color: #FF1A55;
  -webkit-transition: width .15s .30s, border-bottom-color .15s .30s, height .15s .45s, border-left-color .15s .45s;
  transition: width .15s .30s, border-bottom-color .15s .30s, height .15s .45s, border-left-color .15s .45s;
}

.m_btn_more.b_large {
  width: 430px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .m_btn_more.b_large {
    width: 100%;
    max-width: 92%;
  }
}

.m_btn_more.b_large::before, .m_btn_more.b_large::after {
  height: 70px;
}

.m_btn_more.b_large span::before {
  top: 34px;
}

.m_btn_more.b_large span::after {
  top: 39px;
}

.m_btn_more_old2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #272727;
  text-align: center;
  width: 250px;
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m_btn_more_old2::before, .m_btn_more_old2::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m_btn_more_old2::before {
  width: 16px;
  left: 42px;
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m_btn_more_old2::after {
  width: 35px;
  left: 21px;
  top: 30px;
}

.m_btn_more_old2 span {
  font-weight: 500;
  font-size: 1.8rem;
}

.m_btn_more_old2:hover, .m_btn_more_old2:focus {
  background: #272727;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
          box-shadow: inset 0 0 0 1px #FFF;
}

.m_btn_more_old2:hover::before, .m_btn_more_old2:focus::before {
  left: 46px;
  background: #FFF;
}

.m_btn_more_old2:hover::after, .m_btn_more_old2:focus::after {
  left: 25px;
  background: #FFF;
}

.m_btn_more_old01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #272727;
  text-align: center;
  width: 250px;
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m_btn_more_old01::before, .m_btn_more_old01::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m_btn_more_old01::before {
  width: 16px;
  left: 42px;
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m_btn_more_old01::after {
  width: 35px;
  left: 21px;
  top: 30px;
}

.m_btn_more_old01 span {
  font-weight: 500;
  font-size: 1.8rem;
}

.m_btn_more_old01:hover, .m_btn_more_old01:focus {
  background: #272727;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
          box-shadow: inset 0 0 0 1px #FFF;
}

.m_btn_more_old01:hover::before, .m_btn_more_old01:focus::before {
  left: 46px;
  background: #FFF;
}

.m_btn_more_old01:hover::after, .m_btn_more_old01:focus::after {
  left: 25px;
  background: #FFF;
}

.m_btn_contact {
  display: inline-block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  font-size: 24px;
  letter-spacing: 1px;
  width: 46%;
  padding: 9px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .m_btn_contact {
    font-size: 6vw;
    width: 94%;
    line-height: 1;
    padding: 4% 0;
  }
}

.m_btn_contact::before, .m_btn_contact::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
}

.m_btn_contact::before {
  width: 35px;
  left: 21px;
  top: 35px;
}

@media screen and (max-width: 768px) {
  .m_btn_contact::before {
    top: 50%;
    width: 26px;
    margin-top: 3px;
  }
}

.m_btn_contact::after {
  width: 16px;
  left: 42px;
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .m_btn_contact::after {
    width: 12px;
    left: 36px;
    top: 50%;
    margin-top: -2px;
  }
}

.m_btn_contact:hover {
  background: #dbdbdb;
}

.m_contact_entrance {
  background: #f4f4f4;
  padding: 120px 4%;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

@media screen and (max-width: 768px) {
  .m_contact_entrance {
    margin-top: 35px;
    padding: 6% 4%;
    background: #000;
  }
}

.m_contact_entrance::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.m_contact_entrance:hover::before {
  height: 100%;
}

.m_contact_entrance:hover .tel_link {
  color: #fff;
}

.m_contact_entrance:hover svg {
  fill: #fff;
}

.m_contact_entrance .tel_link {
  display: block;
  margin: 15px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 768px) {
  .m_contact_entrance .tel_link {
    background: #fff;
    width: 94%;
    display: block;
    margin: 3% auto 0;
    padding: 2% 0;
  }
}

.m_contact_entrance .tel_link svg {
  width: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .m_contact_entrance .tel_link svg {
    width: 6vw;
  }
}

.m_contact_entrance .tel_link .tel {
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 200;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .m_contact_entrance .tel_link .tel {
    font-size: 6vw;
  }
}

.m_contact_entrance .tel_link .time {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .m_contact_entrance .tel_link .time {
    font-size: 2.4vw;
    margin-left: 2%;
  }
}

.m_section_title {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
}

.m_section_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000;
  bottom: -22px;
  left: calc(50% - 10px);
}

@media screen and (max-width: 480px) {
  .m_section_title {
    font-size: 2.8rem;
  }
}

.m_section_intro {
  text-align: center;
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .m_section_intro {
    font-size: 1.8rem;
    padding: 0 4%;
  }
}

@media screen and (max-width: 480px) {
  .m_section_intro {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
    letter-spacing: 0.05em;
    padding: 0 6%;
  }
  .m_section_intro br {
    display: none;
  }
}

.slider-controller {
  width: 50px;
  height: 70px;
  display: block;
  background-color: rgba(51, 51, 51, 0.8);
  background-position: center;
  background-size: 13px 26px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -70px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: left 0.4s, right 0.4s, background-image 0.2s;
  transition: left 0.4s, right 0.4s, background-image 0.2s;
}

.slider-controller.button-prev {
  left: -50px;
  background-image: url("../img/common/slider_arrow_left.png");
}

.slider-controller.button-next {
  background-image: url("../img/common/slider_arrow_right.png");
  right: -50px;
}

.slider-controller:hover {
  background-color: rgba(51, 51, 51, 0.9);
}

.slider-controller:hover.button-prev {
  background-position: 40% center;
}

.slider-controller:hover.button-next {
  background-position: 60% center;
}

.slider-controller.active {
  opacity: 1;
}

.slider-controller.active.button-prev {
  left: 0;
  background-image: url("../img/common/slider_arrow_left.png");
}

.slider-controller.active.button-next {
  background-image: url("../img/common/slider_arrow_right.png");
  right: 0;
}

.mod_ttlBox.noimg {
  text-align: center;
  padding: 130px 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.noimg {
    padding: 60px 0;
  }
}

.mod_ttlBox.noimg h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.noimg h1 {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
}

.mod_ttlBox.noimg .sub {
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.noimg .sub {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.mod_ttlBox.type02 {
  text-align: center;
  padding: 130px 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02 {
    padding: 60px 0;
  }
}

.mod_ttlBox.type02 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02 h1 {
    font-size: 2.2rem;
    letter-spacing: 3px;
  }
}

.mod_ttlBox.type02 .sub {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02 .sub {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}

.mod_ttlBox.type02 .mod_ttlBox_inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02 .mod_ttlBox_inner {
    padding: 50px 0;
  }
}

.mod_ttlBox.type02.company {
  background-image: url("../img/company/mv.png");
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02.company {
    background-size: 300% auto;
  }
}

.mod_ttlBox.type02.service {
  background-image: url("../img/service/mv_service.png");
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02.service {
    background-size: 300% auto;
  }
}

.mod_ttlBox.type02.works {
  background-image: url("../img/works/mv_works.png");
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02.works {
    background-size: 300% auto;
  }
}

.mod_ttlBox.type02.ourteam {
  background-image: url("../img/ourteam/main_bg_team.png");
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type02.ourteam {
    background-size: 300% auto;
  }
}

.mod_ttlBox.type03 {
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type03 {
    background-size: 100%;
    background-position: 0 7vw;
  }
}

.mod_ttlBox.type03 h1 {
  color: #fff;
  font-size: 5vw;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 18vw 0;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.type03 h1 {
    font-size: 8vw;
    padding: 13vw 0;
  }
}

.mod_ttlBox.type03.creative {
  background-image: url("../img/service/main_bg_creative.jpg");
}

.mod_ttlBox.type03.media {
  background-image: url("../img/service/main_bg_media.jpg");
}

.mod_ttlBox.type03.product {
  background-image: url("../img/service/main_bg_product.jpg");
}

.mod_ttlBox.type03.promotion {
  background-image: url("../img/service/main_bg_promotion.jpg");
}

.mod_ttlBox.type03.websolution {
  background-image: url("../img/service/main_bg_websolution.jpg");
}

.access {
  padding-top: 120px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .access {
    padding-top: 90px;
  }
}

@media screen and (max-width: 480px) {
  .access {
    padding-top: 60px;
  }
}

.access .access_info {
  text-align: center;
  padding: 70px 20px;
}

@media screen and (max-width: 480px) {
  .access .access_info {
    padding: 40px 4%;
  }
}

.access .access_info dl {
  display: inline-block;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .access .access_info dl {
    font-size: 1.3rem;
  }
}

.access .access_info dl dt {
  width: 120px;
  font-weight: 700;
  text-align: right;
  float: left;
  letter-spacing: 0.1em;
  margin: 0 0.7em 0 0;
  clear: both;
}

.access .access_info dl dt::after {
  content: "：";
}

.access .access_info dl dd {
  font-weight: 500;
  overflow: hidden;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

#map_area {
  position: relative;
}

#map {
  width: 100%;
  height: 0;
  padding-top: 500px;
  border-bottom: 1px solid #ADADAD;
}

#access_tab {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  border: 1px solid #ADADAD;
  border-bottom: none;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#access_tab li {
  width: 50%;
  float: left;
  background: #FFF;
  text-align: center;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 0;
  color: #AEAEAE;
  -webkit-transition: color .3s, -webkit-box-shadow .5s;
  transition: color .3s, -webkit-box-shadow .5s;
  transition: color .3s, box-shadow .5s;
  transition: color .3s, box-shadow .5s, -webkit-box-shadow .5s;
}

@media screen and (max-width: 768px) {
  #access_tab li {
    font-size: 1.4rem;
  }
}

#access_tab li span {
  font-size: 2.4rem;
}

@media screen and (max-width: 480px) {
  #access_tab li span {
    font-size: 1.7rem;
  }
}

#access_tab li:not(.active) {
  border-bottom: 1px solid #ADADAD;
}

#access_tab li:not(.active):hover {
  cursor: pointer;
  color: #666;
}

#access_tab li.active {
  color: #000;
  border-bottom: 1px solid #FFF;
}

#access_tab li.map_kyoto {
  border-right: 1px solid #ADADAD;
}

#access_tab li.map_kyoto:not(.active) {
  -webkit-box-shadow: inset 0 -7px 0 #F1F1F1;
          box-shadow: inset 0 -7px 0 #F1F1F1;
}

#access_tab li.map_tokyo:not(.active) {
  -webkit-box-shadow: inset 7px -7px 0 #F1F1F1;
          box-shadow: inset 7px -7px 0 #F1F1F1;
}

.wp-pagenavi {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 20px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 16px;
  line-height: 35px;
  margin: 0 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 26px;
    margin: 0 3px;
  }
}

.wp-pagenavi a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wp-pagenavi a:hover {
  background: #000;
  color: #fff;
}

.wp-pagenavi a:hover.nextpostslink::before, .wp-pagenavi a:hover.previouspostslink::before {
  color: #fff;
}

.wp-pagenavi a.nextpostslink {
  color: #fff0;
}

.wp-pagenavi a.nextpostslink::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: scale(1, 1.7);
          transform: scale(1, 1.7);
  color: #000;
  line-height: 1;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a.nextpostslink::before {
    left: 10px;
    margin-top: -8px;
  }
}

.wp-pagenavi a.previouspostslink {
  color: #fff0;
}

.wp-pagenavi a.previouspostslink::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: scale(1, 1.7);
          transform: scale(1, 1.7);
  color: #000;
  line-height: 1;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a.previouspostslink::before {
    left: 10px;
    margin-top: -8px;
  }
}

.wp-pagenavi span {
  background: #000;
  color: #fff;
}

.wp-pagenavi .extend {
  display: none;
}

/* お問い合わせ */
#page_contact .contact_intro {
  text-align: center;
}

@media screen and (max-width: 480px) {
  #page_contact .contact_intro {
    text-align: left;
  }
}

#page_contact .contact_intro .contact_intro_hook {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #page_contact .contact_intro .contact_intro_hook {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 480px) {
  #page_contact .contact_intro .contact_intro_hook {
    font-size: 1.6rem;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
}

#page_contact .contact_intro .contact_intro_hook + p {
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #page_contact .contact_intro .contact_intro_hook + p {
    font-size: 1.4rem;
  }
}

#page_contact .contact_intro .tel_announce {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #page_contact .contact_intro .tel_announce {
    font-size: 1.7rem;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #page_contact .contact_intro .tel_announce {
    font-size: 1.6rem;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}

#page_contact .contact_intro .box-tel_link .tel_link {
  background: #f7f7f7;
  border: 1px solid #b4b4b4;
  padding: 5px 0;
  display: block;
  width: 490px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_contact .contact_intro .box-tel_link .tel_link {
    width: 94%;
    display: block;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
  }
}

#page_contact .contact_intro .box-tel_link .tel_link svg {
  width: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  #page_contact .contact_intro .box-tel_link .tel_link svg {
    width: 6vw;
  }
}

#page_contact .contact_intro .box-tel_link .tel_link .tel {
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 200;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #page_contact .contact_intro .box-tel_link .tel_link .tel {
    font-size: 6vw;
  }
}

#page_contact .contact_intro .box-tel_link .tel_link .time {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #page_contact .contact_intro .box-tel_link .tel_link .time {
    font-size: 2.4vw;
    margin-left: 2%;
  }
}

#page_contact .form_wrap {
  margin-top: 60px;
}

#page_contact .form_wrap_mt0 {
  margin-top: 0;
}

#page_contact .contact_complete {
  text-align: center;
}

#page_contact .contact_complete p {
  margin-top: 30px;
}

#page_entry .entry_intro {
  text-align: center;
}

#page_entry .entry_intro .entry_intro_hook {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #page_entry .entry_intro .entry_intro_hook {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 480px) {
  #page_entry .entry_intro .entry_intro_hook {
    font-size: 1.6rem;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
}

#page_entry .entry_intro .entry_intro_hook + p {
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #page_entry .entry_intro .entry_intro_hook + p {
    font-size: 1.4rem;
  }
}

#page_entry .form_wrap {
  margin-top: 60px;
}

#page_entry .entry_complete {
  max-width: 600px;
  margin: 50px auto 0;
}

#page_entry .entry_complete p {
  margin-top: 30px;
}

.lp_light {
  margin-top: 30px;
}

.lp_light_ttl {
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp_light_ttl {
    font-size: 2.4rem;
  }
}

.lp_light_ttl_hook {
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp_light_ttl_hook {
    font-size: 1.4rem;
  }
}

.lp_light_ttl_hook span {
  display: inline-block;
}

.lp_light_ttl_hook::after {
  content: '';
  display: block;
  width: 130px;
  height: 2px;
  background: #000;
  margin: 20px auto 0;
}

.lp_light_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .lp_light_flex {
    display: block;
    margin-top: 40px;
  }
}

.lp_light_thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .lp_light_thumb {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 547px;
  }
}

.lp_light_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding-right: 40px;
  max-width: 562px;
}

@media screen and (max-width: 768px) {
  .lp_light_detail {
    padding: 0;
    margin: 0 auto;
    max-width: 562px;
  }
}

.lp_light_detail_ttl {
  font-size: 26px;
  margin-bottom: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .lp_light_detail_ttl {
    font-size: 20px;
  }
}

.lp_light_detail_img {
  display: block;
  margin: 20px auto;
}

.lp_light_detail > p {
  margin-top: 20px;
  font-size: 16px;
}

.lp_light_detail > p + p {
  margin-top: 25px;
}

.lp_light_detail_program {
  border: 15px solid #e8e2bb;
  background: #FFF;
  margin: 30px auto;
  padding: 20px 30px;
}

.lp_light_detail_program_ttl {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .lp_light_detail_program_ttl {
    font-size: 20px;
  }
}

.lp_light_detail_program ol li {
  font-size: 16px;
  text-indent: -2em;
  padding-left: 2em;
}

.lp_light_detail_program ol li::before {
  content: 'ー';
  margin-right: 1.2em;
}

.lp_light_detail_program ol li + li {
  margin-top: 5px;
}

.lp_light_form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

@media screen and (max-width: 768px) {
  .lp_light_form {
    margin-top: 40px;
  }
}

.lp_light_form_intro {
  font-size: 0.933em;
}

.lp_light_form_addition {
  margin-top: 25px;
  max-width: 450px;
  text-align: center;
}

.lp_light_privacy a {
  color: #333;
  font-size: 1.2rem;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .lp_light .form_wrap {
    max-width: 450px;
  }
}

.lp_light .form_wrap form .form_item {
  padding: 15px 0;
  border: none;
}

.lp_light .form_wrap form .form_item:first-of-type {
  border: none;
  margin-top: 5px;
}

.lp_light .form_wrap form .form_item dl {
  display: block;
  margin-left: 0;
}

.lp_light .form_wrap form .form_item dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.lp_light .form_wrap form .form_item dl dt.required::after {
  color: #FFF;
  background: #FF1A55;
  margin-left: 20px;
  font-size: 1.1rem;
  border: none;
  letter-spacing: 0.1em;
}

.lp_light .form_wrap form .form_item dl dd {
  margin-left: 0;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .lp_light .form_wrap form .form_item dl dd .mwform-checkbox-field-text {
    font-size: 1.8rem;
  }
}

.lp_light .form_wrap form .form_button_area {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .lp_light .form_wrap form .form_button_area {
    margin-top: 30px;
  }
}

.lp_light .form_wrap form .form_button_area .m_btn_more {
  width: 270px;
  background: #000;
  color: #FFF;
  border: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.lp_light .form_wrap form .form_button_area .m_btn_more:hover {
  background: #666;
}

.lp_light .form_wrap form .form_button_area .m_btn_more::before, .lp_light .form_wrap form .form_button_area .m_btn_more::after {
  content: none;
}

.lp_light .form_wrap form .form_button_area .m_btn_more span {
  padding-left: 1.5em;
}

.lp_light .form_wrap form .form_button_area .m_btn_more span::before, .lp_light .form_wrap form .form_button_area .m_btn_more span::after {
  background: #FFF;
}

#asean-seminar-lp {
  padding: 0 20px;
}

#asean-seminar-lp .pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .pc-only {
    display: none;
  }
}

#asean-seminar-lp .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .sp-only {
    display: block;
  }
}

#asean-seminar-lp .container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#asean-seminar-lp .fv {
  text-align: center;
}

#asean-seminar-lp .fv img {
  margin: 0 auto;
}

#asean-seminar-lp .fv .btn {
  margin-top: 40px;
}

#asean-seminar-lp .fv .btn a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}

#asean-seminar-lp .fv .btn a:hover {
  opacity: .7;
}

#asean-seminar-lp .top-contents {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .top-contents {
    margin-top: 30px;
  }
}

#asean-seminar-lp .top-contents .catchphrase {
  margin-bottom: 40px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .top-contents .catchphrase {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

#asean-seminar-lp .top-contents .bg-pink {
  padding: 2px 20px;
  font-size: 24px;
  color: #fff;
  background-color: #ff1e60;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .top-contents .bg-pink {
    padding: 2px 10px;
    font-size: 16px;
  }
}

#asean-seminar-lp .top-contents .main-ttl {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .top-contents .main-ttl {
    font-size: 18px;
  }
}

#asean-seminar-lp .top-contents .date-txt {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .top-contents .date-txt {
    font-size: 14px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper h3 {
  position: relative;
  margin-bottom: 30px;
  max-width: 1100px;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  border-bottom: solid 3px #bbb;
}

#asean-seminar-lp .main-contents .contents-wrapper h3::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 16%;
  line-height: 0;
  border-bottom: 3px solid #ff1e60;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper p,
#asean-seminar-lp .main-contents .contents-wrapper li {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper p,
  #asean-seminar-lp .main-contents .contents-wrapper li {
    font-size: 14px;
    line-height: 1.6;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__01 {
  margin-top: 40px;
}

#asean-seminar-lp .main-contents .contents-wrapper__01 ul li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

#asean-seminar-lp .main-contents .contents-wrapper__01 ul li::before {
  content: '・';
}

#asean-seminar-lp .main-contents .contents-wrapper__02 {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__02 {
    margin-top: 40px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__02 .detail {
  margin: 40px auto;
  padding: 60px 20px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__02 .detail {
    padding: 20px;
    font-size: 14px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__02 .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 20px;
  max-width: 960px;
  width: 100%;
  border-bottom: 2px dotted #bbb;
}

#asean-seminar-lp .main-contents .contents-wrapper__02 .detail dl:nth-last-child(1) {
  border: none;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__02 .detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__02 .detail dl dt {
  max-width: 120px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__02 .detail dl dt {
    margin-bottom: 5px;
    width: 100px;
    font-size: 14px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__02 .detail dl dd {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__02 .detail dl dd {
    padding-left: 0;
    font-size: 14px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__03 {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__03 {
    margin-top: 40px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__03 .schedule {
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__03 .schedule {
    margin: 20px auto;
    font-size: 14px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 5px 20px;
  max-width: 1000px;
  width: 100%;
}

#asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl:nth-last-child(1) {
  border: none;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    padding: 0;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl dt {
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl dt {
    margin-bottom: 0;
    width: 160px;
    font-size: 14px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl dd {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl dd {
    padding-left: 0;
    font-size: 14px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl dd ol {
  margin-left: 10px;
}

#asean-seminar-lp .main-contents .contents-wrapper__03 .schedule dl dd ol li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

#asean-seminar-lp .main-contents .contents-wrapper__04 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__04 {
    margin-top: 40px;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__04 .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__04 .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__04 .profile__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#asean-seminar-lp .main-contents .contents-wrapper__04 .profile__right {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp .main-contents .contents-wrapper__04 .profile__right {
    margin-top: 20px;
    margin-left: 0;
  }
}

#asean-seminar-lp .main-contents .contents-wrapper__04 .profile__right p {
  font-size: 15px;
  line-height: 1.6;
}

#asean-seminar-lp .main-contents .contents-wrapper__04 .profile__right p span {
  font-size: 24px;
}

#asean-seminar-lp #lp_form {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form {
    margin-top: 40px;
  }
}

#asean-seminar-lp #lp_form h2 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

#asean-seminar-lp #lp_form h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  border-bottom: solid 3px #bbb;
}

#asean-seminar-lp #lp_form h3::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 16%;
  line-height: 0;
  border-bottom: 3px solid #ff1e60;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

#asean-seminar-lp #lp_form .supplement-txt {
  margin-top: 20px;
}

#asean-seminar-lp #lp_form .form_button {
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 2.0rem;
  padding: 20px 10px 20px 30px;
  margin: 0 auto;
  width: 50%;
  min-width: 260px;
  -webkit-transition: .4s;
  transition: .4s;
}

#asean-seminar-lp #lp_form .form_button:hover {
  opacity: .7;
}

#asean-seminar-lp #lp_form .form_button::before, #asean-seminar-lp #lp_form .form_button::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

#asean-seminar-lp #lp_form .form_button::before {
  left: 30px;
  width: 30px;
  height: 1px;
  background: #fff;
}

#asean-seminar-lp #lp_form .form_button::after {
  left: 43px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form .form_button {
    padding-left: 55px;
    font-size: 1.8rem;
  }
}

#asean-seminar-lp #lp_form .form_button.btn_back {
  background: #FFF;
  color: #333;
  min-width: 210px;
  width: 17.5%;
  border-color: #333;
}

#asean-seminar-lp #lp_form .form_button.btn_back:hover {
  color: #FFF;
  background: #333;
}

#asean-seminar-lp #lp_form select {
  width: 100%;
}

#asean-seminar-lp #lp_form.confirm .contact_intro {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form.confirm .contact_intro {
    text-align: left;
  }
}

#asean-seminar-lp #lp_form.confirm .contact_intro_hook {
  margin-bottom: 20px;
  text-align: center;
}

#asean-seminar-lp #lp_form.confirm .contact_complete {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form.confirm .contact_complete {
    text-align: left;
  }
}

#asean-seminar-lp #lp_form.confirm .form_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#asean-seminar-lp #lp_form.confirm .form_button_area .btn_send_b,
#asean-seminar-lp #lp_form.confirm .form_button_area .btn_back {
  padding: 20px;
}

#asean-seminar-lp #lp_form.confirm .form_button_area .btn_send_b::before, #asean-seminar-lp #lp_form.confirm .form_button_area .btn_send_b::after,
#asean-seminar-lp #lp_form.confirm .form_button_area .btn_back::before,
#asean-seminar-lp #lp_form.confirm .form_button_area .btn_back::after {
  content: none;
}

#asean-seminar-lp #lp_form.confirm .form_button_area .btn_back {
  margin-top: 20px;
  min-width: 260px;
  width: 50%;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transform: .4s;
          transform: .4s;
}

#asean-seminar-lp #lp_form.confirm .form_button_area .btn_back:hover {
  background-color: #bbb;
}

#asean-seminar-lp #lp_form.complete .contact_intro {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form.complete .contact_intro {
    text-align: left;
  }
}

#asean-seminar-lp #lp_form.complete .contact_intro_hook {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form.complete .contact_intro_hook {
    font-size: 14px;
  }
}

#asean-seminar-lp #lp_form.complete .contact_complete {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #asean-seminar-lp #lp_form.complete .contact_complete {
    text-align: left;
    font-size: 14px;
  }
}

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  background: #f7f7f7;
  border: 1px solid #c0b4b4;
  border-radius: 2px;
  padding: 3px 10px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}

select {
  color: #000;
  background: #f7f7f7;
  border: 1px solid #c0b4b4;
  border-radius: 2px;
  padding: 3px 20px 3px 10px;
  width: auto;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0;
  text-shadow: none;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

/* Placeholder text color -- selectors need to be separate to work. */
input:-moz-placeholder {
  color: #999;
  font-weight: 400;
}

input::-moz-placeholder {
  color: #999;
  font-weight: 400;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}

input:placeholder-shown {
  color: #999;
  font-weight: 400;
}

input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}

.mwform-tel-field input[type="text"] {
  max-width: 100px;
  margin: 0 10px;
}

.mwform-tel-field input[type="text"]:first-of-type {
  margin-left: 0;
}

.mwform-radio-field label {
  display: inline-block;
  cursor: pointer;
}

.mwform-radio-field label .mwform-radio-field-text {
  position: relative;
  padding-left: 24px;
  white-space: nowrap;
}

.mwform-radio-field label .mwform-radio-field-text::before, .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #FFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mwform-radio-field label .mwform-radio-field-text::before {
  border: 1px solid #C3C3C3;
}

.mwform-radio-field label .mwform-radio-field-text::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  left: 3px;
  background: #FFF;
}

.mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text::before {
  border-color: #555;
}

.mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text::after {
  background: #555;
}

.mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}

.mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 24px;
  white-space: nowrap;
}

.mwform-checkbox-field label .mwform-checkbox-field-text::before, .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  border-radius: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #FFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mwform-checkbox-field label .mwform-checkbox-field-text::before {
  border: 1px solid #C3C3C3;
}

.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  left: 3px;
  background: #FFF;
}

.mwform-checkbox-field label input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  border-color: #555;
}

.mwform-checkbox-field label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  background: #555;
}

.form_wrap form .form_item {
  border-bottom: 1px solid #ebebeb;
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .form_wrap form .form_item {
    padding: 30px 20px;
  }
}

.form_wrap form .form_item:first-of-type {
  border-top: 1px solid #ebebeb;
}

.form_wrap form .form_item dl {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .form_wrap form .form_item dl {
    display: block;
  }
}

.form_wrap form .form_item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 224px;
          flex: 0 0 224px;
}

@media screen and (max-width: 768px) {
  .form_wrap form .form_item dl dt {
    font-size: 1.6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.form_wrap form .form_item dl dt.required::after {
  content: "必須";
  color: #ff1a55;
  border: 1px solid #FF1A55;
  border-radius: 2px;
  margin-left: auto;
  padding: 1px 8px;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  .form_wrap form .form_item dl dt.required::after {
    font-size: 1.3rem;
    margin-left: 10px;
    padding: 0 7px;
    letter-spacing: 0.1em;
  }
}

.form_wrap form .form_item dl dd {
  margin-right: auto;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media screen and (max-width: 768px) {
  .form_wrap form .form_item dl dd {
    margin-left: 0;
    margin-top: 10px;
  }
}

.form_wrap form .form_item dl dd .form_sub_txt {
  color: #FF1A55;
  margin-top: 7px;
  font-weight: 400;
}

.form_wrap form .form_item dl dd .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_wrap form .form_item dl dd .mwform-tel-field input[type="text"] {
  width: 100%;
}

.form_wrap form .form_item.birthday input[type="text"],
.form_wrap form .form_item.birthday input[type="number"] {
  width: 70px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .form_wrap form .form_item.birthday input[type="text"],
  .form_wrap form .form_item.birthday input[type="number"] {
    width: 60px;
  }
}

.form_wrap form .form_item.birthday input[type="text"]:not(:first-of-type),
.form_wrap form .form_item.birthday input[type="number"]:not(:first-of-type) {
  margin-left: 10px;
}

.form_wrap form .form_item.address dd p:not(:first-of-type) {
  margin-top: 15px;
}

.form_wrap form .form_item.address dd input {
  margin-top: 2px;
}

.form_wrap form .form_button_area {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form_wrap form .form_button_area {
    margin-top: 30px;
  }
}

.form_wrap .mw_wp_form_confirm .f_checker {
  display: none;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.wrap_icon_blank {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 4px;
  fill: currentColor;
}

@media screen and (max-width: 768px) {
  .wrap_icon_blank {
    width: 10px;
    height: 10px;
  }
}

.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.recruit_header {
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  padding: 20px 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .recruit_header {
    padding: 10px 10px;
  }
}

.recruit_header .recruit_header_inner {
  min-width: 1150px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner {
    padding: 0;
    min-width: auto;
  }
}

.recruit_header .recruit_header_inner .header_logo a .noTxt {
  display: inline-block;
  width: 123px;
  padding-top: 37px;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background: url(../img/common/logo.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .header_logo a .noTxt {
    width: 62px;
    padding-top: 22px;
  }
}

.recruit_header .recruit_header_inner .header_logo a .Recruit {
  background: #000;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .header_logo a .Recruit {
    font-size: 8px;
    margin-left: 2px;
    padding: 0 4px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.recruit_header .recruit_header_inner .nav .nav_top ul li {
  margin-left: 15px;
  -webkit-transition: .6s;
  transition: .6s;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li {
    margin-left: 4px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul li:first-child {
  margin-left: 0;
}

.recruit_header .recruit_header_inner .nav .nav_top ul li a {
  font-size: 14px;
  color: #fff;
  background: #000;
  text-align: center;
  display: block;
  border-radius: 30px;
  padding: 8px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li a {
    font-size: 11px;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li a {
    font-size: 9px;
    padding: 4px 10px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul li a.color_pink {
  background: #ff1e60;
}

.recruit_header .recruit_header_inner .nav .nav_top ul li a[target="_blank"]::after {
  color: #fff;
}

.recruit_header .recruit_header_inner .nav .nav_top ul li a:hover {
  opacity: 0.7;
}

.recruit_header .recruit_header_inner .nav .nav_top ul li.menu {
  opacity: 0;
  width: 0;
  margin-left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu {
    opacity: 1;
    width: 30px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu {
    width: 26px;
    margin-left: 4px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul li.menu a {
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a {
    width: 26px;
    height: 26px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span {
  position: absolute;
  background: #fff;
  display: block;
  width: 20px;
  height: 2px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span {
    left: 8px;
    width: 14px;
    height: 1px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span {
    left: 6px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(1) {
  top: 13px;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(1) {
    top: 10px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(1) {
    top: 9px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(2) {
  top: 19px;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(2) {
    top: 14px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(2) {
    top: 13px;
  }
}

.recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(3) {
  top: 25px;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(3) {
    top: 18px;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.menu a span:nth-child(3) {
    top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_top ul li.contact {
    display: none;
  }
}

.recruit_header .recruit_header_inner .nav .nav_bottom {
  margin-top: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .recruit_header .recruit_header_inner .nav .nav_bottom {
    display: none;
  }
}

.recruit_header .recruit_header_inner .nav .nav_bottom h3 {
  display: none;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li {
  position: relative;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li::before {
  content: "/";
  position: absolute;
  top: 4px;
  left: 0;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li:nth-child(1)::before {
  display: none;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li a {
  font-size: 15px;
  padding: 5px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li a::before {
  content: "";
  background: #000;
  height: 2px;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30%;
  -webkit-transition: .2s;
  transition: .2s;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li a .en {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li a .ja {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  letter-spacing: -1px;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li a:hover::before {
  width: 60%;
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li a:hover .en {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.recruit_header .recruit_header_inner .nav .nav_bottom ul li a:hover .ja {
  opacity: 1;
  top: 5px;
}

.recruit_header.fixed {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
}

.recruit_header.fixed .recruit_header_inner .nav .nav_top ul li.menu {
  opacity: 1;
  width: 40px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .recruit_header.fixed .recruit_header_inner .nav .nav_top ul li.menu {
    margin-left: 10px;
    width: auto;
  }
}

@media screen and (max-width: 370px) {
  .recruit_header.fixed .recruit_header_inner .nav .nav_top ul li.menu {
    margin-left: 4px;
  }
}

.recruit_header.fixed .recruit_header_inner .nav .nav_top ul li.contact {
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.recruit_header.fixed .recruit_header_inner .nav .nav_top ul li:first-child {
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}

@media screen and (max-width: 768px) {
  .recruit_header.fixed .recruit_header_inner .nav .nav_top ul li:first-child {
    -webkit-transform: none;
            transform: none;
  }
}

.recruit_header.fixed .recruit_header_inner .nav .nav_top.menu_active {
  display: none;
}

.recruit_header.fixed .recruit_header_inner .nav .nav_bottom {
  opacity: 0;
  -webkit-transform: translateX(850px);
          transform: translateX(850px);
  height: 0;
  margin: 0;
}

.drawer {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 100%;
  padding: 60px 40px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .drawer {
    width: 100%;
    padding: 40px;
  }
}

.drawer h3 {
  display: block;
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .drawer h3 {
    font-size: 24px;
  }
}

.drawer ul li {
  width: 100%;
  text-align: center;
}

.drawer ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .drawer ul li a {
    font-size: 13px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 370px) {
  .drawer ul li a {
    font-size: 12px;
    padding: 6px 0;
  }
}

.drawer ul li a:hover {
  color: #ff1e60;
}

.drawer ul li a::before {
  display: none;
}

.drawer .btn01 {
  display: block;
  margin-top: 20px;
}

.drawer .btn01 a {
  background: #ff1e60;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .drawer .btn01 a {
    padding: 8px 0;
    font-size: 12px;
  }
}

.drawer .btn01 a:hover {
  opacity: 0.7;
}

.drawer .btn01 a::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: 3px;
}

.drawer .btn01 a::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

.drawer .btn02 {
  display: block;
  margin-top: 10px;
}

.drawer .btn02 a {
  background: #000;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .drawer .btn02 a {
    padding: 8px 0;
    font-size: 12px;
  }
}

.drawer .btn02 a:hover {
  opacity: 0.7;
}

.drawer .btn02 a::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: 3px;
}

.drawer .btn02 a::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

.drawer.active {
  opacity: 1;
}

.drawer .btn_closeMenu {
  display: block;
  cursor: pointer;
  background: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .drawer .btn_closeMenu {
    width: 30px;
    height: 30px;
  }
}

.drawer .btn_closeMenu:hover {
  opacity: 0.7;
}

.drawer .btn_closeMenu span {
  background: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 20px;
  left: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .drawer .btn_closeMenu span {
    top: 15px;
    left: 5px;
  }
}

.drawer .btn_closeMenu span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.common_contact {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .common_contact {
    margin-top: 40px;
  }
}

.common_contact .common_btn_entry a {
  background: #ff1e60;
  border: 3px solid #ff1e60;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 40px 10px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .common_contact .common_btn_entry a {
    font-size: 20px;
    padding: 10px;
  }
}

.common_contact .common_btn_entry a::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 46px;
  height: 2px;
  top: 50%;
  left: 40px;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .common_contact .common_btn_entry a::before {
    width: 26px;
    height: 1px;
    left: 20px;
    margin-top: 0;
  }
}

.common_contact .common_btn_entry a::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 22px;
  height: 2px;
  top: 50%;
  left: 68px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .common_contact .common_btn_entry a::after {
    width: 12px;
    height: 1px;
    left: 36px;
    margin-top: -4px;
  }
}

.common_contact .common_btn_entry a:hover {
  background: #fff;
  color: #ff1e60;
}

.common_contact .common_btn_entry a:hover::before, .common_contact .common_btn_entry a:hover::after {
  background: #ff1e60;
}

.common_contact .common_tel {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .common_contact .common_tel {
    margin-top: 7px;
  }
}

.common_contact .common_tel .pcOnly {
  background: #dfdfdf;
  text-align: center;
  padding: 30px 0;
}

.common_contact .common_tel .pcOnly svg {
  width: 24px;
  margin-right: 2px;
  vertical-align: bottom;
}

.common_contact .common_tel .pcOnly .num {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 1px;
}

.common_contact .common_tel .pcOnly .time {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
}

.common_contact .common_tel .spOnly {
  background: #dfdfdf;
  text-align: center;
  padding: 10px 0;
}

.common_contact .common_tel .spOnly svg {
  width: 15px;
  margin-right: 2px;
  vertical-align: bottom;
}

.common_contact .common_tel .spOnly .num {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 1px;
}

.common_contact .common_tel .spOnly .time {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 11px;
}

.recruit_footer {
  background: #000;
  padding: 40px 0;
  margin-top: 70px;
  position: relative;
}

.recruit_footer nav {
  background: #080808;
}

@media screen and (max-width: 768px) {
  .recruit_footer nav {
    display: none;
  }
}

.recruit_footer nav .inner_footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit_footer nav .inner_footerNav .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruit_footer nav .inner_footerNav .normal li {
  padding: 15px 0;
  margin-left: 15px;
}

.recruit_footer nav .inner_footerNav .normal li:first-child {
  margin-left: 0;
}

.recruit_footer nav .inner_footerNav .normal li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recruit_footer nav .inner_footerNav .normal li a:hover {
  color: #ff1e60;
}

.recruit_footer nav .inner_footerNav .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruit_footer nav .inner_footerNav .btn li {
  padding: 15px 0;
  margin-left: 15px;
}

.recruit_footer nav .inner_footerNav .btn li:first-child {
  margin-left: 0;
}

.recruit_footer nav .inner_footerNav .btn li a {
  color: #fff;
  display: block;
  background: #000;
  padding: 6px 30px;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recruit_footer nav .inner_footerNav .btn li a:hover {
  opacity: 0.7;
}

.recruit_footer nav .inner_footerNav .btn li a.color_pink {
  background: #ff1e60;
}

.recruit_footer .logoWrap {
  text-align: center;
  color: #fff;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .recruit_footer .logoWrap {
    margin-top: 0;
  }
}

.recruit_footer .logoWrap .logo {
  display: inline-block;
  width: 95px;
  padding-top: 29px;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background: url(../img/common/logo_wht.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .recruit_footer .logoWrap .logo {
    width: 72px;
    padding-top: 22px;
  }
}

.recruit_footer .logoWrap .copy {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .recruit_footer .logoWrap .copy {
    font-size: 11px;
    margin-top: 3px;
  }
}

.recruit_footer .Pagetop {
  position: absolute;
  right: 17px;
  top: -69px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .recruit_footer .Pagetop {
    width: 40px;
    top: -40px;
  }
}

.recruit_container {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recruit_headline {
  font-size: 4.8rem;
  text-align: center;
}

.recruit_headline span {
  color: #FF1A55;
}

@media screen and (max-width: 768px) {
  .recruit_headline {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

#txt_wakuwaku path {
  fill: none;
  stroke: #333;
  /*線の色を指定する*/
  stroke-dasharray: 2000;
  /*線の間隔を指定する*/
  stroke-dashoffset: 0;
  /*線の位置を指定する(IEは効かない属性)*/
  stroke-width: 1;
  /*線の太さを指定する*/
  -webkit-animation: wakuwaku 1.5s ease-in forwards;
  animation: wakuwaku 1.5s ease-in forwards;
}

@-webkit-keyframes wakuwaku {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}

@keyframes wakuwaku {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}

#page_index .fv {
  background: url("../img/recruit/mv.jpg") center top no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_index .fv {
    background: url("../img/recruit/mv_sp.jpg") center top no-repeat;
    background-size: cover;
    height: 100vh;
  }
}

#page_index .fv .wrap_txt_wakuwaku {
  position: absolute;
  bottom: 16vw;
  right: 10vw;
  width: 50vw;
  height: 21vw;
}

@media screen and (max-width: 768px) {
  #page_index .fv .wrap_txt_wakuwaku {
    bottom: 24vw;
    right: 4vw;
    width: 92vw;
    height: 38vw;
  }
}

#page_index .fv p {
  position: absolute;
  bottom: 7vw;
  right: 13vw;
  font-size: 2.6vw;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #page_index .fv p {
    bottom: 5vw;
    right: 4vw;
    font-size: 6vw;
  }
}

#page_index .fv p span {
  display: block;
  font-size: 1.4vw;
  letter-spacing: 1px;
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  #page_index .fv p span {
    margin-top: 0;
  }
}

#page_index .section_message {
  background: url("../img/recruit/top_bg01.png") 0 0 no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 28% 0 6%;
}

#page_index .section_message .en_read {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #868686;
}

@media screen and (max-width: 768px) {
  #page_index .section_message .en_read {
    font-size: 16px;
  }
}

#page_index .section_message h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #page_index .section_message h2 {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 14px;
  }
}

#page_index .section_message .txt {
  font-size: 18px;
  margin-top: 55px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  #page_index .section_message .txt {
    font-size: 12.4px;
    margin-top: 30px;
    line-height: 2;
  }
}

#page_index .section_about {
  padding: 7% 0;
}

#page_index .section_about .en_read {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_index .section_about .en_read {
    font-size: 20px;
  }
}

#page_index .section_about .about_visial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #page_index .section_about .about_visial {
    margin-top: 20px;
  }
}

#page_index .section_about .about_visial .img {
  width: 87vw;
}

@media screen and (max-width: 768px) {
  #page_index .section_about .about_visial .img {
    width: 96vw;
  }
}

#page_index .section_about .about_visial .img::before {
  content: "";
  background: #ff1e60;
  width: 58vw;
  height: 40vw;
  position: absolute;
  top: 6vw;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #page_index .section_about .about_visial .img::before {
    width: 100vw;
    height: 46vw;
  }
}

#page_index .section_about .about_visial .img img {
  position: relative;
  z-index: 1;
  width: 100%;
}

#page_index .section_about .txt_wrap {
  margin-top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #page_index .section_about .txt_wrap {
    margin-top: 10%;
  }
}

#page_index .section_about .txt_wrap p {
  padding-left: 30px;
  width: 70%;
  border-right: 1px solid #000;
  font-size: 16px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  #page_index .section_about .txt_wrap p {
    font-size: 14px;
    padding-left: 0;
    width: 100%;
    border-right: none;
    line-height: 1.8;
  }
}

#page_index .section_about .txt_wrap .btn {
  margin-left: 4%;
  padding-top: 2%;
}

@media screen and (max-width: 768px) {
  #page_index .section_about .txt_wrap .btn {
    margin: 4% auto;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_about .txt_wrap .btn a {
    width: 190px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_about .txt_wrap .btn a span {
    font-size: 14px;
  }
  #page_index .section_about .txt_wrap .btn a span::before {
    width: 12px;
    left: 30px;
    top: 20px;
  }
  #page_index .section_about .txt_wrap .btn a span::after {
    width: 26px;
    left: 14px;
    top: 24px;
  }
}

#page_index .section_attractiveness {
  background: #f4f4f4;
  padding: 130px 0 240px;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness {
    padding: 15% 3%;
  }
}

#page_index .section_attractiveness .en_read {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness .en_read {
    font-size: 20px;
  }
}

#page_index .section_attractiveness h2 {
  margin-top: 30px;
  text-align: center;
  font-size: 60px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness h2 {
    font-size: 32px;
    margin-top: 15px;
    line-height: 1.3;
  }
}

#page_index .section_attractiveness h2 .strong {
  background: #000;
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 92px;
  font-weight: lighter;
  font-size: 80px;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness h2 .strong {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 44px;
  }
}

#page_index .section_attractiveness .reason {
  max-width: 1090px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness .reason {
    margin-top: 30px;
  }
}

#page_index .section_attractiveness .reason li {
  background: #ff1e60;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 334px;
  height: 334px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness .reason li {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 17px 0;
    margin-top: 1px;
  }
}

#page_index .section_attractiveness .reason li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#page_index .section_attractiveness .reason li div p {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness .reason li div p {
    font-size: 16px;
  }
}

#page_index .section_attractiveness .btn {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness .btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_attractiveness .btn .m_btn_more {
    width: 190px;
    height: 40px;
    line-height: 40px;
  }
  #page_index .section_attractiveness .btn .m_btn_more span {
    font-size: 14px;
  }
  #page_index .section_attractiveness .btn .m_btn_more span::before {
    width: 12px;
    left: 30px;
    top: 20px;
  }
  #page_index .section_attractiveness .btn .m_btn_more span::after {
    width: 26px;
    left: 14px;
    top: 24px;
  }
}

#page_index .section_topmessage {
  margin-top: -50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage {
    margin-top: 0;
    padding: 14% 0;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .spttl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
  }
}

#page_index .section_topmessage .img {
  width: 92vw;
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .img {
    width: 134vw;
  }
}

#page_index .section_topmessage .img img {
  width: 100%;
}

#page_index .section_topmessage .message_txt {
  background: #ff1e60;
  position: absolute;
  top: -14%;
  right: 0;
  width: 46%;
  height: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 4vw 0;
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .message_txt {
    position: static;
    width: 100%;
    height: auto;
    padding: 7% 0;
  }
}

#page_index .section_topmessage .message_txt h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .message_txt h2 {
    display: none;
  }
}

#page_index .section_topmessage .message_txt p {
  text-align: center;
  font-size: 28px;
  width: 100%;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .message_txt p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .message_txt .btn {
    margin-top: 4%;
  }
}

#page_index .section_topmessage .message_txt .btn a {
  padding: 13px 80px;
  background: #000;
  font-size: 16px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .message_txt .btn a {
    padding: 10px 60px;
    font-size: 14px;
  }
}

#page_index .section_topmessage .message_txt .btn a::before {
  content: "";
  background: #fff;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 32px;
  left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .message_txt .btn a::before {
    top: 26px;
  }
}

#page_index .section_topmessage .message_txt .btn a::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 28px;
  left: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #page_index .section_topmessage .message_txt .btn a::after {
    top: 22px;
  }
}

#page_index .section_topmessage .message_txt .btn a:hover {
  color: #000;
  background: #fff;
}

#page_index .section_topmessage .message_txt .btn a:hover::before, #page_index .section_topmessage .message_txt .btn a:hover::after {
  background: #000;
}

#page_index .section_topmessage .message_txt .btn a:hover::before {
  left: 190px;
}

#page_index .section_topmessage .message_txt .btn a:hover::after {
  left: 206px;
}

#page_index .section_career {
  padding: 160px 0 195px;
}

@media screen and (max-width: 768px) {
  #page_index .section_career {
    padding: 5px 0 55px;
  }
}

#page_index .section_career .en_read {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #page_index .section_career .en_read {
    font-size: 20px;
  }
}

#page_index .section_career #profession_bnr {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #page_index .section_career #profession_bnr {
    margin-top: 40px;
  }
}

#page_index .section_members {
  background: #ff1e60;
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  #page_index .section_members {
    background: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_members .spttl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 55px;
    font-family: 'Montserrat', sans-serif;
  }
}

#page_index .section_members .content_inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner {
    background: #ff1e60;
  }
}

#page_index .section_members .content_inner .career_txt {
  color: #fff;
  text-align: center;
  padding: 110px 90px;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .career_txt {
    padding: 10px 0 30px;
  }
}

#page_index .section_members .content_inner .career_txt h2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .career_txt h2 {
    display: none;
  }
}

#page_index .section_members .content_inner .career_txt p {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .career_txt p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .career_txt .btn {
    margin-top: 4%;
  }
}

#page_index .section_members .content_inner .career_txt .btn.cs a:hover {
  background: #000;
  color: #fff;
}

#page_index .section_members .content_inner .career_txt .btn.cs a::before, #page_index .section_members .content_inner .career_txt .btn.cs a::after {
  display: none;
}

#page_index .section_members .content_inner .career_txt .btn a {
  padding: 13px 80px;
  background: #000;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .career_txt .btn a {
    padding: 10px 60px;
    font-size: 14px;
  }
}

#page_index .section_members .content_inner .career_txt .btn a::before {
  content: "";
  background: #fff;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 32px;
  left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .career_txt .btn a::before {
    top: 26px;
  }
}

#page_index .section_members .content_inner .career_txt .btn a::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 28px;
  left: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .career_txt .btn a::after {
    top: 22px;
  }
}

#page_index .section_members .content_inner .career_txt .btn a:hover {
  color: #000;
  background: #fff;
}

#page_index .section_members .content_inner .career_txt .btn a:hover::before, #page_index .section_members .content_inner .career_txt .btn a:hover::after {
  background: #000;
}

#page_index .section_members .content_inner .career_txt .btn a:hover::before {
  left: 190px;
}

#page_index .section_members .content_inner .career_txt .btn a:hover::after {
  left: 206px;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .wrap_memberImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#page_index .section_members .content_inner .wrap_memberImg .memberImg {
  position: absolute;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .wrap_memberImg .memberImg {
    position: static;
    overflow: hidden;
    max-height: 92vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.3%;
  }
}

#page_index .section_members .content_inner .wrap_memberImg .memberImg.type01 {
  top: -45px;
  right: 430px;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .wrap_memberImg .memberImg.type01 {
    margin-top: -15px;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .wrap_memberImg .memberImg.type01 img {
    width: 100%;
  }
}

#page_index .section_members .content_inner .wrap_memberImg .memberImg.type02 {
  top: -90px;
  right: 216px;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .wrap_memberImg .memberImg.type02 {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .wrap_memberImg .memberImg.type02 img {
    width: 100%;
  }
}

#page_index .section_members .content_inner .wrap_memberImg .memberImg.type03 {
  top: -20px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #page_index .section_members .content_inner .wrap_memberImg .memberImg.type03 img {
    width: 100%;
  }
}

#page_index .section_data {
  padding: 70px 0 270px;
  background: url("../img/recruit/top_bg02.png") no-repeat center bottom;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #page_index .section_data {
    padding: 40px 0 80px;
  }
}

#page_index .section_data h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #page_index .section_data h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

#page_index .section_data p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_index .section_data p {
    padding: 0 3%;
    font-size: 3.8vw;
  }
}

#page_index .section_data .iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
  #page_index .section_data .iconList {
    margin-top: 20px;
  }
}

#page_index .section_data .iconList li {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  #page_index .section_data .iconList li {
    width: 45px;
    margin: 0 5px;
  }
}

#page_index .section_data .iconList li.bound01 {
  -webkit-animation: bound01 .3s ease infinite alternate;
          animation: bound01 .3s ease infinite alternate;
}

#page_index .section_data .iconList li.bound02 {
  -webkit-animation: bound02 .2s ease infinite alternate;
          animation: bound02 .2s ease infinite alternate;
}

#page_index .section_data .iconList li.bound03 {
  -webkit-animation: bound03 .4s ease infinite alternate;
          animation: bound03 .4s ease infinite alternate;
}

#page_index .section_data .iconList li.bound04 {
  -webkit-animation: bound04 .6s ease infinite alternate;
          animation: bound04 .6s ease infinite alternate;
}

#page_index .section_data .iconList li.bound05 {
  -webkit-animation: bound05 .4s ease infinite alternate;
          animation: bound05 .4s ease infinite alternate;
}

@-webkit-keyframes bound01 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bound01 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes bound02 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bound02 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes bound03 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@keyframes bound03 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@-webkit-keyframes bound04 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bound04 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes bound05 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@keyframes bound05 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

#page_index .section_data .btn {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #page_index .section_data .btn {
    margin-top: 25px;
  }
}

#page_index .section_data .btn .m_btn_more {
  background: #fff;
}

@media screen and (max-width: 768px) {
  #page_index .section_data .btn .m_btn_more {
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: #fff;
  }
  #page_index .section_data .btn .m_btn_more::before, #page_index .section_data .btn .m_btn_more::after {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #page_index .section_data .btn .m_btn_more span {
    font-size: 14px;
  }
  #page_index .section_data .btn .m_btn_more span::before {
    width: 12px;
    left: 30px;
    top: 20px;
  }
  #page_index .section_data .btn .m_btn_more span::after {
    width: 26px;
    left: 14px;
    top: 24px;
  }
}

/*
募集要項
*/
#page_recruitment_index .profession_msg {
  text-align: center;
}

#site_wrap.p_designer {
  background: url(../img/recruit/designer_kv.png) right top no-repeat;
}

@media screen and (max-width: 1200px) {
  #site_wrap.p_designer {
    background-size: 32%;
    background-position: right -6% top 40px;
  }
}

#site_wrap.p_frontengineer {
  background: url(../img/recruit/enginner_kv.png) right -60px top no-repeat;
}

@media screen and (max-width: 1200px) {
  #site_wrap.p_frontengineer {
    background-size: 32%;
    background-position: right -3% top 28px;
  }
}

#site_wrap.p_sales {
  background: url(../img/recruit/sales_kv.png) right top no-repeat;
}

@media screen and (max-width: 1200px) {
  #site_wrap.p_sales {
    background-size: 38%;
    background-position: right -4% top 60px;
  }
}

#site_wrap.p_others {
  background: url(../img/recruit/others_kv.png) right top no-repeat;
}

@media screen and (max-width: 1200px) {
  #site_wrap.p_others {
    background-size: 38%;
    background-position: right -4% top 60px;
  }
}

#profession_nav {
  background: #EFF2F7;
}

#profession_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  #profession_nav ul {
    padding: 3% 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#profession_nav ul li {
  position: relative;
  padding: 0 4px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #profession_nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    line-height: 1.3;
    font-size: 1.1rem;
    margin: 5px 0;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  #profession_nav ul li::before {
    content: "";
    background: #000;
    width: 1px;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
  }
  #profession_nav ul li:last-child::after {
    content: "";
    background: #000;
    width: 1px;
    height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
  }
}

#profession_nav ul li a {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 12px;
}

@media screen and (min-width: 769px) {
  #profession_nav ul li a:hover {
    background: #000;
    color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  #profession_nav ul li a {
    padding: 8px 0;
    text-align: center;
    display: block;
    background: #FF1E60;
    color: #FFF;
  }
}

#page_recruitment_index #profession_bnr {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #page_recruitment_index #profession_bnr {
    margin-top: 60px;
  }
}

#page_recruitment #profession_bnr {
  margin-top: 168px;
}

@media screen and (max-width: 768px) {
  #page_recruitment #profession_bnr {
    margin-top: 60px;
  }
}

#profession_bnr ul {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #profession_bnr ul {
    max-width: 580px;
    width: 90%;
  }
}

#profession_bnr ul li {
  float: left;
  width: 48.34%;
  background-color: #EFF2F7;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  #profession_bnr ul li {
    width: 100%;
    float: none;
    background-size: contain;
  }
}

#profession_bnr ul li:hover {
  background-color: #ff4078;
}

#profession_bnr ul li.designer {
  background-image: url(../img/recruit/top_ill01.png);
}

#profession_bnr ul li.frontend {
  background-image: url(../img/recruit/top_ill02.png);
}

#profession_bnr ul li.sales {
  background-image: url(../img/recruit/top_ill03.png);
}

#profession_bnr ul li.others {
  background-image: url(../img/recruit/top_ill04.png);
}

@media screen and (min-width: 769px) {
  #profession_bnr ul li:nth-child(n+3) {
    margin-top: 3.32%;
  }
  #profession_bnr ul li:nth-child(2n+1) {
    margin-right: 3.32%;
  }
}

@media screen and (max-width: 768px) {
  #profession_bnr ul li:not(:first-child) {
    margin-top: 4%;
  }
}

#profession_bnr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 0 0 60px;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #profession_bnr ul li a {
    padding: 3% 0 3% 8%;
    font-size: 1.6rem;
    max-height: 120px;
    height: auto;
    min-height: 80px;
  }
}

#page_recruitment {
  line-height: 1.85;
}

@media screen and (max-width: 768px) {
  #page_recruitment {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

#page_recruitment .job_item {
  border-bottom: 1px solid #ebebeb;
  padding: 40px;
}

@media screen and (max-width: 480px) {
  #page_recruitment .job_item {
    padding: 30px 25px;
  }
}

#page_recruitment .job_item:first-of-type {
  border-top: 1px solid #ebebeb;
}

#page_recruitment .job_item dl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #page_recruitment .job_item dl {
    display: block;
  }
}

#page_recruitment .job_item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #page_recruitment .job_item dl dt {
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

#page_recruitment .job_item dl dd {
  margin-right: auto;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media screen and (max-width: 768px) {
  #page_recruitment .job_item dl dd {
    margin-left: 0;
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

#page_recruitment .job_item dl dd p:nth-of-type(n+2) {
  margin-top: 1.6em;
}

#page_recruitment .job_item dl dd li::before {
  content: "・";
}

#page_recruitment .selection_flow {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#page_recruitment .selection_flow h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#page_recruitment .selection_flow ol.flow_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#page_recruitment .selection_flow ol.flow_figure li {
  color: #FFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 25px 8px 15px;
  }
}

#page_recruitment .selection_flow ol.flow_figure li::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 48px 40px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li::after {
    border-width: 15px 20px 0 20px;
    top: 100%;
    left: 50%;
    margin-left: -20px;
  }
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(1) {
  background-color: #ff5d8c;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li:nth-child(1) {
    padding-top: 20px;
  }
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(1)::after {
  border-color: #ff467c #ff467c #ff467c #ff5d8c;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li:nth-child(1)::after {
    border-color: #ff5d8c transparent transparent transparent;
  }
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(2) {
  background-color: #ff467c;
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(2)::after {
  border-color: #ff2b69 #ff2b69 #ff2b69 #ff467c;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li:nth-child(2)::after {
    border-color: #ff467c transparent transparent transparent;
  }
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(3) {
  background-color: #ff2b69;
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(3)::after {
  border-color: #ff004b #ff004b #ff004b #ff2b69;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li:nth-child(3)::after {
    border-color: #ff2b69 transparent transparent transparent;
  }
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(4) {
  background-color: #ff004b;
}

#page_recruitment .selection_flow ol.flow_figure li:nth-child(4)::after {
  border-color: transparent transparent transparent #ff004b;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li:nth-child(4)::after {
    display: none;
  }
}

#page_recruitment .selection_flow ol.flow_figure li .step_num {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #page_recruitment .selection_flow ol.flow_figure li .step_num {
    font-size: 1.3rem;
  }
}

#page_recruitment .selection_flow p {
  margin-top: 30px;
}

#page_recruitment .btn_entry {
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_recruitment .btn_entry {
    margin-top: 50px;
  }
}

#page_recruitment .btn_entry .m_btn_more {
  width: 430px;
  height: 70px;
  line-height: 70px;
}

@media screen and (max-width: 768px) {
  #page_recruitment .btn_entry .m_btn_more {
    width: 280px;
    height: 50px;
    line-height: 50px;
  }
}

#page_recruitment .btn_entry .m_btn_more::before, #page_recruitment .btn_entry .m_btn_more::after {
  width: 430px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  #page_recruitment .btn_entry .m_btn_more::before, #page_recruitment .btn_entry .m_btn_more::after {
    width: 280px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  #page_recruitment .btn_entry .m_btn_more span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  #page_recruitment .btn_entry .m_btn_more span::before {
    top: 34px;
  }
  #page_recruitment .btn_entry .m_btn_more span::after {
    top: 40px;
  }
}

/* トップメッセージ */
#page_top_message {
  background-image: url(../img/recruit/message_img01.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 80%;
}

@media screen and (min-width: 1501px) {
  #page_top_message {
    background-size: auto;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  #page_top_message {
    background-position: right -20% top;
  }
}

#page_top_message .top_message_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#page_top_message .recruit_kv {
  padding-top: 250px;
  margin: 0 auto 70px;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_top_message .recruit_kv {
    padding-top: 16.67vw;
    margin-bottom: 4.67vw;
    max-width: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_top_message .recruit_kv {
    padding-top: 16.67%;
    margin-bottom: 4.67%;
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #page_top_message .recruit_kv {
    padding-top: 10.5vw;
    margin-bottom: 5.2vw;
    max-width: 90%;
  }
}

#page_top_message .recruit_kv h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_top_message .recruit_kv h1 {
    font-size: 1.7vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_top_message .recruit_kv h1 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  #page_top_message .recruit_kv h1 {
    font-size: 3.2vw;
  }
}

#page_top_message .recruit_kv h1 + p {
  position: relative;
  font-size: 6.0rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_top_message .recruit_kv h1 + p {
    font-size: 4.0vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_top_message .recruit_kv h1 + p {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 768px) {
  #page_top_message .recruit_kv h1 + p {
    font-size: 4.85vw;
  }
}

#page_top_message .recruit_kv h1 + p::before {
  content: "";
  background: #000;
  width: 38px;
  height: 2px;
  display: block;
  margin: 30px 0;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_top_message .recruit_kv h1 + p::before {
    margin: 2vw 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_top_message .recruit_kv h1 + p::before {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #page_top_message .recruit_kv h1 + p::before {
    width: 20px;
    height: 1px;
    margin: 3vw 0;
  }
}

#page_top_message .sign {
  margin: 0 30px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page_top_message .sign span {
  font-size: 1.8rem;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #page_top_message .sign {
    margin-right: 6%;
  }
  #page_top_message .sign span {
    font-size: 1.4rem;
  }
  #page_top_message .sign img {
    width: 102px;
  }
}

@media screen and (max-width: 375px) {
  #page_top_message .sign span {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  #page_top_message .sign img {
    width: 80px;
  }
}

#page_top_message .msg_reason {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_reason {
    margin-top: 50px;
  }
}

#page_top_message .msg_reason .msg_txt {
  text-align: center;
  line-height: 2.66;
  font-size: 1.8rem;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_reason .msg_txt {
    text-align: left;
    font-size: 1.5rem;
    padding: 0 7%;
    line-height: 2;
  }
  #page_top_message .msg_reason .msg_txt p {
    margin-top: 20px;
  }
}

#page_top_message .msg_secttl {
  font-size: 4.5rem;
  color: #FF1A55;
  line-height: 1.6;
  margin-top: -0.3rem;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_secttl {
    font-size: 2.6rem;
    margin-top: 0;
    text-align: center;
  }
}

#page_top_message .msg_subttl {
  font-size: 3.0rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_subttl {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 15px;
  }
}

#page_top_message .msg_image {
  position: absolute;
  top: 1.5rem;
  max-width: 36.36%;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_image {
    position: static;
    margin-top: 30px;
    text-align: center;
    max-width: 100%;
  }
}

#page_top_message .msg_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_txt {
    font-size: 1.5rem;
  }
}

#page_top_message .msg_comrade {
  margin: 120px auto 0;
  max-width: 1100px;
  width: 90%;
  padding-left: 36.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_comrade {
    margin: 12% auto 0;
    padding-left: 0;
    max-width: 86%;
  }
}

#page_top_message .msg_comrade .msg_image {
  left: 0;
}

#page_top_message .msg_future {
  margin: 120px auto 0;
  max-width: 1100px;
  width: 90%;
  padding-right: 35%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_top_message .msg_future {
    margin: 12% auto 0;
    padding-right: 0;
    max-width: 86%;
  }
}

#page_top_message .msg_future .msg_image {
  right: 0;
}

/* Ozlinkの魅力 */
#modal-bg {
  background: #fff0;
  width: 100%;
  height: 100%;
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
}

#page_attractiveness {
  background-image: url(../img/recruit/attractive_img_01.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 80%;
}

@media screen and (min-width: 1501px) {
  #page_attractiveness {
    background-size: auto;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness {
    background-position: right -20% top;
  }
}

#page_attractiveness .inner_attractiveness {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#page_attractiveness .recruit_kv {
  padding-top: 250px;
  margin: 0 auto 70px;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_attractiveness .recruit_kv {
    padding-top: 16.67vw;
    margin-bottom: 4.67vw;
    max-width: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_attractiveness .recruit_kv {
    padding-top: 16.67%;
    margin-bottom: 4.67%;
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness .recruit_kv {
    padding-top: 10.5vw;
    margin-bottom: 5.2vw;
    max-width: 90%;
  }
}

#page_attractiveness .recruit_kv h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_attractiveness .recruit_kv h1 {
    font-size: 1.7vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_attractiveness .recruit_kv h1 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness .recruit_kv h1 {
    font-size: 3.2vw;
  }
}

#page_attractiveness .recruit_kv h1 + p {
  position: relative;
  font-size: 6.0rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_attractiveness .recruit_kv h1 + p {
    font-size: 4.0vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_attractiveness .recruit_kv h1 + p {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness .recruit_kv h1 + p {
    font-size: 4.85vw;
  }
}

#page_attractiveness .recruit_kv h1 + p::before {
  content: "";
  background: #000;
  width: 38px;
  height: 2px;
  display: block;
  margin: 30px 0;
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  #page_attractiveness .recruit_kv h1 + p::before {
    margin: 2vw 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #page_attractiveness .recruit_kv h1 + p::before {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness .recruit_kv h1 + p::before {
    width: 20px;
    height: 1px;
    margin: 3vw 0;
  }
}

#page_attractiveness .section_reason {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason {
    margin-top: 40px;
  }
}

#page_attractiveness .section_reason h2 {
  text-align: center;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason h2 {
    font-size: 22px;
  }
}

#page_attractiveness .section_reason h2 span {
  color: #ff1e60;
}

#page_attractiveness .section_reason .list_reasonMember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember {
    margin-top: 20px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li {
  width: 32%;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li {
    width: 100%;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox {
  cursor: pointer;
  position: relative;
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox:hover .imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox:hover .txtbox {
  background: #fff;
  color: #ff1e60;
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox:hover .namebox {
  background: #ff1e60;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox {
    position: relative;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .imgbox {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .imgbox {
    height: 40vw;
  }
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .imgbox img {
    display: none;
  }
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .imgbox.type01 {
    background: url("../img/recruit/attractive_img_02_02.jpg") no-repeat 0 0;
    background-size: contain;
  }
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .imgbox.type02 {
    background: url("../img/recruit/attractive_img_03_02.jpg") no-repeat 0 0;
    background-size: contain;
  }
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .imgbox.type03 {
    background: url("../img/recruit/attractive_img_04_02.jpg") no-repeat 0 0;
    background-size: contain;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .imgbox img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .txtbox {
  background: #ff1e60;
  color: #fff;
  width: 90%;
  margin: -30px auto 0;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #ff1e60;
  border-bottom: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .txtbox {
    width: 60%;
    margin: -33vw 0 0 3vw;
    padding: 2.4vw;
    height: 36vw;
    min-height: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .txtbox {
    padding: 5% 5%;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .txtbox .read {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .txtbox .read {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .txtbox .read {
    font-size: 1.8vw;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox {
  margin: 0 auto;
  padding: 6px 30px;
  width: 90%;
  background: #cd0e46;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox {
    padding: 2% 5%;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox {
    margin: -6vw 0px 6vw 18.4vw;
    padding: 6px 30px;
    width: 80%;
    background: #cd0e46;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 3;
  }
}

@-webkit-keyframes namebox-arrow-move-before {
  0% {
    right: 20px;
  }
  50% {
    right: 12px;
  }
  100% {
    right: 20px;
  }
}

@keyframes namebox-arrow-move-before {
  0% {
    right: 20px;
  }
  50% {
    right: 12px;
  }
  100% {
    right: 20px;
  }
}

@-webkit-keyframes namebox-arrow-move-after {
  0% {
    right: 18px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 18px;
  }
}

@keyframes namebox-arrow-move-after {
  0% {
    right: 18px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 18px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 36px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: 6px;
  -webkit-animation: namebox-arrow-move-before 1.5s ease-in-out 0s infinite normal;
          animation: namebox-arrow-move-before 1.5s ease-in-out 0s infinite normal;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox::before {
    width: 24px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 14px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: namebox-arrow-move-after 1.5s ease-in-out 0s infinite normal;
          animation: namebox-arrow-move-after 1.5s ease-in-out 0s infinite normal;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox::after {
    width: 10px;
    margin-top: 3px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox .name {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  vertical-align: middle;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox .name {
    font-size: 22px;
  }
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox .name span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox .name {
    font-size: 5vw;
    padding-left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox .name span {
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .closedBox .namebox .name span {
    font-size: 3vw;
    margin-right: 3vw;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox {
  display: none;
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 0px 22px #5555555e;
          box-shadow: 0px 0px 22px #5555555e;
  border: 4px solid #ff1d60;
  top: 100px;
  left: 5%;
  z-index: 20;
  width: 90%;
  height: 80%;
  overflow: scroll;
  padding: 7% 0;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox {
    padding: 8% 0;
    top: 60px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 520px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .visual {
    max-width: 100%;
    margin: 0 auto;
    min-height: 40vw;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual h3 {
  color: #fff;
  background: #ff1e60;
  padding: 10px 10px;
  font-size: 46px;
  max-width: 700px;
  padding: 40px 40px;
  line-height: 1.6;
  position: absolute;
  top: -40px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .visual h3 {
    font-size: 3.4vw;
    padding: 4vw;
    top: -4vw;
    left: 4vw;
    max-width: 60%;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual.type01 {
  background: url("../img/recruit/attractive_img_02_02.jpg") no-repeat 0 0;
  background-size: 100%;
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual.type02 {
  background: url("../img/recruit/attractive_img_03_02.jpg") no-repeat 0 0;
  background-size: 100%;
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual.type03 {
  background: url("../img/recruit/attractive_img_04_02.jpg") no-repeat 0 0;
  background-size: 100%;
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual p {
  position: absolute;
  bottom: 80px;
  left: 50px;
  font-size: 48px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .visual p {
    bottom: 0;
    left: 9vw;
    font-size: 6vw;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual p span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .visual p span {
    font-size: 4vw;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .visual p.cap {
  bottom: 50px;
  font-size: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .visual p.cap {
    bottom: -3.6vw;
    font-size: 10px;
    letter-spacing: 1px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn {
  cursor: pointer;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  width: 160px;
  display: block;
  margin: 3% auto 0;
  padding: 10px 14px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn:hover {
  background: #fff;
  color: #000;
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn:hover p::before, #page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn:hover p::after {
  background: #000;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn {
    width: 140px;
    padding: 5px 10px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn p {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn p::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn p::before {
    width: 18px;
    top: 14px;
    right: 0;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn p::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  right: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox .lightbox_closeBtn p::after {
    width: 18px;
    top: 14px;
    right: 0;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox dl {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox dl {
    margin: 12vw auto 0;
    padding: 0 5vw;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox dl dt {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox dl dt {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

#page_attractiveness .section_reason .list_reasonMember li .lightbox dl dt::before {
  content: "";
  background: #000;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox dl dt::before {
    background: #ff206c;
  }
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_reason .list_reasonMember li .lightbox dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
}

#page_attractiveness .section_challenge {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge {
    margin-top: 7vw;
  }
}

#page_attractiveness .section_challenge h2 {
  text-align: center;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge h2 {
    font-size: 22px;
  }
}

#page_attractiveness .section_challenge h2 span {
  color: #ff1e60;
}

#page_attractiveness .section_challenge .lead_section {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge .lead_section {
    margin-top: 10px;
    font-size: 14px;
  }
}

#page_attractiveness .section_challenge .list_reasonSystem {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge .list_reasonSystem {
    margin-top: 40px;
  }
}

#page_attractiveness .section_challenge .list_reasonSystem li {
  width: 50%;
  padding: 25px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge .list_reasonSystem li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  #page_attractiveness .section_challenge .list_reasonSystem li:first-child {
    margin-top: 0;
  }
}

#page_attractiveness .section_challenge .list_reasonSystem li h3 {
  color: #ff1e60;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge .list_reasonSystem li h3 {
    font-size: 18px;
  }
}

#page_attractiveness .section_challenge .list_reasonSystem li h3 img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge .list_reasonSystem li h3 img {
    width: 46px;
  }
}

#page_attractiveness .section_challenge .list_reasonSystem li h3 span {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge .list_reasonSystem li h3 span {
    margin-left: 5px;
  }
}

#page_attractiveness .section_challenge .list_reasonSystem li p {
  margin-top: 20px;
  padding-left: 5px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_challenge .list_reasonSystem li p {
    padding-left: 3px;
    font-size: 14px;
    margin-top: 10px;
  }
}

#page_attractiveness .section_relief {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief {
    margin-top: 60px;
  }
}

#page_attractiveness .section_relief h2 {
  text-align: center;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief h2 {
    font-size: 22px;
  }
}

#page_attractiveness .section_relief h2 span {
  color: #ff1e60;
}

#page_attractiveness .section_relief .lead_section {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief .lead_section {
    margin-top: 10px;
    font-size: 14px;
  }
}

#page_attractiveness .section_relief .list_reasonSystem.col03 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief .list_reasonSystem.col03 {
    margin-top: 40px;
  }
}

#page_attractiveness .section_relief .list_reasonSystem.col03 li {
  width: 33%;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief .list_reasonSystem.col03 li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  #page_attractiveness .section_relief .list_reasonSystem.col03 li:first-child {
    margin-top: 0;
  }
}

#page_attractiveness .section_relief .list_reasonSystem.col03 li h3 {
  color: #ff1e60;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief .list_reasonSystem.col03 li h3 {
    font-size: 18px;
    text-align: left;
  }
}

#page_attractiveness .section_relief .list_reasonSystem.col03 li h3 img {
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief .list_reasonSystem.col03 li h3 img {
    width: 46px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
  }
}

#page_attractiveness .section_relief .list_reasonSystem.col03 li h3 span {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief .list_reasonSystem.col03 li h3 span {
    margin-left: 5px;
  }
}

#page_attractiveness .section_relief .list_reasonSystem.col03 li p {
  margin-top: 20px;
  padding-left: 5px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #page_attractiveness .section_relief .list_reasonSystem.col03 li p {
    padding-left: 3px;
    font-size: 14px;
    margin-top: 10px;
  }
}

.mod_ttlBox.data {
  text-align: center;
  padding: 130px 0 310px;
  line-height: 1;
  background: url("../img/recruit/top_bg02.png") no-repeat bottom left;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.data {
    padding: 60px 0 18vw;
  }
}

.mod_ttlBox.data h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.data h1 {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
}

.mod_ttlBox.data .sub {
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mod_ttlBox.data .sub {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

#page_data .page_lead {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #page_data .page_lead {
    padding: 0 3%;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
}

#page_data .wrap_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data {
    margin-top: 50px;
    padding: 0 3%;
  }
}

#page_data .wrap_data .data-item {
  width: 50%;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item {
    width: 100%;
    margin-top: 50px;
  }
  #page_data .wrap_data .data-item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  #page_data .wrap_data .data-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

#page_data .wrap_data .data-item h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#page_data .wrap_data .data-item .txt_description {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item .txt_description {
    margin-top: 20px;
    font-size: 15px;
  }
}

#page_data .wrap_data .data-item.age .block_img {
  position: relative;
}

#page_data .wrap_data .data-item.age .block_img .age_chart {
  width: 280px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart {
    width: 240px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -45px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .img {
    margin-left: -32px;
    margin-top: -30px;
    width: 68px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt {
  position: absolute;
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type01 {
  top: -40px;
  left: -50px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type01 {
    top: -20px;
    left: -20px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type02 {
  top: 85px;
  right: -105px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type02 {
    top: 177px;
    right: -36px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type02 p:nth-of-type(2) {
  font-size: 60px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type02 p:nth-of-type(2) {
    font-size: 42px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type03 {
  bottom: 20px;
  left: -75px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt.type03 {
    bottom: 5px;
    left: -33px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt p {
  line-height: 1;
  text-align: center;
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt p:nth-of-type(1) {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt p:nth-of-type(1) {
    font-size: 16px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt p:nth-of-type(2) {
  color: #e7265d;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt p:nth-of-type(2) {
    font-size: 34px;
  }
}

#page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt p:nth-of-type(2) span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.age .block_img .age_chart .delay-block .txt p:nth-of-type(2) span {
    font-size: 18px;
  }
}

#page_data .wrap_data .data-item.ratio .block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 280px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img {
    min-height: 0;
  }
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.men {
  position: relative;
  width: 160px;
  margin-top: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img .ratioImg.men {
    width: 110px;
    margin-top: 35px;
  }
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.men.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.men::before {
  content: "";
  width: 69px;
  height: 80px;
  background: url("../img/recruit/data_men.png") no-repeat 0 0;
  position: absolute;
  top: -70px;
  left: 46px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img .ratioImg.men::before {
    background-size: 45px;
    top: -46px;
    left: 33px;
    width: 45px;
    height: 55px;
  }
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.men p {
  text-align: center;
  font-size: 96px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  line-height: 145px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img .ratioImg.men p {
    width: 110px;
    height: 110px;
    line-height: 96px;
    font-size: 64px;
  }
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.women {
  position: relative;
  width: 200px;
  margin-top: 60px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img .ratioImg.women {
    width: 140px;
    margin-top: 40px;
  }
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.women.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.women::before {
  content: "";
  width: 60px;
  height: 83px;
  background: url("../img/recruit/data_women.png") no-repeat 0 0;
  position: absolute;
  top: -70px;
  left: 70px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img .ratioImg.women::before {
    width: 50px;
    height: 66px;
    background-size: 50px;
    top: -58px;
    left: 46px;
  }
}

#page_data .wrap_data .data-item.ratio .block_img .ratioImg.women p {
  text-align: center;
  font-size: 130px;
  background: #fff;
  border: 8px solid #e7265d;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 175px;
  position: relative;
  z-index: 2;
  color: #e7265d;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img .ratioImg.women p {
    font-size: 100px;
    width: 140px;
    height: 140px;
    line-height: 115px;
  }
}

#page_data .wrap_data .data-item.ratio .block_img .semicolon {
  font-size: 60px;
  line-height: 1;
  margin: 60px 5px 0;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.ratio .block_img .semicolon {
    font-size: 44px;
    margin: 30px 0 0;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}

#page_data .wrap_data .data-item.birthplace .block_img ul {
  min-height: 350px;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul {
    min-height: 233px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img ul li {
  border: 4px solid #eb245d;
  position: relative;
  padding: 5px 0;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul li {
    margin-top: 10px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img ul li:first-child {
  margin-top: 0;
}

#page_data .wrap_data .data-item.birthplace .block_img ul li span.num {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #eb245d;
  font-size: 40px;
  line-height: 1;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul li span.num {
    font-size: 24px;
    margin-top: -12px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img ul li span.num img {
  display: inline-block;
  vertical-align: middle;
  margin: -10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul li span.num img {
    width: 16px;
    margin: -5px 5px 0 0;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img ul li p {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul li p {
    font-size: 18px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img ul li.other {
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul li.other {
    padding: 10px 0;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img ul li.other span.num {
  font-size: 24px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul li.other span.num {
    font-size: 16px;
    margin-top: -8px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img ul li.other p {
  font-size: 18px;
  text-align: left;
  padding: 0 5px 0 120px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img ul li.other p {
    font-size: 14px;
    padding: 0 5px 0 85px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img .placeImg {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 1;
}

@-webkit-keyframes animation-placeImg {
  0% {
    top: 160px;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 0px;
  }
}

@keyframes animation-placeImg {
  0% {
    top: 160px;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 0px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img .placeImg.active {
  top: 0;
  -webkit-animation: animation-placeImg 0.3s linear 0s 1;
          animation: animation-placeImg 0.3s linear 0s 1;
}

#page_data .wrap_data .data-item.birthplace .block_img .placeImg .img {
  position: absolute;
}

#page_data .wrap_data .data-item.birthplace .block_img .placeImg .img.type01 {
  top: -66px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img .placeImg .img.type01 {
    top: -47px;
    left: 2vw;
    width: 110px;
  }
}

#page_data .wrap_data .data-item.birthplace .block_img .placeImg .img.type02 {
  top: -152px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.birthplace .block_img .placeImg .img.type02 {
    top: -82px;
    right: 3vw;
    width: 60px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img {
  max-width: 436px;
  min-height: 346px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img {
    max-width: 320px;
    min-height: 290px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #000;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#page_data .wrap_data .data-item.b-type .block_img ul li.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#page_data .wrap_data .data-item.b-type .block_img ul li .typeInner {
  text-align: center;
}

#page_data .wrap_data .data-item.b-type .block_img ul li .typeInner .btype {
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li .typeInner .btype {
    font-size: 22px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li .typeInner .btype-num {
  color: #e7265d;
  font-size: 62px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li .typeInner .btype-num {
    font-size: 48px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li .typeInner .btype-num span {
  font-size: 30px;
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-a {
  width: 160px;
  height: 160px;
  top: 40px;
  left: 60px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-a {
    width: 130px;
    height: 130px;
    top: 35px;
    left: 10px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-a .typeInner .btype {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-a .typeInner .btype {
    font-size: 20px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-a .typeInner .btype-num {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-a .typeInner .btype-num {
    font-size: 36px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-a .typeInner .btype-num span {
  font-size: 24px;
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-o {
  width: 240px;
  height: 240px;
  right: 20px;
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-o {
    width: 190px;
    height: 190px;
    right: 0;
    top: 0;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-b {
  width: 160px;
  height: 160px;
  left: 110px;
  top: 160px;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-b {
    width: 130px;
    height: 130px;
    left: 50px;
    top: 130px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-b .typeInner .btype {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-b .typeInner .btype {
    font-size: 20px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-b .typeInner .btype-num {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-b .typeInner .btype-num {
    font-size: 36px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-b .typeInner .btype-num span {
  font-size: 24px;
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-ab {
  width: 160px;
  height: 160px;
  right: 40px;
  top: 200px;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-ab {
    width: 130px;
    height: 130px;
    right: 20px;
    top: 150px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-ab .typeInner .btype {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-ab .typeInner .btype {
    font-size: 20px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-ab .typeInner .btype-num {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.b-type .block_img ul li.type-ab .typeInner .btype-num {
    font-size: 36px;
  }
}

#page_data .wrap_data .data-item.b-type .block_img ul li.type-ab .typeInner .btype-num span {
  font-size: 24px;
}

#page_data .wrap_data .data-item.clothes .block_img {
  min-height: 360px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.clothes .block_img {
    min-height: 0;
  }
}

#page_data .wrap_data .data-item.clothes .block_img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
  width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.clothes .block_img ul {
    padding-top: 0;
  }
}

#page_data .wrap_data .data-item.clothes .block_img ul li {
  margin: 0 5px;
  width: 60px;
  display: block;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.clothes .block_img ul li {
    width: 40px;
  }
}

#page_data .wrap_data .data-item.clothes .block_img h3 {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin: 10px 0 -10px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.clothes .block_img h3 {
    font-size: 20px;
  }
}

#page_data .wrap_data .data-item.clothes .block_img .percent {
  color: #e7265d;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
  text-align: right;
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.clothes .block_img .percent {
    width: 240px;
  }
}

#page_data .wrap_data .data-item.clothes .block_img .percent .num {
  font-size: 190px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.clothes .block_img .percent .num {
    font-size: 110px;
  }
}

#page_data .wrap_data .data-item.clothes .block_img .percent .fzs {
  font-size: 70px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.clothes .block_img .percent .fzs {
    font-size: 50px;
  }
}

#page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart {
  width: 360px;
  height: 360px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart {
    width: 250px;
    height: 250px;
  }
}

#page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block {
  position: absolute;
  top: 150px;
  left: 58px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block {
    top: 104px;
    left: 39px;
  }
}

#page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block .txt p {
  font-size: 116px;
  color: #e7265d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block .txt p {
    font-size: 86px;
  }
}

#page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block .txt p .fzs {
  font-size: 70px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block .txt p .fzs {
    font-size: 50px;
  }
}

#page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block .txt p .fzss {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .delay-block .txt p .fzss {
    font-size: 36px;
  }
}

#page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .img {
  position: absolute;
  top: 90px;
  left: 100px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.satisfaction .block_img .satisfaction_chart .img {
    top: 60px;
    left: 80px;
    width: 90px;
  }
}

#page_data .wrap_data .data-item.time .block_img {
  width: 277px;
  height: 277px;
  position: relative;
  margin: 0 auto;
  background: url("../img/recruit/data_time.png") no-repeat center center;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.time .block_img {
    width: 250px;
    height: 250px;
  }
}

#page_data .wrap_data .data-item.time .block_img.active::before {
  -webkit-transform: rotate(738deg);
          transform: rotate(738deg);
}

#page_data .wrap_data .data-item.time .block_img.active::after {
  -webkit-transform: rotate(690deg);
          transform: rotate(690deg);
}

#page_data .wrap_data .data-item.time .block_img::before {
  content: "";
  position: absolute;
  top: 136px;
  left: 74px;
  height: 7px;
  width: 65px;
  background: #e7265d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.time .block_img::before {
    top: 122px;
    left: 65px;
    height: 7px;
    width: 60px;
  }
}

#page_data .wrap_data .data-item.time .block_img::after {
  content: "";
  position: absolute;
  top: 137px;
  left: 61px;
  height: 4px;
  width: 80px;
  background: #e7265d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.time .block_img::after {
    top: 123px;
    left: 46px;
    height: 4px;
    width: 80px;
  }
}

#page_data .wrap_data .data-item.time .block_img .time_num {
  position: absolute;
  background: #ffffff;
  color: #e7265d;
  font-weight: 500;
  font-size: 64px;
  line-height: 70px;
  padding: 0px 15px 3px;
  display: inline-block;
  top: 100px;
  right: -38px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.time .block_img .time_num {
    font-size: 44px;
    line-height: 60px;
    padding: 0px 15px;
    top: 96px;
    right: -27px;
  }
}

#page_data .wrap_data .data-item.time .block_img .time_num span {
  display: inline-block;
}

#page_data .wrap_data .data-item.time .block_img .time_num .m {
  position: relative;
  margin-left: 10px;
}

#page_data .wrap_data .data-item.time .block_img .time_num .m::before {
  content: ":";
  position: absolute;
  top: -5px;
  left: -21px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.time .block_img .time_num .m::before {
    top: 0px;
    left: -16px;
  }
}

#page_data .wrap_data .data-item.overtime .block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 277px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.overtime .block_img {
    min-height: 0;
  }
}

#page_data .wrap_data .data-item.overtime .block_img .overtimeBox {
  position: relative;
}

#page_data .wrap_data .data-item.overtime .block_img .overtimeBox .num {
  font-size: 190px;
  font-weight: 600;
  color: #e7265d;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.overtime .block_img .overtimeBox .num {
    font-size: 120px;
    line-height: 100px;
  }
}

#page_data .wrap_data .data-item.overtime .block_img .overtimeBox .txt {
  font-size: 72px;
  color: #e7265d;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.overtime .block_img .overtimeBox .txt {
    font-size: 42px;
  }
}

#page_data .wrap_data .data-item.overtime .block_img .overtimeBox .img {
  position: absolute;
  top: 28px;
  right: 43px;
}

@media screen and (max-width: 768px) {
  #page_data .wrap_data .data-item.overtime .block_img .overtimeBox .img {
    top: 0px;
    right: 33px;
    width: 50px;
  }
}
