@charset "UTF-8";
.page_header .title {
  white-space: nowrap;
}

.nc_support_header,
.process_header {
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .nc_support_header,
  .process_header {
    font-size: 30px;
  }
}

.nc_support {
  padding-top: 36px;
}
.nc_support_header {
  margin-bottom: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .nc_support {
    padding-top: 48px;
  }
  .nc_support_header {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 980px) {
  .nc_support {
    padding-top: 37px;
  }
}

.section.process {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .section.process {
    margin-top: 57px;
  }
}

.process_header {
  margin-bottom: 12px;
}
.process_image {
  width: 100%;
}

#main {
  padding-bottom: 58px;
}
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 980px) {
  #main {
    padding-bottom: 115px;
  }
}

/* 追記
-------------------------*/
/* ページ共通 */
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}
@media screen and (min-width: 980px) {
  html {
    scroll-padding-top: 46px;
  }
}

@media screen and (min-width: 768px) {
  .section p {
    line-height: 1.4117647059;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .section p + p {
    margin-top: 2em;
  }
}

@media screen and (min-width: 768px) {
  .section__contents {
    margin-top: 40px;
  }
}

/* セクションごと */
@media screen and (min-width: 768px) {
  .nc_support {
    margin-top: 23px;
  }
}

@media screen and (min-width: 768px) {
  .nc_support p {
    font-size: 17px;
    line-height: 1.4117647059;
    letter-spacing: 0.1em;
  }
}

.role .grid_122 {
  gap: 35px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .role .grid_122 {
    gap: 50px;
    margin-top: 40px;
  }
}

.role_image {
  width: 100%;
  aspect-ratio: 500/281;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .role_image {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  .role_image {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 768px) {
  .role .section_header {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .role .section__contents {
    margin-top: 0;
  }
}

.process__content + .process__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .process__content + .process__content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .process__content .grid_123 {
    margin-top: 15px;
    grid-template-rows: repeat(3, 54px);
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .process__content .grid_123 span {
    display: block;
  }
}

.process__content-item {
  padding-top: 20px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .process__content-item {
    padding-top: 35px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 768px) {
  .process__content-header.sub_section_header {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .process__content-text {
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

.works__item + .works__item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .works__item + .works__item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .works__item-header.sub_section_header {
    line-height: 1.1785714286;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) {
  .works__item .grid_container {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .works__item .grid_container::after {
    display: none;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .works__item .grid_container .order1 {
    flex-basis: 30%;
    padding-right: 23px;
    padding-left: 23px;
  }
}

.works__item .grid_container .order1 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .works__item .grid_container .order2 {
    flex-basis: 61%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .works__item-text {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .works__item-text p {
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 768px) {
  .works__item-text p + p {
    margin-top: 1em;
  }
}

.document__button {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .document__button {
    margin-top: 20px;
  }
}