html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #131313;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 941px) and (max-width: 1200px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 940px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #fff;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .wf-active body::after {
    opacity: 0; }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  padding-top: 100px;
  padding-bottom: 300px; }
  @media screen and (max-width: 940px) {
    main {
      padding-top: 50px;
      padding-bottom: 150px; } }

section {
  position: relative; }

small {
  font-size: 13px; }
  @media screen and (max-width: 940px) {
    small {
      font-size: 12px; } }

strong, b {
  font-weight: 700; }

table {
  border-top: 1px solid #07185C;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  table th {
    text-align: left;
    border-bottom: 1px solid #07185C;
    background-color: #EFF9FE; }
  table td {
    border-bottom: 1px solid #07185C;
    word-break: break-all; }
  table th, table td {
    vertical-align: middle;
    padding: 20px;
    line-height: 1.5; }
    @media screen and (max-width: 940px) {
      table th, table td {
        padding: 5px;
        font-size: 12px; } }

.container {
  max-width: 1190px;
  margin: auto;
  padding: 0 20px; }

.container2 {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline; }
  .text a {
    color: #12BFF2;
    text-decoration: underline;
    font-weight: 600; }

.lead {
  font-size: 18px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline;
  margin-bottom: 50px; }
  @media screen and (max-width: 940px) {
    .lead {
      font-size: 14px;
      text-align: justify;
      text-justify: inter-ideograph; } }

.outlink {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #07185C; }
  .outlink::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0px;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/outlink.png") no-repeat center;
    background-size: 16px; }
    @media screen and (max-width: 940px) {
      .outlink::after {
        background-size: 14px; } }

.m1 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #07185C;
  font-weight: 600;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 940px) {
    .m1 {
      font-size: 19px;
      margin-bottom: 30px;
      padding: 0 10px; } }

.m2 {
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: 600;
  color: #07185C;
  padding-left: 55px;
  padding-bottom: 20px;
  border-bottom: 2px solid #EB008B;
  line-height: 1.4; }
  @media screen and (max-width: 940px) {
    .m2 {
      font-size: 18px;
      padding-left: 40px;
      padding-bottom: 10px;
      margin-bottom: 20px; } }
  .m2::before {
    position: absolute;
    top: calc(50% - 30px);
    left: 0px;
    content: '';
    width: 35px;
    height: 45px;
    background: url("../img/m2.png") no-repeat center;
    background-size: 35px; }
    @media screen and (max-width: 940px) {
      .m2::before {
        background-size: 25px; } }
  .m2.ex {
    border-bottom: 2px solid #12BFF2; }
    .m2.ex::before {
      background: url("../img/m1.png") no-repeat center;
      background-size: 35px; }
      @media screen and (max-width: 940px) {
        .m2.ex::before {
          background-size: 25px; } }
  .m2.ex2 {
    border-bottom: 3px solid #07185C; }

.m3 {
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #07185C;
  padding: 10px;
  border-radius: 50px;
  text-align: center; }
  @media screen and (max-width: 940px) {
    .m3 {
      font-size: 16px;
      margin-bottom: 30px; } }

.m4 {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 600;
  color: #07185C;
  text-align: center; }
  @media screen and (max-width: 940px) {
    .m4 {
      font-size: 16px; } }
  .m4::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #EB008B; }
  .m4.ex::before {
    background-color: #12BFF2; }
  .m4 i {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 15px; }

.btn1 {
  position: relative;
  width: 450px;
  height: 80px;
  margin: auto;
  border-radius: 60px;
  border: 2.5px solid #07185C;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 600;
  color: #07185C; }
  @media screen and (max-width: 940px) {
    .btn1 {
      width: 100%;
      max-width: 300px;
      height: 50px;
      font-size: 16px; } }
  .btn1 i {
    position: absolute;
    top: calc(50% - 18px);
    right: -40px;
    width: 80px;
    height: 20px;
    background: url("../img/arrow1.png") no-repeat center;
    background-size: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 940px) {
      .btn1 i {
        top: calc(50% - 14px);
        background-size: 40px; } }
  @media print, screen and (min-width: 941px) {
    .btn1:hover {
      opacity: 1;
      background-color: #eee; }
      .btn1:hover i {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); } }

.btn2 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 500px;
  height: 50px;
  background-color: #07185C;
  color: #fff;
  border-radius: 40px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.2; }
  .btn2 i {
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 11px;
    height: 20px;
    background: url("../img/arrow2.png") no-repeat center;
    background-size: 11px; }
    @media screen and (max-width: 940px) {
      .btn2 i {
        background-size: 6px; } }
  @media screen and (max-width: 940px) {
    .btn2 {
      width: 100%;
      max-width: 300px;
      height: 50px;
      font-size: 15px; } }
  .btn2.ex {
    font-size: 20px;
    width: 400px;
    height: 80px; }
    @media screen and (max-width: 940px) {
      .btn2.ex {
        width: 300px;
        height: 50px;
        font-size: 15px; } }
  @media print, screen and (min-width: 941px) {
    .btn2:hover {
      opacity: 1;
      background-color: #6c739a; } }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media print, screen and (min-width: 941px) {
    .picbtn:hover {
      opacity: 1; }
      .picbtn:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); } }

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ol {
  padding-top: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
  counter-reset: 0; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1 {
  line-height: 1.8; }
  .list1 > li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative; }
    .list1 > li::before {
      position: absolute;
      top: 10px;
      left: 2px;
      content: '';
      width: 7px;
      height: 7px;
      background: #12BFF2;
      border-radius: 20px; }
      @media screen and (max-width: 940px) {
        .list1 > li::before {
          top: 8px; } }

.title {
  position: relative;
  height: 520px;
  padding-top: 250px;
  background-color: #07185C;
  color: #ffffff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow: hidden; }
  @media screen and (max-width: 940px) {
    .title {
      padding-top: 115px;
      height: 240px; } }
  .title h1 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 940px) {
      .title h1 {
        font-size: 14px; } }
    .title h1 i {
      position: relative;
      display: block;
      font-size: 57px;
      font-family: "Oswald", sans-serif;
      font-weight: 200;
      margin-bottom: 0.3em; }
      @media screen and (max-width: 940px) {
        .title h1 i {
          font-size: 28px; } }
  .title.ex h1::before {
    background-color: rgba(255, 255, 255, 0.5); }

.title2 {
  position: relative;
  height: 1000px;
  color: #07185C;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 940px) {
    .title2 {
      height: 400px; } }
  .title2 .set {
    margin-left: 5%;
    margin-bottom: 70px; }
    @media screen and (max-width: 940px) {
      .title2 .set {
        margin-left: 10px;
        margin-bottom: 10px; } }
    .title2 .set h1 {
      letter-spacing: 0.1em;
      margin-bottom: 20px; }
      @media screen and (max-width: 940px) {
        .title2 .set h1 {
          margin-bottom: 15px; } }
      .title2 .set h1 i {
        position: relative;
        display: inline-block;
        font-size: 24px;
        font-family: "Oswald", sans-serif;
        font-weight: 500; }
        @media screen and (max-width: 940px) {
          .title2 .set h1 i {
            font-size: 14px; } }
        .title2 .set h1 i::before {
          position: absolute;
          top: 50%;
          right: -160px;
          content: '';
          width: 150px;
          height: 2px;
          background-color: #07185C; }
          @media screen and (max-width: 940px) {
            .title2 .set h1 i::before {
              right: -65px;
              width: 60px; } }
    .title2 .set .t1 {
      letter-spacing: 0.05em; }
      .title2 .set .t1 i {
        position: relative;
        display: inline-block;
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        background-color: #07185C;
        padding: 15px;
        margin-bottom: 10px; }
        @media screen and (max-width: 940px) {
          .title2 .set .t1 i {
            font-size: 15px;
            padding: 8px;
            margin-bottom: 5px; } }
    .title2 .set .t2 {
      font-size: 20px;
      font-weight: 600;
      margin-top: 30px;
      line-height: 2;
      text-shadow: 0px 0px 2px #fff; }
      @media screen and (max-width: 940px) {
        .title2 .set .t2 {
          font-size: 13px;
          margin-top: 10px; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; } }

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; } }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ef1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2000px, 0px);
    transform: translate(-2000px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes MoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2000px, 0px);
    transform: translate(-2000px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.grecaptcha-badge {
  visibility: hidden; }

#zone_subnav {
  background-color: rgba(18, 191, 242, 0.2);
  padding: 80px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 940px) {
    #zone_subnav {
      padding: 40px 20px; } }
  #zone_subnav h3 {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    color: #07185C;
    margin-top: -30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 940px) {
      #zone_subnav h3 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 20px; } }
  #zone_subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #zone_subnav ul li {
      width: 450px;
      margin: 0 50px; }
      @media screen and (max-width: 940px) {
        #zone_subnav ul li {
          width: 100%;
          margin: 0;
          margin-bottom: 20px; }
          #zone_subnav ul li:last-child {
            margin-bottom: 0; }
          #zone_subnav ul li a {
            max-width: 400px;
            margin: auto; } }

.cap_p {
  border-radius: 15px; }

.cap {
  position: relative;
  text-align: left;
  padding-top: 20px;
  padding-left: 60px;
  color: #EB008B;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (max-width: 940px) {
    .cap {
      padding-top: 10px;
      padding-left: 30px; } }
  .cap::before {
    position: absolute;
    bottom: 0px;
    left: 40px;
    content: '';
    width: 2px;
    height: calc(100% + 30px);
    background-color: #EB008B; }
    @media screen and (max-width: 940px) {
      .cap::before {
        height: calc(100% + 20px);
        left: 15px; } }
  .cap i {
    color: #131313;
    display: block; }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both; }

_:-ms-lang(x)::-ms-backdrop, .swiper-slide-active .slide-img,
_:-ms-lang(x)::-ms-backdrop, .swiper-slide-duplicate-active .slide-img,
_:-ms-lang(x)::-ms-backdrop, .swiper-slide-prev .slide-img {
  animation: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.9); }
  @media print, screen and (min-width: 941px) {
    header {
      min-width: 1400px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 940px) {
    header {
      height: 40px; }
      header #menubtn {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #07185c;
        width: 40px;
        height: 40px;
        padding: 12px 0 0 10px;
        cursor: pointer; } }
  header .in {
    width: 1740px;
    margin: auto;
    height: 90px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 940px) {
      header .in {
        height: 40px;
        padding: 0 10px; } }
    header .in .logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header .in .logo img {
        width: 500px; }
        @media screen and (max-width: 940px) {
          header .in .logo img {
            width: 250px; } }
      header .in .logo i {
        font-family: "Oswald", sans-serif;
        font-size: 24px;
        font-weight: 400;
        color: #07185C;
        margin-left: 1em;
        vertical-align: 1px; }
        @media screen and (max-width: 940px) {
          header .in .logo i {
            font-size: 11px;
            vertical-align: 0; } }
    @media print, screen and (min-width: 941px) {
      header .in .set {
        width: 710px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 17px;
        font-weight: 600; }
        header .in .set .headnav1 {
          width: 480px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          header .in .set .headnav1 .headnav1_ttl .navttl {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            height: 90px;
            color: #07185C;
            letter-spacing: 0.05em; }
            header .in .set .headnav1 .headnav1_ttl .navttl::after {
              position: absolute;
              bottom: 0px;
              left: 50%;
              content: '';
              width: 0;
              height: 10px;
              background-color: #EB008B;
              -webkit-transition: .3s;
              transition: .3s;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
            header .in .set .headnav1 .headnav1_ttl .navttl:hover {
              opacity: 1; }
            header .in .set .headnav1 .headnav1_ttl .navttl.on::after {
              width: 100%; }
            header .in .set .headnav1 .headnav1_ttl .navttl.on::before {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
          header .in .set .headnav1 .headnav1_box {
            position: absolute;
            top: 90px;
            left: 0;
            width: 100%;
            z-index: 10000;
            display: none; }
            header .in .set .headnav1 .headnav1_box .boxin {
              max-width: 1300px;
              margin: auto;
              height: 90px;
              padding: 20px;
              background-color: rgba(7, 24, 92, 0.75);
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              text-align: center; }
              header .in .set .headnav1 .headnav1_box .boxin ul {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center; }
                header .in .set .headnav1 .headnav1_box .boxin ul li {
                  margin-right: 50px; }
                  header .in .set .headnav1 .headnav1_box .boxin ul li a {
                    display: block;
                    color: #fff;
                    text-align: left;
                    background: url("../img/arrow4b.png") no-repeat left center;
                    background-size: 20px;
                    line-height: 1.2;
                    padding-left: 25px; }
                  header .in .set .headnav1 .headnav1_box .boxin ul li:last-child {
                    margin-right: 0; }
        header .in .set .hbtnset {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 200px; }
          header .in .set .hbtnset a {
            width: 100px;
            height: 90px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            background-color: #EB008B;
            color: #fff;
            letter-spacing: 0.05em;
            font-size: 14px; }
            header .in .set .hbtnset a.ex {
              background-color: #00BFF2; }
            header .in .set .hbtnset a i {
              font-family: "Oswald", sans-serif;
              font-size: 26px;
              font-weight: 400;
              display: block;
              margin-bottom: 5px; } }

.fcopy {
  position: relative;
  overflow: hidden;
  margin-top: -150px;
  height: 150px; }
  @media screen and (max-width: 940px) {
    .fcopy {
      margin-top: -50px;
      height: 50px; } }
  .fcopy .t1 {
    text-align: center;
    font-weight: bold;
    color: #07185C;
    font-size: 40px;
    margin-bottom: 20px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (max-width: 940px) {
      .fcopy .t1 {
        font-size: 16px;
        margin-bottom: 5px; } }
  .fcopy .plane {
    padding-right: 3%; }

.fbtnset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fbtnset .fbtn {
    width: 50%; }
    @media screen and (max-width: 940px) {
      .fbtnset .fbtn {
        width: 100%; } }
    .fbtnset .fbtn a {
      width: 100%;
      height: 260px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      background-color: #EB008B; }
      @media print, screen and (min-width: 941px) {
        .fbtnset .fbtn a {
          padding: 50px; } }
      @media screen and (max-width: 940px) {
        .fbtnset .fbtn a {
          height: 100px; } }
      .fbtnset .fbtn a b {
        position: relative;
        width: 450px;
        height: 80px;
        border-radius: 60px;
        border: 2.5px solid #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff; }
        @media screen and (max-width: 940px) {
          .fbtnset .fbtn a b {
            width: 100%;
            max-width: 300px;
            height: 50px;
            font-size: 16px; } }
        .fbtnset .fbtn a b i {
          position: absolute;
          top: calc(50% - 18px);
          right: -40px;
          width: 80px;
          height: 20px;
          background: url("../img/arrow1b.png") no-repeat center;
          background-size: 80px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          @media screen and (max-width: 940px) {
            .fbtnset .fbtn a b i {
              top: calc(50% - 14px);
              background-size: 40px; } }
      @media print, screen and (min-width: 941px) {
        .fbtnset .fbtn a:hover i {
          -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
          transform: translateX(10px); } }
    .fbtnset .fbtn.ex a {
      background-color: #00BFF2; }

footer {
  position: relative;
  overflow: hidden;
  background-color: #F0F0F0;
  padding: 60px 20px 30px;
  font-weight: 600;
  font-size: 17px; }
  @media screen and (max-width: 940px) {
    footer {
      padding-top: 25px;
      padding-bottom: 15px; } }
  footer a {
    color: #07185C; }
  @media print, screen and (min-width: 941px) {
    footer .in {
      min-width: 1020px;
      max-width: 1700px;
      margin: auto; } }
  footer .in .sec1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 940px) {
      footer .in .sec1 {
        margin-bottom: 30px; } }
    footer .in .sec1 .logo {
      width: 500px; }
      @media screen and (max-width: 940px) {
        footer .in .sec1 .logo {
          width: 280px;
          margin: auto; } }
    footer .in .sec1 .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 500px;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 940px) {
        footer .in .sec1 .nav {
          display: none; } }
  footer .in .copyright {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #555555; }
    @media screen and (max-width: 940px) {
      footer .in .copyright {
        font-size: 10px; } }

#recruit_top main {
  padding-top: 0;
  overflow: hidden; }

#recruit_top .bg {
  background: url("../img/recruit/top/bg.png") no-repeat #12BFF2 center top 90px;
  background-size: 100% auto;
  overflow: hidden;
  padding-top: 50vw; }
  @media screen and (max-width: 940px) {
    #recruit_top .bg {
      background: url("../img/recruit/top/bg.png") no-repeat #12BFF2 center top 40px;
      background-size: 100% auto; } }

#recruit_top .move_l {
  padding-right: 3%; }

#recruit_top .move_r {
  padding-left: 3%; }

#recruit_top .mds {
  text-align: center;
  margin-bottom: 10px; }
  #recruit_top .mds i {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    color: #07185C;
    font-weight: 600;
    font-size: 40px;
    background: url("../img/m1.png") no-repeat left center;
    background-size: auto 60px;
    padding-left: 70px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 940px) {
      #recruit_top .mds i {
        font-size: 20px;
        background-size: auto 40px;
        padding-left: 40px;
        height: 40px;
        line-height: 40px; } }

#recruit_top .mds2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #12BFF2;
  font-weight: 200;
  font-size: 70px;
  margin-bottom: -33px; }
  @media screen and (max-width: 940px) {
    #recruit_top .mds2 {
      font-size: 30px;
      margin-bottom: -15px; } }

#recruit_top .btnset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }
  @media screen and (max-width: 940px) {
    #recruit_top .btnset {
      margin-top: 20px; } }
  #recruit_top .btnset li {
    width: calc(100% / 3); }
    @media screen and (max-width: 940px) {
      #recruit_top .btnset li {
        width: 100%; } }
    #recruit_top .btnset li a {
      display: block;
      position: relative;
      color: #fff; }
      #recruit_top .btnset li a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(7, 24, 92, 0.55);
        -webkit-transition: 1s;
        transition: 1s; }
      #recruit_top .btnset li a .t1 {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: "Oswald", sans-serif;
        font-weight: 200;
        font-size: 80px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
        @media screen and (max-width: 940px) {
          #recruit_top .btnset li a .t1 {
            font-size: 50px; } }
      #recruit_top .btnset li a .t2 {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
        background: url("../img/arrow3b.png") no-repeat center bottom;
        background-size: 60px;
        padding-bottom: 80px;
        z-index: 1; }
        @media screen and (max-width: 940px) {
          #recruit_top .btnset li a .t2 {
            top: auto;
            bottom: 50px;
            font-size: 16px;
            background-size: 40px;
            padding-bottom: 60px; } }
      @media screen and (max-width: 940px) {
        #recruit_top .btnset li a figure img {
          width: 100%;
          height: 400px;
          object-fit: cover; } }
      @media print, screen and (min-width: 941px) {
        #recruit_top .btnset li a:hover::after {
          background: rgba(7, 24, 92, 0.2); } }

#recruit_top #zone_kv {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw; }
  #recruit_top #zone_kv .topmain {
    position: relative;
    width: 100%; }
  #recruit_top #zone_kv .set {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-animation: ef1 5s forwards 0.5s;
    animation: ef1 5s forwards 0.5s; }
    @media screen and (max-width: 940px) {
      #recruit_top #zone_kv .set {
        top: 35%; } }
    #recruit_top #zone_kv .set .maincopy {
      font-size: 30px;
      color: #fff;
      line-height: 1.1;
      text-align: center; }
      @media screen and (max-width: 940px) {
        #recruit_top #zone_kv .set .maincopy {
          font-size: 18px; } }
      #recruit_top #zone_kv .set .maincopy b {
        display: block;
        font-family: "Oswald", sans-serif;
        font-size: 90px;
        font-weight: 400;
        margin-bottom: 30px; }
        @media screen and (max-width: 940px) {
          #recruit_top #zone_kv .set .maincopy b {
            font-size: 30px;
            margin-bottom: 10px; } }
  #recruit_top #zone_kv .scroll {
    position: absolute;
    top: 47%;
    left: 30px;
    z-index: 3;
    opacity: 0;
    -webkit-animation: ef1 1s forwards 3s;
    animation: ef1 1s forwards 3s; }
    @media screen and (max-width: 940px) {
      #recruit_top #zone_kv .scroll {
        display: none; } }
    #recruit_top #zone_kv .scroll a {
      font-size: 14px;
      color: #fff;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 940px) {
        #recruit_top #zone_kv .scroll a {
          font-size: 11px; } }
    #recruit_top #zone_kv .scroll::before {
      -webkit-animation: scroll 2s infinite;
      animation: scroll 2s infinite;
      background-color: #fff;
      bottom: -115px;
      content: "";
      height: 100px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 1px; }
      @media screen and (max-width: 940px) {
        #recruit_top #zone_kv .scroll::before {
          bottom: -65px;
          height: 60px; } }

#recruit_top #zone1 {
  z-index: 1;
  margin: 140px auto; }
  @media screen and (max-width: 940px) {
    #recruit_top #zone1 {
      margin: 80px auto; } }
  #recruit_top #zone1 .box {
    background: url("../img/recruit/top/message.png") no-repeat #fff center right;
    background-size: auto 100%;
    border-radius: 40px;
    overflow: hidden;
    padding: 40px 70px;
    color: #07185C;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (max-width: 940px) {
      #recruit_top #zone1 .box {
        background: url("../img/recruit/top/message.png") no-repeat #fff top right;
        background-size: 120px auto;
        border-radius: 20px;
        padding: 30px 20px 20px; } }
    @media print, screen and (min-width: 941px) {
      #recruit_top #zone1 .box {
        min-width: 1140px; } }
    #recruit_top #zone1 .box .t1 {
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 1.5; }
      @media screen and (max-width: 940px) {
        #recruit_top #zone1 .box .t1 {
          font-size: 25px;
          margin-bottom: 20px; } }
    #recruit_top #zone1 .box .t2 {
      display: block;
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 30px;
      line-height: 1.5; }
      @media screen and (max-width: 940px) {
        #recruit_top #zone1 .box .t2 {
          font-size: 15px;
          margin-bottom: 10px; } }
    #recruit_top #zone1 .box .text {
      width: 50%;
      font-size: 17px; }
      @media screen and (max-width: 940px) {
        #recruit_top #zone1 .box .text {
          font-size: 14px;
          width: 100%; } }

#recruit_top #zone2 .mds i {
  color: #ffffff;
  background: url("../img/m2.png") no-repeat left center;
  background-size: auto 60px; }
  @media screen and (max-width: 940px) {
    #recruit_top #zone2 .mds i {
      background-size: auto 40px; } }

#recruit_top #zone3 {
  margin-top: 140px; }
  @media screen and (max-width: 940px) {
    #recruit_top #zone3 {
      margin-top: 80px; } }
  #recruit_top #zone3 .mds2 {
    opacity: 0.5;
    margin-top: 10px; }
  #recruit_top #zone3 .sec {
    background: url("../img/recruit/top/bg1.jpg") no-repeat center;
    background-size: cover; }
    #recruit_top #zone3 .sec .swiper-custom-parent {
      position: relative;
      padding: 80px 0px 140px; }
      @media screen and (max-width: 940px) {
        #recruit_top #zone3 .sec .swiper-custom-parent {
          padding: 50px 0px 110px; } }
      #recruit_top #zone3 .sec .swiper-custom-parent .swiper-slide a {
        display: block;
        padding: 0 20px;
        color: #fff;
        text-align: center;
        font-weight: 600; }
        #recruit_top #zone3 .sec .swiper-custom-parent .swiper-slide a figure {
          border-radius: 300px; }
        #recruit_top #zone3 .sec .swiper-custom-parent .swiper-slide a .num {
          position: relative;
          color: transparent;
          -webkit-text-stroke: 2px white;
          font-family: "Oswald", sans-serif;
          font-size: 100px;
          font-weight: 400;
          margin-top: -50px; }
          @media screen and (max-width: 940px) {
            #recruit_top #zone3 .sec .swiper-custom-parent .swiper-slide a .num {
              font-size: 80px; } }
        #recruit_top #zone3 .sec .swiper-custom-parent .swiper-slide a .t1 {
          font-size: 20px;
          margin: 10px 0; }
          @media screen and (max-width: 940px) {
            #recruit_top #zone3 .sec .swiper-custom-parent .swiper-slide a .t1 {
              font-size: 16px; } }
      #recruit_top #zone3 .sec .swiper-custom-parent .swiper-button-prev {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 30px;
        left: calc(50% - 90px); }
        @media screen and (max-width: 940px) {
          #recruit_top #zone3 .sec .swiper-custom-parent .swiper-button-prev {
            left: calc(50% - 70px);
            width: 50px;
            height: 50px; } }
      #recruit_top #zone3 .sec .swiper-custom-parent .swiper-button-next {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 30px;
        right: calc(50% - 90px); }
        @media screen and (max-width: 940px) {
          #recruit_top #zone3 .sec .swiper-custom-parent .swiper-button-next {
            right: calc(50% - 70px);
            width: 50px;
            height: 50px; } }

#recruit_top #zone4 {
  margin-top: 140px; }
  @media screen and (max-width: 940px) {
    #recruit_top #zone4 {
      margin-top: 80px; } }
  #recruit_top #zone4 .mds i {
    background: url("../img/m2.png") no-repeat left center;
    background-size: auto 60px; }
    @media screen and (max-width: 940px) {
      #recruit_top #zone4 .mds i {
        background-size: auto 40px; } }

#recruit_top #zone5 {
  margin-top: 140px; }
  @media screen and (max-width: 940px) {
    #recruit_top #zone5 {
      margin-top: 80px; } }
  #recruit_top #zone5 .mds2 {
    color: #07185C;
    opacity: 0.5;
    margin-top: 10px; }
  #recruit_top #zone5 .sec {
    background: url("../img/recruit/top/bg2.jpg") no-repeat center;
    background-size: cover;
    padding: 150px 20px; }
    @media screen and (max-width: 940px) {
      #recruit_top #zone5 .sec {
        padding: 50px 20px; } }
    #recruit_top #zone5 .sec ul {
      max-width: 1000px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #recruit_top #zone5 .sec ul li {
        width: 300px; }
        @media screen and (max-width: 940px) {
          #recruit_top #zone5 .sec ul li {
            width: 220px;
            margin: 10px auto; } }
        #recruit_top #zone5 .sec ul li a {
          display: block;
          position: relative;
          color: #fff;
          text-align: center;
          background-color: rgba(18, 191, 242, 0.8);
          border-radius: 200px;
          height: 300px; }
          @media screen and (max-width: 940px) {
            #recruit_top #zone5 .sec ul li a {
              height: 220px; } }
          #recruit_top #zone5 .sec ul li a .t1 {
            font-family: "Oswald", sans-serif;
            font-weight: 200;
            font-size: 40px;
            z-index: 1;
            padding-top: 80px;
            padding-bottom: 10px; }
            @media screen and (max-width: 940px) {
              #recruit_top #zone5 .sec ul li a .t1 {
                padding-top: 65px;
                font-size: 30px; } }
          #recruit_top #zone5 .sec ul li a .t2 {
            font-weight: 600;
            font-size: 22px;
            line-height: 1.5;
            background: url("../img/arrow3b.png") no-repeat center bottom;
            background-size: 60px;
            padding-bottom: 100px;
            z-index: 1; }
            @media screen and (max-width: 940px) {
              #recruit_top #zone5 .sec ul li a .t2 {
                top: auto;
                bottom: 50px;
                font-size: 16px;
                background-size: 40px;
                padding-bottom: 60px; } }
          @media print, screen and (min-width: 941px) {
            #recruit_top #zone5 .sec ul li a:hover {
              opacity: 1;
              background-color: #12bff2; } }

#company .title {
  background: url("../img/recruit/company/kv.jpg") no-repeat center;
  background-size: cover; }

#company #zone1 {
  margin-bottom: 80px; }
  @media screen and (max-width: 940px) {
    #company #zone1 {
      margin-bottom: 50px; } }
  #company #zone1 .lead {
    color: #07185C; }
    @media print, screen and (min-width: 941px) {
      #company #zone1 .lead {
        text-align: center; } }

#company .companyslide {
  margin-bottom: 100px; }
  @media screen and (max-width: 940px) {
    #company .companyslide {
      margin-bottom: 50px; } }
  #company .companyslide .swiper-slide {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 640px; }

#company #zone2 ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 940px) {
    #company #zone2 ul {
      margin-top: 30px; } }
  #company #zone2 ul li {
    width: calc(50% - 5px);
    border-radius: 30px;
    overflow: hidden; }
    @media screen and (max-width: 940px) {
      #company #zone2 ul li {
        border-radius: 15px; } }
    #company #zone2 ul li a {
      position: relative; }
      #company #zone2 ul li a .set {
        position: absolute;
        top: calc(50% - 50px);
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        z-index: 1; }
        @media screen and (max-width: 940px) {
          #company #zone2 ul li a .set {
            top: calc(50% - 30px); } }
        #company #zone2 ul li a .set .t1 {
          font-family: "Oswald", sans-serif;
          font-size: 57px;
          font-weight: 200;
          margin-bottom: 20px; }
          @media screen and (max-width: 940px) {
            #company #zone2 ul li a .set .t1 {
              font-size: 27px;
              margin-bottom: 10px; } }
        #company #zone2 ul li a .set .t2 {
          font-weight: 600; }
      #company #zone2 ul li a::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #company #zone2 ul li a::after {
        position: absolute;
        bottom: 30px;
        right: 30px;
        content: '';
        width: 70px;
        height: 70px;
        background: url("../img/arrow3b.png") no-repeat center;
        background-size: 70px;
        z-index: 1; }
        @media screen and (max-width: 940px) {
          #company #zone2 ul li a::after {
            bottom: 10px;
            right: 10px;
            content: '';
            width: 30px;
            height: 30px;
            background: url("../img/arrow3b.png") no-repeat center;
            background-size: 30px; } }
      #company #zone2 ul li a:hover::before {
        opacity: 0.5; }
    #company #zone2 ul li:first-child a::before {
      background-color: #12BFF2; }
    #company #zone2 ul li:last-child a::before {
      background-color: #EB008B; }

#works .title {
  background: url("../img/recruit/works/kv.jpg") no-repeat center;
  background-size: cover; }

#works main {
  background-color: rgba(18, 191, 242, 0.1); }
  #works main .list1 li {
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    #works main .list1 li::before {
      background: #131313; }

@media print, screen and (min-width: 941px) {
  #works #zone1 .m1 {
    margin-bottom: 90px; } }

#works #zone1 .sec {
  position: relative; }
  #works #zone1 .sec::after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.3;
    border-radius: 15px;
    background-color: rgba(7, 24, 92, 0.15);
    z-index: -1; }
  #works #zone1 .sec .t1 {
    text-align: center;
    background-color: #07185C;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.5; }
    @media screen and (max-width: 940px) {
      #works #zone1 .sec .t1 {
        font-size: 15px; } }
  #works #zone1 .sec .t2 {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    color: #07185C;
    font-size: 18px;
    border: 3px solid #07185C;
    line-height: 1.5; }
    @media screen and (max-width: 940px) {
      #works #zone1 .sec .t2 {
        font-size: 14px; } }
  #works #zone1 .sec ul {
    padding: 10px; }

#works #zone1 .sec1 {
  margin-bottom: 30px; }
  @media screen and (max-width: 940px) {
    #works #zone1 .sec1 {
      margin-bottom: 20px; } }

#works #zone1 .sec2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #works #zone1 .sec2 .sec {
    width: calc(25% - 15px);
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #12BFF2; }
    @media screen and (max-width: 940px) {
      #works #zone1 .sec2 .sec {
        width: 100%;
        margin-bottom: 20px; } }
    #works #zone1 .sec2 .sec .t1 {
      background-color: #12BFF2; }
    #works #zone1 .sec2 .sec.ex {
      border: 3px solid #EB008B; }
      #works #zone1 .sec2 .sec.ex .t1 {
        background-color: #EB008B; }

#works #zone2 .box {
  position: relative;
  padding: 50px;
  margin-top: 80px; }
  @media screen and (max-width: 940px) {
    #works #zone2 .box {
      padding: 20px;
      margin-top: 50px; } }
  #works #zone2 .box::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    z-index: -1; }
  #works #zone2 .box::after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.3;
    border-radius: 15px;
    background-color: rgba(7, 24, 92, 0.15);
    z-index: -2; }
  #works #zone2 .box .sec1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (max-width: 940px) {
      #works #zone2 .box .sec1 {
        margin-bottom: 20px; } }
    #works #zone2 .box .sec1 .set {
      width: 50%; }
      @media screen and (max-width: 940px) {
        #works #zone2 .box .sec1 .set {
          width: 100%;
          margin-bottom: 30px; } }
      #works #zone2 .box .sec1 .set .t1 {
        line-height: 1.5;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 20px; }
        @media screen and (max-width: 940px) {
          #works #zone2 .box .sec1 .set .t1 {
            font-size: 16px;
            margin-bottom: 10px; } }
    #works #zone2 .box .sec1 figure {
      width: calc(50% - 50px); }
      @media screen and (max-width: 940px) {
        #works #zone2 .box .sec1 figure {
          width: 100%; } }
  #works #zone2 .box .sec2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #works #zone2 .box .sec2 ul {
      width: calc(50% - 15px); }
      @media screen and (max-width: 940px) {
        #works #zone2 .box .sec2 ul {
          width: 100%; } }

#data .title {
  background: url("../img/recruit/data/kv.jpg") no-repeat center;
  background-size: cover; }

#data #zone1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600; }
  #data #zone1 ul li {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background-color: #e9e9e9;
    color: #07185C; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul li {
        width: 100%; } }
    #data #zone1 ul li:last-child {
      width: 100%; }
    #data #zone1 ul li .t1 {
      font-size: 30px;
      position: absolute;
      top: 30px;
      left: 50px; }
      @media screen and (max-width: 940px) {
        #data #zone1 ul li .t1 {
          font-size: 5vw;
          top: 4vw;
          left: 4vw; } }
      #data #zone1 ul li .t1 i {
        font-size: 16px;
        margin-left: 0.5em; }
        @media screen and (max-width: 940px) {
          #data #zone1 ul li .t1 i {
            font-size: 0.6em; } }
    #data #zone1 ul li .t2 {
      line-height: 1.5;
      font-size: 20px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 940px) {
        #data #zone1 ul li .t2 {
          font-size: 4vw; } }
    #data #zone1 ul li .t3 {
      line-height: 1.5;
      margin-top: 10px; }
      @media screen and (max-width: 940px) {
        #data #zone1 ul li .t3 {
          margin-top: 1vw;
          font-size: 3vw; } }
    #data #zone1 ul li .t4 {
      font-size: 30px;
      line-height: 1.5; }
      @media screen and (max-width: 940px) {
        #data #zone1 ul li .t4 {
          font-size: 5vw; } }
    #data #zone1 ul li .num {
      font-size: 30px;
      color: #12BFF2; }
      @media screen and (max-width: 940px) {
        #data #zone1 ul li .num {
          font-size: 5vw; } }
      #data #zone1 ul li .num.ex {
        color: #EB008B; }
      #data #zone1 ul li .num i {
        font-family: "Oswald", sans-serif;
        font-size: 100px;
        margin-right: 5px; }
        @media screen and (max-width: 940px) {
          #data #zone1 ul li .num i {
            font-size: 18vw; } }
    #data #zone1 ul li .btn {
      padding-bottom: 50px; }
      @media screen and (max-width: 940px) {
        #data #zone1 ul li .btn {
          padding-top: 20px;
          padding-bottom: 30px; } }
      #data #zone1 ul li .btn .btn1 {
        font-size: 16px;
        height: 60px;
        background-color: #fff; }
        @media screen and (max-width: 940px) {
          #data #zone1 ul li .btn .btn1 {
            height: 50px;
            font-size: 12px; } }
  #data #zone1 ul .sec1 .pos1 {
    position: absolute;
    top: 120px;
    right: 50px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec1 .pos1 {
        top: 17vw;
        right: 4vw; } }
  #data #zone1 ul .sec2 .pos1 {
    position: absolute;
    top: 120px;
    right: 50px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec2 .pos1 {
        top: 17vw;
        right: 4vw; } }
  #data #zone1 ul .sec3 .pos1 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 200px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec3 .pos1 {
        bottom: 10vw;
        right: 4vw;
        width: 33vw; } }
  #data #zone1 ul .sec4 .pos1 {
    position: absolute;
    bottom: 50px;
    right: 50px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec4 .pos1 {
        bottom: 10vw;
        right: 4vw; } }
  #data #zone1 ul .sec5 .pos1 {
    position: absolute;
    top: 100px;
    left: 50px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec5 .pos1 {
        top: 16vw;
        left: 4vw; } }
  #data #zone1 ul .sec5 .pos2 {
    position: absolute;
    top: 100px;
    left: 300px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec5 .pos2 {
        top: 16vw;
        left: 47vw; } }
  #data #zone1 ul .sec5 .pos3 {
    position: absolute;
    top: 300px;
    right: 50px;
    text-align: right; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec5 .pos3 {
        top: 47vw;
        right: 4vw; } }
  #data #zone1 ul .sec5 .pos4 {
    position: absolute;
    top: 550px;
    right: 50px;
    text-align: right; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec5 .pos4 {
        top: 86vw;
        right: 4vw; } }
  #data #zone1 ul .sec6 .pos1 {
    position: absolute;
    top: 30px;
    right: 50px;
    text-align: right; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec6 .pos1 {
        top: 4vw;
        right: 4vw; } }
  #data #zone1 ul .sec6 .pos2 {
    position: absolute;
    top: 300px;
    right: 50px;
    text-align: right; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec6 .pos2 {
        top: 45vw;
        right: 4vw; } }
  #data #zone1 ul .sec6 .pos3 {
    position: absolute;
    top: 550px;
    right: 50px;
    text-align: right; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec6 .pos3 {
        top: 90vw;
        right: 4vw; } }
  #data #zone1 ul .sec7 .pos1 {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 50px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec7 .pos1 {
        bottom: 4vw;
        right: 4vw; } }
  #data #zone1 ul .sec8 .pos1 {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 50px; }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec8 .pos1 {
        bottom: 4vw;
        right: 4vw; } }
  @media screen and (max-width: 940px) {
    #data #zone1 ul .sec9 {
      padding-top: 15vw; } }
  #data #zone1 ul .sec9 .pos1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media print, screen and (min-width: 941px) {
      #data #zone1 ul .sec9 .pos1 {
        position: absolute;
        top: 100px;
        right: 50px;
        width: 460px; }
        #data #zone1 ul .sec9 .pos1 .set {
          width: 150px; } }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec9 .pos1 {
        padding: 0 4vw; }
        #data #zone1 ul .sec9 .pos1 .set {
          width: 32%;
          margin-bottom: 5vw; } }
  #data #zone1 ul .sec9 .pos2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media print, screen and (min-width: 941px) {
      #data #zone1 ul .sec9 .pos2 {
        position: absolute;
        top: 350px;
        right: 50px;
        width: 730px; }
        #data #zone1 ul .sec9 .pos2 .set {
          width: 150px; } }
    @media screen and (max-width: 940px) {
      #data #zone1 ul .sec9 .pos2 {
        background: url("../img/recruit/data/p9_sp.png") no-repeat bottom;
        background-size: 100% auto;
        padding-left: 4vw; }
        #data #zone1 ul .sec9 .pos2 .set {
          width: 32%;
          margin-bottom: 5vw; } }

.memberlist .mbtn {
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  .memberlist .mbtn .set {
    position: relative;
    padding: 0 30px; }
    .memberlist .mbtn .set figure {
      border-radius: 30px; }
    .memberlist .mbtn .set .t1 {
      position: absolute;
      bottom: 40px;
      left: 0px; }
      .memberlist .mbtn .set .t1 i {
        display: inline-block;
        background-color: #07185C;
        color: #fff;
        font-size: 17px;
        padding: 8px;
        margin-top: 5px; }
        @media screen and (max-width: 940px) {
          .memberlist .mbtn .set .t1 i {
            font-size: 15px; } }
  .memberlist .mbtn .t2 {
    text-align: center;
    color: #07185C;
    line-height: 2;
    margin-top: 20px; }
    @media screen and (max-width: 940px) {
      .memberlist .mbtn .t2 {
        margin-top: 10px; } }

#member_top .title {
  background: url("../img/recruit/member/kv.jpg") no-repeat center;
  background-size: cover; }

#member_top main {
  background-color: rgba(18, 191, 242, 0.1); }

#member_top #zone1 h2 {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 940px) {
    #member_top #zone1 h2 {
      margin-bottom: 20px; } }
  #member_top #zone1 h2 i {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    color: #12BFF2;
    font-weight: 400;
    font-size: 57px;
    background: url("../img/m1.png") no-repeat left center;
    background-size: auto 70px;
    padding-left: 70px;
    height: 70px; }
    @media screen and (max-width: 940px) {
      #member_top #zone1 h2 i {
        font-size: 30px;
        background-size: auto 40px;
        padding-left: 40px;
        height: 40px; } }

#member_top #zone1 .lead {
  color: #07185C; }
  @media print, screen and (min-width: 941px) {
    #member_top #zone1 .lead {
      text-align: center; } }

#member_top #zone1 .memberlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: -100px; }
  #member_top #zone1 .memberlist .mbtn {
    width: calc(100% / 3);
    margin-bottom: 100px; }
    @media screen and (max-width: 940px) {
      #member_top #zone1 .memberlist .mbtn {
        width: 100%;
        max-width: 350px;
        margin: auto;
        margin-bottom: 50px; } }

#member .title2.member01 {
  background: url("../img/recruit/member/01/kv.jpg") no-repeat center right;
  background-size: cover; }

#member .title2.member02 {
  background: url("../img/recruit/member/02/kv.jpg") no-repeat center;
  background-size: cover; }

#member .title2.member03 {
  background: url("../img/recruit/member/03/kv.jpg") no-repeat center;
  background-size: cover; }

#member .title2.member04 {
  background: url("../img/recruit/member/04/kv.jpg") no-repeat center right;
  background-size: cover; }

#member .title2.member05 {
  background: url("../img/recruit/member/05/kv.jpg") no-repeat center;
  background-size: cover; }

#member .title2.member06 {
  background: url("../img/recruit/member/06/kv.jpg") no-repeat center;
  background-size: cover; }

#member .pic.member01 {
  background: url("../img/recruit/member/01/p1.jpg") no-repeat center;
  background-size: cover; }

#member .pic.member02 {
  background: url("../img/recruit/member/02/p1.jpg") no-repeat center;
  background-size: cover; }

#member .pic.member03 {
  background: url("../img/recruit/member/03/p1.jpg") no-repeat center left;
  background-size: cover; }

#member .pic.member04 {
  background: url("../img/recruit/member/04/p1.jpg") no-repeat center right;
  background-size: cover; }

#member .pic.member05 {
  background: url("../img/recruit/member/05/p1.jpg") no-repeat center;
  background-size: cover; }

#member .pic.member06 {
  background: url("../img/recruit/member/06/p1.jpg") no-repeat center;
  background-size: cover; }

#member .picsec {
  position: relative;
  z-index: -1;
  margin-top: 100px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw - 150px);
  margin-right: -50vw;
  height: 1000px; }
  @media screen and (max-width: 940px) {
    #member .picsec {
      height: 500px;
      margin-top: 50px;
      margin-left: -50vw; } }
  #member .picsec .in {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100vw;
    width: 100vw;
    height: 1000px; }
    @media screen and (max-width: 940px) {
      #member .picsec .in {
        height: 500px; } }
  #member .picsec .pic {
    height: 1000px; }
    @media screen and (max-width: 940px) {
      #member .picsec .pic {
        height: 500px; } }

#member .wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #member .wrap aside {
    width: 250px; }
    @media screen and (max-width: 940px) {
      #member .wrap aside {
        display: none; } }
    #member .wrap aside .in {
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 15px; }
      #member .wrap aside .in p {
        letter-spacing: 0.1em;
        margin-bottom: 20px; }
        @media screen and (max-width: 940px) {
          #member .wrap aside .in p {
            margin-bottom: 15px; } }
        #member .wrap aside .in p i {
          position: relative;
          display: inline-block;
          font-size: 16px;
          font-family: "Oswald", sans-serif;
          font-weight: 500;
          color: #07185C; }
          #member .wrap aside .in p i::before {
            position: absolute;
            top: 50%;
            right: -110px;
            content: '';
            width: 100px;
            height: 1px;
            background-color: #07185C; }
      #member .wrap aside .in ul {
        font-size: 15px; }
        #member .wrap aside .in ul li {
          margin-top: 30px;
          margin-left: 25px; }
          #member .wrap aside .in ul li .is-current {
            position: relative;
            color: #07185C;
            font-weight: bold; }
            #member .wrap aside .in ul li .is-current::before {
              position: absolute;
              top: 5px;
              left: -25px;
              content: '';
              width: 15px;
              height: 15px;
              background: #EB008B;
              border-radius: 20px; }
  #member .wrap .js-location-content {
    width: calc(100% - 300px); }
    @media screen and (max-width: 940px) {
      #member .wrap .js-location-content {
        width: 100%; } }

#member .m2 {
  font-size: 20px; }
  @media screen and (max-width: 940px) {
    #member .m2 {
      font-size: 16px; } }
  #member .m2 i {
    font-family: "Oswald", sans-serif;
    color: #EB008B;
    font-size: 25px;
    margin-right: 5px; }
    @media screen and (max-width: 940px) {
      #member .m2 i {
        font-size: 20px; } }

#member h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  color: #07185C;
  margin-bottom: 20px; }
  @media screen and (max-width: 940px) {
    #member h3 {
      font-size: 15px; } }

#member #zone1 {
  padding-bottom: 100px; }
  @media screen and (max-width: 940px) {
    #member #zone1 {
      padding-bottom: 50px; } }
  #member #zone1 .step {
    margin-bottom: 80px; }
    @media screen and (max-width: 940px) {
      #member #zone1 .step {
        margin-bottom: 50px; } }
    #member #zone1 .step h2 {
      text-align: center;
      font-family: "Oswald", sans-serif;
      color: #12BFF2;
      font-weight: 400;
      font-size: 37px;
      margin-bottom: -15px; }
      @media screen and (max-width: 940px) {
        #member #zone1 .step h2 {
          font-size: 30px; } }
    #member #zone1 .step .box {
      background-color: rgba(18, 191, 242, 0.1);
      border-radius: 15px;
      padding: 25px;
      position: relative; }
      @media screen and (max-width: 940px) {
        #member #zone1 .step .box {
          padding: 20px; } }
      #member #zone1 .step .box ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px dashed #07185C;
        padding: 20px 0;
        font-size: 18px;
        line-height: 1.5; }
        @media screen and (max-width: 940px) {
          #member #zone1 .step .box ul li {
            font-size: 14px;
            padding: 15px 0; } }
        #member #zone1 .step .box ul li:last-child {
          border-bottom: 0;
          padding-bottom: 0; }
        #member #zone1 .step .box ul li .t1 {
          width: 120px;
          background-color: #07185C;
          color: #fff;
          border-radius: 30px;
          text-align: center;
          font-weight: bold;
          padding: 4px; }
          @media screen and (max-width: 940px) {
            #member #zone1 .step .box ul li .t1 {
              width: 90px;
              padding: 2px; } }
        #member #zone1 .step .box ul li .t2 {
          width: calc(100% - 140px);
          font-weight: 600;
          color: #07185C; }
          @media screen and (max-width: 940px) {
            #member #zone1 .step .box ul li .t2 {
              width: calc(100% - 110px); } }

#member #zone2 {
  padding-top: 20px;
  padding-bottom: 80px; }
  @media screen and (max-width: 940px) {
    #member #zone2 {
      padding-top: 10px;
      padding-bottom: 40px; } }

#member #zone3 {
  padding-top: 20px;
  padding-bottom: 80px; }
  @media screen and (max-width: 940px) {
    #member #zone3 {
      padding-top: 10px;
      padding-bottom: 40px; } }
  #member #zone3 figure {
    margin-top: 80px; }
    @media screen and (max-width: 940px) {
      #member #zone3 figure {
        margin-top: 40px; } }
    #member #zone3 figure img {
      border-radius: 30px; }

#member #zone_schedule {
  background-color: #07185C;
  color: #fff;
  border-radius: 15px; }
  #member #zone_schedule h2 i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 15px;
    color: #12BFF2;
    width: 325px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    background: url("../img/recruit/member/icon.png") no-repeat #fff left 10px center;
    background-size: 36px;
    padding-left: 60px; }
    @media screen and (max-width: 940px) {
      #member #zone_schedule h2 i {
        width: 240px;
        height: 40px;
        font-size: 16px;
        background-size: 24px;
        padding-left: 45px; } }
  @media print, screen and (min-width: 941px) {
    #member #zone_schedule .sec {
      margin: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #member #zone_schedule .sec .set {
        width: calc(50% - 20px); }
      #member #zone_schedule .sec .set2::after {
        position: absolute;
        top: -40px;
        left: 90px;
        content: '';
        width: 2px;
        height: 50px;
        border-left: 2px dashed #fff; } }
  @media screen and (max-width: 940px) {
    #member #zone_schedule .sec {
      margin: 20px; }
      #member #zone_schedule .sec .set2::after {
        position: absolute;
        top: -40px;
        left: 64px;
        content: '';
        width: 2px;
        height: 50px;
        background-color: #ffffff; } }
  #member #zone_schedule .sec .set {
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    #member #zone_schedule .sec .set::before {
      position: absolute;
      top: 15px;
      left: 90px;
      content: '';
      width: 2px;
      height: calc(100% - 40px);
      background-color: #ffffff; }
      @media screen and (max-width: 940px) {
        #member #zone_schedule .sec .set::before {
          top: 10px;
          left: 64px; } }
    #member #zone_schedule .sec .set dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 40px;
      position: relative; }
      #member #zone_schedule .sec .set dl::before {
        position: absolute;
        top: 5px;
        left: 81px;
        content: '';
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 20px; }
        @media screen and (max-width: 940px) {
          #member #zone_schedule .sec .set dl::before {
            top: 5px;
            left: 60px;
            width: 10px;
            height: 10px; } }
      #member #zone_schedule .sec .set dl dt {
        font-size: 25px;
        width: 60px;
        text-align: right; }
        @media screen and (max-width: 940px) {
          #member #zone_schedule .sec .set dl dt {
            font-size: 18px;
            width: 50px; } }
      #member #zone_schedule .sec .set dl dd {
        width: calc(100% - 120px); }
        @media screen and (max-width: 940px) {
          #member #zone_schedule .sec .set dl dd {
            width: calc(100% - 85px); } }
        #member #zone_schedule .sec .set dl dd .t1 {
          font-size: 17px;
          line-height: 1.5;
          font-weight: bold;
          margin-bottom: 5px; }
          @media screen and (max-width: 940px) {
            #member #zone_schedule .sec .set dl dd .t1 {
              font-size: 15px; } }

#member #zone_message {
  padding-top: 10px;
  margin-top: 90px;
  margin-bottom: 100px; }
  @media screen and (max-width: 940px) {
    #member #zone_message {
      margin-top: 40px;
      margin-bottom: 50px; } }
  #member #zone_message h2 {
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #12BFF2;
    font-weight: 400;
    font-size: 37px;
    margin-bottom: -15px; }
    @media screen and (max-width: 940px) {
      #member #zone_message h2 {
        font-size: 30px; } }
  #member #zone_message .box {
    background-color: rgba(18, 191, 242, 0.1);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 940px) {
      #member #zone_message .box {
        padding: 40px 20px 20px; } }
    @media print, screen and (min-width: 941px) {
      #member #zone_message .box figure {
        width: 40%;
        margin-top: -70px;
        margin-left: -70px; } }
    @media screen and (max-width: 940px) {
      #member #zone_message .box figure {
        max-width: 300px;
        margin: auto; } }
    #member #zone_message .box figure img {
      border-radius: 15px; }
    #member #zone_message .box .set {
      width: calc(60% + 20px); }
      @media screen and (max-width: 940px) {
        #member #zone_message .box .set {
          width: 100%;
          margin-top: 20px; } }

#member #zone_list {
  overflow: hidden; }
  #member #zone_list h2 {
    text-align: center; }
    #member #zone_list h2 i {
      display: inline-block;
      font-family: "Oswald", sans-serif;
      color: #07185C;
      font-weight: 400;
      font-size: 25px;
      background: url("../img/m3.png") no-repeat left center;
      background-size: auto 35px;
      padding-left: 40px;
      height: 45px;
      line-height: 45px; }
      @media screen and (max-width: 940px) {
        #member #zone_list h2 i {
          font-size: 20px;
          background-size: auto 30px;
          padding-left: 35px;
          height: 40px;
          line-height: 40px; } }
  #member #zone_list .plane {
    padding-left: 3%; }
  #member #zone_list .memberlist {
    position: relative;
    margin-top: 40px; }
    @media screen and (max-width: 940px) {
      #member #zone_list .memberlist {
        margin: 20px 30px 0; } }
    #member #zone_list .memberlist .swiper-button-prev {
      width: 35px;
      height: 65px;
      top: 37%;
      left: -50px; }
      @media screen and (max-width: 940px) {
        #member #zone_list .memberlist .swiper-button-prev {
          width: 20px;
          height: 40px;
          top: 37%;
          left: -20px; } }
    #member #zone_list .memberlist .swiper-button-next {
      width: 35px;
      height: 65px;
      top: 37%;
      right: -50px; }
      @media screen and (max-width: 940px) {
        #member #zone_list .memberlist .swiper-button-next {
          width: 20px;
          height: 40px;
          top: 37%;
          right: -20px; } }
  #member #zone_list .btn {
    width: 65px;
    margin: auto;
    margin-top: 80px; }
    @media screen and (max-width: 940px) {
      #member #zone_list .btn {
        width: 50px;
        margin-top: 50px; } }

#welfare .title {
  background: url("../img/recruit/welfare/kv.jpg") no-repeat center;
  background-size: cover; }

#welfare main {
  padding-bottom: 0; }

#welfare #zone1 {
  margin-bottom: 80px; }
  @media screen and (max-width: 940px) {
    #welfare #zone1 {
      margin-bottom: 50px; } }
  #welfare #zone1 .lead {
    color: #07185C; }
    @media print, screen and (min-width: 941px) {
      #welfare #zone1 .lead {
        text-align: center; } }

#welfare #zone2 {
  background-color: #E8F3F9;
  padding-bottom: 300px;
  padding-top: 100px; }
  @media screen and (max-width: 940px) {
    #welfare #zone2 {
      padding-top: 50px;
      padding-bottom: 100px; } }
  #welfare #zone2 h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #07185C; }
    @media screen and (max-width: 940px) {
      #welfare #zone2 h4 {
        font-size: 16px; } }
  #welfare #zone2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px; }
    #welfare #zone2 .list li {
      width: 32%;
      margin-right: 2%;
      background-color: #fff;
      border: 3px solid #12BFF2;
      border-radius: 15px;
      padding: 20px;
      padding-top: 30px;
      margin-bottom: 20px; }
      @media screen and (max-width: 940px) {
        #welfare #zone2 .list li {
          width: 100%;
          padding: 10px;
          padding-top: 15px; } }
      @media print, screen and (min-width: 941px) {
        #welfare #zone2 .list li:nth-of-type(3n) {
          margin-right: 0; } }
      #welfare #zone2 .list li .t1 {
        color: #12BFF2;
        text-align: center;
        font-weight: 600;
        font-size: 25px;
        line-height: 1.5;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        margin-bottom: 20px; }
        @media screen and (max-width: 940px) {
          #welfare #zone2 .list li .t1 {
            font-size: 16px;
            margin-bottom: 10px; } }
      #welfare #zone2 .list li .text {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
  #welfare #zone2 .sec1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 940px) {
      #welfare #zone2 .sec1 {
        margin-bottom: 50px; } }

#training .title {
  background: url("../img/recruit/training/kv.jpg") no-repeat center;
  background-size: cover; }

#training #zone1 {
  margin-bottom: 80px; }
  @media screen and (max-width: 940px) {
    #training #zone1 {
      margin-bottom: 50px; } }
  #training #zone1 .lead {
    color: #07185C; }
    @media print, screen and (min-width: 941px) {
      #training #zone1 .lead {
        text-align: center; } }

#training #zone2 {
  margin-top: 100px;
  margin-bottom: 50px; }
  @media screen and (max-width: 940px) {
    #training #zone2 {
      margin-top: 50px;
      margin-bottom: 10px; } }
  #training #zone2 .sec1 {
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 940px) {
      #training #zone2 .sec1 {
        margin-bottom: 50px; } }
    #training #zone2 .sec1::after {
      position: absolute;
      top: 10px;
      left: 10px;
      content: '';
      width: 100%;
      height: 100%;
      opacity: 0.3;
      border-radius: 15px;
      background-color: rgba(7, 24, 92, 0.15);
      z-index: -1; }
    #training #zone2 .sec1 .t1 {
      text-align: center;
      background-color: #07185C;
      color: #fff;
      font-weight: 600;
      font-size: 20px;
      padding: 10px;
      border-radius: 15px 15px 0 0; }
      @media screen and (max-width: 940px) {
        #training #zone2 .sec1 .t1 {
          font-size: 15px; } }
    #training #zone2 .sec1 figure {
      border: 3px solid #07185C;
      border-radius: 0 0 15px 15px;
      padding: 30px 50px;
      background-color: #fff; }
      @media screen and (max-width: 940px) {
        #training #zone2 .sec1 figure {
          padding: 20px 10px; } }
  #training #zone2 .sec2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #training #zone2 .sec2 li {
      width: calc(100% / 3 - 14px); }
      @media screen and (max-width: 940px) {
        #training #zone2 .sec2 li {
          width: calc(50% - 5px);
          margin-bottom: 30px; } }
      #training #zone2 .sec2 li .cap {
        font-size: 18px;
        font-weight: 600; }
        @media screen and (max-width: 940px) {
          #training #zone2 .sec2 li .cap {
            font-size: 14px; } }
      #training #zone2 .sec2 li .text {
        display: block;
        margin-top: 5px;
        font-size: 16px; }
        @media screen and (max-width: 940px) {
          #training #zone2 .sec2 li .text {
            font-size: 12px;
            margin-right: 5px; } }

#training #zone3 h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #training #zone3 h2 figure {
    position: relative;
    width: 100px; }
    @media screen and (max-width: 940px) {
      #training #zone3 h2 figure {
        width: 50px; } }
  #training #zone3 h2 b {
    position: relative;
    width: calc(100% - 100px);
    text-align: center;
    background-color: #07185C;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    z-index: -1; }
    @media screen and (max-width: 940px) {
      #training #zone3 h2 b {
        width: calc(100% - 50px);
        font-size: 15px; } }
    #training #zone3 h2 b::after {
      position: absolute;
      top: 0px;
      left: -10px;
      content: '';
      width: 10px;
      height: 100%;
      background-color: #07185C; }

#training #zone3 ul li {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted rgba(7, 24, 92, 0.5); }
  @media screen and (max-width: 940px) {
    #training #zone3 ul li {
      padding: 30px 0; } }
  #training #zone3 ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  #training #zone3 ul li .set {
    width: 50%; }
    @media screen and (max-width: 940px) {
      #training #zone3 ul li .set {
        width: 100%;
        margin-bottom: 20px; } }
    #training #zone3 ul li .set .t1 {
      color: #EB008B;
      font-weight: 600;
      font-size: 30px;
      line-height: 1.5;
      margin-bottom: 20px; }
      @media screen and (max-width: 940px) {
        #training #zone3 ul li .set .t1 {
          font-size: 16px;
          margin-bottom: 10px; } }
  #training #zone3 ul li figure {
    width: 46%; }
    @media screen and (max-width: 940px) {
      #training #zone3 ul li figure {
        width: 100%; } }

#crosstalk .title2 {
  background: url("../img/recruit/crosstalk/kv.jpg") no-repeat center;
  background-size: cover; }

#crosstalk main {
  overflow: hidden; }

#crosstalk .c1 {
  color: #07185C; }

#crosstalk .c2 {
  color: #EB008B; }

#crosstalk .c3 {
  color: #3B9A00; }

#crosstalk .c4 {
  color: #12BFF2; }

#crosstalk #zone1 {
  margin-bottom: 100px; }
  @media screen and (max-width: 940px) {
    #crosstalk #zone1 {
      margin-bottom: 50px; } }
  #crosstalk #zone1 .lead {
    color: #07185C; }
    @media print, screen and (min-width: 941px) {
      #crosstalk #zone1 .lead {
        margin-bottom: 80px;
        text-align: center; } }
    @media screen and (max-width: 940px) {
      #crosstalk #zone1 .lead {
        margin-bottom: 50px; } }
  #crosstalk #zone1 .member h2 {
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #12BFF2;
    font-weight: 400;
    font-size: 37px;
    margin-bottom: -15px; }
    @media screen and (max-width: 940px) {
      #crosstalk #zone1 .member h2 {
        font-size: 30px; } }
  #crosstalk #zone1 .member .box {
    background-color: rgba(18, 191, 242, 0.1);
    border-radius: 15px;
    padding: 40px 80px 25px;
    position: relative; }
    @media screen and (max-width: 940px) {
      #crosstalk #zone1 .member .box {
        padding: 30px 30px 0px; } }
    #crosstalk #zone1 .member .box ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #crosstalk #zone1 .member .box ul li {
        width: calc(25% - 50px);
        text-align: center; }
        @media screen and (max-width: 940px) {
          #crosstalk #zone1 .member .box ul li {
            width: calc(50% - 15px);
            padding-bottom: 30px; } }
        #crosstalk #zone1 .member .box ul li figure {
          max-width: 170px;
          margin: auto; }
        #crosstalk #zone1 .member .box ul li .t1 {
          max-width: 170px;
          margin: auto;
          position: relative;
          background-color: #fff;
          color: #07185C;
          border-radius: 15px;
          font-weight: 600;
          padding: 8px;
          border: 2px solid #07185C;
          line-height: 1.5;
          margin-bottom: 5px;
          margin-top: -15px; }
          @media screen and (max-width: 940px) {
            #crosstalk #zone1 .member .box ul li .t1 {
              font-size: 13px;
              padding: 5px; } }
        #crosstalk #zone1 .member .box ul li .t2 i {
          display: block;
          font-size: 32px;
          margin-bottom: 5px; }
          @media screen and (max-width: 940px) {
            #crosstalk #zone1 .member .box ul li .t2 i {
              font-size: 25px; } }

#crosstalk #zone2 h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 20px;
  color: #EB008B; }
  @media screen and (max-width: 940px) {
    #crosstalk #zone2 h2 {
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 1.4; } }
  #crosstalk #zone2 h2 i {
    width: 220px;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding-left: 110px; }
    @media screen and (max-width: 940px) {
      #crosstalk #zone2 h2 i {
        width: 130px;
        padding-left: 50px; } }
    #crosstalk #zone2 h2 i::before {
      position: absolute;
      top: 50%;
      left: 0px;
      content: '';
      width: 100px;
      height: 2px;
      background-color: #EB008B; }
      @media screen and (max-width: 940px) {
        #crosstalk #zone2 h2 i::before {
          width: 40px; } }
  #crosstalk #zone2 h2 b {
    width: calc(100% - 220px);
    font-weight: 600; }
    @media screen and (max-width: 940px) {
      #crosstalk #zone2 h2 b {
        width: calc(100% - 130px); } }

#crosstalk #zone2 h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  color: #07185C;
  margin-bottom: 50px; }
  @media screen and (max-width: 940px) {
    #crosstalk #zone2 h3 {
      font-size: 16px;
      margin-bottom: 30px; } }

#crosstalk #zone2 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 940px) {
    #crosstalk #zone2 dl {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 941px) {
    #crosstalk #zone2 dl.ex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  #crosstalk #zone2 dl dt {
    width: 100px; }
    @media screen and (max-width: 940px) {
      #crosstalk #zone2 dl dt {
        width: 70px; } }
    #crosstalk #zone2 dl dt i {
      display: block;
      text-align: center;
      margin-top: 5px; }
  #crosstalk #zone2 dl dd {
    width: calc(100% - 125px);
    line-height: 2; }
    @media screen and (max-width: 940px) {
      #crosstalk #zone2 dl dd {
        width: calc(100% - 85px); } }

@media print, screen and (min-width: 941px) {
  #crosstalk #zone2 .sec1 dl dd {
    padding-right: 125px; }
  #crosstalk #zone2 .sec1 dl.ex dd {
    padding-right: 0;
    padding-left: 125px; } }

#crosstalk #zone2 .sec2 {
  position: relative; }
  #crosstalk #zone2 .sec2 figure {
    border-radius: 30px;
    overflow: hidden; }
    @media print, screen and (min-width: 941px) {
      #crosstalk #zone2 .sec2 figure {
        position: absolute;
        top: 0;
        right: 50%; }
        #crosstalk #zone2 .sec2 figure img {
          width: auto;
          height: 550px; } }
    @media screen and (max-width: 940px) {
      #crosstalk #zone2 .sec2 figure {
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 941px) {
    #crosstalk #zone2 .sec2 .set {
      padding-left: calc(50% + 30px); } }

#crosstalk #zone2 .sec3 {
  position: relative; }
  #crosstalk #zone2 .sec3 figure {
    border-radius: 30px;
    overflow: hidden; }
    @media print, screen and (min-width: 941px) {
      #crosstalk #zone2 .sec3 figure {
        position: absolute;
        top: 0;
        left: 50%; }
        #crosstalk #zone2 .sec3 figure img {
          width: auto;
          height: 550px; } }
    @media screen and (max-width: 940px) {
      #crosstalk #zone2 .sec3 figure {
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 941px) {
    #crosstalk #zone2 .sec3 .set {
      padding-right: calc(50% + 30px); } }

#crosstalk #zone2 .bg {
  position: relative;
  background-color: #E8F3F9;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  z-index: -1; }
  @media screen and (max-width: 940px) {
    #crosstalk #zone2 .bg {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 50px; } }

#crosstalk .pic {
  margin-top: 100px; }

#message .title {
  background: url("../img/recruit/message/kv.jpg") no-repeat center;
  background-size: cover; }

#message main {
  padding-bottom: 0; }

#message #zone1 {
  margin-bottom: 80px;
  font-size: 18px;
  color: #07185C; }
  @media screen and (max-width: 940px) {
    #message #zone1 {
      margin-bottom: 50px;
      font-size: 14px; } }

#message #zone2 {
  background-color: rgba(253, 229, 243, 0.5);
  padding-bottom: 300px;
  padding-top: 100px; }
  @media screen and (max-width: 940px) {
    #message #zone2 {
      padding-top: 50px;
      padding-bottom: 150px; } }
  #message #zone2 figure {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 40px; }
    @media screen and (max-width: 940px) {
      #message #zone2 figure {
        border-radius: 20px;
        margin-bottom: 20px; } }
  #message #zone2 .t1 {
    text-align: right;
    margin-top: 40px;
    line-height: 2;
    font-weight: 600; }
    @media screen and (max-width: 940px) {
      #message #zone2 .t1 {
        margin-top: 20px; } }

#faq .title {
  background: url("../img/recruit/faq/kv.jpg") no-repeat center;
  background-size: cover; }

#faq #zone1 .aco {
  margin-bottom: 30px;
  background-color: rgba(18, 191, 242, 0.1);
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    #faq #zone1 .aco {
      padding: 20px 10px;
      margin-bottom: 20px; } }
  #faq #zone1 .aco .acobtn {
    position: relative;
    line-height: 1.2;
    padding-right: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 940px) {
      #faq #zone1 .aco .acobtn {
        padding-right: 30px; } }
    #faq #zone1 .aco .acobtn b {
      width: 40px;
      font-family: "Oswald", sans-serif;
      font-size: 35px;
      color: #EB008B;
      font-weight: 400; }
      @media screen and (max-width: 940px) {
        #faq #zone1 .aco .acobtn b {
          width: 30px;
          font-size: 25px; } }
    #faq #zone1 .aco .acobtn i {
      width: calc(100% - 40px);
      color: #07185C;
      font-size: 22px;
      font-weight: 600; }
      @media screen and (max-width: 940px) {
        #faq #zone1 .aco .acobtn i {
          width: calc(100% - 30px);
          font-size: 15px; } }
    #faq #zone1 .aco .acobtn::before {
      content: '';
      width: 20px;
      height: 2px;
      position: absolute;
      top: calc(50% - 1px);
      right: 0px;
      background-color: #07185C;
      z-index: 1; }
      @media screen and (max-width: 940px) {
        #faq #zone1 .aco .acobtn::before {
          width: 14px; } }
    #faq #zone1 .aco .acobtn::after {
      content: '';
      width: 2px;
      height: 20px;
      position: absolute;
      top: calc(50% - 10px);
      right: 9px;
      background-color: #07185C;
      z-index: 1; }
      @media screen and (max-width: 940px) {
        #faq #zone1 .aco .acobtn::after {
          height: 14px;
          top: calc(50% - 7px);
          right: 6px; } }
    #faq #zone1 .aco .acobtn:hover {
      opacity: 0.7; }
    #faq #zone1 .aco .acobtn.active::after {
      display: none; }
  #faq #zone1 .aco .acoin {
    margin-top: 30px;
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 10px;
    display: none; }
    @media screen and (max-width: 940px) {
      #faq #zone1 .aco .acoin {
        margin-top: 20px;
        padding: 20px; } }

#requirements .title {
  background: url("../img/recruit/requirements/kv.jpg") no-repeat center;
  background-size: cover; }

#requirements #zone1 .sec1 {
  margin-top: -100px; }
  @media screen and (max-width: 940px) {
    #requirements #zone1 .sec1 {
      margin-top: -50px; } }

#requirements #zone1 .sec {
  padding-top: 100px; }
  @media screen and (max-width: 940px) {
    #requirements #zone1 .sec {
      padding-top: 50px; } }
  #requirements #zone1 .sec .text {
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #07185C; }
    @media screen and (max-width: 940px) {
      #requirements #zone1 .sec .text {
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px; } }
  #requirements #zone1 .sec th, #requirements #zone1 .sec td {
    font-size: 20px; }
    @media screen and (max-width: 940px) {
      #requirements #zone1 .sec th, #requirements #zone1 .sec td {
        font-size: 12px; } }

@media screen and (max-width: 940px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #131313; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 20px;
    height: 16px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .hm_button .hm_bar {
    display: block;
    width: 20px;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar2 {
    top: 50%; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 22.63px;
    left: 2px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.7854rad) translateY(-50%);
    -ms-transform: rotate(0.7854rad) translateY(-50%);
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.7854rad) translateY(-50%);
    -ms-transform: rotate(-0.7854rad) translateY(-50%);
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #fff; }
  #menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0px;
    left: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1;
    overflow-y: auto;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }
    #menu.on {
      z-index: 9999;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    #menu nav {
      padding-top: 40px;
      width: 100%; }
      #menu nav .headnav1 {
        background: #202f6c;
        padding: 20px; }
        #menu nav .headnav1 > li .acobtn {
          background-color: #07185c;
          padding: 10px 20px;
          font-weight: 700;
          font-size: 13px;
          letter-spacing: 1px;
          position: relative;
          margin-bottom: 2px;
          color: #fff; }
          #menu nav .headnav1 > li .acobtn img {
            width: 120px; }
          #menu nav .headnav1 > li .acobtn::before {
            content: '';
            width: 9px;
            height: 1px;
            position: absolute;
            top: calc(50% - 1px);
            right: 20px;
            background: #fff;
            z-index: 1; }
          #menu nav .headnav1 > li .acobtn::after {
            content: '';
            width: 1px;
            height: 9px;
            position: absolute;
            top: calc(50% - 5px);
            right: 24px;
            background: #fff;
            z-index: 1; }
          #menu nav .headnav1 > li .acobtn.active::after {
            display: none; }
        #menu nav .headnav1 > li a {
          background: url("../img/arrow2.png") no-repeat right 22px center;
          background-size: 4px auto;
          display: block;
          color: #fff;
          font-weight: 700;
          font-size: 12px;
          letter-spacing: 1px;
          padding: 10px; }
        #menu nav .headnav1 > li > a {
          background-color: #07185c;
          padding: 10px 20px;
          font-weight: 700;
          font-size: 13px;
          letter-spacing: 1px;
          position: relative;
          margin-bottom: 2px;
          color: #fff; }
        #menu nav .headnav1 > li ul {
          display: none;
          background: #202f6c;
          padding: 0 10px; }
          #menu nav .headnav1 > li ul li {
            border-bottom: 1px solid #39467d; }
            #menu nav .headnav1 > li ul li:last-child {
              border: 0; }
      #menu nav .links {
        background: #202f6c;
        padding: 20px;
        padding-top: 0; }
        #menu nav .links .t1 {
          font-family: "Oswald", sans-serif;
          font-weight: 400;
          font-size: 16px;
          padding: 10px 20px;
          color: #fff; }
        #menu nav .links ul {
          border-top: 1px solid #39467d; }
          #menu nav .links ul li {
            border-bottom: 1px solid #39467d; }
        #menu nav .links a {
          background: url("../img/outlink2.png") no-repeat right 18px center;
          background-size: 12px auto;
          display: block;
          color: #fff;
          font-weight: 700;
          font-size: 12px;
          letter-spacing: 1px;
          padding: 10px 20px; }
      #menu nav .headnav2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #menu nav .headnav2 a {
          width: 50%;
          height: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          background-color: #EB008B;
          color: #fff;
          letter-spacing: 0.05em;
          font-weight: 700;
          font-size: 13px; }
          #menu nav .headnav2 a.ex {
            background-color: #00BFF2; } }

@media print, screen and (min-width: 941px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #131313;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #131313; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=recruit.css.map */
