/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

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

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  cursor: pointer;
  background-color: transparent; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

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

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

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: "YakuHanJP_Noto", "Roboto Condensed", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline; 
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none; 
  color: #f00;
}
a:active {
  text-decoration: none; 
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@-webkit-keyframes graphTitle {
  0% {
    opacity: 0; 
    -webkit-transform: scaleX(0); 
            transform: scaleX(0);
  }
  100% {
    opacity: 1; 
    -webkit-transform: scaleX(1); 
            transform: scaleX(1);
  }
}

@keyframes graphTitle {
  0% {
    opacity: 0; 
    -webkit-transform: scaleX(0); 
            transform: scaleX(0);
  }
  100% {
    opacity: 1; 
    -webkit-transform: scaleX(1); 
            transform: scaleX(1);
  }
}

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

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

@-webkit-keyframes graphmetar {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes graphmetar {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

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

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

@-webkit-keyframes graphLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes graphLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

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

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

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

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

@-webkit-keyframes eijiFadeIn {
  0% {
    opacity: 0; 
    -webkit-transform: translateY(35px); 
            transform: translateY(35px);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translateY(0); 
            transform: translateY(0);
  }
}

@keyframes eijiFadeIn {
  0% {
    opacity: 0; 
    -webkit-transform: translateY(35px); 
            transform: translateY(35px);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translateY(0); 
            transform: translateY(0);
  }
}

.l-container {
  margin: 0 auto; 
  max-width: 1120px;
}
@media screen and (max-width: 1600px) {
  .l-container {
    padding: 0 40px; 
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 5.33333vw;
  }
}

.l-main {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  background: #0c52ae;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-section {
  position: relative;
  margin: auto;
  max-width: 1600px;
}

.l-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn {
  position: absolute;
  z-index: 2;
  padding: 0;
  border: none;
  outline: inherit;
  outline: none;
  width: 76px;
  height: 76px;
  cursor: pointer;
  transition: background-position 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-position 0.3s;
  transition: transform 0.3s, background-position 0.3s, -webkit-transform 0.3s; 
  -webkit-transform: scale(1); 
          transform: scale(1);
  background: #00cbfe;
  background: linear-gradient(45deg, #00cbfe 0%, #0279ff 62%, #00cbfe 100%);
  background-color: transparent;
  background-position: 0;
  background-size: 200% 100%;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}
.c-btn::before,
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 1px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; 
  -webkit-transform: translate(-50%, -50%); 
          transform: translate(-50%, -50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn::before,
  .c-btn::after {
    width: 6.66667vw;
  }
}
.c-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .c-btn:hover {
    transition: background-position 0.3s; 
    background-position: 100% 0;
  }
  .c-btn:hover:before {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; 
    -webkit-transform: translate(-50%, -50%); 
            transform: translate(-50%, -50%);
  }
  .c-btn:hover:after {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; 
    -webkit-transform: translate(-50%, -50%) rotate(90deg); 
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.c-btn.-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn.-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  a:hover .c-btn {
    transition: background-position 0.3s; 
    background-position: 100% 0;
  }
}
.c-btn_more .c-btn {
  top: 50%;
  right: 10px;
  width: 35px;
  height: 35px;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .c-btn_more .c-btn {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn_more .c-btn {
    right: 1.33333vw; 
    width: 8.53333vw;
    height: 8.53333vw;
  }
}
.c-btn_more .c-btn:before,
.c-btn_more .c-btn:after {
  width: 21px;
}
@media screen and (max-width: 1600px) {
  .c-btn_more .c-btn:before,
  .c-btn_more .c-btn:after {
    width: 1.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn_more .c-btn:before,
  .c-btn_more .c-btn:after {
    width: 4.26667vw;
  }
}

.c-btn-lg {
  display: flex;
  outline: inherit;
  width: 100%;
  height: 100px;
  transition: background-position 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-position 0.3s;
  transition: transform 0.3s, background-position 0.3s, -webkit-transform 0.3s; 
  background: linear-gradient(45deg, #00cbfe 0%, #0279ff 62%, #00cbfe 100%);
  background-position: 0;
  background-size: 200% 100%;

  align-items: center;
  justify-content: center;
}
.c-btn-lg img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn-lg {
    padding: 5.33333vw 0; 
    height: auto;
  }
  .c-btn-lg img {
    max-width: 36vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-lg:hover {
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-position 0.3s; 
    background-color: transparent;
    background-position: 100% 0;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
  }
}

.c-btn_more {
  display: flex;
  position: relative;
  border: none;
  outline: inherit;
  outline: none;
  width: 214px;
  height: 54px; 
  cursor: pointer;

  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn_more:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background: #073168;
}
.c-btn_more:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s;
  transition: transform 0.3s, background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s, background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s;
  background: linear-gradient(45deg, #00cbfe 0%, #0279ff 62%, #00cbfe 100%);
  background-position: 0;
  background-size: 200% 100%;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
@media screen and (max-width: 1600px) {
  .c-btn_more {
    width: 13.375vw;
    height: 3.375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn_more {
    width: 100%;
    height: 10.66667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn_more:hover:before {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .c-btn_more:hover:after {
    transition: background-position 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-position 0.3s;
    transition: transform 0.3s, background-position 0.3s, -webkit-transform 0.3s; 
    background-color: transparent;
    background-position: 100% 0;
  }
}
@media screen and (min-width: 769px) {
  .c-btn_more:hover .c-btn {
    background: 0;
  }
}

.c-btn_txt {
  position: relative;
  z-index: 2; 
  margin-right: 30px;
  width: 50px;
}
@media screen and (max-width: 1600px) {
  .c-btn_txt {
    margin-right: 1.875vw; 
    width: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn_txt {
    margin-right: 0; 
    width: 10.13333vw;
  }
}

.c-eiji img,
.c-eiji canvas {
  display: none;
}

.c-eiji.is-active img,
.c-eiji.is-active canvas,
.c-eiji.is-show img,
.c-eiji.is-show canvas {
  display: block;
}

.c-icon.-facebook {
  width: 33px;
  height: 32px;

  fill: #fff;
  fill-rule: evenodd;
}
@media (max-width: 767.98px) {
  .c-icon.-facebook {
    width: 7.33333vw;
    height: 7.33333vw;
  }
}

.c-icon.-instagram {
  width: 32px;
  height: 31px;

  fill: #fff;
  fill-rule: evenodd;
}
@media (max-width: 767.98px) {
  .c-icon.-instagram {
    width: 7.2vw;
    height: 7.2vw;
  }
}

.c-icon.-sharen {
  width: 183px;
  height: 67px;

  fill: #fff;
}
@media (max-width: 767.98px) {
  .c-icon.-sharen {
    width: 34.8vw;
    height: 12.66667vw;
  }
}

.c-icon.-link {
  width: 23.5px;
  height: 11.5px;

  fill: none;
  fill-rule: evenodd;
  stroke: #fff;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}
@media (max-width: 767.98px) {
  .c-icon.-link {
    width: 4.26667vw;
    height: 2.53333vw;
  }
}
.c-icon.-link.-reverse {
  stroke: #f00;
}

@-webkit-keyframes bgFade {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}

@keyframes bgFade {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}

.c-bg_liner {
  position: relative;
  z-index: 1;
}
.c-bg_liner span {
  overflow: hidden; 
  position: absolute;
  width: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.c-bg_liner span:after {
  content: "";
  opacity: 0.6; 
  position: absolute;
  z-index: -1;
  top: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-bg_liner span.is-active {
  -webkit-animation: bgFade 0.8s cubic-bezier(0.015, -0.005, 0.525, 0.005) 0s 1 normal both;
          animation: bgFade 0.8s cubic-bezier(0.015, -0.005, 0.525, 0.005) 0s 1 normal both;
}
.c-bg_liner.-line01 span {
  top: -732px;
}
@media screen and (max-width: 768px) {
  .c-bg_liner.-line01 span {
    top: -37.86667vw;
  }
}
.c-bg_liner.-line02 span {
  top: -1200px;
}
@media screen and (max-width: 768px) {
  .c-bg_liner.-line02 span {
    top: -37.86667vw;
  }
}
.c-bg_liner.-right span {
  right: 0;
  height: 96.125vw;
}
.c-bg_liner.-right span:after {
  right: 0;
  background-image: url("/recruit/lp01_old/assets/img/common/bg_liner_01_lg.png");
  background-position: top right;
}
.c-bg_liner.-left span {
  left: 0;
  height: 96.25vw;
}
.c-bg_liner.-left span:after {
  left: 0;
  background-image: url("/recruit/lp01_old/assets/img/common/bg_liner_02_lg.png");
  background-position: top left;
}

.c-slideImg_inner {
  display: block;
  overflow: hidden; 
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.c-slideImg_inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #00cbfe 0%, #0279ff 62%);
}
.-top .c-slideImg_inner {
  -webkit-transform: scaleY(0);
          transform: scaleY(0); 
  -webkit-transform-origin: top; 
          transform-origin: top;
}
.-top .c-slideImg_inner:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: linear-gradient(45deg, #0279ff 0%, #00cbfe 62);
}
.-right .c-slideImg_inner {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); 
  -webkit-transform-origin: right; 
          transform-origin: right;
}
.-right .c-slideImg_inner:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: linear-gradient(45deg, #0279ff 0%, #00cbfe 62);
}
.-bottom .c-slideImg_inner {
  -webkit-transform: scaleY(0);
          transform: scaleY(0); 
  -webkit-transform-origin: bottom; 
          transform-origin: bottom;
}
.-bottom .c-slideImg_inner:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: linear-gradient(45deg, #0279ff 0%, #00cbfe 62);
}
.-left .c-slideImg_inner {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); 
  -webkit-transform-origin: left; 
          transform-origin: left;
}
.-left .c-slideImg_inner:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); 
  -webkit-transform-origin: right; 
          transform-origin: right;
}
.c-slideImg_inner.is-show {
  -webkit-animation: slideFadeIn 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 normal both;
          animation: slideFadeIn 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 normal both;
}

@-webkit-keyframes slideFadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes slideFadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-slideImg_inner.is-show:after {
  -webkit-animation: slideFadeInAfter 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s 1 normal both;
          animation: slideFadeInAfter 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s 1 normal both;
}

@-webkit-keyframes slideFadeInAfter {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes slideFadeInAfter {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.c-slideImg_inner.is-show .slider_img img {
  display: block;
}
.message_title .c-slideImg_inner {
  width: 913px;
  height: 146px;
  background-image: url("/recruit/lp01_old/assets/img/message/message_mv_title_lg.png");
  background-size: contain;
}
@media screen and (max-width: 1600px) {
  .message_title .c-slideImg_inner {
    width: 57.125vw;
    height: 9.125vw;
  }
}
@media screen and (max-width: 768px) {
  .message_title .c-slideImg_inner {
    width: 64vw;
    height: 27.33333vw;
    background-image: url("/recruit/lp01_old/assets/img/message/message_mv_title_sm.png");
  }
}
.message_head .c-slideImg_inner {
  width: 355px;
  height: 72px;
  background-image: url("/recruit/lp01_old/assets/img/message/message_head_lg.png");
}
@media screen and (max-width: 768px) {
  .message_head .c-slideImg_inner {
    width: 58.26667vw;
    height: 11.6vw;
    background-image: url("/recruit/lp01_old/assets/img/message/message_head_sm.png");
  }
}
.seminar_head .c-slideImg_inner {
  width: 425px;
  height: 39px;
  background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_head_lg.png");
}
@media screen and (max-width: 768px) {
  .seminar_head .c-slideImg_inner {
    width: 54.66667vw;
    height: 5.06667vw;
    background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_head_sm.png");
  }
}
.seminar_head_digest .c-slideImg_inner {
  width: 549px;
  height: 23px;
  background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_digest_lg.png");
}
@media screen and (max-width: 768px) {
  .seminar_head_digest .c-slideImg_inner {
    width: 57.86667vw;
    height: 10.66667vw;
    background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_digest_sm.png");
  }
}
.seminar_guide_head .c-slideImg_inner {
  margin: auto;
  width: 336px;
  height: 26px;
  background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_guide_lg.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .seminar_guide_head .c-slideImg_inner {
    width: 51.6vw;
    height: 4.13333vw;
  }
}
.field_head .c-slideImg_inner {
  width: 474px;
  height: 39px;
  background-image: url("/recruit/lp01_old/assets/img/field/field_head_lg.png");
}
@media screen and (max-width: 768px) {
  .field_head .c-slideImg_inner {
    width: 63.2vw;
    height: 5.2vw;
    background-image: url("/recruit/lp01_old/assets/img/field/field_head_sm.png");
  }
}
.designer_head .c-slideImg_inner {
  width: 365px;
  height: 38px;
  background-image: url("/recruit/lp01_old/assets/img/designer/designer_head_lg.png");
}
@media screen and (max-width: 768px) {
  .designer_head .c-slideImg_inner {
    width: 46.8vw;
    height: 5.06667vw;
    background-image: url("/recruit/lp01_old/assets/img/designer/designer_head_sm.png");
  }
}
.member_head .c-slideImg_inner {
  width: 650px;
  height: 39px;
  background-image: url("/recruit/lp01_old/assets/img/member/member_head_lg.png");
}
@media screen and (max-width: 768px) {
  .member_head .c-slideImg_inner {
    width: 53.46667vw;
    height: 11.6vw;
    background-image: url("/recruit/lp01_old/assets/img/member/member_head_sm.png");
  }
}
.about_head .c-slideImg_inner {
  margin: auto;
  width: 507px;
  height: 38px;
  background-image: url("/recruit/lp01_old/assets/img/about/about_head_lg.png");
}
@media screen and (max-width: 768px) {
  .about_head .c-slideImg_inner {
    margin-top: 2.66667vw;
    width: 64.8vw;
    height: 5.06667vw;
    background-image: url("/recruit/lp01_old/assets/img/about/about_head_sm.png");
  }
}
.message_sub_01 .c-slideImg_inner {
  width: 157px;
  height: 11px;
  background-image: url("/recruit/lp01_old/assets/img/common/subTitle_01.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .message_sub_01 .c-slideImg_inner {
    margin-top: 5.33333vw;
    width: 29.33333vw;
  }
}
.message_sub_03 .c-slideImg_inner {
  width: 121px;
  height: 11px;
  background-image: url("/recruit/lp01_old/assets/img/common/subTitle_03.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .message_sub_03 .c-slideImg_inner {
    margin-left: 5.33333vw;
    width: 21.6vw;
    height: 2.93333vw;
  }
}
.message_sub_02 .c-slideImg_inner {
  width: 96px;
  height: 11px;
  background-image: url("/recruit/lp01_old/assets/img/common/subTitle_02.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .message_sub_02 .c-slideImg_inner {
    margin-left: 5.33333vw;
    width: 17.33333vw;
    height: 2.13333vw;
  }
}
.message_sub_04 .c-slideImg_inner {
  width: 204px;
  height: 11px;
  background-image: url("/recruit/lp01_old/assets/img/common/subTitle_04.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .message_sub_04 .c-slideImg_inner {
    margin-left: 5.33333vw;
    width: 37.6vw;
    height: 2.13333vw;
  }
}
.message_sub_05 .c-slideImg_inner {
  width: 120px;
  height: 11px;
  background-image: url("/recruit/lp01_old/assets/img/common/subTitle_05.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .message_sub_05 .c-slideImg_inner {
    margin-left: 5.33333vw;
    width: 21.6vw;
    height: 2.13333vw;
  }
}
.message_sub_06 .c-slideImg_inner {
  margin: auto;
  width: 106px;
  height: 11px;
  background-image: url("/recruit/lp01_old/assets/img/common/subTitle_06.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .message_sub_06 .c-slideImg_inner {
    width: 19.2vw;
    height: 2.13333vw;
  }
}
.contact_guide_head .c-slideImg_inner {
  margin: auto;
  width: 555px;
  height: 27px;
  background-image: url("/recruit/lp01_old/assets/img/contact/contact_guide_lg.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact_guide_head .c-slideImg_inner {
    width: 45.33333vw;
    height: 10.26667vw;
    background-image: url("/recruit/lp01_old/assets/img/contact/contact_guide_sm.png");
  }
}

.c-title {
  color: #fff;
  font-size: 42px;
  font-weight: normal;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 5.6vw;
  }
}

.c-transitionImg {
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.3); 

  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.c-transitionImg:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.c-transitionImg:after {
  content: "";
  opacity: 0.8; 
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: opacity 1s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-transitionImg.-top:after {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: linear-gradient(45deg, #00cbfe 0%, #0279ff 62%);
}
.c-transitionImg.-right:after {
  -webkit-transform-origin: left;
          transform-origin: left;
  background: linear-gradient(45deg, #00cbfe 0%, #0279ff 62%);
}
.c-transitionImg.-bottom:after {
  -webkit-transform-origin: top;
          transform-origin: top;
  background: linear-gradient(45deg, #0279ff 0%, #00cbfe 62%);
}
.c-transitionImg.-left:after {
  -webkit-transform-origin: right;
          transform-origin: right;
  background: linear-gradient(45deg, #0279ff 0%, #00cbfe 62%);
}
.c-transitionImg.-top.is-show:after,
.c-transitionImg.-bottom.is-show:after {
  opacity: 1;
  transition: opacity 1s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: scaleY(0); 
          transform: scaleY(0);
}
.c-transitionImg.-right.is-show:after,
.c-transitionImg.-left.is-show:after,
.c-transitionImg.-left.is-active:after {
  opacity: 1;
  transition: opacity 1s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); 
  -webkit-transform: scaleX(0); 
          transform: scaleX(0);
}

.c-transitionImg_inner {
  display: block;
  opacity: 0.1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s; 
  -webkit-transform: translate(0); 
          transform: translate(0);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.is-show .c-transitionImg_inner {
  opacity: 1;
  transition: opacity 1s;
}
.is-active .c-transitionImg_inner {
  opacity: 1;
  transition: opacity 1s;
}
.seminar_img_outside .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_img_01_lg.png");
}
@media screen and (max-width: 768px) {
  .seminar_img_outside .c-transitionImg_inner {
    background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_img_01_sm.webp");
  }
}
.seminar_img_inside .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_img_02_lg.png");
}
@media screen and (max-width: 768px) {
  .seminar_img_inside .c-transitionImg_inner {
    background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_img_02_sm.webp");
  }
}
.seminar_detail_img .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_comingsoon_lg.png");
}
@media screen and (max-width: 768px) {
  .seminar_detail_img .c-transitionImg_inner {
    background-image: url("/recruit/lp01_old/assets/img/seminar/seminar_comingsoon_sm.png");
  }
}
.field_img_lg .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/field/field_img_01_lg.png");
}
@media screen and (max-width: 768px) {
  .field_img_lg .c-transitionImg_inner {
    background-image: url("/recruit/lp01_old/assets/img/field/field_img_01_sm.webp");
  }
}
@media screen and (max-width: 768px) {
  .field_img_sm .c-transitionImg_inner {
    background-image: url("/recruit/lp01_old/assets/img/field/field_img_02_sm.webp");
  }
}
.field_imgs01 .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/field/field_img_02_lg.png");
}
.field_imgs02 .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/field/field_img_03_lg.png");
}
.field_imgs04 .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/field/field_img_04_lg.webp");
}
.designer_img .c-transitionImg_inner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: inherit;
  height: auto;
  min-height: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); 
  background-image: url("/recruit/lp01_old/assets/img/designer/designer_img_lg.png");
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .designer_img .c-transitionImg_inner {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .designer_img .c-transitionImg_inner {
    width: 100%;
    height: 80vw;
    min-height: auto;
    background-image: url("/recruit/lp01_old/assets/img/designer/designer_img_sm.webp");
  }
}
.member_img01 .c-transitionImg_inner {
  background-image: url("/recruit/lp01_old/assets/img/member/member_img_01_lg.png");
}

.p-footer {
  position: relative;
  z-index: 2;
  background: #fff;
}
.p-footer .p-footer_logo {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer .p-footer_logo {
    margin: auto;
    padding: 19.6vw 0; 
    max-width: 40vw;
  }
}
.p-footer .p-footer_logo a {
  display: inline-block;
}
.p-footer .p-footer_copyright {
  padding: 8px 0;
  background-color: #073168;
  text-align: center; 
  color: #fff;
}
.p-footer .p-footer_copyright small {
  letter-spacing: 1px; 
  font-size: 11px;
}

.p-guide {
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .p-guide {
    padding: 10.66667vw 0 0;
    text-align: left;
  }
}

.p-guide_lead {
  margin-top: 20px;
  text-align: center; 
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-guide_lead {
    margin-top: 4.26667vw;
    padding: 0 10.66667vw;
    text-align: left; 
    font-size: 2.93333vw;
    line-height: 1.91;
  }
}

.p-guide_data {
  position: relative;
  margin: 20px auto 48px;
  padding: 13px 0px;
  width: 477px;
}
@media screen and (max-width: 768px) {
  .p-guide_data {
    margin-top: 6.4vw;
    padding: 7.46667vw 0 0;
    border-top: #fff 1px solid; 
    width: 69.86667vw;
  }
  .contact_guide .p-guide_data {
    border-top: #c9c9c9 1px solid;
  }
}
.p-guide_data address {
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-guide_data address {
    letter-spacing: 0.4px;
    font-size: 2.93333vw;
    line-height: 1.9;
  }
}
.p-guide_data:before,
.p-guide_data:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px solid #9cadc3; 
  width: 41px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-guide_data:before,
  .p-guide_data:after {
    display: none;
  }
}
.p-guide_data:before {
  left: 0;
  border-right: none;
}
.p-guide_data:after {
  right: 0;
  border-left: none;
}

.p-guide_date {
  margin-top: 5px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-guide_date {
    margin-top: 2.93333vw;
    text-align: left;
    font-size: 2.93333vw;
  }
}
.p-guide_date span {
  display: block;
  color: #8694af;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-guide_date span {
    font-size: 2.66667vw;
  }
}

.p-guide_join img {
  max-width: 253px;
}
@media screen and (max-width: 768px) {
  .p-guide_join img {
    max-width: 47.6vw;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.clearfix::after {
  content: ""; 
  display: block;
  clear: both;
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (min-width: 769px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-text-transform-capitalize {
  text-transform: capitalize !important;
}

.u-text-transform-uppercase {
  text-transform: uppercase !important;
}

.u-text-font-ryo-l {
  font-weight: 300 !important;
}

.u-text-font-ryo-m {
  font-weight: 500 !important;
}

.u-text-font-ryo-b {
  font-weight: 700 !important;
}

.u-text-font-ryo-h {
  font-weight: 800 !important;
}

.u-text-font-azo-bold-iralic {
  font-weight: 700 !important; 
  font-style: italic !important;
}

.u-text-font-azo-black-iralic {
  font-weight: 900 !important; 
  font-style: italic !important;
}

.u-text-font-helvetica {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0; 
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}