@charset "UTF-8";


/* common
========================================= */
.l-section {
  padding-block: 64px;
  padding-inline: 24px;
}
.l-section__title {
  font-size: 3.2rem;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(40 / 32);
  text-align: center;
}
.p-purpose-contents {
  letter-spacing: 0.05em;
}
.p-purpose-contents .p-purpose-contactLink > ul > li a {
  background: var(--color-standard-blue);
  border-radius: 100px;
  color: var(--color-white);
  display: block;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  padding-inline: 20px;
  text-align: center;
}
.p-purpose-contents .p-purpose-contactLink > ul > li.inquiry a {
  background: var(--color-standard-red);
}
.p-purpose-contents * + .p-purpose-contactLink {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-purpose-contents .p-purpose-contactLink {
    max-width: 100%;
    margin-inline: auto;
    width: 480px;
  }
  .p-purpose-contents .p-purpose-contactLink > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-purpose-contents .p-purpose-contactLink > ul > li {
    width: calc(154 / 480 * 100%);
  }
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .l-section {
    padding-block: 40px;
    padding-inline: calc(19 / 375 * 100vw);
  }
  .l-section__title {
    font-size: 2.4rem;
    font-size: 24px;
    line-height: calc(32 / 24);
    padding-inline: 16px;
  }
  .p-purpose-contents * + .p-purpose-contactLink {
    margin-top: 32px;
  }
  .p-purpose-contents .p-purpose-contactLink > ul > li:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .p-purpose-contents .p-purpose-contactLink > ul > li a {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 48px;
  }
}



/* mv
========================================= */
.p-purpose-contents .p-purpose-mv {
  padding: 64px 24px;
}
.p-purpose-contents .p-purpose-mv__image {
  border-radius: 16px;
  overflow: hidden;
}
.p-purpose-contents .p-purpose-mv h1 {
  font-size: 3.2rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.p-purpose-contents .p-purpose-mv h1 .parent-category {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  font-size: 16px;
}
.p-purpose-contents .p-purpose-mv .text-summary {
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-purpose-contents .p-purpose-mv__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1040px;
    position: relative;
  }
  .p-purpose-contents .p-purpose-mv__text {
    width: calc(500 / 1040 * 100%); 
  }
  .p-purpose-contents .p-purpose-mv__image {
    width: calc(503 / 1040 * 100%); 
  }
  .p-purpose-contents .p-purpose-mv__link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(480 / 1040 * 100%); 
  }
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .p-purpose-mv {
    padding-top: 24px;
    padding-bottom: 32px;
    padding-inline: calc(24 / 375 * 100vw);
  }
  .p-purpose-contents .p-purpose-mv__image {
    border-radius: 10px;
    margin-top: 32px;
  }
  .p-purpose-contents .p-purpose-mv h1 {
    font-size: 2.4rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
  }
  .p-purpose-contents .p-purpose-mv h1 .parent-category {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .p-purpose-contents .p-purpose-mv .text-summary {
    margin-top: 24px;
  }
  .p-purpose-contents .p-purpose-mv__link {
    margin-top: 32px;
  }
}



/* problem
========================================= */
.p-purpose-contents .l-section--problem {
  background: var(--color-skyblue);
}
.p-purpose-contents .l-section--problem .p-problem-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-purpose-contents .l-section--problem .p-problem-contents__item {
  background: var(--color-white);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  min-height: 120px;
  margin-top: 32px;
  padding: 20px 16px;
  position: relative;
  text-align: center;
  width: calc(336 / 1040 * 100%);
}
.p-purpose-contents .l-section--problem .p-problem-contents__item:after {
  border-color: transparent transparent var(--color-white) transparent;
  border-style: solid;
  border-width: 0 22px 16px 10px;
  content: "";
  height: 0;
  position: absolute;
  bottom: -16px;
  left: 60px;
  transform: rotate(-35deg);
  transform-origin: bottom left;
  width: 0;
}
.p-purpose-contents .l-section--problem .p-problem-contents__item .color-blue {
  color: var(--color-link-blue);
}
@media screen and (min-width: 1024px) {
  .p-purpose-contents .l-section--problem .p-problem-contents__item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .l-section--problem .p-problem-contents {
    margin-top: 32px;
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .p-purpose-contents .l-section--problem .p-problem-contents__item {
    border-radius: calc(8 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
    min-height: calc(57 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(4 / 375 * 100vw);
    width: calc(159.5 / 375 * 100vw);
  }
  .p-purpose-contents .l-section--problem .p-problem-contents__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .p-purpose-contents .l-section--problem .p-problem-contents__item:after {
    border-width: 0 calc(11 / 375 * 100vw) calc(8 / 375 * 100vw) calc(5 / 375 * 100vw);
    bottom: calc(-8 / 375 * 100vw);
    left: calc(28 / 375 * 100vw);
  }
}



/* point
========================================= */
.p-purpose-contents .l-section--point {
  background: var(--color-bg-blue);
  padding-bottom: 20px;
}
.p-purpose-contents .l-section--point .p-point-contents {
  margin-top: 40px;
}
.p-purpose-contents .l-section--point .p-point-contents__item {
  font-weight: 700;
  text-align: center;
}
.p-purpose-contents .l-section--point .p-point-contents__item > a {
  background: var(--color-white);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(var(--color-black-rgb), 0.12);
  display: block;
  padding: 40px 32px;
}
.p-purpose-contents .l-section--point .p-point-contents__item .item-heading {
  margin-top: 12px;
}
.p-purpose-contents .l-section--point .p-point-contents__item .item-viewmore {
  border: 1px solid var(--color-lightgray);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-size: 12px;
  height: 35px;
  margin-top: 20px;
  margin-inline: auto;
  max-width: 100%;
  padding-right: 8px;
  position: relative;
  width: 127px;
}
.p-purpose-contents .l-section--point .p-point-contents__item .item-viewmore:after {
  background-image: url(../../../assets/images/common/icon_arrow_down_black_s.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.p-purpose-contents .l-section--point .p-point-noteText {
  font-size: 1rem;
  font-size: 10px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-purpose-contents .l-section--point .p-point-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-purpose-contents .l-section--point .p-point-contents__item {
    width: calc(336 / 1040 * 100%);
  }
  .p-purpose-contents .l-section--point .p-point-contents__item .item-heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .l-section--point {
    padding-bottom: 16px;
  }
  .p-purpose-contents .l-section--point .p-point-contents {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--point .p-point-contents__item:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--point .p-point-contents__item > a {
    padding: 20px 16px;
  }
  .p-purpose-contents .l-section--point .p-point-contents__item .item-heading {
    font-size: 1.4rem;
    font-size: 14px;
    margin-top: 10px;
  }
  .p-purpose-contents .l-section--point .p-point-contents__item .item-viewmore {
    margin-top: 14px;
  }
  .p-purpose-contents .l-section--point .p-point-contents__item .item-viewmore:after {
    background-image: url(../../../assets/images/common/icon_arrow_down_black_s.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
  }
}



/* feature
========================================= */
.p-purpose-contents .l-section--feature {
  background: var(--color-bg-blue);
  padding-top: 20px;
}
.p-purpose-contents .l-section--feature .p-feature-contents {
  background: var(--color-white);
  border-radius: 16px;
  padding: 56px;
}
.p-purpose-contents .l-section--feature .p-feature-contents:nth-of-type(n+2) {
  margin-top: 40px;
}
.p-purpose-contents .l-section--feature .p-feature-contents__heading {
  font-size: 3.2rem;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(40 / 32);
  text-align: center;
}
.p-purpose-contents .l-section--feature .p-feature-contents__body {
  margin-top: 40px;
}
.p-purpose-contents .l-section--feature .p-feature-pointList__item {
  background: var(--color-bg-blue);
  border-radius: 8px;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.8;
  padding: 16px;
  padding-left: 60px;
  position: relative;
}
.p-purpose-contents .l-section--feature .p-feature-pointList__item:before {
  background-image: url(../../../assets/images/purpose/purpose_icon_check.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 32px;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 32px;
}
.p-purpose-contents .l-section--feature .p-feature-noteText {
  font-size: 1rem;
  font-size: 10px;
  margin-top: 16px;
  text-align: right;
}
.p-purpose-contents .l-section--feature .p-feature-mapBlock {
  margin-top: 40px;
  margin-inline: -56px;
  transform-origin: top center;
}
.p-purpose-contents .l-section--feature .p-feature-mapBlock__heading > h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
.p-purpose-contents .l-section--feature .p-feature-mapBlock__heading > h3 .subtext {
	color: var(--color-gray);
	font-size: 16px;
}
.p-purpose-contents .l-section--feature .p-feature-mapBlock[data-type="flex"] .p-feature-mapBlock__heading > h3 {
  padding-left: 24px;
}
.p-purpose-contents .l-section--feature .p-feature-mapBlock[data-type="flex"] .p-feature-mapBlock__heading > h3:before {
  background: var(--color-standard-pink);
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 15px;
}
.p-purpose-contents .l-section--feature .p-feature-mapBlock[data-type="flex"] .p-search-mapBlock .list-place > ul li[data-category*="plan-b"] a:before {
  background: var(--color-standard-pink);
}
.p-purpose-contents .l-section--feature .p-feature-imageBlock {
  margin-top: 40px;
}
.p-purpose-contents .l-section--feature .p-feature-strengthsBlock {
  margin-top: 40px;
}
.p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item .item-heading {
  font-size: 2rem;
  font-size: 20px;
  font-weight: 700;
}
.p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item .item-summary {
  font-size: 1.4rem;
  font-size: 14px;
  margin-top: 8px;
}
.p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item .item-image {
  margin-top: 24px;
}
.p-purpose-contents .l-section--feature .p-feature-linkBlock {
  margin-top: 40px;
  text-align: center;
}
.p-purpose-contents .l-section--feature .p-feature-linkBlock > h3 {
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 700;
}
.p-purpose-contents .l-section--feature .p-feature-linkBlock .c-button {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .p-purpose-contents .l-section--feature .p-feature-contents .c-button {
    min-width: 300px;
  }
  .p-purpose-contents .l-section--feature .p-feature-pointList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-purpose-contents .l-section--feature .p-feature-pointList__item {
    width: calc(288 / 928 * 100%);
  }
  .p-purpose-contents .l-section--feature .p-feature-mapBlock {
    transform: scale(0.8923) !important;
  }
  .p-purpose-contents .l-section--feature .p-feature-imageBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-purpose-contents .l-section--feature .p-feature-imageBlock[data-column-pc="1"] {
    justify-content: center;
  }
  .p-purpose-contents .l-section--feature .p-feature-imageBlock[data-column-pc="1"] .p-feature-imageBlock__item {
    width: 415px;
  }
  .p-purpose-contents .l-section--feature .p-feature-imageBlock[data-column-pc="3"] .p-feature-imageBlock__item {
    width: calc(304 / 928 * 100%);
  }
  .p-purpose-contents .l-section--feature .p-feature-strengthsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item {
    width: calc(456 / 928 * 100%);
  }
  .p-purpose-contents .l-section--feature .p-feature-linkBlock .c-button a {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .l-section--feature {
    padding-top: 16px;
  }
  .p-purpose-contents .l-section--feature .p-feature-contents {
    border-radius: 12px;
    padding: 40px 16px;
  }
  .p-purpose-contents .l-section--feature .p-feature-contents__heading {
    font-size: 2.4rem;
    font-size: 24px;
    line-height: calc(32 / 24);
  }
  .p-purpose-contents .l-section--feature .p-feature-contents__body {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--feature .p-feature-pointList__item {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 44px;
  }
  .p-purpose-contents .l-section--feature .p-feature-pointList__item:nth-of-type(n+2) {
    margin-top: 12px;
  }
  .p-purpose-contents .l-section--feature .p-feature-pointList__item:before {
    height: 20px;
    width: 20px;
  }
  .p-purpose-contents .l-section--feature .p-feature-noteText {
    text-align: left;
  }
  .p-purpose-contents .l-section--feature .p-feature-mapBlock {
    margin-top: 32px;
    margin-inline: -16px;
    transform: scale(0.9021);
  }
  .p-purpose-contents .l-section--feature .p-feature-mapBlock__heading > h3 {
    margin-bottom: 0;
    text-align: center;
  }
  .p-purpose-contents .l-section--feature .p-feature-mapBlock[data-type="flex"] .p-feature-mapBlock__heading {
    display: flex;
    justify-content: center;
  }
  .p-purpose-contents .l-section--feature .p-feature-mapBlock__heading + .p-search-mapBlock .p-search-mapBlock-txt-1 {
    margin-top: 20px;
  }
  .p-purpose-contents .l-section--feature .p-feature-imageBlock {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--feature .p-feature-imageBlock__item:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .p-purpose-contents .l-section--feature .p-feature-strengthsBlock {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item .item-heading {
    text-align: center;
  }
  .p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item .item-summary {
    margin-top: 12px;
  }
  .p-purpose-contents .l-section--feature .p-feature-strengthsBlock__item .item-image {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--feature .p-feature-linkBlock {
    margin-top: 32px;
  }
  .p-purpose-contents .l-section--feature .p-feature-linkBlock > h3 {
    padding-inline: 16px;
  }
  .p-purpose-contents .l-section--feature .p-feature-linkBlock .c-button {
    min-width: 300px;
  }
}




/* plan
========================================= */
.p-purpose-contents .l-section--plan .l-section__title {
  font-size: 2.4rem;
  font-size: 24px;
  line-height: 1.6;
}
.p-purpose-contents .l-section--plan .l-section__title .text-recommend {
  color: var(--color-standard-red);
  font-size: 3.2rem;
  font-size: 32px;
}
.p-purpose-contents .l-section--plan .p-plan-content {
  margin-top: 36px;
}
.p-purpose-contents .l-section--plan .c-container-priceplan .item-plan-lists__item.recommend {
  border: 3px solid var(--color-link-blue);
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .l-section--plan .l-section__title {
    font-size: 1.6rem;
    font-size: 16px;
    padding-inline: 0;
  }
  .p-purpose-contents .l-section--plan .l-section__title .text-recommend {
    font-size: 2.4rem;
    font-size: 24px;
  }
  .p-purpose-contents .l-section--plan .p-plan-content {
    margin-top: 32px;
  }
}




/* case
========================================= */
.p-purpose-contents .l-section--case {
  background: var(--color-bg-blue);
}
.p-purpose-contents .l-section--case .p-case-content {
  display: flex;
  margin-top: 54px;
}
.p-purpose-contents .l-section--case .p-case-content__item {
  background: var(--color-white);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(var(--color-black-rgb), 0.25);
  overflow: hidden;
  margin-inline: 12px;
  transition: none !important;
}
.p-purpose-contents .l-section--case .p-case-content__item a {
  display: block;
  height: 100%;
}
.p-purpose-contents .l-section--case .p-case-content__item .image_thumbnail {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.p-purpose-contents .l-section--case .p-case-content__item .image_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
}
.p-purpose-contents .l-section--case .p-case-content__item .text_summary {
  padding: 16px;
}
.p-purpose-contents .l-section--case .p-case-content__item .text_title {
  color: var(--color-standard-blue);
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 700;
}
.p-purpose-contents .l-section--case .p-case-content__item .text_company {
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  text-align: right;
}
.p-purpose-contents .l-section--case .p-case-content__item .text_name {
  font-size: 1rem;
  font-size: 10px;
  text-align: right;
}
.p-purpose-contents .l-section--case .p-case-content__item:nth-of-type(1) {
  margin-left: 0;
}
.p-purpose-contents .l-section--case .p-case-content__item:nth-last-of-type(1) {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .p-purpose-contents .l-section--case .p-case-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-purpose-contents .l-section--case .p-case-content__item {
    margin-inline: calc(8 / 1040 * 100%);
    width: calc(330 / 1040 * 100%);
  }
  .p-purpose-contents .l-section--case .p-case-content__item .text_summary > *:last-child {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .l-section--case .p-case-content {
    margin-top: 32px;
    margin-inline: calc(-19 / 375 * 100vw);
    overflow-x: scroll;
    padding-inline: calc(19 / 375 * 100vw);
    padding-bottom: 12px;
    width: calc(100% + calc(38 / 375 * 100vw));
  }
  .p-purpose-contents .l-section--case .p-case-content__item {
    margin-inline: calc(8 / 375 * 100vw);
    min-width: calc(218 / 375 * 100vw) !important;
    width: calc(218 / 375 * 100vw) !important;
  }
  .p-purpose-contents .l-section--case .p-case-content__item .image_thumbnail {
    height: 41.066vw;
    min-height: 154px;
  }
}



/* related
========================================= */
.p-purpose-contents .l-section--related {
  background: var(--color-skyblue);
}
.p-purpose-contents .l-section--related .p-related-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
.p-purpose-contents .l-section--related .p-related-linkList__item {
  margin-top: 20px;
}
.p-purpose-contents .l-section--related .p-related-linkList__item > a {
  background: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(var(--color-black-rgb), 0.25);
  height: 100%;
  display: block;
  font-weight: 700;
  padding: 10px 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-purpose-contents .l-section--related .p-related-linkList__item .item-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-purpose-contents .l-section--related .p-related-linkList__item .item-illust {
  margin-top: 8px;
  margin-inline: auto;
  max-width: 100%;
  width: 149px;
}
@media screen and (min-width: 1024px) {
  .p-purpose-contents .l-section--related .p-related-linkList__item {
    width: calc(336 / 1040 * 100%);
  }
  .p-purpose-contents .l-section--related .p-related-linkList__item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .p-purpose-contents .l-section--related .p-related-linkList__item > a:after {
    background-image: url(../../../assets/images/purpose/purpose_icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    height: 24px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .p-purpose-contents .l-section--related {
    padding-bottom: 0;
  }
  .p-purpose-contents .l-section--related .p-related-linkList {
    margin-top: 32px;
    padding-inline: calc(5 / 375 * 100vw);
  }
  .p-purpose-contents .l-section--related .p-related-linkList__item {
    margin-top: 8px;
    width: calc(159 / 375 * 100vw);
  }
  .p-purpose-contents .l-section--related .p-related-linkList__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .p-purpose-contents .l-section--related .p-related-linkList__item > a {
    padding: calc(12 / 375 * 100vw);
  }
  .p-purpose-contents .l-section--related .p-related-linkList__item .item-heading {
    font-size: calc(12 / 375 * 100vw);
  }
  .p-purpose-contents .l-section--related .p-related-linkList__item .item-illust {
    margin-top: 8px;
    width: calc(105 / 375 * 100vw);
  }
}



#l-main ~ .c-block-contact {
	margin-top: 0;
}