<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------- reset ------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/*----------------------- color ------------------------*/
:root {
  --main-color-main01: #802358;
  --main-color-main02: #333e50;
  --main-color-blue: #0a3a6b;
  --sub-color-blue: #eff5fc;
  --main-color-red: #a61429;
  --sub-color-red: #faf4f5;
  --main-color-green: #00B050;
  --sub-color-green: #effcf4;
  --main-color-orange: #f3981d;
  --sub-color-orange: #fcf7ef;
  --main-color-kasei: #eb6153;
  --sub-color-kasei: #fdefed;
  --add-color-kasei: #f19086;
  --main-color-bungei: #5bb647;
  --sub-color-bungei: #eef8ec;
  --add-color-bungei: #8ccc7e;
  --main-color-kokusai: #a66aaa;
  --sub-color-kokusai: #f6f0f6;
  --add-color-kokusai: #c196c3;
  --main-color-kango: #f08437;
  --sub-color-kango: #fdf2eb;
  --add-color-kango: #f4a973;
  --main-color-business: #569fd7;
  --sub-color-business: #eef5fb;
  --add-color-business: #89bbe3;
  --main-color-ken_design: #00b097;
  --sub-color-ken_design: #ccefea;
  --add-color-ken_design: #4dc8b6;
  --main-color-seikatu: #eb6d94;
  --sub-color-seikatu: #fdf0f4;
  --add-color-seikatu: #f199b4;
  --main-color-bunka: #3abbc9;
  --sub-color-bunka: #ebf8f9;
  --add-color-bunka: #75cfd9;
  --main-color-graduate: #7b6767;
  --sub-color-graduate: #D6CDCD;
  --bungei-gengo: #90be1f;
  --bungei-geijutsu: #e88100;
  --bungei-bunka: #a02c7f;
  --bungei-media: #02afd6;
}

/*----------------------- base ------------------------*/
html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Noto Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  color: #333;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

video {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

* {
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
  color: #0066ff;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

.mainBlock &gt; *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.mainBlock &gt; *:first-child &gt; .textBlock--main:first-child {
  margin-top: 0;
}

.mainBlock &gt; *:first-child &gt; .textBlock--main .textBlock__img:first-child {
  margin-top: 0;
}

/*-----------------------
_svg
------------------------*/
/**icon-list**/
/*-----------------------
$valiables
------------------------*/
/*-----------------------
wrapper
------------------------*/
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
}

/*-----------------------
academicsAnchor
------------------------*/
.academicsAnchor {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  z-index: 30;
}
.academicsAnchor.fixed {
  position: fixed;
  top: 20px;
}
.academicsAnchor__item {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  display: table;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
  overflow: hidden;
}
.academicsAnchor__item__list {
  display: table-cell;
  width: 25%;
  border-left: 1px solid #d2d2d2;
}
.academicsAnchor__item__list:first-child {
  border-left: none;
}
.academicsAnchor__item__list__link {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  color: #333333;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.academicsAnchor__item__list__link:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -4px;
  border-radius: 20px;
  background: url(/img/common/icn_anchor.png) center center no-repeat;
  background-color: #b63c44;
  background-size: 12px 8px;
  margin-right: 5px;
}
.academicsAnchor__item__list__link:hover {
  background: white;
  transition: all 0.3s ease;
}
.academicsAnchor--kasei .academicsAnchor__item__list__link:before {
  background-color: #EB6153;
}
.academicsAnchor--kasei .academicsAnchor__item__list__link:hover {
  color: #EB6153;
}
.academicsAnchor--jidou .academicsAnchor__item__list__link {
  width: 33.3%;
}
.academicsAnchor--jidou .academicsAnchor__item__list__link:before {
  background-color: #EB6153;
}
.academicsAnchor--jidou .academicsAnchor__item__list__link:hover {
  color: #EB6153;
}
.academicsAnchor--bungei .academicsAnchor__item__list__link:before {
  background-color: #5BB647;
}
.academicsAnchor--bungei .academicsAnchor__item__list__link:hover {
  color: #5BB647;
}
.academicsAnchor--kokusai .academicsAnchor__item__list__link {
  width: 33.3%;
}
.academicsAnchor--kokusai .academicsAnchor__item__list__link:before {
  background-color: #A66AAA;
}
.academicsAnchor--kokusai .academicsAnchor__item__list__link:hover {
  color: #A66AAA;
}
.academicsAnchor--kango .academicsAnchor__item__list__link {
  width: 25%;
}
.academicsAnchor--kango .academicsAnchor__item__list__link:before {
  background-color: #F08437;
}
.academicsAnchor--kango .academicsAnchor__item__list__link:hover {
  color: #F08437;
}
.academicsAnchor--seikatu .academicsAnchor__item__list__link:before {
  background-color: #EB6D94;
}
.academicsAnchor--seikatu .academicsAnchor__item__list__link:hover {
  color: #EB6D94;
}
.academicsAnchor--bunka .academicsAnchor__item__list__link:before {
  background-color: #3ABBC9;
}
.academicsAnchor--bunka .academicsAnchor__item__list__link:hover {
  color: #3ABBC9;
}

/*-----------------------
academicsBlock
------------------------*/
.academicsBlock {
  position: relative;
  margin-top: 40px;
}
.academicsBlock--kasei .academicsBlock__titleArea {
  background: #EB6153;
}
.academicsBlock--kasei .academicsBlock__titleArea__ti__tx:before {
  background-image: url(/img/common/ar_ri_kasei.png);
  background-size: 7px 12px;
}
.academicsBlock--kasei .academicsBlock__titleArea__imgs:after {
  background: #EB6153;
}
.academicsBlock--bungei .academicsBlock__titleArea {
  background: #5BB647;
}
.academicsBlock--bungei .academicsBlock__titleArea__ti__tx:before {
  background-image: url(/img/common/ar_ri_bungei.png);
  background-size: 7px 12px;
}
.academicsBlock--bungei .academicsBlock__titleArea__imgs:after {
  background: #5BB647;
}
.academicsBlock--kokusai .academicsBlock__titleArea {
  background: #A66AAA;
}
.academicsBlock--kokusai .academicsBlock__titleArea__ti__tx:before {
  background-image: url(/img/common/ar_ri_kokusai.png);
  background-size: 7px 12px;
}
.academicsBlock--kokusai .academicsBlock__titleArea__imgs:after {
  background: #A66AAA;
}
.academicsBlock--kango .academicsBlock__titleArea {
  background: #F08437;
}
.academicsBlock--kango .academicsBlock__titleArea__ti__tx:before {
  background-image: url(/img/common/ar_ri_kango.png);
  background-size: 7px 12px;
}
.academicsBlock--kango .academicsBlock__titleArea__imgs:after {
  background: #F08437;
}
.academicsBlock--seikatu .academicsBlock__titleArea {
  background: #EB6D94;
}
.academicsBlock--seikatu .academicsBlock__titleArea__ti__tx:before {
  background-image: url(/img/common/ar_ri_seikatu.png);
  background-size: 7px 12px;
}
.academicsBlock--seikatu .academicsBlock__titleArea__imgs:after {
  background: #EB6D94;
}
.academicsBlock--bunka .academicsBlock__titleArea {
  background: #3ABBC9;
}
.academicsBlock--bunka .academicsBlock__titleArea__ti__tx:before {
  background-image: url(/img/common/ar_ri_bunka.png);
  background-size: 7px 12px;
}
.academicsBlock--bunka .academicsBlock__titleArea .academicsBlock__titleArea__imgs:after {
  background: #3ABBC9;
}
.academicsBlock__titleArea {
  width: 100%;
  display: table;
  border-radius: 10px;
  overflow: hidden;
  background: #EB6153;
}
.academicsBlock__titleArea__ti {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.academicsBlock__titleArea__ti__tx {
  position: relative;
  display: block;
  margin-left: 40px;
  padding-left: 35px;
}
.academicsBlock__titleArea__ti__tx:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/img/common/ar_ri_kasei.png) center center no-repeat;
  background-color: #ffffff;
  background-size: 7px 12px;
  margin-right: 8px;
}
.academicsBlock__titleArea__ti__tx img {
  display: inline-block;
}
.academicsBlock__titleArea__ti__tx__tandai {
  margin-right: 15px;
}
.academicsBlock__titleArea__imgs {
  position: relative;
  display: table-cell;
  text-align: right;
  width: 768px;
  vertical-align: middle;
  overflow: hidden;
}
.academicsBlock__titleArea__imgs__im {
  float: left;
}
.academicsBlock__titleArea__imgs:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #EB6153;
  opacity: 0.3;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.academicsBlock__titleArea:hover .academicsBlock__titleArea__imgs:after {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .academicsBlock {
    position: relative;
    margin-top: 8%;
  }
  .academicsBlock--kasei .academicsBlock__titleArea__ti__tx {
    width: 62.1379310345%;
  }
  .academicsBlock--bungei .academicsBlock__titleArea__ti__tx {
    width: 62.1379310345%;
  }
  .academicsBlock--kokusai .academicsBlock__titleArea__ti__tx {
    width: 62.1379310345%;
  }
  .academicsBlock--kango .academicsBlock__titleArea__ti__tx {
    width: 62.1379310345%;
  }
  .academicsBlock--seikatu .academicsBlock__titleArea__ti__tx {
    width: 73.8620689655%;
  }
  .academicsBlock--seikatu .academicsBlock__titleArea__ti__tx__tandai {
    width: 39.751552795%;
  }
  .academicsBlock--seikatu .academicsBlock__titleArea__ti__tx:before {
    top: 50%;
    margin-top: -8px;
  }
  .academicsBlock--bunka .academicsBlock__titleArea__ti__tx {
    width: 66.6206896552%;
  }
  .academicsBlock__titleArea__ti {
    width: 52%;
  }
  .academicsBlock__titleArea__ti__tx {
    margin-left: 8%;
    padding-left: 18%;
  }
  .academicsBlock__titleArea__ti__tx:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/common/ar_ri_kasei.png) center center no-repeat;
    background-color: #ffffff;
    background-size: 6px 10px;
    margin-right: 8px;
  }
  .academicsBlock__titleArea__ti__tx img {
    display: inline-block;
    width: 100%;
  }
  .academicsBlock__titleArea__ti__tx__tandai {
    display: block;
    margin-bottom: 8%;
    margin-right: 0;
  }
  .academicsBlock__titleArea__imgs {
    width: 48%;
  }
  .academicsBlock__titleArea__imgs__im {
    float: none;
  }
  .academicsBlock__titleArea__imgs__im img {
    width: 100%;
  }
  .academicsBlock__titleArea__imgs:after {
    display: none;
  }
  .academicsBlock__titleArea:hover .academicsBlock__titleArea__imgs:after {
    transform: translateX(-100%);
    transition: none;
  }
}
/*-----------------------
_actionBlock
------------------------*/
/* Scss Document */
.actionBlock {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px 0;
}
.actionBlock h2 {
  font-size: 3.2rem;
  display: block;
  text-align: center;
  color: #fff;
}
.actionBlock h3 {
  color: #fff;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.actionBlock__item {
  width: 100%;
  margin: 40px 0 30px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 460px;
}
.actionBlock__item img {
  width: 100%;
  height: auto;
}
.actionBlock__inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.actionBlock__link {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.actionBlock__link__list {
  margin-bottom: 1.5%;
  margin-top: 0;
  width: 32.3%;
  max-width: 350px;
  text-align: left;
  margin-right: 1.5%;
  margin-left: 0;
}
.actionBlock__link__list:nth-child(3n) {
  margin-right: 0;
}
.actionBlock__link__list a {
  position: relative;
  background: #fff;
  padding: 0 65px 0 34px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #313131;
  height: 84px;
  display: flex;
  align-items: center;
}
.actionBlock__link__list a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 84px;
  display: inline-block;
  vertical-align: -1px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 30px;
  margin-top: 2px;
  border-radius: 0;
}
.actionBlock__link__list a:hover {
  color: #802358;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.actionBlock__text {
  padding: 20px 25px;
  background: #fff;
}
.actionBlock__text p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}

.interchange_center .actionBlock__item {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .actionBlock {
    padding: 40px 0;
  }
  .actionBlock h2 {
    font-size: 2.4rem;
  }
  .actionBlock__item {
    width: 100%;
    padding-bottom: 34.25%;
    background-size: 100%;
    height: 0px;
    min-height: 0;
    position: relative;
  }
  .actionBlock__item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .actionBlock__link__list {
    margin-bottom: 2%;
    margin-top: 0;
    width: 49%;
    max-width: 100%;
    text-align: left;
    margin-right: 2%;
    margin-left: 0;
  }
  .actionBlock__link__list:nth-child(3n) {
    margin-right: 2%;
  }
  .actionBlock__link__list:nth-child(2n) {
    margin-right: 0;
  }
  .actionBlock__link__list a {
    padding: 0 65px 0 34px;
  }
  .interchange_center .actionBlock__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .actionBlock__item {
    width: 100%;
    margin: 40px 0 30px;
    background: url(/img/about/action_img.jpg) no-repeat;
    background-size: 100%;
  }
  .actionBlock__link__list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .actionBlock__link__list a {
    height: auto;
    padding: 20px 65px 20px 20px;
  }
  .actionBlock__link__list a:after {
    height: 100%;
    margin-top: 0;
  }
  .actionBlock__link__list:nth-child(3n) {
    margin-right: 0%;
  }
  .actionBlock__link__list:nth-child(2n) {
    margin-right: 0;
  }
  .actionBlock__link__list:last-child {
    margin-bottom: 0;
  }
}
.ie11 .actionBlock__link__list a:after {
  background-image: url(/img/common/ic_link_arrow_univ.svg) !important;
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

/*-----------------------
anchorBlock
------------------------*/
.anchorBlock {
  position: relative;
  margin: 20px 0 40px 0;
  zoom: 1;
}
.anchorBlock:before, .anchorBlock:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.anchorBlock:after {
  clear: both;
}
.anchorBlock__item {
  width: 100%;
  display: table;
  border-top: 1px solid #802358;
  border-bottom: 1px solid #e6e8ee;
}
.anchorBlock__item--notB {
  border-bottom: none;
}
.anchorBlock__item--one {
  width: 50.2%;
  border-top: 0px !important;
  border-right: 1px solid #d4979b;
  border-left: 1px solid #d4979b;
  border-bottom: 1px solid #d4979b;
}
.anchorBlock__item--two .anchorBlock__item__link {
  width: 50%;
}
.anchorBlock__item--three .anchorBlock__item__link {
  width: 33%;
}
.anchorBlock__item--three .anchorBlock__item__link:first-child {
  width: 34%;
}
.anchorBlock__item--four .anchorBlock__item__link {
  width: 25%;
}
.anchorBlock__item--academics .anchorBlock__item__link {
  width: 33%;
  border-left: 1px solid #d4979b;
}
.anchorBlock__item--kasei {
  border-top: 1px solid #EB6153;
}
.anchorBlock__item--kasei .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--kasei .anchorBlock__item__link:hover {
  background: #FBDFDD;
}
.anchorBlock__item--kasei-dark {
  border-top: none;
}
.anchorBlock__item--kasei-dark .anchorBlock__item__link {
  background: #EB6153;
  color: #fff;
}
.anchorBlock__item--kasei-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--kasei-dark .anchorBlock__item__link:hover {
  background: #E62E1A;
}
.anchorBlock__item--bungei {
  border-top: 1px solid #5BB647;
}
.anchorBlock__item--bungei .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--bungei .anchorBlock__item__link:hover {
  background: #DEF0DA;
}
.anchorBlock__item--bungei-dark {
  border-top: none;
}
.anchorBlock__item--bungei-dark .anchorBlock__item__link {
  background: #5BB647;
  color: #fff;
}
.anchorBlock__item--bungei-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--bungei-dark .anchorBlock__item__link:hover {
  background: #458936;
}
.anchorBlock__item--kokusai {
  border-top: 1px solid #A66AAA;
}
.anchorBlock__item--kokusai .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--kokusai .anchorBlock__item__link:hover {
  background: #EDE1EE;
}
.anchorBlock__item--kokusai-dark {
  border-top: none;
}
.anchorBlock__item--kokusai-dark .anchorBlock__item__link {
  background: #A66AAA;
  color: #fff;
}
.anchorBlock__item--kokusai-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--kokusai-dark .anchorBlock__item__link:hover {
  background: #844D88;
}
.anchorBlock__item--kango {
  border-top: 1px solid #F08437;
}
.anchorBlock__item--kango .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--kango .anchorBlock__item__link:hover {
  background: #FCE6D7;
}
.anchorBlock__item--kango-dark {
  border-top: none;
}
.anchorBlock__item--kango-dark .anchorBlock__item__link {
  background: #F08437;
  color: #fff;
}
.anchorBlock__item--kango-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--kango-dark .anchorBlock__item__link:hover {
  background: #D86510;
}
.anchorBlock__item--business {
  border-top: 1px solid #569FD7;
}
.anchorBlock__item--business .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--business .anchorBlock__item__link:hover {
  background: #EEF5FB;
}
.anchorBlock__item--business-dark {
  border-top: none;
}
.anchorBlock__item--business-dark .anchorBlock__item__link {
  background: #569FD7;
  color: #fff;
}
.anchorBlock__item--business-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--business-dark .anchorBlock__item__link:hover {
  background: #3d7199;
}
.anchorBlock__item--ken_design {
  border-top: 1px solid #00B097;
}
.anchorBlock__item--ken_design .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--ken_design .anchorBlock__item__link:hover {
  background: #ccefea;
}
.anchorBlock__item--ken_design-dark {
  border-top: none;
}
.anchorBlock__item--ken_design-dark .anchorBlock__item__link {
  background: #00B097;
  color: #fff;
}
.anchorBlock__item--ken_design-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--ken_design-dark .anchorBlock__item__link:hover {
  background: #009982;
}
.anchorBlock__item--seikatu {
  border-top: 1px solid #EB6D94;
}
.anchorBlock__item--seikatu .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--seikatu .anchorBlock__item__link:hover {
  background: #FBE2EA;
}
.anchorBlock__item--seikatu-dark {
  border-top: none;
}
.anchorBlock__item--seikatu-dark .anchorBlock__item__link {
  background: #EB6D94;
  color: #fff;
}
.anchorBlock__item--seikatu-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--seikatu-dark .anchorBlock__item__link:hover {
  background: #E33569;
}
.anchorBlock__item--bunka {
  border-top: 1px solid #3ABBC9;
}
.anchorBlock__item--bunka .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--bunka .anchorBlock__item__link:hover {
  background: #D8F1F4;
}
.anchorBlock__item--bunka-dark {
  border-top: none;
}
.anchorBlock__item--bunka-dark .anchorBlock__item__link {
  background: #3ABBC9;
  color: #fff;
}
.anchorBlock__item--bunka-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--bunka-dark .anchorBlock__item__link:hover {
  background: #298E9A;
}
.anchorBlock__item--business {
  border-top: 1px solid #569FD7;
}
.anchorBlock__item--business .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--business .anchorBlock__item__link:hover {
  background: #DDECF7;
}
.anchorBlock__item--business-dark {
  border-top: none;
}
.anchorBlock__item--business-dark .anchorBlock__item__link {
  background: #569FD7;
  color: #fff;
}
.anchorBlock__item--business-dark .anchorBlock__item__link:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.anchorBlock__item--business-dark .anchorBlock__item__link:hover {
  background: #2E82C0;
}
.anchorBlock__item__link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #3e3e3e;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 29px 0;
  margin: 0 auto;
  text-align: center;
  transition: background-color 0.3s ease;
}
.anchorBlock__item__link:first-child {
  border-left: none;
}
.anchorBlock__item__link:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 24px;
  height: 8px;
  display: inline-block;
  vertical-align: -4px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  background-size: 24px 8px;
  transform: translate(-50%, 0%);
}
.anchorBlock__item__link:hover {
  background-color: #E6D3DE;
  transition: background-color 0.3s ease;
}
.anchorBlock__item__link.mod--lg {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .anchorBlock__item__link.mod--lg {
    font-size: 1.5rem;
  }
}

/*-----------------------
anchorList
------------------------*/
.anchorList {
  position: relative;
  margin: 0 0 40px 0;
}
.anchorList__item {
  width: 100%;
  display: flex;
  border-left: 1px solid #802358;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.anchorList__item li {
  width: 33.33%;
  border-top: 1px solid #802358;
  border-bottom: 1px solid #802358;
  border-right: 1px solid #802358;
  background: #F2E9EE;
}
.anchorList__item__link {
  position: relative;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 10px 0 18px;
  margin: 0 auto;
  display: block;
}
.anchorList__item__link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 52%;
  width: 24px;
  height: 8px;
  display: inline-block;
  vertical-align: -4px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M3.5%2C4.93.21%2C1.33A.76.76%2C0%2C0%2C1%2C0%2C.78.81.81%2C0%2C0%2C1%2C.21.23a.65.65%2C0%2C0%2C1%2C1%2C0l3.3%2C3.6L7.81.23a.65.65%2C0%2C0%2C1%2C1%2C0%2C.81.81%2C0%2C0%2C1%2C0%2C1.09L4.51%2C6Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  background-size: 24px 8px;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 768px) {
  .anchorBlock {
    position: relative;
    margin: 3.125% 0;
    zoom: 1;
  }
  .anchorBlock:before, .anchorBlock:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .anchorBlock:after {
    clear: both;
  }
  .anchorBlock__item {
    width: 100%;
  }
  .anchorBlock__item--two .anchorBlock__item__link {
    width: 50%;
  }
  .anchorBlock__item--three .anchorBlock__item__link {
    width: 33%;
  }
  .anchorBlock__item--three .anchorBlock__item__link:first-child__link {
    padding: 1.5625% 0;
  }
  .anchorBlock__item--four .anchorBlock__item__link {
    float: left;
    width: 50%;
  }
  .anchorBlock__item--academics {
    margin-bottom: 8%;
  }
  .anchorBlock__item--academics .anchorBlock__item__link {
    width: 33%;
  }
  .anchorList {
    position: relative;
    margin: 0 0 30px 0;
  }
  .anchorList__item {
    width: 100%;
  }
  .anchorList__item li {
    width: 49.99%;
  }
}
.ie11 .anchorBlock__item__link:before {
  background-image: url(/img/common/ic_arrow_under_univ.svg);
  background-size: 24px 8px;
  background-repeat: no-repeat;
}

.ie11.chukou .anchorBlock__item__link:before,
.ie11.nichukou .anchorBlock__item__link:before {
  background-image: url(/img/common/ic_arrow_under_gray.svg);
  background-size: 24px 8px;
  background-repeat: no-repeat;
}

/*-----------------------
_allBlock
------------------------*/
.allBlock {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 30px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.allBlock--mt {
  margin-top: 70px;
  padding-bottom: 40px;
}

.news .allBlock--mt {
  margin-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .allBlock--mt {
    margin-top: 40px;
  }
}
/*-----------------------
_baseBlock
------------------------*/
@media screen and (max-width: 768px) {
  .baseBlock {
    position: relative;
    width: 100%;
  }
  .baseBlock--cr {
    background: #f5ede8;
  }
  .baseBlock__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
/*-----------------------
borderBlock
------------------------*/
.borderBlock {
  position: relative;
  padding: 10px 30px 0 30px;
  margin: 20px 0;
  border: 6px solid #f5ede8;
}
.borderBlock--kasei {
  border-color: #FDEFED;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--bungei {
  border-color: #EEF8EC;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--kokusai {
  border-color: #F6F0F6;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--kango {
  border-color: #FDF2EB;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--business {
  border-color: #EEF5FB;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--ken_design {
  border-color: #CCEFEA;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--seikatu {
  border-color: #FDF0F4;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--bunka {
  border-color: #EBF8F9;
  background-color: #fff;
  padding: 15px 30px;
}
.borderBlock--bg {
  background-color: #f5ede8;
}
.borderBlock--ca1 {
  background: #faf7e9;
  border: none;
  margin-bottom: 0;
  padding: 5px 30px 10px 30px;
}
.borderBlock--ca2 {
  background: #fdeeef;
  border: none;
  margin-top: 0;
  padding: 5px 30px 10px 30px;
}

.colorBlock {
  position: relative;
  padding: 20px 30px;
  background-color: #e8e9ee;
}
.colorBlock &gt; .secBlock {
  padding: 0;
}
.colorBlock--cl1 {
  background-color: #faf7e9;
}
.colorBlock--cl2 {
  background-color: #fdeeef;
}

@media screen and (max-width: 768px) {
  .borderBlock {
    position: relative;
    padding: 0% 4%;
    margin: 3% 0;
    border: 3px solid #f5ede8;
  }
  .borderBlock--kasei {
    border-color: #FDEFED;
  }
  .borderBlock--bg {
    background-color: #f5ede8;
  }
  .borderBlock--ca1 {
    background: #faf7e9;
    border: none;
    margin-bottom: 0;
    padding: 1.5% 4%;
  }
  .borderBlock--ca2 {
    background: #fdeeef;
    border: none;
    margin-top: 0;
    padding: 1.5% 4%;
  }
}
/*-----------------------
_baseTableBlock
------------------------*/
.tiLong {
  display: block;
  width: 1em;
  margin: 0 auto;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .tiLong {
    white-space: normal;
  }
}

.baseTableBlock {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .baseTableBlock {
    margin: 3.125% 0;
  }
  .baseTableBlock.mod--resScroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
  .baseTableBlock.mod--resScroll::-webkit-scrollbar {
    background: #e6e8ee;
    width: 10px;
  }
  .baseTableBlock.mod--resScroll::-webkit-scrollbar-thumb {
    background-color: #802358;
    box-shadow: none;
  }
  .baseTableBlock.mod--resScroll::-webkit-scrollbar-track {
    background: #e6e8ee;
    border: none;
  }
  .baseTableBlock.mod--resScroll .baseTableBlock__bsTable {
    width: 100%;
    min-width: 768px;
  }
}
.baseTableBlock--m0 .baseTableBlock__bsTable {
  margin: 0;
}
.baseTableBlock__txt {
  font-size: 1.6rem;
  line-height: 1.71429;
  text-align: left;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 2% 0;
  }
}
.baseTableBlock__txt.txtR {
  text-align: right;
}
.baseTableBlock__txt.txtC {
  text-align: center;
}
.baseTableBlock__bsTable {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #e6e8ee;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable {
    margin: 5px 0;
    border: 1px solid #d4979b;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__ti {
    border-collapse: collapse;
    color: #333333;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    background: #f7f1ed;
    border: 1px solid #d4979b;
    text-align: center;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx {
    border-collapse: collapse;
    color: #333333;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    background: #ffffff;
    border: 1px solid #d4979b;
    letter-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
  }
}
.baseTableBlock__bsTable__cts__tx:has(.detailLink__list__link) {
  padding: 2px 5px;
}
.baseTableBlock__bsTable__cts__tx &gt; a {
  color: #0042ff;
  transition: color 0.2s ease;
}
.baseTableBlock__bsTable__cts__tx &gt; a:hover {
  color: #802358;
  transition: color 0.2s ease;
}
.baseTableBlock__bsTable__cts__tx__link {
  color: #0042ff;
  transition: color 0.2s ease;
}
.baseTableBlock__bsTable__cts__tx__link:hover {
  color: #802358;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx__stx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx__mtx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx__message {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    background: #802358;
    display: inline-block;
    padding: 6px;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 4px;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx__message:hover {
    background: #802358;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx__info {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    background: #802358;
    display: inline-block;
    padding: 6px 15px;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 4px;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx__info:hover {
    background: #802358;
    transition: none;
  }
}
.baseTableBlock__bsTable__cts__tx .detailLink__list__link--word:before,
.baseTableBlock__bsTable__cts__tx .detailLink__list__link--xls:before,
.baseTableBlock__bsTable__cts__tx .detailLink__list__link--pdf:before {
  display: none !important;
}
.baseTableBlock__bsTable__cts__tx .number-lg {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx .number-lg {
    font-size: 1.5rem;
  }
}
.baseTableBlock__bsTable__cts__tx.en {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.baseTableBlock__bsTable__cts__li {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding-left: 14px;
  color: #333333;
}
.baseTableBlock__bsTable__cts__li:before {
  content: "?";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__li {
    border-collapse: collapse;
    color: #333333;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px auto;
    padding-left: 10px;
    letter-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
  }
}
.baseTableBlock__bsTable--txtS .baseTableBlock__bsTable__head__ti {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable--txtS .baseTableBlock__bsTable__head__ti {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 1px;
  }
}
.baseTableBlock__bsTable--txtS .baseTableBlock__bsTable__cts__ti {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable--txtS .baseTableBlock__bsTable__cts__ti {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 1px;
  }
}
.baseTableBlock__bsTable--txtS .baseTableBlock__bsTable__cts__tx {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable--txtS .baseTableBlock__bsTable__cts__tx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 1px;
  }
}
.baseTableBlock__bsTable--fixTi3 .baseTableBlock__bsTable__cts__ti {
  width: 36%;
}
.baseTableBlock__bsTable--fixTi3 .baseTableBlock__bsTable__cts__tx {
  width: 32%;
}
.baseTableBlock__bsTable--fixTi2 .baseTableBlock__bsTable__cts__ti {
  width: 36%;
}
.baseTableBlock__bsTable--fixTi2 .baseTableBlock__bsTable__cts__tx {
  width: 64%;
}
.baseTableBlock__bsTable--two .baseTableBlock__bsTable__cts__tx {
  width: 80%;
}
.baseTableBlock__bsTable--three .baseTableBlock__bsTable__cts__tx {
  width: 40%;
}
.baseTableBlock__bsTable--four .baseTableBlock__bsTable__cts__tx {
  width: 26.6%;
}
.baseTableBlock__bsTable--four--fifth .baseTableBlock__bsTable__cts__tx {
  width: 20%;
}
.baseTableBlock__bsTable--four--sixth .baseTableBlock__bsTable__cts__tx {
  width: 20%;
}
.baseTableBlock__bsTable--four--seventh .baseTableBlock__bsTable__cts__tx {
  width: 14.5%;
}
.baseTableBlock__bsTable--four--two2 .baseTableBlock__bsTable__cts__tx {
  width: 50%;
}
.baseTableBlock__bsTable--four--three2 .baseTableBlock__bsTable__cts__tx {
  width: 33.3%;
}
.baseTableBlock__bsTable--four--four2 .baseTableBlock__bsTable__cts__tx {
  width: 25%;
}
.baseTableBlock__bsTable--four--fifth2 .baseTableBlock__bsTable__cts__tx {
  width: 20%;
}
.baseTableBlock__bsTable--four--sixth2 .baseTableBlock__bsTable__cts__tx {
  width: 16.6%;
}
.baseTableBlock__bsTable--four--seventh2 .baseTableBlock__bsTable__cts__tx {
  width: 12%;
}
.baseTableBlock__bsTable__head__ti {
  border-collapse: collapse;
  color: #802358;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #F2E9EE;
  border-left: 1px solid #e6e8ee;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__head__ti {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 2px;
    background: #F2E9EE;
    border-left: 1px solid #ffffff;
    letter-spacing: 0;
  }
}
.baseTableBlock__bsTable__head__ti:first-child {
  border-left: none;
}
.baseTableBlock__bsTable__head__ti--bdrB {
  border-bottom: 1px solid #ffffff;
}
.baseTableBlock__bsTable__cts__ti {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #f7f1ed;
  border: 1px solid #e6e8ee;
}
.baseTableBlock__bsTable__cts__ti.cl1 {
  background: #fffeaf;
}
.baseTableBlock__bsTable__cts__ti.cl2 {
  background: #ffdbeb;
}
.baseTableBlock__bsTable__cts__ti.cl3 {
  background: #e3d9ec;
}
.baseTableBlock__bsTable__cts__ti.cl4 {
  background: #ffd7c5;
}
.baseTableBlock__bsTable__cts__ti.cl5 {
  background: #f7f1ed;
}
.baseTableBlock__bsTable__cts__ti.cl_kasei {
  background: #FDEFED;
}
.baseTableBlock__bsTable__cts__ti.cl_bungei {
  background: #EEF8EC;
}
.baseTableBlock__bsTable__cts__ti.cl_kokusai {
  background: #F6F0F6;
}
.baseTableBlock__bsTable__cts__ti.cl_kango {
  background: #FDF2EB;
}
.baseTableBlock__bsTable__cts__ti.cl_business {
  background: #EEF5FB;
}
.baseTableBlock__bsTable__cts__ti.cl_ken_design {
  background: #CCEFEA;
}
.baseTableBlock__bsTable__cts__ti.cl_seikatu {
  background: #FDF0F4;
}
.baseTableBlock__bsTable__cts__ti.cl_bunka {
  background: #EBF8F9;
}
.baseTableBlock__bsTable__cts__ti.txC {
  text-align: center;
}
.baseTableBlock__bsTable__cts__ti.txR {
  text-align: right;
}
.baseTableBlock__bsTable__cts__ti.vertical p {
  display: block;
  width: 1em;
  margin: 0 auto;
  text-align: center;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: mixed;
  font-size: inherit;
}
.baseTableBlock__bsTable__cts__tx {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
}
.baseTableBlock__bsTable__cts__tx.cl0 {
  background: #f7f1ed;
}
.baseTableBlock__bsTable__cts__tx.cl1 {
  background: #fff2c5;
}
.baseTableBlock__bsTable__cts__tx.cl2 {
  background: #ffdbeb;
}
.baseTableBlock__bsTable__cts__tx.cl3 {
  background: #e3d9ec;
}
.baseTableBlock__bsTable__cts__tx.cl4 {
  background: #ffd7c5;
}
.baseTableBlock__bsTable__cts__tx.cl5 {
  background: #f7f1ed;
}
.baseTableBlock__bsTable__cts__tx.txC {
  text-align: center;
}
.baseTableBlock__bsTable__cts__tx.txR {
  text-align: right;
}
.baseTableBlock__bsTable__cts__tx__link {
  color: #0042ff;
  text-decoration: underline;
}
.baseTableBlock__bsTable__cts__tx__link:after {
  content: "\a";
  white-space: pre;
  height: 0;
  overflow: hidden;
}
.baseTableBlock__bsTable__cts__tx &gt; a {
  color: #0042ff;
  text-decoration: underline;
}
.baseTableBlock__bsTable__cts__tx__stx {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.baseTableBlock__bsTable__cts__tx__mtx {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63636;
}
.baseTableBlock__bsTable__cts__tx__message {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  background: #802358;
  display: inline-block;
  padding: 6px;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 4px;
  transition: background 0.3s ease;
}
.baseTableBlock__bsTable__cts__tx__message:hover {
  background: #e2454f;
  transition: background 0.3s ease;
}
.baseTableBlock__bsTable__cts__tx__info {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  background: #802358;
  display: inline-block;
  padding: 6px 15px;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 4px;
  transition: background 0.3s ease;
}
.baseTableBlock__bsTable__cts__tx__info:hover {
  background: #e2454f;
  transition: background 0.3s ease;
}
.baseTableBlock__bsTable__cts__tx.nbt {
  border-top: none !important;
}
.baseTableBlock__bsTable__cts__tx.nbb {
  border-bottom: none !important;
}
.baseTableBlock__bsTable__cts__tx .an {
  font-size: 10px;
  vertical-align: super;
}
.baseTableBlock__bsTable_ex {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #e6e8ee;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex {
    margin: 5px 0;
    border: 1px solid #d4979b;
    word-wrap: break-word;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__head {
    display: flex;
  }
}
.baseTableBlock__bsTable_ex__head__ti {
  border-collapse: collapse;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #d46d74;
  border-left: 1px solid #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__head__ti {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 2px;
    letter-spacing: 0;
    width: 100%;
  }
}
.baseTableBlock__bsTable_ex__head__ti:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d4979b;
    border-top: 1px solid #d4979b;
  }
}
.baseTableBlock__bsTable_ex__cts__ti {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #f7f1ed;
  border: 1px solid #e6e8ee;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__ti {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    border: 1px solid #d4979b;
    text-align: center;
    letter-spacing: 0;
  }
}
.baseTableBlock__bsTable_ex__cts__ti.txC {
  text-align: center;
}
.baseTableBlock__bsTable_ex__cts__tx {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    border: none;
    letter-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
    width: 33.333%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx:last-child {
    width: 100%;
    border-top: 1px solid #d4979b;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx:nth-child(2) {
    border-left: 1px solid #d4979b;
    border-right: 1px solid #d4979b;
    text-align: left;
  }
}
.baseTableBlock__bsTable_ex__cts__tx.txC {
  text-align: center;
}
.baseTableBlock__bsTable_ex__cts__tx__link {
  color: #0042ff;
  text-decoration: underline;
}
.baseTableBlock__bsTable_ex__cts__tx__link:after {
  content: "\a";
  white-space: pre;
  height: 0;
  overflow: hidden;
}
.baseTableBlock__bsTable_ex__cts__tx &gt; a {
  color: #0042ff;
  text-decoration: underline;
}
.baseTableBlock__bsTable_ex__cts__tx__stx {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx__stx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.baseTableBlock__bsTable_ex__cts__tx__mtx {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63636;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx__mtx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx .indexBoxItem__list__link__img {
    margin: 0.8rem;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_ex__cts__tx .indexBoxItem__list__link__img img {
    width: 70%;
  }
}
.baseTableBlock__aoTable {
  width: 100%;
  margin: 10px 0;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable {
    margin: 5px 0;
    word-wrap: break-word;
  }
}
.baseTableBlock__aoTable__head__ti {
  border-collapse: collapse;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #d46d74;
  border: 1px solid #e6e8ee;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__head__ti {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 2px;
    border: 1px solid #d4979b;
    letter-spacing: 0;
  }
}
.baseTableBlock__aoTable__cts td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts td {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.baseTableBlock__aoTable__cts__ti {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #f7f1ed;
  border: 1px solid #e6e8ee;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__ti {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    border: 1px solid #d4979b;
    text-align: center;
    letter-spacing: 0;
  }
}
.baseTableBlock__aoTable__cts__ti.cl1 {
  background: #fff2c5;
}
.baseTableBlock__aoTable__cts__ti.cl5 {
  background: #f7f1ed;
}
.baseTableBlock__aoTable__cts__ti.txC {
  text-align: center;
}
.baseTableBlock__aoTable__cts__tx {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__tx {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    border: 1px solid #d4979b;
    letter-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__tx__link {
    color: #0042ff;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__tx__link:hover {
    color: #0042ff;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__tx &gt; a {
    color: #0042ff;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__tx:hover {
    color: #0042ff;
    transition: none;
  }
}
.baseTableBlock__aoTable__cts__tx.cl1 {
  background: #fff2c5;
}
.baseTableBlock__aoTable__cts__tx.cl5 {
  background: #f7f1ed;
}
.baseTableBlock__aoTable__cts__tx.txC {
  text-align: center;
}
.baseTableBlock__aoTable__cts__aoi {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 10px;
  background: #f2e3e0;
  border-left: 1px dotted #e6e8ee;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__aoi {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    border-left: 1px dotted #d4979b;
  }
}
.baseTableBlock__aoTable__cts:nth-last-child(2) .baseTableBlock__aoTable__cts__aoi {
  border-bottom: 1px solid #e6e8ee;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts:nth-last-child(2) .baseTableBlock__aoTable__cts__aoi {
    border-bottom: 1px solid #d4979b;
  }
}
.baseTableBlock__aoTable__cts:nth-child(odd) .baseTableBlock__aoTable__cts__aotx {
  background-color: #f7f1ed;
}
.baseTableBlock__aoTable__cts__aotx {
  border-left: 1px dotted #e6e8ee;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .baseTableBlock__aoTable__cts__aotx {
    border-left: 1px dotted #d4979b;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
  }
}
.baseTableBlock + .textSingle .detailLink__list__link--pdf:before, .baseTableBlock + .textM .detailLink__list__link--pdf:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .baseTableBlock.baseTableBlock--resp {
    overflow-x: scroll;
  }
  .baseTableBlock.baseTableBlock--resp .baseTableBlock__bsTable {
    width: 768px;
  }
  .baseTableBlock.baseTableBlock--resp .baseTableBlock__bsTable .fixed {
    position: sticky;
    left: 0;
  }
  .baseTableBlock.baseTableBlock--resp .baseTableBlock__bsTable .fixed:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e6e8ee;
  }
}

@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__tx {
    font-size: 1.1rem;
  }
}
.ie11 .baseTableBlock__bsTable__cts__ti.vertical p {
  white-space: normal;
}

/*-----------------------
20240206 追加：snsリンク集用
------------------------*/
.snsBnr__img {
  width: 100%;
}

.flat .baseTableBlock__bsTable__cts__ti:has(.snsBnr__img) {
  width: 320px;
  min-width: 120px;
}

.flat .baseTableBlock__bsTable__cts__tx:has(.imgsBlock) {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .flat .baseTableBlock__bsTable__cts__tx .imgsBlock__item {
    overflow: hidden;
    margin: 0;
  }
  .flat .imgsBlock__item--two .imgsBlock__item__list {
    float: left;
    width: 48.1%;
    margin: 1% 0;
  }
  .flat .imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media screen and (max-width: 428px) {
  .flat {
    width: 100%;
    display: inline-block;
  }
  .flat .baseTableBlock__bsTable__head__ti {
    display: none;
    visibility: hidden;
  }
  .flat .baseTableBlock__bsTable__cts__ti:has(.snsBnr__img) {
    width: 100%;
  }
  .flat .baseTableBlock__bsTable__cts__tx:has(.imgsBlock) {
    width: 100%;
  }
  .flat .baseTableBlock__bsTable__cts__tx .snsBtn__btn__link {
    display: inline;
  }
  .flat .baseTableBlock__bsTable__cts__tx .imgsBlock__item .imgsBlock__item--two {
    clear: none;
    float: left;
  }
  .flat .imgsBlock__item--two .imgsBlock__item__list {
    width: 24.8%;
    margin: 1% 0;
  }
  .flat .imgsBlock__item--two .imgsBlock__item__list {
    float: left;
  }
  .flat .imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
    clear: none;
    margin-left: 0;
  }
  .snsBnr__img {
    max-width: 300px;
  }
}
/*-----------------------
20241101 追加：サークルページ用
------------------------*/
.baseTableBlock__bsTable_circle {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #d46d74;
  word-break: break-all;
}

.baseTableBlock__bsTable_circle__head__ti {
  border-collapse: collapse;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #d46d74;
  text-align: center;
}

.baseTableBlock__bsTable_circle__cts__ti {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #f7f1ed;
  border: 1px solid #d46d74;
}

.baseTableBlock__bsTable_circle__cts__tx {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d46d74;
}

.baseTableBlock__bsTable_circle__cts__tx &gt; a {
  color: #0042ff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable_circle {
    margin: 5px 0;
    border: 1px solid #d4979b;
    word-wrap: break-word;
    display: block;
  }
  .baseTableBlock__bsTable_circle__head {
    display: flex;
  }
  .baseTableBlock__bsTable_circle__head__ti {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 2px;
    letter-spacing: 0;
    width: 100%;
  }
  .baseTableBlock__bsTable_circle tbody {
    display: block;
  }
  .baseTableBlock__bsTable_circle__cts {
    display: flex;
    flex-wrap: wrap;
  }
  .baseTableBlock__bsTable_circle__cts__ti {
    line-height: 1.81818;
    padding: 5px 2px;
    letter-spacing: 0;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .baseTableBlock__bsTable_circle__cts__tx {
    line-height: 1.81818;
    padding: 5px 2px;
    letter-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
  }
  .baseTableBlock__bsTable_circle__cts__tx:last-child {
    display: block;
    width: 100%;
    text-align: left;
  }
  .baseTableBlock__bsTable_circle__cts__tx .imgsBlock {
    width: 100%;
    display: inline-block;
  }
  .baseTableBlock__bsTable_circle__cts__tx .imgsBlock__item--two .imgsBlock__item__list {
    width: 24.8%;
    margin: 1% 0;
  }
  .baseTableBlock__bsTable_circle__cts__tx .imgsBlock__item--two .imgsBlock__item__list {
    float: left;
  }
  .baseTableBlock__bsTable_circle__cts__tx .imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
    clear: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 428px) {
  .baseTableBlock__bsTable_circle__cts__tx .imgsBlock__item--two .imgsBlock__item__list {
    width: 48.1%;
    float: left;
  }
  .baseTableBlock__bsTable_circle__cts__tx .imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
/*-----------------------
coLinkBlock
------------------------*/
.coLinkBlock {
  text-align: left;
  margin: 20px 0;
}
.coLinkBlock--back {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  z-index: 1;
}
.coLinkBlock--back2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
}
.coLinkBlock--kango {
  margin: 10px auto;
  text-align: center;
}
.coLinkBlock__link {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 9px 49px 9px 20px;
  border-radius: 0;
  background-color: #802358;
  transition: opacity 0.5s ease;
}
.coLinkBlock__link:hover {
  opacity: 0.7;
}
.coLinkBlock__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px !important;
  margin-top: 2px;
  transition: background 0.2s ease;
  margin-right: 0;
  transform: translate(-50%, -50%);
}
.coLinkBlock--back .coLinkBlock__link {
  text-decoration: underline;
  border-radius: 0;
  color: #fff !important;
  background: #802358;
  transition: color 0.2s ease;
}
.coLinkBlock--back .coLinkBlock__link:hover {
  color: #802358;
  background: #802358;
}
.coLinkBlock--back .coLinkBlock__link:before {
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 12px !important;
  margin-right: 7px;
}
.coLinkBlock--back2 .coLinkBlock__link {
  position: relative;
}
.coLinkBlock--back2 .coLinkBlock__link:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/img/common/ar_ri_red_big.png) right center no-repeat;
  background-size: 20px 8px;
  margin-top: 2px;
  transition: background 0.2s ease;
  margin-right: 0;
}
.coLinkBlock--kango .coLinkBlock__link {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  padding: 20px 40px;
  background-color: #F08437;
  border-radius: 40px;
}
.coLinkBlock--kango .coLinkBlock__link:hover {
  background-color: #9a5d24;
}
.coLinkBlock--kango .coLinkBlock__link:before {
  vertical-align: 0;
}
.coLinkBlock.cl_kasei .coLinkBlock__link {
  background-color: #EB6153;
}
.coLinkBlock.cl_kasei .coLinkBlock__link:hover {
  background-color: #EB6153;
  transition: none;
}
.coLinkBlock.cl_bungei .coLinkBlock__link {
  background-color: #5BB647;
}
.coLinkBlock.cl_bungei .coLinkBlock__link:hover {
  background-color: #5BB647;
  transition: none;
}
.coLinkBlock.cl_kokusai .coLinkBlock__link {
  background-color: #A66AAA;
}
.coLinkBlock.cl_kokusai .coLinkBlock__link:hover {
  background-color: #A66AAA;
  transition: none;
}
.coLinkBlock.cl_kango .coLinkBlock__link {
  background-color: #F08437;
}
.coLinkBlock.cl_kango .coLinkBlock__link:hover {
  background-color: #F08437;
  transition: none;
}
.coLinkBlock.cl_business .coLinkBlock__link {
  background-color: #569fd7;
}
.coLinkBlock.cl_business .coLinkBlock__link:hover {
  background-color: #569fd7;
  transition: none;
}
.coLinkBlock.cl_ken_design .coLinkBlock__link {
  background-color: #00b097;
}
.coLinkBlock.cl_ken_design .coLinkBlock__link:hover {
  background-color: #00b097;
  transition: none;
}
.coLinkBlock.cl_seikatu .coLinkBlock__link {
  background-color: #EB6D94;
}
.coLinkBlock.cl_seikatu .coLinkBlock__link:hover {
  background-color: #EB6D94;
  transition: none;
}
.coLinkBlock.cl_bunka .coLinkBlock__link {
  background-color: #3ABBC9;
}
.coLinkBlock.cl_bunka .coLinkBlock__link:hover {
  background-color: #3ABBC9;
  transition: none;
}

.news .titleBlock {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news .coLinkBlock {
  text-align: left;
  margin: 20px 0;
}
.news .coLinkBlock--back .coLinkBlock__link:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  vertical-align: -1px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px !important;
  margin-top: 2px;
  transition: background 0.2s ease;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .coLinkBlock {
    text-align: left;
    margin: 3.125% 0;
  }
  .coLinkBlock--back {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
    margin-bottom: 6.25%;
  }
  .coLinkBlock--back .coLinkBlock__link {
    display: block;
    text-align: center;
  }
  .coLinkBlock--back2 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
  }
  .coLinkBlock--blank .coLinkBlock__link {
    display: inline-block;
    text-align: left;
    color: #333333;
    text-decoration: underline;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .coLinkBlock--blank .coLinkBlock__link:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px 12px !important;
    margin-right: 7px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
  }
  .coLinkBlock--kango {
    margin: 2% auto;
    text-align: center;
  }
  .coLinkBlock--kango .coLinkBlock__link {
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1.4rem;
    line-height: 1.42857;
    background: #F08437;
    padding: 10px 20px;
    border-radius: 40px;
  }
  .coLinkBlock--kango .coLinkBlock__link:before {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/img/common/ar_ri_white.png) left center no-repeat;
    background-size: 6px 10px;
    margin-right: 6px;
  }
  .coLinkBlock--kango .coLinkBlock__link:hover {
    background: #F08437;
    transition: none;
  }
  .coLinkBlock__link {
    display: inline-block;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    background: #802358;
    padding: 10px 40px 10px 15px;
  }
  .coLinkBlock__link:hover {
    background: #802358;
    transition: none;
  }
  .coLinkBlock.cl_kasei .coLinkBlock__link {
    background-color: #EB6153;
  }
  .coLinkBlock.cl_kasei .coLinkBlock__link:hover {
    background-color: #EB6153;
    transition: none;
  }
  .coLinkBlock.cl_bungei .coLinkBlock__link {
    background-color: #5BB647;
  }
  .coLinkBlock.cl_bungei .coLinkBlock__link:hover {
    background-color: #5BB647;
    transition: none;
  }
  .coLinkBlock.cl_kokusai .coLinkBlock__link {
    background-color: #A66AAA;
  }
  .coLinkBlock.cl_kokusai .coLinkBlock__link:hover {
    background-color: #A66AAA;
    transition: none;
  }
  .coLinkBlock.cl_kango .coLinkBlock__link {
    background-color: #F08437;
  }
  .coLinkBlock.cl_kango .coLinkBlock__link:hover {
    background-color: #F08437;
    transition: none;
  }
  .coLinkBlock .cl_seikatu .coLinkBlock__link {
    background-color: #EB6D94;
  }
  .coLinkBlock .cl_seikatu .coLinkBlock__link:hover {
    background-color: #EB6D94;
    transition: none;
  }
  .coLinkBlock.cl_bunka .coLinkBlock__link {
    background-color: #3ABBC9;
  }
  .coLinkBlock.cl_bunka .coLinkBlock__link:hover {
    background-color: #3ABBC9;
    transition: none;
  }
  .coLinkBlock--blank .coLinkBlock__link {
    color: #333333 !important;
    background: none;
    transition: none;
  }
  .coLinkBlock--blank .coLinkBlock__link:hover {
    color: #333333 !important;
    background: none;
    transition: none;
  }
  .coLinkBlock__link {
    background: #802358;
    transition: none;
  }
  .coLinkBlock__link:hover {
    background: #802358;
    transition: none;
  }
}
.ie11 .coLinkBlock__link:before {
  background-image: url(/img/common/ic_link_arrow_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

/*-----------------------
cherryImgsBlock
------------------------*/
.cherryImgsBlock {
  position: relative;
}
.cherryImgsBlock__bg {
  position: relative;
  width: 100%;
}
.cherryImgsBlock__bg__pc {
  display: block;
}
.cherryImgsBlock__bg__sp {
  display: none;
}
.cherryImgsBlock__bg img {
  width: 100%;
}
.cherryImgsBlock__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cherryImgsBlock__item__list {
  float: left;
  width: 192px;
  margin-left: 20px;
}
.cherryImgsBlock__item__list:first-child {
  margin-left: 0;
}
.cherryImgsBlock__item__list:nth-child(5) {
  margin-left: 106px;
  margin-top: -20px;
}
.cherryImgsBlock__item__list:nth-child(6) {
  margin-top: -20px;
}
.cherryImgsBlock__item__list:nth-child(7) {
  margin-top: -20px;
}
.cherryImgsBlock__item__list__link {
  position: relative;
  display: block;
  overflow: hidden;
}
.cherryImgsBlock__item__list__link img {
  width: 100%;
}
.cherryImgsBlock__item__list__link:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 192px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cherryImgsBlock__item__list__link:hover:after {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .cherryImgsBlock {
    position: relative;
  }
  .cherryImgsBlock__bg {
    position: relative;
    width: 100%;
  }
  .cherryImgsBlock__bg__pc {
    display: none;
  }
  .cherryImgsBlock__bg__sp {
    display: block;
  }
  .cherryImgsBlock__bg img {
    width: 100%;
  }
  .cherryImgsBlock__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .cherryImgsBlock__item__list {
    float: left;
    width: 30%;
    margin-left: 3.125%;
  }
  .cherryImgsBlock__item__list:first-child {
    margin-left: 20%;
  }
  .cherryImgsBlock__item__list:nth-child(3) {
    margin-top: -2%;
  }
  .cherryImgsBlock__item__list:nth-child(4) {
    margin-top: -2%;
  }
  .cherryImgsBlock__item__list:nth-child(5) {
    margin-left: 3.125%;
    margin-top: -2%;
  }
  .cherryImgsBlock__item__list:nth-child(6) {
    margin-left: 20%;
    margin-top: -2%;
  }
  .cherryImgsBlock__item__list:nth-child(7) {
    margin-top: -2%;
  }
  .cherryImgsBlock__item__list__link {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .cherryImgsBlock__item__list__link img {
    width: 100%;
  }
  .cherryImgsBlock__item__list__link:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #b63c44;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 192px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .cherryImgsBlock__item__list__link:hover:after {
    opacity: 0.2;
    transition: opacity 0.3s ease;
  }
}
/*-----------------------
_coverDetail_FUZOKU.scss
------------------------*/
/* chukou .coverDetail */
.coverDetail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.coverDetail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.coverDetail__prev {
  position: absolute;
  top: 50%;
  left: -48px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm2.26%2C10.52L8.92%2C13.88a.72.72%2C0%2C0%2C1-1%2C0%2C.72.72%2C0%2C0%2C1%2C0-1L11.24%2C9.5%2C7.9%2C6.14a.72.72%2C0%2C0%2C1%2C1-1L13.28%2C9.5Z%22%2F%3E%3C%2Fsvg%3E");
  transform: rotate(-180deg) translate(-50%, 50%);
  background-color: #fff;
  background-size: 48px 48px;
  border-radius: 50%;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .coverDetail__prev {
    left: 0;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    margin: -18px 0 0 -8px;
    transition: none;
  }
}
.coverDetail__prev:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .coverDetail__prev:hover {
    opacity: 1;
    transition: none;
  }
}
.coverDetail__prev img {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .coverDetail__prev img {
    width: 100%;
  }
}
.coverDetail__next {
  position: absolute;
  top: 50%;
  right: -48px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm2.26%2C10.52L8.92%2C13.88a.72.72%2C0%2C0%2C1-1%2C0%2C.72.72%2C0%2C0%2C1%2C0-1L11.24%2C9.5%2C7.9%2C6.14a.72.72%2C0%2C0%2C1%2C1-1L13.28%2C9.5Z%22%2F%3E%3C%2Fsvg%3E");
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-size: 48px 48px;
  border-radius: 50%;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .coverDetail__next {
    right: 0;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    margin: -18px -8px 0 0;
    transition: none;
  }
}
.coverDetail__next:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .coverDetail__next:hover {
    opacity: 1;
    transition: none;
  }
}
.coverDetail__next img {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .coverDetail__next img {
    width: 100%;
  }
}
.coverDetail__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 20px 0 0;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .coverDetail__close {
    width: 24px;
    margin: 10px 10px 0 0;
    transition: none;
  }
}
.coverDetail__close:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .coverDetail__close:hover {
    opacity: 1;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .coverDetail__close img {
    width: 100%;
  }
}
.coverDetail__inner {
  position: absolute;
  width: 736px;
  top: 0;
  left: 50%;
  background: #ffffff;
  margin: 0 0 0 -368px;
}
@media screen and (max-width: 768px) {
  .coverDetail__inner {
    width: 93.75%;
    left: 0;
    margin: 0 3.125%;
  }
}
.coverDetail__slider {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coverDetail__slider {
    padding: 15px 0;
    margin: 0;
  }
}
.coverDetail__item {
  overflow: hidden;
}
.coverDetail__item__list {
  width: 736px;
  padding: 0 10px;
  float: left;
  color: #333333;
  background: #ffffff;
  zoom: 1;
}
@media screen and (max-width: 768px) {
  .coverDetail__item__list {
    width: 100%;
  }
}
.coverDetail__item__list:before, .coverDetail__item__list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.coverDetail__item__list:after {
  clear: both;
}
.coverDetail__item__ti {
  text-align: left;
  margin-left: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
}
@media screen and (max-width: 768px) {
  .coverDetail__item__ti {
    margin-left: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.coverDetail__item__ti__img {
  clear: both;
  width: 100%;
  padding: 10px 0;
}
.coverDetail__item__ti__img img {
  width: 100%;
}
.coverDetail__item__ti__tx {
  text-align: left;
  margin: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  .coverDetail__item__img {
    clear: both;
    width: 100%;
    padding: 5px 0;
  }
}
.coverDetail__item__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .coverDetail__item__img img {
    width: 100%;
  }
}
.coverDetail__item__tx {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  .coverDetail__item__tx {
    text-align: left;
    margin: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.ie11 .coverDetail__prev {
  background-image: url(/img/common/ic_modal_prev_univ.svg);
}

.ie11 .coverDetail__prev {
  background-image: url(/img/common/ic_modal_prev_univ.svg);
  top: 42.8%;
  left: 0;
  transform: rotate(0deg) translate(-50%, 50%);
}

.ie11.chukou .coverDetail__next {
  background-image: url(/img/common/ic_modal_next_chukou.svg);
}

.ie11.nichukou .coverDetail__next {
  background-image: url(/img/common/ic_modal_next_nichukou.svg);
}

.ie11.chukou .coverDetail__prev {
  background-image: url(/img/common/ic_modal_prev_chukou.svg);
  top: 42.8%;
  left: 0;
  transform: rotate(0deg) translate(-50%, 50%);
}

.ie11.nichukou .coverDetail__prev {
  background-image: url(/img/common/ic_modal_prev_nichukou.svg);
  top: 42.8%;
  left: 0;
  transform: rotate(0deg) translate(-50%, 50%);
}

/*-----------------------
catBlock
------------------------*/
.catBlock, .catTopBlock {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 10px solid #802358;
}
@media screen and (max-width: 768px) {
  .catBlock, .catTopBlock {
    border-top: none;
  }
}
.catBlock__inner, .catTopBlock__inner {
  width: 100%;
  padding-top: 180px;
}
.catBlock__title, .catTopBlock__title {
  padding: 16px 80px;
  text-align: left;
  background-image: url(/img/common/title_overlay.png);
  background-repeat: repeat;
  background-position: bottom left;
  background-size: cover;
}
.catBlock__title .titleBlock__title1, .catTopBlock__title .titleBlock__title1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff !important;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .catBlock__title .titleBlock__title1, .catTopBlock__title .titleBlock__title1 {
    z-index: 0;
  }
}
.catBlock__title .titleBlock__title1 span, .catTopBlock__title .titleBlock__title1 span {
  display: block;
  font-size: 1.6rem;
}
.catBlock__title .titleBlock__title1 span.title1__news, .catTopBlock__title .titleBlock__title1 span.title1__news {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}
.catBlock .catTopBlock:after, .catTopBlock .catTopBlock:after {
  display: none !important;
}
.catBlock .catTopBlock__inner, .catTopBlock .catTopBlock__inner {
  position: relative;
  padding: 0;
}
.catBlock .catTopBlock__title, .catTopBlock .catTopBlock__title {
  width: 420px;
  height: 340px;
  padding: 0;
  background-image: none;
  background: linear-gradient(90deg, #802358 0%, #802358 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_kasei, .catTopBlock .catTopBlock__title.cl_kasei {
  background: linear-gradient(90deg, #EB6153 0%, #EB6153 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_kasei h1, .catTopBlock .catTopBlock__title.cl_kasei h1 {
  text-align: center;
  font-size: 5.6rem;
  background: #FBDFDD;
}
.catBlock .catTopBlock__title.cl_kasei h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_kasei h1 span.dpTpBlock__gakubu {
  color: #EB6153;
}
.catBlock .catTopBlock__title.cl_kasei h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_kasei h1 span.dpTpBlock__gakubu:after {
  background: #EB6153;
}
.catBlock .catTopBlock__title.cl_kasei h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_kasei h1 span.dpTpBlock__gakka {
  color: #EB6153;
}
.catBlock .catTopBlock__title.cl_kasei:after, .catTopBlock .catTopBlock__title.cl_kasei:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23F19086%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title.cl_bungei, .catTopBlock .catTopBlock__title.cl_bungei {
  background: linear-gradient(90deg, #5BB647 0%, #5BB647 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_bungei h1, .catTopBlock .catTopBlock__title.cl_bungei h1 {
  background: #DEF0DA;
}
.catBlock .catTopBlock__title.cl_bungei h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_bungei h1 span.dpTpBlock__gakubu {
  color: #5BB647;
}
.catBlock .catTopBlock__title.cl_bungei h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_bungei h1 span.dpTpBlock__gakubu:after {
  background: #5BB647;
}
.catBlock .catTopBlock__title.cl_bungei h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_bungei h1 span.dpTpBlock__gakka {
  color: #5BB647;
}
.catBlock .catTopBlock__title.cl_bungei:after, .catTopBlock .catTopBlock__title.cl_bungei:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%238CCC7E%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title.cl_kokusai, .catTopBlock .catTopBlock__title.cl_kokusai {
  background: linear-gradient(90deg, #A66AAA 0%, #A66AAA 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_kokusai h1, .catTopBlock .catTopBlock__title.cl_kokusai h1 {
  background: #EDE1EE;
}
.catBlock .catTopBlock__title.cl_kokusai h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_kokusai h1 span.dpTpBlock__gakubu {
  color: #A66AAA;
}
.catBlock .catTopBlock__title.cl_kokusai h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_kokusai h1 span.dpTpBlock__gakubu:after {
  background: #A66AAA;
}
.catBlock .catTopBlock__title.cl_kokusai h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_kokusai h1 span.dpTpBlock__gakka {
  color: #A66AAA;
}
.catBlock .catTopBlock__title.cl_kokusai:after, .catTopBlock .catTopBlock__title.cl_kokusai:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23C196C3%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title.cl_kango, .catTopBlock .catTopBlock__title.cl_kango {
  background: linear-gradient(90deg, #F08437 0%, #F08437 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_kango h1, .catTopBlock .catTopBlock__title.cl_kango h1 {
  background: #FCE6D7;
}
.catBlock .catTopBlock__title.cl_kango h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_kango h1 span.dpTpBlock__gakubu {
  color: #F08437;
}
.catBlock .catTopBlock__title.cl_kango h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_kango h1 span.dpTpBlock__gakubu:after {
  background: #F08437;
}
.catBlock .catTopBlock__title.cl_kango h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_kango h1 span.dpTpBlock__gakka {
  color: #F08437;
}
.catBlock .catTopBlock__title.cl_kango:after, .catTopBlock .catTopBlock__title.cl_kango:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23F4A973%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title.cl_seikatu, .catTopBlock .catTopBlock__title.cl_seikatu {
  background: linear-gradient(90deg, #EB6D94 0%, #EB6D94 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_seikatu h1, .catTopBlock .catTopBlock__title.cl_seikatu h1 {
  background: #FBE2EA;
}
.catBlock .catTopBlock__title.cl_seikatu h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_seikatu h1 span.dpTpBlock__gakubu {
  color: #EB6D94;
}
.catBlock .catTopBlock__title.cl_seikatu h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_seikatu h1 span.dpTpBlock__gakubu:after {
  background: #EB6D94;
}
.catBlock .catTopBlock__title.cl_seikatu h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_seikatu h1 span.dpTpBlock__gakka {
  color: #EB6D94;
}
.catBlock .catTopBlock__title.cl_seikatu:after, .catTopBlock .catTopBlock__title.cl_seikatu:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23F199B4%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title.cl_bunka, .catTopBlock .catTopBlock__title.cl_bunka {
  background: linear-gradient(90deg, #3ABBC9 0%, #3ABBC9 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_bunka h1, .catTopBlock .catTopBlock__title.cl_bunka h1 {
  background: #D8F1F4;
}
.catBlock .catTopBlock__title.cl_bunka h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_bunka h1 span.dpTpBlock__gakubu {
  color: #3ABBC9;
}
.catBlock .catTopBlock__title.cl_bunka h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_bunka h1 span.dpTpBlock__gakubu:after {
  background: #3ABBC9;
}
.catBlock .catTopBlock__title.cl_bunka h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_bunka h1 span.dpTpBlock__gakka {
  color: #3ABBC9;
}
.catBlock .catTopBlock__title.cl_bunka:after, .catTopBlock .catTopBlock__title.cl_bunka:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%2375CFD9%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title.cl_business, .catTopBlock .catTopBlock__title.cl_business {
  background: linear-gradient(90deg, #569FD7 0%, #569FD7 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_business h1, .catTopBlock .catTopBlock__title.cl_business h1 {
  background: #DDECF7;
}
.catBlock .catTopBlock__title.cl_business h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_business h1 span.dpTpBlock__gakubu {
  color: #569FD7;
}
.catBlock .catTopBlock__title.cl_business h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_business h1 span.dpTpBlock__gakubu:after {
  background: #569FD7;
}
.catBlock .catTopBlock__title.cl_business h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_business h1 span.dpTpBlock__gakka {
  color: #569FD7;
}
.catBlock .catTopBlock__title.cl_business:after, .catTopBlock .catTopBlock__title.cl_business:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%2389BBE3%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title.cl_ken_design, .catTopBlock .catTopBlock__title.cl_ken_design {
  background: linear-gradient(90deg, #00B097 0%, #00B097 93%, transparent 7%, transparent 100%);
}
.catBlock .catTopBlock__title.cl_ken_design h1, .catTopBlock .catTopBlock__title.cl_ken_design h1 {
  background: #CCEFEA;
  padding-top: 120px;
  display: block;
}
.catBlock .catTopBlock__title.cl_ken_design h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title.cl_ken_design h1 span.dpTpBlock__gakubu {
  color: #00B097;
}
.catBlock .catTopBlock__title.cl_ken_design h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title.cl_ken_design h1 span.dpTpBlock__gakubu:after {
  background: #00B097;
}
.catBlock .catTopBlock__title.cl_ken_design h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title.cl_ken_design h1 span.dpTpBlock__gakka {
  color: #00B097;
}
.catBlock .catTopBlock__title.cl_ken_design:after, .catTopBlock .catTopBlock__title.cl_ken_design:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%234DC8B6%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title h1, .catTopBlock .catTopBlock__title h1 {
  width: 390px;
  max-height: 310px;
  overflow: hidden;
  padding: 83.5px 0;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 30px;
  text-align: center;
  background: #E6D3DE;
}
.catBlock .catTopBlock__title h1 span.dpTpBlock__gakubu, .catTopBlock .catTopBlock__title h1 span.dpTpBlock__gakubu {
  font-size: 4rem;
  display: block;
  color: #802358;
}
.catBlock .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title h1 span.dpTpBlock__gakubu:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #802358;
  margin: 20px auto;
}
.catBlock .catTopBlock__title h1 span.dpTpBlock__gakka, .catTopBlock .catTopBlock__title h1 span.dpTpBlock__gakka {
  font-size: 2.6rem;
  display: block;
  color: #802358;
}
.catBlock .catTopBlock__title h1 p, .catTopBlock .catTopBlock__title h1 p {
  font-size: 1.6rem;
  color: #3e3e3e;
  font-weight: bold;
  margin-top: 20px;
}
.catBlock .catTopBlock__title:after, .catTopBlock .catTopBlock__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 20px;
  z-index: 1;
  bottom: 10px;
  left: 391px;
  background-size: 29px 22px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23F2E9EE%22%20d%3D%22M0%2C11.99%2C20%2C0%2C0%2C0%2C0%2C11.99z%22%2F%3E%3C%2Fsvg%3E");
}
.catBlock .catTopBlock__title .faculty, .catTopBlock .catTopBlock__title .faculty {
  height: 310px;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catBlock .catTopBlock__title .faculty span.dpTpBlock__gakubu:after, .catTopBlock .catTopBlock__title .faculty span.dpTpBlock__gakubu:after {
  display: none;
}

.c-top .catBlock {
  display: flex;
  align-items: center;
  height: 400px;
}
.c-top .catBlock .catBlock__inner {
  padding: 0;
}
.c-top .catBlock .catBlock__title {
  padding: 0;
  background-image: none;
}
.c-top .catBlock .catBlock__title h1.titleBlock__title1 {
  font-size: 5.6rem;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.c-top .catBlock:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/common/main-filter.png") repeat;
  background-size: auto;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.c-top .indexBlock {
  display: none;
}

.indexBlock {
  display: none;
}

.wrapper.top .catBlock {
  display: none;
}

.err .catBlock {
  background-image: url("/img/404/main_bg.jpg") !important;
}

.academy.err .catBlock {
  background-image: url("/academy/img/404/main_bg.jpg") !important;
}

.chukou.err .catBlock {
  background-image: url("/chukou/img/404/main_bg.jpg") !important;
}

.nichukou.err .catBlock {
  background-image: url("/nichukou/img/404/main_bg.jpg") !important;
}

.yochien.err .catBlock {
  background-image: url("/yochien/img/404/main_bg.jpg") !important;
}

.muse.err .catBlock {
  background-image: url("/muse/img/404/main_bg.jpg") !important;
}

.lib.err .catBlock {
  background-image: url("/lib/img/404/main_bg.jpg") !important;
}

.joho.err .catBlock {
  background-image: url("/joho/img/404/main_bg.jpg") !important;
}

.institute_for_promotion.err .catBlock {
  background-image: url("/img/institute_for_promotion/higher_education/404/main_bg.jpg") !important;
}

.emergency .catBlock-emergency {
  background-image: url("/img/emergency/main_bg.jpg");
}

.academics .catBlock-academics {
  background-image: url("/img/academics/main_bg.jpg");
}

.about .catBlock-about {
  background-image: url("/img/about/main_bg.jpg");
}

.collaboration .catBlock-collaboration {
  background-image: url("/img/collaboration/main_bg.jpg");
}

.kyogakumanagement .catBlock-kyogakumanagement {
  background-image: url("/img/collaboration/main_bg.jpg");
}

.applicant .catBlock-applicant {
  background-image: url("/img/applicant/main_bg.jpg");
}

.campus .catBlock-campus {
  background-image: url("/img/campus/main_bg.jpg");
}

.exam .catBlock-exam {
  background-image: url("/img/exam/main_bg.jpg");
}

.institute .catBlock-institute {
  background-image: url("/img/institute/main_bg.jpg");
}

.career .catBlock-career {
  background-image: url("/img/career/main_bg.jpg");
}

.international .catBlock-international {
  background-image: url("/img/international/main_bg.jpg");
}

.r-social .catBlock-r-social {
  background-image: url("/img/r-social/main_bg.jpg");
}

.research_promotion .catBlock-research_promotion {
  background-image: url("/img/research_promotion/main_bg.jpg");
}

.interchange_center .catBlock-interchange_center {
  background-image: url("/img/interchange_center/main_bg.jpg");
}

.student .catBlock-student {
  background-image: url("/img/student/main_bg.jpg");
}

.graduates .catBlock-graduates {
  background-image: url("/img/graduates/main_bg.jpg");
}

.guardian .catBlock-guardian {
  background-image: url("/img/guardian/main_bg.jpg");
}

.corporate .catBlock-corporate {
  background-image: url("/img/corporate/main_bg.jpg");
}

.society .catBlock-society {
  background-image: url("/img/society/main_bg.jpg");
}

.inquiry .catBlock-inquiry {
  background-image: url("/img/inquiry/main_bg.jpg");
}

.access .catBlock-access {
  background-image: url("/img/access/main_bg.jpg");
}

.pamph .catBlock-pamph {
  background-image: url("/img/pamph/main_bg.jpg");
}

.siteinfo .catBlock-siteinfo {
  background-image: url("/img/siteinfo/main_bg.jpg");
}

.link .catBlock-link {
  background-image: url("/img/link/main_bg.jpg");
}

.sobunken .catBlock-sobunken {
  background-image: url("/img/sobunken/sobunken_bg.jpg");
}

.sobunken.soshiki .catBlock-sobunken {
  background-image: url("/img/sobunken/soshiki/sobunken_bg.jpg");
}

.academics.business .catBlock-academics {
  background-image: url("/img/academics/undergraduate/business/main_bg.jpg");
}

.academics.business .catBlock-business {
  background-image: url("/img/academics/undergraduate/business/main_bg.jpg");
}

.academics.bunka .catBlock-academics {
  background-image: url("/img/academics/junior_college/bunka/main_bg.jpg");
}

.academics.bunka .catBlock-bunka {
  background-image: url("/img/academics/junior_college/bunka/main_bg.jpg");
}

.academics.seikatu .catBlock-academics {
  background-image: url("/img/academics/junior_college/seikatu/main_bg.jpg");
}

.academics.seikatu .catBlock-seikatu {
  background-image: url("/img/academics/junior_college/seikatu/main_bg.jpg");
}

.academics.kango .catBlock-academics {
  background-image: url("/img/academics/undergraduate/kango/main_bg.jpg");
}

.academics.kango .catBlock-kango {
  background-image: url("/img/academics/undergraduate/kango/main_bg.jpg");
}

.academics.kokusai .catBlock-academics {
  background-image: url("/img/academics/undergraduate/kokusai/main_bg.jpg");
}

.academics.kokusai .catBlock-kokusai {
  background-image: url("/img/academics/undergraduate/kokusai/main_bg.jpg");
}

.academics.bungei .catBlock-academics {
  background-image: url("/img/academics/undergraduate/bungei/main_bg.jpg");
}

.academics.bungei .catBlock-bungei {
  background-image: url("/img/academics/undergraduate/bungei/main_bg.jpg");
}

.academics.kasei .catBlock-kasei {
  background-image: url("/img/academics/undergraduate/kasei/main_bg.jpg");
}

.academics.hihuku .catBlock-hihuku {
  background-image: url("/img/academics/undergraduate/kasei/hihuku/main_bg.jpg");
}

.academics.syokumotu .catBlock-syokumotu {
  background-image: url("/img/academics/undergraduate/kasei/syokumotu/main_bg.jpg");
}

.academics.ken_design .catBlock-ken_design {
  background-image: url("/img/academics/undergraduate/kasei/ken_design/main_bg.jpg");
}

.academics.jidou .catBlock-jidou {
  background-image: url("/img/academics/undergraduate/kasei/jidou/main_bg.jpg");
}

.graduate.business .catBlock-academics {
  background-image: url("/img/academics/graduate/business/main_bg.jpg");
}

.graduate.bunka .catBlock-academics {
  background-image: url("/img/academics/graduate/bunka/main_bg.jpg");
}

.graduate.seikatu .catBlock-academics {
  background-image: url("/img/academics/graduate/seikatu/main_bg.jpg");
}

.graduate.kango .catBlock-academics {
  background-image: url("/img/academics/graduate/kango/main_bg.jpg");
}

.graduate.kokusai .catBlock-academics {
  background-image: url("/img/academics/graduate/kokusai/main_bg.jpg");
}

.graduate.bungei .catBlock-academics {
  background-image: url("/img/academics/graduate/bungei/main_bg.jpg");
}

.graduate.kasei .catBlock-academics {
  background-image: url("/img/academics/graduate/kasei/main_bg.jpg");
}

.graduate.hihuku .catBlock-academics {
  background-image: url("/img/academics/graduate/kasei/hihuku/main_bg.jpg");
}

.graduate.syokumotu .catBlock-academics {
  background-image: url("/img/academics/graduate/kasei/syokumotu/main_bg.jpg");
}

.graduate.ken_design .catBlock-academics {
  background-image: url("/img/academics/graduate/kasei/ken_design/main_bg.jpg");
}

.graduate.jidou .catBlock-academics {
  background-image: url("/img/academics/graduate/kasei/jidou/main_bg.jpg");
}

.junior_college.bunka .catBlock-academics {
  background-image: url("/img/academics/junior_college/bunka/main_bg.jpg");
}

.junior_college.seikatu .catBlock-academics {
  background-image: url("/img/academics/junior_college/seikatu/main_bg.jpg");
}

.news .catBlock-news {
  background-image: url("/img/news/main_bg.jpg");
}

.search .catBlock-search {
  background-image: url("/img/search/main_bg.jpg");
}

.chukou.message .catBlock-chukou {
  background-image: url("/chukou/img/message/main_bg.jpg");
}

.chukou.policy .catBlock-chukou {
  background-image: url("/chukou/img/policy/main_bg.jpg");
}

.chukou.course .catBlock-chukou {
  background-image: url("/chukou/img/course/main_bg.jpg");
}

.chukou.school .catBlock-chukou {
  background-image: url("/chukou/img/school/main_bg.jpg");
}

.chukou.club .catBlock-chukou {
  background-image: url("/chukou/img/club/main_bg.jpg");
}

.chukou.exam .catBlock-chukou {
  background-image: url("/chukou/img/exam/main_bg.jpg");
}

.chukou.explanation .catBlock-chukou {
  background-image: url("/chukou/img/explanation/main_bg.jpg");
}

.chukou.qa .catBlock-chukou {
  background-image: url("/chukou/img/qa/main_bg.jpg");
}

.chukou.access .catBlock-chukou {
  background-image: url("/chukou/img/access/main_bg.jpg");
}

.chukou.applicant .catBlock-chukou {
  background-image: url("/chukou/img/applicant/main_bg.jpg");
}

.chukou.student .catBlock-chukou {
  background-image: url("/chukou/img/student/main_bg.jpg");
}

.chukou.guardian .catBlock-chukou {
  background-image: url("/chukou/img/guardian/main_bg.jpg");
}

.chukou.graduates .catBlock-chukou {
  background-image: url("/chukou/img/graduates/main_bg.jpg");
}

.chukou.international .catBlock-chukou {
  background-image: url("/chukou/img/international/main_bg.jpg");
}

.chukou.applicant .catBlock-chukou {
  background-image: url("/chukou/img/applicant/main_bg.jpg");
}

.chukou.privacy .catBlock-chukou {
  background-image: url("/chukou/img/privacy/main_bg.jpg");
}

.chukou.sitemap .catBlock-chukou {
  background-image: url("/chukou/img/sitemap/main_bg.jpg");
}

.chukou.search .catBlock-chukou {
  background-image: url("/chukou/img/search/main_bg.jpg");
}

.chukou.emergency .catBlock-chukou,
.chukou.news .catBlock-chukou {
  background-image: url("/chukou/img/news/main_bg.jpg");
}

.chukou.recruit .catBlock-chukou {
  background-image: url("/chukou/img/recruit/main_bg.jpg");
}

.nichukou.introduction .catBlock-nichukou {
  background-image: url("/nichukou/img/introduction/main_bg.jpg");
}

.nichukou.study .catBlock-nichukou {
  background-image: url("/nichukou/img/study/main_bg.jpg");
}

.nichukou.course .catBlock-nichukou {
  background-image: url("/nichukou/img/course/main_bg.jpg");
}

.nichukou.schoollife .catBlock-nichukou {
  background-image: url("/nichukou/img/schoollife/main_bg.jpg");
}

.nichukou.j_exam .catBlock-nichukou {
  background-image: url("/nichukou/img/j_exam/main_bg.jpg");
}

.nichukou.h_exam .catBlock-nichukou {
  background-image: url("/nichukou/img/h_exam/main_bg.jpg");
}

.nichukou.movie .catBlock-nichukou {
  background-image: url("/nichukou/img/movie/main_bg.jpg");
}

.nichukou.others .catBlock-nichukou {
  background-image: url("/nichukou/img/others/main_bg.jpg");
}

.nichukou.emergency .catBlock-nichukou {
  background-image: url("/nichukou/img/others/main_bg.jpg");
}

.nichukou.applicant .catBlock-nichukou {
  background-image: url("/nichukou/img/applicant/main_bg.jpg");
}

.nichukou.student .catBlock-nichukou {
  background-image: url("/nichukou/img/student/main_bg.jpg");
}

.nichukou.guardian .catBlock-nichukou {
  background-image: url("/nichukou/img/guardian/main_bg.jpg");
}

.nichukou.graduates .catBlock-nichukou {
  background-image: url("/nichukou/img/graduates/main_bg.jpg");
}

.nichukou.search .catBlock-nichukou {
  background-image: url("/nichukou/img/search/main_bg.jpg");
}

.univ.vision .catBlock-univ {
  background-image: url("/univ/img/vision/main_bg.jpg");
}

.univ.greetings .catBlock-univ {
  background-image: url("/univ/img/greetings/main_bg.jpg");
}

.univ.history .catBlock-univ {
  background-image: url("/univ/img/history/main_bg.jpg");
}

.univ.release .catBlock-univ {
  background-image: url("/univ/img/release/main_bg.jpg");
}

.univ.financial .catBlock-univ {
  background-image: url("/univ/img/financial/main_bg.jpg");
}

.univ.bokin .catBlock-univ {
  background-image: url("/univ/img/bokin/main_bg.jpg");
}

.univ.information .catBlock-univ {
  background-image: url("/univ/img/information/main_bg.jpg");
}

.univ.search .catBlock-univ {
  background-image: url("/univ/img/search/main_bg.jpg");
}

.yochien.admission .catBlock-yochien {
  background-image: url("/yochien/img/admission/main_bg.jpg");
}

.yochien.about .catBlock-yochien {
  background-image: url("/yochien/img/about/main_bg.jpg");
}

.yochien.notentering .catBlock-yochien {
  background-image: url("/yochien/img/notentering/main_bg.jpg");
}

.yochien.voice .catBlock-yochien {
  background-image: url("/yochien/img/voice/main_bg.jpg");
}

.yochien.day .catBlock-yochien {
  background-image: url("/yochien/img/day/main_bg.jpg");
}

.yochien.event .catBlock-yochien {
  background-image: url("/yochien/img/event/main_bg.jpg");
}

.yochien.access .catBlock-yochien {
  background-image: url("/yochien/img/access/main_bg.jpg");
}

.yochien.emergency .catBlock-yochien,
.yochien.topics .catBlock-yochien {
  background-image: url("/yochien/img/topics/main_bg.jpg");
}

.yochien.sitemap .catBlock-yochien {
  background-image: url("/yochien/img/sitemap/main_bg.jpg");
}

.yochien.search .catBlock-yochien {
  background-image: url("/yochien/img/search/main_bg.jpg");
}

.joho.timetable .catBlock-joho {
  background-image: url("/joho/img/timetable/main_bg.jpg");
}

.joho.facility .catBlock-joho {
  background-image: url("/joho/img/facility/main_bg.jpg");
}

.joho.info_pc .catBlock-joho {
  background-image: url("/joho/img/info_pc/main_bg.jpg");
}

.joho.manual .catBlock-joho {
  background-image: url("/joho/img/manual/main_bg.jpg");
}

.joho.download .catBlock-joho {
  background-image: url("/joho/img/download/main_bg.jpg");
}

.joho.og_mail .catBlock-joho {
  background-image: url("/joho/img/og_mail/main_bg.jpg");
}

.joho.sitemap .catBlock-joho {
  background-image: url("/joho/img/sitemap/main_bg.jpg");
}

.joho.news .catBlock-joho {
  background-image: url("/joho/img/news/main_bg.jpg");
}

.joho.search .catBlock-joho {
  background-image: url("/joho/img/search/main_bg.jpg");
}

.lib.about .catBlock-lib {
  background-image: url("/lib/img/document/main_bg.jpg");
}

.lib.facilities .catBlock-lib {
  background-image: url("/lib/img/facilities/main_bg.jpg");
}

.lib.use .catBlock-lib {
  background-image: url("/lib/img/use/main_bg.jpg");
}

.lib.entry .catBlock-lib {
  background-image: url("/lib/img/entry/main_bg.jpg");
}

.lib.document .catBlock-lib {
  background-image: url("/lib/img/document/main_bg.jpg");
}

.lib.activity .catBlock-lib {
  background-image: url("/lib/img/activity/main_bg.jpg");
}

.lib.data .catBlock-lib {
  background-image: url("/lib/img/data/main_bg.jpg");
}

.lib.qa .catBlock-lib {
  background-image: url("/lib/img/qa/main_bg.jpg");
}

.lib.search .catBlock-lib {
  background-image: url("/lib/img/search/main_bg.jpg");
}

.lib.news .catBlock-lib {
  background-image: url("/lib/img/news/main_bg.jpg");
}

.muse.about .catBlock-muse {
  background-image: url("/muse/img/about/main_bg.jpg");
}

.muse.collection .catBlock-muse {
  background-image: url("/muse/img/collection/main_bg.jpg");
}

.muse.info .catBlock-muse {
  background-image: url("/muse/img/info/main_bg.jpg");
}

.muse.search .catBlock-muse {
  background-image: url("/muse/img/search/main_bg.jpg");
}

.muse.exhibition .catBlock-muse {
  background-image: url("/muse/img/exhibition/main_bg.jpg");
}

.muse.publications .catBlock-muse {
  background-image: url("/muse/img/publications/main_bg.jpg");
}

.muse.access .catBlock-muse {
  background-image: url("/muse/img/access/main_bg.jpg");
}

.muse.news .catBlock-muse {
  background-image: url("/muse/img/news/main_bg.jpg");
}

.academy.about .catBlock-academy {
  background-image: url("/academy/img/about/main_bg.jpg");
}

.academy.information .catBlock-academy {
  background-image: url("/academy/img/information/main_bg.jpg");
}

.academy.list .catBlock-academy {
  background-image: url("/academy/img/list/main_bg.jpg");
}

.academy.pamphlet .catBlock-academy {
  background-image: url("/academy/img/pamphlet/main_bg.jpg");
}

.academy.news .catBlock-academy {
  background-image: url("/academy/img/news/main_bg.jpg");
}

.academy.sitemap .catBlock-academy {
  background-image: url("/academy/img/sitemap/main_bg.jpg");
}

.academy.search .catBlock-academy {
  background-image: url("/academy/img/search/main_bg.jpg");
}

.institute_for_promotion.about .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/about/main_bg.jpg");
}

.institute_for_promotion.fd .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/fd/main_bg.jpg");
}

.institute_for_promotion.class .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/class/main_bg.jpg");
}

.institute_for_promotion.facility .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/facility/main_bg.jpg");
}

.institute_for_promotion.learning .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/learning/main_bg.jpg");
}

.institute_for_promotion.search .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/search/main_bg.jpg");
}

.institute_for_promotion.contact .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/contact/main_bg.jpg");
}

.institute_for_promotion.news .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/higher_education/news/main_bg.jpg");
}

.institute_for_promotion.compulsory .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/leadership_education/compulsory/main_bg.jpg");
}

.institute_for_promotion.gp .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/leadership_education/gp/main_bg.jpg");
}

.institute_for_promotion.voluntary .catBlock-institute_for_promotion {
  background-image: url("/img/institute_for_promotion/leadership_education/voluntary/main_bg.jpg");
}

.univ.emergency .catBlock-univ {
  background-image: url("/univ/img/vision/main_bg.jpg");
}

.univ.vision .catBlock-univ {
  background-image: url("/univ/img/vision/main_bg.jpg");
}

.univ.greetings .catBlock-univ {
  background-image: url("/univ/img/greetings/main_bg.jpg");
}

.univ.history .catBlock-univ {
  background-image: url("/univ/img/history/main_bg.jpg");
}

.univ.release .catBlock-univ {
  background-image: url("/univ/img/release/main_bg.jpg");
}

.univ.financial .catBlock-univ {
  background-image: url("/univ/img/financial/main_bg.jpg");
}

.univ.bokin .catBlock-univ {
  background-image: url("/univ/img/bokin/main_bg.jpg");
}

.univ.information .catBlock-univ {
  background-image: url("/univ/img/information/main_bg.jpg");
}

.univ.policy .catBlock-univ {
  background-image: url("/univ/img/policy/main_bg.jpg");
}

.univ.news .catBlock-univ {
  background-image: url("/univ/img/news/main_bg.jpg");
}

.univ.err .catBlock-univ {
  background-image: url("/univ/img/greetings/main_bg.jpg");
}

.english.about .catBlock-english {
  background-image: url("/english/img/about/main_bg.jpg");
}

.english.university .catBlock-english {
  background-image: url("/english/img/university/main_bg.jpg");
}

.english.junior_college .catBlock-english {
  background-image: url("/english/img/junior_college/main_bg.jpg");
}

.english.gradschool .catBlock-english {
  background-image: url("/english/img/gradschool/main_bg.jpg");
}

.english.information .catBlock-english {
  background-image: url("/english/img/information/main_bg.jpg");
}

.english.search .catBlock-english {
  background-image: url("/english/img/search/main_bg.jpg");
}

.english.err .catBlock-english {
  background-image: url("/english/img/information/main_bg.jpg") !important;
}

.english.interchange_center .catBlock-english {
  background-image: url("/img/interchange_center/main_bg.jpg");
}

@media screen and (max-width: 768px) {
  .c-top .catBlock {
    min-height: 230px;
    height: 230px;
  }
  .c-top .catBlock .catBlock__title h1.titleBlock__title1 {
    font-size: 2.4rem;
  }
  .catBlock__title {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .catBlock__title .titleBlock__title1 {
    font-size: 2.1rem;
    display: inline-block;
    padding-right: 30px;
  }
  .catBlock__title .titleBlock__title1 span.title1__news {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .catBlock__menuToggle {
    display: flex;
    align-items: center;
  }
  .catBlock__menuToggle.hide {
    display: none;
  }
  .hihuku .catTopBlock__inner, .kasei .catTopBlock__inner, .bunka .catTopBlock__inner, .kango .catTopBlock__inner, .kokusai .catTopBlock__inner, .bungei .catTopBlock__inner, .syokumotu .catTopBlock__inner, .jidou .catTopBlock__inner, .ken_design .catTopBlock__inner, .seikatu .catTopBlock__inner, .business .catTopBlock__inner {
    min-height: 51.2vw;
  }
  .hihuku .catTopBlock__title, .kasei .catTopBlock__title, .bunka .catTopBlock__title, .kango .catTopBlock__title, .kokusai .catTopBlock__title, .bungei .catTopBlock__title, .syokumotu .catTopBlock__title, .jidou .catTopBlock__title, .ken_design .catTopBlock__title, .seikatu .catTopBlock__title, .business .catTopBlock__title {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 57vw;
    height: 43.2vw;
    padding: 0;
  }
  .hihuku .catTopBlock__title h1, .kasei .catTopBlock__title h1, .bunka .catTopBlock__title h1, .kango .catTopBlock__title h1, .kokusai .catTopBlock__title h1, .bungei .catTopBlock__title h1, .syokumotu .catTopBlock__title h1, .jidou .catTopBlock__title h1, .ken_design .catTopBlock__title h1, .seikatu .catTopBlock__title h1, .business .catTopBlock__title h1 {
    width: 53vw;
    min-height: 40.2vw !important;
    max-height: 40.2vw;
    padding: 8vw 0;
    vertical-align: middle;
    position: absolute;
    top: -1px;
    left: 4vw;
  }
  .hihuku .catTopBlock__title h1 span.dpTpBlock__gakubu, .kasei .catTopBlock__title h1 span.dpTpBlock__gakubu, .bunka .catTopBlock__title h1 span.dpTpBlock__gakubu, .kango .catTopBlock__title h1 span.dpTpBlock__gakubu, .kokusai .catTopBlock__title h1 span.dpTpBlock__gakubu, .bungei .catTopBlock__title h1 span.dpTpBlock__gakubu, .syokumotu .catTopBlock__title h1 span.dpTpBlock__gakubu, .jidou .catTopBlock__title h1 span.dpTpBlock__gakubu, .ken_design .catTopBlock__title h1 span.dpTpBlock__gakubu, .seikatu .catTopBlock__title h1 span.dpTpBlock__gakubu, .business .catTopBlock__title h1 span.dpTpBlock__gakubu {
    font-size: 5.8vw;
  }
  .hihuku .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .kasei .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .bunka .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .kango .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .kokusai .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .bungei .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .syokumotu .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .jidou .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .ken_design .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .seikatu .catTopBlock__title h1 span.dpTpBlock__gakubu:after, .business .catTopBlock__title h1 span.dpTpBlock__gakubu:after {
    margin: 3vw auto;
  }
  .hihuku .catTopBlock__title h1 span.dpTpBlock__gakka, .kasei .catTopBlock__title h1 span.dpTpBlock__gakka, .bunka .catTopBlock__title h1 span.dpTpBlock__gakka, .kango .catTopBlock__title h1 span.dpTpBlock__gakka, .kokusai .catTopBlock__title h1 span.dpTpBlock__gakka, .bungei .catTopBlock__title h1 span.dpTpBlock__gakka, .syokumotu .catTopBlock__title h1 span.dpTpBlock__gakka, .jidou .catTopBlock__title h1 span.dpTpBlock__gakka, .ken_design .catTopBlock__title h1 span.dpTpBlock__gakka, .seikatu .catTopBlock__title h1 span.dpTpBlock__gakka, .business .catTopBlock__title h1 span.dpTpBlock__gakka {
    font-size: 4.5vw;
  }
  .hihuku .catTopBlock__title h1 p, .kasei .catTopBlock__title h1 p, .bunka .catTopBlock__title h1 p, .kango .catTopBlock__title h1 p, .kokusai .catTopBlock__title h1 p, .bungei .catTopBlock__title h1 p, .syokumotu .catTopBlock__title h1 p, .jidou .catTopBlock__title h1 p, .ken_design .catTopBlock__title h1 p, .seikatu .catTopBlock__title h1 p, .business .catTopBlock__title h1 p {
    font-size: 2vw;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 1.4;
    margin-top: 3.5vw;
  }
  .hihuku .catTopBlock__title:after, .kasei .catTopBlock__title:after, .bunka .catTopBlock__title:after, .kango .catTopBlock__title:after, .kokusai .catTopBlock__title:after, .bungei .catTopBlock__title:after, .syokumotu .catTopBlock__title:after, .jidou .catTopBlock__title:after, .ken_design .catTopBlock__title:after, .seikatu .catTopBlock__title:after, .business .catTopBlock__title:after {
    display: none;
  }
  .catBlock-ken_design .catTopBlock__title.cl_ken_design h1 {
    padding-top: 15vw;
  }
  .catBlock-ken_design .catTopBlock__title.cl_ken_design h1 span.dpTpBlock__gakubu {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 375px) {
  .catBlock__title {
    padding: 16px 20px 16px;
    display: block;
    position: relative;
  }
  .catBlock__menuToggle {
    display: flex;
    align-items: center;
  }
  .catBlock .sideNav__btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}
/*-----------------------
ctsBlock ■-i
------------------------*/
.ctsBlock {
  position: relative;
  z-index: auto;
  width: 100%;
}
.ctsBlock__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.ctsBlock__inner__centerBox {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 20px 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ctsBlock__inner__centerBox {
    max-width: 100%;
    padding: 60px 20px 30px;
  }
}
.ctsBlock__inner__centerBox h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #802358;
}
@media screen and (max-width: 768px) {
  .ctsBlock__inner__centerBox h2 {
    font-size: 2.4rem;
  }
}
.ctsBlock__inner__centerBox p {
  color: #3D3D3D;
  display: block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 50px auto 20px;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .ctsBlock__inner__centerBox p {
    margin: 25px auto 20px;
    max-width: 100%;
  }
}
.ctsBlock__Container {
  padding: 60px 10px 70px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.ctsBlock__Container h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #802358;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ctsBlock__Container h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.ctsBlock__Container p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ctsBlock__Container p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.pcBlock {
  display: block;
}

.spBlock {
  display: none;
}

.annotation {
  vertical-align: super;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .ctsBlock {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .ctsBlock__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
}
.interviewBlock .list__area {
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.interviewBlock .list__item .list__title {
  width: 270px;
  color: #FFFFFF;
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  background: #F08437;
}
.interviewBlock .list__item .list__title span {
  font-size: 1.7rem;
}
.interviewBlock .list__item .list__title:hover {
  background-color: #FCE6D7;
  color: #F08437;
}

/*
.fade {
  opacity: 0;
  transition: all 1s ease;
  transform: translate(0, 100px);
}
.fade.show {
  opacity: 1;
  transform: none;
}
*/
/*-----------------------
courseBlock
------------------------*/
@media screen and (max-width: 768px) {
  .courseBlock {
    position: relative;
    overflow: visible;
    padding: 6.25% 0;
  }
  .courseBlock__topArea {
    position: relative;
    width: 100%;
  }
  .courseBlock__topArea--left {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30%;
    padding: 0 0 6.2%;
  }
  .courseBlock__title {
    float: none;
    text-align: center;
    margin-top: 0;
    text-align: center;
  }
  .courseBlock__title__ti {
    display: inline-block;
    vertical-align: middle;
    width: 57.8125%;
    margin-bottom: 3.125%;
    margin-top: auto;
  }
  .courseBlock__title__ti img {
    width: 100%;
  }
  .courseBlock__title__tx {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-bottom: 0;
    width: 54.6875%;
  }
  .courseBlock__title__tx img {
    width: 100%;
  }
  .courseBlock__prLink {
    display: none;
  }
  .courseBlock__box {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding-top: 0;
    overflow: visible;
    margin: 0 auto;
    text-align: center;
    margin-top: 6%;
  }
  .courseBlock__box__dmy {
    display: block;
  }
  .courseBlock__box__dmy img {
    width: 100%;
  }
  .courseBlock__box__list {
    display: block;
    position: absolute;
    float: none;
    top: 0;
    left: 50%;
    width: 66.5625%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    margin-left: -33.28125%;
    margin-bottom: 0;
    z-index: 1;
  }
  .courseBlock__box__list:first-child {
    margin-left: -33.28125%;
  }
  .courseBlock__box__list.none {
    opacity: 0.5;
    z-index: 1;
    transition: opacity 0.2s ease;
  }
  .courseBlock__box__list.els {
    opacity: 0.5;
    transition: opacity 0.2s ease;
  }
  .courseBlock__box__list.ac {
    opacity: 2;
    transition: opacity 0.2s ease;
  }
  .courseBlock__box__list.ac .courseBlock__box__list__btn__mi {
    opacity: 1;
  }
  .courseBlock__box__list:after {
    display: none;
  }
  .courseBlock__box__list:hover:after {
    opacity: 0;
    transition: none;
  }
  .courseBlock__box__list__title {
    margin: 0 auto;
    text-align: center;
    height: auto;
    padding: 7% 0;
  }
  .courseBlock__box__list__title__jp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    color: #a22f3a;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .courseBlock__box__list__title__en {
    display: inline-block;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #a22f3a;
  }
  .courseBlock__box__list__img {
    width: 100%;
  }
  .courseBlock__box__list__img img {
    width: 100%;
  }
  .courseBlock__box__list__text {
    padding: 7% 7% 20% 7%;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .courseBlock__box__list__btn {
    position: absolute;
    bottom: -6%;
    left: 50%;
    margin-left: -24px;
  }
  .courseBlock__box__list__btn__df {
    display: block;
    width: 50%;
  }
  .courseBlock__box__list__btn__df img {
    width: 100%;
  }
  .courseBlock__box__list__btn__ov, .courseBlock__box__list__btn__mi {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50%;
  }
  .courseBlock__box__list__btn__ov img, .courseBlock__box__list__btn__mi img {
    width: 100%;
  }
  .courseBlock__box__list__btn:hover .courseBlock__box__list__btn__ov {
    opacity: 0;
  }
  .courseBlock__pointer {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .courseBlock__pointer__btn {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 4px;
    background: #aba5a2;
  }
  .courseBlock__pointer__btn.ac {
    background: #312f2e;
  }
  .courseBlock__detail {
    position: relative;
    background: #ab323c;
    border-radius: 8px;
    width: 100%;
    top: -56px;
    display: none;
  }
  .courseBlock__detail:before {
    content: "";
    position: absolute;
    top: 0;
    letter-spacing: 0;
  }
  .courseBlock__detail__close {
    display: none;
  }
  .courseBlock__detail__spclose {
    display: block;
    padding: 0 0 6.5% 0;
    text-align: center;
  }
  .courseBlock__detail__spclose__link {
    display: block;
    width: 31.5625%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #ab323c;
    background: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    padding: 3.125% 0;
  }
  .courseBlock__detail__spclose__link:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/img/common/icn_close_sp.png) left center no-repeat;
    background-size: 15px 15px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .courseBlock__detail__box {
    width: 87.5%;
    overflow: hidden;
  }
  .courseBlock__detail__box--three {
    width: 87.5%;
    margin: 0 auto;
    text-align: center;
  }
  .courseBlock__detail__box--three .courseBlock__detail__box__parent,
  .courseBlock__detail__box--three .courseBlock__detail__box__parent--bungeiFt {
    width: 100%;
    margin: 0;
  }
  .courseBlock__detail__box--three .courseBlock__detail__box__parent__item {
    padding: 0;
  }
  .courseBlock__detail__box--three .courseBlock__detail__box__parent__item__list:first-child {
    border-top: none;
    padding-top: 0;
  }
  .courseBlock__detail__box__title {
    padding: 10% 0 5% 0;
    margin: 0 auto;
    text-align: center;
  }
  .courseBlock__detail__box__title__jp {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 5px;
  }
  .courseBlock__detail__box__title__en {
    text-align: center;
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
  }
  .courseBlock__detail__box__parent {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0%;
  }
  .courseBlock__detail__box__parent:last-child {
    padding-bottom: 6%;
  }
  .courseBlock__detail__box__parent__item {
    padding: 2% 0 0 0;
    overflow: hidden;
  }
  .courseBlock__detail__box__parent__item--jidou {
    padding-top: 2%;
  }
  .courseBlock__detail__box__parent__item--bt .courseBlock__detail__box__parent__item__list:first-child {
    border-top: 1px solid #c47077;
    padding-top: 1.5625%;
  }
  .courseBlock__detail__box__parent__item__list {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0 1.5625% 0;
    margin: 1.5625% 0 0 0;
    border-bottom: 1px solid #c47077;
  }
  .courseBlock__detail__box__parent__item__list:first-child {
    border-top: 1px solid #c47077;
    padding-top: 1.5625%;
  }
  .courseBlock__detail__box__parent__item__list__link {
    display: table;
    width: 100%;
    text-align: left;
  }
  .courseBlock__detail__box__parent__item__list__link__img {
    display: table-cell;
    width: 18%;
    vertical-align: middle;
    text-align: left;
    margin-right: 0;
  }
  .courseBlock__detail__box__parent__item__list__link__img img {
    width: 100%;
  }
  .courseBlock__detail__box__parent__item__list__link__tx {
    position: relative;
    display: table-cell;
    width: 82%;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    padding-left: 30px;
    background: url(/img/common/ar_ri_white.png) 15px center no-repeat;
    background-size: 6px 10px;
  }
  .courseBlock__detail__box__parent__item__list__link__tx:before {
    display: none;
  }
  .courseBlock__detail__box__parent__item__list__link:hover {
    opacity: 1;
    transition: none;
  }
}
/*-----------------------
defineBlock
------------------------*/
.defineBlock__ti {
  position: relative;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222;
  color: #802358;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
.defineBlock__ti--point {
  padding-left: 22px;
}
.defineBlock__ti--point:before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #802358;
}
.defineBlock__tx {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media screen and (max-width: 768px) {
  .defineBlock__ti {
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.28571;
    color: #802358;
    font-weight: bold;
    margin: 4% 0 2% 0;
  }
  .defineBlock__ti--point {
    padding-left: 18px;
  }
  .defineBlock__ti--point:before {
    content: "●";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    color: #802358;
  }
  .defineBlock__tx {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}
/*-----------------------
detailNavBlock ■-i --Del
------------------------*/
.detailNavBlock {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  background: rgba(128, 5, 11, 0.95);
  z-index: 50;
  display: none;
}
.detailNavBlock__close {
  position: absolute;
  top: 30px;
  right: 0;
  display: inline-block;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.detailNavBlock__close:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.detailNavBlock__inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: none;
}
.detailNavBlock__inner__index {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.detailNavBlock__inner__index__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 25px 8px 45px;
  color: #fff;
  background-color: none;
  transition: color, background-color 0.3s ease;
}
.detailNavBlock__inner__index__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(/img/common/ar_ri_white.png) left center no-repeat;
  background-size: 6px 10px;
}
.detailNavBlock__inner__index__link:hover {
  color: #802358;
  background-color: #fff;
  transition: color, background-color 0.3s ease;
}
.detailNavBlock__inner__index__link:hover:before {
  background: url(/img/common/ar_ri_red.png) left center no-repeat;
  background-size: 6px 10px;
}
.detailNavBlock__inner__item {
  overflow: hidden;
  margin: 30px 0;
}
.detailNavBlock__inner__item__list {
  text-align: left;
  float: left;
  width: 256px;
  margin-left: 32px;
}
.detailNavBlock__inner__item__list:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.detailNavBlock__inner__item__list__link {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin: 8px 16px 8px 30px;
  color: #fff;
  padding-left: 18px;
  background: url(/img/common/ar_ri_white.png) left 4px no-repeat;
  background-size: 6px 10px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.detailNavBlock__inner__item__list__link--blank {
  background: url(/img/common/icn_blank.png) left 4px no-repeat;
  background-size: 9px 8px;
}
.detailNavBlock__inner__item__list__link:hover {
  opacity: 0.8;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.detailNavBlock__inner__item__list__pr__link {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.detailNavBlock__inner__item__list__pr__link:hover {
  opacity: 0.8;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.detailNavBlock__inner__item__list__ch__link {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.detailNavBlock__inner__item__list__ch__link:hover {
  opacity: 0.8;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.detailNavBlock__inner__parent {
  overflow: hidden;
  margin-top: 30px;
}
.detailNavBlock__inner__parent__list {
  float: left;
  width: 256px;
  margin-left: 32px;
}
.detailNavBlock__inner__parent__list:first-child {
  margin-left: 0;
}
.detailNavBlock__inner__parent__list__pr {
  text-align: left;
}
.detailNavBlock__inner__parent__list__pr__link {
  display: block;
  color: #802358;
  background: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px 20px;
}
.detailNavBlock__inner__parent__list__pr__link:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/img/common/ar_ri_red.png) left center no-repeat;
  background-size: 6px 10px;
  margin-right: 10px;
}
.detailNavBlock__inner__parent__list__pr__txt {
  display: block;
  color: #802358;
  background: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px 20px;
}
.detailNavBlock__inner__parent__list__ch {
  text-align: left;
  padding: 5px 0 15px 0;
}
.detailNavBlock__inner__parent__list__ch__link {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin: 16px 0 16px 25px;
  color: #fff;
  padding-left: 18px;
  background: url(/img/common/ar_ri_white.png) left 4px no-repeat;
  background-size: 6px 10px;
}
.detailNavBlock__inner__parent__list__ch__link--blank {
  background: url(/img/common/icn_blank.png) left 4px no-repeat;
  background-size: 9px 8px;
}

@media screen and (max-width: 768px) {
  .detailNavBlock {
    display: none;
  }
  .detailNavBlock__inner__item__list__link,
  .detailNavBlock__inner__list__pr__link,
  .detailNavBlock__inner__list__ch__link {
    opacity: 1;
    transition: none;
  }
  .detailNavBlock__inner__item__list__link:hover,
  .detailNavBlock__inner__list__pr__link:hover,
  .detailNavBlock__inner__list__ch__link:hover {
    opacity: 1;
    text-decoration: none;
    transition: none;
  }
}
/*-----------------------
detailNavHover ■-i --Del
------------------------*/
.detailNavHover {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  background: rgba(128, 5, 11, 0.95);
  z-index: 50;
  overflow: hidden;
  display: none;
}
.detailNavHover__txt {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 0;
}
.detailNavHover__txt:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(/img/common/icn_click.png) left center no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}

/*-----------------------
_dlBlock
------------------------*/
.dlBlock {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.57143;
}
.dlBlock__dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
}
.dlBlock__dd {
  margin: 2px 0;
  padding-left: 65px;
}

/*-----------------------
dpBlock
------------------------*/
/*.dpPanBlock{
	width: 100%;
	height: 51px;
	background-color: #fcf9f2;
	ul{
		display: flex;
		justify-content: flex-start;
		padding: 20px 0 20px 80px;
	}
	li{
		font-size: 1.2rem;
	}
	a{
		color: #83827d;
		&amp;::after{
			content: '&gt;';
			color: #c2c2c2;
			display: inline-block;
			margin: 0 11px 0 13px;
		}
	}
}*/
/**************************************
.dpMenuBlock
**************************************/
.dpMenuBlock {
  background-color: #802358;
  overflow: hidden;
  width: 100%;
}
.dpMenuBlock.cl_kasei {
  background-color: #EB6153;
}
.dpMenuBlock.cl_bungei {
  background-color: #5BB647;
}
.dpMenuBlock.cl_kokusai {
  background-color: #A66AAA;
}
.dpMenuBlock.cl_kango {
  background-color: #F08437;
}
.dpMenuBlock.cl_seikatu {
  background-color: #EB6D94;
}
.dpMenuBlock.cl_bunka {
  background-color: #3ABBC9;
}
.dpMenuBlock.cl_business {
  background-color: #569FD7;
}
.dpMenuBlock.cl_ken_design {
  background-color: #00B097;
}
.dpMenuBlock.cl_ken_design a {
  color: #fff;
}
.dpMenuBlock.cl_ken_design ul li:nth-child(5) {
  border-left-color: #fff !important;
}
.dpMenuBlock.cl_ken_design li {
  border-right-color: #fff !important;
}
.dpMenuBlock.cl_ken_design li:first-child {
  border-left-color: #fff !important;
}
.dpMenuBlock ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.dpMenuBlock li {
  width: 33%;
  font-size: 1.5rem;
  margin: 20px 0 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .dpMenuBlock li {
    width: 50%;
    margin: 10px 0;
    font-size: 1.4rem;
  }
  .dpMenuBlock li:nth-child(3n+1) {
    border-left: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .dpMenuBlock li {
    width: 100%;
    border-left: 1px solid #fff;
  }
  .dpMenuBlock li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
}
.dpMenuBlock li::after {
  content: "";
  width: 33%;
}
.dpMenuBlock li:first-child {
  border-left: 1px solid #fff !important;
}
.dpMenuBlock li:nth-child(3n+1) {
  border-left: 1px solid #fff;
}
.dpMenuBlock li:nth-child(4n+1) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .dpMenuBlock li:nth-child(4n+1) {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .dpMenuBlock li:nth-child(odd) {
    border-left: 1px solid #F2E9EE;
  }
}
.dpMenuBlock li a:hover {
  text-decoration: underline;
}
.dpMenuBlock a {
  color: #fff;
  display: block;
}
.dpMenuBlock.-col7 ul li {
  width: 25%;
  border-right: 1px solid #fff;
}
.dpMenuBlock.-col7 ul li:after {
  content: "";
  width: 25%;
}
.dpMenuBlock.-col7 ul li:nth-child(n+5) {
  width: 33.33%;
}
.dpMenuBlock.-col7 ul li:nth-child(n+5):after {
  width: 33.33%;
}
.dpMenuBlock.-col7 ul li:first-child {
  border-left: 1px solid #fff;
}
.dpMenuBlock.-col7 ul li:nth-child(3n+1) {
  border-left: none;
}
.dpMenuBlock.-col7 ul li:nth-child(3n+5) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .dpMenuBlock.-col7 ul li {
    width: 50%;
    margin: 10px 0;
    font-size: 1.4rem;
  }
  .dpMenuBlock.-col7 ul li:nth-child(3n+1) {
    border-left: 0 !important;
  }
  .dpMenuBlock.-col7 ul li:nth-child(n+5) {
    width: 50%;
  }
  .dpMenuBlock.-col7 ul li:nth-child(n+5):after {
    width: 50%;
  }
  .dpMenuBlock.-col7 ul li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
}
@media screen and (max-width: 375px) {
  .dpMenuBlock.-col7 ul li {
    width: 100%;
    border-left: 1px solid #fff;
  }
  .dpMenuBlock.-col7 ul li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
  .dpMenuBlock.-col7 ul li:nth-child(n+5) {
    width: 100%;
  }
  .dpMenuBlock.-col7 ul li:nth-child(n+5):after {
    width: 100%;
  }
}
.dpMenuBlock.-col8 ul li {
  width: 25%;
  border-right: 1px solid #fff;
}
.dpMenuBlock.-col8 ul li:after {
  content: "";
  width: 25%;
}
.dpMenuBlock.-col8 ul li:first-child {
  border-left: 1px solid #fff;
}
.dpMenuBlock.-col8 ul li:nth-child(3n+1) {
  border-left: none;
}
.dpMenuBlock.-col8 ul li:nth-child(3n+5) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .dpMenuBlock.-col8 ul li {
    width: 50%;
    margin: 10px 0;
    font-size: 1.4rem;
  }
  .dpMenuBlock.-col8 ul li:nth-child(3n+1) {
    border-left: 0 !important;
  }
  .dpMenuBlock.-col8 ul li:nth-child(n+5) {
    width: 50%;
  }
  .dpMenuBlock.-col8 ul li:nth-child(n+5):after {
    width: 50%;
  }
  .dpMenuBlock.-col8 ul li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
}
@media screen and (max-width: 375px) {
  .dpMenuBlock.-col8 ul li {
    width: 100%;
    border-left: 1px solid #fff;
  }
  .dpMenuBlock.-col8 ul li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
  .dpMenuBlock.-col8 ul li:nth-child(n+5) {
    width: 100%;
  }
  .dpMenuBlock.-col8 ul li:nth-child(n+5):after {
    width: 100%;
  }
}
.dpMenuBlock.-col4 ul li {
  width: 25%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .dpMenuBlock.-col4 ul li {
    width: 50%;
    margin: 10px 0;
    font-size: 1.4rem;
  }
  .dpMenuBlock.-col4 ul li:nth-child(odd) {
    border-left: 1px solid #fff !important;
  }
}
@media screen and (max-width: 375px) {
  .dpMenuBlock.-col4 ul li {
    width: 100%;
    border-left: 1px solid #fff;
  }
  .dpMenuBlock.-col4 ul li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
}
.dpMenuBlock.-col4 ul li:first-child {
  border-left: 1px solid #fff;
}
.dpMenuBlock.-col4 ul li:nth-child(3n+1) {
  border-left: none;
}
.dpMenuBlock.-col4 ul li:nth-child(5) {
  border-left: 1px solid #fff;
}
.dpMenuBlock.-col4 ul:after {
  content: "";
  width: 25%;
}
.dpMenuBlock.-col5 ul li {
  width: 33.33%;
  border-right: 1px solid #fff;
}
.dpMenuBlock.-col5 ul li:after {
  content: "";
  width: 33.33%;
}
.dpMenuBlock.-col5 ul li:nth-child(n+4) {
  width: 50%;
}
.dpMenuBlock.-col5 ul li:nth-child(n+4):after {
  width: 50%;
}
.dpMenuBlock.-col5 ul li:first-child {
  border-left: 1px solid #fff;
}
.dpMenuBlock.-col5 ul li:nth-child(3n+1) {
  border-left: none;
}
.dpMenuBlock.-col5 ul li:nth-child(3n+4) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .dpMenuBlock.-col5 ul li {
    width: 50%;
    margin: 10px 0;
    font-size: 1.4rem;
  }
  .dpMenuBlock.-col5 ul li:nth-child(3n+1) {
    border-left: 0 !important;
  }
  .dpMenuBlock.-col5 ul li:nth-child(n+4) {
    width: 50%;
  }
  .dpMenuBlock.-col5 ul li:nth-child(n+4):after {
    width: 50%;
  }
  .dpMenuBlock.-col5 ul li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
}
@media screen and (max-width: 375px) {
  .dpMenuBlock.-col5 ul li {
    width: 100%;
    border-left: 1px solid #fff;
  }
  .dpMenuBlock.-col5 ul li:nth-child(3n+1) {
    border-left: 1px solid #fff !important;
  }
  .dpMenuBlock.-col5 ul li:nth-child(n+4) {
    width: 100%;
  }
  .dpMenuBlock.-col5 ul li:nth-child(n+4):after {
    width: 100%;
  }
}
.dpMenuBlock.-col2 ul li {
  width: 50%;
  border-right: 1px solid #fff;
}
.dpMenuBlock.-col2 ul li:after {
  content: "";
  width: 50%;
}
.dpMenuBlock.-col2 ul li:first-child {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .dpMenuBlock.-col2 ul li {
    width: 50%;
    margin: 10px 0;
    font-size: 1.4rem;
  }
  .dpMenuBlock.-col2 ul li:nth-child(2) {
    border-left: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .dpMenuBlock.-col2 ul li {
    width: 100%;
    border-left: 1px solid #fff;
  }
  .dpMenuBlock.-col2 ul li:nth-child(2) {
    border-left: 1px solid #fff !important;
  }
}

/**************************************
.dpCourseBlock
**************************************/
.dpCourseBlock {
  background-color: #f7f7f7;
  padding: 70px 0 40px;
  width: 100%;
}
.dpCourseBlock__txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin: 20px 0;
}
.dpCourseBlock__list__link {
  width: 100%;
  display: block;
}
.dpCourseBlock__list__link__img {
  width: 100%;
  display: block;
}
.dpCourseBlock__list__link__img img {
  width: 100%;
  display: block;
}
.dpCourseBlock__list__link__title {
  background-color: #fff;
  padding: 25px 30px 33px;
}
.dpCourseBlock__list__link__title__tx {
  text-align: left;
  font-size: 2rem;
  color: #3e3e3e;
}
.dpCourseBlock__list__link__title p {
  text-align: left;
  font-size: 1.5rem;
  padding-top: 15px;
  line-height: 1.6;
  color: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .dpCourseBlock__list__link__title {
    padding: 20px;
  }
}
.cl_kasei .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #FBDFDD;
}
.cl_bungei .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #DEF0DA;
}
.cl_kokusai .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #EDE1EE;
}
.cl_kango .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #FCE6D7;
}
.cl_seikatu .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #FBE2EA;
}
.cl_bunka .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #D8F1F4;
}
.cl_business .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #DDECF7;
}
.cl_ken_design .dpCourseBlock__list__link:hover .dpCourseBlock__list__link__title {
  background-color: #CCEFEA;
}
.dpCourseBlock--col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: auto;
}
.dpCourseBlock--col2 .dpCourseBlock__list {
  width: 49.2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dpCourseBlock--col2 .dpCourseBlock__list {
    width: 100%;
  }
}
.dpCourseBlock.bg-white {
  background-color: #fff;
}
.bg-white .dpCourseBlock__list__link__title {
  background-color: #f7f7f7;
}

/**************************************
.dpNewsBlock
**************************************/
.dpNewsBlock {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock {
    padding: 40px 20px 60px;
  }
}
.dpNewsBlock h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #802358;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.dpNewsBlock h2.cl_kasei {
  color: #EB6153;
}
.dpNewsBlock h2.cl_bungei {
  color: #5BB647;
}
.dpNewsBlock h2.cl_kokusai {
  color: #A66AAA;
}
.dpNewsBlock h2.cl_kango {
  color: #F08437;
}
.dpNewsBlock h2.cl_seikatu {
  color: #EB6D94;
}
.dpNewsBlock h2.cl_bunka {
  color: #3ABBC9;
}
.dpNewsBlock h2.cl_business {
  color: #569FD7;
}
.dpNewsBlock h2.cl_ken_design {
  color: #00B097;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock h3 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #bf68af;
  }
}
.dpNewsBlock__list, .dpNewsBlock ul {
  padding-top: 60px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock__list, .dpNewsBlock ul {
    padding-top: 30px;
  }
}
.dpNewsBlock__item, .dpNewsBlock li {
  margin-bottom: 2.5%;
  width: 23.5%;
  text-align: left;
  margin-right: 2%;
}
.dpNewsBlock__item:nth-child(4n), .dpNewsBlock li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock__item, .dpNewsBlock li {
    width: 49%;
    margin-right: 2%;
  }
  .dpNewsBlock__item:nth-child(2n), .dpNewsBlock li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .dpNewsBlock__item, .dpNewsBlock li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .dpNewsBlock__item:nth-child(2n), .dpNewsBlock li:nth-child(2n) {
    margin-right: 0;
  }
}
.dpNewsBlock__item a, .dpNewsBlock li a {
  color: #3e3e3e;
}
.dpNewsBlock__item img, .dpNewsBlock li img {
  width: 100%;
  height: auto;
}
.dpNewsBlock__btn {
  width: 160px;
  margin: 30px auto 0;
}
.dpNewsBlock__btn a {
  font-size: 1.4rem;
  color: #fff;
  background-color: #802358;
  padding: 13px 42px 13px 24px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.dpNewsBlock__btn a::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px;
  margin-right: 15px;
}
.dpNewsBlock__btn a.cl_kasei {
  background-color: #EB6153;
}
.dpNewsBlock__btn a.cl_bungei {
  background-color: #5BB647;
}
.dpNewsBlock__btn a.cl_kokusai {
  background-color: #A66AAA;
}
.dpNewsBlock__btn a.cl_kango {
  background-color: #F08437;
}
.dpNewsBlock__btn a.cl_seikatu {
  background-color: #EB6D94;
}
.dpNewsBlock__btn a.cl_bunka {
  background-color: #3ABBC9;
}
.dpNewsBlock__btn a.cl_business {
  background-color: #569FD7;
}
.dpNewsBlock__btn a.cl_ken_design {
  background-color: #00B097;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock__btn a {
    margin-top: 20px;
  }
}
.dpNewsBlock__tag a, .dpNewsBlock__tag em {
  display: inline-block;
  border: 1px solid #802358;
  font-size: 12px;
  font-size: 1.2rem;
  color: #802358;
  margin: 20px 0;
  padding: 0.6rem 22px;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock__tag a, .dpNewsBlock__tag em {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 0.45rem 12px;
    margin: 10px 0;
  }
}
.dpNewsBlock.cl_kasei .dpNewsBlock__tag a, .dpNewsBlock.cl_kasei .dpNewsBlock__tag em {
  border-color: #EB6153;
  color: #EB6153;
}
.dpNewsBlock.cl_bungei .dpNewsBlock__tag a, .dpNewsBlock.cl_bungei .dpNewsBlock__tag em {
  border-color: #5BB647;
  color: #5BB647;
}
.dpNewsBlock.cl_kokusai .dpNewsBlock__tag a, .dpNewsBlock.cl_kokusai .dpNewsBlock__tag em {
  border-color: #A66AAA;
  color: #A66AAA;
}
.dpNewsBlock.cl_kango .dpNewsBlock__tag a, .dpNewsBlock.cl_kango .dpNewsBlock__tag em {
  border-color: #F08437;
  color: #F08437;
}
.dpNewsBlock.cl_seikatu .dpNewsBlock__tag a, .dpNewsBlock.cl_seikatu .dpNewsBlock__tag em {
  border-color: #EB6D94;
  color: #EB6D94;
}
.dpNewsBlock.cl_bunka .dpNewsBlock__tag a, .dpNewsBlock.cl_bunka .dpNewsBlock__tag em {
  border-color: #3ABBC9;
  color: #3ABBC9;
}
.dpNewsBlock.cl_business .dpNewsBlock__tag a, .dpNewsBlock.cl_business .dpNewsBlock__tag em {
  border-color: #569FD7;
  color: #569FD7;
}
.dpNewsBlock p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .dpNewsBlock p {
    font-size: 1.2rem;
  }
}
.dpNewsBlock__date {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 29px 0 0 11px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock__date {
    padding: 15px 0 0 11px;
  }
}
@media screen and (max-width: 375px) {
  .dpNewsBlock__date {
    padding: 10px 0 0 11px;
  }
}
.dpNewsBlock__date::before {
  content: "";
  width: 8px;
  height: 2px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0;
  background: url("/img/common/pdDate.jpg") left center no-repeat;
  background-size: 8px 2px;
}
@media screen and (max-width: 768px) {
  .dpNewsBlock__date::before {
    top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .dpNewsBlock__date::before {
    top: 15px;
  }
}

/**************************************
.dpAttraBlock
**************************************/
.dpAttraBlock {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 99px 20px 120px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.dpAttraBlock h3 {
  font-size: 3.2rem;
  color: #bf68af;
  margin-bottom: 59px;
}
.dpAttraBlock h3.cl_kasei {
  color: #EB6153;
}
.dpAttraBlock h3.cl_bungei {
  color: #5BB647;
}
.dpAttraBlock h3.cl_kokusai {
  color: #A66AAA;
}
.dpAttraBlock h3.cl_kango {
  color: #F08437;
}
.dpAttraBlock h3.cl_seikatu {
  color: #EB6D94;
}
.dpAttraBlock h3.cl_bunka {
  color: #3ABBC9;
}
.dpAttraBlock h3.cl_business {
  color: #569FD7;
}
.dpAttraBlock h3.cl_ken_design {
  color: #00B097;
}
.dpAttraBlock__inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.dpAttraBlock__left {
  width: 46%;
  float: left;
}
.dpAttraBlock__left h4 {
  text-align: left;
  margin-left: 40px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.dpAttraBlock__left p {
  font-size: 1.6rem;
  margin-left: 40px;
  line-height: 1.8;
  text-align: left;
}
.dpAttraBlock__left iframe {
  width: 100%;
}
.dpAttraBlock__right {
  width: 54%;
  float: right;
}
.dpAttraBlock__right h4 {
  text-align: left;
  margin-left: 40px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.dpAttraBlock__right p {
  font-size: 1.6rem;
  margin-left: 40px;
  line-height: 1.8;
  text-align: left;
}
.dpAttraBlock__right iframe {
  width: 100%;
}
.dpAttraBlock__center p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}
.dpAttraBlock__link {
  margin: 25px 0 0 40px;
  text-align: left;
  display: block;
}
.dpAttraBlock__link a {
  font-size: 1.5rem;
  color: #0269ff;
}
.dpAttraBlock__banner {
  margin: 30px auto 0;
  width: 90%;
}
.dpAttraBlock__banner a {
  display: block;
  width: 100%;
}
.dpAttraBlock__banner img {
  width: 100%;
}
.dpAttraBlock.bg-white {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .dpAttraBlock {
    padding: 60px 0;
  }
  .dpAttraBlock h3 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .dpAttraBlock__left {
    width: 100%;
    float: none;
  }
  .dpAttraBlock__right {
    width: 100%;
    float: none;
  }
  .dpAttraBlock__right h4 {
    margin: 30px 0 20px 0;
  }
  .dpAttraBlock__right p {
    margin-left: 0;
  }
  .dpAttraBlock__link {
    margin-left: 0;
  }
  .dpAttraBlock__banner {
    width: 100%;
  }
  .dpAttraBlock.bg-white {
    background: #fff;
  }
}
/**************************************
.dpMessBlock
**************************************/
.dpMessBlock {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 99px 20px 120px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.dpMessBlock h3 {
  font-size: 3.2rem;
  color: #bf68af;
  margin-bottom: 59px;
}
.dpMessBlock h3.cl_kasei {
  color: #EB6153;
}
.dpMessBlock h3.cl_bungei {
  color: #5BB647;
}
.dpMessBlock h3.cl_kokusai {
  color: #A66AAA;
}
.dpMessBlock h3.cl_kango {
  color: #F08437;
}
.dpMessBlock h3.cl_seikatu {
  color: #EB6D94;
}
.dpMessBlock h3.cl_bunka {
  color: #3ABBC9;
}
.dpMessBlock h3.cl_business {
  color: #569FD7;
}
.dpMessBlock__inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.dpMessBlock__left {
  width: 70%;
  float: left;
}
.dpMessBlock__left h4 {
  text-align: left;
  margin-left: 40px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.dpMessBlock__left p {
  font-size: 1.6rem;
  margin-left: 40px;
  line-height: 1.8;
  text-align: left;
}
.dpMessBlock__left .tright {
  text-align: right;
}
.dpMessBlock__right {
  width: 30%;
  float: right;
}
.dpMessBlock__right iframe {
  width: 100%;
}
.dpMessBlock__link {
  margin: 25px 0 0 40px;
  text-align: left;
  display: block;
}
.dpMessBlock__link a {
  font-size: 1.5rem;
  color: #0269ff;
}
.dpMessBlock__center p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .dpMessBlock {
    padding: 60px 0;
  }
  .dpMessBlock h3 {
    margin-bottom: 40px;
  }
  .dpMessBlock__left {
    width: 100%;
    float: none;
  }
  .dpMessBlock__right {
    width: 100%;
    float: none;
  }
  .dpMessBlock__right h4 {
    margin: 30px 0 20px 0;
  }
  .dpMessBlock__right p {
    margin-left: 0;
  }
  .dpMessBlock__link {
    margin-left: 0;
  }
}
/**************************************
.dpCapBlock
**************************************/
.dpCapBlock {
  width: 100%;
  background: #c883bc;
}
.dpCapBlock.dpCap--kasei {
  background: linear-gradient(rgba(235, 97, 83, 0.8), rgba(235, 97, 83, 0.8)), url(/img/academics/undergraduate/kasei/hihuku/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock.dpCap--bungei {
  background: linear-gradient(rgba(91, 182, 71, 0.8), rgba(91, 182, 71, 0.8)), url(/img/academics/undergraduate/bungei/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock.dpCap--kango {
  background: linear-gradient(rgba(240, 132, 55, 0.8), rgba(240, 132, 55, 0.8)), url(/img/academics/undergraduate/kango/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock.dpCap--kokusai {
  background: linear-gradient(rgba(166, 106, 170, 0.8), rgba(166, 106, 170, 0.8)), url(/img/academics/undergraduate/kokusai/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock.dpCap--seikatu {
  background: linear-gradient(rgba(235, 109, 148, 0.8), rgba(235, 109, 148, 0.8)), url(/img/academics/undergraduate/kokusai/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock.dpCap--bunka {
  background: linear-gradient(rgba(58, 187, 201, 0.8), rgba(58, 187, 201, 0.8)), url(/img/academics/undergraduate/kokusai/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock.dpCap--business {
  background: url(/img/academics/undergraduate/kasei/hihuku/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock.dpCap--ken_design {
  background: linear-gradient(rgba(0, 176, 151, 0.8), rgba(0, 176, 151, 0.8)), url(/img/academics/undergraduate/kasei/hihuku/license_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.dpCapBlock__inner {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1120px;
  margin: auto;
}
.dpCapBlock__inner h3 {
  font-size: 3.2rem;
  color: #fff;
  padding: 157px 0 58px;
}
.dpCapBlock__inner ul {
  padding-bottom: 163px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2;
}
.dpCapBlock__inner li {
  font-size: 1.6rem;
  color: #fff;
}
.dpCapBlock__inner.pb50 {
  padding-bottom: 50px;
}
.dpCapBlock__inner .pt50 {
  padding-top: 50px;
}
.dpCapBlock__inner__txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: left;
}
.dpCapBlock__inner .bg-white {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
.dpCapBlock__inner .bg-white.bg-white2 {
  position: relative;
}
.dpCapBlock__inner .bg-white.bg-white2 img {
  width: 100%;
  max-width: 851px;
}
.dpCapBlock__inner .bg-white.bg-white2 .btn {
  position: absolute;
  bottom: 20%;
  left: 25%;
}
.dpCapBlock__inner .bg-white.bg-white2 .btn a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 951px) {
  .dpCapBlock__inner .bg-white.bg-white2 .btn {
    width: 15.1%;
  }
  .dpCapBlock__inner .bg-white.bg-white2 .btn a {
    width: 100%;
  }
  .dpCapBlock__inner .bg-white.bg-white2 .btn a img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .dpCapBlock__inner h3 {
    padding: 60px 0 20px;
    font-size: 2.4rem;
  }
  .dpCapBlock__inner ul {
    padding-bottom: 60px;
  }
  .dpCapBlock__inner ul li {
    line-height: 1.6;
  }
  .dpCapBlock__inner .bg-white.bg-white2 {
    padding: 30px 0;
  }
  .dpCapBlock__inner .bg-white.bg-white2 .btn {
    bottom: 24.5%;
    left: 18.4%;
  }
}
.ie11 .dpNewsBlock__btn a::before {
  background-image: url(/img/common/ic_link_arrow_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

/*-----------------------
dtLinkBlock
------------------------*/
.dtLinkBlock {
  text-align: left;
}
.dtLinkBlock__link {
  position: relative;
  display: inline-block;
  color: #3e3e3e;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 auto;
  text-align: left;
  transition: background 0.3s ease;
}
.dtLinkBlock__link:before {
  content: "";
  width: 20px;
  height: 8px;
  display: inline-block;
  vertical-align: 0px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-size: 20px 8px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .dtLinkBlock {
    position: absolute;
    top: 3px;
    right: 0;
    margin: 0;
    z-index: 1;
  }
  .dtLinkBlock__link {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 8px 10px;
    background: #ffffff;
    transition: none;
  }
  .dtLinkBlock__link:before {
    content: "";
    width: 6px;
    height: 9px;
    display: inline-block;
    vertical-align: 0px;
    background: url(/img/common/ar_ri_black.png) center center no-repeat;
    background-size: 6px 9px;
    margin-right: 6px;
  }
  .dtLinkBlock__link:hover {
    background: #ffffff;
    transition: none;
  }
}
.ie11 .dtLinkBlock__link:before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .detailLink__list__link:after {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

/*-----------------------
detailLink
------------------------*/
.detailLink {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.detailLink--mt {
  margin-top: 20px;
}
.detailLink--large .detailLink__list__link {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 15px 10px 38px;
}
.detailLink--large .detailLink__list__link:after {
  right: 0;
}
.detailLink--exlarge .detailLink__list__link {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 30px 20px 30px 30px;
}
.detailLink--one .detailLink__list {
  float: none;
  width: auto;
  /*margin: 0;*/
}
.detailLink--two .detailLink__list {
  width: 48.1%;
  margin: 1% 0 1% 3.8%;
}
.detailLink--two .detailLink__list:first-child {
  margin-left: 0;
}
.detailLink--two .detailLink__list:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
.detailLink--two .detailLink__list__link {
  display: block;
  padding-left: 38px;
}
.detailLink--two .detailLink__list__link--thumb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 20px;
}
.detailLink--two .detailLink__list__link--thumb:after {
  display: none !important;
}
.detailLink--two .detailLink__list__link--thumb span {
  width: 80%;
  padding-right: 5%;
  box-sizing: border-box;
  position: relative;
}
.detailLink--two .detailLink__list__link--thumb span:after {
  content: "" !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 13px !important;
  height: 11px !important;
  display: inline-block !important;
  background: url(/img/common/icn_blank_rd.svg) left center no-repeat !important;
  background-size: 13px 11px !important;
  margin: 0 3px !important;
}
.detailLink--two .detailLink__list__link--thumb img {
  width: 100%;
  max-width: 20%;
  margin: 0 auto;
}
.detailLink--three .detailLink__list {
  width: 30.8%;
  margin: 1% 1.9%;
}
.detailLink--three .detailLink__list:nth-child(3n) {
  margin-right: 0;
}
.detailLink--three .detailLink__list:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.detailLink--three .detailLink__list__link {
  display: block;
  padding-left: 38px;
}
.detailLink--four .detailLink__list {
  width: 24.1%;
  margin: 1% 0 1% 1%;
}
.detailLink--four .detailLink__list:first-child(4n) {
  margin-left: 5px;
}
.detailLink--four .detailLink__list:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
.detailLink--four .detailLink__list__link {
  display: block;
  padding-left: 38px;
  padding-right: 5px;
}
.detailLink--four .detailLink__list__link--pdf {
  display: block;
}
.detailLink--graduate .detailLink__list {
  float: left;
  width: 30.8%;
  margin-left: 3.8%;
  text-align: left;
  color: #3e3e3e;
}
.detailLink--graduate .detailLink__list:first-child {
  margin-left: 0;
}
.detailLink--graduate .detailLink__list__link {
  display: block;
  text-align: center;
  color: #333333 !important;
  text-decoration: none !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 35px 0;
  border-radius: 0;
  background: none;
}
.detailLink--graduate .detailLink__list__link:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: -4px;
  background: #c62f42 url(/img/common/ar_ri_white.png) center center no-repeat;
  background-size: 8px 12px;
  margin-right: 8px;
}
.detailLink--nextprev {
  display: flex;
  justify-content: space-between;
}
.detailLink--nextprev .detailLink__list {
  float: none;
}
.detailLink__list {
  float: left;
  margin: 1% 0;
  text-align: left;
  color: #3e3e3e;
}
.detailLink__list--kasei {
  border: 3px solid #EB6153;
}
.detailLink__list--kasei .detailLink__list__link {
  color: #EB6153 !important;
}
.detailLink__list--kasei .detailLink__list__link:before {
  background-color: #EB6153;
}
.detailLink__list--kasei .detailLink__list__link:hover {
  background-color: #FDEFED;
  transition: background-color 0.3s ease;
}
.detailLink__list--bungei {
  border: 3px solid #5BB647;
}
.detailLink__list--bungei .detailLink__list__link {
  color: #5BB647 !important;
}
.detailLink__list--bungei .detailLink__list__link:before {
  background-color: #5BB647;
}
.detailLink__list--bungei .detailLink__list__link:hover {
  background-color: #EEF8EC;
  transition: background-color 0.3s ease;
}
.detailLink__list--kokusai {
  border: 3px solid #A66AAA;
}
.detailLink__list--kokusai .detailLink__list__link {
  color: #A66AAA !important;
}
.detailLink__list--kokusai .detailLink__list__link:before {
  background-color: #A66AAA;
}
.detailLink__list--kokusai .detailLink__list__link:hover {
  background-color: #f6f0f6;
  transition: background-color 0.3s ease;
}
.detailLink__list--kango {
  border: 3px solid #F08437;
}
.detailLink__list--kango .detailLink__list__link {
  color: #F08437 !important;
}
.detailLink__list--kango .detailLink__list__link:before {
  background-color: #F08437;
}
.detailLink__list--kango .detailLink__list__link:hover {
  background-color: #FDF2EB;
  transition: background-color 0.3s ease;
}
.detailLink__list--seikatu {
  border: 3px solid #EB6D94;
}
.detailLink__list--seikatu .detailLink__list__link {
  color: #EB6D94 !important;
}
.detailLink__list--seikatu .detailLink__list__link:before {
  background-color: #EB6D94;
}
.detailLink__list--seikatu .detailLink__list__link:hover {
  background-color: #FDF0F4;
  transition: background-color 0.3s ease;
}
.detailLink__list--bunka {
  border: 3px solid #3ABBC9;
}
.detailLink__list--bunka .detailLink__list__link {
  color: #3ABBC9 !important;
}
.detailLink__list--bunka .detailLink__list__link:before {
  background-color: #3ABBC9;
}
.detailLink__list--bunka .detailLink__list__link:hover {
  background-color: #EBF8F9;
  transition: background-color 0.3s ease;
}
.detailLink__list--business {
  border: 3px solid #569FD7;
}
.detailLink__list--business .detailLink__list__link {
  color: #569FD7 !important;
}
.detailLink__list--business .detailLink__list__link:before {
  background-color: #569FD7;
}
.detailLink__list--business .detailLink__list__link:hover {
  background-color: #EEF5FB;
  transition: background-color 0.3s ease;
}
.detailLink__list--ken_design {
  border: 3px solid #00b097;
}
.detailLink__list--ken_design .detailLink__list__link {
  color: #00b097 !important;
}
.detailLink__list--ken_design .detailLink__list__link:before {
  background-color: #00b097;
}
.detailLink__list--ken_design .detailLink__list__link:hover {
  background-color: #ccefea;
  transition: background-color 0.3s ease;
}
.detailLink__list__link {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #3e3e3e !important;
  text-decoration: none !important;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 37px 10px 38px;
  transition: background-color 0.3s ease;
  background-color: #F2E9EE;
}
.detailLink__list__link:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 10px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  width: 20px;
  height: 8px;
  background-size: 20px 8px;
}
.detailLink__list__link--pdf {
  padding-left: 38px;
  background-color: #F2E9EE;
}
.detailLink__list__link--pdf.bgNone {
  background: none !important;
}
.detailLink__list__link--pdf.bgNone:hover {
  background: none !important;
}
.detailLink__list__link--pdf:after {
  content: "" !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 12px !important;
  height: 15px !important;
  display: inline-block !important;
  background: url(/img/common/icn_pdf.svg) left center no-repeat !important;
  background-size: 12px 15px !important;
  margin: 0 3px !important;
}
.detailLink__list__link--pdf:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 10px;
  width: 20px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-size: 20px 8px;
}
.detailLink__list__link--pdf:hover {
  background-color: #E6D3DE !important;
}
.detailLink__list__link--word {
  padding-left: 38px;
  background-color: #F2E9EE;
}
.detailLink__list__link--word.bgNone {
  background: none !important;
}
.detailLink__list__link--word.bgNone:hover {
  background: none !important;
}
.detailLink__list__link--word:after {
  content: "" !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 14px !important;
  height: 15px !important;
  display: inline-block !important;
  background: url(/img/common/icn_word.svg) left center no-repeat !important;
  background-size: 14px 15px !important;
  margin-left: 3px !important;
}
.detailLink__list__link--word:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 10px;
  width: 20px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-size: 20px 8px;
}
.detailLink__list__link--word:hover {
  background-color: #E6D3DE !important;
}
.detailLink__list__link--xls {
  padding-left: 38px;
  background-color: #F2E9EE;
}
.detailLink__list__link--xls.bgNone {
  background: none !important;
}
.detailLink__list__link--xls.bgNone:hover {
  background: none !important;
}
.detailLink__list__link--xls:after {
  content: "" !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 14px !important;
  height: 15px !important;
  display: inline-block !important;
  background: url(/img/common/icn_excel.svg) left center no-repeat !important;
  background-size: 14px 15px !important;
  margin-left: 3px !important;
}
.detailLink__list__link--xls:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 10px;
  width: 20px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-size: 20px 8px;
}
.detailLink__list__link--xls:hover {
  background-color: #E6D3DE !important;
}
.detailLink__list__link--blank {
  padding-left: 38px;
  background-color: #F2E9EE;
}
.detailLink__list__link--blank:after {
  content: "" !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 13px !important;
  height: 11px !important;
  display: inline-block !important;
  background: url("/img/common/icn_blank_rd.svg") left center no-repeat !important;
  background-size: 13px 11px !important;
  margin: 0 3px !important;
}
.detailLink__list__link--blank:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 10px;
  width: 20px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-size: 20px 8px;
}
.detailLink__list__link--blank:hover {
  background-color: #E6D3DE !important;
}
.detailLink__list__link:hover {
  background-color: #E6D3DE;
  /* transition: background-color 0.3s ease;*/
}
.detailLink__list__link.link--caption {
  padding: 10px;
}
.detailLink__list__link--kasei {
  background: #FDEFED;
}
.detailLink__list__link--kasei:hover {
  background: #FBDFDD;
}
.detailLink__list__link--kasei:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list__link--bungei {
  background: #EEF8EC;
}
.detailLink__list__link--bungei:hover {
  background: #DEF0DA;
}
.detailLink__list__link--bungei:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list__link--kokusai {
  background: #F6F0F6;
}
.detailLink__list__link--kokusai:hover {
  background: #EDE1EE;
}
.detailLink__list__link--kokusai:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list__link--kango {
  background: #FDF2EB;
}
.detailLink__list__link--kango:hover {
  background: #FCE6D7;
}
.detailLink__list__link--kango:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list__link--seikatu {
  background: #FDF0F4;
}
.detailLink__list__link--seikatu:hover {
  background: #FBE2EA;
}
.detailLink__list__link--seikatu:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list__link--bunka {
  background: #EBF8F9;
}
.detailLink__list__link--bunka:hover {
  background: #D8F1F4;
}
.detailLink__list__link--bunka:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list__link--business {
  background: #EEF5FB;
}
.detailLink__list__link--business:hover {
  background: #DDECF7;
}
.detailLink__list__link--business:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list__link--ken_design {
  background: #CCEFEA;
}
.detailLink__list__link--ken_design:hover {
  background: #ADE9E7;
}
.detailLink__list__link--ken_design:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%2300B097%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list--prev .detailLink__list__link {
  padding-left: 38px;
}
.detailLink__list--prev .detailLink__list__link:after {
  left: 10px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.5V5.3H9.8V0L0%2C6.6L20%2C6.5z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.detailLink__list--next .detailLink__list__link {
  padding-right: 38px;
}
.detailLink__list--next .detailLink__list__link:after {
  left: auto;
  right: 10px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}

.detailLink__list__link--pdf::before.detailLink__list__link--pdf:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .detailLink {
    position: relative;
    overflow: hidden;
    margin: 2% 0;
  }
  .detailLink--mt {
    margin-top: 2.5%;
  }
  .detailLink--exlarge .detailLink__list__link {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.61538;
    padding: 20px 20px 20px 30px;
  }
  .detailLink--large .detailLink__list__link {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.61538;
    padding: 15px 15px 15px 30px;
  }
  .detailLink--one .detailLink__list {
    margin: 1% 0;
  }
  .detailLink--two .detailLink__list {
    width: 100%;
    margin: 1% 0;
    float: none;
  }
  .detailLink--two .detailLink__list:first-child {
    margin-left: 0;
  }
  .detailLink--three .detailLink__list {
    width: 100%;
    margin: 1% 0;
    float: none;
  }
  .detailLink--three .detailLink__list:first-child {
    margin-left: 0;
  }
  .detailLink--three .detailLink__list:last-child {
    margin-right: 0;
  }
  .detailLink--four .detailLink__list {
    width: 100%;
    margin: 1% 0;
    float: none;
  }
  .detailLink--four .detailLink__list:first-child {
    margin-left: 0;
  }
  .detailLink--graduate .detailLink__list {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: left;
    color: #333333;
  }
  .detailLink--graduate .detailLink__list:first-child {
    margin-left: 0;
  }
  .detailLink--graduate .detailLink__list__link {
    display: block;
    text-align: center;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px 0 15px 0;
    border-radius: 0;
    background: none;
  }
  .detailLink--graduate .detailLink__list__link:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: inline-block;
    vertical-align: -2px;
    background: #c62f42 url(/img/common/ar_ri_white.png) center center no-repeat;
    background-size: 6px 9px;
    margin-right: 8px;
  }
  .detailLink__list {
    float: none;
    margin: 1.5625% 0;
  }
  .detailLink__list--kasei {
    border: 3px solid #EB6153;
  }
  .detailLink__list--kasei .detailLink__list__link {
    color: #EB6153 !important;
  }
  .detailLink__list--kasei .detailLink__list__link:before {
    background-color: #EB6153;
  }
  .detailLink__list--kasei .detailLink__list__link:hover {
    background-color: #EB6153;
    transition: none;
  }
  .detailLink__list--bungei {
    border: 3px solid #5BB647;
  }
  .detailLink__list--bungei .detailLink__list__link {
    color: #5BB647 !important;
  }
  .detailLink__list--bungei .detailLink__list__link:before {
    background-color: #5BB647;
  }
  .detailLink__list--bungei .detailLink__list__link:hover {
    background-color: #5BB647;
    transition: none;
  }
  .detailLink__list--kokusai {
    border: 3px solid #A66AAA;
  }
  .detailLink__list--kokusai .detailLink__list__link {
    color: #A66AAA !important;
  }
  .detailLink__list--kokusai .detailLink__list__link:before {
    background-color: #A66AAA;
  }
  .detailLink__list--kokusai .detailLink__list__link:hover {
    background-color: #A66AAA;
    transition: none;
  }
  .detailLink__list--kango {
    border: 3px solid #F08437;
  }
  .detailLink__list--kango .detailLink__list__link {
    color: #F08437 !important;
  }
  .detailLink__list--kango .detailLink__list__link:before {
    background-color: #F08437;
  }
  .detailLink__list--kango .detailLink__list__link:hover {
    background-color: #F08437;
    transition: none;
  }
  .detailLink__list--seikatu {
    border: 3px solid #EB6D94;
  }
  .detailLink__list--seikatu .detailLink__list__link {
    color: #EB6D94 !important;
  }
  .detailLink__list--seikatu .detailLink__list__link:before {
    background-color: #EB6D94;
  }
  .detailLink__list--seikatu .detailLink__list__link:hover {
    background-color: #EB6D94;
    transition: none;
  }
  .detailLink__list--bunka {
    border: 3px solid #3ABBC9;
  }
  .detailLink__list--bunka .detailLink__list__link {
    color: #3ABBC9 !important;
  }
  .detailLink__list--bunka .detailLink__list__link:before {
    background-color: #3ABBC9;
  }
  .detailLink__list--bunka .detailLink__list__link:hover {
    background-color: #3ABBC9;
    transition: none;
  }
  .detailLink__list--business {
    border: 3px solid #569FD7;
  }
  .detailLink__list--business .detailLink__list__link {
    color: #569FD7 !important;
  }
  .detailLink__list--business .detailLink__list__link:before {
    background-color: #569FD7;
  }
  .detailLink__list--business .detailLink__list__link:hover {
    background-color: #569FD7;
    transition: none;
  }
  .detailLink__list__link {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    background: #F2E9EE;
    padding: 8px 15px 8px 35px;
    background-size: 6px 10px;
    transition: none;
  }
  .detailLink__list__link--pdf:after {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: -4px;
    background: url(/img/common/icn_pdf.svg) left center no-repeat !important;
    background-size: 21px 21px;
    margin-left: 6px;
  }
  .detailLink__list__link--word:after {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: -5px;
    background: url(/img/common/icn_word.png) left center no-repeat;
    background-size: 21px 21px;
    margin-left: 6px;
  }
  .detailLink__list__link--xls:after {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: -5px;
    background: url(/img/common/icn_excel.png) left center no-repeat;
    background-size: 21px 21px;
    margin-left: 6px;
  }
  .detailLink__list__link--blank {
    background: none;
    background: #F2E9EE;
  }
  .detailLink__list__link:hover {
    transition: none;
    background: #E6D3DE;
  }
}
.ie11 .detailLink__list__link--pdf::before,
.ie11 .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11 .detailLink__list__link.icnPdf:after {
  background: url(/img/common/icn_pdf.svg) left center no-repeat !important;
  background-size: 12px 15px !important;
}

.ie11.academics .detailLink__list__link--pdf::before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.chukou .detailLink__list__link--pdf::before {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.nichukou .detailLink__list__link--pdf::before {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.academics .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.chukou .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.muse .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_muse.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.yochien .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_yochien.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.nichukou .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.chukou .detailLink__list__link--pdf::before,
.ie11.chukou .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.nichukou .detailLink__list__link--pdf::before,
.ie11.nichukou .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.yochien .detailLink__list__link--pdf::before,
.ie11.yochien .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_yochien.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.muse .detailLink__list__link--pdf::before,
.ie11.muse .detailLink__list__link::after {
  background-image: url(/img/common/ic_link_arrow_muse.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.kasei .detailLink__list__link--pdf::before,
.ie11.kasei .detailLink__list__link--kasei:after,
.ie11.syokumotu .detailLink__list__link--pdf::before,
.ie11.syokumotu .detailLink__list__link--syokumotu:after,
.ie11.ken_design .detailLink__list__link--pdf::before,
.ie11.ken_design .detailLink__list__link--ken_design:after,
.ie11.jidou .detailLink__list__link--pdf::before,
.ie11.jidou .detailLink__list__link--jidou:after {
  background-image: url(/img/common/ic_link_arrow_kasei.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.bungei .detailLink__list__link--pdf::before,
.ie11.bungei .detailLink__list__link--bungei:after {
  background-image: url(/img/common/ic_link_arrow_bungei.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.kokusai .detailLink__list__link--pdf::before,
.ie11.kokusai .detailLink__list__link--kokusai:after {
  background-image: url(/img/common/ic_link_arrow_kokusai.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.kango .detailLink__list__link--pdf::before,
.ie11.kango .detailLink__list__link--kango:after {
  background-image: url(/img/common/ic_link_arrow_kango.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11.business .detailLink__list__link--pdf::before,
.ie11.business .detailLink__list__link--business:after {
  background-image: url(/img/common/ic_link_arrow_business.svg);
  background-size: 20px 8px;
  background-repeat: no-repeat;
}

.ie11 .detailLink__list__link--blank:before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.chukou .detailLink__list__link--blank:before {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.nichukou .detailLink__list__link--blank:before {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.yochien .detailLink__list__link--blank:before {
  background-image: url(/img/common/ic_link_arrow_yochien.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.muse .detailLink__list__link--blank:before {
  background-image: url(/img/common/ic_link_arrow_muse.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .detailLink__list__link--word:before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .detailLink__list__link--xls:before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kasei .detailLink__list__link--kasei:after,
.ie11.bunka .detailLink__list__link--bunka:after,
.ie11.syokumotu .detailLink__list__link--syokumotu:after,
.ie11.ken_design .detailLink__list__link--ken_design:after,
.ie11.jidou .detailLink__list__link--jidou:after {
  background-image: url(/img/common/ic_link_arrow_kasei.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.bungei .detailLink__list__link--bungei:after {
  background-image: url(/img/common/ic_link_arrow_bungei.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kokusai .detailLink__list__link--kokusai:after {
  background-image: url(/img/common/ic_link_arrow_kokusai.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kango .detailLink__list__link--kango:after {
  background-image: url(/img/common/ic_link_arrow_kango.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.business .detailLink__list__link--business:after {
  background-image: url(/img/common/ic_link_arrow_business.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

@media screen and (max-width: 768px) {
  .outline .detailLink__list__link--pdf {
    max-width: 118px;
  }
}

.outline .hyouka .detailLink__list__link--pdf {
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .outline .hyouka .detailLink__list__link--pdf {
    max-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .baseTableBlock__bsTable__cts__ti {
    text-align: left;
  }
}
/*-----------------------
emergencyBlock
------------------------*/
/*
@media screen and (max-width: 768px){
  .emergencyBlock {
    position: relative;
    width: 87.5%;
    margin: 3% auto;
    text-align: center;
    border: 2px solid #ff0000;
    display: table;
    display: none;
    &amp;__ti {
      display: table-cell;
      vertical-align: middle;
      width: 80px;
      padding: 3%;

      font-size: 1.4rem;
      line-height: 1.42857;
      border-right: 2px solid #ff0000;
      color: #ff0000;
    }
    &amp;__tx {
      display: table-cell;
      text-align: left;
      padding: 3%;
      vertical-align: middle;
      &amp;__t {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        color: #ff0000;
        margin: 1% 0;
      }
    }
  }
}
*/
.emergencyBlock {
  background-color: #fbf9f2;
  color: #FFF;
  text-align: center;
}
.emergencyBlock__inner {
  margin: auto;
  padding: 20px 20px 15px;
  max-width: 1120px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: flex-start;
}
@media screen and (max-width: 767px) {
  .emergencyBlock__inner {
    display: block;
    padding: 20px;
  }
}
.emergencyBlock--multi .emergencyBlock__inner {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .emergencyBlock--multi .emergencyBlock__inner {
    padding: 0 0 10px;
  }
}
.emergencyBlock__ti {
  width: 150px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .emergencyBlock__ti {
    width: 100%;
    text-align: center;
  }
}
.emergencyBlock--multi .emergencyBlock__ti {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .emergencyBlock--multi .emergencyBlock__ti {
    padding-top: 10px;
  }
}
.emergencyBlock__tx {
  width: calc(100% - 150px);
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .emergencyBlock__tx {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.emergencyBlock__tx__t {
  display: block;
  color: #ff0000;
}
.emergencyBlock__tx__t:hover {
  text-decoration: underline;
}

/*-----------------------
examLinkBlock
------------------------*/
.examLinkBlock {
  position: relative;
}
.examLinkBlock__bg {
  width: 100%;
}
.examLinkBlock__bg img {
  width: 100%;
}
.examLinkBlock__item {
  position: absolute;
  top: 50px;
  left: 44px;
  width: 100%;
  overflow: hidden;
}
.examLinkBlock__item__list {
  float: left;
  width: 340px;
  margin: 16px;
}
.examLinkBlock__item__list__link {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.examLinkBlock__item__list__link img {
  width: 100%;
}
.examLinkBlock__item__list__link:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.examLinkBlock__item__list__link:hover:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.examLinkBlock__item__listM {
  float: left;
  width: 216px;
  margin: 16px;
}
.examLinkBlock__item__listM__link {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.examLinkBlock__item__listM__link img {
  width: 100%;
}
.examLinkBlock__item__listM__link:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.examLinkBlock__item__listM__link:hover:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .examLinkBlock {
    position: relative;
  }
  .examLinkBlock__bg {
    width: 100%;
  }
  .examLinkBlock__bg img {
    width: 100%;
  }
  .examLinkBlock__item {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    overflow: hidden;
    margin: 5.5% 2%;
  }
  .examLinkBlock__item__list {
    float: left;
    width: 47.6%;
    margin: 1.2%;
  }
  .examLinkBlock__item__list__link {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }
  .examLinkBlock__item__list__link:after {
    display: none;
  }
  .examLinkBlock__item__list__link:hover:after {
    transform: translateY(100%);
    transition: none;
  }
  .examLinkBlock__item__listM {
    float: left;
    width: 30.9%;
    margin: 1.2%;
  }
  .examLinkBlock__item__listM__link {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }
  .examLinkBlock__item__listM__link:after {
    display: none;
  }
  .examLinkBlock__item__listM__link:hover:after {
    transform: translateY(100%);
    transition: none;
  }
}
/*-----------------------
_flexBlock
------------------------*/
/* Scss Document */
.flexBlock {
  width: 100%;
  background: #fff;
}
.flexBlock h2.catTitle2 {
  font-size: 3.2rem;
  color: #802358;
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 60px 20px;
  box-sizing: border-box;
  background: #FCF9F2;
}
@media screen and (max-width: 768px) {
  .flexBlock h2.catTitle2 {
    font-size: 2.4rem;
    padding: 30px 20px;
  }
}
.flexBlock h2.catTitle2 a {
  color: #802358;
}
.flexBlock h2.catTitle2 a:hover {
  text-decoration: underline;
}
.flexBlock .titleBlock__titleCt1 {
  line-height: 1.4;
}
.flexBlock__inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flexBlock__inner:nth-child(odd) {
  background-color: #fbf9f2;
}
.flexBlock__inner.mod--thumb_right {
  flex-direction: row-reverse;
}
.flexBlock__inner.mod--thumb_right .flexBlock__text {
  padding: 80px;
}
.flexBlock__inner.mod--thumb_right .flexBlock__link__list {
  background-color: #fff;
}
.flexBlock__inner.mod--thumb_right.bg-gray {
  background-color: #F7F7F7 !important;
}
.flexBlock__inner.mod--thumb_right.bg-flesh {
  background-color: #FCF9F2 !important;
}
.flexBlock__inner.mod--thumb_right.bg-white {
  background-color: #fff !important;
}
.flexBlock__inner.mod--thumb_left .flexBlock__text {
  padding: 80px;
}
.flexBlock__inner.mod--thumb_left .flexBlock__link__list {
  background-color: #f7f7f7;
}
.flexBlock__inner.bg-white {
  background: #fff !important;
}
.flexBlock__inner.bg-white .flexBlock__link__list {
  background-color: #f7f7f7;
}
.flexBlock__inner.bg-glay {
  background: #fbf9f2 !important;
}
.flexBlock__inner.bg-glay .flexBlock__link__list {
  background-color: #fff;
}
.flexBlock__inner.bg_kasei {
  background-color: #FDEFED;
}
.flexBlock__inner.bg_kasei .flexBlock__text h3 a {
  color: #EB6153;
}
.flexBlock__inner.bg_kasei .flexBlock__link__list {
  background-color: #EB6153;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_kasei .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__inner.bg_bungei {
  background-color: #EEF8EC;
}
.flexBlock__inner.bg_bungei .flexBlock__text h3 a {
  color: #5BB647;
}
.flexBlock__inner.bg_bungei .flexBlock__link__list {
  background-color: #5BB647;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_bungei .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__inner.bg_kokusai {
  background-color: #F6F0F6;
}
.flexBlock__inner.bg_kokusai .flexBlock__text h3 a {
  color: #A66AAA;
}
.flexBlock__inner.bg_kokusai .flexBlock__link__list {
  background-color: #A66AAA;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_kokusai .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__inner.bg_kango {
  background-color: #FDF2EB;
}
.flexBlock__inner.bg_kango .flexBlock__text h3 a {
  color: #F08437;
}
.flexBlock__inner.bg_kango .flexBlock__link__list {
  background-color: #F08437;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_kango .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__inner.bg_seikatu {
  background-color: #FDF0F4;
}
.flexBlock__inner.bg_seikatu .flexBlock__text h3 a {
  color: #EB6D94;
}
.flexBlock__inner.bg_seikatu .flexBlock__link__list {
  background-color: #EB6D94;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_seikatu .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__inner.bg_bunka {
  background-color: #EBF8F9;
}
.flexBlock__inner.bg_bunka .flexBlock__text h3 a {
  color: #3ABBC9;
}
.flexBlock__inner.bg_bunka .flexBlock__link__list {
  background-color: #3ABBC9;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_bunka .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__inner.bg_business {
  background-color: #EEF5FB;
}
.flexBlock__inner.bg_business .flexBlock__text h3 a {
  color: #569FD7;
}
.flexBlock__inner.bg_business .flexBlock__link__list {
  background-color: #569FD7;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_business .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__inner.bg_ken_design {
  background-color: #CCEFEA;
}
.flexBlock__inner.bg_ken_design .flexBlock__text h3 a {
  color: #00B097;
}
.flexBlock__inner.bg_ken_design .flexBlock__link__list {
  background-color: #00B097;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.flexBlock__inner.bg_ken_design .flexBlock__link__list a {
  color: #fff;
}
.flexBlock__thumb {
  width: 40%;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.flexBlock__text {
  width: 60%;
}
.flexBlock__text h3 {
  font-size: 3.2rem;
  color: #802358;
  display: block;
  text-align: left;
}
.flexBlock__text h3 a {
  color: #802358;
}
.flexBlock__text h3 a:hover {
  text-decoration: underline;
}
.flexBlock__link {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flexBlock__link__list {
  margin-bottom: 2%;
  margin-top: 0;
  width: 48%;
  max-width: 320px;
  text-align: left;
  margin-right: 2%;
  margin-left: 0;
  font-size: 1.6rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.flexBlock__link__list a {
  position: relative;
  padding: 20px 65px 20px 34px;
  display: block;
  color: #313131;
  line-height: 1.6;
}
.flexBlock__link__list a:hover {
  color: #802358;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.flexBlock__link__list.bg-gray {
  background-color: #F7F7F7 !important;
}
.flexBlock__link__list.bg-flesh {
  background-color: #FCF9F2 !important;
}
.flexBlock__link__list.bg-white {
  background-color: #fff !important;
}
.flexBlock.bg-gray {
  background: #F7F7F7;
}
.flexBlock.mod--textCol {
  background: #fff;
  padding: 95px 20px;
  box-sizing: border-box;
}
.flexBlock.mod--textCol.bg-gray {
  background-color: #F7F7F7;
}
.flexBlock.mod--textCol.bg-flesh {
  background-color: #FCF9F2;
}
.flexBlock.mod--textCol.bg-white {
  background-color: #fff;
}
.flexBlock.mod--textCol.bg_kasei {
  background-color: #FDEFED;
}
.flexBlock.mod--textCol.bg_bungei {
  background-color: #EEF8EC;
}
.flexBlock.mod--textCol.bg_kokusai {
  background-color: #F6F0F6;
}
.flexBlock.mod--textCol.bg_kango {
  background-color: #FDF2EB;
}
.flexBlock.mod--textCol.bg_seikatu {
  background-color: #FDF0F4;
}
.flexBlock.mod--textCol.bg_bunka {
  background-color: #EBF8F9;
}
.flexBlock.mod--textCol.bg_business {
  background-color: #EEF5FB;
}
.flexBlock.mod--textCol .flexBlock__inner {
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 0;
  background: transparent !important;
}
.flexBlock.mod--textCol .flexBlock__text {
  width: 65%;
  padding-right: 45px;
  box-sizing: border-box;
}
.flexBlock.mod--textCol .flexBlock__text h3 {
  font-size: 3.2rem;
  color: #802358;
  margin-bottom: 50px;
}
.flexBlock.mod--textCol .flexBlock__text h3.cl_kasei {
  color: #EB6153;
}
.flexBlock.mod--textCol .flexBlock__text h3.cl_bungei {
  color: #5BB647;
}
.flexBlock.mod--textCol .flexBlock__text h3.cl_kokusai {
  color: #A66AAA;
}
.flexBlock.mod--textCol .flexBlock__text h3.cl_kango {
  color: #F08437;
}
.flexBlock.mod--textCol .flexBlock__text h3.cl_seikatu {
  color: #EB6D94;
}
.flexBlock.mod--textCol .flexBlock__text h3.cl_bunka {
  color: #3ABBC9;
}
.flexBlock.mod--textCol .flexBlock__text p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3D3D3D;
  text-align: left;
}
.flexBlock.mod--textCol .flexBlock__text p.detailLink__list {
  margin-top: 35px;
}
.flexBlock.mod--textCol .flexBlock__item {
  width: 35%;
}
.flexBlock.mod--itemNone .flexBlock__text {
  width: 100%;
  padding: 0;
}
.flexBlock.mod--flex3Col {
  background: #fff;
  padding: 95px 20px;
  box-sizing: border-box;
}
.flexBlock.mod--flex3Col.bg-gray {
  background: #F7F7F7;
}
.flexBlock.mod--flex3Col.bg-flesh {
  background: #FCF9F2;
}
.flexBlock.mod--flex3Col .flexBlock__inner {
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: transparent !important;
}
.flexBlock.mod--flex3Col .unCourseItem {
  max-width: 1080px;
  margin: 30px auto 0;
}
.flexBlock.mod--flex3Col .unCourseItem h4 {
  background: #fff;
}
.flexBlock.mod--flex3Col:nth-child(odd) {
  background: none;
}
.flexBlock.mod--flex2Col {
  background: #fff;
  padding: 95px 20px;
  box-sizing: border-box;
}
.flexBlock.mod--flex2Col.bg-gray {
  background: #F7F7F7;
}
.flexBlock.mod--flex2Col.bg-flesh {
  background: #FCF9F2;
}
.flexBlock.mod--flex2Col .flexBlock__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: transparent !important;
}
.flexBlock.mod--flex2Col .flexBlock__box {
  width: 49%;
  max-width: 500px;
  margin-top: 30px;
}
.flexBlock.mod--flex2Col .flexBlock__box h3 {
  font-size: 3.2rem;
  color: #802358;
  text-align: left;
}
.flexBlock.mod--flex2Col .flexBlock__box h3 span {
  font-size: 1.6rem;
}
.flexBlock.mod--flex2Col .flexBlock__box__item {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}
.flexBlock.mod--flex2Col .flexBlock__box__item img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.flexBlock.mod--flex2Col .flexBlock__box__text {
  padding: 40px 0 0;
}
.flexBlock.mod--flex2Col .flexBlock__box__text p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  color: #3D3D3D;
}
.flexBlock.mod--flex2Col .flexBlock__box__text p span.text-small {
  font-size: 1.2rem;
}
.flexBlock.mod--flex2Col .flexBlock__box__text .detailLink__list {
  margin-top: 40px;
}
.flexBlock.mod--flex2Col:nth-child(odd) {
  background: none;
}
.flexBlock.mod--thumbLink {
  background: #fff;
  padding: 95px 20px;
  box-sizing: border-box;
}
.flexBlock.mod--thumbLink.bg-gray {
  background: #F7F7F7;
}
.flexBlock.mod--thumbLink.bg-gray .flexBlock__list__link a {
  background: #fff;
}
.flexBlock.mod--thumbLink.bg-flesh {
  background: #FCF9F2;
}
.flexBlock.mod--thumbLink.bg-flesh .flexBlock__list__link a {
  background: #fff;
}
.flexBlock.mod--thumbLink .flexBlock__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background: transparent !important;
}
.flexBlock.mod--thumbLink .flexBlock__list {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flexBlock.mod--thumbLink .flexBlock__list__link {
  margin-bottom: 1.5%;
  margin-top: 0;
  width: 32.3%;
  max-width: 350px;
  text-align: left;
  margin-right: 1.5%;
  margin-left: 0;
}
.flexBlock.mod--thumbLink .flexBlock__list__link a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background: #F7F7F7;
  color: #3D3D3D;
}
.flexBlock.mod--thumbLink .flexBlock__list__link a:hover {
  color: #802358;
  opacity: 0.7;
  transition: all ease 0.5s;
}
.flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #802358;
}
.flexBlock.mod--thumbLink .flexBlock__list__link:nth-child(3n) {
  margin-right: 0;
}
.flexBlock.mod--thumbLink .flexBlock__list__thumb {
  width: 24%;
  max-width: 84px;
  height: auto;
}
.flexBlock.mod--thumbLink .flexBlock__list__thumb img {
  width: 100%;
  height: auto;
}
.flexBlock.mod--thumbLink .flexBlock__list__text {
  position: relative;
  padding: 10px 65px 10px 1rem;
  width: 76%;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3D3D3D;
  text-align: left;
}
.flexBlock.mod--thumbLink .flexBlock__list__text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  width: 20px;
  height: 50px;
  display: inline-block;
  vertical-align: -1px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-top: 2px;
  border-radius: 0;
}
.flexBlock.mod--thumbLink .flexBlock__list__text.fs-small {
  font-size: 1.3rem;
}
.flexBlock.mod--generalinfo p {
  margin-bottom: 10px;
}
.flexBlock.mod--generalinfo h4 {
  font-size: 2.5rem;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .flexBlock.mod--generalinfo h4 {
    font-size: 2rem;
  }
}

.kasei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a {
  background: #FDEFED;
}
.kasei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.kasei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:hover {
  background: #FBDFDD !important;
}
.kasei .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.kasei .flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #EB6153;
}

.bungei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a {
  background: #EEF8EC;
}
.bungei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.bungei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:hover {
  background: #DEF0DA !important;
}
.bungei .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.bungei .flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #5BB647;
}

.kokusai .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a {
  background: #F6F0F6;
}
.kokusai .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.kokusai .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:hover {
  background: #EDE1EE !important;
}
.kokusai .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.kokusai .flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #A66AAA;
}

.kango .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a {
  background: #FDF2EB;
}
.kango .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.kango .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:hover {
  background: #FCE6D7 !important;
}
.kango .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.kango .flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #F08437;
}

.seikatu .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a {
  background: #FDF0F4;
}
.seikatu .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.seikatu .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:hover {
  background: #FBE2EA !important;
}
.seikatu .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.seikatu .flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #EB6D94;
}

.bunka .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a {
  background: #EBF8F9;
}
.bunka .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.bunka .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:hover {
  background: #D8F1F4 !important;
}
.bunka .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.bunka .flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #3ABBC9;
}

.business .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a {
  background: #EEF5FB;
}
.business .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.business .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:hover {
  background: #DDECF7 !important;
}
.business .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
}
.business .flexBlock.mod--thumbLink .flexBlock__list__link a:hover .flexBlock__list__text {
  color: #569FD7;
}

.junior_collage .flexBlock__thumb {
  width: 60%;
  background-size: 100% auto;
}
.junior_collage .flexBlock__text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .junior_collage .flexBlock__thumb {
    width: 100%;
    padding-top: 35%;
    background-position-y: top;
  }
  .junior_collage .flexBlock__text {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .flexBlock.mod--flex2Col {
    padding: 40px 20px;
  }
  .flexBlock.mod--flex2Col .flexBlock__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: transparent !important;
  }
  .flexBlock.mod--flex2Col .flexBlock__box {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .flexBlock.mod--flex2Col .flexBlock__box__item {
    margin-top: 20px;
  }
  .flexBlock.mod--flex2Col .flexBlock__box__text {
    padding: 20px 0 0;
  }
  .flexBlock.mod--flex2Col .flexBlock__box__text .detailLink__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flexBlock__inner {
    display: block;
  }
  .flexBlock__inner.mod--thumb_right .flexBlock__text {
    padding: 40px 20px;
  }
  .flexBlock__inner.mod--thumb_left .flexBlock__text {
    padding: 40px 20px;
  }
  .flexBlock__thumb {
    width: 100%;
    min-height: 100%;
    height: auto;
    padding-top: 100%;
  }
  .flexBlock__text {
    width: 100%;
    padding: 40px 20px;
  }
  .flexBlock__text h3 {
    text-align: center;
    font-size: 2.4rem;
  }
  .flexBlock__link {
    margin-top: 25px;
  }
  .flexBlock__link__list {
    width: 49%;
    margin-bottom: 2%;
    margin-top: 0;
    max-width: 100%;
  }
  .flexBlock__link__list a {
    padding: 20px 50px 20px 20px;
  }
  .flexBlock.mod--textCol {
    background: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .flexBlock.mod--textCol .flexBlock__inner {
    margin: 20px auto 0;
  }
  .flexBlock.mod--textCol .flexBlock__text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .flexBlock.mod--textCol .flexBlock__text h3 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  .flexBlock.mod--textCol .flexBlock__text p.detailLink__list {
    margin-top: 25px;
  }
  .flexBlock.mod--textCol .flexBlock__item {
    width: 100%;
  }
  .flexBlock.mod--textCol .flexBlock__item img {
    width: 100%;
    height: auto;
  }
  .flexBlock.mod--flex3Col {
    padding: 40px 20px;
  }
  .flexBlock.mod--flex3Col .flexBlock__box h3 {
    font-size: 2.4rem;
  }
  .flexBlock.mod--flex2Col .flexBlock__box h3 {
    font-size: 2.4rem;
  }
  .flexBlock.mod--thumbLink {
    padding: 40px 20px;
  }
  .flexBlock.mod--thumbLink .flexBlock__list {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__link {
    margin-bottom: 2%;
    margin-top: 0;
    width: 49%;
    max-width: 100%;
    text-align: left;
    margin-right: 2%;
    margin-left: 0;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__link a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    background: #F7F7F7;
    color: #3D3D3D;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__link:nth-child(3n) {
    margin-right: 2%;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__link:nth-child(2n) {
    margin-right: 0;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__thumb {
    width: 24%;
    max-width: 84px;
    height: auto;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__thumb img {
    width: 100%;
    height: auto;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__text {
    position: relative;
    padding: 10px 65px 10px 1rem;
    width: 76%;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #3D3D3D;
    text-align: left;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__text:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 50px;
    display: inline-block;
    vertical-align: -1px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 30px;
    margin-top: 2px;
    border-radius: 0;
  }
}
@media screen and (max-width: 420px) {
  .flexBlock__link__list {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .flexBlock__link__list:last-child {
    margin-bottom: 0;
  }
  .flexBlock.mod--thumbLink {
    padding: 40px 20px;
  }
  .flexBlock.mod--thumbLink .flexBlock__list {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__link {
    margin-bottom: 2%;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
  .flexBlock.mod--thumbLink .flexBlock__list__link:nth-child(3n) {
    margin-right: 0%;
  }
}
.ie11 .flexBlock__link__list {
  background-image: url(/img/common/ic_link_arrow_univ.svg) !important;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .flexBlock__inner.bg_kasei .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_syokumotu .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_ken_design .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_jidou .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_bungei .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_kokusai .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_kango .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_business .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_bunka .flexBlock__link__list,
.ie11 .flexBlock__inner.bg_seikatu .flexBlock__link__list {
  background-image: url(/img/common/ic_link_arrow_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kasei .flexBlock.mod--thumbLink .flexBlock__list__text:after,
.ie11.syokumotu .flexBlock.mod--thumbLink .flexBlock__list__text:after,
.ie11.ken_design .flexBlock.mod--thumbLink .flexBlock__list__text:after,
.ie11.jidou .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.bungei .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_bungei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kokusai .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_kokusai.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kango .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_kango.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.business .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_business.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.bunka .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_bunka.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.seikatu .flexBlock.mod--thumbLink .flexBlock__list__text:after {
  background-image: url(/img/common/ic_link_arrow_seikatu.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kasei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before,
.ie11.syokumotu .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before,
.ie11.ken_design .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before,
.ie11.jidou .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background-image: url(/img/common/ic_link_arrow_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.bungei .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background-image: url(/img/common/ic_link_arrow_bungei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kokusai .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background-image: url(/img/common/ic_link_arrow_kokusai.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.kango .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background-image: url(/img/common/ic_link_arrow_kango.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.business .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background-image: url(/img/common/ic_link_arrow_business.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.bunka .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background-image: url(/img/common/ic_link_arrow_bunka.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.seikatu .flexBlock.mod--textCol .flexBlock__text p.detailLink__list a:before {
  background-image: url(/img/common/ic_link_arrow_seikatu.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

/*-----------------------
floatBox
------------------------*/
.floatBox {
  position: relative;
  zoom: 1;
}
.floatBox:before, .floatBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.floatBox:after {
  clear: both;
}
.floatBox--bt {
  margin-bottom: 60px;
}
.floatBox__left {
  width: 48.07692%;
  float: left;
  clear: inherit;
}
.floatBox__right {
  width: 48.07692%;
  float: right;
  clear: inherit;
}
.floatBox__univLf {
  float: left;
  width: 76.92308%;
  clear: none;
}
.floatBox__univRf {
  float: right;
  width: 19.23077%;
  clear: none;
}
.floatBox__list {
  float: left;
  width: 544px;
  width: 48.57143%;
  margin: 0 0 16px 2.85714%;
}
.floatBox__list:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .floatBox {
    position: relative;
    zoom: 1;
  }
  .floatBox:before, .floatBox:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .floatBox:after {
    clear: both;
  }
  .floatBox--bt {
    margin-bottom: 0;
  }
  .floatBox__left {
    width: 100%;
    float: none;
    clear: inherit;
  }
  .floatBox__right {
    width: 100%;
    float: none;
    clear: inherit;
  }
  .floatBox__univLf {
    float: none;
    width: 100%;
    clear: none;
  }
  .floatBox__univRf {
    float: none;
    width: 100%;
    clear: none;
  }
  .floatBox__list {
    float: none;
    width: 100%;
    margin: 0 0 4% 0;
  }
  .floatBox__list:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
/*-----------------------
_flickity
------------------------*/
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity {
  /* ---- flickity-button ---- */
  /* ---- previous/next buttons ---- */
  /* ---- page dots ---- */
}
.flickity-enabled {
  position: relative;
  /* draggable start */
  /* draggable end */
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-button {
  position: absolute;
  background: #802358;
  border: none;
  color: #fff;
}
.flickity-button:hover {
  background: #E6D3DE;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: #fff;
}
.recBlock .flickity-button {
  background: #212529;
}
.recBlock .flickity-button:hover {
  background: #495057;
}
.flickity-prev-next-button {
  top: 70%;
  width: 44px;
  height: 44px;
  /* vertically center */
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flickity-prev-next-button {
    width: 8%;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 574px) {
  .flickity-prev-next-button {
    width: 6%;
  }
}
.topBlock__links.mod--Carousel .flickity-prev-next-button {
  top: 35%;
  /*      
        .topBlock__twocol &amp; {
          top: 50vw + 64/200;
        }
  */
}
.flickity-prev-next-button.previous {
  left: 0;
  /* right to left */
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}
.flickity-prev-next-button.next {
  right: 0;
  /* right to left */
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 20%;
  width: 40%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.topBlock__links.mod--Carousel.mod--Carousel-pageDots .flickity-page-dots {
  bottom: 8px;
}
.topBlock__links.mod--Carousel.mod--Carousel-pageDots .flickity-page-dots .dot.is-selected {
  background-color: #802358;
}

/* ---- carousel-cell ---- */
.carousel-cell {
  max-width: 100%;
}
.carousel-cell img {
  max-width: 100%;
  height: auto;
}
.carousel-cell:hover {
  opacity: 0.7;
  transition: all ease 0.5s;
}

.flickity-slider .carousel-cell {
  width: 50%;
  max-width: 300px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #ccc solid;
}
.entriesBlock .bnrBlock .flickity-slider .carousel-cell {
  width: 80%;
  max-width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 574px) {
  .entriesBlock .bnrBlock .flickity-slider .carousel-cell {
    max-width: 300px;
  }
}
.recBlock .recBlock__Three .flickity-slider .carousel-cell, .recBlock .recBlock__Three .flickity-slider .carousel-cell.litem {
  width: 28vw;
  max-width: inherit;
}
@media screen and (max-width: 960px) {
  .recBlock .recBlock__Three .flickity-slider .carousel-cell, .recBlock .recBlock__Three .flickity-slider .carousel-cell.litem {
    width: 42vw;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .recBlock .recBlock__Three .flickity-slider .carousel-cell, .recBlock .recBlock__Three .flickity-slider .carousel-cell.litem {
    width: 75vw;
    max-width: 300px;
  }
}
@media screen and (max-width: 574px) {
  .flickity-slider .carousel-cell {
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.flickity-slider .carousel-cell img {
  width: 100%;
  height: auto;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider &gt; * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider &gt; .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*-----------------------
footBlock
------------------------*/
.footBlock {
  clear: both;
  position: relative;
  z-index: auto;
  padding-top: 40px;
  width: 100%;
  margin: auto;
  background-color: #802358;
}
.footBlock__inner {
  width: 100%;
  margin: auto;
  max-width: 1020px;
  padding: 40px 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footBlock__inner {
    padding: 50px 0 0;
  }
}
.footBlock__copyright {
  background-color: #313131;
  overflow: hidden;
}
.footBlock__copyright__inner {
  width: 1020px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.footBlock__copyright .copyright-txt {
  float: left;
  padding: 48px 0 40px;
  color: #7f7f7f;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.footBlock__copyright .copyright-item {
  float: right;
  padding: 48px 17px 41px 0;
}
.footBlock__copyright .copyright-item__list {
  display: inline-block;
  margin-left: 35px;
}
.footBlock__copyright .copyright-item__list a {
  color: #7f7f7f;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1020px) {
  .footBlock__copyright__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footBlock__copyright__inner {
    display: flex;
    flex-flow: row wrap;
  }
  .footBlock__copyright .copyright-txt {
    width: 100%;
    float: none;
    order: 2;
    padding: 0 0 48px;
  }
  .footBlock__copyright .copyright-item {
    width: 100%;
    float: none;
    order: 1;
    padding: 48px 0 41px;
  }
}
@media screen and (max-width: 408px) {
  .footBlock__copyright .copyright-item__list {
    margin-left: 10px;
  }
}

.footLocalNav {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .footLocalNav {
    margin-left: auto;
  }
}
.footLocalNav h5 img {
  width: 100%;
}
.footLocalNav__inner {
  overflow: hidden;
}
.footLocalNav__left {
  float: left;
  margin-top: 7px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .footLocalNav__left {
    padding-left: 20px;
    padding-right: 20px;
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
}
.footLocalNav__left h5 {
  margin-bottom: 64px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footLocalNav__left h5 {
    margin-bottom: 4vw;
  }
}
.footLocalNav .sns-list {
  margin-left: 63px;
  display: flex;
  align-items: center;
  text-align: left;
}
.footLocalNav .sns-list__item {
  display: inline-block;
  margin-right: 7px;
}
.footLocalNav .sns-list__item img {
  width: 28px;
  height: 28px;
}
.footLocalNav .sns-list__item a:hover img {
  opacity: 0.7;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footLocalNav .sns-list {
    float: none;
    margin-left: 0px;
    margin-bottom: 3vw;
  }
}
.footLocalNav__subtext {
  margin-left: 63px;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footLocalNav__subtext {
    margin-left: 0px;
  }
}
.footLocalNav__right {
  float: right;
  overflow: hidden;
  width: 59%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25.5px;
}
@media screen and (max-width: 768px) {
  .footLocalNav__right {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .footLocalNav__right::after {
    content: "";
    display: block;
    width: 50%;
  }
}
@media screen and (max-width: 410px) {
  .footLocalNav__right {
    margin: auto;
  }
}
.footLocalNav .menu-list {
  float: left;
  padding-right: 0.8em;
}
@media screen and (max-width: 768px) {
  .footLocalNav .menu-list {
    float: none;
    margin-right: 0;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 50%;
  }
  .footLocalNav .menu-list:first-child {
    width: 54%;
  }
  .footLocalNav .menu-list:nth-child(2) {
    width: 46%;
  }
  .footLocalNav .menu-list:last-child {
    float: none;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.footLocalNav .menu-list__item {
  text-align: left;
}
.footLocalNav .menu-list__item a {
  display: inline-block;
  padding: 13px 0;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footLocalNav .menu-list__item a {
    padding: 12px 0;
  }
}
.footLocalNav .menu-list__item a:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}
.footLocalNav .menu-list__item a:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}
.footLocalNav .menu-list__item a:hover:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.footLocalNav .menu-list__item a:hover:after {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.footLocalNav .menu-list__item span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .footLocalNav .menu-list__item span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.footLocalNav .menu-list__blank span::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: block;
  width: 14px;
  height: 12px;
  top: 53%;
  right: -26px;
  transform: translate(-50%, -50%);
  content: "";
}
.footLocalNav .menu-list:last-child {
  width: 136px;
  margin-right: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  .footLocalNav .menu-list:last-child {
    float: none;
    width: calc(100% + 40px);
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .footLocalNav .menu-list__sublink {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .footLocalNav .menu-list__sublink .menu-list__item {
    width: 50%;
  }
  .footLocalNav .menu-list__sublink .menu-list__item:nth-child(odd) {
    width: 54%;
  }
  .footLocalNav .menu-list__sublink .menu-list__item:nth-child(even) {
    width: 46%;
  }
}
.footLocalNav .menu-list__sublink span {
  color: rgba(255, 255, 255, 0.7);
}
.footLocalNav .menu-list__sublink.mod--white span {
  color: #ffffff;
}
.footLocalNav__relation {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  padding-bottom: 38.5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footLocalNav__relation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footLocalNav__relation__title {
  float: left;
  margin-left: 100px;
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 13px;
  letter-spacing: 0;
}
.footLocalNav__relation__right {
  float: right;
  width: 59%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footLocalNav__relation__title {
    float: none;
    margin: 0 auto 20px;
  }
  .footLocalNav__relation__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 379px) {
  .footLocalNav__relation__right {
    width: 100%;
    margin: auto;
  }
}
.footLocalNav .relation-list {
  float: left;
  width: 195px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .footLocalNav .relation-list {
    float: none;
    margin: 0;
    width: 50%;
  }
  .footLocalNav .relation-list:first-child {
    width: 54%;
  }
  .footLocalNav .relation-list:last-child {
    width: 46%;
  }
}
.footLocalNav .relation-list.relation-list--full {
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footLocalNav .relation-list.relation-list--full {
    width: 100%;
  }
  .footLocalNav .relation-list.relation-list--full:first-child, .footLocalNav .relation-list.relation-list--full:last-child {
    width: 100%;
  }
}
.footLocalNav .relation-list__item {
  text-align: left;
}
.footLocalNav .relation-list__item a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 13px 22px 13px 0;
  background: url(/img/common/icn_ft.png) no-repeat right;
}
@media screen and (max-width: 410px) {
  .footLocalNav .relation-list__item a {
    padding-right: 0;
    background: none;
  }
}
.footLocalNav .relation-list__item a:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}
.footLocalNav .relation-list__item a:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}
.footLocalNav .relation-list__item a:hover:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.footLocalNav .relation-list__item a:hover:after {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.footLocalNav .relation-list__item span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: 0px;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .footLocalNav .relation-list__item span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footLocalNav a[href^="tel:"] {
  color: #fff;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .footLocalNav a[href^="tel:"] {
    text-decoration: underline;
  }
}
html.noTouchDevice .footLocalNav a[href^="tel:"]:hover {
  text-decoration: underline;
}

.ftpageTop {
  position: fixed;
  width: 100%;
  bottom: 88px;
  bottom: 118px; /*下部固定バナーと被るため*/
  left: 0;
  pointer-events: none;
  z-index: 109;
}
.ftpageTop.fixed {
  position: absolute;
  bottom: auto;
  top: 10px;
}
.ftpageTop__link {
  position: absolute;
  top: 0;
  right: 40px;
  display: inline-block;
  width: 48px;
  height: 48px;
  pointer-events: auto;
  background-color: #000;
  padding-top: 21px;
}
@media screen and (max-width: 768px) {
  .ftpageTop__link {
    right: 20px;
  }
}
.ftpageTop__link__df {
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  margin: auto;
}
.ftpageTop__link__ov {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ftpageTop__link img {
  width: 100%;
}
.ftpageTop__link:hover .ftpageTop__link__df {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.ftSec {
  float: left;
  overflow: hidden;
}
.ftSec__title {
  float: left;
}
.ftSec__btn {
  float: left;
  overflow: hidden;
  margin: 10px 0 0 30px;
}
.ftSec__btn__link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  padding: 0 10px 0 15px;
  color: #333333;
  letter-spacing: 0;
  margin-left: 10px;
  background: url(/img/common/icn_blank_gl.png) left center no-repeat;
  background-size: 9px 8px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ftSec__btn__link.ac {
  background: none;
  padding: 0 10px;
  margin: 0;
  border-right: 2px solid #333333;
  color: #c5c5c5;
}
.ftSec__btn__link:hover {
  opacity: 0.5;
}
.ftSec__btn__link.ac:hover {
  opacity: 1;
  transition: none;
}

.ftID {
  float: left;
  overflow: hidden;
  margin: 0px 0 25px 25px;
}
.ftID__link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  padding: 7.5px 37px 7.5px 17px;
  border: 2px solid #313131;
  color: #3e3e3e !important;
  letter-spacing: 0;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.ftID__link:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/img/common/ar_ri_red_big.png) right center no-repeat;
  background-size: 20px 8px;
  margin-top: 2px;
  transition: background 0.2s ease;
}
.ftID__link:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.ftID__link:hover:before {
  background: url(/img/common/icn_blank_rd2.png) left center no-repeat;
  background-size: 9px 8px;
  transition: background 0.2s ease;
}

.english .footLocalNav .relation-list {
  width: 259px;
}

.english .footLocalNav .relation-list:last-child {
  float: right;
  margin-right: 0;
  width: 205px;
}

.english .footLocalNav .relation-list__item span {
  font-size: 1.2rem;
  line-height: 1.2;
}

/*-----------------------
gnavBlock ■-i --Del
------------------------*/
.gnavBlock {
  position: relative;
  overflow: hidden;
}
.gnavBlock__list {
  position: relative;
  float: left;
}
.gnavBlock__list__link {
  position: relative;
  display: block;
  overflow: hidden;
}
.gnavBlock__list__link__df {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.gnavBlock__list__link__ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gnavBlock__list__link:hover .gnavBlock__list__link__df {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.gnavBlock__list__link__sp {
  display: none;
}
.gnavBlock__list__link:after {
  content: url(/img/common/arrow_dt.png);
  position: absolute;
  width: 60%;
  left: 50%;
  bottom: 0;
  margin-left: -30%;
  background: #ba464e;
  padding: 3px 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity, transform 0.3s ease;
}

.gnavBlock__list__link.ac .gnavBlock__list__link:hover .gnavBlock__list__link.ac .gnavBlock__list__link__df {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.gnavBlock__list__link.ac .gnavBlock__list__link__ov {
  opacity: 1;
}

.gnavBlock__list__link.open .gnavBlock__list__link:hover .gnavBlock__list__link.open .gnavBlock__list__link__df {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.gnavBlock__list__link.open .gnavBlock__list__link__ov {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.gnavBlock__list__link.open:after {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity, transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .gnavBlock {
    position: relative;
    overflow: hidden;
  }
  .gnavBlock__list {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid #cc777c;
  }
  .gnavBlock__list__link {
    position: relative;
    display: block;
    text-align: left;
    padding: 6%;
  }
  .gnavBlock__list__link:after {
    display: none;
  }
  .gnavBlock__list__link.ac .gnavBlock__list__link__ov, .gnavBlock__list__link.ac:after {
    opacity: 1;
  }
  .gnavBlock__list__link__df, .gnavBlock__list__link__ov {
    display: none;
  }
  .gnavBlock__list__link:hover .gnavBlock__list__link__df {
    opacity: 1;
    transition: none;
  }
  .gnavBlock__list__link__sp {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }
  .gnavBlock__list__link__sp:after {
    content: "";
    width: 8px;
    height: 12px;
    background: url(/img/common/arrow_dt_sp.png) left center no-repeat;
    background-size: 8px 12px;
    display: block;
    position: absolute;
    top: 50%;
    right: 4.6875%;
    margin: -6px 0 0 -4px;
  }
}
/*-----------------------
_gridBlock
------------------------*/
/* Scss Document */
.gridBlock {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .gridBlock {
    padding: 30px 0 0;
  }
}
.gridBlock h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #802358;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .gridBlock h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.gridBlock__row {
  display: flex;
  flex-wrap: wrap;
}
.gridBlock .litem {
  position: relative;
  width: 33.3333333333%;
  color: #FFF;
  background-color: #666;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gridBlock .litem {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .gridBlock .litem {
    width: 100%;
  }
}
.gridBlock .litem__thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 59%;
  transition: background 0.3s;
}
@media screen and (max-width: 600px) {
  .gridBlock .litem__thumb {
    padding-top: 47%;
  }
}
.gridBlock .litem:hover .gridBlock .litem__thumb {
  background-size: 150% auto;
}
.gridBlock .litem__body {
  padding: 20px 20px 26px;
  text-align: left;
}
.gridBlock .litem__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .gridBlock .litem__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 9px;
  }
}
.gridBlock .litem__title .sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .gridBlock .litem__title .sub {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
.gridBlock .litem__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .gridBlock .litem__lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .gridBlock .litem__lead:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #FFF;
    margin-bottom: 8px;
  }
}
.gridBlock .litem.litem--fullimg {
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  position: relative;
  /*      
        .litem__thumb::before {
          content:"";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: rgba(0,0,0,.5);
        }
  */
}
.gridBlock .litem.l-univ {
  background-color: #802358;
}
.gridBlock .litem.l-univ:hover {
  background-color: #E6D3DE;
  color: #802358;
}
.gridBlock .litem.l-univ:hover .litem__lead::before {
  background-color: #802358;
}
.gridBlock .litem.l-chukou {
  background-color: #3D65D6;
}
.gridBlock .litem.l-chukou:hover {
  background-color: #D8E0F7;
  color: #3D65D6;
}
.gridBlock .litem.l-chukou:hover .litem__lead::before {
  background-color: #3D65D6;
}
.gridBlock .litem.l-chukou:after {
  background-color: #3D65D6;
}
.gridBlock .litem.l-nichukou_2 {
  background-color: #5DB230;
}
.gridBlock .litem.l-nichukou_2:hover {
  background-color: #DFF0D6;
  color: #5DB230;
}
.gridBlock .litem.l-nichukou_2:hover .litem__lead::before {
  background-color: #5DB230;
}
.gridBlock .litem.l-nichukou_2:after {
  background-color: #5DB230;
}
.gridBlock .litem.l-yochien {
  background-color: #FF95B9;
}
.gridBlock .litem.l-yochien:hover {
  background-color: #FFEAF1;
  color: #FF95B9;
}
.gridBlock .litem.l-yochien:hover .litem__lead::before {
  background-color: #FF95B9;
}
.gridBlock .litem.l-yochien:after {
  background-color: #FF95B9;
}
.gridBlock .litem.l-kasei {
  background-color: #EB6153;
}
.gridBlock .litem.l-kasei:hover {
  background-color: #FBDFDD;
  color: #EB6153;
}
.gridBlock .litem.l-kasei:hover .litem__lead::before {
  background-color: #EB6153;
}
.gridBlock .litem.l-kasei:after {
  background-color: #EB6153;
}
.gridBlock .litem.l-bungei {
  background-color: #5BB647;
}
.gridBlock .litem.l-bungei:hover {
  background-color: #DEF0DA;
  color: #5BB647;
}
.gridBlock .litem.l-bungei:hover .litem__lead::before {
  background-color: #5BB647;
}
.gridBlock .litem.l-bungei:after {
  background-color: #5BB647;
}
.gridBlock .litem.l-kokusai {
  background-color: #A66AAA;
}
.gridBlock .litem.l-kokusai:hover {
  background-color: #EDE1EE;
  color: #A66AAA;
}
.gridBlock .litem.l-kokusai:hover .litem__lead::before {
  background-color: #A66AAA;
}
.gridBlock .litem.l-kokusai:after {
  background-color: #A66AAA;
}
.gridBlock .litem.l-kango {
  background-color: #F08437;
}
.gridBlock .litem.l-kango:hover {
  background-color: #FCE6D7;
  color: #F08437;
}
.gridBlock .litem.l-kango:hover .litem__lead::before {
  background-color: #F08437;
}
.gridBlock .litem.l-kango:after {
  background-color: #F08437;
}
.gridBlock .litem.l-business {
  background-color: #569FD7;
}
.gridBlock .litem.l-business:hover {
  background-color: #DDECF7;
  color: #569FD7;
}
.gridBlock .litem.l-business:hover .litem__lead::before {
  background-color: #569FD7;
}
.gridBlock .litem.l-business:after {
  background-color: #569FD7;
}
.gridBlock .litem.l-kende {
  background-color: #00B097;
}
.gridBlock .litem.l-kende:hover {
  background-color: #CCEFEA;
  color: #00B097;
}
.gridBlock .litem.l-kende:hover .litem__lead::before {
  background-color: #00B097;
}
.gridBlock .litem.l-kende:after {
  background-color: #00B097;
}
.gridBlock .litem.l-seikatu {
  background-color: #EB6D94;
}
.gridBlock .litem.l-seikatu:hover {
  background-color: #FBE2EA;
  color: #EB6D94;
}
.gridBlock .litem.l-seikatu:hover .litem__lead::before {
  background-color: #EB6D94;
}
.gridBlock .litem.l-seikatu:after {
  background-color: #EB6D94;
}
.gridBlock .litem.l-bunka {
  background-color: #3ABBC9;
}
.gridBlock .litem.l-bunka:hover {
  background-color: #D8F1F4;
  color: #3ABBC9;
}
.gridBlock .litem.l-bunka:hover .litem__lead::before {
  background-color: #3ABBC9;
}
.gridBlock .litem.l-bunka:after {
  background-color: #3ABBC9;
}
.gridBlock .litem.l-graduate {
  background-color: #7b6767;
}
.gridBlock .litem.l-graduate:hover {
  background-color: #D6CDCD;
  color: #7b6767;
}
.gridBlock .litem.l-graduate:hover .litem__lead::before {
  background-color: #7b6767;
}
.gridBlock .litem.l-graduate:after {
  background-color: #7b6767;
}
.gridBlock .litem.l-nichukou {
  border-left: 1px #802358 solid;
  background-color: #E6D3DE;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .gridBlock .litem.l-nichukou {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .gridBlock .litem.l-nichukou {
    width: 50%;
  }
}
.gridBlock .litem.l-nichukou .litem__lead,
.gridBlock .litem.l-nichukou .litem__title {
  color: #802358;
}
.gridBlock .litem.l-nichukou:hover {
  background-color: #802358;
  color: #fff;
}
.gridBlock .litem.l-nichukou:hover .litem__lead::before {
  background-color: #E6D3DE;
}
.gridBlock .litem.l-nichukou:hover .litem__lead,
.gridBlock .litem.l-nichukou:hover .litem__title {
  color: #fff;
}
.gridBlock .litem.l-nichukou:first-child {
  border-left: 0;
}
@media screen and (max-width: 600px) {
  .gridBlock .litem.l-nichukou:nth-child(2n+1) {
    border-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .gridBlock .litem.l-nichukou:nth-child(n+3) {
    border-top: 1px #802358 solid;
  }
}
.gridBlock .litem.l-nichukou:after {
  background: #802358;
}
.gridBlock .litem:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.gridBlock .litem:hover:after {
  opacity: 0.2;
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

/*-----------------------
hdBlock ■-i --Del
------------------------*/
.overlayBlock {
  position: absolute;
  top: 112px;
  left: 0;
  display: none;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: calc(100% - 112px);
  z-index: 11;
}

.headBlock {
  width: 100%;
  height: 112px;
  position: relative;
  z-index: 110;
  letter-spacing: 0;
}
.headBlock__inner {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.headBlock__inner .headsub {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-right: 10px;
}
.headBlock__inner .headsub__link, .headBlock__inner .headsub__option {
  display: inline-flex;
  align-items: center;
}
.headBlock__inner .headsub li {
  display: inline-block;
  margin: 0;
}
.headBlock__inner .headsub a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #303030;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper.top .headBlock__inner .headsub a {
  color: #FFF;
}
.wrapper.top .headBlock__inner .headsub a:hover {
  color: #802358;
}
@media screen and (max-width: 1024px) {
  .wrapper.top .headBlock__inner .headsub a {
    color: #802358;
  }
  .wrapper.top .headBlock__inner .headsub a:hover {
    color: #303030;
  }
}
.headBlock__inner .headsub a:hover {
  color: #802358;
}
.headBlock__inner .headsub a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1241px) {
  .headBlock__inner .headsub a:before {
    background-size: 80%;
  }
}
.headBlock__inner .headsub--separator {
  border-right: 1px solid #b5b5b5;
  padding-right: 10px;
  margin-right: 10px !important;
  height: 1.68rem;
}
@media screen and (max-width: 1024px) {
  .headBlock__inner .headsub--separator {
    display: none !important;
  }
}
.headBlock__inner .headsub__ID a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.01%2016.02%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M21.27%2C0H.74A.74.74%2C0%2C0%2C0%2C0%2C.73V15.29A.74.74%2C0%2C0%2C0%2C.74%2C16H21.27a.74.74%2C0%2C0%2C0%2C.74-.73V.73A.74.74%2C0%2C0%2C0%2C21.27%2C0Zm-.73%2C14.56H1.47V1.46H20.54v13.1Zm-16-5.82H8.43A.74.74%2C0%2C0%2C0%2C9.17%2C8V4.47a.74.74%2C0%2C0%2C0-.74-.73H4.51a.73.73%2C0%2C0%2C0-.73.73V8A.73.73%2C0%2C0%2C0%2C4.51%2C8.74ZM5.25%2C5.2H7.7V7.28H5.25Zm7.11%2C0H17.5a.73.73%2C0%2C1%2C0%2C0-1.46H12.36a.73.73%2C0%2C1%2C0%2C0%2C1.46Zm0%2C3.54H17.5a.73.73%2C0%2C1%2C0%2C0-1.46H12.36a.73.73%2C0%2C1%2C0%2C0%2C1.46ZM4.51%2C12.28h13a.73.73%2C0%2C0%2C0%2C0-1.46h-13a.73.73%2C0%2C0%2C0%2C0%2C1.46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  width: 23px;
  height: 16px;
}
.headBlock__inner .headsub__claim a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.05%2017.98%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M2%2C18A1.94%2C1.94%2C0%2C0%2C1%2C0%2C16V2A1.92%2C1.92%2C0%2C0%2C1%2C2%2C0H9.22l.34.35h.23V.6L14.05%2C5V16a1.92%2C1.92%2C0%2C0%2C1-2%2C2ZM2%2C1.44A.51.51%2C0%2C0%2C0%2C1.39%2C2V16c0%2C.38.19.58.56.58H12.1a.51.51%2C0%2C0%2C0%2C.56-.58V5.82H10.37a1.93%2C1.93%2C0%2C0%2C1-1.95-2V1.44ZM9.81%2C3.81a.51.51%2C0%2C0%2C0%2C.56.57h1.11L9.81%2C2.65Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  width: 15px;
  height: 18px;
}
.headBlock__inner .headsub__inquiry a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.96%2020.96%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M15.56%2C6H5.38a1.21%2C1.21%2C0%2C0%2C0-1.08%2C1l0%2C.12V13.9A1.16%2C1.16%2C0%2C0%2C0%2C5.4%2C15H15.56a1.12%2C1.12%2C0%2C0%2C0%2C1.12-1.12V7.07A1.12%2C1.12%2C0%2C0%2C0%2C15.56%2C6Zm-1.1%2C1.29-3.94%2C3.34L6.58%2C7.24Zm.93%2C6.48H5.57V7.83l2.9%2C2.45L5.85%2C12.67a.54.54%2C0%2C0%2C0%2C0%2C.77.55.55%2C0%2C0%2C0%2C.77%2C0L9.31%2C11l.85.72a.59.59%2C0%2C0%2C0%2C.36.13.56.56%2C0%2C0%2C0%2C.35-.13l.89-.75%2C2.75%2C2.51a.55.55%2C0%2C0%2C0%2C.37.14.52.52%2C0%2C0%2C0%2C.4-.18.45.45%2C0%2C0%2C0%2C.11-.17Zm0-.84a.6.6%2C0%2C0%2C0-.14-.21L12.6%2C10.25l2.79-2.36ZM10.48%2C0A10.48%2C10.48%2C0%2C1%2C0%2C21%2C10.48%2C10.49%2C10.49%2C0%2C0%2C0%2C10.48%2C0Zm0%2C19.67a9.19%2C9.19%2C0%2C1%2C1%2C9.19-9.19A9.2%2C9.2%2C0%2C0%2C1%2C10.48%2C19.67Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  width: 22px;
  height: 21px;
}
.headBlock__inner .headsub__access a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2019.55%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M7%2C10.78A3.8%2C3.8%2C0%2C1%2C0%2C3.18%2C7%2C3.81%2C3.81%2C0%2C0%2C0%2C7%2C10.78Zm0-6A2.25%2C2.25%2C0%2C1%2C1%2C4.73%2C7%2C2.25%2C2.25%2C0%2C0%2C1%2C7%2C4.73Z%22%2F%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M5%2C1.9a5.09%2C5.09%2C0%2C0%2C1%2C2-.39A5.22%2C5.22%2C0%2C0%2C1%2C9%2C1.9a5.42%2C5.42%2C0%2C0%2C1%2C3.41%2C5%2C5.75%2C5.75%2C0%2C0%2C1-.62%2C2.56v0h0L7%2C17.3%2C4.85%2C13.84v0h0L2.21%2C9.54h0a0%2C0%2C0%2C0%2C0%2C0%2C0%2C5.38%2C5.38%2C0%2C0%2C1-.62-2.56%2C7.93%2C7.93%2C0%2C0%2C1%2C.08-1h0A5.55%2C5.55%2C0%2C0%2C1%2C5%2C1.9ZM4%2C15.36%2C6.32%2C19.2h0s.08.11.12.15h0s.08.08.11.08h0a.15.15%2C0%2C0%2C0%2C.12%2C0s0%2C0%2C.08%2C0%2C.11%2C0%2C.19%2C0h0a.36.36%2C0%2C0%2C0%2C.2%2C0s0%2C0%2C.07%2C0%2C.08%2C0%2C.12%2C0h0s.08-.08.12-.08h0a1.18%2C1.18%2C0%2C0%2C0%2C.11-.15h0L13%2C10.35a5.78%2C5.78%2C0%2C0%2C0%2C1-2.87s0-.34%2C0-.5A6.92%2C6.92%2C0%2C0%2C0%2C9.62.5%2C7.16%2C7.16%2C0%2C0%2C0%2C7.1%2C0H6.94A7.16%2C7.16%2C0%2C0%2C0%2C4.42.5%2C6.81%2C6.81%2C0%2C0%2C0%2C.31%2C5.12%2C5.32%2C5.32%2C0%2C0%2C0%2C0%2C6.63V7a6.79%2C6.79%2C0%2C0%2C0%2C.81%2C3.26v0s0%2C0%2C0%2C.07L3.14%2C14%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  width: 14px;
  height: 20px;
}
.headBlock__inner .headsub__search {
  color: #303030;
  padding-right: 8px;
}
.headBlock__inner .headsub__search a::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M16.26%2C2.78a9.52%2C9.52%2C0%2C1%2C0-.75%2C14.15l5.78%2C5.79A1.07%2C1.07%2C0%2C0%2C0%2C22%2C23a1%2C1%2C0%2C0%2C0%2C.71-.3%2C1%2C1%2C0%2C0%2C0%2C0-1.43L16.94%2C15.5a9.53%2C9.53%2C0%2C0%2C0-.68-12.72Zm-12%2C12A7.5%2C7.5%2C0%2C0%2C1%2C14.86%2C4.24%2C7.41%2C7.41%2C0%2C0%2C1%2C17%2C9.55a7.53%2C7.53%2C0%2C0%2C1-2.18%2C5.31A7.33%2C7.33%2C0%2C0%2C1%2C9.55%2C17%2C7.53%2C7.53%2C0%2C0%2C1%2C4.24%2C14.82Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-right: 4px;
  width: 18px;
  height: 19px;
  background-size: 24px;
}
.headBlock__inner .headsub__bus a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2017.44%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M18.75%2C17.44a4%2C4%2C0%2C0%2C1-.49%2C0%2C3.23%2C3.23%2C0%2C0%2C1-2.71-3.65A3.24%2C3.24%2C0%2C0%2C1%2C18.74%2C11a2.77%2C2.77%2C0%2C0%2C1%2C.49%2C0%2C3.19%2C3.19%2C0%2C0%2C1%2C2.68%2C2.55h1.84V7.11H19.38V9.62a.63.63%2C0%2C0%2C1-1.25%2C0V7.11H8.42V9.62a.63.63%2C0%2C0%2C1-1.25%2C0V7.11H1.24v1.1H2.83A1.69%2C1.69%2C0%2C0%2C1%2C3%2C11.58H1.24v2H3.09A3.2%2C3.2%2C0%2C0%2C1%2C6.23%2C11a3.71%2C3.71%2C0%2C0%2C1%2C.47%2C0%2C3.25%2C3.25%2C0%2C0%2C1%2C2.69%2C2.56h4.94a.62.62%2C0%2C1%2C1%2C0%2C1.23H9.38a3.22%2C3.22%2C0%2C0%2C1-3.15%2C2.59h0l-.47%2C0a3.22%2C3.22%2C0%2C0%2C1-2.68-2.56H.62A.61.61%2C0%2C0%2C1%2C0%2C14.24V4.62A2.45%2C2.45%2C0%2C0%2C1%2C.55%2C3.09L2.32.9A2.45%2C2.45%2C0%2C0%2C1%2C4.22%2C0H22.55A2.44%2C2.44%2C0%2C0%2C1%2C25%2C2.43V14.24a.62.62%2C0%2C0%2C1-.63.61H21.91A3.24%2C3.24%2C0%2C0%2C1%2C18.75%2C17.44ZM6.23%2C12.28a2%2C2%2C0%2C0%2C0-.12%2C3.93l.13%2C0a2%2C2%2C0%2C1%2C0%2C0-3.91Zm12.53%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C18.76%2C12.27Zm-16-1.9h.07a.45.45%2C0%2C0%2C0%2C.45-.4.44.44%2C0%2C0%2C0-.09-.33.42.42%2C0%2C0%2C0-.3-.17H1.24v.9ZM4.22%2C1.24a1.18%2C1.18%2C0%2C0%2C0-.92.44L1.47%2C3.86a1.28%2C1.28%2C0%2C0%2C0-.26.8V5.92l6%2C0V1.24ZM23.75%2C5.87V2.41a1.2%2C1.2%2C0%2C0%2C0-1.2-1.17H19.38V5.87Zm-5.62%2C0V1.24H13.9V5.87Zm-5.48%2C0V1.24H8.42V5.87ZM18.76%2C15a.74.74%2C0%2C0%2C1-.75-.73.76.76%2C0%2C0%2C1%2C.74-.75.74.74%2C0%2C1%2C1%2C0%2C1.48Zm0-.91a.18.18%2C0%2C0%2C0-.17.18.18.18%2C0%2C0%2C0%2C.17.11.17.17%2C0%2C0%2C0%2C.17-.14A.18.18%2C0%2C0%2C0%2C18.76%2C14.06ZM6.24%2C15A.74.74%2C0%2C1%2C1%2C7%2C14.24.74.74%2C0%2C0%2C1%2C6.24%2C15Zm0-1a.16.16%2C0%2C0%2C0-.17.14.06.06%2C0%2C0%2C0%2C0%2C.06.17.17%2C0%2C0%2C0%2C.16.19.17.17%2C0%2C0%2C0%2C.17-.16A.18.18%2C0%2C0%2C0%2C6.26%2C14Zm5.6-4.22a.63.63%2C0%2C0%2C1-.62-.62.62.62%2C0%2C0%2C1%2C.62-.62h2.74a.62.62%2C0%2C0%2C1%2C0%2C1.24Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  width: 20px;
  height: 21px;
}
html.ie11 .headBlock__inner .headsub__bus a::before {
  background-image: url("/img/common/ic_bus_gray.svg");
}
.headBlock__inner .headsub__sitemap a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.43%2015.43%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M16.72%2C15.43a2.7%2C2.7%2C0%2C0%2C1-.88-5.26L16%2C10.1V8.42H10.45v1.69l.18.07a2.71%2C2.71%2C0%2C1%2C1-1.8%2C0L9%2C10.1V8.42H3.44v1.69l.19.07a2.72%2C2.72%2C0%2C1%2C1-1.8%2C0L2%2C10.1V7H9V5.33l-.19-.07a2.71%2C2.71%2C0%2C1%2C1%2C1.8%2C0l-.18.07V7h7v3.11l.19.07a2.7%2C2.7%2C0%2C0%2C1-.92%2C5.25Zm0-4A1.29%2C1.29%2C0%2C1%2C0%2C18%2C12.73%2C1.29%2C1.29%2C0%2C0%2C0%2C16.75%2C11.44Zm-7%2C0a1.29%2C1.29%2C0%2C1%2C0%2C0%2C2.57%2C1.29%2C1.29%2C0%2C0%2C0%2C0-2.57Zm-7%2C0A1.29%2C1.29%2C0%2C1%2C0%2C4%2C12.73%2C1.29%2C1.29%2C0%2C0%2C0%2C2.73%2C11.44Zm7-10A1.29%2C1.29%2C0%2C1%2C0%2C9.74%2C4a1.29%2C1.29%2C0%2C0%2C0%2C0-2.57Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  width: 20px;
  height: 21px;
}
.headBlock__inner .headsub__slogo a::before {
  background: url("/img/common/ic_kyoritsu_univ.svg") no-repeat center center;
  /*
  background: inline-svg(
    '&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.05 20.99"&gt;'
    + '&lt;path fill="' + $allow-color + '" d="M17,7.9A5.6,5.6,0,0,0,14,7a4.24,4.24,0,0,0-.68,0h0l-.17,0V6.94a4.76,4.76,0,0,0-1.86-3.77l-.58.63,0,.05-.06.07-.07-.07-.61-.68-.2.15A5.66,5.66,0,0,0,9,4,4.87,4.87,0,0,0,8,6.94v.17l-.17,0h0l-.15,0L7.08,7A5.6,5.6,0,0,0,4,7.9l.44.88-.87.44a1.45,1.45,0,0,1,.06.19,5.2,5.2,0,0,0,.35.78,5.39,5.39,0,0,0,2,2l.12.06L6,12.38l0,0a.87.87,0,0,0,0,.12c0,.11-.1.26-.16.46a6,6,0,0,0-.23,1.58,4.54,4.54,0,0,0,.35,1.78l1-.25.26.81h0a4.35,4.35,0,0,0,3.13-1.72,2.23,2.23,0,0,0,.2-.26,2.19,2.19,0,0,0,.2.26,7.39,7.39,0,0,0,.83.79,5,5,0,0,0,1,.6,3,3,0,0,0,1.31.33h0l.26-.81,1,.25a4.54,4.54,0,0,0,.35-1.78A5.53,5.53,0,0,0,15,12.42l0,0L15,12.25l.12-.06a5.15,5.15,0,0,0,2.39-3l-.87-.44Z" /&gt;'
    + '&lt;/svg&gt;') no-repeat center center;
  */
  width: 20px;
  height: 21px;
}
.headBlock__inner .headsub__jp a, .headBlock__inner .headsub__en a {
  color: #b7b7b7;
  font-size: 11px;
  font-size: 1.1rem;
}
.headBlock__inner .headsub__jp a .wrapper.top, .headBlock__inner .headsub__en a .wrapper.top {
  color: #b7b7b7;
}
.headBlock__inner .headsub__jp a:hover, .headBlock__inner .headsub__en a:hover {
  color: #802358;
}
.headBlock__inner .headsub__jp a:before, .headBlock__inner .headsub__en a:before {
  display: none;
}
.headBlock__inner .headsub__jp {
  border-right: 1px solid #b5b5b5;
}
html[lang=ja] .headBlock__inner .headsub__jp a, html[lang=ja] .wrapper.top .headBlock__inner .headsub__jp a {
  color: #313131;
  font-weight: bold;
}
html[lang=en] .headBlock__inner .headsub__en a, html[lang=en] .wrapper.top .headBlock__inner .headsub__en a {
  color: #313131;
  font-weight: bold;
}
.headBlock__inner .headsub__sns {
  display: inline-flex;
  align-items: center;
}
.headBlock__inner .headsub__sns__link a {
  padding: 0;
  width: 26px;
  height: 26px;
  display: block;
  position: relative;
}
.headBlock__inner .headsub__sns__link a::before {
  content: none;
}
.headBlock__inner .headsub__sns__link a::after {
  content: "";
  background: url("/img/common/ic_facebook_chukou.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.headBlock__inner .headsub__sns__link a img {
  display: none;
}
.headBlock__inner .headsub__sns__link:nth-child(2) a::after {
  background: url("/img/common/ic_twitter_chukou.svg") no-repeat;
  background-size: 100%;
}
.headBlock__inner .headsub__sns__link:nth-child(3) a::after {
  background: url("/img/common/ic_instagram_chukou.svg") no-repeat;
  background-size: 100%;
}
.headBlock__inner .headsub__sns__link:nth-child(4) a::after {
  background: url("/img/common/ic_line_chukou.svg") no-repeat;
  background-size: 100%;
}
.headBlock__inner .headsub li.headsub__sns__link {
  margin-right: 10px;
}
.headBlock__inner .headvis {
  padding: 18px 5px 0 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.headBlock__inner .headvis li {
  display: inline-block;
}
.headBlock__inner .headvis a {
  display: inline-block;
  padding: 10px 13px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #303030;
}
.wrapper.top .headBlock__inner .headvis a {
  color: #FFF;
}
.wrapper.top .headBlock__inner .headvis a:hover {
  color: #802358;
}
.headBlock__inner .headvis a:hover {
  color: #802358;
}
@media screen and (max-width: 1360px) {
  .headBlock__inner .headvis a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.chukou .top .headBlock__inner .headsub__sns__link a img {
  display: block;
}
.chukou .top .headBlock__inner .headsub__sns__link a::after {
  content: none !important;
}

.headleft {
  position: absolute;
  top: 51%;
  left: 29px;
  transform: translate(0%, -50%);
  display: flex;
}
.headleft .brand a {
  display: inline-block;
}

.head_logo {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .head_logo {
    min-height: 43px;
  }
}
.head_logo span {
  display: inline-block;
}
.head_logo span:first-child {
  margin-right: 8px;
}
.head_logo span:last-child {
  margin-left: 8px;
}
.head_logo span:nth-child(2) {
  margin-left: 0;
}
.head_logo span.head_logo--department {
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .head_logo span.head_logo--department {
    margin-left: 8px;
  }
}
.head_logo--mark {
  max-width: 52px;
}
@media screen and (max-width: 1024px) {
  .head_logo--mark {
    max-width: 43px;
  }
}
.head_logo--name {
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .head_logo--name {
    max-width: 160px;
  }
}
.head_logo--department {
  max-width: 223px;
}
@media screen and (max-width: 1024px) {
  .head_logo--department {
    max-width: 120px;
  }
}
.head_logo img {
  width: 100%;
  height: auto;
}

.headright {
  width: 100%;
}

.headmenu {
  width: 112px;
  height: 112px;
  float: right;
  cursor: pointer;
  background-color: #802358;
}
.headmenu__icon {
  display: block;
  margin: 30px auto 18px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%2C0H0V3H21ZM0%2C9v3H21V9ZM0%2C21H21V18H0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  width: 21px;
  height: 21px;
}
.headmenu.open .headmenu__icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2C13.93%2C1.92%2C24%2C0%2C22.09%2C10.08%2C12%2C0%2C1.92%2C1.92%2C0%2C12%2C10.08%2C22.09%2C0%2C24%2C1.92%2C13.93%2C12%2C24%2C22.09%2C22.09%2C24Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
}
.headmenu__txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/*
  @media screen and (max-width: 1280px){
    .headsub{
      padding-top: 15px;
			&amp;__link{
        position: absolute;
        top: 50px;
        right: -10px;
      }
      &amp;__option{
        width: auto;
      }
		}
    .headvis {
      padding-top: 55px;
    }
  }
*/
.menuarea {
  width: 840px;
  height: 641px;
  position: absolute;
  top: 122px;
  right: 0;
  display: none;
  z-index: 110;
}
.wrapper.top .menuarea {
  top: 112px;
}
@media screen and (max-width: 1024px) {
  .menuarea.mod--pcMenu {
    display: none;
  }
}
.menuarea__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.menuarea ul {
  width: 280px;
  float: right;
  border-top: 1px solid #e6e7ec;
}
.menuarea li {
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  border-left: 1px solid #e6e7ec;
  border-bottom: 1px solid #e6e7ec;
  cursor: pointer;
}
.menuarea a, .menuarea span {
  display: block;
  padding: 28.5px 20px 28.5px 40px;
  width: 100%;
  /*height: 100%;*/
  position: relative;
}
@media screen and (max-width: 1024px) {
  .menuarea__first &gt; li {
    position: relative;
  }
}
.menuarea__first &gt; li a {
  color: #313131;
  height: 100%;
}
.menuarea__first &gt; li a::before {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  display: block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin-right: 14px;
  position: absolute;
  top: 45%;
  left: 20px;
}
.menuarea__first &gt; li:hover {
  background-color: #802358;
}
.menuarea__first &gt; li:hover a {
  color: #fff;
}
.menuarea__first &gt; li:hover a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
}
.menuarea__first &gt; li:hover ul li a {
  color: #313131;
}
.menuarea__first &gt; li:hover ul li:hover a {
  color: #fff;
}
.menuarea__first &gt; li &gt; .menusp_toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuarea__first &gt; li &gt; .menusp_toggle {
    display: block;
  }
}
.menuarea__second {
  display: none;
  position: absolute;
  top: 0;
  right: 280px;
}
.menuarea__second &gt; li {
  border-right: 1px solid #e6e7ec;
}
.menuarea__second &gt; li span {
  color: #313131;
  padding: 18.5px 40px 18.5px 40px !important;
}
.menuarea__second &gt; li span::before {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
  display: block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin-right: 14px;
  position: absolute;
  top: 45%;
  left: 20px;
}
.menuarea__second &gt; li a {
  color: #313131;
  padding: 18.5px 40px 18.5px 40px !important;
}
.menuarea__second &gt; li a::before {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
  display: block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin-right: 14px;
  position: absolute;
  top: 45%;
  left: 20px;
}
.menuarea__second &gt; li a span {
  padding: 0 !important;
}
.menuarea__second &gt; li a span::before {
  content: none !important;
}
.menuarea__second &gt; li:hover {
  background-color: #802358;
}
.menuarea__second &gt; li:hover span {
  color: #fff;
}
.menuarea__second &gt; li:hover span::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
}
.menuarea__second &gt; li:hover a {
  color: #fff;
}
.menuarea__second &gt; li:hover a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
}
.menuarea__second__half {
  background-color: #f8f8f8 !important;
}
.menuarea__second__half a {
  padding: 18.5px 20px 18.5px 60px !important;
}
.menuarea__second__half a::before {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
  display: block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin-right: 14px;
  position: absolute;
  top: 45%;
  left: 40px;
}
.menuarea__second__half:hover {
  background-color: #802358 !important;
}
.menuarea__third {
  display: none;
  position: absolute;
  top: -1px;
  right: 280px;
  border-top: 1px solid #e6e7ec !important;
}
.menuarea__third &gt; li {
  border-right: 1px solid #e6e7ec;
}
.menuarea__third &gt; li a {
  color: #313131 !important;
  padding: 18.5px 20px 18.5px 40px !important;
}
.menuarea__third &gt; li a::before {
  content: unset !important;
}
.menuarea__third &gt; li:hover {
  background-color: #802358;
}
.menuarea__third &gt; li:hover a {
  color: #fff !important;
}
.menuarea__third &gt; li:hover a::before {
  background: unset !important;
}
.menuarea__out {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  cursor: default !important;
}
.menuarea__out:hover {
  background-color: inherit;
}
.menuarea__blank a:after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  display: block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
  margin-right: 14px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.menuarea__blank:hover a:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
}
.menuarea__pdf a:after {
  content: "";
  background: url(/img/common/icn_pdf.svg) left center no-repeat !important;
  display: block;
  vertical-align: middle;
  width: 12px;
  height: 16px;
  margin-right: 32px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.menuarea__toggle {
  display: none !important;
  position: absolute !important;
  top: 0;
  right: 0;
  height: 59px !important;
  width: 59px !important;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .menuarea__toggle {
    display: block !important;
  }
}
.menuarea__toggle:hover {
  cursor: pointer;
}
.menuarea .headsub {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuarea .headsub {
    display: block;
  }
}
.menuarea .headsub__option {
  display: flex;
  justify-content: flex-start;
  border: none;
  background-color: #802358;
}
.menuarea .headsub__option li {
  background-color: #802358;
  border: none;
}
.menuarea .headsub__link {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  border: none;
  padding: 20px 0 28.5px;
  background-color: #802358;
}
@media screen and (max-width: 1024px) {
  .menuarea .headsub__link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.menuarea .headsub__link li {
  background-color: #802358;
  width: 50%;
  border: none;
  text-align: center;
  margin: 15px 0;
}
.menuarea .headsub__link li:nth-child(2n+1) {
  border-right: 1px solid #fff;
}
.menuarea .headsub__link li:nth-child(even) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .menuarea .headsub__link li:nth-child(even) {
    border-right: none;
  }
}
.menuarea .headsub__link a {
  padding: 0;
  width: auto;
  margin: 0 auto;
}
.menuarea .headsub__link span {
  padding: 0 20px 0 30px;
  font-size: 12px;
}
.menuarea .headsub__link.headsub__link--one li:first-child {
  width: 100%;
  border: none;
}
.menuarea .headsub__link.headsub__link--one li:nth-child(2n+2) {
  border-right: 1px solid #fff;
}
.menuarea .headsub__link.headsub__link--one li:last-child {
  border: none;
}
.menuarea .headsub__link.headsub__link--one .headsub__access a::before {
  left: 5% !important;
}
.menuarea .headsub__link.headsub__link--two li:nth-child(n+3) {
  width: 100%;
  border: none;
}
.menuarea .headsub__link.headsub__link--two .headsub__access a::before {
  left: 5% !important;
}
.menuarea .headsub__link.headsub__link--double li {
  width: 100%;
  border: none;
}
.menuarea .headsub__link.headsub__link--double .headsub__access a::before {
  left: 5% !important;
}
.menuarea .headsub a {
  color: #fff;
}
.menuarea .headsub__search {
  display: none;
}
.menuarea .headsub .headsub__ID a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.01%2016.02%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.27%2C0H.74A.74.74%2C0%2C0%2C0%2C0%2C.73V15.29A.74.74%2C0%2C0%2C0%2C.74%2C16H21.27a.74.74%2C0%2C0%2C0%2C.74-.73V.73A.74.74%2C0%2C0%2C0%2C21.27%2C0Zm-.73%2C14.56H1.47V1.46H20.54v13.1Zm-16-5.82H8.43A.74.74%2C0%2C0%2C0%2C9.17%2C8V4.47a.74.74%2C0%2C0%2C0-.74-.73H4.51a.73.73%2C0%2C0%2C0-.73.73V8A.73.73%2C0%2C0%2C0%2C4.51%2C8.74ZM5.25%2C5.2H7.7V7.28H5.25Zm7.11%2C0H17.5a.73.73%2C0%2C1%2C0%2C0-1.46H12.36a.73.73%2C0%2C1%2C0%2C0%2C1.46Zm0%2C3.54H17.5a.73.73%2C0%2C1%2C0%2C0-1.46H12.36a.73.73%2C0%2C1%2C0%2C0%2C1.46ZM4.51%2C12.28h13a.73.73%2C0%2C0%2C0%2C0-1.46h-13a.73.73%2C0%2C0%2C0%2C0%2C1.46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  top: 1%;
  left: 3%;
  right: unset;
  background-repeat: no-repeat;
  background-size: 22px 16px;
  width: 22px;
  height: 16px;
  content: "";
  position: absolute;
}
.menuarea .headsub .headsub__claim a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.05%2017.98%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%2C18A1.94%2C1.94%2C0%2C0%2C1%2C0%2C16V2A1.92%2C1.92%2C0%2C0%2C1%2C2%2C0H9.22l.34.35h.23V.6L14.05%2C5V16a1.92%2C1.92%2C0%2C0%2C1-2%2C2ZM2%2C1.44A.51.51%2C0%2C0%2C0%2C1.39%2C2V16c0%2C.38.19.58.56.58H12.1a.51.51%2C0%2C0%2C0%2C.56-.58V5.82H10.37a1.93%2C1.93%2C0%2C0%2C1-1.95-2V1.44ZM9.81%2C3.81a.51.51%2C0%2C0%2C0%2C.56.57h1.11L9.81%2C2.65Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  top: 1%;
  left: 11%;
  right: unset;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
}
.menuarea .headsub .headsub__inquiry a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.96%2020.96%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.56%2C6H5.38a1.21%2C1.21%2C0%2C0%2C0-1.08%2C1l0%2C.12V13.9A1.16%2C1.16%2C0%2C0%2C0%2C5.4%2C15H15.56a1.12%2C1.12%2C0%2C0%2C0%2C1.12-1.12V7.07A1.12%2C1.12%2C0%2C0%2C0%2C15.56%2C6Zm-1.1%2C1.29-3.94%2C3.34L6.58%2C7.24Zm.93%2C6.48H5.57V7.83l2.9%2C2.45L5.85%2C12.67a.54.54%2C0%2C0%2C0%2C0%2C.77.55.55%2C0%2C0%2C0%2C.77%2C0L9.31%2C11l.85.72a.59.59%2C0%2C0%2C0%2C.36.13.56.56%2C0%2C0%2C0%2C.35-.13l.89-.75%2C2.75%2C2.51a.55.55%2C0%2C0%2C0%2C.37.14.52.52%2C0%2C0%2C0%2C.4-.18.45.45%2C0%2C0%2C0%2C.11-.17Zm0-.84a.6.6%2C0%2C0%2C0-.14-.21L12.6%2C10.25l2.79-2.36ZM10.48%2C0A10.48%2C10.48%2C0%2C1%2C0%2C21%2C10.48%2C10.49%2C10.49%2C0%2C0%2C0%2C10.48%2C0Zm0%2C19.67a9.19%2C9.19%2C0%2C1%2C1%2C9.19-9.19A9.2%2C9.2%2C0%2C0%2C1%2C10.48%2C19.67Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  top: -10%;
  left: 5%;
  right: unset;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
}
.menuarea .headsub .headsub__access a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2019.55%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7%2C10.78A3.8%2C3.8%2C0%2C1%2C0%2C3.18%2C7%2C3.81%2C3.81%2C0%2C0%2C0%2C7%2C10.78Zm0-6A2.25%2C2.25%2C0%2C1%2C1%2C4.73%2C7%2C2.25%2C2.25%2C0%2C0%2C1%2C7%2C4.73Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5%2C1.9a5.09%2C5.09%2C0%2C0%2C1%2C2-.39A5.22%2C5.22%2C0%2C0%2C1%2C9%2C1.9a5.42%2C5.42%2C0%2C0%2C1%2C3.41%2C5%2C5.75%2C5.75%2C0%2C0%2C1-.62%2C2.56v0h0L7%2C17.3%2C4.85%2C13.84v0h0L2.21%2C9.54h0a0%2C0%2C0%2C0%2C0%2C0%2C0%2C5.38%2C5.38%2C0%2C0%2C1-.62-2.56%2C7.93%2C7.93%2C0%2C0%2C1%2C.08-1h0A5.55%2C5.55%2C0%2C0%2C1%2C5%2C1.9ZM4%2C15.36%2C6.32%2C19.2h0s.08.11.12.15h0s.08.08.11.08h0a.15.15%2C0%2C0%2C0%2C.12%2C0s0%2C0%2C.08%2C0%2C.11%2C0%2C.19%2C0h0a.36.36%2C0%2C0%2C0%2C.2%2C0s0%2C0%2C.07%2C0%2C.08%2C0%2C.12%2C0h0s.08-.08.12-.08h0a1.18%2C1.18%2C0%2C0%2C0%2C.11-.15h0L13%2C10.35a5.78%2C5.78%2C0%2C0%2C0%2C1-2.87s0-.34%2C0-.5A6.92%2C6.92%2C0%2C0%2C0%2C9.62.5%2C7.16%2C7.16%2C0%2C0%2C0%2C7.1%2C0H6.94A7.16%2C7.16%2C0%2C0%2C0%2C4.42.5%2C6.81%2C6.81%2C0%2C0%2C0%2C.31%2C5.12%2C5.32%2C5.32%2C0%2C0%2C0%2C0%2C6.63V7a6.79%2C6.79%2C0%2C0%2C0%2C.81%2C3.26v0s0%2C0%2C0%2C.07L3.14%2C14%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  top: -11%;
  left: 9%;
  right: unset;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
}
.menuarea .headsub .headsub__bus a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2017.44%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.75%2C17.44a4%2C4%2C0%2C0%2C1-.49%2C0%2C3.23%2C3.23%2C0%2C0%2C1-2.71-3.65A3.24%2C3.24%2C0%2C0%2C1%2C18.74%2C11a2.77%2C2.77%2C0%2C0%2C1%2C.49%2C0%2C3.19%2C3.19%2C0%2C0%2C1%2C2.68%2C2.55h1.84V7.11H19.38V9.62a.63.63%2C0%2C0%2C1-1.25%2C0V7.11H8.42V9.62a.63.63%2C0%2C0%2C1-1.25%2C0V7.11H1.24v1.1H2.83A1.69%2C1.69%2C0%2C0%2C1%2C3%2C11.58H1.24v2H3.09A3.2%2C3.2%2C0%2C0%2C1%2C6.23%2C11a3.71%2C3.71%2C0%2C0%2C1%2C.47%2C0%2C3.25%2C3.25%2C0%2C0%2C1%2C2.69%2C2.56h4.94a.62.62%2C0%2C1%2C1%2C0%2C1.23H9.38a3.22%2C3.22%2C0%2C0%2C1-3.15%2C2.59h0l-.47%2C0a3.22%2C3.22%2C0%2C0%2C1-2.68-2.56H.62A.61.61%2C0%2C0%2C1%2C0%2C14.24V4.62A2.45%2C2.45%2C0%2C0%2C1%2C.55%2C3.09L2.32.9A2.45%2C2.45%2C0%2C0%2C1%2C4.22%2C0H22.55A2.44%2C2.44%2C0%2C0%2C1%2C25%2C2.43V14.24a.62.62%2C0%2C0%2C1-.63.61H21.91A3.24%2C3.24%2C0%2C0%2C1%2C18.75%2C17.44ZM6.23%2C12.28a2%2C2%2C0%2C0%2C0-.12%2C3.93l.13%2C0a2%2C2%2C0%2C1%2C0%2C0-3.91Zm12.53%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C18.76%2C12.27Zm-16-1.9h.07a.45.45%2C0%2C0%2C0%2C.45-.4.44.44%2C0%2C0%2C0-.09-.33.42.42%2C0%2C0%2C0-.3-.17H1.24v.9ZM4.22%2C1.24a1.18%2C1.18%2C0%2C0%2C0-.92.44L1.47%2C3.86a1.28%2C1.28%2C0%2C0%2C0-.26.8V5.92l6%2C0V1.24ZM23.75%2C5.87V2.41a1.2%2C1.2%2C0%2C0%2C0-1.2-1.17H19.38V5.87Zm-5.62%2C0V1.24H13.9V5.87Zm-5.48%2C0V1.24H8.42V5.87ZM18.76%2C15a.74.74%2C0%2C0%2C1-.75-.73.76.76%2C0%2C0%2C1%2C.74-.75.74.74%2C0%2C1%2C1%2C0%2C1.48Zm0-.91a.18.18%2C0%2C0%2C0-.17.18.18.18%2C0%2C0%2C0%2C.17.11.17.17%2C0%2C0%2C0%2C.17-.14A.18.18%2C0%2C0%2C0%2C18.76%2C14.06ZM6.24%2C15A.74.74%2C0%2C1%2C1%2C7%2C14.24.74.74%2C0%2C0%2C1%2C6.24%2C15Zm0-1a.16.16%2C0%2C0%2C0-.17.14.06.06%2C0%2C0%2C0%2C0%2C.06.17.17%2C0%2C0%2C0%2C.16.19.17.17%2C0%2C0%2C0%2C.17-.16A.18.18%2C0%2C0%2C0%2C6.26%2C14Zm5.6-4.22a.63.63%2C0%2C0%2C1-.62-.62.62.62%2C0%2C0%2C1%2C.62-.62h2.74a.62.62%2C0%2C0%2C1%2C0%2C1.24Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  top: 0%;
  left: 4%;
  right: unset;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
}
html.ie11 .menuarea .headsub .headsub__bus a::before {
  background-image: url("/img/common/ic_bus_white.svg");
}
.menuarea .headsub .headsub__sitemap a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.43%2015.43%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.72%2C15.43a2.7%2C2.7%2C0%2C0%2C1-.88-5.26L16%2C10.1V8.42H10.45v1.69l.18.07a2.71%2C2.71%2C0%2C1%2C1-1.8%2C0L9%2C10.1V8.42H3.44v1.69l.19.07a2.72%2C2.72%2C0%2C1%2C1-1.8%2C0L2%2C10.1V7H9V5.33l-.19-.07a2.71%2C2.71%2C0%2C1%2C1%2C1.8%2C0l-.18.07V7h7v3.11l.19.07a2.7%2C2.7%2C0%2C0%2C1-.92%2C5.25Zm0-4A1.29%2C1.29%2C0%2C1%2C0%2C18%2C12.73%2C1.29%2C1.29%2C0%2C0%2C0%2C16.75%2C11.44Zm-7%2C0a1.29%2C1.29%2C0%2C1%2C0%2C0%2C2.57%2C1.29%2C1.29%2C0%2C0%2C0%2C0-2.57Zm-7%2C0A1.29%2C1.29%2C0%2C1%2C0%2C4%2C12.73%2C1.29%2C1.29%2C0%2C0%2C0%2C2.73%2C11.44Zm7-10A1.29%2C1.29%2C0%2C1%2C0%2C9.74%2C4a1.29%2C1.29%2C0%2C0%2C0%2C0-2.57Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  top: -10%;
  left: 5%;
  right: unset;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
}
.menuarea .headsub .headsub__lang a {
  padding: 0px 15px 28.5px;
  font-size: 12px;
}
html[lang=ja] .menuarea .headsub .headsub__jp a, html[lang=ja] .wrapper.top .menuarea .headsub .headsub__jp a {
  color: #a77891;
  font-weight: bold;
}
html[lang=en] .menuarea .headsub .headsub__en a, html[lang=en] .wrapper.top .menuarea .headsub .headsub__en a {
  color: #a77891;
  font-weight: bold;
}
.menuarea .headvis {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuarea .headvis {
    display: block;
  }
}
.menuarea .headvis ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*&amp;::after{
  content:"";
  display:block;
  width: 50%;
  height:60px;
  background-color: #802358;
   }*/
}
.menuarea .headvis li {
  width: 50%;
  background-color: #802358;
  border-left: none;
}
.menuarea .headvis li:nth-child(2n+1) {
  border-right: 1px solid #e6e7ec;
}
.menuarea .headvis li a {
  color: #fff;
  padding: 20px 10px 20px 10px;
  text-align: center;
  font-size: 14px;
}
.menuarea.mod--spMenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuarea.mod--spMenu {
    display: none;
  }
}
.menuarea.mod--spReverse .menuarea__inner {
  display: flex;
  flex-direction: column;
}
.menuarea.mod--spReverse .menuarea__inner .menuarea__first {
  order: 2;
}

.menuarea__second li.menuarea__second__half {
  background-color: #f8f8f8 !important;
}
.menuarea__second li.menuarea__second__half a {
  padding: 18.5px 20px 18.5px 60px !important;
}
.menuarea__second li.menuarea__second__half a::before {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
  display: block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin-right: 14px;
  position: absolute;
  top: 45%;
  left: 40px;
}
.menuarea__second li.menuarea__second__half:hover {
  background-color: #802358 !important;
}
.menuarea__second li.menuarea__second__half:hover a::before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C3.56%2C4.7.21a.83.83%2C0%2C0%2C1%2C1.1%2C0%2C.68.68%2C0%2C0%2C1%2C0%2C1L2.2%2C4.59%2C5.8%2C7.94a.68.68%2C0%2C0%2C1%2C0%2C1A.79.79%2C0%2C0%2C1%2C4.71%2C9L0%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
}
.menuarea__second li.menuarea__second__half .menuarea__third li a {
  padding-left: 40px !important;
}

.menuarea__second__half .menuarea__third li a {
  padding-left: 40px !important;
}

.not_arrow a:before {
  content: none !important;
}
@media screen and (max-width: 1024px) {
  .not_arrow a:before {
    content: "" !important;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.61%2C1.23%2C9a.71.71%2C0%2C0%2C1-.51.21A.72.72%2C0%2C0%2C1%2C.21%2C8L3.55%2C4.59.21%2C1.23a.72.72%2C0%2C0%2C1%2C1-1L5.59%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
    top: 42%;
    left: unset !important;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-right: 0;
    width: 10px;
    height: 17px;
  }
}

.menuarea .menuarea__first li.sns {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: none !important;
}
.menuarea .menuarea__first li.sns ul {
  width: 221px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
  padding-top: 21px;
}
.menuarea .menuarea__first li.sns li {
  width: 38px;
  height: 38px;
  padding: 0;
  background: none;
  border: none;
}
.menuarea .menuarea__first li.sns li a {
  padding: 0;
}
.menuarea .menuarea__first li.sns li a::before {
  content: none;
}
.menuarea .menuarea__first li.sns li a img {
  width: 100%;
}
.menuarea .menuarea__first li.sns li a:hover {
  opacity: 0.7;
}

.menuarea .menuarea__first li.visitor {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuarea .menuarea__first li.visitor {
    display: block;
    background: #F2E9EE;
  }
  .menuarea .menuarea__first li.visitor span {
    padding: 18.5px 79px 18.5px 20px;
  }
  .menuarea .menuarea__first li.visitor .menuarea__second li {
    background: #F2E9EE;
  }
  .menuarea .menuarea__first li.visitor .menuarea__second li:hover {
    background: #802358;
  }
}

.menuarea.mod--spMenu .menuarea__inner .menuarea__first li.sns {
  display: none;
}
.menuarea.mod--spMenu .sns_sp {
  width: 78.1vw;
  margin: auto;
  border: none;
  padding-top: 8.2vw;
  float: none;
  display: flex;
  justify-content: space-between;
}
.menuarea.mod--spMenu .sns_sp li {
  width: 13.3vw;
  height: 13.3vw;
  max-width: 100px;
  max-height: 100px;
  background: none;
  border: none;
}
.menuarea.mod--spMenu .sns_sp a {
  padding: 0;
}
.menuarea.mod--spMenu .sns_sp a img {
  width: 100%;
}

.chukou .menuarea__first li a span {
  padding: 0;
  width: 40px;
  height: 39px;
  float: left;
  margin-top: -8.5px;
  margin-bottom: -7.5px;
  margin-right: 13px;
  position: relative;
}
.chukou .menuarea__first li a span::before {
  content: "";
  position: absolute;
  background: url("/chukou/img/common/icn_menu1.png") no-repeat;
  width: 39px;
  height: 39px;
  background-size: 39px;
}
.chukou .menuarea__first li:first-child:hover a span::before {
  background: url("/chukou/img/common/icn_menu1_hover.png") no-repeat;
  width: 39px;
  height: 39px;
  background-size: 39px;
}
@media screen and (max-width: 1024px) {
  .chukou .menuarea__first li:first-child:hover a span::before {
    background: url("/chukou/img/common/icn_menu1.png") no-repeat;
  }
}
.chukou .menuarea__first li:nth-child(2) a span {
  height: 37px;
  margin-top: -7.5px;
  margin-bottom: -6.5px;
}
.chukou .menuarea__first li:nth-child(2) a span::before {
  content: "";
  position: absolute;
  background: url("/chukou/img/common/icn_menu2.png") no-repeat;
  width: 29px;
  height: 37px;
  background-size: 29px 37px;
}
.chukou .menuarea__first li:nth-child(2):hover a span::before {
  background: url("/chukou/img/common/icn_menu2_hover.png") no-repeat;
}
@media screen and (max-width: 1024px) {
  .chukou .menuarea__first li:nth-child(2):hover a span::before {
    background: url("/chukou/img/common/icn_menu2.png") no-repeat;
  }
}
.chukou .menuarea__first li:nth-child(3) a span {
  height: 30px;
  margin-top: -4px;
  margin-bottom: -3px;
}
.chukou .menuarea__first li:nth-child(3) a span::before {
  content: "";
  position: absolute;
  background: url("/chukou/img/common/icn_menu3.png") no-repeat;
  width: 39px;
  height: 30px;
  background-size: 39px 30px;
}
.chukou .menuarea__first li:nth-child(3):hover a span::before {
  background: url("/chukou/img/common/icn_menu3_hover.png") no-repeat;
}
@media screen and (max-width: 1024px) {
  .chukou .menuarea__first li:nth-child(3):hover a span::before {
    background: url("/chukou/img/common/icn_menu3.png") no-repeat;
  }
}
.chukou .menuarea__first li:nth-child(4) a span {
  height: 35px;
  margin-top: -6.5px;
  margin-bottom: -5.5px;
}
.chukou .menuarea__first li:nth-child(4) a span::before {
  content: "";
  position: absolute;
  background: url("/chukou/img/common/icn_menu4.png") no-repeat;
  width: 39px;
  height: 35px;
  background-size: 39px 35px;
}
.chukou .menuarea__first li:nth-child(4):hover a span::before {
  background: url("/chukou/img/common/icn_menu4_hover.png") no-repeat;
}
@media screen and (max-width: 1024px) {
  .chukou .menuarea__first li:nth-child(4):hover a span::before {
    background: url("/chukou/img/common/icn_menu4.png") no-repeat;
  }
}
.chukou .menuarea__first li:nth-child(5) a span {
  height: 34px;
  margin-top: -6px;
  margin-bottom: -5px;
}
.chukou .menuarea__first li:nth-child(5) a span::before {
  content: "";
  position: absolute;
  background: url("/chukou/img/common/icn_menu5.png") no-repeat;
  width: 40px;
  height: 34px;
  background-size: 40px 34px;
}
.chukou .menuarea__first li:nth-child(5):hover a span::before {
  background: url("/chukou/img/common/icn_menu5_hover.png") no-repeat;
}
@media screen and (max-width: 1024px) {
  .chukou .menuarea__first li:nth-child(5):hover a span::before {
    background: url("/chukou/img/common/icn_menu5.png") no-repeat;
  }
}
.chukou .menuarea__first li:nth-child(6) a span {
  height: 40px;
  margin-top: -7px;
  margin-bottom: -5px;
}
.chukou .menuarea__first li:nth-child(6) a span::before {
  content: "";
  position: absolute;
  background: url("/chukou/img/common/icn_menu6.png") no-repeat;
  width: 37px;
  height: 40px;
  background-size: 37px 40px;
}
.chukou .menuarea__first li:nth-child(6):hover a span::before {
  background: url("/chukou/img/common/icn_menu6_hover.png") no-repeat;
}
@media screen and (max-width: 1024px) {
  .chukou .menuarea__first li:nth-child(6):hover a span::before {
    background: url("/chukou/img/common/icn_menu6.png") no-repeat;
  }
}

@media screen and (max-width: 1024px) {
  .headBlock {
    height: 75px;
  }
  .headBlock__inner .headvis {
    display: none;
  }
  .headBlock__inner .headsub {
    padding-right: 0;
    padding-top: 0;
  }
  .headBlock__inner .headsub__search {
    padding: 0;
  }
  .headBlock__inner .headsub__search a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #802358;
    background: #fff;
    width: 60px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
  }
  .headBlock__inner .headsub__search a:before {
    background-size: 20px;
    position: absolute;
    top: 25px;
    width: 15px;
    height: 15px;
    margin-right: 0;
  }
  .headBlock__inner .headsub__link {
    display: none;
  }
  .headBlock__inner .headsub__sns {
    display: none;
  }
  .headBlock__inner .headsub__option {
    border-left: 1px solid #e6e6e6;
    text-align: center;
    box-sizing: border-box;
  }
  .headBlock__inner .headsub__option .headsub__en,
  .headBlock__inner .headsub__option .headsub__jp {
    display: none;
  }
  .headright {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
  }
  .headleft {
    position: static;
    transform: none;
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .headmenu {
    width: 60px;
    height: 75px;
  }
  .headmenu__icon {
    width: 12px;
    height: 12px;
    background-size: contain;
    margin: 25px auto 15px;
  }
  .headmenu__txt {
    font-size: 10px;
    font-size: 1rem;
  }
  .headmenu.open .headmenu__icon {
    width: 12px;
    height: 12px;
  }
  .menuarea {
    width: 100%;
    top: 75px;
  }
  .wrapper.top .menuarea {
    top: 82px;
  }
  .menuarea ul {
    width: 100%;
  }
  .menuarea li {
    display: inherit;
  }
  .menuarea li.headsub--separator {
    display: none !important;
  }
  .menuarea__first {
    width: 100%;
    float: none;
  }
  .menuarea__first &gt; li {
    overflow: hidden;
  }
  .menuarea__first &gt; li a {
    padding: 18.5px 79px 18.5px 20px;
  }
  .menuarea__first &gt; li a::before {
    background: unset;
    left: 35px;
    margin-right: 4px;
  }
  .menuarea__first &gt; li:hover {
    background-color: #fff;
  }
  .menuarea__first &gt; li:hover a {
    color: #313131;
  }
  .menuarea__first &gt; li:hover a::before {
    background: unset;
    left: 35px;
    margin-right: 4px;
  }
  .menuarea__first .menuarea__out {
    display: none;
  }
  .menuarea__toggle::before {
    display: none;
  }
  .menuarea__toggle::after {
    content: "";
    display: block;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031.24%2031.24%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M14.26%2C17H0V14.26H14.26V0H17V14.26H31.24V17H17V31.24H14.26Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
    top: 35%;
    left: unset;
    right: 19.5px;
    width: 20px !important;
    height: 20px !important;
    background-size: 20px 20px !important;
    margin-right: 0px !important;
    position: absolute;
  }
  .menuarea__toggle.open:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031.24%202.74%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M31.24%2C2.74H0V0H31.24Z%22%2F%3E%3C%2Fsvg%3E") !important;
    top: 35%;
    left: unset;
    right: 19.5px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px !important;
    margin-right: 0px;
    position: absolute;
  }
  .menuarea__second {
    position: inherit;
    width: 100%;
    float: none;
    right: 0 !important;
  }
  .menuarea__second &gt; li {
    border-left: none !important;
    border-right: none;
  }
  .menuarea__second &gt; li:nth-last-child(2) {
    border-bottom: none !important;
  }
  .menuarea__second &gt; li span:before {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.61%2C1.23%2C9a.71.71%2C0%2C0%2C1-.51.21A.72.72%2C0%2C0%2C1%2C.21%2C8L3.55%2C4.59.21%2C1.23a.72.72%2C0%2C0%2C1%2C1-1L5.59%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
    top: 42%;
    left: unset !important;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-right: 0;
    width: 10px;
    height: 17px;
  }
  .menuarea__second &gt; li a:before {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.61%2C1.23%2C9a.71.71%2C0%2C0%2C1-.51.21A.72.72%2C0%2C0%2C1%2C.21%2C8L3.55%2C4.59.21%2C1.23a.72.72%2C0%2C0%2C1%2C1-1L5.59%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
    top: 42%;
    left: unset !important;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-right: 0;
    width: 10px;
    height: 17px;
    margin-right: 0px !important;
  }
  .menuarea__second &gt; li:hover a:before {
    left: unset !important;
    transform: scale(-1, 1);
    margin-right: 4px !important;
  }
  .menuarea__second .menuarea__out {
    display: none !important;
  }
  .menuarea__second li.menuarea__second__half a {
    padding-left: 53px !important;
  }
  .menuarea__second li.menuarea__second__half a:before {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.61%2C1.23%2C9a.71.71%2C0%2C0%2C1-.51.21A.72.72%2C0%2C0%2C1%2C.21%2C8L3.55%2C4.59.21%2C1.23a.72.72%2C0%2C0%2C1%2C1-1L5.59%2C4.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
    top: 42%;
    left: unset !important;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-right: 0;
    width: 10px;
    height: 17px;
    margin-right: 0px !important;
  }
  .chukou .menuarea .headsub {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .chukou .menuarea .headsub__sns {
    background-color: #3D65D6;
    float: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: none;
    padding: 0px 0 28.5px;
    order: 2;
    width: 100%;
  }
  .chukou .menuarea .headsub__sns__link {
    border: none;
    background-color: unset;
    width: 26px;
    margin-right: 10px;
  }
  .chukou .menuarea .headsub__sns__link:last-child {
    margin-right: 0;
  }
  .chukou .menuarea .headsub__sns__link a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .headsub {
    padding-top: 0;
  }
  .headsub__search {
    padding: 0;
  }
  .headsub__search a:before {
    top: 25px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 375px) {
  .search-area__close {
    right: 5.5%;
  }
}
#___gcse_0 {
  width: 600px;
  float: left;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

table.gsc-search-box {
  width: 600px;
}

.gsc-search-box-tools .gsc-search-box {
  padding: 0 !important;
}

.gsc-input-box {
  border-radius: 0 !important;
}

.search-area {
  position: absolute;
  right: 0;
  width: 733px;
  height: 90px;
  background-color: #f8f8f8;
  padding: 20px 46px 20px 21px;
  z-index: 110;
  display: none;
  z-index: 10;
}
.search-area__close {
  float: right;
  padding-top: 15px;
  cursor: pointer;
  width: 20px;
  height: 36px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%3E%3Cpath%20fill%3D%22%23989898%22%20d%3D%22M10%2C11.59%2C1.6%2C20%2C0%2C18.38%2C8.39%2C10%2C0%2C1.6%2C1.6%2C0%2C10%2C8.39%2C18.38%2C0%2C20%2C1.6%2C11.59%2C10%2C20%2C18.38%2C18.38%2C20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
}

@media screen and (max-width: 1024px) {
  .gsc-input-box .gsib_a {
    display: flex;
    align-items: center;
  }
  table.gsc-search-box td {
    vertical-align: middle;
    text-align: right;
  }
  .search-area {
    position: absolute;
    right: 0;
    width: 100%;
    height: 90px;
    background-color: #f8f8f8;
    padding: 20px 46px 20px 21px;
    box-sizing: border-box;
    z-index: 10;
    display: none;
    z-index: 10;
  }
  .search-area.open {
    display: block !important;
  }
  .search-area__close {
    float: none;
    position: absolute;
    top: 20px;
    right: 3.5%;
    height: 36px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%3E%3Cpath%20fill%3D%22%23989898%22%20d%3D%22M10%2C11.59%2C1.6%2C20%2C0%2C18.38%2C8.39%2C10%2C0%2C1.6%2C1.6%2C0%2C10%2C8.39%2C18.38%2C0%2C20%2C1.6%2C11.59%2C10%2C20%2C18.38%2C18.38%2C20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  }
  #___gcse_0 {
    width: 95% !important;
    float: left;
  }
  form.gsc-search-box {
    margin-bottom: 0 !important;
  }
  table.gsc-search-box {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  /* Slight reset to make the preview have ample padding. */
  .searchBlock .cse .gsc-control-cse,
  .searchBlock .gsc-control-cse {
    padding: 0 !important;
    width: auto;
    text-align: left;
  }
  .searchBlock .gsc-search-box {
    background: #f7f1ed;
    padding: 2% !important;
  }
  .searchBlock .gsc-selected-option {
    white-space: nowrap;
  }
  .searchBlock .gsc-thumbnail-inside,
  .searchBlock .gsc-url-top {
    padding-left: 0 !important;
    color: #b63c44 !important;
  }
  .searchBlock .gsc-control-cse {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .searchBlock .gsc-control-cse .gsc-table-result {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .searchBlock .gsc-results .gsc-cursor-box {
    margin: 0 auto;
    text-align: center;
    padding: 8% 0 0 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
  }
  .searchBlock .gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    padding: 8px 10px 6px 10px;
    margin: 4px;
    background: #f5ede8;
    border: 1px solid #802358;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    transition: color, background 0.3s ease;
  }
  .searchBlock .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: #802358;
    color: #ffffff;
    transition: color, background 0.3s ease;
    text-decoration: none;
  }
  .searchBlock .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: #802358;
    color: #ffffff;
  }
  .searchBlock .gs-title {
    height: auto;
    font-size: 14px !important;
    line-height: 1.2em !important;
  }
  .searchBlock .gs-bidi-start-align {
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333333 !important;
  }
  .searchBlock .gs-visibleUrl {
    color: #802358 !important;
  }
  .searchBlock .gs-webResult.gs-result a.gs-title:visited,
  .searchBlock .gs-imageResult a.gs-title:visited,
  .searchBlock .gs-webResult.gs-result a.gs-title:link,
  .searchBlock .gs-imageResult a.gs-title:link {
    color: #0042ff;
    text-decoration: underline;
  }
  .searchBlock .gs-webResult.gs-result a.gs-title:visited b,
  .searchBlock .gs-imageResult a.gs-title:visited b,
  .searchBlock .gs-webResult.gs-result a.gs-title:link b,
  .searchBlock .gs-imageResult a.gs-title:link b {
    color: #0042ff;
    text-decoration: underline;
  }
  .searchBlock .gs-webResult.gs-result a.gs-title:hover,
  .searchBlock .gs-imageResult a.gs-title:hover {
    color: #b63c44;
    text-decoration: none;
  }
  .searchBlock .gs-webResult.gs-result a.gs-title:hover b,
  .searchBlock .gs-imageResult a.gs-title:hover b {
    color: #b63c44;
    text-decoration: none;
  }
  /*-----*/
  .cse .gsc-control-cse,
  .gsc-control-cse {
    padding: 1em;
    width: auto;
  }
  .cse .gsc-control-wrapper-cse,
  .gsc-control-wrapper-cse {
    width: 100%;
  }
  .cse .gsc-branding,
  .gsc-branding {
    display: none;
  }
  /* Selector for entire element. */
  .cse .gsc-control-cse,
  .gsc-control-cse {
    background: none !important;
    border: none !important;
  }
  .cse .gsc-control-cse:after,
  .gsc-control-cse:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cse .gsc-resultsHeader,
  .gsc-resultsHeader {
    border: block;
  }
  table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
    height: 1.75em !important;
  }
  input.gsc-input {
    font-size: 12px !important;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 9px;
    border: none !important;
    width: 10%;
    border-radius: 15px 0 0 15px !important;
    padding-top: 0 !important;
    overflow: hidden;
    vertical-align: top;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  }
  .gsc-input-box {
    border: none !important;
    border-radius: 15px 0 0 15px !important;
    background: #fff;
    height: 30px !important;
    vertical-align: top;
  }
  .gsc-search-box .gsc-input &gt; button:hover,
  .gsc-input-box-hover,
  .gsc-search-box .gsc-input &gt; button:focus,
  .gsc-input-box-focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    border-radius: 15px 0 0 15px !important;
  }
  /* Search button */
  .cse button.gsc-search-button,
  button.gsc-search-button {
    font-family: inherit;
    font-weight: bold;
    color: #fff;
    padding: 0 23px !important;
    height: 30px;
    border: none !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M16.26%2C2.78a9.52%2C9.52%2C0%2C1%2C0-.75%2C14.15l5.78%2C5.79A1.07%2C1.07%2C0%2C0%2C0%2C22%2C23a1%2C1%2C0%2C0%2C0%2C.71-.3%2C1%2C1%2C0%2C0%2C0%2C0-1.43L16.94%2C15.5a9.53%2C9.53%2C0%2C0%2C0-.68-12.72Zm-12%2C12A7.5%2C7.5%2C0%2C0%2C1%2C14.86%2C4.24%2C7.41%2C7.41%2C0%2C0%2C1%2C17%2C9.55a7.53%2C7.53%2C0%2C0%2C1-2.18%2C5.31A7.33%2C7.33%2C0%2C0%2C1%2C9.55%2C17%2C7.53%2C7.53%2C0%2C0%2C1%2C4.24%2C14.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: 24px 24px;
    border-radius: 0 !important;
    overflow: hidden;
    vertical-align: top;
  }
  .cse button.gsc-search-button:hover,
  button.gsc-search-button:hover {
    border: none !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M16.26%2C2.78a9.52%2C9.52%2C0%2C1%2C0-.75%2C14.15l5.78%2C5.79A1.07%2C1.07%2C0%2C0%2C0%2C22%2C23a1%2C1%2C0%2C0%2C0%2C.71-.3%2C1%2C1%2C0%2C0%2C0%2C0-1.43L16.94%2C15.5a9.53%2C9.53%2C0%2C0%2C0-.68-12.72Zm-12%2C12A7.5%2C7.5%2C0%2C0%2C1%2C14.86%2C4.24%2C7.41%2C7.41%2C0%2C0%2C1%2C17%2C9.55a7.53%2C7.53%2C0%2C0%2C1-2.18%2C5.31A7.33%2C7.33%2C0%2C0%2C1%2C9.55%2C17%2C7.53%2C7.53%2C0%2C0%2C1%2C4.24%2C14.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  }
  .cse button.gsc-search-button:focus,
  button.gsc-search-button:focus {
    box-shadow: none !important;
  }
  .cse .gsc-search-button button.gsc-search-button-v2,
  button.gsc-search-button-v2 {
    width: 0px !important;
    height: 30px !important;
    padding: 0 23px !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    overflow: hidden;
  }
  .gsst_a .gscb_a {
    color: #802358 !important;
  }
}
.open {
  display: block;
}

.ie11 .headmenu__icon {
  background: url(/img/common/ic_hamburger.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
}
@media screen and (max-width: 1024px) {
  .ie11 .headmenu__icon {
    background-size: 12px;
  }
}

.ie11 .headmenu.open .headmenu__icon {
  background: url(/img/common/ic_hamburger_close.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
}
@media screen and (max-width: 1024px) {
  .ie11 .headmenu.open .headmenu__icon {
    background-size: 12px;
  }
}

.ie11 .menuarea__first &gt; li a::before {
  background: url(/img/common/ic_arrow_left_univ.svg);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.chukou .menuarea__first &gt; li a::before {
  background: url(/img/common/ic_arrow_left_chukou.svg);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.nichukou .menuarea__first &gt; li a::before {
  background: url(/img/common/ic_arrow_left_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.yochien .menuarea__first &gt; li a::before {
  background: url(/img/common/ic_arrow_left_yochien.svg);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.muse .menuarea__first &gt; li a::before {
  background: url(/img/common/ic_arrow_left_muse.svg);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 .menuarea__first &gt; li:hover a::before {
  background: url(/img/common/ic_arrow_left_white.svg);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 .menuarea__second &gt; li a::before {
  background: url(/img/common/ic_arrow_left_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.chukou .menuarea__second &gt; li a::before {
  background: url(/img/common/ic_arrow_left_chukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.nichukou .menuarea__second &gt; li a::before {
  background: url(/img/common/ic_arrow_left_nichukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.yochien .menuarea__second &gt; li a::before {
  background: url(/img/common/ic_arrow_left_yochien.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.muse .menuarea__second &gt; li a::before {
  background: url(/img/common/ic_arrow_left_muse.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 .menuarea__second &gt; li:hover a::before {
  background: url(/img/common/ic_arrow_left_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 .menuarea__third &gt; li a::before {
  content: none !important;
}

.ie11 .menuarea__blank a::after {
  background: url(/img/common/ic_blank.svg) !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
}

.ie11 .menuarea__blank:hover a::after {
  background: url(/img/common/ic_blank_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
}

.ie11 .headBlock__inner .headsub__ID a::before {
  background-image: url(/img/common/ic_kyoritsuID_univ.svg);
  background-repeat: no-repeat;
  background-size: 23px 16px;
}

.top .headBlock__inner .headsub__ID a::before {
  background-image: url(/img/common/ic_kyoritsuID_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 23px 16px;
}

.ie11 .headBlock__inner .headsub__claim a::before {
  background-image: url(/img/common/ic_doc_univ.svg);
  background-repeat: no-repeat;
  background-size: 15px 18px;
}

.ie11.chukou .headBlock__inner .headsub__claim a::before {
  background-image: url(/img/common/ic_doc_chukou.svg);
  background-repeat: no-repeat;
  background-size: 15px 18px;
}

.ie11.nichukou .headBlock__inner .headsub__claim a::before {
  background-image: url(/img/common/ic_doc_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 15px 18px;
}

.top .headBlock__inner .headsub__claim a::before {
  background-image: url(/img/common/ic_doc_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 15px 18px;
}

.ie11 .headBlock__inner .headsub__inquiry a::before {
  background-image: url(/img/common/ic_contact_univ.svg);
  background-repeat: no-repeat;
  background-size: 22px 21px;
}

.ie11.nichukou .headBlock__inner .headsub__inquiry a::before {
  background-image: url(/img/common/ic_contact_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 22px 21px;
}

.top .headBlock__inner .headsub__inquiry a::before {
  background-image: url(/img/common/ic_contact_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 22px 21px;
}

.ie11 .headBlock__inner .headsub__access a::before {
  background-image: url(/img/common/ic_access_univ.svg);
  background-repeat: no-repeat;
  background-size: 14px 20px;
}

.ie11.chukou .headBlock__inner .headsub__access a::before {
  background-image: url(/img/common/ic_access_chukou.svg);
  background-repeat: no-repeat;
  background-size: 14px 20px;
}

.ie11.nichukou .headBlock__inner .headsub__access a::before {
  background-image: url(/img/common/ic_access_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 14px 20px;
}

.ie11.yochien .headBlock__inner .headsub__access a::before {
  background-image: url(/img/common/ic_access_yochien.svg);
  background-repeat: no-repeat;
  background-size: 14px 20px;
}

.ie11.muse .headBlock__inner .headsub__access a::before {
  background-image: url(/img/common/ic_access_muse.svg);
  background-repeat: no-repeat;
  background-size: 14px 20px;
}

.top .headBlock__inner .headsub__access a::before {
  background-image: url(/img/common/ic_access_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 14px 20px;
}

.ie11 .headBlock__inner .headsub__search a::before {
  background-image: url(/img/common/ic_search_univ.svg);
  background-repeat: no-repeat;
  background-size: 18px 19px;
}

.ie11.chukou .headBlock__inner .headsub__search a::before {
  background-image: url(/img/common/ic_search_chukou.svg);
  background-repeat: no-repeat;
  background-size: 18px 19px;
}

.ie11.nichukou .headBlock__inner .headsub__search a::before {
  background-image: url(/img/common/ic_search_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 18px 19px;
}

.ie11.yochien .headBlock__inner .headsub__search a::before {
  background-image: url(/img/common/ic_search_yochien.svg);
  background-repeat: no-repeat;
  background-size: 18px 19px;
}

.ie11.muse .headBlock__inner .headsub__search a::before {
  background-image: url(/img/common/ic_search_muse.svg);
  background-repeat: no-repeat;
  background-size: 18px 19px;
}

@media screen and (min-width: 1025px) {
  .top .headBlock__inner .headsub__search a::before {
    background-image: url(/img/common/ic_search_white.svg) !important;
    background-repeat: no-repeat;
    background-size: 18px 19px;
  }
}
@media screen and (max-width: 1024px) {
  .top .headBlock__inner .headsub__search a::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M16.26%2C2.78a9.52%2C9.52%2C0%2C1%2C0-.75%2C14.15l5.78%2C5.79A1.07%2C1.07%2C0%2C0%2C0%2C22%2C23a1%2C1%2C0%2C0%2C0%2C.71-.3%2C1%2C1%2C0%2C0%2C0%2C0-1.43L16.94%2C15.5a9.53%2C9.53%2C0%2C0%2C0-.68-12.72Zm-12%2C12A7.5%2C7.5%2C0%2C0%2C1%2C14.86%2C4.24%2C7.41%2C7.41%2C0%2C0%2C1%2C17%2C9.55a7.53%2C7.53%2C0%2C0%2C1-2.18%2C5.31A7.33%2C7.33%2C0%2C0%2C1%2C9.55%2C17%2C7.53%2C7.53%2C0%2C0%2C1%2C4.24%2C14.82Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
.ie11 .headBlock__inner .headsub__bus a::before {
  background-image: url(/img/common/ic_bus_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 21px;
}

.ie11.nichukou .headBlock__inner .headsub__bus a::before {
  background-image: url(/img/common/ic_bus_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 21px;
}

.top .headBlock__inner .headsub__bus a::before {
  background-image: url(/img/common/ic_bus_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 21px;
}

.ie11 .headBlock__inner .headsub__sitemap a::before {
  background-image: url(/img/common/ic_sitemap_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 21px;
}

.ie11.yochien .headBlock__inner .headsub__sitemap a::before {
  background-image: url(/img/common/ic_sitemap_yochien.svg);
  background-repeat: no-repeat;
  background-size: 20px 21px;
}

.top .headBlock__inner .headsub__sitemap a::before {
  background-image: url(/img/common/ic_sitemap_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 21px;
}

.ie11 .headBlock__inner .headsub__slogo a::before {
  background-image: url(/img/common/ic_kyoritsu_univ.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
}

.ie11.chukou .headBlock__inner .headsub__slogo a::before {
  background-image: url(/img/common/ic_kyoritsu_chukou.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
}

.ie11.yochien .headBlock__inner .headsub__slogo a::before {
  background-image: url(/img/common/ic_kyoritsu_yochien.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
}

.ie11.muse .headBlock__inner .headsub__slogo a::before {
  background-image: url(/img/common/ic_kyoritsu_muse.svg);
  background-repeat: no-repeat;
  background-size: 21px 20px;
}

.top .headBlock__inner .headsub__slogo a::before {
  background-image: url(/img/common/ic_kyoritsu_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 21px 20px;
}

@media screen and (max-width: 1024px) {
  .not_arrow.menuarea__blank a::before {
    content: none !important;
  }
  .not_arrow.menuarea__pdf a {
    padding-right: 80px !important;
  }
  .not_arrow.menuarea__pdf a::after {
    right: 10px;
  }
}
html[lang=ja].ja .headBlock__inner .headsub__jp a, html[lang=ja] .wrapper.top .headBlock__inner .headsub__jp a {
  color: #B8B8B8;
}

html[lang=en].english .headBlock__inner .headsub__en a {
  color: #802358;
}

html[lang=en] .wrapper.top .headBlock__inner .headsub__en a {
  color: #B8B8B8;
}

html[lang=en].english .headBlock__inner .headsub__en a, html[lang=en] .wrapper.top .headBlock__inner .headsub__en a {
  pointer-events: none;
}

html[lang=ja] .headBlock__inner .headsub__jp a, html[lang=ja] .wrapper.top .headBlock__inner .headsub__jp a {
  pointer-events: none;
}

.visitorBlock {
  display: none;
}
@media screen and (max-width: 768px) {
  .visitorBlock {
    display: block;
  }
  .visitorBlock ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #973570;
  }
  .visitorBlock li {
    border-bottom: 1px solid #973570;
    width: 33.3333333333%;
    height: 8.8vw;
    background-color: #762A57;
    border-right: 1px solid #973570;
  }
  .visitorBlock li:nth-child(3n+3) {
    border-right: none;
  }
  .visitorBlock a {
    font-size: 1rem;
    line-height: 8.8vw;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
  }
  .visitorBlock.col3 li {
    width: 50%;
  }
  .visitorBlock.col3 li:nth-child(2n+2) {
    border-right: none;
  }
  .visitorBlock.col3 li:nth-child(3n+3) {
    border-right: 1px solid #973570;
  }
}

/*-----------------------
indexBlock
------------------------*/
.indexBlock {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.indexBlock--second {
  height: 200px;
}
.indexBlock--second .indexBlock__title {
  padding-top: 70px;
}
.indexBlock--collection .indexBlock__bg {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  background-color: #ffecdd;
}
.indexBlock--collection .indexBlock__bg img {
  margin: 0 auto;
  text-align: center;
}
.indexBlock__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.indexBlock__title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 110px;
}
.indexBlock__title img {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .indexBlock {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .indexBlock__bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .indexBlock__bg img {
    width: 100%;
  }
  .indexBlock__title {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17.1875%;
  }
  .indexBlock__title img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.ie11 .indexBoxItem__list--blank .indexBoxItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_blank_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

/*-----------------------
indexBoxItem
------------------------*/
.indexBoxItem {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.indexBoxItem:before, .indexBoxItem:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.indexBoxItem:after {
  clear: both;
}
.indexBoxItem__list {
  width: 48.1%;
  margin: 20px 0;
}
.indexBoxItem__list:nth-child(odd) {
  clear: both;
  float: left;
}
.indexBoxItem__list:nth-child(even) {
  float: right;
}
.indexBoxItem__list--blank .indexBoxItem__list__link__title__tx:before {
  content: "";
  width: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: -1px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 21px;
  margin-right: 15px;
  border-radius: 0;
}
.indexBoxItem__list__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.indexBoxItem__list__link__title {
  position: relative;
  border-top: 2px solid #802358;
  border-bottom: 2px dotted #e8e8e8;
  margin-bottom: 25px;
}
.indexBoxItem__list__link__title__tx {
  display: block;
  text-align: left;
  color: #3e3e3e;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 15px 15px 10px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.indexBoxItem__list__link__title__tx:before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -1px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-size: 20px 8px;
  margin-right: 15px;
  margin-top: 2px;
  border-radius: 0;
}
.indexBoxItem__list__link__img {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  overflow: hidden;
}
.indexBoxItem__list__link__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.indexBoxItem__list__link__img img {
  width: 100%;
}
.indexBoxItem__list__link__img img.plain {
  width: auto;
}
.indexBoxItem__list__link__txt {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3e3e3e;
  background: #f7f7f7;
  padding: 15px;
}
.indexBoxItem__list__link__txt__sm {
  display: block;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  margin-top: 5px;
}
.indexBoxItem__list__link .indexBoxItem__list__link:hover .indexBoxItem__list__link__title__tx {
  background-color: #f7f1ed;
  transition: background-color 0.3s ease;
}
.indexBoxItem__list__link .indexBoxItem__list__link:hover .indexBoxItem__list__link__img:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.indexBoxItem__list__link:hover {
  transition: opacity ease 0.5s;
}
.indexBoxItem__list__link:hover .indexBoxItem__list__link__title__tx {
  background-color: #E6D3DE;
}

@media screen and (max-width: 768px) {
  .indexBoxItem {
    position: relative;
    overflow: hidden;
    zoom: 1;
  }
  .indexBoxItem:before, .indexBoxItem:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .indexBoxItem:after {
    clear: both;
  }
  .indexBoxItem__list {
    width: 100%;
    margin: 5% 0;
  }
  .indexBoxItem__list:nth-child(odd) {
    float: none;
  }
  .indexBoxItem__list:nth-child(even) {
    float: none;
  }
  .indexBoxItem__list--blank .indexBoxItem__list__link__title__tx:before {
    content: "";
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: -1px;
    background: url(/img/common/icn_blank_rd.png) left center no-repeat;
    background-size: 16px 14px;
    margin-right: 8px;
    border-radius: 0;
  }
  .indexBoxItem__list__link__title {
    border-top: 4px solid #802358;
    border-bottom: 1px solid #f5e3e5;
    margin-bottom: 10px;
  }
  .indexBoxItem__list__link__title__tx {
    display: block;
    text-align: left;
    color: #3e3e3e;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.06667;
    font-weight: bold;
    padding: 10px 8px;
  }
  .indexBoxItem__list__link__img {
    width: 100%;
    margin: 10px 0;
  }
  .indexBoxItem__list__link__img img {
    width: 100%;
  }
  .indexBoxItem__list__link__img:after {
    display: none;
  }
  .indexBoxItem__list__link__txt {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #333333;
  }
  .indexBoxItem__list__link__txt__sm {
    display: block;
    text-align: left;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 5px;
  }
  .indexBoxItem__list__link:hover .indexBoxItem__list__link__title__tx {
    background-color: #ffffff;
    transition: none;
  }
  .indexBoxItem__list__link:hover .indexBoxItem__list__link__img:after {
    display: none;
    transform: translateY(100%);
    transition: none;
  }
}
.ie11 .indexBoxItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.chukou .indexBoxItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.nichukou .indexBoxItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.muse .indexBoxItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_link_arrow_muse.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.yochien .indexBoxItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_link_arrow_yochien.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .indexBoxItem__list--blank .indexBoxItem__list__link__title__tx::before {
  background-size: 20px 16px !important;
}

/*-----------------------
indexNavBlock
------------------------*/
.indexNavBlock {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.indexNavBlock:before, .indexNavBlock:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.indexNavBlock:after {
  clear: both;
}
.indexNavBlock--academics .indexNavBlock__box {
  width: 22.8%;
  margin-left: 2.9%;
}
.indexNavBlock--academics .indexNavBlock__box:nth-child(odd) {
  clear: inherit;
  float: left;
}
.indexNavBlock--academics .indexNavBlock__box:nth-child(even) {
  float: left;
}
.indexNavBlock--academics .indexNavBlock__box:first-child {
  margin-left: 0;
}
.indexNavBlock--kasei .indexNavBlock__box__title {
  border-top-color: #EB6153;
  border-bottom-color: #f4e4ec;
}
.indexNavBlock--kasei .indexNavBlock__box__title__link {
  background: #f4e4ec;
}
.indexNavBlock--kasei .indexNavBlock__box__title__link :before {
  background-color: #EB6153;
}
.indexNavBlock--kasei .indexNavBlock__box__item__list__link {
  background: #f4e4ec;
}
.indexNavBlock--kasei .indexNavBlock__box__item__list__link:before {
  background: url(/img/common/ar_ri_kasei.png) left center no-repeat;
  background-size: 6px 10px;
}
.indexNavBlock--kasei .indexNavBlock__box__item__list__link:hover {
  background-color: #e7c6d6;
  transition: background-color 0.3s ease;
}
.indexNavBlock--kasei .indexNavBlock__title__link:hover {
  background-color: #f4e4ec;
  transition: background-color 0.3s ease;
}
.indexNavBlock--kasei .indexNavBlock__box__title__link:hover {
  background-color: #f4e4ec;
  transition: background-color 0.3s ease;
}
.indexNavBlock--bungei .indexNavBlock__title {
  border-top-color: #5BB647;
  border-bottom-color: #ebf2e6;
}
.indexNavBlock--bungei .indexNavBlock__title__link:before {
  background-color: #5BB647;
}
.indexNavBlock--bungei .indexNavBlock__box__item__list__link {
  background: #ebf2e6;
}
.indexNavBlock--bungei .indexNavBlock__box__item__list__link:before {
  background: url(/img/common/ar_ri_bungei.png) left center no-repeat;
  background-size: 6px 10px;
}
.indexNavBlock--bungei .indexNavBlock__box__item__list__link:hover {
  background-color: #d4e4c9;
  transition: background-color 0.3s ease;
}
.indexNavBlock--bungei .indexNavBlock__title__link:hover {
  background-color: #ebf2e6;
  transition: background-color 0.3s ease;
}
.indexNavBlock--bungei .indexNavBlock__box__title__link:hover {
  background-color: #ebf2e6;
  transition: background-color 0.3s ease;
}
.indexNavBlock--kokusai .indexNavBlock__title {
  border-top-color: #A66AAA;
  border-bottom-color: #e3e8f1;
}
.indexNavBlock--kokusai .indexNavBlock__title__link:before {
  background-color: #A66AAA;
}
.indexNavBlock--kokusai .indexNavBlock__title__link:hover {
  background-color: #e3e8f1;
  transition: background-color 0.3s ease;
}
.indexNavBlock--kango .indexNavBlock__title {
  border-top-color: #F08437;
  border-bottom-color: #faeee2;
}
.indexNavBlock--kango .indexNavBlock__title__link:before {
  background-color: #F08437;
}
.indexNavBlock--kango .indexNavBlock__title__link:hover {
  background-color: #faeee2;
  transition: background-color 0.3s ease;
}
.indexNavBlock--seikatu .indexNavBlock__title {
  border-top-color: #EB6D94;
  border-bottom-color: #fae6e3;
}
.indexNavBlock--seikatu .indexNavBlock__title__link:before {
  background-color: #EB6D94;
}
.indexNavBlock--seikatu .indexNavBlock__box__item__list__link {
  background: #fae6e3;
}
.indexNavBlock--seikatu .indexNavBlock__box__item__list__link:before {
  background: url(/img/common/ar_ri_seikatu.png) left center no-repeat;
  background-size: 6px 10px;
}
.indexNavBlock--seikatu .indexNavBlock__box__item__list__link:hover {
  background-color: #f4cac4;
  transition: background-color 0.3s ease;
}
.indexNavBlock--seikatu .indexNavBlock__title__link:hover {
  background-color: #fae6e3;
  transition: background-color 0.3s ease;
}
.indexNavBlock--seikatu .indexNavBlock__box__title__link:hover {
  background-color: #fae6e3;
  transition: background-color 0.3s ease;
}
.indexNavBlock--bunka .indexNavBlock__title {
  border-top-color: #3ABBC9;
  border-bottom-color: #eaeef5;
}
.indexNavBlock--bunka .indexNavBlock__title__link:before {
  background-color: #3ABBC9;
}
.indexNavBlock--bunka .indexNavBlock__box__item__list__link {
  background: #eaeef5;
}
.indexNavBlock--bunka .indexNavBlock__box__item__list__link:before {
  background: url(/img/common/ar_ri_bunka.png) left center no-repeat;
  background-size: 6px 10px;
}
.indexNavBlock--bunka .indexNavBlock__box__item__list__link:hover {
  background-color: #d1dbe9;
  transition: background-color 0.3s ease;
}
.indexNavBlock--bunka .indexNavBlock__title__link:hover {
  background-color: #eaeef5;
  transition: background-color 0.3s ease;
}
.indexNavBlock--bunka .indexNavBlock__box__title__link:hover {
  background-color: #eaeef5;
  transition: background-color 0.3s ease;
}
.indexNavBlock--wide .indexNavBlock__box {
  width: 100%;
  margin: 0;
}
.indexNavBlock__title {
  border-top: 4px solid #802358;
  border-bottom: 1px solid #f5e3e5;
  margin-top: 20px;
}
.indexNavBlock__title--blank .indexNavBlock__title__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/img/common/icn_blank_rd.png) left center no-repeat;
  background-size: 16px 14px;
  border-radius: 0;
}
.indexNavBlock__title__link {
  position: relative;
  display: block;
  text-align: left;
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 10px;
  padding-left: 35px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.indexNavBlock__title__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: -4px;
  background: #c62f42 url(/img/common/ar_ri_white.png) center center no-repeat;
  background-size: 8px 12px;
}
.indexNavBlock__title__link:hover {
  background-color: #E6D3DE;
  transition: background-color 0.3s ease;
}
.indexNavBlock__box {
  width: 48.1%;
  margin: 20px 0;
}
.indexNavBlock__box--three {
  width: 29.53%;
  float: left;
  margin: 20px 0 20px 5.705%;
}
.indexNavBlock__box--three:nth-child(odd) {
  clear: none !important;
  float: left !important;
}
.indexNavBlock__box--three:nth-child(even) {
  clear: none !important;
  float: left !important;
}
.indexNavBlock__box--three:nth-child(3n+1) {
  clear: both !important;
  margin-left: 0 !important;
}
.indexNavBlock__box:nth-child(odd) {
  clear: both;
  float: left;
}
.indexNavBlock__box:nth-child(even) {
  float: right;
}
.indexNavBlock__box__title {
  position: relative;
  border-top: 2px solid #802358;
  border-bottom: 2px dotted #e8e8e8;
  margin-bottom: 25px;
}
.indexNavBlock__box__title--blank .indexNavBlock__box__title__link:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/img/common/icn_blank_rd.png) left center no-repeat;
  background-size: 16px 14px;
  margin-right: 15px;
  border-radius: 0;
}
.indexNavBlock__box__title__link {
  display: block;
  text-align: left;
  color: #3e3e3e;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 30px 15px 10px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.indexNavBlock__box__title__link:before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -1px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  margin-right: 15px;
  margin-top: 2px;
  border-radius: 0;
}
.indexNavBlock__box__title__link:hover {
  background-color: #E6D3DE;
  transition: background-color 0.3s ease;
}
.indexNavBlock__box__title__link.mod--noLink {
  background: none;
}
.indexNavBlock__box__title__link.mod--noLink:before {
  display: none;
}
.indexNavBlock__box__title__ti {
  display: block;
  text-align: left;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111;
  font-weight: bold;
  padding: 14px 10px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.indexNavBlock__box__item__list {
  position: relative;
}
.indexNavBlock__box__item__list__link {
  display: flex;
  align-items: center;
  text-align: left;
  color: #3e3e3e;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 12px 20px 12px 20px;
  border-radius: 0;
  margin: 2px 0 0;
  transition: all 0.3s ease;
  background-color: #F2E9EE;
}
.indexNavBlock__box__item__list__link:before {
  content: "";
  margin-right: 8px;
  width: 20px;
  height: 8px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 8px;
}
.indexNavBlock__box__item__list__link:hover {
  color: #802358;
  background-color: #E6D3DE;
}
.indexNavBlock__box__item__list__link.mod--indext {
  padding-left: 55px;
}
.indexNavBlock__box__item__list--blank .indexNavBlock__box__item__list__link {
  padding-left: 48px;
}
.indexNavBlock__box__item__list--blank .indexNavBlock__box__item__list__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 20px;
  height: 12px;
  margin-top: -4px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.indexNavBlock__box__item__list--pdf .indexNavBlock__box__item__list__link:after {
  content: "" !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 12px !important;
  height: 15px !important;
  display: inline-block !important;
  background: url(/img/common/icn_pdf.svg) left center no-repeat !important;
  background-size: 12px 15px !important;
  margin: 0 3px !important;
}
.indexNavBlock__box__item__list--word .indexNavBlock__box__item__list__link:after {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: -3px;
  background: url(/img/common/icn_word.png) left center no-repeat;
  background-size: 21px 21px;
  margin-left: 6px;
}
.indexNavBlock__box__item__list--xls .indexNavBlock__box__item__list__link:after {
  content: "" !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 14px !important;
  height: 15px !important;
  display: inline-block !important;
  background: url(/img/common/icn_excel.png) left center no-repeat !important;
  background-size: 14px 15px !important;
  margin-left: 3px !important;
}
.indexNavBlock__box__item__list:first-child .indexNavBlock__box__item__list__link {
  /*padding-top: 0;
  margin-top: 0;*/
}
.indexNavBlock__box__item__list:first-child .indexNavBlock__box__item__list__link:before {
  /*top: 35%;*/
}
.indexNavBlock__box__img {
  width: 100%;
  margin: 10px 0;
}
.indexNavBlock__box__img--noBdr {
  border: none;
}
.indexNavBlock__box__img img {
  width: 100%;
}
.indexNavBlock__box__img__link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.indexNavBlock__box__img__link:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.indexNavBlock__box__img__txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85714;
}
.indexNavBlock__box__img__txt__sm {
  display: block;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  margin-top: 5px;
}
.indexNavBlock__box__subItem__list {
  position: relative;
}
.indexNavBlock__box__subItem__list__link {
  display: flex;
  align-items: center;
  text-align: left;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.42857;
  padding: 8px 20px 8px 40px;
  border-radius: 4px;
  margin: 2px 0;
  transition: color 0.3s ease;
}
.indexNavBlock__box__subItem__list__link:before {
  content: "";
  margin-right: 8px;
  width: 20px;
  height: 8px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 8px;
}
.indexNavBlock__box__subItem__list__link:hover {
  color: #802358;
  transition: all ease 0.5s;
}

@media screen and (max-width: 375px) {
  .indexNavBlock__box {
    width: 100%;
  }
}
.ie11 .indexNavBlock__box__title__link:before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .indexNavBlock__box__item__list__link:before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.chukou .indexNavBlock__box__title__link:before {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.nichukou .indexNavBlock__box__title__link:before {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.muse .indexNavBlock__box__title__link:before {
  background-image: url(/img/common/ic_link_arrow_muse.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.chukou .indexNavBlock__box__item__list__link:before {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.nichukou .indexNavBlock__box__item__list__link:before {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.muse .indexNavBlock__box__item__list__link:before {
  background-image: url(/img/common/ic_link_arrow_muse.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .indexBoxItem__list--blank .indexBoxItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_blank_univ.svg);
  background-repeat: no-repeat;
  background-size: 24px 21px;
}

.indexNavBlock__box__title.indexNavBlock__box__title--fb .indexNavBlock__box__title__link:after {
  background-image: url(/img/common/ic_facebook-app-symbol.svg);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: center center;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #1A77F2;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: bottom;
}

.indexNavBlock__box__title.indexNavBlock__box__title--tw .indexNavBlock__box__title__link:after {
  background-image: url(/img/common/ic_twitter-app-symbol.svg);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: center center;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #1DA1F2;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: bottom;
}

/*-----------------------
interviewBox
------------------------*/
.interviewBox {
  position: relative;
  border: 4px solid #000;
  padding: 25px;
  margin: 15px 0;
}
.interviewBox--kasei {
  border-color: #EB6153;
}
.interviewBox--kasei .interviewBox__tiArea__inner__ti {
  color: #EB6153;
}
.interviewBox--bungei {
  border-color: #5BB647;
}
.interviewBox--bungei .interviewBox__tiArea__inner__ti {
  color: #5BB647;
}
.interviewBox--kokusai {
  border-color: #A66AAA;
}
.interviewBox--kokusai .interviewBox__tiArea__inner__ti {
  color: #A66AAA;
}
.interviewBox--kango {
  border-color: #F08437;
}
.interviewBox--kango .interviewBox__tiArea__inner__ti {
  color: #F08437;
}
.interviewBox--seikatu {
  border-color: #EB6D94;
}
.interviewBox--seikatu .interviewBox__tiArea__inner__ti {
  color: #EB6D94;
}
.interviewBox--bunka {
  border-color: #3ABBC9;
}
.interviewBox--bunka .interviewBox__tiArea__inner__ti {
  color: #3ABBC9;
}
.interviewBox__tiArea {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.interviewBox__tiArea__img {
  width: 30%;
  max-width: 300px;
}
.interviewBox__tiArea__img img {
  width: 100%;
  height: auto;
}
.interviewBox__tiArea__inner {
  padding-left: 5%;
  box-sizing: border-box;
}
.interviewBox__tiArea__inner__tx {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85714;
  margin-top: 15px;
}
.interviewBox__tiArea__inner__ti {
  text-align: left;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  font-weight: bold;
}
.interviewBox__text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85714;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .interviewBox__tiArea__img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .interviewBox__tiArea__inner {
    width: 100%;
    padding-top: 5%;
    padding-left: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 420px) {
  .interviewBox__tiArea__inner__ti {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*-----------------------
_illustBlock
------------------------*/
.illustBlock {
  width: 100%;
}
.illustBlock__inner {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.illustBlock__item {
  width: 100%;
  max-width: 1160px;
  height: auto;
}

/*-----------------------
_iframeBlock
------------------------*/
.iframeBlock {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.iframeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------
imgsBlock
------------------------*/
.imgsBlock {
  clear: both;
  margin: 20px 0;
  zoom: 1;
}
.imgsBlock:before, .imgsBlock:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.imgsBlock:after {
  clear: both;
}
.imgsBlock__item {
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.imgsBlock__item ul {
  padding: 0;
}
.imgsBlock__item--one .imgsBlock__item__list {
  width: 100%;
  margin: 1% 0%;
}
.imgsBlock__item--two .imgsBlock__item__list {
  width: 48.1%;
  margin: 1% 0 1% 3.8%;
}
.imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.imgsBlock__item--three .imgsBlock__item__list {
  width: 30.8%;
  margin: 1% 0 1% 3.8%;
}
.imgsBlock__item--three .imgsBlock__item__list:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.imgsBlock__item--four .imgsBlock__item__list {
  width: 23.31731%;
  margin: 1% 0 1% 2.16346%;
}
.imgsBlock__item--four .imgsBlock__item__list:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.imgsBlock__item--univHis .imgsBlock__item__list {
  width: 100%;
  margin-bottom: 30px;
}
.imgsBlock__item--variable {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.imgsBlock__item--variable .imgsBlock__item__list {
  width: 22%;
  margin: 0 1.5% 30px;
  float: none;
}
.imgsBlock__item--variable .imgsBlock__item__list img {
  width: 100%;
  max-width: 192px;
  height: auto;
  margin: 0 auto;
}
.imgsBlock__item.resiz img {
  width: 100%;
  height: auto;
}
.imgsBlock__item__list {
  float: left;
  list-style: none;
}
.imgsBlock__item__list__img {
  width: 100%;
  text-align: center;
}
.imgsBlock__item__list__img img {
  width: 100%;
  height: auto;
}
.imgsBlock__item__list__img img.w-auto {
  width: auto;
}
.imgsBlock__item__list__img.imgsBlock__item__list__img--link {
  width: 100%;
  max-width: 488px;
  margin: auto;
}
.imgsBlock__item__list__img.imgsBlock__item__list__img--link .item {
  width: 49.3%;
  max-width: 241px;
}
.imgsBlock__item__list__img.imgsBlock__item__list__img--link .item:nth-child(2n+1) {
  float: left;
}
.imgsBlock__item__list__img.imgsBlock__item__list__img--link .item:nth-child(2n+2) {
  float: right;
}
.imgsBlock__item__list__img.imgsBlock__item__list__img--link .item:nth-child(n+3) {
  margin-top: 10px;
}
.imgsBlock__item__list__ti {
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.57143;
  margin-top: 5px;
}
.imgsBlock__item__list__tx {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.57143;
  margin-top: 5px;
}
.imgsBlock__item__list__tx--mt1 {
  margin-top: 10px;
}
.imgsBlock__item__list__tx--mt2 {
  margin-top: 20px;
}

@media screen and (max-width: 840px) {
  .imgsBlock__item__list__img--link .item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .imgsBlock {
    margin: 2% 0;
    zoom: 1;
  }
  .imgsBlock:before, .imgsBlock:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .imgsBlock:after {
    clear: both;
  }
  .imgsBlock__item {
    overflow: hidden;
    margin: 0;
  }
  .imgsBlock__item--two .imgsBlock__item__list {
    width: 100%;
    margin: 2.5% 0;
  }
  .imgsBlock__item--two .imgsBlock__item__list:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .imgsBlock__item--three .imgsBlock__item__list {
    width: 100%;
    margin: 2.5% 0;
  }
  .imgsBlock__item--three .imgsBlock__item__list:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .imgsBlock__item--four .imgsBlock__item__list {
    float: left;
    width: 48.1%;
    margin: 1.9% 0 1.9% 3.8%;
  }
  .imgsBlock__item--four .imgsBlock__item__list:nth-child(4n+1) {
    clear: none;
    margin-left: 3.8%;
  }
  .imgsBlock__item--four .imgsBlock__item__list:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .imgsBlock__item--mb .imgsBlock__item__list {
    margin-bottom: 10%;
  }
  .imgsBlock__item--univHis .imgsBlock__item__list {
    float: left;
    width: 48.1%;
    margin: 2% 0 2% 3.8%;
  }
  .imgsBlock__item--univHis .imgsBlock__item__list:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .imgsBlock__item--variable {
    width: 100%;
  }
  .imgsBlock__item--variable .imgsBlock__item__list {
    width: 45%;
    margin: 0 2.5% 30px;
  }
  .imgsBlock__item__list {
    float: none;
  }
  .imgsBlock__item__list__img {
    width: 100%;
  }
  .imgsBlock__item__list__img img {
    width: 100%;
    height: auto;
  }
  .imgsBlock__item__list__img.imgsBlock__item__list__img--link .item img {
    width: 100%;
  }
  .imgsBlock__item__list__img.imgsBlock__item__list__img--link .item a {
    display: block;
    width: 100%;
  }
  .imgsBlock__item__list__ti {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-top: 5px;
  }
  .imgsBlock__item__list__tx {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-top: 5px;
  }
}
@media screen and (max-width: 440px) {
  .imgsBlock__item__list__img--link .item p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 440px) {
  .imgsBlock__item__list__img--link .item p {
    font-size: 1rem;
  }
  .imgsBlock__item__list__img--link .item:nth-child(2) p {
    letter-spacing: -0.5px;
  }
}
/*-----------------------
jidouIcnItem
------------------------*/
.jidouIcnItem {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 50px;
}
.jidouIcnItem:before {
  content: "";
  width: 92px;
  height: 34px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url(/img/academics/undergraduate/kasei/jidou/career/arrow.png);
  background-size: 92px 34px;
  transform: translate(-50%, 0%);
  position: absolute;
  top: 0;
  left: 50%;
}
.jidouIcnItem--pt1 .jidouIcnItem__list {
  width: 31.55%;
}
.jidouIcnItem--pt1 .jidouIcnItem__list:first-child {
  width: 100%;
  margin: 0;
}
.jidouIcnItem--pt1 .jidouIcnItem__list:nth-child(2) {
  margin-left: 0;
}
.jidouIcnItem--pt1 .jidouIcnItem__list:nth-child(4n) {
  margin-right: 0;
}
.jidouIcnItem--pt2 .jidouIcnItem__list {
  width: 48.66%;
}
.jidouIcnItem--pt2 .jidouIcnItem__list:nth-child(2n) {
  margin-right: 0;
}
.jidouIcnItem__list {
  width: 23%;
  padding: 5px 0 10px 0;
  margin: 10px 2.6667% 10px 0;
  border: 3px solid #f0d8da;
  box-sizing: border-box;
}
.jidouIcnItem__list.cl_kasei {
  border-color: #EB6153;
}
.jidouIcnItem__list.cl_bungei {
  border-color: #5BB647;
}
.jidouIcnItem__list.cl_kokusai {
  border-color: #A66AAA;
}
.jidouIcnItem__list.cl_kango {
  border-color: #F08437;
}
.jidouIcnItem__list.cl_seikatu {
  border-color: #EB6D94;
}
.jidouIcnItem__list.cl_bunka {
  border-color: #3ABBC9;
}
.jidouIcnItem__list.cl_business {
  border-color: #569FD7;
}
.jidouIcnItem__list:nth-child(4n) {
  margin-right: 0;
}
.jidouIcnItem__list:first-child {
  margin-left: 0;
}
.jidouIcnItem__list__img {
  width: 60px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.jidouIcnItem__list__img img {
  width: 100%;
}
.jidouIcnItem__list__txt {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.jidouIcnItem__list__txt--mt {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .jidouIcnItem__list {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .jidouIcnItem__list:nth-child(2n) {
    margin-right: 0;
  }
  .jidouIcnItem--pt1 .jidouIcnItem__list {
    width: 48.5%;
  }
  .jidouIcnItem--pt1 .jidouIcnItem__list:first-child {
    margin-bottom: 3%;
  }
  .jidouIcnItem--pt1 .jidouIcnItem__list:nth-child(3) {
    margin-right: 0;
    margin-left: 3%;
  }
  .jidouIcnItem--pt2 .jidouIcnItem__list {
    width: 48.5%;
  }
  .jidouIcnItem--pt2 .jidouIcnItem__list:first-child {
    margin-bottom: 3%;
  }
}
/*-----------------------
mainBlock ■-i
------------------------*/
.mainBlock {
  position: relative;
  display: inline-block;
  width: 74%;
  max-width: 1270px;
  padding: 0 90px 0 80px;
  box-sizing: border-box;
  margin-top: 45px;
  padding-bottom: 40px;
}
.mainBlock--mt {
  margin-top: 20px;
}
.mainBlock--mt0 {
  margin-top: 20px;
}
.mainBlock .mainBlock {
  width: 100%;
  padding: 0;
}
.mainBlock p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.mainBlock p.textL {
  text-align: left;
}

.allBlock {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 45px;
}
.allBlock--mt {
  margin-top: 70px;
  padding-bottom: 40px;
}
.allBlock--search {
  margin-top: 30px;
  padding-bottom: 40px;
}
.allBlock.bg-gray {
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .mainBlock {
    overflow: hidden;
    position: relative;
    float: none;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    margin-top: 6.25%;
    padding-bottom: 0%;
  }
  .mainBlock__inner {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
  }
  .mainBlock__btn {
    position: absolute;
    top: 80%;
    margin-top: -24px;
    z-index: 30;
    width: 30px;
    opacity: 1;
    transition: none;
  }
  .mainBlock__btn:hover {
    opacity: 1;
    transition: none;
  }
  .mainBlock__btn img {
    width: 100%;
  }
  .mainBlock__btn--prev {
    left: 0;
  }
  .mainBlock__btn--next {
    right: 0;
  }
  .mainBlock__parent {
    position: relative;
    width: 100%;
  }
  .mainBlock__dmy {
    position: relative;
    display: block;
    width: 100%;
  }
  .mainBlock__dmy img {
    width: 100%;
  }
  .mainBlock__ar {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 6;
  }
  .mainBlock__lf {
    position: relative;
    top: 0;
    left: 0;
    margin-top: -10%;
  }
  .mainBlock__lf__cover {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 10;
    width: 100%;
  }
  .mainBlock__lf__cover img {
    width: 100%;
  }
  .mainBlock__rf {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
  .mainBlock__rf__list {
    position: relative;
  }
  .mainBlock__rf__list__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .mainBlock__rf__list__img img {
    width: 100%;
  }
  .mainBlock__rf__copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 50%;
    z-index: 20;
    text-align: center;
  }
  .mainBlock__rf__copy__tx {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.29412;
    text-align: center;
    color: #802358;
    font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    width: 100%;
  }
  .mainBlock__rf__copy__link {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px 16px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
    color: #333333;
    background: #ffffff;
    transition: none;
  }
  .mainBlock__rf__copy__link:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/img/common/ar_ri_red.png) left center no-repeat;
    background-size: 6px 10px;
    margin-right: 10px;
  }
  .mainBlock__rf__copy__link:hover {
    color: #333333;
    background: #ffffff;
    transition: none;
  }
  .mainBlock__rf__copy__link:hover:before {
    background: url(/img/common/ar_ri_red.png) left center no-repeat;
    background-size: 6px 10px;
    transition: none;
  }
  .mainBlock__rf__copy__link--blank:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url(/img/common/icn_blank_rd2.png) left center no-repeat;
    background-size: 10px 8px;
    transition: none;
  }
  .mainBlock__rf__copy__link--blank:hover:before {
    background: url(/img/common/icn_blank_rd2.png) left center no-repeat;
    background-size: 10px 8px;
    transition: none;
  }
  .mainBlock__pointer {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 25;
  }
  .mainBlock__pointer__btn {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 4px;
    background: #ffffff;
    opacity: 1;
    transition: none;
  }
  .mainBlock__pointer__btn.ac {
    background: #802358;
  }
  .mainBlock__pointer__btn.ac:hover {
    background: #802358;
    opacity: 1;
    transition: none;
  }
  .mainBlock__pointer__btn:hover {
    opacity: 1;
    transition: none;
  }
  .allBlock {
    position: relative;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 45px;
  }
  .allBlock--mt {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .allBlock--search {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .mainItem {
    position: relative;
    display: none;
  }
  .mainItem__list {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .mainItem__list img {
    width: 100%;
  }
}
/*-----------------------
menuBlock ■-i --Del
------------------------*/
.menuBlock {
  position: relative;
}
.menuBlock__close {
  display: none;
}
.menuBlock__subLink {
  position: relative;
  float: right;
  z-index: 1;
}
.menuBlock__subLink__search {
  position: absolute;
  top: 54px;
  right: 0;
  width: 220px;
}
.menuBlock__subLink__kyoritsu {
  position: absolute;
  top: 58px;
  right: 240px;
}
.menuBlock__subLink__kyoritsu__link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menuBlock__subLink__kyoritsu__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.menuBlock__subLink__kyoritsu__link:after {
  content: "";
  width: 9px;
  height: 8px;
  background: url(/img/common/icn_blank.png) left center no-repeat;
  display: inline-block;
  margin-left: 7px;
  margin-top: 5px;
}
.menuBlock__subLink__nav {
  margin-top: 12px;
  overflow: hidden;
}
.menuBlock__subLink__nav__list {
  float: left;
}
.menuBlock__subLink__nav__list__link {
  display: block;
  font-size: 1.4rem;
  line-height: 1.14286;
  color: #ffffff;
  margin: 7px 0;
  padding: 0 12px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menuBlock__subLink__nav__list__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.menuBlock__subLink__nav__list--co .menuBlock__subLink__nav__list__link :before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/common/icn_contact.png) left center no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--ac .menuBlock__subLink__nav__list__link {
  border-left: 1px solid #e2b1b4;
}
.menuBlock__subLink__nav__list--ac .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(/img/common/icn_access.png) left center no-repeat;
  background-size: 10px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--do .menuBlock__subLink__nav__list__link {
  border-left: 1px solid #e2b1b4;
}
.menuBlock__subLink__nav__list--do .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(/img/common/icn_doc.png) left center no-repeat;
  background-size: 12px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--en .menuBlock__subLink__nav__list__link {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  background: #af373f;
  background: linear-gradient(135deg, #af373f 0%, #af373f 50%, #af373f 50%, #a6343c 50%, #a6343c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#af373f", endColorstr="#a6343c",GradientType=1 );
  border: 1px solid #c57177;
  border-radius: 15px;
  padding: 5px 14px;
  margin: 0;
  margin-left: 10px;
}
.menuBlock__subLink__nav__list--en .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(/img/common/icn_eng.png) left center no-repeat;
  background-size: 15px 16px;
  vertical-align: -3px;
  margin-right: 5px;
}
.menuBlock__subLink__nav__list--co2 .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/common/icn_contact.png) left center no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--ac2 .menuBlock__subLink__nav__list__link {
  border-left: 1px solid #e2b1b4;
}
.menuBlock__subLink__nav__list--ac2 .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(/img/common/icn_access.png) left center no-repeat;
  background-size: 10px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--do2 .menuBlock__subLink__nav__list__link {
  border-left: 1px solid #e2b1b4;
}
.menuBlock__subLink__nav__list--do2 .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(/img/common/icn_doc.png) left center no-repeat;
  background-size: 12px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--coUniv .menuBlock__subLink__nav__list__link {
  color: #3e3e3e;
}
.menuBlock__subLink__nav__list--coUniv .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/common/icn_contact_univ.png) left center no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--acUniv .menuBlock__subLink__nav__list__link {
  color: #333333;
  border-left: 1px solid #333333;
}
.menuBlock__subLink__nav__list--acUniv .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(/img/common/icn_access_univ.png) left center no-repeat;
  background-size: 10px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__subLink__nav__list--doUniv .menuBlock__subLink__nav__list__link {
  color: #333333;
  border-left: 1px solid #333333;
}
.menuBlock__subLink__nav__list--doUniv .menuBlock__subLink__nav__list__link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(/img/common/icn_doc_univ.png) left center no-repeat;
  background-size: 12px 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.menuBlock__grobalLink {
  clear: both;
  position: relative;
  padding-top: 74px;
}

@media screen and (max-width: 768px) {
  .menuBlock {
    position: absolute;
    overflow: inherit;
    top: 0;
    right: 0;
    width: 80%;
    background: #802358;
    z-index: 1000;
    display: none;
  }
  .menuBlock__close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 3% 0;
  }
  .menuBlock__close__link {
    display: inline-block;
    width: 8%;
    margin-right: 3%;
  }
  .menuBlock__close__link img {
    width: 100%;
  }
  .menuBlock__subLink {
    clear: both;
    position: relative;
    float: none;
    background: #9c2e36;
    border-top: 1px solid #cc777c;
  }
  .menuBlock__subLink__search {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
  }
  .menuBlock__subLink__search__btn {
    display: block;
    width: 88%;
    height: inherit;
    background: #fff;
    border-radius: 15px;
    margin: 4% auto;
    padding: 3% 5%;
    font-size: 1.4rem;
    line-height: 1;
    color: #333333;
    text-align: left;
  }
  .menuBlock__subLink__kyoritsu {
    display: none;
  }
  .menuBlock__subLink__nav {
    margin-top: 0;
    overflow: hidden;
    border-top: 1px solid #cc777c;
    border-bottom: 1px solid #cc777c;
  }
  .menuBlock__subLink__nav--univ {
    display: table;
    width: 100%;
  }
  .menuBlock__subLink__nav--univ .menuBlock__subLink__nav__list {
    float: none;
    display: table-cell;
    width: 33%;
  }
  .menuBlock__subLink__nav__list {
    float: left;
    width: 50%;
  }
  .menuBlock__subLink__nav__list__link {
    position: relative;
    width: 100%;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    padding: 8% 0;
  }
  .menuBlock__subLink__nav__list--co {
    border-bottom: 1px solid #cc777c;
    border-right: 1px solid #cc777c;
  }
  .menuBlock__subLink__nav__list--co .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/img/common/icn_contact.png) left center no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--ac {
    border-bottom: 1px solid #cc777c;
  }
  .menuBlock__subLink__nav__list--ac .menuBlock__subLink__nav__list__link {
    border-left: none;
  }
  .menuBlock__subLink__nav__list--ac .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(/img/common/icn_access.png) left center no-repeat;
    background-size: 10px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--do {
    clear: both;
    border-right: 1px solid #cc777c;
  }
  .menuBlock__subLink__nav__list--do .menuBlock__subLink__nav__list__link {
    border-left: none;
  }
  .menuBlock__subLink__nav__list--do .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(/img/common/icn_doc.png) left center no-repeat;
    background-size: 12px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--en .menuBlock__subLink__nav__list__link {
    width: 80%;
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    background: #af373f;
    background: linear-gradient(135deg, #af373f 0%, #af373f 50%, #af373f 50%, #a6343c 50%, #a6343c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#af373f", endColorstr="#a6343c", GradientType=1);
    border: 1px solid #c57177;
    border-radius: 15px;
    padding: 2% 0;
    margin: 5% 0;
    vertical-align: middle;
  }
  .menuBlock__subLink__nav__list--en .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(/img/common/icn_eng.png) left center no-repeat;
    background-size: 15px 16px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .menuBlock__subLink__nav__list--co2 .menuBlock__subLink__nav__list__link {
    padding: 30% 0 8% 0;
  }
  .menuBlock__subLink__nav__list--co2 .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: url(/img/common/icn_contact.png) left center no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--ac2 .menuBlock__subLink__nav__list__link {
    padding: 30% 0 8% 0;
    border-left: 1px solid #e2b1b4;
  }
  .menuBlock__subLink__nav__list--ac2 .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -8px;
    width: 10px;
    height: 16px;
    background: url(/img/common/icn_access.png) left center no-repeat;
    background-size: 10px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--do2 .menuBlock__subLink__nav__list__link {
    padding: 30% 0 8% 0;
    border-left: 1px solid #e2b1b4;
  }
  .menuBlock__subLink__nav__list--do2 .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -8px;
    width: 12px;
    height: 16px;
    background: url(/img/common/icn_doc.png) left center no-repeat;
    background-size: 12px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--coUniv .menuBlock__subLink__nav__list__link {
    color: #ffffff;
    padding: 30% 0 8% 0;
  }
  .menuBlock__subLink__nav__list--coUniv .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: url(/img/common/icn_contact.png) left center no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--acUniv .menuBlock__subLink__nav__list__link {
    color: #ffffff;
    padding: 30% 0 8% 0;
    border-left: 1px solid #e2b1b4;
  }
  .menuBlock__subLink__nav__list--acUniv .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -8px;
    width: 10px;
    height: 16px;
    background: url(/img/common/icn_access.png) left center no-repeat;
    background-size: 10px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__subLink__nav__list--doUniv .menuBlock__subLink__nav__list__link {
    color: #ffffff;
    padding: 30% 0 8% 0;
    border-left: 1px solid #e2b1b4;
  }
  .menuBlock__subLink__nav__list--doUniv .menuBlock__subLink__nav__list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -8px;
    width: 12px;
    height: 16px;
    background: url(/img/common/icn_doc.png) left center no-repeat;
    background-size: 12px 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .menuBlock__grobalLink {
    clear: both;
    position: relative;
    padding-top: 0;
  }
}
/*-----------------------
_modalBlock
------------------------*/
.modalBlock {
  overflow: hidden;
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
}
.modalBlock--noImg .modalBlock__inner {
  width: 100%;
}
.modalBlock--full {
  border-bottom: none;
}
.modalBlock--full .modalBlock__ti {
  padding-left: 0;
}
.modalBlock--full .modalBlock__ti:before {
  display: none;
}
.modalBlock--full .modalBlock__inner {
  width: 73.89034%;
}
.modalBlock--full .modalBlock__img {
  width: 21.14883%;
}
.modalBlock__inner {
  overflow: hidden;
  zoom: 1;
  width: 78%;
}
.modalBlock__inner:after, .modalBlock__inner:before {
  content: "";
  display: table;
}
.modalBlock__inner:after {
  clear: both;
}
.modalBlock__img {
  position: relative;
  display: block;
  float: right;
  width: 40%;
  overflow: hidden;
}
.modalBlock__img:after, .modalBlock__img:hover:after {
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.modalBlock__img:after, .modalBlock__img:before {
  content: "";
  position: absolute;
}
.modalBlock__img img {
  width: 100%;
}
.modalBlock__img:before {
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: url("/chukou/img/common/icn_plusMd.png") center center no-repeat rgba(255, 255, 255, 0.85);
  background-size: 12px 12px;
  z-index: 2;
}
.modalBlock__img:after {
  width: 100%;
  height: 100%;
  background: #192455;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.modalBlock__img:hover:after {
  transform: translateY(0);
}
.modalBlock__ti {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 22px;
}
.modalBlock__ti:before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}
.modalBlock__ti--j:before {
  color: #5DB230;
}
.modalBlock__ti--h:before {
  color: #802358;
}
.modalBlock__tx {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  white-space: normal;
}
.modalBlock .indexBoxItem__list__link {
  width: 28%;
}
.modalBlock .indexBoxItem__list__link img {
  width: 100%;
  max-width: 130px;
  height: auto;
  padding-left: 10px;
  box-sizing: border-box;
}

.modalListBlock {
  clear: both;
  margin: 20px 0;
  zoom: 1;
}
.modalListBlock:after, .modalListBlock:before {
  content: "";
  display: table;
}
.modalListBlock:after {
  clear: both;
}
.modalListBlock__item {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.modalListBlock__list {
  display: block;
  float: left;
  width: 30.8%;
  margin: 1% 0 1% 3.8%;
}
.modalListBlock__list:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.modalListBlock__list__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modalListBlock__list__img img {
  width: 100%;
}
.modalListBlock__list__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: url("/chukou/img/common/icn_plusMd.png") center center no-repeat rgba(255, 255, 255, 0.85);
  background-size: 12px 12px;
  z-index: 2;
}
.modalListBlock__list__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #192455;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
  transform: translateY(100%);
}
.modalListBlock__list__ti {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  margin-top: 5px;
  color: #333;
}
.modalListBlock__list__tx {
  display: none;
}
.modalListBlock__list:hover .modalListBlock__list__img:after {
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.columnBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnBox__list {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .modalBlock {
    display: block;
  }
  .modalBlock__inner {
    width: 100%;
  }
  .modalBlock .indexBoxItem__list__link {
    width: 100%;
  }
  .modalBlock .indexBoxItem__list__link img {
    width: 130px;
    margin: 10px auto 0;
  }
  .columnBox {
    width: 100%;
    display: block;
  }
  .columnBox__list {
    width: 100%;
  }
}
/*-----------------------
modalItem
------------------------*/
.modalListBlock {
  width: 100%;
  clear: both;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modalListBlock__item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.modalListBlock__list {
  margin-bottom: 1.5%;
  margin-top: 0;
  width: 32.3%;
  max-width: 350px;
  text-align: left;
  margin-right: 1.5%;
  margin-left: 0;
}
.modalListBlock__list__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modalListBlock__list__img.mod--btnNone:before {
  display: none;
}
.modalListBlock__list__img img {
  width: 100%;
}
.modalListBlock__list__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.85) url(/chukou/img/common/icn_plusMd.png) center center no-repeat;
  background-size: 12px 12px;
  z-index: 2;
}
.modalListBlock__list__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #192455;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.modalListBlock__list__ti {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  margin-top: 5px;
  color: #333333;
}
.modalListBlock__list__tx {
  display: none;
}
.modalListBlock__list:hover .modalListBlock__list__img:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.modalListBlock__list:nth-child(3n) {
  margin-right: 0;
}
.modalListBlock__list.mod--w_100 {
  width: 100%;
}
.modalListBlock--col4 {
  justify-content: flex-start;
}
.modalListBlock--col4 .modalListBlock__float {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.modalListBlock--col4 .modalListBlock__float:nth-child(4n) {
  margin-right: 0;
}
.modalListBlock--col4 .modalListBlock__list {
  width: 100%;
  margin: 0;
}

.muse .modalListBlock {
  clear: both;
  margin: 20px 0;
  zoom: 1;
}
.muse .modalListBlock:after, .muse .modalListBlock:before {
  content: "";
  display: table;
}
.muse .modalListBlock:after {
  clear: both;
}
.muse .modalListBlock__item {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.muse .modalListBlock__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: none;
  width: 48.07692%;
  margin: 3.8% 0 0 3.8%;
  background: #802358;
  border: 2px solid #802358;
  overflow: hidden;
  max-width: 100%;
}
.muse .modalListBlock__list__img {
  position: relative;
  vertical-align: top;
  width: 60%;
  overflow: hidden;
}
.muse .modalListBlock__list__img:after, .muse .modalListBlock__list__img .modalListBlock__list__ti:after, .muse .modalListBlock__list__img .movieDetail:before, .muse .modalListBlock__list__img .sideInfoNavBlock__inner p:after {
  content: "";
}
.muse .modalListBlock__list__img img {
  width: 100%;
}
.muse .modalListBlock__list__img:after {
  width: 100%;
  background: #802358;
  position: absolute;
  left: 0;
  z-index: 1;
  transform: translateY(100%);
}
.muse .modalListBlock__list__img .showImg {
  display: none;
}
.muse .modalListBlock__list:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.muse .modalListBlock__list__ti {
  width: 40%;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
  margin-top: 0;
}
.muse .modalListBlock__list__ti:after {
  display: block;
  margin: 12px auto 0;
  text-align: center;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 8px 12px;
}
.muse .modalListBlock__list__tx {
  display: none;
}
.muse .modalListBlock__list:hover .modalListBlock__list__img:after {
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .modalListBlock {
    margin: 20px 0;
  }
  .modalListBlock__item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .modalListBlock__list {
    float: none;
    display: inline-block;
    margin-bottom: 2%;
    margin-top: 0;
    width: 49%;
    max-width: 100%;
    text-align: left;
    margin-right: 2%;
    margin-left: 0;
  }
  .modalListBlock__list:nth-child(3n) {
    margin-right: 2%;
  }
  .modalListBlock__list:nth-child(2n) {
    margin-right: 0;
  }
  .modalListBlock--col4 {
    justify-content: flex-start;
  }
  .modalListBlock--col4 .modalListBlock__float {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .modalListBlock--col4 .modalListBlock__float:nth-child(4n) {
    margin-right: 2%;
  }
  .modalListBlock--col4 .modalListBlock__float:nth-child(3n) {
    margin-right: 0%;
  }
  .muse .modalListBlock__item {
    display: flex;
    justify-content: center;
  }
  .muse .modalListBlock__list {
    width: 100%;
    max-width: 450px;
    margin: 3% 0;
  }
  .muse .modalListBlock__list:nth-child(2n+1) {
    margin-left: 0;
  }
  .muse .modalListBlock__list__ti {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .modalListBlock__list {
    width: 100%;
    margin-right: 0;
  }
  .modalListBlock__list:nth-child(3n) {
    margin-right: 0;
  }
  .modalListBlock__list:nth-child(2n) {
    margin-right: 0;
  }
  .modalListBlock--col4 {
    justify-content: flex-start;
  }
  .modalListBlock--col4 .modalListBlock__float {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .modalListBlock--col4 .modalListBlock__float:nth-child(3n) {
    margin-right: 4%;
  }
  .modalListBlock--col4 .modalListBlock__float:nth-child(4n) {
    margin-right: 0;
  }
  .modalListBlock--col4 .modalListBlock__float:nth-child(2n) {
    margin-right: 0;
  }
}
/*-----------------------
middleBlock
------------------------*/
.middleBlock {
  margin: 36px 40px 0;
}
.middleBlock .titleBlock__titleCt1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14286;
}
.middleBlock ol {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #802358;
}
.middleBlock ol li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin: 28px 0;
}
.middleBlock ol li span {
  font-size: 130%;
  margin: 0 10px 0 0;
}

/*-----------------------
marginBlock
------------------------*/
.marginBlock {
  margin-top: 10px;
}

/*-----------------------
_movieDetail.scss
------------------------*/
.movieDetail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.movieDetail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.movieDetail__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .movieDetail__close {
    width: 24px;
    padding: 4px;
    margin: 0;
    z-index: 1000;
    transition: none;
  }
}
.movieDetail__close:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .movieDetail__close:hover {
    opacity: 1;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .movieDetail__close img {
    width: 100%;
  }
}
.movieDetail__inner {
  position: absolute;
  width: 736px;
  top: 0;
  left: 50%;
  background: #ffffff;
  margin: 0 0 0 -368px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .movieDetail__inner {
    width: 93.75%;
    top: 0;
    left: 0;
    margin: 0 3.125%;
    padding: 25px;
  }
}
.movieDetail__movie {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.movieDetail__movie.theta {
  padding-top: 375px;
}
.movieDetail__movie &gt; iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieDetail__movie &gt; div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-----------------------
_newsBlock
------------------------*/
/* Scss Document */
.newsBlock {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .newsBlock {
    padding: 0 0 40px;
  }
}
.newsBlock__head {
  border-bottom: 2px solid #f5ede8;
  padding-top: 20px;
}
.newsBlock__head__date {
  float: right;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
}
.newsBlock__head__title {
  position: relative;
  display: table;
  margin: 26px 0;
  clear: both;
  text-align: left;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.41667;
  color: #333333;
  padding: 15px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .newsBlock__head__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.newsBlock__head__title--emg .newsBlock__head__title__tag__icn {
  background: #FF7D33;
  background: linear-gradient(135deg, #FF7D33 0%, #FF7D33 50%, #FF7D33 50%, #FF8333 50%, #FF8333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF7D33", endColorstr="#FF8333",GradientType=1 );
}
.newsBlock__head__title--ns1 .newsBlock__head__title__tag__icn {
  background: #92a54b;
  background: linear-gradient(135deg, #92a54b 0%, #92a54b 50%, #92a54b 50%, #8a9c47 50%, #8a9c47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92a54b", endColorstr="#8a9c47",GradientType=1 );
}
.newsBlock__head__title--ns2 .newsBlock__head__title__tag__icn {
  background: #7e708e;
  background: linear-gradient(135deg, #7e708e 0%, #7e708e 50%, #7e708e 50%, #786a87 50%, #786a87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7e708e", endColorstr="#786a87",GradientType=1 );
}
.newsBlock__head__title--ns3 .newsBlock__head__title__tag__icn {
  background: #b27852;
  background: linear-gradient(135deg, #b27852 0%, #b27852 50%, #b27852 50%, #a9724e 50%, #a9724e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b27852", endColorstr="#a9724e",GradientType=1 );
  letter-spacing: -1px;
}
.newsBlock__head__title--kasei .newsBlock__head__title__tag__icn {
  background: #af373f;
  background: linear-gradient(135deg, #b13f78 0%, #b13f78 50%, #b13f78 50%, #a53a6f 50%, #a53a6f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b13f78", endColorstr="#a53a6f",GradientType=1 );
  letter-spacing: -1px;
}
.newsBlock__head__title--bungei .newsBlock__head__title__tag__icn {
  background: #af373f;
  background: linear-gradient(135deg, #6fa444 0%, #6fa444 50%, #6fa444 50%, #689940 50%, #689940 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6fa444", endColorstr="#689940",GradientType=1 );
  letter-spacing: -1px;
}
.newsBlock__head__title--kokusai .newsBlock__head__title__tag__icn {
  background: #af373f;
  background: linear-gradient(135deg, #5364b4 0%, #5364b4 50%, #5364b4 50%, #4d5da8 50%, #4d5da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5364b4", endColorstr="#4d5da8",GradientType=1 );
  letter-spacing: -1px;
}
.newsBlock__head__title--kango .newsBlock__head__title__tag__icn {
  background: #af373f;
  background: linear-gradient(135deg, #de8526 0%, #de8526 50%, #de8526 50%, #cf7c23 50%, #cf7c23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de8526", endColorstr="#cf7c23",GradientType=1 );
  letter-spacing: -1px;
}
.newsBlock__head__title--seikatu .newsBlock__head__title__tag__icn {
  background: #af373f;
  background: linear-gradient(135deg, #dd4f33 0%, #dd4f33 50%, #dd4f33 50%, #cf492f 50%, #cf492f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dd4f33", endColorstr="#cf492f",GradientType=1 );
  letter-spacing: -1px;
}
.newsBlock__head__title--bunka .newsBlock__head__title__tag__icn {
  background: #af373f;
  background: linear-gradient(135deg, #6686b7 0%, #6686b7 50%, #6686b7 50%, #607dab 50%, #607dab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6686b7", endColorstr="#607dab",GradientType=1 );
  letter-spacing: -1px;
}
.newsBlock__head__title__tag {
  width: 160px;
  text-align: left;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .newsBlock__head__title__tag {
    width: auto;
    margin-left: 0;
    text-align: left;
    display: block;
    vertical-align: middle;
  }
}
.newsBlock__head__title__tag__icn {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  width: 140px;
  color: #fff;
  font-weight: bold;
  background: #af373f;
  background: linear-gradient(135deg, #af373f 0%, #af373f 50%, #af373f 50%, #a6343c 50%, #a6343c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#af373f", endColorstr="#a6343c",GradientType=1 );
}
@media screen and (max-width: 768px) {
  .newsBlock__head__title__tag__icn {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.18182;
    width: auto;
    padding: 0 20px;
  }
}
.newsBlock__head__title__text {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.41667;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .newsBlock__head__title__text {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 2.5%;
  }
}
.newsBlock__head__tag {
  text-align: left;
  margin-bottom: 20px;
}
.newsBlock__head__tag__icn {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
  padding: 8px 15px;
  margin-bottom: 2px;
  color: #fff;
  font-weight: bold;
  background: #802358;
  letter-spacing: 0;
  display: none;
}
.newsBlock__head__tag.cat1 .cat1, .newsBlock__head__tag.cat2 .cat2, .newsBlock__head__tag.cat3 .cat3, .newsBlock__head__tag.cat4 .cat4, .newsBlock__head__tag.cat5 .cat5, .newsBlock__head__tag.cat6 .cat6, .newsBlock__head__tag.cat7 .cat7, .newsBlock__head__tag.cat8 .cat8, .newsBlock__head__tag.cat9 .cat9, .newsBlock__head__tag.cat10 .cat10, .newsBlock__head__tag.cat11 .cat11, .newsBlock__head__tag.cat12 .cat12 {
  display: inline-block;
}
.newsBlock__sns {
  float: right;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .newsBlock__sns {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
  }
}
.newsBlock__sns__list {
  float: left;
  margin-left: 20px;
}
.newsBlock__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.newsBlock__link {
  width: 100%;
  position: relative;
}
.newsBlock__link__list {
  position: relative;
  display: block;
  padding: 24px 20px;
  border-top: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .newsBlock__link__list {
    padding: 20px 0;
  }
}
.newsBlock__link__list:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.newsBlock__link__list:hover .newsBlock__link__title {
  text-decoration: underline;
}
.newsBlock__link__data {
  position: relative;
  vertical-align: top;
  width: 92px;
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
  color: #3e3e3e;
  margin-right: 50px;
  padding-top: 6px;
  padding-left: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newsBlock__link__data {
    display: block;
    text-align: left;
  }
}
.newsBlock__link__data:before {
  content: "";
  display: flex;
  align-items: center;
  width: 9px;
  height: 2px;
  background: #3e3e3e;
  position: absolute;
  top: 12px;
  left: 0;
}
.newsBlock__link__cat {
  vertical-align: top;
  width: 83px;
  font-size: 1.2rem;
  height: 27px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  color: #802358;
  border: 1px solid #802358;
}
@media screen and (max-width: 768px) {
  .newsBlock__link__cat {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.newsBlock__link__title {
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3e3e3e;
  display: inline-block;
  width: calc(100% - 225px);
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .newsBlock__link__title {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.newsBlock__link .ugNewsBlock__inner__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsBlock__link .ugNewsBlock__inner__btn a {
  margin: 0;
}
.newsBlock__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .newsBlock__btn {
    margin-top: 40px;
  }
}
.newsBlock__btn a {
  font-size: 1.4rem;
  color: #fff;
  background-color: #802358;
  padding: 13px 52px 13px 24px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.newsBlock__btn a::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px;
  margin-right: 15px;
}
.newsBlock__btn a:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.newsDtBtn {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.newsDtBtn__prev {
  position: relative;
  font-size: 1.6rem;
  min-width: 100px;
  font-size: 1.6rem;
  padding: 14px 0 14px 20px;
  color: #fff;
  background: #802358;
}
.newsDtBtn__prev span {
  display: inline-block;
}
.newsDtBtn__prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url(/img/common/ic_arrow_left_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.newsDtBtn__next {
  position: relative;
  min-width: 100px;
  font-size: 1.6rem;
  padding: 14px 20px 14px 10px;
  color: #fff;
  background: #802358;
}
.newsDtBtn__next span {
  display: inline-block;
}
.newsDtBtn__next:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/img/common/ic_arrow_right_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.ie11 .newsBlock__btn a::before {
  background-image: url(/img/common/ic_link_arrow_white.svg) !important;
}

/*-----------------------
newsSlide ■-i
------------------------*/
.newsSlide {
  position: relative;
  border: 2px solid #d4979b;
  border-radius: 12px;
}
.newsSlide__prev {
  position: absolute;
  top: 105px;
  left: -15px;
  z-index: 1;
  width: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.newsSlide__prev:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.newsSlide__prev img {
  width: 100%;
}
.newsSlide__next {
  position: absolute;
  top: 105px;
  right: -15px;
  z-index: 1;
  width: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.newsSlide__next:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.newsSlide__next img {
  width: 100%;
}
.newsSlide__inner {
  width: 330px;
  height: 380px;
  overflow: hidden;
}
.newsSlide__inner__item {
  position: relative;
}
.newsSlide__inner__item__list {
  position: relative;
  float: left;
  width: 330px;
  padding: 8px;
  display: block;
  color: #333333;
  transition: none;
}
.newsSlide__inner__item__list__img {
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto;
}
.newsSlide__inner__item__list__time {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1;
  margin: 15px 15px 5px 15px;
}
.newsSlide__inner__item__list__text {
  margin: 0 15px 30px 15px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61538;
}
.newsSlide__inner__item__list:hover {
  color: #802358;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .newsSlide {
    position: relative;
    width: 100%;
    border: 2px solid #d4979b;
    border-radius: 12px;
    margin-top: 7.8125%;
  }
  .newsSlide__prev {
    position: absolute;
    top: 105px;
    left: -15px;
    z-index: 1;
    width: 10%;
  }
  .newsSlide__prev img {
    width: 100%;
  }
  .newsSlide__prev:hover {
    opacity: 1;
    transition: none;
  }
  .newsSlide__next {
    position: absolute;
    top: 105px;
    right: -15px;
    z-index: 1;
    width: 10%;
  }
  .newsSlide__next img {
    width: 100%;
  }
  .newsSlide__next:hover {
    opacity: 1;
    transition: none;
  }
  .newsSlide__inner {
    width: 100%;
    overflow: hidden;
  }
  .newsSlide__inner__item {
    position: relative;
    width: 100%;
  }
  .newsSlide__inner__item__list {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 12px;
    color: #333333;
    transition: none;
  }
  .newsSlide__inner__item__list__img {
    overflow: hidden;
    border-radius: 8px;
    height: 140px;
  }
  .newsSlide__inner__item__list__img img {
    height: 100%;
  }
  .newsSlide__inner__item__list__time {
    display: block;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin: 4% 0 1% 0;
  }
  .newsSlide__inner__item__list__text {
    margin: 0 0 8% 0;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .newsSlide__inner__item__list:hover {
    color: #333333;
    transition: none;
  }
}
/*-----------------------
newsLink ■-i
------------------------*/
.newsLink {
  position: relative;
  width: 100%;
  display: table;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #f5ede8;
}
.newsLink:first-child {
  border-top: none;
}
.newsLink.noBdr {
  border-top: none;
}
.newsLink--noline {
  border-top: 0;
  padding: 5px 0;
}
.newsLink--noline:hover {
  opacity: 0.7;
  transition: all ease 0.5s;
}
.newsLink--noline:hover .newsLinkImgs__txArea__text {
  color: #802358;
}
.newsLink--ns1 .newsLink__tag__icn {
  background: #92a54b;
  background: linear-gradient(135deg, #92a54b 0%, #92a54b 50%, #92a54b 50%, #8a9c47 50%, #8a9c47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92a54b", endColorstr="#8a9c47",GradientType=1 );
}
.newsLink--ns2 .newsLink__tag__icn {
  background: #7e708e;
  background: linear-gradient(135deg, #7e708e 0%, #7e708e 50%, #7e708e 50%, #786a87 50%, #786a87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7e708e", endColorstr="#786a87",GradientType=1 );
}
.newsLink--ns3 .newsLink__tag__icn {
  background: #b27852;
  background: linear-gradient(135deg, #b27852 0%, #b27852 50%, #b27852 50%, #a9724e 50%, #a9724e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b27852", endColorstr="#a9724e",GradientType=1 );
}
.newsLink__time {
  text-align: left;
  width: 110px;
  display: table-cell;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.64286;
  vertical-align: middle;
  color: #3e3e3e;
  padding-left: 13px;
  position: relative;
}
.newsLink__time:after {
  content: "";
  width: 8px;
  height: 2px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 2px;
  background: url(/img/common/pdDate.jpg) left center no-repeat;
  background-size: 8px 2px;
}
.newsLink__tag {
  width: 115px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.newsLink__tag__icn {
  display: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.09091;
  width: 95px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #802358;
  letter-spacing: 0;
}
.newsLink__tag__icn.t1, .newsLink__tag__icn.t2, .newsLink__tag__icn.t3 {
  background: #af373f;
  background: linear-gradient(135deg, #95ae4d 0%, #95ae4d 50%, #95ae4d 50%, #8ea649 50%, #8ea649 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#95ae4d", endColorstr="#8ea649",GradientType=1 );
}
.newsLink__tag__icn.t4, .newsLink__tag__icn.t5, .newsLink__tag__icn.t6 {
  background: #af373f;
  background: linear-gradient(135deg, #5eaecf 0%, #5eaecf 50%, #5eaecf 50%, #59a6c6 50%, #59a6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5eaecf", endColorstr="#59a6c6",GradientType=1 );
}
.newsLink__tag__icn.t7 {
  background: #af373f;
  background: linear-gradient(135deg, #ad7fb5 0%, #ad7fb5 50%, #ad7fb5 50%, #a579ad 50%, #a579ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ad7fb5", endColorstr="#a579ad",GradientType=1 );
}
.newsLink__tag__icn.t8 {
  background: #af373f;
  background: linear-gradient(135deg, #e88469 0%, #e88469 50%, #e88469 50%, #dc7d64 50%, #dc7d64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e88469", endColorstr="#dc7d64",GradientType=1 );
}
.cat1 .newsLink__tag__icn.t1, .cat2 .newsLink__tag__icn.t2, .cat3 .newsLink__tag__icn.t3, .cat4 .newsLink__tag__icn.t4, .cat5 .newsLink__tag__icn.t5, .cat6 .newsLink__tag__icn.t6, .cat7 .newsLink__tag__icn.t7, .cat8 .newsLink__tag__icn.t8 {
  display: inline-block;
}
.newsLink__tag__icn a {
  color: #fff;
  transition: opacity 0.3s ease;
}
.newsLink__tag__icn a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.newsLink__text {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #333333;
  transition: color 0.3s ease;
}
.newsLink:hover .newsLink__text {
  color: #802358;
  transition: color 0.3s ease;
}

.whatsBlock__inner__news.mod--multi_tag .newsLink {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #e8e9ee;
  overflow: hidden;
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__time {
  float: left;
  width: 110px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64286;
  vertical-align: middle;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__news.mod--multi_tag .newsLink__time {
    float: none;
  }
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__tag {
  width: auto;
  float: left;
  text-align: left;
  display: block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__news.mod--multi_tag .newsLink__tag {
    float: none;
    margin-top: 10px;
    margin-left: 0;
  }
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn {
  width: auto;
  padding: 0 10px;
  margin-right: 5px;
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t1, .whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t2, .whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t3 {
  background: #8ea649;
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t4, .whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t5, .whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t6 {
  background: #59a6c6;
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t7 {
  background: #a579ad;
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn.t8 {
  background: #dc7d64;
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__tag__icn:last-child {
  margin-right: 0;
}
.whatsBlock__inner__news.mod--multi_tag .newsLink__text {
  clear: both;
  text-align: left;
  display: block;
  vertical-align: middle;
  padding-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #333333;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .newsLink {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    text-align: left;
    color: #333333;
    padding: 4.25% 0;
    border-top: 1px solid #f5ede8;
  }
  .newsLink:first-child {
    border-top: none;
  }
  .newsLink.noBdr {
    border-top: none;
  }
  .newsLink--noline {
    border-top: 0;
    padding: 3.125% 0;
  }
  .newsLink--top {
    margin: 0;
  }
  .newsLink--ns1 .newsLink__tag__icn {
    background: #92a54b;
    background: linear-gradient(135deg, #92a54b 0%, #92a54b 50%, #92a54b 50%, #8a9c47 50%, #8a9c47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92a54b", endColorstr="#8a9c47", GradientType=1);
  }
  .newsLink--ns2 .newsLink__tag__icn {
    background: #7e708e;
    background: linear-gradient(135deg, #7e708e 0%, #7e708e 50%, #7e708e 50%, #786a87 50%, #786a87 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7e708e", endColorstr="#786a87", GradientType=1);
  }
  .newsLink--ns3 .newsLink__tag__icn {
    background: #b27852;
    background: linear-gradient(135deg, #b27852 0%, #b27852 50%, #b27852 50%, #a9724e 50%, #a9724e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b27852", endColorstr="#a9724e", GradientType=1);
  }
  .newsLink__time {
    text-align: left;
    width: 110px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    vertical-align: middle;
  }
  .newsLink__tag {
    width: auto;
    margin-left: 3.125%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
  .newsLink__tag__icn {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    width: 85px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #802358;
  }
  .newsLink__text {
    text-align: left;
    display: block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-top: 1.25%;
  }
  .newsLink:hover .newsLink__text {
    color: #333333;
    transition: none;
  }
}
/*-----------------------
newsLinkImgs ■-i
------------------------*/
.newsLinkImgs {
  position: relative;
  width: 100%;
  display: table;
  margin: 10px 0;
  padding: 0;
}
.newsLinkImgs:first-child {
  border-top: none;
}
.newsLinkImgs--noline {
  border-top: 0;
  padding: 5px 0;
}
.newsLinkImgs--ns1 .newsLinkImgs__txArea__tag__icn {
  background: #92a54b;
  background: linear-gradient(135deg, #92a54b 0%, #92a54b 50%, #92a54b 50%, #8a9c47 50%, #8a9c47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92a54b", endColorstr="#8a9c47",GradientType=1 );
}
.newsLinkImgs--ns2 .newsLinkImgs__txArea__tag__icn {
  background: #7e708e;
  background: linear-gradient(135deg, #7e708e 0%, #7e708e 50%, #7e708e 50%, #786a87 50%, #786a87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7e708e", endColorstr="#786a87",GradientType=1 );
}
.newsLinkImgs--ns3 .newsLinkImgs__txArea__tag__icn {
  background: #b27852;
  background: linear-gradient(135deg, #b27852 0%, #b27852 50%, #b27852 50%, #a9724e 50%, #a9724e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b27852", endColorstr="#a9724e",GradientType=1 );
}
.newsLinkImgs__imgArea {
  position: relative;
  width: 160px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
}
.newsLinkImgs__imgArea:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.sobunken .newsLinkImgs__imgArea img {
  max-width: 168px;
  height: auto;
}
.newsLinkImgs__txArea {
  width: 320px;
  padding-left: 20px;
  display: table-cell;
  text-align: left;
}
.newsLinkImgs__txArea__time {
  text-align: left;
  width: 110px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.64286;
  vertical-align: middle;
  color: #3e3e3e;
}
.newsLinkImgs__txArea__tag {
  width: 115px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.newsLinkImgs__txArea__tag__icn {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.09091;
  width: 95px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  background: #802358;
  letter-spacing: 0;
}
.newsLinkImgs__txArea__text {
  margin-top: 10px;
  text-align: left;
  display: block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #333333;
  transition: color 0.3s ease;
}
.newsLinkImgs:hover .newsLinkImgs__imgArea:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.newsLinkImgs:hover .newsLinkImgs__txArea__text {
  color: #802358;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .newsLinkImgs--ns1 .newsLinkImgs__txArea__tag__icn {
    background: #92a54b;
    background: linear-gradient(135deg, #92a54b 0%, #92a54b 50%, #92a54b 50%, #8a9c47 50%, #8a9c47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92a54b", endColorstr="#8a9c47", GradientType=1);
  }
  .newsLinkImgs--ns2 .newsLinkImgs__txArea__tag__icn {
    background: #7e708e;
    background: linear-gradient(135deg, #7e708e 0%, #7e708e 50%, #7e708e 50%, #786a87 50%, #786a87 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7e708e", endColorstr="#786a87", GradientType=1);
  }
  .newsLinkImgs--ns3 .newsLinkImgs__txArea__tag__icn {
    background: #b27852;
    background: linear-gradient(135deg, #b27852 0%, #b27852 50%, #b27852 50%, #a9724e 50%, #a9724e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b27852", endColorstr="#a9724e", GradientType=1);
  }
  .newsLinkImgs__imgArea {
    width: 23%;
    display: table-cell;
    text-align: left;
  }
  .newsLinkImgs__imgArea img {
    width: 100%;
  }
  .newsLinkImgs__imgArea:after {
    display: none;
  }
  .newsLinkImgs__txArea {
    width: 72%;
    padding-left: 5%;
    display: table-cell;
    text-align: left;
  }
  .newsLinkImgs__txArea__time {
    text-align: left;
    width: 85px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    vertical-align: middle;
    color: #333333;
  }
  .newsLinkImgs__txArea__tag {
    width: auto;
    margin-left: 3.125%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
  .newsLinkImgs__txArea__tag__icn {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    width: 85px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    background: #802358;
  }
  .newsLinkImgs__txArea__text {
    text-align: left;
    display: block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-top: 2%;
    color: #333333;
    transition: none;
  }
  .newsLinkImgs:hover .newsLinkImgs__imgArea:after {
    transform: translateY(100%);
    transition: none;
  }
  .newsLinkImgs:hover .newsLinkImgs__txArea__text {
    color: #802358;
    transition: none;
  }
}
/*-----------------------
nowBlock
------------------------*/
@media screen and (max-width: 768px) {
  .nowBlock {
    position: relative;
    padding: 7.8125% 0;
    overflow: hidden;
  }
  .nowBlock__title {
    width: 55.3125%;
    text-align: center;
    margin: 0 auto;
  }
  .nowBlock__title img {
    width: 100%;
  }
  .nowBlock__banner {
    overflow: hidden;
    margin: 0;
    padding-top: 0;
    width: 87.5%;
    margin: 0 auto;
  }
  .nowBlock__bannerr__list {
    float: none;
    width: 100%;
    margin: 5% 0;
    margin-left: 0;
  }
  .nowBlock__bannerr__list:nth-child(3n+1) {
    margin-left: 0;
  }
  .nowBlock__bannerr__list img {
    width: 100%;
  }
  .nowBlock__youtube {
    position: relative;
    width: 100%;
    height: 370px;
    background-color: #f9d3d0;
    border-radius: 8px;
  }
  .nowBlock__youtube__title {
    text-align: left;
    padding: 7.14286% 7.14286% 4.46429% 7.14286%;
    width: 46.96429%;
  }
  .nowBlock__youtube__title img {
    width: 100%;
  }
  .nowBlock__youtube__link {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8.57143% 5.35714% 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    color: #000000;
  }
  .nowBlock__youtube__link:before {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url(/img/top/now/ar_link.png) no-repeat top left;
    background-size: 6px 10px;
    margin-right: 5px;
  }
  .nowBlock__youtube__scroll {
    overflow: scroll;
    padding: 3.57143%;
    height: 299px;
  }
  .nowBlock__youtube__list {
    margin: 0 0 1px 0;
  }
  .nowBlock__youtube__links {
    display: block;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .nowBlock__youtube__links:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  .nowBlock__youtube__img {
    float: left;
    width: 41.07143%;
    margin: 4.46429% 0 4.46429% 4.46429%;
  }
  .nowBlock__youtube__img img {
    width: 100%;
  }
  .nowBlock__youtube__text {
    float: right;
    width: 44.64286%;
    margin: 4.46429% 4.46429% 4.46429% 1.78571%;
    text-align: left;
  }
  .nowBlock__youtube__text__ti {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.23077;
    margin-bottom: 5px;
    color: #000;
  }
  .nowBlock__youtube__text__date, .nowBlock__youtube__text__num {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
    color: #802358;
  }
  .nowBlock__item {
    overflow: visible;
    margin: 6.25%;
    padding-top: 0;
  }
  .nowBlock__item__list {
    float: none;
    overflow: visible;
    width: 100%;
    margin: 6.25% 0;
  }
  .nowBlock__item__list__tw {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
  }
  .nowBlock__item__list__seisyun {
    position: relative;
  }
  .nowBlock__item__list__seisyun__ti {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 54.4642857143%;
  }
  .nowBlock__item__list__seisyun__ti img {
    width: 100%;
  }
  .nowBlock__item__list__seisyun__img {
    padding-top: 23.4375%;
    overflow: visible;
    border-radius: 8px 8px 0 0;
    background: #fff;
  }
  .nowBlock__item__list__seisyun__img img {
    width: 100%;
  }
  .nowBlock__item__list__seisyun__box {
    background: #f35a57;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 8%;
  }
  .nowBlock__item__list__seisyun__box__tx {
    padding: 4.6875% 0 8% 0;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .nowBlock__item__list__seisyun__box__tx img {
    width: 100%;
  }
  .nowBlock__item__list__seisyun__box__link {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #ed5757;
    width: 65%;
    padding: 3.125% 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
  }
  .nowBlock__item__list__seisyun__box__link__tx {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .nowBlock__item__list__seisyun__box__link__tx:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/img/common/ar_ri_red.png) left center no-repeat;
    background-size: 6px 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .nowBlock__item__list__seisyun__box__link:after {
    display: none;
  }
  .nowBlock__item__list__family {
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background: #f35a57;
  }
  .nowBlock__item__list__family__img img {
    width: 100%;
  }
  .nowBlock__item__list__family__box {
    margin: 8% auto;
    text-align: center;
  }
  .nowBlock__item__list__family__box__ti {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }
  .nowBlock__item__list__family__box__tx {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 2.5%;
  }
  .nowBlock__item__list__family__box__link {
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    color: #f35a57;
    width: 70%;
    padding: 3.125% 0;
    border-radius: 20px;
    margin: 4% 0 0 0;
  }
  .nowBlock__item__list__family__box__link__tx {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .nowBlock__item__list__family__box__link__tx:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(/img/common/ar_ri_pink.png) left center no-repeat;
    background-size: 6px 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .nowBlock__item__list__family__box__link:after {
    display: none;
  }
  .nowBlock__item__list__family__box__link:hover:after {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  .nowBlock__item__list__line {
    width: 100%;
    margin-bottom: 6.25%;
  }
  .nowBlock__item__list__line img {
    width: 100%;
  }
  .nowBlock__item__list__bnr {
    display: block;
    width: 100%;
    margin-bottom: 6.25%;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .nowBlock__item__list__bnr:hover {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .nowBlock__item__list__bnr img {
    width: 100%;
  }
  .nowBlock__exam {
    clear: both;
    padding-top: 0;
    margin: 0 6.25%;
  }
  .nowBlock__exam__ti {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 6.25%;
  }
  .nowBlock__exam__ti img {
    width: 100%;
  }
  .nowBlock__exam__item {
    background: url(/img/top/now/bg_exam.png) top center repeat-y;
    border-radius: 8px;
    overflow: hidden;
    padding: 2%;
  }
  .nowBlock__exam__item__list {
    position: relative;
    float: left;
    width: 46%;
    margin: 2%;
  }
  .nowBlock__exam__item__list__link {
    display: block;
    width: 100%;
  }
  .nowBlock__exam__item__list__link img {
    width: 100%;
  }
  .nowBlock__exam__item__list__link__mark {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 34.8%;
  }
  .nowBlock__exam__item__list__link__mark img {
    width: 100%;
  }
  .florting {
    position: absolute;
    top: 133.1vw;
    right: 0;
    width: 100%;
    z-index: 20;
    opacity: 1;
    transition: 0.3s opacity ease;
  }
  .florting__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .florting__inner a {
    width: 100%;
  }
  .florting__inner a img {
    width: 100%;
  }
  .florting__inner a:hover {
    opacity: 1;
    transition: 0.3s opacity ease;
  }
  .florting__inner.ac {
    opacity: 0.8;
    transition: 0.3s opacity ease;
  }
}
/*-----------------------
_pageTopTxt
------------------------*/
.pageTopTxt {
  position: relative;
  clear: both;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 60px;
}
.pageTopTxt__tx {
  position: relative;
  display: inline-block;
  text-align: right;
}
.pageTopTxt__tx__link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.14286;
  color: #333333;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 2px solid #333333;
  transition: all 0.3s ease;
  padding-left: 16px;
}
.pageTopTxt__tx__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 16px;
  background: url(/img/common/icn_pageTop.png) top left no-repeat;
}
.pageTopTxt__tx__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 16px;
  background: url(/img/common/icn_pageTop_ov.png) top left no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pageTopTxt__tx__link:hover {
  color: #802358;
  border-bottom-color: #802358;
  transition: all 0.3s ease;
}
.pageTopTxt__tx__link:hover:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/*-----------------------
pankuzu
------------------------*/
.pankuzu {
  position: relative;
  text-align: left;
  padding: 18px 0 18px 80px;
  box-sizing: border-box;
}
.pankuzu.side {
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e8ee;
}
.pankuzu__tx {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.pankuzu__tx.current {
  color: #802358;
}
.pankuzu__tx__link {
  color: #3e3e3e;
  text-decoration: underline;
}
.pankuzu__tx__link:after {
  content: "&gt;";
  color: #c2c2c2;
  display: inline-block;
  margin: 0 11px 0 13px;
}

@media screen and (max-width: 768px) {
  .pankuzu {
    padding: 18px 20px;
    box-sizing: border-box;
  }
}
/*-----------------------
pagenation ■-i
------------------------*/
.pagenation {
  clear: both;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    padding: 4.25% 0;
  }
}
.pagenation__btn {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #333333;
  padding: 8px 10px 6px 10px;
  margin: 0 5px;
  transition: color, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagenation__btn {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1.7% 2.2%;
    margin: 0 1.4%;
  }
}
.pagenation__btn--num {
  background: #f5ede8;
  border: 1px solid #802358;
}
.pagenation__btn--num.ac {
  background: #802358;
  color: #ffffff;
  cursor: default;
}
.pagenation__btn--num:hover {
  background: #802358;
  color: #ffffff;
  transition: color, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagenation__btn--num:hover {
    background: #f5ede8;
    color: #333333;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .pagenation__btn--prev {
    padding: 1.5% 1.8%;
    margin-left: none;
  }
}
.pagenation__btn--prev:hover {
  color: #802358;
  transition: color, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagenation__btn--prev:hover {
    color: #333333;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .pagenation__btn--next {
    padding: 1.5% 1.8%;
    margin-right: none;
  }
}
.pagenation__btn--next:hover {
  color: #802358;
  transition: color, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagenation__btn--next:hover {
    color: #333333;
    transition: none;
  }
}

/*-----------------------
qaBlock
------------------------*/
.qaBlock {
  position: relative;
  margin: 10px 0;
}
.qaBlock.cl_kasei .qaBlock__inner__tx {
  background-image: url("/img/common/icn_a_kasei.png");
}
.qaBlock.cl_bungei .qaBlock__inner__tx {
  background-image: url("/img/common/icn_a_bungei.png");
}
.qaBlock.cl_kokusai .qaBlock__inner__tx {
  background-image: url("/img/common/icn_a_kokusai.png");
}
.qaBlock.cl_kango .qaBlock__inner__tx {
  background-image: url("/img/common/icn_a_kango.png");
}
.qaBlock.cl_seikatu .qaBlock__inner__tx {
  background-image: url("/img/common/icn_a_seikatu.png");
}
.qaBlock.cl_bunka .qaBlock__inner__tx {
  background-image: url("/img/common/icn_a_bunka.png");
}
.qaBlock__inner {
  position: relative;
  text-align: left;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 2px solid #F2E9EE;
  border-bottom: 2px solid #F2E9EE;
}
.qaBlock__inner__ti {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #3e3e3e;
  text-align: left;
  background-image: url("/img/common/icn_q.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
  padding-left: 45px;
  margin-top: 15px;
}
.qaBlock__inner__tx {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3e3e3e;
  margin-top: 10px;
  background-image: url("/img/common/icn_a.png");
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: left 5px;
  padding-left: 45px;
}
.qaBlock__ti {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #3e3e3e;
  text-align: left;
  background-image: url("/img/common/icn_q.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
  padding-left: 45px;
  margin-top: 15px;
}
.qaBlock__tx {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3e3e3e;
  margin-top: 10px;
  background-image: url("/img/common/icn_a.png");
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: left 5px;
  padding-left: 45px;
}
.qaBlock__num {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  padding: 10px 0;
  width: 68px;
  border-radius: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #802358;
  background: #F2E9EE;
  text-align: center;
}
.qaBlock__sec {
  text-align: left;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .qaBlock {
    clear: both;
    position: relative;
    width: 100%;
    margin-top: 15px;
  }
  .qaBlock__inner {
    position: relative;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #F2E9EE;
  }
  .qaBlock__inner__ti {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #802358;
    padding-top: 3px;
  }
  .qaBlock__inner__tx {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-top: 5px;
  }
  .qaBlock__num {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    padding: 6px 0;
    width: 40px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #802358;
    background: #F2E9EE;
    text-align: center;
  }
  .qaBlock__sec {
    text-align: left;
    padding-left: 50px;
  }
  .qaBlock__ti {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #802358;
    padding-top: 3px;
  }
  .qaBlock__tx {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-top: 5px;
  }
}
/*-----------------------
detailsBlock
------------------------*/
.detailsBlock {
  position: relative;
  margin: 5px 0;
}

summary:hover {
  cursor: pointer;
  font-weight: bold;
}

.detailsBlock__inner {
  position: relative;
  margin: 15px 0;
  padding: 15px 0;
}

.detailsBlock__inner__ti {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3e3e3e;
  text-align: left;
}

.detailsBlock__inner__tx {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #3e3e3e;
  margin: 5px;
}

summary.detailsBlock__ti {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3e3e3e;
  text-align: left;
  display: list-item;
  position: relative;
}

p.detailsBlock__tx {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #3e3e3e;
  margin: 5px;
}

p.detailsBlock__tx img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .detailsBlock {
    clear: both;
    position: relative;
    width: 100%;
  }
  .detailsBlock__inner {
    position: relative;
    margin: 15px 0;
    padding: 15px 0;
  }
  .detailsBlock__inner__ti {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .detailsBlock__inner__tx {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  summary.detailsBlock__ti {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  p.detailsBlock__tx {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  p.detailsBlock__tx img {
    width: 90%;
  }
}
/*-----------------------
_recBlock
------------------------*/
/* Scss Document */
.recBlock {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #802358;
  padding: 80px 0 160px;
}
@media screen and (max-width: 1024px) {
  .recBlock {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .recBlock {
    padding: 30px 0 40px;
  }
}
.recBlock h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recBlock h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.recBlock__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .recBlock__row {
    flex-wrap: wrap;
  }
}
.recBlock .litem {
  width: calc(50% - 9px);
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .recBlock .litem {
    width: 50%;
  }
}
.recBlock .litem__thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.recBlock .litem__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  padding: 20px;
  min-width: 180px;
  text-align: center;
  color: #802358;
}
@media screen and (max-width: 1024px) {
  .recBlock .litem__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .recBlock .litem__title {
    padding: 10px 12px;
    line-height: 1.2;
    min-width: auto;
  }
}
.recBlock .litem__title__small {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
}
.recBlock .litem.litem--movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) url("/img/common/ic_movieStart.svg") center center no-repeat;
  background-size: auto 37%;
  transition: all 0.3s ease;
}
.recBlock .litem.litem--movie:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.recBlock .litem:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.recBlock .litem:hover:after {
  opacity: 0.2;
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.recBlock .recBlock__L {
  width: calc(50% - 9px);
}
@media screen and (max-width: 600px) {
  .recBlock .recBlock__L {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.recBlock .recBlock__L .litem {
  width: 100%;
  margin-bottom: 0;
}
.recBlock .recBlock__L .litem__title {
  padding: 60px 70px;
}
@media screen and (max-width: 1024px) {
  .recBlock .recBlock__L .litem__title {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .recBlock .recBlock__L .litem__title {
    padding: 10px 12px;
  }
}
.recBlock__M {
  width: calc(50% - 9px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .recBlock__M {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.recBlock__Three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1362px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .recBlock__Three {
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 575px) {
  .recBlock__Three {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.recBlock__Three.main-carousel {
  display: block;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .recBlock__Three.main-carousel {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .recBlock__Three.main-carousel {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.recBlock__Three .litem {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .recBlock__Three .litem {
    width: 49%;
  }
}
@media screen and (max-width: 575px) {
  .recBlock__Three .litem {
    width: 100%;
  }
}
.recBlock__Four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1322px;
  margin: auto;
  /*
  @media screen and (max-width: 575px){
    display: block;
  }
  */
}
@media screen and (max-width: 1024px) {
  .recBlock__Four {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.recBlock__Four .litem {
  width: 24%;
  /*
  @media screen and (max-width: 575px){
    width: 100%;
  }
  */
}
@media screen and (max-width: 1024px) {
  .recBlock__Four .litem {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .recBlock__Four .litem {
    width: 49%;
  }
}
.recBlock__btn {
  width: 160px;
  margin: 50px auto -90px;
}
@media screen and (max-width: 1024px) {
  .recBlock__btn {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .recBlock__btn {
    margin: 20px auto 0;
  }
}
.recBlock__btn a {
  font-size: 1.4rem;
  color: #802358;
  background-color: #fff;
  padding: 13px 42px 13px 24px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.recBlock__btn a::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px;
  margin-right: 15px;
}
.recBlock__grid {
  width: 100%;
  max-width: 1322px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recBlock__grid {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.recBlock__grid__oneCol {
  width: 50%;
}
.recBlock__grid__oneCol .litem {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recBlock__grid__oneCol {
    width: 100%;
  }
}
.recBlock__grid__twoCol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 48%;
}
.recBlock__grid__twoCol .litem {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .recBlock__grid__twoCol {
    width: 100%;
  }
}

.ie11 .recBlock__btn a::before {
  background-image: url(/img/common/ic_link_arrow_univ.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.chukou .recBlock__btn a::before {
  background-image: url(/img/common/ic_link_arrow_chukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.nichukou .recBlock__btn a::before {
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11.muse .recBlock__btn a::before {
  background-image: url(/img/common/ic_link_arrow_muse.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

/*-----------------------
sideNav
------------------------*/
.sideNav {
  position: relative;
  float: right;
  width: calc(26% - 45px);
  margin-bottom: 50px;
  margin-top: 45px;
  margin-right: 45px;
  z-index: auto;
}
.sideNav--univ .sideNav__inner__title {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 35px 20px 25px 20px;
  background: url(/img/common/sidenav_bg_univ.png) left center repeat;
}
.sideNav.index {
  /*margin-top: -95px;*/
}
.sideNav__inner {
  display: none;
  margin-bottom: 20px;
}
.sideNav__inner__title {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  padding: 33px 20px 33px 40px;
  background: #802358;
}
.sideNav__inner__title__link {
  display: block;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sideNav__inner__title__link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.sideNav__inner__close {
  display: none;
}
.sideNav__btn {
  display: none;
}

.sideItem {
  overflow: hidden;
  background: #f8f8f8;
}
.sideItem__list {
  position: relative;
  text-align: left;
}
.sideItem__list__prnt {
  position: relative;
  display: block;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 6px 10px;
}
.sideItem__list__prnt__link {
  color: #3e3e3e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  display: block;
  padding: 22px 60px 22px 60px;
}
.sideItem__list__prnt__txt {
  color: #3e3e3e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  display: block;
  padding: 22px 60px 22px 60px;
}
.sideItem__list__prnt__txt:hover {
  color: #802358;
  transition: color 0.3s ease;
}
.sideItem__list__prnt:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  /*background: url(/img/common/icn_minus.svg) center center no-repeat;*/
  background-size: 20px 20px;
}
.sideItem__list__prnt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 24%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  /*background: url(/img/common/icn_plus.svg) center center no-repeat;*/
  background-size: 20px 20px;
}
.sideItem__list__prnt:hover {
  color: #802358;
  transition: color 0.3s ease;
}
.sideItem__list__prnt:hover .sideItem__list__prnt__link {
  transition: color 0.2s ease;
}
.sideItem__list__prnt:hover .sideItem__list__prnt__link:hover {
  color: #802358;
  transition: color 0.2s ease;
}
.sideItem__list__link {
  position: relative;
  display: block;
  background: #f8f8f8;
  color: #3e3e3e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 22px 60px 22px 60px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 6px 10px;
}
.sideItem__list__link:hover {
  color: #802358;
  background-color: #F2E9EE;
  transition: all 0.3s ease;
}
.sideItem__list__link__blank {
  color: #3e3e3e;
  transition: color 0.2s ease;
}
.sideItem__list__link.detailLink__list__link--pdf:before {
  display: none;
}
.sideItem__list__blank {
  position: relative;
  display: block;
  padding: 20px 60px 20px 60px;
  background: #f8f8f8;
  color: #3e3e3e;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 6px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.sideItem__list__blank:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 19.8%;
  height: 13px;
  margin-top: -2px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.sideItem__list__blank:hover {
  color: #802358;
  transition: all 0.3s ease;
}
.sideItem__list.ac .sideItem__list__prnt {
  background-color: #F2E9EE;
}
.sideItem__list.ac .sideItem__list__prnt__link {
  color: #802358;
}
.sideItem__list.ac .sideItem__list__prnt__txt {
  color: #802358;
}
.sideItem__list.ac .sideItem__list__link {
  background-color: #F2E9EE;
  color: #802358;
}
.sideItem__list.ac .sideItem__list__child {
  display: block;
}
.sideItem__list.open .sideItem__list__prnt:before {
  display: block;
}
.sideItem__list.open .sideItem__list__prnt:after {
  display: none;
}
.sideItem__list.open .sideItem__list__child {
  display: block;
}
.sideItem__list:before {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  height: 1px;
  width: 92.5%;
  border-top: 1px solid #e6e8ee;
}

.sideChildItem {
  display: none;
  overflow: hidden;
  padding-bottom: 22px;
}
.sideChildItem__list {
  text-align: left;
}
.sideChildItem__list:last-child .sideChildItem__list__link__tx {
  border-bottom: none;
}
.sideChildItem__list__link {
  display: block;
  background: #f8f8f8;
  color: #3e3e3e;
  font-size: 1.4rem;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.sideChildItem__list__link:hover {
  color: #802358;
  transition: color 0.3s ease;
}
.sideChildItem__list__link__tx {
  position: relative;
  display: block;
  padding: 20px 60px 20px 77px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 55px center;
  background-size: 6px 10px;
  border-bottom: 1px solid #f8f8f8;
}
.sideChildItem__list__link__tx:hover {
  transition: all 0.3s ease;
  background-position: 60px center;
}
.sideChildItem__list__link__tx:hover:after {
  content: "";
  display: block;
  height: 1px;
  width: 92.5%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sideChildItem__list__link__tx.--blank:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 38px;
  height: 13px;
  margin-top: -2px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border-bottom: 0;
}
.sideChildItem__list__link__tx.--blank:hover:before {
  content: "";
  display: block;
  height: 1px;
  width: 92.5%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sideChildItem__list__link--blank .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 36px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.sideChildItem__list.ac .sideChildItem__list__link {
  color: #802358;
  transition: none;
  background-color: #F2E9EE;
}
.sideChildItem__list.ac .sideChildItem__list__link:hover {
  color: #802358;
  text-decoration: none;
  transition: none;
}
.sideChildItem__list.ac .sideChildItem__list__link__tx {
  border-bottom: none;
}
.sideChildItem__list.ac .sideChildItem__list__grand {
  display: block;
}

.sideGrandChildItem {
  display: none;
  overflow: hidden;
}
.sideGrandChildItem__list {
  background: #f7f7f7;
  text-align: left;
  transition: background ease 0.3s;
}
.sideGrandChildItem__list:last-child .sideGrandChildItem__list__link__tx {
  border-bottom: none;
}
.sideGrandChildItem__list__link {
  display: block;
  background: #F2E9EE;
  color: #3e3e3e;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sideGrandChildItem__list__link__tx {
  display: block;
  padding: 22px 60px 22px 88px;
  background-size: 6px 6px;
}
.sideGrandChildItem__list__link--blank .sideGrandChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.sideGrandChildItem__list__link:hover {
  color: #802358;
  transition: color 0.3s ease;
}
.sideGrandChildItem__list.ac .sideGrandChildItem__list__link {
  color: #802358;
  transition: none;
}
.sideGrandChildItem__list.ac .sideGrandChildItem__list__link:hover {
  text-decoration: none;
  transition: none;
}
.sideGrandChildItem__list.ac .sideGrandChildItem__list__link__tx {
  border-bottom: none;
}
.sideGrandChildItem__list.ac .sideGrandChildItem__list__grand {
  display: block;
}
.sideGrandChildItem__list:before {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  height: 1px;
  width: 92.5%;
  border-top: 1px solid #fff;
}
.sideGrandChildItem__list:hover {
  background: #F2E9EE;
}

.sideGrandChildNxItem {
  display: none;
  overflow: hidden;
  background: #F2E9EE;
  padding-bottom: 22px;
}
.sideGrandChildNxItem__list {
  position: relative;
  text-align: left;
  background: #f7f7f7;
}
.sideGrandChildNxItem__list:last-child .sideGrandChildNxItem__list__link__tx {
  border-bottom: none;
}
.sideGrandChildNxItem__list__noLink {
  display: block;
  background: #fcfaf9;
  color: #3e3e3e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.sideGrandChildNxItem__list__noLink__tx {
  display: block;
  border-bottom: 1px solid #eed4d5;
  padding: 22px 26px 22px 58px;
  background-size: 6px 6px;
}
.sideGrandChildNxItem__list__link {
  width: 92.5%;
  margin-left: 7.5%;
  display: block;
  background: #f7f7f7;
  color: #3e3e3e;
  font-size: 1.4rem;
  line-height: 1.42857;
  transition: color 0.3s ease;
}
.sideGrandChildNxItem__list__link.events-none {
  pointer-events: none;
}
.sideGrandChildNxItem__list__link__tx {
  display: block;
  padding: 22px 26px 22px 58px;
}
.sideGrandChildNxItem__list__link--blank .sideGrandChildNxItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  /*background: url("/img/common/icn_blank_rd.svg") 10px center no-repeat;*/
}
.sideGrandChildNxItem__list__link:hover {
  color: #802358;
  transition: color 0.2s ease;
}
.sideGrandChildNxItem__list__link:before {
  position: absolute;
  right: -7.8%;
  content: "";
  display: block;
  height: 1px;
  width: 92.5%;
  border-top: 1px solid #F2E9EE;
}
.sideGrandChildNxItem__list__grand {
  display: none;
}
.sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  transition: none;
  color: #802358;
  background-color: #F2E9EE;
}
.sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link:hover {
  text-decoration: none;
  transition: none;
}
.sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__grand {
  display: block;
}
.sideGrandChildNxItem__list:before {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  height: 1px;
  width: 92.5%;
  border-top: 1px solid #F2E9EE;
}
.sideGrandChildNxItem__list.ac {
  background-color: #F2E9EE;
}

@media screen and (max-width: 768px) {
  .sideBnrBlock {
    display: none;
  }
}
.sideBnrBlock__link {
  display: block;
  width: 100%;
  margin: 10px 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sideBnrBlock__link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.sideBnrBlock__link img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.bnrImg {
  clear: both;
  display: block;
  margin-bottom: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.bnrImg img {
  width: 100%;
  height: auto;
}
.bnrImg:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.sideBlock {
  position: relative;
  float: right;
  width: calc(26% - 45px);
  margin-bottom: 50px;
  margin-top: 45px;
  margin-right: 45px;
  z-index: 10;
}

.sideInfoBlock {
  position: relative;
  width: 100%;
  border: 2px solid #802358;
  margin-bottom: 20px;
}
.sideInfoBlock.top .sideInfoBlock__defin {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.sideInfoBlock.top .sideInfoBlock__defin__ti {
  width: 100px;
  display: table-cell;
}
.sideInfoBlock.top .sideInfoBlock__defin__tx {
  display: table-cell;
}
.sideInfoBlock__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #802358;
  font-weight: 700;
  padding: 15px;
  border-bottom: 2px solid #802358;
}
.sideInfoBlock__inner {
  padding: 15px 15px 5px;
}
.sideInfoBlock__defin {
  margin-bottom: 10px;
}
.sideInfoBlock__defin__ti {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #802358;
  font-weight: 700;
}
.sideInfoBlock__defin__ti:before {
  content: "●";
  display: inline-block;
  margin-right: 2px;
}
.sideInfoBlock__defin__tx {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  margin: 5px 0;
}

.sideTweetBlock {
  position: relative;
  width: 100%;
  background: url(/joho/img/common/sideTweet_bg.png) top left;
  margin: 20px 0;
}
.sideTweetBlock__inner {
  padding: 16px;
}

.sideScheBlock {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.sideScheBlock__ti {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #802358;
}
.sideScheBlock__frame {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.sideScheBlock__frame iframe {
  width: 100%;
}

.sideInfoNavBlock2__inner a, .sideInfoNavBlock__inner, .sideInfoNavBlock__inner a {
  color: #802358;
}

#f-kasei .sideNav__inner__title,
#g-kasei .sideNav__inner__title,
#f-kasei-hihuku .sideNav__inner__title,
#f-kasei-syokumotu .sideNav__inner__title,
#f-kasei-ken_design .sideNav__inner__title,
#f-kasei-jidou .sideNav__inner__title {
  background-color: #EB6153;
}
#f-kasei .sideItem__list__link,
#g-kasei .sideItem__list__link,
#f-kasei-hihuku .sideItem__list__link,
#f-kasei-syokumotu .sideItem__list__link,
#f-kasei-ken_design .sideItem__list__link,
#f-kasei-jidou .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kasei .sideItem__list__link:hover,
#g-kasei .sideItem__list__link:hover,
#f-kasei-hihuku .sideItem__list__link:hover,
#f-kasei-syokumotu .sideItem__list__link:hover,
#f-kasei-ken_design .sideItem__list__link:hover,
#f-kasei-jidou .sideItem__list__link:hover {
  background-color: #FDEFED;
  color: #EB6153;
  background-position: 45px;
}
#f-kasei .sideItem__list__prnt,
#g-kasei .sideItem__list__prnt,
#f-kasei-hihuku .sideItem__list__prnt,
#f-kasei-syokumotu .sideItem__list__prnt,
#f-kasei-ken_design .sideItem__list__prnt,
#f-kasei-jidou .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kasei .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#g-kasei .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#f-kasei-hihuku .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#f-kasei-syokumotu .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#f-kasei-ken_design .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#f-kasei-jidou .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #EB6153 !important;
}
#f-kasei .sideItem__list__prnt:hover,
#g-kasei .sideItem__list__prnt:hover,
#f-kasei-hihuku .sideItem__list__prnt:hover,
#f-kasei-syokumotu .sideItem__list__prnt:hover,
#f-kasei-ken_design .sideItem__list__prnt:hover,
#f-kasei-jidou .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#f-kasei .sideChildItem__list__link,
#g-kasei .sideChildItem__list__link,
#f-kasei-hihuku .sideChildItem__list__link,
#f-kasei-syokumotu .sideChildItem__list__link,
#f-kasei-ken_design .sideChildItem__list__link,
#f-kasei-jidou .sideChildItem__list__link {
  transition: none;
}
#f-kasei .sideChildItem__list__link__tx,
#g-kasei .sideChildItem__list__link__tx,
#f-kasei-hihuku .sideChildItem__list__link__tx,
#f-kasei-syokumotu .sideChildItem__list__link__tx,
#f-kasei-ken_design .sideChildItem__list__link__tx,
#f-kasei-jidou .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kasei .sideItem__list.ac .sideItem__list__prnt,
#g-kasei .sideItem__list.ac .sideItem__list__prnt,
#f-kasei-hihuku .sideItem__list.ac .sideItem__list__prnt,
#f-kasei-syokumotu .sideItem__list.ac .sideItem__list__prnt,
#f-kasei-ken_design .sideItem__list.ac .sideItem__list__prnt,
#f-kasei-jidou .sideItem__list.ac .sideItem__list__prnt {
  background-color: #FDEFED;
}
#f-kasei .sideItem__list.ac .sideItem__list__prnt__link,
#f-kasei .sideChildItem__list.ac .sideChildItem__list__link,
#g-kasei .sideItem__list.ac .sideItem__list__prnt__link,
#g-kasei .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-hihuku .sideItem__list.ac .sideItem__list__prnt__link,
#f-kasei-hihuku .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-syokumotu .sideItem__list.ac .sideItem__list__prnt__link,
#f-kasei-syokumotu .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-ken_design .sideItem__list.ac .sideItem__list__prnt__link,
#f-kasei-ken_design .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-jidou .sideItem__list.ac .sideItem__list__prnt__link,
#f-kasei-jidou .sideChildItem__list.ac .sideChildItem__list__link {
  color: #EB6153;
}
#f-kasei .sideItem__list.ac .sideItem__list__link,
#f-kasei .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#g-kasei .sideItem__list.ac .sideItem__list__link,
#g-kasei .sideChildItem__list.ac .sideChildItem__list__link,
#g-kasei .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#f-kasei-hihuku .sideItem__list.ac .sideItem__list__link,
#f-kasei-hihuku .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-hihuku .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#f-kasei-syokumotu .sideItem__list.ac .sideItem__list__link,
#f-kasei-syokumotu .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-syokumotu .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#f-kasei-ken_design .sideItem__list.ac .sideItem__list__link,
#f-kasei-ken_design .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-ken_design .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#f-kasei-jidou .sideItem__list.ac .sideItem__list__link,
#f-kasei-jidou .sideChildItem__list.ac .sideChildItem__list__link,
#f-kasei-jidou .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #FDEFED;
  color: #EB6153;
}
#f-kasei .sideChildItem__list__link:hover,
#g-kasei .sideChildItem__list__link:hover,
#f-kasei-hihuku .sideChildItem__list__link:hover,
#f-kasei-syokumotu .sideChildItem__list__link:hover,
#f-kasei-ken_design .sideChildItem__list__link:hover,
#f-kasei-jidou .sideChildItem__list__link:hover {
  color: #EB6153;
}
#f-kasei .sideItem__list__prnt:after,
#g-kasei .sideItem__list__prnt:after,
#f-kasei-hihuku .sideItem__list__prnt:after,
#f-kasei-syokumotu .sideItem__list__prnt:after,
#f-kasei-ken_design .sideItem__list__prnt:after,
#f-kasei-jidou .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-kasei .sideItem__list__prnt:before,
#g-kasei .sideItem__list__prnt:before,
#f-kasei-hihuku .sideItem__list__prnt:before,
#f-kasei-syokumotu .sideItem__list__prnt:before,
#f-kasei-ken_design .sideItem__list__prnt:before,
#f-kasei-jidou .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}

#f-bungei .sideNav__inner__title,
#g-bungei .sideNav__inner__title {
  background-color: #5BB647;
}
#f-bungei .sideItem__list__prnt:after,
#g-bungei .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-bungei .sideItem__list__prnt:before,
#g-bungei .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-bungei .sideItem__list__link,
#g-bungei .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-bungei .sideItem__list__link:hover,
#g-bungei .sideItem__list__link:hover {
  background-color: #EEF8EC;
  color: #5BB647;
  background-position: 45px;
}
#f-bungei .sideItem__list__prnt,
#g-bungei .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-bungei .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#g-bungei .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #5BB647 !important;
}
#f-bungei .sideItem__list__prnt:hover,
#g-bungei .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#f-bungei .sideChildItem__list__link,
#g-bungei .sideChildItem__list__link {
  transition: none;
}
#f-bungei .sideChildItem__list__link__tx,
#g-bungei .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-bungei .sideItem__list.ac .sideItem__list__prnt,
#g-bungei .sideItem__list.ac .sideItem__list__prnt {
  background-color: #EEF8EC;
}
#f-bungei .sideItem__list.ac .sideItem__list__prnt__link,
#f-bungei .sideChildItem__list.ac .sideChildItem__list__link,
#g-bungei .sideItem__list.ac .sideItem__list__prnt__link,
#g-bungei .sideChildItem__list.ac .sideChildItem__list__link {
  color: #5BB647;
}
#f-bungei .sideItem__list.ac .sideItem__list__link,
#f-bungei .sideChildItem__list.ac .sideChildItem__list__link,
#f-bungei .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#g-bungei .sideItem__list.ac .sideItem__list__link,
#g-bungei .sideChildItem__list.ac .sideChildItem__list__link,
#g-bungei .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #EEF8EC;
  color: #5BB647;
}
#f-bungei .sideChildItem__list__link:hover,
#g-bungei .sideChildItem__list__link:hover {
  color: #5BB647;
}

#f-kokusai .sideNav__inner__title,
#g-kokusai .sideNav__inner__title {
  background-color: #A66AAA;
}
#f-kokusai .sideItem__list__prnt:before,
#g-kokusai .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-kokusai .sideItem__list__prnt:after,
#g-kokusai .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-kokusai .sideItem__list__link,
#g-kokusai .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kokusai .sideItem__list__link:hover,
#g-kokusai .sideItem__list__link:hover {
  background-color: #F6F0F6;
  color: #A66AAA;
  background-position: 45px;
}
#f-kokusai .sideItem__list__prnt,
#g-kokusai .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kokusai .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#g-kokusai .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #A66AAA !important;
}
#f-kokusai .sideItem__list__prnt:hover,
#g-kokusai .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#f-kokusai .sideChildItem__list__link,
#g-kokusai .sideChildItem__list__link {
  transition: none;
}
#f-kokusai .sideChildItem__list__link__tx,
#g-kokusai .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kokusai .sideItem__list.ac .sideItem__list__link,
#f-kokusai .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#g-kokusai .sideItem__list.ac .sideItem__list__link,
#g-kokusai .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #F6F0F6;
  color: #A66AAA;
}
#f-kokusai .sideItem__list.ac .sideItem__list__prnt,
#f-kokusai .sideChildItem__list.ac .sideChildItem__list__link,
#g-kokusai .sideItem__list.ac .sideItem__list__prnt,
#g-kokusai .sideChildItem__list.ac .sideChildItem__list__link {
  background-color: #F6F0F6;
}
#f-kokusai .sideItem__list.ac .sideItem__list__prnt__link,
#f-kokusai .sideChildItem__list.ac .sideChildItem__list__link,
#g-kokusai .sideItem__list.ac .sideItem__list__prnt__link,
#g-kokusai .sideChildItem__list.ac .sideChildItem__list__link {
  color: #A66AAA;
}
#f-kokusai .sideChildItem__list__link:hover,
#g-kokusai .sideChildItem__list__link:hover {
  color: #A66AAA;
}

#f-kango .sideNav__inner__title,
#g-kango .sideNav__inner__title {
  background-color: #F08437;
}
#f-kango .sideItem__list__prnt:before,
#g-kango .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-kango .sideItem__list__prnt:after,
#g-kango .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-kango .sideItem__list__link,
#g-kango .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kango .sideItem__list__link:hover,
#g-kango .sideItem__list__link:hover {
  background-color: #FDF2EB;
  color: #F08437;
  background-position: 45px;
}
#f-kango .sideItem__list__prnt,
#g-kango .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kango .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#g-kango .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #F08437 !important;
}
#f-kango .sideItem__list__prnt:hover,
#g-kango .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#f-kango .sideChildItem__list__link,
#g-kango .sideChildItem__list__link {
  transition: none;
}
#f-kango .sideChildItem__list__link__tx,
#g-kango .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-kango .sideItem__list.ac .sideItem__list__link,
#f-kango .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#g-kango .sideItem__list.ac .sideItem__list__link,
#g-kango .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #FDF2EB;
  color: #F08437;
}
#f-kango .sideItem__list.ac .sideItem__list__prnt,
#g-kango .sideItem__list.ac .sideItem__list__prnt {
  background-color: #FDF2EB;
}
#f-kango .sideItem__list.ac .sideItem__list__prnt__link,
#g-kango .sideItem__list.ac .sideItem__list__prnt__link {
  color: #F08437;
}
#f-kango .sideChildItem__list__link:hover,
#g-kango .sideChildItem__list__link:hover {
  color: #F08437;
}

#f-ken_design .sideNav__inner__title,
#g-ken_design .sideNav__inner__title {
  background-color: #00B097;
}
#f-ken_design .sideItem__list__prnt:before,
#g-ken_design .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%2300B097%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-ken_design .sideItem__list__prnt:after,
#g-ken_design .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%2300B097%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-ken_design .sideItem__list__link,
#g-ken_design .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%2300B097%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-ken_design .sideItem__list__link:hover,
#g-ken_design .sideItem__list__link:hover {
  background-color: #CCEFEA;
  color: #00B097;
  background-position: 45px;
}
#f-ken_design .sideItem__list__prnt,
#g-ken_design .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%2300B097%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-ken_design .sideItem__list__prnt .sideItem__list__prnt__link:hover,
#g-ken_design .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #00B097 !important;
}
#f-ken_design .sideItem__list__prnt:hover,
#g-ken_design .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#f-ken_design .sideChildItem__list__link,
#g-ken_design .sideChildItem__list__link {
  transition: none;
}
#f-ken_design .sideChildItem__list__link__tx,
#g-ken_design .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%2300B097%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-ken_design .sideItem__list.ac .sideItem__list__link,
#f-ken_design .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link,
#g-ken_design .sideItem__list.ac .sideItem__list__link,
#g-ken_design .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #CCEFEA;
  color: #00B097;
}
#f-ken_design .sideItem__list.ac .sideItem__list__prnt,
#g-ken_design .sideItem__list.ac .sideItem__list__prnt {
  background-color: #CCEFEA;
}
#f-ken_design .sideItem__list.ac .sideItem__list__prnt__link,
#g-ken_design .sideItem__list.ac .sideItem__list__prnt__link {
  color: #00B097;
}
#f-ken_design .sideChildItem__list__link:hover,
#g-ken_design .sideChildItem__list__link:hover {
  color: #00B097;
}

#jc-seikatu .sideNav__inner__title {
  background-color: #EB6D94;
}
#jc-seikatu .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#jc-seikatu .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#jc-seikatu .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#jc-seikatu .sideItem__list__link:hover {
  background-color: #FDF0F4;
  color: #EB6D94;
  background-position: 45px;
}
#jc-seikatu .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#jc-seikatu .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #EB6D94 !important;
}
#jc-seikatu .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#jc-seikatu .sideChildItem__list__link {
  transition: none;
}
#jc-seikatu .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#jc-seikatu .sideItem__list.ac .sideItem__list__prnt {
  background-color: #FDF0F4;
}
#jc-seikatu .sideItem__list.ac .sideItem__list__prnt__link,
#jc-seikatu .sideChildItem__list.ac .sideChildItem__list__link {
  color: #EB6D94;
}
#jc-seikatu .sideItem__list.ac .sideItem__list__link,
#jc-seikatu .sideChildItem__list.ac .sideChildItem__list__link,
#jc-seikatu .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #FDF0F4;
  color: #EB6D94;
}
#jc-seikatu .sideChildItem__list__link:hover {
  color: #EB6D94;
}

#jc-bunka .sideNav__inner__title {
  background-color: #3ABBC9;
}
#jc-bunka .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#jc-bunka .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#jc-bunka .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#jc-bunka .sideItem__list__link:hover {
  background-color: #EBF8F9;
  color: #3ABBC9;
  background-position: 45px;
}
#jc-bunka .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#jc-bunka .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #3ABBC9 !important;
}
#jc-bunka .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#jc-bunka .sideChildItem__list__link {
  transition: none;
}
#jc-bunka .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#jc-bunka .sideItem__list.ac .sideItem__list__prnt {
  background-color: #EBF8F9;
}
#jc-bunka .sideItem__list.ac .sideItem__list__prnt__link,
#jc-bunka .sideChildItem__list.ac .sideChildItem__list__link {
  color: #3ABBC9;
}
#jc-bunka .sideItem__list.ac .sideItem__list__link,
#jc-bunka .sideChildItem__list.ac .sideChildItem__list__link,
#jc-bunka .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #EBF8F9;
  color: #3ABBC9;
}
#jc-bunka .sideChildItem__list__link:hover {
  color: #3ABBC9;
}

#f-business .sideNav__inner__title {
  background-color: #569FD7;
}
#f-business .sideItem__list__prnt:before {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-business .sideItem__list__prnt:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
#f-business .sideItem__list__link {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-business .sideItem__list__link:hover {
  background-color: #EEF5FB;
  color: #569FD7;
  background-position: 45px;
}
#f-business .sideItem__list__prnt {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-business .sideItem__list__prnt .sideItem__list__prnt__link:hover {
  color: #569FD7 !important;
}
#f-business .sideItem__list__prnt:hover {
  background-position: 45px;
  transition: all 0.3s ease;
}
#f-business .sideChildItem__list__link {
  transition: none;
}
#f-business .sideChildItem__list__link__tx {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
}
#f-business .sideItem__list.ac .sideItem__list__prnt {
  background-color: #EEF5FB;
}
#f-business .sideItem__list.ac .sideItem__list__prnt__link,
#f-business .sideChildItem__list.ac .sideChildItem__list__link {
  color: #569FD7;
}
#f-business .sideItem__list.ac .sideItem__list__link,
#f-business .sideChildItem__list.ac .sideChildItem__list__link,
#f-business .sideGrandChildNxItem__list.ac .sideGrandChildNxItem__list__link {
  background-color: #EEF5FB;
  color: #569FD7;
}
#f-business .sideChildItem__list__link:hover {
  color: #569FD7;
}

@media screen and (max-width: 768px) {
  .c-top .sideNav__btn {
    display: none !important;
  }
  .sideBlock {
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: 0;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10;
  }
  .overlayBlock.open {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .sideNav {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
    max-height: 100vh;
    overflow-y: auto;
  }
  .sideNav__inner {
    position: relative;
    display: none !important;
    top: 0;
    right: 0;
    width: 90%;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    margin-right: 0;
    margin-left: auto;
  }
  .sideNav__inner__close {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    padding-right: 29px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
  }
  .sideNav__inner__close:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2C13.93%2C1.92%2C24%2C0%2C22.09%2C10.08%2C12%2C0%2C1.92%2C1.92%2C0%2C12%2C10.08%2C22.09%2C0%2C24%2C1.92%2C13.93%2C12%2C24%2C22.09%2C22.09%2C24Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .sideNav__inner__title {
    padding: 25px 20px;
    font-size: 1.6rem;
  }
  .sideNav__btn a {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
  }
  .sideNav__btn a:link, .sideNav__btn a:visited {
    color: #fff;
  }
  .sideNav__btn a:after {
    position: relative;
    z-index: 10;
    content: "";
    display: inline-block;
    width: 22px;
    height: 17px;
    background-image: url("/img/common/icn_localnavi.svg");
    background-repeat: no-repeat;
    background-size: 22px 17px;
    margin-left: 10px;
  }
  .about .sideNav__inner.open {
    display: block !important;
  }
  .about .sideNav__btn.--about {
    display: block;
  }
  .academics .sideNav__inner.open {
    display: block !important;
  }
  .academics .sideNav__btn.--academics {
    display: block;
  }
  .collaboration .sideNav__inner.open {
    display: block !important;
  }
  .collaboration .sideNav__btn.--collaboration {
    display: block;
  }
  .r-social .sideNav__inner.open {
    display: block !important;
  }
  .r-social .sideNav__btn.--r-social {
    display: block;
  }
  .international .sideNav__inner.open {
    display: block !important;
  }
  .international .sideNav__btn.--international {
    display: block;
  }
  .campus .sideNav__inner.open {
    display: block !important;
  }
  .campus .sideNav__btn.--campus {
    display: block;
  }
  .career .sideNav__inner.open {
    display: block !important;
  }
  .career .sideNav__btn.--career {
    display: block;
  }
  .institute .sideNav__inner.open {
    display: block !important;
  }
  .institute .sideNav__btn.--institute {
    display: block;
  }
  .exam .sideNav__inner.open {
    display: block !important;
  }
  .exam .sideNav__btn.--exam {
    display: block;
  }
  .hihuku #nav-academics {
    display: none;
  }
  .hihuku .sideNav__inner.open {
    display: block !important;
  }
  .hihuku .sideNav__btn.--hihuku {
    display: block;
  }
  .syokumotu #nav-academics {
    display: none;
  }
  .syokumotu .sideNav__inner.open {
    display: block !important;
  }
  .syokumotu .sideNav__btn.--syokumotu {
    display: block;
  }
  .ken_design #nav-academics {
    display: none;
  }
  .ken_design .sideNav__inner.open {
    display: block !important;
  }
  .ken_design .sideNav__btn.--ken_design {
    display: block;
  }
  .jidou #nav-academics {
    display: none;
  }
  .jidou .sideNav__inner.open {
    display: block !important;
  }
  .jidou .sideNav__btn.--jidou {
    display: block;
  }
  .bungei #nav-academics {
    display: none;
  }
  .bungei .sideNav__inner.open {
    display: block !important;
  }
  .bungei .sideNav__btn.--bungei {
    display: block;
  }
  .kokusai #nav-academics {
    display: none;
  }
  .kokusai .sideNav__inner.open {
    display: block !important;
  }
  .kokusai .sideNav__btn.--kokusai {
    display: block;
  }
  .kango #nav-academics {
    display: none;
  }
  .kango .sideNav__inner.open {
    display: block !important;
  }
  .kango .sideNav__btn.--kango {
    display: block;
  }
  .seikatu #nav-academics {
    display: none;
  }
  .seikatu .sideNav__inner.open {
    display: block !important;
  }
  .seikatu .sideNav__btn.--seikatu {
    display: block;
  }
  .bunka #nav-academics {
    display: none;
  }
  .bunka .sideNav__inner.open {
    display: block !important;
  }
  .bunka .sideNav__btn.--bunka {
    display: block;
  }
  .business #nav-academics {
    display: none;
  }
  .business .sideNav__inner.open {
    display: block !important;
  }
  .business .sideNav__btn.--business {
    display: block;
  }
  .chukou.message .sideNav__inner.open {
    display: block !important;
  }
  .chukou.message .sideNav__btn.--message {
    display: block;
  }
  .chukou.policy .sideNav__inner.open {
    display: block !important;
  }
  .chukou.policy .sideNav__btn.--policy {
    display: block;
  }
  .chukou.course .sideNav__inner.open {
    display: block !important;
  }
  .chukou.course .sideNav__btn.--course {
    display: block;
  }
  .chukou.school .sideNav__inner.open {
    display: block !important;
  }
  .chukou.school .sideNav__btn.--school {
    display: block;
  }
  .chukou.club .sideNav__inner.open {
    display: block !important;
  }
  .chukou.club .sideNav__btn.--club {
    display: block;
  }
  .chukou.exam .sideNav__inner.open {
    display: block !important;
  }
  .chukou.exam .sideNav__btn.--exam {
    display: block;
  }
  .chukou.international .sideNav__inner.open {
    display: block !important;
  }
  .chukou.international .sideNav__btn.--international {
    display: block;
  }
  .chukou.qa .sideNav__inner.open {
    display: block !important;
  }
  .chukou.qa .sideNav__btn.--qa {
    display: block;
  }
  .chukou.student .sideNav__inner.open {
    display: block !important;
  }
  .chukou.student .sideNav__btn.--student {
    display: block;
  }
  .chukou.graduates .sideNav__inner.open {
    display: block !important;
  }
  .chukou.graduates .sideNav__btn.--graduates {
    display: block;
  }
  .chukou.guardian .sideNav__inner.open {
    display: block !important;
  }
  .chukou.guardian .sideNav__btn.--guardian {
    display: block;
  }
  .chukou.applicant .sideNav__inner.open {
    display: block !important;
  }
  .chukou.applicant .sideNav__btn.--applicant {
    display: block;
  }
  .joho.facility .sideNav__inner.open {
    display: block !important;
  }
  .joho.facility .sideNav__btn.--facility {
    display: block;
  }
  .joho.manual .sideNav__inner.open {
    display: block !important;
  }
  .joho.manual .sideNav__btn.--manual {
    display: block;
  }
  .nichukou.introduction .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.introduction .sideNav__btn.--introduction {
    display: block;
  }
  .nichukou.study .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.study .sideNav__btn.--study {
    display: block;
  }
  .nichukou.study .sideNav__btn.--course {
    display: none !important;
  }
  .nichukou.course .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.course .sideNav__btn.--course {
    display: block;
  }
  .nichukou.schoollife .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.schoollife .sideNav__btn.--schoollife {
    display: block;
  }
  .nichukou.j_exam .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.j_exam .sideNav__btn.--j_exam {
    display: block;
  }
  .nichukou.h_exam .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.h_exam .sideNav__btn.--h_exam {
    display: block;
  }
  .nichukou.movie .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.movie .sideNav__btn.--movie {
    display: block;
  }
  .nichukou.others .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.others .sideNav__btn.--others {
    display: block;
  }
  .nichukou.others .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.others .sideNav__btn.--others {
    display: block;
  }
  .nichukou.topics .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.topics .sideNav__btn.--others {
    display: none;
  }
  .nichukou.applicant .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.applicant .sideNav__btn.--applicant {
    display: block;
  }
  .nichukou.applicant .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.applicant .sideNav__btn.--applicant {
    display: block;
  }
  .nichukou.student .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.student .sideNav__btn.--student {
    display: block;
  }
  .nichukou.guardian .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.guardian .sideNav__btn.--guardian {
    display: block;
  }
  .nichukou.graduates .sideNav__inner.open {
    display: block !important;
  }
  .nichukou.graduates .sideNav__btn.--graduates {
    display: block;
  }
  .yochien.about .sideNav__inner.open {
    display: block !important;
  }
  .yochien.about .sideNav__btn.--about {
    display: block;
  }
  .yochien.notentering .sideNav__inner.open {
    display: block !important;
  }
  .yochien.notentering .sideNav__btn.--notentering {
    display: block;
  }
  .academy.information .sideNav__inner.open {
    display: block !important;
  }
  .academy.information .sideNav__btn.--information {
    display: block;
  }
  .academy.list .sideNav__inner.open {
    display: block !important;
  }
  .academy.list .sideNav__btn.--list {
    display: block;
  }
  .academy.pamphlet .sideNav__inner.open {
    display: block !important;
  }
  .academy.pamphlet .sideNav__btn.--pamphlet {
    display: block;
  }
  .education_promotion.class .sideNav__inner.open {
    display: block !important;
  }
  .education_promotion.class .sideNav__btn.--class {
    display: block;
  }
  .education_promotion.facility .sideNav__inner.open {
    display: block !important;
  }
  .education_promotion.facility .sideNav__btn.--facility {
    display: block;
  }
  .education_promotion.learning .sideNav__inner.open {
    display: block !important;
  }
  .education_promotion.learning .sideNav__btn.--learning {
    display: block;
  }
  .joho .sideNav {
    position: static;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .joho .sideNav.open {
    position: fixed;
    padding: 0;
  }
  .joho .sideNav.open .joho .sideTweetBlock,
  .joho .sideNav.open .joho .sideInfoBlock {
    display: none;
  }
  .lib.facilities .sideNav__inner.open {
    display: block !important;
  }
  .lib.facilities .sideNav__btn.--facilities {
    display: block;
  }
  .lib.use .sideNav__inner.open {
    display: block !important;
  }
  .lib.use .sideNav__btn.--use {
    display: block;
  }
  .lib.entry .sideNav__inner.open {
    display: block !important;
  }
  .lib.entry .sideNav__btn.--entry {
    display: block;
  }
  .lib.document .sideNav__inner.open {
    display: block !important;
  }
  .lib.document .sideNav__btn.--document {
    display: block;
  }
  .lib.activity .sideNav__inner.open {
    display: block !important;
  }
  .lib.activity .sideNav__btn.--activity {
    display: block;
  }
  .lib.data .sideNav__inner.open {
    display: block !important;
  }
  .lib.data .sideNav__btn.--data {
    display: block;
  }
  .lib.qa .sideNav__inner.open {
    display: block !important;
  }
  .lib.qa .sideNav__btn.--qa {
    display: block;
  }
  .univ.vision .sideNav__inner.open {
    display: block !important;
  }
  .univ.vision .sideNav__btn.--vision {
    display: block;
  }
  .univ.greetings .sideNav__inner.open {
    display: block !important;
  }
  .univ.greetings .sideNav__btn.--greetings {
    display: block;
  }
  .univ.history .sideNav__inner.open {
    display: block !important;
  }
  .univ.history .sideNav__btn.--history {
    display: block;
  }
  .univ.release .sideNav__inner.open {
    display: block !important;
  }
  .univ.release .sideNav__btn.--release {
    display: block;
  }
  .univ.financial .sideNav__inner.open {
    display: block !important;
  }
  .univ.financial .sideNav__btn.--financial {
    display: block;
  }
  .univ.bokin .sideNav__inner.open {
    display: block !important;
  }
  .univ.bokin .sideNav__btn.--bokin {
    display: block;
  }
  .univ.information .sideNav__inner.open {
    display: block !important;
  }
  .univ.information .sideNav__btn.--information {
    display: block;
  }
  .univ.policy .sideNav__inner.open {
    display: block !important;
  }
  .univ.policy .sideNav__btn.--policy {
    display: block;
  }
  .univ.news .sideNav__inner.open {
    display: block !important;
  }
  .univ.news .sideNav__btn.--news {
    display: block;
  }
  .english.about .sideNav__inner.open {
    display: block !important;
  }
  .english.about .sideNav__btn.--about {
    display: block;
  }
  .english.university .sideNav__inner.open {
    display: block !important;
  }
  .english.university .sideNav__btn.--university {
    display: block;
  }
  .english.junior_college .sideNav__inner.open {
    display: block !important;
  }
  .english.junior_college .sideNav__btn.--junior_college {
    display: block;
  }
  .english.gradschool .sideNav__inner.open {
    display: block !important;
  }
  .english.gradschool .sideNav__btn.--gradschool {
    display: block;
  }
  .english.information .sideNav__inner.open {
    display: block !important;
  }
  .english.information .sideNav__btn.--information {
    display: block;
  }
  .collaboration.message .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.message .sideNav__btn.--message {
    display: block;
  }
  .collaboration.policy .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.policy .sideNav__btn.--policy {
    display: block;
  }
  .collaboration.university .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.university .sideNav__btn.--university {
    display: block;
  }
  .collaboration.region .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.region .sideNav__btn.--region {
    display: block;
  }
  .collaboration.industry .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.industry .sideNav__btn.--industry {
    display: block;
  }
  .collaboration.publications .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.publications .sideNav__btn.--publications {
    display: block;
  }
  .collaboration.character .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.character .sideNav__btn.--character {
    display: block;
  }
  .collaboration.news .sideNav__inner.open {
    display: block !important;
  }
  .collaboration.news .sideNav__btn.--news {
    display: block;
  }
}
.ie11 .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_univ.svg) !important;
}

.ie11.chukou .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_chukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.nichukou .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_nichukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.yochien .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_yochien.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.muse .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_muse.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.kasei .sideItem__list__link,
.ie11.syokumotu .sideItem__list__link,
.ie11.ken_design .sideItem__list__link,
.ie11.jidou .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.bungei .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_bungei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.kokusai .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_kokusai.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.kango .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_kango.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.business .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_business.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.bunka .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_bunka.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.seikatu .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_seikatu.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 .sideItem__list__prnt,
.ie11 .sideChildItem__list__link__tx,
.ie11 .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.kasei .sideItem__list__prnt, .ie11.kasei .sideChildItem__list__link__tx, .ie11.kasei .sideItem__list__blank,
.ie11.syokumotu .sideItem__list__prnt, .ie11.syokumotu .sideChildItem__list__link__tx, .ie11.syokumotu .sideItem__list__blank,
.ie11.ken_design .sideItem__list__prnt, .ie11.ken_design .sideChildItem__list__link__tx, .ie11.ken_design .sideItem__list__blank,
.ie11.jidou .sideItem__list__prnt, .ie11.jidou .sideChildItem__list__link__tx, .ie11.jidou .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.bungei .sideItem__list__prnt, .ie11.bungei .sideChildItem__list__link__tx, .ie11.bungei .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_bungei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.kokusai .sideItem__list__prnt, .ie11.kokusai .sideChildItem__list__link__tx, .ie11.kokusai .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_kokusai.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.kango .sideItem__list__prnt, .ie11.kango .sideChildItem__list__link__tx, .ie11.kango .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_kango.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.business .sideItem__list__prnt, .ie11.business .sideChildItem__list__link__tx, .ie11.business .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_business.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.bunka .sideItem__list__prnt, .ie11.bunka .sideChildItem__list__link__tx, .ie11.bunka .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_bunka.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.seikatu .sideItem__list__prnt, .ie11.seikatu .sideChildItem__list__link__tx, .ie11.seikatu .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_seikatu.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.chukou .sideItem__list__prnt, .ie11.chukou .sideChildItem__list__link__tx, .ie11.chukou .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_chukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.nichukou .sideItem__list__prnt, .ie11.nichukou .sideChildItem__list__link__tx, .ie11.nichukou .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_nichukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.yochien .sideItem__list__prnt, .ie11.yochien .sideChildItem__list__link__tx, .ie11.yochien .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_yochien.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.muse .sideItem__list__prnt, .ie11.muse .sideChildItem__list__link__tx, .ie11.muse .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_muse.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.chukou .sideItem__list__prnt, .ie11.chukou .sideChildItem__list__link__tx, .ie11.chukou .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_chukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.nichukou .sideItem__list__prnt, .ie11.nichukou .sideChildItem__list__link__tx, .ie11.nichukou .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_nichukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.muse .sideItem__list__prnt, .ie11.muse .sideChildItem__list__link__tx, .ie11.muse .sideItem__list__blank {
  background-image: url(/img/common/ic_arrow_right_muse.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-kasei .sideItem__list__prnt,
.ie11 #f-kasei .sideItem__list__link, .ie11 #g-kasei .sideItem__list__link, .ie11 #f-kasei-hihuku .sideItem__list__link, .ie11 #f-kasei-syokumotu .sideItem__list__link, .ie11 #f-kasei-ken_design .sideItem__list__link, .ie11 #f-kasei-jidou .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-syokumotu .sideItem__list__prnt,
.ie11 #jc-ken_design .sideItem__list__prnt,
.ie11 #jc-jidou .sideItem__list__prnt {
  background-image: url(/img/common/ic_arrow_right_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-bungei .sideItem__list__prnt,
.ie11 #f-bungei .sideItem__list__link, #g-bungei .sideItem__list__link,
.ie11 #f-bungei .sideItem__list__prnt::before, #g-bungei .sideItem__list__prnt::before {
  background-image: url(/img/common/ic_arrow_right_bungei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-kokusai .sideItem__list__prnt,
.ie11 #f-kokusai .sideItem__list__link, #g-kokusai .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_kokusai.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-kango .sideItem__list__prnt,
.ie11 #f-kango .sideItem__list__link, #g-kango .sideItem__list__link,
.ie11 #f-kango .sideItem__list__prnt::after, #g-kango .sideItem__list__prnt::after {
  background-image: url(/img/common/ic_arrow_right_kango.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-business .sideItem__list__prnt,
.ie11 #f-business .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_business.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-bunka .sideItem__list__prnt,
.ie11 #jc-bunka .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_bunka.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 #jc-seikatu .sideItem__list__prnt,
.ie11 #jc-seikatu .sideItem__list__link {
  background-image: url(/img/common/ic_arrow_right_seikatu.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11 .sideItem__list__blank:before {
  background-image: url(/img/common/ic_blank_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}

.ie11 .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 .sideItem__list.open .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-kasei .sideItem__list__prnt:after, .ie11 #g-kasei .sideItem__list__prnt:after, .ie11 #f-kasei-hihuku .sideItem__list__prnt:after, .ie11 #f-kasei-hihuku .sideItem__list__prnt, .ie11 #f-kasei-syokumotu .sideItem__list__prnt:after, .ie11 #f-kasei-ken_design .sideItem__list__prnt:after, .ie11 #f-kasei-jidou .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-kasei .sideItem__list__prnt:before, .ie11 #g-kasei .sideItem__list__prnt:before, .ie11 #f-kasei-hihuku .sideItem__list__prnt:before, .ie11 #f-kasei-syokumotu .sideItem__list__prnt:before, .ie11 #f-kasei-ken_design .sideItem__list__prnt:before, .ie11 #f-kasei-jidou .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-bungei .sideItem__list__prnt:after, #g-bungei .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_bungei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-bungei .sideItem__list__prnt:before, #g-bungei .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_bungei.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-kokusai .sideItem__list__prnt:after, #g-kokusai .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_kokusai.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-kokusai .sideItem__list__prnt:before, #g-kokusai .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_kokusai.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-kango .sideItem__list__prnt:after, #g-kango .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_kango.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-kango .sideItem__list__prnt:before, #g-kango .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_kango.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #jc-seikatu .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_seikatu.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #jc-seikatu .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_seikatu.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #jc-bunka .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_bunka.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #jc-bunka .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_bunka.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 #f-kasei .sideItem__list__prnt, .ie11 #g-kasei .sideItem__list__prnt, .ie11 #f-kasei-hihuku .sideItem__list__prnt, .ie11 #f-kasei-syokumotu .sideItem__list__prnt, .ie11 #f-kasei-ken_design .sideItem__list__prnt, .ie11 #f-kasei-jidou .sideItem__list__prnt {
  background-image: url(/img/common/ic_arrow_right_kasei.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.ie11.chukou .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_chukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11.chukou .sideItem__list.open .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_chukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11.nichukou .sideItem__list__prnt:after {
  background-image: url(/img/common/ic_plus_nichukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11.nichukou .sideItem__list.open .sideItem__list__prnt:before {
  background-image: url(/img/common/ic_minus_nichukou.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media print {
  .chukou aside.sideNav {
    display: none;
  }
  .chukou .mainBlock {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
/*-----------------------
searchBlock ■-i
------------------------*/
/**
 * Default Theme, v2.
 *
 */
/* Slight reset to make the preview have ample padding. */
.searchBlock .cse .gsc-control-cse, .searchBlock .gsc-control-cse {
  padding: 0 !important;
  width: auto;
  text-align: left;
}

.searchBlock .gsc-search-box {
  background: #f7f1ed;
  padding: 2% !important;
}

.searchBlock .gsc-selected-option {
  white-space: nowrap;
}

.searchBlock .gsc-thumbnail-inside, .searchBlock .gsc-url-top {
  padding-left: 0 !important;
  color: #b63c44 !important;
}

.searchBlock .gsc-control-cse, .searchBlock .gsc-control-cse .gsc-table-result {
  font-size: 1.4rem;
  line-height: 1.57143;
}

.searchBlock .gsc-results .gsc-cursor-box {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0 0;
}

.searchBlock .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  padding: 8px 10px 6px 10px;
  margin: 0 5px;
  background: #f5ede8;
  border: 1px solid #802358;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  transition: color, background 0.3s ease;
}

.searchBlock .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background: #802358;
  color: #ffffff;
  transition: color, background 0.3s ease;
  text-decoration: none;
}

.searchBlock .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #802358;
  color: #ffffff;
}

.searchBlock .gs-title {
  height: auto;
  font-size: 16px !important;
  line-height: 1.2em !important;
}

.searchBlock .gs-bidi-start-align {
  height: auto;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #333333 !important;
}

.searchBlock .gs-visibleUrl {
  color: #802358 !important;
}

.searchBlock .gs-webResult.gs-result a.gs-title:visited, .searchBlock .gs-webResult.gs-result a.gs-title:visited b, .searchBlock .gs-imageResult a.gs-title:visited, .searchBlock .gs-imageResult a.gs-title:visited b {
  color: #0042ff;
  text-decoration: underline;
}

.searchBlock .gs-webResult.gs-result a.gs-title:link, .searchBlock .gs-webResult.gs-result a.gs-title:link b, .searchBlock .gs-imageResult a.gs-title:link, .searchBlock .gs-imageResult a.gs-title:link b {
  color: #0042ff;
  text-decoration: underline;
}

.searchBlock .gs-webResult.gs-result a.gs-title:hover, .searchBlock .gs-webResult.gs-result a.gs-title:hover b, .searchBlock .gs-imageResult a.gs-title:hover, .searchBlock .gs-imageResult a.gs-title:hover b {
  color: #b63c44;
  text-decoration: none;
}

/*-----*/
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 1em;
  width: auto;
}

.cse .gsc-control-wrapper-cse, .gsc-control-wrapper-cse {
  width: 100%;
}

.cse .gsc-branding, .gsc-branding {
  display: none;
}

/* Selector for entire element. */
.cse .gsc-control-cse, .gsc-control-cse {
  background: none !important;
  border: none !important;
}

.cse .gsc-control-cse:after, .gsc-control-cse:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cse .gsc-resultsHeader, .gsc-resultsHeader {
  border: block;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

input.gsc-input {
  font-size: 20px !important;
  font-size: 1.2rem;
  padding: 4px 9px;
  border: none !important;
  width: 10%;
  border-radius: 0 0 0 0 !important;
  padding-left: 5px !important;
  overflow: hidden;
  vertical-align: top;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
}

.gsc-input-box {
  border: none !important;
  border-radius: 0 !important;
  background: #fff;
  height: 50px !important;
  vertical-align: top;
}

.gsc-input-box .gsib_a {
  padding: 2px 6px 0 !important;
  height: 50px;
}

.gsc-input-box button {
  height: 1.5em !important;
}

.gsc-search-box .gsc-input &gt; button:hover, .gsc-input-box-hover {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  border-radius: 12px 0 0 12px !important;
}

.gsc-search-box .gsc-input &gt; button:focus, .gsc-input-box-focus {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  border-radius: 12px 0 0 12px !important;
}

/* Search button */
.cse button.gsc-search-button, button.gsc-search-button {
  font-family: inherit;
  font-weight: bold;
  color: #fff;
  padding: 0 15px !important;
  height: 50px;
  border: none !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M16.26%2C2.78a9.52%2C9.52%2C0%2C1%2C0-.75%2C14.15l5.78%2C5.79A1.07%2C1.07%2C0%2C0%2C0%2C22%2C23a1%2C1%2C0%2C0%2C0%2C.71-.3%2C1%2C1%2C0%2C0%2C0%2C0-1.43L16.94%2C15.5a9.53%2C9.53%2C0%2C0%2C0-.68-12.72Zm-12%2C12A7.5%2C7.5%2C0%2C0%2C1%2C14.86%2C4.24%2C7.41%2C7.41%2C0%2C0%2C1%2C17%2C9.55a7.53%2C7.53%2C0%2C0%2C1-2.18%2C5.31A7.33%2C7.33%2C0%2C0%2C1%2C9.55%2C17%2C7.53%2C7.53%2C0%2C0%2C1%2C4.24%2C14.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 24px 24px;
  border-radius: 0 !important;
  overflow: hidden;
  vertical-align: top;
}

.cse button.gsc-search-button:hover, button.gsc-search-button:hover {
  border: none !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M16.26%2C2.78a9.52%2C9.52%2C0%2C1%2C0-.75%2C14.15l5.78%2C5.79A1.07%2C1.07%2C0%2C0%2C0%2C22%2C23a1%2C1%2C0%2C0%2C0%2C.71-.3%2C1%2C1%2C0%2C0%2C0%2C0-1.43L16.94%2C15.5a9.53%2C9.53%2C0%2C0%2C0-.68-12.72Zm-12%2C12A7.5%2C7.5%2C0%2C0%2C1%2C14.86%2C4.24%2C7.41%2C7.41%2C0%2C0%2C1%2C17%2C9.55a7.53%2C7.53%2C0%2C0%2C1-2.18%2C5.31A7.33%2C7.33%2C0%2C0%2C1%2C9.55%2C17%2C7.53%2C7.53%2C0%2C0%2C1%2C4.24%2C14.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}

.cse button.gsc-search-button:focus, button.gsc-search-button:focus {
  box-shadow: none !important;
}

.cse .gsc-search-button button.gsc-search-button-v2, button.gsc-search-button-v2 {
  width: 0px !important;
  height: 50px !important;
  padding: 0 23px !important;
  min-width: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  overflow: hidden;
}

.cse .gsc-search-button button.gsc-search-button-v2, button.gsc-search-button-v2 svg {
  display: none;
}

.gsst_a .gscb_a {
  color: #802358 !important;
}

/*-----------------------
secMainBlock
------------------------*/
.secMainBlock {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.secMainBlock--kasei {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/main_tl.jpg) center top no-repeat;
}
.secMainBlock--kasei .secMainBlock__inner__title {
  width: 192px;
  padding-top: 155px;
}
.secMainBlock--kasei .secMainBlock__inner__eng {
  color: #EB6153;
}
.secMainBlock--hihuku {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/hihuku/main_tl.jpg) center top no-repeat;
}
.secMainBlock--hihuku .secMainBlock__inner__sideTitle__tx {
  width: 201px;
}
.secMainBlock--syokumotu {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/syokumotu/main_tl.jpg) center top no-repeat;
}
.secMainBlock--syokumotu .secMainBlock__inner__sideTitle__tx {
  width: 287px;
}
.secMainBlock--ken_design {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/ken_design/main_tl.jpg) center top no-repeat;
}
.secMainBlock--ken_design .secMainBlock__inner__sideTitle__tx {
  width: 318px;
}
.secMainBlock--jidou {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/jidou/main_tl.jpg) center top no-repeat;
}
.secMainBlock--jidou .secMainBlock__inner__sideTitle__tx {
  width: 201px;
}
.secMainBlock--bungei {
  background: #ebf2e6 url(/img/academics/undergraduate/bungei/main_tl.jpg) center top no-repeat;
}
.secMainBlock--bungei .secMainBlock__inner__title {
  width: 191px;
}
.secMainBlock--bungei .secMainBlock__inner__eng {
  color: #5BB647;
}
.secMainBlock--kokusai {
  background: #e3e8f1 url(/img/academics/undergraduate/kokusai/main_tl.jpg) center top no-repeat;
}
.secMainBlock--kokusai .secMainBlock__inner__title {
  width: 190px;
}
.secMainBlock--kokusai .secMainBlock__inner__eng {
  color: #A66AAA;
}
.secMainBlock--kango {
  background: #faeee2 url(/img/academics/undergraduate/kango/main_tl.jpg) center top no-repeat;
}
.secMainBlock--kango .secMainBlock__inner__title {
  width: 192px;
}
.secMainBlock--kango .secMainBlock__inner__eng {
  color: #F08437;
}
.secMainBlock--seikatu {
  background: #fae6e3 url(/img/academics/junior_college/seikatu/main_tl.jpg) center top no-repeat;
}
.secMainBlock--seikatu .secMainBlock__inner__title {
  width: 242px;
  padding-top: 100px;
}
.secMainBlock--seikatu .secMainBlock__inner__eng {
  color: #EB6D94;
}
.secMainBlock--bunka {
  background: #eaeef5 url(/img/academics/junior_college/bunka/main_tl.jpg) center top no-repeat;
}
.secMainBlock--bunka .secMainBlock__inner__title {
  width: 211px;
}
.secMainBlock--bunka .secMainBlock__inner__eng {
  color: #3ABBC9;
}
.secMainBlock__bgsp {
  position: relative;
  display: none;
}
.secMainBlock__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1120px;
  height: 380px;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
  z-index: 30;
}
.secMainBlock__inner__title {
  position: relative;
  text-align: left;
  padding-top: 140px;
}
.secMainBlock__inner__title img {
  width: 100%;
}
.secMainBlock__inner__eng {
  font-size: 1.4rem;
  line-height: 1.28571;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  text-align: left;
  margin-top: 18px;
  letter-spacing: 2px;
}
.secMainBlock__inner__sideTitle {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.secMainBlock__inner__sideTitle__tx {
  display: block;
  text-align: left;
  padding-top: 105px;
}
.secMainBlock__inner__sideTitle__tx img {
  width: 100%;
}

/*-----------------------
_secBlock
------------------------*/
.secBlock {
  position: relative;
  clear: both;
  padding: 15px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.secBlock_row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .secBlock_row {
    display: block;
  }
}
.secBlock_col {
  width: 100%;
}
.secBlock.p0, .borderBlock &gt; .secBlock, .colorBlock &gt; .secBlock {
  padding: 0;
}
.secBlock .mt {
  margin-top: 60px;
}
.secBlock .bdrB {
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 20px;
}
.secBlock .mb {
  margin-bottom: 60px;
}
.secBlock .mb0 {
  margin-bottom: 0;
}
.secBlock .mt0 {
  margin-top: 0;
}
.secBlock .mb15 {
  margin-bottom: 15px;
}
.secBlock .title0 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.secBlock .title0--mb {
  margin-bottom: 50px;
}
.secBlock .title1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #802358;
}
.secBlock .title1__sm {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  vertical-align: middle;
  margin-left: 2px;
}
.secBlock .title2 {
  position: relative;
  text-align: left;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #802358;
  padding-bottom: 12px;
  border-bottom: 5px solid #802358;
  margin-bottom: 1em;
  padding-left: 2px;
}
.secBlock .title2__link {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.secBlock .title2.cl_kasei {
  color: #EB6153;
  border-bottom-color: #EB6153;
}
.secBlock .title2.cl_bungei {
  color: #5BB647;
  border-bottom-color: #5BB647;
}
.secBlock .title2.cl_kokusai {
  color: #A66AAA;
  border-bottom-color: #A66AAA;
}
.secBlock .title2.cl_kango {
  color: #F08437;
  border-bottom-color: #F08437;
}
.secBlock .title2.cl_seikatu {
  color: #EB6D94;
  border-bottom-color: #EB6D94;
}
.secBlock .title2.cl_bunka {
  color: #3ABBC9;
  border-bottom-color: #3ABBC9;
}
.secBlock .title2.cl_business {
  color: #569FD7;
  border-bottom-color: #569FD7;
}
.secBlock .title3 {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #802358;
  background: #F2E9EE;
  padding: 12px 20px;
  margin: 16px 0;
}
.secBlock .title3--side {
  padding-left: 55px;
}
.secBlock .title3__side {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
}
.secBlock .title3__side img {
  width: 100%;
}
.secBlock .title3.cl_kasei {
  background-color: #EB6153;
}
.secBlock .title3.cl_bungei {
  background-color: #5BB647;
}
.secBlock .title3.cl_kokusai {
  background-color: #A66AAA;
}
.secBlock .title3.cl_kango {
  background-color: #F08437;
}
.secBlock .title3.cl_seikatu {
  background-color: #EB6D94;
}
.secBlock .title3.cl_bunka {
  background-color: #3ABBC9;
}
.secBlock .title3.cl_business {
  background-color: #569FD7;
}
.secBlock .title4 {
  position: relative;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3e3e3e;
  margin: 16px 0;
  padding-left: 16px;
  border-left: 3px solid #802358;
}
.secBlock .title4--mb0 {
  margin-bottom: 0;
}
.secBlock .title4.cl_kasei, .secBlock .title4--kasei {
  border-color: #EB6153;
}
.secBlock .title4.cl_bungei, .secBlock .title4--bungei {
  border-color: #5BB647;
}
.secBlock .title4.cl_kokusai, .secBlock .title4--kokusai {
  border-color: #A66AAA;
}
.secBlock .title4.cl_kango, .secBlock .title4--kango {
  border-color: #F08437;
}
.secBlock .title4.cl_seikatu, .secBlock .title4--seikatu {
  border-color: #EB6D94;
}
.secBlock .title4.cl_bunka, .secBlock .title4--bunka {
  border-color: #3ABBC9;
}
.secBlock .title4.cl_business, .secBlock .title4--business {
  border-color: #569FD7;
}
.secBlock .title4__link {
  color: #802358;
  text-decoration: underline;
}
.secBlock .title4__link:hover {
  text-decoration: none;
}
.secBlock .title4--large {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.41667;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
.secBlock .title5 {
  position: relative;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2444;
  border-bottom: 1px solid #e6e8ee;
  color: #802358;
  padding-bottom: 8px;
  margin: 1em 0;
}
.secBlock .title5.cl_kasei {
  color: #EB6153;
}
.secBlock .title5.cl_bungei {
  color: #5BB647;
}
.secBlock .title5.cl_kokusai {
  color: #A66AAA;
}
.secBlock .title5.cl_kango {
  color: #F08437;
}
.secBlock .title5.cl_seikatu {
  color: #EB6D94;
}
.secBlock .title5.cl_bunka {
  color: #3ABBC9;
}
.secBlock .title5.cl_business {
  color: #569FD7;
}
.secBlock .title5.cl_ken_design {
  color: #00B097;
}
.secBlock .title5--st {
  padding-left: 22px;
}
.secBlock .title5__st {
  position: absolute;
  top: 0;
  left: 0;
}
.secBlock .title5--point {
  padding-left: 22px;
}
.secBlock .title5--point:before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #802358;
}
.secBlock .title5--point.cl_kasei:before {
  color: #EB6153;
}
.secBlock .title5--point.cl_bungei:before {
  color: #5BB647;
}
.secBlock .title5--point.cl_kokusai:before {
  color: #A66AAA;
}
.secBlock .title5--point.cl_kango:before {
  color: #F08437;
}
.secBlock .title5--point.cl_seikatu:before {
  color: #EB6D94;
}
.secBlock .title5--point.cl_bunka:before {
  color: #3ABBC9;
}
.secBlock .title5--point.cl_business:before {
  color: #569FD7;
}
.secBlock .title5--point.cl_ken_design:before {
  color: #00B097;
}
.secBlock .title6 {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #3e3e3e;
  font-weight: bold;
  border-top: 2px solid #802358;
  border-bottom: 2px dotted #e8e8e8;
  padding: 12px 20px 12px 2px;
  margin-bottom: 15px;
}
.secBlock .title6.cl_kasei {
  border-top-color: #EB6153;
}
.secBlock .title6.cl_bungei {
  border-top-color: #5BB647;
}
.secBlock .title6.cl_kokusai {
  border-top-color: #A66AAA;
}
.secBlock .title6.cl_kango {
  border-top-color: #F08437;
}
.secBlock .title6.cl_seikatu {
  border-top-color: #EB6D94;
}
.secBlock .title6.cl_bunka {
  border-top-color: #3ABBC9;
}
.secBlock .title6.cl_business {
  border-top-color: #569FD7;
}
.secBlock .title6.cl_ken_design {
  border-top-color: #00B097;
}
.secBlock .title7 {
  display: table;
  width: 100%;
  background-color: #802358;
  border-radius: 7px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.76471;
  overflow: hidden;
}
.secBlock .title7 span {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  color: #fff;
  text-align: left;
}
.secBlock .title7 span + span {
  padding: 0 0 0 36px;
}
.secBlock .titleCt1 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.125;
  color: #3e3e3e;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.secBlock .titleCt1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background: #000000;
  margin-top: 20px;
  border-radius: 2px;
}
.secBlock .titleCt1--kasei:after {
  background: #EB6153;
}
.secBlock .titleCt1--bungei:after {
  background: #5BB647;
}
.secBlock .titleCt1--kokusai:after {
  background: #A66AAA;
}
.secBlock .titleCt1--kango:after {
  background: #F08437;
}
.secBlock .titleCt1--business:after {
  background: #569FD7;
}
.secBlock .titleCt1--ken_design:after {
  background: #00B097;
}
.secBlock .titleCt1--seikatu:after {
  background: #EB6D94;
}
.secBlock .titleCt1--bunka:after {
  background: #3ABBC9;
}
.secBlock .titleCt1--white {
  color: #ffffff;
}
.secBlock .titleCt1--white:after {
  background: #ffffff;
}
.secBlock .titleCt1--red:after {
  background: #802358;
}
.secBlock .titleCt1--margin {
  margin: 20px 0 30px 0;
}
.secBlock .titleNum {
  position: relative;
  text-align: left;
  display: table;
  color: #802358;
  width: 100%;
  margin-bottom: 15px;
}
.secBlock .titleNum--cherry {
  color: #802358;
  background: url(/img/common/cherryBlossoms.png) right center no-repeat;
  background-size: 155px 80px;
}
.secBlock .titleNum--kasei {
  color: #EB6153;
}
.secBlock .titleNum--bungei {
  color: #5BB647;
}
.secBlock .titleNum--kokusai {
  color: #A66AAA;
}
.secBlock .titleNum--kango {
  color: #F08437;
}
.secBlock .titleNum--business {
  background: #569FD7;
}
.secBlock .titleNum--ken_design {
  background: #00B097;
}
.secBlock .titleNum--seikatu {
  color: #EB6D94;
}
.secBlock .titleNum--bunka {
  color: #3ABBC9;
}
.secBlock .titleNum__num {
  position: relative;
  display: block;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  opacity: 0.5;
  display: table-cell;
  width: 180px;
  vertical-align: middle;
}
.secBlock .titleNum__num:after {
  content: "";
  width: 2px;
  height: 85px;
  background: #aaa;
  display: inline-block;
  margin-left: 5px;
  transform: rotate(20deg);
  position: absolute;
  top: 50%;
  left: 130px;
  margin-top: -40px;
}
.secBlock .titleNum__tx {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.46154;
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
  text-align: left;
  font-weight: bold;
}
.secBlock .titleNum__tx--bungeiImg img {
  display: block;
  width: 137px;
}
.secBlock .titleNum__tx--bungeiImg2 img {
  display: block;
  width: 104px;
}
.secBlock .titleNum__tx--bungeiImg3 img {
  display: block;
  width: 118px;
}
.secBlock .titleCal {
  position: relative;
  text-align: left;
  display: block;
  color: #802358;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #f5ede8;
}
.secBlock .titleCal__num {
  position: relative;
  display: block;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  opacity: 0.5;
  vertical-align: middle;
}
.secBlock .titleCtUniv {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14286;
  color: #3e3e3e;
  padding-bottom: 7px;
  margin: 0 0 20px 0;
}
.secBlock .titleCtUniv:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background: #802358;
  margin-top: 20px;
  border-radius: 2px;
}

/*-----------------------
snsBtn ■-i
------------------------*/
.snsBtn {
  position: absolute;
  top: 53px;
  right: 380px;
  z-index: 10;
}
.snsBtn__btn {
  display: inline-block;
  margin: 0 3px;
}
.snsBtn__btn__link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.snsBtn__btn__link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/*-----------------------
thirdMainBlock
------------------------*/
.thirdMainBlock {
  position: relative;
  display: none;
  width: 100%;
  height: 200px;
}
.thirdMainBlock--kasei {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--kasei .thirdMainBlock__inner__title {
  width: 153.6px;
}
.thirdMainBlock--kasei .thirdMainBlock__inner__eng {
  color: #EB6153;
}
.thirdMainBlock--hihuku {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/hihuku/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--hihuku .thirdMainBlock__inner__sideTitle__tx {
  width: 362px;
}
.thirdMainBlock--syokumotu {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/syokumotu/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--syokumotu .thirdMainBlock__inner__sideTitle__tx {
  width: 435px;
}
.thirdMainBlock--ken_design {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/ken_design/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--ken_design .thirdMainBlock__inner__sideTitle__tx {
  width: 457px;
}
.thirdMainBlock--jidou {
  background: #f4e4ec url(/img/academics/undergraduate/kasei/jidou/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--jidou .thirdMainBlock__inner__sideTitle__tx {
  width: 362px;
}
.thirdMainBlock--bungei {
  background: #ebf2e6 url(/img/academics/undergraduate/bungei/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--bungei .thirdMainBlock__inner__title {
  width: 152.8px;
}
.thirdMainBlock--bungei .thirdMainBlock__inner__eng {
  color: #5BB647;
}
.thirdMainBlock--kokusai {
  background: #e3e8f1 url(/img/academics/undergraduate/kokusai/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--kokusai.thirdMainBlock__inner__title {
  width: 152px;
}
.thirdMainBlock--kokusai.thirdMainBlock__inner__eng {
  color: #A66AAA;
}
.thirdMainBlock--kango {
  background: #faeee2 url(/img/academics/undergraduate/kango/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--kango.thirdMainBlock__inner__title {
  width: 153.6px;
}
.thirdMainBlock--kango.thirdMainBlock__inner__eng {
  color: #F08437;
}
.thirdMainBlock--seikatu {
  background: #fae6e3 url(/img/academics/junior_college/seikatu/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--seikatu .thirdMainBlock__inner__title {
  width: 193.6px;
  padding-top: 50px;
}
.thirdMainBlock--seikatu .thirdMainBlock__inner__eng {
  color: #EB6D94;
}
.thirdMainBlock--bunka {
  background: #eaeef5 url(/img/academics/junior_college/bunka/main_vi.jpg) center top no-repeat;
}
.thirdMainBlock--bunka .thirdMainBlock__inner__title {
  width: 168.8px;
}
.thirdMainBlock--bunka .thirdMainBlock__inner__eng {
  color: #3ABBC9;
}
.thirdMainBlock--kaseiGrad .thirdMainBlock__inner__title {
  width: 204.8px;
}
.thirdMainBlock--bungeiGrad .thirdMainBlock__inner__title {
  width: 204.8px;
}
.thirdMainBlock--kokusaiGrad .thirdMainBlock__inner__title {
  width: 203.2px;
}
.thirdMainBlock__bgsp {
  position: relative;
  display: none;
}
.thirdMainBlock__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.thirdMainBlock__inner__title {
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}
.thirdMainBlock__inner__title img {
  width: auto;
}
.thirdMainBlock__inner__eng {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  margin-top: 18px;
  letter-spacing: 1px;
}
.thirdMainBlock__inner__sideTitle {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.thirdMainBlock__inner__sideTitle__tx {
  display: block;
  text-align: left;
  padding-top: 80px;
}
.thirdMainBlock__inner__sideTitle__tx img {
  width: 100%;
}
.thirdMainBlock__inner__sideTitle__txSp {
  display: none;
}

/*-----------------------
_tableBlock
------------------------*/
/*-----------------------
tableBlock
------------------------*/
.tiLong {
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  width: 1em;
  margin: auto;
}

.tableBlock {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .tableBlock {
    margin: 3.125% 0;
  }
}
.tableBlock__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  text-align: left;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .tableBlock__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 2% 0;
  }
}
.tableBlock__txt.txtR {
  text-align: right;
}
.tableBlock__txt.txtC {
  text-align: center;
}
.tableBlock__table {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #802358;
  word-break: break-all;
  /**/
  /**/
}
@media screen and (max-width: 768px) {
  .tableBlock__table {
    margin: 5px 0;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 768px) {
  .tableBlock--m0 .tableBlock__table {
    margin: 0;
  }
}
.tableBlock__table__headti {
  border-collapse: collapse;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #802358;
  border-left: 1px solid #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tableBlock__table__headti {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 2px;
  }
}
.tableBlock__table__headti:first-child {
  border-left: none;
}
.tableBlock__table__headti--bdrB {
  border-bottom: 1px solid #ffffff;
}
.tableBlock__table__headti.mod--headti_big {
  font-size: 1.6rem;
}
.tableBlock__table__headti02 {
  border-collapse: collapse;
  color: #802358;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #F2E9EE;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tableBlock__table__headti02 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 2px;
  }
}
.tableBlock__table__sideti {
  border-collapse: collapse;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px;
  background: #802358;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tableBlock__table__sideti {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 2px;
  }
}
.tableBlock__table__sideti--notT {
  border-top: none;
}
.tableBlock__table__sideti:last-of-type {
  border-right: 0;
}
.tableBlock__table__ti {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.42857;
  padding: 10px;
  background: #F2E9EE;
  border: 1px solid #802358;
}
@media screen and (max-width: 768px) {
  .tableBlock__table__ti {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    text-align: center;
  }
  .tableBlock--spcol .tableBlock__table__ti {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 594px) {
  .tableBlock--spcol .tableBlock__table__ti {
    background: #802358;
    color: #fff;
  }
  .tableBlock--spcol .tableBlock__table__ti a {
    color: #fff;
  }
}
.tableBlock__table__ti p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tableBlock__table__ti p {
    font-size: 1.1rem;
  }
  .tableBlock--spcol .tableBlock__table__ti p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.tableBlock__table__ti.cl1 {
  background: #fff2c5;
}
.tableBlock__table__ti.cl2 {
  background: #ffdbeb;
}
.tableBlock__table__ti.cl3 {
  background: #e3d9ec;
}
.tableBlock__table__ti.cl4 {
  background: #ffd7c5;
}
.tableBlock__table__ti.cl5 {
  background: #F2E9EE;
}
.tableBlock__table__ti.txC {
  text-align: center;
}
.tableBlock__table__ti.txR {
  text-align: right;
}
.tableBlock__table__tx {
  border-collapse: collapse;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.85714;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #802358;
}
@media screen and (max-width: 768px) {
  .tableBlock__table__tx {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    padding: 5px 2px;
    word-break: break-all;
    word-wrap: break-word;
  }
  .tableBlock--spcol .tableBlock__table__tx {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.tableBlock__table__tx p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tableBlock__table__tx p {
    font-size: 1.1rem;
  }
  .tableBlock--spcol .tableBlock__table__tx p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.tableBlock__table__tx.cl0 {
  background: #F2E9EE;
}
.tableBlock__table__tx.cl1 {
  background: #fff2c5;
}
.tableBlock__table__tx.cl2 {
  background: #ffdbeb;
}
.tableBlock__table__tx.cl3 {
  background: #e3d9ec;
}
.tableBlock__table__tx.cl4 {
  background: #ffd7c5;
}
.tableBlock__table__tx.cl5 {
  background: #F2E9EE;
}
.tableBlock__table__tx.txC {
  text-align: center;
}
.tableBlock__table__tx.txR {
  text-align: right;
}
.tableBlock__table__tx.detailLink__list__link--pdf:before {
  display: none;
}
.tableBlock__table__tx.bgGray {
  background-color: #f5f5f5;
}
.tableBlock__table__link {
  color: #0042ff;
  text-decoration: underline;
}
.tableBlock__table__link:after {
  content: "\a";
  white-space: pre;
  height: 0;
  overflow: hidden;
}
.tableBlock__table__stx {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.tableBlock__table__mtx {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63636;
}
.tableBlock__table__message {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  background: #192455;
  display: inline-block;
  padding: 6px;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 4px;
  transition: background 0.3s ease;
}
.tableBlock__table__message:hover {
  background: #000932;
  transition: background 0.3s ease;
}
.tableBlock__table__info {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  background: #192455;
  display: inline-block;
  padding: 6px 15px;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 4px;
  transition: background 0.3s ease;
}
.tableBlock__table__info:hover {
  background: #000932;
  transition: background 0.3s ease;
}
.tableBlock__table a {
  color: #802358;
  text-decoration: underline;
}
@media screen and (max-width: 594px) {
  .tableBlock--spcol .tableBlock__table {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 594px) {
  .tableBlock--spcol .tableBlock__table thead {
    display: none;
  }
}
@media screen and (max-width: 594px) {
  .tableBlock--spcol .tableBlock__table tbody {
    display: block;
  }
}
@media screen and (max-width: 594px) {
  .tableBlock--spcol .tableBlock__table tbody tr,
  .tableBlock--spcol .tableBlock__table tbody th,
  .tableBlock--spcol .tableBlock__table tbody td {
    display: block;
  }
}
@media screen and (max-width: 594px) {
  .tableBlock--spcol .tableBlock__table tbody tr::after,
  .tableBlock--spcol .tableBlock__table tbody th::after,
  .tableBlock--spcol .tableBlock__table tbody td::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 594px) {
  .tableBlock--spcol .tableBlock__table tbody td:nth-child(n+2) {
    border-top: none;
  }
}
.tableBlock--spcol .tableBlock__table .thead-th-title {
  display: block;
  margin-bottom: 0.2em;
}
.tableBlock--spcol .tableBlock__table .thead-th-title span {
  display: inline-block;
  line-height: 1.2;
  font-size: 80%;
  padding: 2px 4px;
  background-color: #802358;
  color: #fff;
  border-radius: 3px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 595px) {
  .tableBlock--spcol .tableBlock__table .thead-th-title span {
    display: none;
  }
}
.tableBlock--spcol .tableBlock__table .tiLong {
  width: auto !important;
}
.tableBlock--txtS .tableBlock__table__headti, .tableBlock--txtS .tableBlock__table__sideti, .tableBlock--txtS .tableBlock__table__ti {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .tableBlock--txtS .tableBlock__table__headti, .tableBlock--txtS .tableBlock__table__sideti, .tableBlock--txtS .tableBlock__table__ti {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 1px;
  }
}
.tableBlock--txtS .tableBlock__table__tx {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .tableBlock--txtS .tableBlock__table__tx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 1px;
  }
}
@media screen and (max-width: 768px) {
  .tableBlock--txtS .tableBlock__table__headti {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 1px;
  }
}
@media screen and (max-width: 768px) {
  .tableBlock--txtS .tableBlock__table__sideti {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 1px;
  }
}
.tableBlock.mod--tableFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tableBlock.mod--tableFlex {
    display: block;
  }
}
.tableBlock.mod--tableFlex .tableBlock__table {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tableBlock.mod--tableFlex .tableBlock__table {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*----------------------------
##############################
PC hover用
##############################
----------------------------*/
.tableBlock__table__link {
  color: #802358;
  transition: color 0.2s ease;
}
.tableBlock__table__link:hover {
  color: #E6D3DE;
}
.tableBlock__table a {
  color: #802358;
  transition: color 0.2s ease;
}
.tableBlock__table a:hover {
  color: #E6D3DE;
}

@media screen and (max-width: 768px) {
  .tableBlock__table__tx__link {
    text-decoration: underline;
  }
  .tableBlock__table__tx__stx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .tableBlock__table__tx__mtx {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .tableBlock__table__tx__message {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
    padding: 6px;
    border-radius: 20px;
    margin-top: 4px;
    transition: none;
  }
  .tableBlock__table__tx__message:hover {
    transition: none;
  }
  .tableBlock__table__tx__info {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    margin-top: 4px;
    transition: none;
  }
  .tableBlock__table__tx__info:hover {
    transition: none;
  }
}
.english .tableBlock__table__headti {
  border-top: 1px solid #fff;
}

.english .tableBlock__table__headti,
.english .tableBlock__table__ti,
.english .tableBlock__table__tx {
  word-break: break-word;
}

/*-----------------------
tableWrap //spスクロール
------------------------*/
@media screen and (max-width: 768px) {
  .tableWrap {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tableWrap .tableBlock {
    width: 100%;
    min-width: 768px;
  }
  .english .tableBlock__table__headti,
  .english .tableBlock__table__ti,
  .english .tableBlock__table__tx {
    word-break: break-word;
    white-space: normal;
  }
}
/*-----------------------
titleBlock
------------------------*/
.titleBlock {
  clear: both;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.titleBlock--mt {
  margin-top: 60px;
}
.titleBlock--bdrB {
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 20px;
}
.titleBlock--mb {
  margin-bottom: 60px;
}
.titleBlock--mb0 {
  margin-bottom: 0;
}
.titleBlock--mt0 {
  margin-top: 0;
}
.titleBlock--mb15 {
  margin-bottom: 15px;
}
.titleBlock__title0 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.titleBlock__title0--mb {
  margin-bottom: 50px;
}
.titleBlock__title1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #802358;
}
.titleBlock__title1.cl_kasei {
  color: #EB6153;
}
.titleBlock__title1.cl_bungei {
  color: #5BB647;
}
.titleBlock__title1.cl_kokusai {
  color: #A66AAA;
}
.titleBlock__title1.cl_kango {
  color: #F08437;
}
.titleBlock__title1.cl_seikatu {
  color: #EB6D94;
}
.titleBlock__title1.cl_bunka {
  color: #3ABBC9;
}
.titleBlock__title1.cl_business {
  color: #569FD7;
}
.titleBlock__title1.cl_ken_design {
  color: #00B097;
}
.titleBlock__title1__sm {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  vertical-align: middle;
  margin-left: 2px;
}
.titleBlock__title2 {
  position: relative;
  text-align: left;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #802358;
  padding-bottom: 12px;
  border-bottom: 5px solid #802358;
  margin-bottom: 1em;
  padding-left: 2px;
}
.titleBlock__title2__link {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.titleBlock__title2.cl_kasei {
  color: #EB6153;
  border-bottom-color: #EB6153;
}
.titleBlock__title2.cl_bungei {
  color: #5BB647;
  border-bottom-color: #5BB647;
}
.titleBlock__title2.cl_kokusai {
  color: #A66AAA;
  border-bottom-color: #A66AAA;
}
.titleBlock__title2.cl_kango {
  color: #F08437;
  border-bottom-color: #F08437;
}
.titleBlock__title2.cl_seikatu {
  color: #EB6D94;
  border-bottom-color: #EB6D94;
}
.titleBlock__title2.cl_bunka {
  color: #3ABBC9;
  border-bottom-color: #3ABBC9;
}
.titleBlock__title2.cl_business {
  color: #569FD7;
  border-bottom-color: #569FD7;
}
.titleBlock__title2.cl_ken_design {
  color: #00B097;
  border-bottom-color: #00B097;
}
.titleBlock__title3 {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #802358;
  background: #F2E9EE;
  padding: 12px 20px;
  margin: 16px 0;
}
.titleBlock__title3--side {
  padding-left: 55px;
}
.titleBlock__title3__side {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
}
.titleBlock__title3__side img {
  width: 100%;
}
.titleBlock__title3--center {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  margin: 30px auto 0;
}
h2 + .titleBlock__title3--center {
  margin-top: 0;
}
.titleBlock__title3.cl_kasei {
  background-color: #FDEFED;
  color: #EB6153;
}
.titleBlock__title3.cl_bungei {
  background-color: #EEF8EC;
  color: #5BB647;
}
.titleBlock__title3.cl_kokusai {
  background-color: #F6F0F6;
  color: #A66AAA;
}
.titleBlock__title3.cl_kango {
  background-color: #FDF2EB;
  color: #F08437;
}
.titleBlock__title3.cl_seikatu {
  background-color: #FDF0F4;
  color: #EB6D94;
}
.titleBlock__title3.cl_bunka {
  background-color: #EBF8F9;
  color: #3ABBC9;
}
.titleBlock__title3.cl_business {
  background-color: #EEF5FB;
  color: #569FD7;
}
.titleBlock__title3.cl_ken_design {
  background-color: #CCEFEA;
  color: #00B097;
}
.titleBlock__title3 a {
  color: #333;
  text-decoration: underline;
}
.titleBlock__title3 a:hover {
  text-decoration: none;
}
.titleBlock__title4 {
  position: relative;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #3e3e3e;
  margin: 16px 0;
  padding-left: 16px;
  border-left: 3px solid #802358;
}
.titleBlock__title4--mb0 {
  margin-bottom: 0;
}
.titleBlock__title4.cl_kasei, .titleBlock__title4--kasei {
  border-color: #EB6153;
}
.titleBlock__title4.cl_bungei, .titleBlock__title4--bungei {
  border-color: #5BB647;
}
.titleBlock__title4.cl_kokusai, .titleBlock__title4--kokusai {
  border-color: #A66AAA;
}
.titleBlock__title4.cl_kango, .titleBlock__title4--kango {
  border-color: #F08437;
}
.titleBlock__title4.cl_seikatu, .titleBlock__title4--seikatu {
  border-color: #EB6D94;
}
.titleBlock__title4.cl_bunka, .titleBlock__title4--bunka {
  border-color: #3ABBC9;
}
.titleBlock__title4.cl_business, .titleBlock__title4--business {
  border-color: #569FD7;
}
.titleBlock__title4.cl_ken_design, .titleBlock__title4--ken_design {
  border-color: #00B097;
}
.titleBlock__title4__link {
  color: #802358;
  text-decoration: underline;
}
.titleBlock__title4__link:hover {
  text-decoration: none;
}
.titleBlock__title4--large {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.41667;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
.titleBlock__title5 {
  position: relative;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2444;
  border-bottom: 1px solid #e6e8ee;
  color: #802358;
  padding-bottom: 8px;
  margin: 1em 0;
}
.titleBlock__title5.cl_kasei {
  color: #EB6153;
}
.titleBlock__title5.cl_bungei {
  color: #5BB647;
}
.titleBlock__title5.cl_kokusai {
  color: #A66AAA;
}
.titleBlock__title5.cl_kango {
  color: #F08437;
}
.titleBlock__title5.cl_business {
  color: #569FD7;
}
.titleBlock__title5.cl_ken_design {
  color: #00B097;
}
.titleBlock__title5.cl_seikatu {
  color: #EB6D94;
}
.titleBlock__title5.cl_bunka {
  color: #3ABBC9;
}
.titleBlock__title5--st {
  padding-left: 22px;
}
.titleBlock__title5__st {
  position: absolute;
  top: 0;
  left: 0;
}
.titleBlock__title5--point {
  padding-left: 22px;
}
.titleBlock__title5--point:before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #802358;
}
.titleBlock__title5--point.cl_kasei:before {
  color: #EB6153;
}
.titleBlock__title5--point.cl_bungei:before {
  color: #5BB647;
}
.titleBlock__title5--point.cl_kokusai:before {
  color: #A66AAA;
}
.titleBlock__title5--point.cl_kango:before {
  color: #F08437;
}
.titleBlock__title5--point.cl_seikatu:before {
  color: #EB6D94;
}
.titleBlock__title5--point.cl_bunka:before {
  color: #3ABBC9;
}
.titleBlock__title5--point.cl_business:before {
  color: #569FD7;
}
.titleBlock__title5--point.cl_ken_design:before {
  color: #00B097;
}
.titleBlock__title6 {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #3e3e3e;
  font-weight: bold;
  border-top: 2px solid #802358;
  border-bottom: 2px dotted #e8e8e8;
  padding: 12px 20px 12px 2px;
  margin-bottom: 15px;
}
.titleBlock__title6.cl_kasei {
  border-top-color: #EB6153;
}
.titleBlock__title6.cl_bungei {
  border-top-color: #5BB647;
}
.titleBlock__title6.cl_kokusai {
  border-top-color: #A66AAA;
}
.titleBlock__title6.cl_kango {
  border-top-color: #F08437;
}
.titleBlock__title6.cl_business {
  border-top-color: #569FD7;
}
.titleBlock__title6.cl_ken_design {
  border-top-color: #00B097;
}
.titleBlock__title6.cl_seikatu {
  border-top-color: #EB6D94;
}
.titleBlock__title6.cl_bunka {
  border-top-color: #3ABBC9;
}
.titleBlock__title7 {
  display: table;
  width: 100%;
  background-color: #802358;
  border-radius: 7px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.76471;
  overflow: hidden;
}
.titleBlock__title7 span {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  color: #fff;
  text-align: left;
}
.titleBlock__title7 span + span {
  padding: 0 0 0 36px;
}
.titleBlock__titleCt1 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.125;
  color: #3e3e3e;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
.titleBlock__titleCt1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background: #000000;
  margin-top: 20px;
  border-radius: 2px;
}
.titleBlock__titleCt1--kasei:after {
  background: #EB6153;
}
.titleBlock__titleCt1--bungei:after {
  background: #5BB647;
}
.titleBlock__titleCt1--kokusai:after {
  background: #A66AAA;
}
.titleBlock__titleCt1--kango:after {
  background: #F08437;
}
.titleBlock__titleCt1--seikatu:after {
  background: #EB6D94;
}
.titleBlock__titleCt1--bunka:after {
  background: #3ABBC9;
}
.titleBlock__titleCt1.cl_kasei {
  color: #EB6153;
}
.titleBlock__titleCt1.cl_bungei {
  color: #5BB647;
}
.titleBlock__titleCt1.cl_kokusai {
  color: #A66AAA;
}
.titleBlock__titleCt1.cl_kango {
  color: #F08437;
}
.titleBlock__titleCt1.cl_business {
  color: #569FD7;
}
.titleBlock__titleCt1.cl_ken_design {
  color: #00B097;
}
.titleBlock__titleCt1.cl_seikatu {
  color: #EB6D94;
}
.titleBlock__titleCt1.cl_bunka {
  color: #3ABBC9;
}
.titleBlock__titleCt1--white {
  color: #ffffff;
}
.titleBlock__titleCt1--white:after {
  background: #ffffff;
}
.titleBlock__titleCt1--red:after {
  background: #802358;
}
.titleBlock__titleCt1--margin {
  margin: 20px 0 30px 0;
}
.titleBlock__titleCt1.__borderNone:after {
  display: none;
}
.titleBlock__titleCt1.color-univ {
  color: #802358;
}
.titleBlock__titleNum {
  position: relative;
  text-align: left;
  display: table;
  color: #802358;
  width: 100%;
  margin-bottom: 15px;
}
.titleBlock__titleNum--cherry {
  color: #802358;
  background: url(/img/common/cherryBlossoms.png) right center no-repeat;
  background-size: 155px 80px;
}
.titleBlock__titleNum--kasei {
  color: #EB6153;
}
.titleBlock__titleNum--bungei {
  color: #5BB647;
}
.titleBlock__titleNum--kokusai {
  color: #A66AAA;
}
.titleBlock__titleNum--kango {
  color: #F08437;
}
.titleBlock__titleNum--seikatu {
  color: #EB6D94;
}
.titleBlock__titleNum--bunka {
  color: #3ABBC9;
}
.titleBlock__titleNum--business {
  color: #569FD7;
}
.titleBlock__titleNum--ken_design {
  color: #00B097;
}
.titleBlock__titleNum__num {
  position: relative;
  display: block;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  opacity: 0.5;
  display: table-cell;
  width: 180px;
  vertical-align: middle;
}
.titleBlock__titleNum__num:after {
  content: "";
  width: 2px;
  height: 85px;
  background: #aaa;
  display: inline-block;
  margin-left: 5px;
  transform: rotate(20deg);
  position: absolute;
  top: 50%;
  left: 130px;
  margin-top: -40px;
}
.titleBlock__titleNum__tx {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.46154;
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
  text-align: left;
  font-weight: bold;
  /*-----------------------
  以下5月以降削除
  ------------------------*/
  /*-----------------------
  以上５月以降削除
  ------------------------*/
}
.titleBlock__titleNum__tx--bungeiImg img {
  display: block;
  max-width: 200px;
}
.titleBlock__titleNum__tx--bungeiImg2 img {
  display: block;
  width: 104px;
}
.titleBlock__titleNum__tx--bungeiImg3 img {
  display: block;
  width: 118px;
}
.titleBlock__titleNum__tx.diagonal {
  font-style: italic;
}
.titleBlock__titleCal {
  position: relative;
  text-align: left;
  display: block;
  color: #802358;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #E6D3DE;
}
.titleBlock__titleCal__num {
  position: relative;
  display: block;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  opacity: 0.5;
  vertical-align: middle;
}
.titleBlock__titleCtUniv {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14286;
  color: #3e3e3e;
  padding-bottom: 7px;
  margin: 0 0 20px 0;
}
.titleBlock__titleCtUniv:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background: #802358;
  margin-top: 20px;
  border-radius: 2px;
}
.titleBlock h3.unCourseItem__title {
  color: #802358;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.titleBlock__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3d3d3d;
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .titleBlock__titleCt1 {
    font-size: 2.4rem;
  }
  .titleBlock__title2 {
    font-size: 2.4rem;
  }
  .titleBlock__title3 {
    font-size: 2rem;
  }
}
/*-----------------------
textBlock
------------------------*/
.textBlock {
  margin: 20px 0 10px 0;
  zoom: 1;
}
.textBlock.mod--navCol {
  margin: 80px 0 0 0;
}
.textBlock:before, .textBlock:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.textBlock:after {
  clear: both;
}
.textBlock em {
  color: #0faedb;
}
.textBlock strong {
  color: #802358;
}
.textBlock a {
  text-decoration: underline;
  color: #0042ff;
  transition: all 0.2s ease;
}
.textBlock a:hover {
  color: #802358;
  transition: all 0.2s ease;
}
.textBlock address {
  position: relative;
  padding: 20px 30px;
  background-color: #faf7e9;
}
.textBlock .txtR {
  text-align: right;
}
.textBlock .txtC {
  text-align: center;
}
.textBlock--mb {
  margin-bottom: 60px;
}
.textBlock--mt0 {
  margin-top: 0;
}
.textBlock--mb0 {
  margin-bottom: 0;
}
.textBlock--m0 {
  margin: 0;
}
.textBlock--ml {
  margin-top: 0;
  margin-left: 20px;
}
.textBlock--mb30 {
  margin-bottom: 30px;
}
.textBlock--main .textBlock__inner__tx {
  line-height: 2;
}
.textBlock--main .textBlock__img {
  margin: 10px 0;
}
.textBlock--main .textBlock__img img {
  width: 100%;
}
.textBlock--tx {
  width: 100%;
  display: table;
}
.textBlock--txTable .textBlock__inner {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.textBlock--txTable .textBlock__img {
  display: table-cell;
  width: 64px;
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
}
.textBlock--txTable .textBlock__img img {
  width: auto;
}
.textBlock--blockTable {
  display: block;
}
.textBlock--blockTable .textBlock__img {
  display: block;
  width: 100%;
  padding-right: 0;
}
.textBlock--blockTable .textBlock__img img {
  width: 100%;
}
.textBlock--txCenter .textBlock__inner {
  margin: 0 auto;
  text-align: center;
}
.textBlock--txCenter .textBlock__inner__tx {
  text-align: center;
}
.textBlock--txRight .textBlock__inner__tx {
  text-align: right;
}
.textBlock--txLeftS .textBlock__inner {
  float: left;
  width: 76.92308%;
}
.textBlock--txLeftS .textBlock__img {
  float: right;
  width: 19.23077%;
}
.textBlock--txRightS .textBlock__inner {
  float: right;
  width: 76.92308%;
}
.textBlock--txRightS .textBlock__img {
  float: left;
  width: 19.23077%;
}
.textBlock--txLeftM .textBlock__inner {
  float: left;
  width: 65.38462%;
}
.textBlock--txLeftM .textBlock__img {
  float: right;
  width: 30.76923%;
}
.textBlock--txRightM .textBlock__inner {
  float: right;
  width: 65.38462%;
}
.textBlock--txRightM .textBlock__img {
  float: left;
  width: 30.76923%;
}
.textBlock--txLeftL .textBlock__inner {
  float: left;
  width: 54.08654%;
}
.textBlock--txLeftL .textBlock__img {
  float: right;
  width: 42.30769%;
}
.textBlock--txRightL .textBlock__inner {
  float: right;
  width: 54.08654%;
}
.textBlock--txRightL .textBlock__img {
  float: left;
  width: 42.30769%;
}
.textBlock--txLeftHarf .textBlock__inner {
  float: left;
  width: 48.07692%;
}
.textBlock--txLeftHarf .textBlock__img {
  float: right;
  width: 48.07692%;
}
.textBlock--txRightHarf .textBlock__inner {
  float: right;
  width: 48.07692%;
}
.textBlock--txRightHarf .textBlock__img {
  float: left;
  width: 48.07692%;
}
.textBlock--txLeftXL .textBlock__inner {
  float: left;
  width: 42.30769%;
}
.textBlock--txLeftXL .textBlock__img {
  float: right;
  width: 53.84615%;
}
.textBlock--txRightXL .textBlock__inner {
  float: right;
  width: 42.30769%;
}
.textBlock--txRightXL .textBlock__img {
  float: left;
  width: 53.84615%;
}
.textBlock--txLeftHalf .textBlock__inner {
  float: left;
  width: 48.07692%;
}
.textBlock--txLeftHalf .textBlock__img {
  float: right;
  width: 48.07692%;
}
.textBlock__ti {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 10px 0;
  text-align: left;
  color: #802358;
  font-weight: bold;
  border-bottom: 1px solid #f5ede8;
  white-space: normal;
}
.textBlock__tx {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85714;
  margin: 10px 0;
  text-align: left;
  white-space: normal;
}
.textBlock__inner {
  overflow: hidden;
  zoom: 1;
}
.textBlock__inner:before, .textBlock__inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.textBlock__inner:after {
  clear: both;
}
.textBlock__inner--mt {
  margin-top: 20px;
}
.textBlock__inner__ti {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: bold;
  white-space: normal;
}
.textBlock__inner__tx {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85714;
  white-space: normal;
}
.textBlock__inner__item {
  margin: 10px 0;
}
.textBlock__inner__item--float .textBlock__inner__item__list {
  float: left;
  width: 48%;
  margin: 0 0 0 4%;
}
.textBlock__inner__item--float .textBlock__inner__item__list:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.textBlock__inner__item__list {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85714;
  padding-left: 18px;
}
.textBlock__inner__item__list:before {
  content: "●";
  color: #802358;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.625;
}
.textBlock__inner__item__list.cl_kasei:before {
  color: #EB6153;
}
.textBlock__inner__item__list.cl_bungei:before {
  color: #5BB647;
}
.textBlock__inner__item__list.cl_kokusai:before {
  color: #A66AAA;
}
.textBlock__inner__item__list.cl_kango:before {
  color: #F08437;
}
.textBlock__inner__item__list.cl_seikatu:before {
  color: #EB6D94;
}
.textBlock__inner__item__list.cl_bunka:before {
  color: #3ABBC9;
}
.textBlock__inner__item__list.cl_business:before {
  color: #569FD7;
}
.textBlock__inner__item__list.cl_ken_design:before {
  color: #00B097;
}
.textBlock__inner__item__list .detailLink__list__link--pdf {
  padding-left: 0;
}
.textBlock__inner__item__list .detailLink__list__link--pdf:before {
  display: none;
}
.textBlock__inner__item.noFront .textBlock__inner__item__list {
  padding-left: 0;
}
.textBlock__inner__item.noFront .textBlock__inner__item__list:before {
  display: none;
}
.textBlock__img {
  display: block;
  margin-top: 5px;
}
.textBlock__img--mt {
  margin-top: 30px;
}
.textBlock__img img {
  width: 100%;
  margin-bottom: 15px;
}
.textBlock__img img.w-auto {
  width: auto;
}
.textBlock__img img.w-70 {
  width: 70%;
}
.textBlock__img__tx {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 10px;
}
.textBlock__img p {
  font-size: 1.6rem;
  line-height: 1.85714;
  white-space: normal;
}
.textBlock__img .indexNavBlock__box__title__link:before {
  display: none;
}
.textBlock__fullImg {
  clear: both;
  width: 100%;
  float: none;
  padding-top: 20px;
}
.textBlock__fullImg img {
  width: 100%;
}
.textBlock.mod--textFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.textBlock.mod--textFlex.mod--start {
  justify-content: flex-start;
}
.textBlock.mod--textFlex.mod--end {
  justify-content: flex-end;
}
.textBlock.mod--textFlex:before, .textBlock.mod--textFlex:after {
  display: none;
}

.muse .pcBlock {
  display: block !important;
}
.muse .spBlock {
  display: none !important;
}
.muse .textBlock {
  margin: 20px 0 10px;
  zoom: 1;
}
.muse .textBlock--mb, .muse .textBlock--mb0 {
  margin-bottom: 0;
}
.muse .textBlock--mt0 {
  margin-top: 0;
}
.muse .textBlock--m0 {
  margin: 0;
}
.muse .textBlock--main .textBlock__inner__tx {
  line-height: 2;
}
.muse .textBlock--main .textBlock__img {
  margin: 10px 0;
}
.muse .textBlock--main .textBlock__img img {
  width: 100%;
}
.muse .textBlock:after {
  clear: both;
}
.muse .textBlock em {
  color: #0faedb;
}
.muse .textBlock strong {
  color: #802358;
}
.muse .textBlock a {
  text-decoration: underline;
}
.muse .textBlock .txtR {
  text-align: right;
}
.muse .textBlock .txtC {
  text-align: center;
}
.muse .textBlock--txTable {
  width: 100%;
  display: table;
}
.muse .textBlock--txTable .textBlock__inner {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.muse .textBlock--txTable .textBlock__img {
  display: table-cell;
  width: 64px;
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
}
.muse .textBlock--txTable .textBlock__img img {
  width: auto;
}
.muse .textBlock--txCenter .textBlock__inner {
  margin: 0 auto;
  text-align: center;
}
.muse .textBlock__ti, .muse .textBlock__tx {
  margin: 10px 0;
  white-space: normal;
}
.muse .textBlock--txCenter .textBlock__inner__tx {
  text-align: center;
}
.muse .textBlock--txRight .textBlock__inner__tx {
  text-align: right;
}
.muse .textBlock--txLeftSS .textBlock__inner {
  float: left;
  width: 81.12981%;
}
.muse .textBlock--txLeftSS .textBlock__img {
  float: right;
  width: 15.02404%;
}
.muse .textBlock--txLeftS .textBlock__inner {
  float: left;
  width: 76.92308%;
}
.muse .textBlock--txLeftS .textBlock__img {
  float: right;
  width: 19.23077%;
}
.muse .textBlock--txRightS .textBlock__inner {
  float: right;
  width: 76.92308%;
}
.muse .textBlock--txRightS .textBlock__img {
  float: left;
  width: 19.23077%;
}
.muse .textBlock--txLeftM .textBlock__inner {
  float: left;
  width: 65.38462%;
}
.muse .textBlock--txLeftM .textBlock__img {
  float: right;
  width: 30.76923%;
}
.muse .textBlock--txRightM .textBlock__inner {
  float: right;
  width: 65.38462%;
}
.muse .textBlock--txRightM .textBlock__img {
  float: left;
  width: 30.76923%;
}
.muse .textBlock--txLeftL .textBlock__inner {
  float: left;
  width: 54.08654%;
}
.muse .textBlock--txLeftL .textBlock__img {
  float: right;
  width: 42.30769%;
}
.muse .textBlock--txRightL .textBlock__inner {
  float: right;
  width: 54.08654%;
}
.muse .textBlock--txRightL .textBlock__img {
  float: left;
  width: 42.30769%;
}
.muse .textBlock--txLeftHalf .textBlock__inner {
  float: left;
  width: 48.07692%;
}
.muse .textBlock--txLeftHalf .textBlock__img, .muse .textBlock--txLeftHalf .textBlock__inner, .muse .textBlock--txRightHalf .textBlock__img, .muse .textBlock--txRightHalf .textBlock__inner {
  float: right;
  width: 48.07692%;
}
.muse .textBlock--txLeftXL .textBlock__inner {
  float: left;
  width: 42.30769%;
}
.muse .textBlock--txLeftXL .textBlock__img {
  float: right;
  width: 53.84615%;
}
.muse .textBlock--txRightXL .textBlock__inner {
  float: right;
  width: 42.30769%;
}
.muse .textBlock--txRightXL .textBlock__img {
  float: left;
  width: 53.84615%;
}
.muse .textBlock__ti {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
  color: #802358;
  font-weight: 700;
  border-bottom: 1px solid #F2E9EE;
}
.muse .textBlock__tx {
  font-size: 1.6rem;
  line-height: 1.85714;
  text-align: left;
}
.muse .textBlock__inner {
  overflow: hidden;
  zoom: 1;
}
.muse .textBlock__inner:after, .muse .textBlock__inner:before {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.muse .textBlock__inner:after {
  clear: both;
}
.muse .textBlock__inner--mt {
  margin-top: 20px;
}
.muse .textBlock__inner__ti {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: 700;
  white-space: normal;
}
.muse .textBlock__inner__tx {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  white-space: normal;
}
.muse .textBlock__img {
  display: block;
  margin-top: 5px;
}
.muse .textBlock__img--mt {
  margin-top: 30px;
}
.muse .textBlock__img img {
  width: 100%;
  margin-bottom: 5px;
}
.muse .textBlock__img img__tx {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.71429;
  margin-bottom: 10px;
}
.muse .textBlock__fullImg {
  clear: both;
  width: 100%;
  float: none;
  padding-top: 20px;
}
.muse .textBlock__fullImg img {
  width: 100%;
}

.c-top .textBlock--txTable .textBlock__img img {
  width: 100%;
  max-width: 130px;
  min-width: 130px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .c-top .indexNavBlock__box {
    margin: 10px 0;
    width: 100%;
  }
  .textBlock {
    margin: 2% 0 1% 0;
    zoom: 1;
  }
  .textBlock.mod--navCol {
    margin: 40px 0 0 0;
  }
  .textBlock:before, .textBlock:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .textBlock:after {
    clear: both;
  }
  .textBlock em {
    color: #0faedb;
  }
  .textBlock strong {
    color: #802358;
  }
  .textBlock a {
    text-decoration: underline;
  }
  .textBlock--mb {
    margin-bottom: 1.5%;
  }
  .textBlock--mb0 {
    margin-bottom: 0;
  }
  .textBlock--mt0 {
    margin-top: 0;
  }
  .textBlock--m0 {
    margin: 0;
  }
  .textBlock--ml {
    margin-top: 0;
    margin-left: 15px;
  }
  .textBlock--mb30 {
    margin-bottom: 20px;
  }
  .textBlock--main .textBlock__inner__tx {
    line-height: 1.83333;
  }
  .textBlock--main .textBlock__img {
    margin: 2.5% 0;
  }
  .textBlock--main .textBlock__img img {
    width: 100%;
  }
  .textBlock--txLeftS .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftS .textBlock__img {
    float: none;
    width: 50%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txRightS .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txRightS .textBlock__img {
    float: none;
    width: 50%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txLeftM .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftM .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txRightM .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txRightM .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txLeftL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftL .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txRightL .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txRightL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftHarf .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftHarf .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txRightHarf .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txRightHarf .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txLeftXL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftXL .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock--txRightXL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txRightXL .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto;
    text-align: center;
  }
  .textBlock--txTable {
    width: 100%;
    display: table;
  }
  .textBlock--txTable .textBlock__inner {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .textBlock--txTable .textBlock__img {
    display: table-cell;
    width: 64px;
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
  }
  .textBlock--txTable .textBlock__img img {
    width: auto;
  }
  .textBlock--txLeftHalf .textBlock__inner {
    float: none;
    width: 100%;
  }
  .textBlock--txLeftHalf .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0 auto;
    text-align: center;
  }
  .textBlock__ti {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .textBlock__tx {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .textBlock__inner--mt {
    margin-top: 0;
  }
  .textBlock__inner__ti {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .textBlock__inner__tx {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.66667;
  }
  .textBlock__inner__item {
    margin: 3.125% 0;
  }
  .textBlock__inner__item--float .textBlock__inner__item__list {
    float: none;
    width: 100%;
    margin: 0;
  }
  .textBlock__inner__item--float .textBlock__inner__item__list:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .textBlock__inner__item__list {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    padding-left: 15px;
  }
  .textBlock__inner__item__list:before {
    content: "●";
    color: #802358;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .textBlock__img {
    display: block;
  }
  .textBlock__img--mt {
    margin-top: 5px;
  }
  .textBlock__img img {
    width: 100%;
  }
  .textBlock__img--spResize {
    width: 50%;
  }
  .textBlock__img__tx {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-bottom: 1.5%;
  }
  .textBlock__fullImg {
    clear: both;
    width: 100%;
    float: none;
    padding-top: 3.125%;
  }
  .textBlock__fullImg img {
    width: 100%;
  }
  .muse .pcBlock {
    display: none !important;
  }
  .muse .spBlock {
    display: block !important;
  }
  .muse .textBlock {
    margin: 2% 0 1%;
    zoom: 1;
  }
  .muse .textBlock--mb {
    margin-bottom: 1.5%;
  }
  .muse .textBlock--mb0 {
    margin-bottom: 0;
  }
  .muse .textBlock--mt0 {
    margin-top: 0;
  }
  .muse .textBlock--m0 {
    margin: 0;
  }
  .muse .textBlock--main .textBlock__inner__tx {
    line-height: 1.83333;
  }
  .muse .textBlock--main .textBlock__img {
    margin: 2.5% 0;
  }
  .muse .textBlock--main .textBlock__img img {
    width: 100%;
  }
  .muse .textBlock--txLeftSS .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txLeftSS .textBlock__img {
    width: 42.1875%;
  }
  .muse .textBlock--txLeftS .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txLeftS .textBlock__img {
    width: 42.1875%;
  }
  .muse .textBlock--txRightS .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txRightS .textBlock__img {
    width: 42.1875%;
  }
  .muse .textBlock--txLeftM .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txLeftM .textBlock__img {
    width: 100%;
  }
  .muse .textBlock--txRightM .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txRightM .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto 0;
    text-align: center;
  }
  .muse .textBlock--txLeftL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txLeftL .textBlock__img {
    width: 100%;
  }
  .muse .textBlock--txRightL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txRightL .textBlock__img {
    width: 100%;
  }
  .muse .textBlock--txLeftHalf .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txLeftHalf .textBlock__img {
    width: 100%;
  }
  .muse .textBlock--txRightHalf .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txRightHalf .textBlock__img {
    width: 100%;
  }
  .muse .textBlock--txLeftXL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txLeftXL .textBlock__img {
    width: 100%;
  }
  .muse .textBlock--txRightXL .textBlock__inner {
    float: none;
    width: 100%;
  }
  .muse .textBlock--txRightXL .textBlock__img {
    float: none;
    width: 100%;
    margin: 3.125% auto;
    text-align: center;
  }
  .muse .textBlock--txTable {
    width: 100%;
    display: table;
  }
  .muse .textBlock--txTable .textBlock__inner {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .muse .textBlock--txTable .textBlock__img {
    display: table-cell;
    width: 64px;
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
  }
  .muse .textBlock--txTable .textBlock__img img {
    width: auto;
  }
  .muse .textBlock .textBlock__fullImg, .muse .textBlock .textBlock__fullImg img, .muse .textBlock .textBlock__img img {
    width: 100%;
  }
  .muse .textBlock__ti {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .muse .textBlock__tx {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.66667;
  }
  .muse .textBlock__inner--mt {
    margin-top: 0;
  }
  .muse .textBlock__inner__ti {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .muse .textBlock__inner__tx {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.66667;
  }
  .muse .textBlock__inner__item {
    margin: 3.125% 0;
  }
  .muse .textBlock__inner__item--float .textBlock__inner__item__list {
    float: none;
    width: 100%;
    margin: 0;
  }
  .muse .textBlock__inner__item--float .textBlock__inner__item__list:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .muse .textBlock__inner__item__list {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.66667;
    padding-left: 15px;
  }
  .muse .textBlock__inner__item__list:before {
    content: "●";
    color: #802358;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 1.66667;
  }
  .muse .textBlock__img {
    display: block;
  }
  .muse .textBlock__img--mt {
    margin-top: 5px;
  }
  .muse .textBlock__img__tx {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.66667;
    margin-bottom: 1.5%;
  }
  .muse .textBlock__fullImg {
    clear: both;
    float: none;
    padding-top: 3.125%;
  }
  .muse .textBlock--txLeftHalf .textBlock__img, .muse .textBlock--txLeftL .textBlock__img, .muse .textBlock--txLeftM .textBlock__img, .muse .textBlock--txLeftS .textBlock__img, .muse .textBlock--txLeftSS .textBlock__img, .muse .textBlock--txLeftXL .textBlock__img, .muse .textBlock--txRightHalf .textBlock__img, .muse .textBlock--txRightL .textBlock__img, .muse .textBlock--txRightS .textBlock__img {
    margin: 3.125% auto 0;
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 375px) {
  .c-top .textBlock--txTable {
    display: block;
    width: 100%;
  }
  .c-top .textBlock--txTable .textBlock__img {
    display: block;
    width: 130px;
    margin: 0 auto;
  }
  .c-top .textBlock--txTable .textBlock__img img {
    margin: 0 auto 20px;
  }
}
/*2022/03/07追加*/
.textBlock__inner__item__list .detail__Link__list__link--exp {
  padding-left: 38px !important;
}

.textBlock__inner__item__list .detail__Link__list__link--exp::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 10px;
  width: 20px;
  height: 8px;
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E) left center no-repeat;
  background-size: 20px 8px;
}

@media screen and (max-width: 768px) {
  .textBlock__inner__item__list .detail__Link__list__link--exp {
    padding-left: 35px !important;
  }
}
/*-----------------------
for accordion@js only
------------------------*/
.textAccorionBlock {
  margin: 0;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.textAccorionBlock &gt; dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #3e3e3e;
  padding: 11px 60px 11px 20px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E");
  /*background: #f7f7f7 url(/img/common/icn_plus.svg) 97.5% center no-repeat;*/
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 15px;
  background-size: 20px 20px;
}
.textAccorionBlock &gt; dt.active {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0Zm3.65%2C10.91H6.36a.91.91%2C0%2C1%2C1%2C0-1.82h7.29a.93.93%2C0%2C0%2C1%2C.91.91A.9.9%2C0%2C0%2C1%2C13.65%2C10.91Z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 15px;
  background-size: 20px 20px;
  /*background-image: url(/img/common/icn_minus.svg);*/
}
.textAccorionBlock &gt; dt:hover {
  cursor: pointer;
}
.textAccorionBlock &gt; dd {
  padding: 14px 20px;
  color: #3e3e3e;
  border-bottom: 1px solid #e6e8ee;
}
.textAccorionBlock &gt; dd dl {
  margin: 0;
  padding: 0;
}
.textAccorionBlock &gt; dd dl dt {
  color: #5662af;
  margin: 0 0 10px;
}
.textAccorionBlock &gt; dd dl dd + dt {
  margin-top: 22px;
}
.textAccorionBlock__order {
  overflow: hidden;
  margin-bottom: 40px;
}
.textAccorionBlock--imgR {
  width: 150px;
  float: right;
  margin-left: 50px;
}
.textAccorionBlock--imgR img {
  width: 100%;
}
.textAccorionBlock--imgR .caption {
  text-align: center;
}
.textAccorionBlock--imgR .caption small {
  font-size: 1.2rem;
}
.textAccorionBlock--imgL {
  width: 150px;
  float: left;
  margin-right: 50px;
}
.textAccorionBlock--imgL img {
  width: 100%;
}
.textAccorionBlock--imgL .caption {
  text-align: center;
}
.textAccorionBlock--imgL .caption small {
  font-size: 1.2rem;
}
.textAccorionBlock--left {
  width: calc(82% - 190px);
  border-radius: 11px;
  background-color: #f7f7f7;
  float: right;
}
.textAccorionBlock--left &gt; dt {
  border-radius: 11px;
  background-color: unset;
  position: relative;
}
.textAccorionBlock--left &gt; dt.active {
  background-color: unset;
}
.textAccorionBlock--left &gt; dt::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f7f7f7 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  top: 25px;
  transform: rotate(45deg);
}
.textAccorionBlock--left &gt; dd {
  display: block;
  font-size: 1.8rem;
  padding-top: 0;
  border-bottom: unset;
}
.textAccorionBlock--right {
  width: calc(82% - 190px);
  border-radius: 11px;
  background-color: #f7f7f7;
  float: left;
}
.textAccorionBlock--right &gt; dt {
  border-radius: 11px;
  background-color: unset;
  position: relative;
}
.textAccorionBlock--right &gt; dt.active {
  background-color: unset;
}
.textAccorionBlock--right &gt; dt::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f7f7f7 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  top: 25px;
  transform: rotate(180deg);
}
.textAccorionBlock--right &gt; dd {
  display: block;
  font-size: 1.8rem;
  padding-top: 0;
  border-bottom: unset;
}
@media screen and (max-width: 1300px) {
  .textAccorionBlock--left, .textAccorionBlock--right {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .textAccorionBlock__order {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    margin: auto;
  }
  .textAccorionBlock--imgR, .textAccorionBlock--imgL {
    float: none;
    order: 2;
    margin: 0 auto 30px;
  }
  .textAccorionBlock--left, .textAccorionBlock--right {
    width: 100%;
    float: none;
    order: 1;
    margin-bottom: 40px;
    position: relative;
  }
  .textAccorionBlock--left::after, .textAccorionBlock--right::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f7f7f7 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    transform: rotate(0deg);
  }
  .textAccorionBlock--left &gt; dt::after, .textAccorionBlock--right &gt; dt::after {
    content: none;
  }
}

.ie11 .textAccorionBlock &gt; dt {
  background-image: url(/img/common/ic_plus_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ie11 .textAccorionBlock &gt; dt.active {
  background-image: url(/img/common/ic_minus_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

/*-----------------------
_topBlock
------------------------*/
/* Scss Document */
.topBlock {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
  position: relative;
  /*  
    &amp;::before {
      content:"";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 350px;
      background: url("/img/top/topmain_mask.png") left top repeat-x;
      z-index: 9;
      @media screen and (max-width: 767px){
        background-image: none;
        //background-color: rgba(0,0,0,.2);
      }
    }
  */
}
.topBlock__mainImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
  min-height: 700px;
  position: relative;
  z-index: 1;
  /*    
      &amp;.mod--nomask::before {
        display: none;
      }
  */
}
@media screen and (max-width: 1024px) {
  .topBlock__mainImg {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__mainImg {
    min-height: 350px;
    border-top: none;
  }
}
.topBlock__mainImg.mod--thin {
  min-height: 400px;
}
@media screen and (max-width: 1024px) {
  .topBlock__mainImg.mod--thin {
    min-height: 50vw;
  }
}
@media screen and (min-width: 769px) {
  .topBlock__mainImg.mod--youtube {
    min-height: calc(56.25vw - 15px);
    height: calc(56.25vw - 15px);
  }
}
.topBlock__mainImg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: url("/img/top/topmain_mask.png") left top repeat-x;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topBlock__mainImg::before {
    display: none;
  }
}
.topBlock__Carousel {
  width: 100%;
  min-height: 700px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topBlock__Carousel {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__Carousel {
    min-height: 350px;
  }
}
.topBlock__Carousel .flickity-viewport {
  min-height: 700px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topBlock__Carousel .flickity-viewport {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__Carousel .flickity-viewport {
    min-height: 350px;
  }
}
.topBlock__Carousel .mod--item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
  min-height: 700px;
}
@media screen and (max-width: 1024px) {
  .topBlock__Carousel .mod--item {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__Carousel .mod--item {
    min-height: 350px;
  }
}
.topBlock__Carousel .mod--item.mod--opencampus {
  background-position: 50% 28%;
  background-size: 100% auto;
}
@media screen and (max-width: 1902px) {
  .topBlock__Carousel .mod--item.mod--opencampus {
    background-size: auto 131%;
  }
}
@media screen and (max-width: 768px) {
  .topBlock__Carousel .mod--item.mod--opencampus {
    background-size: auto 120%;
  }
}
@media screen and (max-width: 620px) {
  .topBlock__Carousel .mod--item.mod--opencampus {
    background-size: cover;
  }
}
@media screen and (max-width: 520px) {
  .topBlock__Carousel .mod--item.mod--opencampus {
    background-position: 60% 50%;
  }
}
.topBlock__txt--profile {
  position: absolute;
  bottom: 10px;
  right: 24%;
}
@media screen and (max-width: 767px) {
  .topBlock__txt--profile {
    width: 230px;
    right: 5%;
  }
}
@media screen and (max-width: 520px) {
  .topBlock__txt--profile {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__txt--profile img {
    width: 100%;
    height: auto;
  }
}
.topBlock__catch {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #FFF;
  text-align: center;
  z-index: 10;
}
.topBlock__catch--opencampus {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-left: 24%;
}
@media screen and (max-width: 1024px) {
  .topBlock__catch--opencampus {
    margin-left: 12%;
  }
}
@media screen and (max-width: 620px) {
  .topBlock__catch--opencampus {
    top: 42%;
    margin-left: 25px;
  }
}
.topBlock__catch--opencampus span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.topBlock__catch--opencampus span img {
  width: 100%;
  height: auto;
}
.topBlock__catch--opencampus .logo {
  margin-bottom: 30px;
  width: 558px;
}
@media screen and (max-width: 1300px) {
  .topBlock__catch--opencampus .logo {
    margin-bottom: 20px;
    width: 445px;
  }
}
@media screen and (max-width: 900px) {
  .topBlock__catch--opencampus .logo {
    margin-bottom: 15px;
    width: 354px;
  }
}
@media screen and (max-width: 620px) {
  .topBlock__catch--opencampus .logo {
    margin-bottom: 10px;
    width: 249px;
  }
}
.topBlock__catch--opencampus .btn {
  width: 250px;
}
@media screen and (max-width: 1300px) {
  .topBlock__catch--opencampus .btn {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .topBlock__catch--opencampus .btn {
    width: 200px;
  }
}
@media screen and (max-width: 620px) {
  .topBlock__catch--opencampus .btn {
    width: 160px;
    margin-left: 0;
    text-align: left;
  }
}
.topBlock__catch--main {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .topBlock__catch--main {
    margin-bottom: 2px;
  }
}
.topBlock__catch--main img {
  vertical-align: bottom;
}
@media screen and (max-width: 801px) {
  .topBlock__catch--main img {
    max-width: 85%;
    height: auto;
  }
}
.topBlock__catch &gt; span {
  display: inline-block;
  padding: 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
  text-shadow: #000 1px 0 8px;
}
@media screen and (max-width: 767px) {
  .topBlock__catch &gt; span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.topBlock__catch &gt; span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .topBlock__catch &gt; span br {
    display: inline-block;
  }
}
.topBlock__catch--link {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
}
.topBlock__catch--link a {
  font-size: 1.6rem;
  color: #fff;
  background-color: #802358;
  padding: 13px 42px 13px 24px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.topBlock__catch--link a::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px;
  margin-right: 15px;
}
.topBlock__links {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topBlock__links {
    flex-wrap: wrap;
  }
}
.topBlock__links .litem {
  position: relative;
  display: block;
  border-left: 1px #E5E7ED solid;
  border-bottom: 1px #E5E7ED solid;
  color: #3e3e3e;
  transition: background 0.3s;
  width: 25%;
  overflow: hidden;
}
.topBlock__links .litem -col3 {
  width: 33.3333333333%;
}
.topBlock__links .litem -col4 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .topBlock__links .litem {
    width: 50%;
  }
}
.topBlock__links .litem:hover {
  background-color: #E6D3DE;
}
.topBlock__links .litem__thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 64%;
  position: relative;
}
.topBlock__links .litem__badge {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  background-color: #802358;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.topBlock__links .litem__body {
  padding: 26px 30px 30px;
}
@media screen and (max-width: 1024px) {
  .topBlock__links .litem__body {
    padding: 16px 12px 20px;
  }
}
@media screen and (max-width: 375px) {
  .topBlock__links .litem__body {
    min-height: 112px;
  }
  .topBlock__links .litem__body.mod--freeHeight {
    min-height: auto;
  }
}
.topBlock__links .litem__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 1050px) {
  .topBlock__links .litem__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__links .litem__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.topBlock__links .litem__title span {
  display: inline-block;
}
.topBlock__links .litem__title .mod--little_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .topBlock__links .litem__title .mod--little_txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.topBlock__links .litem__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .topBlock__links .litem__lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__links .litem__lead {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.topBlock__links .litem .pcBlock {
  display: inline-block;
}
.topBlock__links .litem.mod--news .litem__body {
  min-height: 185px;
}
@media screen and (max-width: 767px) {
  .topBlock__links .litem.mod--news .litem__body {
    min-height: 130px;
  }
}
.topBlock__links .litem.mod--news .litem__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topBlock__links .litem.mod--news .litem__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.topBlock__links .litem:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.topBlock__links .litem:hover:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 375px) {
  .topBlock__links.mod--freeHeight .litem__body {
    min-height: auto;
  }
}
.topBlock__links.mod--Carousel {
  display: block;
}
@media screen and (max-width: 767px) {
  .topBlock__links.mod--Carousel .litem {
    width: 50%;
  }
}
.topBlock__links.mod--noCarousel {
  display: flex;
}
.topBlock__events {
  display: flex;
  align-items: stretch;
}
.topBlock__events .eitem {
  width: 50%;
  position: relative;
  border-left: 1px #E5E7ED solid;
  border-bottom: 1px #E5E7ED solid;
  /*padding-bottom: 65px;*/
  padding-bottom: 3.4vw;
}
@media screen and (max-width: 767px) {
  .topBlock__events .eitem {
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 375px) {
  .topBlock__events .eitem {
    padding-bottom: 42px;
  }
}
.topBlock__events .eitem h3 {
  text-align: center;
  font-size: 1.7vw;
  line-height: 1.2;
  padding-bottom: 46px;
}
@media screen and (max-width: 1280px) {
  .topBlock__events .eitem h3 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1100px) {
  .topBlock__events .eitem h3 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__events .eitem h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 12px;
  }
}
.topBlock__events .eitem h4 {
  /*font-size: 25px;
  font-size: 2.5rem;*/
  font-size: 1.3vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.4vw;
}
@media screen and (max-width: 1500px) {
  .topBlock__events .eitem h4 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .topBlock__events .eitem h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1100px) {
  .topBlock__events .eitem h4 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__events .eitem h4 {
    font-size: 1.6rem;
  }
}
.topBlock__events .eitem p {
  display: inline-block;
  width: 100%;
  /*font-size: 16px;
  font-size: 1.6rem;*/
  font-size: 1.1vw;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 1280px) {
  .topBlock__events .eitem p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1100px) {
  .topBlock__events .eitem p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__events .eitem p {
    font-size: 1.2rem;
  }
}
.topBlock__events .eitem p.time {
  text-align: left;
}
.topBlock__events .eitem a {
  display: block;
  color: #FFF;
}
.topBlock__events .eitem__header {
  color: #FFF;
  /*padding: 46px 28px 0;*/
  padding: 3.4vw 1vw 0;
  /*min-height: 90px;*/
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .topBlock__events .eitem__header {
    padding: 4.4vw 1vw 0;
  }
}
@media screen and (max-width: 1100px) {
  .topBlock__events .eitem__header {
    padding: 4.8vw 1vw 0;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__events .eitem__header {
    min-height: 50px;
    padding: 12px 10px 0;
  }
}
.topBlock__events .eitem__header h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding-bottom: 0;
}
.topBlock__events .eitem__body {
  color: #FFF;
  /*padding: 24px 28px 10px;*/
  padding: 1.4vw 2vw 1.2vw;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 90%;
  margin: 0px auto 5%;
  border-radius: 10px;
  /*&amp;::before {
    content:"";
    width: calc( 100% - 56px );
    display: block;
    height:1px;
    background-color:#FFF;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }*/
}
@media screen and (max-width: 767px) {
  .topBlock__events .eitem__body {
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .topBlock__events .eitem__body {
    min-height: 112px;
  }
}
.topBlock__events .eitem__footer {
  background-color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topBlock__events .eitem__footer {
    padding: 12px 10px;
  }
}
.topBlock__events .eitem__footer a {
  position: relative;
  color: #3D3D3D;
  /*padding: 24px 28px;*/
  padding: 1.3vw 2vw;
}
@media screen and (max-width: 375px) {
  .topBlock__events .eitem__footer a {
    font-size: 1.4rem;
    padding: 0;
  }
}
.topBlock__events .eitem__footer a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 8px;
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}
@media screen and (max-width: 375px) {
  .topBlock__events .eitem__footer a:after {
    right: 0;
  }
}
.topBlock__events .eitem.mod--jh {
  background-color: #E68C8C;
}
.topBlock__events .eitem.mod--jh .eitem__header {
  background-color: #E68C8C;
}
.topBlock__events .eitem.mod--jh .eitem__body {
  background-color: #FFFFFF;
  color: #E68C8C;
}
.topBlock__events .eitem.mod--hs {
  background-color: #59C9D2;
}
.topBlock__events .eitem.mod--hs .eitem__header {
  background-color: #59C9D2;
}
.topBlock__events .eitem.mod--hs .eitem__body {
  background-color: #fff;
  color: #59C9D2;
}
.topBlock__stay1col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .topBlock__stay1col {
    display: block;
  }
}
.topBlock__stay1col .topBlock__links {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .topBlock__stay1col .topBlock__links {
    width: 100%;
  }
}
.topBlock__stay1col .topBlock__links .litem {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .topBlock__stay1col .topBlock__links .litem {
    width: 50%;
  }
}
.topBlock__stay1col .topBlock__links.mod--stay1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .topBlock__stay1col .topBlock__links.mod--stay1 {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.topBlock__stay1col .topBlock__links.mod--stay1 .litem {
  width: 100%;
}
.topBlock__twocol {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topBlock__twocol {
    display: block;
  }
}
.topBlock__twocol .topBlock__links {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .topBlock__twocol .topBlock__links {
    width: 100%;
  }
}
.topBlock__twocol .topBlock__links .litem {
  width: 50%;
}
.topBlock__twocol .topBlock__events {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .topBlock__twocol .topBlock__events {
    width: 100%;
  }
}
.topBlock__subarea {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 155px;
  padding-bottom: 94px;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .topBlock__subarea {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__subarea {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 374px) {
  .topBlock__subarea {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.topBlock__cmenu {
  display: block;
  position: absolute;
  top: -85px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .topBlock__cmenu {
    padding-left: 10px;
    padding-right: 10px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__cmenu {
    top: -30px;
  }
}
@media screen and (max-width: 410px) {
  .topBlock__cmenu {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.topBlock__cmenu ul {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 982px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .topBlock__cmenu ul {
    justify-content: center;
  }
}
@media screen and (max-width: 410px) {
  .topBlock__cmenu ul {
    justify-content: space-between;
  }
}
.topBlock__cmenu ul li {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .topBlock__cmenu ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 410px) {
  .topBlock__cmenu ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
.topBlock__cmenu ul li a {
  position: relative;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #802358;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40%;
  color: #FFF;
  overflow: hidden;
}
.topBlock__cmenu ul li a::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: height 0.2s ease;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topBlock__cmenu ul li a {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__cmenu ul li a {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 410px) {
  .topBlock__cmenu ul li a {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 374px) {
  .topBlock__cmenu ul li a {
    width: 95px;
    height: 95px;
  }
}
html.noTouchDevice .topBlock__cmenu ul li a:hover::after {
  height: 100%;
}
.topBlock__cmenu ul li a span {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .topBlock__cmenu ul li a span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .topBlock__cmenu ul li a span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 374px) {
  .topBlock__cmenu ul li a span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.topBlock__movie {
  width: 100vw;
  min-height: 56.25vw;
  position: relative;
  z-index: 1;
}
.topBlock__movie #yt-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topBlock__movie a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: none;
}

.topSlideBlock {
  width: 100%;
  z-index: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}
.topSlideBlock__mainImg {
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__mainImg {
    border-top: none;
  }
}
.topSlideBlock__mainImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: url("/img/top/topmain_mask.png") left top repeat-x;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__mainImg::after {
    display: none;
  }
}
.topSlideBlock__Carousel {
  width: 100%;
  z-index: 1;
  height: 51.2445095168vw;
  max-height: 700px;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__Carousel {
    height: 93.3333333333vw;
  }
}
.topSlideBlock__Carousel .mod--item {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}
.topSlideBlock__Carousel .mod--item a, .topSlideBlock__Carousel .mod--item span {
  display: block;
  width: 100%;
}
.topSlideBlock__Carousel .mod--item .slide-pc,
.topSlideBlock__Carousel .mod--item .slide-sp {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.topSlideBlock__Carousel .mod--item .slide-pc::before,
.topSlideBlock__Carousel .mod--item .slide-sp::before {
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
.topSlideBlock__Carousel .mod--item .slide-pc {
  display: block;
}
@media screen and (min-width: 1921px) {
  .topSlideBlock__Carousel .mod--item .slide-pc {
    background-size: 1920px auto;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__Carousel .mod--item .slide-pc {
    display: none;
  }
}
.topSlideBlock__Carousel .mod--item .slide-pc::before {
  content: url("/img/top/slide/slide_mask_pc.png");
  max-width: 1920px;
  height: 51.2445095168vw;
  max-height: 700px;
}
@media screen and (max-width: 1920px) {
  .topSlideBlock__Carousel .mod--item .slide-pc::before {
    width: 100%;
  }
}
.topSlideBlock__Carousel .mod--item .slide-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__Carousel .mod--item .slide-sp {
    display: block;
  }
}
.topSlideBlock__Carousel .mod--item .slide-sp::before {
  content: url("/img/top/slide/slide_mask_sp.png");
  height: 93.3333333333vw;
}
.topSlideBlock__txt--profile {
  position: absolute;
  bottom: 10px;
  right: 24%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__txt--profile {
    width: 230px;
    right: 5%;
  }
}
@media screen and (max-width: 520px) {
  .topSlideBlock__txt--profile {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__txt--profile img {
    width: 100%;
    height: auto;
  }
}
.topSlideBlock__catch {
  width: 100%;
  color: #FFF;
  text-align: center;
  z-index: 10;
}
.topSlideBlock__catch--opencampus {
  text-align: center;
  margin-left: 24%;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__catch--opencampus {
    margin-left: 12%;
  }
}
@media screen and (max-width: 620px) {
  .topSlideBlock__catch--opencampus {
    top: 42%;
    margin-left: 25px;
  }
}
.topSlideBlock__catch--opencampus span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.topSlideBlock__catch--opencampus span img {
  width: 100%;
  height: auto;
}
.topSlideBlock__catch--opencampus .logo {
  margin-bottom: 30px;
  width: 558px;
}
@media screen and (max-width: 1300px) {
  .topSlideBlock__catch--opencampus .logo {
    margin-bottom: 20px;
    width: 445px;
  }
}
@media screen and (max-width: 900px) {
  .topSlideBlock__catch--opencampus .logo {
    margin-bottom: 15px;
    width: 354px;
  }
}
@media screen and (max-width: 620px) {
  .topSlideBlock__catch--opencampus .logo {
    margin-bottom: 10px;
    width: 249px;
  }
}
.topSlideBlock__catch--opencampus .btn {
  width: 250px;
}
@media screen and (max-width: 1300px) {
  .topSlideBlock__catch--opencampus .btn {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .topSlideBlock__catch--opencampus .btn {
    width: 200px;
  }
}
@media screen and (max-width: 620px) {
  .topSlideBlock__catch--opencampus .btn {
    width: 160px;
    margin-left: 0;
    text-align: left;
  }
}
.topSlideBlock__catch--main {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.topSlideBlock__catch--main img {
  vertical-align: bottom;
}
@media screen and (max-width: 801px) {
  .topSlideBlock__catch--main img {
    max-width: 85%;
    height: auto;
  }
}
.topSlideBlock__catch--main &gt; span {
  display: inline-block;
  padding: 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
  text-shadow: #000 1px 0 8px;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__catch--main &gt; span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.topSlideBlock__catch--main &gt; span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__catch--main &gt; span br {
    display: inline-block;
  }
}
.topSlideBlock__catch--link {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
}
.topSlideBlock__catch--link a {
  font-size: 1.6rem;
  color: #fff;
  background-color: #802358;
  padding: 13px 42px 13px 24px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.topSlideBlock__catch--link a::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px;
  margin-right: 15px;
}
.topSlideBlock__links {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links {
    flex-wrap: wrap;
  }
}
.topSlideBlock__links .litem {
  position: relative;
  display: block;
  border-left: 1px #E5E7ED solid;
  border-bottom: 1px #E5E7ED solid;
  color: #3e3e3e;
  transition: background 0.3s;
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links .litem {
    width: 50%;
  }
}
.topSlideBlock__links .litem:hover {
  background-color: #E6D3DE;
}
.topSlideBlock__links .litem__thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 64%;
  position: relative;
}
.topSlideBlock__links .litem__badge {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  background-color: #802358;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.topSlideBlock__links .litem__body {
  padding: 26px 30px 30px;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__links .litem__body {
    padding: 16px 12px 20px;
  }
}
@media screen and (max-width: 375px) {
  .topSlideBlock__links .litem__body {
    min-height: 112px;
  }
  .topSlideBlock__links .litem__body.mod--freeHeight {
    min-height: auto;
  }
}
.topSlideBlock__links .litem__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 1050px) {
  .topSlideBlock__links .litem__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links .litem__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.topSlideBlock__links .litem__title span {
  display: inline-block;
}
.topSlideBlock__links .litem__title .mod--little_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links .litem__title .mod--little_txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.topSlideBlock__links .litem__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__links .litem__lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links .litem__lead {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.topSlideBlock__links .litem .pcBlock {
  display: inline-block;
}
.topSlideBlock__links .litem.mod--news .litem__body {
  min-height: 185px;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links .litem.mod--news .litem__body {
    min-height: 130px;
  }
}
.topSlideBlock__links .litem.mod--news .litem__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links .litem.mod--news .litem__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.topSlideBlock__links .litem:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.topSlideBlock__links .litem:hover:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 375px) {
  .topSlideBlock__links.mod--freeHeight .litem__body {
    min-height: auto;
  }
}
.topSlideBlock__links.mod--Carousel {
  display: block;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__links.mod--Carousel .litem {
    width: 50%;
  }
}
.topSlideBlock__links.mod--noCarousel {
  display: flex;
}
.topSlideBlock__events {
  display: flex;
  align-items: stretch;
}
.topSlideBlock__events .eitem {
  width: 50%;
  position: relative;
  border-left: 1px #E5E7ED solid;
  border-bottom: 1px #E5E7ED solid;
  /*padding-bottom: 65px;*/
  padding-bottom: 3.4vw;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__events .eitem {
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 375px) {
  .topSlideBlock__events .eitem {
    padding-bottom: 42px;
  }
}
.topSlideBlock__events .eitem h3 {
  text-align: center;
  font-size: 1.7vw;
  line-height: 1.2;
  padding-bottom: 46px;
}
@media screen and (max-width: 1280px) {
  .topSlideBlock__events .eitem h3 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1100px) {
  .topSlideBlock__events .eitem h3 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__events .eitem h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 12px;
  }
}
.topSlideBlock__events .eitem h4 {
  /*font-size: 25px;
  font-size: 2.5rem;*/
  font-size: 1.3vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.4vw;
}
@media screen and (max-width: 1500px) {
  .topSlideBlock__events .eitem h4 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .topSlideBlock__events .eitem h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1100px) {
  .topSlideBlock__events .eitem h4 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__events .eitem h4 {
    font-size: 1.6rem;
  }
}
.topSlideBlock__events .eitem p {
  display: inline-block;
  width: 100%;
  /*font-size: 16px;
  font-size: 1.6rem;*/
  font-size: 1.1vw;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 1280px) {
  .topSlideBlock__events .eitem p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1100px) {
  .topSlideBlock__events .eitem p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__events .eitem p {
    font-size: 1.2rem;
  }
}
.topSlideBlock__events .eitem p.time {
  text-align: left;
}
.topSlideBlock__events .eitem a {
  display: block;
  color: #FFF;
}
.topSlideBlock__events .eitem__header {
  color: #FFF;
  /*padding: 46px 28px 0;*/
  padding: 3.4vw 1vw 0;
  /*min-height: 90px;*/
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .topSlideBlock__events .eitem__header {
    padding: 4.4vw 1vw 0;
  }
}
@media screen and (max-width: 1100px) {
  .topSlideBlock__events .eitem__header {
    padding: 4.8vw 1vw 0;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__events .eitem__header {
    min-height: 50px;
    padding: 12px 10px 0;
  }
}
.topSlideBlock__events .eitem__header h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding-bottom: 0;
}
.topSlideBlock__events .eitem__body {
  color: #FFF;
  /*padding: 24px 28px 10px;*/
  padding: 1.4vw 2vw 1.2vw;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 90%;
  margin: 0px auto 5%;
  border-radius: 10px;
  /*&amp;::before {
    content:"";
    width: calc( 100% - 56px );
    display: block;
    height:1px;
    background-color:#FFF;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }*/
}
@media screen and (max-width: 767px) {
  .topSlideBlock__events .eitem__body {
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .topSlideBlock__events .eitem__body {
    min-height: 112px;
  }
}
.topSlideBlock__events .eitem__footer {
  background-color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__events .eitem__footer {
    padding: 12px 10px;
  }
}
.topSlideBlock__events .eitem__footer a {
  position: relative;
  color: #3D3D3D;
  /*padding: 24px 28px;*/
  padding: 1.3vw 2vw;
}
@media screen and (max-width: 375px) {
  .topSlideBlock__events .eitem__footer a {
    font-size: 1.4rem;
    padding: 0;
  }
}
.topSlideBlock__events .eitem__footer a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 8px;
  background-image: url(/img/common/ic_link_arrow_nichukou.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}
@media screen and (max-width: 375px) {
  .topSlideBlock__events .eitem__footer a:after {
    right: 0;
  }
}
.topSlideBlock__events .eitem.mod--jh {
  background-color: #E68C8C;
}
.topSlideBlock__events .eitem.mod--jh .eitem__header {
  background-color: #E68C8C;
}
.topSlideBlock__events .eitem.mod--jh .eitem__body {
  background-color: #FFFFFF;
  color: #E68C8C;
}
.topSlideBlock__events .eitem.mod--hs {
  background-color: #59C9D2;
}
.topSlideBlock__events .eitem.mod--hs .eitem__header {
  background-color: #59C9D2;
}
.topSlideBlock__events .eitem.mod--hs .eitem__body {
  background-color: #fff;
  color: #59C9D2;
}
.topSlideBlock__stay1col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__stay1col {
    display: block;
  }
}
.topSlideBlock__stay1col .topSlideBlock__links {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__stay1col .topSlideBlock__links {
    width: 100%;
  }
}
.topSlideBlock__stay1col .topSlideBlock__links .litem {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__stay1col .topSlideBlock__links .litem {
    width: 50%;
  }
}
.topSlideBlock__stay1col .topSlideBlock__links.mod--stay1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__stay1col .topSlideBlock__links.mod--stay1 {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.topSlideBlock__stay1col .topSlideBlock__links.mod--stay1 .litem {
  width: 100%;
}
.topSlideBlock__twocol {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__twocol {
    display: block;
  }
}
.topSlideBlock__twocol .topSlideBlock__links {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__twocol .topSlideBlock__links {
    width: 100%;
  }
}
.topSlideBlock__twocol .topSlideBlock__links .litem {
  width: 50%;
}
.topSlideBlock__twocol .topSlideBlock__events {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .topSlideBlock__twocol .topSlideBlock__events {
    width: 100%;
  }
}
.topSlideBlock__subarea {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 155px;
  padding-bottom: 94px;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__subarea {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__subarea {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 374px) {
  .topSlideBlock__subarea {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.topSlideBlock__cmenu {
  display: block;
  position: absolute;
  top: -85px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__cmenu {
    padding-left: 10px;
    padding-right: 10px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__cmenu {
    top: -30px;
  }
}
@media screen and (max-width: 410px) {
  .topSlideBlock__cmenu {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.topSlideBlock__cmenu ul {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 982px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__cmenu ul {
    justify-content: center;
  }
}
@media screen and (max-width: 410px) {
  .topSlideBlock__cmenu ul {
    justify-content: space-between;
  }
}
.topSlideBlock__cmenu ul li {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__cmenu ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 410px) {
  .topSlideBlock__cmenu ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
.topSlideBlock__cmenu ul li a {
  position: relative;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #802358;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40%;
  color: #FFF;
  overflow: hidden;
}
.topSlideBlock__cmenu ul li a::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: height 0.2s ease;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__cmenu ul li a {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__cmenu ul li a {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 410px) {
  .topSlideBlock__cmenu ul li a {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 374px) {
  .topSlideBlock__cmenu ul li a {
    width: 95px;
    height: 95px;
  }
}
html.noTouchDevice .topSlideBlock__cmenu ul li a:hover::after {
  height: 100%;
}
.topSlideBlock__cmenu ul li a span {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .topSlideBlock__cmenu ul li a span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .topSlideBlock__cmenu ul li a span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 374px) {
  .topSlideBlock__cmenu ul li a span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.topSlideBlock__movie {
  width: 100vw;
  min-height: 56.25vw;
  position: relative;
  z-index: 1;
}
.topSlideBlock__movie #yt-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topSlideBlock__movie a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: none;
}
.topSlideBlock .flickity-page-dots {
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .topSlideBlock .flickity-page-dots {
    bottom: 10px;
  }
}
.topSlideBlock .flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin: 0 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  position: relative;
}
.topSlideBlock .flickity-page-dots .dot::before {
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  vertical-align: bottom;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #333;
  border-radius: 50%;
  opacity: 0.25;
}
.topSlideBlock .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.topSlideBlock .flickity-page-dots .dot.is-selected::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .topSlideBlock .flickity-prev-next-button {
    display: none;
  }
}

.wrapper.top .headBlock {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .wrapper.top .headBlock {
    position: relative;
  }
}

.scheduleBlock {
  background-color: #F7F7F7;
}
.scheduleBlock__inner {
  max-width: 860px;
  padding: 70px 10px 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .scheduleBlock__inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.scheduleBlock h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #802358;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .scheduleBlock h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.scheduleBlock .sideScheBlock__ti {
  display: none;
}

.bnrBlock .__inner {
  padding: 77px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 574px) {
  .bnrBlock .__inner {
    padding: 30px 0;
  }
}
.entriesBlock .bnrBlock .__inner {
  padding: 0;
}
.bnrBlock:nth-child(2n+1) .__inner {
  background-color: #ffffff;
}
.blockLink__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blockLink__btn, .blockLink__li {
  display: inline-block;
  width: 24%;
  background-color: #F2E9EE;
  padding: 13px 15px 13px 50px;
  margin-right: 1.3333333333%;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4px;
  text-align: left;
  position: relative;
}
.blockLink__btn:nth-child(4n), .blockLink__li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .blockLink__btn, .blockLink__li {
    width: 32%;
    margin-right: 2%;
  }
  .blockLink__btn:nth-child(4n), .blockLink__li:nth-child(4n) {
    margin-right: 2%;
  }
  .blockLink__btn:nth-child(3n), .blockLink__li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .blockLink__btn, .blockLink__li {
    width: 49%;
    margin-right: 2%;
  }
  .blockLink__btn:nth-child(4n), .blockLink__btn:nth-child(3n), .blockLink__li:nth-child(4n), .blockLink__li:nth-child(3n) {
    margin-right: 2%;
  }
  .blockLink__btn:nth-child(2n), .blockLink__li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .blockLink__btn, .blockLink__li {
    width: 100%;
    margin-right: 0;
  }
  .blockLink__btn:nth-child(4n), .blockLink__btn:nth-child(3n), .blockLink__btn:nth-child(2n), .blockLink__li:nth-child(4n), .blockLink__li:nth-child(3n), .blockLink__li:nth-child(2n) {
    margin-right: 0;
  }
}
html.noTouchDevice .blockLink__btn:hover, html.noTouchDevice .blockLink__li:hover {
  background-color: #E6D3DE;
}
html.noTouchDevice .blockLink__btn:hover::after, html.noTouchDevice .blockLink__li:hover::after {
  left: 20px;
}
.blockLink__btn::after, .blockLink__li::after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
  transition: left 0.2s ease;
}
.blockLink__btn[target=_blank]::after, .blockLink__li[target=_blank]::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M1.8%2C0V8.8H12.6V0Zm10%2C8.05H2.55V.75h9.3ZM.75%2C1.8H0v8.8H10.8V9.85H.75Z%22%2F%3E%3C%2Fsvg%3E");
}
.blockLink__btn.mod--icon-tw::before, .blockLink__btn.mod--icon-fb::before, .blockLink__li.mod--icon-tw::before, .blockLink__li.mod--icon-fb::before {
  content: "";
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  text-indent: -9999px;
  background-color: #802358;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  float: right;
}
.blockLink__btn.mod--icon-tw::before, .blockLink__li.mod--icon-tw::before {
  background-image: url("/img/common/ic_twitter-app-symbol.svg");
  background-size: auto 15px;
  background-color: #1DA1F2;
}
.blockLink__btn.mod--icon-fb::before, .blockLink__li.mod--icon-fb::before {
  background-image: url("/img/common/ic_facebook-app-symbol.svg");
  background-size: auto 15px;
  background-color: #1A77F2;
}
.blockLink__btn p, .blockLink__li p {
  margin-bottom: 0;
}
.blockLink__btn.mod--fb_link, .blockLink__li.mod--fb_link {
  background-color: #fff;
  color: #1C79F0;
  border: 2px solid #1C79F0;
  padding: 10px;
}
.blockLink__btn.mod--fb_link::before, .blockLink__li.mod--fb_link::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.blockLink__btn.mod--fb_link:after, .blockLink__li.mod--fb_link:after {
  display: none;
}
.blockLink__btn.mod--fb_link p, .blockLink__li.mod--fb_link p {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 0;
}
.blockLink__btn.mod--fb_link:hover, .blockLink__li.mod--fb_link:hover {
  background-color: #F6FAFE !important;
}
.blockLink__btn {
  width: auto;
  min-width: 80%;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .blockLink__btn {
    width: auto;
    margin-right: 0;
  }
  .blockLink__btn:nth-child(4n), .blockLink__btn:nth-child(3n), .blockLink__btn:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .blockLink__btn {
    width: auto;
    margin-right: 0;
  }
  .blockLink__btn:nth-child(4n), .blockLink__btn:nth-child(3n), .blockLink__btn:nth-child(2n) {
    margin-right: 0;
  }
}

#youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-area {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  z-index: 3;
}

.youtube__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

#mute {
  z-index: 4;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 30px;
  padding: 30px;
}

/*
.recBlock .js-movie{
	display: none;
}
*/
.muteOff {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22icon%22%20style%3D%22%22%20viewBox%3D%220%200%201000%201000%22%20x%3D%220px%22%20y%3D%220px%22%20xmlns%3Axml%3D%22http%3A%2F%2Fwww.w3.org%2FXML%2F1998%2Fnamespace%22%20xml%3Aspace%3D%22preserve%22%20data-dpmaxz-wbid%3D%222781%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%2085.9%20134.1%20l%20196.1%20196.1%20L%20234.3%20360%20H%20100%20c%20-33.1%200%20-60%2026.9%20-60%2060%20v%20160%20c%200%2033.1%2026.9%2060%2060%2060%20h%20134.3%20L%20420%20756.1%20V%20468.3%20l%20145.8%20145.8%20c%20-7.3%2017.8%20-16.4%2035%20-27.1%2051.1%20l%2033.4%2022.1%20c%209%20-13.7%2017.1%20-28%2024%20-42.8%20l%20269.7%20269.7%20l%2028.3%20-28.3%20l%20-780%20-780%20L%2085.9%20134.1%20Z%20M%20380%20683.9%20L%20245.7%20600%20H%20100%20c%20-11%200%20-20%20-9%20-20%20-20%20V%20420%20c%200%20-11%209%20-20%2020%20-20%20h%20145.7%20l%2065.2%20-40.8%20l%2069%2069%20V%20683.9%20Z%20M%20702.9%20324.8%20c%20-12.8%20-30.2%20-28.7%20-58.8%20-47.6%20-85.3%20l%2033.7%20-21.6%20c%2020.1%2028.5%2037%2059%2050.7%2091.3%20c%2025.6%2060.4%2038.5%20124.6%2038.5%20190.7%20c%200%2062%20-11.4%20122.4%20-33.9%20179.5%20l%20-31.1%20-31.1%20c%2016.6%20-47.5%2025%20-97.3%2025%20-148.4%20C%20738.2%20439.2%20726.3%20380.3%20702.9%20324.8%20Z%20M%20588.2%20500%20c%200%20-65.5%20-20.8%20-127.7%20-59.3%20-179.2%20l%2033.7%20-21.7%20c%2015.6%2021.2%2028.6%2044.1%2038.9%2068.5%20c%2017.7%2041.9%2026.7%2086.5%2026.7%20132.3%20c%200%2019.7%20-1.7%2039.2%20-5%2058.4%20l%20-35.9%20-35.9%20C%20587.9%20515.1%20588.2%20507.6%20588.2%20500%20Z%20M%20841.1%20266.5%20c%20-16.2%20-38.2%20-36%20-74.3%20-59.5%20-108.1%20l%2033.7%20-21.6%20c%2024.6%2035.7%2045.6%2073.8%2062.6%20114.1%20c%2033.4%2078.9%2050.3%20162.7%2050.3%20249.1%20s%20-16.9%20170.2%20-50.3%20249.1%20c%20-6.3%2014.8%20-13.1%2029.3%20-20.4%2043.6%20l%20-29.8%20-29.8%20c%204.7%20-9.6%209.2%20-19.4%2013.3%20-29.3%20c%2031.3%20-74%2047.1%20-152.5%2047.1%20-233.5%20S%20872.4%20340.4%20841.1%20266.5%20Z%20M%20420%20355.1%20l%20-68.5%20-68.5%20l%2068.5%20-42.8%20V%20355.1%20Z%22%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.muteOn {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22icon%22%20style%3D%22%22%20viewBox%3D%220%200%201000%201000%22%20x%3D%220px%22%20y%3D%220px%22%20xmlns%3Axml%3D%22http%3A%2F%2Fwww.w3.org%2FXML%2F1998%2Fnamespace%22%20xml%3Aspace%3D%22preserve%22%20data-dpmaxz-wbid%3D%222781%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%20100%20360%20c%20-33.1%200%20-60%2026.9%20-60%2060%20v%20160%20c%200%2033.1%2026.9%2060%2060%2060%20h%20134.3%20L%20420%20756.1%20V%20243.9%20L%20234.3%20360%20H%20100%20Z%20M%20380%20316.1%20v%20367.8%20L%20245.7%20600%20H%20100%20c%20-11%200%20-20%20-9%20-20%20-20%20V%20420%20c%200%20-11%209%20-20%2020%20-20%20h%20145.7%20L%20380%20316.1%20Z%20M%20739.7%20309.3%20c%2025.6%2060.4%2038.5%20124.6%2038.5%20190.7%20s%20-13%20130.3%20-38.5%20190.7%20c%20-13.7%2032.4%20-30.7%2062.9%20-50.7%2091.3%20l%20-33.7%20-21.6%20c%2018.9%20-26.5%2034.8%20-55%2047.6%20-85.3%20c%2023.5%20-55.5%2035.4%20-114.4%2035.4%20-175.2%20s%20-11.9%20-119.7%20-35.4%20-175.2%20c%20-12.8%20-30.2%20-28.7%20-58.8%20-47.6%20-85.3%20l%2033.7%20-21.6%20C%20709.1%20246.4%20726%20276.9%20739.7%20309.3%20Z%20M%20601.5%20367.7%20c%2017.7%2041.9%2026.7%2086.5%2026.7%20132.3%20s%20-9%2090.4%20-26.7%20132.3%20c%20-10.3%2024.4%20-23.4%2047.3%20-38.9%2068.5%20l%20-33.7%20-21.7%20c%2038.5%20-51.5%2059.3%20-113.7%2059.3%20-179.2%20s%20-20.8%20-127.7%20-59.3%20-179.2%20l%2033.7%20-21.7%20C%20578.1%20320.3%20591.2%20343.2%20601.5%20367.7%20Z%20M%20928.2%20500%20c%200%2086.4%20-16.9%20170.2%20-50.3%20249.1%20c%20-17%2040.3%20-38%2078.4%20-62.6%20114.1%20l%20-33.7%20-21.6%20c%2023.4%20-33.8%2043.3%20-69.9%2059.5%20-108.1%20c%2031.3%20-74%2047.1%20-152.5%2047.1%20-233.5%20s%20-15.9%20-159.6%20-47.1%20-233.5%20c%20-16.2%20-38.2%20-36%20-74.3%20-59.5%20-108.1%20l%2033.7%20-21.6%20c%2024.6%2035.7%2045.6%2073.8%2062.6%20114.1%20C%20911.3%20329.8%20928.2%20413.6%20928.2%20500%20Z%22%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.chukou .topBlock__Carousel {
  display: none;
}

.chukou .topBlock__catch.movie {
  top: 70%;
}
.chukou .topBlock__mainImg::before {
  z-index: 4;
}
.chukou .topBlock__mainImg .js-movie {
  display: none;
}

@media screen and (max-width: 768px) {
  .chukou .topBlock__Carousel {
    display: block;
  }
  /*
  .recBlock .js-movie{
  	display: block;
  	z-index: 4;
  	position: absolute;
  	bottom: 20px;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: 32.6vw;
  	img{
  		width: 100%;
  	}
  	&amp;.top{
  		bottom: 10px;
  		width: 170px;
  		img{
  			width: 70px;
  			margin-bottom: 10px;
  		}
  		p{
  			font-size: 15px;
  			color: #000;
  			background-color: #fff;
  			opacity: 0.8;
  			padding: 10px;
  		}
  	}
  }
   */
  .chukou .topBlock__mainImg {
    border-top: 8px solid #802358;
  }
  .chukou .topBlock__mainImg .js-movie {
    display: block;
  }
  .chukou .js-movie {
    display: block;
    z-index: 4;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 32.6vw;
  }
  .chukou .js-movie img {
    width: 100%;
  }
  .chukou .js-movie.top {
    bottom: 10px;
    width: 170px;
  }
  .chukou .js-movie.top img {
    width: 70px;
    margin-bottom: 10px;
  }
  .chukou .js-movie.top p {
    font-size: 15px;
    color: #000;
    background-color: #fff;
    opacity: 0.8;
    padding: 10px;
  }
  #mute {
    display: none;
  }
  .youtube-area {
    display: none;
  }
  .chukou .topBlock__catch.movie {
    top: 50%;
  }
}
/*-----------------------
txFloat
------------------------*/
.txFloatItem {
  overflow: hidden;
}
.txFloatItem--lf {
  float: left;
  width: 66%;
}
.txFloatItem--lf .txFloatItem__flow {
  width: 50%;
}
.txFloatItem--rf {
  float: left;
  width: 100%;
}
.txFloatItem--rf .txFloatItem__flow {
  width: 100%;
}
.txFloatItem--four .txFloatItem__list {
  width: 256px;
  margin-left: 32px;
}
.txFloatItem--four .txFloatItem__list:nth-child(3n+1) {
  clear: none;
  margin-left: 32px;
}
.txFloatItem--four .txFloatItem__list:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.txFloatItem--four .txFloatItem__flow {
  width: 25%;
}
.txFloatItem--clear .txFloatItem__flow:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.txFloatItem__list {
  position: relative;
  float: left;
  width: 352px;
  margin-left: 32px;
  text-align: left;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.71429;
}
.txFloatItem__list:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.txFloatItem__list img {
  width: 100%;
}
.txFloatItem__flow {
  position: relative;
  float: left;
  width: 33%;
  padding-left: 15px;
  text-align: left;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.57143;
  margin: 4px 0;
}
.txFloatItem__flow:before {
  content: "?";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.txFloatItem__flow--full {
  clear: both;
  margin-left: 0;
  width: 100%;
}
.txFloatItem__flow__none {
  position: relative;
  float: left;
  width: 33%;
  padding-left: 15px;
  text-align: left;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.57143;
  margin: 4px 0;
  list-style: none;
}

.txFloatRight {
  float: left;
  width: 33%;
}
.txFloatRight__tx {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
.txFloatRight__img {
  margin-top: 20px;
}
.txFloatRight__img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .txFloatItem__flow,
  .txFloatItem .txFloatRight {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .txFloatItem__flow,
  .txFloatItem .txFloatRight {
    width: 100%;
  }
}
/*-----------------------
unMessageBlock
------------------------*/
.unMessageBlock {
  position: relative;
  padding: 35px;
  border: 6px solid #000;
  margin: 60px 0;
}
.unMessageBlock--kasei {
  border-color: #f4e4ec;
}
.unMessageBlock--bungei {
  border-color: #ebf2e6;
}
.unMessageBlock--kokusai {
  border-color: #e3e8f1;
}
.unMessageBlock--kango {
  border-color: #faeee2;
}
.unMessageBlock--seikatu {
  border-color: #fae6e3;
}
.unMessageBlock--bunka {
  border-color: #eaeef5;
}
.unMessageBlock__inner {
  position: relative;
  overflow: hidden;
}
.unMessageBlock__inner__tx {
  float: left;
  width: 850px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85714;
}
.unMessageBlock__inner__tx__sm {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.unMessageBlock__inner__img {
  float: right;
  width: 160px;
}
.unMessageBlock__inner__img img {
  width: 100%;
}

/*-----------------------
undergraduateBlock
------------------------*/
.undergraduateBlock {
  position: relative;
  margin-top: 40px;
}
.undergraduateBlock--kasei .undergraduateBlock__title {
  color: #EB6153;
}
.undergraduateBlock--kasei .undergraduateBlock__item {
  margin-top: 30px;
}
.undergraduateBlock--kasei .undergraduateBlock__item__list__link {
  border-color: #EB6153;
}
.undergraduateBlock--kasei .undergraduateBlock__item__list__link:hover {
  background: #f4e4ec;
  transition: background 0.3s ease;
}
.undergraduateBlock--kasei .undergraduateBlock__item__list__link__txt:before {
  background-image: url(/img/common/ar_ri_kasei.png);
  background-size: 7px 12px;
}
.undergraduateBlock--bungei .undergraduateBlock__title {
  color: #5BB647;
}
.undergraduateBlock--bungei .undergraduateBlock__item__list__link {
  border-color: #5BB647;
}
.undergraduateBlock--bungei .undergraduateBlock__item__list__link:hover {
  background: #ebf2e6;
  transition: background 0.3s ease;
}
.undergraduateBlock--bungei .undergraduateBlock__item__list__link__txt:before {
  background-image: url(/img/common/ar_ri_bungei.png);
  background-size: 7px 12px;
}
.undergraduateBlock--kokusai .undergraduateBlock__title {
  color: #A66AAA;
}
.undergraduateBlock--kokusai .undergraduateBlock__item__list__link {
  border-color: #A66AAA;
}
.undergraduateBlock--kokusai .undergraduateBlock__item__list__link:hover {
  background: #e3e8f1;
  transition: background 0.3s ease;
}
.undergraduateBlock--kokusai .undergraduateBlock__item__list__link__txt:before {
  background-image: url(/img/common/ar_ri_kokusai.png);
  background-size: 7px 12px;
}
.undergraduateBlock--kango .undergraduateBlock__title {
  color: #F08437;
}
.undergraduateBlock--kango .undergraduateBlock__item__list__link {
  border-color: #F08437;
}
.undergraduateBlock--kango .undergraduateBlock__item__list__link:hover {
  background: #faeee2;
  transition: background 0.3s ease;
}
.undergraduateBlock--kango .undergraduateBlock__item__list__link__txt:before {
  background-image: url(/img/common/ar_ri_kango.png);
  background-size: 7px 12px;
}
.undergraduateBlock--seikatu .undergraduateBlock__title {
  color: #EB6D94;
}
.undergraduateBlock--seikatu .undergraduateBlock__item__list__link {
  border-color: #EB6D94;
}
.undergraduateBlock--seikatu .undergraduateBlock__item__list__link:hover {
  background: #fae6e3;
  transition: background 0.3s ease;
}
.undergraduateBlock--seikatu .undergraduateBlock__item__list__link__txt:before {
  background-image: url(/img/common/ar_ri_seikatu.png);
  background-size: 7px 12px;
}
.undergraduateBlock--bunka .undergraduateBlock__title {
  color: #3ABBC9;
}
.undergraduateBlock--bunka .undergraduateBlock__item__list__link {
  border-color: #3ABBC9;
}
.undergraduateBlock--bunka .undergraduateBlock__item__list__link:hover {
  background: #eaeef5;
  transition: background 0.3s ease;
}
.undergraduateBlock--bunka .undergraduateBlock__item__list__link__txt:before {
  background-image: url(/img/common/ar_ri_bunka.png);
  background-size: 7px 12px;
}
.undergraduateBlock--exam .undergraduateBlock__item__list {
  float: left;
  width: 48%;
  margin: 0 0 0 4%;
}
.undergraduateBlock--exam .undergraduateBlock__item__list:nth-child(3n+1) {
  clear: both;
  margin-left: 4%;
}
.undergraduateBlock--exam .undergraduateBlock__item__list:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.undergraduateBlock--exam .undergraduateBlock__item__list__link {
  border-color: #d2545f;
}
.undergraduateBlock--exam .undergraduateBlock__item__list__link:hover {
  background: #fbc1c5;
  transition: background 0.3s ease;
}
.undergraduateBlock--exam .undergraduateBlock__item__list__link__txt:before {
  background-image: url(/img/common/ar_ri_red.png);
  background-size: 7px 12px;
}
.undergraduateBlock__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.undergraduateBlock__text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.14286;
}
.undergraduateBlock__item {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.undergraduateBlock__item__list {
  width: 32%;
  margin: 16px 0 16px 2%;
}
.undergraduateBlock__item__list--jd {
  width: 32%;
  margin: 16px 0 16px 2%;
}
.undergraduateBlock__item__list:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.undergraduateBlock__item__list__link {
  display: table;
  width: 100%;
  border: 2px solid #000000;
  background: #ffffff;
  transition: background 0.3s ease;
}
.undergraduateBlock__item__list__link--nb:hover {
  background: #ffffff !important;
  transition: none !important;
}
.undergraduateBlock__item__list__link__img {
  display: table-cell;
  padding: 10px;
  width: 120px;
  text-align: left;
}
.undergraduateBlock__item__list__link__img--jd {
  width: 90px;
  padding-right: 0;
}
.undergraduateBlock__item__list__link__img img {
  width: 100%;
  overflow: hidden;
}
.undergraduateBlock__item__list__link__txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  padding-left: 30px;
}
.undergraduateBlock__item__list__link__txt--jd {
  font-size: 1.4rem;
  line-height: 1.57143;
  padding-right: 10px;
}
.undergraduateBlock__item__list__link__txt--jd--noImg {
  padding-top: 36px;
  padding-bottom: 36px;
  margin: 0 15px;
  display: block;
}
.undergraduateBlock__item__list__link__txt--nb {
  padding-left: 20px;
}
.undergraduateBlock__item__list__link__txt--nb:before {
  display: none;
  opacity: 0;
}
.undergraduateBlock__item__list__link__txt:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
  background: url(/img/common/ar_ri_kasei.png) center center no-repeat;
  background-size: 7px 12px;
}
.undergraduateBlock__item__list__link--blank .undergraduateBlock__item__list__link__txt {
  padding-left: 35px;
}
.undergraduateBlock__item__list__link--blank .undergraduateBlock__item__list__link__txt:before {
  content: "";
  width: 16px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  background: url(/img/common/icn_blank_rd.png) left center no-repeat;
  background-size: 16px 14px;
}

@media screen and (max-width: 1280px) {
  .undergraduateBlock__item__list {
    width: 49%;
  }
  .undergraduateBlock__item__list:nth-child(even) {
    margin-left: 2%;
  }
  .undergraduateBlock__item__list:nth-child(odd) {
    margin-left: 0%;
  }
}
/*-----------------------
ugNewsBlock
------------------------*/
.ugNewsBlock {
  position: relative;
  border: 2px solid #d4d4d4;
  margin: 40px 0;
}
.ugNewsBlock--nm {
  margin-top: 0;
}
.ugNewsBlock__inner {
  padding: 20px 30px 50px 30px;
}
.ugNewsBlock__inner__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.ugNewsBlock__inner__btn__link {
  float: left;
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #d4d4d4;
  padding: 8px 16px;
  background: #ffffff;
  transition: background 0.3s ease;
}
.ugNewsBlock__inner__btn__link:before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: 0px;
  background: url(/img/common/ar_ri_black.png) center center no-repeat;
  background-size: 8px 12px;
  margin-right: 6px;
}
.ugNewsBlock__inner__btn__link:hover {
  background: #eeeeee;
  transition: background 0.3s ease;
}
.ugNewsBlock__inner__btn__rssLink {
  float: left;
  margin: 8px 30px 0;
  width: 50px;
  height: 20px;
}
.ugNewsBlock__inner__btn__rssLink:hover {
  opacity: 0.7;
}
.ugNewsBlock__inner__btn__rssLink img {
  width: 100%;
}

/*-----------------------
unColorItem
------------------------*/
.unColorItem {
  overflow: hidden;
  margin-top: 20px;
}
.unColorItem--kasei .unColorItem__list:first-child {
  border-right: 1px solid #EB6153;
}
.unColorItem--kasei .unColorItem__list:last-child {
  border-left: 1px solid #EB6153;
}
.unColorItem--bungei .unColorItem__list:first-child {
  border-right: 1px solid #5BB647;
}
.unColorItem--bungei .unColorItem__list:last-child {
  border-left: 1px solid #5BB647;
}
.unColorItem--kokusai .unColorItem__list:first-child {
  border-right: 1px solid #A66AAA;
}
.unColorItem--kokusai .unColorItem__list:last-child {
  border-left: 1px solid #A66AAA;
}
.unColorItem--kango .unColorItem__list:first-child {
  border-right: 1px solid #F08437;
}
.unColorItem--kango .unColorItem__list:last-child {
  border-left: 1px solid #F08437;
}
.unColorItem--business .unColorItem__list:first-child {
  border-right: 1px solid #569FD7;
}
.unColorItem--business .unColorItem__list:last-child {
  border-left: 1px solid #569FD7;
}
.unColorItem--ken_design .unColorItem__list:first-child {
  border-right: 1px solid #00B097;
}
.unColorItem--ken_design .unColorItem__list:last-child {
  border-left: 1px solid #00B097;
}
.unColorItem--seikatu .unColorItem__list:first-child {
  border-right: 1px solid #EB6D94;
}
.unColorItem--seikatu .unColorItem__list:last-child {
  border-left: 1px solid #EB6D94;
}
.unColorItem--bunka .unColorItem__list:first-child {
  border-right: 1px solid #3ABBC9;
}
.unColorItem--bunka .unColorItem__list:last-child {
  border-left: 1px solid #3ABBC9;
}
.unColorItem--two .unColorItem__list {
  float: left;
  width: 400px;
  margin-left: 32px;
  overflow: hidden;
}
.unColorItem__list {
  position: relative;
  float: left;
  width: 36%;
  text-align: left;
  padding: 18px 20px;
}
.unColorItem__list:first-child {
  width: 32%;
  padding-left: 0;
}
.unColorItem__list:last-child {
  width: 32%;
}
.unColorItem__list:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.unColorItem__list__ti {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #3e3e3e;
  line-height: 1.8;
}
.unColorItem__list__tx {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 9px;
}
.unColorItem__list__tx--flL {
  float: left;
  width: 160px;
}
.unColorItem__list__tx--flR {
  float: right;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .unColorItem__list {
    width: 100%;
  }
  .unColorItem__list:first-child {
    width: 100%;
    padding-left: 20px;
    border-right: 0;
  }
  .unColorItem__list:last-child {
    width: 100%;
    border-left: 0;
  }
  .unColorItem__list:nth-child(3n+1) {
    width: 100%;
    margin-left: auto;
  }
}

/*-----------------------
unShikakuBox
------------------------*/
.unShikakuBox {
  clear: both;
  position: relative;
  border: 2px solid #e5e5e5;
  padding: 30px;
}
.unShikakuBox--kasei .unShikakuBox__title {
  color: #EB6153;
}
.unShikakuBox--kasei .unShikakuBox__item__list__ti {
  background: #EB6153;
}
.unShikakuBox--bungei .unShikakuBox__title {
  color: #5BB647;
}
.unShikakuBox--bungei .unShikakuBox__item__list__ti {
  background: #5BB647;
}
.unShikakuBox--kokusai .unShikakuBox__title {
  color: #A66AAA;
}
.unShikakuBox--kokusai .unShikakuBox__item__list__ti {
  background: #A66AAA;
}
.unShikakuBox--kango .unShikakuBox__title {
  color: #F08437;
}
.unShikakuBox--kango .unShikakuBox__item__list__ti {
  background: #F08437;
}
.unShikakuBox--business .unShikakuBox__title {
  color: #569FD7;
}
.unShikakuBox--business .unShikakuBox__item__list__ti {
  background: #569FD7;
}
.unShikakuBox--ken_design .unShikakuBox__title {
  color: #00B097;
}
.unShikakuBox--ken_design .unShikakuBox__item__list__ti {
  background: #00B097;
}
.unShikakuBox--seikatu .unShikakuBox__title {
  color: #EB6D94;
}
.unShikakuBox--seikatu .unShikakuBox__item__list__ti {
  background: #EB6D94;
}
.unShikakuBox--bunka .unShikakuBox__title {
  color: #3ABBC9;
}
.unShikakuBox--bunka .unShikakuBox__item__list__ti {
  background: #3ABBC9;
}
.unShikakuBox__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.unShikakuBox__text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-top: 25px;
}
.unShikakuBox__item {
  overflow: hidden;
  margin-top: 15px;
}
.unShikakuBox__item__list {
  width: 48%;
  margin: 10px 0 0 4%;
}
.unShikakuBox__item__list:nth-child(2n+1) {
  margin-left: 0;
}
.unShikakuBox__item__list__ti {
  background: #000;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
.unShikakuBox__item__list__tx {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .unShikakuBox__item__list {
    width: 100%;
    margin-left: 0;
  }
}
/*-----------------------
unPatternBlock
------------------------*/
.unPatternBlock {
  position: relative;
  width: 100%;
}
.unPatternBlock--kasei1 {
  background: url(/img/academics/undergraduate/kasei/pattern_bg.png) center top repeat;
}
.unPatternBlock--kasei2 {
  background: url(/img/academics/undergraduate/kasei/pattern_bg2.png) center top repeat;
}
.unPatternBlock--bungei1 {
  background: url(/img/academics/undergraduate/bungei/pattern_bg.png) center top repeat;
}
.unPatternBlock--bungei2 {
  background: url(/img/academics/undergraduate/bungei/pattern_bg2.png) center top repeat;
}
.unPatternBlock--kokusai1 {
  background: url(/img/academics/undergraduate/kokusai/pattern_bg.png) center top repeat;
}
.unPatternBlock--kokusai2 {
  background: url(/img/academics/undergraduate/kokusai/pattern_bg2.png) center top repeat;
}
.unPatternBlock--kango1 {
  background: url(/img/academics/undergraduate/kango/pattern_bg.png) center top repeat;
}
.unPatternBlock--kango2 {
  background: url(/img/academics/undergraduate/kango/pattern_bg2.png) center top repeat;
}
.unPatternBlock--seikatu1 {
  background: url(/img/academics/junior_college/seikatu/pattern_bg.png) center top repeat;
}
.unPatternBlock--seikatu2 {
  background: url(/img/academics/junior_college/seikatu/pattern_bg2.png) center top repeat;
}
.unPatternBlock--bunka1 {
  background: url(/img/academics/junior_college/bunka/pattern_bg.png) center top repeat;
}
.unPatternBlock--bunka2 {
  background: url(/img/academics/junior_college/bunka/pattern_bg2.png) center top repeat;
}
.unPatternBlock__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 90px 20px 80px;
}

/*-----------------------
unFetureItem
------------------------*/
.unFetureItem {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.unFetureItem--kasei .unFetureItem__list__btn__link {
  background: #7b2e54;
}
.unFetureItem--kasei .unFetureItem__list__btn__link:hover {
  background: #EB6153;
  transition: background 0.3s ease;
}
.unFetureItem--bungei .unFetureItem__list__btn__link {
  background: #507234;
}
.unFetureItem--bungei .unFetureItem__list__btn__link:hover {
  background: #5BB647;
  transition: background 0.3s ease;
}
.unFetureItem--kokusai .unFetureItem__list__btn__link {
  background: #3b477d;
}
.unFetureItem--kokusai .unFetureItem__list__btn__link:hover {
  background: #A66AAA;
  transition: background 0.3s ease;
}
.unFetureItem--kango .unFetureItem__list__btn__link {
  background: #9a5d24;
}
.unFetureItem--kango .unFetureItem__list__btn__link:hover {
  background: #F08437;
  transition: background 0.3s ease;
}
.unFetureItem--business .unFetureItem__list__btn__link {
  background: #0f5d99;
}
.unFetureItem--business .unFetureItem__list__btn__link:hover {
  background: #569FD7;
  transition: background 0.3s ease;
}
.unFetureItem--ken_design .unFetureItem__list__btn__link {
  background: #004d41;
}
.unFetureItem--ken_design .unFetureItem__list__btn__link:hover {
  background: #00B097;
  transition: background 0.3s ease;
}
.unFetureItem--seikatu .unFetureItem__list__btn__link {
  background: #993828;
}
.unFetureItem--seikatu .unFetureItem__list__btn__link:hover {
  background: #EB6D94;
  transition: background 0.3s ease;
}
.unFetureItem--bunka .unFetureItem__list__btn__link {
  background: #495f7f;
}
.unFetureItem--bunka .unFetureItem__list__btn__link:hover {
  background: #3ABBC9;
  transition: background 0.3s ease;
}
.unFetureItem__list {
  position: relative;
  width: 32%;
  margin: 16px 0 16px 2%;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
.unFetureItem__list:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.unFetureItem__list__num {
  display: block;
  position: absolute;
  top: -20px;
  right: -4px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 130px;
  font-size: 13rem;
  line-height: 1;
  color: #ededed;
}
.unFetureItem__list__title {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.unFetureItem__list__title--bungeiImg1 img {
  display: block;
  width: 137px;
}
.unFetureItem__list__title--bungeiImg2 img {
  display: block;
  width: 104px;
}
.unFetureItem__list__title--bungeiImg3 img {
  display: block;
  width: 118px;
}
.unFetureItem__list__text {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 80px;
}
.unFetureItem__list__btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.unFetureItem__list__btn__link {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 15px 0;
  color: #ffffff;
  background: #000;
  border-radius: 24px;
  transition: background 0.3s ease;
}
.unFetureItem__list__btn__link:before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: 0px;
  background: url(/img/common/ar_ri_white.png) center center no-repeat;
  background-size: 8px 12px;
  margin-right: 8px;
}

/*-----------------------
unmspjItem
------------------------*/
.unmspjItem {
  overflow: hidden;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.unmspjItem--kasei .unmspjItem__list {
  background: #f9f8e3;
  border-color: #EB6153;
}
.unmspjItem--kasei .unmspjItem__list__inner__txArea__title {
  color: #EB6153;
}
.unmspjItem--kasei .unmspjItem__list__btn__link {
  background: #7b2e54;
}
.unmspjItem--kasei .unmspjItem__list__btn__link:hover {
  background: #EB6153;
  transition: background 0.3s ease;
}
.unmspjItem--bungei .unmspjItem__list {
  background: #f9f8e3;
  border-color: #5BB647;
}
.unmspjItem--bungei .unmspjItem__list__inner__txArea__title {
  color: #5BB647;
}
.unmspjItem--bungei .unmspjItem__list__btn__link {
  background: #507234;
}
.unmspjItem--bungei .unmspjItem__list__btn__link:hover {
  background: #5BB647;
  transition: background 0.3s ease;
}
.unmspjItem--kokusai .unmspjItem__list {
  background: #f9f8e3;
  border-color: #A66AAA;
}
.unmspjItem--kokusai .unmspjItem__list__inner__txArea__title {
  color: #A66AAA;
}
.unmspjItem--kokusai .unmspjItem__list__btn__link {
  background: #3b477d;
}
.unmspjItem--kokusai .unmspjItem__list__btn__link:hover {
  background: #A66AAA;
  transition: background 0.3s ease;
}
.unmspjItem--kango .unmspjItem__list {
  background: #f9f8e3;
  border-color: #F08437;
}
.unmspjItem--kango .unmspjItem__list__inner__txArea__title {
  color: #F08437;
}
.unmspjItem--kango .unmspjItem__list__btn__link {
  background: #9a5d24;
}
.unmspjItem--kango .unmspjItem__list__btn__link:hover {
  background: #F08437;
  transition: background 0.3s ease;
}
.unmspjItem--seikatu .unmspjItem__list {
  background: #f9f8e3;
  border-color: #EB6D94;
}
.unmspjItem--seikatu .unmspjItem__list__inner__txArea__title {
  color: #EB6D94;
}
.unmspjItem--seikatu .unmspjItem__list__btn__link {
  background: #993828;
}
.unmspjItem--seikatu .unmspjItem__list__btn__link:hover {
  background: #EB6D94;
  transition: background 0.3s ease;
}
.unmspjItem--bunka .unmspjItem__list {
  background: #f9f8e3;
  border-color: #3ABBC9;
}
.unmspjItem--bunka .unmspjItem__list__inner__txArea__title {
  color: #3ABBC9;
}
.unmspjItem--bunka .unmspjItem__list__btn__link {
  background: #495f7f;
}
.unmspjItem--bunka .unmspjItem__list__btn__link:hover {
  background: #3ABBC9;
  transition: background 0.3s ease;
}
.unmspjItem__list {
  position: relative;
  width: 49%;
  margin: 16px 0 16px 2%;
  background: #f9f8e3;
  border: 4px solid #000;
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
}
.unmspjItem__list:nth-child(odd) {
  clear: both;
  margin-left: 0;
}
.unmspjItem__list__inner {
  display: table;
}
.unmspjItem__list__inner__img {
  display: table-cell;
  width: 45%;
  max-width: 206px;
  vertical-align: top;
}
.unmspjItem__list__inner__img img {
  width: 100%;
}
.unmspjItem__list__inner__txArea {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 25px;
}
.unmspjItem__list__inner__txArea__title {
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}
.unmspjItem__list__inner__txArea__text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.71429;
}
.unmspjItem__list__btn {
  margin-top: 20px;
}
.unmspjItem__list__btn__link {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 15px 0;
  color: #ffffff;
  background: #000;
  border-radius: 24px;
  transition: background 0.3s ease;
}
.unmspjItem__list__btn__link:before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: 0px;
  background: url(/img/common/ar_ri_white.png) center center no-repeat;
  background-size: 8px 12px;
  margin-right: 8px;
}

/*-----------------------
unCourseItem
------------------------*/
.unCourseItem {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.unCourseItem--kasei .unCourseItem__list {
  width: 544px;
  border-radius: 0;
}
.unCourseItem--kasei .unCourseItem__list__link__title {
  background: #EB6153;
}
.unCourseItem--kasei .unCourseItem__list:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.unCourseItem--kasei .unCourseItem__list__link__title__tx {
  background: #EB6153;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}
.unCourseItem--kasei .unCourseItem__list__link__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.unCourseItem--kaseiDt .unCourseItem__list {
  background: #f4e4ec;
}
.unCourseItem--kaseiDt .unCourseItem__list:nth-child(2n+1) {
  clear: none;
  margin-left: 32px;
}
.unCourseItem--kaseiDt .unCourseItem__list__link__title__tx {
  background: #EB6153;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.unCourseItem--kaseiDt .unCourseItem__list__link__text {
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.unCourseItem--kaseiDt2 .unCourseItem__list {
  width: 352px;
  background: #f4e4ec;
}
.unCourseItem--kaseiDt2 .unCourseItem__list:nth-child(2n+1) {
  clear: none;
  margin-left: 32px;
}
.unCourseItem--kaseiDt2 .unCourseItem__list__link__title__tx {
  background: #EB6153;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.unCourseItem--kaseiDt2 .unCourseItem__list__link__text {
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.unCourseItem--kaseiGakka .unCourseItem__list {
  width: 31.18%;
  margin: 16px 3.23% 16px 0;
  background: #FDEFED;
  border-radius: 0;
}
.unCourseItem--kaseiGakka .unCourseItem__list__link__title__tx {
  background: #EB6153;
}
.unCourseItem--kaseiGakka .unCourseItem__list:nth-child(3n) {
  clear: both;
  margin-right: 0;
}
.unCourseItem--kaseiGakkaTwo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.unCourseItem--bungei .unCourseItem__list__link__title {
  background: #5BB647;
}
.unCourseItem--bungei .unCourseItem__list__link__title__tx {
  background: #5BB647;
}
.unCourseItem--bungeiDt .unCourseItem__list {
  background: #eef8ec;
}
.unCourseItem--kokusai .unCourseItem__list__link__title {
  background: #A66AAA;
}
.unCourseItem--kokusai .unCourseItem__list__link__title__tx {
  background: #A66AAA;
}
.unCourseItem--kokusaiDt .unCourseItem__list {
  background: #e3e8f1;
}
.unCourseItem--kango .unCourseItem__list__link__title {
  background: #F08437;
}
.unCourseItem--kango .unCourseItem__list__link__title__tx {
  background: #F08437;
}
.unCourseItem--kangoDt .unCourseItem__list {
  background: #faeee2;
}
.unCourseItem--business .unCourseItem__list__link__title {
  background: #569FD7;
}
.unCourseItem--business .unCourseItem__list__link__title__tx {
  background: #569FD7;
}
.unCourseItem--businessDt .unCourseItem__list {
  background: #eef5fb;
}
.unCourseItem--ken_design .unCourseItem__list__link__title {
  background: #00B097;
}
.unCourseItem--ken_design .unCourseItem__list__link__title__tx {
  background: #00B097;
}
.unCourseItem--ken_designDt .unCourseItem__list {
  background: #ccefea;
}
.unCourseItem--seikatu .unCourseItem__list__link__title {
  background: #EB6D94;
}
.unCourseItem--seikatu .unCourseItem__list {
  width: 352px;
  border-radius: 0;
}
.unCourseItem--seikatu .unCourseItem__list__link__title__tx {
  background: #EB6D94;
}
.unCourseItem--seikatuDt .unCourseItem__list {
  background: #fdf0f4;
}
.unCourseItem--bunka .unCourseItem__list {
  width: 352px;
  border-radius: 0;
}
.unCourseItem--bunka .unCourseItem__list__link__title__tx {
  background: #3ABBC9;
}
.unCourseItem--bunkaDt .unCourseItem__list {
  background: #ebf8f9;
}
.unCourseItem.detail .unCourseItem__list {
  width: 31.18%;
  margin: 16px 0 16px 3.23%;
}
.unCourseItem.detail .unCourseItem__list:nth-child(4n+1) {
  clear: inherit;
  margin-left: 3.23%;
}
.unCourseItem.detail .unCourseItem__list:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.unCourseItem__list {
  position: relative;
  width: 23%;
  margin: 16px 0 16px 2.65%;
  background: #ffffff;
  overflow: hidden;
}
.unCourseItem__list:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.unCourseItem__list__link {
  position: relative;
  display: block;
}
.unCourseItem__list__link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.unCourseItem__list__link:hover:after {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.unCourseItem__list__link__img {
  display: block;
}
.unCourseItem__list__link__img img {
  width: 100%;
}
.unCourseItem__list__link__title {
  display: table;
  width: 101%;
}
.unCourseItem__list__link__title__tx {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 15px 15px 15px 34px;
  background: #000;
  color: #ffffff;
}
.unCourseItem__list__link__title__tx:before {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -5px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  margin-right: 8px;
}
.unCourseItem__list__link__text {
  text-align: left;
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 15px;
  color: #3e3e3e;
}
.unCourseItem__list.link--pdf h4:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14px !important;
  height: 84px;
  display: inline-block;
  vertical-align: -1px;
  background-image: url(/img/common/icn_pdf.svg) !important;
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 30px;
  margin-top: 2px;
  border-radius: 0;
}
.unCourseItem.mod--catAbout .unCourseItem__list {
  margin-bottom: 1.5%;
  margin-top: 0;
  width: 49.2%;
  max-width: 100%;
  text-align: left;
  margin-right: 1.5%;
  margin-left: 0;
}
.unCourseItem.mod--catAbout .unCourseItem__list img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.unCourseItem.mod--catAbout .unCourseItem__list:nth-child(3n) {
  margin-right: 0;
}
.unCourseItem.mod--catAbout .unCourseItem__list h4 {
  background: #f7f7f7;
  padding: 0 65px 0 34px;
  font-size: 1.6rem;
  color: #313131;
  height: 84px;
}
.unCourseItem.mod--catAbout .unCourseItem__list h4:before {
  display: none;
}
.unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 84px;
  display: inline-block;
  vertical-align: -1px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 30px;
  margin-top: 2px;
  border-radius: 0;
}
.unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #802358;
}
.unCourseItem.mod--catAbout .unCourseItem__list:nth-child(3n) {
  margin-right: 1.5%;
}
.unCourseItem.mod--catAbout .unCourseItem__list:nth-child(2n) {
  margin-right: 0;
}
.unCourseItem.__threeCol .unCourseItem__list {
  width: 32.33%;
  margin: 0 1.5% 1.5% 0;
  border-radius: 0;
}
.unCourseItem.__threeCol .unCourseItem__list:nth-child(2n) {
  margin-right: 1.5%;
}
.unCourseItem.__threeCol .unCourseItem__list:nth-child(3n) {
  margin-right: 0;
}

.kasei .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6153%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.kasei .unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #EB6153;
}

.bungei .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%235BB647%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.bungei .unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #5BB647;
}

.kokusai .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23A66AAA%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.kokusai .unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #A66AAA;
}

.kango .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.kango .unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #F08437;
}

.seikatu .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23EB6D94%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.seikatu .unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #EB6D94;
}

.bunka .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%233ABBC9%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.bunka .unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #3ABBC9;
}

.business .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.business .unCourseItem.mod--catAbout .unCourseItem__list:hover h4 {
  color: #569FD7;
}

@media screen and (max-width: 768px) {
  .unCourseItem.detail .unCourseItem__list {
    width: 48%;
    margin: 16px 4% 16px 0;
  }
  .unCourseItem.detail .unCourseItem__list:nth-child(2n) {
    margin-right: 0;
  }
  .unCourseItem.detail .unCourseItem__list:nth-child(4n+1) {
    clear: inherit;
    margin-left: 0;
  }
  .unCourseItem.detail .unCourseItem__list:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .unCourseItem--kaseiGakka .unCourseItem__list {
    width: 48%;
    margin: 16px 4% 16px 0;
  }
  .unCourseItem--kaseiGakka .unCourseItem__list:nth-child(2n) {
    margin-right: 0;
  }
  .unCourseItem--kaseiGakka .unCourseItem__list:nth-child(3n) {
    margin-right: 4%;
  }
  .unCourseItem--kaseiGakka .unCourseItem__list:nth-child(4n+1) {
    clear: inherit;
    margin-left: 0;
  }
  .unCourseItem--kaseiGakka .unCourseItem__list:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .unCourseItem.mod--catAbout .unCourseItem__list {
    margin-bottom: 2%;
    margin-top: 0;
    width: 49%;
    max-width: 100%;
    text-align: left;
    margin-right: 2%;
    margin-left: 0;
  }
  .unCourseItem.mod--catAbout .unCourseItem__list:nth-child(3n) {
    margin-right: 2%;
  }
  .unCourseItem.mod--catAbout .unCourseItem__list:nth-child(2n) {
    margin-right: 0;
  }
  .unCourseItem.mod--catAbout .unCourseItem__list:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .unCourseItem {
    display: block;
  }
  .unCourseItem__list {
    width: 100% !important;
    margin: 0 0 15px 0;
  }
  .unCourseItem__list:nth-child(3n) {
    margin-right: 0;
  }
  .unCourseItem__list:nth-child(2n) {
    margin-right: 0;
  }
  .unCourseItem.mod--catAbout .unCourseItem__list {
    margin-bottom: 4%;
    margin-top: 0;
    width: 100%;
    max-width: 350px;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
  .unCourseItem.mod--catAbout .unCourseItem__list:nth-child(3n) {
    margin-right: 0;
  }
  .unCourseItem.mod--catAbout .unCourseItem__list:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .unCourseItem.detail .unCourseItem__list {
    width: 100%;
    margin: 16px 0 16px 0;
  }
  .unCourseItem.detail .unCourseItem__list:nth-child(2n) {
    margin-right: 0;
  }
  .unCourseItem.detail .unCourseItem__list:nth-child(4n+1) {
    clear: inherit;
    margin-left: 0;
  }
  .unCourseItem.detail .unCourseItem__list:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
.ie11 .unCourseItem.mod--catAbout .unCourseItem__list h4:after {
  background-image: url(/img/common/ic_link_arrow_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.ie11 .unCourseItem.mod--catAbout .unCourseItem__list.link--pdf h4:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14px !important;
  background-image: url(/img/common/icn_pdf.svg) !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px 20px;
  margin-right: 30px;
  margin-top: 2px;
  border-radius: 0;
}

.ie11 .unCourseItem__list__link__title__tx:before {
  background-image: url(/img/common/ic_arrow_right_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.unCourseItem .listItemPoint {
  padding: 0 15px;
}

.unCourseItem--media_society.unCourseItem__list {
  background: #C6EAE8;
}
.unCourseItem--media_society .unCourseItem__list__link {
  height: 100%;
}
.unCourseItem--media_society .unCourseItem__list__link__title__tx {
  background: #41BCBA;
}

.unCourseItem--life_design.unCourseItem__list {
  background: #E4DEEC;
}
.unCourseItem--life_design .unCourseItem__list__link {
  height: 100%;
}
.unCourseItem--life_design .unCourseItem__list__link__title__tx {
  background: #B19FC9;
}

.unCourseItem--food_health.unCourseItem__list {
  background: #FADFE6;
}
.unCourseItem--food_health .unCourseItem__list__link {
  height: 100%;
}
.unCourseItem--food_health .unCourseItem__list__link__title__tx {
  background: #EA7190;
}

/*-----------------------
unSelect
------------------------*/
.unSelectNav {
  width: 1080px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.unSelectNavWrap {
  overflow-x: auto;
  margin-top: 15px;
  -webkit-overflow-scrolling: touch;
}
.unSelectNavWrap::-webkit-scrollbar {
  width: 10px;
}
.unSelectNavWrap::-webkit-scrollbar-track {
  background: #e6e8ee;
  border: none;
}
.unSelectNavWrap::-webkit-scrollbar-thumb {
  background: #802358;
  box-shadow: none;
}
.unSelectNav__btn {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 29px;
  color: #3e3e3e;
  border-left: 2px dotted #802358;
}
.unSelectNav__btn:first-child {
  margin-left: 0;
}
.unSelectNav__btn:last-child {
  margin-right: 0;
  border-right: 2px dotted #802358;
}
.unSelectNav__btn.ac {
  color: #802358;
}
.unSelectNav--kasei .unSelectNav__btn {
  border-left: 2px dotted #EB6153;
}
.unSelectNav--kasei .unSelectNav__btn:last-child {
  border-right: 2px dotted #EB6153;
}
.unSelectNav--kasei .unSelectNav__btn.ac {
  color: #EB6153;
}
.unSelectNav--kasei .unSelectNav__btn:hover {
  color: #EB6153;
}
.unSelectNav--bungei .unSelectNav__btn {
  border-left: 2px dotted #5BB647;
}
.unSelectNav--bungei .unSelectNav__btn:last-child {
  border-right: 2px dotted #5BB647;
}
.unSelectNav--bungei .unSelectNav__btn.ac {
  color: #5BB647;
}
.unSelectNav--bungei .unSelectNav__btn:hover {
  color: #5BB647;
}
.unSelectNav--kokusai .unSelectNav__btn {
  border-left: 2px dotted #A66AAA;
}
.unSelectNav--kokusai .unSelectNav__btn:last-child {
  border-right: 2px dotted #A66AAA;
}
.unSelectNav--kokusai .unSelectNav__btn.ac {
  color: #A66AAA;
}
.unSelectNav--kokusai .unSelectNav__btn:hover {
  color: #A66AAA;
}
.unSelectNav--kango .unSelectNav__btn {
  border-left: 2px dotted #F08437;
}
.unSelectNav--kango .unSelectNav__btn:last-child {
  border-right: 2px dotted #F08437;
}
.unSelectNav--kango .unSelectNav__btn.ac {
  color: #F08437;
}
.unSelectNav--kango .unSelectNav__btn:hover {
  color: #F08437;
}
.unSelectNav--seikatu .unSelectNav__btn {
  border-left: 2px dotted #EB6D94;
}
.unSelectNav--seikatu .unSelectNav__btn:last-child {
  border-right: 2px dotted #EB6D94;
}
.unSelectNav--seikatu .unSelectNav__btn.ac {
  color: #EB6D94;
}
.unSelectNav--seikatu .unSelectNav__btn:hover {
  color: #EB6D94;
}
.unSelectNav--bunka .unSelectNav__btn {
  border-left: 2px dotted #3ABBC9;
}
.unSelectNav--bunka .unSelectNav__btn:last-child {
  border-right: 2px dotted #3ABBC9;
}
.unSelectNav--bunka .unSelectNav__btn.ac {
  color: #3ABBC9;
}
.unSelectNav--bunka .unSelectNav__btn:hover {
  color: #3ABBC9;
}

.unSelectBox {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
.unSelectBox--kasei .unSelectBox__item__list__link__date {
  background: #EB6153;
  color: #fff;
}
.unSelectBox--kasei .unSelectBox__item__list__link__ti {
  color: #EB6153;
}
.unSelectBox--bungei .unSelectBox__item__list__link__ti {
  color: #5BB647;
}
.unSelectBox--kokusai .unSelectBox__item__list__link__ti {
  color: #A66AAA;
}
.unSelectBox--kango .unSelectBox__item__list__link__ti {
  color: #F08437;
}
.unSelectBox--seikatu .unSelectBox__item__list__link__ti {
  color: #EB6D94;
}
.unSelectBox--bunka .unSelectBox__item__list__link__ti {
  color: #3ABBC9;
}
.unSelectBox__item {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.unSelectBox__item__list {
  width: 23%;
  margin: 16px 1% 16px 1%;
}
.unSelectBox__item__list__link {
  position: relative;
  display: block;
  text-align: left;
  color: #333333;
}
.unSelectBox__item__list__link__img {
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
}
.unSelectBox__item__list__link__img::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 64%;
}
.unSelectBox__item__list__link__img img {
  width: 100%;
  max-width: 256px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.unSelectBox__item__list__link__date {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 6px 4px 12px;
  margin: 15px 0 10px 0;
  /*          
            &amp;:before{
              content: '';
              width: 8px;
              height: 2px;
              vertical-align: middle;
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0;
              background: url(/img/common/pdDate.jpg) left center no-repeat;
              background-size: 8px 2px;
            }
  */
}
.unSelectBox__item__list__link__ti {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #802358;
}
.unSelectBox__item__list__link__tx {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 1024px) {
  .unSelectBox__item__list {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .unSelectNav {
    position: relative;
  }
  .unSelectNavWrap {
    position: relative;
  }
  .unSelectNavWrap:after {
    content: "";
    display: block;
    width: 1600px;
    height: 5px;
    background: #e6e8ee;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  .unSelectNavWrap::-webkit-scrollbar {
    display: none;
  }
  .unSelectNav__btn {
    width: auto;
  }
  .unSelectBox__item__list {
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
  }
  .unSelectBox__item__list:nth-child(2n) {
    margin-right: 0;
  }
  .unSelectBox__item__list__link__img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .unSelectBox__item__list {
    width: 100%;
    margin-right: 0;
  }
}
/*-----------------------
userArea ■-i
------------------------*/
.userArea {
  position: absolute;
  top: 585px;
  left: 0;
  z-index: 30;
  display: none;
}
.userArea__inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 12px 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.userArea__inner__box {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.userArea__inner__box__list {
  float: left;
}
.userArea__inner__box__list__ti {
  font-size: 1.4rem;
  line-height: 1.85714;
  color: #802358;
  padding: 0 24px;
}
.userArea__inner__box__list__ti:before {
  content: "";
  width: 24px;
  height: 26px;
  background: url(/img/common/icn_user.png) left top no-repeat;
  background-size: 24px 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.userArea__inner__box__list__link {
  font-size: 1.4rem;
  line-height: 1.85714;
  color: #333333;
  padding: 0 24px;
  border-left: 1px solid #f0d8da;
}
.userArea__inner__box__list__link:hover {
  color: #802358;
  text-decoration: underline;
  transition: color 0.2s ease;
}

@media screen and (max-width: 768px) {
  .userArea {
    position: relative;
    top: 0;
    left: 0;
    z-index: inherit;
  }
  .userArea__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #8a2a31;
    padding: 0;
    border-radius: none;
  }
  .userArea__inner__box {
    background: none;
    border: none;
    border-radius: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .userArea__inner__box__list {
    float: left;
    width: 50%;
    border-top: 1px solid #cc777c;
  }
  .userArea__inner__box__list:nth-child(even) {
    border-right: 1px solid #cc777c;
  }
  .userArea__inner__box__list:first-child {
    display: none;
  }
  .userArea__inner__box__list:nth-child(2), .userArea__inner__box__list:nth-child(3) {
    border-top: none;
  }
  .userArea__inner__box__list__link {
    width: 100%;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 12% 0;
    text-align: center;
    border: none;
  }
  .userArea__inner__box__list__link:before {
    display: none;
  }
  .snsBtn {
    display: none;
  }
  .userArea__inner__box__list__link {
    color: #ffffff;
    text-decoration: none;
    transition: none;
  }
  .userArea__inner__box__list__link:hover {
    color: #ffffff;
    text-decoration: none;
    transition: none;
  }
}
/*-----------------------
_videoBlock
------------------------*/
.videoBlock {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.videoBlock--full {
  width: 100%;
}
.videoBlock__inner {
  position: relative;
  padding-bottom: 56.25%;
}
.videoBlock__inner &gt; iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .videoBlock {
    width: 100%;
  }
}
/*-----------------------
for vision only
------------------------*/
.vision_textBlock {
  margin: 20px 0 0;
}
.vision_textBlock__title {
  border-bottom: 1px solid #ac3d44;
  border-top: 1px solid #ac3d44;
  color: #802358;
  padding: 11px 0 10px;
  text-align: left;
  margin: 26px 0 16px;
  font-size: 20px;
  font-size: 2rem;
}
.vision_textBlock__title span {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 8px 0 0;
}
.vision_textBlock__title br {
  display: none;
}

/*-----------------------
whatsBlock ■-i
------------------------*/
/**************************************
.whatsBlock
**************************************/
.whatsBlock {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .whatsBlock {
    margin-top: 4.25%;
    padding-bottom: 0;
  }
}
.whatsBlock.mod--set_margin {
  margin-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .whatsBlock.mod--set_margin {
    margin-top: -30px;
    padding-bottom: 40px;
  }
}
.whatsBlock.mod--set_margin .whatsBlock__inner__news {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.whatsBlock.mod--mt0 {
  margin-top: 0;
}
.whatsBlock--top {
  margin-top: 100px;
  padding-bottom: 70px;
  min-height: 470px;
}
@media screen and (max-width: 768px) {
  .whatsBlock--top {
    margin-top: 9.375%;
    padding-bottom: 9.375%;
    min-height: inherit;
  }
}
.whatsBlock--top .whatsBlock__inner {
  width: 672px;
}
@media screen and (max-width: 768px) {
  .whatsBlock--top .whatsBlock__inner {
    width: 100%;
  }
}
.whatsBlock--top .whatsBlock__inner__tab {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .whatsBlock--top .whatsBlock__inner__tab {
    margin-top: 7.8125%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .whatsBlock--top .whatsBlock__inner__tab__item {
    margin: 0 4.25%;
  }
}
@media screen and (max-width: 768px) {
  .whatsBlock--top .whatsBlock__inner__news {
    clear: both;
    overflow: scroll;
    height: 300px;
    margin: 6.25%;
  }
}
.whatsBlock--univ {
  margin-top: 80px;
  padding-bottom: 70px;
  min-height: 470px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .whatsBlock--univ {
    margin-top: 0;
    padding-top: 9.375%;
    padding-bottom: 9.375%;
    min-height: inherit;
  }
}
.whatsBlock--univ .whatsBlock__inner {
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .whatsBlock--univ .whatsBlock__inner {
    float: none;
  }
}
.whatsBlock--univ .whatsBlock__inner__tab {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .whatsBlock--univ .whatsBlock__inner__tab {
    margin-top: 7.8125%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .whatsBlock--univ .whatsBlock__inner__tab__item {
    margin: 0 4.25%;
  }
}
.whatsBlock--univ .whatsBlock__right {
  position: relative;
  top: inherit;
  right: inherit;
  float: right;
  width: 262px;
}
@media screen and (max-width: 768px) {
  .whatsBlock--univ .whatsBlock__right {
    float: none;
    width: 100%;
    margin: 9.375% 0;
  }
}
.whatsBlock--img {
  width: 100%;
  margin: 0;
  background: #f7f1ed;
  padding: 4px 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .whatsBlock--img {
    padding: 0 20px 0 0;
  }
}
.whatsBlock--img .newsLinkImgs__txArea__time {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 13px;
}
.whatsBlock--img .newsLinkImgs__txArea__time:after {
  content: "";
  width: 8px;
  height: 2px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0px;
  background: url(/img/common/pdDate.jpg) left center no-repeat;
  background-size: 8px 2px;
}
@media screen and (max-width: 768px) {
  .whatsBlock--img .newsLink--noline {
    padding: 10px 0;
  }
}
.whatsBlock.bg-white {
  background: #fff;
}
.whatsBlock__inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner {
    width: auto;
    margin: 0;
    text-align: center;
  }
}
.whatsBlock__inner__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 187px;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__title {
    position: relative;
    width: 45.625%;
    margin: 0 auto;
    text-align: center;
  }
}
.whatsBlock__inner__title img {
  width: 100%;
}
.whatsBlock__inner__tab {
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__tab {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__tab::after {
    content: "";
    display: block;
    width: 1100px;
    height: 5px;
    background: #e6e8ee;
    width: 1600px;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
.whatsBlock__inner__tab::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__tab::-webkit-scrollbar {
    display: none;
  }
}
.whatsBlock__inner__tab::-webkit-scrollbar-track {
  background: #e6e8ee;
  border: none;
}
.whatsBlock__inner__tab::-webkit-scrollbar-thumb {
  background-color: #802358;
  box-shadow: none;
}
.whatsBlock__inner__tab__item {
  width: 1080px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__tab__item {
    margin: 25px auto 0;
    padding: 0 20px 25px;
    justify-content: flex-start;
  }
}
.whatsBlock__inner__tab__item.set_plr .whatsBlock__inner__tab__item__list {
  padding: 0 15px;
}
.whatsBlock__inner__tab__item__list {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 29px;
  border-left: 2px dotted #802358;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__tab__item__list {
    width: auto;
  }
}
.whatsBlock__inner__tab__item__list:last-child {
  border-right: 2px dotted #802358;
}
.whatsBlock__inner__tab__item__list__link__tx {
  position: relative;
  z-index: 1;
  color: #3e3e3e;
}
.whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #802358;
  cursor: pointer;
  border-bottom: #802358 solid 2px;
}
.whatsBlock__inner__tab__item__list__link__tx.ac {
  color: #802358;
}
.whatsBlock__inner__tab__item__list__link:hover {
  color: #802358;
}
.whatsBlock__inner__tab__item__list__link.ac .whatsBlock__inner__tab__item__list__link__tx {
  color: #802358;
  border-bottom: #802358 solid 2px;
}
.whatsBlock__inner__tab__item__list__link.ac:link, .whatsBlock__inner__tab__item__list__link.ac:visited {
  color: #802358;
}
.kasei .whatsBlock__inner__tab__item__list {
  border-color: #EB6153;
}
.kasei .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #EB6153;
  border-color: #EB6153;
}
.kasei .whatsBlock__inner__tab__item__list__link.ac .kasei .whatsBlock__inner__tab__item__list__link__tx {
  border-color: #EB6153;
  color: #EB6153;
}
.kasei .whatsBlock__inner__tab__item__list__link.ac .kasei .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #EB6153;
}
.bungei .whatsBlock__inner__tab__item__list {
  border-color: #5BB647;
}
.bungei .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #5BB647;
  border-color: #5BB647;
}
.bungei .whatsBlock__inner__tab__item__list__link.ac .bungei .whatsBlock__inner__tab__item__list__link__tx {
  border-color: #5BB647;
  color: #5BB647;
}
.bungei .whatsBlock__inner__tab__item__list__link.ac .bungei .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #5BB647;
}
.kokusai .whatsBlock__inner__tab__item__list {
  border-color: #A66AAA;
}
.kokusai .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #A66AAA;
  border-color: #A66AAA;
}
.kokusai .whatsBlock__inner__tab__item__list__link.ac .kokusai .whatsBlock__inner__tab__item__list__link__tx {
  border-color: #A66AAA;
  color: #A66AAA;
}
.kokusai .whatsBlock__inner__tab__item__list__link.ac .kokusai .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #A66AAA;
}
.kango .whatsBlock__inner__tab__item__list {
  border-color: #F08437;
}
.kango .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #F08437;
  border-color: #F08437;
}
.kango .whatsBlock__inner__tab__item__list__link.ac .kango .whatsBlock__inner__tab__item__list__link__tx {
  border-color: #F08437;
  color: #F08437;
}
.kango .whatsBlock__inner__tab__item__list__link.ac .kango .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #F08437;
}
.seikatu .whatsBlock__inner__tab__item__list {
  border-color: #EB6D94;
}
.seikatu .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #EB6D94;
  border-color: #EB6D94;
}
.seikatu .whatsBlock__inner__tab__item__list__link.ac .seikatu .whatsBlock__inner__tab__item__list__link__tx {
  border-color: #EB6D94;
  color: #EB6D94;
}
.seikatu .whatsBlock__inner__tab__item__list__link.ac .seikatu .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #EB6D94;
}
.bunka .whatsBlock__inner__tab__item__list {
  border-color: #3ABBC9;
}
.bunka .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #3ABBC9;
  border-color: #3ABBC9;
}
.bunka .whatsBlock__inner__tab__item__list__link.ac .bunka .whatsBlock__inner__tab__item__list__link__tx {
  border-color: #3ABBC9;
  color: #3ABBC9;
}
.bunka .whatsBlock__inner__tab__item__list__link.ac .bunka .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #3ABBC9;
}
.business .whatsBlock__inner__tab__item__list {
  border-color: #569FD7;
}
.business .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #569FD7;
  border-color: #569FD7;
}
.business .whatsBlock__inner__tab__item__list__link.ac .business .whatsBlock__inner__tab__item__list__link__tx {
  border-color: #569FD7;
  color: #569FD7;
}
.business .whatsBlock__inner__tab__item__list__link.ac .business .whatsBlock__inner__tab__item__list__link__tx:hover {
  color: #569FD7;
}
.whatsBlock__inner__news {
  clear: both;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__news {
    margin: 4.25% 0;
  }
}
.whatsBlock__inner__moreBtn {
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__moreBtn {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    width: 100%;
  }
}
.whatsBlock__inner__moreBtn__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 12px 60px;
  color: #fff;
  background: #802358;
  background: linear-gradient(135deg, #802358 0%, #802358 50%, #802358 50%, #802358 50%, #802358 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-default", endColorstr="$color-default",GradientType=1 );
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__moreBtn__link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2.5% 14.0625%;
    border-radius: 18px;
  }
}
.whatsBlock__inner__moreBtn__link__tx {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.whatsBlock__inner__moreBtn__link__tx::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/img/common/ar_ri_white.png) left center no-repeat;
  background-size: 6px 10px;
  margin-right: 10px;
}
.whatsBlock__inner__moreBtn__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #802358;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__moreBtn__link::after {
    transition: none;
  }
}
.whatsBlock__inner__moreBtn__link:hover::after {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__moreBtn__link:hover::after {
    opacity: 0;
    transition: none;
  }
}
.whatsBlock__inner__moreBtn__rssLink {
  float: right;
  margin: 9px 0 0;
  width: 50px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .whatsBlock__inner__moreBtn__rssLink {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 16px;
    margin: 0 6.25% 0 0;
  }
}
.whatsBlock__inner__moreBtn__rssLink:hover {
  opacity: 0.7;
}
.whatsBlock__inner__moreBtn__rssLink img {
  width: 100%;
}
.whatsBlock__right {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .whatsBlock__right {
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin: 0 6.25%;
  }
}

/**************************************
.entriesBlock
**************************************/
.entriesBlock {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 20px 100px;
  /* タブ用 */
}
.emergencyBlock__tx .entriesBlock {
  padding-top: 0;
  padding-bottom: 0;
}
.mainBlock .entriesBlock {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .entriesBlock {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 600px) {
  .entriesBlock {
    padding: 30px 0;
  }
}
.entriesBlock h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #802358;
}
@media screen and (max-width: 767px) {
  .entriesBlock h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.entriesBlock h2.cl_kasei {
  color: #EB6153;
}
.entriesBlock h2.cl_bungei {
  color: #5BB647;
}
.entriesBlock h2.cl_kokusai {
  color: #A66AAA;
}
.entriesBlock h2.cl_kango {
  color: #F08437;
}
.entriesBlock h2.cl_business {
  color: #569FD7;
}
.entriesBlock h2.cl_ken_design {
  color: #00B097;
}
.entriesBlock h2.cl_seikatu {
  color: #EB6D94;
}
.entriesBlock h2.cl_bunka {
  color: #3ABBC9;
}
.entriesBlock h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .entriesBlock h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.entriesBlock__row {
  display: flex;
  justify-content: space-between;
}
.entriesBlock__row .mod--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .entriesBlock__row .mod--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .entriesBlock__row {
    flex-direction: column-reverse;
  }
}
.entriesBlock__row--Half {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .entriesBlock__row--Half {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .entriesBlock__row--Half &gt; * {
    margin-left: auto;
    margin-right: auto;
  }
}
.entriesBlock__row--Half .entriesBlock__list {
  border-bottom: 1px solid #E5E8ED;
  margin-bottom: 30px;
}
.entriesBlock__row--Half .entriesBlock__list:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .entriesBlock__row--Half .entriesBlock__list:first-child {
    padding-top: 30px;
  }
}
.entriesBlock__row--Half .fb_iframe_widget,
.entriesBlock__row--Half iframe {
  height: 500px;
}
.entriesBlock__row--S {
  padding-top: 60px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .entriesBlock__row--S {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .entriesBlock__row--S &gt; * {
    margin-left: auto;
    margin-right: auto;
  }
}
.entriesBlock__row--S .entriesBlock__list {
  border-bottom: 1px solid #E5E8ED;
  margin-bottom: 30px;
}
.entriesBlock__row--S .fb_iframe_widget,
.entriesBlock__row--S iframe {
  height: 500px;
}
.entriesBlock__row--N {
  width: calc(100% - 340px);
}
@media screen and (max-width: 1024px) {
  .entriesBlock__row--N {
    width: calc(100% - 315px);
  }
}
@media screen and (max-width: 767px) {
  .entriesBlock__row--N {
    width: 100%;
  }
}
.entriesBlock__row--N .entriesBlock__list:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .entriesBlock__row--N .entriesBlock__list:first-child {
    padding-top: 30px;
  }
}
.entriesBlock__tab {
  margin-top: 60px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entriesBlock__tab::-webkit-scrollbar {
  width: 10px;
}
.entriesBlock__tab::-webkit-scrollbar-track {
  background: #e6e8ee;
  border: none;
}
.entriesBlock__tab::-webkit-scrollbar-thumb {
  background: #802358;
  box-shadow: none;
}
.mainBlock .entriesBlock__tab {
  margin-top: 0;
}
.entriesBlock__tab__item {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.entriesBlock__tab__item.set_plr .entriesBlock__tab__item__list {
  padding: 0 15px;
}
.entriesBlock__tab__item__list {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 29px;
  border-left: 2px dotted #802358;
}
.entriesBlock__tab__item__list:last-child {
  border-right: 2px dotted #802358;
}
.entriesBlock__tab__item__list__link__tx {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #3e3e3e;
}
.entriesBlock__tab__item__list__link__tx:hover {
  color: #802358;
  cursor: pointer;
  border-bottom: #802358 solid 2px;
}
.entriesBlock__tab__item__list__link__tx.ac {
  color: #802358;
}
.entriesBlock__tab__item__list__link:hover {
  color: #802358;
}
.entriesBlock__tab__item__list__link.ac .entriesBlock__tab__item__list__link__tx {
  color: #802358;
  border-bottom: #802358 solid 2px;
}
.entriesBlock__tab__item__list__link.ac:link, .entriesBlock__tab__item__list__link.ac:visited {
  color: #802358;
}
.entriesBlock__list {
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .entriesBlock__list {
    padding-top: 30px;
  }
}
.emergencyBlock__tx .entriesBlock__list {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .emergencyBlock__tx .entriesBlock__list {
    padding-top: 0;
  }
}
.entriesBlock__list.mod--textLine {
  flex-direction: column;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.entriesBlock__list.mod--textLine p {
  order: 3;
  width: 73%;
  padding-left: 20px;
  padding-top: 0;
}
@media screen and (max-width: 575px) {
  .entriesBlock__list.mod--textLine p {
    width: 100%;
    padding-left: 0;
    margin-top: 6px;
  }
  .emergencyBlock__tx .entriesBlock__list.mod--textLine p {
    margin-top: 0;
  }
}
.entriesBlock__list.mod--textLine.mod--noTag p {
  width: 86%;
}
.entriesBlock__row--S .entriesBlock__list.mod--textLine.mod--noTag p {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .entriesBlock__list.mod--textLine.mod--noTag p {
    width: 100%;
  }
}
.entriesBlock__list.mod--dateFirst p {
  order: 2;
}
.entriesBlock__list.mod--display2 .entriesBlock__item:nth-child(n+3), .entriesBlock__list.mod--display4 .entriesBlock__item:nth-child(n+5), .entriesBlock__list.mod--display6 .entriesBlock__item:nth-child(n+7), .entriesBlock__list.mod--display8 .entriesBlock__item:nth-child(n+9), .entriesBlock__list.mod--display10 .entriesBlock__item:nth-child(n+11), .entriesBlock__list.mod--display12 .entriesBlock__item:nth-child(n+13) {
  display: none;
}
.entriesBlock__list.mod--Carousel {
  display: block;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .entriesBlock__list.mod--CarouselPc {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .entriesBlock__list.mod--CarouselSp {
    display: block;
    padding-top: 0;
  }
}
.entriesBlock__item {
  list-style: none;
  display: block;
  margin-bottom: 2.5%;
  width: 23.5%;
  text-align: left;
  margin-right: 2%;
}
.entriesBlock__item:nth-child(4n) {
  margin-right: 0;
}
.mod--Carousel .entriesBlock__item, .mod--CarouselSp .entriesBlock__item {
  width: 25%;
  margin-right: 0;
  padding-left: 0.5%;
  padding-right: 0.5%;
}
@media screen and (max-width: 767px) {
  .entriesBlock__item {
    width: 49%;
    margin-right: 2%;
  }
  .entriesBlock__item:nth-child(2n) {
    margin-right: 0;
  }
  .mod--Carousel .entriesBlock__item, .mod--CarouselSp .entriesBlock__item {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .entriesBlock__item {
    width: 100%;
    margin-right: 0;
  }
  .mod--Carousel .entriesBlock__item, .mod--CarouselSp .entriesBlock__item {
    width: 50%;
    margin-right: 0;
  }
}
.entriesBlock__row--Half .entriesBlock__item {
  width: 49%;
  margin-right: 0;
}
.entriesBlock__row--Half .entriesBlock__item:nth-child(2n+1) {
  margin-right: 2%;
}
@media screen and (max-width: 575px) {
  .entriesBlock__row--Half .entriesBlock__item {
    width: 100%;
    margin-right: 0;
  }
  .entriesBlock__row--Half .entriesBlock__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.entriesBlock__row--N .entriesBlock__item {
  width: 31%;
  margin-right: 3%;
}
.entriesBlock__row--N .entriesBlock__item:nth-child(4n) {
  margin-right: 3%;
}
.entriesBlock__row--N .entriesBlock__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .entriesBlock__row--N .entriesBlock__item {
    width: 49%;
    margin-right: 0;
  }
  .entriesBlock__row--N .entriesBlock__item:nth-child(4n), .entriesBlock__row--N .entriesBlock__item:nth-child(3n) {
    margin-right: 0;
  }
  .entriesBlock__row--N .entriesBlock__item:nth-child(2n+1) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 575px) {
  .entriesBlock__row--N .entriesBlock__item {
    width: 100%;
    margin-right: 0;
  }
  .entriesBlock__row--N .entriesBlock__item:nth-child(4n), .entriesBlock__row--N .entriesBlock__item:nth-child(3n), .entriesBlock__row--N .entriesBlock__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.entriesBlock__item a {
  display: block;
  color: #3e3e3e;
}
.entriesBlock__row--Half .entriesBlock__item a:hover, .entriesBlock__row--S .entriesBlock__item a:hover {
  background-color: none;
}
.mod--textLine .entriesBlock__item a {
  padding: 19px 5%;
  transition: background 0.3s ease;
}
.emergencyBlock__tx .mod--textLine .entriesBlock__item a {
  padding: 12px 5%;
}
@media screen and (max-width: 767px) {
  .mod--textLine .entriesBlock__item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  html.noTouchDevice .mod--textLine .entriesBlock__item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.entriesBlock__row--Half .mod--textLine .entriesBlock__item a, .entriesBlock__row--S .mod--textLine .entriesBlock__item a {
  padding-left: 0;
  padding-right: 0;
}
html.noTouchDevice .entriesBlock__row--Half .mod--textLine .entriesBlock__item a:hover, html.noTouchDevice .entriesBlock__row--S .mod--textLine .entriesBlock__item a:hover {
  text-decoration: underline;
}
.emergencyBlock__tx .entriesBlock__item a {
  color: #ff0000;
}
.entriesBlock__item figure {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 575px) {
  .entriesBlock__item figure {
    float: left;
    width: 40%;
  }
  .mod--Carousel .entriesBlock__item figure, .mod--CarouselSp .entriesBlock__item figure {
    float: none;
    width: 100%;
  }
}
.entriesBlock__item figure img {
  width: 100%;
  height: auto;
}
.mod--textLine .entriesBlock__item figure {
  display: none;
}
.entriesBlock__item img {
  width: 100%;
  height: auto;
}
.entriesBlock__item .mod--body {
  display: inline-block;
  padding-bottom: 28px;
}
@media screen and (max-width: 575px) {
  .entriesBlock__item .mod--body {
    width: 60%;
    padding: 0 10px 12px;
  }
  .mod--Carousel .entriesBlock__item .mod--body, .mod--CarouselSp .entriesBlock__item .mod--body {
    width: 100%;
    padding: 0;
  }
}
.mod--dateFirst .entriesBlock__item .mod--body {
  display: flex;
  flex-direction: column;
}
.mod--textLine .entriesBlock__item .mod--body {
  display: flex;
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .mod--textLine .entriesBlock__item .mod--body {
    width: 100%;
    flex-wrap: wrap;
  }
}
.entriesBlock__row--Half .mod--textLine .entriesBlock__item .mod--body, .entriesBlock__row--S .mod--textLine .entriesBlock__item .mod--body {
  flex-wrap: wrap;
}
.entriesBlock__row--Half .mod--textLine .entriesBlock__item .mod--body p, .entriesBlock__row--S .mod--textLine .entriesBlock__item .mod--body p {
  width: 100%;
  padding-left: 0;
  padding-top: 5px;
}
.mod--textLine .entriesBlock__item {
  width: 100%;
  margin: 0;
  border-top: 1px solid #E5E8ED;
}
.emergencyBlock__tx .mod--textLine .entriesBlock__item:first-child {
  border-top: none;
}
.mod--one .entriesBlock__item {
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .mod--one .entriesBlock__item {
    max-width: 100%;
  }
}
.entriesBlock__thumb {
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.06);
}
.entriesBlock__thumb:before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: 66.6666666667%;
}
.entriesBlock__thumb img {
  display: none;
}
.entriesBlock__btn {
  margin: 20px auto 30px;
}
.entriesBlock__btn a {
  font-size: 1.6rem;
  color: #fff;
  background-color: #802358;
  padding: 13px 42px 13px 24px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.entriesBlock__btn a::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") right center no-repeat;
  background-size: 20px 8px;
  margin-right: 15px;
}
.entriesBlock__btn a.cl_kasei {
  background-color: #EB6153;
}
.entriesBlock__btn a.cl_bungei {
  background-color: #5BB647;
}
.entriesBlock__btn a.cl_kokusai {
  background-color: #A66AAA;
}
.entriesBlock__btn a.cl_kango {
  background-color: #F08437;
}
.entriesBlock__btn a.cl_seikatu {
  background-color: #EB6D94;
}
.entriesBlock__btn a.cl_bunka {
  background-color: #3ABBC9;
}
.entriesBlock__btn a.cl_business {
  background-color: #569FD7;
}
.entriesBlock__btn a:hover {
  opacity: 0.7;
  transition: all ease 0.5s;
}
.entriesBlock__tagList {
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 575px) {
  .entriesBlock__tagList {
    margin-top: 0;
  }
}
.entriesBlock__tag {
  display: inline-block;
  margin: 10px 0 0.6em;
}
@media screen and (max-width: 575px) {
  .entriesBlock__tag {
    margin: 0;
  }
}
.entriesBlock__tagList .entriesBlock__tag {
  margin: 0 5px 5px 0;
}
.mod--textLine .entriesBlock__tag {
  order: 2;
  width: 13%;
  margin-top: 0;
  margin-bottom: 0;
}
.entriesBlock__row--S .mod--textLine .entriesBlock__tag {
  width: auto;
}
@media screen and (max-width: 575px) {
  .mod--textLine .entriesBlock__tag {
    width: auto;
    margin-right: 5px;
  }
}
.mod--noTag .entriesBlock__tag {
  display: none;
}
.entriesBlock__tag em {
  display: inline-block;
  border: 1px solid #802358;
  font-size: 1.3rem;
  color: #802358;
  padding: 0.6rem 22px;
}
@media screen and (max-width: 575px) {
  .entriesBlock__tag em {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 0.45rem 12px;
    margin: 0 0 4px;
  }
}
.mod--textLine .entriesBlock__tag em {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod--textLine .entriesBlock__tag em {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575px) {
  .mod--textLine .entriesBlock__tag em {
    padding-left: 1em;
    padding-right: 1em;
    width: auto;
  }
}
.entriesBlock__tag.tag-icon {
  display: none;
}
.entriesBlock__tag.tag-icon em {
  color: #FFF;
  background-color: #999;
  border: none;
}
.entriesBlock__tag.tag-icon.mod--color-j em {
  background-color: #8ea649;
}
.entriesBlock__tag.tag-icon.mod--color-h em {
  background-color: #59a6c6;
}
.entriesBlock__tag.tag-icon.mod--color-s em {
  background-color: #dc7d64;
}
.entriesBlock__tag.tag-icon.mod--color-p em {
  background-color: #a579ad;
}
.cat1 .entriesBlock__tag.tag-icon.tag-icon--1, .cat2 .entriesBlock__tag.tag-icon.tag-icon--2, .cat3 .entriesBlock__tag.tag-icon.tag-icon--3, .cat1.cat2.cat3 .entriesBlock__tag.tag-icon.tag-icon--C, .cat4 .entriesBlock__tag.tag-icon.tag-icon--4, .cat5 .entriesBlock__tag.tag-icon.tag-icon--5, .cat6 .entriesBlock__tag.tag-icon.tag-icon--6, .cat4.cat5.cat6 .entriesBlock__tag.tag-icon.tag-icon--H, .cat7 .entriesBlock__tag.tag-icon.tag-icon--7, .cat8 .entriesBlock__tag.tag-icon.tag-icon--8 {
  display: inline-block;
}
.cat1.cat2.cat3 .entriesBlock__tag.tag-icon.tag-icon--1, .cat1.cat2.cat3 .entriesBlock__tag.tag-icon.tag-icon--2, .cat1.cat2.cat3 .entriesBlock__tag.tag-icon.tag-icon--3, .cat4.cat5.cat6 .entriesBlock__tag.tag-icon.tag-icon--4, .cat4.cat5.cat6 .entriesBlock__tag.tag-icon.tag-icon--5, .cat4.cat5.cat6 .entriesBlock__tag.tag-icon.tag-icon--6 {
  display: none;
}
.entriesBlock.cl_kasei .entriesBlock__tag em {
  border-color: #EB6153;
  color: #EB6153;
}
.entriesBlock.cl_bungei .entriesBlock__tag em {
  border-color: #5BB647;
  color: #5BB647;
}
.entriesBlock.cl_kokusai .entriesBlock__tag em {
  border-color: #A66AAA;
  color: #A66AAA;
}
.entriesBlock.cl_kango .entriesBlock__tag em {
  border-color: #F08437;
  color: #F08437;
}
.entriesBlock.cl_seikatu .entriesBlock__tag em {
  border-color: #EB6D94;
  color: #EB6D94;
}
.entriesBlock.cl_bunka .entriesBlock__tag em {
  border-color: #3ABBC9;
  color: #3ABBC9;
}
.entriesBlock.cl_business .entriesBlock__tag em {
  border-color: #569FD7;
  color: #569FD7;
}
.entriesBlock p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.entriesBlock__list.mod--textLine .entriesBlock p {
  padding-top: 0;
}
.entriesBlock__date {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 12px 0 0 20px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .entriesBlock__date {
    padding-top: 4px;
  }
}
.entriesBlock__date::before {
  content: "";
  width: 8px;
  height: 2px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0;
  background: url("/img/common/pdDate.jpg") left center no-repeat;
  background-size: 8px 2px;
}
@media screen and (max-width: 575px) {
  .entriesBlock__date::before {
    top: 8px;
  }
}
.mod--textLine.mod--fullDate .entriesBlock__date {
  width: 12em;
}
@media screen and (max-width: 767px) {
  .mod--textLine.mod--fullDate .entriesBlock__date {
    width: 12em;
  }
}
@media screen and (max-width: 575px) {
  .mod--textLine.mod--fullDate .entriesBlock__date {
    width: 12em;
  }
}
.mod--textLine .entriesBlock__date {
  order: 1;
  padding: 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 14%;
  min-width: 80px;
}
.entriesBlock__row--Half .mod--textLine .entriesBlock__date, .entriesBlock__row--S .mod--textLine .entriesBlock__date {
  width: auto;
  padding-top: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mod--textLine .entriesBlock__date {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .mod--textLine .entriesBlock__date {
    width: 80px;
  }
}
.mod--textLine .entriesBlock__date::before {
  display: none;
}
.mod--dateFirst .entriesBlock__date {
  order: 1;
  padding-left: 0;
}
.mod--dateFirst .entriesBlock__date::before {
  display: none;
}
.entriesBlock #facebook.mt-60 {
  margin-top: 60px;
}

.ie11 .entriesBlock__btn a::before {
  background-image: url(/img/common/ic_link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 20px 8px;
}

.circleBlock {
  padding: 105px 0 135px;
}
.circleBlock h2 br {
  display: none;
}
.circleBlock.bg-gray {
  background: #f7f7f7;
}
.circleBlock__inner {
  width: 1100px;
  height: 685px;
  margin: auto;
  background: url(/img/academics/undergraduate/kango/main_course_bg.png) no-repeat center bottom;
}
.circleBlock__list {
  position: relative;
  height: 100%;
}
.circleBlock__list__link {
  position: absolute;
  width: 350px;
}
.circleBlock__list__link a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background: #FCE6D7;
  color: #3D3D3D;
}
.circleBlock__list__link a:hover .circleBlock__list__text {
  color: #F08437;
}
.circleBlock__list__link:first-child {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.circleBlock__list__link:nth-child(2) {
  top: 191px;
  right: 96px;
}
.circleBlock__list__link:nth-child(3) {
  top: 385px;
  right: 46px;
}
.circleBlock__list__link:nth-child(4) {
  bottom: 25px;
  right: 198px;
}
.circleBlock__list__link:nth-child(5) {
  bottom: 25px;
  left: 161px;
}
.circleBlock__list__link:nth-child(6) {
  bottom: 131px;
  left: -19px;
}
.circleBlock__list__link:nth-child(6) a {
  background: #fff;
}
.circleBlock__list__link:nth-child(7) {
  bottom: 217px;
  left: 11px;
}
.circleBlock__list__link:last-child {
  top: 192px;
  left: 61px;
}
.circleBlock__list__thumb {
  width: 24%;
  max-width: 84px;
  height: auto;
}
.circleBlock__list__thumb img {
  width: 100%;
  display: block;
}
.circleBlock__list__text {
  position: relative;
  padding: 10px 65px 10px 1rem;
  width: 76%;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3D3D3D;
  text-align: left;
}
.circleBlock__list__text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  width: 20px;
  height: 50px;
  display: inline-block;
  vertical-align: -1px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23F08437%22%20d%3D%22M20%2C6.62%2C10.16%2C0V5.35H0V6.54Z%22%2F%3E%3C%2Fsvg%3E") left center no-repeat;
  margin-right: 20px;
  margin-top: 2px;
  border-radius: 0;
}
.circleBlock.conpact .circleBlock__inner {
  width: 100%;
}
.circleBlock.conpact .circleBlock__list__link:nth-child(2) {
  top: 96px;
}
.circleBlock.conpact .circleBlock__list__link:nth-child(3) {
  top: 288px;
}
.circleBlock.conpact .circleBlock__list__link:nth-child(5) {
  bottom: -72px;
}
@media screen and (max-width: 1120px) {
  .circleBlock__inner {
    width: 95%;
    height: 61.1vw;
    background-size: auto 100%;
  }
  .circleBlock__list__link {
    width: 32.3%;
  }
  .circleBlock__list__link:nth-child(2) {
    top: 17vw;
    right: 8.5vw;
  }
  .circleBlock__list__link:nth-child(3) {
    top: 34.3vw;
    right: 4.1vw;
  }
  .circleBlock__list__link:nth-child(4) {
    bottom: 2.2vw;
    right: 17.6vw;
  }
  .circleBlock__list__link:nth-child(5) {
    bottom: 2.2vw;
    left: 14.3vw;
  }
  .circleBlock__list__link:nth-child(6) {
    bottom: 11.6vw;
    left: -1.6vw;
  }
  .circleBlock__list__link:nth-child(6) a {
    background: #fff;
  }
  .circleBlock__list__link:nth-child(7) {
    bottom: 19.3vw;
    left: 0.9vw;
  }
  .circleBlock__list__link:last-child {
    top: 17.1vw;
    left: 5.4vw;
  }
  .circleBlock.conpact .circleBlock__inner {
    height: 51.1vw;
  }
  .circleBlock.conpact .circleBlock__list__link {
    width: 62%;
  }
  .circleBlock.conpact .circleBlock__list__link:nth-child(2) {
    top: 8vw;
    right: 0;
  }
  .circleBlock.conpact .circleBlock__list__link:nth-child(3) {
    top: 23.9vw;
    right: 0;
  }
  .circleBlock.conpact .circleBlock__list__link:nth-child(4) {
    right: 0;
    bottom: -6vw;
  }
  .circleBlock.conpact .circleBlock__list__link:nth-child(5) {
    left: 0;
    bottom: -14vw;
  }
  .circleBlock.conpact .circleBlock__list__link:nth-child(6) {
    left: 0;
    bottom: 2vw;
  }
  .circleBlock.conpact .circleBlock__list__link:nth-child(7) {
    width: 73%;
    left: 0;
    bottom: 10vw;
  }
  .circleBlock.conpact .circleBlock__list__link:last-child {
    left: 0;
    top: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .circleBlock h2 br {
    display: block;
  }
  .circleBlock__inner {
    width: 89vw;
    height: auto;
    background: none;
  }
  .circleBlock__list__link {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    width: 100%;
    margin-bottom: 14px;
  }
  .circleBlock__list__link:first-child {
    margin-bottom: 14px;
  }
  .circleBlock__list__link:last-child {
    margin-bottom: 0;
  }
  .circleBlock__list__thumb {
    width: 24%;
    max-width: 84px;
    height: auto;
  }
  .circleBlock__list__text {
    position: relative;
    padding: 10px 65px 10px 1rem;
    width: 76%;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #3D3D3D;
    text-align: left;
  }
  .circleBlock__list__text::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 50px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 30px;
    margin-top: 2px;
    border-radius: 0;
  }
  .circleBlock.conpact .circleBlock__inner {
    position: relative;
    width: 89vw;
    height: 100%;
  }
  .circleBlock.conpact .circleBlock__list__link {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    width: 100% !important;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .entriesBlock.snsBlock .entriesBlock__row--Half .fb_iframe_widget {
    display: block !important;
    height: 430px !important;
  }
  .entriesBlock.snsBlock .entriesBlock__row--Half .fb_iframe_widget iframe {
    height: 430px !important;
  }
  .entriesBlock.snsBlock .entriesBlock__row--Half .twitter-timeline {
    margin: 0 auto;
  }
  .entriesBlock.snsBlock .entriesBlock__row--Half .twitter-timeline iframe {
    display: block !important;
    height: 430px !important;
  }
}

/*-----------------------
_helper
------------------------*/
html .smooth {
  scroll-behavior: smooth;
}

.ma0 {
  margin: 0 auto;
  text-align: center;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pl-Small {
  padding-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .pl-Small {
    padding-left: 5px !important;
  }
}

.pr-Small {
  padding-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .pr-Small {
    padding-right: 5px !important;
  }
}

.pt-Small {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt-Small {
    padding-top: 5px !important;
  }
}

.pb-Small {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb-Small {
    padding-bottom: 5px !important;
  }
}

.pl-Middle {
  padding-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .pl-Middle {
    padding-left: 10px !important;
  }
}

.pr-Middle {
  padding-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .pr-Middle {
    padding-right: 10px !important;
  }
}

.pt-Middle {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt-Middle {
    padding-top: 20px !important;
  }
}

.pb-Middle {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb-Middle {
    padding-bottom: 20px !important;
  }
}

.pl-Large {
  padding-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .pl-Large {
    padding-left: 20px !important;
  }
}

.pr-Large {
  padding-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .pr-Large {
    padding-right: 20px !important;
  }
}

.pt-Large {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt-Large {
    padding-top: 30px !important;
  }
}

.pb-Large {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb-Large {
    padding-bottom: 30px !important;
  }
}

.ml-Small {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .ml-Small {
    margin-left: 5px !important;
  }
}

.mr-Small {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .mr-Small {
    margin-right: 5px !important;
  }
}

.mt-Small {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt-Small {
    margin-top: 5px !important;
  }
}

.mb-Small {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb-Small {
    margin-bottom: 5px !important;
  }
}

.ml-Middle {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .ml-Middle {
    margin-left: 10px !important;
  }
}

.mr-Middle {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .mr-Middle {
    margin-right: 10px !important;
  }
}

.mt-Middle {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt-Middle {
    margin-top: 20px !important;
  }
}

.mb-Middle {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb-Middle {
    margin-bottom: 20px !important;
  }
}

.ml-Large {
  margin-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .ml-Large {
    margin-left: 20px !important;
  }
}

.mr-Large {
  margin-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .mr-Large {
    margin-right: 20px !important;
  }
}

.mt-Large {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt-Large {
    margin-top: 30px !important;
  }
}

.mb-Large {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb-Large {
    margin-bottom: 30px !important;
  }
}

.mt-Page {
  margin-top: 25vh !important;
}

@media screen and (max-width: 767px) {
  .mt-Large {
    margin-top: 30px !important;
  }
}
.cl-text-red {
  color: #D90000 !important;
}

.bgD90 {
  background-color: #D90000 !important;
  color: #ffffff;
  display: inline-block;
  padding: 2px 6px;
}

.corner {
  border-radius: 10px;
}

.field {
  padding: 0.5em 1em;
  margin: 1em 0;
  background: #f4f4f4;
  border-left-style: solid;
  border-left-width: 6px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.item__list {
  display: flex;
  flex-wrap: wrap;
}
.item__list.mod--threeCol {
  justify-content: space-between;
}
.item__list.mod--threeCol li {
  width: 29%;
  padding: 0 0 40px;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .item__list.mod--threeCol li {
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .item__list.mod--threeCol li {
    width: 100%;
    margin-left: 0;
  }
}
.item__list.mod--threeCol li:first-child {
  margin-left: 0;
}

.item__list li {
  width: 25%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 10px 40px;
}

.item__list li div {
  text-align: center;
}

.item__list li div img {
  width: 100%;
  height: auto;
}

.foreign {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .item__list li {
    width: 50%;
  }
}
.dammyHeader {
  border-top: #802358 5px solid;
  padding: 80px 10px;
  background-color: #B8B8B8;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .dammyHeader {
    padding: 12px 10px;
  }
}
.dammyHeader section {
  margin: 15px auto 0;
  display: block;
}
.dammyHeader ul {
  margin: 0 auto;
  display: inline-flex;
}
.dammyHeader ul li a {
  color: #EEE;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.dammyHeader ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}

.dammyFooter {
  padding: 80px 10px;
  background-color: #B8B8B8;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .dammyFooter {
    padding: 12px 10px;
  }
}

.size11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.90909;
  text-align: left;
}

.size12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  text-align: left;
}

.size13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923;
  text-align: left;
}

.size14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  text-align: left;
}

.size15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66667;
  text-align: left;
}

.size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
}

.size17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.58824;
  text-align: left;
}

.size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  text-align: left;
}

.size19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.52632;
  text-align: left;
}

.size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}

.size21 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619;
  text-align: left;
}

.size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45455;
  text-align: left;
}

.size23 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.43478;
  text-align: left;
}

.size_smaller {
  font-size: smaller;
}

.size_small {
  font-size: small;
}

.size_x-small {
  font-size: x-small;
}

.size_large {
  font-size: large;
}

.size_larger {
  font-size: larger;
}

.size_x-large {
  font-size: x-large;
}

.underLink {
  color: #0042ff;
  text-decoration: underline;
  transition: all 0.2s ease;
}

.underLink:hover {
  color: #192455;
  transition: all 0.2s ease;
}

.txLink {
  color: #0042ff;
  transition: all 0.2s ease;
}

.txLink:hover {
  color: #192455;
  transition: all 0.2s ease;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.sizeXL {
  font-size: 2.8rem !important;
  line-height: 1.38462;
  text-align: left;
}

.textS {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

.mainBlock p.lead {
  font-size: 2.8rem;
  line-height: 1;
  color: #333;
  text-align: center;
  margin: 50px 0 28px;
}

.mainBlock p.lead_sub {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #666;
  text-align: center;
  margin: 28px 0;
}

.txL {
  text-align: left !important;
}

.txC {
  text-align: center !important;
}

.txR {
  text-align: right !important;
}

.txT {
  vertical-align: top !important;
}

.txM {
  vertical-align: middle !important;
}

.txB {
  vertical-align: bottom !important;
}

.text-S {
  font-size: 80%;
}

.text-L {
  font-size: 120%;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.clRed {
  color: #802358;
}

.clBlack {
  color: #000000;
}

.colorBox.bg-white {
  background: #fff;
}

.bgRed {
  background: #802358;
  color: #ffffff;
  display: inline-block;
  padding: 2px 6px;
}

.bdrRed {
  border: 1px solid #802358;
  color: #802358;
  display: inline-block;
  padding: 0px 6px;
  vertical-align: 4px;
}

.textM,
.textSingle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85714;
  margin: 10px 0;
  text-align: left;
}
.textM--m0,
.textSingle--m0 {
  margin: 0;
}
.textM--mb0,
.textSingle--mb0 {
  margin-bottom: 0;
}
.textM--red,
.textSingle--red {
  color: #802358;
}
.textM--right,
.textSingle--right {
  text-align: right;
}
.textM--center,
.textSingle--center {
  text-align: center;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

/*-----------------------
20240220 数値の追加と削除
------------------------*/
.textPoint {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85714;
  margin: 10px 0;
  text-align: left;
  color: #802358;
  padding-left: 1.1em; /*-- 0 --*/
}
.textPoint:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.6;
  color: #802358;
}

.titleSingle {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85714;
  margin: 0 0 10px 0;
  color: #802358;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #F2E9EE;
}
.titleSingle--red {
  color: #802358;
}
.titleSingle--point {
  padding-left: 22px;
}
.titleSingle--point:before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #802358;
}

/*-----------------------
------------------------*/
.imgSingle {
  margin: 10px 0;
}
.imgSingle img {
  width: 100%;
}

.vrT {
  vertical-align: top;
}

.vrM {
  vertical-align: middle;
}

.vrB {
  vertical-align: bottom;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.imgAuto {
  width: auto !important;
}

.dsblock {
  display: block;
}

.icnBase:after, .icnMovie:after, .icnJump:after, .icnZip:after, .icnXls:after, .icnWord:after, .icnPdf:after, .icnBlank:after, .icnMail:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 11px;
  background: url(/img/common/icn_contact_univ.svg) left center no-repeat;
  background-size: contain;
  margin-left: 6px;
}

.icn {
  /* prohibit line */
}
.icnMail:after {
  width: 15px;
  height: 11px;
  background: url(/img/common/icn_contact_univ.svg) left center no-repeat;
  margin-left: 6px;
}
.icnBlank:after {
  width: 13px;
  height: 11px;
  background: url(/img/common/icn_blank_rd.svg) left center no-repeat;
  margin: 0 3px;
}
.icnPdf:after {
  width: 12px;
  height: 15px;
  background: url(/img/common/icn_pdf.svg) left center no-repeat;
  margin: 0 3px;
}
.icnWord:after {
  width: 14px;
  height: 15px;
  background: url(/img/common/icn_word.svg) left center no-repeat;
  margin-left: 3px;
}
.icnXls:after {
  width: 14px;
  height: 15px;
  background: url(/img/common/icn_excel.svg) left center no-repeat;
  margin-left: 3px;
}
.icnZip:after {
  width: 12px;
  height: 15px;
  background: url("/img/common/icn_zip.svg") left center no-repeat;
  margin-left: 3px;
}
.icnJump:after {
  width: 18px;
  height: 13px;
  background: url("/img/common/icn_jump.svg") left center no-repeat;
  margin-left: 3px;
}
.icnMovie:after {
  width: 13px;
  height: 13px;
  background: url(/img/common/icn_movie.svg) left center no-repeat;
  margin-left: 3px;
}

.scheBlock {
  margin-top: 10px;
}

.scheBlock__ti {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #333;
  font-weight: 700;
}

.scheBlock__ti--j {
  background: #5DB230;
}

.scheBlock__ti--h {
  background: #802358;
}

.aroundItem {
  position: relative;
}
.aroundItem__img {
  float: right;
  width: 42.30769%;
  margin-left: 2%;
}

.messeList {
  text-align: left;
}
.messeList__tx {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.85714;
  padding-left: 32px;
  margin-bottom: 10px;
}
.messeList__sp {
  position: absolute;
  top: 0;
  left: 0;
  color: #EB6153;
}

.numList {
  text-align: left;
}
.numList__tx {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.85714;
  padding-left: 22px;
}
.numList__sp {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}

.listItem {
  overflow: hidden;
  margin: 5px 0;
}
.listItem.lm {
  margin-left: 10px;
}
.listItem--mr .listItem__list {
  margin-bottom: 15px;
}
.listItem__list {
  list-style-type: decimal;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #3e3e3e;
  margin: 0 0 0 30px;
}
.listItemRed {
  overflow: hidden;
  margin: 10px 0;
  color: #802358;
}
.listItemRed.lm {
  margin-left: 10px;
}
.listItemRed--mr .listItemRed__list {
  margin-bottom: 15px;
}
.listItemRed__list {
  list-style-type: decimal;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #802358;
  margin: 0 0 0 20px;
  font-weight: bold;
}
.listItemKatakana {
  overflow: hidden;
  margin: 5px 0;
}
.listItemKatakana.lm {
  margin-left: 10px;
}
.listItemKatakana--mr .listItemKatakana__list {
  margin-bottom: 15px;
}
.listItemKatakana__list {
  list-style-type: katakana;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #3e3e3e;
  margin: 0 0 0 30px;
}
.listItem .listItemNone {
  overflow: hidden;
  margin: 5px 0;
}
.listItem .listItemNone.lm {
  margin-left: 10px;
}
.listItem .listItemNone--bf .listItemNone__list {
  position: relative;
  padding-left: 18px;
}
.listItem .listItemNone--bf2 .listItemNone__list {
  position: relative;
  padding-left: 24px;
}
.listItem .listItemNone__list {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #333333;
}
.listItem .listItemNone__list__bf {
  position: absolute;
  top: 0;
  left: 0;
}
.listItem .listItemPoint {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.listItem .listItemPoint.lm {
  margin-left: 10px;
}
.listItem .listItemPoint.lm2 {
  margin-left: 18px;
}
.listItem .listItemPoint__list {
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 1.85714;
  color: #333333;
  padding-left: 14px;
}
.listItem .listItemPoint__list:before {
  content: "?";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.listItemNone {
  overflow: hidden;
  margin: 5px 0;
}
.listItemNone.lm {
  margin-left: 10px;
}
.listItemNone--bf .listItemNone__list {
  position: relative;
  padding-left: 18px;
}
.listItemNone--bf2 .listItemNone__list {
  position: relative;
  padding-left: 24px;
}
.listItemNone__list {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #3e3e3e;
}
.listItemNone__list__bf {
  position: absolute;
  top: 0;
  left: 0;
}
.listItemCircle {
  overflow: hidden;
  margin: 5px 0;
}
.listItemCircle.lm {
  margin-left: 10px;
}
.listItemCircle__list {
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #3e3e3e;
  padding-left: 16px;
  font-weight: normal;
}
.listItemCircle__list:before {
  content: "●";
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 2.25;
  color: #802358;
  position: absolute;
  top: 6px;
  left: 0;
}
.listItemCircle__list.cl_kasei:before {
  color: #EB6153;
}
.listItemCircle__list.cl_bungei:before {
  color: #5BB647;
}
.listItemCircle__list.cl_kokusai:before {
  color: #A66AAA;
}
.listItemCircle__list.cl_kango:before {
  color: #F08437;
}
.listItemCircle__list.cl_business:before {
  color: #569FD7;
}
.listItemCircle__list.cl_ken_design:before {
  color: #00B097;
}
.listItemCircle__list.cl_seikatu:before {
  color: #EB6D94;
}
.listItemCircle__list.cl_bunka:before {
  color: #3ABBC9;
}
.listItemCircleS, .listItemPoint {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.listItemCircleS.lm, .listItemPoint.lm {
  margin-left: 10px;
}
.listItemCircleS.lm2, .listItemPoint.lm2 {
  margin-left: 18px;
}
.listItemCircleS__list, .listItemPoint__list {
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #3e3e3e;
  padding-left: 14px;
}
.listItemCircleS__list:before, .listItemPoint__list:before {
  content: "?";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.listItemDecimal {
  list-style: inside;
}
.listItemDecimal__list {
  position: relative;
  list-style: decimal;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #3e3e3e;
  margin-left: 1.5em;
}

.listItemPoint--border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.nameIcn {
  display: inline-block;
  margin: 4px 2px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 10px;
  background: #A66AAA;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.nameIcn:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.nameIcn &gt; a {
  color: #ffffff;
  border: none;
  text-decoration: none;
}

.pdfLink {
  display: inline-block;
}
.pdfLink:after {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: -3px;
  background: url(/img/common/icn_pdf.svg) left center no-repeat;
  background-size: 21px 21px;
  margin-left: 6px;
}

.wordLink {
  display: inline-block;
}
.wordLink:after {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: -3px;
  background: url(/img/common/icn_word.svg) left center no-repeat;
  background-size: 21px 21px;
  margin-left: 6px;
}

.xlsLink {
  display: inline-block;
}

.ecxelLink:after {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: -3px;
  background: url(/img/common/icn_excel.svg) left center no-repeat;
  background-size: 21px 21px;
  margin-left: 6px;
}

.minLinkItem {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .minLinkItem {
    display: block;
  }
}
.minLinkItem--full .minLinkItem__list {
  width: 100%;
  margin-left: 0;
}
.minLinkItem__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 48.66%;
  margin: 10px 2.6667% 10px 0;
}
@media screen and (max-width: 768px) {
  .minLinkItem__list {
    width: 100%;
  }
}
.minLinkItem__list:nth-child(2n) {
  clear: both;
  margin-right: 0;
}
.minLinkItem__list__img {
  width: 30%;
}
.minLinkItem__list__img__in {
  position: relative;
  display: block;
  overflow: hidden;
}
.minLinkItem__list__img__in img {
  width: 100%;
  height: auto;
}
.minLinkItem__list__img__in:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.minLinkItem__list__text {
  width: 70%;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
}
.minLinkItem__list__text__link {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #3e3e3e;
  text-decoration: underline;
  padding-left: 15px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px 10px;
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.minLinkItem__list__text__txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  margin-top: 5px;
  color: #3e3e3e;
}
.minLinkItem__list--blank .minLinkItem__list__text__link {
  background: url(/img/common/icn_blank_rd_side.png) left 8px no-repeat;
  background-size: 11px 9px;
}
.minLinkItem__list:hover .minLinkItem__list__img__in:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.minLinkItem__list:hover .minLinkItem__list__text__link {
  color: #802358;
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #F7F7F7;
}

.bg-flesh {
  background: #FCF9F2 !important;
}

.imgLinkItem {
  overflow: hidden;
}
.imgLinkItem--seikatu .imgLinkItem__list__link__text {
  color: #ffffff;
  background: url(/img/common/ar_ri_white.png) 20px center no-repeat;
  background-size: 6px 10px;
  background-color: rgba(219, 80, 58, 0.9);
}
.imgLinkItem--seikatu .imgLinkItem__list__link:after {
  background: #EB6D94;
}
.imgLinkItem--one .imgLinkItem__list {
  float: none;
  width: 100%;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.imgLinkItem--one .detailLink__list__link--pdf:before {
  display: none;
}
.imgLinkItem--mt0 .imgLinkItem__list {
  margin-top: 0;
}
.imgLinkItem--three {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.imgLinkItem--three .imgLinkItem__list {
  width: 32%;
  margin: 16px 2% 16px 0;
  overflow: hidden;
}
.imgLinkItem--three .imgLinkItem__list:nth-child(3n) {
  clear: both;
  margin-right: 0;
}
.imgLinkItem--three .detailLink__list__link--pdf:before {
  display: none;
}
.imgLinkItem--four .imgLinkItem__list {
  float: left;
  width: 22.11538%;
  margin: 10px 0 22px 3.84615%;
  overflow: hidden;
}
.imgLinkItem--four .imgLinkItem__list:nth-child(2n+1) {
  clear: inherit;
  margin-left: 3.84615%;
}
.imgLinkItem--four .imgLinkItem__list:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.imgLinkItem--four .detailLink__list__link--pdf:before {
  display: none;
}
.imgLinkItem__list {
  width: 400px;
  margin: 10px 0 22px 32px;
  overflow: hidden;
}
.imgLinkItem__list__link {
  position: relative;
  display: block;
  overflow: hidden;
}
.imgLinkItem__list__link__img {
  width: 100%;
}
.imgLinkItem__list__link--blank .imgLinkItem__list__link__text {
  background: url(/img/common/icn_blank_rd_side.png) 15px center no-repeat;
  background-size: 11px 9px;
  background-color: rgba(239, 236, 236, 0.9);
}
.imgLinkItem__list__link:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #802358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.imgLinkItem__list__link:hover:after {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.imgLinkItem__list__link__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.42857;
  color: #3e3e3e;
  text-decoration: none;
  padding: 10px 10px 10px 35px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 6px 10px;
  background-color: rgba(239, 236, 236, 0.9);
}
.imgLinkItem__list__link__text--blank {
  background: url(/img/common/icn_blank_rd_side.png) 15px center no-repeat;
  background-size: 11px 9px;
  background-color: rgba(239, 236, 236, 0.9);
}

.movieThumBlock {
  margin-top: 10px;
}
.movieThumBlock__item {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.movieThumBlock__list {
  margin-bottom: 1.5%;
  margin-top: 0;
  width: 32.3%;
  max-width: 350px;
  text-align: left;
  margin-right: 1.5%;
}
.movieThumBlock__list:nth-child(3n) {
  margin-right: 0;
}
.movieThumBlock__movie {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.57143;
  padding-left: 28px;
  text-decoration: underline;
  box-sizing: border-box;
}
.movieThumBlock__movie:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23802358%22%20d%3D%22M10%2C20A10%2C10%2C0%2C1%2C1%2C20%2C10%2C10%2C10%2C0%2C0%2C1%2C10%2C20ZM13.65%2C9.09H10.91V6.36a.91.91%2C0%2C1%2C0-1.82%2C0V9.09H6.36a.91.91%2C0%2C1%2C0%2C0%2C1.82H9.09v2.74a.91.91%2C0%2C0%2C0%2C1.82%2C0V10.91h2.74a.9.9%2C0%2C0%2C0%2C.91-.91A.93.93%2C0%2C0%2C0%2C13.65%2C9.09Z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.movieThumBlock__movie:hover {
  text-decoration: none;
}
.movieThumBlock__link__img {
  position: relative;
  width: 100%;
}
.movieThumBlock__link__img img {
  width: 100%;
}
.movieThumBlock__link__tx {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
  color: #333333;
  margin-top: 5px;
}

.borderDecoration {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .borderDecoration {
    padding-top: 20px;
  }
}
.borderDecoration:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: url("/img/common/ft_bg.png") no-repeat top left;
  background-color: #802358;
  background-size: auto 40px;
}
@media screen and (max-width: 768px) {
  .borderDecoration:before {
    padding-top: 20px;
    background-size: auto 20px;
  }
}

.colorBox {
  position: relative;
  background: #faf7e9;
}
.colorBox__ti {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #802358;
  font-weight: bold;
  padding: 20px;
}
.colorBox__ti:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  vertical-align: -4px;
  background: #802358;
  border-radius: 2px;
  margin-right: 10px;
}
.colorBox__tx {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 0 20px;
}
.colorBox__img {
  width: 100%;
  margin-top: 20px;
}
.colorBox__img img {
  width: 100%;
}

.itemList--lg .itemList__list {
  margin: 15px 0;
}
.itemList--ml .itemList__list {
  margin: 0 15px;
}
.itemList__list {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85714;
}
.itemList__list strong {
  color: #802358;
}

.coverBox {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.coverBox--kokusai .coverBox__list__link {
  background: #ede1ee;
}
.coverBox--kokusai .coverBox__list__link__ti {
  color: #a66aaa;
}
.coverBox--kokusai .coverBox__list__link__tx {
  color: #a66aaa;
}
.coverBox--kokusai .coverBox__list__link:after {
  background: #a66aaa;
}
.coverBox__list {
  width: 32%;
  margin: 16px 2% 16px 0;
  overflow: hidden;
}
.coverBox__list:nth-child(3n) {
  clear: both;
  margin-right: 0;
}
.coverBox__list__link {
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
}
.coverBox__list__link__ti {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: bold;
  padding: 15px 10px 15px 15px;
}
.coverBox__list__link__img {
  width: 100%;
}
.coverBox__list__link__img img {
  width: 100%;
}
.coverBox__list__link__tx {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.71429;
  padding: 15px 10px 15px 15px;
}
.coverBox__list__link__over {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -58px 0 0 -90px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.coverBox__list__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.coverBox__list__link:hover .coverBox__list__link__over {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.coverBox__list__link:hover:after {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.pop {
  position: relative;
}
.pop__link {
  color: #5466b3;
}
.pop__text {
  display: none;
  position: absolute;
  top: -7px;
  right: -345px;
  background: #fff2c5;
  width: 338px;
  padding: 7px;
  text-align: left;
  z-index: 10;
}
.pop__text.long {
  transform: translateY(-30%);
}

.lineEl {
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 10px;
}

.lineElL {
  position: absolute;
  top: 0;
  left: -2px;
  background: #ffffff;
  width: 10px;
  height: 350px;
}

.lineElR {
  position: absolute;
  top: 0;
  right: -2px;
  background: #ffffff;
  width: 10px;
  height: 150px;
}

.posRe {
  position: relative;
  background: none;
}

.secSliderItem {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 380px;
  overflow: hidden;
  z-index: 10;
}
.secSliderItem__item {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -180px;
  width: 840px;
  height: 380px;
  overflow: hidden;
}
.secSliderItem.kasei:after {
  background: url(/img/academics/undergraduate/kasei/main_cover.png);
  background-size: 100% auto;
}
.secSliderItem.bungei:after {
  background: url(/img/academics/undergraduate/bungei/main_cover.png);
  background-size: 100% auto;
}
.secSliderItem.kokusai:after {
  background: url(/img/academics/undergraduate/kokusai/main_cover.png);
  background-size: 100% auto;
}
.secSliderItem.kango:after {
  background: url(/img/academics/undergraduate/kango/main_cover.png);
  background-size: 100% auto;
}
.secSliderItem.seikatu:after {
  background: url(/img/academics/junior_college/seikatu/main_cover.png);
  background-size: 100% auto;
}
.secSliderItem.bunka:after {
  background: url(/img/academics/junior_college/bunka/main_cover.png);
  background-size: 100% auto;
}
.secSliderItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 1400px;
  height: 380px;
}
.secSliderItem__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.foodBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foodBox__list {
  width: 44%;
  padding: 0 10px;
  box-sizing: border-box;
}
.foodBox__list img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.foodBox__list:first-child {
  width: 26%;
}
.foodBox__list:first-child img {
  width: 100%;
  max-width: 282px;
  height: auto;
}
.foodBox__list:last-child {
  width: 30%;
}

.titleCal {
  position: relative;
  text-align: left;
  display: block;
  color: #802358;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #F2E9EE;
}
.titleCal__num {
  position: relative;
  display: block;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  vertical-align: middle;
}

.titleTime {
  position: relative;
  text-align: left;
  width: 100%;
  display: table;
  border: 3px solid #802358;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
.titleTime--long .titleTime__num {
  width: 210px;
}
.titleTime__num {
  position: relative;
  display: table-cell;
  padding: 10px 0;
  width: 115px;
  background: #802358;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.titleTime__tx {
  position: relative;
  display: table-cell;
  padding: 5px 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  text-align: left;
  vertical-align: middle;
}

.middleBlock {
  margin: 0 40px;
}
.middleBlock p {
  background-color: #802358;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  padding: 7px 0 5px;
}
.middleBlock ol {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  color: #802358;
}
.middleBlock ol li {
  margin: 16px 0;
}
.middleBlock ol li span {
  font-size: 130%;
}

.vision_textBlock {
  margin: 50px 0 0;
}
.vision_textBlock__title {
  border-bottom: 1px solid #802358;
  border-top: 1px solid #802358;
  color: #802358;
  padding: 11px 0 10px;
  text-align: left;
  margin: 26px 0 16px;
  font-size: 20px;
  font-size: 2rem;
}
.vision_textBlock__title span {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 8px 0 0;
}
.vision_textBlock__title br {
  display: none;
}

.yochien-indexBlock {
  display: none;
}

.policy__titleBlock h2 {
  color: #802358;
  font-size: 3rem;
  font-weight: bold;
}
.policy__titleBlock p {
  margin-top: 15px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}

.voice-secBlock .columnBox__list p {
  padding-left: 28px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF95B9%22%20d%3D%22M512%2C217.098C512%2C88.186%2C397.392%2C3.765%2C256%2C3.765S0%2C88.186%2C0%2C217.098c0%2C79.52%2C55.216%2C154.785%2C155.608%2C213.344%20%20%20l133.02%2C77.794l-13.216-78.402C407.726%2C422.47%2C512%2C340.049%2C512%2C217.098z%22%20%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left 5px;
}

.voice-secBlock .columnBox__list {
  margin: 0 0 16px 2.85714%;
}
.voice-secBlock .columnBox__list:first-child {
  margin-left: 0;
}

.pagerBlock {
  width: 100%;
  margin-top: 28px;
  display: block;
  justify-content: center;
  flex-wrap: wrap;
}
.pagerBlock__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagerBlock__link {
  font-size: 1.2rem;
  border: 1px solid #802358;
  background: #fff;
  margin-left: 6px;
  transition: all ease 0.5s;
}
.pagerBlock__link:first-child {
  margin-left: auto;
}
.pagerBlock__link:last-child {
  margin-right: auto;
}
.pagerBlock__link a {
  display: block;
  width: 26px;
  height: 26px;
  padding: 7px 0;
  color: #802358;
  text-decoration: none;
}
.pagerBlock__link a:link, .pagerBlock__link a:visited {
  color: #802358;
}
.pagerBlock__link.mod--current {
  background: #802358;
}
.pagerBlock__link.mod--current a {
  color: #fff;
}
.pagerBlock__link.mod--dots {
  border: 0;
  width: 10px;
  height: 12px;
  padding: 0;
}
.pagerBlock__link:hover {
  background: #802358;
}
.pagerBlock__link:hover a {
  color: #fff;
}
.pagerBlock__link.mod--space {
  min-width: 220px;
  border: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 540px) {
  .pagerBlock__link.mod--space {
    min-width: 100px;
  }
}
.pagerBlock__link.mod--space:hover {
  background: #fff;
}
.pagerBlock__link.mod--nolink {
  pointer-events: none;
  border-color: #eee;
}
.pagerBlock__link.mod--nolink span {
  color: #eee;
  display: block;
  width: 26px;
  height: 26px;
  padding: 7px 0;
}

@media screen and (max-width: 1280px) {
  .imgLinkItem--three .imgLinkItem__list {
    width: 49%;
  }
  .imgLinkItem--three .imgLinkItem__list:nth-child(even) {
    margin-right: 0%;
  }
  .imgLinkItem--three .imgLinkItem__list:nth-child(3n) {
    clear: both;
    margin-right: auto;
  }
  .coverBox .coverBox__list {
    width: 49%;
  }
  .coverBox .coverBox__list:nth-child(even) {
    margin-right: 0;
  }
  .coverBox .coverBox__list:nth-child(3n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .foodBox {
    justify-content: center;
  }
  .foodBox__list {
    width: 100%;
    padding: 10px;
  }
  .foodBox__list:first-child {
    width: 100%;
  }
  .foodBox__list:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainBlock p.lead {
    font-size: 2.3rem;
    line-height: 1.3913;
    color: #333;
    text-align: center;
    margin: 39px 0 15px;
  }
  .mainBlock p.lead_sub {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666;
    text-align: left;
    margin: 15px 0;
  }
  .bannerBlock {
    position: relative;
    width: 100%;
    background: url(/img/top/banner/bnr_bg.png) left top repeat;
    background-size: 100%;
  }
  .bannerBlock.univ {
    background: #802358 url(/img/univ/common/header_bg.png) top center repeat;
    background-size: cover;
  }
  .bannerBlock__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .bannerBlock__inner__btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 8%;
    display: none;
    opacity: 1;
    transition: none;
    z-index: 1;
  }
  .bannerBlock__inner__btn:hover {
    opacity: 1;
    transition: none;
  }
  .bannerBlock__inner__btn img {
    width: 100%;
  }
  .bannerBlock__inner__btn--prev {
    left: 0;
  }
  .bannerBlock__inner__btn--next {
    right: 0;
  }
  .bannerBlock__inner__slide {
    position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 4.6875% 0;
    margin: 0 4.6875%;
  }
  .bannerBlock__inner__slide__item {
    position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .bannerBlock__inner__slide__item__list {
    position: relative;
    float: left;
    margin: 0;
  }
  .bannerBlock__inner__slide__item__list img {
    width: 100%;
  }
  .bannerBlock__inner__slide__item__list__link {
    display: block;
    border: 1px solid #dadada;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .size11 {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.88889;
    text-align: left;
  }
  .size12 {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
  }
  .size13 {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.72727;
    text-align: left;
  }
  .size14 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    text-align: left;
  }
  .size15 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.61538;
    text-align: left;
  }
  .size16 {
    font-size: 1.4rem;
    line-height: 1.57143;
    text-align: left;
  }
  .size17 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.53333;
    text-align: left;
  }
  .size18 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .size19 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.47059;
    text-align: left;
  }
  .size20 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
    text-align: left;
  }
  .size21 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.42105;
    text-align: left;
  }
  .size22 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
  }
  .size23 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.38095;
    text-align: left;
  }
  .size24 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
    text-align: left;
  }
  .sizeXL {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }
  .txL {
    text-align: left;
  }
  .txC {
    text-align: center;
  }
  .txR {
    text-align: right;
  }
  .txtL {
    text-align: left;
  }
  .txtC {
    text-align: center;
  }
  .txtR {
    text-align: right;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clRed {
    color: #802358;
  }
  .clBlack {
    color: #000000;
  }
  .bgRed {
    background: #802358;
    color: #ffffff;
    display: inline-block;
    padding: 2px 6px;
  }
  .bdrRed {
    border: 1px solid #802358;
    color: #802358;
    display: inline-block;
    padding: 0px 6px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .movieThumBlock {
    margin-top: 10px;
  }
  .movieThumBlock__list {
    margin-bottom: 2%;
    margin-top: 0;
    width: 49%;
    max-width: 100%;
    text-align: left;
    margin-right: 2%;
  }
  .movieThumBlock__list:nth-child(3n) {
    margin-right: 2%;
  }
  .movieThumBlock__list:nth-child(2n) {
    margin-right: 0;
  }
  .titleCal {
    position: relative;
    text-align: left;
    display: block;
    color: #802358;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #F2E9EE;
  }
  .titleCal__num {
    position: relative;
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    vertical-align: middle;
  }
  .titleTime {
    position: relative;
    text-align: left;
    width: 100%;
    display: table;
    border: 2px solid #802358;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .titleTime--long .titleTime__num {
    padding-left: 5px;
    text-align: left;
    width: 85px;
  }
  .titleTime__num {
    position: relative;
    display: table-cell;
    padding: 5px 0;
    width: 85px;
    background: #802358;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22222;
    text-align: center;
    vertical-align: middle;
  }
  .titleTime__tx {
    position: relative;
    display: table-cell;
    padding: 2px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
    text-align: left;
    vertical-align: middle;
  }
  .middleBlock {
    margin: 0 40px;
  }
  .middleBlock p {
    background-color: #802358;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    padding: 7px 0 5px;
  }
  .middleBlock ol {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    color: #802358;
  }
  .middleBlock ol li {
    margin: 16px 0;
  }
  .middleBlock ol li span {
    font-size: 130%;
  }
  .yochien-indexBlock {
    display: none;
  }
  .voice-secBlock .colorBlock {
    padding: 15px;
  }
  .voice-secBlock .columnBox__list {
    margin-left: 0;
    min-height: 100% !important;
  }
}
@media screen and (max-width: 375px) {
  .imgLinkItem--three .imgLinkItem__list {
    width: 100%;
    margin-right: 0;
  }
  .movieThumBlock {
    margin-top: 10px;
  }
  .movieThumBlock__list {
    margin-bottom: 2%;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-right: 0%;
  }
  .movieThumBlock__list:nth-child(3n) {
    margin-right: 0;
  }
  .movieThumBlock__list:nth-child(2n) {
    margin-right: 0;
  }
  .coverBox .coverBox__list {
    width: 100%;
    margin-right: 0;
  }
}
.univNavBlock {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto 20px auto;
}
.univNavBlock--three .univNavBlock__link {
  width: 33.3%;
}
.univNavBlock__link {
  position: relative;
  width: 50%;
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #004444;
  padding: 15px 15px 15px 25px;
  border: 1px solid #cecece;
  vertical-align: middle;
  background: #ffffff;
  transition: background 0.3s ease;
}
.univNavBlock__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 6px;
  height: 10px;
  transform: translate(0, -50%);
  background-image: url(/img/common/ic_arrow_right_univ.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: left top;
}
.univNavBlock__link.ac {
  background: #802358;
  color: #ffffff;
}
.univNavBlock__link.ac:before {
  background-image: url(/img/common/ic_arrow_right_white.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}
.univNavBlock__link.ac:hover {
  background: #802358;
  transition: none;
}
.univNavBlock:hover {
  background: #E6D3DE;
  transition: background 0.3s ease;
}

.english table .club {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .english table .club {
    width: 49%;
  }
}
@media screen and (max-width: 375px) {
  .english table .club {
    width: 100%;
    margin-right: 0;
  }
}
.english table .club:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .english table .club:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 375px) {
  .english table .club:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .english table .club:nth-child(2n) {
    margin-right: 0%;
  }
}

.english .flobject {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .english .flobject {
    margin: 0 auto 40px;
  }
}
.english .flobject img {
  width: 23%;
  max-width: 165px;
  height: auto;
  border: 5px solid #E8E8E8;
  box-sizing: border-box;
  margin-right: 2.6%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .english .flobject img {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    max-width: 100%;
  }
}
.english .flobject img:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 375px) {
  .english .flobject img:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .english .flobject img:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 375px) {
  .english .flobject img:nth-child(2n) {
    margin-right: 0%;
  }
}

.mod--bgcolor-default {
  background-color: #802358 !important;
}

.mod--bgcolor-thin-default {
  background-color: #F2E9EE !important;
}

.mod--bgcolor-gray {
  background-color: #f0f0f0 !important;
}

.mod--bgcolor-white {
  background-color: #fff !important;
}

.util--border {
  border: 1px #ccc solid;
}

.imgLinkItem__list__link__text,
.minLinkItem__list__text__link {
  background-repeat: no-repeat;
  background-size: 6px 10px;
}
.ie11 .imgLinkItem__list__link__text,
.ie11 .minLinkItem__list__text__link {
  background-image: url(/img/common/ic_arrow_right_univ.svg) !important;
}
.ie11 .imgLinkItem__list__link__text.detailLink__list__link,
.ie11 .minLinkItem__list__text__link.detailLink__list__link {
  background-image: none !important;
}
.ie11.chukou .imgLinkItem__list__link__text,
.ie11.chukou .minLinkItem__list__text__link {
  background-image: url(/img/common/ic_arrow_right_chukou.svg) !important;
}
.ie11.nichukou .imgLinkItem__list__link__text,
.ie11.nichukou .minLinkItem__list__text__link {
  background-image: url(/img/common/ic_arrow_right_nichukou.svg) !important;
}
.ie11.muse .imgLinkItem__list__link__text,
.ie11.muse .minLinkItem__list__text__link {
  background-image: url(/img/common/ic_arrow_right_muse.svg) !important;
}
.ie11.yochien .imgLinkItem__list__link__text,
.ie11.yochien .minLinkItem__list__text__link {
  background-image: url(/img/common/ic_arrow_right_yochien.svg) !important;
}

/*  */
.cms_preview {
  font-size: 62.5% !important;
}
.cms_preview body {
  font-size: 62.5%;
}
.cms_preview .wrapper {
  padding-top: 200px;
}
.cms_preview .wrapper .topBlock::before {
  display: none;
}

.business .imgLinkItem__list__link:after {
  background: #569FD7;
}
.business .imgLinkItem__list__link__text {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23569FD7%22%20d%3D%22M4.57%2C5.547%2C1.23%2C8.937a.713.713%2C0%2C0%2C1-.51.21.72.72%2C0%2C0%2C1-.51-1.21l3.34-3.41L.21%2C1.167a.72.72%2C0%2C0%2C1%2C1-1l4.38%2C4.36Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6px 10px;
  background-color: rgba(239, 236, 236, 0.9);
}

/*lib #tab2 border-color*/
div#tab2 {
  background-color: #FFF;
  border-top: 10px solid #A70C0C !important;
  border-right: thin solid #A70C0C !important;
  border-bottom: thin solid #A70C0C !important;
  border-left: thin solid #A70C0C !important;
}

/**/
.btn-entry {
  display: inline-block;
  padding: 0.4em 1em;
  background-color: #adb5bd;
  border: 4px solid #dee2e6;
  border-radius: 8px;
  color: #f8f9fa;
  line-height: 1.2;
}
.btn-entry em {
  display: block;
}
@media screen and (max-width: 594px) {
  .btn-entry em {
    display: inline-block;
  }
}
@media screen and (max-width: 594px) {
  .btn-entry em:nth-child(n+2)::before {
    content: "?";
  }
}

a.btn-entry {
  background-color: #3D65D6;
  border-color: #EBEFFB;
  color: #fff;
}/*# sourceMappingURL=base.css.map */</pre></body></html>