@media screen and (min-width: 1081px), print {
  .pro .ttl_img h2 {
    padding-top: 60px;
  }
  .pro .spirit {
    padding: 86px 0 90px;
  }
  .pro .spirit h3 {
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 40px;
    letter-spacing: 5.5px;
    text-align: center;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .pro .spirit h3::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #000;
    margin: 17px auto 0;
  }
  .pro .spirit p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }
  .pro .spirit p.name {
    text-align: right;
  }
  .pro .spirit p.name span {
    margin-left: 15px;
  }
  .pro .profile {
    background: #f7f7f7;
    position: relative;
    padding: 0 21px 5px 43px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pro .profile h4 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 11.495rem;
    line-height: 115px;
    color: #efefef;
    letter-spacing: 6px;
    position: absolute;
    top: -72px;
    left: 14px;
  }
  .pro .profile .info {
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
  }
  .pro .profile .info .box {
    width: 100%;
    margin-bottom: 23px;
  }
  .pro .profile .info .box.graduate {
    width: 262px;
  }
  .pro .profile .info .box.education {
    width: -webkit-calc(100% - 262px);
    width: -moz-calc(100% - 262px);
    width: calc(100% - 262px);
  }
  .pro .profile .info .box h5 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 28px;
    position: relative;
  }
  .pro .profile .info .box h5::before {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #000;
    -moz-border-radius: 4px;
         border-radius: 4px;
    position: absolute;
    top: 50%;
    left: -19px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pro .profile .info .box p {
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .pro .profile .info .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 28px;
    padding-left: 10px;
  }
  .pro .profile .info .box dl:first-of-type {
    padding-top: 2px;
  }
  .pro .profile .info .box dl dt {
    width: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1.5px;
  }
  .pro .profile .info .box dl dt span:first-child {
    width: 82px;
  }
  .pro .profile .info .box dl dt span:last-child {
    width: -webkit-calc(140 - 82px);
    width: -moz-calc(140 - 82px);
    width: calc(140 - 82px);
  }
  .pro .profile .info .box dl dd {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    letter-spacing: 1px;
  }
  .pro .profile .info .box .present {
    display: block;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 1.3px;
    padding-left: 10px;
  }
  .pro .profile .info .box .present::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    border-left: 1px dashed #000;
    margin: 5px 38px 4px;
  }
  .pro .profile figure {
    width: 290px;
    height: 464px;
    margin-top: -22px;
  }
  .pro .block_news {
    padding: 75px 0 31px;
  }
  .pro .block_news > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 65px;
  }
  .pro .block_news > ul li {
    width: 300px;
    margin-right: 20px;
  }
  .pro .block_news > ul li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .pro .block_news > ul li a {
    display: block;
    height: 100%;
    border-bottom: 2px solid #d1bcb9;
    padding-bottom: 8px;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pro .block_news > ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 12px solid #d1bcb9;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -2px;
    right: -2px;
  }
  .pro .block_news > ul li a:hover {
    opacity: 0.7;
  }
  .pro .block_news > ul li figure {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 13px;
  }
  .pro .block_news > ul li p {
    font-size: 2rem;
    line-height: 32px;
    letter-spacing: 2.3px;
    text-align: center;
  }
  .pro .block_news > ul li p small {
    display: block;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 1.7px;
  }
  .pro .block_news .box {
    margin-bottom: 57px;
  }
  .pro .block_news .box .ttl_art {
    margin-bottom: 14px;
  }
  .pro .block_news .box ul.news {
    padding-left: 16px;
  }
  .pro .block_news .box ul.news li {
    margin-bottom: 15px;
  }
  .pro .block_news .box ul.news li a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.7px;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pro .block_news .box ul.news li a:hover {
    opacity: 0.7;
  }
  .pro .block_news .box ul.news li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url("/outline/gakucho/img/arrow.png") no-repeat;
    position: absolute;
    top: 8px;
    left: -15px;
  }
  .pro .block_news .box .btn_black {
    padding-top: 6px;
  }
  .pro .block_news .box > p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
  .pro .block_news .box ul.events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 22px;
  }
  .pro .block_news .box ul.events li {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 12px;
  }
  .pro .block_news .box ul.events li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .pro .block_news .box ul.events li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
    border: 1px solid #d2d2d2;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.5px;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pro .block_news .box ul.events li a:hover {
    opacity: 0.7;
  }
  .teatime .row {
    padding-top: 70px;
    padding-bottom: 101px;
  }
  .teatime ul.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 64px;
  }
  .teatime ul.list li {
    margin: 0 10px;
  }
  .teatime ul.list li.active a, .teatime ul.list li:hover a {
    color: #fff;
  }
  .teatime ul.list li.active a::before, .teatime ul.list li:hover a::before {
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .teatime ul.list li.active a::after, .teatime ul.list li:hover a::after {
    background-image: url("/commons/img/arr_right.png");
  }
  .teatime ul.list li a {
    width: 220px;
    font-size: 1.6rem;
    color: #000;
    letter-spacing: 2px;
    padding-right: 25px;
  }
  .teatime ul.list li a::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .teatime ul.list li a::after {
    right: 16px;
    background-image: url("/commons/img/arr_right_hv.png");
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .teatime article {
    display: none;
  }
  .teatime article .ttl_art {
    margin-bottom: 14px;
  }
  .teatime article ul.mn {
    margin-bottom: 9px;
  }
  .teatime article ul.mn.col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .teatime article ul.mn.col li {
    width: 450px;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }
  .teatime article ul.mn li {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .teatime article ul.mn li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .teatime article ul.mn li a:hover {
    opacity: 0.7;
  }
  .teatime article ul.mn li a span {
    width: 63px;
    letter-spacing: 1px;
  }
  .teatime article .block .box {
    padding-top: 41px;
  }
  .teatime article .block .box h4 {
    background: #f4eceb;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 24px;
    color: #780e00;
    letter-spacing: 1.7px;
    position: relative;
    padding: 12px 210px 12px 112px;
    margin-left: -1px;
    margin-bottom: 22px;
  }
  .teatime article .block .box h4 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
    height: 100%;
    background: #b37870;
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .teatime article .block .box h4 small {
    font-size: 1.5rem;
    line-height: 25px;
    letter-spacing: 2px;
    position: absolute;
    right: 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .teatime article .block .box h4 small::before {
    content: "";
    width: 2px;
    height: 18px;
    background: #b37870;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .teatime article .block .box .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teatime article .block .box .info .lf {
    width: -webkit-calc(100% - 252px);
    width: -moz-calc(100% - 252px);
    width: calc(100% - 252px);
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
    padding-right: 35px;
    margin-top: -6px;
  }
  .teatime article .block .box .info .rg {
    width: 252px;
  }
  .teatime article .block .box .info .rg figure:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .teatime article .block .box .info .rg figure img {
    width: 100%;
  }
  .row {
    max-width: 940px;
  }
  .p_communication .o_ttl02 {
    font-size: 2.6rem;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 16px;
    letter-spacing: 2px;
    font-weight: normal;
  }
  .p_communication .o_ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    display: block;
  }
  .p_communication .o_ttl02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 114px;
    height: 2px;
    background: #780e00;
    display: block;
    z-index: 1;
  }
  .p_communication .o_ttl03 {
    color: #780e00;
    background-color: #f4eceb;
    font-weight: 300;
    padding: 12px 12px 14px;
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 23px;
  }
  .p_communication .o_ttl02 + p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .p_communication .gr_ttl_ctn {
    margin-bottom: 84px;
  }
  .p_communication .sec {
    margin-bottom: 100px;
  }
  .p_communication .sec_tc_item:last-child {
    margin-bottom: 63px;
  }
  .p_communication .sec_tc_item .table {
    margin-bottom: 50px;
  }
  .p_communication .sec_tc_item .table tr.sp td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
  }
  .p_communication .sec_tc_item .table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .p_communication .sec_tc_item .table table th {
    font-size: 1.4rem;
    background-color: #f3f3f3;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    padding-top: 15px;
    padding-bottom: 13px;
    font-weight: normal;
    text-align: center;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(1) {
    border-left: 1px solid #bebebe;
    width: 5.74468%;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(2) {
    width: 19.14894%;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(3) {
    width: 21.70213%;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(4) {
    width: 43.61702%;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(5) {
    width: 9.78723%;
  }
  .p_communication .sec_tc_item .table table td {
    padding-top: 15px;
    padding-bottom: 13px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 1.6rem;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
  }
  .p_communication .sec_tc_item .table table td:nth-of-type(4) {
    text-align: left;
    padding-left: 29px;
    padding-right: 29px;
    letter-spacing: 1px;
  }
  .p_communication .sec_tc_item .table table td:nth-of-type(1) {
    border-left: 1px solid #bebebe;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .row {
    max-width: 940px;
  }
  .p_letter .gr_ttl_ctn {
    margin-bottom: 83px;
  }
  .p_letter .sec .row > p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .p_letter .sec .row .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 74px;
  }
  .p_letter .sec .row .list li {
    position: relative;
    padding-right: 30px;
    margin-bottom: 20px;
    padding-left: 26px;
  }
  .p_letter .sec .row .list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url(/outline/gakucho/img/arr_l.png) center/contain no-repeat;
    display: block;
  }
}

@media screen and (min-width: 1081px) and (min-width: 768px) and (max-width: 1080px) {
  .p_letter .sec .row .list li {
    width: 50% !important;
  }
}

@media screen and (min-width: 1081px), print {
  .p_letter .sec .row .list li:nth-of-type(3n+1) {
    width: 35.53191%;
  }
  .p_letter .sec .row .list li:nth-of-type(3n+2) {
    width: 35.53191%;
  }
  .p_letter .sec .row .list li:nth-of-type(3n+3) {
    width: 28.93617%;
  }
  .p_letter .sec .row .list li a {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .st_gakucho.st_conversation .gr_ttl_ctn {
    margin-bottom: 67px;
  }
  .st_gakucho .gr_ttl_ctn {
    margin-bottom: 90px;
  }
  .st_gakucho .gr_list {
    margin-bottom: 105px;
  }
  .st_gakucho .gr_list .row {
    max-width: 940px;
  }
  .st_gakucho .gr_list .l_interview li {
    border-bottom: 1px dashed #bebebe;
    display: block;
    padding: 13px 0 11px;
  }
  .st_gakucho .gr_list .l_interview li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .st_gakucho .gr_list .l_interview li a {
    display: block;
    font-size: 1.6rem;
    line-height: 30px;
    position: relative;
    padding-left: 26px;
  }
  .st_gakucho .gr_list .l_interview li a:before {
    content: "";
    background: url(/outline/gakucho/img/arr_l.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .st_gakucho .gr_list .l_interview li a span {
    display: block;
    font-size: 14px;
    line-height: 26px;
  }
  .st_gakucho .gr_conversation .ttl_art_cv {
    font-size: 26px;
    line-height: 24px;
    border-bottom: 2px solid #dcdcdc;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st_gakucho .gr_conversation .ttl_art_cv:after {
    content: "";
    width: 115px;
    height: 2px;
    background-color: #780e00;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .st_gakucho .gr_conversation .ttl_art_cv time {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 13px;
    display: inline-block;
  }
  .st_gakucho .gr_conversation .ttl_art_cv time:before {
    content: "";
    width: 2px;
    height: 18px;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .st_gakucho .gr_conversation .txt_top em {
    font-size: 1.6rem;
    line-height: 26px;
    font-style: normal;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .st_gakucho .gr_conversation .txt_top strong {
    display: block;
    font-size: 2.4rem;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .st_gakucho .gr_conversation .img_top {
    text-align: center;
    margin: 33px 0;
  }
  .st_gakucho .gr_conversation .img_top figure figcaption {
    font-size: 2.4rem;
    line-height: 26px;
    font-weight: normal;
    margin: 29px 0 0;
    display: block;
  }
  .st_gakucho .gr_conversation p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .st_gakucho .gr_conversation .cv_art {
    margin: 35px 0 100px;
    counter-reset: article;
  }
  .st_gakucho .gr_conversation .cv_art article:not(:last-child) {
    margin-bottom: 37px;
  }
  .st_gakucho .gr_conversation .cv_art article .ttl_cv {
    font-size: 2.2rem;
    line-height: 24px;
    color: #780e00;
    padding: 10px 20px 12px 23px;
    background-color: #f4eceb;
    font-weight: normal;
    position: relative;
    margin-bottom: 36px;
    letter-spacing: 1px;
  }
  .st_gakucho .gr_conversation .cv_art article .ttl_cv:before {
    counter-increment: article;
    content: counter(article) ". ";
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 24px;
    padding-right: 5px;
  }
  .st_gakucho .gr_conversation .cv_art article dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_gakucho .gr_conversation .cv_art article dl:not(:last-child) {
    margin-bottom: 35px;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 90px;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_grey {
    color: #888787;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_red {
    color: #780e00;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_green {
    color: #27480d;
  }
  .st_gakucho .gr_conversation .cv_art article dl dd {
    font-size: 16px;
    line-height: 30px;
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
  }
  .st_gakucho .gr_conversation .cv_art article dl dd span {
    margin-top: 20px;
    display: inline-block;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl_left {
    padding-right: 20px;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl_right {
    padding-left: 20px;
  }
  .st_gakucho .gr_conversation .cv_art article .txt_em {
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-style: normal;
    padding-left: 95px;
    margin-bottom: 35px;
    margin-top: -20px;
  }
  .st_gakucho .gr_conversation .cv_art article .txt_em_02 {
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-style: normal;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1081px) and (min-width: 768px) and (max-width: 1080px) {
  .row {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .pro .spirit {
    padding: 7.96296vw 0 8.33333vw;
  }
  .pro .spirit h3 {
    font-weight: normal;
    font-size: 2.59259vw;
    line-height: 3.7037vw;
    letter-spacing: 0.50926vw;
    text-align: center;
    padding-left: 0.92593vw;
    margin-bottom: 1.85185vw;
  }
  .pro .spirit h3::after {
    content: "";
    display: block;
    width: 13.88889vw;
    height: 0.27778vw;
    background: #000;
    margin: 1.57407vw auto 0;
  }
  .pro .spirit p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
    margin-bottom: 1.85185vw;
  }
  .pro .spirit p.name {
    text-align: right;
  }
  .pro .spirit p.name span {
    margin-left: 1.38889vw;
  }
  .pro .profile {
    background: #f7f7f7;
    position: relative;
    padding: 0 0 0.46296vw 3.98148vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pro .profile h4 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 10.64352vw;
    line-height: 10.64815vw;
    color: #efefef;
    letter-spacing: 0.55556vw;
    position: absolute;
    top: -6.66667vw;
    left: 1.2963vw;
  }
  .pro .profile .info {
    width: -webkit-calc(100% - 26.85185vw);
    width: -moz-calc(100% - 26.85185vw);
    width: calc(100% - 26.85185vw);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2.77778vw;
  }
  .pro .profile .info .box {
    width: 100%;
    margin-bottom: 2.12963vw;
  }
  .pro .profile .info .box.graduate {
    width: 24.25926vw;
  }
  .pro .profile .info .box.education {
    width: -webkit-calc(100% - 24.25926vw);
    width: -moz-calc(100% - 24.25926vw);
    width: calc(100% - 24.25926vw);
  }
  .pro .profile .info .box h5 {
    font-weight: normal;
    font-size: 1.48148vw;
    line-height: 2.59259vw;
    position: relative;
  }
  .pro .profile .info .box h5::before {
    content: "";
    display: block;
    width: 1.2963vw;
    height: 0.27778vw;
    background: #000;
    -moz-border-radius: 4px;
         border-radius: 4px;
    position: absolute;
    top: 50%;
    left: -1.75926vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pro .profile .info .box p {
    padding-left: 0.92593vw;
    font-size: 1.2963vw;
    line-height: 2.22222vw;
  }
  .pro .profile .info .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2963vw;
    line-height: 2.59259vw;
    padding-left: 0.92593vw;
  }
  .pro .profile .info .box dl:first-of-type {
    padding-top: 0.18519vw;
  }
  .pro .profile .info .box dl dt {
    width: 12.96296vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.13889vw;
  }
  .pro .profile .info .box dl dt span:first-child {
    width: 7.59259vw;
  }
  .pro .profile .info .box dl dt span:last-child {
    width: -webkit-calc(100% - 7.59259vw);
    width: -moz-calc(100% - 7.59259vw);
    width: calc(100% - 7.59259vw);
  }
  .pro .profile .info .box dl dd {
    width: -webkit-calc(100% - 12.96296vw);
    width: -moz-calc(100% - 12.96296vw);
    width: calc(100% - 12.96296vw);
    letter-spacing: 0.09259vw;
  }
  .pro .profile .info .box .present {
    display: block;
    font-size: 1.2963vw;
    line-height: 2.77778vw;
    letter-spacing: 0.12037vw;
    padding-left: 0.92593vw;
  }
  .pro .profile .info .box .present::before {
    content: "";
    display: block;
    width: 1px;
    height: 2.77778vw;
    border-left: 1px dashed #000;
    margin: 0.46296vw 3.51852vw 0.37037vw;
  }
  .pro .profile figure {
    width: 26.85185vw;
    height: 42.96296vw;
    margin-top: -2.03704vw;
  }
  .pro .profile figure img {
    max-width: 100%;
    max-height: 100%;
  }
  .pro .block_news {
    padding: 6.94444vw 0 2.87037vw;
  }
  .pro .block_news > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6.01852vw;
  }
  .pro .block_news > ul li {
    width: 30.18519vw;
    margin-right: 1.85185vw;
  }
  .pro .block_news > ul li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .pro .block_news > ul li a {
    display: block;
    height: 100%;
    border-bottom: 2px solid #d1bcb9;
    padding-bottom: 0.74074vw;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pro .block_news > ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1.11111vw solid #d1bcb9;
    border-right: 1.38889vw solid transparent;
    position: absolute;
    bottom: -0.18519vw;
    right: -0.18519vw;
  }
  .pro .block_news > ul li a:hover {
    opacity: 0.7;
  }
  .pro .block_news > ul li figure {
    width: 100%;
    height: -14.81481vw;
    overflow: hidden;
    margin-bottom: 1.2037vw;
  }
  .pro .block_news > ul li figure img {
    width: 100%;
  }
  .pro .block_news > ul li p {
    font-size: 1.85185vw;
    line-height: 2.96296vw;
    letter-spacing: 0.21296vw;
    text-align: center;
  }
  .pro .block_news > ul li p small {
    display: block;
    font-size: 1.2963vw;
    line-height: 2.40741vw;
    letter-spacing: 0.15741vw;
  }
  .pro .block_news .box {
    margin-bottom: 5.27778vw;
  }
  .pro .block_news .box .ttl_art {
    margin-bottom: 1.2963vw;
  }
  .pro .block_news .box ul.news {
    padding-left: 1.48148vw;
  }
  .pro .block_news .box ul.news li {
    margin-bottom: 1.38889vw;
  }
  .pro .block_news .box ul.news li a {
    display: inline-block;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.06481vw;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pro .block_news .box ul.news li a:hover {
    opacity: 0.7;
  }
  .pro .block_news .box ul.news li a::before {
    content: "";
    display: block;
    width: 0.74074vw;
    height: 1.2963vw;
    background: url("/outline/gakucho/img/arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0.74074vw;
    left: -1.38889vw;
  }
  .pro .block_news .box .btn_black {
    padding-top: 0.46296vw;
  }
  .pro .block_news .box > p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
  }
  .pro .block_news .box ul.events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2.03704vw;
  }
  .pro .block_news .box ul.events li {
    width: 22.22222vw;
    margin-right: 1.85185vw;
    margin-bottom: 1.11111vw;
  }
  .pro .block_news .box ul.events li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .pro .block_news .box ul.events li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    height: 4.62963vw;
    border: 1px solid #d2d2d2;
    font-size: 1.2963vw;
    line-height: 1.85185vw;
    letter-spacing: 0.0463vw;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pro .block_news .box ul.events li a:hover {
    opacity: 0.7;
  }
  .teatime .row {
    padding-top: 6.48148vw;
    padding-bottom: 9.25926vw;
  }
  .teatime ul.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.92593vw;
  }
  .teatime ul.list li {
    margin: 0 0.92593vw;
  }
  .teatime ul.list li.active a, .teatime ul.list li:hover a {
    color: #fff;
  }
  .teatime ul.list li.active a::before, .teatime ul.list li:hover a::before {
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .teatime ul.list li.active a::after, .teatime ul.list li:hover a::after {
    background-image: url("/commons/img/arr_right.png");
  }
  .teatime ul.list li a {
    width: 20.37037vw;
    font-size: 1.48148vw;
    color: #000;
    letter-spacing: 0.18519vw;
    padding-right: 2.31481vw;
  }
  .teatime ul.list li a::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .teatime ul.list li a::after {
    right: 1.48148vw;
    background-image: url("/commons/img/arr_right_hv.png");
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .teatime article {
    display: none;
  }
  .teatime article .ttl_art {
    margin-bottom: 1.2963vw;
  }
  .teatime article ul.mn {
    margin-bottom: 0.83333vw;
  }
  .teatime article ul.mn.col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.85185vw;
       -moz-column-gap: 1.85185vw;
            column-gap: 1.85185vw;
  }
  .teatime article ul.mn.col li {
    width: 46.2963vw;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }
  .teatime article ul.mn li {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .teatime article ul.mn li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .teatime article ul.mn li a:hover {
    opacity: 0.7;
  }
  .teatime article ul.mn li a span {
    width: 6.01852vw;
    letter-spacing: 0.09259vw;
  }
  .teatime article .block .box {
    padding-top: 3.7037vw;
  }
  .teatime article .block .box h4 {
    background: #f4eceb;
    font-weight: normal;
    font-size: 2.03704vw;
    line-height: 2.22222vw;
    color: #780e00;
    letter-spacing: 0.15741vw;
    position: relative;
    padding: 1.11111vw 19.44444vw 1.11111vw 10.37037vw;
    margin-bottom: 2.03704vw;
  }
  .teatime article .block .box h4 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9.25926vw;
    height: 100%;
    background: #b37870;
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .teatime article .block .box h4 small {
    font-size: 1.38889vw;
    line-height: 2.31481vw;
    letter-spacing: 0.18519vw;
    position: absolute;
    right: 3.14815vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .teatime article .block .box h4 small::before {
    content: "";
    width: 2px;
    height: 1.66667vw;
    background: #b37870;
    position: absolute;
    left: -1.38889vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .teatime article .block .box .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teatime article .block .box .info .lf {
    width: -webkit-calc(100% - 23.61111vw);
    width: -moz-calc(100% - 23.61111vw);
    width: calc(100% - 23.61111vw);
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
    padding-right: 3.24074vw;
    margin-top: -0.55556vw;
  }
  .teatime article .block .box .info .rg {
    width: 23.61111vw;
  }
  .teatime article .block .box .info .rg figure:not(:last-of-type) {
    margin-bottom: 0.92593vw;
  }
  .teatime article .block .box .info .rg figure img {
    width: 100%;
  }
  .p_communication .o_ttl02 {
    font-size: 2.40741vw;
    position: relative;
    padding-bottom: 1.2963vw;
    margin-bottom: 1.48148vw;
    letter-spacing: 0.18519vw;
    font-weight: normal;
  }
  .p_communication .o_ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    display: block;
  }
  .p_communication .o_ttl02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.55556vw;
    height: 2px;
    background: #780e00;
    display: block;
    z-index: 1;
  }
  .p_communication .o_ttl03 {
    color: #780e00;
    background-color: #f4eceb;
    font-weight: 300;
    padding: 1.11111vw 1.11111vw 1.2963vw;
    font-size: 2.03704vw;
    letter-spacing: 0.18519vw;
    line-height: 1;
    margin-bottom: 2.12963vw;
  }
  .p_communication .o_ttl02 + p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 1px;
    margin-bottom: 3.7037vw;
  }
  .p_communication .gr_ttl_ctn {
    margin-bottom: 7.77778vw;
  }
  .p_communication .sec {
    margin-bottom: 9.25926vw;
  }
  .p_communication .sec_tc_item:last-child {
    margin-bottom: 5.83333vw;
  }
  .p_communication .sec_tc_item .table {
    margin-bottom: 4.62963vw;
  }
  .p_communication .sec_tc_item .table tr.sp td {
    padding-top: 0.27778vw;
    padding-bottom: 0.27778vw;
    vertical-align: middle;
  }
  .p_communication .sec_tc_item .table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .p_communication .sec_tc_item .table table th {
    font-size: 1.2963vw;
    background-color: #f3f3f3;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    padding-top: 1.38889vw;
    padding-bottom: 1.2037vw;
    font-weight: normal;
    text-align: center;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(1) {
    border-left: 1px solid #bebebe;
    width: 5.74468%;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.48148vw;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(2) {
    width: 19.14894%;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(3) {
    width: 21.70213%;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(4) {
    width: 43.61702%;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(5) {
    width: 9.78723%;
  }
  .p_communication .sec_tc_item .table table td {
    padding-top: 1.38889vw;
    padding-bottom: 1.2037vw;
    text-align: center;
    letter-spacing: 0.27778vw;
    font-size: 1.48148vw;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
  }
  .p_communication .sec_tc_item .table table td:nth-of-type(4) {
    text-align: left;
    padding-left: 2.68519vw;
    padding-right: 2.68519vw;
    letter-spacing: 1px;
  }
  .p_communication .sec_tc_item .table table td:nth-of-type(1) {
    border-left: 1px solid #bebebe;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.48148vw;
  }
  .p_letter .gr_ttl_ctn {
    margin-bottom: 7.68519vw;
  }
  .p_letter .sec .row > p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .p_letter .sec .row .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.7037vw;
    margin-bottom: 6.85185vw;
  }
  .p_letter .sec .row .list li {
    position: relative;
    padding-right: 2.77778vw;
    margin-bottom: 1.85185vw;
    padding-left: 2.40741vw;
  }
  .p_letter .sec .row .list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.74074vw;
    height: 1.2963vw;
    background: url(/outline/gakucho/img/arr_l.png) center/contain no-repeat;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) {
  .p_letter .sec .row .list li {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p_letter .sec .row .list li:nth-of-type(3n+1) {
    width: 35.53191%;
  }
  .p_letter .sec .row .list li:nth-of-type(3n+2) {
    width: 35.53191%;
  }
  .p_letter .sec .row .list li:nth-of-type(3n+3) {
    width: 28.93617%;
  }
  .p_letter .sec .row .list li a {
    font-size: 1.48148vw;
    letter-spacing: 1px;
  }
  .st_gakucho.st_conversation .gr_ttl_ctn {
    margin-bottom: 6.2037vw;
  }
  .st_gakucho .gr_ttl_ctn {
    margin-bottom: 8.33333vw;
  }
  .st_gakucho .gr_list {
    margin-bottom: 9.72222vw;
  }
  .st_gakucho .gr_list .l_interview li {
    border-bottom: 1px dashed #bebebe;
    display: block;
    padding: 1.2037vw 0 1.01852vw;
  }
  .st_gakucho .gr_list .l_interview li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .st_gakucho .gr_list .l_interview li a {
    display: block;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    position: relative;
    padding-left: 2.40741vw;
  }
  .st_gakucho .gr_list .l_interview li a:before {
    content: "";
    background: url(/outline/gakucho/img/arr_l.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 0.74074vw;
    height: 1.2963vw;
    position: absolute;
    top: 0.74074vw;
    left: 0;
  }
  .st_gakucho .gr_list .l_interview li a span {
    display: block;
    font-size: 1.2963vw;
    line-height: 2.40741vw;
  }
  .st_gakucho .gr_conversation .ttl_art_cv {
    font-size: 2.40741vw;
    line-height: 2.22222vw;
    border-bottom: 0.18519vw solid #dcdcdc;
    position: relative;
    padding-bottom: 1.85185vw;
    margin-bottom: 1.2963vw;
    font-weight: normal;
    letter-spacing: 0.18519vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st_gakucho .gr_conversation .ttl_art_cv:after {
    content: "";
    width: 10.64815vw;
    height: 0.18519vw;
    background-color: #780e00;
    position: absolute;
    bottom: -0.18519vw;
    left: 0;
  }
  .st_gakucho .gr_conversation .ttl_art_cv time {
    font-size: 1.48148vw;
    line-height: 2.40741vw;
    letter-spacing: 1px;
    position: relative;
    padding-left: 1.2037vw;
    display: inline-block;
  }
  .st_gakucho .gr_conversation .ttl_art_cv time:before {
    content: "";
    width: 0.18519vw;
    height: 1.66667vw;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .st_gakucho .gr_conversation .txt_top em {
    font-size: 1.48148vw;
    line-height: 2.40741vw;
    font-style: normal;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 0.37037vw;
  }
  .st_gakucho .gr_conversation .txt_top strong {
    display: block;
    font-size: 2.22222vw;
    line-height: 2.40741vw;
    font-weight: normal;
    letter-spacing: 0.18519vw;
  }
  .st_gakucho .gr_conversation .img_top {
    text-align: center;
    margin: 3.05556vw 0;
  }
  .st_gakucho .gr_conversation .img_top figure figcaption {
    font-size: 2.22222vw;
    line-height: 2.40741vw;
    font-weight: normal;
    margin: 2.68519vw 0 0;
    display: block;
  }
  .st_gakucho .gr_conversation p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 1px;
  }
  .st_gakucho .gr_conversation .cv_art {
    margin: 3.24074vw 0 9.25926vw;
    counter-reset: article;
  }
  .st_gakucho .gr_conversation .cv_art article:not(:last-child) {
    margin-bottom: 3.42593vw;
  }
  .st_gakucho .gr_conversation .cv_art article .ttl_cv {
    font-size: 2.03704vw;
    line-height: 2.22222vw;
    color: #780e00;
    padding: 0.92593vw 1.85185vw 1.11111vw 2.12963vw;
    background-color: #f4eceb;
    font-weight: normal;
    position: relative;
    margin-bottom: 3.33333vw;
    letter-spacing: 1px;
  }
  .st_gakucho .gr_conversation .cv_art article .ttl_cv:before {
    counter-increment: article;
    content: counter(article) ". ";
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 2.40741vw;
    line-height: 2.22222vw;
    padding-right: 0.46296vw;
  }
  .st_gakucho .gr_conversation .cv_art article dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_gakucho .gr_conversation .cv_art article dl:not(:last-child) {
    margin-bottom: 3.24074vw;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    font-weight: bold;
    letter-spacing: 1px;
    width: 8.33333vw;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_grey {
    color: #888787;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_red {
    color: #780e00;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_green {
    color: #27480d;
  }
  .st_gakucho .gr_conversation .cv_art article dl dd {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    width: -webkit-calc(100% - 8.7963vw);
    width: -moz-calc(100% - 8.7963vw);
    width: calc(100% - 8.7963vw);
  }
  .st_gakucho .gr_conversation .cv_art article dl dd span {
    margin-top: 1.85185vw;
    display: inline-block;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.24074vw;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl_left {
    padding-right: 1.85185vw;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl_right {
    padding-left: 1.85185vw;
  }
  .st_gakucho .gr_conversation .cv_art article .txt_em {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    display: block;
    font-style: normal;
    padding-left: 8.7963vw;
    margin-bottom: 3.24074vw;
    margin-top: -1.85185vw;
  }
  .st_gakucho .gr_conversation .cv_art article .txt_em_02 {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    display: block;
    font-style: normal;
    margin-bottom: 3.24074vw;
  }
}

@media screen and (max-width: 767px) {
  .pro .spirit {
    padding: 9.11458vw 0 13.02083vw;
  }
  .pro .spirit h3 {
    font-weight: normal;
    font-size: 4.55729vw;
    line-height: 5.85938vw;
    letter-spacing: 0.65104vw;
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .pro .spirit h3::after {
    content: "";
    display: block;
    width: 26.04167vw;
    height: 0.52083vw;
    background: #000;
    margin: 2.60417vw auto 0;
  }
  .pro .spirit p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    letter-spacing: 0.19531vw;
    margin-bottom: 3.90625vw;
  }
  .pro .spirit p.name {
    text-align: right;
  }
  .pro .spirit p.name span {
    margin-left: 3.90625vw;
  }
  .pro .profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: #f7f7f7;
    position: relative;
    padding: 7.8125vw 3.90625vw 0;
    margin: 0 -3.90625vw;
  }
  .pro .profile h4 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 14.97396vw;
    line-height: 14.97396vw;
    color: #efefef;
    letter-spacing: 0.78125vw;
    position: absolute;
    top: -9.11458vw;
    left: 2.60417vw;
  }
  .pro .profile .info {
    width: 100%;
  }
  .pro .profile .info .box {
    width: 100%;
    margin-bottom: 4.55729vw;
  }
  .pro .profile .info .box h5 {
    font-weight: normal;
    font-size: 3.64583vw;
    line-height: 3.64583vw;
    position: relative;
    padding-left: 3.90625vw;
    margin-bottom: 1.30208vw;
  }
  .pro .profile .info .box h5::before {
    content: "";
    display: block;
    width: 2.60417vw;
    height: 0.52083vw;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pro .profile .info .box p {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    padding-left: 5.20833vw;
  }
  .pro .profile .info .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.125vw;
    line-height: 4.94792vw;
    padding-left: 5.20833vw;
    margin-bottom: 0.65104vw;
  }
  .pro .profile .info .box dl dt {
    width: 23.4375vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.19531vw;
  }
  .pro .profile .info .box dl dt span:first-child {
    width: 14.32292vw;
  }
  .pro .profile .info .box dl dt span:last-child {
    width: 9.11458vw;
  }
  .pro .profile .info .box dl dd {
    width: -webkit-calc(100% - 23.4375vw);
    width: -moz-calc(100% - 23.4375vw);
    width: calc(100% - 23.4375vw);
  }
  .pro .profile .info .box .present {
    display: block;
    font-size: 3.125vw;
    line-height: 4.42708vw;
    letter-spacing: 0.16927vw;
    padding-left: 5.20833vw;
  }
  .pro .profile .info .box .present::before {
    content: "";
    display: block;
    width: 1px;
    height: 7.8125vw;
    border-left: 1px dashed #000;
    margin: 1.30208vw 7.8125vw;
  }
  .pro .profile figure {
    width: 100%;
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .pro .profile figure img {
    width: 37.76042vw;
  }
  .pro .block_news {
    padding: 9.11458vw 0 1.30208vw;
  }
  .pro .block_news > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8.46354vw;
  }
  .pro .block_news > ul li {
    width: 29.94792vw;
    border-bottom: 2px solid #d1bcb9;
    padding-bottom: 2.60417vw;
    margin-right: 1.17188vw;
    position: relative;
  }
  .pro .block_news > ul li::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1.5625vw solid #d1bcb9;
    border-right: 1.95312vw solid transparent;
    position: absolute;
    bottom: -2px;
    right: -2px;
  }
  .pro .block_news > ul li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .pro .block_news > ul li figure {
    width: 100%;
    height: 20.83333vw;
    overflow: hidden;
    margin-bottom: 1.95312vw;
  }
  .pro .block_news > ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pro .block_news > ul li p {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    letter-spacing: 0.29948vw;
    text-align: center;
  }
  .pro .block_news > ul li p small {
    display: block;
    font-size: 1.95312vw;
    line-height: 4.42708vw;
    letter-spacing: 0;
  }
  .pro .block_news .box {
    margin-bottom: 7.8125vw;
  }
  .pro .block_news .box ul.news {
    padding-left: 3.25521vw;
  }
  .pro .block_news .box ul.news li {
    margin-bottom: 1.95312vw;
  }
  .pro .block_news .box ul.news li a {
    display: inline-block;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    position: relative;
  }
  .pro .block_news .box ul.news li a::before {
    content: "";
    display: block;
    width: 1.04167vw;
    height: 3.125vw;
    background: url("/outline/gakucho/img/arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 1.30208vw;
    left: -3.25521vw;
  }
  .pro .block_news .box .btn_black {
    padding-top: 2.60417vw;
  }
  .pro .block_news .box > p {
    font-size: 2.86458vw;
    line-height: 4.42708vw;
    letter-spacing: 0.15625vw;
  }
  .pro .block_news .box ul.events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 3.90625vw;
  }
  .pro .block_news .box ul.events li {
    width: 28.64583vw;
    margin-right: 2.99479vw;
    margin-bottom: 1.95312vw;
  }
  .pro .block_news .box ul.events li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .pro .block_news .box ul.events li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    height: 11.71875vw;
    border: 1px solid #d2d2d2;
    font-size: 2.86458vw;
    line-height: 3.90625vw;
  }
  .teatime .row {
    padding-bottom: 13.02083vw;
  }
  .teatime ul.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 9.11458vw;
    margin-bottom: 8.46354vw;
  }
  .teatime ul.list li.active a {
    background: #000;
    border: none;
    color: #fff;
  }
  .teatime ul.list li.active a::after {
    background-image: url("/commons/img/arr_right.png");
  }
  .teatime ul.list li a {
    width: 29.29688vw;
    height: 10.41667vw;
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #000;
    letter-spacing: 0.26042vw;
    padding-right: 3.90625vw;
  }
  .teatime ul.list li a::after {
    right: 1.95312vw;
    background-image: url("/commons/img/arr_right_hv.png");
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .teatime article {
    display: none;
  }
  .teatime article ul.mn {
    margin-bottom: 2.60417vw;
  }
  .teatime article ul.mn li {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    letter-spacing: 0.19531vw;
    margin-bottom: 0.65104vw;
  }
  .teatime article ul.mn li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .teatime article ul.mn li a span {
    width: 11.71875vw;
  }
  .teatime article .block .box {
    padding-top: 5.20833vw;
    margin-bottom: 3.90625vw;
  }
  .teatime article .block .box h4 {
    background: #f4eceb;
    font-weight: normal;
    font-size: 3.90625vw;
    line-height: 5.20833vw;
    color: #780e00;
    letter-spacing: 0.26042vw;
    text-align: center;
    position: relative;
    padding: 9.11458vw 3.90625vw 2.60417vw;
    margin-bottom: 3.90625vw;
  }
  .teatime article .block .box h4 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 6.51042vw;
    background: #b37870;
    font-size: 3.38542vw;
    line-height: 1;
    color: #fff;
    padding-left: 3.90625vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .teatime article .block .box h4 small {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 6.51042vw;
    font-size: 3.125vw;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 2.60417vw;
    top: 0;
  }
  .teatime article .block .box .info .lf {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
  }
  .teatime article .block .box .info .rg {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.90625vw;
  }
  .teatime article .block .box .info .rg figure {
    width: -webkit-calc(50% - 2.60417vw);
    width: -moz-calc(50% - 2.60417vw);
    width: calc(50% - 2.60417vw);
  }
  .teatime article .block .box .info .rg figure.full {
    width: 100%;
    text-align: center;
    padding: 0 6.51042vw;
  }
  .teatime article .block .box .info .rg figure.full img {
    width: auto;
    max-width: 100%;
  }
  .teatime article .block .box .info .rg figure img {
    width: 100%;
  }
  .p_communication .o_ttl02 {
    font-size: 4.42708vw;
    position: relative;
    padding-bottom: 1.95312vw;
    margin-bottom: 2.73438vw;
    letter-spacing: 0.39062vw;
    font-weight: normal;
  }
  .p_communication .o_ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    display: block;
  }
  .p_communication .o_ttl02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20.83333vw;
    height: 2px;
    background: #780e00;
    display: block;
    z-index: 1;
  }
  .p_communication .o_ttl03 {
    color: #780e00;
    background-color: #f4eceb;
    font-weight: 300;
    padding: 3.90625vw;
    font-size: 3.64583vw;
    letter-spacing: 0.39062vw;
    line-height: 1;
    margin-bottom: 5.20833vw;
    margin-top: 5.20833vw;
  }
  .p_communication .o_ttl02 + p {
    font-size: 3.125vw;
    margin-bottom: 5.20833vw;
  }
  .p_communication .gr_ttl_ctn {
    margin-bottom: 6.51042vw;
  }
  .p_communication .sec {
    padding-bottom: 13.02083vw;
  }
  .p_communication .sec_tc_item .table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 6.51042vw;
    padding-bottom: 0.65104vw;
  }
  .p_communication .sec_tc_item .table tr.sp td {
    padding-top: 0.65104vw;
    padding-bottom: 0.65104vw;
    vertical-align: middle;
  }
  .p_communication .sec_tc_item .table table {
    width: 183.59375vw;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p_communication .sec_tc_item .table table th {
    font-size: 3.125vw;
    background-color: #f3f3f3;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    padding: 1.95312vw;
    font-weight: normal;
    text-align: center;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(1) {
    border-left: 1px solid #bebebe;
    width: 10.54688vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 3.125vw;
    letter-spacing: 0.39062vw;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(2) {
    width: 35.15625vw;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(3) {
    width: 39.84375vw;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(4) {
    width: 80.07812vw;
  }
  .p_communication .sec_tc_item .table table th:nth-of-type(5) {
    width: 17.96875vw;
  }
  .p_communication .sec_tc_item .table table td {
    padding: 1.95312vw;
    text-align: center;
    font-size: 3.38542vw;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
  }
  .p_communication .sec_tc_item .table table td:nth-of-type(1) {
    border-left: 1px solid #bebebe;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 3.125vw;
    letter-spacing: 0.39062vw;
  }
  .p_communication .sec_tc_item .table table td:nth-of-type(4) {
    text-align: left;
    padding-left: 1.95312vw;
    padding-right: 1.95312vw;
  }
  .p_letter .gr_ttl_ctn {
    margin-bottom: 6.51042vw;
  }
  .p_letter .sec .row > p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
  }
  .p_letter .sec .row .list {
    margin-top: 5.20833vw;
    margin-bottom: 13.02083vw;
  }
  .p_letter .sec .row .list li {
    position: relative;
    margin-bottom: 2.60417vw;
    padding-left: 3.90625vw;
  }
  .p_letter .sec .row .list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.08333vw;
    height: 3.51562vw;
    background: url(/outline/gakucho/img/arr_l.png) center/contain no-repeat;
    display: block;
  }
  .p_letter .sec .row .list li a {
    font-size: 3.38542vw;
  }
  .st_gakucho .gr_ttl_ctn {
    margin-bottom: 9.11458vw;
  }
  .st_gakucho .gr_list {
    margin-bottom: 13.02083vw;
  }
  .st_gakucho .gr_list .l_interview li {
    border-bottom: 1px dashed #bebebe;
    display: block;
    padding: 3.90625vw 0;
  }
  .st_gakucho .gr_list .l_interview li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .st_gakucho .gr_list .l_interview li a {
    display: block;
    font-size: 3.38542vw;
    line-height: 6.25vw;
    position: relative;
    padding-left: 4.29688vw;
  }
  .st_gakucho .gr_list .l_interview li a:before {
    content: "";
    background: url(/outline/gakucho/img/arr_l.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.08333vw;
    height: 3.64583vw;
    position: absolute;
    top: 1.04167vw;
    left: 0;
  }
  .st_gakucho .gr_conversation .ttl_art_cv {
    font-size: 4.42708vw;
    line-height: 6.25vw;
    border-bottom: 0.26042vw solid #dcdcdc;
    position: relative;
    padding-bottom: 2.60417vw;
    margin-bottom: 3.90625vw;
    font-weight: normal;
  }
  .st_gakucho .gr_conversation .ttl_art_cv:after {
    content: "";
    width: 20.83333vw;
    height: 0.26042vw;
    background-color: #780e00;
    position: absolute;
    bottom: -0.26042vw;
    left: 0;
  }
  .st_gakucho .gr_conversation .ttl_art_cv time {
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.13021vw;
    position: relative;
    padding-left: 1.69271vw;
    display: inline-block;
    margin-top: 1.30208vw;
  }
  .st_gakucho .gr_conversation .ttl_art_cv time:before {
    content: "";
    width: 0.26042vw;
    height: 3.25521vw;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .st_gakucho .gr_conversation .txt_top em {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    font-style: normal;
    display: block;
    letter-spacing: 0.13021vw;
    margin-bottom: 1.30208vw;
  }
  .st_gakucho .gr_conversation .txt_top strong {
    display: block;
    font-size: 4.42708vw;
    line-height: 6.25vw;
    font-weight: normal;
    letter-spacing: 0.26042vw;
  }
  .st_gakucho .gr_conversation .img_top {
    text-align: center;
    margin: 3.90625vw 0;
  }
  .st_gakucho .gr_conversation .img_top img {
    width: 100%;
    height: auto;
  }
  .st_gakucho .gr_conversation .img_top figure figcaption {
    font-size: 4.6875vw;
    line-height: 1.2;
    font-weight: normal;
    margin: 3.90625vw 0 0;
    display: block;
  }
  .st_gakucho .gr_conversation p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    letter-spacing: 0.13021vw;
  }
  .st_gakucho .gr_conversation .cv_art {
    margin: 5.20833vw 0 13.02083vw;
    counter-reset: article;
  }
  .st_gakucho .gr_conversation .cv_art article:not(:last-child) {
    margin-bottom: 37px;
  }
  .st_gakucho .gr_conversation .cv_art article .ttl_cv {
    font-size: 4.16667vw;
    line-height: 1.2;
    color: #780e00;
    padding: 1.30208vw 2.60417vw 1.5625vw 2.99479vw;
    background-color: #f4eceb;
    font-weight: normal;
    position: relative;
    margin-bottom: 5.20833vw;
    letter-spacing: 1px;
  }
  .st_gakucho .gr_conversation .cv_art article .ttl_cv:before {
    counter-increment: article;
    content: counter(article) ". ";
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 4.6875vw;
    line-height: 1.5;
    padding-right: 0.65104vw;
  }
  .st_gakucho .gr_conversation .cv_art article dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_gakucho .gr_conversation .cv_art article dl:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    font-weight: bold;
    letter-spacing: 1px;
    width: 18.22917vw;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_grey {
    color: #888787;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_red {
    color: #780e00;
  }
  .st_gakucho .gr_conversation .cv_art article dl dt.txt_green {
    color: #27480d;
  }
  .st_gakucho .gr_conversation .cv_art article dl dd {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    width: -webkit-calc(100% - 18.22917vw);
    width: -moz-calc(100% - 18.22917vw);
    width: calc(100% - 18.22917vw);
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl {
    margin-bottom: 5.20833vw;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl_left {
    margin-bottom: 5.20833vw;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl_right {
    margin-top: 5.20833vw;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl figure {
    text-align: center;
  }
  .st_gakucho .gr_conversation .cv_art article .b_fl figure img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .st_gakucho .gr_conversation .cv_art article .txt_em {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    display: block;
    font-style: normal;
    padding-left: 18.22917vw;
    margin-bottom: 5.20833vw;
  }
  .st_gakucho .gr_conversation .cv_art article .txt_em_02 {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    display: block;
    font-style: normal;
    margin-bottom: 5.20833vw;
  }
}
