@charset "utf-8";
/* CSS Document */
/* top */
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/	
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background:#fff;
  text-align:center;
  color:#fff;
  top : 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:350px;
}

.car-center {
  text-align: center;
}

@media only screen and (max-width: 768px) {

.car-center {
  text-align: left;
}

}
/*----------------------------------------------------
  career-top
--------------------------------------------------- */
@media only screen and (min-width: 1180px) {
.top-car h1 {
  font-size: 55px;
}
.top-car strong {
    margin: 0 .05em;
    background: linear-gradient(97.61deg, #0a8be9 13.66%, #0ae9ad 101.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}


@media only screen and  (min-width:940px) and (max-width:1179px) {
.top-car h1 {
  font-size: 48px;
}
.top-car strong {
    margin: 0 .05em;
    background: linear-gradient(97.61deg, #0a8be9 13.66%, #0ae9ad 101.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}
@media only screen and  (min-width:769px) and (max-width:939px) {
.top-car h1 {
  font-size: 38px;
 }
.top-car strong {
    margin: 0 .05em;
    background: linear-gradient(97.61deg, #0a8be9 13.66%, #0ae9ad 101.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}

@media only screen and (max-width: 768px) {
  .top-car h1 {
      font-size: 25px;
      font-weight: 600;
      line-height: 2;
  }
  .top-car strong {
      margin: 0 .05em;
      background: linear-gradient(97.61deg, #0a8be9 13.66%, #0ae9ad 101.36%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

}


/*----------------------------------------------------
  career-movie
--------------------------------------------------- */

.pMessage__play {
    position:absolute;
    top:calc(50% - 70px);
    left:calc(50% - 70px);
    display:flex;
    flex-direction:column;
    gap:4px;
    align-items:center;
    justify-content:center;
    width:140px;
    height:140px;
    padding-top:6px;
    padding-left:2px;
    color:#fff;
    border-radius:50%
}
.pMessage__play_circle {
    --stroke-dash: 800px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    stroke-dasharray:var(--stroke-dash);
    stroke-dashoffset:var(--stroke-dash);
    transform:rotate(-90deg)
}
.pMessage__play_text {
    font-family:var(--en-font);
    font-size:calc(13rem / 16);
    line-height:2.07;
    letter-spacing:.15em
}
.pMessage__play_text .char {
    display:inline-block;
    opacity:0;
    transition:transform 1.2s var(--ease-out),opacity 1.2s var(--ease-out);
    transform:translateX(0.3em) scaleX(2)
}
.pMessage__play_icon {
    width:10px;
    opacity:0;
    transition:opacity 1.2s var(--ease-out)
}
.pMessage__play.is-active .pMessage__play_circle {
    animation:playBtnCircle 1.4s forwards var(--ease-out)
}
.pMessage__play.is-active .pMessage__play_text .char {
    opacity:1;
    transform:translateX(0) scaleX(1)
}
.pMessage__play.is-active .pMessage__play_icon {
    opacity:1
}
@media screen and (min-width: 768px) {
    .pMessage__play {
        top:calc(50% - 109px);
        left:calc(50% - 109px);
        gap:8px;
        width:218px;
        height:218px;
        padding-top:11px;
        padding-left:2px;
        margin-top:-3px
    }
    .pMessage__play::after {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        content:"";
        border:solid 1px currentcolor;
        border-radius:50%;
        opacity:1;
        transition:transform .8s var(--ease-out),opacity .8s var(--ease-out);
        transform:scale(1)
    }
    .pMessage__play_icon {
        width:20px;
        margin-left:3px
    }
    .pMessage__play:hover::after {
        opacity:0;
        transition:transform 1.6s var(--ease-out),opacity 1.6s var(--ease-out);
        transform:scale(1.1)
    }
}
:root {
	    --ease-out:cubic-bezier(0.165, 0.84, 0.44, 1);

}


/*----------------------------------------------------
  career-top
--------------------------------------------------- */
.top-bg
{
	background-image: url("../../images/career/bg_main_pattern.jpg");
    background-size: 82px 80px;

}
@media only screen and (max-width: 768px) {
.top-bg
{
	background-image: initial;

}
	
}	
#c-intro{
	margin-top: 100px;
}
#c-top{
	margin-top: 150px;
}
@media only screen and (max-width: 768px) {
#c-intro{
	margin-top: 60px;
}
#c-top{
	margin-top: 60px;
}


}
.career-top-h1 {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 96px;
}

.career-top-h1:after{
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #0080d9;
    bottom: 38%;
    left: 3%;
}

.career-top-h1 .tit-ja {
    font-weight: 400;
    letter-spacing: .025em;
    font-feature-settings: "palt";
    color: #96989a;
    font-size: 14px;
    margin: 0 0 5px 3px;
    padding-left: 13px;
    position: relative;
}

.career-top-h1 .tit-ja:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #96989a;
    border-radius: 2px;
    position: absolute;
    top: 12px;
    left: 0;
}
.career-top-h1 .tit-en {
    font-weight: 500;
    letter-spacing: 0;
    font-feature-settings: "palt";
    font-size: 64px;
    display: inline-block;
		line-height: 1.4
}
@media only screen and (max-width: 768px) {
.career-top-h1 {
    /*max-width: auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 120px;*/
    padding-bottom: 40px;
}
.career-top-h1 .tit-ja {
    font-size: 12px;
    margin: 0 0 16px 2px;
    padding-left: 12px;
}
.career-top-h1 .tit-en {
    font-size: 40px;
    line-height: 1.125;
    margin-bottom: -3px;
    margin-top: -3px;
}
}

.career-area .h2, .career-area h2.wp-block-heading, .career-area h2:not([class]) {
    color: #090a33;
    font-weight: 500;
    margin: 80px 0 40px;
    margin-bottom: 1.5rem;
}


.career-area .wp-block-heading {
    position: relative;
}

.career-area>* {
    clear: both;
}

.career-area .h2:before, .career-area h2.wp-block-heading:before, .career-area h2:not([class]):before {
    border-radius: 624.9375rem;
    height: .8rem;
    left: .25rem;
    position: absolute;
    top: -1.5rem;
    width: .8rem;
    --tw-bg-opacity: 1;
    /*01 background-color: rgb(108 87 186 / var(--tw-bg-opacity, 1));*/
    background-color: rgb(14 127 189 / var(--tw-bg-opacity, 1));
    --tw-content: "";
    content: var(--tw-content);
}

.career-area .h2 span:before, .career-area h2.wp-block-heading span:before, .career-area h2:not([class]) span:before {
    border-radius: 624.9375rem;
    height: .8rem;
    left: 3.1rem;
    position: absolute;
    top: -1.5rem;
    width: .8rem;
    --tw-bg-opacity: 1;
    /*03 background-color: rgb(66 206 159 / var(--tw-bg-opacity, 1));*/
    background-color: rgb(17 166 247 / var(--tw-bg-opacity, 1));
    --tw-content: "";
    content: var(--tw-content);
}

.career-area .h2 span:after, .career-area h2.wp-block-heading span:after, .career-area h2:not([class]) span:after {
    border-radius: 624.9375rem;
    height: .8rem;
    left: 4.4rem;
    position: absolute;
    top: -1.5rem;
    width: .8rem;
    --tw-bg-opacity: 1;
    /*04 ackground-color: rgb(76 126 191 / var(--tw-bg-opacity, 1));*/
    background-color: rgb(76 214 220 / var(--tw-bg-opacity, 1));
    --tw-content: "";
    content: var(--tw-content);
}
.career-area .h2:after, .career-area h2.wp-block-heading:after, .career-area h2:not([class]):after {
    border-radius: 624.9375rem;
    height: .8rem;
    left: 1.55rem;
    position: absolute;
    top: -1.5rem;
    width: .8rem;
    --tw-bg-opacity: 1;
    /*02 background-color: rgb(252 209 80 / var(--tw-bg-opacity, 1));*/
    background-color: rgb(17 236 206 / var(--tw-bg-opacity, 1));
    --tw-content: "";
    content: var(--tw-content);
}

@media print, screen and (min-width: 768px) {
    .career-area .h2, .career-area h2.wp-block-heading, .career-area h2:not([class]) {
        font-size: 4.7rem;
    }
}




@media only screen and (max-width: 767px) {
    .career-area .h2, .career-area h2.wp-block-heading, .career-area h2:not([class]) {
        font-size: 1.5rem;
    }
}

/*----------------------------------------------------
  OUR VISION
--------------------------------------------------- */
.engineer-section {
  padding: 80px 20px;
  background: #fff;
}

.engineer-inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

/* ---------- Left Images ---------- */
.engineer-images {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.engineer-img-large img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.engineer-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.engineer-img-grid img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* ---------- Right Text ---------- */
.engineer-content {
  flex: 1 1 40%;
}

.engineer-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3b82f6;
  margin-bottom: 12px;
}

.engineer-title {
  font-size: 42px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 24px;
}

.engineer-title strong {
        margin: 0 .05em;
        background: linear-gradient(97.61deg, #0a8be9 13.66%, #0ae9ad 101.36%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


.engineer-description {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 32px;
  color: #444;
}

.engineer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #2563eb;
  padding-bottom: 3px;
}

.engineer-link:hover {
  opacity: 0.8;
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .engineer-inner {
    flex-direction: column;
  }

  .engineer-content {
    order: -1;
    width: 100%;
  }

  .engineer-title {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .engineer-section {
    padding: 40px 16px;
  }

  .engineer-title {
    font-size: 22px;
  }

  .engineer-img-grid {
    grid-template-columns: 1fr;
  }
}


/*----------------------------------------------------
  industry
--------------------------------------------------- */


.industry{
    background: #f5f7fc;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.industry-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.industry-schedule-title {
    color: #5a86d6;
    font-size: 14px;
	margin-top:30px;
    margin-bottom: 5px;
}

.industry-main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.industry-block {
    display: flex;
    background: #eef3fc;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.industry-time {
    background: #d5e0f5;
    padding: 12px 25px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #3d4c67;
    margin-right: 25px;
    white-space: nowrap;
}

.industry-content .industry-heading {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.industry-desc {
    font-size: 15px;
    color: #555;
    margin: 0;
}

/* --------------------------------------------------
   レスポンシブ（スマホ対応）
-------------------------------------------------- */
@media (max-width: 640px) {

    .industry-main-title {
        font-size: 24px;
    }

    .industry-block {
        flex-direction: column;
        padding: 20px;
    }

    .industry-time {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 20px;
        padding: 10px 20px;
        align-self: flex-start;
    }

    .industry-content .industry-heading {
        font-size: 20px;
    }

    .industry-desc {
        font-size: 14px;
    }
}
/*----------------------------------------------------
  #recruitment
--------------------------------------------------- */

.rec-req dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.rec-req dl.border-set {
    border-bottom: solid 1px #e4e4f2;
}

.rec-req dl.border-set span{
	font-weight : normal!important;
}

.rec-req dl.border-set > dt {
    border-top: solid 1px #e4e4f2;
    padding: 28px 0;
}


.rec-req dl.border-set > dd {
    border-top: solid 1px #e4e4f2;
    padding: 28px 0 28px 30px;
	line-height: 1.6;
}


.rec-req dt {
    width: 150px;
    padding: 0 0 10px;
    font-weight: bold;
    color: #222;
	font-size: 16px;
}


.rec-req dd {
    width: calc(100% - 180px);
    padding: 0 0 10px 30px;
	font-size: 16px;


}
@media screen and (max-width: 767px){
.rec-req dl {
    display: block;
    margin-bottom: 15px;
}
.rec-req dl.border-set {
    border-bottom: 0 none;
    border-top: solid 1px #e4e4f2;
}
.rec-req dl.border-set > dt {
    padding: 15px 0 5px;
    border-top: 0 none;
    font-size: 14px;
}
.rec-req dl.border-set > dd {
    width: auto;
    padding: 0 0 15px;
    border-top: 0 none;
    border-bottom: solid 1px #e4e4f2;
}

.rec-req dt {
    width: auto !important;
    padding-bottom: 5px !important;
}
.rec-req dd {
    width: auto !important;
    padding: 0 0 15px;
}
}
/******************************************************************************
 * car-title
*******************************************************************************/
@media (min-width: 769px) {
.h_sub_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding-left: 25px;
  margin-bottom: 15px;
  color :#607078;}

.h_sub_title::before {
  position: absolute;
  display: block;
  left: 0;
  /*top: 10%;*/
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #3fbbfe;
  opacity: 0.5;
	}
.h_sub_title::after {
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #11a6f7;
 }

.car_h2_tit h2 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 10px;
    font-weight: 500;
	letter-spacing: 0.4rem;


}
}

@media (max-width: 768px) {
.h_sub_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding-left: 25px;
  margin-bottom: 15px;
  color :#607078;}

.h_sub_title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 10%;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #3fbbfe;
  opacity: 0.5;
	}
.h_sub_title::after {
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #11a6f7;
 }
	.car_h2_tit h2 {
    font-size: 24px;
    line-height: 70px;
    margin-top: 10px;
    font-weight: 700;

	letter-spacing: 0.4rem;

}
}

/******************************************************************************
 * selection
*******************************************************************************/


.steps-container {
  max-width: 900px;
  margin: 0 auto;
}

/* STEP BOX */
.step-box {
  border: 1px solid #acacac;
  border-radius: 12px;
  display: flex;
  padding: 0;
  margin-bottom: 28px;
  background: #fff;
}

/* 左側（STEP 部） */
.step-header {
  width: 260px;
  padding: 40px;
  position: relative;
  border-right: 1px dotted #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-label {
  font-size: 26px;
  color: #11a6f7;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;

}

.step-title {
  font-size: 24px;
  font-weight: bold;
}

.divider {
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  border: none;
  border-left: 1px dotted #000;
}

/* 右側（説明文） */
.step-body {
  padding: 40px;
  flex-grow: 1;
  display: flex; 
  align-items: center;	
}

.step-body p {
  line-height: 2;
  text-align: justify;
}

/* 矢印 */
.arrow {
  text-align: center;
  font-size: 28px;
  margin: 20px 0;
  opacity: 0.8;
}

/* ------------- */
/*  Responsive   */
/* ------------- */

@media (max-width: 768px) {
  .step-box {
    display: block;
  }

  .step-header {
    width: 100%;
    padding: 40px 30px;
    border-right: none;
    /*border-bottom: 1px dotted #000;*/
  }

  .divider {
    display: none;
  }

  .step-body {
    padding: 30px;
  }

  .step-label {
    font-size: 20px;
  }

  .step-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .step-header {
    padding: 30px 20px;
  }

  .step-body {
    padding: 25px 20px;
  }

  .arrow {
    font-size: 24px;
  }
}
/*----------------------------------------------------
  現在募集している職種
--------------------------------------------------- */
.l-unit-section {
  padding: 100px 0 20px;
  background: #ffffff;
  position: relative;
}

.top-head__icon {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.l-bg-1 {
  background: #EFF2F5;
  padding: 80px 0 100px;
}

.l-unit-base {
  width: min(1200px, 90%);
  margin: auto;
}

/* 見出し */
.top__heading {
  text-align: center;
  margin-bottom: 55px;
}

.top__heading .is-en {
  display: block;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top__heading .is-ja img {
  margin-top: 15px;
}

/* リード文 */
.c-text-lead {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.l-unit-l {
  margin-top: 40px;
}

/* PCグリッド */
.l-grid-pc {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* WorkStyle Box */
.top-workstyle {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
  display: flex;
  flex-direction: column;
}

.top-workstyle:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.16);
  transform: translateY(-3px);
}

.top-workstyle__image img {
  width: 100%;
  height: auto;
  display: block;
}

.top-workstyle__content {
  padding: 14px;
  font-size: 1.3rem!important;	
	
}

.top-workstyle__heading {
  margin-bottom: 10px;
}

.top-workstyle__heading .is-en {
  display: block;
  font-size: 12px;
  color: #7A7A7A;
  letter-spacing: 0.08em;
  /*margin-bottom: 6px;*/
}

.top-workstyle__heading .is-ja {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

/* ボタン */
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 5px 15px;
  border: 1px solid #D6D6D6;
  border-radius: 50px;
  font-size: 14px;
  transition: .35s;
  background: linear-gradient(97.61deg, #0a8be9 13.66%, #0ae9ad 101.36%);
}

.top-workstyle__content a{
	color : #fff;
	text-decoration: none;
}

.c-btn:hover {
  background: linear-gradient(97.61deg, #0068DE 13.66%, #27a1e6 101.36%);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  transform: translateX(4px);
}

.c-btn .icon{
	margin-top: -10px;
}

.c-btn .icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: transform .35s ease;
}

.c-btn:hover .icon svg {
  transform: translateX(4px);
}

/* PCのみ改行 */
.u-visible-pc {
  display: none;
}

@media (min-width: 769px) {
  .u-visible-pc {
    display: inline;
  }
}

/* SP調整 */
@media (max-width: 768px) {
  .l-bg-1 {
    padding: 60px 0 70px;
  }
  .top__heading .is-en {
    font-size: 32px;
  }
  .l-grid-pc {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .c-text-lead {
    font-size: 16px;
  }
  .top-workstyle__content {
    padding: 24px;
  }
  .top-workstyle__heading .is-ja {
    font-size: 22px;
  }
}
/*----------------------------------------------------
  #col
--------------------------------------------------- */
*, :after, :before {
    box-sizing: border-box;
}
.NavGrid:not(.NavGrid_overflow) {
    overflow: hidden
}
.NavGrid_col_2 > * {
    margin: -0.25rem;
    display: flex;
    flex-wrap: wrap
}
.NavGrid_col_2 > * > * {
    padding: 0.25rem;
    flex: 0 0 auto;
    width: 100%
}
.NavGrid_col_2>*>*>:first-child:last-child {
    height: 100%
}
@media(min-width:48em) {
    .NavGrid_col_2 > * {
        margin: -1.25rem
    }
    .NavGrid_col_2 > * > * {
        padding: 1.25rem;
        width: 50%
    }
}
.NavGrid_col_3 > * {
    margin: -0.25rem;
    display: flex;
    flex-wrap: wrap
}
.NavGrid_col_3 > * > * {
    padding: 0.25rem;
    flex: 0 0 auto;
    width: 100%
}
.NavGrid_col_3>*>*>:first-child:last-child {
    height: 100%
}
@media(min-width:48em) {
    .NavGrid_col_3 > * {
        margin: -1.25rem
    }
    .NavGrid_col_3 > * > * {
        padding: 1.25rem;
        width: 50%
    }
}
@media(min-width:80em) {
    .NavGrid_col_3 > * > * {
        width: 33.3333333333%
    }
}
.FlexCard {
    position: relative;
    display: flex;
    align-items: center
}
@media(min-width:48em) {
    .FlexCard {
        flex-flow: column;
        align-items: flex-start
    }
}
.FlexCard-mediaBlock {
    position: relative;
    align-self: flex-start;
    flex-shrink: 0;
    border-radius: 0.5rem;
    width: 9rem;
    margin-right: 1rem;
    pointer-events: none;
    overflow: hidden
}
@media(min-width:48em) {
    .FlexCard-mediaBlock {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem
    }
}
.FlexCard-mediaBlock:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.4rem solid #3fbbfe;
    transition: transform 0.4s cubic-bezier(0.4,.1,0.3,1);
    transform: scale(1.2);
    z-index: 1
}
@media(min-width:48em) {
    .FlexCard-mediaBlock:before {
        transform: scale(1.1)
    }
}
.FlexCard-mediaBlock:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3rem solid #3fbbfe;
    transform: scale(1.2);
    transition: transform 0.4s cubic-bezier(0.4,.1,0.3,1);
    border-radius: 0.6rem
}
@media(min-width:48em) {
    .FlexCard-mediaBlock:after {
        transform: scale(1.1)
    }
}
@media(hover:hover) {
    .FlexCard:hover .FlexCard-mediaBlock:after,
    .FlexCard:hover .FlexCard-mediaBlock:before {
        transform: scale(1)
    }
}
.FlexCard-mediaImage {
    background-position: 50%;
    background-size: cover;
    transition: transform 0.5s cubic-bezier(0.4,.1,0.3,1);
    border-radius: 0.5rem;
    transform: translateZ(0) scale(1)
}
.FlexCard-mediaImage:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%
}
@media(hover:hover) {
    .FlexCard:hover .FlexCard-mediaImage {
        transform: translateZ(0) scale(1.08)
    }
}
.FlexCard-title {
    font-weight: 600;
    font-size: 1.11111rem;
    line-height: 1.35em
}
@media(min-width:48em) {
    .FlexCard-title {
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.225em;
		padding-left: 10px;
		letter-spacing: 0.1em;
    }
}
.FlexCard-link {
    color: inherit;
    text-decoration: none
}
.FlexCard-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.FlexCard:hover .FlexCard-link{
	color:#3fbbfe
}


.FlexCard-subtitle {
	font-family: My Galano Grotesque, sans-serif;
    font-weight: 500;
    font-size: 14px!important;
    line-height: 1.75em;
	color:#999;
	padding-left: 10px;
}
.FlexCard-cat {
	text-align: right;
	padding-right: 10px;
}

@media(min-width:48em) {
    .FlexCard-subtitle {
		font-family: My Galano Grotesque, sans-serif;
        font-size: 0.80909rem;
        line-height: 1.65em;
        margin-top: 0.5rem
    }

}

/*----------------------------------------------------
  career-top
--------------------------------------------------- */
/******************************************************************************
 * webh2-title
*******************************************************************************/
.w_sub_title{
	font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 700;
	font-family: "Exo 2", "Noto Sans JP", sans-serif;
    color: #0080d9;

}
.w_sub_title02{
	font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #0080d9;

}

@media (min-width: 769px) {
.w_sub_title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 15px;
  }

.w_sub_title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 30%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0080d9; }

	.w_sub_title02 {
		font-size: 14px;
		display: flex;
		font-weight: 700;
		line-height: 100%;
    margin-bottom: 15px;
    align-items: center !important;	  }

	.w_sub_title02::after {
		margin-left: 10px;
	  content: "";
		width: 15px;
		height: 1px;
	  background-color: #0080d9; }



.web_h1_tit h1 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 10px;
    font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  animation: flowing-anim 5s;


}
.web_h2_tit h2 {
    font-size: 30px;
    line-height: 70px;
    margin-top: 10px;
    font-weight: 700;


}
.web_h3_tit h3 {
    font-size: 26px;
    line-height: 70px;
    margin-top: 30px;
    font-weight: 700;


}

}
@media (max-width: 768px) {
.w_sub_title {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 15px;
  }

.w_sub_title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 30%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0080d9; }
	.w_sub_title02 {
	  position: relative;
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 100%;
	  padding-left: 17px;
	  margin-bottom: 15px;
	  }

	.w_sub_title02::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  top: 0;
	  content: "-";
	  color: #0080d9; }

.web_h1_tit h1 {
    font-size: 24px;
    line-height: 70px;
    margin-top: 10px;
    font-weight: 700;
}
.web_h2_tit h2 {
    font-size: 24px;
    line-height: 70px;
    margin-top: 10px;
    font-weight: 700;


}
.web_h3_tit h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: 700;


}

}




.b-r30 {
    border-radius: 30px;
}
/******************************************************************************
 * ca-staff
*******************************************************************************/
.ca-staff .c-img {
  position: relative;
  margin-top: 60px;
  padding: 0 28px 28px 0;
}
.ca-staff .c-img::before {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 0;
  left: 28px;
  border-radius: 20px;
  background-image: linear-gradient(102.07deg, #0a8be9 2.93%, #0ae9ad 98.34%);
  background-size: 150% auto;
  content: "";
  animation: gradientEffect 3000ms infinite alternate;
}
.ca-staff .c-img img {
  z-index: 1;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .ca-staff .c-img {
    margin-top: 10.6666666667vw;
    margin-right: -5.3333333333vw;
    padding: 0 4.8vw 4.8vw 0;
  }
  .ca-staff .c-img::before {
    top: 4.8vw;
    left: 4.8vw;
    border-radius: 5.3333333333vw;
  }
  .ca-staff .c-img img {
    border-radius: 5.3333333333vw;
  }
}
.row-ca {
	margin: 30px 0 40px;
}
.row-ca:before,
.row-ca:after {
  content: " ";
  display: table;
}

.row-ca:after {
  clear: both;
}
/*----------------------------------------------------
  occupation
--------------------------------------------------- */

.occupation-top-h1 {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 96px;
}


.occupation-top-h1 .tit-ja {
    font-weight: 400;
    letter-spacing: .025em;
    font-feature-settings: "palt";
    color: #96989a;
    font-size: 14px;
    margin: 0 0 5px 3px;
    padding-left: 13px;
    position: relative;
}

.occupation-top-h1 .tit-en {
    font-weight: 500;
    letter-spacing: 0;
    font-feature-settings: "palt";
    font-size: 64px;
    display: inline-block;
		line-height: 1.4
}
@media only screen and (max-width: 768px) {
.occupation-top-h1 {
    /*max-width: auto;
    padding-right: 40px;
    padding-left: 40px;*/
    padding-top: 120px;
    padding-bottom: 40px;
}
.occupation-top-h1 .tit-ja {
    font-size: 12px;
    margin: 0 0 16px 2px;
    padding-left: 12px;
}
.occupation-top-h1 .tit-en {
    font-size: 40px;
    line-height: 1.125;
    margin-bottom: -3px;
    margin-top: -3px;
}
}
/*----------------------------------------------------
  contact
--------------------------------------------------- */
.capa{
	padding: 10px 5px;
	line-height: 1.4;
}
