@charset "UTF-8";
.site-wrapper:has(> .major-cms) {
  padding-top: 0;
}

.major.major-cms .mv {
  width: 100%;
  height: 350px;
  aspect-ratio: 1440/350;
  position: relative;
}
@media screen and (max-width: 767px) {
  .major.major-cms .mv {
    height: 150px;
    aspect-ratio: 375/150;
  }
}
.major.major-cms .mv {
  /*&::after{
    content: '';
    display: block;
    width: 100%;
    height: 350px;
    background: rgba($color: $font-color, $alpha: 0.35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    @include mq(md){
      height: 220px;
    }
  }*/
}
.major.major-cms .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .breadcrumb {
  margin-bottom: 0;
}
.major.major-cms .contents {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .contents {
    padding-top: 50px;
  }
}
.major.major-cms .section-block {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .section-block {
    margin-bottom: 90px;
  }
}
.major.major-cms .about {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .about {
    margin-bottom: 100px;
  }
}
.major.major-cms .about .about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.major.major-cms .about .about-wrap .about-txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .major.major-cms .about .about-wrap .about-txt {
    width: 100%;
    padding: 0 2%;
  }
}
.major.major-cms .about .about-wrap .about-image {
  width: 480px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .major.major-cms .about .about-wrap .about-image {
    width: 100%;
    margin-top: 25px;
  }
}
.major.major-cms .about .about-wrap .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .goal-detail {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail {
    margin-bottom: 100px;
  }
}
.major.major-cms .goal-detail .goal-detail-btn {
  color: #8F3759;
  font-size: 1.375rem;
  font-weight: 300;
  padding: 15px 25px;
  margin-bottom: 55px;
  border: 1px solid #8F3759;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-detail-btn {
    font-size: 1.125rem;
    padding: 10px 25px;
  }
}
.major.major-cms .goal-detail .goal-detail-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #8F3759;
  border-bottom: 2px solid #8F3759;
  position: absolute;
  top: 45%;
  right: 35px;
  transform: rotate(45deg);
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-detail-btn::after {
    top: 36%;
    right: 25px;
  }
}
.major.major-cms .goal-detail .goal-detail-btn:hover {
  color: #fff;
  background: rgba(143, 55, 89, 0.7);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-detail-btn:hover {
    color: #8F3759;
    background: rgba(255, 255, 255, 0.7);
  }
}
.major.major-cms .goal-detail .goal-detail-btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-detail-btn:hover::after {
    border-right: 2px solid #8F3759;
    border-bottom: 2px solid #8F3759;
  }
}
.major.major-cms .goal-detail .goal-detail-btn.open::after {
  transform: rotate(225deg);
}
.major.major-cms .goal-detail .goal-detail-accordion {
  display: none;
}
.major.major-cms .goal-detail .goal-section {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section {
    margin-bottom: 25px;
  }
}
.major.major-cms .goal-detail .goal-section .normal-ttl {
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .normal-ttl {
    font-size: 1.0625rem;
  }
}
.major.major-cms .goal-detail .goal-section .normal-ttl::before {
  content: "・";
  display: inline-block;
}
.major.major-cms .goal-detail .goal-section .normal-ttl span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .normal-ttl span::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #353535;
    border-bottom: 2px solid #353535;
    position: absolute;
    top: 7px;
    right: -20px;
    transform: rotate(45deg);
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .normal-ttl.open span::after {
    top: 10px;
    transform: rotate(225deg);
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .accordion-sp {
    display: none;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.major.major-cms .goal-detail .goal-section .goal-table tbody tr th {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table tbody tr th {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.major.major-cms .goal-detail .goal-section .goal-table tbody tr td {
  width: 313px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table tbody tr td {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 10px 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table tbody tr td::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 0.8125rem;
    background: #D9D9D9;
    position: absolute;
    top: -23px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table tbody tr td:first-of-type::before {
    content: "専攻語科目（1年実習）";
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table tbody tr td:nth-of-type(2)::before {
    content: "専攻語科目（2年実習）";
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table tbody tr td:nth-of-type(3)::before {
    content: "専攻語科目（演習）";
  }
}
.major.major-cms .goal-detail .goal-section .goal-table tbody tr td.level-box {
  position: relative;
  padding-bottom: 2.5em;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody tr td.level-box .table-indent {
  margin-bottom: 1.5em;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody tr td.level-box .table-indent .triangle {
  display: block;
  position: relative;
  text-indent: -0.5em;
  padding-left: 1em;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody tr td.level-box .table-indent .triangle::before {
  content: "▶︎";
  display: inline-block;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody tr td.level-box .level {
  font-size: 0.9375rem;
  font-weight: 500;
  width: 80%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 10px;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody th small {
  display: block;
  font-size: 0.8125rem;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .heading {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 0.2em;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .square-list {
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 1em;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .square-list dt {
  font-size: 0.875rem;
  position: relative;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .square-list dt::before {
  content: "■";
  color: #A3978C;
  display: block;
  position: absolute;
  left: -1.3em;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .square-list dd {
  font-size: 0.875rem;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .table-indent {
  padding-left: 1em;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .table-indent li {
  position: relative;
}
.major.major-cms .goal-detail .goal-section .goal-table tbody td .table-indent li::before {
  content: "・";
  display: block;
  position: absolute;
  left: -1.3em;
}
.major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th.main-th {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th.main-th {
    display: none;
  }
}
.major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th.sub-th {
  width: 107px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th.sub-th {
    width: 100%;
    font-size: 0.8125rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th.sub-th::before {
    content: "話すこと";
    display: block;
    font-size: 0.9375rem;
  }
}
.major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th.sub-th.col01 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th.sub-th.col01 {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.expression tbody tr th small {
    display: inline-block;
    margin-left: 1em;
  }
}
.major.major-cms .goal-detail .goal-section .goal-table.others thead tr th:nth-of-type(2) {
  width: 626px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others thead tr th:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others tbody tr td:first-of-type::before {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others tbody tr td:nth-of-type(2)::before {
    content: "専攻語科目（演習）";
  }
}
.major.major-cms .goal-detail .goal-section .goal-table.others.mongolian tbody tr td:nth-of-type(1) {
  width: 939px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others.mongolian tbody tr td:nth-of-type(1) {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others.mongolian tbody tr td:nth-of-type(1)::before {
    content: none;
  }
}
.major.major-cms .goal-detail .goal-section .goal-table.others.jp thead tr th:nth-of-type(2) {
  width: 313px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others.jp thead tr th:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others.jp tbody tr td:nth-of-type(1)::before {
    content: "専攻語科目（1年実習）";
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .goal-section .goal-table.others.jp tbody tr td:nth-of-type(2)::before {
    content: "専攻語科目（2年実習）";
  }
}
.major.major-cms .goal-detail .goal-section .grade-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
}
.major.major-cms .goal-detail .goal-section .grade-info dt {
  width: 70px;
}
.major.major-cms .goal-detail .goal-section .grade-info dd {
  width: calc(100% - 70px);
  font-size: 0.8125rem;
}
.major.major-cms .goal-detail .about-system {
  border: 1px solid #B2B2B1;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  padding: 45px 35px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .about-system {
    padding: 30px 6%;
  }
}
.major.major-cms .goal-detail .about-system .about-system-wrap {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .goal-detail .about-system .about-system-wrap {
    padding: 0;
  }
}
.major.major-cms .goal-detail .about-system .about-system-wrap .indent {
  margin-bottom: 2em;
}
.major.major-cms .school-life {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .school-life {
    margin-bottom: 85px;
  }
}
.major.major-cms .school-life .school-life-image {
  padding: 25px 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 90px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .school-life .school-life-image {
    padding: 25px 0;
    gap: 10px 0;
  }
}
.major.major-cms .school-life .school-life-image li {
  width: 459px;
  aspect-ratio: 459/306;
}
@media screen and (max-width: 767px) {
  .major.major-cms .school-life .school-life-image li {
    width: 100%;
  }
}
.major.major-cms .school-life .school-life-image li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .free {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .free {
    margin-bottom: 100px;
  }
}
.major.major-cms .career {
  border: 1px solid #B2B2B1;
  border-radius: 15px;
  padding: 45px 35px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .career {
    padding: 30px 5%;
    margin-bottom: 100px;
  }
}
.major.major-cms .movie {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .movie {
    width: 90%;
    margin: 0 auto 100px;
  }
}
.major.major-cms .movie .youtube-wrap {
  width: 700px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .major.major-cms .movie .youtube-wrap {
    width: 100%;
  }
}
.major.major-cms .movie .youtube-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .teacher {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher {
    margin-bottom: 100px;
  }
}
.major.major-cms .teacher .section-block-wrap {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap {
    padding-left: 0;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info {
  border-bottom: 1px solid #707070;
  padding: 10px 5px;
}
.major.major-cms .teacher .section-block-wrap .teacher-info:first-of-type {
  border-top: 1px solid #707070;
}
.major.major-cms .teacher .section-block-wrap .teacher-info a {
  display: block;
  position: relative;
}
.major.major-cms .teacher .section-block-wrap .teacher-info a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #8F3759;
  border-bottom: 2px solid #8F3759;
  position: absolute;
  top: 45%;
  left: 20px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info a::before {
    left: 15px;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info a.no-link {
  pointer-events: none;
}
.major.major-cms .teacher .section-block-wrap .teacher-info a.no-link::before {
  content: none;
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap {
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.49);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 128px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap {
    padding: 15px 20px 15px 40px;
    min-height: auto;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name {
  width: 230px;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;*/
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name {
    width: 100%;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dt {
  color: #8F3759;
  font-size: 1.1875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dt {
    width: 100%;
    font-size: 0.9375rem;
    padding: 0;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dd {
  font-size: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-name dd {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner {
  width: calc(100% - 250px);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major {
    width: 100%;
    margin-bottom: 10px;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major p {
  color: #8F3759;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major p {
    font-size: 1rem;
  }
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .major p {
  /*span{
    color: $white;
    background: $school-color;
    border-radius: 25px;
    padding: 2px 10px;
    //word-break: keep-all;
  }*/
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .intro-txt {
  width: 100%;
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap .teacher-info-inner .intro-txt p {
  line-height: 1.8;
}
.major.major-cms .teacher .section-block-wrap .teacher-info .teacher-info-wrap {
  /*.major{
    width: 320px;
    padding-right: 10px;

    @include mq(md){
      width: 100%;
      padding-right: 0;
      margin-bottom: 10px;
    }

    p{
      span{
        color: $white;
        background: $school-color;
        border-radius: 25px;
        padding: 2px 10px;
        //word-break: keep-all;
      }
    }
  }

  .intro-txt{
    width: calc(100% - 600px);

    @include mq(md){
      width: 100%;
    }
  }*/
}
.major.major-cms .message {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message {
    margin-bottom: 100px;
  }
}
.major.major-cms .message .message-wrap {
  padding: 35px 55px 35px calc(55px + (100% - 1100px) / 2);
  border-radius: 0 15px 15px 0;
  background: rgba(255, 255, 255, 0.6);
  width: calc(100% - (100% - 1100px) / 2);
  margin-right: calc((100% - 1100px) / 2);
  margin-left: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message .message-wrap {
    width: 95%;
    margin-left: 0;
    margin-right: auto;
    padding: 40px 5% 40px 8%;
  }
}
.major.major-cms .message .message-wrap .message-head {
  width: 226px;
  height: 86px;
  transform: rotate(-12deg);
  position: absolute;
  top: -50px;
  right: 860px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message .message-wrap .message-head {
    width: 160px;
    right: auto;
    left: 5%;
    top: -25px;
  }
}
.major.major-cms .message .message-wrap .message-txt {
  width: 500px;
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message .message-wrap .message-txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.major.major-cms .message .message-wrap .message-txt .small-ttl::before {
  color: #8F3759;
}
.major.major-cms .message .message-wrap .message-image {
  width: 464px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message .message-wrap .message-image {
    width: 100%;
  }
}
.major.major-cms .message .message-wrap .message-image .pic01 {
  width: 257px;
  aspect-ratio: 257/197;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message .message-wrap .message-image .pic01 {
    width: 80%;
    margin-bottom: 10px;
  }
}
.major.major-cms .message .message-wrap .message-image .pic01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .message .message-wrap .message-image .pic01:nth-of-type(2) {
  width: 196px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message .message-wrap .message-image .pic01:nth-of-type(2) {
    width: 50%;
    margin-left: auto;
  }
}
.major.major-cms .message .message-wrap .message-image .pic01:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .message .message-wrap .message-image .pic02 {
  width: 196px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .major.major-cms .message .message-wrap .message-image .pic02 {
    width: 50%;
    margin-left: auto;
  }
}
.major.major-cms .message .message-wrap .message-image .pic02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .voice {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .voice {
    margin-bottom: 100px;
  }
}
.major.major-cms .voice .voice-wrap {
  border-radius: 15px 0 0 15px;
  background: rgba(255, 255, 255, 0.6);
  width: calc(100% - (100% - 1100px) / 2);
  margin-left: calc((100% - 1100px) / 2);
  padding: 60px 40px 60px 60px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .major.major-cms .voice .voice-wrap {
    width: 95%;
    margin-left: auto;
    padding: 40px 8% 40px 5%;
    flex-direction: column-reverse;
  }
}
.major.major-cms .voice .voice-wrap .voice-head {
  width: 154px;
  transform: rotate(-12deg);
  position: absolute;
  top: -50px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .voice .voice-wrap .voice-head {
    width: 100px;
    left: 5%;
    top: -25px;
  }
}
.major.major-cms .voice .voice-wrap .voice-txt {
  width: 590px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .voice .voice-wrap .voice-txt {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .major.major-cms .voice .voice-wrap .voice-txt .small-ttl {
    order: 1;
  }
}
.major.major-cms .voice .voice-wrap .voice-txt .small-ttl::before {
  color: #8F3759;
}
.major.major-cms .voice .voice-wrap .student-image {
  width: 350px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .voice .voice-wrap .student-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.major.major-cms .voice .voice-wrap .student-image .student-pic-wrap {
  border-radius: 0 15px 0 0;
  overflow: hidden;
  aspect-ratio: 350/439;
}
@media screen and (max-width: 767px) {
  .major.major-cms .voice .voice-wrap .student-image .student-pic-wrap {
    margin-bottom: 10px;
  }
}
.major.major-cms .voice .voice-wrap .student-image .student-pic-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.major.major-cms .cms-wysiwyg {
  position: relative;
}
.major.major-cms .cms-wysiwyg::after {
  content: "";
  display: block;
  clear: both;
}
.major.major-cms .cms-wysiwyg img {
  max-width: 100%;
  width: revert-layer;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg img {
    width: 100%;
    height: auto;
  }
}
.major.major-cms .cms-wysiwyg img.f-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg img.f-left {
    float: none;
    margin-right: 0;
  }
}
.major.major-cms .cms-wysiwyg img.f-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg img.f-right {
    float: none;
    margin-left: 0;
  }
}
.major.major-cms .cms-wysiwyg .wp-caption:has(.f-right) {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg .wp-caption:has(.f-right) {
    float: none;
    margin-left: 0;
  }
}
.major.major-cms .cms-wysiwyg .wp-caption:has(.f-left) {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg .wp-caption:has(.f-left) {
    float: none;
    margin-right: 0;
  }
}
.major.major-cms .cms-wysiwyg .wp-caption {
  width: revert-layer !important;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg .wp-caption {
    max-width: 100%;
    height: auto;
  }
}
.major.major-cms .cms-wysiwyg .wp-caption p {
  font-size: 0.75rem;
}
.major.major-cms .cms-wysiwyg .wp-caption img {
  margin-bottom: 5px;
}
.major.major-cms .cms-wysiwyg .wp-caption img.f-left {
  margin-right: 0;
}
.major.major-cms .cms-wysiwyg .wp-caption img.f-right {
  margin-left: 0;
}
.major.major-cms .cms-wysiwyg .wp-video {
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg .wp-video {
    max-width: 330px;
  }
}
.major.major-cms .cms-wysiwyg blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #d6dde3;
  color: #545454;
  margin: 10px 0;
}
.major.major-cms .cms-wysiwyg p {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.major.major-cms .cms-wysiwyg span[style*="font-size: 1rem"] {
  font-size: inherit !important;
}
.major.major-cms .cms-wysiwyg a {
  display: block;
  color: #8F3759;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.major.major-cms .cms-wysiwyg a:hover {
  text-decoration: none;
}
.major.major-cms .cms-wysiwyg ul {
  margin-left: 23px;
  margin-bottom: 1em;
}
.major.major-cms .cms-wysiwyg ul li {
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
}
.major.major-cms .cms-wysiwyg ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #8F3759;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: 0.4em;
}
.major.major-cms .cms-wysiwyg ul li span {
  font-weight: bold;
}
.major.major-cms .cms-wysiwyg h1, .major.major-cms .cms-wysiwyg h2, .major.major-cms .cms-wysiwyg h3, .major.major-cms .cms-wysiwyg h4, .major.major-cms .cms-wysiwyg h5, .major.major-cms .cms-wysiwyg h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.major.major-cms .cms-wysiwyg h1 {
  font-size: 2.375rem;
  border-bottom: 1px solid #C6C5C4;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg h1 {
    font-size: 1.5625rem;
    margin-bottom: 1em;
  }
}
.major.major-cms .cms-wysiwyg h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 5px solid #CFC9C2;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg h2 {
    font-size: 1.375rem;
  }
}
.major.major-cms .cms-wysiwyg h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg h3 {
    font-size: 1.3125rem;
    text-indent: -0.6em;
    padding-left: 1em;
  }
}
.major.major-cms .cms-wysiwyg h3:before {
  content: "■";
  display: inline-block;
  color: #A3978C;
  margin-right: 5px;
}
.major.major-cms .cms-wysiwyg h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  text-indent: -0.5em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.major.major-cms .cms-wysiwyg h4::before {
  content: "・";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg h4 {
    font-size: 1.125rem;
  }
}
.major.major-cms .cms-wysiwyg h5 {
  font-size: 1.125rem;
  color: #8F3759;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg h5 {
    font-size: 1rem;
  }
}
.major.major-cms .cms-wysiwyg h6 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .major.major-cms .cms-wysiwyg h6 {
    font-size: 0.9375rem;
  }
}/*# sourceMappingURL=major.css.map */