@media screen and (min-width: 769px) {
  .counselor {
    margin: 130px 0 140px;
  }
  .counselor__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    max-width: 1000px;
  }
  .counselor__main::before, .counselor__main::after {
    position: absolute;
    content: "";
    z-index: -1;
  }
  .counselor__main::before {
    width: 433px;
    height: 420.67px;
    background: url("../img/counselorIc01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -79.29px;
    right: 92px;
  }
  .counselor__main::after {
    width: 345.57px;
    height: 326px;
    background: url("../img/counselorIc02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -150px;
    bottom: -91px;
  }
  .counselor__main--intro {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #525252;
    margin-top: 30px;
  }
  .counselor__main--list {
    margin: 15px -17.5px -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .counselor__main--list article {
    width: 310px;
    margin: 15px 17.5px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    border: 3px solid #EF908E;
    background: #FFFAF7;
    overflow: hidden;
    padding: 22px 12px 32px;
  }
  .counselor__main--list article figure {
    text-align: center;
  }
  .counselor__main--list article figure img {
    width: 208px;
    height: 208px;
    object-fit: cover;
    -moz-border-radius: 40px;
         border-radius: 40px;
    border: 3px solid #FFE6E5;
  }
  .counselor__main--list article figure figcaption {
    font-size: 16px;
    line-height: 1;
    font-family: 'FOT-TsukuARdGothicStd-B';
    margin-top: 15px;
  }
  .counselor__main--list article h3 {
    text-align: center;
    font-family: 'FOT-TsukuARdGothicStd-B';
    font-size: 24px;
    line-height: 1;
    margin-top: 8px;
    color: #EF908E;
  }
  .counselor__main--list article .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 11px -2px -4px;
    justify-content: center;
  }
  .counselor__main--list article .meta span {
    margin: 4px 2px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 23px;
    -moz-border-radius: 11.5px;
         border-radius: 11.5px;
    border: 1px solid #EF908E;
    background: #FFFAF7;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 700;
    color: #EF908E;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: -moz-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
  }
  .counselor__main--list article p {
    font-size: 14px;
    line-height: 1.7;
    color: #525252;
    margin-top: 17px;
  }
  .counselor__main--btn {
    text-align: center;
    margin-top: 46px;
  }
  .counselor__main--btn a {
    width: 340px;
  }
  .counselor__main--btn a:hover::before {
    right: -10%;
  }
  .pChild .counselor {
    position: relative;
    margin: 100px 0;
  }
  .pChild .counselor__main {
    padding: 71px 0 90px;
  }
  .pChild .counselor__main::before, .pChild .counselor__main::after {
    display: none;
  }
  .pChild .counselor__main::after {
    display: block;
    position: absolute;
    content: "";
    width: 5000%;
    height: 100%;
    bottom: 0;
    left: inherit;
    right: -100px;
    background: #FFF8EE;
    z-index: -1;
    -moz-border-radius: 0 100px 100px 0;
         border-radius: 0 100px 100px 0;
  }
  .pChild .counselor__main--title {
    text-align: center;
  }
  .pChild .counselor__main--title span {
    font-size: 18px;
    line-height: 1;
    font-family: "BC_Alphapipe_RB_Regular";
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #F8A9A1;
  }
  .pChild .counselor__main--title h2 {
    font-size: 30px;
    line-height: 39px;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #494340;
    margin-top: 15px;
  }
  .pChild .counselor__main--intro {
    text-align: center;
  }
  .pChild .counselor__main--list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pChild .counselor__main--list article {
    padding: 0;
    border: 0;
    background: none;
    overflow: inherit;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .pChild .counselor__main--list article a {
    display: block;
    padding: 22px 12px 66px;
    position: relative;
    -moz-border-radius: 30px;
         border-radius: 30px;
    border: 3px solid #EF908E;
    background: #FFFAF7;
    height: 100%;
    line-height: 0;
  }
  .pChild .counselor__main--list article figure img {
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 177px;
    height: 177px;
  }
  .pChild .counselor__main--list article em {
    display: block;
    font-style: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 8px 0 7px;
    font-size: 18px;
    line-height: 1.7;
    font-family: "FOT-TsukuARdGothicStd-B";
    background: #EF908E;
    width: -webkit-calc(100% + 6px);
    width: -moz-calc(100% + 6px);
    width: calc(100% + 6px);
    bottom: -3px;
    left: -3px;
    z-index: 9;
    -moz-border-radius: 0 0 30px 30px;
         border-radius: 0 0 30px 30px;
  }
  .pChild .counselor__main--list article em::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 10.5px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 23px;
  }
  .modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -1;
    opacity: 0;
  }
  .modal__main {
    width: 100%;
    height: 80%;
    max-width: 1000px;
    position: relative;
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .modal__main--inner {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background: #fff url("../img/modalGrid.png") 0 0 repeat;
    padding: 30px 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal__main--inner h2 {
    background: #EF908E;
    -moz-border-radius: 39px;
         border-radius: 39px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 41px;
    font-family: "FOT-TsukuARdGothicStd-B";
    padding: 4.5px;
    width: 100%;
  }
  .modal__main--inner .intro {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .modal__main--inner .intro figure {
    width: 233px;
    margin-right: 30px;
  }
  .modal__main--inner .intro figure img {
    width: 233px;
    height: 233px;
    object-fit: cover;
    -moz-border-radius: 40px;
         border-radius: 40px;
    border: 3px solid #FFEAE9;
  }
  .modal__main--inner .intro .right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 443px;
  }
  .modal__main--inner .intro .right .info {
    padding-bottom: 20px;
    border-bottom: 1px dashed #FFCCCB;
  }
  .modal__main--inner .intro .right .info .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: "FOT-TsukuARdGothicStd-B";
  }
  .modal__main--inner .intro .right .info .name h3 {
    font-size: 32px;
    line-height: 1;
    color: #EF908E;
    margin-right: 15px;
    white-space: nowrap;
  }
  .modal__main--inner .intro .right .info .name span {
    font-size: 20px;
    line-height: 1;
    color: #A08A83;
  }
  .modal__main--inner .intro .right .info .position {
    margin-top: 13px;
  }
  .modal__main--inner .intro .right .info .position span {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #EF908E;
    padding: 5px 15px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #EF908E;
    background: #fff;
  }
  .modal__main--inner .intro .right .info .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 2px -15px -15px;
  }
  .modal__main--inner .intro .right .info .meta span {
    white-space: nowrap;
    margin: 15px;
    font-size: 16px;
    line-height: 1;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #A08A83;
    position: relative;
    padding: 0 0 0 19px;
  }
  .modal__main--inner .intro .right .info .meta span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/modalCheck.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .modal__main--inner .intro .right .slogan {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #665049;
  }
  .modal__main--inner .desc {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #FFEAE9;
    -moz-border-radius: 30px;
         border-radius: 30px;
    width: 100%;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    position: relative;
  }
  .modal__main--inner .descInner {
    padding: 25px 40px;
    overflow-y: auto;
    height: 100%;
  }
  .modal__main--inner .descInner::-webkit-scrollbar {
    display: none;
  }
  .modal__main--inner .desc .scroll-card {
    position: absolute;
    width: 12px;
    height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 10px;
    bottom: 20px;
  }
  .modal__main--inner .desc .scroll-label {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 4px;
    font-size: 12px;
    color: #1a1a1a;
    margin-bottom: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-family: "BC_Alphapipe_RB_Regular";
  }
  .modal__main--inner .desc .scroll-line {
    position: relative;
    width: 1px;
    height: 50px;
    background: rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .modal__main--inner .desc .scroll-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    -webkit-animation: scrollDown 1.8s ease-in-out infinite;
       -moz-animation: scrollDown 1.8s ease-in-out infinite;
            animation: scrollDown 1.8s ease-in-out infinite;
  }
  .modal__main--inner .desc dl dt {
    font-size: 22px;
    line-height: 1.5;
    font-family: "FOT-TsukuARdGothicStd-B";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 13px;
    color: #494340;
  }
  .modal__main--inner .desc dl dt::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 26px;
    background: #3ABDD9;
    top: 3px;
    left: 0;
  }
  .modal__main--inner .desc dl dd {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.7;
    color: #525252;
  }
  .modal__main--inner .desc dl + dl {
    margin-top: 47px;
  }
  .modal__main--close {
    position: absolute;
    width: 57.7px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    right: 0;
    top: -67.15px;
    line-height: 0;
  }
  .modal__main--close img {
    width: 100%;
    height: auto;
  }
  .modal.open {
    opacity: 1;
    z-index: 999;
  }
  .modal.open .modal__main {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .pChild__content .column__main--left--detail .supervision {
    margin: 57px 0;
  }
  .pChild__content .column__main--left--detail .supervision figure img {
    margin: 0;
  }
  .pChild__content .column__main--left--detail .supervision p {
    margin-bottom: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 57px;
    margin-top: 20px;
    padding-top: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name {
    font-size: 20px;
    line-height: 1.5;
    white-space: inherit;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    width: -webkit-calc(100% + 71px);
    width: -moz-calc(100% + 71px);
    width: calc(100% + 71px);
    margin: -2px -40px 0 -29px;
    position: relative;
    -moz-border-radius: 20px 20px 0 0;
         border-radius: 20px 20px 0 0;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name::before {
    display: none;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-left: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name a::before {
    display: none;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name a:hover {
    opacity: 0.6;
  }
  .pChild__content .column__main--left--detail .supervision.st3 figure {
    width: 123px;
    margin-right: 23px;
  }
  .pChild__content .column__main--left--detail .supervision.st3 figure img {
    width: 123px;
    height: 123px;
    object-fit: cover;
    margin: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment {
    width: 100%;
    border-top: 1px dashed #FFBEBC;
    margin-top: 25px;
    padding: 25px 0 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment dt {
    line-height: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment dt span {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #EF908E;
    padding: 0 15px;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment dd {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    color: #525252;
  }
}

@media screen and (max-width: 768px) {
  .counselor {
    margin: 31.40097vw 0 33.81643vw;
  }
  .counselor__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    max-width: 241.54589vw;
  }
  .counselor__main::before, .counselor__main::after {
    position: absolute;
    content: "";
    z-index: -1;
  }
  .counselor__main::before {
    width: 68.59903vw;
    height: 66.90821vw;
    background: url("../img/counselorIc01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -25.33333vw;
    right: -4.58937vw;
  }
  .counselor__main::after {
    width: 83.47101vw;
    height: 63.86232vw;
    background: url("../img/counselorIc02_sp.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -23.91304vw;
    bottom: -5.7971vw;
  }
  .counselor__main--intro {
    font-size: 3.86473vw;
    line-height: 1.7;
    font-weight: 400;
    color: #525252;
    margin-top: 7.24638vw;
  }
  .counselor__main--list {
    margin: 3.62319vw -4.22705vw -3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .counselor__main--list article {
    width: 74.87923vw;
    margin: 3.62319vw 4.22705vw;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    border: 0.72464vw solid #EF908E;
    background: #FFFAF7;
    padding: 5.31401vw 2.89855vw 7.72947vw;
    overflow: hidden;
  }
  .counselor__main--list article figure {
    text-align: center;
  }
  .counselor__main--list article figure img {
    width: 50.24155vw;
    height: 50.24155vw;
    object-fit: cover;
    -moz-border-radius: 9.66184vw;
         border-radius: 9.66184vw;
    border: 0.72464vw solid #FFE6E5;
  }
  .counselor__main--list article figure figcaption {
    font-size: 3.86473vw;
    line-height: 1;
    font-family: 'FOT-TsukuARdGothicStd-B';
    margin-top: 3.62319vw;
  }
  .counselor__main--list article h3 {
    text-align: center;
    font-family: 'FOT-TsukuARdGothicStd-B';
    font-size: 5.7971vw;
    line-height: 1;
    margin-top: 1.93237vw;
    color: #EF908E;
  }
  .counselor__main--list article .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 2.657vw -0.48309vw -0.96618vw;
    justify-content: center;
  }
  .counselor__main--list article .meta span {
    margin: 0.96618vw 0.48309vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5.55556vw;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    border: 1px solid #EF908E;
    background: #FFFAF7;
    padding: 0 2.41546vw;
    font-size: 2.89855vw;
    line-height: 1.7;
    font-weight: 700;
    color: #EF908E;
    max-width: -webkit-calc(50% - 0.96618vw);
    max-width: -moz-calc(50% - 0.96618vw);
    max-width: calc(50% - 0.96618vw);
  }
  .counselor__main--list article p {
    font-size: 3.38164vw;
    line-height: 1.7;
    color: #525252;
    margin-top: 4.10628vw;
  }
  .counselor__main--btn {
    text-align: center;
    margin-top: 12.07729vw;
  }
  .counselor__main--btn a {
    width: 82.1256vw;
    font-size: 4.34783vw;
    padding-left: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .counselor__main--btn a::after {
    margin-left: 2.41546vw;
  }
  .counselor__main--btn a:hover::before {
    right: -10%;
  }
  .pChild .counselor {
    position: relative;
    margin: 24.15459vw 0;
  }
  .pChild .counselor__main {
    padding: 17.14976vw 3.62319vw 21.73913vw;
  }
  .pChild .counselor__main::before, .pChild .counselor__main::after {
    display: none;
  }
  .pChild .counselor__main::after {
    display: block;
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 3.62319vw);
    width: -moz-calc(100% - 3.62319vw);
    width: calc(100% - 3.62319vw);
    height: 100%;
    bottom: 0;
    left: 0;
    background: #FFF8EE;
    z-index: -1;
    -moz-border-radius: 0 24.15459vw 24.15459vw 0;
         border-radius: 0 24.15459vw 24.15459vw 0;
  }
  .pChild .counselor__main--title {
    text-align: center;
  }
  .pChild .counselor__main--title span {
    font-size: 4.34783vw;
    line-height: 1;
    font-family: "BC_Alphapipe_RB_Regular";
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #F8A9A1;
  }
  .pChild .counselor__main--title h2 {
    font-size: 7.72947vw;
    line-height: 1.3;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #494340;
    margin-top: 2.41546vw;
  }
  .pChild .counselor__main--intro {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.7;
    margin-top: 7.24638vw;
  }
  .pChild .counselor__main--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4.83092vw -1.81159vw -2.41546vw;
  }
  .pChild .counselor__main--list article {
    padding: 0;
    width: 42.75362vw;
    margin: 2.41546vw 1.81159vw;
    background: none;
    -moz-border-radius: 0;
         border-radius: 0;
    border: 0;
  }
  .pChild .counselor__main--list article a {
    display: block;
    padding: 4.83092vw 2.89855vw 11.83575vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    height: 100%;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    border: 0.72464vw solid #EF908E;
  }
  .pChild .counselor__main--list article figure img {
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 31.15942vw;
    height: 31.15942vw;
  }
  .pChild .counselor__main--list article figure figcaption {
    font-size: 3.38164vw;
    margin: 3.62319vw -2.89855vw 0;
  }
  .pChild .counselor__main--list article h3 {
    font-size: 5.7971vw;
    line-height: 1;
    margin-top: 2.41546vw;
  }
  .pChild .counselor__main--list article .meta {
    margin: 2.53623vw -0.60386vw -0.60386vw;
  }
  .pChild .counselor__main--list article .meta span {
    font-size: 2.41546vw;
    line-height: 1.2;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    padding: 0.72464vw 1.20773vw;
    margin: 0.60386vw;
    max-width: -webkit-calc(50% - 1.20773vw);
    max-width: -moz-calc(50% - 1.20773vw);
    max-width: calc(50% - 1.20773vw);
  }
  .pChild .counselor__main--list article em {
    display: block;
    font-style: normal;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0.96618vw 0 1.44928vw;
    font-size: 3.86473vw;
    line-height: 1.7;
    font-family: "FOT-TsukuARdGothicStd-B";
    background: #EF908E;
    position: absolute;
    bottom: -0.48309vw;
    left: -0.48309vw;
    width: -webkit-calc(100% + 0.96618vw);
    width: -moz-calc(100% + 0.96618vw);
    width: calc(100% + 0.96618vw);
    -moz-border-radius: 0 0 7.24638vw 7.24638vw;
         border-radius: 0 0 7.24638vw 7.24638vw;
  }
  .pChild .counselor__main--list article em::after {
    position: absolute;
    content: "";
    width: 2.89855vw;
    height: 2.17391vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.58937vw;
  }
  .modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -1;
    opacity: 0;
  }
  .modal__main {
    width: 92.75362vw;
    height: 85%;
    position: relative;
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .modal__main--inner {
    width: 100%;
    height: 100%;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    background: #fff url("../img/modalGrid.png") 0 0 repeat;
    padding: 7.24638vw 4.10628vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal__main--inner h2 {
    background: #EF908E;
    -moz-border-radius: 9.42029vw;
         border-radius: 9.42029vw;
    text-align: center;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 7.48792vw;
    font-family: "FOT-TsukuARdGothicStd-B";
    padding: 1.20773vw 0;
    width: 100%;
  }
  .modal__main--inner .intro {
    margin-top: 4.83092vw;
  }
  .modal__main--inner .intro::after {
    content: "";
    clear: both;
    display: table;
  }
  .modal__main--inner .intro figure {
    width: 33.33333vw;
    margin-right: 4.58937vw;
    margin-bottom: 3.38164vw;
    float: left;
  }
  .modal__main--inner .intro figure img {
    width: 33.33333vw;
    height: 33.33333vw;
    object-fit: cover;
    -moz-border-radius: 9.66184vw;
         border-radius: 9.66184vw;
    border: 0.72464vw solid #FFEAE9;
  }
  .modal__main--inner .intro .right .info {
    padding-bottom: 5.07246vw;
    border-bottom: 1px dashed #FFCCCB;
  }
  .modal__main--inner .intro .right .info .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "FOT-TsukuARdGothicStd-B";
    padding-top: 5.55556vw;
  }
  .modal__main--inner .intro .right .info .name h3 {
    font-size: 5.7971vw;
    line-height: 1;
    color: #EF908E;
    margin-bottom: 1.20773vw;
    white-space: nowrap;
  }
  .modal__main--inner .intro .right .info .name span {
    font-size: 3.86473vw;
    line-height: 1;
    color: #A08A83;
  }
  .modal__main--inner .intro .right .info .position {
    margin-top: 3.62319vw;
  }
  .modal__main--inner .intro .right .info .position span {
    display: inline-block;
    font-size: 3.86473vw;
    line-height: 1;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #EF908E;
    padding: 1.20773vw 1.20773vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 1px solid #EF908E;
    background: #fff;
  }
  .modal__main--inner .intro .right .info .meta {
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 3.38164vw -3.62319vw -0.72464vw;
  }
  .modal__main--inner .intro .right .info .meta span {
    white-space: nowrap;
    margin: 0.72464vw 3.62319vw;
    font-size: 3.86473vw;
    line-height: 1;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #A08A83;
    position: relative;
    padding: 0 0 0 4.58937vw;
  }
  .modal__main--inner .intro .right .info .meta span::before {
    position: absolute;
    content: "";
    width: 3.62319vw;
    height: 3.62319vw;
    background: url("../img/modalCheck.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .modal__main--inner .intro .right .slogan {
    margin-top: 3.62319vw;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-family: "FOT-TsukuARdGothicStd-B";
    color: #665049;
  }
  .modal__main--inner .desc {
    margin-top: 3.62319vw;
    background: #fff;
    border: 1px solid #FFEAE9;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    overflow: hidden;
    width: 100%;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .modal__main--inner .descInner {
    padding: 4.83092vw 8.45411vw 4.83092vw 4.83092vw;
    overflow-y: auto;
    height: 100%;
  }
  .modal__main--inner .descInner::-webkit-scrollbar {
    display: none;
  }
  .modal__main--inner .desc .scroll-card {
    position: absolute;
    width: 2.89855vw;
    height: 36.23188vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 2.41546vw;
    bottom: 4.83092vw;
  }
  .modal__main--inner .desc .scroll-label {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 4px;
    font-size: 2.89855vw;
    color: #1a1a1a;
    margin-bottom: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-family: "BC_Alphapipe_RB_Regular";
  }
  .modal__main--inner .desc .scroll-line {
    position: relative;
    width: 1px;
    height: 12.07729vw;
    background: rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .modal__main--inner .desc .scroll-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    -webkit-animation: scrollDown 1.8s ease-in-out infinite;
       -moz-animation: scrollDown 1.8s ease-in-out infinite;
            animation: scrollDown 1.8s ease-in-out infinite;
  }
  .modal__main--inner .desc dl dt {
    font-size: 4.83092vw;
    line-height: 1.5;
    font-family: "FOT-TsukuARdGothicStd-B";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 2.657vw;
    color: #494340;
  }
  .modal__main--inner .desc dl dt::before {
    position: absolute;
    content: "";
    width: 0.48309vw;
    height: 5.31401vw;
    background: #3ABDD9;
    top: 0.96618vw;
    left: 0;
  }
  .modal__main--inner .desc dl dd {
    margin-top: 1.93237vw;
    font-size: 3.38164vw;
    line-height: 1.7;
    color: #525252;
  }
  .modal__main--inner .desc dl + dl {
    margin-top: 11.35266vw;
  }
  .modal__main--close {
    position: absolute;
    width: 9.38164vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    right: 0;
    top: -12.79227vw;
    line-height: 0;
  }
  .modal__main--close img {
    width: 100%;
    height: auto;
  }
  .modal.open {
    opacity: 1;
    z-index: 999;
  }
  .modal.open .modal__main {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .pChild__content .column__main--left--detail .supervision {
    margin: 13.76812vw 0;
  }
  .pChild__content .column__main--left--detail .supervision figure img {
    margin: 0;
  }
  .pChild__content .column__main--left--detail .supervision p {
    margin-bottom: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 13.76812vw;
    margin-top: 2.76812vw;
    padding-top: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name {
    font-size: 4.34783vw;
    line-height: 1.5;
    white-space: inherit;
    height: auto;
    padding-top: 1.93237vw;
    padding-bottom: 1.93237vw;
    padding-left: 5.55556vw;
    padding-right: 3.86473vw;
    position: relative;
    top: -5.07246vw;
    left: 0;
    margin-left: -6.03865vw;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name::before {
    display: none;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.96618vw;
    padding-left: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .name a::before {
    display: none;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .avatar img {
    margin-bottom: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 p {
    font-size: 3.38164vw;
    line-height: 1.8;
    margin-top: 4.83092vw;
    margin-bottom: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment {
    width: 100%;
    border-top: 1px dashed #FFBEBC;
    margin-top: 7.24638vw;
    padding: 7.24638vw 0 0 ;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment dt {
    line-height: 0;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment dt span {
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 500;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #EF908E;
    padding: 0 3.62319vw;
  }
  .pChild__content .column__main--left--detail .supervision.st3 .comment dd {
    margin-top: 2.89855vw;
    font-size: 3.38164vw;
    line-height: 1.8;
    color: #525252;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scrollDown {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scrollDown {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
