@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Content-block .content-inner {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

/*
-----------------------------------------------------------
 スクロールに応じて表示　scroll_up ｜下から上へ出現
----------------------------------------------------------- */
.scroll_up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.scroll_up.on {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.timing02 {
  transition-delay: 0.4s;
}

.timing03 {
  transition-delay: 0.8s;
}

.timing04 {
  transition-delay: 1.2s;
}

.timing05 {
  transition-delay: 1.6s;
}

/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
main-slider-block
--------------------------------------------------------- */
#index .main-slider-block {
  padding-top: 45px;
  padding-bottom: 0;
}

#index .main-slider-block .slick-slide picture {
  display: block;
}

#index .main-slider-block .slick-slide img {
  width: 100%;
}

#index .main-slider-block .slick-dots {
  bottom: -20px;
}

#index .main-slider-block .slick-dots li,
#index .main-slider-block .slick-dots li button {
  width: 8px;
  height: 8px;
}

#index .main-slider-block .slick-dots li button:before {
  font-size: 0;
  background: #262626;
  width: 8px;
  height: 8px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #262626;
}

/*
-----------------------------------------------------------
greeting
----------------------------------------------------------- */
#index .greeting-block {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}

#index .greeting-block h2 {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 22px;
  font-feature-settings: normal;
}

#index .greeting-block h2 span {
  color: #006edf;
}

#index .greeting-block p {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, sans-serif;
  line-height: 2em;
  font-feature-settings: normal;
}

#index .greeting-block p ruby > rt {
  font-size: 8px;
  margin-bottom: -5px;
}

#index .greeting-block p + p {
  margin-top: 24px;
}

/*
-----------------------------------------------------------
business
----------------------------------------------------------- */
#index .business-block a {
  text-decoration: none;
}

#index .business-flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 65px;
}

#index .business-flex-wrap > div {
  width: 100%;
  height: 200px;
  border: 2px solid #00458e;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

#index .business-flex-wrap a {
  display: block;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
}

#index .business-flex-wrap h3 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #00458e;
  letter-spacing: 0.02em;
}

#index .business-flex-wrap p {
  color: #5b5b5b;
  line-height: 1.6;
  font-feature-settings: normal;
  flex: 1;
}

#index .business-flex-wrap .info {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  overflow: hidden;
}

#index .business-flex-wrap .info picture {
  width: 140px;
  height: auto;
  display: block;
  overflow: hidden;
}

#index .business-flex-wrap .info picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 事業案内　奇数 */
#index .business-flex-wrap > div:nth-child(odd) {
  border: 2px solid #006edf;
}

#index .business-flex-wrap > div:nth-child(odd) h3 {
  color: #006edf;
}

#index .business-flex-wrap > div:nth-child(odd):hover {
  background-color: #006edf;
}

/* 事業案内　偶数 */
#index .business-flex-wrap > div:nth-child(even) {
  border: 2px solid #00458e;
}

#index .business-flex-wrap > div:nth-child(even):hover {
  background-color: #00458e;
}

#index .business-flex-wrap > div:nth-child(even) h3 {
  color: #00458e;
}

#index .business-flex-wrap > div:hover h3,
#index .business-flex-wrap > div:hover p {
  color: #fff;
}

/*
-----------------------------------------------------------
jobs
----------------------------------------------------------- */
#index .jobs-block {
  margin-top: 8px;
}

#index ul.job-wrap {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
}

#index ul.job-wrap li {
  width: calc((100% - 22px) / 2);
  height: 155px;
  box-sizing: border-box;
  overflow: hidden;
}

#index ul.job-wrap li .body-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#index .job-wrap .info-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  object-fit: cover;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
  color: #fff;
}

#index .job-wrap .info-wrap::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #262626;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.4s;
}

#index .job-wrap .info-wrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: inherit;
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#index .job-wrap .info-wrap > * {
  position: relative;
  z-index: 2;
}

#index ul.job-wrap li .body-wrap .info-wrap h3 {
  font-size: 20px;
  font-feature-settings: normal;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

#index ul.job-wrap li .body-wrap .info-wrap h3 {
  position: relative;
}

/* color2 */
#index ul.job-wrap li.MOD-color2 {
  border: 2px solid #006edf;
}

/* color1 */
#index ul.job-wrap li.MOD-color1 {
  border: 2px solid #00458e;
}

/* color3 */
#index ul.job-wrap li.MOD-color3 {
  border: 2px solid #2ba8ea;
}

/*
-----------------------------------------------------------
member
----------------------------------------------------------- */
#index .member-block {
  margin-top: 8px;
}

#index .member-wrap {
  margin-top: 55px;
}

/* ▼ メンバーリスト（横並び・無限スライド） */
#index .member-wrap .menber-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
  width: 100%;
  height: 295px;
}

/* ▼ メンバー個別カード */
#index .member-wrap .menber-list > div {
  position: relative;
  min-width: 240px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
}

#index .member-wrap .menber-list > div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* ▼ テキストの背景色（透過） */
#index .member-wrap .menber-list .text-wrap {
  position: relative;
  z-index: 2;
  left: 0;
  top: 222px;
  width: 100%;
}

#index .member-wrap .menber-list .text-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
  transition: background 0.4s;
}

/* ▼ 画像2枚重ね（hoverで切替） */
#index .member-wrap .menber-list .img-wrap img {
  object-fit: cover;
  position: absolute;
}

#index .member-wrap .menber-list .img-wrap img:first-child {
  opacity: 1;
  z-index: 1;
}

#index .member-wrap .menber-list .img-wrap img:last-child {
  opacity: 0;
  z-index: 2;
}

/* ▼ テキスト部分 */
#index .member-wrap .menber-list .text-wrap {
  padding: 0px 22px 19px;
}

#index .member-wrap .menber-list .text-wrap h3 {
  font-size: 16px;
}

/* ▼ カード色分け */
#index .member-wrap .menber-list > div.color1 .text-wrap h3 {
  color: #006edf;
}

#index .member-wrap .menber-list > div.color3 .text-wrap h3 {
  color: #2ba8ea;
}

#index .member-wrap .menber-list > div.color2 .text-wrap h3 {
  color: #00458e;
}

#index .member-wrap .menber-list .text-wrap p {
  color: #222;
}

#index .member-wrap .menber-list .text-wrap .employee-summary {
  display: flex;
  margin-bottom: -5px;
}

#index .member-wrap .menber-list .text-wrap .employee-summary .name {
  margin-right: 13px;
}

#index #interview .Btn-main {
  margin-top: 45px;
}

/*
-----------------------------------------------------------
flow
----------------------------------------------------------- */
#index .flow-block {
  margin-top: 8px;
}

#index .flow-block .flow-wrap {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index .flow-block .flow-wrap li {
  width: 100%;
  height: 190px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
}

#index .flow-block .flow-wrap li + li {
  margin-top: 45px;
  position: relative;
}

#index .flow-block .flow-wrap li + li::before {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background-image: url("/template09/img/next_gray.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index .flow-block .flow-wrap .text-wrap h4 {
  font-size: 18px;
  letter-spacing: 0;
}

/* 奇数 */
#index .flow-block .flow-wrap li:nth-child(odd) .text-wrap h4 {
  color: #006edf;
}

/* 偶数 */
#index .flow-block .flow-wrap li:nth-child(even) .text-wrap h4 {
  color: #00458e;
}

#index .flow-block .flow-wrap .text-wrap .step {
  margin-top: 5px;
}

#index .flow-block .flow-wrap .text-wrap .step p.step-title {
  font-size: 20px;
  font-weight: bold;
}

#index .flow-block .flow-wrap .text-wrap .step p.step-text {
  letter-spacing: 0;
}

#index .flow-block .flow-wrap .flow-icon {
  width: 75px;
}

/*# sourceMappingURL=sp-local.css.map */

/*# sourceMappingURL=sp-local.css.map */
