@charset "utf-8";
/*=========================================================
all
=========================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .back {
    padding: 60px 0;
  }
}
@media (max-width:900px) {
  .back {
    padding: 50px 0;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {
  position: relative;
  margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  /*  .contents {
    margin: 50px auto 0 auto;
  }*/
}
@media (max-width:900px) {
  /*  .contents {
    margin: 50px auto 0 auto;
  }*/
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}

/*=========================================================
TOP
=========================================================*/
#slider-box {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ripple {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.vegas-wrapper, .vegas-slide, .vegas-slide-inner, .vegas-overlay {
  z-index: 0 !important;
}

.top-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.875rem, 0.176rem + 3.02vw, 3.8rem);
  color: #fff;
  text-shadow: 2px 2px 4px #534741;
  z-index: 2;
  pointer-events: none;
  text-align: center;
}

@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  #slider-box {
    height: calc(50vh - 100px);
  }
}
@media (max-width:900px) {
  #slider-box {
    height: calc(50vh - 100px);
  }
}
@media (max-width:600px) {
  #slider-box {
    position: relative;
    height: calc(80vh - 100px);
    flex-direction: column;
  }
  .slider {
    width: 100%;
    height: 100%;
  }
  .top-txt {
    width: 100%;
  }
}
@media (max-width:450px) {
  .top-txt {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {}

/*=========================================================
【はじめに】
==========================================================*/
/*:::::::::::【背景】::::::::::*/
.grt-back {
  padding-bottom: 0;
}
/*:::::::::::【コンテンツ】::::::::::*/
.grt-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
/*:::::::::::【イメージ】::::::::::*/
.grt-ibox {
  width: 20%;
}
.grt-ibox img {
  width: 100%;
}
/*:::::::::::【テキストとボタン】::::::::::*/
.g-text {
  width: 50%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  grid-gap: 50px;
}
.g-text h3 {
  text-align: center;
}
.g-text p {
  line-height: 2;
}
@media (max-width:1500px) {
  .g-text {
    width: 60%;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .grt-ibox {
    width: 40%;
  }
  .g-text {
    width: 70%;
    grid-gap: 30px;
  }
}
@media (max-width:900px) {
  .grt-cont {
    gap: 20px;
  }
  .grt-ibox {
    width: 40%;
  }
  .g-text {
    width: 70%;
    grid-gap: 20px;
  }
}
@media (max-width:600px) {
	.grt-back {
		background-image: url("../image/index/grt-img.png");
		background-position: center;
		background-repeat: no-repeat;
	}
  .grt-ibox {
    display: none;
  }
  .g-text {
    width: 100%;
    grid-gap: 50px;
  }
}
@media (max-width:450px) {}
@media (max-width:420px) {}
@media (max-width:400px) {
  .grt-width {
    max-width: 90%;
  }
  .g-text {
    padding: 5px 0;
    grid-gap: 40px;
  }
}
/*=========================================================
【どんな仕事～お悩み背景】
==========================================================*/
.wn-back {
  padding-top: 200px;
  background-image: url("../image/index/wrk-back.png");
  background-position: top center;
  background-size: cover;
}
@media (max-width:600px) {
	.wn-back {
  padding-top: 0;
}
} 
/*=========================================================
【オーバーレイ】
==========================================================*/
.wn-overlay {
  position: relative;
}
.wn-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.wn-overlay-box {
  position: relative;
  z-index: 2;
}
/*=========================================================
【どんな仕事？】
==========================================================*/
/*:::::::::::【背景・横幅】::::::::::*/
.wrk-img-top {
  width: 100%;
}
/*:::::::::::【コメント】::::::::::*/
.wrk-p {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}
/*:::::::::::【コンテンツ】::::::::::*/
.wrk-cont {
  display: flex;
  align-items: center; /* 子要素を親の高さに揃える */
  justify-content: space-evenly;
  gap: 0;
  margin-top: 50px;
}
.wrk-cont img {
  width: 100%;
  height: auto;
}
.wrk-cont span {
  display: inline-block;
  text-align: center;
  border: 1px solid #5e5e5e;
  background-color: #fff;
  padding: 5px 0;
  min-width: 230px;
}
/*ボタン*/
.wrk-width {
  text-align: center;
}
.wrk-btn {
  margin-top: 100px;
  text-align: center;
}
@media (min-height:1366px) { /*ipad pro*/
  .wrk-width {
    max-width: 90%;
  }
}
@media (max-width:900px) {
  .wrk-width {
    max-width: 95%;
  }
  .wrk-cont {
    justify-content: center;
  }
  .wrk-cont li {
    min-width: 250px;
  }
}
@media (max-width:600px) {
  .wrk-width {
    max-width: 80%;
  }
  .wrk-back {
    padding-top: 100px;
  }
  .wrk-cont {
    flex-direction: column;
    grid-gap: 50px;
  }
  .wrk-p {
    text-align: justify;
  }
}
@media (max-width:450px) {}
@media (max-width:420px) {}
@media (max-width:400px) {
  .wrk-width {
    max-width: 90%;
  }
}
/*=========================================================
【お悩み】
==========================================================*/
/*:::::::::::【背景・横幅】::::::::::*/
.nym-mt h3 {
  line-height: 1.8;
}
/*:::::::::::【コンテンツ】::::::::::*/
.nym-txt {
  margin-top: 80px;
  text-align: center;
  line-height: 1.8;
}
.nym-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  margin: 80px;
}
/*:::::::::::【タイトル】::::::::::*/
.marker span {
  display: inline-block;
  background: linear-gradient(transparent 55%, #beddff 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: .05em .25em;
  font-weight: 700;
}
/*:::::::::::【コンテンツ】::::::::::*/
.nym-cont li {
  text-align: center;
}
.nym-cont img {
  width: 100%;
}
.nym-cont p {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #343434;
  padding: 5px 10px;
  min-width: 260px;
}
@media (min-height:1366px) { /*ipad pro*/
  .nym-cont {
    margin: 10px;
  }
}
@media (max-width:900px) {
  .nym-cont {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px;
  }
}
@media (max-width:600px) {
  .nym-width {
    max-width: 98%;
  }
  .nym-mt h3 {
    font-size: 24px;
  }
  .nym-cont {
    display: block;
    margin: 20px;
  }
}
@media (max-width:450px) {
  .nym-mt h3 {
    font-size: 20px;
  }
}
@media (max-width:420px) {}
@media (max-width:400px) {  
	.nym-mt h3 {
    font-size: 18px;
  }}
/*=========================================================
【こちらから】
==========================================================*/
/*:::::::::::【背景・横幅】::::::::::*/
/*:::::::::::【コンテンツ】::::::::::*/
.kochira {
  margin: 100px auto;
}
.kochira p {
  margin-bottom: 50px;
  text-align: center;
  font-size: clamp(1.5rem, 0.5rem + 1.25vw, 2rem);
}
.kochira ul {
  display: flex;
  justify-content: center;
  align-content: center;
  grid-gap: 100px;
}
.kochira ul li img {
  height: 80px;
  width: auto;
}
@media (max-width:600px) {
  .kochira {
    margin: 50px auto;
  }
  .kochira p {
    font-size: clamp(1.125rem, 0.625rem + 2vw, 1.375rem);
  }
  .kochira ul {
    grid-gap: 85px;
  }
  .kochira ul li img {
    height: 50px;
  }
}
@media (max-width:450px) {}
@media (max-width:400px) {
  .kochira ul {
    grid-gap: 75px;
  }
  .kochira ul li img {
    height: 45px;
  }
}