@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
@media screen and (max-width: 779px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 13px;
  color: black;
}

a {
  text-decoration: none;
  color: black;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 779px) {
  .container {
    width: 92%;
  }
}

@media screen and (max-width: 779px) {
  main {
    padding-top: 50px;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trans:hover,
.trans:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

/* ======================================================================
 header
====================================================================== */
header {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 779px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .container > * {
  width: 50%;
}
header .container > *.catch {
  font-size: 8px;
}
@media screen and (max-width: 779px) {
  header .container > *.catch {
    width: 70%;
    line-height: 1.5;
  }
}
header .container > *.logo {
  text-align: right;
}
header .container > *.logo img {
  width: auto;
}
@media screen and (max-width: 779px) {
  header .container > *.logo img {
    width: 100%;
  }
}
header .container > *.hamburger {
  width: 30%;
  text-align: right;
}

/* ======================================================================
 footer
====================================================================== */
footer .menu {
  background: black;
  padding: 40px 0;
}
@media screen and (max-width: 779px) {
  footer .menu {
    padding: 5% 0;
  }
}
footer .menu .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 779px) {
  footer .menu .container {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .menu .container a {
  color: white;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  font-size: 15px;
  margin: 0 20px;
}
@media screen and (max-width: 779px) {
  footer .menu .container a {
    width: 50%;
    font-size: 14px;
    margin: 2% 0;
  }
}
footer .btm .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 779px) {
  footer .btm .container {
    display: block;
    text-align: center;
    padding: 5% 0;
  }
}
footer .btm .container > * {
  width: 50%;
}
@media screen and (max-width: 779px) {
  footer .btm .container > * {
    width: 100%;
  }
}
footer .btm .container .logo img {
  width: 250px;
}
@media screen and (max-width: 779px) {
  footer .btm .container .logo img {
    width: 50%;
  }
}
footer .btm .container .copy {
  text-align: right;
  font-family: "Playfair Display", Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-style: italic;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  footer .btm .container .copy {
    text-align: center;
    font-size: 10px;
    margin-top: 3%;
  }
}
#fixed {
  display: none;
  position: fixed;
  z-index: 999;
  width: 124px;
  right: 20px;
  bottom: 50px;
}
#fixed a {
  display: block;
}

/* ======================================================================
 main
====================================================================== */
.top_kv {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 522px;
  background-image: url("../img/recruit/kv.jpg");
}
@media screen and (max-width: 779px) {
  .top_kv {
    background: none;
    height: auto;
  }
}
.top_kv .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
@media screen and (max-width: 779px) {
  .top_kv .menu {
    display: none;
    position: fixed;
    top: 50px;
    z-index: 999;
  }
}
.top_kv .menu .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 779px) {
  .top_kv .menu .list {
    display: block;
    margin: 5% auto;
  }
}
@media screen and (max-width: 779px) {
  .top_kv .menu .list li {
    margin-bottom: 5%;
  }
}
.top_kv .menu .list li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .top_kv .menu .list li:not(:last-child) {
    margin-right: 0;
  }
}
.top_kv .menu .list li img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_kv .menu .list li img {
    width: 100%;
  }
}
.top_kv .menu .list li a {
  display: block;
}
@media screen and (max-width: 779px) {
  .top_kv .menu .list li a {
    text-align: center;
  }
}
@media screen and (max-width: 779px) {
  .top_kv .menu .list li .sns {
    margin-top: 10%;
  }
}
.top_kv .menu .list li .sns img {
  width: 103px;
}
.top_kv .menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 27px;
}

.top_sec01 {
  background: ghostwhite;
  padding: 40px 0;
}
.top_sec01 .logo {
  margin: 0 auto;
  width: 212px;
}

.top_sec02 {
  text-align: center;
  padding: 50px 0 40px;
}
.top_sec02 > .container {
  padding-bottom: 10px;
}
.top_sec02 > .container > .ttl .en img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_sec02 > .container > .ttl .en img {
    width: 100%;
  }
}
.top_sec02 > .container > .ttl .ja {
  margin: 10px auto 0;
  width: 380px;
}
@media screen and (max-width: 779px) {
  .top_sec02 > .container > .ttl .ja {
    width: 100%;
  }
}
.top_sec02 > .container > .catch {
  margin: 15px 0;
  font-size: 15px;
}
.top_sec02 > .container > .catch span {
  color: #a67c52;
}
.top_sec02 > .container > .img {
  margin: 0 auto;
  width: 212px;
}
.top_sec02 > .container > .profile .top {
  margin: 10px 0;
  line-height: 1.5;
}
.top_sec02 > .container > .profile .top .job {
  font-size: 10px;
}
.top_sec02 > .container > .profile .top .name {
  font-size: 18px;
}
.top_sec02 > .container > .profile .top .name span {
  color: #a67c52;
}
.top_sec02 > .container > .profile .txt {
  line-height: 2;
}
@media screen and (max-width: 779px) {
  .top_sec02 > .container > .profile .txt {
    text-align: left;
  }
}
.top_sec02 > .container > .name {
  margin: 0 auto;
  width: 800px;
  text-align: right;
}
.top_sec02 > .container > .name img {
  width: 284px;
}

.gototop {
  background-image: url("../img/line01.png");
  background-color: white;
  background-size: 10%;
  background-repeat: repeat-x;
  background-position: bottom;
  text-align: right;
  padding-top: 40px;
}
.gototop .ico {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -12px;
  width: 36px;
}

.top_sec03 {
  background-image: url("../img/recruit/bg01.png");
  text-align: center;
}
.top_sec03 > .img {
  background: ghostwhite;
  padding: 50px 0;
}
.top_sec03 > .container {
  padding: 40px 0 20px;
}
.top_sec03 > .container > .ttl .en img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_sec03 > .container > .ttl .en img {
    width: 100%;
  }
}
.top_sec03 > .container > .ttl .ja {
  margin: 10px auto 0;
  width: 380px;
}
@media screen and (max-width: 779px) {
  .top_sec03 > .container > .ttl .ja {
    width: 100%;
  }
}
.top_sec03 > .container .data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_sec03 > .container .data li {
  margin-top: 35px;
}

.top_sec04 {
  padding: 85px 0 0;
}
@media screen and (max-width: 779px) {
  .top_sec04 {
    padding: 50px 0 0;
  }
}
.top_sec04 .container > .en {
  position: absolute;
  left: 15px;
  top: -40px;
  width: 228px;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .en {
    position: static;
    margin: 0 auto 10px;
    width: 150px;
  }
}
.top_sec04 .container > .ttl {
  margin: 0 auto;
  width: 380px;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .ttl {
    width: 100%;
  }
}
.top_sec04 .container > .catch {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}
.top_sec04 .container > .catch span {
  color: #a67c52;
}
.top_sec04 .container > .txt {
  text-align: center;
  line-height: 2;
}
.top_sec04 .container > .staff {
  position: relative;
  width: 730px;
  margin: 60px auto;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff {
    width: 100%;
  }
}
.top_sec04 .container > .staff.case01 .img, .top_sec04 .container > .staff.case03 .img {
  right: -40px;
  top: 0;
}
.top_sec04 .container > .staff.case01 .people, .top_sec04 .container > .staff.case03 .people {
  left: -30px;
  top: 10px;
}
.top_sec04 .container > .staff.case01 .history {
  text-align: right;
  margin: -50px -15px 0 0;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff.case01 .history {
    margin: 0;
  }
}
.top_sec04 .container > .staff.case02 .img {
  left: -40px;
  top: -30px;
}
.top_sec04 .container > .staff.case02 .people {
  right: -10px;
  top: 10px;
}
.top_sec04 .container > .staff.case02 .history {
  margin: -60px 0 0 -50px;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff.case02 .history {
    margin: 0;
  }
}
.top_sec04 .container > .staff.case03 .history {
  text-align: right;
  margin: 20px 0 0;
}
.top_sec04 .container > .staff .profile {
  text-align: center;
}
.top_sec04 .container > .staff .profile .name {
  margin: 0 auto;
  width: 393px;
  border-bottom: 2px solid;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff .profile .name {
    width: 100%;
  }
}
.top_sec04 .container > .staff .profile .name .en {
  margin: 0 auto;
  width: 66px;
}
.top_sec04 .container > .staff .profile .name .ja {
  margin: 5px 0 10px;
  font-size: 22px;
}
.top_sec04 .container > .staff .profile .spec {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
  padding-top: 10px;
}
.top_sec04 .container > .staff .profile .ttl {
  font-size: 18px;
  margin: 15px 0;
  line-height: 1.3;
}
.top_sec04 .container > .staff .profile .txt {
  line-height: 1.7;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff .profile .txt {
    margin-top: 20px;
    text-align: left;
  }
  .top_sec04 .container > .staff .profile .txt img {
    width: 48%;
    margin-left: 2%;
    float: right;
  }
}
.top_sec04 .container > .staff .img {
  position: absolute;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff .img {
    position: static;
  }
}
.top_sec04 .container > .staff .img img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff .img img {
    width: 100%;
  }
}
.top_sec04 .container > .staff .people {
  position: absolute;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff .people {
    position: static;
    width: 25%;
    margin: 0 auto;
  }
}
.top_sec04 .container > .staff .people img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff .people img {
    width: 100%;
  }
}
.top_sec04 .container > .staff .history img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .staff .history img {
    width: 100%;
  }
}
.top_sec04 .container > .photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 730px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .photo {
    width: 100%;
  }
}
.top_sec04 .container > .photo li {
  width: 139px;
  margin-top: 8px;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .photo li {
    width: 32%;
    margin-top: 2%;
  }
}
.top_sec04 .container > .photo li:not(:nth-child(5n)) {
  margin-right: 8px;
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .photo li:not(:nth-child(5n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 779px) {
  .top_sec04 .container > .photo li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.top_sec05 > .container {
  width: 730px;
  padding: 60px 0 20px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container {
    width: 92%;
  }
}
.top_sec05 > .container > .ttl {
  text-align: center;
}
.top_sec05 > .container > .ttl .en img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container > .ttl .en img {
    width: 100%;
  }
}
.top_sec05 > .container > .ttl .ja {
  margin: 10px auto 0;
  width: 380px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container > .ttl .ja {
    width: 100%;
  }
}
.top_sec05 > .container > .catch {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.top_sec05 > .container > .catch span {
  color: #a67c52;
}
.top_sec05 > .container > .txt {
  text-align: center;
  line-height: 2;
}
.top_sec05 > .container .point01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 25px 0 25px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point01 {
    display: block;
  }
}
.top_sec05 > .container .point01 .detail {
  width: 490px;
  margin-right: 25px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point01 .detail {
    width: 100%;
    margin-right: 0;
  }
}
.top_sec05 > .container .point01 .detail .ttl .en {
  width: 170px;
}
.top_sec05 > .container .point01 .detail .ttl .ja {
  font-size: 15px;
  margin: 15px 0;
}
.top_sec05 > .container .point01 .detail .txt {
  line-height: 1.7;
}
.top_sec05 > .container .point01 .img {
  position: relative;
  width: 215px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point01 .img {
    margin: 20px auto 10px;
  }
}
.top_sec05 > .container .point01 .img .name {
  font-size: 10px;
  line-height: 1.5;
  position: absolute;
  bottom: 10px;
  left: -77%;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point01 .img .name {
    position: static;
    display: block;
  }
}
.top_sec05 > .container .curriculum > .ttl {
  width: 133px;
  margin-bottom: 25px;
}
.top_sec05 > .container .curriculum > .year {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .year {
    display: block;
  }
}
.top_sec05 > .container .curriculum > .year > li {
  width: 226px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .year > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top_sec05 > .container .curriculum > .year > li:not(:nth-child(3n)) {
  margin-right: 25px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .year > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.top_sec05 > .container .curriculum > .year > li > .ttl {
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.top_sec05 > .container .curriculum > .year > li > .ttl img {
  width: 110px;
}
.top_sec05 > .container .curriculum > .year > li .step li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.top_sec05 > .container .curriculum > .year > li .step li .ttl {
  width: 78px;
  margin-right: 5px;
}
.top_sec05 > .container .curriculum > .year > li .step li .txt {
  width: 143px;
  font-size: 11px;
  line-height: 1.5;
}
.top_sec05 > .container .curriculum > .debut {
  background-image: url("../img/recruit/bal01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 35px 0;
  margin-top: 10px;
}
.top_sec05 > .container .curriculum > .debut img {
  width: 260px;
}
.top_sec05 > .container .curriculum > .graduate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border: 1px solid;
  background: white;
  width: 617px;
  margin: 0 auto 50px;
  padding: 20px 10px 10px 10px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .graduate {
    display: block;
    width: 92%;
    padding: 4%;
  }
}
.top_sec05 > .container .curriculum > .graduate:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -3px;
  bottom: -3px;
  display: block;
  background: black;
  width: 100%;
  height: 100%;
}
.top_sec05 > .container .curriculum > .graduate .detail {
  order: 2;
  width: 324px;
  margin-left: 15px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .graduate .detail {
    width: 100%;
    margin-left: 0;
  }
}
.top_sec05 > .container .curriculum > .graduate .detail .ttl {
  position: absolute;
  right: -50px;
  top: 50px;
  width: 423px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .graduate .detail .ttl {
    position: static;
    width: 100%;
  }
}
.top_sec05 > .container .curriculum > .graduate .detail .txt {
  line-height: 1.7;
  font-size: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .graduate .detail .txt {
    margin-top: 4%;
  }
}
.top_sec05 > .container .curriculum > .graduate .detail .name {
  font-size: 9px;
  line-height: 1.5;
  margin-top: 15px;
}
.top_sec05 > .container .curriculum > .graduate .img {
  width: 278px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .curriculum > .graduate .img {
    width: 100%;
  }
}
.top_sec05 > .container .career > .ttl {
  width: 108px;
}
.top_sec05 > .container .career > .catch {
  font-size: 15px;
  margin: 15px 0;
}
.top_sec05 > .container .career > .txt {
  line-height: 1.7;
}
.top_sec05 > .container .career .cap {
  margin-top: 20px;
}
.top_sec05 > .container .career .scroll {
  text-align: center;
  margin-top: -30px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .career .scroll {
    margin-top: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .career .scroll .top {
    /* width: 150%; */
    width: 100%;
  }
}
.top_sec05 > .container .career .scroll .top img {
  width: auto;
  margin-left: 50px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .career .scroll .top img {
    width: 100%;
    margin-left: 0;
  }
}
.top_sec05 > .container .career .scroll .btm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-image: url("../img/recruit/bal01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 35px 0 20px;
  margin-top: 20px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .career .scroll .btm {
    /* width: 150%; */
    width: 100%;
  }
}
.top_sec05 > .container .career .scroll .btm img {
  width: 155px;
  margin: 0 20px;
}
.top_sec05 > .container .career .cap {
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}
.top_sec05 > .container .point02 {
  margin-top: 50px;
}
.top_sec05 > .container .point02 > .ttl .en {
  width: 176px;
}
.top_sec05 > .container .point02 > .ttl .ja {
  font-size: 15px;
  margin: 15px 0;
}
.top_sec05 > .container .point02 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .career .scroll .btm img {
    width: 100px;
    margin: 0 10px;
  }
  .top_sec05 > .container .point02 .list {
    display: block;
  }
}
.top_sec05 > .container .point02 .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url("../img/recruit/bg02.png") white;
  padding: 20px 10px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li {
    padding: 4%;
    margin-bottom: 4%;
  }
}
.top_sec05 > .container .point02 .list li:not(:last-child) {
  width: 332px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:not(:last-child) {
    width: 92%;
  }
}
.top_sec05 > .container .point02 .list li:not(:last-child) .img {
  width: 150px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:not(:last-child) .img {
    width: 46%;
    margin-right: 4%;
  }
}
.top_sec05 > .container .point02 .list li:not(:last-child) .detail {
  width: 172px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:not(:last-child) .detail {
    width: 50%;
  }
}
.top_sec05 > .container .point02 .list li:not(:last-child) .detail .ttl .en {
  width: 113px;
}
.top_sec05 > .container .point02 .list li:not(:nth-child(2n)) {
  margin-right: 26px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.top_sec05 > .container .point02 .list li:last-child {
  width: 710px;
  margin: 30px 0 0;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:last-child {
    display: block;
    width: 92%;
    margin: 4% 0 0;
  }
}
.top_sec05 > .container .point02 .list li:last-child .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 441px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:last-child .img {
    width: 100%;
  }
}
.top_sec05 > .container .point02 .list li:last-child .img img {
  width: 217px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:last-child .img img {
    width: 48%;
  }
}
.top_sec05 > .container .point02 .list li:last-child .img img:last-child {
  margin-left: 7px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:last-child .img img:last-child {
    margin-left: 4%;
  }
}
.top_sec05 > .container .point02 .list li:last-child .detail {
  width: 259px;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li:last-child .detail {
    width: 100%;
  }
}
.top_sec05 > .container .point02 .list li .detail {
  margin-left: 10px;
  order: 2;
}
@media screen and (max-width: 779px) {
  .top_sec05 > .container .point02 .list li .detail {
    margin-left: 0;
  }
}
.top_sec05 > .container .point02 .list li .detail .ttl {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.top_sec05 > .container .point02 .list li .detail .ttl .ja {
  font-size: 15px;
  margin: 15px 0 0;
}
.top_sec05 > .container .point02 .list li .detail .txt {
  font-size: 11px;
  line-height: 1.7;
}

.top_sec06 {
  background-image: url("../img/recruit/bg01.png");
}
.top_sec06 > .img {
  background: ghostwhite;
  padding: 50px 0;
}
.top_sec06 > .container {
  width: 700px;
  padding: 40px 0 20px;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container {
    width: 92%;
  }
}
.top_sec06 > .container > .ttl {
  text-align: center;
}
.top_sec06 > .container > .ttl .en img {
  width: auto;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container > .ttl .en img {
    width: 100%;
  }
}
.top_sec06 > .container > .ttl .ja {
  margin: 10px auto 0;
  width: 380px;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container > .ttl .ja {
    width: 100%;
  }
}
.top_sec06 > .container > .catch {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.top_sec06 > .container > .txt {
  text-align: center;
  line-height: 2;
}
.top_sec06 > .container .interview01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 50px 0 80px;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container .interview01 {
    display: block;
  }
}
.top_sec06 > .container .interview01 .detail {
  position: relative;
  order: 2;
  margin-left: 25px;
  width: 460px;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container .interview01 .detail {
    width: 100%;
    margin-left: 0;
  }
}
.top_sec06 > .container .interview01 .detail .ttl .en {
  width: 112px;
}
.top_sec06 > .container .interview01 .detail .ttl .ja {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.top_sec06 > .container .interview01 .detail .txt {
  font-size: 12px;
  line-height: 1.7;
}
.top_sec06 > .container .interview01 .detail .mark {
  width: 187px;
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container .interview01 .detail .mark {
    position: static;
    margin: 10px auto;
  }
}
.top_sec06 > .container .interview01 .img {
  position: relative;
  width: 215px;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container .interview01 .img {
    margin: 10px auto;
  }
}
.top_sec06 > .container .interview01 .img .name {
  position: absolute;
  right: -100%;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .top_sec06 > .container .interview01 .img .name {
    position: static;
  }
}

.top_sec07 {
  padding-top: 30px;
}
.top_sec07 .container > .ttl {
  margin: 0 auto;
  width: 380px;
}
@media screen and (max-width: 779px) {
  .top_sec07 .container > .ttl {
    width: 100%;
  }
}
.top_sec07 .container > .list {
  width: 690px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 779px) {
  .top_sec07 .container > .list {
    width: 100%;
  }
}
.top_sec07 .container > .list li {
  text-align: center;
  position: relative;
  background: white;
  width: 185px;
  min-height: 208px;
  border: 1px solid;
  margin-top: 20px;
  padding: 10px;
}
@media screen and (max-width: 779px) {
  .top_sec07 .container > .list li {
    width: 40%;
    padding: 4%;
  }
}
.top_sec07 .container > .list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  z-index: -1;
  right: -4px;
  bottom: -4px;
}
.top_sec07 .container > .list li:not(:nth-child(3n)) {
  margin-right: 34px;
}
@media screen and (max-width: 779px) {
  .top_sec07 .container > .list li:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 779px) {
  .top_sec07 .container > .list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.top_sec07 .container > .list li .num {
  width: 78px;
  margin: 0 auto;
}
.top_sec07 .container > .list li .ttl {
  margin: 15px 0 10px;
  font-size: 15px;
}
@media screen and (max-width: 779px) {
  .top_sec07 .container > .list li .ttl {
    line-height: 1.5;
  }
}
.top_sec07 .container > .list li .txt {
  font-size: 10px;
  line-height: 1.7;
}

.top_sec08 {
  background: ghostwhite;
  padding: 70px 0 0;
}
.top_sec08 .container > .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.top_sec08 .container > .ttl .ja {
  font-size: 10px;
  margin-bottom: 10px;
}
.top_sec08 .container > .ttl .en {
  margin: 0 auto;
  width: 202px;
}
@media screen and (max-width: 779px) {
  .top_sec08 .container > .ttl .en {
    width: 100%;
  }
}
.top_sec08 .container > .table .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
  font-size: 17px;
}
@media screen and (max-width: 779px) {
  .top_sec08 .container > .table .box {
    display: block;
    border-bottom: 1px dashed #bababf;
    padding-bottom: 15px;
  }
}
.top_sec08 .container > .table .box .ttl {
  position: relative;
  padding-top: 7px;
  width: 240px;
}
@media screen and (max-width: 779px) {
  .top_sec08 .container > .table .box .ttl {
    margin-bottom: 5px;
  }
}
.top_sec08 .container > .table .box .ttl span {
  display: block;
  text-align: center;
  padding: 0 10px 0 15px;
  border-left: 1px solid;
  border-right: 1px solid;
  font-weight: bold;
  letter-spacing: 0.5em;
  width: 130px;
}
.top_sec08 .container > .table .box .ttl:after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: 1px dashed #bababf;
  width: 74px;
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 779px) {
  .top_sec08 .container > .table .box .ttl:after {
    display: none;
  }
}
.top_sec08 .container > .table .box .detail {
  width: 710px;
  margin-left: 10px;
}
@media screen and (max-width: 779px) {
  .top_sec08 .container > .table .box .detail {
    width: 100%;
    margin-left: 0;
  }
}
.top_sec08 .container > .table .box .detail .txt {
  line-height: 2;
}
.top_sec08 .container > .table .box .detail .txt + .cap {
  margin-bottom: 1em;
}
.top_sec08 .container > .table .box .detail .cap {
  font-size: 11px;
  line-height: 1.5;
}
.top_sec08 .gototop {
  background-color: ghostwhite;
}

.top_sec09 {
  padding: 70px 0 0;
}
.top_sec09 .container {
  width: 700px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container {
    width: 92%;
  }
}
.top_sec09 .container > .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.top_sec09 .container > .ttl .ja {
  font-size: 10px;
  margin-bottom: 10px;
}
.top_sec09 .container > .ttl .en {
  margin: 0 auto;
  width: 134px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .ttl .en {
    width: 100%;
  }
}
.top_sec09 .container > .form {
  margin-bottom: 20px;
}
.top_sec09 .container > .form .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  font-size: 17px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box {
    display: block;
    border-bottom: 1px dashed #bababf;
    padding-bottom: 20px;
  }
}
.top_sec09 .container > .form .box .ttl {
  position: relative;
  width: 200px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .ttl {
    margin-bottom: 10px;
  }
}
.top_sec09 .container > .form .box .ttl span {
  display: block;
  text-align: center;
  padding: 0 10px 0 15px;
  border-left: 1px solid;
  border-right: 1px solid;
  font-weight: bold;
  letter-spacing: 0.5em;
  width: 130px;
}
.top_sec09 .container > .form .box .input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 490px;
  margin-left: 10px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input {
    width: 100%;
  }
}
.top_sec09 .container > .form .box .input input {
  vertical-align: middle;
  margin: 0 5px;
}
.top_sec09 .container > .form .box .input .name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 230px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .name {
    width: 48%;
  }
}
.top_sec09 .container > .form .box .input .name:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .name:not(:last-child) {
    margin-right: 4%;
  }
}
.top_sec09 .container > .form .box .input .name span {
  width: 35px;
  text-align: right;
  margin-left: -35px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .name span {
    margin-left: 0;
    font-size: 14px;
  }
}
.top_sec09 .container > .form .box .input .name input {
  width: 200px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .name input {
    width: 70%;
  }
}
.top_sec09 .container > .form .box .input .tel {
  width: 141px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .tel {
    width: 30%;
  }
}
.top_sec09 .container > .form .box .input .tel:last-child {
  width: 190px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .tel:last-child {
    width: 40%;
  }
}
.top_sec09 .container > .form .box .input .tel input {
  width: 108px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .tel input {
    width: 55px;
  }
}
.top_sec09 .container > .form .box .input .tel span {
  font-size: 10px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .mail {
    width: 100%;
  }
}
.top_sec09 .container > .form .box .input .mail span {
  font-size: 10px;
}
.top_sec09 .container > .form .box .input .mail input {
  width: 393px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .input .mail input {
    width: 70%;
  }
}
.top_sec09 .container > .form .box .input .age span {
  font-size: 10px;
}
.top_sec09 .container > .form .box .input .age input {
  width: 110px;
}
.top_sec09 .container > .form .box .input .gender label {
  margin-right: 2em;
}
.top_sec09 .container > .form .box .input .train {
  margin-right: 1em;
}
.top_sec09 .container > .form .box .input .train input {
  width: 110px;
}
.top_sec09 .container > .form .box .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .list {
    display: block;
  }
}
.top_sec09 .container > .form .box .list .radio {
  margin-right: 50px;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .list .radio {
    margin: 0 0 20px;
  }
}
.top_sec09 .container > .form .box .list .radio label {
  display: block;
  padding: 5px 0;
}
.top_sec09 .container > .form .box .list .radio .ttl {
  margin-left: -1em;
}
@media screen and (max-width: 779px) {
  .top_sec09 .container > .form .box .list .radio .ttl {
    margin-left: 0;
  }
}
.top_sec09 .container > .form .submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.top_sec09 .container > .form .submit button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 160px;
  margin-right: 30px;
}
