@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
body#index {
  overflow: hidden;
}

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

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

#index .main-slider-block .slick-slide img {
  width: 100%;
  height: calc(100vh - 70px);
  object-fit: cover;
}

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

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

/* 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: 44px;
  line-height: 1.35;
  margin-bottom: 22px;
  font-feature-settings: normal;
}

#index .greeting-block p {
  line-height: 2;
  font-feature-settings: normal;
}

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

/*
-----------------------------------------------------------
business
----------------------------------------------------------- */
#index .business-block {
  margin-bottom: 6px;
}

#index .business-block .Title-block h3 {
  top: 28px;
}

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

#index .business-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 22px;
  margin-top: 20px;
}

#index .business-flex-wrap > div {
  width: 469px;
  height: 240px;
  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;
}

#index .business-flex-wrap a:hover {
  opacity: 1;
}

#index .business-flex-wrap h3 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  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 > div:hover h3,
#index .business-flex-wrap > div:hover p {
  color: #fff;
}

#index .business-flex-wrap h3 img {
  margin-right: 8px;
  vertical-align: middle;
}

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

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

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

#index .business-flex-wrap > div:hover .info picture > img {
  transform: scale(1.08);
}

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

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

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

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

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

#index .business-flex-wrap > div:nth-child(2) h3,
#index .business-flex-wrap > div:nth-child(3) 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: 7px;
}

#index .jobs-block .Title-block {
  margin-bottom: 12px;
}

#index .jobs-block .Title-block span.bar {
  bottom: 37px;
  left: 132px;
  width: 323px;
}

#index .jobs-block .Title-block h3 {
  top: 26px;
  line-height: 1.35;
  font-feature-settings: normal;
}

#index ul.job-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

#index ul.job-wrap li {
  width: calc((100% - 64px) / 3);
  height: 300px;
  box-sizing: border-box;
  transition: background-color 0.4s;
}

#index ul.job-wrap li a {
  text-decoration: none;
}

#index ul.job-wrap li a:hover {
  opacity: 1;
}

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

#index .job-wrap .info-wrap {
  width: 280px;
  height: 280px;
  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: color 0.4s;
  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 li:hover .info-wrap::after {
  opacity: 0;
}

#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 li:hover .info-wrap::before {
  transform: scale(1.08);
}

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

#index .job-wrap li:hover .info-wrap img {
  transform: scale(1.08);
  transition: transform 0.4s;
}

#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;
  transition: color 0.4s;
}

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

#index ul.job-wrap li:hover .body-wrap .info-wrap h3::after {
  content: "";
  display: block;
  width: 185px;
  height: 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background 0.4s;
}

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

#index ul.job-wrap li.MOD-color2:hover {
  background-color: #006edf;
}

#index ul.job-wrap li.MOD-color2:hover .info-wrap {
  color: #006edf;
}

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

#index ul.job-wrap li.MOD-color1:hover {
  background-color: #00458e;
}

#index ul.job-wrap li.MOD-color1:hover .info-wrap {
  color: #00458e;
}

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

#index ul.job-wrap li.MOD-color3:hover {
  background-color: #2ba8ea;
}

#index ul.job-wrap li.MOD-color3:hover .info-wrap {
  color: #2ba8ea;
}

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

#index .member-block .Title-block {
  margin-bottom: 27px;
}

#index .member-block .Title-block span.bar {
  bottom: 34px;
  left: 129px;
  width: 330px;
}

#index .member-block .Title-block h3 {
  top: 30px;
  line-height: 1.35;
  font-feature-settings: normal;
}

/* ▼ メンバーリスト（横並び・無限スライド） */
#index .member-wrap .menber-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 47px;
  width: 100%;
  height: 370px;
  /* 横スクロールの無限アニメーションを20秒かけて繰り返す */
  animation: member-slide-infinite 20s linear infinite;
}

/* ▼ メンバー個別カード */
#index .member-wrap .menber-list > div {
  position: relative;
  min-width: 304px;
  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;
  text-decoration: none;
}

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

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

#index .member-wrap .menber-list > div.color1:hover .text-wrap::before {
  background: #006edf;
}

#index .member-wrap .menber-list > div.color3:hover .text-wrap::before {
  background: #2ba8ea;
}

#index .member-wrap .menber-list > div.color2:hover .text-wrap::before {
  background: #00458e;
}

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

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

#index .member-wrap .menber-list > div:hover .img-wrap img:first-child {
  opacity: 0;
}

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

#index .member-wrap .menber-list > div:hover .img-wrap img:last-child {
  opacity: 1;
}

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

#index .member-wrap .menber-list .text-wrap h3 {
  font-size: 20px;
  transition: color 0.4s;
}

/* ▼ カード色分け */
#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 > div.color1:hover .text-wrap h3,
#index .member-wrap .menber-list > div.color3:hover .text-wrap h3,
#index .member-wrap .menber-list > div.color2:hover .text-wrap h3,
#index .member-wrap .menber-list > div:hover div.employee-summary p,
#index .member-wrap .menber-list > div:hover .carrer {
  color: #fff;
}

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

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

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

#index #member.Btn-main {
  margin-top: 58px;
}

/*
-----------------------------------------------------------
flow
----------------------------------------------------------- */
#index .flow-block .Title-block span.bar {
  bottom: 35px;
  left: 163px;
  width: 291px;
}

#index .flow-block .Title-block h3 {
  top: 28px;
  line-height: 1.35;
  font-feature-settings: normal;
}

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

#index .flow-block .flow-wrap li {
  width: 810px;
  height: 190px;
  background-color: #f7f7f7;
  padding: 20px 25px;
}

#index .flow-block .flow-wrap li + li {
  margin-top: 67px;
  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: -40px;
  left: 45%;
}

#index .flow-block .flow-wrap .text-wrap h4 {
  font-size: 22px;
  letter-spacing: 0;
  transition: color 0.4s;
}

/* 奇数 */
#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: 13px;
  font-feature-settings: normal;
}

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

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

/*
-----------------------------------------------------------
 スクロールに応じて表示　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;
}

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

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