@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");

/* ----------------------------------------
 * アニメーション
 * ---------------------------------------- */
@keyframes fadeIn-1 {

  0%,
  10% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-2 {

  0%,
  50% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-3 {

  0%,
  75% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------------
 * レイアウト
 * ---------------------------------------- */
.l-wrapper {
  padding: 0;
}

.l-contents {
  padding: 0 20px;
}

main>svg {
  width: 0;
  height: 0;
}

.is-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: block;
  }
}

/* ----------------------------------------
 * ボタン
 * ---------------------------------------- */
.btn-b a {
  display: block;
  position: relative;
  overflow: hidden;
}

.btn-b a::after {
  background: #00a0c4;
  content: "";
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 0;
  top: 0;
  transform: skew(45deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  transition-timing-function: ease-out;
}

.btn-b a img {
  position: relative;
  z-index: -2;
}

.btn-b a p {
  transition: all 0.2s ease-in-out;
}

.btn-b a::before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-b a::after {
  background: #00a0c4;
  left: -240%;
  width: 0;
  opacity: 0.8;
}

.btn-b a:hover p {
  color: #fff;
}

.btn-b a:hover::after {
  width: 350%;
}

.btn-b a:active::after {
  background: #007089;
}

@media screen and (max-width: 767px) {
  .btn-b a {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .btn-b a::after {
    background: #00a0c4;
    content: "";
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 0;
    top: 0;
    transform: skew(45deg);
    transition-duration: 0.4s;
    transform-origin: top left;
    transition-timing-function: ease-out;
  }

  .btn-b a img {
    position: relative;
    z-index: -2;
  }

  .btn-b a p {
    transition: all 0.2s ease-in-out;
  }

  .btn-b a::before {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .btn-b a::after {
    background: #00a0c4;
    left: 440%;
    width: 0;
    opacity: 0.8;
  }

  .btn-b a:hover p {
    color: #444;
  }

  .btn-b a:hover::after {
    width: 0;
  }

  .btn-b a:active::after {
    background: #007089;
  }
}

.btn-c-wrap>div {
  transform-origin: left top 0;
}

.btns {
  transform-origin: left top 0;
}

/* ==========================================================================
メインビジュアル（PC）
   ========================================================================== */
.mv,
.mv-slide,
.slider-mv li {
  position: relative !important;
}

.mv {
  margin-bottom: clamp(12px, 1.666vw, 24px);
}

.mv__text,
.mv__text-2,
.mv__btn,
.mv__bg-black,
.mv__bg-blue-aplpha {
  position: absolute !important;
}

.mv__text,
.mv__text-2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  right: 3.027vw;
  text-align: right;
  display: block;
  color: #fff;
  z-index: 9999;
}

.mv__text img,
.mv__text-2 img {
  width: 100%;
  height: auto;
  display: block;
}

.mv__text {
  font-size: clamp(25px, 3.5vw, 80px);
  top: 7.027vw;
  width: 100%;
  animation: fadeIn-1 1.9s ease-out;
}

.mv__text-2 {
  font-size: clamp(25px, 3.5vw, 80px);
  top: 12.263vw;
  width: 100%;
  animation: fadeIn-2 1.9s ease-out;
}

.mv__btn {
  top: 27.777vw;
  right: 3.027vw;
  width: 300px;
  z-index: 2;
  animation: fadeIn-3 1.9s ease-out;
}

.mv .mv-slide--navy .mv__text,
.mv .mv-slide--navy .mv__text-2,
.mv .mv-slide--navy .mv__text-sp {
  color: #38417f;
}

.mv .mv-slide--navy .mv__text,
.mv .mv-slide--navy .mv__text-2 {
  text-align: left;
  right: auto;
  left: 8.333vw;
}

.mv .mv-slide--navy .mv__text-sp {
  text-align: left;
  left: 3.2vw;
  right: auto;
}

.mv .mv-slide--navy .mv__wealth {
  position: absolute;
  left: 8.333vw;
  top: 20vw;
  z-index: 9999;
  width: 380px;
  height: auto;
  background: #38417f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
}

.mv .mv-slide--navy .mv__wealth img {
  width: 100%;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.mv__bg-black {
  left: 0;
  top: 18.75vw !important;
  background: url(/wp/wp-content/themes/goodlife/resources/img/top/bg_company_02.png) 0 0 no-repeat;
  width: 100%;
  height: 70.1388888889vw;
  background-size: cover;
  z-index: -16;
}

.mv__bg-blue-aplpha {
  left: 0;
  top: 39.111vw !important;
  background: url(/wp/wp-content/themes/goodlife/resources/img/top/bg_company_01.png) 0 0 no-repeat;
  width: 100%;
  height: 45.6944444444vw;
  background-size: contain;
  z-index: -17;
}

@media screen and (min-width: 1441px) {
  .mv {
    margin-bottom: 24px;
  }

  .mv__text {
    top: 130px !important;
    right: 60px !important;
  }

  .mv__text-2 {
    top: 200px !important;
    right: 60px !important;
  }

  .mv__btn {
    top: 400px !important;
    right: 60px !important;
  }

  .mv-slide--navy .mv__wealth {
    left: 120px;
    top: 300px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    position: relative;
    margin-bottom: 30px;
  }

  .mv__btn {
    position: absolute !important;
    z-index: 2 !important;
    top: calc(640 / 750 * 100vw) !important;
    right: calc(24 / 750 * 100vw) !important;
    width: calc(450 / 750 * 100vw) !important;
    animation: fadeIn-3 1.9s ease-out 0s;
  }

  .mv__btn a {
    font-size: 3.4666666667vw !important;
  }

  .mv__text-sp {
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    position: absolute;
    right: calc(16 / 750 * 100vw);
    top: calc(220 / 750 * 100vw);
    z-index: 9999;
    width: 100%;
    animation: fadeIn-1 1.8s ease-out;
    color: #ffffff;
    font-weight: 900;
    text-align: right;
    line-height: 1.4;
    font-size: clamp(18px, (48 / 750 * 100vw), 56px);
  }

  .mv-slide--navy .mv__text-sp {
    top: 30vw;
  }

  .mv-slide--navy .mv__wealth-sp {
    position: absolute;
    left: 3.2vw;
    top: 50vw;
    width: 56vw;
    background: #38417f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6vw;
    z-index: 9999;
  }

  .mv-slide--navy .mv__wealth-sp img {
    display: block;
    width: 80%;
    height: auto;
    object-fit: contain;
  }

  .mv-slide--navy .mv__btn {
    left: 3.2vw;
    right: auto;
    bottom: 20px;
  }

  .mv-slide--pink .mv__text-sp {
    left: 3.2vw;
    right: auto;
    top: 61.3333333333vw;
    text-align: left;
  }

  .mv-slide--pink .mv__btn {
    left: 3.2vw;
    right: auto !important;
  }
}

.bg-service {
  position: absolute;
  left: 0;
  top: 82.111vw !important;
  background: url(/wp/wp-content/themes/goodlife/resources/img/top/bg_company_01.png) 0 0 no-repeat;
  width: 100%;
  height: 45.6944444444vw;
  background-size: contain;
  z-index: -17;
}

.bg-line-02 {
  position: absolute;
  right: 0;
  top: 114.5833333333vw;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/line.png") 0 0 no-repeat;
  width: 95.7638888889vw;
  height: 138.9583333333vw;
  background-size: contain;
  transform: translateY(0%);
  z-index: -2;
}

.bg-company-01 {
  position: absolute;
  left: 0;
  top: 145.8333333333vw;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/bg_company_02.png") 0 0 no-repeat;
  width: 100%;
  height: 70.1388888889vw;
  background-size: cover;
  transform: translateY(0);
  z-index: -16;
}

.bg-company-02 {
  position: absolute;
  left: 0;
  top: 168.0555555556vw;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/bg_company_01.png") 0 0 no-repeat;
  width: 100%;
  height: 45.6944444444vw;
  background-size: contain;
  transform: translateY(0);
  z-index: -17;
}

.bg-contact {
  position: absolute;
  left: 0;
  top: 212.2222222222vw;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/bg_contact.png") 0 0 no-repeat;
  width: 100%;
  height: 128.8888888889vw;
  background-size: cover;
  transform: translateY(0);
  z-index: -18;
}

.sp-bg-circle {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/bg_sp_circle.png") 0 0 no-repeat;
  width: 100%;
  height: 52.1333333333vw;
  background-size: cover;
  transform: translateY(0);
  z-index: -1;
}

.sp-bg-black {
  position: absolute;
  left: 0;
  top: 133.3333333333vw;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/bg_sp_company_blue.png") 0 0 no-repeat;
  width: 100%;
  height: 249.4666666667vw;
  background-size: cover;
  transform: translateY(0);
  z-index: -3;
}

.sp-bg-blue {
  position: absolute;
  left: 0;
  top: 380vw;
  background: #def3f7;
  width: 100%;
  height: 333.3333333333vw;
  background-size: cover;
  transform: translateY(0);
  z-index: -4;
}

.sp-bg-company-blue {
  position: absolute;
  left: 0;
  top: 720vw;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/bg_sp_company_blue.png") 0 0 no-repeat;
  width: 100%;
  height: 186.6666666667vw;
  background-size: cover;
  transform: translateY(0);
  z-index: -3;
}

.sp-bg-contact {
  position: absolute;
  left: 0;
  top: 1040vw;
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/bg_sp_contact.png") 0 0 no-repeat;
  width: 100%;
  height: 236vw;
  background-size: cover;
  transform: translateY(0);
  z-index: -1;
}

@media screen and (min-width: 1441px) {
  .bg-line-02 {
    top: 1650px;
    width: 1379px;
    height: 2001px;
  }

  .bg-company-01 {
    top: 2100px;
    height: 1010px;
  }

  .bg-company-02 {
    top: 2420px;
  }

  .bg-contact {
    top: 3056px;
    height: 1856px;
  }
}

.slideleft-base {
  transform: translateX(23%);
  opacity: 0;
}

.slideright-base {
  transform: translateX(-25%);
  opacity: 0;
}

.slideup-base {
  transform: translateY(20%);
  opacity: 0;
}

.slideup-base--fast {
  transform: translateY(20%);
  opacity: 0;
}

.slideleft {
  transform: translateY(0) !important;
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.6s ease-out;
}

.slideright {
  transform: translateX(0) !important;
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.6s ease-out;
}

.slideup {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.6s ease-out;
}

.slideup--fast {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.6s ease-out;
}

.slider-mv {
  position: relative;
  z-index: 2;
}

.slider-sp-mv {
  background: url("/wp/wp-content/themes/goodlife/resources/img/top/mv_sp_bg.png") 0 0 no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  background-size: cover;
}

/* ----------------------------------------
 * サービス
 * ---------------------------------------- */
.service {
  padding-top: 20px;
  min-height: inherit;
  max-width: 1620px;
  padding: 0 20px;
  margin: 120px auto 0;
}

.btn-c {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(280px, 20vw, 320px);
  height: auto;
  align-self: stretch;
  background: #fff;
  border: 1px solid #00a0c4;
}

.btn-c::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #00a0c4;
  pointer-events: none;
  z-index: 2;
}

.btn-c a,
.btn-c-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 0;
  flex: 1 1 auto;
  padding: 32px 24px;
  text-align: center;
  width: 100%;
}

.btn-c a {
  text-decoration: none;
}

.btn-c a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -250%;
  width: 0;
  height: 100%;
  background: #00a0c4;
  transform: skew(45deg);
  transition: 0.4s ease;
}

.btn-c a:hover p {
  color: #fff;
}

.btn-c a:hover::after {
  width: 600%;
}

.btn-c a:hover {
  text-decoration: none;
}

.btn-c a:active::after {
  background: #007089;
}

.btn-c-wrap {
  margin-top: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.btn-c-wrap-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.0714285714vw;
  padding-bottom: 30px;
  align-items: stretch;
  width: auto !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 5.8571428571vw;
  scroll-snap-type: x mandatory;
}

.btn-c-wrap[data-js=service_btn] {
  transform: none !important;
  position: relative !important;
  overflow: visible !important;
}

.btn-c-wrap-inner::-webkit-scrollbar {
  display: none !important;
}

.btn-c-wrap .slick-prev {
  right: calc(clamp(280px, 20vw, 320px) + 94px) !important;
  left: auto !important;
  bottom: -4.2857142857vw !important;
}

.btn-c-wrap .slick-next {
  right: calc(clamp(280px, 20vw, 320px) + 30px) !important;
  left: auto !important;
  bottom: -4.2857142857vw !important;
}

.custom-arrow {
  position: absolute;
  bottom: 0 !important;
  top: auto !important;
  width: 44px;
  height: 44px;
  background-color: #4c4c4c;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, opacity 0.3s;
}

.custom-arrow:hover {
  background-color: #00a0c4;
}

.panel__more {
  color: #00a0c4;
  font-weight: bold;
  position: relative;
  margin-top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 32px 0 0 !important;
  height: auto !important;
}

.panel__more::after {
  font-family: "Material Icons";
  font-weight: normal;
  content: "\e895";
  position: absolute;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.panel__title {
  font-size: clamp(22px, 2.5vw, 36px);
  line-height: 1.3;
  margin-bottom: 12px;
  width: 100%;
}

.panel__title-jp {
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 3.1428571429vw;
  padding-bottom: 3.1428571429vw;
  min-height: 9.2857142857vw;
  width: 100%;
}

.panel__desc {
  text-align: left;
  line-height: 1.8;
  flex-grow: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  main>svg {
    width: 100%;
    height: 1px;
  }

  .service {
    padding-top: 20px;
    min-height: inherit;
  }

  .btn-c {
    height: auto;
    padding-right: 0;
    padding-bottom: 0;
    flex: 0 0 300px;
  }

  .btn-c a,
  .btn-c-inner {
    padding: 32px 24px 24px;
  }

  .btn-c a::after {
    width: 0;
    height: 100%;
    transform: skew(45deg);
    transition: 0.4s ease;
  }

  .btn-c a:hover {
    text-decoration: none;
  }

  .btn-c a:hover p {
    color: #fff;
  }

  .btn-c a:hover::after {
    width: 600%;
  }

  .btn-c a:active::after {
    background: #007089;
  }

  .btn-c a .ttl {
    margin: 52px 0 0;
    font-size: 48px;
    line-height: 1;
  }

  .btn-c a .ttl strong {
    display: block;
  }

  .btn-c a .ttl small {
    display: block;
    font-size: 29px;
  }

  .btn-c a .sub {
    margin-top: 24px;
    font-weight: bold;
    line-height: 1;
  }

  .btn-c-wrap {
    margin: 20px 0;
    padding-right: 40px;
  }

  .btn-c-wrap-inner {
    gap: 4.2666666667vw !important;
  }

  .btn-c-wrap .slick-prev {
    right: 21.3333333333vw !important;
    bottom: -10.7142857143vw !important;
  }

  .btn-c-wrap .slick-next {
    right: 5.3333333333vw !important;
    bottom: -10.7142857143vw !important;
  }

  .btn-c-wrap[data-js=service_btn] {
    margin: 20px 0 !important;
    padding-right: 0 !important;
  }

  .custom-arrow {
    width: 8vw !important;
    height: 8vw !important;
  }

  .panel__title-jp {
    min-height: 10.6666666667vw;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}

@media screen and (min-width: 1401px) {
  .panel__more {
    padding-top: 58px;
  }

  .panel__title-jp {
    margin-bottom: 44px;
    padding-bottom: 44px;
    min-height: 130px;
  }

  .btn-c {
    flex: 0 0 280px;
  }

  .btn-c-wrap-inner {
    gap: 29px !important;
    margin-bottom: 82px !important;
  }
}

/* ----------------------------------------
 * Company
 * ---------------------------------------- */
.company {
  margin-top: 60px;
  max-width: 1620px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.company .slogan {
  width: 100%;
  max-width: 660px;
  margin: 40px auto 0;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.company .slogan p {
  margin-bottom: 40px;
  font-weight: bold;
}

.company .slogan__shoulder {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4c4c4c;
}

.company .slogan__text {
  font-weight: bold;
  color: #00a0c4;
  font-size: 5.2rem;
}

.company .slogan__detail {
  color: #469ec0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 12px;
}

.company .center__btn {
  margin: 0;
  margin-top: 32px;
  margin-left: auto;
}

.company .center__btn a {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .company {
    padding-top: 20px;
    min-height: inherit;
  }

  .company .slogan {
    width: 100%;
    margin-top: 0;
  }

  .company .slogan__shoulder {
    margin-bottom: 4vw;
  }

  .company .slogan__text {
    font-size: 3rem;
    margin-bottom: 8.5333333333vw;
    line-height: 1.5;
  }

  .company .slogan__detail {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .company .center__btn {
    margin-top: 24px;
  }

  .company .center__btn a {
    width: 100%;
  }
}

/* ----------------------------------------
 * Recruit
 * ---------------------------------------- */
.recruit {
  max-width: 1620px;
  padding: 0 20px;
  margin: 0 auto;
}

.recruit__title-block {
  padding-top: 6.9444444444vw;
  padding-bottom: 3.6805555556vw;
}

@media screen and (max-width: 767px) {
  .recruit__title-block {
    padding-top: 16vw;
    padding-bottom: 7.0666666667vw;
  }
}

.recruit-panel {
  display: flex;
  margin-top: 20px;
}

.recruit-panel__item {
  width: 50%;
  position: relative;
}

.recruit-panel__title {
  position: absolute;
  top: 7.0833333333vw;
  right: 3.3333333333vw;
  font-size: 2.4rem;
  color: #00a0c4;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

.recruit-panel__title-sub {
  position: absolute;
  top: 9.7222222222vw;
  right: 3.3333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4c4c4c;
}

.recruit-panel__title--left {
  color: #FFF;
  top: 7.0833333333vw;
  left: 3.3333333333vw;
}

.recruit-panel__title-sub--left {
  position: absolute;
  top: 9.7222222222vw;
  left: 3.3333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}

.recruit-panel__btn {
  position: absolute;
  top: 13.8888888889vw;
  right: 3.3333333333vw;
  z-index: 2;
}

.recruit-panel__btn--left {
  position: absolute;
  top: 13.8888888889vw;
  left: 3.3333333333vw;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .recruit-panel {
    display: block;
  }

  .recruit-panel__item {
    width: 100%;
  }

  .recruit-panel__title {
    position: absolute;
    top: 14vw;
    right: 6vw;
    font-size: 2.4rem;
    color: #00a0c4;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
  }

  .recruit-panel__title-sub {
    position: absolute;
    top: 22.6666666667vw;
    right: 6vw;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4c4c4c;
  }

  .recruit-panel__title--left {
    color: #FFF;
    top: 14vw;
    left: 6vw;
  }

  .recruit-panel__title-sub--left {
    position: absolute;
    top: 22.6666666667vw;
    left: 6vw;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
  }

  .recruit-panel__btn {
    position: absolute;
    top: 32vw;
    right: 6.4vw;
    z-index: 2;
  }

  .recruit-panel__btn--left {
    position: absolute;
    top: 32vw;
    left: 6.4vw;
    z-index: 2;
  }
}

@media all and (-ms-high-contrast: none) {
  .btn-c a {
    background: url("/wp/wp-content/themes/goodlife/resources/img/top/service_panl_bg.svg") 0 0 no-repeat;
    width: 100%;
    height: 100%;
  }

  .btn-c a::before {
    background: none;
  }

  .btn-c a::after {
    content: none;
  }

  .btn-c a:hover p {
    color: #00a0c4;
  }
}

@supports (-ms-ime-align: auto) {
  .btn-c a {
    background: url("/wp/wp-content/themes/goodlife/resources/img/top/service_panl_bg.svg") 0 0 no-repeat;
    width: 100%;
    height: 100%;
  }

  .btn-c a::before {
    background: none;
  }

  .btn-c a::after {
    content: none;
  }

  .btn-c a:hover p {
    color: #00a0c4;
  }
}

.note-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.note-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.recruit__title-block {
  padding-top: 6.9444444444vw;
  padding-bottom: 3.6805555556vw;
}

@media screen and (min-width: 1441px) {
  .recruit__title-block {
    padding-top: 100px;
    padding-bottom: 53px;
  }
}

@media screen and (max-width: 767px) {
  .recruit__title-block {
    padding-top: 16vw;
    padding-bottom: 7.0666666667vw;
  }
}

.recruit-panel {
  display: flex;
  margin-top: 20px;
}

.recruit-panel__item {
  width: 50%;
  position: relative;
}

.recruit-panel__title {
  position: absolute;
  top: 7.0833333333vw;
  right: 3.3333333333vw;
  font-size: 2.4rem;
  color: #00a0c4;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

.recruit-panel__title-sub {
  position: absolute;
  top: 9.7222222222vw;
  right: 3.3333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4c4c4c;
}

.recruit-panel__title--left {
  color: #FFF;
  top: 7.0833333333vw;
  left: 3.3333333333vw;
}

.recruit-panel__title-sub--left {
  position: absolute;
  top: 9.7222222222vw;
  left: 3.3333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}

.recruit-panel__btn {
  position: absolute;
  top: 13.8888888889vw;
  right: 3.3333333333vw;
  z-index: 2;
}

.recruit-panel__btn--left {
  position: absolute;
  top: 13.8888888889vw;
  left: 3.3333333333vw;
  z-index: 2;
}

@media screen and (min-width: 1441px) {
  .recruit-panel__title {
    top: 102px;
    right: 48px;
  }

  .recruit-panel__title-sub {
    top: 140px;
    right: 48px;
  }

  .recruit-panel__title--left {
    top: 102px;
    left: 48px;
  }

  .recruit-panel__title-sub--left {
    top: 140px;
    left: 48px;
  }

  .recruit-panel__btn {
    top: 200px;
    right: 48px;
  }

  .recruit-panel__btn--left {
    top: 200px;
    left: 48px;
  }
}

/* ----------------------------------------
 * note images
 * ---------------------------------------- */
.note-images {
  display: flex;
  gap: 24px;
}

.note-images__list {
  display: flex;
  gap: 24px;
}

.note-images__item {
  flex: 1 1 0;
  min-width: 0;
}

.note-images__img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.note-images__footer {
  margin: 60px 0;
}

/* ----------------------------------------
 * SP
 * ---------------------------------------- */
@media screen and (max-width: 767px) {
  .note-images__list {
    display: block;
  }

  .note-images__item {
    flex: none;
  }

  .recruit-panel {
    display: block;
  }

  .recruit-panel__item {
    width: 100%;
  }

  .recruit-panel .recruit-panel__title {
    position: absolute;
    top: 7.0833333333vw;
    right: 3.3333333333vw;
    font-size: 2.4rem;
    color: #00a0c4;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
  }

  .recruit-panel .recruit-panel__title-sub {
    position: absolute;
    top: 15.722222vw;
    right: 3.3333333333vw;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4c4c4c;
  }

  .recruit-panel .recruit-panel__btn {
    position: absolute;
    top: 31.888889vw;
    right: 3.3333333333vw;
    z-index: 2;
  }

  .recruit-panel .recruit-panel__title--left {
    color: #FFF;
    top: 7.0833333333vw;
    left: 3.3333333333vw;
  }

  .recruit-panel .recruit-panel__title-sub--left {
    position: absolute;
    top: 17.722222vw;
    left: 3.3333333333vw;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
  }

  .recruit-panel .recruit-panel__btn--left {
    position: absolute;
    top: 36.888889vw;
    left: 3.3333333333vw;
    z-index: 2;
  }
}

/* ----------------------------------------
 * Slick対策（JSスライダー時）
 * ---------------------------------------- */
.slider-mv .slick-arrow {
  display: none !important;
}

.js-note-slider .note-images__list,
.js-note-slider .slick-list,
.js-note-slider .slick-track {
  width: 100%;
}

.js-note-slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.js-note-slider .slick-slide {
  height: auto;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.slick-dots button {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: #00a0c4;
  transform: scale(1.2);
}

/* ----------------------------------------
 * News
 * ---------------------------------------- */
.news {
  max-width: 1620px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 100px;
}

.news-contents {
  position: relative;
}

.news__carousle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.center__btn {
  margin: 20px auto;
}

.slider {
  width: min(1110px, 77.0833333333vw);
}

.slider__panel {
  margin-left: 1.6666666667vw;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}

.slider a:hover {
  text-decoration: none;
}

.slider__cat {
  position: absolute;
  right: 0;
  top: 16.6666666667vw;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #00a0c4;
  display: inline-block;
  padding: 0.5555555556vw 1.25vw;
  text-align: center;
  margin-right: auto;
}

.slider__text {
  font-size: 1.6rem;
  line-height: 2;
  padding: 1.7361111111vw;
  height: 214px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.slider__text p:not(.slider__date) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  max-height: 9em;
}

.slider__text font {
  display: inline !important;
  height: auto !important;
  overflow: visible !important;
}

.slider__date {
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 100px;
  }

  .news-contents {
    position: relative;
  }

  .news__carousle {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .news__title-block {
    margin-bottom: 13.3333333333vw;
  }

  .news__btn {
    margin-top: 70px;
  }

  .news__carousle {
    justify-content: flex-start !important;
    margin-top: 20px;
  }

  .news-contents .slick-arrow {
    display: none !important;
  }

  .slider {
    width: 100%;
  }

  .slider__panel {
    margin-left: 1.6666666667vw;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
  }

  .slider a:hover {
    text-decoration: none;
  }

  .slider__cat {
    position: absolute;
    right: 0;
    top: 80vw;
    font-size: 1.2rem;
    color: #FFF;
    background-color: #00a0c4;
    display: inline-block;
    text-align: center;
    margin-right: auto;
    padding: 3.2vw 5.3333333333vw;
  }

  .slider__text {
    font-size: 1.6rem;
    line-height: 2;
    padding: 6vw;
  }

  .slider__date {
    font-size: 1.2rem;
    text-align: right;
  }

  .slider a:hover {
    text-decoration: none;
  }

  .slider__panel {
    margin-left: 0;
  }

  .slider__date {
    font-size: 1.2rem;
    text-align: right;
  }
}

@media screen and (min-width: 1441px) {
  .slider {
    width: 1110px;
  }

  .slider__panel {
    margin-left: 24px;
  }

  .slider__cat {
    top: 240px;
    padding: 8px 18px;
  }

  .slider__text {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
  }
}

.center__btn {
  margin: 20px auto;
}

/* ----------------------------------------
 * Contact
 * ---------------------------------------- */
.contact {
  max-width: 1620px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.contact-halves {
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 0;
    margin-top: 80px;
  }

  .service {
    padding: 0;
    margin-top: 80px;
  }

  .news {
    padding: 0;
    margin-top: 80px;
  }

  .contact {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 80px;
  }
}

.fixed-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 280px;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.fixed-banner.is-hide {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  pointer-events: none;
}

.fixed-banner__link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
}

.fixed-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}

.fixed-banner__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 31px;
  height: 31px;
  border: none;
  border-radius: 0;
  background: #00a0c4;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .fixed-banner {
    width: 34.6666666667vw;
    right: 10px;
    bottom: 10px;
  }

  .fixed-banner__close {
    top: -10px;
    right: -5px;
    width: 21px;
    height: 21px;
  }
}

/*# sourceMappingURL=top.css.map */