/* Generated by less 2.5.1 */
a {
  color: #fd81b8;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.flexbox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.nav_ease {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.a_ease {
  -webkit-transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .mb {
    display: block;
  }
}
.mb_tab {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mb_tab {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_tab {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  p {
    text-align: justify;
  }
  table {
    display: block;
  }
  table tbody,
  table tr {
    display: block;
  }
  table th,
  table td {
    display: block;
    width: auto !important;
    padding: 0.5em 1em;
  }
  table th {
    border-bottom: none !important;
  }
  table td {
    margin-bottom: 3px;
  }
  .btn {
    display: block;
    font-size: 1rem;
  }
}
body {
  font-family: Verdana, "Century Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
.ie h1,
.ie h2,
.ie h3,
.ie h4,
.ie h5,
.ie h6 {
  font-family: "メイリオ", Meiryo, sans-serif;
}
.touch .mb_fix {
  background: none;
}
.touch .mb_fix:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-size: cover;
}
input[type=checkbox] {
  display: none;
}
.checkbox {
  display: block;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.4em;
  vertical-align: middle;
  cursor: pointer;
  background: #e1e1e1;
}
.checkbox:before {
  content: '';
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 3px solid #b5b5b5;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.checkbox:after {
  content: '';
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 9px;
  height: 9px;
  background: #ff0096;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}
input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
html:not(.touch) .checkbox:hover {
  color: #ff0096;
}
html:not(.touch) .checkbox:hover:before {
  border-color: #ff0096;
}
@media screen and (max-width: 480px) {
  input::-webkit-input-placeholder {
    font-size: 70%;
  }
  input:-ms-input-placeholder {
    font-size: 70%;
  }
  input::-moz-placeholder {
    font-size: 70%;
  }
}
.tri {
  position: relative;
}
.tri:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #dff3f3 transparent transparent;
}
.tri.pink:after {
  top: 100%;
  border-width: 8px;
  border-color: #fd81b8 transparent transparent;
}
.double_tri {
  position: relative;
}
.double_tri:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}
.double_tri:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.btn {
  padding: 0.2em 1.5em 0.2em 2.2em;
  display: inline-block;
  text-align: center;
  position: relative;
  border: solid 3px #fd81b8;
}
.btn:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 120%;
  top: 50%;
  left: 0;
  margin: auto;
  padding-left: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn[target=_blank]:before {
  content: '\f08e';
  font-size: 100%;
}
.white_btn {
  color: #ff0096;
  background: #fff;
  border-color: #ff0096;
}
.trans_btn {
  color: #fff;
  border-color: #fff;
}
.orange_btn {
  color: #fff;
  background: #f39800;
  border-color: #f39800;
}
.pink_btn {
  color: #fff;
  background: #ff0096;
  border-color: #ff0096;
}
.active_btn {
  -webkit-transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.active_btn.active {
  color: #fff;
  background: #ff0096;
  border-color: #ff0096;
  position: relative;
}
.active_btn.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #dff3f3 transparent transparent;
}
.active_btn.active.pink:after {
  top: 100%;
  border-width: 8px;
  border-color: #fd81b8 transparent transparent;
}
.active_btn.active:after {
  border-width: 10px;
  border-color: #ff0096 transparent transparent;
  top: 100%;
}
@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg_change {
  0% {
    background: #fd81b8;
  }
  50% {
    background: #fd81b8;
  }
  51% {
    background: #ff0096;
  }
  100% {
    background: #ff0096;
  }
}
@keyframes bg_change {
  0% {
    background: #fd81b8;
  }
  50% {
    background: #fd81b8;
  }
  51% {
    background: #ff0096;
  }
  100% {
    background: #ff0096;
  }
}
@-webkit-keyframes slideUp_load {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideUp_load {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slide_left {
  -webkit-animation-name: slide_left;
  animation-name: slide_left;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.ie .slide_left {
  -webkit-animation-name: slide_left_ie;
  animation-name: slide_left_ie;
}
@media screen and (max-width: 480px) {
  .slide_left {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translate3d(-50vw, 0, 0);
    transform: translate3d(-50vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_left {
  0% {
    -webkit-transform: translate3d(-50vw, 0, 0);
    transform: translate3d(-50vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_left_ie {
  0% {
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slide_right {
  -webkit-animation-name: slide_right;
  animation-name: slide_right;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.ie .slide_right {
  -webkit-animation-name: slide_right_ie;
  animation-name: slide_right_ie;
}
@media screen and (max-width: 480px) {
  .slide_right {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translate3d(50vw, 0, 0);
    transform: translate3d(50vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translate3d(50vw, 0, 0);
    transform: translate3d(50vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_right_ie {
  0% {
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.left_around {
  -webkit-animation-name: left_around;
  animation-name: left_around;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-iteration-count: 100;
  animation-iteration-count: 100;
}
.ie .left_around {
  -webkit-animation-name: left_around_ie;
  animation-name: left_around_ie;
}
@media screen and (max-width: 480px) {
  .left_around {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
  }
}
@-webkit-keyframes left_around {
  0% {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(30vw, 0, 0);
    transform: translate3d(30vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }
}
@keyframes left_around {
  0% {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(30vw, 0, 0);
    transform: translate3d(30vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }
}
@keyframes left_around_ie {
  0% {
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
}
.right_around {
  -webkit-animation-name: right_around;
  animation-name: right_around;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: 100;
  animation-iteration-count: 100;
}
.ie .right_around {
  -webkit-animation-name: right_around_ie;
  animation-name: right_around_ie;
}
@media screen and (max-width: 480px) {
  .right_around {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  }
}
@-webkit-keyframes right_around {
  0% {
    -webkit-transform: translate3d(70vw, 0, 0);
    transform: translate3d(70vw, 0, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(-40vw, 0, 0);
    transform: translate3d(-40vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(70vw, 0, 0);
    transform: translate3d(70vw, 0, 0);
  }
}
@keyframes right_around {
  0% {
    -webkit-transform: translate3d(70vw, 0, 0);
    transform: translate3d(70vw, 0, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(-40vw, 0, 0);
    transform: translate3d(-40vw, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(70vw, 0, 0);
    transform: translate3d(70vw, 0, 0);
  }
}
@keyframes right_around_ie {
  0% {
    -webkit-transform: translate3d(800px, 0, 0);
    transform: translate3d(800px, 0, 0);
  }
  12% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(800px, 0, 0);
    transform: translate3d(800px, 0, 0);
  }
}
.piko {
  background-size: 100% auto !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.piko.frame1 {
  background-position: 0 0 !important;
}
.piko.frame2 {
  background-position: 0 100% !important;
}
.piko img {
  visibility: hidden;
}
.chara_regi {
  width: 99px;
  height: 96px;
  background-image: url("../images/chara_regi.png");
}
.chara_regi.s {
  width: 49.5px;
  height: 48px;
}
.chara_free1 {
  width: 48px;
  height: 98px;
  background-image: url("../images/chara_free1.png");
}
.chara_free1.s {
  width: 24px;
  height: 49px;
}
.chara_goods1 {
  width: 56px;
  height: 94px;
  background-image: url("../images/chara_goods1.png");
}
.chara_goods1.s {
  width: 28px;
  height: 47px;
}
.chara_free2 {
  width: 44px;
  height: 100px;
  background-image: url("../images/chara_free2.png");
}
.chara_free2.s {
  width: 22px;
  height: 50px;
}
.chara_free3 {
  width: 60px;
  height: 94px;
  background-image: url("../images/chara_free3.png");
}
.chara_free3.s {
  width: 30px;
  height: 47px;
}
.chara_goods2 {
  width: 50px;
  height: 100px;
  background-image: url("../images/chara_goods2.png");
}
.chara_goods2.s {
  width: 25px;
  height: 50px;
}
.chara_search {
  width: 56px;
  height: 94px;
  background-image: url("../images/chara_search.png");
}
.chara_search.s {
  width: 28px;
  height: 47px;
}
.chara_new {
  width: 82px;
  height: 105px;
  background-image: url("../images/chara_new.png");
}
.chara_new.s {
  width: 41px;
  height: 52.5px;
}
.chara_new2 {
  width: 48px;
  height: 96px;
  background-image: url("../images/chara_new2.png");
}
.chara_new2.s {
  width: 24px;
  height: 48px;
}
.chara_no1 {
  width: 160px;
  height: 206px;
  background-image: url("../images/chara_no1.png");
}
.chara_no1.s {
  width: 80px;
  height: 103px;
}
.chara_go {
  width: 92px;
  height: 124px;
  background-image: url("../images/chara_go.png");
}
.chara_go.s {
  width: 46px;
  height: 62px;
}
.one_line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.content_title {
  padding: 0 0 0 0.7em;
  margin: 0 0 1rem;
  font-size: 125%;
  font-weight: 600;
  border-left: solid 0.5em #ff0096;
}
@media screen and (max-width: 480px) {
  .content_title {
    padding: 0 0 0 0.5em;
    font-size: 90%;
  }
}
.sub_title {
  margin: 0 0 1rem;
  font-size: 115%;
  font-weight: 600;
}
.sub_title .fa {
  padding-right: 0.5em;
  color: #ff0096;
  font-size: 120%;
  vertical-align: middle;
}
.wrap {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
}
.wrap:after {
  content: "";
  clear: both;
  display: block;
}
.mini_wrap {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1036px;
}
.title_wrap {
  margin: 0 0 2.5rem;
  text-align: center;
}
.title_wrap .chara {
  margin: 0 auto -45px;
  -webkit-transform: translate3d(10%, -58%, 0);
  transform: translate3d(10%, -58%, 0);
}
.title_wrap .section_title {
  color: #282828;
  font-size: 1.6rem;
}
.title_wrap .section_title span {
  display: block;
}
.title_wrap .section_title .title_en {
  font-weight: normal;
  font-size: 80%;
  color: #666;
}
.page_navi {
  margin: 0.4rem 0 1rem;
  float: right;
}
.page_navi ul {
  text-align: center;
  letter-spacing: -0.05em;
}
.page_navi ul li {
  display: inline-block;
  margin: 0 0 0.2em;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  vertical-align: middle;
}
.page_navi ul li.arrow {
  border: none;
  border-radius: none;
}
.page_navi ul li span,
.page_navi ul li a {
  display: block;
  height: 100%;
  vertical-align: middle;
  font-weight: 800;
  color: #b5b5b5;
  background: #fff;
  overflow: hidden;
}
.page_navi ul li span:hover,
.page_navi ul li a:hover {
  opacity: 1;
  color: #fff;
  background: #b5b5b5;
}
.page_navi ul li.current span {
  color: #fff;
  box-shadow: none;
  background: #fd81b8;
}
.page_navi ul li.arrow {
  margin: 0;
  position: relative;
  font-size: 70%;
}
.page_navi ul li.arrow a {
  width: 100%;
  height: 100%;
  text-indent: -1000em;
  font-weight: normal;
  background: transparent;
  border-radius: 0;
  position: relative;
  box-shadow: none;
  background: #fff;
}
.page_navi ul li.arrow a:after {
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 160%;
  height: 100%;
  width: 100%;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.page_navi ul li.arrow a:hover:after {
  opacity: 1;
}
.page_navi ul li.arrow a:hover {
  color: #fff;
  background: #b5b5b5;
}
.page_navi ul li.arrow.prev a:after {
  content: '\f104';
}
.page_navi ul li.arrow.first a:after {
  content: '\f100';
}
.page_navi ul li.arrow.last a:after {
  content: '\f101';
}
@media screen and (max-width: 480px) {
  .page_navi {
    float: none;
  }
  .page_navi ul {
    margin: 0 -1rem;
  }
}
.not_found {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
  padding-top: 5em;
  padding-bottom: 6em;
  text-align: center;
}
.not_found:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .not_found {
    text-align: left !important;
    font-size: 80%;
  }
}
.search_city {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: dashed 3px #b5b5b5;
}
.search_city .search_city_in {
  margin: 0 -0.2em;
}
.search_city .search_city_in li {
  display: inline-block;
  margin: 0 0.2em;
}
.search_city .search_city_in li a {
  color: #ff0096;
  border-bottom: solid 1px #ff0096;
}
.search_city .search_city_in li.active:before {
  display: inline-block;
  content: 'イマココ \f061';
  padding: 0 0.4em;
  font-size: 60%;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.07em;
  background: #f39800;
  border-radius: 0.8em;
  vertical-align: middle;
  font-family: 'FontAwesome', "メイリオ", Meiryo, sans-serif;
  animation: bg_change 1s infinite;
  transition: none;
}
.search_city .search_city_in li.active a {
  font-weight: bold;
}
.search_form {
  margin: 0 auto 3rem;
  color: #282828;
  border: solid 3px #000;
  position: relative;
  background: #fff;
}
.index .search_form {
  margin: -2rem auto 3rem;
}
.search_form .search_form_title {
  margin: 0;
  padding: 0.7em 1em;
  font-size: 1.2rem;
  text-align: center;
  background: #fd81b8;
  position: relative;
}
.search_form .search_form_title .fa {
  position: absolute;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
  transition: all 0.7s;
}
.search_form .search_form_in {
  padding: 1.5rem;
}
.search_form .search_title {
  font-size: 1.2rem;
}
.search_form .search_title .fa {
  margin-right: 0.7em;
}
.search_form .toggle_btn {
  cursor: pointer;
}
.search_form .toggle_btn_close_wrap {
  padding: 0.5rem 0 0;
  margin: 0 0 -0.5rem;
  text-align: right;
  font-size: 1.2rem;
}
.search_form.toggle_close {
  overflow: hidden;
}
.search_form.toggle_close .search_form_in {
  display: none;
}
.search_form:not(.toggle_close) .search_form_title .fa {
  opacity: 0;
}
.search_form .border_wrap {
  display: block;
  border: solid 3px #000;
  background: #e1e1e1;
  position: relative;
}
.search_form .border_wrap select,
.search_form .border_wrap input {
  width: 100%;
  padding: 0.7em 1em;
  font-size: 1em;
  position: relative;
}
.search_form .border_wrap option {
  display: block;
}
.search_form .border_wrap .fa {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
}
.search_form .form_row {
  margin: 0 -0.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_form .form_row > * {
  margin: 0 0.5rem 0.5rem;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search_form .search_freeword {
  margin: 0 0 1.5rem;
}
.search_form .search_freeword .form_row {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.search_form .search_freeword .form_row .freeword_wrap {
  -webkit-flex: 1 3 70%;
  flex: 1 3 70%;
}
.search_form .submit_wrap {
  text-align: center;
}
.search_form .submit_wrap .submit_btn {
  padding: 0.4em 1em;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  background: #ff0096;
  border: solid 3px #000;
}
.search_form .submit_wrap .submit_btn .fa {
  color: #dff3f3;
  margin-right: 0.2em;
}
.search_form .search_pref {
  padding: 1.5rem 0 0;
  border-top: dashed 3px #b5b5b5;
}
.search_form .search_pref .area_li_in {
  width: 100%;
  height: 0;
  padding: 0 1rem;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  background: #ffe7f2;
}
.search_form .search_pref .area_li_in li {
  display: inline-block;
  padding: 0 0.5rem 0.5rem;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
}
.search_form .search_pref .area_li_in li.not_found {
  display: block;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search_form .search_pref .area_li_in li a {
  display: block;
  padding: 0.7em;
  color: #000;
  background: #f3ce00;
  border-bottom: solid 3px #b5b5b5;
}
.search_form .search_pref .area_li_in:nth-of-type(-n + 5) {
  order: 1;
}
.search_form .search_pref .area_li_in:nth-of-type(n + 5) {
  order: 3;
}
.search_form .search_pref .area_li {
  -webkit-flex: 1 0 20%;
  flex: 1 0 20%;
  padding: 0.1em 0.6em;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  cursor: pointer;
  order: 0;
  -webkit-transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.search_form .search_pref .area_li.active {
  color: #fff;
  background: #ff0096;
  border-color: #ff0096;
  position: relative;
}
.search_form .search_pref .area_li.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #dff3f3 transparent transparent;
}
.search_form .search_pref .area_li.active.pink:after {
  top: 100%;
  border-width: 8px;
  border-color: #fd81b8 transparent transparent;
}
.search_form .search_pref .area_li.active:after {
  border-width: 10px;
  border-color: #ff0096 transparent transparent;
  top: 100%;
}
.search_form .search_pref .area_li:hover {
  opacity: 0.7;
}
.search_form .search_pref .area_li.active + .area_li_in {
  height: auto;
  max-height: 500px;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 1rem;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.search_form .search_pref .area_li:nth-of-type(-n + 5) {
  order: 0;
}
.search_form .search_pref .area_li:nth-of-type(n + 5) {
  order: 2;
}
.search_form .between {
  padding: 0.2em;
  font-size: 1.7em;
  text-align: center;
}
.search_form .chara_search {
  position: absolute;
  right: 1.5rem;
  top: -60px;
}
.search_form:not(.always_open) .chara_search {
  animation: bounceInDown 1s 0s both;
}
.search_form.toggle_close .chara_search {
  animation: slideOutUp 0.5s 0s both;
}
.search_form .check_wrap {
  margin: 0 -0.5rem;
  padding: 0 0 1.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_form .check_wrap:after {
  content: "";
  clear: both;
  display: block;
}
.search_form .check_wrap .check_wrap_in {
  padding: 0 0.5rem 1rem;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .search_form .search_pref .area_li_in {
    order: 2 !important;
  }
  .search_form .search_pref .area_li_in li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .search_form .search_pref .area_li {
    order: 0 !important;
  }
  .search_form .search_pref .area_li.active {
    order: 1 !important;
  }
  .search_form .check_wrap .check_wrap_in {
    -webkit-flex: 1 1 33.33333333%;
    flex: 1 1 33.33333333%;
  }
}
@media screen and (max-width: 480px) {
  .index .search_form {
    margin: -5rem auto 3rem;
  }
  .search_form .search_form_title {
    padding: 0.7em 20px 0.7em 0;
    font-size: 1rem;
  }
  .search_form .search_form_title span {
    display: inline-block;
  }
  .search_form .search_form_title .fa {
    right: 0.4rem;
  }
  .search_form .search_form_in {
    padding: 1.5rem 0.8rem 1rem;
  }
  .search_form .chara_search {
    width: 28px;
    height: 47px;
    right: 10px;
    top: -30px;
  }
  .search_form .submit_wrap .submit_btn {
    font-size: 1.1rem;
    width: 100%;
  }
  .search_form .search_pref .area_li_in li a {
    padding: 0.5em;
    font-size: 90%;
  }
  .search_form .search_pref .area_li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.display_number {
  margin: 0 0 1rem;
  display: inline-block;
  font-weight: 600;
}
.display_number .number {
  font-size: 110%;
  padding-right: 0.1em;
}
.display_number .all_result .number {
  font-size: 140%;
  color: #f39800;
}
.fix_btn {
  position: fixed !important;
  left: 0;
  bottom: -10rem;
  width: 100%;
  z-index: 1;
  padding: 0.7em 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.stickey_on .fix_btn {
  bottom: 0;
}
.fix_btn .mini_wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.fix_btn .mini_wrap > * {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
.fix_btn a {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
}
.fix_btn .call_btn_wrap {
  -webkit-align-self: stretch;
  align-self: stretch;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 200%;
  font-weight: bold;
}
.fix_btn .call_btn_wrap a {
  padding: 0.2em;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  border: solid 1px #fff;
}
.fix_btn .call_btn_wrap p {
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
.fix_btn .call_btn_wrap .free_call {
  font-size: 50%;
  font-weight: normal;
}
.fix_btn .btn {
  -webkit-flex: 3 1 60%;
  flex: 3 1 60%;
  font-size: 130%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fix_btn .call_btn_wrap {
    font-size: 100%;
  }
  .fix_btn .call_btn_wrap a p {
    text-align: center;
  }
  .fix_btn .call_btn_wrap .free_call {
    font-size: 0.6rem;
  }
  .fix_btn .btn {
    font-size: 100%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.back_btn {
  margin: 1rem 0 3rem;
  text-align: center;
  line-height: 1.3;
}
.back_btn a {
  display: inline-block;
}
.back_btn a:before {
  display: inline-block;
  content: '\f104';
  font-family: 'FontAwesome';
  padding-right: 0.5em;
}
#kyujin_d .back_btn {
  margin: -45px 0 15px;
}
@media screen and (max-width: 767px) {
  #kyujin_d .back_btn {
    margin: -75px 80px 0 0;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .back_btn {
    font-size: 85%;
    text-align: left;
  }
}
body:not(.index) {
  background: #f5f5f5;
}
#wrapper {
  overflow: hidden;
}
.header {
  padding: 1em;
  border-bottom: solid 2px #000;
  background: #fff;
}
.header .header_in {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.header .site_title {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: bold;
}
.header .site_title img {
  margin-bottom: 0.2em;
  vertical-align: middle;
}
.header .site_title .brand_name {
  margin-right: 0.5em;
  font-size: 150%;
  white-space: nowrap;
  color: #ff0096;
}
.header .site_title h1 {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}
.header .site_title .site_title_in {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  height: 1.5em;
  color: #fff;
  font-weight: normal;
  background: #fd81b8;
}
.header .site_title .site_title_in span {
  display: inline-block;
}
.header .g_navi ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header .g_navi ul li {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.header .g_navi ul li a {
  display: block;
  margin: 0 0.7em;
}
.header .g_navi ul li a span {
  display: block;
  white-space: nowrap;
}
.header .g_navi ul li a .name {
  font-weight: 800;
  color: #282828;
}
.header .g_navi ul li a .name:before {
  content: '';
  display: inline-block;
  margin-right: 0.4rem;
  width: 0.9em;
  height: 0.9em;
  background: url("../images/ico_menu.png") no-repeat center;
  background-size: contain;
}
.header .g_navi ul li a .en {
  padding-left: 1.4rem;
  font-size: 85%;
  line-height: 1.2;
  color: #b5b5b5;
  text-align: center;
}
.header .g_navi ul li.current a .name {
  color: #fd81b8;
}
@media screen and (max-width: 1023px) {
  .header .header_in {
    z-index: 1000;
  }
  .header .g_navi {
    position: fixed;
    padding: 0 1em;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border-bottom: solid 0 #000;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .nav_op .header .g_navi {
    max-height: 100%;
    max-height: 100vh;
    overflow: auto;
    border-bottom: solid 2px #000;
  }
  .header .g_navi ul {
    display: inline-block;
    margin: 1.5em 0;
  }
  .header .g_navi ul li {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .header {
    border-bottom: none;
  }
  .header .site_title {
    margin-bottom: 2em;
  }
  .header .site_title .site_title_in {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .header {
    padding: 0.5em 1em 0.7em;
  }
  .index .header {
    padding: 0.5em 1em 0;
  }
  .header .site_title {
    margin-bottom: 1.2em;
  }
  .header .site_title img {
    width: 100px;
  }
  .header .site_title .brand_name {
    font-size: 120%;
  }
  .header .hamburger {
    margin-bottom: 20px;
  }
}
.header .site_title img {
  margin-right: 0.5em;
}
.header .g_navi {
  flex: 0 0 auto;
}
.header .g_navi .corpo {
  font-size: 90%;
}
@media screen and (max-width: 480px) {
  .header .site_title img {
    padding: 0 0 0.5em;
  }
  .header .hamburger {
    margin-bottom: 30px;
  }
}
.hamburger {
  padding: 10px;
  margin-bottom: 20px;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  position: relative;
  z-index: 10;
  width: 44px;
  height: 42px;
  cursor: pointer;
  margin-left: auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none;
}
@media screen and (max-width: 1023px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  width: 100%;
  height: 15.6%;
  background-color: #b5b5b5;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b5b5b5;
  position: absolute;
  top: -300%;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b5b5b5;
  position: absolute;
  bottom: -300%;
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger.open .hamburger-inner {
  background-color: #b5b5b5;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.open .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger.open .hamburger-inner:after {
  background-color: #b5b5b5;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .hamburger {
    margin-bottom: 30px;
  }
}
.page_title_wrap {
  padding: 1.5rem 1rem 0;
  text-align: center;
  background: url("../images/bg_search.png") center repeat-x;
}
.page_title_wrap .page_title {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.5em 1.5em 0.3em;
  background: #dff3f3;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
}
.page_title_wrap .page_title:after {
  top: 100%;
  border-width: 12px;
}
.page_title_wrap .page_title span {
  display: block;
}
.page_title_wrap .page_title .name {
  padding: 0 0 0.2em;
  font-size: 85%;
}
.page_title_wrap .page_title .en {
  color: #b5b5b5;
  font-size: 50%;
  font-weight: normal;
}
.page_title_wrap .chara {
  margin: 0 auto;
  width: 99px;
  height: 96px;
  background-image: url("../images/chara_regi.png");
}
.page_title_wrap .chara.s {
  width: 49.5px;
  height: 48px;
}
.interview .page_title_wrap .chara {
  width: 60px;
  height: 94px;
  background-image: url("../images/chara_free3.png");
}
.interview .page_title_wrap .chara.s {
  width: 30px;
  height: 47px;
}
.qa .page_title_wrap .chara {
  width: 44px;
  height: 100px;
  background-image: url("../images/chara_free2.png");
}
.qa .page_title_wrap .chara.s {
  width: 22px;
  height: 50px;
}
.merit .page_title_wrap .chara {
  width: 92px;
  height: 124px;
  background-image: url("../images/chara_go.png");
  transform: translate(20%, 0);
}
.merit .page_title_wrap .chara.s {
  width: 46px;
  height: 62px;
}
.breadcrumb {
  margin: 0 0 4rem;
  background: #000;
  position: relative;
}
.breadcrumb:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff0096;
}
.breadcrumb .inner {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
  background: #000;
  position: relative;
  padding: 0;
}
.breadcrumb .inner:after {
  content: "";
  clear: both;
  display: block;
}
.breadcrumb ul {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb li {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0.2em 0.7rem;
  margin-right: 1.5rem;
  font-size: 80%;
  line-height: 1.2;
  min-height: 2rem;
  color: #fff;
  max-width: 100%;
  vertical-align: middle;
  /*  &:not(:first-child):before {
            display: inline-block;
            content: '\f105';
            font-family: @font_awesome;
            font-size: 120%;
            padding-right: 0.5em;
        }*/
}
.breadcrumb li a {
  display: block;
  color: #fff;
}
.breadcrumb li a span {
  display: inline-block;
}
.breadcrumb li h1 {
  display: inline;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
.breadcrumb li:not(:first-child) {
  margin-left: -1.5rem;
  padding-left: 1.7rem;
}
.breadcrumb li:not(:last-child) {
  background: #ff0096;
  position: relative;
}
.breadcrumb li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: -100%;
  left: 100%;
  bottom: -100%;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent transparent #ff0096;
  z-index: 1;
}
.breadcrumb li:first-child a:before {
  display: inline-block;
  content: '\f015';
  font-family: 'FontAwesome';
  font-size: 120%;
  margin: -5% 0;
  padding-right: 0.5em;
}
.breadcrumb li:nth-child(3n+2) {
  background: #fd81b8;
}
.breadcrumb li:nth-child(3n+2):after {
  border-color: transparent transparent transparent #fd81b8;
}
.breadcrumb li:nth-child(3n) {
  background: #fec0dc;
}
.breadcrumb li:nth-child(3n):after {
  border-color: transparent transparent transparent #fec0dc;
}
.breadcrumb li:last-child {
  margin-right: 0;
  background: transparent !important;
}
.ie .breadcrumb li:last-child {
  padding-top: 0.1em;
}
@media screen and (max-width: 480px) {
  .breadcrumb li {
    font-size: 80%;
  }
  .breadcrumb li:last-child {
    max-width: calc(100% + 2rem);
  }
}
.main_section {
  padding: 0 0 4rem;
}
.main_section:after {
  content: "";
  clear: both;
  display: block;
}
.to_top {
  position: fixed;
  right: 1rem;
  bottom: -200px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.to_top.visible {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .to_top {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  #kyujin_d.stickey_on .to_top {
    bottom: -200px !important;
  }
}
.footer {
  text-align: center;
  background: url("../images/pattern_stripe.png") #ffffff;
  border-top: 3px solid #000;
  position: relative;
}
.footer .footer_navi {
  background: #fd81b8;
}
.footer .footer_navi ul {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1036px;
  padding: 0.7em 1rem;
}
.footer .footer_navi ul li {
  display: inline-block;
  margin: 0.5em;
}
.footer .footer_navi ul li a {
  display: block;
  padding: 0 0.5em;
  font-size: 95%;
  color: #282828;
}
.footer .footer_navi ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 120%;
  padding-right: 0.4em;
}
.footer .footer_search {
  padding: 1.5em 1rem;
  font-size: 90%;
  background: #fff;
}
.footer .footer_search .footer_search_item {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1036px;
  padding-bottom: 1.5em;
}
.footer .footer_search .footer_search_title {
  padding: 0;
  font-weight: bold;
}
.footer .footer_search ul {
  margin: 0 -0.4em;
}
.footer .footer_search ul li {
  display: inline-block;
  margin: 0 0.4em;
}
.footer .footer_search ul li a {
  border-bottom: solid 1px #fd81b8;
}
.footer .footer_bottom {
  padding: 1.5rem 0 0;
}
.footer .footer_logo {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1036px;
}
.footer .footer_logo a {
  display: inline-block;
}
.footer .footer_logo .footer_logo_in {
  margin: 0.5rem 0 0;
  display: block;
}
.footer .footer_logo .footer_logo_in span {
  display: block;
  color: #282828;
  font-size: 80%;
  line-height: 1.4;
}
.footer .corpo_link {
  margin: -1.2rem auto 0;
  max-width: 400px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.footer .corpo_link .btn {
  -webkit-align-self: center;
  align-self: center;
  font-size: 85%;
}
.footer .copyright {
  padding: 1em 0 1.2em;
  color: #fff;
  font-size: 90%;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 1023px) {
  .footer .footer_navi,
  .footer .footer_search {
    text-align: left;
  }
}
.job_box .area {
  padding: 0 0.3em;
  margin: 0 0.7em;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  white-space: nowrap;
  background: #fff;
  border: solid 3px #000;
}
.job_box .koyo {
  margin: 0 -0.2rem 0.3rem;
  font-size: 80%;
  color: #fff;
}
.job_box .koyo span {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0.2rem;
}
.job_box .koyo .koyo03 {
  background: #f39800;
}
.job_box .koyo .koyo04 {
  background: #1654b7;
}
.index_top_catch {
  padding: 1rem 1rem 0;
  text-align: center;
  background: url("../images/bg_top.jpg") no-repeat right top;
  background-size: cover;
}
.index_top_catch .coin {
  display: inline-block;
  margin: 0 0 0.5em;
  width: 157px;
  height: 80px;
  background-image: url("../images/100yen.png");
  overflow: hidden;
}
.index_top_catch .top_catch {
  margin: 0;
  color: #282828;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
}
.index_top_catch .top_catch span {
  display: block;
}
.index_top_catch .top_catch b {
  display: inline-block;
  color: #ff0096;
}
@media screen and (max-width: 1024px) {
  .index_top_catch {
    padding: 0.3rem 1rem 0;
  }
  .index_top_catch .coin {
    display: none;
  }
  .index_top_catch .top_catch {
    display: none;
    font-size: 1.2rem;
  }
  .index_top_catch .top_catch span img {
    max-width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .index_top_catch {
    padding: 0.2em 1rem 0;
    background: none;
  }
}
.index_top_catch .chara_wrap {
  max-width: 875px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.index_top_catch .chara_wrap:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 1024px) {
  .index_top_catch .chara_wrap {
    margin-top: -15px;
  }
}
@media screen and (max-width: 480px) {
  .index_top_catch .chara_wrap {
    margin-top: 0;
  }
}
.index_top_catch .chara_wrap .ab {
  position: absolute;
  bottom: 0;
}
.index_top_catch .chara_wrap .chara_regi {
  margin-top: 1px;
  float: left;
  animation-delay: 3s;
}
@media screen and (max-width: 480px) {
  .index_top_catch .chara_wrap .chara_regi {
    width: 49.5px;
    height: 48px;
  }
}
.index_top_catch .chara_wrap .chara_free1 {
  left: 180px;
  bottom: -30px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .index_top_catch .chara_wrap .chara_free1 {
    width: 24px;
    height: 49px;
    left: 90px;
    bottom: -15px;
  }
}
.index_top_catch .chara_wrap .chara_goods1 {
  left: 85px;
  bottom: -63px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .index_top_catch .chara_wrap .chara_goods1 {
    width: 28px;
    height: 47px;
    left: 43px;
    bottom: -32px;
  }
}
.index_top_catch .chara_wrap .chara_free2 {
  right: 165px;
  bottom: -15px;
  animation-delay: 1s;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .index_top_catch .chara_wrap .chara_free2 {
    width: 22px;
    height: 50px;
    right: 82px;
    bottom: -8px;
  }
}
.index_top_catch .chara_wrap .chara_free3 {
  right: 75px;
  bottom: -50px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .index_top_catch .chara_wrap .chara_free3 {
    width: 30px;
    height: 47px;
    right: 32px;
    bottom: -25px;
  }
}
.index_top_catch .chara_wrap .chara_goods2 {
  right: 0;
  bottom: 0;
  animation-delay: 2s;
}
@media screen and (max-width: 480px) {
  .index_top_catch .chara_wrap .chara_goods2 {
    width: 25px;
    height: 50px;
  }
}
.top_slide_wrap {
  position: relative;
  background-size: auto 100%;
}
.top_slide_wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/pattern_ich.png");
  opacity: 0.6;
  z-index: -1;
}
.top_slide_wrap .top_slide {
  margin-bottom: 0 !important;
  overflow: hidden;
  -webkit-animation: opacity 0.5s both;
  animation: opacity 0.5s both;
  max-height: 400px;
}
.top_slide_wrap .top_slide li {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.top_slide_wrap .top_slide li img {
  height: 100%;
  min-width: 100%;
  max-width: none;
}
@media screen and (min-width: 769px) {
  .top_slide_wrap .top_slide li {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1024px) {
  .top_slide_wrap:after {
    display: none;
  }
  .top_slide_wrap .top_slide {
    max-height: 250px;
  }
  .top_slide_wrap .top_slide li img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_slide_wrap .top_slide li img {
    max-width: 100%;
    height: auto;
  }
}
.slick-slider .slick-list[style*="padding"] .slick-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/pattern_ich.png");
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.slick-slider .slick-list[style*="padding"] .slick-slide:not(.slick-center):after {
  opacity: 0.6;
}
.search_section {
  padding: 0 0 90px;
  background: url("../images/bg_search.png") repeat-x center bottom;
}
.newjob_section {
  padding: 0 0 90px;
  background: #dff3f3;
}
.newjob_section .tab_menu {
  margin: 0 -0.5rem 1.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newjob_section .tab_menu li {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0.4rem 0.4rem;
  padding: 0.1em 0.6em;
  color: #b5b5b5;
  font-size: 95%;
  text-align: center;
  background: #fff;
  border: solid 3px #b5b5b5;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.newjob_section .tab_menu li.active {
  color: #fff;
  background: #ff0096;
  border-color: #ff0096;
  position: relative;
}
.newjob_section .tab_menu li.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #dff3f3 transparent transparent;
}
.newjob_section .tab_menu li.active.pink:after {
  top: 100%;
  border-width: 8px;
  border-color: #fd81b8 transparent transparent;
}
.newjob_section .tab_menu li.active:after {
  border-width: 10px;
  border-color: #ff0096 transparent transparent;
  top: 100%;
}
.newjob_section .tab_menu li:hover {
  opacity: 0.7;
}
.newjob_section .tab_content {
  overflow: hidden;
}
.newjob_section .job_box_wrap {
  display: none;
}
.newjob_section .job_box_wrap.active {
  display: block;
  -webkit-animation: slideUp_load 0.5s both;
  animation: slideUp_load 0.5s both;
}
.newjob_section .job_box_in {
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
  border-bottom: dotted 1px #b5b5b5;
}
.newjob_section .job_box_in a {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #282828;
}
.newjob_section .job_box_in .date {
  -webkit-flex: 1 1 80px;
  flex: 1 1 80px;
  padding: 0;
  width: 80px;
  white-space: nowrap;
}
.newjob_section .job_box_in .area {
  -webkit-flex: 1 1 90px;
  flex: 1 1 90px;
  width: 90px;
  white-space: nowrap;
}
.newjob_section .job_box_in .job_content {
  -webkit-flex: 1 8 80%;
  flex: 1 8 80%;
  overflow: hidden;
}
.newjob_section .job_box_in .job_content p {
  padding: 0;
  width: 100%;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newjob_section .job_link {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .newjob_section .tab_menu li.active {
    -webkit-order: 1;
    order: 1;
  }
  .newjob_section .job_box_in a {
    display: block;
  }
  .newjob_section .date,
  .newjob_section .area {
    display: inline-block;
  }
  .newjob_section .job_content {
    margin: 0.5rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .newjob_section .job_link {
    text-align: center;
  }
  .newjob_section .job_content p {
    font-size: 85%;
  }
}
.flow_section {
  padding: 0 0 4rem;
  background: #fff3f9;
  background: #f0f5f8;
}
.flow_section .flow_list {
  padding: 0;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flow_section .flow_list .flow {
  padding: 0 2rem 3rem;
  width: 50%;
  flex: 1 1 auto;
  position: relative;
}
.flow_section .flow_list .flow .title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  align-content: center;
  margin-right: -1rem;
  width: 85px;
  height: 85px;
  color: #fff;
  font-weight: 600;
  background: #ff0096;
  border: solid 3px #000;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  top: 1rem;
  left: 3rem;
  position: absolute;
}
.flow_section .flow_list .flow .title span {
  display: block;
  line-height: 1.5;
}
.flow_section .flow_list .flow .img_wrap {
  margin: 0;
  overflow: hidden;
  border: solid 3px #000;
  border-radius: 50%;
}
.flow_section .flow_list .flow .txt {
  margin: -4rem auto 0;
  padding: 0.5em 0.7em;
  max-width: 400px;
  background: #fff;
  border: solid 3px #000;
  position: relative;
}
.flow_section .flow_list .flow_arrow {
  margin: -3rem;
  align-self: center;
  position: relative;
  z-index: 1;
  transform: rotate(-90deg);
}
.flow_section .flow_list .flow_arrow:nth-child(4) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .flow_section .flow_list {
    display: block;
  }
  .flow_section .flow_list .flow {
    padding: 1rem 0;
    margin: 0 auto;
    width: auto;
    max-width: 400px;
  }
  .flow_section .flow_list .flow .title {
    left: 0;
  }
  .flow_section .flow_list .flow_arrow {
    display: block;
    transform: none !important;
    position: relative !important;
    margin: 0 auto;
    top: 0 !important;
  }
}
.work_section {
  padding: 0 0 4rem;
  background: #fff3f9;
}
.work_section .work_list_top .work {
  margin: 0 0 1rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.work_section .work_list_top .work .title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  align-content: center;
  margin-right: -1rem;
  width: 85px;
  height: 85px;
  color: #fff;
  font-weight: 600;
  background: #ff0096;
  border: solid 3px #000;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.work_section .work_list_top .work .title span {
  display: block;
  line-height: 1.5;
}
.work_section .work_list_top .work .txt {
  -webkit-flex: 10 1 auto;
  flex: 10 1 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  margin-right: 1em;
  min-height: 92px;
  color: #282828;
  line-height: 1.5;
  background: #fff;
  border: solid 3px #000;
}
.work_section .work_list_top .work .chara_wrap {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -1em 0 0;
  width: 100px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.work_section .work_list_top .work .chara_wrap .chara {
  margin: 0 auto;
}
.work_section .work_list_bottom {
  margin: 0 -5px 0;
}
.work_section .work_list_bottom:after {
  content: "";
  clear: both;
  display: block;
}
.work_section .work_list_bottom .post {
  padding: 0 5px 1.5rem;
  width: 25%;
  float: left;
}
.work_section .work_list_bottom .post_in {
  padding: 7px;
  background: #fff;
  border: solid 3px #000;
  position: relative;
}
.work_section .work_list_bottom .post_in .pin {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.work_section .work_list_bottom .post_in .txt {
  padding: 0.7em 0.5em 0.5em;
}
@media screen and (max-width: 1023px) {
  .work_section .work_list_bottom .post {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .work_section .work_list_top .work {
    margin-right: -0.5em;
    margin-left: -0.5em;
    font-size: 80%;
  }
  .work_section .work_list_top .work .title {
    width: 70px;
    height: 70px;
  }
  .work_section .work_list_bottom {
    font-size: 90%;
  }
  .work_section .work_list_bottom .post {
    width: auto;
    float: none;
  }
}
.link_section {
  padding: 3rem 0;
  background: url("../images/bg_goods_l.png") no-repeat left bottom, url("../images/bg_goods_r.png") no-repeat right bottom;
}
.link_section:after {
  border-color: #fff3f9 transparent transparent;
}
.link_section .link_wrap {
  border: solid 3px #000;
  position: relative;
}
.link_section .link_wrap .txt_wrap {
  text-align: center;
}
.link_section .link_wrap .txt_wrap p {
  padding: 0;
  line-height: 1.5;
}
.link_section .link_wrap .txt_wrap .name {
  margin: 0;
  line-height: 1.5;
  color: #282828;
  font-size: 1.3rem;
  font-weight: 600;
}
.link_section .link_wrap .txt_wrap .en {
  color: #fff;
  font-size: 90%;
}
.link_section .link_wrap .txt_wrap .btn {
  margin: 1.2rem 0 0;
}
.link_section .link_wrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.link_section .link_wrap a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.link_section .link_section_top {
  padding: 2.5rem 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.link_section .link_section_top .txt_wrap {
  position: relative;
  padding: 4.5rem 1rem 4rem;
}
.link_section .link_section_top .piko {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
  transform: translateY(-50%);
  z-index: 100;
}
.link_section .link_wrap_interview {
  -webkit-flex: 1 2 70%;
  flex: 1 2 70%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.link_section .link_wrap_interview .interview_img {
  width: 55%;
  background: url("../images/top_interview_img.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
.link_section .link_wrap_interview .interview_img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #dff3f3 transparent transparent;
}
.link_section .link_wrap_interview .interview_img.pink:after {
  top: 100%;
  border-width: 8px;
  border-color: #fd81b8 transparent transparent;
}
.link_section .link_wrap_interview .interview_img:after {
  border-color: transparent #fd81b8 transparent transparent;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
}
.link_section .link_wrap_interview .txt_wrap {
  width: 45%;
  background: #fd81b8;
}
.link_section .link_wrap_qa {
  -webkit-flex: 1 1 33.33333333%;
  flex: 1 1 33.33333333%;
  margin-left: 2em;
  background: #ff0096;
}
.link_section .link_section_bottom {
  margin-bottom: -10px;
  padding: 2rem 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.link_section .chara {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.link_section .link_wrap_merit {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 10px;
  margin-bottom: 2rem;
  position: relative;
  background: #fff;
}
.link_section .link_wrap_merit .dot {
  position: absolute;
  bottom: 7px;
  right: 100%;
  z-index: -1;
}
.link_section .link_wrap_merit .txt_wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem;
}
.link_section .link_wrap_merit .txt_wrap > * {
  display: inline-block;
  margin: 0 0.7rem;
}
.link_section .link_wrap_merit .txt_wrap .name:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 120%;
  padding-right: 0.7em;
}
.link_section .link_wrap_merit .txt_wrap .en {
  color: #b5b5b5;
}
.link_section .link_wrap_merit .txt_wrap .exclam {
  position: absolute;
  right: 1rem;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .link_section {
    background: url("../images/bg_goods_l.png") no-repeat left bottom;
  }
  .link_section .link_section_top .link_wrap {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .link_section .link_section_top .link_wrap .btn {
    display: none;
  }
  .link_section .link_section_top .link_wrap .txt_wrap {
    position: relative;
  }
  .link_section .link_section_top .link_wrap .txt_wrap:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    font-size: 1.8rem;
    top: 50%;
    left: 0;
    margin: auto;
    padding-left: 1rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .link_section .link_wrap_interview {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .link_section .link_wrap_interview .interview_img {
    width: auto;
    height: 140px;
  }
  .link_section .link_wrap_interview .interview_img:after {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    border-color: transparent transparent #fd81b8;
  }
  .link_section .link_wrap_interview .txt_wrap {
    width: auto;
    padding: 1rem 0;
  }
  .link_section .link_wrap_interview .piko {
    display: none;
  }
  .link_section .link_wrap_qa {
    margin-left: 0.5rem;
  }
  .link_section .link_wrap_qa .txt_wrap {
    height: 100%;
    padding: 3.5rem 0 0;
    position: relative;
  }
  .link_section .chara {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .link_section .link_wrap_merit {
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .link_section .link_wrap_merit .txt_wrap {
    display: block;
    position: relative;
    line-height: 1;
  }
  .link_section .link_wrap_merit .txt_wrap .name:before {
    position: absolute;
    top: auto;
    left: 0;
    padding-left: 1rem;
    margin-top: -0.1em;
  }
  .link_section .link_wrap_merit .txt_wrap .txt {
    margin: 0.5em 0 0;
    display: block;
    text-align: justify;
    font-size: 90%;
  }
  .link_section .link_wrap_merit .txt_wrap .exclam {
    margin: 0;
    width: 48px;
    float: right;
    right: 0;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .link_section .link_wrap .txt_wrap .name {
    font-size: 1rem;
    text-align: center;
  }
  .link_section .link_wrap .txt_wrap .en {
    font-size: 80%;
    text-align: center;
  }
  .link_section .link_section_top {
    padding: 1rem 0 0;
  }
  .link_section .link_section_top .link_wrap .txt_wrap:after {
    font-size: 1rem;
    padding-left: 0.5rem;
  }
  .link_section .chara_regi {
    width: 49.5px;
    height: 48px;
  }
  .link_section .chara_no1 {
    width: 80px;
    height: 103px;
  }
  .link_section .link_wrap_merit .dot {
    width: 30px;
  }
  .link_section .link_wrap_merit .txt_wrap {
    padding: 0.7rem;
  }
  .link_section .link_wrap_merit .txt_wrap .name:before {
    padding-left: 0.5rem;
  }
}
.op_section.link_section {
  padding: 0 0 2rem;
  background: none;
}
.op_section.link_section .link_row {
  padding: 0;
}
.op_section.link_section .link_wrap {
  margin: 0 30px;
  color: #fff;
  background: #ff0096;
}
.op_section.link_section .txt_wrap {
  display: block;
  position: relative;
}
.op_section.link_section .txt_wrap > * {
  display: block;
}
.op_section.link_section .txt_wrap .name {
  color: #fff;
}
.op_section.link_section .txt_wrap .name:before {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 200%;
  height: 1em;
  line-height: 1;
}
.op_section.link_section .txt_wrap .en {
  line-height: 1.2;
}
.op_section.link_section .txt_wrap .txt {
  line-height: 1.6;
}
.op_section.link_section .chara {
  -webkit-align-self: center;
  align-self: center;
}
body:not(.index) .op_section.link_section {
  margin-top: -1rem;
  padding: 0 0 4rem;
}
body:not(.index) .op_section.link_section .link_wrap {
  margin-right: 0;
}
body:not(.index) .op_section.link_section .txt_wrap {
  display: flex;
  justify-content: center;
}
body:not(.index) .op_section.link_section .chara_free1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .op_section.link_section .link_wrap {
    margin-right: 0;
    margin-left: 15px;
  }
  .op_section.link_section .txt_wrap {
    padding-left: 1.8rem;
  }
  .op_section.link_section .txt_wrap .name:before {
    left: 0.3rem;
  }
  .op_section.link_section .txt_wrap .txt {
    text-align: center;
  }
  .op_section.link_section .chara_free1 {
    display: none;
  }
}
.kyujin .job_box .job_box_in {
  margin: 0 0 3rem;
  border-top: dotted 3px #000;
}
.kyujin .job_box .job_box_in > * {
  margin: 0 0 1rem;
}
.kyujin .job_box .job_box_in p {
  padding: 1rem 1.5rem;
}
.kyujin .job_box .job_head {
  padding: 0.7rem 0 0;
}
.kyujin .job_box .job_head p {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.kyujin .job_box .job_head .area {
  padding: 0 1em;
  color: #282828;
}
.kyujin .job_box .title {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: #282828;
  background: #fff;
  border: solid 3px #000;
}
.kyujin .job_box .img_content {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.kyujin .job_box .img_content .job_img {
  margin-right: 1rem;
  width: 35%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  background-size: cover;
  background-position: center top;
}
.kyujin .job_box .img_content .catch {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #ffe7f2;
}
.kyujin .job_box .job_table {
  margin: -0.7rem -1rem 0.7rem;
}
.kyujin .job_box .job_table table {
  border-collapse: separate;
  border-spacing: 1rem;
  table-layout: fixed;
}
.kyujin .job_box .job_table th,
.kyujin .job_box .job_table td {
  background: #fff;
}
.kyujin .job_box .job_table th {
  width: 15%;
  text-align: left;
}
.kyujin .btn_wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#kyujin_l.kyujin .btn_wrap {
  margin: 0 -0.5rem !important;
}
.kyujin .btn_wrap > * {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0.5rem 0.7rem;
}
.kyujin .btn_wrap .btn {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 130%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kyujin .job_box .img_content {
    display: block;
  }
  .kyujin .job_box .img_content .job_img {
    margin: 0 0 1rem !important;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .kyujin .job_box .job_table {
    margin: 0 0 1rem;
  }
  .kyujin .job_box .job_table th {
    padding-bottom: 0;
  }
}
#kyujin_d .main_section {
  padding: 0;
}
#kyujin_d .job_box .job_box_in {
  margin: 0;
  border-top: none;
}
#kyujin_d .job_box p.title {
  padding: 1rem 1.5rem !important;
  border: solid 3px #000;
}
#kyujin_d .job_box .job_table_wrap {
  margin: 2rem 0 0;
}
#kyujin_d .job_box .job_table th {
  width: 20%;
}
#kyujin_d .btn_wrap {
  padding: 1rem 0 0;
  margin: 0 auto;
  max-width: 650px;
  display: block;
  text-align: center;
  position: relative;
}
#kyujin_d .btn_wrap:after {
  content: "";
  clear: both;
  display: block;
}
#kyujin_d .btn_wrap.static_btn {
  margin: 0 auto 72px;
}
#kyujin_d .btn_wrap .btn {
  display: block;
  margin: 0 0 0.7rem;
}
#kyujin_d .btn_wrap .chara_go {
  float: right;
  margin: -55px -60px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}
#kyujin_d .catch_wrap .btn_wrap {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #kyujin_d .btn_wrap.static_btn {
    margin: 0 auto 90px;
  }
  #kyujin_d .btn_wrap .chara_go {
    margin: -35px -1rem 0 0;
  }
}
.qa .qa_box {
  margin: 50px 0 0 0;
}
.qa .qa_box h2 {
  font-size: 115%;
  font-weight: bold;
}
.qa .qa_box h2:before {
  content: '\f06a';
  font-family: FontAwesome;
  color: #ff0096;
  margin-right: 10px;
}
.qa .qa_box h2 a {
  color: inherit;
}
.qa .qa_box dl .active {
  background: #fd81b8;
}
.qa .qa_box dl .active:after {
  content: "\f056";
  font-family: FontAwesome;
  color: #FFF;
}
.qa .qa_box dl dt {
  border: solid 2px #282828;
  background: #FFF;
  padding: 10px 20px 10px 10px;
  font-weight: bold;
  color: #282828;
  position: relative;
  box-sizing: border-box;
  margin-top: -2px;
  display: block;
  cursor: pointer;
}
.qa .qa_box dl dt:hover {
  opacity: .8;
}
.qa .qa_box dl dt:before {
  content: "Q:";
  margin-right: 10px;
  color: #ff0096;
}
.qa .qa_box dl dt:after {
  content: "\f055";
  font-family: FontAwesome;
  color: #ff0096;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -18px;
  font-size: 130%;
}
.qa .qa_box dl dt:nth-of-type(odd) + dd {
  background: url(../images/qa_icon01.png) no-repeat 10px center #ffffff;
}
.qa .qa_box dl dt:nth-of-type(even) + dd {
  background: url(../images/qa_icon02.png) no-repeat 10px center #ffffff;
}
.qa .qa_box dl dd {
  padding: 12px 12px 12px 100px;
  min-height: 80px;
  display: block;
}
.qa .qa_box dl dd:before {
  content: "A:";
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .qa .qa_box {
    margin-top: 0;
    margin-bottom: 45px;
  }
  .qa .qa_box h2 {
    font-size: 100%;
  }
  .qa .qa_box dl {
    font-size: 85%;
    line-height: 1.5;
  }
  .qa .qa_box dl dt {
    padding: 10px 45px 10px 10px;
  }
  .qa .qa_box dl dt:nth-of-type(odd) + dd {
    background-size: 15%;
  }
  .qa .qa_box dl dt:nth-of-type(even) + dd {
    background-size: 15%;
  }
  .qa .qa_box dl dt:after {
    font-size: 225%;
    margin-top: -6%;
  }
  .qa .qa_box dl dt:hover {
    opacity: 1;
  }
  .qa .qa_box dl dd {
    padding: 12px 12px 12px 20%;
  }
}
#interview_l .interview_l_box {
  position: relative;
  padding: 50px 0;
  border-bottom: dotted 3px #b5b5b5;
}
#interview_l .interview_l_box:last-of-type {
  border-bottom: none;
}
#interview_l .interview_l_box:after {
  content: "";
  clear: both;
  display: block;
}
#interview_l .interview_l_box a {
  display: block;
  color: #282828;
}
#interview_l .interview_l_img {
  float: left;
  border: solid 3px #000;
  padding: 7px;
  width: 40%;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
#interview_l .interview_l_img .pin {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
#interview_l .interview_l_photo {
  width: 100%;
}
#interview_l .interview_l_detail {
  position: absolute;
  background: #FFF;
  width: 61%;
  padding: 25px 15px 15px 15px;
  font-weight: bold;
  right: 0;
  top: 30%;
  margin-right: 15px;
  border-bottom: dotted 1px #b5b5b5;
}
#interview_l .interview_l_detail .tit {
  font-size: 110%;
}
#interview_l .interview_l_detail:after {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  text-shadow: 3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px 3px 3px #ffffff, -3px -3px 3px #ffffff;
  right: -15px;
  top: 50%;
  font-size: 200%;
  margin-top: -25px;
  color: #ff0096;
}
#interview_l .interview_l_detail .tag {
  background: #fd81b8;
  color: #FFF;
  line-height: 1;
  padding: 10px;
  position: absolute;
  top: -20px;
  left: -10px;
}
#interview_l .interview_l_detail p span {
  color: #fd81b8;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #interview_l .interview_l_box {
    padding: 30px 0 0 0;
    font-size: 85%;
  }
  #interview_l .interview_l_box:first-of-type {
    padding: 0 0 0 0;
  }
  #interview_l .interview_l_img {
    float: none;
    width: 100%;
  }
  #interview_l .interview_l_detail {
    position: relative;
    top: -36px;
    right: auto;
    width: auto;
    margin: 0 10px;
    padding: 20px 15px 5px 15px;
  }
}
#interview_d .interview_d_tit {
  background: #FFF;
  width: 100%;
  padding: 5rem 10px;
  margin-top: -4rem;
}
#interview_d .interview_d_tit p {
  max-width: 880px;
  margin: 0 auto;
  font-size: 240%;
  font-weight: bold;
  text-align: center;
  padding: 25px 100px;
  position: relative;
}
#interview_d .interview_d_tit p:before {
  width: 150px;
  height: 3px;
  background: #282828;
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(60deg);
  top: 50%;
}
#interview_d .interview_d_tit p:after {
  width: 150px;
  height: 3px;
  background: #282828;
  content: "";
  position: absolute;
  right: 0;
  transform: rotate(-60deg);
  top: 50%;
}
#interview_d .interview_d_mainimg {
  position: relative;
  border: solid 3px #000;
  padding: 7px;
  background: #FFF;
  top: -1rem;
  max-width: 640px;
  margin: 0 auto;
}
#interview_d .interview_d_mainimg .chara01 {
  width: 60px;
  height: 94px;
  background-image: url("../images/chara_free3.png");
  position: absolute;
  bottom: -1rem;
  right: -20px;
}
#interview_d .interview_d_mainimg .chara02 {
  width: 44px;
  height: 100px;
  background-image: url("../images/chara_free2.png");
  bottom: -1rem;
  left: -15px;
  position: absolute;
}
#interview_d .interview_d_mainimg .pin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#interview_d .interview_d_mainimg .tag {
  background: #fd81b8;
  color: #FFF;
  line-height: 1;
  padding: 10px;
  position: absolute;
  top: -20px;
  left: -10px;
  font-weight: bold;
}
#interview_d .interview_d_wrap {
  margin-top: 30px;
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#interview_d .interview_d_wrap > * {
  flex: 1 1 auto;
}
#interview_d .interview_d_l {
  width: 65%;
}
#interview_d .interview_d_l h1 {
  line-height: 1.7;
  margin-bottom: 40px;
}
#interview_d .interview_d_l dl {
  margin: 40px 0;
  background: #FFF;
}
#interview_d .interview_d_l dl dt {
  border: solid 2px #000;
  padding: 15px;
  font-weight: bold;
}
#interview_d .interview_d_l dl dd {
  padding: 15px;
}
#interview_d .interview_d_subimg {
  border: solid 3px #000;
  padding: 7px;
  background: #FFF;
  display: flex;
  margin: 3rem 0;
  justify-content: center;
}
#interview_d .interview_d_subimg p {
  padding: 0;
}
#interview_d .interview_d_subimg img {
  width: 100%;
}
#interview_d .interview_d_r {
  width: 30%;
  margin-left: 5%;
}
#interview_d .interview_d_r_tit {
  background: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}
#interview_d .interview_d_r_tit p {
  padding: 0;
}
#interview_d .interview_d_r_tit span {
  color: #ff0096;
}
#interview_d .interview_d_r_tit .name span {
  font-weight: bold;
  margin-right: 10px;
  color: #000;
}
#interview_d .interview_d_r_tit .kana {
  font-weight: normal;
}
#interview_d .interview_d_r_tit .profile {
  margin: 0.5em 0 0;
  padding: 0.3em 0 0;
  font-size: 95%;
  border-top: 3px dotted #b5b5b5;
}
#interview_d .interview_d_r_time {
  border: solid 3px #000;
}
#interview_d .interview_d_r_time dl {
  background: #FFF;
}
#interview_d .interview_d_r_time dl dt {
  background: #ff0096;
  color: #FFF;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
#interview_d .interview_d_r_time dl dt i {
  margin-right: 5px;
}
#interview_d .interview_d_r_time dl dd {
  padding: 15px;
  border-bottom: dotted 2px #b5b5b5;
}
#interview_d .interview_d_r_time dl dd:last-child {
  border: none;
}
#interview_d .interview_d_r_time dl dd span {
  font-weight: bold;
  margin-right: 10px;
}
#interview_d .interview_d_date p {
  padding: 1em 0 0;
  font-size: 90%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #interview_d .interview_d_tit {
    padding: 1rem 10px 2rem 10px;
  }
  #interview_d .interview_d_tit p {
    max-width: 100%;
    padding: 25px;
    font-size: 115%;
  }
  #interview_d .interview_d_tit p:before {
    width: 75px;
    left: -25px;
    transform: rotate(70deg);
  }
  #interview_d .interview_d_tit p:after {
    width: 75px;
    right: -25px;
    transform: rotate(-70deg);
  }
  #interview_d .interview_d_mainimg .chara01 {
    width: 41px;
    height: 64px;
  }
  #interview_d .interview_d_mainimg .chara02 {
    width: 29px;
    height: 64px;
  }
  #interview_d .interview_d_wrap {
    display: block;
  }
  #interview_d .interview_d_l {
    float: none;
    width: 100%;
  }
  #interview_d .interview_d_l h1 {
    margin-bottom: 20px;
  }
  #interview_d .interview_d_l dl {
    margin: 20px 0;
    font-size: 85%;
  }
  #interview_d .interview_d_r {
    float: none;
    width: 100%;
    font-size: 85%;
    margin-left: 0;
  }
}
.index .search_form {
  margin-bottom: 1rem;
}
.search_form_in .op_section.link_section,
body:not(.index) .search_form_in .op_section.link_section {
  padding: 1.5rem 0 0;
  border-top: dashed 3px #b5b5b5;
  margin: 2rem 0 1rem;
}
.search_form_in .op_section.link_section .area_li_in,
body:not(.index) .search_form_in .op_section.link_section .area_li_in {
  width: 100%;
  height: 0;
  padding: 0 1rem;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  background: #ffe7f2;
}
.search_form_in .op_section.link_section .area_li_in li,
body:not(.index) .search_form_in .op_section.link_section .area_li_in li {
  display: inline-block;
  padding: 0 0.5rem 0.5rem;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
}
.search_form_in .op_section.link_section .area_li_in li.not_found,
body:not(.index) .search_form_in .op_section.link_section .area_li_in li.not_found {
  display: block;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search_form_in .op_section.link_section .area_li_in li a,
body:not(.index) .search_form_in .op_section.link_section .area_li_in li a {
  display: block;
  padding: 0.7em;
  color: #000;
  background: #f3ce00;
  border-bottom: solid 3px #b5b5b5;
}
.search_form_in .op_section.link_section .area_li_in:nth-of-type(-n + 5),
body:not(.index) .search_form_in .op_section.link_section .area_li_in:nth-of-type(-n + 5) {
  order: 1;
}
.search_form_in .op_section.link_section .area_li_in:nth-of-type(n + 5),
body:not(.index) .search_form_in .op_section.link_section .area_li_in:nth-of-type(n + 5) {
  order: 3;
}
.search_form_in .op_section.link_section .area_li,
body:not(.index) .search_form_in .op_section.link_section .area_li {
  -webkit-flex: 1 0 20%;
  flex: 1 0 20%;
  padding: 0.1em 0.6em;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  cursor: pointer;
  order: 0;
  -webkit-transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, color 0.3s ease-out 0s, border 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.search_form_in .op_section.link_section .area_li.active,
body:not(.index) .search_form_in .op_section.link_section .area_li.active {
  color: #fff;
  background: #ff0096;
  border-color: #ff0096;
  position: relative;
}
.search_form_in .op_section.link_section .area_li.active:after,
body:not(.index) .search_form_in .op_section.link_section .area_li.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #dff3f3 transparent transparent;
}
.search_form_in .op_section.link_section .area_li.active.pink:after,
body:not(.index) .search_form_in .op_section.link_section .area_li.active.pink:after {
  top: 100%;
  border-width: 8px;
  border-color: #fd81b8 transparent transparent;
}
.search_form_in .op_section.link_section .area_li.active:after,
body:not(.index) .search_form_in .op_section.link_section .area_li.active:after {
  border-width: 10px;
  border-color: #ff0096 transparent transparent;
  top: 100%;
}
.search_form_in .op_section.link_section .area_li:hover,
body:not(.index) .search_form_in .op_section.link_section .area_li:hover {
  opacity: 0.7;
}
.search_form_in .op_section.link_section .area_li.active + .area_li_in,
body:not(.index) .search_form_in .op_section.link_section .area_li.active + .area_li_in {
  height: auto;
  max-height: 500px;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 1rem;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.search_form_in .op_section.link_section .area_li:nth-of-type(-n + 5),
body:not(.index) .search_form_in .op_section.link_section .area_li:nth-of-type(-n + 5) {
  order: 0;
}
.search_form_in .op_section.link_section .area_li:nth-of-type(n + 5),
body:not(.index) .search_form_in .op_section.link_section .area_li:nth-of-type(n + 5) {
  order: 2;
}
.footer_ga {
  display: block;
  font-size: 12px;
  padding: 7px 10px;
}
.footer_ga .ga-pdf {
  color: #333;
  opacity: .7;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer_ga .ga-pdf:hover {
    opacity: .8;
  }
}
