@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ul {
  list-style: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

label {
  user-select: none;
}

.re-container img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    vertical-align: bottom !important;

}

a {
  text-decoration: none;
  color: inherit;
}

[type=text],
[type=tel],
[type=email] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

[type=text]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/cms/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

[type=submit] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

[type=submit]:hover,
[type=submit]:focus {
  outline: none;
}

[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}



/* ======================================================================= */

.page-priceWrap .breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}
.page-priceWrap .breadcrumb > li {
  position: relative;
	font-size: 16px;
}
.page-priceWrap .breadcrumb > li:not(:first-of-type)::before {
  position: absolute;
  content: "/";
  left: -9px;
  font-size: 12px;
  top: 55%;
  transform: translateY(-50%);
}



body {
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.75;
  color: #242424;
  font-size: 16px !important;
  
}
section {
  margin: 150px 0 !important;
}
@media screen and (max-width: 834px) {
  section {
    margin: 100px 0 !important;
  }
}
@media screen and (max-width: 429px) {
  section {
    margin: 60px 0 !important;
  }
}

.price-sec-in {
  max-width: 1128px;
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .price-sec-in {
    padding: 0 20px;
  }
}

.price-sec-head {
  width: 100%;
  height: 140px;
  background: #D16750;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .price-sec-head {
    height: 75px;
    margin-bottom: 40px;
  }
}
.price-sec-head .price-ttl {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 400;
}
.price-sec-head .price-en-ttl {
  font-size: clamp(16px, 3vw, 20px);
  margin-top: 8px;
}
@media screen and (max-width: 834px) {
  .price-sec-head .price-en-ttl {
    margin-top: 4px;
  }
}

.price-item-btn.color-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 58px;
  color: #D16750;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  outline: 1px solid #D16750;
  transition: all 0.3s;
}
.price-item-btn.color-main a:hover {
  background: #D16750;
  color: #FFFFFF;
}
.price-item-btn.color-main a:hover path {
  fill: #FFFFFF;
}
.price-item-btn.color-main a > p {
  padding-right: 16px;
}
.price-item-btn.color-main a > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.price-item-btn.color-main a > span svg path {
  fill: #D16750;
  transition: all 0.3s;
}

.price-sec__btm-txts dl {
  display: flex;
  align-items: start;
  padding: 24px 0;
  gap: 20px;
  border-bottom: 1px solid #242424;
}
@media screen and (max-width: 834px) {
  .price-sec__btm-txts dl {
    flex-direction: column;
    gap: 10px;
  }
}
.price-sec__btm-txts dl dt {
  font-weight: 500;
  width: 315px;
}
@media screen and (max-width: 834px) {
  .price-sec__btm-txts dl dt {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .price-sec__btm-txts dl dd {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.price-sec__btm-txts dl dd > p:nth-of-type(2) {
  color: #D16750;
  position: relative;
  display: inline-block;
}
.price-sec__btm-txts dl dd > p:nth-of-type(2)::after {
  content: "※";
  position: absolute;
  top: 0;
  right: -14px;
  color: #D16750;
  font-size: 12px;
}
.price-sec__btm-txts dl dd > p:nth-of-type(3) {
  font-size: 13px;
}
@media screen and (max-width: 834px) {
  .price-sec__btm-txts dl dd > p:nth-of-type(3) {
    width: 240px;
  }
}

.price-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 834px) {
  .price-item__wrap {
    gap: 60px;
  }
}

.price-item {
  display: flex;
  align-items: start;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #242424;
}
@media screen and (max-width: 834px) {
  .price-item {
    flex-direction: column;
    gap: 16px;
  }
}
.price-item .price-item-img {
  max-width: 540px;
  max-height: 360px;
  min-width: 330px;
}
@media screen and (max-width: 834px) {
  .price-item .price-item-img {
    width: 100%;
    max-width: initial;
  }
  .price-item .price-item-img img {
    max-height: 360px;
  }
}
.price-item .price-item-cnts {
  min-width: 400px;
}
@media screen and (max-width: 834px) {
  .price-item .price-item-cnts {
    min-width: initial;
    width: 100%;
  }
}
.price-item .price-item-cnts .price-item-ttl {
  color: #D16750;
  font-weight: 400;
}
.price-item .price-item-cnts .price-item-price {
  margin-top: 20px;
}
.price-item .price-item-cnts .price-item-price dl {
  display: flex;
  justify-content: space-between;
}
.price-item .price-item-cnts .price-item-price dl dt {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .price-item .price-item-cnts .price-item-price dl dd {
    margin-top: 40px;
  }
}
.price-item .price-item-cnts .price-item-price dl dd p {
  font-weight: 500;
  font-size: 16px;
  text-align: end;
}
.price-item .price-item-cnts .price-item-price dl dd p span {
  font-weight: 400;
  color: #242424;
  font-size: 16px;
}
.price-item .price-item-cnts .price-item-price dl dd p.price-main-color {
  color: #D16750;
}
.price-item .price-item-cnts .price-item-price dl dd p .price-item-sml {
  font-size: 10px;
  position: relative;
  top: -5px;
}
.price-item .price-item-cnts .price-item-txts .price-item-txts__head {
  font-weight: 500;
  padding-left: 16px;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 834px) {
  .price-item .price-item-cnts .price-item-txts .price-item-txts__head {
    margin-top: 50px;
  }
}
.price-item .price-item-cnts .price-item-txts .price-item-txts__head::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background: #242424;
  left: 0;
  top: 0;
}
.price-item .price-item-cnts .price-item-txts .price-item-txt {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
	gap: 16px;
}

.price-item .price-item-cnts .price-item-txts .price-item-txt  p {
	font-weight: 300;	
}


.price-item .price-item-cnts .price-item-txts .price-item-txt-btm {
  margin-top: 30px;
}
.price-item .price-item-cnts .price-item-txts .price-item-txt-btm p {
  font-size: 13px;
  font-weight: 300;
}
.price-item .price-item-cnts .price-item-btn.color-main {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.price-fv-area {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 80px;
}
@media screen and (max-width: 834px) {
  .price-fv-area {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: start;
  }
}
.price-fv-area .price-fv-txts {
  padding-left: 60px;
  max-width: 475px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .price-fv-area .price-fv-txts {
    padding-left: 20px;
    padding-right: 20px;
    max-width: initial;
    width: 100%;
  }
}
.price-fv-area .price-fv-txts .price-fv-txt-head > p {
  font-size: clamp(24px, 5vw, 38px);
}
.price-fv-area .price-fv-txts .price-fv-txt-head span {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .price-fv-area .price-fv-txts .price-fv-txt-head span {
    margin-top: 8px;
  }
}
.price-fv-area .price-fv-txts > p, .price-fv-area .price-fv-txts > ol {
  margin-top: 35px;
}
@media screen and (max-width: 834px) {
  .price-fv-area .price-fv-txts > p, .price-fv-area .price-fv-txts > ol  {
    margin-top: 30px;
  }
}
.price-fv-area .price-fv {
  width: 100%;
  height: auto;
  max-height: 70vh;
}
@media screen and (max-width: 834px) {
  .price-fv-area .price-fv {
    max-width: initial;
    max-height: 400px;
  }
}
.price-fv-area .price-fv img {
  max-height: 70vh;
}
@media screen and (max-width: 834px) {
  .price-fv-area .price-fv img {
    max-height: 400px;
  }
}

section.price-first-cstmr .price-sec__btm {
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  section.price-first-cstmr .price-sec__btm {
    padding-bottom: 40px;
  }
}
section.price-first-cstmr .price-sec__btm > p {
  padding: 24px 0;
  border-bottom: 1px solid #242424;
}

section.price-serv ul.price-serv__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 10px;
}
@media screen and (max-width: 834px) {
  section.price-serv ul.price-serv__items {
    gap: 40px 10px;
  }
}
section.price-serv ul.price-serv__items > li {
  width: calc((100% - 99px) / 2);
  min-width: 230px;
}
@media screen and (max-width: 834px) {
  section.price-serv ul.price-serv__items > li {
    width: 100%;
    min-width: 150px;
  }
}
section.price-serv ul.price-serv__items > li .price-serv__img {
  width: 100%;
/*   height: 22.5vw; */
	position:relative;
}
section.price-serv ul.price-serv__items > li .price-serv__img:before {
	content: "";
    border: 1px solid #D16750;
    width: 30px;
    position: absolute;
    bottom: -20px;
    right: calc(50% - 15px);
}
section.price-serv ul.price-serv__items > li .price-serv__img img {
	border-radius: 25px;
	height: 45vh;
}
@media screen and (max-width: 834px) {
	section.price-serv ul.price-serv__items > li .price-serv__img img {
	height: 40vh;
}
}
/* @media screen and (max-width: 834px) {
  section.price-serv ul.price-serv__items > li .price-serv__img {
    height: 60vw;
  }
} */
section.price-serv ul.price-serv__items > li > p {
  line-height: 28px;
}
section.price-serv ul.price-serv__items > li > p:not(:nth-of-type(1)){
	margin-top:0;
}
section.price-serv ul.price-serv__items > li > p:not(:nth-of-type(2)),section.price-serv ul.price-serv__items > li > ul {
	margin-top:1.5em;
}
section.price-serv ul.price-serv__items > li > p:first-of-type {
  text-align: center;
  margin: 30px 0 15px 0;
	font-weight:700;
}
section.price-serv .price-serv__btm {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  section.price-serv .price-serv__btm {
    margin-top: 60px;
  }
}
section.price-serv .price-serv__btm > p {
  text-align: center;
}
section.price-serv .price-serv__btm > p:nth-of-type(1) {
  font-weight: 500;
}
section.price-serv .price-serv__btm > p:nth-of-type(2) {
  margin-top: 20px;
}
section.price-serv .price-serv__btm .price-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  section.price-serv .price-serv__btm .price-btn-wrap {
    margin-top: 30px;
  }
}
section.price-serv .price-serv__btm .price-btn-wrap a {
  background: #D16750;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  max-width: 320px;
  width: 100%;
  height: 58px;
  transition: all 0.3s;
}
section.price-serv .price-serv__btm .price-btn-wrap a:hover {
  opacity: 0.6;
}
section.price-serv .price-serv__btm .price-btn-wrap a > p {
  padding-right: 16px;
  font-weight: 700;
}
section.price-serv .price-serv__btm .price-btn-wrap a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

section.price-plan .price-sec__btm .price-sec__btm-txts dl {
  border-top: 1px solid #242424;
}
section.price-plan ul.price-plan__items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 0;
}
section.price-plan ul.price-plan__items li.price-plan__item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 834px) {
  section.price-plan ul.price-plan__items li.price-plan__item {
    width: calc((100% - 10px) / 2);
  }
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-img {
  width: 100%;
  max-height: 365px;
  height: 25vw;
  max-width: 550px;
}
@media screen and (max-width: 834px) {
  section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-img {
    height: 30vw;
  }
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts {
  margin-top: 8px;
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts h4.price-item-ttl {
  color: #D16750;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 429px) {
  section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts h4.price-item-ttl {
	  font-size:14px;
	}
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts > p {
  margin-top: 8px;
  text-align: center;
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a {
  width: 280px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: solid 1px #242424;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a {
    height: 45px;
  }
}

@media screen and (max-width: 834px) {
  section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a svg {
    width: 70%;
  }
}


section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a path {
  transition: all 0.3s;
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a:hover {
  background: #242424;
  color: #FFFFFF;
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a:hover path {
  fill: #FFFFFF;
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a > p {
  padding-right: 16px;
}
@media screen and (max-width: 834px) {
  section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a > p {
    font-size: 3vw;
    padding-right: 24px;
  }
}
section.price-plan ul.price-plan__items li.price-plan__item .price-plan__item-txts .price-item-btn a > span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
section.price-plan .price-plan__cnts {
  width: 100%;
	max-width: 1128px;
	margin: 0 auto;
}


section.price-plan .price-plan__cnts .price-plan__cnt-imgs {
  margin-left: auto;
  display: flex;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs {
    margin-top: 80px;
    gap: 300px;
  }
}
@media screen and (max-width: 429px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs {
    margin-top: 60px;
  }
}
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-img {
/*   min-width: 450px;
  min-height: 400px;
  height: 30vw;
  width: 38vw; */
	height: 380px;
    width: 380px;
}
@media screen and (max-width: 1280px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-img {
    height: 30vw;
    width: 50vw;
  }
}
@media screen and (max-width: 834px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-img {
    width: calc(100% - 20px);
    min-width: initial;
    min-height: initial;
    height: 60vw;
  }
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-img:nth-of-type(2) {
    margin-left: auto;
  }
}
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts {
  background: #FFFFFF;
  padding: 50px 40px;
  position: absolute;
/*   right: 30px; */
	right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts {
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 30px 20px;
    text-align: center;
  }
}

@media screen and (max-width: 429px) {
	section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts {
		text-align: left;
	}
}


section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts .price-plan__cnt-txts__head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts .price-plan__cnt-txts__head {
    justify-content: center;
    text-align: left;
    gap: 8px;
  }
}
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts .price-plan__cnt-txts__head > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts .price-plan__cnt-txts__head > span svg {
  z-index: 1;
}
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts .price-plan__cnt-txts__head > span::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  background: #D16750;
  border-radius: 9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts .price-plan__cnt-txts__head > p {
  font-size: clamp(20px, 4vw, 26px);
  line-height: 1.4;
}
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts > p {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts > p {
    margin-top: 20px;
	  text-align: center;
  }
}

@media screen and (max-width: 429px) {
	  section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts > p {
	  text-align: left;
  }
}


section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts > span {
  display: inline-block;
/*   padding-left: 60px; */
  position: relative;
  color: #D16750;
	margin-top: 8px;
}

@media screen and (max-width: 429px) {
section.price-plan .price-plan__cnts .price-plan__cnt-imgs .price-plan__cnt-txts > span {
  text-align: left;
	}
}

section.price-after-grad .price-item .price-item-price dl dd {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  section.price-after-grad .price-item .price-item-price dl dd {
    margin-left: 20px;
    gap: 8px;
  }
}

section.price-after-grad .price-item .price-item-price dl dt br {
	display: none;
}

@media screen and (max-width: 834px) {
	section.price-after-grad .price-item .price-item-price dl dt br {
	display: block;
  }
}


section.price-after-grad .price-item .price-item-price dl dd .price-item-price-box > p:nth-of-type(1) {
  color: #D16750;
}

section.price-after-grad .price-item .price-item-price dl dd .price-item-price-box > p:nth-of-type(1) br {
	display: none;
}


@media screen and (max-width: 429px) {
section.price-after-grad .price-item .price-item-price dl dd .price-item-price-box > p:nth-of-type(1) br {
	display: block;
  }
}





section.price-after-grad .price-item .price-item-price dl dd .price-item-price-box .price-item-price-box-items p {
  text-align: right;
  padding-right: 24px;
  position: relative;
}
section.price-after-grad .price-item .price-item-price dl dd .price-item-price-box .price-item-price-box-items p::after {
  content: "※1";
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 12px;
}

.price-cta {
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .price-cta {
    margin-bottom: 300px;
  }
}

.price-cta .price-cta-wrap {
  height: 352px;
  position: relative;
}
.price-cta .price-cta-wrap::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #C3CBCB 80%, rgba(195, 203, 203, 0));
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .price-cta .price-cta-wrap::after {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .price-cta .price-cta-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.price-cta .price-cta-img {
  height: 100%;
  width: 80%;
  margin-left: auto;
}

.price-cta .price-cta-img > img {
	height: 100%;
}

@media screen and (max-width: 834px) {
  .price-cta .price-cta-img {
    height: 70vw;
    width: 100%;
    margin-left: 0;
  }
}
.price-cta .price-cta-box {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  padding: 30px;
  color: #FFFFFF;
  background: #D16750;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .price-cta .price-cta-box {
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    width: 90%;
  }
}
@media screen and (max-width: 429px) {
  .price-cta .price-cta-box {
    padding: 20px;
  }
}
.price-cta .price-cta-box .price-cta-box__head {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.price-cta .price-cta-box .price-cta-box__head > p:nth-of-type(1) {
  line-height: 1.4;
}
.price-cta .price-cta-box .price-cta-box__head > p:nth-of-type(2) {
  font-size: 36px;
}
@media screen and (max-width: 834px) {
  .price-cta .price-cta-box .price-cta-box__head > p:nth-of-type(2) {
    font-size: clamp(24px, 5vw, 36px);
  }
}
.price-cta .price-cta-box .price-cta-btn {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.price-cta .price-cta-box .price-cta-btn a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D16750;
  font-weight: 700;
  background: #FFFFFF;
  transition: all 0.3s;
}
.price-cta .price-cta-box .price-cta-btn a:hover {
  opacity: 0.7;
}
.price-cta .price-cta-box .price-cta-note {
  font-weight: 200;
  font-size: 13px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 430px) {
  .sp-visible {
    display: none;
  }
}

.btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 660px;
  margin: 60px auto 120px auto;
  flex-wrap:wrap;
}
@media screen and (max-width: 834px) {
  .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.btn-wrap .btn-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 18px;
  width: 320px;
  font-weight: 700;
  transition: all 0.3s ease;
	text-decoration:none;
	border:1px solid;
}
.btn-wrap .btn-item a svg {
  position: relative;
  left: 40px;
}
.btn-wrap .btn-item a:hover {
  opacity: 0.5;
}
.btn-wrap .btn-item a span {
  font-size: 16px;
  width: 200px;
  display: block;
  text-align: center;
}
.btn-wrap .btn-item a {
  background: #FFFFFF;
  color: #D16750;
}
.btn-wrap .btn-item a .svg-path {
  fill: #D16750;
}