.p-txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.m-archive-index {
  padding: 100px 0 0;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  .l-pagebody .m-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-txt {
    font-size: 3.4666666667vw;
  }
  .m-archive-index {
    padding: 12vw 0 0;
  }
}
/* p-about
---------------------------------------------------------------------------- */
.p-about {
  margin: 120px 0 0;
}
.p-about .m-inner {
  position: relative;
}

.p-about-inner {
  padding: 100px 0;
  position: relative;
}
.p-about-inner::before {
  position: absolute;
  content: "";
  display: block;
  right: left;
  top: 0;
  background: url(../../images/parents/bg_about.png) no-repeat center center/cover;
  width: 93%;
  height: 100%;
  z-index: -1;
}

.p-about-content {
  width: 520px;
}

.p-about-ttl-en {
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.3714285714;
  font-weight: 400;
}

.p-about-ttl-ja {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.5416666667;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}

.p-about-txt {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #fff;
  margin-top: 25px;
}

.p-about-img {
  position: absolute;
  top: 0;
  right: 40px;
  width: 560px;
  height: 582px;
}
.p-about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-img::after {
  position: absolute;
  content: "";
  width: 348px;
  height: 120px;
  right: -128px;
  top: -25px;
  background: url(../../images/parents/logo_about.png) no-repeat center center/100%;
}

.p-anchor-wrap {
  margin: 210px 0 0;
}

.p-anchor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.p-anchor li {
  margin-right: 40px;
}
.p-anchor li a {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  border-bottom: 1px solid #1E1E1E;
  padding: 0 25px 8px 0;
  position: relative;
}
.p-anchor li a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 3px;
  bottom: 15px;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about-img {
    right: 120px;
    width: 504px;
    height: 524px;
  }
  .p-about-img::after {
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    margin: 8vw 0 0;
  }
  .p-about-inner {
    padding: 10.6666666667vw 0 45.3333333333vw;
  }
  .p-about-inner::before {
    left: 0;
    width: 100%;
    background: url(../..//images/parents/bg_about_sp.png) no-repeat center center/cover;
  }
  .p-about-content {
    width: 100%;
  }
  .p-about-ttl-en {
    font-size: 9.0666666667vw;
  }
  .p-about-ttl-ja {
    font-size: 4.2666666667vw;
  }
  .p-about-txt {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    letter-spacing: 0.06em;
    line-height: 2.14;
  }
  .p-about-img {
    top: 108%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70.6666666667vw;
    height: 73.6vw;
  }
  .p-about-img::after {
    width: 49.0666666667vw;
    height: 15.2vw;
    right: -10.6666666667vw;
    top: -6.1333333333vw;
  }
  .p-anchor-wrap {
    margin: 46.6666666667vw 0 0;
  }
  .p-anchor {
    display: block;
    padding: 0 5.3333333333vw;
  }
  .p-anchor li {
    margin-right: 0;
  }
  .p-anchor li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .p-anchor li a {
    font-size: 4vw;
    padding: 0 6.6666666667vw 1.8666666667vw 0;
  }
  .p-anchor li a::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 0.8vw;
    bottom: 4vw;
  }
}
/* p-situation
---------------------------------------------------------------------------- */
.p-situation {
  background: #F6F4F2;
  padding: 100px 0;
}

.p-situation-wrap {
  padding: 0 130px;
}

.p-situation-catch {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6666666667;
  font-weight: 400;
  margin: 30px 0 0;
}
.p-situation-catch span {
  font-size: 2.2rem;
  line-height: 2.1818181818;
  font-weight: 400;
  color: #C5786F;
}

.p-situation-catch02 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6666666667;
  font-weight: 400;
  color: #C5786F;
}
.p-situation-catch02 .p-txt-l {
  font-size: 2.2rem;
  line-height: 2.1818181818;
  font-weight: 400;
}
.p-situation-catch02 .p-txt-gray {
  font-size: 1.3rem;
  line-height: 3.6923076923;
  font-weight: 400;
  color: #949494;
}

.p-situation-img {
  margin: 30px auto 40px;
}

.p-situation-txt {
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .p-situation {
    padding: 16vw 0;
  }
  .p-situation-wrap {
    padding: 0;
  }
  .p-situation-catch {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 0;
  }
  .p-situation-catch span {
    font-size: 5.3333333333vw;
  }
  .p-situation-catch02 {
    font-size: 4.2666666667vw;
  }
  .p-situation-catch02 .p-txt-l {
    font-size: 5.3333333333vw;
  }
  .p-situation-catch02 .p-txt-gray {
    font-size: 3.2vw;
  }
  .p-situation-img {
    margin: 8vw auto 10.6666666667vw;
  }
  .p-situation-txt {
    margin: 0;
  }
}
/* p-school
---------------------------------------------------------------------------- */
.p-school {
  padding: 100px 0;
}

.p-secttl01 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  border-top: 1px solid #C5786F;
  border-bottom: 1px solid #C5786F;
  padding: 15px 0 15px 15px;
}

.p-list {
  margin: 30px 0 0;
}

.p-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.p-list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-list-item-img {
  width: 520px;
}

.p-list-item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
}

.p-list-item-sh {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #C5786F;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #DFB1AA;
}

.p-list-item-txt {
  font-size: 1.8rem;
  line-height: 2.6666666667;
  font-weight: 400;
  margin-top: 20px;
}
.p-list-item-txt span {
  font-size: 2.2rem;
  line-height: 2.1818181818;
  font-weight: 400;
  color: #C5786F;
}

.p-school-info {
  background: #F6F4F2;
  margin: 20px 0 80px;
  padding: 17px 20px;
}

.p-school-info-sh {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #C5786F;
}

.p-school-info-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-school-info-list li {
  margin-right: 15px;
}

.p-secttl02 {
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 20px;
  position: relative;
}
.p-secttl02::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #C5786F;
  bottom: -1px;
  left: 0;
}

.p-occupation-archive-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0;
  padding-left: 0.5rem;
}

.p-occupation-archive-btn .m-button02 {
  width: 280px;
  border-bottom: 1px solid #DFB1AA;
  border-right: 1px solid #DFB1AA;
  color: #fff;
}
.p-occupation-archive-btn .m-button02 span {
  width: 280px;
  height: 62px;
  line-height: 48px;
  background: #DFB1AA;
  border: 1px solid #DFB1AA;
}
.p-occupation-archive-btn .m-button02.p-bg-purple {
  border-color: #B6A9C4;
}
.p-occupation-archive-btn .m-button02.p-bg-purple span {
  background: #B6A9C4;
  border-color: #B6A9C4;
}
.p-occupation-archive-btn .m-button02.p-bg-lightblue {
  border-color: #A2CBD8;
}
.p-occupation-archive-btn .m-button02.p-bg-lightblue span {
  background: #A2CBD8;
  border-color: #A2CBD8;
}

@media screen and (max-width: 767px) {
  .p-school {
    padding: 16vw 0;
  }
  .p-secttl01 {
    font-size: 5.3333333333vw;
    padding: 4vw 0;
  }
  .p-list {
    margin: 8vw 0 0;
  }
  .p-list-item {
    display: block;
    margin-bottom: 6.6666666667vw;
  }
  .p-list-item-img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-list-item-content {
    width: 100%;
  }
  .p-list-item-sh {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 4.8vw;
    border-left: 1.0666666667vw solid #DFB1AA;
  }
  .p-list-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
  .p-list-item-txt span {
    font-size: 5.3333333333vw;
  }
  .p-school-txt-list span {
    text-indent: -1em;
    margin-left: 1em;
    display: inline-block;
  }
  .p-school-info {
    margin: 6.6666666667vw 0 10.6666666667vw;
    padding: 4.5333333333vw 5.3333333333vw;
  }
  .p-school-info-sh {
    font-size: 3.4666666667vw;
  }
  .p-school-info-list {
    display: block;
  }
  .p-school-info-list li {
    margin-right: 0;
    text-indent: -1em;
    margin-left: 1em;
  }
  .p-secttl02 {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
  .p-secttl02::after {
    width: 26.6666666667vw;
  }
  .p-occupation-archive-list {
    display: block;
    margin: 9.3333333333vw 0 0;
  }
  .p-occupation-archive-list-item:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
  .p-occupation-archive-btn .m-button02 {
    width: 77.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-occupation-archive-btn .m-button02 span {
    width: 77.3333333333vw;
    height: 13.3333333333vw;
    line-height: 9.6vw;
  }
}
/* p-qualification
---------------------------------------------------------------------------- */
.p-qualification {
  padding: 100px 0;
  background: #EEE2DC;
}

.p-txt-gray {
  color: #949494;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 20px;
}

.p-txt-l {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 20px;
}
.p-txt-l span {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #C5786F;
}

.p-list-info {
  background: #F6F4F2;
  padding: 20px 100px 20px 20px;
  margin-top: 20px;
}

.p-list-info-ttl {
  color: #C5786F;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-list-info-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-list-info-list li {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #949494;
  margin-right: 15px;
}

.p-txt-list li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-qualification {
    padding: 16vw 0;
  }
  .p-txt-gray {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-txt-l {
    font-size: 4vw;
    margin-top: 4vw;
  }
  .p-txt-l span {
    font-size: 4.5333333333vw;
  }
  .p-list-info {
    padding: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-list-info-ttl {
    font-size: 3.4666666667vw;
  }
  .p-list-info-list {
    display: block;
  }
  .p-list-info-list li {
    font-size: 3.2vw;
    margin-right: 0;
    text-indent: -1em;
    margin-left: 1em;
  }
}
/* p-work
---------------------------------------------------------------------------- */
.p-work {
  padding: 100px 0;
  background: #fff;
}

.p-work-wrap {
  padding: 0 130px;
  margin-bottom: 100px;
}

.p-work-catch {
  text-align: center;
  color: #C5786F;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 30px 0 0;
}

.p-work-img {
  width: 366px;
  margin: 25px auto 20px;
}

.p-work-txt-bottom {
  text-align: right;
  color: #949494;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-work {
    padding: 16vw 0;
  }
  .p-work-wrap {
    padding: 0;
    margin-bottom: 13.3333333333vw;
  }
  .p-work-catch {
    font-size: 6.4vw;
    margin: 8vw 0 0;
  }
  .p-work-img {
    width: 73.3333333333vw;
    margin: 5.3333333333vw auto;
  }
  .p-work-txt-bottom {
    font-size: 3.2vw;
  }
}
/* p-support
---------------------------------------------------------------------------- */
.p-support {
  padding: 100px 0;
  background: #fff;
}
.p-support .p-list {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-support {
    padding: 16vw 0;
  }
  .p-support .p-list {
    margin-bottom: 10.6666666667vw;
  }
}
/* p-field
---------------------------------------------------------------------------- */
.p-field {
  padding: 100px 0;
  background: #F6F4F2;
}

.p-field-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0;
}

.p-field-img {
  width: 541px;
}

.p-field-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 619px;
          flex: 0 0 619px;
  padding: 15px 0 0;
}

.p-field-btn {
  text-align: center;
  margin: 30px 0 0;
}
.p-field-btn a {
  background: #fff;
}
.p-field-btn .m-button01 {
  border-bottom: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
}
.p-field-btn .m-button01 span {
  width: 200px;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  padding: 6px 15px;
}

@media screen and (max-width: 767px) {
  .p-field {
    padding: 16vw 0;
  }
  .p-field-wrap {
    display: block;
    margin: 8vw 0 0;
  }
  .p-field-img {
    width: 100%;
  }
  .p-field-content {
    width: 100%;
    padding: 6.6666666667vw 0 0;
  }
  .p-field-btn {
    margin: 8vw 0 0;
  }
  .p-field-btn .m-button01 span {
    width: 48vw;
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 4vw;
  }
}
.p-four {
  padding: 100px 0 0;
}

.p-four-txt {
  padding-top: 15px;
}

.p-four-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.p-four-area-inner {
  width: 570px;
  position: relative;
}

.p-four-area-inner {
  margin-bottom: 50px;
}

.p-four-area-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-four-area-inner-item {
  padding: 30px 40px;
  width: 530px;
  margin: 230px auto 0;
}

.p-four-area-inner-item-col01 {
  background: #DFB1AA;
}

.p-four-area-inner-item-mh-col01 {
  border-left: solid 4px #C5786F;
}

.p-four-area-inner-item-col02 {
  background: #B6A9C4;
}

.p-four-area-inner-item-mh-col02 {
  border-left: solid 4px #9176AE;
}

.p-four-area-inner-item-col03 {
  background: #A2CBD8;
}

.p-four-area-inner-item-mh-col03 {
  border-left: solid 4px #5F9EB2;
}

.p-four-area-inner-item-mh {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 20px;
}

.p-four-area-inner-item-txt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 15px;
}

.p-four-area-inner-item-link {
  margin-top: 20px;
}
.p-four-area-inner-item-link a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  position: relative;
  padding-right: 15px;
}
.p-four-area-inner-item-link a:hover {
  border-bottom: solid 1px transparent;
}
.p-four-area-inner-item-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-four {
    padding: 13.3333333333vw 0 0;
  }
  .p-four-txt {
    padding-top: 4vw;
  }
  .p-four-area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  .p-four-area-inner {
    width: 100%;
    position: relative;
  }
  .p-four-area-inner {
    margin-bottom: 10.6666666667vw;
  }
  .p-four-area-inner-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p-four-area-inner-item {
    padding: 4vw 5.3333333333vw;
    width: 95%;
    margin: 33.3333333333vw auto 0;
  }
  .p-four-area-inner-item-mh {
    color: #fff;
    font-size: 4.2666666667vw;
    padding-left: 2.6666666667vw;
  }
  .p-four-area-inner-item-txt {
    color: #fff;
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-four-area-inner-item-link {
    margin-top: 2.6666666667vw;
  }
  .p-four-area-inner-item-link a {
    color: #fff;
    font-size: 3.7333333333vw;
    border-bottom: solid 1px #fff;
    padding-bottom: 0.6666666667vw;
    position: relative;
    padding-right: 2vw;
  }
  .p-four-area-inner-item-link a:hover {
    border-bottom: solid 1px transparent;
  }
  .p-four-area-inner-item-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.p-tuition-inner {
  background: #F6F4F2;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 60px;
}

.p-tuition-inner-mh {
  text-align: center;
  font-size: 2.2rem;
  color: #C5786F;
  margin-bottom: 20px;
}

.p-tuition-inner-txt {
  text-align: center;
  margin-bottom: 30px;
}

.p-tuition-inner-btn a {
  background: #fff;
}
.p-tuition-inner-btn span {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-tuition-inner {
    margin: 0;
    padding: 8vw 5.3333333333vw;
  }
  .p-tuition-inner-mh {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-tuition-inner-txt {
    margin-bottom: 4vw;
  }
}
/* p-occupation
---------------------------------------------------------------------------- */
.p-occupation-inner {
  background: #F6F4F2;
  max-width: 940px;
  margin: 0 auto;
  padding: 30px;
}

.p-occupation-inner-mh {
  text-align: center;
  font-size: 2.2rem;
  color: #C5786F;
  margin-bottom: 20px;
}

.p-occupation-inner-txt {
  text-align: center;
  margin-bottom: 30px;
}

.p-occupation-inner-btn a {
  background: #fff;
}
.p-occupation-inner-btn span {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-occupation-inner {
    max-width: 100%;
    margin: 0 5%;
    padding: 8vw;
  }
  .p-occupation-inner-mh {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-occupation-inner-txt {
    text-align: left;
    margin-bottom: 4vw;
  }
}