@charset "UTF-8";
@media (min-width: 768px) {
  .common-heading .common-heading__en {
    bottom: 10px;
  }
}

#mainvisual {
  overflow: hidden;
}
@media (max-width: 960px) {
  #mainvisual.common-section {
    margin-bottom: 0;
  }
}
#mainvisual .mainvisual-inner {
  position: relative;
  z-index: 0;
  height: 100vh;
  height: 100svh;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-inner {
    height: 0;
    min-height: 530px;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-inner {
    min-height: 300px;
  }
}
#mainvisual .mainvisual-slider {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
}
#mainvisual .mainvisual-slider > li {
  width: 100%;
  height: 100vh;
}
#mainvisual .mainvisual-slider > li > img {
  width: 90%;
  bottom: 0;
  position: absolute;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-slider > li > img {
    width: 100%;
    top: 6rem;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-slider > li > img {
    top: 5rem;
  }
}
#mainvisual .mainvisual-text {
  padding-bottom: 8rem;
}
#mainvisual .mainvisual-text__en {
  margin-bottom: 1rem;
}
#mainvisual .mainvisual-text__en span {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.7;
  letter-spacing: 3px;
  display: inline-block;
  padding: 0 1.5rem 0 2rem;
  background: transparent linear-gradient(84deg, #5D8EDD 0%, #7EA5E5 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 1rem;
}
#mainvisual .mainvisual-text__en span:last-child {
  margin-bottom: 0;
  margin-left: 10rem;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__en span:last-child {
    margin-left: 8vw;
  }
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__en span {
    font-size: 3vw;
    padding: 0 1vw 0 4vw;
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 768px) {
  #mainvisual .mainvisual-text__en span {
    font-size: 5vw;
  }
}
#mainvisual .mainvisual-text__ja {
  position: absolute;
  top: 3rem;
  right: 0;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  #mainvisual .mainvisual-text__ja {
    right: auto;
    top: 1rem;
    left: 0;
  }
}
#mainvisual .mainvisual-text__ja span {
  color: #000000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  display: inline-block;
  padding: 0 1.5rem 0 2rem;
}
#mainvisual .mainvisual-text__ja span:last-child {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__ja span:last-child {
    font-size: 1.05rem;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-text__ja span:last-child {
    font-size: 0.75rem;
  }
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__ja span {
    font-size: 3vw;
    padding: 0 1vw 0 4vw;
  }
}
@media (max-width: 768px) {
  #mainvisual .mainvisual-text__ja span {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-text__ja span {
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  #mainvisual .mainvisual-text__ja span .br-lt {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  #mainvisual .mainvisual-text__ja span .br-sp {
    display: none;
  }
}

#consept {
  overflow: hidden;
  padding: 3.25rem 0 0;
}
@media (max-width: 768px) {
  #consept {
    padding: 2rem 0 0;
  }
}
#consept .common-heading {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #consept .common-heading {
    margin-left: auto;
  }
}
#consept .consept-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative;
  z-index: 0;
  /*
  		&::before {
  			// 横位置をカスタムプロパティに
  			content: "";
  			background-image: url(../../common/images/text-image-about.svg);
  			background-repeat: no-repeat;
  			background-size: contain;
  			height: 335px;
  			width: 100%;
  			max-width: 1950px;
  			position: absolute;
  			z-index: -1;
  			// left: 0;
  			left: var(--left-position-about);
  			bottom: 215px;

  			@media (max-width: $laptop) {
  				bottom: 100px;
  				height: 350px;
  				left: -140px;
  			}

  			@media (max-width: $mobile) {
  				bottom: 0;
  				top: 210px;
  				height: 125px;
  				left: -60px;
  			}
  	    }
  */
}
@media (max-width: 768px) {
  #consept .consept-inner {
    flex-wrap: wrap;
  }
}
#consept .consept__text {
  width: 40%;
  margin-right: 1rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 960px) {
  #consept .consept__text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #consept .consept__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.75rem;
  }
}
#consept .consept__text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -80px;
  left: -24px;
  width: 668px;
  height: 320px;
  background-color: #256E45;
  opacity: 0.1;
}
@media (max-width: 768px) {
  #consept .consept__text::after {
    bottom: -110px;
    left: -50px;
    width: 100%;
    height: 482px;
  }
}
#consept .consept__description {
  color: #256E45;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #consept .consept__description {
    margin-left: 0;
  }
}
#consept .consept__text-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
#consept .consept__text-content .common-button {
  margin-left: 0;
}
#consept .consept__image {
  max-width: 727px;
  width: 60%;
  z-index: 0;
}
@media (max-width: 960px) {
  #consept .consept__image {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #consept .consept__image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.consept__career {
  text-align: center;
}
@media (max-width: 768px) {
  .consept__career {
    text-align: left;
  }
}
.consept__career .consept__career--title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .consept__career .consept__career--title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .consept__career .consept__career--title {
    text-align: left;
  }
}
.consept__career .consept__career--list {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}
.consept__career .consept__career--list dl {
  border-bottom: 0.5px solid #212121;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
}
@media (max-width: 768px) {
  .consept__career .consept__career--list dl {
    display: block;
  }
}
.consept__career .consept__career--list dl dt {
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .consept__career .consept__career--list dl dt {
    width: none;
    font-weight: 700;
  }
}
.consept__career .consept__career--list dl dd {
  text-align: left;
}
@media (max-width: 768px) {
  .consept__career .consept__career--list dl dd {
    margin-left: 3rem;
  }
}

#service {
  overflow: hidden;
  padding: 3.25rem 0 0;
}
@media (max-width: 768px) {
  #service {
    padding: 2rem 0 0;
  }
}
#service .common-heading {
  margin-right: 3rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  #service .common-heading {
    margin-right: auto;
    align-items: center;
  }
}
#service .service-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 9rem;
  position: relative;
  z-index: 0;
  /*
  				&::before {
  					// 横位置をカスタムプロパティに
  					content: "";
  					background-image: url(../../common/images/text-image-about.svg);
  					background-repeat: no-repeat;
  					background-size: contain;
  					height: 335px;
  					width: 100%;
  					max-width: 1950px;
  					position: absolute;
  					z-index: -1;
  					// left: 0;
  					left: var(--left-position-about);
  					bottom: 215px;

  					@media (max-width: $laptop) {
  						bottom: 100px;
  						height: 350px;
  						left: -140px;
  					}

  					@media (max-width: $mobile) {
  						bottom: 0;
  						top: 210px;
  						height: 125px;
  						left: -60px;
  					}
  				}
  */
}
@media (max-width: 960px) {
  #service .service-inner {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  #service .service-inner {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}
#service .service-inner.__01 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #service .service-inner.__01 {
    margin-bottom: 0;
  }
}
#service .service-inner.__01 .service__text::after {
  display: none;
}
#service .service__text {
  width: 55%;
  position: relative;
  z-index: 0;
}
@media (max-width: 960px) {
  #service .service__text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #service .service__text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
#service .service__text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -75px;
  right: -90%;
  width: 998px;
  height: 322px;
  background-color: #8CBA44;
  opacity: 0.1;
}
@media (max-width: 768px) {
  #service .service__text::after {
    bottom: -170px;
    left: 60px;
    width: 100%;
    height: 482px;
  }
}
#service .service__description {
  color: #256E45;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}
#service .service__description span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
#service .service__text-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
#service .service__text-content .common-button {
  margin-left: 0;
}
@media (max-width: 768px) {
  #service .service__text-content .common-button {
    margin-left: auto;
  }
}
#service .service__text-content :last-child {
  margin-bottom: 0;
}
#service .service__image {
  max-width: 420px;
  width: 55%;
  z-index: 1;
}
@media (max-width: 960px) {
  #service .service__image {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #service .service__image {
    width: 100%;
    max-width: 480px;
    margin: 2rem 0;
  }
}
#service .service__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #service .service__list {
    gap: 1rem;
  }
}
#service .service-list-item {
  max-width: 310px;
}
#service .service-list-item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  #service .service-list-item {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    gap: 0.75rem 1rem;
    margin-bottom: 2rem;
    align-items: center;
  }
  #service .service-list-item:last-child {
    margin-bottom: 0;
  }
}
#service .service-list-item .service__description {
  text-align: center;
}
@media (max-width: 768px) {
  #service .service-list-item .service__description {
    text-align: left;
    margin-bottom: 0;
  }
}
#service .service-list-item .service__text-content {
  grid-column: 1/3;
  grid-row: 2;
}
#service .service-list-item__image {
  margin-bottom: 1.5rem;
  text-align: center;
  height: 15.7857142857vw;
}
@media (max-width: 768px) {
  #service .service-list-item__image {
    width: 180px;
    margin-bottom: 0;
    height: 75px;
  }
}
@media (max-width: 480px) {
  #service .service-list-item__image {
    width: 200px;
    height: auto;
    aspect-ratio: 2/1.27;
  }
}
#service .service-list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #service .service-list-item__image img {
    height: 100%;
  }
}

#average {
  background-image: url("../images/average_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 100%;
  min-height: 400px;
  /*-- parallax test ---*/
  background-position: center center;
  width: 100%;
  display: table;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #average {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  #average {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  #average {
    background-attachment: fixed; /*画像位置を固定*/
  }
}

#voice {
  padding: 3.25rem 0 0;
}
@media (max-width: 768px) {
  #voice {
    padding: 2rem 0 0;
  }
}
#voice .voice-inner {
  position: relative;
  z-index: 0;
  /*
  		&::before {
  				// 横位置をカスタムプロパティに
  				content: "";
  				background-image: url(../../common/images/text-image-about.svg);
  				background-repeat: no-repeat;
  				background-size: contain;
  				height: 335px;
  				width: 100%;
  				max-width: 1950px;
  				position: absolute;
  				z-index: -1;
  				// left: 0;
  				left: var(--left-position-about);
  				bottom: -240px;

  				@media (max-width: $laptop) {
  					bottom: 100px;
  					height: 350px;
  					left: -140px;
  				}

  				@media (max-width: $mobile) {
  					bottom: 0;
  					top: 210px;
  					height: 125px;
  					left: -60px;
  				}
  			}
  */
}
#voice .common-heading {
  margin-left: 0;
  margin-bottom: 5rem;
}
@media (max-width: 960px) {
  #voice .common-heading {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  #voice .common-heading {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
#voice .voice-list {
  max-width: 1100px;
}
#voice .voice-list-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 0.75rem 1rem;
  margin-bottom: 5.5rem;
}
#voice .voice-list-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #voice .voice-list-item {
    margin-bottom: 2.75rem;
  }
}
@media (max-width: 480px) {
  #voice .voice-list-item {
    grid-template-columns: none;
    grid-template-rows: none;
    display: block;
    margin-bottom: 2rem;
  }
}
#voice .voice-list-item__title {
  color: #256E45;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
#voice .voice-list-item__title span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
#voice .voice-list-item__image {
  width: 420px;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 960px) {
  #voice .voice-list-item__image {
    width: 320px;
  }
}
@media (max-width: 768px) {
  #voice .voice-list-item__image {
    width: 220px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (max-width: 480px) {
  #voice .voice-list-item__image {
    max-width: 320px;
    width: auto;
    grid-column: none;
    grid-row: none;
    margin: 0 auto 1rem;
  }
}
#voice .voice-list-item__content {
  grid-column: 1/2;
  grid-row: 2;
}
@media (max-width: 768px) {
  #voice .voice-list-item__content {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media (max-width: 480px) {
  #voice .voice-list-item__content {
    grid-column: none;
    grid-row: none;
  }
}
#voice .voice-list-item__content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
#voice .voice-list-item__content .common-button {
  margin-left: 0;
}
@media (max-width: 768px) {
  #voice .voice-list-item__content .common-button {
    margin-left: auto;
  }
}
#voice .voice-list-item__content :last-child {
  margin-bottom: 0;
}

/* 共通----------------------------------------------------
price　セクション
---------------------------------------------------------*/
#price {
  padding: 0 0 5rem;
}

.price-section-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price-section-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.price-container {
  display: flex;
  gap: 1.4285714286vw;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .price-container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.price-table {
  width: calc((100% - 2.8571428571vw) / 3);
  padding: 2.8571428571vw 1.4285714286vw;
  text-align: center;
  border-radius: 10px;
  box-shadow: 3px 0px 10px 1px rgba(0, 0, 0, 0.2);
  background: #2BABAB;
}

@media (max-width: 768px) {
  .price-table {
    width: 100%;
    margin: 0 auto;
    padding: 1.6rem;
  }
}
.price-table.__02 {
  background: #F2890C;
}

.price-table.__03 {
  background: #EB6545;
}

.price-table--inner {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.price-table .__title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: 700;
}

.price-table .__title--sub {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: 600;
}

.price-table .__price {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #F4AB25;
  font-weight: 700;
}

.price-table .__price span {
  font-size: 2.5rem;
  color: #F4AB25;
  font-weight: 700;
}

.price-table .__bunner {
  background: transparent linear-gradient(270deg, #8B8B8B 0%, #6E6E6E 100%) 0% 0% no-repeat padding-box;
  padding: 0.75rem 0;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}

.price-table.__03 .__bunner {
  margin-bottom: 0;
}

.price-table .__main {
  margin-bottom: 1.5rem;
}

.price-table .__main dl {
  padding: 0.5rem 1.5rem;
  border-bottom: 0.5px solid #9E9E9E;
  display: flex;
  justify-content: space-between;
}

.price-table .__main dt {
  font-size: 0.75rem;
  color: #9E9E9E;
  width: 60%;
  text-align: left;
}

.price-table .__main dd {
  font-weight: 600;
  font-size: 0.75rem;
}

.price-table .__button {
  background: linear-gradient(to right, #818181, #A8A8A8);
  padding: 1rem 0;
  color: #fff;
  border-radius: 2.1428571429vw;
  font-size: 0.85rem;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .price-table .__button {
    border-radius: 751000vw;
  }
}
.price-table.__02 .__button {
  background: linear-gradient(to right, var(--my-custom-theme__main-color--code), #dbce9d);
}

.price-table.__03 .__button {
  background: linear-gradient(to right, #bfb377, #e5d997);
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  transform: translateX(-25%) rotate(45deg);
}

@media (max-width: 768px) {
  .dli-chevron-round-right {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.price-table .__bold {
  font-size: 0.925rem;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */