@charset "utf-8";

@media screen and (min-width: 769px) {
  #kvWrap .pageNav {
    padding-right: 20px;
  }
}

/*  linkArea
--------------------------------------------------*/
.linkArea {
  max-width: 960px;
}
.linkArea + * {
  margin-top: 90px;
}
.linkItem {
  display: flex;
  align-items: center;
  gap: 30px;
  width: calc((100% - 40px) / 2);
  border: 1px solid #d5689c;
  padding: 20px 28px;
  box-sizing: border-box;
}
.linkItem__icon {
  width: 60px;
}
.linkItem__text {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #d5689c;
}

.linkItem.is-active {
  background-color: #d5689c;
}
.linkItem.is-active .linkItem__text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .linkArea {
    max-width: 320px;
  }
  .linkArea + * {
    margin-top: 60px;
  }
  .linkBox {
    row-gap: 20px;
  }
  .linkItem {
    gap: 20px;
    width: 100%;
    padding: 15px 20px;
  }
  .linkItem__icon {
    width: 40px;
  }
  .linkItem__text {
    font-size: 20px;
  }
}

/*  annotation
--------------------------------------------------*/
.annotation {
	max-width: 960px;
	background-color: #fbf0f5;
	padding: 35px;
}
.annotation .ttl {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
	color: #aa3250;
	text-align: center;
}
.annotation .txt {
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1em;
	text-align: center;
}

@media screen and (max-width: 768px) {
  .annotation {
    max-width: 560px;
  }
  .annotation .txt {
    text-align: justify;
  }
}

/*  about
--------------------------------------------------*/
* + #about {
  padding-top: 115px;
}
#about .inner {
  max-width: 1100px;
}
#about .cntBox + .cntBox {
  margin-top: 80px;
}
#about .cntBox .figure {
  width: 36.36364%;
}
#about .cntBox .figure img + img {
	display: block;
	margin-top: 35px;
}
#about .cntBox .txtBox {
  position: relative;
  width: 56.36364%;
  margin-top: -13px;
}
#about .cntBox .headline {
  font-size: 28px;
  line-height: 1.785;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #d5689c;
  margin-bottom: 15px;
}
#about .cntBox .headline2 {
  margin-top: 65px;
}
#about .cntBox .explain {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#about .cntBox .explain p + p {
  margin-top: 13px;
}
@media screen and (max-width: 1000px) {
  #about .cntBox .headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + #about {
    padding-top: 75px;
  }
  #about .inner {
    max-width: 560px;
  }
  #about .cntBox + .cntBox {
    margin-top: 60px;
  }
  #about .cntBox .figure {
    width: 87.5%;
    margin: 0 auto 20px;
  }
  #about .cntBox .txtBox {
    width: 100%;
    margin-top: 0;
  }
  #about .cntBox .headline {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  #about .cntBox .headline2 {
    margin-top: 45px;
  }
  #about .cntBox .explain {
    font-size: 14px;
    line-height: 2;
  }
  #about .cntBox .explain p + p {
    margin-top: 20px;
  }
}

/*  question
--------------------------------------------------*/
#question {
  padding-top: 120px;
}
#question .inner {
  max-width: 1100px;
}
#question .questionList {
}
#question .questionList li {
  width: 47.7273%;
  background-color: #fdf7fa;
  padding: 25px 40px 33px;
  box-sizing: border-box;
}
#question .questionList li:nth-child(n + 3) {
  margin-top: 4.5454%;
}
#question .questionList .qTxt {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #d5689c;
  margin-bottom: 10px;
  margin-left: 2em;
  text-indent: -1em;
}
#question .questionList .qTxt span {
  font-size: 28px;
  display: inline-block;
  margin-right: 17px;
}
#question .questionList .aTxt {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #question {
    padding-top: 80px;
  }
  #question .inner {
    max-width: 1100px;
  }
  #question .questionList {
  }
  #question .questionList li {
    width: 100%;
    padding: 22px 30px 23px;
  }
  #question .questionList li + li,
  #question .questionList li:nth-child(n + 3) {
    margin-top: 20px;
  }
  #question .questionList .qTxt {
    font-size: 18px;
    margin-bottom: 6px;
    margin-left: 1.55em;
    text-indent: -0.75em;
  }
  #question .questionList .qTxt span {
    font-size: 24px;
    margin-right: 8px;
  }
  #question .questionList .aTxt {
    font-size: 14px;
    line-height: 2;
  }
}

/*  removal
--------------------------------------------------*/
#removal {
  padding-top: 180px;
}
#removal .inner {
  max-width: 1100px;
}
#removal .removalCntBox {
}
#removal .removalCnt + .removalCnt {
  margin-top: 130px;
}
#removal .removalCnt h4 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #736357;
  text-align: center;
  padding: 19px 0 21px;
  background-color: #faf1f4;
}
#removal .removalCnt .inBox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#removal .removalCnt .inBox > .txt {
	margin-top: 50px;
	text-align: center;
}
#removal .removalCnt .listBox {
	max-width: 830px;
	border: 1px solid #eec1d6;
	margin-top: 30px;
	margin-inline: auto;
	padding: 40px 50px;
	box-sizing: border-box;
}
#removal .removalCnt .listBox .list > li {
	font-weight: 600;
}
#removal .removalCnt .listBox .list > li .normal {
	font-weight: 400;
}
#removal .removalCnt .note {
	max-width: 830px;
	margin-top: 30px;
	margin-inline: auto;
	box-sizing: border-box;
	line-height: 2.25;
}
#removal .removalCnt .noteList > li {
	display: flex;
	align-items: flex-start;
	gap: .8em;
}
#removal .removalCnt .noteList > li::before {
	content: '';
	display: block;
	width: 4px;
	aspect-ratio: 1;
	background-color: #666;
	border-radius: 50%;
	margin-top: 1.1em;
}
@media screen and (max-width: 768px) {
  #removal {
    padding-top: 80px;
  }
  #removal .inner {
    max-width: 560px;
  }
  #removal .removalCnt + .removalCnt {
    margin-top: 60px;
  }
  #removal .removalCnt h4 {
    font-size: 18px;
    padding: 10px 0 12px;
  }
	#removal .removalCnt .inBox > .txt {
		font-size: 14px;
    margin-top: 30px;
    text-align: left;
	}
	#removal .removalCnt .listBox {
		max-width: 560px;
		margin-top: 20px;
		padding: 20px 25px;
	}
	#removal .removalCnt .listBox .list > li {
		font-size: 14px;
	}
	#removal .removalCnt .listBox .list > li + li {
		margin-top: 6px;
	}
	#removal .removalCnt .note {
    max-width: 560px;
		font-size: 14px;
    margin-top: 20px;
    line-height: 2;
	}
}


/*  schedule
--------------------------------------------------*/
#schedule {
  padding-top: 180px;
}
#schedule .list .ttl {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #d5689c;
}
#schedule .list {
	max-width: 1100px;
	margin-inline: auto;
}
#schedule .list > li {
	display: flex;
	gap: 50px;
}
#schedule .list .step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	background-color: #f1efee;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-left: .5em;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
#schedule .list .step::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 18px;
	height: 100%;
	background-color: inherit;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	z-index: 0;
}
#schedule .list .childList {
	margin-top: 5px;
}
#schedule .list .childList > li {
	font-weight: 600;
	position: relative;
	z-index: 0;
}
#schedule .list .childList > li + li {
	margin-top: 8px;
}
#schedule .list .childList > li.dotTxt {
	padding-left: .8em;
}
#schedule .list .childList > li.dotTxt::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 0;
	width: 4px;
	aspect-ratio: 1;
	background-color: #666;
	border-radius: 50%;
	z-index: 0;
}
#schedule .list .childList > li .child {
	font-weight: 400;
}
#schedule .list .childList > li .em {
	color: #d5689c;
	font-style: normal;
}

@media screen and (max-width: 1200px) {
	#schedule .list {
		justify-content: center;
		gap: 30px 20px;
	}
	#schedule .list > li {
    gap: 35px;
	}
	#schedule .list .step {
		width: 75px;
		min-height: 170px;
		font-size: 14px;
	}
	#schedule .list .ttl {
		font-size: 18px;
	}
	#schedule .list .childList > li {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	#schedule {
    padding-top: 80px;
  }
		#schedule .list > li {
			flex-direction: column;
			row-gap: 40px;
			width: 100%;
	}
	#schedule .list .step {
		width: 100%;
		min-height: revert;
		font-size: 16px;
		padding-top: 13px;
		padding-left: 0;
	}
	#schedule .list .step::after {
		top: 100%;
		left: 0;
		width: 100%;
		height: 25px;
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}

}

/*  flow
--------------------------------------------------*/
#flow {
  padding-top: 180px;
}
#flow .inner {
  max-width: 1100px;
}
#flow .flowCntBox {
}
#flow .flowCnt + .flowCnt {
  margin-top: 65px;
}
#flow .flowCnt .ttl {
  position: relative;
  background-color: #faf1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d5689c;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  width: 220px;
  text-align: center;
}
#flow .flowCnt .ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  height: 25px;
  background: linear-gradient(to top right, transparent 50%, #faf1f4 50%) no-repeat top left / 50% 100%, linear-gradient(to top left, transparent 50%, #faf1f4 50%) no-repeat bottom right/50% 100%;
}
#flow .flowCnt:last-of-type .ttl:after {
  display: none;
}
#flow .flowCnt .cntBox {
  width: calc(100% - 270px);
  padding-top: 10px;
}
#flow .flowCnt .desc {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 25px;
}
#flow .flowCnt .desc span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
#flow .flowCnt .inBox {
  border: solid 1px #eec1d6;
  box-sizing: border-box;
  padding: 37px 45px 30px;
}
#flow .flowCnt .inBox .headLine {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #d5689c;
  margin-bottom: 11px;
}
#flow .flowCnt .inBox .txt {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#flow .flowCnt .inBox .note {
  color: #aa3250;
  font-weight: 600;
}
#flow .flowCnt .inBox .txt span {
  display: inline-block;
  font-weight: 600;
  width: 125px;
}

#flow .cautionBox {
  position: relative;
  border: solid 1px #eec1d6;
  margin-top: 80px;
  padding: 32px 40px 26px;
  box-sizing: border-box;
}
#flow .cautionBox p:nth-child(1) {
  position: absolute;
  left: 40px;
  top: 0;
  width: 100%;
  transform: translateY(-60%);
  font-size: 20px;
  line-height: 1;
  color: #d5689c;
  letter-spacing: 0.05em;
}
#flow .cautionBox p:nth-child(1) span {
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
}
#flow .cautionBox p:nth-child(2) {
  font-size: 16px;
  line-height: 1.714;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #flow {
    padding-top: 80px;
  }
  #flow .inner {
    max-width: 560px;
  }
  #flow .flowCntBox {
  }
  #flow .flowCnt {
    position: relative;
    padding-bottom: 60px;
  }
  #flow .flowCnt:last-of-type {
    padding-bottom: 0;
  }
  #flow .flowCnt:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #faf1f4 transparent transparent transparent;
  }
  #flow .flowCnt:last-of-type:after {
    display: none;
  }
  #flow .flowCnt + .flowCnt {
    margin-top: 40px;
  }
  #flow .flowCnt .ttl {
    font-size: 20px;
    padding: 10px 0 12px;
    width: 100%;
    margin-bottom: 20px;
  }
  #flow .flowCnt .ttl:after {
    display: none;
  }
  #flow .flowCnt .cntBox {
    width: 100%;
    padding-top: 0;
  }
  #flow .flowCnt .desc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
  }
  #flow .flowCnt .desc span {
    font-size: 12px;
    line-height: 1.8;
  }
  #flow .flowCnt .inBox {
    border: solid 1px #eec1d6;
    box-sizing: border-box;
    padding: 25px 30px 25px;
  }
  #flow .flowCnt .inBox .headLine {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
  }
  #flow .flowCnt .inBox .txt {
    font-size: 14px;
    line-height: 1.714;
  }
  #flow .flowCnt .inBox .txt + .txt {
    margin-top: 15px;
  }
  #flow .flowCnt .inBox .txt span {
    display: block;
    width: 100%;
  }

  #flow .cautionBox {
    padding: 21px 20px 17px;
  }
  #flow .cautionBox p:nth-child(1) {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  #flow .cautionBox p:nth-child(1) span {
    padding: 0 10px;
  }
  #flow .cautionBox p:nth-child(2) {
    font-size: 14px;
  }
  #flow .cautionBox p .ib {
    display: inline-block;
  }
}

/*  priceList
--------------------------------------------------*/
#priceList {
  padding-top: 180px;
  margin-bottom: 70px;
}

.usuallyPrice ul li .ordinaryPrice p {
  line-height: 2.2;
}

@media screen and (min-width: 769px) {
  #priceList .bnrArea {
    max-width: 960px;
    margin-bottom: 115px;
  }
}

@media screen and (max-width: 768px) {
  #priceList {
    padding-top: 80px;
    margin-bottom: 60px;
  }

  .usuallyPrice.pt3 ul li:first-child .called {
    margin-bottom: 20px;
  }

  .usuallyPrice .priceCap {
    text-align: left;
  }

  #priceList .bnrArea {
    margin-bottom: 75px;
  }
}

/*  half
--------------------------------------------------*/
#half {
}
#half .inner {
  max-width: 1100px;
  padding: 80px 0;
  background-color: #fdf7fa;
}
#half .figure {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #half {
  }
  #half .inner {
    max-width: 560px;
    padding: 30px 0;
  }
  #half .figure {
    width: 87.5%;
  }
}


/*  contact
--------------------------------------------------*/
#contact {
    padding-top: 120px;
}
#contact .txt {
	text-align: center;
}
#contact .btnList {
	max-width: 1000px;
	margin-top: 50px;
	margin-inline: auto;
}
#contact .btnWrap {
	width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 768px) {
	#contact {
			padding-top: 80px;
	}
	#contact .txt {
		font-size: 14px;
		text-align: left;
	}
	#contact .btnList {
		max-width: 320px;
		row-gap: 30px;
		margin-top: 30px;
	}
	#contact .btnWrap {
		width: 100%;
	}
}