@charset "UTF-8";
/* -- interview --------------- */
html,
body {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

.header {
  background: #fff;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.sp-menu-open {
  overflow: hidden;
}

.head {
  font-weight: bold;
}

.head-l {
  font-size: 41.6px;
  font-size: 2.6rem;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .head-l {
    font-size: 1.9rem;
  }
}

.head-black {
  color: #505050;
}

.line-pat-01 {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  margin: 0;
  padding: 0;
  border: none;
  height: 4px;
  width: 100%;
}

.line-left {
  padding-left: 4px;
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
}

.line-left .line-left-wrap {
  background: #fff;
}

/* 追記 */
.animated {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* Chrome opacity transition bug */
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 46px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .modal-wrap {
    max-width: none;
    width: 90%;
  }
}

.modal-wrap .inner-modal {
  max-width: 640px;
  margin: 0 auto;
}

.modal-wrap .head-modal {
  background: #fe5e83;
  border-radius: 25px;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .modal-wrap .head-modal {
    font-size: 2rem;
  }
}

.modal-wrap .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.modal-wrap .detail-list {
  margin: 20px 0;
}

.modal-wrap dl {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dotted #c0c0c0;
}

.modal-wrap dl:first-child {
  border-top: 1px dotted #c0c0c0;
}

.modal-wrap dl dt,
.modal-wrap dl dd {
  line-height: 1.57;
  float: left;
}

.modal-wrap dl dt {
  width: 7.8125%;
}

.modal-wrap dl dd {
  width: 90.625%;
  padding-left: 1.5625%;
  font-weight: bold;
  padding-top: 2px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.modal-wrap .detail-list-02 {
  margin: 18px 0 35px;
}

.modal-wrap .detail-list-02 li {
  border-bottom: 1px dotted #c0c0c0;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 0 7px 3.5em;
  text-indent: -3.5em;
  line-height: 1.57;
}

.modal-wrap .detail-list-02 span {
  color: #fe5e83;
}

.modal-wrap .modal-img-wrap {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}

.modal-wrap .modal-img-wrap p {
  display: inline-block;
  max-width: 200px;
  margin-left: 20px;
}

.modal-wrap .modal-img-wrap p:first-child {
  margin-left: 0;
}

.modal-wrap .modal-img-wrap img {
  width: 100%;
  height: auto;
}

.part-list {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}

.part-list li {
  display: inline-block;
  line-height: 1.2;
  padding: 5px 33px;
  font-size: 16px;
  font-weight: bold;
  color: #fe5e83;
  text-align: center;
  border: 2px dotted #fe5e83;
  border-radius: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .part-list li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.part-list li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .part-list li:last-child {
    margin-bottom: 0;
  }
}

.pg-recruit2018 {
  margin: 80px 0 200px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018 {
    margin: 0 0 100px;
  }
}

.pg-recruit2018 .sec-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  color: #666666;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018 .sec-title {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}

.pg-recruit2018 .sec-title .marker {
  background: linear-gradient(transparent 70%, #ffff00 30%);
}

/* -- footer --------------- */
.recruit-header {
  /* ------------------- */
  /* ------------------- */
}

.recruit-header .recruit-header-inner {
  height: 110px;
}

@media screen and (max-width: 768px) {
  .recruit-header .recruit-header-inner {
    height: 60px;
    background: #fff;
  }
}

.recruit-header .recruit-header-inner .sp-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .recruit-header .recruit-header-inner .sp-menu {
    display: block;
    width: 42px;
    height: 42px;
    position: fixed;
    top: 19px;
    right: 10px;
    z-index: 15;
  }
}

.recruit-header .recruit-header-inner .sp-menu #sp-nav-btn {
  display: block;
  width: 42px;
  height: 42px;
}

.recruit-header .recruit-header-inner .sp-menu #sp-nav-btn span {
  display: block;
  background: #fe5e83;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
}

.recruit-header .recruit-header-inner .sp-menu #sp-nav-btn span:first-child {
  top: 12px;
}

.recruit-header .recruit-header-inner .sp-menu #sp-nav-btn span:last-child {
  bottom: 12px;
}

.recruit-header .recruit-header-inner .sp-menu #sp-nav-btn .txt {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #fe5e83;
  font-weight: bold;
  padding-top: 15px;
}

.recruit-header .recruit-header-inner .sp-menu #sp-nav-btn.active span:nth-child(1) {
  transform: translateY(-8px) rotate(-45deg);
  top: 12px;
}

.recruit-header .recruit-header-inner .sp-menu #sp-nav-btn.active span:nth-child(2) {
  transform: translateY(4px) rotate(225deg);
}

.recruit-header .logo {
  float: left;
  width: 250px;
  padding-top: 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .logo {
    float: none;
    width: 180px;
    padding: 10px 0 10px 15px;
  }
  .recruit-header .logo img {
    width: 100%;
    height: auto;
  }
}

.recruit-header .hmenu {
  float: left;
  width: 750px;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu {
    float: none;
    width: 100%;
    position: fixed;
    z-index: 2;
    display: none;
    overflow: auto;
    height: calc(100% - 60px);
  }
}

.recruit-header .hmenu > ul {
  background: #fff;
}

.recruit-header .hmenu .hm-ent {
  border-left: 1px dotted #ccc;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 124px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: 1px dotted #ccc;
  }
}

.recruit-header .hmenu .hm-ent > a {
  display: block;
  height: 110px;
  padding: 73px 0 0;
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666666;
}

.recruit-header .hmenu .hm-ent > a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent > a {
    padding: 0;
    height: auto;
    width: 100%;
    background: #fe5e83;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
    font-size: 1.6rem;
  }
}

.recruit-header .hmenu .hm-ent:first-child {
  border-right: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent:first-child {
    border-right: none;
  }
}

.recruit-header .hmenu .hm-ent .inner-menu {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 22px 15px 20px;
  border: 1px solid #fb7192;
  border-radius: 8px;
  position: absolute;
  z-index: 6;
  /* 一時的処理 */
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent .inner-menu {
    position: static;
    padding: 0;
    background: none;
    border-radius: 0;
  }
}

.recruit-header .hmenu .hm-ent .inner-menu li {
  border-bottom: 1px dotted #666;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent .inner-menu li {
    padding: 0;
  }
}

.recruit-header .hmenu .hm-ent .inner-menu.hook li:first-child {
  display: none;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent .inner-menu.hook li:first-child {
    display: block;
  }
}

.recruit-header .hmenu .hm-ent .inner-menu a {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  display: block;
  padding: 3px 5px;
  border-radius: 11px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent .inner-menu a {
    width: 100%;
    color: #fff;
    background: #333;
    font-weight: bold;
    padding: 15px 0;
    font-size: 1.6rem;
    border-radius: 0;
  }
}

.recruit-header .hmenu .hm-ent .inner-menu a:hover {
  background: #fe5e83;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.recruit-header .hmenu .hm-ent .inner-menu a:before {
  content: '●';
  color: #ffc4d2;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 5px;
  top: -1px;
}

.recruit-header .hmenu .hm-ent .inner-menu:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #4e4e4e transparent;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent .inner-menu:before {
    content: normal;
  }
}

.recruit-header .hmenu .hm-ent .inner-menu:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 00 10px 10px 10px;
  border-color: transparent transparent #fb7192 transparent;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent .inner-menu:after {
    content: normal;
  }
}

.recruit-header .hmenu .hm-ent.hm-ent-01 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_01.svg") no-repeat center center;
  background-position: center 36px;
}

.recruit-header .hmenu .hm-ent.hm-ent-01 .inner-menu {
  width: 160px;
  left: -18px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-01 .inner-menu {
    width: 100%;
  }
}

.recruit-header .hmenu .hm-ent.hm-ent-02 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_02.svg") no-repeat center center;
  background-position: center 36px;
}

.recruit-header .hmenu .hm-ent.hm-ent-02 .inner-menu {
  width: 130px;
  left: -3px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-02 .inner-menu {
    width: 100%;
  }
}

.recruit-header .hmenu .hm-ent.hm-ent-03 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_03.svg") no-repeat center center;
  background-position: center 36px;
}

.recruit-header .hmenu .hm-ent.hm-ent-03 .inner-menu {
  width: 230px;
  left: -53px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-03 .inner-menu {
    width: 100%;
  }
}

.recruit-header .hmenu .hm-ent.hm-ent-04 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_04.svg") no-repeat center center;
  background-position: center 36px;
}

.recruit-header .hmenu .hm-ent.hm-ent-04 .inner-menu {
  width: 260px;
  left: -68px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-04 .inner-menu {
    width: 100%;
  }
}

.recruit-header .hmenu .hm-ent.hm-ent-05 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_05.svg") no-repeat center center;
  background-position: center 36px;
}

.recruit-header .hmenu .hm-ent.hm-ent-05 .inner-menu {
  width: 160px;
  left: -18px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-05 .inner-menu {
    width: 100%;
  }
}

.recruit-header .hmenu .hm-ent.hm-ent-06 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_06.svg") no-repeat center center;
  background-position: center 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-06 {
    display: none;
  }
}

.recruit-header .hmenu .hm-ent.hm-ent-06 .inner-menu {
  width: 220px;
  left: -48px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-06 .inner-menu {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.hm-ent-01, .recruit-header .hmenu .hm-ent.hm-ent-02, .recruit-header .hmenu .hm-ent.hm-ent-03, .recruit-header .hmenu .hm-ent.hm-ent-04, .recruit-header .hmenu .hm-ent.hm-ent-05, .recruit-header .hmenu .hm-ent.hm-ent-06 {
    background: none;
  }
}

.recruit-header .hmenu .hm-ent.active.hm-ent-01, .recruit-header .hmenu .hm-ent:hover.hm-ent-01 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_01_active.svg") no-repeat center center;
  background-position: center 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.active.hm-ent-01, .recruit-header .hmenu .hm-ent:hover.hm-ent-01 {
    background: none;
  }
}

.recruit-header .hmenu .hm-ent.active.hm-ent-02, .recruit-header .hmenu .hm-ent:hover.hm-ent-02 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_02_active.svg") no-repeat center center;
  background-position: center 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.active.hm-ent-02, .recruit-header .hmenu .hm-ent:hover.hm-ent-02 {
    background: none;
  }
}

.recruit-header .hmenu .hm-ent.active.hm-ent-03, .recruit-header .hmenu .hm-ent:hover.hm-ent-03 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_03_active.svg") no-repeat center center;
  background-position: center 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.active.hm-ent-03, .recruit-header .hmenu .hm-ent:hover.hm-ent-03 {
    background: none;
  }
}

.recruit-header .hmenu .hm-ent.active.hm-ent-04, .recruit-header .hmenu .hm-ent:hover.hm-ent-04 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_04_active.svg") no-repeat center center;
  background-position: center 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.active.hm-ent-04, .recruit-header .hmenu .hm-ent:hover.hm-ent-04 {
    background: none;
  }
}

.recruit-header .hmenu .hm-ent.active.hm-ent-05, .recruit-header .hmenu .hm-ent:hover.hm-ent-05 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_05_active.svg") no-repeat center center;
  background-position: center 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.active.hm-ent-05, .recruit-header .hmenu .hm-ent:hover.hm-ent-05 {
    background: none;
  }
}

.recruit-header .hmenu .hm-ent.active.hm-ent-06, .recruit-header .hmenu .hm-ent:hover.hm-ent-06 {
  background: url("../images/recruit2018/common/rc_hmenu_ic_06_active.svg") no-repeat center center;
  background-position: center 36px;
}

@media screen and (max-width: 768px) {
  .recruit-header .hmenu .hm-ent.active.hm-ent-06, .recruit-header .hmenu .hm-ent:hover.hm-ent-06 {
    background: none;
  }
}

.recruit-header .entrymenu {
  padding-top: 6px;
  float: left;
  width: 130px;
  text-align: center;
}

.recruit-header hr.header-line {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  margin: 0;
  padding: 0;
  border: none;
  height: 6px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recruit-header hr.header-line {
    height: 4px;
  }
}

.recruit-footer {
  position: relative;
  z-index: 5;
  background: #fff;
}

.recruit-footer .recruit-footer-inner {
  position: relative;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .recruit-footer .recruit-footer-inner {
    margin-top: 0;
  }
}

.recruit-footer .btn-float-totop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .recruit-footer .btn-float-totop {
    bottom: 20px;
    right: 20px;
  }
}

.recruit-footer .btn-float-totop a {
  color: #fe5e83;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #ddd;
  padding-top: 21px;
}

.recruit-footer .btn-float-totop a:before {
  content: '';
  position: absolute;
  background: url(../images/recruit2018/common/rc_footer_arrow_pink.svg) left top no-repeat;
  background-size: 12px;
  width: 12px;
  height: 20px;
  top: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(-90deg);
}

.recruit-footer .flogo {
  float: left;
  width: 260px;
  padding-top: 0;
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .recruit-footer .flogo {
    display: none;
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 25px;
  }
}

.recruit-footer .flogo img {
  width: 100%;
  height: auto;
}

.recruit-footer .fmenu {
  float: right;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .recruit-footer .fmenu {
    float: none;
    padding: 0 25px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.recruit-footer .fmenu .fm-ent {
  border-right: 1px solid #dcdcdc;
  float: left;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruit-footer .fmenu .fm-ent {
    float: none;
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }
}

.recruit-footer .fmenu .fm-ent:first-child {
  border-left: 1px solid #dcdcdc;
}

@media screen and (max-width: 768px) {
  .recruit-footer .fmenu .fm-ent:first-child {
    border-left: none;
    border-top: 1px solid #dcdcdc;
  }
}

.recruit-footer .fmenu .fm-ent a {
  box-sizing: border-box;
  padding: 18px 16px 12px;
  display: block;
  line-height: 1;
  letter-spacing: 1.8px;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit-footer .fmenu .fm-ent a {
    text-align: left;
    font-size: 1.6rem;
    padding: 15px;
  }
  .recruit-footer .fmenu .fm-ent a:after {
    content: '';
    position: absolute;
    background: url(../images/recruit2018/common/rc_footer_arrow_pink.svg) left top no-repeat;
    background-size: 12px;
    width: 12px;
    height: 20px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
  }
}

.recruit-footer .entrymenu {
  width: 115px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .recruit-footer .entrymenu.spmode {
    position: static;
    margin-top: 0;
  }
}

.recruit-footer .entrymenu a {
  display: block;
  box-sizing: border-box;
  width: 115px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 1.25px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: url(../images/recruit2018/common/rc_fmenu_entry.png) left top no-repeat;
}

@media screen and (max-width: 768px) {
  .recruit-footer .entrymenu a {
    position: static;
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0;
    line-height: 1;
  }
}

.recruit-footer .bottom {
  margin: 12px auto 0;
  background-color: #fe5e83;
  padding-top: 14px;
  line-height: 1;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .recruit-footer .bottom {
    background: none;
    height: auto;
    margin: 0;
    padding-top: 0;
  }
}

.recruit-footer .bottom .link {
  margin-bottom: 2px;
  float: left;
}

@media screen and (max-width: 768px) {
  .recruit-footer .bottom .link {
    float: none;
    margin-bottom: 20px;
    padding: 0 25px;
  }
}

.recruit-footer .bottom .link a {
  background: url(../images/recruit2018/common/arrow_yellow.svg) left top no-repeat;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .recruit-footer .bottom .link a {
    display: block;
    padding: 10px 10px 10px 14px;
    border: 1px dotted #fe5e83;
    background: none;
    color: #fe5e83;
    font-size: 1.2rem;
    border-radius: 10px;
    position: relative;
  }
  .recruit-footer .bottom .link a:after {
    content: '';
    position: absolute;
    background: url(../images/recruit2018/common/rc_footer_arrow_gray.svg) left top no-repeat;
    background-size: 12px;
    width: 12px;
    height: 20px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
  }
}

.recruit-footer .bottom .bottom-inner {
  color: #fff;
}

.recruit-footer .bottom .corp {
  float: left;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: normal;
}

.recruit-footer .bottom .corp span {
  font-weight: bold;
}

.recruit-footer .bottom .copy {
  float: right;
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.2px;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .recruit-footer .bottom .copy {
    color: #505050;
    padding: 13px 0 0;
    float: none;
    border-top: 2px solid #fe5e83;
    text-align: center;
    height: 60px;
  }
}

.recruit-footer .btn-totop {
  position: absolute;
  top: -183px;
  right: 0;
  width: 102px;
  height: 156px;
}

@media screen and (max-width: 768px) {
  .recruit-footer .btn-totop {
    position: static;
    width: auto;
    height: auto;
    text-align: center;
    margin: 34px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-footer .btn-totop a {
    color: #fe5e83;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
  }
  .recruit-footer .btn-totop a:before {
    content: '';
    position: absolute;
    background: url(../images/recruit2018/common/rc_footer_arrow_pink.svg) left top no-repeat;
    background-size: 12px;
    width: 12px;
    height: 20px;
    top: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(-90deg);
  }
}

.recruit-footer .btn-fb {
  width: 32px;
  float: right;
  margin-top: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .recruit-footer .btn-fb {
    float: none;
    margin: 20px auto;
  }
}

.recruit-footer hr.footer-line {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  margin: 0;
  padding: 0;
  border: none;
  height: 6px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recruit-footer hr.footer-line {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .entrymenu.spmode {
    float: none;
    width: 100%;
    padding: 70px 5px 0;
    margin-bottom: 30px;
  }
  .entrymenu.spmode img {
    width: 100%;
    height: auto;
  }
}

/* -- recruit2018 top -------- */
@media screen and (max-width: 768px) {
  .page-top .entrymenu.spmode {
    margin-bottom: 10px;
  }
}

.main-rec-top {
  position: relative;
  z-index: 4;
}

.pg-recruit2018-top {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top {
    margin-top: 0;
    padding-top: 0;
  }
}

.pg-recruit2018-top .top-mv {
  position: relative;
  height: 560px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv {
    height: auto;
  }
}

.pg-recruit2018-top .top-mv .bg-mv {
  height: 560px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .bg-mv {
    display: none;
  }
}

.pg-recruit2018-top .top-mv .bg-mv.bg-top-img {
  background: url(../images/recruit2018/top/mv.jpg) no-repeat center center/cover;
}

.pg-recruit2018-top .top-mv iframe {
  width: 100%;
  height: 780px;
}

.pg-recruit2018-top .top-mv .button {
  width: 440px;
  padding-top: 400px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .button {
    width: 100%;
    padding: 20px 25px;
    background: #fff;
  }
}

.pg-recruit2018-top .top-mv .button a {
  padding: 20px 0 22px 0;
  color: white;
  font-size: 23px;
  background-color: #fe5e83;
  box-shadow: 0px 0px 0px 2px rgba(73, 73, 73, 0.1);
  border: 1px solid #f9a4b8;
  border-radius: 50px;
  line-height: 1.0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .button a {
    font-size: 1.7rem;
    padding: 15px 20px;
  }
}

.pg-recruit2018-top .top-mv .button a:after {
  content: url(../images/recruit2018/common/arrow_yellow.svg);
  position: absolute;
  margin-left: 8px;
}

.pg-recruit2018-top .top-mv .button a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pg-recruit2018-top .top-mv .button a:hover:after {
  transform: translate(2px, 0) rotate(0);
}

.pg-recruit2018-top .top-mv .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .box {
    position: static;
  }
}

.pg-recruit2018-top .top-mv .news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news {
    position: relative;
    top: 0;
  }
}

.pg-recruit2018-top .top-mv .news .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  background-color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .more {
    display: table;
    text-align: center;
  }
}

.pg-recruit2018-top .top-mv .news .more a {
  display: block;
  padding: 20px 0;
  background-color: #fe5e83;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .more a {
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle;
  }
}

.pg-recruit2018-top .top-mv .news .more a:after {
  content: url(../images/recruit2018/common/arrow_yellow.svg);
  position: absolute;
  transform: rotate(90deg);
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .more a:after {
    content: normal;
  }
}

.pg-recruit2018-top .top-mv .news .more a.open:after {
  transform: rotate(-90deg);
  margin-left: 13px;
  margin-top: 1px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .more a.pcmode {
    display: none;
  }
}

.pg-recruit2018-top .top-mv .news .more a.spmode {
  display: none;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .more a.spmode {
    display: table-cell;
    padding: 0;
  }
  .pg-recruit2018-top .top-mv .news .more a.spmode img {
    transform: rotate(90deg);
    vertical-align: middle;
  }
  .pg-recruit2018-top .top-mv .news .more a.spmode.open img {
    transform: rotate(-90deg);
  }
}

.pg-recruit2018-top .top-mv .news .news-item {
  font-size: 0;
}

.pg-recruit2018-top .top-mv .news .news-item p {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .news-item p {
    display: block;
  }
}

.pg-recruit2018-top .top-mv .news .news-item p.date {
  width: 12.5%;
  background-color: #d7d7d7;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .news-item p.date {
    width: 100%;
    text-align: left;
    padding: 0 25px;
  }
}

.pg-recruit2018-top .top-mv .news .news-item p.tit {
  width: 87.5%;
  background: white url("../images/recruit2018/common/bg_pat_06.png") repeat left top;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv .news .news-item p.tit {
    width: 100%;
    text-align: left;
    padding: 0 60px 0 25px;
  }
}

.pg-recruit2018-top .top-mv .news .news-item p.tit a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.pg-recruit2018-top .top-mv .news .hidden-news {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
}

.pg-recruit2018-top .top-mv .news .hidden-news .news-item {
  border-top: 2px solid #fff;
}

.pg-recruit2018-top .top-mv .news .hidden-news .btn-close {
  color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -50px;
  right: 0;
  background: #000;
  border-radius: 15px;
  display: inline-block;
  padding: 3px 15px;
  cursor: pointer;
}

.pg-recruit2018-top .top-mv .news .hidden-news .btn-close:after {
  content: '✕';
  position: relative;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .top-mv-sp {
    margin-top: 20px;
    /* 一時的 */
    margin-top: 0;
  }
}

.pg-recruit2018-top .top-mv-sp img {
  width: 100%;
  height: auto;
}

.pg-recruit2018-top .articles {
  margin: 56px auto 40px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles {
    padding: 0 25px;
    margin: 30px auto;
  }
}

.pg-recruit2018-top .articles .articles-in {
  margin-left: -20px;
}

.pg-recruit2018-top .articles ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles ul {
    display: block;
  }
}

.pg-recruit2018-top .articles li {
  box-sizing: border-box;
  width: calc(100%/3 - 20px);
  margin: 20px 0 0 20px;
  padding: 6px;
  background: white url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles li {
    width: 100%;
    margin: 20px 10px 0;
  }
}

.pg-recruit2018-top .articles .article {
  padding: 16px 16px 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles .article {
    padding: 10px;
  }
}

.pg-recruit2018-top .articles .article a .photo {
  margin-bottom: 20px;
  position: relative;
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles .article a .photo {
    width: 100%;
  }
}

.pg-recruit2018-top .articles .article a .photo img {
  width: 100%;
  height: auto;
  position: absolute;
}

.pg-recruit2018-top .articles .article a .tit {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles .article a .tit {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.pg-recruit2018-top .articles .article .txt-l {
  font-size: 35.2px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles .article .link {
    clear: both;
  }
}

.pg-recruit2018-top .articles .article .link a {
  background-color: #fe5e83;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 14px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles .article .link a {
    border-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles .article .link_more {
    clear: both;
  }
}

.pg-recruit2018-top .articles .article .link_more a {
  background-color: #51a03c;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 14px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .articles .article .link_more a {
    border-radius: 5px;
  }
}

.pg-recruit2018-top .galleries {
  visibility: hidden;
}

.pg-recruit2018-top .galleries .tabs {
  width: 100%;
  margin: 0 auto;
}

.pg-recruit2018-top .galleries .tabs .tab {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 63px;
  font-size: 27.2px;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .galleries .tabs .tab {
    font-size: 1.5rem;
  }
}

.pg-recruit2018-top .galleries .tabs .tab.active {
  max-width: 365px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .galleries .tabs .tab.active {
    max-width: 300px;
  }
}

.pg-recruit2018-top .galleries .tabs .tab.active:before, .pg-recruit2018-top .galleries .tabs .tab.active:after {
  content: "";
  background: transparent url("../images/recruit2018/top/gallery_tab_active.png") no-repeat left bottom;
  height: 63px;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 1;
}

.pg-recruit2018-top .galleries .tabs .tab.active:after {
  background-position: right bottom;
  content: "";
  left: auto;
  right: 0;
}

.pg-recruit2018-top .galleries .tabs .tab a {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  font-weight: bold;
  color: #fff;
  padding: 30px 30px 0;
  text-align: center;
  margin: 0 auto;
}

.pg-recruit2018-top .galleries .content {
  margin-bottom: 80px;
}

.pg-recruit2018-top .galleries .content .content-in {
  background-color: #fe5e83;
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .galleries .content .content-in {
    padding: 5%;
  }
}

.pg-recruit2018-top .galleries .content ul {
  margin-left: -2%;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .galleries .content ul {
    margin-left: -5%;
  }
}

.pg-recruit2018-top .galleries .content li {
  float: left;
  width: 23%;
  margin-left: 2%;
  margin-top: 2%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .pg-recruit2018-top .galleries .content li {
    width: 45%;
    margin-left: 5%;
    margin-top: 5%;
  }
}

.pg-recruit2018-top .galleries .content li .tit {
  padding: 20px 10px 15px;
}

.pg-recruit2018-top .galleries .content li .tit p {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  word-break: break-all;
}

.pg-recruit2018-top .galleries .content li .icons {
  padding: 0 10px 20px;
}

.pg-recruit2018-top .galleries .content li .icons-like {
  display: inline-block;
  float: left;
  line-height: 20px;
  text-align: left;
  display: block;
  height: 20px;
  padding-left: 22px;
  line-height: 20px;
  white-space: nowrap;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #666666;
  background: url(../images/recruit2018/common/sns_icon_like.svg) left center no-repeat;
  background-size: auto 18px;
}

.pg-recruit2018-top .galleries .content li .icons-link {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 1;
  background: url(../images/recruit2018/common/sns_icon_instagram.svg) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

/* -- strength detail -------- */
.pg-strength-detail .st-mv {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 36px;
}

.pg-strength-detail .st-mv .mv-tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #f46385;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 446px;
  padding: 35px 0;
  line-height: 1;
  letter-spacing: 2px;
}

.pg-strength-detail .st-mv img {
  width: 100%;
}

.pg-strength-detail .leadtxt {
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 24px;
}

.pg-strength-detail .leadtxt .leadtxt-in {
  width: 370px;
  margin: 0 auto;
}

.pg-strength-detail .leadtxt .leadtxt-in p {
  font-size: 13px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 2;
}

.pg-strength-detail .leadtxt .dog {
  position: absolute;
  right: 140px;
  bottom: 0;
}

.pg-strength-detail .conversation {
  padding-bottom: 30px;
}

.pg-strength-detail .conversation .photos {
  width: 850px;
  margin: 0 auto;
  margin-bottom: 95px;
  padding-top: 30px;
}

.pg-strength-detail .conversation .photos ul {
  margin-left: -45px;
}

.pg-strength-detail .conversation .photos ul li {
  width: 380px;
  float: left;
  margin-left: 45px;
}

.pg-strength-detail .conversation .conv {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}

.pg-strength-detail .conversation .conv .balloon {
  box-sizing: border-box;
  width: 685px;
  margin: 0 auto;
  border: 2px dotted #ccc;
  padding: 40px 50px;
}

.pg-strength-detail .conversation .conv .tit {
  margin-bottom: 20px;
}

.pg-strength-detail .conversation .conv .tit p {
  font-size: 18px;
  font-weight: bold;
  color: #fe5e83;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.pg-strength-detail .conversation .conv .txt p {
  font-size: 13px;
  font-weight: bold;
  color: #3c3c3c;
  text-align: justify;
}

.pg-strength-detail .conversation .conv .face {
  position: absolute;
  top: -30px;
}

.pg-strength-detail .conversation .conv.conv-l .face {
  left: 0;
}

.pg-strength-detail .conversation .conv.conv-r .face {
  right: 0;
}

.pg-strength-detail .conversation .conv.conv-r .balloon {
  background-color: #f5f5f5;
}

.pg-form.corp main {
  padding-top: 40px;
}

.pg-form.corp .form-contents.form-input .graduate_attr {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .pg-form.corp .form-contents.form-input .graduate_attr {
    padding-left: 8px;
  }
}

.pg-form .form-description,
.pg-form .form-outer {
  max-width: 720px;
}

@media screen and (max-width: 768px) {
  .pg-form {
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 25px;
  }
}

.pg-form .form-description {
  margin-bottom: 40px;
}

.pg-form .form-description .sec-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fe5e83;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .pg-form .form-description .sec-title {
    font-size: 2.0rem;
  }
}

.pg-form .form-description .text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #505050;
}

@media screen and (max-width: 768px) {
  .pg-form .form-description .text {
    font-size: 1.3rem;
  }
}

.pg-form .form-description .text a {
  color: #fe5e83;
  text-decoration: underline;
  font-weight: bold;
}

.pg-form .sub-text {
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #3c3c3c;
}

.pg-form .sub-text .aster {
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-form .sub-text {
    font-size: 1.1rem;
  }
}

.pg-form .form-errors {
  border: 1px solid #cc0000;
  padding: 8px 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pg-form .form-errors {
    padding: 4px;
  }
}

.pg-form .form-errors li {
  line-height: 1.5;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #cc0000;
  padding: 4px 0 4px 20px;
  position: relative;
}

.pg-form .form-errors li:before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .pg-form .form-errors li {
    font-size: 1.4rem;
    padding: 2px 0 2px 12px;
  }
}

.pg-form .hidden-params {
  display: none;
  width: 0;
  height: 0;
}

.pg-form .form-contents.form-input .attr {
  font-size: .8em;
  font-weight: normal;
  color: #666;
}

.pg-form .form-contents.form-input .graduate_attr {
  padding-left: 112px;
  color: #cc0000;
  font-size: 0.8em;
}

.corp .pg-form .form-contents.form-input .graduate_attr {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .pg-form .form-contents.form-input .graduate_attr {
    padding-left: 8px;
  }
}

.pg-form .form-contents dl {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}

.pg-form .form-contents dt {
  max-width: 180px;
  position: relative;
  z-index: 2;
  float: left;
  text-align: left;
  width: auto;
  padding: 16px 0;
  margin-top: 4px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #505050;
  font-weight: bold;
}

.pg-form .form-contents dt .aster {
  font-size: 16px;
  font-size: 1.0rem;
  color: #fe5e83;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pg-form .form-contents dt {
    max-width: 100%;
    padding: 6px 0;
    float: none;
    clear: both;
  }
}

.pg-form .form-contents dd {
  position: relative;
  z-index: 1;
  min-height: 52px;
  padding: 16px 2px 16px 180px;
  margin-bottom: 4px;
  border-top: 1px solid #dcdcdc;
  position: relative;
  text-align: left;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #505050;
  transition: background 500ms ease-out 500ms;
}

.pg-form .form-contents dd p {
  word-wrap: break-word;
}

.pg-form .form-contents dd ul > li {
  margin-left: 2em;
  text-indent: -2em;
  line-height: 1.5;
  padding-bottom: 12px;
}

.pg-form .form-contents dd ul > li:last-of-type {
  padding-bottom: 0;
}
/* .pg-form .form-contents dd ul > li:nth-child(5),
.pg-form .form-contents dd ul > li:nth-child(9) {
  margin-top: 20px;
} */

@media screen and (max-width: 768px) {
  .pg-form .form-contents dd {
    min-height: auto;
    padding: 8px 0 16px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #505050;
  }
  .pg-form .form-contents dd ul > li {
    padding-bottom: 10px;
  }
}

.pg-form .form-contents dd label {
  cursor: pointer;
}

.pg-form .form-contents input, .pg-form .form-contents button, .pg-form .form-contents textarea {
  transition: all 500ms;
}

.pg-form .form-contents textarea {
  width: 98%;
  border-radius: 3px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #505050;
  padding: 2px;
  border: 1px solid #b4b4b4;
  margin: 0 10px;
  box-shadow: none;
  box-shadow: 0px 0px 1px 1px rgba(100, 100, 100, 0.1) inset;
}

.pg-form .form-contents textarea:focus {
  outline: none;
  border: solid 1px #fe5e83;
  box-shadow: 0px 0px 6px 3px rgba(254, 94, 131, 0.3);
}

.pg-form .form-contents input {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #505050;
  padding: 6px 10px;
  border: 1px solid #b4b4b4;
  margin: 0 10px;
  border-radius: 3px;
  box-shadow: none;
  box-shadow: 0px 0px 1px 1px rgba(100, 100, 100, 0.1) inset;
}

@media screen and (max-width: 768px) {
  .pg-form .form-contents input {
    font-size: 1.3rem;
    font-weight: bold;
    color: #666666;
    padding: 6px 5px;
    margin: 0 4px 4px;
  }
}

.pg-form .form-contents input:first-child {
  margin-left: 0;
}

.pg-form .form-contents input:focus {
  outline: none;
  border: solid 1px #fe5e83;
  box-shadow: 0px 0px 6px 3px rgba(254, 94, 131, 0.3);
}

.pg-form .form-contents input.w1 {
  width: 98%;
}

.pg-form .form-contents input.w2 {
  width: 48%;
}

.pg-form .form-contents input.w3 {
  width: 28%;
}

@media screen and (max-width: 768px) {
  .pg-form .form-contents input.w3 {
    width: 26%;
  }
}

.pg-form .form-contents input[type="radio"] {
  box-shadow: none;
}

.pg-form .form-contents input[type="checkbox"] {
  box-shadow: none;
}

.pg-form .form-contents input[type="checkbox"][disabled="disabled"] {
  visibility: hidden;
}

.pg-form .form-contents input[type="button"] {
  color: white;
  text-align: center;
  background-color: #fe5e83;
  border: none;
  font-weight: bold;
  border-radius: 6px;
}

.pg-form .form-contents select {
  border: 1px solid #b4b4b4;
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(../images/common/arrow_02.png) 80% 50% no-repeat;
  background-size: 12px, 100%;
}

.pg-form .form-contents select:focus {
  outline: none;
}

.pg-form .form-contents input.error, .pg-form .form-contents button.error, .pg-form .form-contents textarea.error {
  background-color: #ffcccc;
}

.pg-form .form-contents dd.error {
  background-color: #ffefefef;
}

.pg-form .form-contents.form-confirm .aster {
  display: none;
}

.pg-form .form-contents.form-confirm dd {
  color: #777;
}

.pg-form .form-submit {
  text-align: center;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #505050;
}

.pg-form .submit-text {
  margin-bottom: 10px;
}

.pg-form .g-recaptcha {
  text-align: center;
  margin: 0 auto;
}

.pg-form .g-recaptcha > div {
  margin: 0 auto;
}

.pg-form .form-btns {
  padding: 30px 0 0;
  text-align: center;
}

.pg-form .form-btns .btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  padding: 20px 0 18px 0;
  color: white;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #fe5e83;
  border: 1px solid #f9a4b8;
  border-radius: 50px;
  line-height: 1.0;
  box-shadow: 0 0 4px 0 rgba(103, 103, 103, 0.8);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-form .form-btns .btn {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
    padding: 16px 0;
    font-size: 1.6rem;
  }
}

.pg-form .form-btns .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 6px solid #ffff00;
  border-right: 6px solid #ffff00;
  transform: translate(0, -8px) rotate(45deg);
  transition: transform 300ms;
}

.pg-form .form-btns .btn:hover:after {
  transform: translate(2px, -8px) rotate(45deg);
}

.pg-form .form-btns .btn-link:after {
  content: none;
}

.pg-form .form-btns .btn-prev {
  background-color: #aaaaaa;
  border: 1px solid #b4b4b4;
}

.pg-form .form-btns .btn-prev:after {
  content: none;
  left: 30px;
  right: auto;
  border-top: none;
  border-right: none;
  border-bottom: 6px solid white;
  border-left: 6px solid white;
}

.pg-form .form-btns .btn-prev:hover:after {
  transform: translate(-2px, -8px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .pg-form .form-confirm .form-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.pg-form .form-confirm .form-btns .btn {
  display: inline-block;
  max-width: 320px;
  margin: 0 0 0 30px;
}

.pg-form .form-confirm .form-btns .btn:first-child {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-form .form-confirm .form-btns .btn:first-child {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .pg-form .form-confirm .form-btns .btn {
    margin: 0 auto 20px;
  }
}

.pg-form .form-complete .form-complete-message {
  padding: 60px 30px;
  border: 1px solid #505050;
  margin: 70px auto;
  font-size: 15px;
  font-weight: bold;
  color: #505050;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-form .form-complete .form-complete-message {
    padding: 30px 20px;
    margin: 40px auto;
    font-size: 13px;
  }
}

/* -- interview --------------- */
.pg-interview .sec-title {
  letter-spacing: 2;
}

.pg-interview-top .sec ul {
  font-size: 0;
  margin: -35px -10px 0;
}

@media screen and (max-width: 768px) {
  .pg-interview-top .sec ul {
    margin: 0;
  }
}

.pg-interview-top .sec li {
  display: inline-block;
  margin: 35px 10px;
  overflow: hidden;
  max-width: 320px;
  vertical-align: top;
}

.pg-interview-top .sec li:nth-child(4), .pg-interview-top .sec li:nth-child(5), .pg-interview-top .sec li:nth-child(6) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pg-interview-top .sec li {
    max-width: none;
    margin: 20px 0;
    width: 100%;
    padding: 0 25px;
  }
  .pg-interview-top .sec li img {
    width: 100%;
    height: auto;
  }
}

.pg-interview-top .sec a {
  display: block;
}

.pg-interview-top .sec .profile {
  background: #f0f0f0;
  z-index: 2;
  position: relative;
  width: 86%;
  margin: -30px auto 0;
  padding: 20px 25px;
  position: relative;
}

.pg-interview-top .sec .head {
  line-height: 1.5;
  border-bottom: 1px dotted #bebebe;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.pg-interview-top .sec .name {
  margin-right: 6px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.pg-interview-top .sec .join {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.pg-interview-top .sec .part {
  font-size: 20.8px;
  font-size: 1.3rem;
}

.pg-interview-top .sec .join,
.pg-interview-top .sec .part {
  line-height: 1.57;
}

.pg-interview-top .sec .job {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
}

.pg-interview-top .sec .pharmacist .head {
  color: #fe5e83;
}

.pg-interview-top .sec .pharmacist .job {
  background: #fe5e83;
}

.pg-interview-top .sec .assistant .head {
  color: #32b16c;
}

.pg-interview-top .sec .assistant .job {
  background: #32b16c;
}

.pg-interview-top .sec .comprehensive .head {
  color: #1279c7;
}

.pg-interview-top .sec .comprehensive .job {
  background: #1279c7;
}

.pg-interview-top .bnr {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .pg-interview-top .bnr {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-top .bnr img {
    width: 100%;
    height: auto;
  }
}

.pg-interview-person .head-sec-tit {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fe5e83;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .head-sec-tit {
    font-size: 1.8rem;
  }
}

.pg-interview-person .desc {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
}

.pg-interview-person .sec {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec {
    padding: 0 25px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec .img {
    margin: 0 -25px;
  }
  .pg-interview-person .sec .img img {
    width: 100%;
    height: auto;
  }
}

.pg-interview-person .sec .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.pg-interview-person .sec .row .cols {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec .row .cols {
    width: 100%;
  }
}

.pg-interview-person .sec01 {
  position: relative;
  padding-top: 115px;
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec01 {
    padding: 0;
    margin-bottom: 35px;
  }
}

.pg-interview-person .sec01-inner .col-l {
  width: 580px;
  float: left;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec01-inner .col-l {
    width: 100%;
    float: none;
  }
}

.pg-interview-person .sec01-inner .col-r {
  width: 362px;
  float: right;
  margin-top: 218px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec01-inner .col-r {
    padding: 0 25px;
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}

.pg-interview-person .sec01-inner .img {
  margin: 0;
}

.pg-interview-person .sec02 {
  text-align: center;
  margin-bottom: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec02 {
    margin-bottom: 35px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec02 .head {
    -ms-flex-order: 1;
        order: 1;
  }
}

.pg-interview-person .sec02 .desc {
  text-align: left;
  max-width: 585px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec02 .desc {
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 0;
  }
}

.pg-interview-person .sec02 .img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec02 .img {
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec03 {
    margin-bottom: 35px;
  }
}

.pg-interview-person .sec03 .cols:first-child {
  padding-right: 70px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec03 .cols:first-child {
    padding-right: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}

.pg-interview-person .sec03 .cols:last-child {
  margin-bottom: 35px;
  -ms-flex-order: 0;
      order: 0;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec04 {
    margin-bottom: 35px;
  }
}

.pg-interview-person .sec04 .cols:first-child {
  max-width: 450px;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec04 .cols:first-child {
    max-width: none;
    width: 100%;
    margin: 0 0 35px;
  }
}

.pg-interview-person .sec04 .cols:last-child {
  max-width: 432px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec04 .cols:last-child {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec05 {
    margin-bottom: 35px;
  }
}

.pg-interview-person .sec05 .cols:first-child {
  max-width: 364px;
  margin-right: 96px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec05 .cols:first-child {
    max-width: none;
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec05 .cols:last-child {
    max-width: none;
    width: 100%;
    margin: 0 0 35px;
    -ms-flex-order: 0;
        order: 0;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec06 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-person .sec06 .cols:first-child {
    margin-bottom: 35px;
  }
}

.pg-interview-person .message {
  background: #fe5e83;
  padding: 40px 0;
}

.pg-interview-person .message .message-inner {
  color: #fff;
  max-width: 460px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .message .message-inner {
    max-width: none;
    width: 100%;
    padding: 0 25px;
  }
}

.pg-interview-person .message .head {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .message .head {
    font-size: 1.9rem;
  }
}

.pg-interview-person .message .desc {
  line-height: 2;
}

.pg-interview-person .box-profile {
  background: #fe5e83;
  padding: 0 40px 0 50px;
  margin-top: -60px;
  width: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  display: table;
  z-index: 2;
  height: 322px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .box-profile {
    width: 100%;
    margin-top: 0;
    position: static;
    padding: 25px;
    height: auto;
  }
}

.pg-interview-person .box-profile .inner {
  display: table-cell;
  vertical-align: middle;
}

.pg-interview-person .box-profile .head {
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: 1.42;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .box-profile .head {
    font-size: 1.9rem;
  }
}

.pg-interview-person .box-profile .name {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .box-profile .name {
    font-size: 1.6rem;
  }
}

.pg-interview-person .box-profile .name span {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.pg-interview-person .box-profile .job {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.pg-interview-person .box-profile .ent {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.58;
}

.pg-interview-person .time-schedule {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .time-schedule {
    margin-top: 35px;
    padding: 0 25px;
  }
}

.pg-interview-person .time-schedule ul {
  font-size: 0;
  margin: -6px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .time-schedule ul {
    text-align: center;
    margin: -1.5%;
  }
}

.pg-interview-person .time-schedule li {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  display: inline-block;
  width: 240px;
  padding: 6px;
  margin: 6px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .time-schedule li {
    text-align: left;
    width: 46%;
    padding: 4px;
    margin: 1.3%;
  }
}

.pg-interview-person .time-schedule li .inner {
  border: 3px solid #fff;
  background: #f0f0f0;
  padding: 20px 20px 13px;
  min-height: 178px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .time-schedule li .inner {
    padding: 10px;
  }
}

.pg-interview-person .time-schedule li .time {
  color: #fe5e83;
  font-size: 51.2px;
  font-size: 3.2rem;
  letter-spacing: .02em;
  margin-bottom: 13px;
  line-height: 1.5;
  font-family: "Oswald", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .time-schedule li .time {
    font-size: 2rem;
  }
}

.pg-interview-person .time-schedule li .desc {
  font-weight: bold;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .time-schedule li .desc {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.pg-interview-person .time-schedule li .str01 {
  position: relative;
  top: -2px;
}

.pg-interview-person .time-schedule li .str02 {
  position: relative;
  top: -4px;
}

.pg-interview-person .time-schedule li.img {
  background: none;
  padding: 0;
}

.pg-interview-person .time-schedule li.img img {
  width: 100%;
  height: auto;
}

.pg-interview-person .time-schedule .time-schedule-head {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .time-schedule .time-schedule-head {
    font-size: 1.6rem;
  }
}

.pg-interview-person .time-schedule .time-schedule-head span {
  display: inline-block;
}

.pg-interview-person .dayoff {
  text-align: center;
  margin-top: 68px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .dayoff {
    padding: 0 25px;
    margin-top: 35px;
  }
}

.pg-interview-person .dayoff .head {
  color: #fff;
  min-height: 40px;
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  background: url(../images/recruit2018/interview/person/bg_dayoff.png) center top no-repeat;
  padding: 5px 43px 0;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .dayoff .head {
    min-height: 14px;
    font-size: 1.5rem;
    background: url(../images/recruit2018/interview/person/bg_dayoff.png) center 3px no-repeat;
    padding: 7px 25px 0;
    background-size: 200px;
  }
}

.pg-interview-person .dayoff .head:before, .pg-interview-person .dayoff .head:after {
  content: '●';
  color: #ffff00;
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  top: -2px;
}

.pg-interview-person .dayoff .head:before {
  margin-right: 10px;
}

.pg-interview-person .dayoff .head:after {
  margin-left: 10px;
}

.pg-interview-person .dayoff .desc {
  border: 5px solid #fe5e83;
  border-radius: 13px;
  text-align: left;
  padding: 25px 45px;
  line-height: 1.625;
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .dayoff .desc {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}

.pg-interview-person .members {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members {
    margin-top: 35px;
    padding: 0 25px;
  }
}

.pg-interview-person .members .col {
  width: 438px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col {
    width: 100%;
  }
}

.pg-interview-person .members .col a {
  border-radius: 6px;
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  padding: 6px;
  display: block;
  position: relative;
}

.pg-interview-person .members .info {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .info {
    margin-top: 3px;
  }
}

.pg-interview-person .members .info p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .info .head-m {
    font-size: 1.4rem;
  }
}

.pg-interview-person .members .inner {
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .thum {
    width: 45px;
  }
  .pg-interview-person .members .thum img {
    width: 100%;
    height: auto;
  }
}

.pg-interview-person .members .col-r {
  float: left;
  margin-left: 23px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col-r {
    float: none;
    margin: 0;
  }
}

.pg-interview-person .members .col-r a:before {
  content: url("../images/recruit2018/interview/arrow_left.png");
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -12px;
  z-index: 1;
}

.pg-interview-person .members .col-r .thum {
  float: left;
}

.pg-interview-person .members .col-r .info {
  float: right;
  text-align: right;
  position: relative;
  padding-right: 65px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col-r .info {
    padding-right: 0;
  }
}

.pg-interview-person .members .col-r .info:after {
  content: url("../images/recruit2018/interview/person/arrow.svg");
  position: absolute;
  top: 1px;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col-r .info:after {
    content: '';
  }
}

.pg-interview-person .members .col-l {
  float: right;
  margin-right: 23px;
  float: right;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col-l {
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }
}

.pg-interview-person .members .col-l a:after {
  content: url("../images/recruit2018/interview/arrow_right.png");
  position: absolute;
  top: 50%;
  right: -21px;
  margin-top: -12px;
}

.pg-interview-person .members .col-l .thum {
  float: right;
}

.pg-interview-person .members .col-l .info {
  float: left;
  text-align: left;
  position: relative;
  padding-left: 65px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col-l .info {
    padding-left: 0;
  }
}

.pg-interview-person .members .col-l .info:before {
  content: url("../images/recruit2018/interview/person/arrow.svg");
  position: absolute;
  transform: scale(-1, 1);
  top: 1px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col-l .info:before {
    content: '';
  }
}

.pg-interview-person .members .job {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .job {
    font-size: 1.2rem;
  }
}

.pg-interview-person .members .col.col-2016zadan .inner {
  background: #ffeef2;
  padding: 7px;
  border: 3px solid #fff;
}

.pg-interview-person .members .col.col-2016zadan .head {
  color: #333;
  font-size: 20.8px;
  font-size: 1.3rem;
}

.pg-interview-person .members .col.col-2016zadan .job {
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col.col-2016zadan .thum {
    width: 65px;
  }
}

.pg-interview-person .members .col.col-2016zadan.col-r a:before {
  content: url("../images/recruit2018/interview/arrow_zadan_left.png");
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -12px;
  z-index: 1;
}

.pg-interview-person .members .col.col-2016zadan.col-r .info:after {
  content: url("../images/recruit2018/interview/person/arrow.svg");
  position: absolute;
  top: 1px;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col.col-2016zadan.col-r .info:after {
    content: '';
  }
}

.pg-interview-person .members .col.col-2016zadan.col-l a:after {
  content: url("../images/recruit2018/interview/arrow_zadan_right.png");
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -12px;
}

.pg-interview-person .members .col.col-2016zadan.col-l .info:before {
  content: url("../images/recruit2018/interview/person/arrow.svg");
  position: absolute;
  transform: scale(-1, 1);
  top: 1px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person .members .col.col-2016zadan.col-l .info:before {
    content: '';
  }
}

.pg-interview-person-yamazaki .top-movie .photo {
  background: url("../../assets/images/recruit2018/interview/person/interview_mv_yamazaki.png") center top no-repeat;
  background-size: cover;
}

.pg-interview-person-yamazaki .sec03 {
  margin-bottom: 63px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-yamazaki .sec03 {
    margin-bottom: 35px;
  }
}

.pg-interview-person-yamazaki .sec05 .cols:last-child {
  text-align: right;
}

.pg-interview-person-yokose .top-movie .photo {
  background: url("../../assets/images/recruit2018/interview/person/interview_mv_yokose.png") center top no-repeat;
  background-size: cover;
}

.pg-interview-person-yokose .sec03 .cols:first-child {
  margin-top: -7.6%;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-yokose .sec03 .cols:first-child {
    margin-top: 0;
  }
}

.pg-interview-person-yokose .sec04 {
  margin-top: -22px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-yokose .sec04 {
    margin: 0 0 35px;
  }
}

.pg-interview-person-yokose .sec04 .cols:last-child {
  margin-top: 4.7%;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-yokose .sec04 .cols:last-child {
    margin-top: 0;
  }
}

.pg-interview-person-kiriyama .photo img {
  width: 100%;
  height: auto;
}

.pg-interview-person-kiriyama .sec03 .cols:first-child {
  vertical-align: top;
}

.pg-interview-person-kiriyama .sec04 {
  margin-top: -22px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-kiriyama .sec04 {
    margin: 0 0 35px;
  }
}

.pg-interview-person-kiriyama .sec04 .cols:last-child {
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-kiriyama .sec04 .cols:last-child {
    margin-top: 0;
  }
}

.pg-interview-person-kiriyama .sec05 .cols:first-child {
  max-width: 398px;
  margin-right: 66px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-kiriyama .sec05 .cols:first-child {
    margin-top: 0;
  }
}

.pg-interview-person-mamada .top-movie .photo {
  background: url("../../assets/images/recruit2018/interview/person/interview_mv_mamada.png") center top no-repeat;
  background-size: cover;
}

.pg-interview-person-mamada .sec03 {
  margin-bottom: 63px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-mamada .sec03 {
    margin-bottom: 35px;
  }
}

.pg-interview-person-mamada .sec04 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-mamada .sec04 {
    margin-bottom: 35px;
  }
}

.pg-interview-person-mamada .sec05 {
  margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-mamada .sec05 {
    margin-bottom: 35px;
  }
}

.pg-interview-person-mamada .sec05 .cols:last-child {
  text-align: right;
}

.pg-interview-person-mamada .message .message-inner {
  max-width: 470px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-mamada .message .message-inner {
    max-width: none;
    width: 100%;
  }
}

.pg-interview-person-ishii .top-movie .photo {
  background: url("../../assets/images/recruit2018/interview/person/interview_mv_ishii.png") center top no-repeat;
  background-size: cover;
}

.pg-interview-person-ishii .sec03 {
  margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-ishii .sec03 {
    margin-bottom: 35px;
  }
}

.pg-interview-person-ishii .sec03 .cols:first-child {
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-ishii .sec03 .cols:first-child {
    padding-right: 0;
  }
}

.pg-interview-person-ishii .sec04 .cols:last-child {
  max-width: none;
}

.pg-interview-person-ishii .sec05 {
  margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-ishii .sec05 {
    margin-bottom: 35px;
  }
}

.pg-interview-person-ishii .sec05 .cols:first-child {
  max-width: 415px;
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-ishii .sec05 .cols:first-child {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }
}

.pg-interview-person-ishii .sec05 .cols:last-child {
  text-align: right;
}

.pg-interview-person-ishii .message .message-inner {
  max-width: 470px;
}

@media screen and (max-width: 768px) {
  .pg-interview-person-ishii .message .message-inner {
    max-width: none;
  }
}

.pg-interview-person-ishii .condition {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-top: 10px;
}

.pg-interview-person-ukibe .photo img {
  width: 100%;
  height: auto;
}

.pg-interview-person-ukibe .sec03 {
  margin-bottom: 63px;
}

.pg-interview-person-ukibe .sec03 .cols:first-child {
  padding-right: 50px;
}

.pg-interview-person-ukibe .sec04 {
  margin-bottom: 50px;
}

.pg-interview-person-ukibe .sec04 .cols:last-child {
  max-width: none;
}

.pg-interview-person-ukibe .sec05 {
  margin-bottom: 37px;
}

.pg-interview-person-ukibe .sec05 .cols:first-child {
  max-width: 415px;
  margin-right: 45px;
}

.pg-interview-person-ukibe .sec05 .cols:last-child {
  text-align: right;
}

.pg-interview-person-ukibe .message .message-inner {
  max-width: 470px;
}

.pg-interview-zadan {
  position: relative;
}

.pg-interview-zadan .sec-title {
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .sec-title {
    position: static;
  }
}

.pg-interview-zadan .sec-title span {
  font-size: 25.6px;
  font-size: 1.6rem;
}

.pg-interview-zadan .sec-title .marker {
  font-size: 48px;
  font-size: 3rem;
}

.pg-interview-zadan .sec {
  margin-top: 72px;
}

.pg-interview-zadan .sec.sec01 {
  margin-top: 0;
}

.pg-interview-zadan .person-wrap {
  overflow: hidden;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person-wrap {
    padding: 0 35px;
    margin-bottom: 35px;
  }
}

.pg-interview-zadan .person-wrap .person01 {
  overflow: hidden;
}

.pg-interview-zadan .person-wrap .person01 img {
  padding: 4px;
}

.pg-interview-zadan .person-wrap .person01 .img,
.pg-interview-zadan .person-wrap .person01 .info {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person-wrap .person01 .img,
  .pg-interview-zadan .person-wrap .person01 .info {
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person-wrap .person01 .img {
    width: 40%;
  }
  .pg-interview-zadan .person-wrap .person01 .img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person-wrap .person01 .info {
    width: 50%;
  }
}

.pg-interview-zadan .person-wrap .person01 .info p {
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.pg-interview-zadan .person-wrap .person01 .info p.head {
  font-size: 28.8px;
  font-size: 1.8rem;
}

.pg-interview-zadan .person-wrap .person01 .info p.job {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.pg-interview-zadan .person-wrap .person01 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person-wrap .person01 {
    float: none;
    margin-bottom: 15px;
  }
}

.pg-interview-zadan .person-wrap .person01 .img {
  margin-right: 20px;
  background: url("../images/recruit2018/common/bg_pat_03.png") repeat left top;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person-wrap .person01 .img {
    margin-right: 4%;
  }
}

.pg-interview-zadan .person-wrap .person01 .info {
  text-align: left;
}

.pg-interview-zadan .sec {
  position: relative;
}

.pg-interview-zadan .theme {
  position: absolute;
  left: 50%;
  right: 0;
  top: 30px;
  display: table;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.44;
  text-align: center;
  vertical-align: middle;
  background: #fe5e83;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .theme {
    position: static;
    margin-bottom: 45px;
  }
}

.pg-interview-zadan .theme span {
  display: table-cell;
  vertical-align: middle;
}

.pg-interview-zadan .comments-wrap {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .comments-wrap {
    padding: 0 25px;
    overflow: visible;
  }
}

.pg-interview-zadan .person_comment {
  padding: 5px;
  border-radius: 10px;
  width: 543px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person_comment {
    width: 100%;
  }
}

.pg-interview-zadan .person_comment .inner {
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.85;
}

.pg-interview-zadan .person_comment .comment_txt {
  text-align: justify;
}

.pg-interview-zadan .person_comment .thum {
  width: 120px;
}

.pg-interview-zadan .person_comment .thum img {
  width: 100%;
  height: auto;
}

.pg-interview-zadan .person01_comment {
  background: url("../images/recruit2018/common/bg_pat_03.png") repeat left top;
  float: left;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person01_comment {
    float: none;
    margin-bottom: 55px;
  }
}

.pg-interview-zadan .person01_comment:after {
  content: url(../images/recruit2018/interview/zadan/arrow_comment_left.png);
  position: absolute;
  top: 135px;
  right: -54px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person01_comment:after {
    content: url(../images/recruit2018/interview/zadan/arrow_comment_left_sp.png);
    top: -39px;
    right: 21.72414%;
  }
}

.pg-interview-zadan .person01_comment .thum {
  float: left;
  margin: 0 10px 0 0;
  margin: 5px 30px 5px 0;
  text-align: left;
}

.pg-interview-zadan .person02_comment {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  float: right;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person02_comment {
    float: none;
  }
}

.pg-interview-zadan .person02_comment:before {
  content: url(../images/recruit2018/interview/zadan/arrow_comment_right.png);
  position: absolute;
  top: 135px;
  left: -54px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .person02_comment:before {
    content: url(../images/recruit2018/interview/zadan/arrow_comment_right_sp.png);
    top: -41px;
    left: 21.72414%;
  }
}

.pg-interview-zadan .person02_comment .thum {
  float: right;
  margin: 5px 0 5px 30px;
  text-align: right;
}

.pg-interview-zadan .members {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members {
    margin-top: 35px;
    padding: 0 25px;
  }
}

.pg-interview-zadan .members .col {
  width: 438px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .col {
    width: 100%;
  }
}

.pg-interview-zadan .members .col a {
  border-radius: 6px;
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  padding: 6px;
  display: block;
  position: relative;
}

.pg-interview-zadan .members .info {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .info {
    margin-top: 3px;
  }
}

.pg-interview-zadan .members .info p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .info .head-m {
    font-size: 1.4rem;
  }
}

.pg-interview-zadan .members .inner {
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .thum {
    width: 45px;
  }
  .pg-interview-zadan .members .thum img {
    width: 100%;
    height: auto;
  }
}

.pg-interview-zadan .members .col-r {
  float: left;
  margin-left: 23px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .col-r {
    float: none;
    margin: 0;
  }
}

.pg-interview-zadan .members .col-r a:before {
  content: url("../images/recruit2018/interview/arrow_left.png");
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -12px;
  z-index: 1;
}

.pg-interview-zadan .members .col-r .thum {
  float: left;
}

.pg-interview-zadan .members .col-r .info {
  float: right;
  text-align: right;
  position: relative;
  padding-right: 65px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .col-r .info {
    padding-right: 0;
  }
}

.pg-interview-zadan .members .col-r .info:after {
  content: url("../images/recruit2018/interview/person/arrow.svg");
  position: absolute;
  top: 1px;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .col-r .info:after {
    content: '';
  }
}

.pg-interview-zadan .members .col-l {
  float: right;
  margin-right: 23px;
  float: right;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .col-l {
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }
}

.pg-interview-zadan .members .col-l a:after {
  content: url("../images/recruit2018/interview/arrow_right.png");
  position: absolute;
  top: 50%;
  right: -21px;
  margin-top: -12px;
}

.pg-interview-zadan .members .col-l .thum {
  float: right;
}

.pg-interview-zadan .members .col-l .info {
  float: left;
  text-align: left;
  position: relative;
  padding-left: 65px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .col-l .info {
    padding-left: 0;
  }
}

.pg-interview-zadan .members .col-l .info:before {
  content: url("../images/recruit2018/interview/person/arrow.svg");
  position: absolute;
  transform: scale(-1, 1);
  top: 1px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .col-l .info:before {
    content: '';
  }
}

.pg-interview-zadan .members .job {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pg-interview-zadan .members .job {
    font-size: 1.2rem;
  }
}

.pg-interview-zadan .members .col-zadan .inner {
  background: #d87c7c;
  padding: 7px;
  border: 3px solid #fff;
}

/* -- strength --------------- */
@media screen and (max-width: 768px) {
  .pg-strength.pg-strength-top {
    padding: 0 25px;
  }
}

.pg-strength .strength-list {
  text-align: center;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 27px 0;
}

.pg-strength .strength-list li {
  text-align: center;
  display: inline-block;
  border-collapse: separate;
  border-spacing: 0;
}

.pg-strength .strength-list a {
  display: table-cell;
  background-color: rgba(240, 94, 127, 0.9);
  border-radius: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pg-strength .strength-list a {
    display: inline-block;
    padding-top: 14%;
  }
}

.pg-strength .strength-list .tit {
  position: relative;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.pg-strength .strength-list .tit:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pg-strength .strength-list .tit span {
  font-size: 25.6px;
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .pg-strength .strength-list .tit span {
    font-size: 1rem;
  }
}

.pg-strength .strength-list .more span {
  width: 116px;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fe5e83;
  margin: 0 auto;
  padding: 8px 0;
}

@media screen and (max-width: 768px) {
  .pg-strength .strength-list .more span {
    font-size: 1.2rem;
    width: 76px;
    padding: 5px 0;
  }
}

.pg-strength-detail .main-belt {
  background: #fe5e83;
  color: #fff;
  padding-left: 60px;
  font-weight: bold;
  padding: 70px 0 115px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .main-belt {
    padding: 35px 0;
  }
}

.pg-strength-detail .main-belt .inner {
  width: 598px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .main-belt .inner {
    width: 100%;
    padding: 0 25px;
  }
}

.pg-strength-detail .main-belt .head {
  font-size: 35.2px;
  font-size: 2.2rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 11px 0;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .main-belt .head {
    font-size: 1.8rem;
  }
}

.pg-strength-detail .main-belt .head-sub {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #fff100;
  text-align: center;
}

.pg-strength-detail .main-belt .desc {
  font-size: 25.6px;
  font-size: 1.6rem;
}

.pg-strength-detail .main-visual {
  background: #fff;
  text-align: center;
  margin: -72px auto 40px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .main-visual {
    margin: 0 auto 35px;
  }
  .pg-strength-detail .main-visual img {
    width: 100%;
    height: auto;
  }
}

.pg-strength-detail .sec.outer {
  width: 630px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .sec.outer {
    width: 100%;
    padding: 0 25px;
  }
}

.pg-strength-detail .sec .head {
  text-align: center;
  margin-bottom: 5px;
}

.pg-strength-detail .sec .head-sub {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .sec .head-sub {
    font-size: 1.4rem;
  }
}

.pg-strength-detail .sec .desc {
  font-size: 25.6px;
  font-size: 1.6rem;
  padding: 0 23px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .sec .desc {
    font-size: 1.4rem;
  }
}

.pg-strength-detail .sec .img {
  margin: 60px 0 70px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .sec .img {
    margin: 35px -25px;
  }
  .pg-strength-detail .sec .img img {
    width: 100%;
    height: auto;
  }
}

.pg-strength-detail .img-long {
  margin: 40px 0 50px;
}

.pg-strength-detail .img-long img {
  width: 100%;
  height: auto;
}

.pg-strength-detail .strength-list {
  margin-top: 97px;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .strength-list {
    margin-top: 50px;
    margin: 50px 0 0;
    padding: 0 25px;
  }
}

.pg-strength-detail .strength-list a {
  width: 237px;
  height: 237px;
  background: #a0a0a0;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .strength-list a {
    width: 100%;
  }
}

.pg-strength-detail .strength-list a:hover {
  background: #fe5e83;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pg-strength-detail .strength-list a:hover .more span {
  color: #fe5e83;
}

.pg-strength-detail .strength-list li {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .strength-list li {
    width: 46%;
    margin: 0 2%;
  }
}

.pg-strength-detail .strength-list li:first-child {
  margin-left: 0;
}

.pg-strength-detail .strength-list .tit {
  font-size: 35.2px;
  font-size: 2.2rem;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .strength-list .tit {
    font-size: 1.6rem;
  }
}

.pg-strength-detail .strength-list .tit:after {
  bottom: -18px;
}

.pg-strength-detail .strength-list .more span {
  color: #a0a0a0;
}

@media screen and (max-width: 768px) {
  .pg-strength-detail .strength-list .current {
    display: none;
  }
}

.pg-strength-detail .strength-list .current a {
  background: #fe5e83;
}

.pg-strength-detail .strength-list .current .more span {
  color: #fe5e83;
}

.pg-strength-top .sec-title {
  margin-bottom: 32px;
}

.pg-strength-top .inner {
  max-width: 615px;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 768px) {
  .pg-strength-top .inner {
    max-width: auto;
    width: 100%;
  }
}

.pg-strength-top .inner .head {
  margin: 0 0 11px;
  display: inline-block;
  padding: 0 26px;
  background: #fff;
  position: relative;
  top: -11px;
}

@media screen and (max-width: 768px) {
  .pg-strength-top .inner .head {
    font-size: 1.6rem;
  }
}

.pg-strength-top .inner .txt {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 auto;
}

.pg-strength-top .strength-bg {
  padding: 65px 0 86px;
  background: url("../images/recruit2018/strength/strength_top_mv.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .pg-strength-top .strength-bg {
    padding: 35px 25px 35px;
  }
}

.pg-strength-top .points li {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .pg-strength-top .points li {
    width: 46%;
    margin-left: 4%;
  }
  .pg-strength-top .points li:last-child {
    margin-left: 0;
  }
}

.pg-strength-top .points li:first-child {
  margin-left: 0;
}

.pg-strength-top .points li a {
  width: 260px;
  height: 260px;
}

@media screen and (max-width: 768px) {
  .pg-strength-top .points li a {
    width: 100%;
  }
}

.pg-strength-top .points li .tit {
  font-size: 38.4px;
  font-size: 2.4rem;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .pg-strength-top .points li .tit {
    font-size: 1.1rem;
  }
}

.pg-strength-top .points li .tit:after {
  bottom: -18px;
}

.pg-strength-top .points li .txt {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 65px;
  overflow: hidden;
  margin-bottom: 16px;
}

.pg-strength-top .points li .txt p {
  color: #fff;
  line-height: 1.7;
}

.pg-strength-top .points li .more a {
  width: 116px;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  color: #fe5e83;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0;
}

.pg-strength-top .points li .sub-txt {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  line-height: 1.9;
  padding-top: 5px;
}

.pg-strength-top .desc {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 600px;
  line-height: 1.75;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-strength-top .desc {
    width: 100%;
  }
}

.pg-strength-dominant .main-visual {
  padding-top: 45px;
}

@media screen and (max-width: 768px) {
  .pg-strength-dominant .main-visual {
    padding: 20px 25px 0;
  }
}

/* -- message --------------- */
.pg-message.pg-message-ikeda .photo {
  background: url(../../assets/images/recruit2018/interview/person/interview_mv_ikeda.png) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pg-message.pg-message-ikeda .photo {
    background: none;
  }
}

.pg-message .article {
  font-weight: bold;
}

.pg-message .article .head {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pg-message .article .desc {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.75;
}

.pg-message .sec01 {
  margin: 90px auto 105px;
}

@media screen and (max-width: 768px) {
  .pg-message .sec01 {
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 768px) {
  .pg-message .sec01 .row {
    padding: 0 25px;
  }
}

.pg-message .sec01 .img {
  float: right;
  max-width: 455px;
  margin: 0 -25px;
}

@media screen and (max-width: 768px) {
  .pg-message .sec01 .img {
    float: none;
    max-width: none;
    margin-bottom: 20px;
    padding: 25px 25px 0;
  }
  .pg-message .sec01 .img img {
    width: 100%;
    height: auto;
  }
}

.pg-message .sec01 .article {
  float: left;
  max-width: 494px;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .pg-message .sec01 .article {
    float: none;
    max-width: none;
    width: 100%;
    margin-top: 0;
  }
}

.pg-message .sec02 {
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-message .sec02 {
    margin-bottom: 35px;
  }
}

.pg-message .sec02 .word {
  position: absolute;
  top: 0;
  right: 25.7%;
  margin-top: 7.4%;
  width: 13.61538%;
}

.pg-message .sec02 .word img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-message .sec02 .img img {
    width: 100%;
    height: auto;
  }
}

.pg-message .sec02 .sec02-title-area {
  padding: 0 25px;
  text-align: center;
  margin-top: 30px;
}

.pg-message .sec02 .sec02-title-area .head {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 32px;
  font-size: 2rem;
  padding: 10px 0;
  color: #fe5e83;
  line-height: 1.5;
}

.pg-message .sec02 .sec02-title-area .job {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}

.pg-message .sec02 .sec02-title-area .job span {
  font-size: 17.6px;
  font-size: 1.1rem;
  display: block;
}

.pg-message .sec03 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pg-message .sec03 {
    margin-bottom: 35px;
    padding: 0 25px;
  }
}

.pg-message .sec03 .img {
  float: left;
  max-width: 420px;
}

@media screen and (max-width: 768px) {
  .pg-message .sec03 .img {
    float: none;
    max-width: none;
    margin: 0 -25px 25px;
  }
  .pg-message .sec03 .img img {
    width: 100%;
    height: auto;
  }
}

.pg-message .sec03 .article {
  float: right;
  max-width: 500px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .pg-message .sec03 .article {
    float: none;
    max-width: none;
    width: 100%;
    margin-top: 0;
  }
}

.pg-message .sec04 {
  background: #f46385;
}

@media screen and (max-width: 768px) {
  .pg-message .sec04 {
    padding: 0 25px;
  }
}

.pg-message .sec04 .article {
  position: relative;
  padding: 60px 0;
  max-width: 621px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-message .sec04 .article {
    padding: 40px 0;
    max-width: none;
    width: 100%;
  }
}

.pg-message .sec04 .article .head {
  color: #fff;
  text-align: center;
}

.pg-message .sec04 .article .desc {
  color: #fff;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.75;
}

.pg-message .sec04 .article02 {
  background-color: #434343;
  max-width: 615px;
  margin: 0 auto;
  line-height: 1.6;
}

.pg-message .sec04 .article02 p {
  color: #fff;
  font-weight: bold;
}

.pg-message .sec04 .article02 .head {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.pg-message .sec04 .article02 .head span {
  font-size: 16px;
  padding-left: 10px;
  font-weight: bold;
}

.pg-message .sec04 .article02 .desc {
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}

.pg-message-kato .head-sec-tit {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fe5e83;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .head-sec-tit {
    font-size: 1.8rem;
    text-align: center;
  }
}

.pg-message-kato .photo {
  background: url(../../assets/images/recruit2018/interview/person/interview_mv_kato.png) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .photo {
    background: none;
  }
}

.pg-message-kato .desc {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: bold;
}

.pg-message-kato .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pg-message-kato .row .cols {
  width: 50%;
}

.pg-message-kato .sec {
  text-align: justify;
}

.pg-message-kato .sec01 {
  position: relative;
  padding-top: 51px;
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec01 {
    padding-top: 0;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec01 .img img {
    width: 100%;
    height: auto;
  }
}

.pg-message-kato .sec01-inner .inner-02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec01-inner .inner-02 {
    display: block;
    background: #626262;
    padding: 25px;
    color: #fff;
  }
  .pg-message-kato .sec01-inner .inner-02 .head-inner-02 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .pg-message-kato .sec01-inner .inner-02 .txt {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2;
  }
}

.pg-message-kato .sec01-inner .col-l {
  width: 580px;
  float: left;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec01-inner .col-l {
    float: none;
    width: 100%;
  }
}

.pg-message-kato .sec01-inner .col-r {
  width: 362px;
  float: right;
  margin-top: 218px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec01-inner .col-r {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0 25px;
  }
}

.pg-message-kato .sec02 {
  text-align: center;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec02 {
    text-align: left;
    margin-bottom: 35px;
    padding: 0 25px;
  }
}

.pg-message-kato .sec02 .desc {
  text-align: left;
  max-width: 585px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec02 .desc {
    max-width: none;
    width: 100%;
    margin-bottom: 35px;
  }
}

.pg-message-kato .sec03 {
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec03 {
    margin-bottom: 35px;
  }
}

.pg-message-kato .sec03 img {
  width: 100%;
  height: auto;
}

.pg-message-kato .sec03 .sec03-title-area {
  padding: 0 25px;
  text-align: center;
  margin-top: 30px;
}

.pg-message-kato .sec03 .sec03-title-area .head {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 32px;
  font-size: 2rem;
  padding: 10px 0;
  color: #fe5e83;
  line-height: 1.5;
}

.pg-message-kato .sec03 .sec03-title-area .job {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}

.pg-message-kato .sec03 .sec03-title-area .job span {
  font-size: 17.6px;
  font-size: 1.1rem;
  display: block;
}

.pg-message-kato .sec04 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec04 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec04 .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.pg-message-kato .sec04 .cols:first-child {
  width: 580px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec04 .cols:first-child {
    width: 100%;
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 35px;
  }
}

.pg-message-kato .sec04 .cols:last-child {
  width: 420px;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec04 .cols:last-child {
    width: 100%;
    padding: 0 25px;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec04 .cols img {
    width: 100%;
    height: auto;
  }
}

.pg-message-kato .sec05 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec05 {
    margin-bottom: 35px;
  }
}

.pg-message-kato .sec05 .row {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec05 .row {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 35px;
  }
}

.pg-message-kato .sec05 .cols:first-child {
  width: 515px;
  -ms-flex-order: 1;
      order: 1;
  padding-left: 67px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec05 .cols:first-child {
    -ms-flex-order: 0;
        order: 0;
    width: 70%;
    padding: 0 25px;
    text-align: left;
    margin-bottom: 35px;
  }
  .pg-message-kato .sec05 .cols:first-child img {
    width: 100%;
    height: auto;
  }
}

.pg-message-kato .sec05 .cols:last-child {
  width: 485px;
  -ms-flex-order: 0;
      order: 0;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec05 .cols:last-child {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    text-align: left;
    padding: 0 25px;
  }
}

.pg-message-kato .sec05 .cols .head {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec05 .cols .head {
    margin-top: 35px;
  }
}

.pg-message-kato .sec05 .cols .head:first-of-type {
  margin-top: 0;
}

.pg-message-kato .sec06 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec06 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .pg-message-kato .sec06 .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .pg-message-kato .sec06 .row .cols {
    width: 100%;
  }
  .pg-message-kato .sec06 .row .cols:first-child {
    -ms-flex-order: 1;
        order: 1;
    width: 70%;
  }
  .pg-message-kato .sec06 .row .cols:first-child img {
    width: 100%;
    height: auto;
  }
  .pg-message-kato .sec06 .row .cols:last-child {
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 35px;
    padding: 0 25px;
  }
}

.pg-message-kato .message {
  background: #fe5e83;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .message {
    padding: 40px 25px;
  }
}

.pg-message-kato .message .message-inner {
  color: #fff;
  max-width: 470px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .message .message-inner {
    max-width: none;
    width: 100%;
  }
}

.pg-message-kato .message .head {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .message .head {
    font-size: 1.9rem;
  }
}

.pg-message-kato .message .desc {
  line-height: 2;
  text-align: justify;
}

.pg-message-kato .box-profile {
  margin-top: -60px;
  width: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .box-profile {
    width: 100%;
    position: static;
    margin-top: 0;
  }
}

.pg-message-kato .box-profile .inner {
  padding: 0 40px 0 50px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.pg-message-kato .box-profile .inner-01 {
  background: #fe5e83;
  height: 292px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .box-profile .inner-01 {
    height: auto;
    padding: 25px;
  }
}

.pg-message-kato .box-profile .inner-02 {
  background: #626262;
  height: 302px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .box-profile .inner-02 {
    display: none;
  }
}

.pg-message-kato .box-profile .inner-02 .txt {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
  max-width: 445px;
}

.pg-message-kato .box-profile .head {
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: 1.42;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .pg-message-kato .box-profile .head {
    font-size: 1.9rem;
  }
}

.pg-message-kato .box-profile .name {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.44;
}

.pg-message-kato .box-profile .name span {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.pg-message-kato .box-profile .job {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.pg-message-kato .box-profile .ent {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.58;
}

.pg-message-kato .box-profile .head-inner-02 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.pg-message-kato .box-profile-02 {
  background: #fe5e83;
  padding: 0 40px 0 50px;
  margin-top: -60px;
  width: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 322px;
}

.pg-message-kato .box-profile-02 .inner {
  display: table-cell;
  vertical-align: middle;
}

.pg-message-kato .box-profile-02 .head {
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: 1.42;
  margin-bottom: 15px;
}

.pg-message-kato .box-profile-02 .name {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.44;
}

.pg-message-kato .box-profile-02 .name span {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.pg-message-kato .box-profile-02 .job {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.pg-message-kato .box-profile-02 .ent {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.58;
}

/* -- intarnship --------------- */
.pg-intarnship .top-mv {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .top-mv img {
    width: 100%;
    height: auto;
  }
}

.pg-intarnship .head-belt {
  color: #fe5e83;
  text-align: center;
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0;
  border-top: 1px solid #fe5e83;
  border-bottom: 1px solid #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .head-belt {
    font-size: 2rem;
    padding: 15px 0;
  }
}

.pg-intarnship .sec01-outer {
  max-width: 560px;
  margin: 56px auto 80px;
}


@media screen and (max-width: 768px) {
  .pg-intarnship .sec01-outer {
    max-width: auto;
    width: 100%;
    margin: 35px auto;
    padding: 0 25px;
  }
}

.pg-intarnship .sec01 .head {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fe5e83;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec01 .head {
    font-size: 1.8rem;
  }
}

.pg-intarnship .sec01 .sub-head {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #666;
  margin-bottom: 28px;
}

.pg-intarnship .sec01 .desc {
  font-size: 16px;
  line-height: 1.75;
}

.pg-intarnship .sec02 {
  margin-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec02 {
    padding: 0 25px;
  }
}

.pg-intarnship .sec02 dt,
.pg-intarnship .sec02 dd {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec02 dt,
  .pg-intarnship .sec02 dd {
    font-size: 1.4rem;
  }
}

.pg-intarnship .sec02 dt {
  float: left;
  padding: 26px 0;
  color: #fe5e83;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec02 dt {
    float: none;
    padding: 10px 0 0;
    width: 100%;
  }
}

.pg-intarnship .sec02 dd {
  padding: 26px 0 26px 187px;
  border-bottom: 1px solid #b4b4b4;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec02 dd {
    padding: 0 0 10px;
  }
}

.pg-intarnship .sec02 .c-pink {
  color: #fe5e83;
  font-weight: bold;
}

.pg-intarnship .sec03 {
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec03 {
    padding: 0 25px;
    margin-bottom: 35px;
  }
}

.pg-intarnship .sec03 .head {
  margin-bottom: 43px;
}

.pg-intarnship .sec03 .img {
  float: left;
  width: 230px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec03 .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .pg-intarnship .sec03 .img img {
    width: 33.333%;
  }
}

.pg-intarnship .sec03 .custom {
  color: #fe5e83;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec03 .custom {
    font-size: 1.6rem;
  }
}

.pg-intarnship .sec03 .program-wrap {
  float: right;
  width: 729px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec03 .program-wrap {
    float: none;
    width: 100%;
  }
}

.pg-intarnship .sec03 .day-wrap {
  margin-top: 43px;
}

.pg-intarnship .sec03 .day-wrap:first-child {
  margin-top: 0;
}

.pg-intarnship .sec03 .day {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  color: #fe5e83;
  font-weight: bold;
  font-size: 28.8px;
  font-size: 1.8rem;
  border-radius: 21px;
  line-height: 1;
  padding: 8px 0 8px 35px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec03 .day {
    font-size: 1.6rem;
  }
}

.pg-intarnship .sec03 .day span {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec03 .day span {
    font-size: 2.2rem;
  }
}

.pg-intarnship .sec03 .container {
  padding: 0 32px;
  margin-top: 25px;
}

.pg-intarnship .sec03 .container:first-child {
  margin-top: 0;
}

.pg-intarnship .sec03 .subhead {
  color: #fe5e83;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec03 .subhead {
    font-size: 1.6rem;
  }
}

.pg-intarnship .sec03 .desc {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
}

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

.pg-intarnship .sec03 .caution {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 5px;
}

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

.pg-intarnship .sec03 .caution span {
  color: #fe5e83;
}

.pg-intarnship .sec04 {
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec04 {
    margin-bottom: 35px;
  }
}

.pg-intarnship .sec04 .belt {
  background: url("../images/recruit2018/common/bg_pat_02.png") repeat left top;
  padding: 34px 0 39px;
  margin-bottom: 24px;
}

.pg-intarnship .sec04 .sec04-outer {
  position: relative;
  width: 374px;
  margin: 0 auto;
}

.pg-intarnship .sec04 .txt {
  text-align: center;
  color: #fe5e83;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
}

.pg-intarnship .sec04 .txt:before {
  content: url(../images/recruit2018/intarnship/slash.png);
  position: absolute;
  top: 5px;
  margin-left: -20px;
}

.pg-intarnship .sec04 .txt:after {
  content: url(../images/recruit2018/intarnship/slash.png);
  position: absolute;
  transform: scale(-1, 1);
  top: 5px;
  margin-left: 10px;
}

.pg-intarnship .sec04 .btn {
  text-align: center;
}

.pg-intarnship .sec04 .btn a {
  width: 374px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding: 20px 0;
  border-radius: 40px;
}

.pg-intarnship .sec04 .btn01 a {
  background: #f8446e;
  border: 2px solid #ff99b1;
}

.pg-intarnship .sec04 .btn02 a {
  background: #5bab5d;
  border: 2px solid #95f897;
}

.pg-intarnship .sec04 .img {
  position: absolute;
  top: 8px;
  left: -119px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec04 .img {
    display: none;
  }
}

.pg-intarnship .sec04 .lead {
  font-size: 14px;
  text-align: center;
  margin-top: 14px;
  font-weight: bold;
}

.pg-intarnship .sec05 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 {
    margin-bottom: 0;
    padding: 0 25px;
  }
}

.pg-intarnship .sec05 .sp-br {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .sp-br {
    margin-left: 0;
  }
}

.pg-intarnship .sec05 .head {
  font-size: 20px;
  font-weight: bold;
  color: #fe5e83;
  text-align: center;
  margin-bottom: 9px;
}

.pg-intarnship .sec05 .lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 14px;
}

.pg-intarnship .sec05 hr {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  margin: 0;
  padding: 0;
  border: none;
  height: 4px;
  width: 100%;
}

.pg-intarnship .sec05 .info {
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .info {
    padding: 20px 0;
  }
}

.pg-intarnship .sec05 .tel {
  font-size: 0;
  text-align: center;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .tel {
    margin-bottom: 15px;
  }
}

.pg-intarnship .sec05 .tel p {
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .tel p {
    display: block;
  }
}

.pg-intarnship .sec05 .tel p:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .tel p:first-child {
    margin: 0 0 10px 0;
  }
}

.pg-intarnship .sec05 .tel a {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .tel a {
    font-size: 2rem;
  }
}

.pg-intarnship .sec05 .phone:before {
  content: url(../images/recruit2018/intarnship/icn_phone.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.pg-intarnship .sec05 .mobile:before {
  content: url(../images/recruit2018/intarnship/icn_mobile.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.pg-intarnship .sec05 .info-txt {
  text-align: center;
  font-size: 13px;
}

.pg-intarnship .sec05 .email {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 14px;
}

.pg-intarnship .sec05 .email span {
  font-size: 22px;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .email span {
    font-size: 1.6rem;
  }
}

.pg-intarnship .sec05 .email a {
  font-size: 22px;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .sec05 .email a {
    font-size: 1.6rem;
  }
}

.pg-intarnship .sec05 .email:before {
  content: url(../images/recruit2018/intarnship/icn_email.png);
  margin-right: 5px;
  position: relative;
  top: 7px;
}

.pg-intarnship .sec05 .address {
  text-align: center;
  line-height: 1.5;
  font-size: 25.6px;
  font-size: 1.6rem;
}

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

.pg-intarnship .bnr-list {
  font-size: 0;
  text-align: center;
}

.pg-intarnship .bnr-list li {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .pg-intarnship .bnr-list li {
    display: block;
    margin-left: 0;
  }
}

.pg-intarnship .bnr-list li:first-child {
  margin-left: 0;
  margin-bottom: 20px;
}

.pg-intarnship .bnr-list img {
  border: 1px solid #ddd;
}

/* -- education --------------- */
.pg-education .top-mv {
  position: relative;
  min-width: 1600px;
}

@media screen and (max-width: 768px) {
  .pg-education .top-mv {
    min-width: auto;
    width: 100%;
    padding: 0 25px;
  }
}

.pg-education .top-mv .photo {
  margin: 0 -25px;
  margin-bottom: 20px;
}

.pg-education .top-mv .word {
  position: absolute;
  width: 455px;
  top: 65px;
  right: 300px;
}

@media screen and (max-width: 768px) {
  .pg-education .top-mv .word {
    position: static;
    width: 100%;
  }
}

.pg-education .top-mv .head {
  line-height: 1.54;
  margin-bottom: 10px;
}

.pg-education .top-mv .desc {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.97;
  margin-bottom: 28px;
}

.pg-education .top-mv .part-list {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pg-education .top-mv .part-list {
    display: none;
  }
}

.pg-education .top-mv .part-list li {
  font-size: 25.6px;
  font-size: 1.6rem;
  width: 145px;
  padding: 7px 0;
}

.pg-education .top-mv .part-list li:first-child {
  margin-left: 0;
}

.pg-education .head-belt {
  text-align: center;
  height: 102px;
}

@media screen and (max-width: 768px) {
  .pg-education .head-belt {
    height: auto;
  }
}

.pg-education .head-belt .head {
  display: inline-block;
  line-height: 1.4;
  background: linear-gradient(transparent 60%, #ffff00 40%);
}

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

.pg-education .head-belt .lines {
  background: none;
}

.pg-education .head-belt .lines .line-txt {
  background: linear-gradient(transparent 60%, #ffff00 40%);
  display: block;
}

.pg-education .head-belt .sub {
  display: block;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #505050;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .pg-education .head-belt .sub {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.pg-education .sec01 {
  font-size: 0;
  text-align: center;
  margin: 42px auto 48px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec01 {
    padding: 0 25px;
    margin-bottom: 35px;
  }
}

.pg-education .sec01-img01, .pg-education .sec01-txt01, .pg-education .sec01-img02 {
  display: inline-block;
  vertical-align: top;
}

.pg-education .sec01-img01, .pg-education .sec01-img02 {
  width: 230px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec01-img01, .pg-education .sec01-img02 {
    width: 44%;
  }
  .pg-education .sec01-img01 img, .pg-education .sec01-img02 img {
    width: 100%;
    height: auto;
  }
}

.pg-education .sec01-img01 {
  float: left;
}

@media screen and (max-width: 768px) {
  .pg-education .sec01-img01 {
    margin-left: 4%;
  }
}

.pg-education .sec01-img02 {
  float: right;
}

@media screen and (max-width: 768px) {
  .pg-education .sec01-img02 {
    margin-right: 4%;
  }
}

.pg-education .sec01-txt01 {
  width: 446px;
  margin: 0 47px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pg-education .sec01-txt01 {
    width: 100%;
    margin: 20px 0 0;
  }
}

.pg-education .sec01 .head {
  text-align: center;
  margin: 10px 0 15px;
}

.pg-education .sec01 .desc {
  font-size: 14px;
  line-height: 2;
}

.pg-education .sec02 {
  font-size: 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec02 {
    padding: 0 25px;
  }
}

.pg-education .year-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
}

@media screen and (max-width: 768px) {
  .pg-education .year-wrap {
    display: block;
    margin-left: 0;
    margin-top: 40px;
  }
  .pg-education .year-wrap:first-child {
    margin-top: 0;
  }
}

.pg-education .year-wrap:first-child {
  margin-left: 0;
}

.pg-education .year-wrap .contents-btns a {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 0 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-education .year-wrap .contents-btns a {
    font-size: 1.2rem;
  }
}

.pg-education .year-wrap .contents-btns a:after {
  content: url(../images/recruit2018/education/education_img01.png);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1;
}

.pg-education .year-wrap .contents-btns span {
  font-size: 20.8px;
  font-size: 1.3rem;
}

.pg-education .year-num {
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  padding: 11px 0;
  position: relative;
  height: 46px;
  margin: 0 23px 17px 0;
}

.pg-education .year-num:before, .pg-education .year-num:after {
  position: absolute;
  right: 0;
  top: 0;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
}

.pg-education .year-num:before {
  margin: -1px -46px 0 0;
  border-width: 23px;
}

.pg-education .year-num:after {
  margin: 0 -44px 0 0;
  border-width: 22px;
}

.pg-education .year-num span {
  font-size: 22px;
}

.pg-education .first-year {
  width: 47.6%;
}

@media screen and (max-width: 768px) {
  .pg-education .first-year {
    width: 100%;
  }
}

.pg-education .first-year .year-num {
  color: #fe5e83;
  border: 1px solid #fe5e83;
}

.pg-education .first-year .year-num:before {
  border-left-color: #fe5e83;
}

.pg-education .first-year .year-num:after {
  border-left-color: #fff;
}

.pg-education .first-year .contents-btns {
  text-align: right;
}

.pg-education .first-year .contents-btns p {
  display: inline-block;
  width: 27.73109%;
  margin-left: 2.10084%;
}

.pg-education .first-year .contents-btns p:first-child {
  margin-left: 0;
  width: 40.33613%;
}

.pg-education .first-year .contents-btns p:nth-child(4), .pg-education .first-year .contents-btns p:nth-child(5) {
  margin-left: 0;
  width: 100%;
  margin-top: 10px;
}

.pg-education .first-year .contents-btns a {
  width: 100%;
  background: linear-gradient(#fc5d82, #e75375);
  border: 2px solid #e75375;
}

.pg-education .second-year {
  width: 24.5%;
  margin-left: 2.3%;
}

@media screen and (max-width: 768px) {
  .pg-education .second-year {
    width: 100%;
    margin-left: 0;
  }
}

.pg-education .second-year .year-num {
  color: #52b62b;
  border: 1px solid #52b62b;
}

.pg-education .second-year .year-num:before {
  border-left-color: #52b62b;
}

.pg-education .second-year .year-num:after {
  border-left-color: #fff;
}

.pg-education .second-year .contents-btns p {
  margin-top: 10px;
}

.pg-education .second-year .contents-btns p:first-child {
  margin-top: 94px;
}

@media screen and (max-width: 768px) {
  .pg-education .second-year .contents-btns p:first-child {
    margin-top: 0;
  }
}

.pg-education .second-year .contents-btns a {
  background: linear-gradient(#51b52b, #48a126);
  border: 2px solid #76e44b;
}

.pg-education .third-year {
  width: 24.5%;
}

@media screen and (max-width: 768px) {
  .pg-education .third-year {
    width: 100%;
  }
}

.pg-education .third-year .year-num {
  color: #00b7ee;
  border: 1px solid #00b7ee;
}

.pg-education .third-year .year-num:before {
  border-left-color: #00b7ee;
}

.pg-education .third-year .year-num:after {
  border-left-color: #fff;
}

.pg-education .third-year .contents-btns p {
  margin-top: 10px;
}

.pg-education .third-year .contents-btns p:first-child {
  margin-top: 94px;
}

@media screen and (max-width: 768px) {
  .pg-education .third-year .contents-btns p:first-child {
    margin-top: 0;
  }
}

.pg-education .third-year .contents-btns a {
  background: linear-gradient(#13a8d4, #1195bd);
  border: 2px solid #47d4fe;
}

.pg-education .sec03 {
  margin-bottom: 45px;
}

.pg-education .sec03 .txt {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.75;
}

.pg-education .sec03 .head-belt {
  padding: 19px 0;
}

@media screen and (max-width: 768px) {
  .pg-education .sec03 .head-belt {
    padding: 15px 0;
  }
}

.pg-education .sec03 .head {
  margin-bottom: 5px;
}

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

.pg-education .sec03 .content-left {
  width: 694px;
  padding: 25px 50px 15px 0;
}

@media screen and (max-width: 768px) {
  .pg-education .sec03 .content-left {
    width: 100%;
    padding: 20px 0;
  }
}

.pg-education .sec03 .content-right {
  width: 305px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec03 .content-right .line-left {
    padding-left: 0;
    background: none;
  }
}

.pg-education .sec03 .line-left-wrap {
  padding: 25px 10px 15px 40px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec03 .line-left-wrap {
    padding: 0;
  }
}

.pg-education .sec03 .row {
  font-size: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec03 .row {
    padding: 0 25px;
    margin-bottom: 35px;
  }
}

.pg-education .sec03 .row > div {
  display: inline-block;
  vertical-align: top;
}

.pg-education .sec03 li {
  line-height: 2.25;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

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

.pg-education .sec03 li:before {
  content: '\025CF';
  color: #fe5e83;
  margin-right: .5em;
}

.pg-education .sec03 .photos {
  font-size: 0;
}

.pg-education .sec03 .photos p {
  display: inline-block;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .pg-education .sec03 .photos p {
    width: 50%;
  }
}

.pg-education .sec03 .photos p img {
  width: 100%;
  height: auto;
}

.pg-education .sec-wrap > div {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec-wrap > div {
    width: 100%;
  }
}

.pg-education .sec-wrap .head-02 {
  text-align: center;
  margin: 15px 0 12px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.pg-education .sec-wrap .txt {
  font-size: 14px;
  line-height: 1.85;
}

.pg-education .sec04 {
  float: left;
}

@media screen and (max-width: 768px) {
  .pg-education .sec04 {
    float: none;
    margin-bottom: 35px;
  }
}

.pg-education .sec04 .head-belt {
  padding: 36px 0;
}

@media screen and (max-width: 768px) {
  .pg-education .sec04 .head-belt {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .pg-education .sec04 .txt {
    padding: 0 25px;
  }
}

.pg-education .sec04 .flow-list {
  margin: 15px 0 30px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec04 .flow-list {
    padding: 0 25px;
  }
}

.pg-education .sec04 li {
  border-bottom: 1px dotted #c1c1c1;
  padding: 8px 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.pg-education .sec04 li:nth-child(4) {
  padding-left: 3.6em;
  text-indent: -3.6em;
}

.pg-education .sec04 li span {
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-education .sec04 .row {
    overflow: hidden;
  }
}

.pg-education .sec04 .row p {
  width: 220px;
  float: right;
}

@media screen and (max-width: 768px) {
  .pg-education .sec04 .row p {
    width: 50%;
  }
  .pg-education .sec04 .row p img {
    width: 100%;
    height: auto;
  }
}

.pg-education .sec04 .row p:first-child {
  float: left;
}

.pg-education .sec05 {
  float: right;
}

@media screen and (max-width: 768px) {
  .pg-education .sec05 {
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .pg-education .sec05 > .txt {
    padding: 0 25px;
  }
}

.pg-education .sec05 .head-belt {
  padding: 13px 0;
}

@media screen and (max-width: 768px) {
  .pg-education .sec05 .head-belt {
    padding: 15px 0;
  }
}

.pg-education .sec05 .inner-sec {
  margin-top: 17px;
}

.pg-education .sec05 .inner-sec:nth-of-type(1) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .pg-education .sec05 .inner-sec {
    padding: 0 25px;
  }
}

#modal-wrap-04 .inner-modal {
  max-width: 690px;
  margin: 0 auto;
}

#modal-wrap-04 .head-modal {
  max-width: 640px;
  margin: 0 auto 23px;
}

/* -- strength --------------- */
.pg-industries-yakuzaishi {
  background: url("../images/recruit2018/industries/yakuzaishi/yakuzaishi_img01.png") left top no-repeat;
  background-size: contain;
}

.pg-industries-yakuzaishi .sec-title {
  line-height: 1.3;
  margin-bottom: 25px;
}

.pg-industries-yakuzaishi .sec-title .sub-title {
  font-size: 20px;
  display: inline-block;
  background: url("../images/recruit2018/industries/yakuzaishi/yakuzaishi_line.png"), url("../images/recruit2018/industries/yakuzaishi/yakuzaishi_line.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  display: inline-block;
  padding: 0px 55px;
}

.pg-industries-yakuzaishi.pg-recruit2018 {
  margin-bottom: 85px;
}

.pg-industries-yakuzaishi .main-desc {
  max-width: 700px;
  margin: 0 auto 52px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}

.pg-industries-yakuzaishi .flow-wrap {
  margin-bottom: 60px;
  text-align: center;
}

.pg-industries-yakuzaishi .flow-wrap .head-flow {
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  line-height: 1;
  padding: 10px 30px;
  background: #fe5e83;
  font-size: 22px;
  margin-bottom: 28px;
}

.pg-industries-yakuzaishi .flow-sec {
  border: 3px dotted #fe5e83;
  padding: 10px 25px;
  border-radius: 5px;
  display: table;
  width: 100%;
  text-align: left;
}

.pg-industries-yakuzaishi .flow-sec .head {
  border-right: 3px solid #fe5e83;
  width: 170px;
  display: table-cell;
}

.pg-industries-yakuzaishi .flow-sec .desc {
  padding-left: 35px;
  font-weight: bold;
  font-size: 16px;
  display: table-cell;
  line-height: 1.75;
}

.pg-industries-yakuzaishi .arrow-sec {
  margin: 10px 0;
}

.pg-industries-yakuzaishi .arrow-sec .inner {
  margin: 0 auto;
  overflow: hidden;
  max-width: 794px;
}

.pg-industries-yakuzaishi .arrow-sec .left-arrow {
  float: left;
}

.pg-industries-yakuzaishi .arrow-sec .middle-flow {
  float: left;
  margin-left: 145px;
}

.pg-industries-yakuzaishi .arrow-sec02 {
  position: relative;
}

.pg-industries-yakuzaishi .arrow-sec02 .middle-flow .head {
  border: 3px dotted #fe5e83;
  padding: 4px 25px;
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
}

.pg-industries-yakuzaishi .arrow-sec02 .middle-flow .row {
  overflow: hidden;
  margin-left: 20px;
}

.pg-industries-yakuzaishi .arrow-sec02 .middle-flow .arrow-img,
.pg-industries-yakuzaishi .arrow-sec02 .middle-flow .arrow-txt {
  float: left;
}

.pg-industries-yakuzaishi .arrow-sec02 .middle-flow .arrow-img {
  margin-top: 1px;
}

.pg-industries-yakuzaishi .arrow-sec02 .middle-flow .arrow-txt {
  font-size: 16px;
  font-weight: bold;
  border: 1px dotted #8e8e8e;
  padding: 3px 10px;
  margin-left: 15px;
}

.pg-industries-yakuzaishi .arrow-sec03 {
  position: relative;
}

.pg-industries-yakuzaishi .arrow-sec03 .middle-flow .arrow-img {
  margin-top: 1px;
  margin-left: 20px;
}

.pg-industries-yakuzaishi .arrow-sec03 .middle-flow .txt01,
.pg-industries-yakuzaishi .arrow-sec03 .middle-flow .txt02 {
  float: left;
}

.pg-industries-yakuzaishi .arrow-sec03 .middle-flow .row {
  margin-top: 8px;
}

.pg-industries-yakuzaishi .arrow-sec03 .middle-flow .txt01 {
  font-size: 16px;
  font-weight: bold;
  border: 1px dotted #8e8e8e;
  padding: 3px 10px;
  margin: 8px 0 0 0;
}

.pg-industries-yakuzaishi .arrow-sec03 .middle-flow .txt02 {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.85;
}

.pg-industries-yakuzaishi .arrow-sec02-txt {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: -15px;
}

.pg-industries-yakuzaishi .person-wrap .head {
  text-align: center;
  font-size: 22px;
  margin-bottom: 60px;
}

.pg-industries-yakuzaishi .person-list {
  text-align: center;
}

.pg-industries-yakuzaishi .person-list li {
  display: inline-block;
  margin-left: 60px;
}

.pg-industries-yakuzaishi .person-list li:first-child {
  margin-left: 0;
}

.pg-industries-yakuzaishi .person-list .photo {
  margin-bottom: 10px;
  text-align: center;
}

.pg-industries-yakuzaishi .person-list .more {
  text-align: center;
}

.pg-industries-yakuzaishi .person-list .more a {
  display: inline-block;
  color: #fff;
  width: 116px;
  line-height: 1;
  font-weight: bold;
  background: #fe5e83;
  padding: 7px 10px;
  border-radius: 20px;
}

/* -- recruitment --------------- */
.pg-recruitment-top .recruitment-list {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-top .recruitment-list {
    width: 100%;
    padding: 0 25px;
  }
}

.pg-recruitment-top .recruitment-list li {
  margin-top: 40px;
}

.pg-recruitment-top .recruitment-list li a {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  border-radius: 10px;
  display: block;
  padding: 6px;
  position: relative;
}

.pg-recruitment-top .recruitment-list li a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -26px;
}

.pg-recruitment-top .recruitment-list li .head {
  font-size: 54.4px;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-top .recruitment-list li .head {
    font-size: 1.8rem;
  }
}

.pg-recruitment-top .recruitment-list li .head-sub {
  max-width: 300px;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-top .recruitment-list li .head-sub {
    padding: 5px 20px;
    font-size: 1.2rem;
  }
}

.pg-recruitment-top .recruitment-list li .inner {
  border-radius: 8px;
  border: 5px solid #fff;
  height: 168px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-top .recruitment-list li .inner {
    height: auto;
    padding: 20px;
  }
}

.pg-recruitment-top .recruitment-list li:first-child {
  margin-top: 0;
}

.pg-recruitment-top .recruitment-list li:first-child a:after {
  content: url("../images/recruit2018/common/arrow_pink.svg");
}

@media screen and (max-width: 768px) {
  .pg-recruitment-top .recruitment-list li:first-child a:after {
    content: normal;
  }
}

.pg-recruitment-top .recruitment-list li:first-child .inner {
  background: #fff url("../images/recruit2018/recruitment/bg_recruitment_yakuzaishi_img.png") center top no-repeat;
}

.pg-recruitment-top .recruitment-list li:first-child .head {
  color: #fe5e83;
}

.pg-recruitment-top .recruitment-list li:first-child .head-sub {
  background: #fe5e83;
}

.pg-recruitment-top .recruitment-list li:last-child a:after {
  content: url("../images/recruit2018/common/arrow_green.svg");
}

@media screen and (max-width: 768px) {
  .pg-recruitment-top .recruitment-list li:last-child a:after {
    content: normal;
  }
}

.pg-recruitment-top .recruitment-list li:last-child .inner {
  background: #fff url("../images/recruit2018/recruitment/bg_recruitment_ashistant_img.png") center top no-repeat;
}

.pg-recruitment-top .recruitment-list li:last-child .head {
  color: #51a03c;
}

.pg-recruitment-top .recruitment-list li:last-child .head-sub {
  background: #76d25d;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail {
    padding: 0 25px;
  }
}

.pg-recruitment-detail .head-recruitment {
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 33px;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail .head-recruitment {
    font-size: 2.2rem;
    padding: 13px;
  }
}

.pg-recruitment-detail dl {
  margin-bottom: 67px;
}

.pg-recruitment-detail dt,
.pg-recruitment-detail dd {
  line-height: 1.75;
}

.pg-recruitment-detail dt {
  clear: both;
  float: left;
  padding: 8px 0;
  font-weight: bold;
  width: 140px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail dt {
    float: none;
    width: 100%;
    padding: 8px 0 0;
  }
  .pg-recruitment-detail dt:first-of-type {
    padding: 0;
  }
}

.pg-recruitment-detail dd {
  padding: 0 0 4px;
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.pg-recruitment-detail dd .inner {
  padding: 11px 40px 7px 145px;
  background: #fff;
  display: block;
}

.pg-recruitment-detail dd .inner a.line {
  border-bottom: 2px solid #3c3c3c;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail dd .inner {
    padding: 0 0 10px;
    width: 100%;
  }
}

.pg-recruitment-detail dd .item {
  text-indent: -3em;
  padding-left: 3em;
}

.pg-recruitment-detail dd.custom .inner {
  padding-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail dd.custom .inner {
    padding-bottom: 7px;
  }
}

.pg-recruitment-detail .flow-area {
  text-align: center;
}

.pg-recruitment-detail .flow-area .head {
  font-size: 48px;
  font-size: 3rem;
  color: #666;
  margin-bottom: 5px;
  display: inline-block;
}

.pg-recruitment-detail .flow-area .subhead {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail .flow-area img {
    width: 67.75862%;
    height: auto;
  }
}

.pg-recruitment-detail .flow-area .txt-area {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  padding: 6px 0;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  max-width: 795px;
  margin: 52px auto 0;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail .flow-area .txt-area {
    font-size: 2.2rem;
  }
}

.pg-recruitment-detail .flow-area .txt-area .inner {
  background: #fff;
  padding: 20px 40px;
}

.pg-recruitment-detail .flow-area .txt-area p {
  line-height: 1.6;
}

.pg-recruitment-detail .flow-area .txt-custom01 {
  font-size: 35.2px;
  font-size: 2.2rem;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment-detail .flow-area .txt-custom01 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

.pg-recruitment-detail .flow-area .txt-custom03 {
  color: #505050;
}

.pg-recruitment-detail .flow-area .txt-custom04 {
  color: #505050;
  display: inline-block;
}

.pg-recruitment .contact {
  margin-bottom: 60px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}

.pg-recruitment .contact .sp-br {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .sp-br {
    margin-left: 0;
  }
}

.pg-recruitment .contact .head {
  font-size: 20px;
  font-weight: bold;
  color: #fe5e83;
  text-align: center;
  margin-bottom: 9px;
}

.pg-recruitment .contact .lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 14px;
}

.pg-recruitment .contact hr {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  margin: 0;
  padding: 0;
  border: none;
  height: 4px;
  width: 100%;
}

.pg-recruitment .contact .info {
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .info {
    padding: 20px 0;
  }
}

.pg-recruitment .contact .tel {
  font-size: 0;
  text-align: center;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .tel {
    margin-bottom: 15px;
  }
}

.pg-recruitment .contact .tel p {
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .tel p {
    display: block;
  }
}

.pg-recruitment .contact .tel p:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .tel p:first-child {
    margin: 0 0 10px 0;
  }
}

.pg-recruitment .contact .tel a {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .tel a {
    font-size: 2rem;
  }
}

.pg-recruitment .contact .phone:before {
  content: url(../images/recruit2018/intarnship/icn_phone.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.pg-recruitment .contact .mobile:before {
  content: url(../images/recruit2018/intarnship/icn_mobile.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.pg-recruitment .contact .info-txt {
  text-align: center;
  font-size: 13px;
}

.pg-recruitment .contact .email {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 14px;
}

.pg-recruitment .contact .email span {
  font-size: 22px;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .email span {
    font-size: 1.6rem;
  }
}

.pg-recruitment .contact .email a {
  font-size: 22px;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .contact .email a {
    font-size: 1.6rem;
  }
}

.pg-recruitment .contact .email:before {
  content: url(../images/recruit2018/intarnship/icn_email.png);
  margin-right: 5px;
  position: relative;
  top: 7px;
}

.pg-recruitment .contact .address {
  text-align: center;
  line-height: 1.5;
  font-size: 25.6px;
  font-size: 1.6rem;
}

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

.pg-recruitment .bnr-list {
  font-size: 0;
  text-align: center;
}

.pg-recruitment .bnr-list li {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .pg-recruitment .bnr-list li {
    display: block;
    margin-left: 0;
  }
}

.pg-recruitment .bnr-list li:first-child {
  margin-left: 0;
  margin-bottom: 20px;
}

.pg-recruitment .bnr-list img {
  border: 1px solid #ddd;
}

.pg-recruitment-yakuzaishi .head-recruitment {
  background: url("../images/recruit2018/common/bg_pat_04.png") repeat left top;
}

.pg-recruitment-yakuzaishi .head-innder {
  color: #fe5e83;
}

.pg-recruitment-yakuzaishi dt {
  color: #fe5e83;
}

.pg-recruitment-yakuzaishi .flow-area .subhead {
  color: #fe5e83;
}

.pg-recruitment-yakuzaishi .flow-area .txt-area {
  color: #fe5e83;
}

.pg-recruitment-ashistant .head-recruitment {
  background: url("../images/recruit2018/common/bg_pat_05.png") repeat left top;
}

.pg-recruitment-ashistant .head-innder {
  color: #51a03c;
}

.pg-recruitment-ashistant dt {
  color: #51a03c;
}

.pg-recruitment-ashistant .flow-area .subhead {
  color: #51a03c;
}

.pg-recruitment-ashistant .flow-area .txt-area {
  color: #51a03c;
}

/* -- companysession --------------- */
.pg-companysession .top-mv {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-companysession .top-mv img {
    width: 100%;
    height: auto;
  }
}

.pg-companysession .head-belt {
  color: #fe5e83;
  text-align: center;
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0;
  border-top: 1px solid #fe5e83;
  border-bottom: 1px solid #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-companysession .head-belt {
    font-size: 2rem;
    padding: 15px 0;
  }
}

.pg-companysession .sec01-outer {
  max-width: 560px;
  margin: 56px auto 80px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec01-outer {
    max-width: auto;
    width: 100%;
    margin: 35px auto;
    padding: 0 25px;
  }
}

.pg-companysession .sec01 .head {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fe5e83;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec01 .head {
    font-size: 1.8rem;
  }
}

.pg-companysession .sec01 .sub-head {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #666;
  margin-bottom: 28px;
}

.pg-companysession .sec01 .desc {
  font-size: 16px;
  line-height: 1.75;
}

.pg-companysession .sec02 {
  margin-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec02 {
    padding: 0 25px;
  }
}

.pg-companysession .sec02 dt,
.pg-companysession .sec02 dd {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec02 dt,
  .pg-companysession .sec02 dd {
    font-size: 1.4rem;
  }
}

.pg-companysession .sec02 dt {
  float: left;
  padding: 26px 0;
  color: #fe5e83;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec02 dt {
    float: none;
    padding: 10px 0 0;
    width: 100%;
  }
}

.pg-companysession .sec02 dd {
  padding: 26px 0 26px 187px;
  border-bottom: 1px solid #b4b4b4;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec02 dd {
    padding: 0 0 10px;
  }
}

.pg-companysession .sec02 .c-pink {
  color: #fe5e83;
  font-weight: bold;
}

.pg-companysession .sec03 {
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec03 {
    padding: 0 25px;
    margin-bottom: 35px;
  }
}

.pg-companysession .sec03 .head {
  margin-bottom: 43px;
}

.pg-companysession .sec03 .img {
  float: left;
  width: 230px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec03 .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .pg-companysession .sec03 .img img {
    width: 33.333%;
  }
}

.pg-companysession .sec03 .custom {
  color: #fe5e83;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec03 .custom {
    font-size: 1.6rem;
  }
}

.pg-companysession .sec03 .program-wrap {
  float: right;
  width: 729px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec03 .program-wrap {
    float: none;
    width: 100%;
  }
}

.pg-companysession .sec03 .day-wrap {
  margin-top: 43px;
}

.pg-companysession .sec03 .day-wrap:first-child {
  margin-top: 0;
}

.pg-companysession .sec03 .day {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  color: #fe5e83;
  font-weight: bold;
  font-size: 28.8px;
  font-size: 1.8rem;
  border-radius: 21px;
  line-height: 1;
  padding: 8px 0 8px 35px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec03 .day {
    font-size: 1.6rem;
  }
}

.pg-companysession .sec03 .day span {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec03 .day span {
    font-size: 2.2rem;
  }
}

.pg-companysession .sec03 .container {
  padding: 0 32px;
  margin-top: 25px;
}

.pg-companysession .sec03 .container:first-child {
  margin-top: 0;
}

.pg-companysession .sec03 .subhead {
  color: #fe5e83;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec03 .subhead {
    font-size: 1.6rem;
  }
}

.pg-companysession .sec03 .desc {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
}

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

.pg-companysession .sec03 .caution {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 5px;
}

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

.pg-companysession .sec03 .caution span {
  color: #fe5e83;
}

.pg-companysession .sec04 {
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec04 {
    margin-bottom: 35px;
  }
}

.pg-companysession .sec04 .belt {
  background: url("../images/recruit2018/common/bg_pat_02.png") repeat left top;
  padding: 34px 0 39px;
  margin-bottom: 24px;
}

.pg-companysession .sec04 .sec04-outer {
  position: relative;
  width: 374px;
  margin: 0 auto;
}

.pg-companysession .sec04 .txt {
  text-align: center;
  color: #fe5e83;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
}

.pg-companysession .sec04 .txt:before {
  content: url(../images/recruit2018/intarnship/slash.png);
  position: absolute;
  top: 5px;
  margin-left: -20px;
}

.pg-companysession .sec04 .txt:after {
  content: url(../images/recruit2018/intarnship/slash.png);
  position: absolute;
  transform: scale(-1, 1);
  top: 5px;
  margin-left: 10px;
}

.pg-companysession .sec04 .btn {
  text-align: center;
}

.pg-companysession .sec04 .btn a {
  width: 374px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding: 20px 0;
  border-radius: 40px;
}

.pg-companysession .sec04 .btn01 a {
  background: #f8446e;
  border: 2px solid #ff99b1;
}

.pg-companysession .sec04 .btn02 a {
  background: #5bab5d;
  border: 2px solid #95f897;
}

.pg-companysession .sec04 .img {
  position: absolute;
  top: 8px;
  left: -119px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec04 .img {
    display: none;
  }
}

.pg-companysession .sec05 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 {
    margin-bottom: 30px;
    padding: 0 25px;
  }
}

.pg-companysession .sec05 .sp-br {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .sp-br {
    margin-left: 0;
  }
}

.pg-companysession .sec05 .head {
  font-size: 20px;
  font-weight: bold;
  color: #fe5e83;
  text-align: center;
  margin-bottom: 9px;
}

.pg-companysession .sec05 .lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 14px;
}

.pg-companysession .sec05 hr {
  background: url("../images/recruit2018/common/bg_pat_01.png") repeat left top;
  margin: 0;
  padding: 0;
  border: none;
  height: 4px;
  width: 100%;
}

.pg-companysession .sec05 .info {
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .info {
    padding: 20px 0;
  }
}

.pg-companysession .sec05 .tel {
  font-size: 0;
  text-align: center;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .tel {
    margin-bottom: 15px;
  }
}

.pg-companysession .sec05 .tel p {
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .tel p {
    display: block;
  }
}

.pg-companysession .sec05 .tel p:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .tel p:first-child {
    margin: 0 0 10px 0;
  }
}

.pg-companysession .sec05 .tel a {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .tel a {
    font-size: 2rem;
  }
}

.pg-companysession .sec05 .phone:before {
  content: url(../images/recruit2018/intarnship/icn_phone.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.pg-companysession .sec05 .mobile:before {
  content: url(../images/recruit2018/intarnship/icn_mobile.png);
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.pg-companysession .sec05 .info-txt {
  text-align: center;
  font-size: 13px;
}

.pg-companysession .sec05 .email {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 14px;
}

.pg-companysession .sec05 .email span {
  font-size: 22px;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .email span {
    font-size: 1.6rem;
  }
}

.pg-companysession .sec05 .email a {
  font-size: 22px;
  font-weight: bold;
  color: #fe5e83;
}

@media screen and (max-width: 768px) {
  .pg-companysession .sec05 .email a {
    font-size: 1.6rem;
  }
}

.pg-companysession .sec05 .email:before {
  content: url(../images/recruit2018/intarnship/icn_email.png);
  margin-right: 5px;
  position: relative;
  top: 7px;
}

.pg-companysession .sec05 .address {
  text-align: center;
  line-height: 1.5;
  font-size: 25.6px;
  font-size: 1.6rem;
}

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

.pg-companysession .bnr-list {
  font-size: 0;
  text-align: center;
}

.pg-companysession .bnr-list li {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .pg-companysession .bnr-list li {
    margin-top: 30px;
    display: block;
    margin-left: 0;
  }
}

.pg-companysession .bnr-list li:first-child {
  margin-left: 0;
  margin-bottom: 20px;
}

.pg-companysession .bnr-list img {
  border: 1px solid #ddd;
}

/* 22.01.28 追記 */
.color-red {
  color: red;
}