@charset "UTF-8";
/* header */
main {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  overflow: hidden;
}

body > iframe {
  overflow: hidden; }

header {
  position: relative;
  z-index: 98;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  transition: all 0.12s ease-in 0s; }

.header_wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .header_wrap .header_logo {
    padding-top: 25px;
    padding-left: 4.8%; }
    .header_wrap .header_logo img {
      width: 176px;
      height: auto; }
  .header_wrap .toggle_wrap {
    position: relative;
    z-index: 98;
    right: 18px;
    top: 16px;
    width: 48px; }

.header_navi {
  display: none; }

.globalMenuSp {
  position: absolute;
  z-index: 97;
  top: -10px;
  right: -10px;
  width: 0px;
  height: 0px !important;
  border-radius: 10px;
  background-color: #fff;
  padding: 45px 20px 10px;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.12s ease-in 0s; }
  .globalMenuSp ul.sp_navi {
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.12s ease-in 0s; }
    .globalMenuSp ul.sp_navi > li {
      border-bottom: 1px solid #e5e5e5; }
      .globalMenuSp ul.sp_navi > li a {
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: -1px;
        box-sizing: border-box;
        padding: 35px 0;
        white-space: nowrap;
        word-break: break-all;
        overflow: hidden; }
        .globalMenuSp ul.sp_navi > li a:before {
          top: 38px; }
        .globalMenuSp ul.sp_navi > li a:after {
          top: 19px; }
      .globalMenuSp ul.sp_navi > li:last-child {
        border: none; }

/* このクラスを、jQueryで付与?削除する */
.globalMenuSp.active {
  width: 96vw;
  height: 645px !important;
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100); }
  .globalMenuSp.active ul {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100); }

.navToggle {
  display: block;
  position: relative;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 98;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.navToggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  width: 12px;
  left: 18px; }

.navToggle span:nth-child(1) {
  top: 21px; }

.navToggle span:nth-child(2) {
  top: 26px; }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  -moz-transform: 45deg 45deg;
  transform: rotate(45deg); }

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  top: 23px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.globalMenuSp_bg {
  position: fixed;
  display: block;
  z-index: -999;
  width: 0;
  height: 0; }
  .globalMenuSp_bg:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.12s ease-in 0s; }
  .globalMenuSp_bg.active {
    z-index: 90;
    width: 100%;
    height: 100%; }
    .globalMenuSp_bg.active:after {
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }

main.active {
  padding-top: 45px; }

/* navi */
.pankuzu_wrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  right: 0;
  bottom: 35px;
  position: relative;
  box-sizing: border-box;
  padding: 0 2% 0; }
  .pankuzu_wrap ul {
    position: relative;
    z-index: 10;
    padding: 5px 0px 5px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .pankuzu_wrap ul li {
      position: relative;
      display: table-cell;
      text-align: right;
      font-size: 0.9rem;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 140%;
      vertical-align: middle;
      margin-left: 18px; }
      .pankuzu_wrap ul li a {
        text-decoration: underline; }
        .pankuzu_wrap ul li a:hover {
          text-decoration: none; }
    .pankuzu_wrap ul li:before {
      content: "";
      position: absolute;
      display: inline-block;
      right: -13px;
      top: 5px;
      width: 8px;
      height: 1px;
      background-color: #000; }
    .pankuzu_wrap ul li:last-child:before {
      display: none; }

/* common */
.article_wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0 60px; }

.section_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  box-sizing: border-box;
  position: relative; }

.content_wrap, .content_wrap_l, .content_wrap_cnt, .content_wrap_s {
  width: 100%;
  height: 100%;
  padding: 0 4.5%;
  box-sizing: border-box;
  position: relative; }

.content_wrap_sp100p {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  box-sizing: border-box;
  position: relative; }

.h2_d_sub {
  position: relative;
  text-align: left;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  .h2_d_sub span {
    display: block;
    color: #96989a;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Noto Sans JP", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: -1px;
    padding-left: 10px;
    margin-bottom: 2px; }
    .h2_d_sub span:before {
      content: "";
      position: absolute;
      display: inline-block;
      left: 0px;
      top: 4px;
      width: 5px;
      height: 5px;
      background-color: #96989a;
      border-radius: 50%; }

.h2_text {
  position: relative;
  text-align: left;
  color: #000;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 140%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px; }

.h3_text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 120%;
  padding-left: 39px;
  margin-bottom: 20px;
  margin-top: 40px; }

a.btn_arrow {
  position: relative;
  color: #000;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 15px 72px 16px 0;
  box-sizing: border-box; }
  a.btn_arrow:before {
    content: "";
    position: absolute;
    display: block;
    right: 22px;
    top: 35%;
    width: 40px;
    height: 7px;
    background: url(/themes/kagawa_mmdsai/assets/images/c_a.svg) repeat-x right bottom;
    background-size: auto 100%;
    transition: all 0.22s ease-in 0s; }
  a.btn_arrow:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background: url(/themes/kagawa_mmdsai/assets/images/c.svg) repeat-x left bottom;
    background-size: 100% auto;
    transition: all 0.22s ease-in 0s; }
  a.btn_arrow:hover {
    color: #232584; }
    a.btn_arrow:hover:before {
      width: 50px;
      right: 25px;
      background: url(/themes/kagawa_mmdsai/assets/images/c_a_blue.svg) repeat-x right bottom; }
    a.btn_arrow:hover:after {
      right: -8px;
      transform: scale(0.8, 0.8) rotate(-180deg);
      background: url(/themes/kagawa_mmdsai/assets/images/c_blue.svg) repeat-x left bottom; }

_::-webkit-full-page-media, _:future, :root a.btn_arrow:hover:after {
  transform: scale(0.8, 0.8) rotate(0deg); }

table.table01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px; }
  table.table01 th, table.table01 td {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    letter-spacing: 0.5px;
    vertical-align: top; }
  table.table01 th {
    position: relative;
    text-align: left;
    padding: 16px 30px;
    border-bottom: 1px solid #2e6cff;
    box-sizing: border-box; }
  table.table01 td {
    padding: 16px 30px;
    border-bottom: 1px solid #2e6cff;
    box-sizing: border-box; }

table.sp-col th, table.sp-col td {
  width: 100%;
  display: block; }

table.sp-col th {
  border-bottom: none !important;
  padding-bottom: 0 !important; }

ul.disc {
  margin-bottom: 30px;
  margin-left: 20px;
  position: relative; }
  ul.disc li {
    position: relative;
    margin-bottom: 10px;
    line-height: 150%; }
  ul.disc li:before {
    content: "?";
    color: #232584;
    left: -15px;
    top: 0;
    width: 0;
    position: absolute;
    display: inline-block; }

ol.decimal {
  margin-bottom: 30px;
  margin-left: 30px;
  list-style-type: decimal;
  position: relative; }
  ol.decimal li {
    margin-bottom: 10px;
    line-height: 150%; }

.img_hover {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 100%; }

.img_hover img {
  height: auto;
  transition: transform 1.0s ease; }

.img_hover:hover img {
  transform: scale(1.05, 1.05); }

.scroll {
  overflow: auto;
  white-space: nowrap;
  position: relative;
  margin-bottom: 30px; }
  .scroll table {
    margin-bottom: 10px !important; }

.scroll::-webkit-scrollbar {
  height: 8px; }

.scroll::-webkit-scrollbar-track {
  background: #eaeaea; }

.scroll::-webkit-scrollbar-thumb {
  background: #535353; }

/* common */
/* main */
.main_wrap {
  position: relative;
  width: 100%;
  height: 700px;
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: border-box; }
  .main_wrap .text_box {
    position: absolute;
    top: 194px; }
    .main_wrap .text_box h1 {
      font-size: 9.0vw;
      line-height: 136%;
      letter-spacing: -1px;
      margin-bottom: 23px; }
      .main_wrap .text_box h1 i {
        font-style: normal;
        letter-spacing: 1px; }
      .main_wrap .text_box h1 span {
        display: block;
        color: #6c6b6b;
        font-family: "Barlow", sans-serif;
        font-size: 0.95rem;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 130%;
        padding-bottom: 0; }
    .main_wrap .text_box p {
      font-size: 1.35rem;
      line-height: 175%;
      margin-bottom: 35px; }

.main_bg_wrap {
  position: fixed;
  width: 100%;
  height: 885px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: -1; }
  .main_bg_wrap > div {
    position: absolute;
    display: block;
    box-sizing: border-box;
    visibility: hidden; }
  .main_bg_wrap .c01 {
    top: -154px;
    left: 20%;
    width: 213px;
    height: 213px;
    border-radius: 50%;
    background-color: #ffa1ef; }
  .main_bg_wrap .c02 {
    top: 100px;
    right: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #000; }
  .main_bg_wrap .c03 {
    top: 317px;
    right: 52px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #eeeef6; }
  .main_bg_wrap .c04 {
    top: 150px;
    left: -110px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: url(/themes/kagawa_mmdsai/assets/images/bg_dotto.png);
    background-repeat: repeat;
    background-position: left top; }
  .main_bg_wrap .s01 {
    top: 75px;
    right: -75px;
    width: 200px;
    height: 200px;
    border: 1px solid #000; }
  .main_bg_wrap .s03 {
    top: 380px;
    right: 30px;
    width: 107px;
    height: 220px;
    background-color: #dfff3a;
    -moz-transform: skewX(-27deg);
    -webkit-transform: skewX(-27deg);
    -o-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg); }
  .main_bg_wrap .s04 {
    top: -40px;
    right: -90px;
    width: 150px;
    height: 170px;
    border-radius: 60px 0 0 0;
    background-color: #2e6cff; }
  .main_bg_wrap .l01 {
    top: 150px;
    right: 100px;
    width: 1px;
    height: 200px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: 45deg 45deg;
    transform: rotate(45deg); }
  .main_bg_wrap .b02 {
    top: 10px;
    left: 70px;
    width: 150px;
    height: 200px;
    background: url(/themes/kagawa_mmdsai/assets/images/main_pic02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto; }

.main_bg_blur {
  position: absolute;
  z-index: 1;
  display: block;
  width: 200%;
  height: 200%;
  top: -40px;
  left: -30%;
  -ms-filter: blur(6px);
  filter: blur(6px);
  backdrop-filter: brightness(1.01) blur(1px);
  -webkit-backdrop-filter: brightness(1.01) blur(1px); }

_::-webkit-full-page-media, _:future, :root .main_bg_blur {
  -webkit-filter: blur(6px);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .main_bg_blur {
    -webkit-filter: blur(6px);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px); } }

/* main */
/* top */
.top_news {
  position: relative;
  z-index: 3;
  margin-bottom: 300px; }
  .top_news .content_wrap {
    z-index: 2; }
  .top_news .title_wrap .btn {
    position: absolute;
    right: 5%;
    bottom: -60px; }

ul.news_list li {
  width: 100%;
  margin-bottom: 30px; }
  ul.news_list li .img {
    margin-bottom: 15px; }
  ul.news_list li img {
    max-width: 100%;
    height: auto; }
  ul.news_list li .date_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500; }
    ul.news_list li .date_wrap .category {
      font-weight: 700;
      font-size: 1.2rem;
      letter-spacing: -1px; }
  ul.news_list li p {
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.55rem;
    line-height: 155%;
    margin-bottom: 0; }
  ul.news_list li a:hover {
    color: #232584; }

.top_program {
  position: relative;
  z-index: 3;
  padding: 185px 0 73px;
  background-color: #f4f4f9; }
  .top_program .img_wrap {
    position: absolute;
    top: -325px;
    left: 5%; }
  .top_program .left_wrap {
    width: 100%;
    box-sizing: border-box; }
    .top_program .left_wrap h2 {
      margin-bottom: 0px; }
  .top_program ul.list li {
    border-bottom: 1px solid #e5e5e5; }
    .top_program ul.list li a {
      display: block;
      font-size: 1.6rem;
      letter-spacing: -1px;
      box-sizing: border-box;
      padding: 35px 0; }
      .top_program ul.list li a:before {
        top: 38px; }
      .top_program ul.list li a:after {
        top: 19px; }
  .top_program .join_wrap {
    margin: -85px auto 0; }
    .top_program .join_wrap h2 {
      margin-bottom: 20px; }
    .top_program .join_wrap p {
      font-size: 1.55rem;
      line-height: 180%;
      margin-bottom: 10px; }
    .top_program .join_wrap .btn_list li {
      border-bottom: 1px solid #e5e5e5; }
      .top_program .join_wrap .btn_list li a {
        display: block;
        font-size: 1.6rem;
        letter-spacing: -1px;
        box-sizing: border-box;
        padding: 35px 0; }
        .top_program .join_wrap .btn_list li a:before {
          top: 38px; }
        .top_program .join_wrap .btn_list li a:after {
          top: 19px; }
  .top_program._lower {
    background-color: transparent; }
    .top_program._lower h2::before {
      content: none; }
    .top_program._lower h2 span {
      position: relative; }
    .top_program._lower ul li::before {
      content: none; }
    .top_program._lower .join_wrap .btn_list {
      padding-bottom: 30px;
      margin-left: 0; }
    .top_program._lower ul.university_logo_list {
      margin-left: 0; }

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.text_scroll {
  position: relative;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0; }
  .text_scroll .text {
    display: inline-block;
    color: #fff;
    padding-left: 100%;
    white-space: nowrap;
    animation: animate-banner 30s linear infinite; }
    .text_scroll .text p {
      font-size: 10.0rem;
      font-weight: 500;
      font-family: "Barlow", sans-serif;
      line-height: 100%; }
    .text_scroll .text > * {
      display: inline-block; }

ul.university_logo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px; }
  ul.university_logo_list li {
    width: 45%;
    text-align: center;
    margin-bottom: 20px; }
    ul.university_logo_list li a:hover {
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); }

/* top */
/* content */
.cnt_main_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  padding: 0 4.5%;
  margin: 0 auto;
  box-sizing: border-box; }
  .cnt_main_wrap .text_box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 150px; }
    .cnt_main_wrap .text_box h1 {
      font-size: 8.0vw;
      line-height: 138%;
      letter-spacing: 1px;
      margin-bottom: 25px; }
  .cnt_main_wrap .main_bg_wrap {
    position: fixed;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: -1; }
    .cnt_main_wrap .main_bg_wrap > div {
      position: absolute;
      display: block;
      box-sizing: border-box;
      visibility: hidden; }
    .cnt_main_wrap .main_bg_wrap .c01 {
      top: -378px;
      left: 22.5%;
      width: 213px;
      height: 213px;
      border-radius: 50%;
      background-color: #ffa1ef; }
    .cnt_main_wrap .main_bg_wrap .c03 {
      top: -117px;
      left: -60px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #eeeef6; }
    .cnt_main_wrap .main_bg_wrap .s03 {
      top: -170px;
      right: 20px;
      width: 107px;
      height: 220px;
      background-color: #dfff3a;
      -moz-transform: skewX(-27deg);
      -webkit-transform: skewX(-27deg);
      -o-transform: skewX(-27deg);
      -ms-transform: skewX(-27deg); }
    .cnt_main_wrap .main_bg_wrap .s04 {
      top: -350px;
      right: -110px;
      width: 150px;
      height: 170px;
      border-radius: 60px 0 0 0;
      background-color: #2e6cff; }
    .cnt_main_wrap .main_bg_wrap .b02 {
      top: -215px;
      left: 80px;
      width: 150px;
      height: 200px;
      background: url(/themes/kagawa_mmdsai/assets/images/main_pic02.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100% auto; }

.cnt_wrap {
  padding: 35px 0 40px;
  background-color: #fff; }
  .cnt_wrap img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .cnt_wrap h2 {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 120%;
    padding-left: 24px;
    margin: 50px 0 20px; }
    .cnt_wrap h2:before {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      top: 8px;
      width: 14px;
      height: 14px;
      border: 4px solid #ffd700;
      border-radius: 50%;
      box-sizing: border-box; }
  .cnt_wrap h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 140%;
    margin: 40px 0 15px; }
  .cnt_wrap h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 160%;
    margin: 40px 0 15px; }
  .cnt_wrap mark {
    background: linear-gradient(rgba(255, 215, 0, 0) 60%, gold 70%, gold 80%, rgba(255, 215, 0, 0) 80%, rgba(255, 215, 0, 0)); }
  .cnt_wrap figure {
    margin: 0 0 20px; }
  .cnt_wrap table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px; }
    .cnt_wrap table thead th {
      background-color: #eee;
      text-align: center;
      vertical-align: middle;
      font-size: 400;
      line-height: 150%;
      padding: 10px 10px 9px;
      box-sizing: border-box; }
    .cnt_wrap table tbody th, .cnt_wrap table tbody td {
      vertical-align: top;
      text-align: left;
      line-height: 150%;
      border-bottom: 1px solid #eee;
      padding: 18px 5px 17px 5px;
      box-sizing: border-box; }
      .cnt_wrap table tbody th a, .cnt_wrap table tbody td a {
        color: #232584 !important;
        text-decoration: underline !important; }
        .cnt_wrap table tbody th a:hover, .cnt_wrap table tbody td a:hover {
          color: #2e6cff !important;
          text-decoration: none !important; }
    .cnt_wrap table tbody th {
      font-weight: 700; }
  .cnt_wrap ul {
    position: relative;
    margin: 0 0 30px 30px; }
    .cnt_wrap ul li {
      position: relative;
      margin-bottom: 5px;
      line-height: 160%; }
      .cnt_wrap ul li a {
        color: #232584 !important;
        text-decoration: underline !important; }
        .cnt_wrap ul li a:hover {
          color: #2e6cff !important;
          text-decoration: none !important; }
      .cnt_wrap ul li:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: -20px;
        top: 7px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #232584; }
  .cnt_wrap ol {
    position: relative;
    counter-reset: my-counter;
    ??list-style: none;
    margin: 0 0 20px 30px; }
    .cnt_wrap ol li {
      position: relative;
      margin-bottom: 10px;
      line-height: 150%; }
      .cnt_wrap ol li a {
        color: #232584 !important;
        text-decoration: underline !important; }
        .cnt_wrap ol li a:hover {
          color: #2e6cff !important;
          text-decoration: none !important; }
      .cnt_wrap ol li:before {
        position: absolute;
        content: counter(my-counter);
        counter-increment: my-counter;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        left: -30px;
        height: 20px;
        width: 20px;
        color: #fff;
        font-family: "Barlow", sans-serif;
        font-size: 1.3rem;
        line-height: 100%;
        background-color: #232584;
        border-radius: 50%;
        box-sizing: border-box; }
  .cnt_wrap blockquote {
    position: relative;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    background: url(/themes/kagawa_mmdsai/assets/images/blockquote_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 35px auto;
    margin: 0 0 30px; }
    .cnt_wrap blockquote p {
      color: #032473; }
  .cnt_wrap cite {
    position: absolute;
    display: inline-block;
    bottom: -10px;
    right: 0;
    color: #7e93c4;
    text-align: right;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 120%; }
    .cnt_wrap cite:before {
      position: relative;
      content: "";
      display: block;
      left: -40px;
      top: 7px;
      width: 30px;
      height: 1px;
      background-color: #ccc; }

.cnt_detail {
  padding-left: 0%;
  margin: 20px 0 50px;
  box-sizing: border-box; }
  .cnt_detail *:first-child {
    margin-top: 0; }

ul.link_list {
  padding-top: 5px;
  margin: 0 0 30px; }
  ul.link_list li {
    margin-bottom: 8px; }
    ul.link_list li:before {
      display: none; }
    ul.link_list li a {
      position: relative;
      display: inline-block;
      padding-left: 35px;
      line-height: 140%;
      color: #232584;
      text-decoration: underline !important; }
      ul.link_list li a:before {
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        top: 7px;
        width: 25px;
        height: 8px;
        background: url(/themes/kagawa_mmdsai/assets/images/c_a.svg) repeat-x right bottom;
        transition: all 0.12s ease-in 0s; }
      ul.link_list li a:hover {
        text-decoration: none !important; }
        ul.link_list li a:hover:before {
          width: 30px; }

ul.link_bottom_list {
  width: 100%;
  margin: 0 0 20px;
  padding: 0; }
  ul.link_bottom_list li {
    margin: 0; }
    ul.link_bottom_list li:before {
      display: none; }
    ul.link_bottom_list li a {
      position: relative;
      width: 100%;
      display: block;
      background-color: #f2f2f2;
      text-decoration: none !important;
      color: #000 !important;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 140%;
      padding: 18px 45px 18px 15px;
      box-sizing: border-box; }
      ul.link_bottom_list li a.s {
        background-color: #fff;
        font-size: 1.4rem;
        font-weight: 400; }
      ul.link_bottom_list li a:before {
        content: "";
        position: absolute;
        display: block;
        right: 20px;
        top: 42%;
        width: 30px;
        height: 8px;
        background: url(/themes/kagawa_mmdsai/assets/images/c_a.svg) repeat-x right bottom;
        transition: all 0.12s ease-in 0s; }
      ul.link_bottom_list li a:hover {
        color: #232584 !important; }
        ul.link_bottom_list li a:hover:before {
          right: 22px; }

.teacher_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .teacher_list > div {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box; }
    .teacher_list > div img {
      width: 110px;
      max-width: 100%;
      height: auto;
      border-radius: 100%; }
    .teacher_list > div p {
      padding-left: 20px;
      margin: 0;
      box-sizing: border-box;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 140%; }
      .teacher_list > div p span {
        display: block;
        font-size: 1.3rem;
        font-weight: 400; }

.faq_list {
  border-top: 1px solid #e3e5f2;
  border-bottom: 1px solid #e3e5f2;
  padding: 30px 0;
  line-height: 1.8; }
  .faq_list dt {
    font-weight: bold;
    margin-bottom: 20px; }
  .faq_list dd {
    background-color: rgba(241, 242, 249, 0.6);
    padding: 30px;
    font-size: 90%; }

/* card list */
.cnt_wrap .card_list {
  margin-bottom: 25px; }
  .cnt_wrap .card_list-item {
    width: 100%;
    display: flex; }
  .cnt_wrap .card_list-link {
    display: flex;
    flex-direction: column-reverse; }
  .cnt_wrap .card_list-img {
    overflow: hidden;
    width: 100%; }
    .cnt_wrap .card_list-img img {
      transition: 0.3s; }
  .cnt_wrap .card_list-title {
    left: auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem; }
    .cnt_wrap .card_list-title::before {
      content: none; }

/* footer */
footer {
  position: relative;
  z-index: 3;
  width: 100%; }
  footer .footer_top {
    background-color: #282828;
    padding: 38px 0 34px; }
    footer .footer_top .logo {
      width: 80%;
      margin: 0 auto;
      text-align: center; }
      footer .footer_top .logo img {
        width: 195px;
        height: auto;
        margin-bottom: 12px; }
      footer .footer_top .logo .copy {
        text-align: center;
        color: #fff;
        font-size: 0.8rem;
        font-weight: 500;
        font-family: "Barlow", sans-serif;
        letter-spacing: 0.5px;
        transform: scale(0.65, 0.65); }
    footer .footer_top .link {
      display: none; }
  footer .footer_bottom {
    background-color: #fff;
    padding: 20px 0 15px; }
    footer .footer_bottom .content_wrap_l {
      display: flex;
      justify-content: flex-end;
      flex-wrap: nowrap;
      align-items: center; }
    footer .footer_bottom .logo img {
      width: 98px;
      height: auto; }

/* footer */
