@charset "UTF-8";
/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
	mv
-------------------------------------------------- */
.mv {
  position: relative;
}
@media screen and (min-width: 781px) {
  .mv {
    margin-top: 19rem;
  }
}
.mv__img {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .mv__img {
    margin-bottom: 44px;
  }
}
.mv__tit {
  position: absolute;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 781px) {
  .mv__tit {
    margin-bottom: 25px;
    top: 11.5rem;
    left: 51%;
  }
}
@media screen and (max-width: 780px) {
  .mv__tit {
    width: 90%;
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 781px) {
  .mv__tit-lg {
    font-size: 4.8rem;
  }
}
.mv__tit-xl {
  font-size: 6.8rem;
  display: inline-block;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}
@media screen and (max-width: 780px) {
  .mv__tit-xl {
    font-size: 3.2rem;
  }
}
.mv__tit-xl::before {
  content: "";
  width: 100%;
  height: 7px;
  background: #FBB015;
  border-radius: 1px;
  position: relative;
  bottom: -7.8rem;
  left: 0;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .mv__tit-xl::before {
    bottom: -4rem;
  }
}
.mv__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 781px) {
  .mv__text {
    position: absolute;
    left: 51%;
    top: 29rem;
    color: #fff;
    z-index: 1;
  }
}
.mv__deco {
  width: 100%;
}

/* -------------------------------------------------
	top-worries
-------------------------------------------------- */
.top-worries {
  max-width: 1460px;
  padding: 80px 0 70px;
}
@media screen and (min-width: 781px) {
  .top-worries {
    margin-top: -83px;
    padding: 200px 0 140px;
  }
}
.top-worries__tit {
  margin-bottom: 44px;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .top-worries__tit {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.top-worries__img {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 780px) {
  .top-worries__img {
    margin-bottom: 35px;
  }
}

.top-worries-answer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .top-worries-answer {
    gap: 2.6rem;
  }
}
@media screen and (max-width: 780px) {
  .top-worries-answer {
    flex-direction: column;
  }
}
.top-worries-answer__img {
  width: 15rem;
}
.top-worries-answer__text {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .top-worries-answer__text {
    font-size: 2.6rem;
  }
}
.top-worries-answer__text--lg {
  font-size: 4rem;
}
@media screen and (max-width: 780px) {
  .top-worries-answer__text--lg {
    font-size: 3rem;
  }
}

/* -------------------------------------------------
	top-reason
-------------------------------------------------- */
.top-reason {
  padding: 200px 0;
  margin: -80px 0 0;
  background: url(../img/top-reason.png) no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 780px) {
  .top-reason {
    padding: 95px 0 165px;
    background: url(../img/top-reason-sp.png) no-repeat;
    background-size: cover;
  }
}
.top-reason .section-wrap {
  max-width: 1203px;
}
.top-reason-list {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 9rem;
}
@media screen and (max-width: 780px) {
  .top-reason-list {
    margin-bottom: 40px;
    gap: 45px;
  }
}

.top-reason-item {
  width: 100%;
  padding: 13px 1.3rem 20px;
  border-radius: 20px;
  border: 2px solid;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 781px) {
  .top-reason-item {
    width: 46%;
    padding: 40px 4rem;
    gap: 4rem;
  }
}
.top-reason-item__point {
  width: 12rem;
  border-radius: 5px;
  border: 2px solid;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  text-align: center;
  position: absolute;
  top: -8%;
  left: -2rem;
}
@media screen and (max-width: 780px) {
  .top-reason-item__point {
    width: 8.8rem;
    height: 8.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -2rem;
    line-height: 1.5;
  }
}
.top-reason-item__point--lg {
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  .top-reason-item__point--lg {
    font-size: 2.6rem;
  }
}
.top-reason-item__icon {
  width: 7rem;
}
@media screen and (max-width: 780px) {
  .top-reason-item__icon {
    width: 4.8rem;
  }
}
.top-reason-item__tit {
  padding: 3px 0;
  margin-bottom: 8px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .top-reason-item__tit {
    width: 34rem;
    margin-bottom: 18px;
    font-size: 3rem;
  }
}

.top-reason-item-green {
  border-color: #388D44;
  background: #F5F9F6;
}
.top-reason-item-green__point {
  color: #388D44;
  border-color: #388D44;
}
.top-reason-item-green__tit {
  background: #388D44;
}

.top-reason-item-blue {
  border-color: #1D71C3;
  background: #F3F8FC;
}
.top-reason-item-blue__point {
  color: #1D71C3;
  border-color: #1D71C3;
}
.top-reason-item-blue__tit {
  background: #1D71C3;
}

.top-reason-item-yellow {
  border-color: #E39F12;
  background: #FEFAF2;
}
@media screen and (min-width: 781px) {
  .top-reason-item-yellow {
    margin-left: 4.5rem;
  }
}
.top-reason-item-yellow__point {
  color: #E39F12;
  border-color: #E39F12;
}
.top-reason-item-yellow__tit {
  background: #E39F12;
}

.top-reason-item-red {
  border-color: #E33943;
  background: #FEF6F4;
}
@media screen and (min-width: 781px) {
  .top-reason-item-red {
    margin-right: -4.5rem;
  }
}
.top-reason-item-red__point {
  color: #E33943;
  border-color: #E33943;
}
.top-reason-item-red__tit {
  background: #E33943;
}

/* -------------------------------------------------
	top-about
-------------------------------------------------- */
.top-about {
  margin-top: -8rem;
  padding: 193px 0 0;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .top-about {
    padding: 160px 0 150px;
  }
}
.top-about-inner {
  max-width: 1680px;
}
@media screen and (min-width: 781px) {
  .top-about-inner {
    padding-bottom: 268px;
    margin-right: 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-about .tit-part1 {
  margin-bottom: 45px;
}
@media screen and (max-width: 780px) {
  .top-about .tit-part1 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 781px) {
  .top-about-left {
    width: 50%;
  }
}
.top-about__tit {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .top-about__tit {
    font-size: 2.8rem;
  }
}
.top-about__text {
  margin: 25px 0 80px;
}
@media screen and (max-width: 780px) {
  .top-about__text {
    margin-bottom: 40px;
  }
}
.top-about .btn01 {
  margin: 0;
}
.top-about__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .top-about__img {
    max-width: 92.8rem;
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .top-about__img {
    margin-bottom: 35px;
  }
}

/* -------------------------------------------------
	top-sign
-------------------------------------------------- */
.top-sign {
  padding: 0 1.3rem;
  overflow-x: clip;
  position: relative;
}
.top-sign::before {
  content: "";
  width: 100%;
  height: 10.6rem;
  background: url(../img/deco-triangle.svg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10.4rem;
}
@media screen and (max-width: 780px) {
  .top-sign::before {
    height: 5.8rem;
    background: url(../img/deco-triangle-sp.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    top: -5.6rem;
  }
}
.top-sign::after {
  content: "";
  width: 100%;
  height: 10.6rem;
  background: url(../img/deco-triangle.svg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  left: 50%;
  bottom: -10.4rem;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 780px) {
  .top-sign::after {
    height: 5.8rem;
    background: url(../img/deco-triangle-sp.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    bottom: -5.6rem;
  }
}
@media screen and (max-width: 780px) {
  .top-sign {
    padding: 0 1rem;
  }
}
.top-sign-inner {
  height: 100%;
  padding: 28px 6.7rem;
  position: relative;
}
.top-sign-inner::before {
  content: "";
  width: 2px;
  height: 100%;
  background: url(../img/deco-sideline.svg) repeat-y;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 780px) {
  .top-sign-inner::before {
    width: 1px;
    background: url(../img/deco-sideline-sp.svg) repeat-y;
    background-position: center;
  }
}
.top-sign-inner::after {
  content: "";
  width: 2px;
  height: 100%;
  background: url(../img/deco-sideline.svg) repeat-y;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 780px) {
  .top-sign-inner::after {
    width: 1px;
    background: url(../img/deco-sideline-sp.svg) repeat-y;
    background-position: center;
  }
}
@media screen and (max-width: 780px) {
  .top-sign-inner {
    padding: 28px 1.5rem;
  }
}
.top-sign__text {
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .top-sign__text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.top-sign__deco {
  position: absolute;
}
.top-sign__deco01 {
  width: 40rem;
  left: 0;
  top: -17rem;
}
@media screen and (max-width: 780px) {
  .top-sign__deco01 {
    width: 13rem;
    top: -8rem;
  }
}
.top-sign__deco02 {
  width: 51rem;
  right: -18rem;
  bottom: -10rem;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .top-sign__deco02 {
    width: 22.9rem;
    right: -8rem;
    bottom: -14rem;
  }
}

/* -------------------------------------------------
	contact-copy
-------------------------------------------------- */
.contact-copy {
  padding: 212px 0 120px;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .contact-copy {
    padding: 132px 0 50px;
  }
}
.contact-copy__text {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 781px) {
  .contact-copy__text {
    font-size: 4rem;
  }
}

/* -------------------------------------------------
	top-voice
-------------------------------------------------- */
.top-voice {
  padding: 116px 0 240px;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .top-voice {
    padding: 60px 0 200px;
  }
}
.top-voice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.5rem;
}
@media screen and (max-width: 780px) {
  .top-voice-inner {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 780px) {
  .top-voice .tit-part1 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 781px) {
  .top-voice-box {
    width: calc(100% - (50% + 7.5rem));
  }
}
.top-voice-box__text {
  margin: 25px 0 80px;
}
@media screen and (max-width: 780px) {
  .top-voice-box__text {
    margin-bottom: 0;
  }
}
.top-voice-box .btn01 {
  margin: 0;
}

/*.top-voice-slider {
	width: 100%;
	padding: 22px 1.5rem 95px;
	background: m.$bg;
	border-radius: 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
	font-weight: bold;

	@include m.mq-up() {
		width: 50%;
		max-width: 800px;
		padding: 70px 10rem;
	}

	@include m.mq-down() {
		margin-bottom: 25px;
	}
}*/
.top-voice-img {
  width: 100%;
  padding: 25px 1.5rem;
  background: #FBF8F4;
  border-radius: 10px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .top-voice-img {
    width: 50%;
    max-width: 800px;
    padding: 25px 10rem;
  }
}
@media screen and (max-width: 780px) {
  .top-voice-img {
    margin-bottom: 25px;
  }
}
.top-voice-img__item {
  width: 100%;
}

/* -------------------------------------------------
	top-works
-------------------------------------------------- */
.top-works {
  margin-bottom: 235px;
  padding: 0 1.3rem;
  overflow-x: clip;
  position: relative;
}
.top-works::before {
  content: "";
  width: 100%;
  height: 10.6rem;
  background: url(../img/deco-triangle.svg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10.4rem;
}
@media screen and (max-width: 780px) {
  .top-works::before {
    height: 5.8rem;
    background: url(../img/deco-triangle-sp.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    top: -5.6rem;
  }
}
.top-works::after {
  content: "";
  width: 100%;
  height: 10.6rem;
  background: url(../img/deco-triangle.svg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  left: 50%;
  bottom: -10.4rem;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 780px) {
  .top-works::after {
    height: 5.8rem;
    background: url(../img/deco-triangle-sp.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    bottom: -5.6rem;
  }
}
@media screen and (max-width: 780px) {
  .top-works {
    margin-bottom: 125px;
    padding: 0 1rem;
  }
}
.top-works-inner {
  height: 100%;
  padding: 28px 6.7rem;
  position: relative;
}
.top-works-inner::before {
  content: "";
  width: 2px;
  height: 100%;
  background: url(../img/deco-sideline.svg) repeat-y;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 780px) {
  .top-works-inner::before {
    width: 1px;
    background: url(../img/deco-sideline-sp.svg) repeat-y;
    background-position: center;
  }
}
.top-works-inner::after {
  content: "";
  width: 2px;
  height: 100%;
  background: url(../img/deco-sideline.svg) repeat-y;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 780px) {
  .top-works-inner::after {
    width: 1px;
    background: url(../img/deco-sideline-sp.svg) repeat-y;
    background-position: center;
  }
}
@media screen and (max-width: 780px) {
  .top-works-inner {
    padding: 28px 1.5rem;
  }
}

.works {
  margin-bottom: 175px;
}
@media screen and (max-width: 780px) {
  .works {
    margin-bottom: 60px;
  }
}
.works-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 780px) {
  .works-inner {
    flex-direction: column;
  }
}

.works-list {
  width: 95%;
}
@media screen and (min-width: 781px) {
  .works-list {
    width: 57%;
  }
}

@media screen and (min-width: 781px) {
  .works-cat-list {
    width: 40%;
  }
}
.works-cat-list-item {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 781px) {
  .works-cat-list-item {
    margin-bottom: 80px;
  }
}
.works-cat-list .btn01 {
  margin: 0;
}

.menu {
  background: #fff;
}
@media screen and (min-width: 781px) {
  .menu {
    margin-bottom: 50px;
    padding: 85px 8rem 70px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 780px) {
  .menu {
    border-radius: 8px;
    padding: 32px 1.5rem 37px;
  }
}

.menu-follow {
  padding: 75px 10rem 94px;
  margin-bottom: 87px;
  background: url(../img/menu-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 780px) {
  .menu-follow {
    padding: 45px 1.5rem 37px;
  }
}
.menu-follow__tit {
  margin-bottom: 50px;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .menu-follow__tit {
    margin-bottom: 18px;
    font-size: 2.6rem;
  }
}
.menu-follow__text {
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .menu-follow__text {
    text-align: left !important;
  }
}
@media screen and (min-width: 781px) {
  .menu-follow__text .text-dot {
    font-size: 2rem;
  }
}

/* -------------------------------------------------
	top-bg-wrap
-------------------------------------------------- */
.top-bg-wrap {
  padding: 150px 0 120px;
}
@media screen and (max-width: 780px) {
  .top-bg-wrap {
    padding: 80px 0 120px;
  }
}

/* -------------------------------------------------
	to-page-box
-------------------------------------------------- */
.top-staff {
  margin-bottom: 214px;
  background: url(../img/staff-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .top-staff {
    margin-bottom: 80px;
  }
}

/* -------------------------------------------------
	top-deco-img
-------------------------------------------------- */
.top-deco-img {
  margin-bottom: 166px;
}
.top-deco-img__item {
  width: 100%;
}

/* -------------------------------------------------
	top-faq-news
-------------------------------------------------- */
.top-faq-news {
  max-width: 1760px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
@media screen and (max-width: 780px) {
  .top-faq-news {
    margin-bottom: 63px;
    flex-direction: column;
    gap: 65px;
  }
}
.top-faq-news .tit-part4 {
  margin-top: -15rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 780px) {
  .top-faq-news .tit-part4 {
    margin-top: -10rem;
    margin-bottom: 4rem;
  }
}

.top-faq {
  padding: 66px 1.5rem 40px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 781px) {
  .top-faq {
    padding: 98px 8rem 78px;
    flex: 1;
  }
}
.top-faq .faq-list {
  margin-bottom: 80px;
}

.top-news {
  padding: 66px 1.5rem 40px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 781px) {
  .top-news {
    padding: 98px 8rem 78px;
    flex: 1;
  }
}

/* -------------------------------------------------
	recruit
-------------------------------------------------- */
.recruit {
  padding: 105px 0 180px;
  background: linear-gradient(180deg, rgb(251, 248, 244) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 781px) {
  .recruit {
    padding: 225px 0 210px;
    position: relative;
  }
}

.recruit-slider__item {
  margin-right: 4rem;
}
@media screen and (max-width: 780px) {
  .recruit-slider__item {
    margin-right: 1rem;
  }
}
.recruit-slider__item:nth-of-type(2n) {
  margin-top: 60px;
}
@media screen and (max-width: 780px) {
  .recruit-slider__item:nth-of-type(2n) {
    margin-top: 20px;
  }
}

.recruit-content {
  padding: 50px 1.5rem 40px;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media screen and (min-width: 781px) {
  .recruit-content {
    padding: 80px 9rem 70px 6rem;
    position: absolute;
    right: 10%;
    top: 68px;
  }
}
@media screen and (max-width: 780px) {
  .recruit-content {
    width: 90%;
    margin: -3rem auto 0;
    text-align: center;
  }
}
.recruit-content__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .recruit-content__text {
    text-align: left !important;
  }
}
/*# sourceMappingURL=top.css.map */