/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.mainvisual {
  width: 100%;
  background: url(../images/top/mv.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    height: 35rem;
    padding-top: 16.5rem;
  }
}
.mainvisual:after {
  content: "";
  background: url(../images/common_img/mask.webp) repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .mainvisual:after {
    background-size: 45.4rem auto;
  }
}
.mainvisual_container {
  height: 100%;
  position: relative;
}
.mainvisual_inner {
  color: #fff;
  font-family: var(--font-zenmincho);
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .mainvisual_inner {
    position: absolute;
    bottom: 15rem;
    left: 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual_inner {
    position: relative;
  }
}
.mainvisual__ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .mainvisual__ttl {
    font-size: 8.5rem;
    margin: 0 0 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__ttl {
    font-size: 3.5rem;
    margin: 0 0 1.5rem;
  }
}
.mainvisual__tt {
  font-weight: 400;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .mainvisual__tt {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__tt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.mainvisual__txt {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .mainvisual__txt {
    font-size: 2.4rem;
    line-height: 2.0416666667;
    margin: 3.7rem 0 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__txt {
    font-size: 1.4rem;
  }
}

.s-service {
  background: #eff9fd;
}
@media only screen and (min-width: 768px) {
  .s-service {
    padding: 10.7rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-service {
    padding: 4rem 0;
  }
}
.s-service__txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-service__txt {
    margin: 3.7rem 0 0;
  }
}
.s-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .s-service__list {
    gap: 3rem;
    margin-top: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-service__list {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.s-service__item {
  background: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .s-service__item {
    width: calc(33.3333333333% - 2rem);
    padding: 5.3rem 3.3rem 4.7rem;
    min-height: 42.5rem;
  }
  .s-service__item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .s-service__item {
    width: 100%;
    padding: 3rem 1.5rem 4rem;
  }
}
.s-service__item .number {
  font-family: var(--font-jost);
  position: absolute;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .s-service__item .number {
    left: 4.6rem;
    font-size: 2rem;
    top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-service__item .number {
    left: 2rem;
    font-size: 1.8rem;
    top: 2rem;
  }
}
.s-service__item .img {
  width: 100%;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-service__item .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
}
.s-service__item .ttl {
  font-weight: 500;
  color: var(--co-primary);
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-service__item .ttl {
    font-size: 2rem;
    margin: 2.6rem 0 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-service__item .ttl {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}
.s-service__item p {
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.s-service__item .icon {
  width: 1.8rem;
  height: 0.9rem;
  position: absolute;
  display: block;
}
@media only screen and (min-width: 768px) {
  .s-service__item .icon {
    bottom: 3.1rem;
    right: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-service__item .icon {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.s-service__item .icon:before {
  width: 100%;
  height: 0.2rem;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.s-service__item .icon:after {
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.s-service__btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-service__btn {
    margin-top: 8.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-service__btn {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .s-works {
    margin-top: 26.6rem;
  }
}
.s-works_01 {
  position: relative;
  background: #eceff4;
}
@media only screen and (min-width: 768px) {
  .s-works_01 {
    padding: 10.7rem 0 0;
  }
  .s-works_01::after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .s-works_01 {
    padding: 3rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-works__img {
    width: calc(50% + 25rem);
    height: 68.6rem;
    position: absolute;
    top: -13.5rem;
    left: 0;
  }
  .s-works__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
.s-works__content {
  background: #fff;
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-works__content {
    width: calc(50% + 10.7rem);
    float: right;
  }
  .s-works__content .cm-title01 {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .s-works__content .inner {
    width: 68rem;
    padding: 6.3rem 6rem 3.8rem 10.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works__content .inner {
    padding: 2rem 1.5rem;
  }
}
.s-works__content p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-works__content p {
    margin: 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-works__content p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-works__content .cm-btn01 {
    margin: 0 0 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works__content .cm-btn01 {
    margin: auto auto 1rem;
  }
}
.s-works__content .cm-btn01:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .s-works__btn {
    margin-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works__btn {
    margin-top: 2rem;
  }
}
.s-works_02 {
  max-width: 100.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .s-works_02 {
    margin: 9.4rem auto 0;
    gap: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works_02 {
    margin: 3rem auto 0;
    gap: 5%;
    padding: 0 1.5rem;
  }
}
.s-works_02 .img1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .s-works_02 .img1 {
    width: 60rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works_02 .img1 {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .s-works_02 .img2 {
    width: 35.5rem;
    margin-top: 34.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works_02 .img2 {
    width: 35%;
    margin-top: 35%;
  }
}

.s-company {
  max-width: 96rem;
}
@media only screen and (min-width: 768px) {
  .s-company {
    margin-top: 12.8rem;
  }
  .s-company .cm-title01 {
    text-align: left;
    width: 18.9rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-company {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    max-width: 90rem;
    margin: auto auto 5.8rem;
  }
}
.s-company__inner p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-company__inner p {
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-company__inner p {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-company__btn {
    margin-top: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-company__btn {
    margin-top: 2rem;
  }
}

.s-information {
  background: #f4f8fa;
}
@media only screen and (min-width: 768px) {
  .s-information {
    margin-top: 12.5rem;
    padding-bottom: 7.7rem;
  }
  .s-information .cm-title01 {
    text-align: left;
    width: 37.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 2.3rem;
  }
  .s-information .cm-title01 .jp {
    font-size: 3rem;
    margin-bottom: 0.9rem;
  }
  .s-information__btn {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-information {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-information__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.8rem 7rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__inner {
    padding: 4rem 0;
  }
}
.s-information__list {
  width: 100%;
}
.s-information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #d0d0d0;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-information__item {
    padding: 3.7rem 0 3.1rem;
  }
  .s-information__item:hover {
    color: var(--co-primary);
  }
  .s-information__item:hover .icon:before {
    background: var(--co-primary);
  }
  .s-information__item:hover .icon:after {
    border: solid var(--co-primary);
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5rem 0;
  }
}
.s-information__item .tag {
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-information__item .tag {
    width: 11.5rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__item .tag {
    width: 10rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
}
.s-information__item .tag.tag01 {
  background: #e19698;
}
.s-information__item .tag.tag02 {
  background: #5b6d8f;
}
.s-information__item .date {
  margin: 0 2.8rem 0 1.4rem;
  letter-spacing: 0.1em;
  width: 8.5rem;
}
.s-information__item .icon {
  width: 1.8rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
}
.s-information__item .icon:before {
  width: calc(100% - 0.2rem);
  height: 0.2rem;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.s-information__item .icon:after {
  content: "";
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.s-information__item p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .s-information__item p {
    width: 100%;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-information__btn {
    width: 16.65rem;
    position: absolute;
    top: 24.2rem;
    left: 19.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__btn {
    max-width: 15rem;
    margin: 3rem auto 0;
  }
}