@charset "UTF-8";

/* ----- page-start-cmn-index ----- */
.page-start-index-contents .u-block {
	padding-inline: 0;
	width: 1064px;
}
.page-start-index-contents {
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .page-start-index-contents {
    padding-bottom: 0;
  }
}
.page-start-index {
  padding: 162px 0 0;
}
@media screen and (max-width: 767px) {
  .page-start-index {
    padding: calc((68 / var(--spWidth)) * 100vw) 0 0;
  }
}

/* ----- cmn-start-heading1 ----- */
.cmn-start-heading1__title {
  color: #050505;
  font-feature-settings: "palt";
  text-align: center;
}
@media print, screen and (min-width: 768px) {
	.cmn-start-heading1 {
		margin: 0 0 66px;
	}
	.cmn-start-heading1__title {
		font-size: 4.8rem;
		line-height: 1.5;
		letter-spacing: .08em;
	}	
}
@media only screen and (max-width: 767px) {
  .cmn-start-heading1 {
    margin: 0 -20px calc((30 / var(--spWidth)) * 100vw);
  }
  .cmn-start-heading1__title {
    font-size: calc((32 / var(--spWidth)) * 100vw);
    line-height: 1.4;
    letter-spacing: .03em;
  }
}

/* ----- cmn-start-text ----- */
.cmn-start-text {
  color: #050505;
  line-height: 1.6;
  letter-spacing: .03em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cmn-start-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmn-start-text {
    font-size: 1.3rem;
  }
}

/* ----- cmn-start-anchor-navi ----- */
.cmn-start-anchor-navi__list {
  display:  flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmn-start-anchor-navi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  width: 100%;
  background-color: #eee;
  border-radius: 20px;
}
.cmn-start-anchor-navi__link .c-arw {
  flex-shrink: 0;
}
.cmn-start-anchor-navi__detail {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.cmn-start-anchor-navi__label {
  color: var(--blue_1);
  line-height: 1.6;
  letter-spacing: .03em;
}
.cmn-start-anchor-navi__label--small {
  color: #5f5f5f;
}

@media print, screen and (min-width: 768px) {
  .cmn-start-anchor-navi {
    margin-top: 4.4em;
  }
  .cmn-start-anchor-navi__list {
    gap: 2rem 30px;
  }
  .cmn-start-anchor-navi__link {
    gap: 16px;
    min-width: 450px;
    min-height: 72px;
    padding: 16px 32px;
  }
  .cmn-start-anchor-navi__detail {
    gap: 1rem 6px;
  }
  .cmn-start-anchor-navi__label {
    font-size: 2rem;
    text-align: center;
  }
  .cmn-start-anchor-navi__label--small {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmn-start-anchor-navi {
    margin-top: 2.8em;
  }
  .cmn-start-anchor-navi__list {
    gap: 16px;
  }
  .cmn-start-anchor-navi__list > li {
    width: 100%;
  }
  .cmn-start-anchor-navi__link {
    gap: 1rem 12px;
    min-height: 50px;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .cmn-start-anchor-navi__detail {
		width: 100%;
    gap: 1rem 6px;
  }
  .cmn-start-anchor-navi__label {
    flex-grow: 1;
    font-size: calc((14 / var(--spWidth)) * 100vw);
  }
  .cmn-start-anchor-navi__label--small {
    font-size: calc((11 / var(--spWidth)) * 100vw);
  }
}

/* ----- cmn-start-box ----- */
.cmn-start-box__inner {
  box-shadow: 0px 0px 20px 0px #00000014;
}
.cmn-start-box__head {
  position: relative;
  display: flex;
  place-items: center;
  background: linear-gradient(180deg, var(--blue_1) 0%, var(--blue_2) 100%);
}
.cmn-start-box__image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.cmn-start-box__title,
.cmn-start-box__title--small {
  color: #fff;
  line-height: 1.6;
  letter-spacing: .03em;
}
.cmn-start-box__body {
  padding-top: 0!important;
  background: linear-gradient(180deg, var(--blue_1) 0%, var(--blue_2) 100%);
}
.cmn-start-box__body__inner {
  background-color: #fff;
  overflow: hidden;
}
.cmn-start-box__body__inner > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .cmn-start-box {
    margin-top: 60px;
    padding-top: 44px;
  }
  .cmn-start-box__inner {
    border-radius: calc(30px - 4px);
  }
  .cmn-start-box__head {
    padding: 18px 32px;
    border-radius: calc(30px - 4px) calc(30px - 4px) 0 0;
  }
  .cmn-start-box__head:has(.cmn-start-box__image) {
    padding-inline: 0;
  }
  .cmn-start-box__head:has(.cmn-start-box__image) .cmn-start-box__title {
    padding-left: 7.3em;
  }
  .cmn-start-box__image {
    top: -44px;
    left: -36px;
    width: 168px;
  }
  .cmn-start-box__title {
    font-size: 2.2rem;
  }
  .cmn-start-box__title--small {
    margin-left: .4em;
    font-size: 1.8rem;
  }
  .cmn-start-box__body {
    padding: 4px;
    border-radius: 0 0 calc(30px - 4px) calc(30px - 4px);
  }
  .cmn-start-box__body__inner {
    border-radius: 0 0 calc(30px - 4px) calc(30px - 4px);
    padding: 48px 58px 68px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-start-box {
    margin-top: 30px;
    padding-top: 20px;
  }
  .cmn-start-box__inner {
    border-radius: calc(20px - 2px);
  }
  .cmn-start-box__head {
    padding: 18px 24px;
    border-radius: calc(20px - 2px) calc(20px - 2px) 0 0;
  }
  .cmn-start-box__head:has(.cmn-start-box__image) {
    padding-inline: 0;
  }
  .cmn-start-box__head:has(.cmn-start-box__image) .cmn-start-box__title {
    padding-left: 5.5em;
  }
  .cmn-start-box__image {
    top: -4px;
    left: calc((-10 / var(--spWidth)) * 100vw);
    width: calc((74 / var(--spWidth)) * 100vw);
  }
  .cmn-start-box__title {
    font-size: calc((14 / var(--spWidth)) * 100vw);
  }
  .cmn-start-box__title--small {
    display: inline-block;
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
  .cmn-start-box__body {
    padding: 2px;
    border-radius: 0 0 calc(20px - 2px) calc(20px - 2px);
  }
  .cmn-start-box__body__inner {
    border-radius: 0 0 calc(20px - 2px) calc(20px - 2px);
    padding: 36px 19px 40px;
  }
}
  @media only screen and (min-width: 500px) {
    .cmn-start-box__image {
      top: calc((-16 / var(--spWidth)) * 100vw);
    }
  }

/* ----- cmn-start-flow ----- */
.cmn-start-flow {
  width: 100%;
}
.cmn-start-flow__inner {
  display: inline-flex;
  flex-direction: column;
  place-items: center;
  width: 100%;
}
.cmn-start-flow__item {
  position: relative;
}
.cmn-start-flow__mark {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  background-color: var(--blue_1);
  border-radius: 9999px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 1.4px;
  z-index: 1;
}
.cmn-start-flow__text,
.cmn-start-flow__text--center {
  line-height: 1.5;
  letter-spacing: .03em;
}
.cmn-start-flow__text--center {
  text-align: center;
}
.cmn-start-flow__note {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn-start-flow__note > li {
  position: relative;
  color: var(--gray_2);
  line-height: 1.5;
  letter-spacing: .03em;
}
.cmn-start-flow__note__link {
  text-decoration: underline;
}
.cmn-start-flow__note__mark {
  position: absolute;
}
.cmn-start-flow__last-item {
  background-color: #F5F6F8;
  border-radius: 20px;
  z-index: 1;
}
.cmn-start-flow__last-item__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cmn-start-flow__last-item__inner > *:first-child {
  margin-top: 0 !important;
}
.cmn-start-flow__last-item__inner::before {
  position: absolute;
  content: "";
  transform: rotate(270deg);
  display: block;
  background: url(/assets/img/wesmo/cmn_ic16.svg) 50% 50% no-repeat;
  background-size: contain;
}
.cmn-start-flow__last-item__text {
  line-height: 1.5;
  letter-spacing: .8px;
}
@media print, screen and (min-width: 768px) {
  .cmn-start-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 38px;
  }
  .cmn-start-flow__list {
    display: flex;
    flex-flow: row wrap;
    gap: 54px 68px;
    justify-content: flex-start;
  }
  .page-start-two .cmn-start-flow__list {
    justify-content: space-evenly;
  }
  .cmn-start-flow__inner {
    max-width: 842px;
  }
  .cmn-start-flow__item + .cmn-start-flow__item {
    position: relative;
  }
  .cmn-start-flow__item + .cmn-start-flow__item:before {
    position: absolute;
    top: 103px;
    left: -48px;
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    background: url(/assets/img/wesmo/cmn_ic16.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .cmn-start-flow__item:nth-of-type(4n+1):before {
    display: none;
  }
  .cmn-start-flow__item {
    width: calc((100% - (68px * 3)) / 4);
  }
  .cmn-start-flow__image {
    padding: 12px 17px 0;
  }
  .cmn-start-flow__mark {
    font-size: 1.4rem;
  }
  .cmn-start-flow__text,
  .cmn-start-flow__text--center {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .cmn-start-flow__note {
    margin-top: 8px;
  }
  .cmn-start-flow__note > li {
    font-size: 1rem;
    padding-left: .5rem;
  }
  .cmn-start-flow__scrollbar-text {
    display: none;
  }
  .cmn-start-flow__note__link:hover {
    text-decoration: none;
  }
  .cmn-start-flow__note__mark {
    left: -6px;
  }
  .cmn-start-flow__last-item {
    position: absolute;
    width: 188px;
    min-height: 176px;
    right: -20px;
    bottom: 81px;
  }
  .cmn-start-flow__last-item__inner {
    align-items: center;
    padding: 81px 8px 24px;
  }
  .cmn-start-flow__last-item__inner::before {
    width: 30px;
    height: 25px;
		top: 35px;
    left: 50%;
    margin-left: -15px;
  }
  .cmn-start-flow__last-item__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-start-flow {
    margin-top: 38px;
  }
  .cmn-start-flow__inner {
    max-width: calc((164 / var(--spWidth)) * 100vw);
  }
  .cmn-start-flow__mark {
    font-size: calc((14 / var(--spWidth)) * 100vw);
  }
  .cmn-start-flow__image {
    padding: 12px 20px 0;
  }
  .cmn-start-flow__image > img {
    width: 100%;
  }
  .cmn-start-flow__text,
  .cmn-start-flow__text--center {
    margin-top: 10px;
    padding-inline: .4em;
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
  .cmn-start-flow__note {
    margin-top: 10px;
    padding-inline: .4em;
  }
  .cmn-start-flow__note > li {
    font-size: calc((10 / var(--spWidth)) * 100vw);
    padding-left: calc((5 / var(--spWidth)) * 100vw);
  }
  .cmn-start-flow__navigation {
    margin-top: 36px;
  }
  .cmn-start-flow__note__mark {
    left: calc((-6 / var(--spWidth)) * 100vw);
  }
  .cmn-start-flow__scrollbar {
    margin-top: 6px;
    width: 100%;
    height: 3px;
    border-radius: 9999px;
    background-color: var(--gray_4);
  }
  .cmn-start-flow__scrollbar .scrollbar-current {
    height: 3px;
    border-radius: 9999px;
    background-color: var(--blue_1);
  }
  .cmn-start-flow__scrollbar-text {
    color: var(--blue_1);
    font-size: calc((12 / var(--spWidth)) * 100vw);
    line-height: 1.6;
    letter-spacing: .03em;
    text-align: center;
  }
  .cmn-start-flow__pager {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: calc((16 / var(--spWidth)) * 100vw);
    margin-top: 12px;
  }
  .cmn-start-flow__pager .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((24 / var(--spWidth)) * 100vw);
    height: calc((24 / var(--spWidth)) * 100vw);
    background-color: var(--gray_4);
    border-radius: 9999px;
    color: #fff;
    font-size: calc((11 / var(--spWidth)) * 100vw);
    line-height: 1;
    letter-spacing: 1.1px;
  }
  .cmn-start-flow__pager .swiper-pagination-bullet-active {
    background-color: var(--blue_1);
  }
  .cmn-start-flow__last-item {
    margin-top: 30px;
  }
  .cmn-start-flow__last-item__inner {
    padding: 12px 24px;
  }
  .cmn-start-flow__last-item__inner::before {
    width: calc((30 / var(--spWidth)) * 100vw);
    height: calc((25 / var(--spWidth)) * 100vw);
    top: calc((30 / var(--spWidth)) * 100vw);
    right: calc((24 / var(--spWidth)) * 100vw);
  }
  .cmn-start-flow__last-item__text {
    font-size: calc((12 / var(--spWidth)) * 100vw);
    line-height: 1.6;
    letter-spacing: .03em;
  }
}

/* ----- scroll adjust ----- */
@media print, screen and (min-width: 768px) {
  [id^="anc-"] {
    scroll-margin-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  [id^="anc-"] {
    scroll-margin-top: 120px;
  }
}
/* ----- cmn-start-heading1 ----- */
@media only screen and (min-width: 768px) {
	#page-start-index .cmn-start-heading1 {
    margin: 0 0 50px;
	}
}
@media only screen and (max-width: 767px) {
	#page-start-index .cmn-start-heading1__title {
		letter-spacing: .03em;
	}
}

/* ----- cmn-start-box ----- */
.cmn-start-box__head {
	display: flex;
	background-color: #0074C1;
}
.cmn-start-box__image {
	position: absolute;
	max-width: 92px;
	left: -111px;
	top: -27px;
}
.cmn-start-box__title {
	position: relative;
	color: #fff;
	letter-spacing: .03em;
}
.cmn-start-box__body {
	background-color: #EEE;
}
@media only screen and (min-width: 768px) {
	.cmn-start-box {
		padding-block: 1.6em;
		margin: 30px 0 0;
	}
	.cmn-start-box__head {
		justify-content: center;
		padding: 15px 0px;
		border-radius: 30px 30px 0 0;
	}
	.cmn-start-box__title {
		font-size: 24px;
		line-height: 1.6;
		left: 71px;
	}
	.cmn-start-box__body {
		border-radius: 0 0 30px 30px;
	}
	.cmn-start-text + .cmn-start-box {
		margin-top: 53px;
	}
}
@media only screen and (max-width: 767px) {
	.cmn-start-box {
		padding-block: 1.2em;
		margin: 8px 0 0;
	}
	.cmn-start-box__head {
		padding: 18px 0px 18px 78px;
		border-radius: 20px 20px 0 0;
	}
	.cmn-start-box__title {
		font-size: 14px;
		line-height: 1.6;
	}
	.cmn-start-box__body {
		border-radius: 0 0 20px 20px;
	}
	.cmn-start-box__image {
		max-width: 74px;
		left: -88px;
		top: -22px;
	}
	.cmn-start-text + .cmn-start-box {
		margin-top: 27px;
	}
}

/* ----- cmn-start-accordion ----- */
.cmn-start-accordion {
  border: 3px solid var(--blue_2);
  border-radius: 20px;
  overflow: hidden;
}
.cmn-start-accordion__head {
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  text-align: left;
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.cmn-start-accordion__title {
  position: relative;
  display: block;
  color: var(--blue_1);
  line-height: 1.6;
  letter-spacing: .03em;
}
.cmn-start-accordion__title::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-image: url(/assets/img/wesmo/cmn_ic21.svg);
  mask-image: url(/assets/img/wesmo/cmn_ic21.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--blue_1);
}
.cmn-start-accordion__head.is-active .cmn-start-accordion__title::after {
  transform: rotate(180deg)
}
.cmn-start-accordion__body {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cmn-start-accordion {
    max-width: 929px;
    margin: 48px auto 0;
  }
  .cmn-start-accordion__head {
    padding: 3rem 3.8rem;
    cursor: pointer;
  }
  .cmn-start-accordion__head:focus-visible {
    outline: 2px solid var(--blue_2);
    outline-offset: -2px;
  }
  .cmn-start-accordion__title {
    padding-right: calc(2.6rem + 22px);
    font-size: 2.4rem;
  }
  .cmn-start-accordion__title::after {
    top: 6px;
    right: -1px;
    width: 22px;
    height: 22px;
  }
  .cmn-start-accordion__body {
    padding: 1rem 6.4rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmn-start-accordion {
    margin: calc((23 / var(--spWidth)) * 100vw)  auto 0;
  }
  .cmn-start-accordion__head {
    padding: 2rem 1.8rem;
  }
  .cmn-start-accordion__head:focus-visible {
    outline: 2px solid var(--blue_2);
    outline-offset: -2px;
  }
  .cmn-start-accordion__title {
    padding-right: calc(2.6rem + 18px);
    font-size: calc((15 / var(--spWidth)) * 100vw);
  }
  .cmn-start-accordion__title::after {
    top: 1px;
    right: -1px;
    width: calc((18 / var(--spWidth)) * 100vw);
    height: calc((18 / var(--spWidth)) * 100vw);
  }
  .cmn-start-accordion__body {
    padding: 1.5rem 1.8rem 3rem;
  }
}

/* ------------------------------------------------------
 * /wesmo/start/
------------------------------------------------------ */
/* ----- start-column ----- */
.start-column {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}
.start-column__text {
  color: var(--blue_1);
  line-height: 1.6;
  letter-spacing: .03em;
}
@media print, screen and (min-width: 768px) {
  .start-column {
    align-items: center;
    gap: 2rem 24px;
  }
  .start-column__image {
    flex-shrink: 0;
    max-width: 110px;
  }
  .start-column__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .start-column {
    flex-flow: row nowrap;
    gap: 2rem 10px;
  }
  .start-column__image {
    flex-shrink: 0;
    max-width: calc((48 / var(--spWidth)) * 100vw);
  }
  .start-column__text {
    flex-grow: 1;
    font-size: calc((13 / var(--spWidth)) * 100vw);
  }
}

/* ----- start-index-box ----- */
.start-index-box {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 30px 0px #1E20231A;
}
.start-index-box__head {
  text-align: center;
}
.start-index-box__title {
  color: var(--blue_1);
}
.start-index-box__body {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
}
.start-index-box__image__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.start-index-box__foot {
  text-align: center;
}
.start-index-box__link {
  color: var(--gray_1);
}
.start-index-box__link__type {
  display: inline-block;
  position: relative;
}
.start-index-box__link__type {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.start-index-box__link__type::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 6px;
  width: 14px;
  aspect-ratio: 1 / 1;
  -webkit-mask-image: url(/assets/img/wesmo/cmn_ic13.svg);
  mask-image: url(/assets/img/wesmo/cmn_ic13.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--gray_1);
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .start-index-box {
    margin-top: 2.2em;
    padding: 4rem 4rem 5rem;
  }
  .start-index-box__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .08em;
  }
  .start-index-box__body {
    margin-top: 1.7em;
  }
  .start-index-box__image {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
    justify-content: center;
    max-width: 688px;
  }
  .start-index-box__image__item {
    grid-column: span 2;
    width: 100%;
  }
  .start-index-box__image__item:first-child {
    grid-column: 2 / span 2;
  }
  .start-index-box__foot {
    margin-top: 2.2em;
  }
  .start-index-box__link {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .08em;
  }
  .start-index-box__link__type {
    padding-bottom: 2px;
  }
  .start-index-box__link__type:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .start-index-box {
    margin-top: 2.2em;
    padding: 2.4rem 1rem 3rem;
  }
  .start-index-box__title {
    font-size: calc((14 / var(--spWidth)) * 100vw);
    line-height: 1.6;
    letter-spacing: .03em;
  }
  .start-index-box__body {
    margin-top: 1em;
  }
  .start-index-box__image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    justify-content: center;
  }
  .start-index-box__image__item:first-child {
    grid-column: span 2;
    text-align: center;
  }
  .start-index-box__image__item > img {
    width: calc((100 / var(--spWidth)) * 100vw);
    height: 100%;
    object-fit: scale-down;
    object-position: center;
  }
  .start-index-box__foot {
    margin-top: 1.8em;
  }
  .start-index-box__link {
    font-size: calc((12 / var(--spWidth)) * 100vw);
    line-height: 1.6;
    letter-spacing: .03em;
  }
  .start-index-box__link__type {
    padding-bottom: 4px;
  }
  .start-index-box__link__type::after {
    top: 0;
    margin-left: 5px;
    width: calc((13 / var(--spWidth)) * 100vw);
  }
}

/* ----- start-index-box-v2 ----- */
.start-index-box-v2__body {
  background-color: #F5F6F8;
  border-radius: 20px;
}
.start-index-box-v2__body > *:first-child {
  margin-top: 0!important;
}
.start-index-box-v2__text {
  line-height: 1.6;
  letter-spacing: .03em;
}
.start-index-box-v2__link__type {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  color: var(--blue_1);
  line-height: 1.6;
  letter-spacing: .03em;
}
@media print, screen and (min-width: 768px) {
  .start-index-box-v2 {
    margin-top: 3.5em;
  }
  .start-index-box-v2__body {
    width: 656px;
    margin: 0 auto;
    padding: 48px; 
    text-align: center;
  }
  .start-index-box-v2__text {
    margin-top: 1.2em;
    font-size: 1.2rem;
  }
  .start-index-box-v2__link {
    margin-top: 2.2em;
  }
  .start-index-box-v2__link__type {
    font-size: 2.4rem;
  }
  .start-index-box-v2__link__type::before {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .start-index-box-v2__link__type:hover::before {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .start-index-box-v2 {
    margin-top: 2.8em;
  }
  .start-index-box-v2__body {
    width: calc((310 / var(--spWidth)) * 100vw);
    margin: 0 auto;
    padding: 24px; 
  }
  .start-index-box-v2__text {
    margin-top: 1.2em;
    font-size: calc((12 / var(--spWidth)) * 100vw);
  }
  .start-index-box-v2__link {
    margin-top: 1.7em;
    text-align: center;
  }
  .start-index-box-v2__link__type {
    font-size: calc((15 / var(--spWidth)) * 100vw);
  }
  .start-index-box-v2__link__type::before {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: currentColor;
    transition: ease width .3s;
  }
  .start-index-box-v2__link__type:hover::before {
    width: calc(100% - 50px);
  }
}

/* ----- start-anchor-navi ----- */
.start-anchor-navi__list {
	display: flex;
	justify-content: center;
	text-align: center;
}
.start-anchor-navi__list li {
	background-color: #F7F7F7;
	border-radius: 10px;
}
.start-anchor-navi__item__body .c-return__arw {
	background-color: #fff;
	transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
	.start-anchor-navi {
		margin-top: 40px;
	}
	.start-anchor-navi__list {
    gap: 24px;
	}
	.start-anchor-navi__list li {
		padding: 16px 24px 9px 24px;
	}
	.start-anchor-navi__item {
		width: 120px;
	}
	.start-anchor-navi__item__body .c-return__arw {
		width: 24px;
		margin-top: 11px;
	}
	.start-anchor-navi__item__body .c-return__arw::after {
		width: 13px;
	}
	.start-anchor-navi__item__text {
		margin-top: 12px;
		font-size: 15px;
		letter-spacing: 0.02em;
		line-height: 1.3;
	}
}
@media only screen and (max-width: 767px) {
	.start-anchor-navi {
		padding-inline: calc((20 / var(--spWidth)) * 100vw);
		margin-top: calc((32 / var(--spWidth)) * 100vw);
	}
	.start-anchor-navi__list {
		gap: 10px;
	}
	.start-anchor-navi__item {
		padding: calc((8 / var(--spWidth)) * 100vw) calc((8 / var(--spWidth)) * 100vw) 0;
	}
	.start-anchor-navi__item__text {
		margin-top: calc((14 / var(--spWidth)) * 100vw);
		font-size: calc((12 / var(--spWidth)) * 100vw);
		letter-spacing: 0.02em;
		line-height: 1.3;
	}
	.start-anchor-navi__item__body .c-return__arw {
		width: calc((24 / var(--spWidth)) * 100vw);
		margin-top: calc((20 / var(--spWidth)) * 100vw);
	}
}

/* ----- start-column-v2 ----- */
.start-column-v2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 768px) {
	.start-column-v2 {
		gap: 33px;
	}
	.start-column-v2__image {
		width: 40px;
	}
	.start-column-v2__text {
		font-size: 18px;
  	line-height: 1.6;
  	letter-spacing: .03em;
	}
}
@media only screen and (max-width: 767px) {
	.start-column-v2 {
		gap: 24px;
		padding-inline: calc((27 / var(--spWidth)) * 100vw);
	}
	.start-column-v2__image {
		width: calc((49 / var(--spWidth)) * 100vw);
		flex-shrink: 0;
	}
	.start-column-v2__text {
		font-size: calc((13 / var(--spWidth)) * 100vw);
  	line-height: 1.6;
  	letter-spacing: .03em;
	}
}

/* ----- start-box ----- */
.start-box__inner {
	background-color: #EEE;
}
.start-box:nth-of-type(2) .start-box__inner {
	background-color: #D5D5D5;
}
.start-box__body {
	background-color: #fff;
}
.start-box__heading2__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.start-box__heading2__title {
	color: #00499F;
	line-height: 1.3;
	letter-spacing: .03em;
}
.start-box__column {
	display: flex;
	justify-content: center;
	align-items: center;
}
.start-box__column__text {
	line-height: 1.6;
	letter-spacing: .03em
}
.start-box__button {
	display: flex;
	justify-content: center;
}
.start-box__button__type {
	display: flex;
	align-items: center;
	background-color: #0074C1;
	border-radius: 200px;
	gap: 16px;
}
.start-box__button__label {
	color: #fff;
	line-height: 1.6;
	letter-spacing: .03em;
}
.start-box__title {
	line-height: 1.6;
	letter-spacing: .03em;
	text-align: center;
}
.start-box__title--highlight {
	background: linear-gradient(180deg, transparent 60%, #ddfd84 70%, #b3ec1a 100%);
}
.start-box__text--small {
	line-height: 1.6;
	letter-spacing: .03em;
	text-align: center;
}
.start-box__text {
	line-height: 1.6;
	letter-spacing: .03em;
	text-align: center;
}
.start-box__grid {
	display: grid;
	align-items: center;
	justify-content: center;
}
.start-box__grid__text {
	line-height: 1.6;
	letter-spacing: .03em;
	text-align: center;
}
.c-morelink__item {
	letter-spacing: .03em;
	line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
	.start-box {
		margin-top: 64px;
	}
	.start-box:first-of-type {
		margin-top: 80px;
	}
	.start-box__inner {
		padding: 30px 20px 80px;
		border-radius: 30px;
	}
	.start-box__heading2__inner img {
		width: 64px;
	}
	.start-box__heading2__title {
		font-size: 32px;
	}
	.start-box__body {
		margin-top: 32px;
		padding: 32px 47px 48px;
		border-radius: 20px;
	}
	.start-box__column {
		gap: 16px;
	}
	.start-box__column__image {
		width: 80px;
	}
	.start-box__column__text {
		font-size: 20px;
	}
	.start-box__button {
		width: 480px;
		margin: 32px auto 0;
	}
	.start-box__button__type {
		padding: 16px 30px;
		gap: 17px;
	}
	.start-box__button__label {
		font-size: 16px;
	}
	.start-box__button__image {
		width: 48px;
	}
	.start-box__button__text {
		margin-top: 16px;
		color: #868686;
		font-size: 13px;
		letter-spacing: .03em;
		line-height: 1.6;
		text-align: center;
	}
	.start-box__title {
		font-size: 28px;
		margin-top: 48px;
	}
	.start-box__text--small {
		margin-top: 16px;
		font-size: 15px;
	}
	.start-box__text {
		font-size: 20px;
	}
	.start-box__figure__frame {
		width: 480px;
		margin: 24px auto 0;
	}
	.start-box .c-morelink {
		margin-top: 40px;
	}
	.start-box .start-box__grid__link .c-morelink.-small {
		margin-top: 0;
	}
	.start-box .c-morelink.-small {
		margin-top: 33px;
	}
	.start-box .c-morelink.-small .c-arw {
		width: 30px;
	}
	.start-box .c-morelink.-small .c-arw::after {
		width: 14px;
	}
	.c-morelink.-small .c-morelink__item {
		font-size: 18px;
	}
	.start-box__grid {
		grid-template-columns: 200px 316px 200px;
		margin-top: 17px;
		gap: 37px 48px;
	}
	.start-box__grid__image--left {
		grid-row: 1;
		grid-column: 1;
	}
	.start-box__grid__image--right {
		grid-row: 1;
		grid-column: 3;
	}
	.start-box__grid__link {
		grid-row: 2;
		grid-column: 1 / 4;
	}
	.start-box__grid__text {
		font-size: 20px;
		grid-row: 1;
		grid-column: 2;
	}
	.start-figure-wrap {
		width: 780px;
    margin: 92px auto 0;
	}
}
@media only screen and (max-width: 767px) {
	.start-box:first-of-type {
		margin-top: calc((40 / var(--spWidth)) * 100vw);
	}
	.start-box__head {
    padding-inline: calc((21 / var(--spWidth)) * 100vw);
	}
	.start-box__heading2__title {
		font-size: calc((24 / var(--spWidth)) * 100vw);
	}
	.start-box__body {
		margin-top: calc((24 / var(--spWidth)) * 100vw);
		padding: calc((24 / var(--spWidth)) * 100vw) calc((10 / var(--spWidth)) * 100vw) calc((40 / var(--spWidth)) * 100vw);
		border-radius: 30px;
	}
	.start-box__inner {
		padding: calc((32 / var(--spWidth)) * 100vw) calc((10 / var(--spWidth)) * 100vw) calc((80 / var(--spWidth)) * 100vw);
	}
	.start-box__heading2__inner img {
		width: calc((36 / var(--spWidth)) * 100vw);
	}
	.start-box__column {
		gap: 16px;
	}
	.start-box__column__image {
		width: calc((100 / var(--spWidth)) * 100vw);
	}
	.start-box__column__text {
		font-size: calc((13 / var(--spWidth)) * 100vw);
	}
	.start-box__button {
		margin-top: calc((20 / var(--spWidth)) * 100vw);
	}
	 .start-box__button__image {
		width: calc((42 / var(--spWidth)) * 100vw);
	}
	.start-box__button__label {
		font-size: calc((14 / var(--spWidth)) * 100vw);
		text-align: center;
	}
	.start-box__button__type {
		padding: calc((16 / var(--spWidth)) * 100vw) calc((28 / var(--spWidth)) * 100vw);
		gap: calc((19 / var(--spWidth)) * 100vw);
	}
	.start-box__button__text {
	  display: none;
	}
	.start-box__title {
		font-size: calc((24 / var(--spWidth)) * 100vw);
		margin-top: calc((48 / var(--spWidth)) * 100vw) ;
	}
	.start-box__text--small {
		margin-top: calc((16 / var(--spWidth)) * 100vw) ;
		font-size: calc((12 / var(--spWidth)) * 100vw) ;
	}
	.start-box__text {
		font-size: calc((13 / var(--spWidth)) * 100vw) ;
	}
	.start-box__figure__frame {
		margin: calc((16 / var(--spWidth)) * 100vw) auto 0;
	}
	.start-box .c-morelink {
		margin-top: calc((26 / var(--spWidth)) * 100vw);
	}
	.start-box .start-box__grid__link .c-morelink.-small {
		margin-top: calc((10 / var(--spWidth)) * 100vw);
	} 
	.start-box__grid {
		grid-template-columns: calc((144 / var(--spWidth)) * 100vw) calc((160 / var(--spWidth)) * 100vw);
		gap: 24px 32px;
	}
	.start-box__grid__image--left {
		grid-row: 2;
		grid-column: 1;
	}
	.start-box__grid__image--right {
		grid-row: 2;
		grid-column: 2;
	}
	.start-box__grid__link {
		grid-row: 3;
		grid-column: 1 / 3;
	}
	.start-box__grid__text {
		font-size: calc((13 / var(--spWidth)) * 100vw);
		grid-row: 1;
		grid-column: 1 / 3;
	}
	.start-figure-wrap {
    margin: calc((64 / var(--spWidth)) * 100vw) auto 0;
		padding-inline: calc((10 / var(--spWidth)) * 100vw);
	}
}

/* ----- start-column-v3 ----- */
@media print, screen and (min-width: 768px) {
	.start-column-v3 {
		display: flex;
		flex-wrap: wrap;
		width: 640px;
		margin: 32px auto 0;
		gap: 10px;
	}
	.start-column-v3__item {
		width: 120px;
	}
}
@media only screen and (max-width: 767px) {
	.start-column-v3 {
		display: grid;
		grid-template-columns: repeat(8 , 1fr);
		margin-top: 24px;
		padding-inline: calc((26 / var(--spWidth)) * 100vw); 
		gap: 6px;
	}
	.start-column-v3__item:nth-of-type(1) {
		grid-row: 1;
		grid-column: 2 / 4;
	}
	.start-column-v3__item:nth-of-type(2) {
		grid-row: 1;
		grid-column: 4 / 6;
	}
	.start-column-v3__item:nth-of-type(3) {
		grid-row: 1;
		grid-column: 6 / 8;
	}
	.start-column-v3__item:nth-of-type(4) {
		grid-row: 2;
		grid-column: 1 / 3;
	}
	.start-column-v3__item:nth-of-type(5) {
		grid-row: 2;
		grid-column: 3 / 5;
	}
	.start-column-v3__item:nth-of-type(6) {
		grid-row: 2;
		grid-column: 5 / 7;
	}
	.start-column-v3__item:nth-of-type(7) {
		grid-row: 2;
		grid-column: 7 / 9;
	}
	.start-column-v3__item:nth-of-type(8) {
		grid-row: 3;
		grid-column: 2 / 4;
	}
	.start-column-v3__item:nth-of-type(9) {
		grid-row: 3;
		grid-column: 4 / 6;
	}
	.start-column-v3__item:nth-of-type(10) {
		grid-row: 3;
		grid-column: 6 / 8;
	}
}