@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common

-----------------------------------------*/

body {
  position: relative;
  color: #707070;
  font-family: 'Noto Sans JP', YuGothic, YuGothicM, Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* Safari フォント表示補正 */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox フォント表示補正 */
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  line-height: 2;
  font-size: 15px;
  //font-weight: 500;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    //line-height: 1.8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {

  /* pc  768 - # */
  .pcObj {}

  .spObj {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  /* sp  # - 767 */
  .pcObj {
    display: none;
  }

  .spObj {}
}


.bold00 {
  font-weight: normal;
}

.bold01 {
  font-weight: bold;
}

.bold01_00 {
  font-weight: bold;
}

.bold02 {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .bold00_01 {
    font-weight: bold;
  }

  .bold01_00 {
    font-weight: normal;
  }
}


@media screen and (min-width:768px) {
  a[href *="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*----------------------------------------
	common
-----------------------------------------*/

a.link {
  text-decoration: underline;
  transition: 0.3s;
}

a.link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ind01 {
  text-indent: -1em;
  padding-left: 1em;
}

.ind02 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent-clear {
  text-indent: inherit;
  padding-left: 1em;
}

.list-attention {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .list-attention {
    font-size: 18px;
  }
}

.vw70 {
  width: 70vw;
  margin: 0 auto;
}

.mw1560 {
  max-width: 1560px;
  margin: 0 auto;
}

.mw1488 {
  max-width: 1488px;
  margin: 0 auto;
}

.mw1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.mw1320 {
  max-width: 1320px;
  margin: 0 auto;
}

.mw1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.mw1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.mw1176 {
  max-width: 1176px;
  margin: 0 auto;
}

.mw1096 {
  max-width: 1096px;
  margin: 0 auto;
}

.mw1050 {
  max-width: 1050px;
  margin: 0 auto;
}

.mw1040 {
  max-width: 1040px;
  margin: 0 auto;
}

.mw960 {
  max-width: 960px;
  margin: 0 auto;
}

.mw880 {
  max-width: 880px;
  margin: 0 auto;
}

.mw800 {
  max-width: 800px;
  margin: 0 auto;
}

.mw720 {
  max-width: 720px;
  margin: 0 auto;
}

.ttl-lv2 span:nth-of-type(1) {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
}

.ttl-lv2 span:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
}

.ttl-lv3 {
  font-size: 24px;
}

.ttl-lv4 {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .ttl-lv2 span:nth-of-type(1) {
    font-size: 60px;
  }

  .ttl-lv2 span:nth-of-type(2) {
    font-size: 20px;
  }

  .ttl-lv3 {
    font-size: 48px;
  }

  .ttl-lv4 {
    font-size: 40px;
  }
}

.fc-white {
  color: #ffffff;
}

.fc-aqua {
  color: #63C8E0;
}

.fc-blue {
  color: #016CB6;
}

.btn-linkWrapper {
  line-height: 1;
}

/*btn-link*/
.btn-link {
  color: #ffffff;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.8em 1em 0.8em 1.4em;
  border-radius: 9999px;
  display: inline-block;
  background: linear-gradient(to bottom, #0171BC 0%, #005D9B 100%);
  transition: 0.4s ease;
}

.btn-link a:link,
.btn-link a:visited {
  color: #ffffff;
}

.btn-linkWrapper .btn-link {
  color: #ffffff;
}

.btn-link.btn-link_white {
  background: #ffffff;
  color: #016CB6;
}

.btn-link.btn-link_gray {
  background: #FCFCFC;
  color: #016CB6;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.16);
}

.btn-link.graduate {
  background: linear-gradient(to bottom, rgba(41, 171, 226, 1) 0%, rgba(0, 144, 204, 1) 100%);
}

.btn-link.career {
  background: linear-gradient(to bottom, rgba(1, 113, 188, 1) 0%, rgba(0, 93, 155, 1) 100%);
}

@media screen and (min-width: 768px) {
  .btn-link {
    max-width: 400px;
    font-size: 20px;
  }

  .btn-link.btn-link_m {
    padding: 1em 0.5em;
    max-width: 285px;
  }

  /* hoverでアニメーション */
  .btn-link:hover {
    color: #ffffff;
    opacity: 0.8;
  }

  .btn-link.btn-link_white:hover {
    color: #016CB6;
  }

  .btn-link.btn-link_gray:hover {
    color: #016CB6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  /*btn-link*/

}



.marker {
  position: relative;
  display: inline;
  padding: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background: #fff;
  background-size: 100% 100%;
  background-position: left bottom;
  transition: 2s ease;
}

.fade_t.fade_in .marker {
  background: #FFFF0B;
}

/*----------------------------------------
	wrapper
-----------------------------------------*/

.wrapper {
  overflow: hidden;
}

.wrapper a {
  color: inherit;
}

.wrapper a:hover {
  text-decoration: none;
}

.wrapper img {
  width: 100%;
}


/*----------------------------------------
	kv
-----------------------------------------*/

.kv {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}

.kv.on {
  opacity: 1;
}

.kv__txt__inner {
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 0 0 8%;
}

.kv__txtWrapper__contents {
  position: relative;
}

/*.kv__txt01 {
  padding-top: 10%;
  margin: 0 auto;
}*/

.kv__txt02 {
  display: block;
  width: 48%;
  margin: 40% auto 0;
}

.kv__txt02__fig {
  //padding-top: 40%;
}

.kv__txt__inner02 {
  //margin-top: -48%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.kv__ttlWrapper {
  opacity: 0;
  filter: blur(5px);
  transition: 1.5s;
}

.kv__ttlWrapper.on {
  filter: blur(0);
  opacity: 1;
}

.kv__ttl01 span {
  font-size: 4vw;
  color: #016CB6;
  line-height: 1.2;
  border-bottom: 2px solid #016CB6;
  display: inline-block;
  padding-bottom: 0.3em;
}

.kv__ttl02 {
  font-size: 7vw;
  color: #016CB6;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.kv__ttl03 {
  font-size: 3.8vw;
  color: #016CB6;
  padding-bottom: 8vw;
  line-height: 1.6;
}

/*.kv__pic01 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 77%;
  height: 85%;
  margin-right: -32.5%;
}

.kv__pic02 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 58%;
  height: 85%;
  margin-left: -16%;
  margin-bottom: -15%;
}*/

.kv__pic {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 105%;
}

.kv__pic {
  filter: blur(5px);
  transform: translateY(-3px) translateX(-50%) scale(1.01);
  opacity: 0;
  transition:
    transform 1s cubic-bezier(.42, 0, .58, 1),
    filter 1s cubic-bezier(.42, 0, .58, 1),
    opacity 1s cubic-bezier(.42, 0, .58, 1);
}

.kv.on .kv__pic {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) translateX(-50%) scale(1);
}

.kv__pic img {
  object-fit: cover;
  object-position: bottom center;
  width: 100%;
  height: 100%;
}

.kv .btn-linkWrapper {
  width: 100%;
}

.kv-btn-link {
  font-size: 2.4vw;
  padding: 1.2em 0.2em;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
}

.kv-btn-link.graduate {
  color: #ffffff;
  background: linear-gradient(to bottom, rgba(41, 171, 226, 1) 0%, rgba(0, 144, 204, 1) 100%);
}

.kv-btn-link.career {
  color: #ffffff;
  background: linear-gradient(to bottom, rgba(1, 113, 188, 1) 0%, rgba(0, 93, 155, 1) 100%);
}

@media screen and (min-width: 768px) {
  .kv {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/recruit/top/kv_bg.png);
  }

  .kv__txt__inner {
    padding: 11em 0 2em;
  }

  .kv__txt02 {
    width: 28vw;
    max-width: 508px;
    margin: 0 auto 0;
  }

  .kv__ttl01 span {
    font-size: 2vw;
    line-height: 1.2;
    padding-bottom: 0.3em;
  }

  .kv__ttl02 {
    font-size: 3.5vw;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

  .kv__txt02__fig {
    padding-top: 0;
  }

  .kv__ttl03 {
    font-size: 1vw;
    color: #016CB6;
    padding-bottom: 3vw;
  }

  .btn-linkCol {
    width: 60vw;
    margin: 0 auto;
  }

  .kv-btn-link {
    font-size: 1.7vw;
    padding: 1.2em 2em;
  }

  .kv__pic {
    width: 100vw;
    max-height: 100vh;
    margin: 5vh auto 0 3vw;
  }
}

@media screen and (min-width: 992px) {
  .kv__txt__inner {
    padding: 9em 0 3em;
  }

  .kv__txtWrapper__contents {
    width: 100vw;
    margin: 0 auto;
  }

  .kv__txt02 {
    margin-top: 0;
  }

  .kv__ttl01 span {
    font-size: 1.8vw;
  }

  .kv-btn-link {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1199px) {
  .kv__txt__inner {
    padding: 12em 0 3em;
  }

  .kv__ttl03 {
    font-size: 1vw;
  }

  .kv__pic {
    max-height: 920px;
  }
}


@media screen and (min-width: 1399px) {
  .kv {
    //max-height: 100vh;
  }

  .kv__txt__inner {
    padding: 12em 0 5em;
  }

  .kv__ttl01 span {
    font-size: 1.5vw;
  }

  .kv__ttl02 {
    font-size: 2.6vw;
  }

  .kv__pic {
    max-width: 1800px;
    width: 80vw;
  }

  .kv__txt02 {
    width: 23vw;
  }

  .kv-btn-link {
    font-size: 1.2vw;
    padding: 1.1em 1em;
  }
}

@media screen and (min-width: 1599px) {
  .kv {
    min-height: 920px;
    max-height: 95vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .kv__txt__inner {
    padding: 17em 0 10em;
  }

  .kv-btn-link {
    padding: 1.2em 1em;
  }

  .kv__pic {
    width: 82vw;
  }

  .kv__ttl02 {
    font-size: 2.7vw;
  }
}




/*----------------------------------------
	kv-lv2
-----------------------------------------*/

.kv-lv2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* テキストは最前面 */
.kv-lv2__inner {
  position: relative;
  margin-top: -40%;
  width: 100%;
}

.kv-lv2__bg .pc {
  display: none;
}

.kv-lv2__bg .sp {
  display: block;
}

.kv-lv2Wrapper {
  position: relative;
}

.kv-lv2Wrapper .breadcrumbs a {
  color: #666;
}

.kv-lv2Wrapper .breadcrumbs {
  position: absolute;
  top: 0;
  background: none;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .kv-lv2__inner {
    margin-top: -60%;
  }
}

@media only screen and (min-width: 1399px) {
  .kv-lv2__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    //padding: 10% 0;
    margin-top: 0;
  }

  .kv-lv2__bg {
    max-height: 884px;
    overflow: hidden;
  }

  .kv-lv2__bg .pc {
    display: block;
  }

  .kv-lv2__bg .sp {
    display: none;
  }
}


/*----------------------------------------
	kv-lv2-training
-----------------------------------------*/

.kv-lv2-training {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.kv-lv2-training__inner {
  position: relative;
}

.kv-lv2-training__ttlWrapper {
  margin-top: -100%;
}

.kv-lv2-training__bg .pc {
  display: none;
}

.kv-lv2-training__bg .sp {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.kv-lv2-training__bg .sp img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kv-lv2-trainingWrapper {
  position: relative;
}

.kv-lv2-trainingWrapper .breadcrumbs a {
  color: #666;
}

@media only screen and (min-width: 992px) {
  .kv-lv2-trainingWrapper .breadcrumbs {
    position: absolute;
    top: 0;
    background: none;
    z-index: 1;
  }
}

@media only screen and (min-width: 1199px) {
  .kv-lv2-training {
    aspect-ratio: inherit;
  }

  .kv-lv2-training__ttlWrapper {
    margin-top: 0;
  }

  .kv-lv2-training__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }

  .kv-lv2-training__bg {
    max-height: 1167px;
    overflow: hidden;
  }

  .kv-lv2-training__bg .pc {
    display: block;
  }

  .kv-lv2-training__bg .sp {
    display: none;
  }
}


/*----------------------------------------
	kv-lv2-message
-----------------------------------------*/

.kv-lv2-message .kv-lv2__inner {
  margin-top: -90%;
  padding-bottom: 15%;
}

.kv-lv2-message .kv-lv2__bg {
  max-height: 1307px;
}

@media only screen and (min-width: 768px) {
  .kv-lv2-message .kv-lv2__inner {
    margin-top: -60%;
  }

  .kv-lv2-message .kv-lv2__bg .pc {
    display: block;
  }

  .kv-lv2-message .kv-lv2__bg .sp {
    display: none;
  }
}

@media only screen and (min-width: 1199px) {
  .kv-lv2-message .kv-lv2__inner {
    padding: 0 0 25%;
  }
}

@media only screen and (min-width: 1399px) {
  .kv-lv2-message .kv-lv2__inner {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 0 0 35%;
  }
}


/*----------------------------------------
	sec-ttl
-----------------------------------------*/

.sec-ttl-lv1 {
  font-size: 16px;
}

.sec-ttl-lv2 {
  font-size: 26px;
}

.top-sec__txt {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .sec-ttl-lv1 {
    font-size: 22px;
  }

  .sec-ttl-lv2 {
    font-size: 43px;
  }

  .top-sec__txt {
    font-size: 20px;
  }
}

/*----------------------------------------
	top-sec-message
-----------------------------------------*/

.top-sec-message {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
}

.top-sec-message:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.98) 70%,
      rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  transition: 2s;
  transition-delay: 0.6s;
}


/* 上：暗くする黒レイヤー */
.top-sec-message::after {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  background: #000;
  opacity: 0.6;
  /* 最初は暗い */
  z-index: 2;
  transition: opacity 1.4s ease;
  transition-delay: 0.8s;
}

/* fade_in で明るくなる（黒が消える） */
.top-sec-message.fade_t.fade_in::after {
  opacity: 0;
}

/* テキストは最前面 */
.top-sec-message__inner {
  position: relative;
  z-index: 3;
}

.top-sec-message__inner {
  padding: 10% 0 72%;
}

.top-sec-message__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}

@media only screen and (min-width: 768px) {
  .top-sec-message:before {
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 30%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0) 100%);
    transition: 3s;
    transition-delay: 0.6s;
  }

  .top-sec-message::after {
    height: 100%;
    opacity: 0.6;
  }

  .top-sec-message__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  .top-sec-message__bg img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
  }

  .top-sec-message__inner {
    padding: 10% 0 30%;
  }
}

@media only screen and (min-width: 1399px) {
  .top-sec-message__inner {
    padding: 10% 0 20%;
  }
}

/*----------------------------------------
	top-sec-environment
-----------------------------------------*/

.top-sec-environment {
  position: relative;
  overflow: hidden;
  padding: 10% 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../../images/recruit/top/bg02_environment_sp.png);
  width: 100%;
  position: relative;
}

.top-sec-environment__inner {
  text-align: center;
}

.top-sec-environment__bg {
  margin-top: -25%;
}

.top-sec-environment .top-sec__txt {
  position: relative;
  z-index: 1;
}

.top-sec-environment__body {
  background: #ffffff;
}

.top-sec-environment__ex-col:nth-of-type(n+2) {
  margin-top: 3em;
}

.top-sec-environment__ex__txt {
  line-height: 2.2;
}

.top-sec-environment__work {
  background: #ffffff;
  padding-top: 14%;
  padding-bottom: 10%;
}

.top-sec-environment__work__ttlWrapper {
  position: relative;
  background: #79D3E8;
  border-radius: 10px 10px 0 0;
  padding: 2em 1em 1.5em;
  overflow: hidden;
}

.top-sec-environment__work__colWrapper {
  border: 1px solid #DDDDDD;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 0 2% 6% 5%;
}

.top-sec-environment__work__col {
  padding: 8% 0;
  border-bottom: 1px solid #DDDDDD;
}

.top-sec-environment__work__col__ttl {
  font-size: 20px;
}

.top-sec-environment__work__col__fig {
  width: 30%;
  max-width: 84px;
}

.top-sec-environment__work__col__fig span {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #79D3E8;
  border-radius: 20px;
  display: block;
}

.top-sec-environment__work__col__fig img {
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 20%;
  object-fit: contain;
}

.top-sec-environment__work__col__txt {
  font-size: 24px;
  color: #63C8E0;
  line-height: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.top-sec-environment__work__col__txt_number {
  font-size: 57px;
}

.top-sec-environment__work__col__txt_normal {
  font-size: 16px;
  font-weight: normal;
  color: #707070;
}

.top-sec-environment__work__col__txt_bold {
  font-size: 16px;
  font-weight: bold;
  color: #707070;
}

.top-sec-environment__work__col__txtWrapper {
  display: flex;
  align-items: center;
  text-align: center;
}

.top-sec-environment__work__col__message {
  background: #FFFFA8;
  border: 1px solid #29ABE2;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1em;
  font-size: 18px;
}

.top-sec-environment__work__subttl {
  position: relative;
  height: 36px;
}

.top-sec-environment__work svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  margin-left: -5%;
}

.top-sec-environment__work.fade_t.fade_in svg {
  opacity: 1;
  visibility: visible;
}

.top-sec-environment__work .tether-text__path {
  font-size: 14px;
  fill: #ffffff;
  font-weight: 900;
}

.top-sec-environment__work text {
  dominant-baseline: middle;
}

.top-sec-environment__work .symbol {
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 10px;
  font-weight: 900;
  stroke: #ffffff;
  stroke-width: 1.5px;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.top-sec-environment__ex__ttl {
  font-size: 24px;
  line-height: 1.4;
}

.top-sec-environment__ex__ttl span:nth-of-type(1) {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .top-sec-environment {
    padding: 0;
  }

  .top-sec-environment__ex-col {
    width: calc(100%/3);
    padding: 0 4%;
  }

  .top-sec-environment__ex-col:nth-of-type(n+2) {
    margin-top: 0;
  }

  .top-sec-environment__work {
    padding-top: 5%;
    padding-bottom: 8%;
  }

  .top-sec-environment__work__col {
    width: calc(100%/3);
    border-bottom: none;
    padding: 0 0 7%;
  }

  .top-sec-environment__work__col {}

  .top-sec-environment__work__col:nth-child(odd) {
    padding-right: 3%;
  }

  .top-sec-environment__work__col:nth-child(even) {
    padding-left: 3%;
  }

  .top-sec-environment__work__col:nth-child(odd) {
    padding-right: 0;
  }

  .top-sec-environment__work__col:nth-child(even) {
    padding-left: 0;
  }

  .top-sec-environment__work__col:nth-of-type(2),
  .top-sec-environment__work__col:nth-of-type(3),
  .top-sec-environment__work__col:nth-of-type(5),
  .top-sec-environment__work__col:nth-of-type(6) {
    padding-left: 3%;
  }

  .top-sec-environment__work__ttlWrapper {
    border-radius: 20px 20px 0 0;
    padding: 0.5em 1em 2.5em;
  }

  .top-sec-environment__work__subttl {
    height: 100px;
  }

  .top-sec-environment__work svg {
    margin-top: 3em;
    margin-left: -2.5%;
  }

  .top-sec-environment__work .tether-text__path {
    font-size: 8px;
  }

  .top-sec-environment__work .symbol {
    font-size: 9px;
  }

  .top-sec-environment__work__colWrapper {
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5% 2% 5% 5%;
  }

  .top-sec-environment__work__col__txt {
    width: 70%;
    font-size: 18px;
  }

  .top-sec-environment__work__col__txtWrapper {
    text-align: start;
    justify-content: center;
  }
}

@media only screen and (min-width: 1199px) {
  .top-sec-environment {
    background: none;
  }

  .top-sec-environment__bg {
    margin-top: 0;
  }

  .top-sec-environment__inner {
    padding: 100px 0 500px;
  }

  .top-sec-environment__head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 900px;
  }

  .top-sec-environment__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  .top-sec-environment__bg img {
    object-fit: cover;
    object-position: bottom center;
    width: 100%;
    height: 100%;
  }

  .top-sec-environment__ex__ttl {
    font-size: 24px;
    line-height: 1.4;
  }

  .top-sec-environment__ex__ttl span:nth-of-type(1) {
    font-size: 20px;
  }

  .top-sec-environment__work__col__txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .top-sec-environment__inner {
    position: relative;
    z-index: 1;
  }
}

/*----------------------------------------
	top-sec-voice
-----------------------------------------*/

.top-sec-voice {
  background: #016CB6;
  padding: 9% 0 10%;
  overflow: hidden;
}

.top-sec-voice__col {
  padding-left: 0.5%;
}

.top-sec-voice__col__inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 8% 7%;
}

.top-sec-voice__col__sub-ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  background: #29ABE2;
  border: 1px solid #2A59B9;
  border-radius: 9999px;
  display: inline-block;
  padding: 0.3em 1em;
  color: #ffffff;
  line-height: 1;
  margin: -0.5em 0 0 -0.5em;
  z-index: 1;
}

.top-sec-voice__col__sub-ttl.career {
  background: #FFFF0B;
  color: #557BC8;
}

.top-sec-voice__col__ttl {
  font-size: 20px;
  text-align: center;
}

.top-sec-voice__col__profile {
  text-align: center;
}

.top-sec-voice__pic {
  position: relative;
}

.top-sec-voice__pic span {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.top-sec-voice__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) {
  .top-sec-voice {
    padding: 5% 0 10%;
  }

  .top-sec-voice__col {
    padding-left: 0.5%;
  }

  .top-sec-voice__col__inner {
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 4% 5%;
  }

  .top-sec-voice__col__ttl {
    text-align: left;
  }

  .top-sec-voice__col__profile {
    text-align: left;
  }

  .top-sec-voice__pic {
    width: 30%;
  }

  .top-sec-voice__col__ttlWrapper {
    width: 70%;
    padding-left: 2.5%;
  }

  .top-sec-voice__col a {
    transition: 0.3s;
  }

  .top-sec-voice__col a:hover {
    opacity: 0.8;
  }
}

/*----------------------------------------
	top-sec-job 
-----------------------------------------*/

.top-sec-job {
  background: #ffffff;
  padding: 12% 0 12%;
  overflow: hidden;
}

.top-sec-job__col02__txtWrapper {
  width: 70%;
  padding-right: 5%;
}

.top-sec-job__pic {
  width: 30%;
}

.top-sec-job__pic span {
  border-radius: 20px;
}

.top-sec-job__ttl01 {
  font-size: 18px;
}

.top-sec-job__ttl02 {
  font-size: 18px;
  border-bottom: 1px solid #707070;
}

/*sec02*/
.top-sec-job__col.sec02 {
  padding-top: 20%;
}

.top-sec-job__col.sec02 .top-sec-job__col02 {
  flex-direction: row-reverse;
}

.top-sec-job__col.sec02 .top-sec-job__col02__txtWrapper {
  padding-left: 5%;
  padding-right: 0;
}

.top-sec-job__col.sec02 .top-sec-job__col02__txtWrapper {
  width: 60%;
}

.top-sec-job__col.sec02 .top-sec-job__pic {
  width: 40%;
}

@media only screen and (min-width: 768px) {
  .top-sec-job__pic {
    width: 20%;
  }

  .top-sec-job__pic span {
    border-radius: 20px;
  }

  .top-sec-job__ttl01 {
    font-size: 26px;
  }

  .top-sec-job__ttl02 {
    font-size: 20px;
  }

  .top-sec-job__col {
    display: flex;
  }

  .top-sec-job__col02__txt {
    width: 100%;
  }

  .top-sec-job__col__txtWrapper {
    width: 80%;
  }

  .top-sec-job__col-s {
    width: 50%;
    padding-right: 5%;
  }

  /*sec02*/
  .top-sec-job__col.sec02 {
    flex-direction: row-reverse;
    padding-top: 10%;
  }

  .top-sec-job__col.sec02 .top-sec-job__col02 {
    flex-direction: row;
  }

  .top-sec-job__col.sec02 .top-sec-job__pic {
    width: 60%;
    padding-right: 5%;
  }

  .top-sec-job__col.sec02 .top-sec-job__col02__txtWrapper {
    width: 100%;
    padding-left: 0;
  }

  .top-sec-job__col.sec02 .top-sec-job__col__txtWrapper {
    width: 40%;
  }

  .top-sec-job__col.sec02 .top-sec-job__col-s {
    width: 100%;
    padding-right: 0;
  }
}


/*----------------------------------------
	top-sec-info
-----------------------------------------*/

.top-sec-info {
  background: #016CB6;
  padding: 5% 0;
}

.top-sec-info__inner {
  background: #ffffff;
  max-width: 1708px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 3% 5% 10%;
}

.top-sec-info__btn a {
  background: #016CB6;
  padding: 7% 5%;
  border-radius: 20px;
  width: 100%;
  font-size: 24px;
  display: block;
  color: #ffffff;
}

.top-sec-info__btn:nth-of-type(2) {
  margin-top: 1em;
}

.top-sec-info__inner02 {
  background: #FFFFFF;
  border: 10px solid #01ABEB;
  border-radius: 10px;
  padding: 5% 5% 5%;
  margin-top: 5%;
}

.top-sec-info__inner02__ttl {
  font-size: 26px;
  padding-bottom: 0.5em;
}

.top-sec-info__inner02__txt {
  border-top: 1px solid #707070;
  display: inline-block;
  padding: 1em 0 0;
}

.top-sec-info__mynavi-btn:nth-of-type(2) {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .top-sec-info__inner {
    border-radius: 20px;
    padding: 3% 5%;
  }

  .top-sec-info__inner02 {
    border: 20px solid #01ABEB;
    padding: 5% 5% 5%;
    margin-top: 5%;
  }

  .top-sec-info__inner02__ttl {
    font-size: 30px;
    padding-bottom: 0.3em;
  }

  .top-sec-info__inner02__txt {
    font-size: 20px;
    padding: 1em 5em 0;
  }

  .top-sec-info__btn {
    width: 50%;
  }

  .top-sec-info__btn a {
    display: block;
    font-size: 30px;
    padding: 5%;
  }

  .top-sec-info__btn:nth-of-type(2),
  .top-sec-info__mynavi-btn:nth-of-type(2) {
    margin-top: 0;
  }
}



.sec-page-ttl-lv2 {
  font-size: 20px;
  padding: 0.5em;
  background: #79D3E8;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 768px) {
  .sec-page-ttl-lv2 {
    font-size: 40px;
    padding: 0.5em;
  }
}

/*----------------------------------------
	sec-workstyle01
-----------------------------------------*/

.sec-workstyle01 {
  position: relative;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../../images/recruit/top/bg02_workstyle_sp.png);
  width: 100%;
  position: relative;
}

.sec-workstyle01__work {
  background: #ffffff;
  padding-top: 14%;
}

.sec-workstyle01__work__colWrapper {
  display: flex;
  flex-wrap: wrap;
}

.sec-workstyle01__work__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(100%/2);
  padding-bottom: 8%;
}

.sec-workstyle01__work__col:nth-child(odd) {
  padding-right: 2%;
}

.sec-workstyle01__work__col:nth-child(even) {
  padding-left: 2%;
}

.sec-workstyle01__work__col__ttl {
  font-size: 16px;
}

.sec-workstyle01__work__col__fig {
  width: 40%;
  max-width: 84px;
}

.sec-workstyle01__work__col__fig span {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #79D3E8;
  border-radius: 20px;
  display: block;
}

.sec-workstyle01__work__col__fig img {
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 20%;
  object-fit: contain;
}

.sec-workstyle01__work__col__txt {
  font-size: 24px;
  color: #63C8E0;
  line-height: 1;
}

.sec-workstyle01__work__col__txt02 {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.sec-workstyle01__work__col__txt_number {
  font-size: 57px;
}

.sec-workstyle01__work__col__txt_normal {
  font-size: 16px;
  font-weight: normal;
  color: #707070;
}

.sec-workstyle01__work__col__txt_bold {
  font-size: 16px;
  font-weight: bold;
  color: #707070;
}

.sec-workstyle01__work__col__txtWrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sec-workstyle01__work {
    padding-top: 15%;
  }

  .sec-workstyle01__work__col {
    width: calc(100%/3);
    border-bottom: none;
    padding: 0 0 7%;
  }

  .sec-workstyle01__work__col__ttl {
    font-size: 20px;
  }

  .sec-workstyle01__work__col:nth-child(odd) {
    padding-right: 0;
  }

  .sec-workstyle01__work__col:nth-child(even) {
    padding-left: 0;
  }

  .sec-workstyle01__work__colWrapper {
    display: flex;
    padding-top: 5%;
  }

  .sec-workstyle01__work__col__txt {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1199px) {
  .sec-workstyle01__work {
    padding-top: 10%;
  }

  .sec-workstyle01__work__col {
    width: calc(100%/5);
    padding-bottom: 0;
  }

  .sec-workstyle01__work__col__txt {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1399px) {
  .sec-workstyle01__work {
    padding-top: 5%;
  }

}

/*----------------------------------------
	sec-workstyle02
-----------------------------------------*/

.sec-workstyle02 {
  background: #ffffff;
  padding: 8% 0 8%;
  overflow: hidden;
}

.sec-workstyle02__col__inner__txtWrapper {
  width: 70%;
  padding-right: 5%;
}

.sec-workstyle02__pic {
  width: 30%;
}

.sec-workstyle02__pic span {
  border-radius: 20px;
}

.sec-workstyle02__ttl01 {
  font-size: 42px;
  color: #EBEBEB;
}

.sec-workstyle02__ttl02 {
  font-size: 18px;
  border-bottom: 1px solid #707070;
}

.sec-workstyle02__col__inner__txtWrapper {
  display: flex;
  align-items: center;
}

.sec-workstyle02__col__inner__txtWrapper {
  width: 60%;
}

.sec-workstyle02__pic {
  width: 40%;
}

.sec-workstyle02__col:nth-of-type(n+2) {
  padding-top: 2em;
}

/*rev*/
.sec-workstyle02__col.rev .sec-workstyle02__col__inner {
  flex-direction: row-reverse;
}

.sec-workstyle02__col.rev .sec-workstyle02__col__inner__txtWrapper {
  padding-left: 5%;
  padding-right: 0;
}

.sec-workstyle02__ex {
  border-radius: 10px;
  display: flex;
  font-size: 20px;
}

.sec-workstyle02__ex__ttl {
  border-radius: 10px 0 0 10px;
  background: #29AAE2;
  color: #ffffff;
  border: 1px solid #29AAE2;
  padding: 0.5em 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.sec-workstyle02__ex__txt {
  border-radius: 0 10px 10px 0;
  background: #FFFFA8;
  display: block;
  flex: 1;
  border: 1px solid #29AAE2;
  padding: 0.5em 0.5em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.sec-workstyle02__ex__txt span>span {
  font-size: 26px;
}

.sec-workstyle02__col_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec-workstyle02__col_list li {
  position: relative;
  padding-left: 2.5em;
  padding-bottom: 1em;
  line-height: 1.7;
}

/* チェック画像 */
.sec-workstyle02__col_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 27px;
  height: 26px;
  background: url(../../../images/recruit/training/list_icon.svg) no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 992px) {
  .sec-workstyle02__pic span {
    border-radius: 20px;
  }

  .sec-workstyle02__ttl01 {
    font-size: 84px;
  }

  .sec-workstyle02__ttl02 {
    font-size: 20px;
  }

  .sec-workstyle02__col {
    display: flex;
    align-items: center;
  }

  .sec-workstyle02__col__inner__txt {
    width: 100%;
  }

  .sec-workstyle02__col__txtWrapper {
    width: 80%;
  }

  .sec-workstyle02__pic {
    width: 52%;
  }

  .sec-workstyle02__col-s {
    width: 50%;
    padding-right: 5%;
  }

  .sec-workstyle02__col__inner {
    flex-direction: row;
  }

  .sec-workstyle02__col__txtWrapper {
    width: 48%;
  }

  .sec-workstyle02__col-s {
    width: 100%;
    padding-right: 0;
  }

  .sec-workstyle02__pic {
    padding-left: 5%;
  }

  .sec-workstyle02__col:nth-of-type(n+2) {
    padding-top: 5em;
  }

  /*rev*/
  .sec-workstyle02__col.rev {
    flex-direction: row-reverse;
  }

  .sec-workstyle02__col.rev .sec-workstyle02__pic {
    padding-right: 5%;
    padding-left: 0;
  }

  .sec-workstyle02__col__inner__txtWrapper {
    width: 100%;
  }

  .sec-workstyle02__col.rev .sec-workstyle02__col__inner__txtWrapper {
    padding-left: 0;
  }
}

/*----------------------------------------
	sec-workstyle03
-----------------------------------------*/

.sec-workstyle03 {
  background: #ECF5F5;
  padding: 5% 0 7%;
}

.sec-workstyle03__benefits__tbl {
  padding: 5% 5% 7%;
  border-top: 1px solid #C1C1C1;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  background: #ffffff;
}

.sec-workstyle03__benefits__tbl:first-of-type {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #707070;
}

.sec-workstyle03__benefits__tbl:last-of-type {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #707070;
}

.sec-workstyle03__benefits__tbl dt {
  font-size: 18px;
}

.sec-workstyle03__benefits__tbl dd p {
  padding: 0.3em 0;
  border-bottom: 1px solid #C1C1C1;
}

.sec-workstyle03__benefits__tbl dd p:nth-child(even) {
  background: #F5F5EC;
}

.sec-workstyle03__benefits__tbl dd p:first-of-type {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .sec-workstyle03__benefits__tbl {
    padding: 3%;
  }

  .sec-workstyle03__benefits__tbl:first-of-type {
    border-radius: 20px 20px 0 0;
  }

  .sec-workstyle03__benefits__tbl:last-of-type {
    border-radius: 0 0 20px 20px;
  }

  .sec-workstyle03__benefits__tbl {
    display: flex;
    max-width: 917px;
    margin: 0 auto;
  }

  .sec-workstyle03__benefits__tbl dt {
    font-size: 18px;
    padding-right: 5em;
  }

  .sec-workstyle03__benefits__tbl dd {
    flex: 1;
  }

  .sec-workstyle03__benefits__tbl dd p {
    padding: 0.3em 0;
  }
}


/*----------------------------------------
	sec-training
-----------------------------------------*/

.sec-training01__stepCol {
  position: relative;
  padding: 0 2em;
}

.sec-training01__stepCol:not(:last-child)::before,
.sec-training01__stepCol:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #79D3E8;
}

.sec-training01__stepCol:not(:last-child)::before {
  transform: translateX(-100%) rotate(45deg);
  transform-origin: right center;
}

.sec-training01__stepCol:not(:last-child)::after {
  transform: rotate(-45deg);
  transform-origin: left center;
}

.sec-training01__stepCol__ttl-sub {
  font-size: 20px;
}

.sec-training01__stepCol__ttl {
  font-size: 30px;
}

.sec-training02 {
  max-height: 700px;
}

.sec-training02__inner {
  position: relative;
  padding: 10% 0;
}

.sec-training02__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec-training02__bg img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.sec-training03 {}

.sec-training03__inner {
  position: relative;
  padding: 10% 0;
}

.sec-training03__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec-training03__bg img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .sec-training01__stepColWrapper {
    display: flex;
    justify-content: center;
  }

  .sec-training01__stepCol:not(:last-child)::before,
  .sec-training01__stepCol:not(:last-child)::after {
    top: 50%;
    right: 0px;
    left: inherit;
    bottom: inherit;
    width: 22px;
    height: 2px;
    transform-origin: right center;
  }

  .sec-training01__stepCol:not(:last-child)::before {
    transform: translateY(0) rotate(50deg);
  }

  .sec-training01__stepCol:not(:last-child)::after {
    transform: translateY(0) rotate(-50deg);
  }

  .sec-training02__txtWrapper {
    max-width: 1140px;
    margin: 0 auto;
  }

  .sec-training02__bg img {
    max-height: 700px;
  }

  .sec-training03__txtWrapper {
    max-width: 1140px;
    margin: 0 auto;
  }
}

/*----------------------------------------
	sec-message01
-----------------------------------------*/

.sec-message01__col {
  position: relative;
}

.sec-message01__col__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3em 0;
}

.sec-message01__col__intro__ttl {
  font-size: 30px;
  line-height: 1.6;
}

.sec-message01__txt {
  background: #F5F4EC;
  padding: 3em 3em;
  border-radius: 0 0 10px 10px;
}

.sec-message01__col__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec-message01__col__bg img {
  object-fit: cover;
  object-position: bottom center;
  width: 100%;
  height: 100%;
  max-width: inherit;
  border-radius: 10px 10px 0 0;
}

.sec-message01__linkColWrapper {
  padding: 10% 0 12%;
}

.sec-message01__linkCol:nth-of-type(n+2) {
  padding-top: 10%;
}

.sec-message01__linkCol__ttl-sub {
  font-size: 16px;
}

.sec-message01__linkCol__ttl {
  font-size: 24px;
}

.sec-message01__linkCol__inner {
  background: #79D3E8;
  border-radius: 10px;
}

.sec-message01__col__pic img {
  border-radius: 10px 10px 0 0;
}


@media only screen and (min-width: 768px) {
  .sec-message01__linkColWrapper {
    display: flex;
  }

  .sec-message01__linkCol {
    width: 50%;
    transition: 0.3s;
  }

  .sec-message01__linkCol:hover {
    opacity: 0.7;
  }

  .sec-message01 .btn-link:hover {
    opacity: 1;
    text-decoration: none;
  }

  .sec-message01__linkCol:nth-of-type(n+2) {
    padding-top: 0;
  }

  .sec-message01__linkCol:nth-child(odd) {
    padding-right: 7%;
  }

  .sec-message01__linkCol:nth-child(even) {
    padding-left: 7%;
  }
}


/*----------------------------------------
	sec-voice {
-----------------------------------------*/

.sec-content {
  position: relative;
}

.sec-voice {
  padding: 5% 0 40%;
}

.sec-content__head_bg .pc {
  display: none;
}

.sec-content__head_bg .sp {
  display: block;
}

.sec-content__head_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sec-content__head_bg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sec-content__foot_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sec-content__foot_bg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.kv-lv2-voice .kv-lv2__inner {
  padding-top: 5%;
  margin: 0;
}

.sec-voice__col {
  position: relative;
}

.sec-voice__col a {
  color: inherit;
}

.sec-voice__col__pic {
  position: relative;
}

.sec-voice__col__label {
  border-radius: 9999px;
  border: 1px solid #2A59B9;
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.8em 0 0 1em;
  z-index: 1;
}

.sec-voice__col__label.new-graduates {
  background: #29ABE2;
  color: #ffffff;
  font-weight: bold;
}

.sec-voice__col__label.career {
  background: #FFFF0B;
  color: #557BC8;
  font-weight: bold;
}

.sec-voice__col__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.sec-voice__col__pic {
  position: relative;
  aspect-ratio: 388 / 316;
  overflow: hidden;
}

.sec-voice__col__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.sec-voice__col {
  margin-top: 5%;
}


@media only screen and (min-width: 768px) {
  .sec-voice__colWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }

  .sec-voice__col {
    position: relative;
    width: calc((100% - 1em) / 2);
  }
}

@media only screen and (min-width: 992px) {
  .sec-voice__col__name {
    text-align: center;
  }

  .sec-voice__col {
    width: calc((100% - 2em) / 3);
  }

  .sec-voice__col a {
    color: inherit;
    transition: 0.3s;
  }

  .sec-voice__col a:hover {
    opacity: 0.7;
  }
}


/*----------------------------------------
	sec-voice-contents
-----------------------------------------*/

.sec-voice-contents {
  background: #F8F8F8;
  padding: 8% 0 0;
  overflow: hidden;
}

.sec-voice-contents__pic {
  position: relative;
  aspect-ratio: 448/364;
  overflow: hidden;
  padding-bottom: 5%;
}

.sec-voice-contents__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 0 0 10px;
}

.sec-voice-contents__ttl01 {
  font-size: 16px;
  color: #63C8E0;
}

.sec-voice-contents__ttl02 {
  position: relative;
  font-size: 20px;
  color: #0062A3;
}

.sec-voice-contents__ttl02:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D9D9D9;
  width: 200%;
  height: 1px;
}

.sec-voice-detail__col {
  display: flex;
  flex-direction: column;
}

.sec-voice-detail__col:nth-of-type(n+2) {
  padding-top: 4em;
}

.sec-voice-contents__pic_last {
  padding-top: 5%;
}

.kv-lv2Wrapper_voice .breadcrumbs a,
.kv-lv2Wrapper_voice .breadcrumbs {
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .sec-voice-contents__ttl01 {
    font-size: 18px;
  }

  .sec-voice-contents__ttl02 {
    font-size: 24px;
  }

  .sec-voice-detail__col {
    display: flex;
    flex-direction: row;
  }

  .sec-voice-detail__col__txtWrapper {
    width: 58%;
  }

  .sec-voice-contents__pic {
    width: 42%;
    padding-bottom: 0;
  }

  .sec-voice-detail__col__inner {
    flex-direction: row;
  }

  .sec-voice-detail__col:nth-of-type(n+2) {
    padding-top: 8em;
  }

  .sec-voice-detail__col:nth-child(odd) {
    padding-left: 4%;
  }

  .sec-voice-detail__col:nth-child(odd) .sec-voice-detail__col__txtWrapper {
    padding-right: 5%;
  }

  .sec-voice-detail__col:nth-child(odd) .sec-voice-contents__pic img {
    border-radius: 20px 0 0 20px;
  }

  .sec-voice-detail__col:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 4%;
  }

  .sec-voice-detail__col:nth-child(even) .sec-voice-detail__col__txtWrapper {
    padding-left: 5%;
  }

  .sec-voice-detail__col:nth-child(even) .sec-voice-contents__pic img {
    border-radius: 0 20px 20px 0;
  }

  .sec-voice-detail__col:nth-child(even) .sec-voice-contents__ttl02:before {
    right: 0;
    left: inherit;
  }

  /*no-pic*/
  .sec-voice-detail__col.no-pic {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sec-voice-detail__col.no-pic .sec-voice-detail__col__txtWrapper {
    width: 100%;
  }

  .sec-voice-detail__col.no-pic .sec-voice-contents__ttl02:before {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .kv-lv2-voice .kv-lv2__inner {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}

@media only screen and (min-width: 1199px) {
  .sec-content__head_bg {
    max-height: 662px;
  }

  .sec-content__head_bg .pc {
    display: block;
  }

  .sec-content__head_bg .sp {
    display: none;
  }

  .sec-voice__col__ttl {
    font-size: 20px;
  }
}


/*----------------------------------------
	sec-voice-detail
-----------------------------------------*/

.sec-voice-detail {
  padding: 3em 0 6em;
}

.sec-voice-detail__kv {
  position: relative;
}

.sec-voice-detail__kv_txtWrapper {
  background: #0171BC;
  color: #ffffff;
  padding: 1em 0 1em 1em;
}

.sec-voice-detail__kv_ttlWrapper {
  background: #0171BC;
  color: #ffffff;
  border-radius: 0 30px 0 0;
}

.sec-voice-detail__kv__ttl {
  font-size: 24px;
  line-height: 1.5;
}

.sec-voice-detail .sec-voice__col__label {
  position: inherit;
  top: 0;
  left: inherit;
  right: 0;
  margin: 1.2em 2em 0 0;
}

.sec-voice-detail__kv_ttlWrapper__inner {
  padding: 1em;
}

.sec-voice-detail__kv__profile span {
  display: block;
}

.sec-voice-contents__pic_last img {
  border-radius: 0 0 20px 20px;
}

.sec-voice-detail__kv__pic {
  position: relative;
  aspect-ratio: 500/400;
  overflow: hidden;
}

.sec-voice-detail__kv__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec-voice-detail__col__txtWrapper {
  padding: 0 4%;
}

@media only screen and (min-width: 992px) {
  .sec-voice-detail {
    padding: 6em 0 8em;
  }

  .sec-voice-detail__kv {
    display: flex;
  }

  .sec-voice-detail__kv__pic {
    width: 40%;
    aspect-ratio: 500/500;
  }

  .sec-voice-detail__kv__pic img {
    border-radius: 30px 0 0 0;
  }

  .sec-voice-detail__kv_txtWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    flex: 1;
    border-radius: 0 30px 0 0;
    padding: 0 1em 0 1em;
  }

  .sec-voice-detail .sec-voice__col__label {
    top: 0;
    left: inherit;
    right: 0;
    margin: 0;
    white-space: nowrap;
    flex: 1;
  }

  .sec-voice-detail__kv_ttlWrapper__inner {
    padding: 0;
  }

  .sec-voice-detail__kv__profile span:not(.name) {
    display: inline-block;
    margin-right: 2em;
  }

  .sec-voice-detail__kv__profile {
    padding-top: 2%;
  }
}

@media only screen and (min-width: 1199px) {
  .sec-voice-detail__kv__ttl {
    font-size: 30px;
    line-height: 1.5;
  }

  .sec-voice-detail__kv__pic {
    aspect-ratio: 500/400;
  }

  .sec-voice-detail__kv__profile span:not(.name) {
    display: block;
    margin-right: 0;
  }
}


/*----------------------------------------
	sec-jobtype
-----------------------------------------*/

.sec-jobtype {
  background: #ECF5F5;
  padding: 5% 0;
}

.sec-jobtype__inner {
  background: #ffffff;
  padding: 7% 5% 7%;
  border-radius: 10px;
}

.sec-jobtype__tab__col {
  cursor: pointer;
  width: 50%;
}

.tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 0;
}

.tab_panel.active {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity .4s ease-in-out;
}

.sec-jobtype__tab {
  padding: 0 5%;
  display: flex;
}

.sec-jobtype__tab__col a {
  background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
  color: #8B8B8B;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  padding: 0.8em 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  height: 44px;
  text-align: center;
  line-height: 2;
  margin-right: 10px;
  transition: background 4.3s ease;
}

.sec-jobtype__tab__col span {
  padding: 0.1em 0;
  display: block;
  width: 90%;
  margin: 0 auto;
}

.sec-jobtype__tab__col.active a {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

.sec-jobtype__tab__col.active a span {
  background: linear-gradient(to bottom, #29ABE2 0%, #0090CC 100%);
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}

.sec-jobtype__info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 1em;
}

.sec-jobtype__info__label {
  background: #FFFFA8;
  border-radius: 10px;
  padding: 0 1em;
  display: inline-block;
  border: 1px solid #707070;
}

.sec-jobtype__type {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C9C9C9;
}

.sec-jobtype__type dt {
  font-size: 16px;
}

.sec-jobtype__type dd {
  font-size: 18px;
}

.sec-jobtype__picColWrapper {
  padding-top: 6%;
}

.sec-jobtype__picCol img {
  border-radius: 10px;
}

.sec-jobtype__picCol:nth-of-type(n+2) {
  padding-top: 8%;
}

.sec-jobtype__tblCol_ttl {
  background: linear-gradient(to bottom, #86BFD8 0%, #0090CC 100%);
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  font-size: 18px;
  padding: 0.1em 0 0.1em 1em;
  text-align: center;
}

.sec-jobtype__tbl {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
}

.sec-jobtype__tbl__inner {
  display: table;
  padding: 1em 0.5em;
  border-bottom: 1px solid #C9C9C9;
  width: 100%;
}

.sec-jobtype__tbl__inner:last-of-type {
  border-bottom: none;
}

.sec-jobtype__tbl__ttl {
  display: table-cell;
  width: 30%;
  font-size: 15px;
  line-height: 1.6;
}

.sec-jobtype__tbl__txt {
  display: table-cell;
  width: 70%;
  padding-left: 1em;
  line-height: 1.7;
}

.sec-jobtype__tbl__step__ttl {
  font-size: 16px;
}

.sec-jobtype__tbl__stepCol:nth-of-type(n+2) {
  padding-top: 8%;
}

.bg-yellow {
  background: #FCFCF0;
}


@media only screen and (min-width: 992px) {
  .sec-jobtype__inner {
    padding: 5%;
  }

  .sec-jobtype__tbl__inner {
    padding: 2em 2em 2em 0.5em;
  }

  .sec-jobtype__tblCol_ttl {
    font-size: 20px;
    text-align: left;
  }

  .sec-jobtype__tab__col {
    width: inherit;
  }

  .sec-jobtype__tab__col a {
    border-radius: 20px 20px 0 0;
    padding: 0.8em 0 0;
    font-size: 20px;
    min-width: 289px;
    height: 56px;
  }

  .sec-jobtype__picColWrapper {
    display: flex;
    gap: 2em;
  }

  .sec-jobtype__picCol {
    width: 50%;
  }

  .sec-jobtype__picCol:nth-of-type(n+2) {
    padding-top: 0;
  }

  .sec-jobtype__tbl__stepColWrapper {
    display: flex;
    gap: 2em;
  }

  .sec-jobtype__tbl__txt {
    padding-left: 0;
  }

  .sec-jobtype__type dt {
    font-size: 18px;
  }

  .sec-jobtype__type dd {
    font-size: 30px;
  }

  .sec-jobtype__tbl__ttl {
    width: 25%;
    font-size: 18px;
    text-align: center;
  }

  .sec-jobtype__tbl__txt {
    width: 75%;
    padding-left: 2em;
    line-height: 1.7;
  }

  .sec-jobtype__tbl__stepCol:nth-of-type(n+2) {
    padding-top: 0;
  }

  .sec-jobtype__tbl__step__ttl {
    font-size: 18px;
  }
}


/*----------------------------------------
	sec-jobposting
-----------------------------------------*/

.sec-jobposting {
  padding: 1% 0 6%;
  background: #F5F4EC;
}

.sec-jobposting__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 20px;
  padding-bottom: 4em;
}

.sec-jobposting__nav .btn-linkWrapper {
  display: flex;
  justify-content: center;
}

.sec-jobposting__nav .btn-linkWrapper:nth-child(1) {
  width: 100%;
}

.sec-jobposting__nav .btn-linkWrapper:nth-child(2),
.sec-jobposting__nav .btn-linkWrapper:nth-child(3) {
  width: calc((100% - 20px) / 2);
}

.sec-jobposting__nav .btn-link {
  background: #F3F3F3;
  color: #707070;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.16);

}

.sec-jobposting__nav .active .btn-link {
  background: #0B97D2;
  color: #ffffff;
}

.sec-jobposting__col {
  border-radius: 10px 10px;
  border-top: 14px solid #016DB3;
  background: #ffffff;
  padding: 5%;
}

.sec-jobposting__col:nth-of-type(n+2) {
  margin-top: 5%;
}

.sec-jobposting__col__label {
  border-radius: 10px;
  border: 1px solid #2A59B9;
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  background: #D3F5FF;
}

.sec-jobposting__col__label.type01 {
  background: #D3F5FF;
}

.sec-jobposting__col__label.type02 {
  background: #FFF4E2;
}

.sec-jobposting__col__label:nth-of-type(n+2) {
  margin-left: 0.4em;
}

.sec-jobposting__col__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.sec-jobposting__col__head {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 0.5em;
}

.sec-jobposting__col__number {
  font-weight: bold;
  text-align: right;
}

.sec-jobposting__col__number span {
  font-size: 17px;
}

.sec-jobposting__col__pic img {
  border-radius: 10px;
}

.sec-jobposting__col__address__ttl {
  border-radius: 10px;
  border: 1px solid #AAAAAA;
  padding: 0 0.8em;
  font-weight: bold;
  display: inline-block;
}

.sec-jobposting .sec-jobtype__tblCol_ttl {
  background: #016DB3;
}

.sec-jobposting .sec-jobtype__tbl__ttl {
  color: #016DB3;
}

@media only screen and (min-width: 992px) {

  .sec-jobposting__nav .btn-linkWrapper:nth-child(1),
  .sec-jobposting__nav .btn-linkWrapper:nth-child(2),
  .sec-jobposting__nav .btn-linkWrapper:nth-child(3) {
    width: 220px;
    max-width: 220px;
  }

  .sec-jobposting__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .sec-jobposting__nav .btn-link {
    width: 220px;
  }

  .sec-jobposting__nav .btn-linkWrapper:nth-of-type(n+2) {
    margin-left: 3em;
  }

  .sec-jobposting__col__label {
    font-size: 18px;
  }

  .sec-jobposting__col__number span {
    font-size: 20px;
  }

  .sec-jobposting__col__ttl {
    font-size: 30px;
  }

  .sec-jobposting__col__head__inner {
    display: flex;
    align-items: center;
  }

  .sec-jobposting__col__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sec-jobposting__col__contents {
    display: flex;
    justify-content: space-between;
  }

  .sec-jobposting__col__ttl {
    margin-left: 0.5em;
  }

  .sec-jobtype__tblCol {
    padding-left: 2em;
  }
}

/*----------------------------------------
	page nation
-----------------------------------------*/

.pnavi {
  padding: 8% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pnavi .page-numbers {
  width: 2.5em;
  height: 2.5em;
  margin: 0 7px;
  font-size: 12px;
  font-weight: bold;
  color: #79D3E8;
  background: #ffffff;
  border: 1px solid #79D3E8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
  padding: 0;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.pnavi .page-numbers:hover {
  opacity: 0.6;
}

.pnavi .page-numbers.current:hover {
  opacity: 1;
}

.pnavi .page-numbers.current {
  background: #79D3E8;
  color: #ffffff;
}

.pnavi .page-numbers.dots,
.pnavi .page-numbers.next,
.pnavi .page-numbers.prev {
  background: #ffffff;
  border: none;
}

.pnavi .page-numbers.next span,
.pnavi .page-numbers.prev span {
  position: relative;
}

.pnavi .page-numbers.next span:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #79D3E8;
  border-right: 2px solid #79D3E8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pnavi .page-numbers.prev span:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  right: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #79D3E8;
  border-right: 2px solid #79D3E8;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.pnavi span {
  position: relative;
}

.pnavi span a {
  position: relative;
  padding: 1em 0;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  /*easeInOutSine*/
  font-size: 14px;
}

/*前へ*/
.pnavi-previous a {
  margin: 0 10px 0 0;
}

.pnavi-previous:before {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 0;
  margin: 0;
  width: 80px;
  height: 6px;
  color: #333333;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateY(-50%) skewX(-45deg);
  -ms-transform: translateY(-50%) skewX(-45deg);
  transform: translateY(-50%) skewX(-45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

/*次へ*/
.pnavi-next a {
  margin: 0 0 0 10px;
}

.pnavi-next:before {
  content: "";
  position: absolute;
  left: 0.5em;
  bottom: 0;
  width: 80px;
  height: 6px;
  color: #2a3d65;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateY(-50%) skewX(45deg);
  -ms-transform: translateY(-50%) skewX(45deg);
  transform: translateY(-50%) skewX(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

@media only screen and (min-width: 768px) {
  .pnavi {
    padding: 10% 0 0;
  }

  .pnavi .page-numbers {
    font-size: 16px;
  }

  .pnavi .page-numbers.next {
    margin-left: 8%;
  }

  .pnavi .page-numbers.prev {
    margin-right: 8%;
  }

  .pnavi span {
    display: inline-block;
    width: inherit;
  }

  .pnavi span a {
    min-width: 118px;
    font-size: 18px;
  }

  /*前へ*/
  .pnavi-previous {
    margin-right: 20px;
  }

  .pnavi-previous a {
    margin: 0;
  }

  .pnavi-previous:before {
    right: 0;
    width: 118px;
  }

  .pnavi-previous:hover:before {
    width: 128px;
  }

  /*次へ*/
  .pnavi-next {
    margin-left: 20px;
  }

  .pnavi-next a {
    margin: 0;
  }

  .pnavi-next:before {
    left: 0;
    width: 118px;
  }

  .pnavi-next:hover:before {
    width: 128px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pnavi span a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .pnavi span a {
    font-size: 12px;
  }
}


/*----------------------------------------
	animation
-----------------------------------------*/

@keyframes slideAnime1 {
  0% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@keyframes slideAnime2 {
  0% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@keyframes menuBar {
  0% {
    width: 24px;
    left: 0;
    transform: translateY(-6px);
  }

  60% {
    width: 24px;
    left: 0;
    transform: translateY(0);
  }

  79% {
    width: 0;
    left: 12px;
    transform: translateY(0);
  }

  80% {
    width: 0;
    left: 12px;
    transform: rotate(45deg);
  }

  to {
    width: 24px;
    left: 0;
    transform: rotate(45deg);
  }
}

@keyframes menuBarOut {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

@keyframes menuBar2 {
  0% {
    left: 0;
    width: 24px;
  }

  60% {
    left: 0;
    width: 24px;
  }

  79% {
    left: 12px;
    width: 0;
  }

  80% {
    left: 12px;
    width: 0;
  }

  to {
    left: 12px;
    width: 0;
  }
}

@keyframes menuBar2Out {
  0% {
    width: 0;
  }

  49% {
    width: 24px;
  }

  50% {
    width: 24px;
  }

  to {
    width: 24px;
  }
}

@keyframes menuBar3 {
  0% {
    left: 0;
    width: 24px;
    transform: translateY(6px);
  }

  60% {
    left: 0;
    width: 24px;
    transform: translateY(0);
  }

  79% {
    left: 12px;
    width: 0;
    transform: translateY(0);
  }

  80% {
    left: 12px;
    width: 0;
    transform: rotate(-45deg);
  }

  to {
    left: 0;
    width: 18px;
    transform: rotate(-45deg);
  }
}

@keyframes menuBar3Out {
  0% {
    transform: rotate(-45deg);
  }

  50% {
    transform: translateY(0);
  }

  to {
    transform: translateY(6px) rotate(0);
  }
}

@keyframes rotation1 {
  0% {
    transform: translateX(-50%) rotate(0);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes slide-up01 {
  0% {
    transform: translate(0, 70%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes slide-up01_s {
  0% {
    transform: translate(0, 200%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes rotate-shape {
  from {
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}


/*ttl_fade*/
.fade_t .fade_rotate {
  //opacity: 0;
  transition: 1.6s;
  scale: 0.97;
  //transform: translate3d(0, 0px, 0px) rotateY(20deg);
}

.fade_t.fade_in .fade_rotate {
  //opacity: 1;
  scale: 1;
  //transform: translate3d(0px, 0px, 0px) rotateY(0);
}

/*fade*/
.fade_t .fade_opacity {
  filter: blur(5px);
  opacity: 0;
  transition: 1.2s ease;

}

.fade_t.fade_in .fade_opacity {
  filter: blur(0);
  opacity: 1;
}

.clip_txt {
  clip-path: inset(100% 0 0 0%);
  transition: clip-path 0.8s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_txt {
  clip-path: inset(0% 0% 0% 0%);
}

.clip_circle {
  transform: translateY(50px);
  clip-path: circle(0% at 50% 10%);
  opacity: 0;
  transition: clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1), opacity 2.6s cubic-bezier(0.16, 1, 0.3, 1), transform 2.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_circle {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  transform: translateY(0);
}

.fade_t .fade_slide {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .fade_slide {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/*fade_slide_right*/
.fade_t .fade_slide2 {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: 1s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .fade_slide2 {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/*clip_circle2*/
.clip_circle2 {
  transform: translateY(50px);
  clip-path: circle(50% at 50% 50%);
  opacity: 0;
  transition: clip-path 1s cubic-bezier(0.32, 0.95, 0.6, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_circle2 {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  transform: translateY(0);
}

/*fade*/
.fade_t .fade_big {
  scale: 0.9;
  transition: 0.6s ease;
}

.fade_t.fade_in .fade_big {
  scale: 1;
}




/*----------------------------------------
	cmn-footer
-----------------------------------------*/

.cmn-footer {
  position: relative;
  margin-top: 12%;
}

.cmn-footer__navWrapper {
  position: relative;
}

.cmn-footer__inner {
  padding: 10% 0 6%;
}

.cmn-footer__ttl {
  font-size: 16px;
}

.cmn-footer__address {
  font-size: 12px;
}

.cmn-footer__nav {
  display: flex;
  flex-wrap: wrap;
}

.cmn-footer__nav .btn-linkWrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: -5em;
}

.cmn-footer__nav__sns {
  position: absolute;
  top: 0;
  right: 0;
  filter: brightness(0);
  line-height: 1;
}

.cmn-footer__nav__sns a+a {
  margin-left: 1em;
}

.cmn-footer__nav__top a {
  color: #222222;
}

.cmn-footer__nav .btn-link {
  color: #ffffff;
}

.cmn-footer__nav__inner {
  display: flex;
  width: 100%;
}

.cmn-footer__nav>div:first-of-type {
  width: 100%;
}

.cmn-footer__nav__inner>div:nth-of-type(1) {
  width: 30%;
}

.cmn-footer__nav__inner>div:nth-of-type(2) {
  width: 70%;
}

.cmn-footer__nav__top a,
.cmn-footer__nav__inner a {
  position: relative;
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}

.cmn-footer__nav__top .btn-link--icon,
.cmn-footer__nav__inner .btn-link--icon {
  display: block;
  position: absolute;
  top: 50%;
  right: -1.2em;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin-top: -0.2em;
  overflow: hidden;
}

.cmn-footer__nav__top .btn-link--icon:before,
.cmn-footer__nav__top .btn-link--icon:after,
.cmn-footer__nav__inner .btn-link--icon:before,
.cmn-footer__nav__inner .btn-link--icon:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/btn_arrow.svg);
  filter: brightness(0);
}

.cmn-footer__nav__top .btn-link--icon:after,
.cmn-footer__nav__inner .btn-link--icon:after {
  transform: translate(-100%, 100%);
}

.cmn-footer__copyrightWrapper {
  padding: 4% 0 5%;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  margin-top: 8%;
}

.cmn-footer__copyright {
  font-size: 12px;
}

.cmn-footer__logoIcon {
  width: auto;
  height: 60px;
}

@media screen and (min-width:992px) {
  .cmn-footer {
    margin-top: 8%;
  }

  .cmn-footer__navWrapper {
    margin-top: 0;
  }

  .cmn-footer__inner {
    padding: 5% 0 0;
  }

  .cmn-footer__nav li a:hover {
    opacity: 0.7;
  }

  .cmn-footer__nav a:hover .btn-link--icon:before,
  .cmn-footer__nav a:hover .btn-link--icon:after {
    background: url(../images/btn_arrow.svg);
    background-size: 100% auto;
  }

  .cmn-footer__nav a:hover .btn-link--icon:before {
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-duration: 0.6s;
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-duration: 0.6s;
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(100%, -100%);
  }

  .cmn-footer__nav a:hover .btn-link--icon:after {
    transform: translate(0, 0);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-duration: 1s;
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }

  .cmn-footer__nav {
    padding-left: 5em;
  }

  .cmn-footer__nav__sns {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 13em;
  }

  .cmn-footer__nav .btn-linkWrapper {
    right: 0;
    left: auto;
    max-width: 280px;
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  .cmn-footer__nav__head {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {}

/*----------------------------------------
	pageTop
-----------------------------------------*/

#pageTop {
  position: fixed;
  right: 20px;
  bottom: -120px;
  display: table;
  z-index: 500;
  transition: 0.3s;
}

#pageTop.fixed {
  bottom: 60px;
}

#pageTop.keep {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 500;
  margin-top: -40px;
  transition: 0.1s;
}

#pageTop a {
  position: relative;
  width: 40px;
  height: 40px;
  display: table-cell;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/pagetop_arrow.svg);
}

@media screen and (min-width: 768px) {
  #pageTop {
    right: 60px;
    bottom: -100px;
  }

  #pageTop.fixed {
    bottom: 20px;
  }

  #pageTop.keep {
    right: 60px;
    margin-top: -80px;
  }

  #pageTop a {
    width: 80px;
    height: 80px;
  }

  #pageTop a:after {
    width: 7px;
    height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #pageTop {
    right: 40px;
  }

  #pageTop.fixed {
    bottom: 80px;
  }

  #pageTop.keep {
    right: 40px;
  }

  #pageTop a {
    width: 50px;
    height: 50px;
  }

  #pageTop a:after {
    width: 5px;
    height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #pageTop.fixed {
    bottom: 90px;
  }
}

/*----------------------------------------
	loading
-----------------------------------------*/

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    display: none;
    opacity: 0;
    z-index: -100;
  }
}

body .loading-sec {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: 10000;
}

body .loading-sec.loaded {
  z-index: -9000;
}

body .loading-sec__inner {
  padding-top: calc(900 / 1200* 100%);
}

body .loading-sec .loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.wrapper:not(.home) .loading-sec {
  display: none;
}

.wrapper .loading-sec.loaded .loading {
  animation: fadeOut 0.5s forwards;
}

.wrapper .loading-sec .loading .loadingInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 768px) {
  .wrapper .loading-sec {
    height: 100vh;
  }

  .wrapper .loading-sec__inner {
    padding-top: calc(500 / 1200* 100%);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

.spinner-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.circle-border {
  width: 50px;
  height: 50px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(3, 3, 3) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}



/*fade*/
.fade_t .fade_blur {
  filter: blur(5px);
  opacity: 0;
  transition: 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .fade_blur {
  filter: blur(0);
  opacity: 1;
}

/*fade_scale*/
.fade_t .fade_scale {
  overflow: hidden;
  display: block;
}

.fade_t .fade_scale img {
  transform: scale(1.05);
  filter: blur(3px);
  opacity: 0;
  transition: 2s cubic-bezier(.22, 1, .36, 1);
}

.fade_t.fade_in .fade_scale img {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

/*fade_slide_left*/
.fade_t .fade_slide_left {
  //transition: transform 1.2s cubic-bezier(0.09, 0.46, 0.32, 1), opacity 0.4s;
  transition: 0.3s cubic-bezier(0.09, 0.46, 0.32, 1);
  //transform: translate3d(50%, 0, 0);
  margin-left: 3em;
  opacity: 0;
}

.fade_t.fade_in .fade_slide_left {
  //transform: translate3d(0, 0, 0);
  margin-left: 0;
  opacity: 1;
}


.top-sec-environment__work__colWrapper .animated-text {
  overflow: hidden;
  display: flex;
  align-items: baseline;
}

.top-sec-environment__work__colWrapper .animated-text span {
  translate: 0 110%;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
}

.top-sec-environment__work__colWrapper.fade_t.fade_in .animated-text span:nth-of-type(1) {
  animation: animated-text .4s ease-out forwards;
}

.top-sec-environment__work__colWrapper.fade_t.fade_in .animated-text span:nth-of-type(2) {
  animation: animated-text .4s ease-out 0.1s forwards;
}

.top-sec-environment__work__colWrapper.fade_t.fade_in .animated-text span:nth-of-type(3) {
  animation: animated-text .4s ease-out 0.2s forwards;
}

@keyframes animated-text {
  0% {
    translate: 0 110%;
    opacity: 0
  }

  to {
    translate: 0 0;
    opacity: 1
  }
}














/*----------------------------------------
	gnav
-----------------------------------------*/

/* =========================
  Body Scroll Lock
========================= */
body.is-active {
  overflow: hidden;
}

/* =========================
  Overlay Background
========================= */
.nav-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .2);
  z-index: 2000;
  display: none;
}

/* =========================
  Drawer (gnav)
  - 初期は 44px だけ見える（取っ手）
  - 開くと全部表示
========================= */
@media screen and (min-width: 768px) {
  :root {
    --gnav-handle: 44px;
    /* ★見せたい幅（=ボタン幅） */
  }

  #gnav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 377px;
    z-index: 3000;

    /* ★ 初期：gnavの左端から44pxだけ見せる */
    transform: translateX(calc(100% - var(--gnav-handle)));

    transition: transform .5s cubic-bezier(.5, 0, 0, 1);
    will-change: transform;

    /* 中身が画面外に漏れないように */
    overflow: hidden;
  }


  /* 開いた状態 */
  #gnav.is-active {
    transform: translateX(0);
  }

  /* =========================
  Drawer Background (white board)
========================= */
  #gnav .l-drawer__bg {
    position: absolute;
    inset: 0;
    background: #ffffff;
    z-index: 0;
    margin-left: var(--gnav-handle);
  }

  /* =========================
  Contents
========================= */
  .gnav__inner {
    position: relative;
    height: 100%;
    z-index: 1;
  }

  /* スクロールする領域 */
  .cmn-gmenu-link__inner {
    position: relative;
    padding-left: 44px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* =========================
  Toggle Button (inside gnav)
  - gnavの左端に固定 → 取っ手として見える
========================= */
  #gnavBtn {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: var(--gnav-handle);
    height: var(--gnav-handle);
    z-index: 4000;
    cursor: pointer;
    margin-top: -10vh;
    background: transparent;
    border: 0;
    padding: 0;
    display: grid;
    place-items: center;
  }

  #gnavBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin-right: -1px;
  }
}



/* =========================
  SP (<=767px): 下から上にスライド
========================= */
@media screen and (max-width: 767px) {

  :root {
    --gnav-handle: 40px;
    /* 見せる高さ = ボタン高さ */
  }

  /* gnav 本体：下に40pxだけ見せる */
  #gnav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;

    /* 初期：下に隠す（40pxだけ見せる） */
    transform: translateY(calc(100% - var(--gnav-handle)));
    transition: transform .5s cubic-bezier(.5, 0, 0, 1);
    will-change: transform;
    overflow: hidden;
  }

  /* 開いた状態：全部表示 */
  #gnav.is-active {
    transform: translateY(5%);
  }

  /* 白背景 */
  #gnav .l-drawer__bg {
    /*position: absolute;
    inset: 0;
    //background: #fff;
    z-index: 0;
    margin: 40px 2.5% 20%;
    height: calc(90% - 44px);
    border-radius: 10px;
    top: 0;*/
  }

  .gnav__inner {
    position: relative;
    height: calc(90% - 40px);
    margin: 40px calc(2.5% + 1px);
    z-index: 1;
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 0 0 10px 10px;
  }

  /* 中身スクロール領域（下の取っ手分を避ける） */
  .cmn-gmenu-link__inner {
    //padding: 16px 16px calc(var(--gnav-handle) + 16px);
    padding: 0 0 calc(var(--gnav-handle) + 16px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* ボタン：gnavの下端中央に固定 */
  #gnavBtn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 100%;
    height: var(--gnav-handle);
    z-index: 4000;
    margin: 0;
    transition: 0.3s;
  }

  #gnavBtn.fixed {
    transform: translateX(-50%) translateY(40px);
  }

  #gnavBtn p {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    height: 40px;
    width: 95%;
    background: linear-gradient(to bottom, #FFFFFF 0%, #DBDBDB 100%);
    border: 1px solid #BCBCBC;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 0 auto -1px;
  }

  .gnav__close-btn {
    opacity: 0;
    position: absolute;
    right: 0;
    display: inline-block;
    border: 1px solid #B4B4B4;
    border-radius: 6px;
    padding: 0.35em 0.5em;
    font-size: 12px;
    margin-right: 1em;
  }

  #gnav.is-active .gnav__close-btn {
    opacity: 1;
  }

  /*#gnavBtn img {
    width: 100%;
    height: auto;
    display: block;
  }*/

}

/* =========================
  Menu Animation
========================= */

.cmn-header__gnav li a {
  color: #016CB6;
  text-align: center;
  border-bottom: 1px solid #C9C9C9;
  display: block;
  padding: 1em 0.4em;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .cmn-header__gnav {
    padding: 2em 0 2em 2em;
  }

  .cmn-header__gnav li a {
    text-align: left;
    border-bottom: 1px solid #C9C9C9;
    padding: 1em;
    font-size: 16px;
  }

}

/* =========================
  Bottom Button
========================= */

.gnav__btn .btn-link {
  border-radius: 10px;
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.gnav__btn {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .gnav__btn {
    width: 90%;
    margin-left: 2em;
  }

  .gnav__btn .btn-link {
    border-radius: 10px 0 0 10px;
    font-size: 18px;
  }

}

/* =========================
  Optional: Handle shadow (取っ手が分かりやすいように)
  いらなければ消してOK
========================= */
/*#gnav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--gnav-handle);
  height: 100%;
  pointer-events: none;
  z-index: 2;
}*/