@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500");
@import url("https://fonts.googleapis.com/css?family=Taviraj:400,500");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
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, strong, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.l-header .navsublist__item--link, .l-header .naviconlist__item--link, .l-header .navmainlist__item--link {
  color: #333333;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
}

.l-header .navsublist__item--link:visited, .l-header .naviconlist__item--link:visited, .l-header .navmainlist__item--link:visited {
  color: #333333;
}

.l-header .navsublist__item--link:hover, .l-header .naviconlist__item--link:hover, .l-header .navmainlist__item--link:hover {
  color: #a5252d;
}

.l-header--transparent .navsublist__item--link, .l-header--transparent .naviconlist__item--link, .l-header--transparent .navmainlist__item--link, .l-footer .c-container .footermainlist__item--link,
.l-footer .c-container .footersublist__item--link,
.l-footer .c-container .footerthirdlist__item--link {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.l-header--transparent .navsublist__item--link:visited, .l-header--transparent .naviconlist__item--link:visited, .l-header--transparent .navmainlist__item--link:visited, .l-footer .c-container .footermainlist__item--link:visited,
.l-footer .c-container .footersublist__item--link:visited,
.l-footer .c-container .footerthirdlist__item--link:visited, .l-header--transparent .navsublist__item--link:hover, .l-header--transparent .naviconlist__item--link:hover, .l-header--transparent .navmainlist__item--link:hover, .l-footer .c-container .footermainlist__item--link:hover,
.l-footer .c-container .footersublist__item--link:hover,
.l-footer .c-container .footerthirdlist__item--link:hover {
  color: #ffffff;
}

.btn-flowAction {
  display: block;
  position: relative;
  background: #ffffff;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-flowAction .img-block,
.btn-flowAction .body-block {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-flowAction::after {
  content: "";
  height: 2px;
  position: absolute;
  background: #a5252d;
  bottom: 0;
  right: 0;
  width: 100%;
}

.btn-flowAction:hover .img-block,
.btn-flowAction:hover .body-block {
  opacity: .7;
}

.btn-flowAction:hover::after {
  -webkit-animation: btn-flowAction .5s 1 ease;
  animation: btn-flowAction .5s 1 ease;
}

.btn-moveAction > span::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #a5252d;
  border-bottom: 2px solid #a5252d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: left .3s;
  transition: left .3s;
}

.btn-moveAction:hover > span::before {
  left: 35px;
}

@media screen and (max-width: 768px) {
  .btn-moveAction > span::before {
    left: 15px;
  }
  .btn-moveAction:hover > span::before {
    left: 25px;
  }
}

br.pc {
  display: inline;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .multi {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/**
 * Base
 */
button,
input[type="button"],
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}

button,
input,
select,
textarea {
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="text"],
textarea {
  color: inherit;
  font-family: inherit;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

img {
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 'Noto Sans JP';
  letter-spacing: 1px;
  line-height: 1.8;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

a {
  text-decoration: none;
  -webkit-transition-property: opacity, color;
  transition-property: opacity, color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

p {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

.l-wrapper .l-contents main > *:last-child {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-wrapper .l-contents main > *:last-child {
    padding-bottom: 50px;
  }
}

.bg-white {
  background-color: #ffffff;
}

.heading-xxl {
  font-family: 'Taviraj', serif;
  font-size: 4rem;
  letter-spacing: .14em;
}

@media screen and (max-width: 768px) {
  .heading-xxl {
    font-size: 2.9rem;
  }
}

.heading-xl {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.5rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .heading-xl {
    font-size: 2.4rem;
  }
}

.heading-l {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.2rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .heading-l {
    font-size: 2.2rem;
  }
}

.heading-m {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  border-bottom: 1px solid #a5252d;
  font-size: 2.6rem;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .heading-m {
    font-size: 1.8rem;
  }
}

.heading-s {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.2rem;
  letter-spacing: 2.1px;
}

@media screen and (max-width: 768px) {
  .heading-s {
    font-size: 1.6rem;
  }
}

table {
  border: none;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 100%;
}

table th {
  background: #d6d3d3;
  font-weight: bold;
  vertical-align: middle;
}

table tr {
  vertical-align: middle;
}

table td {
  background: #ffffff;
  border-left: 1px solid rgba(178, 176, 176, 0.4);
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  vertical-align: middle;
}

table td:first-of-type {
  border-left: 0;
}

table td[rowspan] {
  border-right: 1px solid rgba(178, 176, 176, 0.4);
}

table thead th {
  border-left: 1px solid rgba(178, 176, 176, 0.4);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
}

table thead th:first-of-type {
  border-left: 0;
}

table tbody th {
  border-right: 1px solid rgba(178, 176, 176, 0.4);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  text-align: left;
  width: 13.17716vw;
}

table tbody tr {
  border-top: 1px solid rgba(178, 176, 176, 0.4);
}

table tbody tr:first-of-type {
  border-top: 0;
}

table thead + tbody td {
  vertical-align: top;
}

table a {
  color: #a5252d;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

table a:link, table a:visited, table a:hover, table a:active {
  color: #a5252d;
}

table a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  table {
    font-size: 1.3rem;
  }
  table td {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  table thead th,
  table tbody th {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  table thead th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  table tbody th {
    width: 29.33333vw;
  }
}

.textBtn--link {
  display: table;
  position: relative;
  margin: auto;
  width: 280px;
  height: 55px;
  background-color: white;
}

.textBtn--link[target="_blank"] .text::after {
  content: url("../images/icon_external.png");
  display: inline-block;
  margin: 0 3px;
}

.textBtn--link[href$=".pdf"] .text::after {
  content: url("../images/icon_pdf.png");
  display: inline-block;
  margin: 0 3px;
}

.textBtn--link > span {
  display: table-cell;
  padding: 5px 43px;
  background-color: #382d2e;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.textBtn--link > span::before, .textBtn--link > span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.textBtn--link > span::before {
  right: 0;
  width: 40px;
  background-color: white;
}

.textBtn--link > span::after {
  left: 100%;
  width: 20px;
  background-color: #382d2e;
}

.textBtn--link:hover > span {
  opacity: .7;
}

.textBtn--link:hover > span::before, .textBtn--link:hover > span::after {
  opacity: .7;
}

.textBtn--link:hover > span::before {
  width: 20px;
}

@media screen and (max-width: 768px) {
  .textBtn--link {
    width: 265px;
    height: 49px;
  }
  .textBtn--link > span {
    padding: 5px 33px;
  }
  .textBtn--link > span::before {
    width: 30px;
  }
}

.linkList--link {
  color: #333333;
  display: block;
  font-size: 1.5rem;
  height: 100%;
  line-height: 1.6;
  position: relative;
}

.linkList--link .textwrapper {
  display: block;
  position: relative;
}

.linkList--link .textwrapper .text {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .linkList--link {
    font-size: 1.4rem;
  }
}

.rulelink .linkList--link {
  border-top: 1px solid #a5252d;
}

.rulelink .linkList--link[target="_blank"] .text::after {
  content: url("../images/icon_external_r.png");
  display: inline-block;
  margin: 0 3px;
}

.rulelink .linkList--link[href$=".pdf"] .text::after {
  content: url("../images/icon_pdf_r.png");
  display: inline-block;
  margin: 0 3px;
}

.rulelink .linkList--link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.92826vw;
  height: 1px;
  background-color: #a5252d;
  -webkit-transition: width .3s;
  transition: width .3s;
}

@media screen and (max-width: 768px) {
  .rulelink .linkList--link::before {
    width: 10.66667vw;
  }
}

.rulelink .linkList--link .textwrapper {
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .rulelink .linkList--link .textwrapper {
    padding: 18px 0;
  }
}

.rulelink .linkList--link .textwrapper .text {
  padding-right: 4.02635vw;
  padding-left: 0.73206vw;
}

.rulelink .linkList--link .textwrapper .text::before {
  content: "";
  position: absolute;
  right: 1.24451vw;
  top: 7.5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #a5252d;
  border-bottom: 2px solid #a5252d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right .3s;
  transition: right .3s;
}

@media screen and (max-width: 768px) {
  .rulelink .linkList--link .textwrapper .text {
    padding: 0 8vw 0 1.33333vw;
  }
  .rulelink .linkList--link .textwrapper .text::before {
    right: 2.66667vw;
  }
}

.rulelink .linkList--link:hover::before {
  width: 8.78477vw;
}

@media screen and (max-width: 768px) {
  .rulelink .linkList--link:hover::before {
    width: 24vw;
  }
}

.rulelink .linkList--link:hover .text::before {
  right: 0.21962vw;
}

@media screen and (max-width: 768px) {
  .rulelink .linkList--link:hover .text::before {
    right: 0.26667vw;
  }
}

.boxlink .linkList--link {
  border: 1px solid #a5252d;
}

.boxlink .linkList--link[target="_blank"] .text::after {
  content: url("../images/icon_external_r.png");
  display: inline-block;
  margin: 0 3px;
}

.boxlink .linkList--link[href$=".pdf"] .text::after {
  content: url("../images/icon_pdf_r.png");
  display: inline-block;
  margin: 0 3px;
}

.boxlink .linkList--link .textwrapper {
  padding: 17px 1.90337vw;
}

@media screen and (max-width: 768px) {
  .boxlink .linkList--link .textwrapper {
    padding: 14px 4vw;
  }
}

.boxlink .linkList--link .textwrapper .text {
  padding-left: 1.75695vw;
}

.boxlink .linkList--link .textwrapper .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #a5252d;
  border-bottom: 2px solid #a5252d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: left .3s;
  transition: left .3s;
}

@media screen and (max-width: 768px) {
  .boxlink .linkList--link .textwrapper .text {
    padding-left: 6.66667vw;
  }
}

.boxlink .linkList--link:hover .text::before {
  left: 0.65886vw;
}

@media screen and (max-width: 768px) {
  .boxlink .linkList--link:hover .text::before {
    left: 2.4vw;
  }
}

.pagelink-l .linkList--link,
.pagelink-s .linkList--link {
  border-bottom: 1px solid #a5252d;
}

.pagelink-l .linkList--link[target="_blank"] .text::after,
.pagelink-s .linkList--link[target="_blank"] .text::after {
  content: url("../images/icon_external_r.png");
  display: inline-block;
  margin: 0 3px;
}

.pagelink-l .linkList--link[href$=".pdf"] .text::after,
.pagelink-s .linkList--link[href$=".pdf"] .text::after {
  content: url("../images/icon_pdf_r.png");
  display: inline-block;
  margin: 0 3px;
}

.pagelink-l .linkList--link .textwrapper,
.pagelink-s .linkList--link .textwrapper {
  padding: 24px 0.73206vw;
}

@media screen and (max-width: 768px) {
  .pagelink-l .linkList--link .textwrapper,
  .pagelink-s .linkList--link .textwrapper {
    padding: 18px 1.33333vw;
  }
}

.pagelink-l .linkList--link .textwrapper .text,
.pagelink-s .linkList--link .textwrapper .text {
  padding-left: 2.34261vw;
}

.pagelink-l .linkList--link .textwrapper .text::before,
.pagelink-s .linkList--link .textwrapper .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7.5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #a5252d;
  border-bottom: 2px solid #a5252d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top .3s;
  transition: top .3s;
}

@media screen and (max-width: 768px) {
  .pagelink-l .linkList--link .textwrapper .text,
  .pagelink-s .linkList--link .textwrapper .text {
    padding-left: 6.66667vw;
  }
  .pagelink-l .linkList--link .textwrapper .text::before,
  .pagelink-s .linkList--link .textwrapper .text::before {
    left: 0;
    top: 6px;
  }
}

.pagelink-l .linkList--link:hover .text::before,
.pagelink-s .linkList--link:hover .text::before {
  top: 15px;
}

@media screen and (max-width: 768px) {
  .pagelink-l .linkList--link:hover .text::before,
  .pagelink-s .linkList--link:hover .text::before {
    top: 15px;
  }
}

.imgtest {
  max-width: 880px;
  margin: 0 auto;
}

.imgtest span {
  display: block;
  background-position: 50%;
  background-size: cover;
}

.imgtest span::before {
  content: "";
  display: block;
  padding-top: 51.724137931%;
}

figcaption {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  figcaption {
    font-size: 1.4rem;
  }
}

.md-wysiwyg,
.md-textblock {
  width: 100%;
  margin: 0 auto;
  line-height: 1.9;
  font-size: 1.5rem;
}

.md-wysiwyg > *:not(:first-child),
.md-textblock > *:not(:first-child) {
  margin-top: 30px;
}

.md-wysiwyg > br:not(:first-child),
.md-wysiwyg *:first-child,
.md-textblock > br:not(:first-child),
.md-textblock *:first-child {
  margin-top: 0;
}

.md-wysiwyg a,
.md-textblock a {
  color: #a5252d;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.md-wysiwyg a:link, .md-wysiwyg a:visited, .md-wysiwyg a:hover, .md-wysiwyg a:active,
.md-textblock a:link,
.md-textblock a:visited,
.md-textblock a:hover,
.md-textblock a:active {
  color: #a5252d;
}

.md-wysiwyg a:hover,
.md-textblock a:hover {
  opacity: 0.7;
}

.md-wysiwyg a[target="_blank"]::after,
.md-textblock a[target="_blank"]::after {
  content: url("../images/icon_external_r.png");
  display: inline-block;
  margin: 0 3px;
}

.md-wysiwyg a[href$=".pdf"]::after,
.md-textblock a[href$=".pdf"]::after {
  content: url("../images/icon_pdf_r.png");
  display: inline-block;
  margin: 0 3px;
}

.md-wysiwyg strong,
.md-textblock strong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(165, 37, 45, 0.27)), to(rgba(165, 37, 45, 0.27)));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(165, 37, 45, 0.27) 50%, rgba(165, 37, 45, 0.27) 100%);
  font-weight: 600;
}

.md-wysiwyg p,
.md-wysiwyg div,
.md-textblock p,
.md-textblock div {
  font-size: 1.5rem;
  width: 100%;
}

.md-wysiwyg ul,
.md-wysiwyg ol,
.md-textblock ul,
.md-textblock ol {
  font-size: 1.5rem;
  width: 100%;
  padding-left: 20px;
}

.md-wysiwyg ul li,
.md-wysiwyg ol li,
.md-textblock ul li,
.md-textblock ol li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.md-wysiwyg ul,
.md-textblock ul {
  list-style-type: disc;
}

.md-wysiwyg ol,
.md-textblock ol {
  list-style-type: decimal;
}

.md-wysiwyg a:not(.c-moreBtn),
.md-wysiwyg a:not(.textbtn-area-link),
.md-textblock a:not(.c-moreBtn),
.md-textblock a:not(.textbtn-area-link) {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.md-wysiwyg a:not(.c-moreBtn):hover,
.md-wysiwyg a:not(.textbtn-area-link):hover,
.md-textblock a:not(.c-moreBtn):hover,
.md-textblock a:not(.textbtn-area-link):hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .md-wysiwyg,
  .md-textblock {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .md-wysiwyg p,
  .md-wysiwyg div,
  .md-textblock p,
  .md-textblock div {
    font-size: 1.4rem;
    margin-top: 14px;
  }
  .md-wysiwyg a:not(.c-moreBtn),
  .md-wysiwyg a:not(.textbtn-area-link),
  .md-textblock a:not(.c-moreBtn),
  .md-textblock a:not(.textbtn-area-link) {
    display: inline;
  }
  .md-wysiwyg ul,
  .md-wysiwyg ol,
  .md-textblock ul,
  .md-textblock ol {
    font-size: 1.4rem;
    margin-top: 20px;
    padding-left: 20px;
  }
}

.col-wrapper .md-wysiwyg table tbody th, .col-wrapper
.md-textblock table tbody th {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .col-wrapper .md-wysiwyg table tbody th, .col-wrapper
  .md-textblock table tbody th {
    width: 29.33333%;
  }
}

.md-wysiwyg.table-wysiwyg .table-wrapper table tbody th {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .md-wysiwyg.table-wysiwyg .table-wrapper table tbody th {
    width: 29.33333%;
  }
}

@media screen and (max-width: 768px) {
  .md-wysiwyg.table-wysiwyg.table--scroll {
    overflow: hidden;
  }
  .md-wysiwyg.table-wysiwyg.table--scroll .table-wrapper {
    overflow: auto;
  }
  .md-wysiwyg.table-wysiwyg.table--scroll .table-wrapper::-webkit-scrollbar {
    height: 5px;
  }
  .md-wysiwyg.table-wysiwyg.table--scroll .table-wrapper::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .md-wysiwyg.table-wysiwyg.table--scroll .table-wrapper::-webkit-scrollbar-thumb {
    background: #a5252d;
    background-clip: content-box;
  }
  .md-wysiwyg.table-wysiwyg.table--scroll .table-wrapper table {
    width: 882px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper table, .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper thead, .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper tbody, .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper tr, .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper th, .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper td {
    display: block;
    width: 100%;
    border: 0;
  }
  .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper table thead th,
  .md-wysiwyg.table-wysiwyg.table--vertical .table-wrapper table tbody th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.md-wysiwyg.table-wysiwyg.stripe table tbody tr:nth-of-type(even) th {
  background: #c9c6c6;
}

.md-wysiwyg.table-wysiwyg.stripe table tbody tr:nth-of-type(even) td {
  background: #f0efef;
}

.textBtn-area {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .textBtn-area {
    margin-top: 20px;
  }
}

.textBtn-area .item:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .textBtn-area .item:not(:first-child) {
    margin-top: 5px;
  }
}

.textBtn-area .item.right .textBtn--link {
  margin-right: 20px;
}

.textBtn-area .item.left .textBtn--link {
  margin-left: 0;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.linkList.rulelink .item {
  margin-left: 2.92826%;
  width: calc((100% - 3% * 2) / 3);
  max-width: 320px;
}

.linkList.rulelink .item:nth-child(3n+1) {
  margin-left: 0;
}

.linkList.rulelink .item:nth-child(n+4) {
  margin-top: 0.58565%;
}

@media screen and (max-width: 768px) {
  .linkList.rulelink .item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .linkList.rulelink .item:not(:first-child) {
    margin-top: 6px;
  }
}

.linkList.boxlink .item {
  margin-left: 2.26757%;
  width: calc((100% - 2.3% * 2) / 3);
  max-width: 280px;
}

.linkList.boxlink .item:nth-child(3n+1) {
  margin-left: 0;
}

.linkList.boxlink .item:nth-child(n+4) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .linkList.boxlink .item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .linkList.boxlink .item:not(:first-child) {
    margin-top: 10px;
  }
}

.linkList.pagelink-l {
  border-top: 1px solid #a5252d;
}

.linkList.pagelink-l .item {
  margin-left: 2.92826%;
  width: calc((100% - 3% * 2) / 3);
}

.linkList.pagelink-l .item:nth-child(3n+1) {
  margin-left: 0;
}

.linkList.pagelink-l .item:nth-child(n+4) {
  margin-top: 0.58565%;
}

@media screen and (max-width: 768px) {
  .linkList.pagelink-l .item {
    margin-left: 1.31772%;
    width: calc((100% - 1.4%) / 2);
  }
  .linkList.pagelink-l .item:nth-child(3n+1) {
    margin-left: 1.31772%;
  }
  .linkList.pagelink-l .item:nth-child(odd) {
    margin-left: 0;
  }
  .linkList.pagelink-l .item:nth-child(n+3) {
    margin-top: 0.58565%;
  }
}

.linkList.pagelink-s {
  border-top: 1px solid #a5252d;
}

.linkList.pagelink-s .item {
  margin-left: 2.26757%;
  width: calc((100% - 2.3% * 2) / 3);
  max-width: 320px;
}

.linkList.pagelink-s .item:nth-child(3n+1) {
  margin-left: 0;
}

.linkList.pagelink-s .item:nth-child(n+4) {
  margin-top: 0.90703%;
}

@media screen and (max-width: 768px) {
  .linkList.pagelink-s .item {
    margin-left: 2.04082%;
    width: calc((100% - 2.3%) / 2);
  }
  .linkList.pagelink-s .item:nth-child(3n+1) {
    margin-left: 2.04082%;
  }
  .linkList.pagelink-s .item:nth-child(odd) {
    margin-left: 0;
  }
  .linkList.pagelink-s .item:nth-child(n+3) {
    margin-top: 0.90703%;
  }
}

.flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-area--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-area .bg-white,
.article-area-2col .bg-white {
  padding: 50px 5.85652vw !important;
}

@media screen and (max-width: 768px) {
  .article-area .bg-white,
  .article-area-2col .bg-white {
    padding: 20px 5.33333vw !important;
  }
}

.article-area-2col .col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}

.article-area-2col .col-right {
  margin-left: 6.80272%;
}

@media screen and (max-width: 768px) {
  .article-area-2col .col-right {
    margin-left: 0;
    margin-top: 37px;
  }
}

.article-area-2col .col-left,
.article-area-2col .col-right {
  width: calc((100% - 6.9%) / 2);
}

@media screen and (max-width: 768px) {
  .article-area-2col .col-left,
  .article-area-2col .col-right {
    width: 100%;
  }
}

/**
* Header
*/
.l-header {
  background-color: rgba(255, 255, 255, 0.85);
  min-width: 1240px;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
  border-bottom: 2px solid #a5252d;
}

.l-header .cont-wrapper {
  height: 132px;
  padding-top: 25px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .logoblock {
  margin-left: 10px;
}

.l-header .logoblock .logo--link {
  display: block;
}

.l-header .logoblock .logo--link:hover {
  opacity: .8;
}

.l-header .logoblock .logo--link img {
  width: 100%;
}

.l-header .logoimg.js-blacklogo {
  display: none;
}

.l-header .logoimg.js-whitelogo {
  display: block;
}

.subpage .l-header .logoimg.js-blacklogo {
  display: block;
}

.subpage .l-header .logoimg.js-whitelogo {
  display: none;
}

.l-header .nav-wrapper {
  margin-right: 10px;
  font-weight: 300;
  position: relative;
}

.l-header .navblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .navsubblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.l-header--transparent .navsubblock {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.l-header .navsublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  padding: 2px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header .navsublist__item {
  padding: 0 11px;
  position: relative;
}

.l-header .navsublist__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  top: 6px;
  left: 0;
  background-color: #cccccc;
}

.l-header--transparent .navsublist__item::before {
  background-color: rgba(255, 255, 255, 0.4);
}

.l-header .navsublist__item:first-of-type::before {
  content: none;
}

.l-header--transparent .navsublist__item--link:hover {
  color: #a5252d;
}

.l-header .navsnslist {
  display: none;
}

.l-header .naviconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.2rem;
}

.l-header .naviconlist__item {
  padding: 0 9px;
}

.l-header .naviconlist__item:last-of-type {
  padding-right: 5px;
}

.l-header .naviconlist__item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header--transparent .naviconlist__item--link:hover {
  color: #a5252d;
}

.l-header .naviconlist__item--link .fas,
.l-header .naviconlist__item--link .far {
  font-size: 1.6rem;
  margin-right: 8px;
}

.l-header .naviconlist__item .access {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header .naviconlist__item .access::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_access.png");
}

.l-header .naviconlist__item .access:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_access_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header .naviconlist__item .access::before {
    margin: 0 auto;
    background-image: url("../images/icon_access_w.png");
  }
  .l-header .naviconlist__item .access:hover::before {
    background-image: url("../images/icon_access_w.png");
  }
}

.l-header--transparent .naviconlist__item .access {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header--transparent .naviconlist__item .access::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_access_w.png");
}

.l-header--transparent .naviconlist__item .access:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_access_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header--transparent .naviconlist__item .access::before {
    margin: 0 auto;
    background-image: url("../images/icon_access_w.png");
  }
  .l-header--transparent .naviconlist__item .access:hover::before {
    background-image: url("../images/icon_access_w.png");
  }
}

.l-header .naviconlist__item .contact {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header .naviconlist__item .contact::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_contact.png");
}

.l-header .naviconlist__item .contact:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_contact_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header .naviconlist__item .contact::before {
    margin: 0 auto;
    background-image: url("../images/icon_contact_w.png");
  }
  .l-header .naviconlist__item .contact:hover::before {
    background-image: url("../images/icon_contact_w.png");
  }
}

.l-header--transparent .naviconlist__item .contact {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header--transparent .naviconlist__item .contact::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_contact_w.png");
}

.l-header--transparent .naviconlist__item .contact:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_contact_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header--transparent .naviconlist__item .contact::before {
    margin: 0 auto;
    background-image: url("../images/icon_contact_w.png");
  }
  .l-header--transparent .naviconlist__item .contact:hover::before {
    background-image: url("../images/icon_contact_w.png");
  }
}

.l-header .naviconlist__item .english {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header .naviconlist__item .english::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_english.png");
}

.l-header .naviconlist__item .english:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_english_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header .naviconlist__item .english::before {
    margin: 0 auto;
    background-image: url("../images/icon_english_w.png");
  }
  .l-header .naviconlist__item .english:hover::before {
    background-image: url("../images/icon_english_w.png");
  }
}

.l-header--transparent .naviconlist__item .english {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header--transparent .naviconlist__item .english::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_english_w.png");
}

.l-header--transparent .naviconlist__item .english:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_english_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header--transparent .naviconlist__item .english::before {
    margin: 0 auto;
    background-image: url("../images/icon_english_w.png");
  }
  .l-header--transparent .naviconlist__item .english:hover::before {
    background-image: url("../images/icon_english_w.png");
  }
}

.l-header .naviconlist__item .search {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header .naviconlist__item .search::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_search.png");
}

.l-header .naviconlist__item .search:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_search_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header .naviconlist__item .search::before {
    margin: 0 auto;
    background-image: url("../images/icon_search_w.png");
  }
  .l-header .naviconlist__item .search:hover::before {
    background-image: url("../images/icon_search_w.png");
  }
}

.l-header--transparent .naviconlist__item .search {
  /* Declaration */
  /* PC */
  /* SP */
}

.l-header--transparent .naviconlist__item .search::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-image: url("../images/icon_search_w.png");
}

.l-header--transparent .naviconlist__item .search:hover::before {
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  background-image: url("../images/icon_search_r.png");
}

@media screen and (max-width: 1240px) {
  .l-header--transparent .naviconlist__item .search::before {
    margin: 0 auto;
    background-image: url("../images/icon_search_w.png");
  }
  .l-header--transparent .naviconlist__item .search:hover::before {
    background-image: url("../images/icon_search_w.png");
  }
}

.l-header .navmainblock {
  -webkit-transition: opacity .3s, visibility .3s linear .3s;
  transition: opacity .3s, visibility .3s linear .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  visibility: visible;
  opacity: 1;
  padding-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header .navmainlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.5rem;
}

.l-header .navmainlist__item {
  position: relative;
  padding: 0 15px;
}

.l-header .navmainlist__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  top: 7px;
  left: 0;
  background-color: #cccccc;
}

.l-header--transparent .navmainlist__item::before {
  background-color: rgba(255, 255, 255, 0.4);
}

.l-header .navmainlist__item:first-of-type::before {
  content: none;
}

.l-header .navmainlist__item:last-of-type {
  padding-right: 5px;
}

.l-header .navmainlist__item--link {
  display: block;
  position: relative;
}

.l-header--transparent .navmainlist__item--link:hover {
  color: #a5252d;
}

.l-header .navmainlist__item.current .navmainlist__item--link {
  color: #a5252d;
}

.is-scroll .navmainlist__item.current .navmainlist__item--link {
  color: #ffffff;
}

.l-header .fixedsearcharea {
  visibility: hidden;
  width: 0;
  display: none;
}

.l-header .fixedsearcharea__item--link {
  display: inline-block;
  vertical-align: middle;
}

.l-header .fixedsearcharea__item--link::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-image: url("../images/icon_search_r.png");
  vertical-align: middle;
}

.l-header--transparent .fixedsearcharea__item--link::before {
  background-image: url("../images/icon_search_w.png");
}

.navopen .fixedsearcharea__item--link::before {
  background-image: url("../images/icon_search_w.png");
}

.is-scroll .fixedsearcharea__item--link::before {
  background-image: url("../images/icon_search_w.png");
}

.l-header .search-wrapper {
  -webkit-transition: opacity .3s ease, visibility 0s linear .3s;
  transition: opacity .3s ease, visibility 0s linear .3s;
  visibility: hidden;
  opacity: 0;
}

.l-header .search-wrapper .c-container--max-xxl {
  position: relative;
}

.l-header .searchform {
  position: absolute;
  top: -60px;
  right: 10px;
  margin-right: 0;
  margin-left: auto;
}

.l-header .searchform .form-wrapper {
  height: 50px;
  width: 390px;
}

.l-header .searchform .gsc-control-cse {
  padding: 0;
  background: transparent;
  border: 0;
}

.l-header .searchform table.gsc-search-box {
  margin: 0;
  padding: 0;
}

.l-header .searchform table td {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.l-header .searchform table td.gsc-input {
  padding: 0;
}

.l-header .searchform table td.gsc-input .gsc-input-box {
  height: 50px;
}

.l-header .searchform table td.gsc-input .gsc-input-box table {
  width: 50px;
}

.l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a {
  height: 50px;
  padding-left: 24px;
}

.l-header .searchform table td.gsc-input .gsc-input-box,
.l-header .searchform table td.gsc-input .gsc-input-box-hover,
.l-header .searchform table td.gsc-input .gsc-input-box-focus {
  border-color: #D9D9D9;
  border-right: 0;
}

.l-header .searchform table td .gsc-search-button {
  padding: 10px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  background-color: #a5252d;
  border: 0;
  border-radius: 0;
  background-image: none;
}

.l-header .searchform table td .gsc-search-button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("../images/icon_search_w.png");
  vertical-align: middle;
}

.l-header .searchform table td .gsc-search-button svg {
  display: none;
}

.l-header .searchform .gsc-results-wrapper-overlay {
  line-height: 17px;
  letter-spacing: normal;
}

.l-header.is-scroll,
.l-header--transparent {
  border-bottom: none;
}

.l-header--transparent {
  background-color: transparent;
}

.is-hidden {
  -webkit-transition: opacity 1s, visibility 0s ease 1s;
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}

.l-header.is-scroll {
  background-color: rgba(165, 37, 45, 0.88);
  height: 64px;
  position: fixed;
}

.l-header.is-scroll .cont-wrapper {
  height: 64px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.l-header.is-scroll .logoblock {
  width: 125px;
}

.l-header.is-scroll .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header.is-scroll .c-container--sp-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header.is-scroll a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-header.is-scroll a:hover {
  opacity: 0.7;
}

.l-header.is-scroll .navsubblock {
  display: none;
}

.l-header.is-scroll .navmainblock {
  padding-top: 0;
}

.l-header.is-scroll .navmainlist {
  margin-right: 35px;
}

.l-header.is-scroll .navmainlist__item--link {
  color: #ffffff;
}

.l-header.is-scroll .fixedsearcharea {
  display: block;
  visibility: visible;
  width: 20px;
  margin-right: 5px;
}

.l-header.is-scroll .fixedsearcharea__item--link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.l-header.is-scroll .fixedsearcharea__item--link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url("../images/icon_search_w.png");
  vertical-align: middle;
}

.l-header.is-scroll .search-wrapper .area-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  height: 84px;
  padding: 16px 0 18px;
  border-bottom: 2px solid #a5252d;
}

.l-header.is-scroll .searchform {
  top: 0;
}

.l-header.is-scroll .navmainblock {
  visibility: visible;
  opacity: 1;
}

.l-header.searchopen .search-wrapper {
  visibility: visible;
  opacity: 1;
}

.l-header.searchopen .naviconlist__item--link.search::before, .l-header.searchopen .naviconlist__item--link.search:hover::before {
  background-image: url(../images/icon_close_r.png);
}

.l-header.searchopen .navmainblock {
  opacity: 0;
}

.l-header.searchopen .nav-wrapper .fixedsearcharea__item--link::before {
  background-image: url("../images/icon_close_w.png");
}

.l-header.searchopen .search .naviconlist__item__txt {
  color: #a5252d !important;
}

.l-header.is-scroll.searchopen .search-wrapper .searchform {
  top: 0;
}

.l-header.is-scroll.searchopen .navmainblock {
  visibility: visible;
  opacity: 1;
}

.is-fadein {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.is-fadeout {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media screen and (max-width: 1240px) {
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .scroll-prevent .l-header {
    position: fixed;
  }
  .l-header {
    padding: 0;
    min-width: auto;
    border-bottom: none;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease;
    height: 60px;
  }
  .l-header .cont-wrapper {
    padding: 0;
    width: 100%;
    min-width: auto;
    height: 60px;
  }
  .l-header .c-container--sp-s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .l-header .c-container--sp-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
  }
  .l-header .logoblock {
    margin-left: 4%;
    width: calc(96% - 60px);
  }
  .l-header .logoblock .logo {
    display: inline-block;
  }
  .l-header .logoblock .logo .logo--link {
    display: inline-block;
    vertical-align: middle;
  }
  .l-header .logoblock .logo .logo--link .logoimg {
    width: 108px;
  }
  .l-header .nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 140px;
    width: 100%;
    left: 0;
  }
  .l-header .navblock {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .l-header .navsubblock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
    width: 100%;
  }
  .l-header .navsublist-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .l-header .navsublist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin-top: 3px;
  }
  .l-header .navsublist__item {
    display: block;
    text-align: left;
    width: 50%;
    border: 0;
    border-left: 0;
    color: #fff !important;
  }
  .l-header .navsublist__item::before {
    content: none !important;
  }
  .l-header .navsublist__item:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 11px 0 0;
  }
  .l-header .navsublist__item:nth-of-type(odd) .navsublist__item--link {
    padding-left: 0;
  }
  .l-header .navsublist__item--link {
    font-size: 1.3rem;
    padding: 4px 8px;
    display: block;
    color: #fff !important;
  }
  .l-header .navsnslist-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .l-header .navsnslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.0rem;
    margin-top: 15px;
  }
  .l-header .navsnslist__item {
    margin: 0 15px 0 0;
  }
  .l-header .navsnslist__item--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header .navsnslist__item--link img {
    width: 3.4rem;
    height: 3.4rem;
  }
  .l-header .naviconlist-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .l-header .naviconlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff !important;
    margin: 15px 0;
  }
  .l-header .naviconlist__item {
    text-align: center;
    width: 33%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
    margin: 0;
    color: #fff !important;
  }
  .l-header .naviconlist__item:first-child {
    border: 0;
  }
  .l-header .naviconlist__item:last-child {
    display: none;
  }
  .l-header .naviconlist__item--link {
    display: block;
    color: #fff !important;
  }
  .l-header .naviconlist__item--link .naviconlist__item__txt {
    display: block;
    margin-top: 6px;
  }
  .l-header .navmainblock {
    visibility: hidden;
    opacity: 0;
    font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
    font-weight: 400;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    padding-top: 10px;
  }
  .l-header .navmainblock .menu-mobile {
    display: none;
  }
  .l-header .navmainlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  .l-header .navmainlist__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 10px 11px 0;
    text-align: left;
    width: 100%;
  }
  .l-header .navmainlist__item::before {
    content: none;
  }
  .l-header .navmainlist__item--link {
    color: #fff !important;
  }
  .l-header .navmainlist__item--link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header .navmainlist__item:last-child--link {
    display: block;
  }
  .l-header .fixedsearcharea {
    display: block;
    visibility: visible;
    position: absolute;
    width: auto;
    top: -135px;
    right: 80px;
    font-size: 2.6rem;
  }
  .l-header .fixedsearcharea__item--link {
    vertical-align: top;
    width: 25px;
  }
  .l-header .area-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    height: 90px;
    padding: 20px 0;
    border-bottom: 0;
  }
  .l-header .searchform {
    position: static;
    width: 100%;
  }
  .l-header .searchform table.gsc-search-box {
    margin: 0;
    padding: 0;
  }
  .l-header .searchform table td {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .l-header .searchform table td.gsc-input {
    padding: 0;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table {
    width: 50px;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a {
    color: #ffffff;
    height: 50px;
    padding-left: 24px;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a input {
    background-color: transparent !important;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a input::-webkit-input-placeholder {
    color: #ffffff !important;
    font-size: 1.4rem !important;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a input::-ms-input-placeholder {
    color: #ffffff !important;
    font-size: 1.4rem !important;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a input::placeholder {
    color: #ffffff !important;
    font-size: 1.4rem !important;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a input:focus::-webkit-input-placeholder {
    color: transparent !important;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a input:focus::-ms-input-placeholder {
    color: transparent !important;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box table .gsib_a input:focus::placeholder {
    color: transparent !important;
  }
  .l-header .searchform table td.gsc-input .gsc-input-box,
  .l-header .searchform table td.gsc-input .gsc-input-box-hover,
  .l-header .searchform table td.gsc-input .gsc-input-box-focus {
    border: 0;
  }
  .l-header .searchform table td .gsc-search-button {
    padding: 10px;
    width: 50px;
    height: 50px;
    margin-left: 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    background-image: none;
  }
  .l-header .searchform table td .gsc-search-button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("../images/icon_search_r.png");
    vertical-align: middle;
  }
  .l-header .searchform table td .gsc-search-button svg {
    display: none;
  }
  .l-header .searchform .form-wrapper {
    width: 100%;
  }
  .l-header .togglewrapper {
    background-color: #a5252d;
    height: 60px;
    padding: 22.5px 18.5px;
    width: 60px;
  }
  .l-header .togglewrapper #nav_toggle,
  .l-header .togglewrapper #nav_toggle span {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header .togglewrapper #nav_toggle {
    position: relative;
    width: 23px;
    height: 15px;
  }
  .l-header .togglewrapper #nav_toggle span {
    position: absolute;
    left: 0;
    width: 23px;
    height: 1px;
    background-color: white;
  }
  .l-header .togglewrapper #nav_toggle span:nth-of-type(1) {
    top: 0;
  }
  .l-header .togglewrapper #nav_toggle span:nth-of-type(2) {
    top: 7.1px;
  }
  .l-header .togglewrapper #nav_toggle span:nth-of-type(3) {
    bottom: 0px;
    width: 14px;
  }
  .l-header.is-scroll {
    height: 60px;
  }
  .l-header.is-scroll .logoblock {
    width: calc(96% - 60px);
  }
  .l-header.is-scroll .cont-wrapper {
    padding: 0;
    height: 60px;
  }
  .l-header.is-scroll .cont-wrapper .nav-wrapper .fixedsearcharea {
    display: block;
    width: auto;
  }
  .l-header.is-scroll .cont-wrapper .nav-wrapper .fixedsearcharea__item--link {
    vertical-align: top;
    color: #ffffff;
    margin-top: 0;
  }
  .l-header.is-scroll .cont-wrapper .nav-wrapper .fixedsearcharea__item--link::before {
    width: 25px;
    height: 25px;
    background-image: url(../images/icon_search_w.png);
  }
  .l-header.is-scroll .search-wrapper .area-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    height: 90px;
    padding: 20px 0;
    border-bottom: 0;
  }
  .l-header.searchopen {
    background-color: #a5252d;
  }
  .l-header.searchopen .navblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header.searchopen .cont-wrapper .c-container--sp-m {
    padding: 20px 0;
  }
  .l-header.searchopen .cont-wrapper .nav-wrapper .fixedsearcharea__item--link::before {
    background-image: url(../images/icon_close_w.png);
  }
  .l-header.searchopen .searchform {
    -webkit-transition: opacity 0s, visibility 0s linear 0s;
    transition: opacity 0s, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
  }
  .l-header.searchopen .search-wrapper .area-wrapper {
    background-color: #a5252d;
  }
  .l-header.searchopen .naviconlist__item--link.search::before, .l-header.searchopen .naviconlist__item--link.search:hover::before {
    background-image: url(../images/icon_close_r.png);
  }
  .l-header.navopen {
    background-color: #a5252d;
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .l-header.navopen .cont-wrapper .c-container--sp-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-header.navopen .cont-wrapper .c-container--sp-m {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 20px 0;
  }
  .l-header.navopen .cont-wrapper .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    padding-bottom: 20px;
  }
  .l-header.navopen .cont-wrapper .nav-wrapper .navmainblock {
    visibility: visible;
    opacity: 1;
  }
  .l-header.navopen .cont-wrapper .nav-wrapper .navsubblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header.navopen .cont-wrapper .nav-wrapper .fixedsearcharea {
    visibility: hidden;
    opacity: 0;
  }
  .l-header.navopen .navblock {
    visibility: visible;
    opacity: 1;
  }
  .l-header.navopen .navmainblock .navmainlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  .l-header.navopen .navmainblock .navmainlist__item:last-child--link {
    display: block;
  }
  .l-header.navopen .search-wrapper .area-wrapper {
    background-color: transparent;
  }
  .l-header.navopen .togglewrapper {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .l-header.navopen .togglewrapper #nav_toggle span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .l-header.navopen .togglewrapper #nav_toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header.navopen .togglewrapper #nav_toggle span:nth-of-type(3) {
    -webkit-transform: translate(0px, -4px) rotate(45deg);
    transform: translate(0px, -4px) rotate(45deg);
    width: 23px;
  }
}

/**
* Footer
*/
.l-footer {
  background-color: #a5252d;
}

.totopblock {
  border-top: 1px solid #fff;
  background-color: #ffffff;
  position: relative;
  height: 80px;
}

.totopblock .totop__linkBtn {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.c-totopBtn {
  background-color: #ede9e9;
  display: table;
  height: 80px;
  margin: auto;
  position: relative;
  width: 100%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-totopBtn > span {
  display: table-cell;
  padding: 5px 20px;
  text-align: center;
  vertical-align: middle;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
}

.c-totopBtn > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
}

.c-totopBtn > span::after {
  top: -25px;
  height: 40px;
  background-color: #a5252d;
}

.c-totopBtn:hover {
  opacity: .7;
  background-color: rgba(237, 233, 233, 0.7);
}

@media screen and (max-width: 1240px) {
  .c-totopBtn {
    width: 100%;
  }
  .c-totopBtn > span::before {
    width: 1px;
    height: 60px;
  }
}

.l-footer {
  font-size: 1.4rem;
  font-weight: 300;
}

.l-footer .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 114px;
}

.l-footer .c-container .footerlogoblock {
  max-width: 282px;
  width: 100%;
}

.l-footer .c-container .footerlogoblock__logo {
  max-width: 150px;
  width: 100%;
}

.l-footer .c-container .footerlogoblock__logo--link {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer .c-container .footerlogoblock__logo--link:hover {
  opacity: .7;
}

.l-footer .c-container .footerlogoblock .footersnslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 150px;
  padding: 0 30px;
  padding-top: 35px;
  width: 100%;
}

.l-footer .c-container .footerlogoblock .footersnslist__item {
  width: 40px;
  text-align: center;
  margin-left: 10px;
}

.l-footer .c-container .footerlogoblock .footersnslist__item:nth-of-type(odd) {
  margin-left: 0;
}

.l-footer .c-container .footerlogoblock .footersnslist__item--link {
  display: inline-block;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer .c-container .footerlogoblock .footersnslist__item--link img {
  width: 3.4rem;
  height: 3.4rem;
}

.l-footer .c-container .footerlogoblock .footersnslist__item--link:hover {
  opacity: .7;
}

.l-footer .c-container .footerlogoblock .footersnslist__item .fab {
  font-size: 2.2rem;
}

.l-footer .c-container .footerlogoblock .footersnslist__item:nth-of-type(n + 3) {
  margin-top: 5px;
}

.l-footer .c-container .footermainlist,
.l-footer .c-container .footersublist,
.l-footer .c-container .footerthirdlist {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 0 34px;
  max-width: 253px;
  width: 100%;
}

.l-footer .c-container .footermainlist__item--link,
.l-footer .c-container .footersublist__item--link,
.l-footer .c-container .footerthirdlist__item--link {
  line-height: 32px;
  position: relative;
  display: inline-block;
}

.l-footer .c-container .footermainlist__item--link::after,
.l-footer .c-container .footersublist__item--link::after,
.l-footer .c-container .footerthirdlist__item--link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: white;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.l-footer .c-container .footermainlist__item--link:hover::after,
.l-footer .c-container .footersublist__item--link:hover::after,
.l-footer .c-container .footerthirdlist__item--link:hover::after {
  width: 100%;
}

.l-footer .c-container .footerthirdlist {
  border-right: 0;
}

.footercopyrightblock {
  background-color: #a5252d;
  border-top: 1px solid #b75157;
  color: #ffffff;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.footercopyrightblock__copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 1240px) {
  .l-footer .c-container {
    padding: 30px 8vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer .c-container .footerlogoblock {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
  .l-footer .c-container .footerlogoblock .footerlogoblock__logo {
    margin: 0 auto;
  }
  .l-footer .c-container .footerlogoblock .footersnslist {
    margin: 0 auto;
  }
  .l-footer .c-container .footermainlist {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .l-footer .c-container .footersublist {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .l-footer .c-container .footerthirdlist {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .l-footer .c-container .footermainlist,
  .l-footer .c-container .footersublist,
  .l-footer .c-container .footerthirdlist {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer .c-container .footermainlist__item,
  .l-footer .c-container .footersublist__item,
  .l-footer .c-container .footerthirdlist__item {
    width: 50%;
    padding: 5px 0;
    padding-left: 3vw;
  }
  .footercopyrightblock {
    border-top: none;
  }
}

/**
 * Wrapper
 */
.l-wrapper {
  padding-top: 132px;
}

.l-wrapper--noPt {
  padding-top: 0;
}

@media screen and (max-width: 1240px) {
  .l-wrapper {
    padding-top: 60px;
  }
  .l-wrapper--noPt {
    padding-top: 0;
  }
}

/**
 * Contents
 */
/**
 * Page
 */
/**
 * 0.0_トップ
 */
.pg-top .mainVisual {
  position: relative;
}

.pg-top .mainVisual::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1002;
  width: 100%;
  height: 3px;
  background-color: #a5252d;
}

.pg-top .mainVisual__cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
}

.pg-top .mainVisual__copy {
  position: absolute;
  left: 9%;
  top: 28.289473684%;
}

.pg-top .mainVisual__copy img {
  width: 100%;
}

.pg-top .mainVisual__linkBtn {
  position: absolute;
  right: 2.928257687%;
  bottom: 40px;
}

@media screen and (max-width: 1366px) {
  .pg-top .mainVisual__linkBtn {
    bottom: 5.263157895%;
    width: 14.641288433%;
  }
  .pg-top .mainVisual__linkBtn img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.pg-top .mainVisual__linkBtn a {
  display: block;
  position: relative;
}

.pg-top .mainVisual__linkBtn a::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-top .mainVisual__linkBtn a:hover::before {
  opacity: .2;
}

.pg-top .mainVisual .c-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pg-top .mainVisual__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 20%, transparent);
}

.pg-top .mainVisual__slideItem img {
  width: 100%;
}

.pg-top .sectLg {
  padding-bottom: 100px;
}

.pg-top .sectLg__hdg {
  margin-bottom: 48px;
  text-align: center;
}

.pg-top .sectLg__hdg > span {
  display: block;
}

.pg-top .sectLg__hdg > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 6.5px;
}

.pg-top .sectLg__hdg > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.pg-top .topicsSect {
  background-color: #ede9e6;
  overflow: hidden;
}

.pg-top .topicsSect .impNews {
  padding-top: 55px;
}

.pg-top .topicsSect .impNews a {
  color: inherit;
}

.pg-top .topicsSect .impNews a:hover {
  opacity: .7;
}

.pg-top .topicsSect .impNews__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background-color: #a5252d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.pg-top .topicsSect .impNews__hdg, .pg-top .topicsSect .impNews__body {
  font-size: 1.5rem;
}

.pg-top .topicsSect .impNews__hdg {
  width: 210px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.pg-top .topicsSect .impNews__body {
  border-left: 1px solid white;
  padding: 0 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pg-top .topicsSect .impNews__body li + li {
  margin-top: 18px;
}

.pg-top .topicsSect .sectLg__hdg {
  padding-top: 75px;
}

.pg-top .studySect {
  background-color: #e6edeb;
}

.pg-top .studySect__image img {
  width: 100%;
}

.pg-top .studySect .liquid-wrapper {
  position: relative;
}

.pg-top .studySect [class*="c-container"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pg-top .studySect__head {
  position: relative;
  top: -70px;
  padding: 3.846153846% 4.326923077% 5.288461538%;
  width: 48.076923077%;
  background-color: rgba(165, 37, 45, 0.9);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: white;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
}

.pg-top .studySect__hdg {
  font-size: 3.6rem;
  letter-spacing: 3.5px;
}

.pg-top .studySect__lead {
  margin-top: 24px;
  font-size: 2.1rem;
  letter-spacing: 2px;
  line-height: 1.9;
}

.pg-top .studySect__body {
  padding: 4.038461538% 0 107px 4.807692308%;
  min-height: 297px;
  font-size: 1.5rem;
  line-height: 2.1;
}

.pg-top .studySect__linkBtn {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -27.5px 0 0 -140px;
}

.pg-top .interviewSect {
  padding-top: 110px;
  background-color: #ede9e6;
}

.pg-top .interviewSect .interviewList__item {
  position: relative;
}

.pg-top .interviewSect .interviewList__itemImage {
  width: 67.65163297%;
  background-color: white;
}

.pg-top .interviewSect .interviewList__itemImage span {
  display: block;
  min-height: 450px;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-top .interviewSect .interviewList__itemImage span::before {
  content: "";
  display: block;
  padding-top: 51.724137931%;
}

@media screen and (min-width: 769px) {
  .pg-top .interviewSect .interviewList__itemImage a:hover span {
    opacity: .7;
  }
}

.pg-top .interviewSect .interviewList__itemBody {
  position: absolute;
  right: 3.110419907%;
  bottom: 8.888888889%;
  width: 480px;
  background-color: white;
}

.pg-top .interviewSect .interviewList__itemBody a {
  display: block;
  border-left: 3px solid #a5252d;
  padding: 11.458333333% 9.166666667% 10.416666667%;
  color: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .pg-top .interviewSect .interviewList__itemBody a:hover {
    opacity: .7;
  }
}

.pg-top .interviewSect .interviewList__itemBody .title {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  line-height: 1.9;
}

.pg-top .interviewSect .interviewList__itemBody .person {
  position: relative;
  margin-top: 18px;
  padding-left: 50px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}

.pg-top .interviewSect .interviewList__itemBody .person::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 30px;
  height: 1px;
  background-color: #a5252d;
}

.pg-top .interviewSect .interviewList__itemBody .person .belong {
  margin-top: 2px;
}

.pg-top .interviewSect .interviewList__itemBody .more {
  margin: 12px 0 0 50px;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.pg-top .interviewSect .interviewList__itemBody .more > span {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}

.pg-top .interviewSect .interviewList__itemBody .more > span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-top .interviewSect .interviewList__item:nth-child(even) .interviewList__itemImage {
  margin: 0 0 0 auto;
}

.pg-top .interviewSect .interviewList__item:nth-child(even) .interviewList__itemBody {
  left: 40px;
  right: auto;
}

.pg-top .interviewSect .interviewList__item ~ .interviewList__item {
  margin-top: 30px;
}

.pg-top .interviewSect__btnArea {
  margin-top: 70px;
}

.pg-top .newsSect {
  padding-top: 80px;
}

.pg-top .newsSect .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -36px 0 0 -7.692307692%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-top .newsSect .newsList__item {
  padding: 36px 0 0 7.142857143%;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-top .newsSect .newsList__item a {
  display: block;
  height: 100%;
  color: inherit;
}

.pg-top .newsSect .newsList__itemDate {
  margin-bottom: 22px;
  border-left: 3px solid #a5252d;
  padding: 4px 0 2px 23px;
  overflow: hidden;
  color: #a5252d;
  font-family: 'Taviraj', serif;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-top .newsSect .newsList__itemDate time {
  display: inline-block;
  position: relative;
  width: 128px;
}

.pg-top .newsSect .newsList__itemDate time::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 500px;
  height: 1px;
  background-color: #a5252d;
}

.pg-top .newsSect .newsList__itemTitle {
  font-size: 1.5rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.pg-top .newsSect .newsList__item a:hover .newsList__itemTitle {
  color: #a5252d;
}

.pg-top .newsSect__btnArea {
  margin-top: 60px;
}

.pg-top .eventSect {
  position: relative;
  padding-top: 80px;
  background: url(../images/img_event_01.jpg) 50%;
  background-size: cover;
}

.pg-top .eventSect::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.pg-top .eventSect [class*="c-container"] {
  position: relative;
}

.pg-top .eventSect .sectLg__hdg {
  color: white;
}

.pg-top .eventSect .eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3.846153846%;
}

.pg-top .eventSect .eventList__item {
  padding-left: 3.703703704%;
  width: 33.333%;
}

.pg-top .eventSect .eventList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-top .eventSect .eventList__itemHead, .pg-top .eventSect .eventList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-top .eventSect .eventList__itemHead {
  padding: 5%;
  background-color: #a5252d;
  text-align: center;
  color: white;
}

.pg-top .eventSect .eventList__itemHead time {
  font-family: 'Taviraj', serif;
  font-size: 2.8rem;
  letter-spacing: 2px;
  line-height: 1.4;
}

.pg-top .eventSect .eventList__itemHead .day {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.pg-top .eventSect .eventList__itemBody {
  position: relative;
  padding: 6.25% 7.5% 67px;
}

.pg-top .eventSect .eventList__itemBody .text {
  font-size: 1.4rem;
}

.pg-top .eventSect .eventList__itemBody .meta {
  position: absolute;
  left: 7.5%;
  right: 7.5%;
  bottom: 14px;
  border-top: 1px solid #ccc;
}

.pg-top .eventSect .eventList__itemBody .meta .published {
  margin-top: 10px;
  padding-right: 8px;
  text-align: right;
  font-family: 'Taviraj', serif;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}

.pg-top .eventSect .eventList__item a:hover .eventList__itemHead,
.pg-top .eventSect .eventList__item a:hover .eventList__itemBody {
  opacity: .7;
}

.pg-top .eventSect__btnArea {
  margin-top: 60px;
}

.pg-top .bottomArea {
  padding: 130px 0 95px;
}

.pg-top .reportsSect {
  padding-bottom: 0;
}

.pg-top .reportsSect__inner {
  position: relative;
  margin: auto;
  padding: 110px 0 90px;
  max-width: 1286px;
  background-color: #e6edeb;
}

.pg-top .reportsSect .sectLg__hdg {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}

.pg-top .reportsSect .reportsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
}

.pg-top .reportsSect .reportsList__item {
  padding-left: 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-top .reportsSect .reportsList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-top .reportsSect .reportsList__itemImage, .pg-top .reportsSect .reportsList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-top .reportsSect .reportsList__itemImage {
  background-position: 50%;
  background-size: cover;
}

.pg-top .reportsSect .reportsList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-top .reportsSect .reportsList__itemBody {
  padding: 7.142857143% 8.928571429% 10.416666667%;
}

.pg-top .reportsSect .reportsList__itemBody .date {
  position: relative;
  margin-bottom: 6px;
  padding-left: 34px;
  font-family: 'Taviraj', serif;
  font-size: 1.4rem;
}

.pg-top .reportsSect .reportsList__itemBody .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 1px;
  background-color: #a5252d;
}

.pg-top .reportsSect .reportsList__itemBody .title {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
}

.pg-top .reportsSect .reportsList__itemBody .text {
  margin-top: 7px;
  font-size: 1.4rem;
}

.pg-top .reportsSect .reportsList__item a:hover .reportsList__itemImage,
.pg-top .reportsSect .reportsList__item a:hover .reportsList__itemBody {
  opacity: .7;
}

.pg-top .reportsSect .reportsList__item:nth-child(n+4) {
  display: none;
}

.pg-top .reportsSect__linkBtn {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -27.5px 0 0 -140px;
}

.pg-top .linkListArea {
  margin-top: 120px;
}

.pg-top .linkListArea__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5.288461538%;
}

.pg-top .linkListArea__col {
  padding-left: 5.02283105%;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-top .linkListArea__colInner {
  position: relative;
  border-top: 1px solid #a5252d;
  padding: 37px 0 0 10px;
}

.pg-top .linkListArea__colInner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 1px;
  background-color: #a5252d;
}

.pg-top .linkListArea .linkList__item {
  width: 100%;
}

.pg-top .linkListArea .linkList__item ~ .linkList__item {
  margin-top: 16px;
}

.pg-top .linkListArea .linkList a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.5;
}

.pg-top .linkListArea .linkList a::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #a5252d;
  border-bottom: 2px solid #a5252d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: left .3s;
  transition: left .3s;
}

.pg-top .linkListArea .linkList a:hover {
  color: #a5252d;
}

.pg-top .linkListArea .linkList a:hover::before {
  left: 6px;
}

@media screen and (max-width: 768px) {
  .pg-top .mainVisual::before {
    height: 4px;
  }
  .pg-top .mainVisual__copy {
    left: 5.33333vw;
    top: 17.678571429%;
  }
  .pg-top .mainVisual__copy > span {
    padding: 15px 10px;
    font-size: 2.4rem;
    letter-spacing: 4px;
    line-height: 2.2;
  }
  .pg-top .mainVisual__linkBtn {
    right: 2.666666667vw;
    bottom: 6.4vw;
    width: 32%;
  }
  .pg-top .mainVisual .c-scrollDown {
    display: none;
  }
  .pg-top .mainVisual__slide::before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.2)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 5%, transparent);
  }
  .pg-top .mainVisual__slideItem {
    background-position: 50%;
    background-size: cover;
  }
  .pg-top .mainVisual__slideItem::before {
    content: "";
    display: block;
    padding-top: 149.333333333%;
  }
  .pg-top .mainVisual__slideItem img {
    display: none;
  }
  .pg-top .sectLg {
    padding-bottom: 60px;
  }
  .pg-top .sectLg__hdg {
    margin-bottom: 40px;
  }
  .pg-top .sectLg__hdg > span:lang(en) {
    font-size: 2.9rem;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .pg-top .sectLg__hdg > span:lang(ja) {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .pg-top .topicsSect .impNews {
    padding-top: 30px;
  }
  .pg-top .topicsSect .impNews__cont {
    display: block;
    padding: 18px 5.333333333vw;
  }
  .pg-top .topicsSect .impNews__hdg {
    margin-bottom: 12px;
    border-bottom: 1px solid white;
    padding-bottom: 9px;
    width: auto;
    text-align: left;
  }
  .pg-top .topicsSect .impNews__body {
    border-left: none;
    padding: 0;
    font-size: 1.4rem;
  }
  .pg-top .topicsSect .impNews__body li + li {
    margin-top: 15px;
  }
  .pg-top .topicsSect .sectLg__hdg {
    padding-top: 52px;
  }
  .pg-top .studySect [class*="c-container"] {
    display: block;
  }
  .pg-top .studySect__head {
    position: static;
    margin: -30px 0 20px;
    padding: 37px 4vw 43px;
    width: auto;
    text-align: center;
  }
  .pg-top .studySect__hdg {
    font-size: 2.4rem;
    letter-spacing: 2.5px;
    line-height: 1.6;
  }
  .pg-top .studySect__lead {
    margin-top: 12px;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
  }
  .pg-top .studySect__body {
    padding: 0 0 66px;
    min-height: 0;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  .pg-top .studySect__linkBtn {
    left: 0;
    right: 0;
    margin: -25px auto 0;
  }
  .pg-top .interviewSect {
    padding-top: 80px;
  }
  .pg-top .interviewSect .interviewList__itemImage {
    margin: 0 -5.33333vw !important;
    width: auto;
  }
  .pg-top .interviewSect .interviewList__itemImage span {
    min-height: 0;
  }
  .pg-top .interviewSect .interviewList__itemImage span::before {
    padding-top: 64%;
  }
  .pg-top .interviewSect .interviewList__itemBody {
    position: static;
    margin-top: -25px;
    width: auto;
    text-align: center;
  }
  .pg-top .interviewSect .interviewList__itemBody a {
    border-top: 3px solid #a5252d;
    border-left: none;
    padding: 32px 5.33333vw 30px;
  }
  .pg-top .interviewSect .interviewList__itemBody .title {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
  }
  .pg-top .interviewSect .interviewList__itemBody .person {
    margin-top: 32px;
    padding-left: 0;
    font-size: 1.2rem;
  }
  .pg-top .interviewSect .interviewList__itemBody .person::before {
    content: none;
  }
  .pg-top .interviewSect .interviewList__itemBody .more {
    margin: 14px 0 0;
    font-size: 1.2rem;
  }
  .pg-top .interviewSect .interviewList__itemBody .more > span {
    padding-right: 13px;
  }
  .pg-top .interviewSect .interviewList__item ~ .interviewList__item {
    margin-top: 35px;
  }
  .pg-top .interviewSect__btnArea {
    margin-top: 40px;
  }
  .pg-top .newsSect {
    padding-top: 52px;
  }
  .pg-top .newsSect .c-container {
    padding: 0 8vw;
  }
  .pg-top .newsSect .newsList {
    display: block;
    margin: -6px 0 0;
  }
  .pg-top .newsSect .newsList__item {
    padding: 0;
    width: auto;
  }
  .pg-top .newsSect .newsList__itemDate {
    margin-bottom: 12px;
    padding: 4px 0 2px 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .pg-top .newsSect .newsList__itemDate time {
    width: 109px;
  }
  .pg-top .newsSect .newsList__itemDate time::before {
    margin-top: -1px;
  }
  .pg-top .newsSect .newsList__itemTitle {
    padding-right: 1em;
    font-size: 1.4rem;
  }
  .pg-top .newsSect .newsList__item ~ .newsList__item {
    margin-top: 23px;
  }
  .pg-top .newsSect__btnArea {
    margin-top: 43px;
  }
  .pg-top .eventSect {
    padding-top: 51px;
  }
  .pg-top .eventSect .eventList {
    display: block;
    margin: -5px 0 0;
  }
  .pg-top .eventSect .eventList__item {
    padding-left: 0;
    width: auto;
  }
  .pg-top .eventSect .eventList__itemHead {
    padding: 18px 18px 20px;
  }
  .pg-top .eventSect .eventList__itemHead time {
    font-size: 2.6rem;
    letter-spacing: 2.5px;
  }
  .pg-top .eventSect .eventList__itemHead .day {
    font-size: 1.4rem;
  }
  .pg-top .eventSect .eventList__itemBody {
    padding: 20px 5.066666667vw 14px;
  }
  .pg-top .eventSect .eventList__itemBody .text {
    font-size: 1.3rem;
  }
  .pg-top .eventSect .eventList__itemBody .meta {
    position: static;
    margin-top: 17px;
  }
  .pg-top .eventSect .eventList__itemBody .meta .published {
    padding-right: 5px;
    letter-spacing: 1px;
  }
  .pg-top .eventSect .eventList__item ~ .eventList__item {
    margin-top: 10px;
  }
  .pg-top .eventSect__btnArea {
    margin-top: 40px;
  }
  .pg-top .bottomArea {
    padding: 80px 0 67px;
  }
  .pg-top .reportsSect {
    padding-bottom: 0;
  }
  .pg-top .reportsSect__inner {
    padding: 90px 0 65px;
  }
  .pg-top .reportsSect .sectLg__hdg {
    position: absolute;
    left: 0;
    right: 0;
    top: -17px;
  }
  .pg-top .reportsSect .sectLg__hdg > span:lang(en) {
    letter-spacing: 4.5px;
  }
  .pg-top .reportsSect .reportsList {
    margin: -10px 0 0 -9px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pg-top .reportsSect .reportsList__item {
    padding: 10px 0 0 9px;
    width: 50%;
  }
  .pg-top .reportsSect .reportsList__itemBody {
    padding: 15px 4vw 18px;
  }
  .pg-top .reportsSect .reportsList__itemBody .date {
    margin-bottom: 5px;
    padding-left: 18px;
    font-size: 1.2rem;
  }
  .pg-top .reportsSect .reportsList__itemBody .date::before {
    top: 9px;
    width: 10px;
  }
  .pg-top .reportsSect .reportsList__itemBody .title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .pg-top .reportsSect .reportsList__itemBody .text {
    display: none;
  }
  .pg-top .reportsSect .reportsList__item:nth-child(n+4) {
    display: block;
  }
  .pg-top .reportsSect__linkBtn {
    left: 0;
    right: 0;
    margin: -25px auto 0;
  }
  .pg-top .linkListArea {
    margin-top: 85px;
  }
  .pg-top .linkListArea .c-container {
    padding: 0 8vw;
  }
  .pg-top .linkListArea__row {
    display: block;
    margin-left: 0;
  }
  .pg-top .linkListArea__col {
    padding-left: 0;
    width: auto;
  }
  .pg-top .linkListArea__colInner {
    padding: 32px 0 0 10px;
  }
  .pg-top .linkListArea__col ~ .linkListArea__col {
    margin-top: 36px;
  }
  .pg-top .linkListArea .linkList__item ~ .linkList__item {
    margin-top: 17px;
  }
  .pg-top .linkListArea .linkList a {
    font-size: 1.4rem;
    line-height: 1.55;
  }
  .pg-top .linkListArea .linkList a::before {
    width: 5px;
    height: 5px;
  }
}

/**
 * 3.0_学部・学科／大学院TOP
 */
.pg-deptTop .l-wrapper {
  padding-top: 0;
}

.pg-deptTop .deptLinkSect {
  margin-bottom: 110px;
}

.pg-deptTop .deptLinkSect__hdg {
  margin-bottom: 35px;
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.3rem;
  letter-spacing: 3px;
}

.pg-deptTop .deptLinkSect .schoolList__itemHdg {
  margin-bottom: 14px;
  border-left: 3px solid #a5252d;
  padding-left: 24px;
  overflow: hidden;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
}

.pg-deptTop .deptLinkSect .schoolList__itemHdg .school {
  margin-right: 30px;
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-deptTop .deptLinkSect .schoolList__itemHdg .campus {
  display: inline-block;
  position: relative;
  padding: 2px 20px;
  background-color: #e8e5e3;
  vertical-align: 5px;
  font-size: 1.5rem;
}

.pg-deptTop .deptLinkSect .schoolList__itemHdg .campus::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 1160px;
  height: 1px;
  background-color: #e8e5e3;
}

.pg-deptTop .deptLinkSect .schoolList__item ~ .schoolList__item {
  margin-top: 45px;
}

.pg-deptTop .deptLinkSect .deptLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -14px 0 0 -1.923076923%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-deptTop .deptLinkSect .deptLinkList__item {
  padding: 14px 0 0 1.886792453%;
  width: 212px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-deptTop .deptLinkSect .deptLinkList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #000;
  padding: 7px 0 7px 4px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.6;
}

.pg-deptTop .deptLinkSect .deptLinkList__item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #000;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.pg-deptTop .deptLinkSect .deptLinkList__item a > span {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-deptTop .deptLinkSect .deptLinkList__item a:hover > span {
  opacity: .7;
}

.pg-deptTop .deptLinkSect .deptLinkList__item a:hover::before {
  width: 60px;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.red a {
  border-bottom-color: #ca3456;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.red a::before {
  background-color: #ca3456;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.orange a {
  border-bottom-color: #ef6d3f;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.orange a::before {
  background-color: #ef6d3f;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.turquoise a {
  border-bottom-color: #11abb2;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.turquoise a::before {
  background-color: #11abb2;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.yGreen a {
  border-bottom-color: #6cbb3b;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.yGreen a::before {
  background-color: #6cbb3b;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.purple a {
  border-bottom-color: #856ca8;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.purple a::before {
  background-color: #856ca8;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.blue a {
  border-bottom-color: #157ebb;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.blue a::before {
  background-color: #157ebb;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.yellow a {
  border-bottom-color: #eece1e;
}

.pg-deptTop .deptLinkSect .deptLinkList__item.yellow a::before {
  background-color: #eece1e;
}

.pg-deptTop .schoolSect {
  padding: 72px 0 100px;
}

.pg-deptTop .schoolSect__header {
  margin-bottom: 46px;
}

.pg-deptTop .schoolSect__hdg {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.2rem;
  letter-spacing: 3.5px;
}

.pg-deptTop .schoolSect__hdg .campus {
  display: block;
  position: relative;
  margin-top: 18px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-deptTop .schoolSect__hdg .campus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #a5252d;
}

.pg-deptTop .schoolSect .deptList__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 5.17241% 5.17241%;
  background-color: white;
}

.pg-deptTop .schoolSect .deptList__itemImageArea {
  position: relative;
  width: 65.384615385%;
}

.pg-deptTop .schoolSect .deptList__itemImageArea .image img {
  width: 100%;
  height: auto;
}

.pg-deptTop .schoolSect .deptList__itemImageArea .copy {
  position: absolute;
  left: 38px;
  top: -34px;
  bottom: 0;
  width: calc(176 / 680 * 100%);
  max-width: 176px;
}

.pg-deptTop .schoolSect .deptList__itemImageArea .copy img {
  width: 100%;
}

.pg-deptTop .schoolSect .deptList__itemImageArea .copy > span {
  padding: 14px 10px 15px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.3rem;
  letter-spacing: 3.5px;
  line-height: 2;
}

.pg-deptTop .schoolSect .deptList__itemBody {
  padding: 2.692307692% 0 0 4.807692308%;
  width: 34.615384615%;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg {
  position: relative;
  margin-bottom: 52px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 2px;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg.red::before {
  background-color: #ca3456;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg.orange::before {
  background-color: #ef6d3f;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg.turquoise::before {
  background-color: #11abb2;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg.yGreen::before {
  background-color: #6cbb3b;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg.purple::before {
  background-color: #856ca8;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg.blue::before {
  background-color: #157ebb;
}

.pg-deptTop .schoolSect .deptList__itemBody .hdg.yellow::before {
  background-color: #eece1e;
}

.pg-deptTop .schoolSect .deptList__itemBody .desc {
  font-size: 1.5rem;
  line-height: 1.9;
}

.pg-deptTop .schoolSect .deptList__itemBody .c-moreBtn {
  margin: 38px auto 0 0;
  width: 100%;
  max-width: 240px;
}

.pg-deptTop .schoolSect .deptList__item:nth-child(even) .deptList__itemImageArea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pg-deptTop .schoolSect .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
  left: auto;
  right: 38px;
}

.pg-deptTop .schoolSect .deptList__item:nth-child(even) .deptList__itemBody {
  padding-right: 50px;
  padding-left: 0;
}

.pg-deptTop .schoolSect .deptList__item ~ .deptList__item {
  margin-top: 20px;
}

.pg-deptTop .schoolSect .dept3colList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px 0 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-deptTop .schoolSect .dept3colList__item {
  padding: 16px 0 0 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-deptTop .schoolSect .dept3colList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-deptTop .schoolSect .dept3colList__itemImage, .pg-deptTop .schoolSect .dept3colList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-deptTop .schoolSect .dept3colList__item a:hover .dept3colList__itemImage,
.pg-deptTop .schoolSect .dept3colList__item a:hover .dept3colList__itemBody {
  opacity: .7;
}

.pg-deptTop .schoolSect .dept3colList__itemImage {
  background-position: 50%;
  background-size: cover;
}

.pg-deptTop .schoolSect .dept3colList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-deptTop .schoolSect .dept3colList__itemBody {
  padding: 23px 20px;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg {
  position: relative;
  padding-left: 35px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg.red::before {
  background-color: #ca3456;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg.orange::before {
  background-color: #ef6d3f;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg.turquoise::before {
  background-color: #11abb2;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg.yGreen::before {
  background-color: #6cbb3b;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg.purple::before {
  background-color: #856ca8;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg.blue::before {
  background-color: #157ebb;
}

.pg-deptTop .schoolSect .dept3colList__itemBody .hdg.yellow::before {
  background-color: #eece1e;
}

.pg-deptTop .schoolSect.lightBrown {
  background-color: #ede9e6;
}

.pg-deptTop .schoolSect.lightGreen {
  background-color: #e6edeb;
}

.pg-deptTop .otherContSect {
  margin: 75px 0 90px;
}

.pg-deptTop .otherContSect__hdg {
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Taviraj', serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 4.5px;
}

.pg-deptTop .otherContSect .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px 0 0 -3.846153846%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-deptTop .otherContSect .linkList__item {
  padding: 8px 0 0 3.703703704%;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-deptTop .otherContSect .linkList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #a5252d;
  padding: 24px 40px 24px 10px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.6;
}

.pg-deptTop .otherContSect .linkList__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 1px;
  background-color: #a5252d;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.pg-deptTop .otherContSect .linkList__item a > span::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #a5252d;
  border-bottom: 2px solid #a5252d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right .3s;
  transition: right .3s;
}

.pg-deptTop .otherContSect .linkList__item a:hover::before {
  width: 120px;
}

.pg-deptTop .otherContSect .linkList__item a:hover > span::before {
  right: 5px;
}

@media screen and (max-width: 768px) {
  .pg-deptTop {
    min-width: 0;
  }
  .pg-deptTop .p-breadcrumb {
    margin: 40px 0 30px;
  }
  .pg-deptTop .deptLinkSect {
    margin-bottom: 60px;
  }
  .pg-deptTop .deptLinkSect__hdg {
    margin-bottom: 28px;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-deptTop .deptLinkSect .schoolList__itemHdg {
    margin: 0 -5px 12px;
    padding-left: 12px;
  }
  .pg-deptTop .deptLinkSect .schoolList__itemHdg .school {
    margin-right: 15px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .pg-deptTop .deptLinkSect .schoolList__itemHdg .campus {
    padding: 3px 9px;
    vertical-align: 3px;
    font-size: 1.2rem;
  }
  .pg-deptTop .deptLinkSect .schoolList__item ~ .schoolList__item {
    margin-top: 28px;
  }
  .pg-deptTop .deptLinkSect .deptLinkList {
    margin: -6px 0 0 -10px;
  }
  .pg-deptTop .deptLinkSect .deptLinkList__item {
    padding: 6px 0 0 10px;
    width: 33.333%;
  }
  .pg-deptTop .deptLinkSect .deptLinkList__item a {
    padding: 0 0 6px 4px;
    min-height: 45px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .pg-deptTop .schoolSect {
    padding: 50px 0 90px;
  }
  .pg-deptTop .schoolSect__header {
    margin-bottom: 36px;
  }
  .pg-deptTop .schoolSect__hdg {
    font-size: 3rem;
    line-height: 1.3;
  }
  .pg-deptTop .schoolSect__hdg .campus {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pg-deptTop .schoolSect__hdg .campus::before {
    top: -12px;
  }
  .pg-deptTop .schoolSect .deptList__itemInner {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .pg-deptTop .schoolSect .deptList__itemImageArea {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .pg-deptTop .schoolSect .deptList__itemImageArea .copy {
    left: 8px;
    top: auto;
    bottom: -92px;
    width: calc(234 / 670 * 100%);
    max-width: 234px;
  }
  .pg-deptTop .schoolSect .deptList__itemImageArea .copy > span {
    padding: 10px 6px 9px 4px;
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 1.9;
  }
  .pg-deptTop .schoolSect .deptList__itemBody {
    position: relative;
    padding: 30px 5.333333333vw 60px;
    width: auto;
    background-color: white;
  }
  .pg-deptTop .schoolSect .deptList__itemBody .hdg {
    margin: 0 0 44px 50%;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-deptTop .schoolSect .deptList__itemBody .hdg::before {
    bottom: -20px;
  }
  .pg-deptTop .schoolSect .deptList__itemBody .desc {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .pg-deptTop .schoolSect .deptList__itemBody .c-moreBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 245px;
    max-width: none;
  }
  .pg-deptTop .schoolSect .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
    right: 8px;
  }
  .pg-deptTop .schoolSect .deptList__item:nth-child(even) .deptList__itemBody {
    padding-right: 5.333333333vw;
    padding-left: 5.333333333vw;
  }
  .pg-deptTop .schoolSect .deptList__item:nth-child(even) .deptList__itemBody .hdg {
    margin-right: 50%;
    margin-left: 0;
  }
  .pg-deptTop .schoolSect .deptList__item ~ .deptList__item {
    margin-top: 65px;
  }
  .pg-deptTop .schoolSect .dept3colList {
    display: block;
    margin: 0;
  }
  .pg-deptTop .schoolSect .dept3colList__item {
    padding: 0;
    width: auto;
  }
  .pg-deptTop .schoolSect .dept3colList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-deptTop .schoolSect .dept3colList__itemImage {
    width: 39.701492537%;
    height: 100%;
  }
  .pg-deptTop .schoolSect .dept3colList__itemImage::before {
    content: none;
  }
  .pg-deptTop .schoolSect .dept3colList__itemBody {
    padding: 4.47761194%;
    width: 60.298507463%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-deptTop .schoolSect .dept3colList__itemBody .hdg {
    padding-left: 30px;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    line-height: 1.55;
  }
  .pg-deptTop .schoolSect .dept3colList__itemBody .hdg::before {
    top: 50%;
    margin-top: -1px;
    width: 15px;
  }
  .pg-deptTop .schoolSect .dept3colList__item ~ .dept3colList__item {
    margin-top: 10px;
  }
  .pg-deptTop .gradSchoolSect {
    padding-bottom: 60px;
  }
  .pg-deptTop .otherContSect {
    margin: 50px 0 55px;
  }
  .pg-deptTop .otherContSect__hdg {
    margin-bottom: 28px;
    font-size: 2.1rem;
    letter-spacing: 3px;
  }
  .pg-deptTop .otherContSect .linkList {
    margin: -4px 0 0 -9px;
  }
  .pg-deptTop .otherContSect .linkList__item {
    padding: 4px 0 0 9px;
    width: 50%;
  }
  .pg-deptTop .otherContSect .linkList__item a {
    padding: 20px 30px 20px 4px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .pg-deptTop .otherContSect .linkList__item a > span::before {
    right: 12px;
  }
}

/**
 * 1.1_汎用詳細
 */
.pg-multiDetail,
.pg-multiList {
  background-color: #ede9e6;
}

.pg-multiDetail .heading-xl,
.pg-multiList .heading-xl {
  padding: 81px 4.89891vw;
}

@media screen and (max-width: 768px) {
  .pg-multiDetail .heading-xl,
  .pg-multiList .heading-xl {
    padding: 24px 0;
  }
}

.pg-multiDetail .heading-l,
.pg-multiList .heading-l {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .pg-multiDetail .heading-l,
  .pg-multiList .heading-l {
    margin-bottom: 25px;
  }
}

.pg-multiDetail .heading-m,
.pg-multiList .heading-m {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pg-multiDetail .heading-m,
  .pg-multiList .heading-m {
    margin-bottom: 25px;
  }
}

.pg-multiDetail .heading-s,
.pg-multiList .heading-s {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .pg-multiDetail .heading-s,
  .pg-multiList .heading-s {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pg-multiDetail,
  .pg-multiList {
    min-width: 0;
  }
}

.imgcentering-area figure {
  display: table;
  table-layout: fixed;
}

.imgcentering-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.imgcentering-area figure {
  width: auto;
  max-width: 100%;
}

.imgcentering-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.imgcentering-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.imgcentering-area figure .sp {
  display: none;
}

.imgcentering-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .imgcentering-area figure {
    width: 100%;
  }
  .imgcentering-area figure .pc {
    display: none;
  }
  .imgcentering-area figure .sp {
    display: block;
  }
}

.imgcentering-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.imgcentering-area figure {
  margin-left: auto;
  margin-right: auto;
}

.imgcentering-area .img-block--full {
  width: 100%;
  height: auto;
}

.imgcentering-area .img-block--full .pc img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .imgcentering-area .img-block--full .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 64vw;
    width: 100vw;
    max-width: 100%;
  }
}

.imgcentering-area .img-block--full figcaption {
  max-width: 882px;
}

@media screen and (max-width: 768px) {
  .imgcentering-area .img-block--full figcaption {
    margin: 12px 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .imgcentering-area .img-block--l .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 69.06667vw;
    width: 92vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .imgcentering-area .img-block--m .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 62.93333vw;
    width: 84vw;
    max-width: 100%;
  }
}

.imggroup-area figure {
  display: table;
  table-layout: fixed;
}

.imggroup-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.imggroup-area figure {
  width: auto;
  max-width: 100%;
}

.imggroup-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.imggroup-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.imggroup-area figure .sp {
  display: none;
}

.imggroup-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .imggroup-area figure {
    width: 100%;
  }
  .imggroup-area figure .pc {
    display: none;
  }
  .imggroup-area figure .sp {
    display: block;
  }
}

.imggroup-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.imggroup-area figure {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .imggroup-area .img-block--1col .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 62.93333vw;
    width: 84vw;
    max-width: 100%;
  }
}

.imggroup-area .img-block--1col:not(:first-child) {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .imggroup-area .img-block--1col:not(:first-child) {
    margin-top: 35px;
  }
}

.imggroup-area .flex-area .img-block--2col {
  margin-left: 4.53515%;
  width: calc((100% - 4.6%) / 2);
}

@media screen and (max-width: 768px) {
  .imggroup-area .flex-area .img-block--2col .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 62.93333vw;
    width: 84vw;
    max-width: 100%;
  }
}

.imggroup-area .flex-area .img-block--2col:nth-child(2n+1) {
  margin-left: 0;
}

.imggroup-area .flex-area .img-block--2col:nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .imggroup-area .flex-area .img-block--2col {
    width: 100%;
    margin-left: 0;
  }
  .imggroup-area .flex-area .img-block--2col:not(:first-child) {
    margin-top: 25px;
  }
}

.imggroup-area .flex-area .img-block--3col {
  margin-left: 1.53846%;
  width: calc((100% - 1.6% * 2) / 3);
}

@media screen and (max-width: 768px) {
  .imggroup-area .flex-area .img-block--3col .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 66.93333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.imggroup-area .flex-area .img-block--3col:nth-child(3n+1) {
  margin-left: 0;
}

.imggroup-area .flex-area .img-block--3col:nth-child(n+4) {
  margin-top: 1.53846%;
}

@media screen and (max-width: 768px) {
  .imggroup-area .flex-area .img-block--3col {
    width: 100%;
    margin-left: 0;
  }
  .imggroup-area .flex-area .img-block--3col:not(:first-child) {
    margin-top: 10px;
  }
}

.sectionline.space60 {
  padding: 60px 0;
}

.sectionline hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #a5252d;
}

.movie-area {
  width: 100%;
  margin: 0 auto;
}

.movie-area .movie-block--l {
  width: 100%;
  margin: 0 auto;
}

.movie-area .movie-block--m {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.movie-area .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.movie-area .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.movie-area .caption-block {
  font-size: 1.5rem;
  margin: 12px 0;
}

@media screen and (max-width: 768px) {
  .movie-area {
    width: 100%;
    margin: 0 auto;
  }
  .movie-area .movie-block--l {
    width: auto;
    max-width: 882px;
  }
  .movie-area .movie-block--m {
    width: auto;
    max-width: 640px;
  }
  .movie-area .movie {
    margin-bottom: 8px;
  }
  .movie-area .caption-block {
    font-size: 1.4rem;
  }
}

.interview-area figure {
  width: auto;
  max-width: 100%;
}

.interview-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.interview-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.interview-area figure .sp {
  display: none;
}

.interview-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .interview-area figure {
    width: 100%;
  }
  .interview-area figure .pc {
    display: none;
  }
  .interview-area figure .sp {
    display: block;
  }
}

.interview-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.interview-area figure {
  width: 100%;
}

.interview-area .heading-l {
  text-align: center;
}

.interview-area .heading-m {
  border-bottom: 0;
  padding-bottom: 0;
}

.interview-area .flex-area:first-child {
  margin-top: 0;
}

.interview-area-l .heading-m {
  position: relative;
}

.interview-area-l .heading-m::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a5252d;
}

.interview-area-l .flex-area {
  background-color: #ffffff;
  margin-top: 30px;
}

.interview-area-l .flex-area .item_img-left,
.interview-area-l .flex-area .item_img-right,
.interview-area-l .flex-area .item_text {
  width: 50%;
}

.interview-area-l .flex-area .item_img-left,
.interview-area-l .flex-area .item_img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 580px;
}

@media screen and (max-width: 768px) {
  .interview-area-l .flex-area .item_img-left .noSp,
  .interview-area-l .flex-area .item_img-right .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 69.06667vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.interview-area-l .flex-area .item_img-left .pc,
.interview-area-l .flex-area .item_img-right .pc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-position: center !important;
  background-size: cover !important;
}

.interview-area-l .flex-area .item_img-left .pc img,
.interview-area-l .flex-area .item_img-right .pc img {
  display: none;
}

.interview-area-l .flex-area .item_text {
  padding: 4.61201%;
}

.interview-area-l .flex-area .item_text .item_text-innerwrapper {
  max-width: 525px;
  text-align: left;
}

.interview-area-l .flex-area .item_img-left {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.interview-area-l .flex-area .item_img-left + .item_text {
  padding-left: 4.09956%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

.interview-area-l .flex-area .item_img-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.interview-area-l .flex-area .item_img-right + .item_text {
  padding-right: 4.09956%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-align: right;
}

.interview-area-l .flex-area .item_img-right + .item_text .item_text-innerwrapper {
  margin-left: auto;
  margin-right: 0;
}

.interview-area-l .item_text .heading-m,
.interview-area-l .item_text .md-wysiwyg {
  padding-left: 55px;
}

.interview-area-m {
  padding-top: 110px;
  padding-bottom: 120px;
}

.interview-area-m .item-wrapper {
  margin-top: 85px;
}

.interview-area-m .item-wrapper:first-child {
  margin-top: 0;
}

.interview-area-m .item-wrapper .item_text {
  width: 680px;
  padding: 0;
}

.interview-area-m .item-wrapper .item_img {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .interview-area-m .item-wrapper .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 69.06667vw;
    width: 92vw;
    max-width: 100%;
  }
}

.interview-area-m .item-wrapper.right .item_text {
  margin-right: auto;
  margin-left: 0;
}

.interview-area-m .item-wrapper.right .item_img {
  margin-right: 0;
  margin-left: auto;
}

.interview-area-m .item-wrapper.right .item_img span {
  text-align: right;
}

.interview-area-m .item-wrapper.left .item_text {
  margin-right: 0;
  margin-left: auto;
}

.interview-area-m .item-wrapper.left .item_img {
  margin-right: auto;
  margin-left: 0;
}

.interview-area-m .item-wrapper.left .item_img span {
  text-align: left;
}

.interview-area-s-btn-wrapper {
  padding-bottom: 90px;
  padding-top: 90px;
  margin-top: 0 !important;
}

.interview-area-s-btn {
  padding-top: 90px;
  padding-bottom: 90px;
}

.interview-area-s-btn .flex-area--row {
  margin-top: 30px;
}

.interview-area-s-btn .flex-area--row .img-block {
  max-width: 46.15385%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .interview-area-s-btn .flex-area--row .img-block .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 84vw;
    width: 84vw;
    max-width: 100%;
  }
}

.interview-area-s-btn .flex-area--row .text-block {
  margin-left: 5.769231%;
}

.interview-area-s-btn .flex-area--row .text-block .heading-m {
  font-size: 2.2rem;
  letter-spacing: 2.1px;
}

@media screen and (max-width: 768px) {
  .interview-area-s-btn .flex-area--row .text-block .heading-m {
    font-size: 1.6rem;
  }
}

.interview-area-s-btn .flex-area--row .left {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.interview-area-s-btn .flex-area--row .left + .text-block {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.interview-area-s-btn .flex-area--row .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.interview-area-s-btn .flex-area--row .right + .text-block {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-left: 0;
  margin-right: 5.769231%;
}

@media screen and (max-width: 768px) {
  .interview-area .heading-m {
    font-size: 2.0rem;
    letter-spacing: 2.0px;
  }
  .interview-area .flex-area .item_img-right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .interview-area .flex-area .item_img-right + .item_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .interview-area .flex-area .item_img-left,
  .interview-area .flex-area .item_img-right,
  .interview-area .flex-area .item_text {
    width: 100%;
  }
  .interview-area .flex-area .item_text {
    padding: 30px 5.33333vw 20px;
  }
  .interview-area-l .flex-area {
    margin-top: 20px;
  }
  .interview-area-l .flex-area .item_img-left,
  .interview-area-l .flex-area .item_img-right {
    display: table;
    table-layout: fixed;
    min-height: auto;
  }
  .interview-area-l .flex-area .item_text .item_text-innerwrapper {
    max-width: 100%;
  }
  .interview-area-l .flex-area .item_text .heading-m,
  .interview-area-l .flex-area .item_text .md-wysiwyg {
    padding-left: 0;
  }
  .interview-area-l .flex-area .item_img-left + .item_text,
  .interview-area-l .flex-area .item_img-right + .item_text {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
  .interview-area-l .heading-m {
    margin-bottom: 40px;
    text-align: center;
  }
  .interview-area-l .heading-m::before {
    content: none;
  }
  .interview-area-l .heading-m::after {
    content: "";
    position: absolute;
    bottom: -25px;
    top: auto;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #a5252d;
  }
  .interview-area-m {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .interview-area-m .heading-m {
    margin-bottom: 10px;
  }
  .interview-area-m .item-wrapper {
    margin-top: 50px;
  }
  .interview-area-m .item-wrapper .item_text {
    width: auto;
  }
  .interview-area-m .item-wrapper .item_img {
    margin-top: 20px;
  }
  .interview-area-m .item-wrapper.right .item_img {
    padding-left: 5.33333vw;
  }
  .interview-area-m .item-wrapper.right .item_img span {
    margin-right: 0;
    margin-left: auto;
  }
  .interview-area-m .item-wrapper.left .item_img {
    padding-right: 5.33333vw;
  }
  .interview-area-m .item-wrapper.left .item_img span {
    margin-right: auto;
    margin-left: 0;
  }
  .interview-area-s-btn {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .interview-area-s-btn .flex-area--row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .interview-area-s-btn .flex-area--row .img-block {
    width: 100%;
    max-width: 100%;
  }
  .interview-area-s-btn .flex-area--row .text-block {
    width: 100%;
  }
  .interview-area-s-btn .flex-area--row .text-block .item_text {
    padding: 20px 0;
  }
  .interview-area-s-btn .flex-area--row .left,
  .interview-area-s-btn .flex-area--row .right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .interview-area-s-btn .flex-area--row .left + .text-block,
  .interview-area-s-btn .flex-area--row .right + .text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
}

.interview-area-m-bg-wrapper {
  margin-top: 0 !important;
}

.interview-area-m-bg-wrapper figure {
  display: table;
  table-layout: fixed;
}

.interview-area-m-bg-wrapper figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.interview-area-m-bg-wrapper figure {
  width: auto;
  max-width: 100%;
}

.interview-area-m-bg-wrapper figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.interview-area-m-bg-wrapper figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.interview-area-m-bg-wrapper figure .sp {
  display: none;
}

.interview-area-m-bg-wrapper figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .interview-area-m-bg-wrapper figure {
    width: 100%;
  }
  .interview-area-m-bg-wrapper figure .pc {
    display: none;
  }
  .interview-area-m-bg-wrapper figure .sp {
    display: block;
  }
}

.interview-area-m-bg-wrapper figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.interview-area-m-bg {
  width: 100%;
  margin: 0 auto;
}

.interview-area-m-bg .elem-block {
  min-height: 580px;
  margin-bottom: 30px;
}

.interview-area-m-bg .elem-block .bg-pc {
  background-size: cover;
  background-position: center;
  min-height: 580px;
}

.interview-area-m-bg .elem-block .bg-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .interview-area-m-bg .elem-block .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 64vw;
    width: 100vw;
    max-width: 100%;
  }
}

.interview-area-m-bg .elem-block .text-block-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.interview-area-m-bg .elem-block .text-block-wrapper .text-block {
  background: rgba(255, 255, 255, 0.9);
  width: 480px;
  padding: 50px 45px 50px 33px;
}

.interview-area-m-bg .elem-block .text-block-wrapper .text-block .heading-m {
  position: relative;
  font-size: 2.4rem;
  border-bottom: 0;
  padding: 0;
  padding-left: 54px;
  letter-spacing: 2.4px;
  margin-bottom: 27px;
}

.interview-area-m-bg .elem-block .text-block-wrapper .text-block .heading-m::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a5252d;
}

.interview-area-m-bg .elem-block .text-block-wrapper .text-block p {
  position: relative;
  margin-bottom: 15px;
  margin-left: 54px;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .interview-area-m-bg .elem-block .bg-pc {
    background: none !important;
    min-height: auto;
    position: relative;
  }
  .interview-area-m-bg .elem-block .bg-sp {
    display: block;
  }
  .interview-area-m-bg .elem-block .bg-sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .interview-area-m-bg .elem-block .text-block-wrapper {
    padding: 0;
  }
  .interview-area-m-bg .elem-block .text-block-wrapper .text-block {
    background: white;
    border-top: 3px solid #a5252d;
    width: 100%;
    padding: 35px 20px 20px;
    position: relative;
    top: -20px;
  }
  .interview-area-m-bg .elem-block .text-block-wrapper .text-block .heading-m {
    font-size: 2rem;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .interview-area-m-bg .elem-block .text-block-wrapper .text-block .heading-m::before {
    content: none;
  }
  .interview-area-m-bg .elem-block .text-block-wrapper .text-block .heading-m::after {
    content: "";
    position: absolute;
    bottom: -25px;
    top: auto;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #a5252d;
  }
  .interview-area-m-bg .elem-block .text-block-wrapper .text-block p {
    margin-left: 0;
  }
}

.facultymember-area {
  margin: 0 auto;
}

.facultymember-area .heading-m {
  margin-bottom: 35px;
}

.facultymember-area .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}

.facultymember-area .member-list .member-block {
  width: calc((100% - 6.9%) / 2);
  margin-bottom: 20px;
}

.facultymember-area .member-list .member-block:nth-of-type(even) {
  margin-left: 6.80272%;
}

.facultymember-area .member-list .member-block .name {
  font-size: 2.2rem;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
}

.facultymember-area .member-list .member-block .major {
  font-size: 1.6rem;
  background: #ffffff;
  padding: 18px 24px;
  margin: 19px 0 0;
}

.facultymember-area .member-list .member-block .summary {
  font-size: 1.5rem;
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .facultymember-area {
    width: auto;
  }
  .facultymember-area h3.heading-m {
    font-size: 1.8rem;
    border-color: #382d2e;
    margin-bottom: 25px;
  }
  .facultymember-area .member-list {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .facultymember-area .member-list .member-block {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .facultymember-area .member-list .member-block:first-of-type {
    margin-top: 0;
  }
  .facultymember-area .member-list .member-block:nth-of-type(even) {
    margin-left: 0;
  }
  .facultymember-area .member-list .member-block .name {
    font-size: 1.7rem;
    font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  }
  .facultymember-area .member-list .member-block .major {
    margin: 12px 0 0;
    padding: 12px 18px;
    font-size: 1.4rem;
  }
  .facultymember-area .member-list .member-block .summary {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .facultymember-area .member-list .member-block .textbtn-area {
    margin-top: 15px;
  }
}

.img-3column-area figure {
  display: table;
  table-layout: fixed;
}

.img-3column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.img-3column-area figure {
  width: auto;
  max-width: 100%;
}

.img-3column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.img-3column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img-3column-area figure .sp {
  display: none;
}

.img-3column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .img-3column-area figure {
    width: 100%;
  }
  .img-3column-area figure .pc {
    display: none;
  }
  .img-3column-area figure .sp {
    display: block;
  }
}

.img-3column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.img-3column-area figure {
  width: 100%;
}

.img-3column-area .heading-m {
  margin-bottom: 45px;
}

.img-3column-area a:link,
.img-3column-area a:visited,
.img-3column-area a:hover {
  color: #333333;
}

.img-3column-area .flex-area .block__item {
  background-color: #ffffff;
  border-bottom: 2px solid #a5252d;
  margin-left: 1.44231%;
  width: calc((100% - 1.45% * 2) / 3);
}

.img-3column-area .flex-area .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.img-3column-area .flex-area .block__item:nth-child(n+4) {
  margin-top: 1.44231%;
}

@media screen and (max-width: 768px) {
  .img-3column-area .flex-area .block__item .img-block--3col .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 66.93333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.img-3column-area .flex-area .block__item .body-block--3col {
  padding: 20px;
}

.img-3column-area .flex-area .block__item .body-block--3col .heading-s {
  font-size: 1.8rem;
}

.img-3column-area .flex-area .block__item .body-block--3col .more {
  margin: 12px 0 0 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
}

.img-3column-area .flex-area .block__item .body-block--3col .more span {
  position: relative;
  padding-right: 20px;
}

.img-3column-area .flex-area .block__item .body-block--3col .more span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .img-3column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .img-3column-area .flex-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .img-3column-area .flex-area .block__item:not(:first-child) {
    margin-top: 10px;
  }
  .img-3column-area .flex-area .block__item .body-block--3col .heading-s {
    font-size: 1.6rem;
  }
}

.blockquote-area {
  background: rgba(255, 255, 255, 0.6);
  padding: 50px 9.00439vw;
  text-align: center;
}

.blockquote-area_element {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  color: #a5252d;
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: 3px;
  max-width: 1240px;
  padding: 0 90px;
  position: relative;
}

.blockquote-area_element:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: url("../images/blockquote_start_pc.png");
  z-index: -1;
  opacity: .5;
}

.blockquote-area_element:after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  content: url("../images/blockquote_end_pc.png");
  z-index: -1;
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .blockquote-area {
    padding: 30px 5.33333vw;
  }
  .blockquote-area_element {
    font-size: 2.2rem;
    letter-spacing: 2px;
    padding: 0 5.33333vw;
  }
  .blockquote-area_element:before {
    content: "";
    background: url("../images/blockquote_start_sp.png");
    z-index: -1;
    opacity: 1;
    background-size: contain;
    width: 37px;
    height: 30px;
  }
  .blockquote-area_element:after {
    content: "";
    background: url("../images/blockquote_end_sp.png");
    z-index: -1;
    opacity: 1;
    background-size: contain;
    width: 37px;
    height: 30px;
  }
}

.inquiry-area a {
  color: #a5252d;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.inquiry-area a:link, .inquiry-area a:visited, .inquiry-area a:hover, .inquiry-area a:active {
  color: #a5252d;
}

.inquiry-area a:hover {
  opacity: 0.7;
}

.inquiry-area .inquiry-area-block {
  background: #ffffff;
  padding: 47px 6.80272%;
  border-top: 3px solid #a5252d;
  border-bottom: 3px solid #a5252d;
}

.inquiry-area .inquiry-area-block .inquiry-area-block__item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #d1ccc9;
}

.inquiry-area .inquiry-area-block .inquiry-area-block__item .heading-s {
  letter-spacing: 2.2px;
  margin-bottom: 17px;
}

.inquiry-area .inquiry-area-block .inquiry-area-block__item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.inquiry-area .inquiry-area-block .inquiry-area-block__item:last-of-type {
  padding-bottom: 0;
}

.inquiry-area .inquiry-area-block p {
  font-size: 1.5rem;
}

.inquiry-area .inquiry-area-block dl {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 1.7px;
}

.inquiry-area .inquiry-area-block dl dt {
  width: 22%;
  padding: 5px 0;
}

.inquiry-area .inquiry-area-block dl dd {
  width: 78%;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .inquiry-area {
    width: auto;
  }
  .inquiry-area .heading-l {
    text-align: center;
    margin-bottom: 20px;
  }
  .inquiry-area .inquiry-area-block {
    padding: 28px 20px;
    border-top: 3px solid #a5252d;
    border-bottom: 3px solid #a5252d;
  }
  .inquiry-area .inquiry-area-block .inquiry-area-block__item {
    padding-top: 10px;
  }
  .inquiry-area .inquiry-area-block .inquiry-area-block__item:last-of-type {
    padding-bottom: 0;
  }
  .inquiry-area .inquiry-area-block .inquiry-area-block__item .heading-s {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1.3px;
  }
  .inquiry-area .inquiry-area-block .inquiry-area-block__item .summary {
    margin-top: 15px;
  }
  .inquiry-area .inquiry-area-block p,
  .inquiry-area .inquiry-area-block dl {
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
  .inquiry-area .inquiry-area-block dl {
    padding-top: 10px;
  }
  .inquiry-area .inquiry-area-block dl dt {
    width: 100%;
    padding: 0;
  }
  .inquiry-area .inquiry-area-block dl dd {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

/**
 * 1.0_汎用一覧
 */
.pg-multiList {
  background-color: #ede9e6;
}

@media screen and (max-width: 768px) {
  .pg-multiList {
    min-width: 0;
  }
}

.headerspacer {
  height: 124px;
  border-bottom: 1px solid #a5252d;
}

.spacer {
  height: 20px;
}

.door-img-area {
  position: relative;
}

.door-img-area figure {
  display: table;
  table-layout: fixed;
}

.door-img-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.door-img-area figure {
  width: auto;
  max-width: 100%;
}

.door-img-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.door-img-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.door-img-area figure .sp {
  display: none;
}

.door-img-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .door-img-area figure {
    width: 100%;
  }
  .door-img-area figure .pc {
    display: none;
  }
  .door-img-area figure .sp {
    display: block;
  }
}

.door-img-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.door-img-area .block-wrapper {
  position: relative;
}

.door-img-area .img-block {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .door-img-area .img-block .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 64vw;
    width: 92vw;
    max-width: 100%;
  }
}

.door-img-area .img-block .pc img {
  width: 100%;
}

.door-img-area .svgtext-block {
  display: block;
  position: absolute;
  right: 9.56454%;
  top: -40px;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.door-img-area .svgtext-block .copy > span {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.0rem;
  letter-spacing: 3.5px;
  line-height: 2.1;
}

.door-img-area .svgtext-block .copy > span span {
  padding: 0.3em;
  background-color: rgba(255, 255, 255, 0.95);
  line-height: 1.0;
}

.door-img-area .svgtext-block img {
  width: 100%;
}

.door-img-area .svg-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .door-img-area {
    margin-top: 65px;
  }
  .door-img-area .svgtext-block {
    right: 1.44928%;
    top: -30px;
  }
  .door-img-area .svgtext-block .copy > span {
    font-size: 2.0rem;
    letter-spacing: 2.4px;
  }
  .door-img-area .c-container {
    display: block;
    background-color: transparent;
  }
  .door-img-area .c-container .multi-List__itemImageArea {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .door-img-area .c-container .multi-List__itemImageArea .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .door-img-area .c-container .multi-List__itemImageArea .image img.pc {
    display: none;
  }
  .door-img-area .c-container .multi-List__itemImageArea .image img.sp {
    display: block;
  }
}

.landscape-img-area figure {
  display: table;
  table-layout: fixed;
}

.landscape-img-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.landscape-img-area figure {
  width: auto;
  max-width: 100%;
}

.landscape-img-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.landscape-img-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.landscape-img-area figure .sp {
  display: none;
}

.landscape-img-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .landscape-img-area figure {
    width: 100%;
  }
  .landscape-img-area figure .pc {
    display: none;
  }
  .landscape-img-area figure .sp {
    display: block;
  }
}

.landscape-img-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.landscape-img-area .heading-l {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 70px;
  letter-spacing: 3.8px;
}

.landscape-img-area .block_item {
  padding: 5.17241%;
  background-color: #ffffff;
  border-bottom: 2px solid #a5252d;
}

.landscape-img-area .block_item .flex-area .item_text > *:first-child {
  margin-top: 35px;
}

.landscape-img-area .block_item .flex-area .item_text .heading-m {
  position: relative;
  font-size: 2.8rem;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.landscape-img-area .block_item .flex-area .item_text .heading-m::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a5252d;
}

.landscape-img-area .block_item .flex-area .item_text .heading-m,
.landscape-img-area .block_item .flex-area .item_text .md-textblock,
.landscape-img-area .block_item .flex-area .item_text .textBtn-area {
  padding-left: 8.59375%;
}

.landscape-img-area .block_item .flex-area .item_text .textBtn-area {
  margin-top: 30px;
}

.landscape-img-area .block_item .flex-area .item_text .textBtn-area .textBtn--link {
  width: 240px;
  height: 55px;
}

.landscape-img-area .block_item .flex-area .item_img.full {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .landscape-img-area .block_item .flex-area .item_img.full .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 27.33333vw;
    width: 100%;
    max-width: 100%;
  }
}

.landscape-img-area .block_item .flex-area .item_img.full + .item_text {
  width: 100%;
  max-width: 100%;
  margin-left: 2.40385%;
}

.landscape-img-area .block_item .flex-area .item_img.square {
  width: 34.61538%;
}

@media screen and (max-width: 768px) {
  .landscape-img-area .block_item .flex-area .item_img.square .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 57.33333vw;
    width: 57.33333vw;
    max-width: 100%;
  }
}

.landscape-img-area .block_item .flex-area .item_img.square + .item_text {
  width: 61.53846%;
  max-width: 640px;
  margin-left: 3.84615%;
}

@media screen and (max-width: 768px) {
  .landscape-img-area .heading-l {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 45px;
  }
  .landscape-img-area .block_item {
    padding: 20px 20px 40px;
  }
  .landscape-img-area .block_item .flex-area .item_text > *:first-child {
    margin-top: 25px;
  }
  .landscape-img-area .block_item .flex-area .item_text .heading-m {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  .landscape-img-area .block_item .flex-area .item_text .heading-m::before {
    top: 18px;
    width: 15px;
  }
  .landscape-img-area .block_item .flex-area .item_text .heading-m,
  .landscape-img-area .block_item .flex-area .item_text .md-textblock,
  .landscape-img-area .block_item .flex-area .item_text .textBtn-area {
    padding-left: 0;
  }
  .landscape-img-area .block_item .flex-area .item_text .heading-m {
    padding-left: 30px;
  }
  .landscape-img-area .block_item .flex-area .item_text .textBtn-area .textBtn--link {
    width: 245px;
    height: 49px;
    margin: 0 auto;
  }
  .landscape-img-area .block_item .flex-area .item_img.full,
  .landscape-img-area .block_item .flex-area .item_img.square {
    width: 100%;
    text-align: center;
  }
  .landscape-img-area .block_item .flex-area .item_img.full + .item_text,
  .landscape-img-area .block_item .flex-area .item_img.square + .item_text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .landscape-img-area .block_item .flex-area .item_img.square {
    padding-top: 25px;
  }
  .landscape-img-area .block_item .flex-area .item_img.square span {
    margin: 0 auto;
  }
}

.landscape-bg-img-area .block_item a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.landscape-bg-img-area .block_item a:hover {
  opacity: .8;
}

.landscape-bg-img-area .block_item a:hover .heading-m::before {
  -webkit-animation: btn .6s 1 ease;
  animation: btn .6s 1 ease;
}

.landscape-bg-img-area .block_item .bg-pc {
  min-height: 450px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.landscape-bg-img-area .block_item .bg-pc::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.landscape-bg-img-area .block_item .bg-sp {
  position: relative;
}

.landscape-bg-img-area .block_item .bg-sp::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.landscape-bg-img-area .block_item .item_text {
  color: #ffffff;
  max-width: 670px;
  padding: 90px 0;
  padding-left: 1.72414%;
  position: relative;
}

.landscape-bg-img-area .block_item .item_text .heading-m {
  padding-left: 5px;
  border-bottom: 2px solid #ffffff;
  position: relative;
  font-family: 'Taviraj', serif;
  font-size: 2.2rem;
  letter-spacing: 4.2px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  margin-left: 0;
  max-width: 520px;
}

.landscape-bg-img-area .block_item .item_text .heading-m::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #a5252d;
  -webkit-transform: scaleX(0.115);
  transform: scaleX(0.115);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.landscape-bg-img-area .block_item .item_text .lead {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 3.0px;
  position: relative;
}

.landscape-bg-img-area .block_item .item_text .lead::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}

.landscape-bg-img-area .block_item .item_text .lead,
.landscape-bg-img-area .block_item .item_text .belonginformation,
.landscape-bg-img-area .block_item .item_text .more {
  padding-left: 55px;
}

.landscape-bg-img-area .block_item .item_text .belonginformation {
  font-size: 1.6rem;
  letter-spacing: 1.8px;
  margin-top: 15px;
}

.landscape-bg-img-area .block_item .item_text .more {
  margin: 12px 0 0 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  margin-top: 18px;
}

.landscape-bg-img-area .block_item .item_text .more span {
  position: relative;
  padding-right: 20px;
}

.landscape-bg-img-area .block_item .item_text .more span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .landscape-bg-img-area .block_item .bg-sp:not(.noSp) {
    background-position: center;
    background-size: cover;
  }
  .landscape-bg-img-area .block_item .bg-sp:not(.noSp) .bg-pc {
    background-image: none !important;
  }
  .landscape-bg-img-area .block_item .bg-sp:not(.noSp) .bg-pc::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
  }
  .landscape-bg-img-area .block_item .item_text {
    padding: 162px 0 0;
    padding-left: 0;
  }
  .landscape-bg-img-area .block_item .item_text .heading-m {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .landscape-bg-img-area .block_item .item_text .lead {
    font-size: 2.0rem;
    line-height: 1.7;
    letter-spacing: 3.0px;
    position: relative;
  }
  .landscape-bg-img-area .block_item .item_text .lead::before {
    top: 18px;
    width: 15px;
  }
  .landscape-bg-img-area .block_item .item_text .lead,
  .landscape-bg-img-area .block_item .item_text .belonginformation,
  .landscape-bg-img-area .block_item .item_text .more {
    padding-left: 30px;
  }
  .landscape-bg-img-area .block_item .item_text .belonginformation {
    font-size: 1.3rem;
    letter-spacing: 1.8px;
    margin-top: 18px;
  }
  .landscape-bg-img-area .block_item .item_text .more {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.link-set-area .img-2column-area figure, .link-set-area .img-3column-area figure {
  display: table;
  table-layout: fixed;
}

.link-set-area .img-2column-area figure figcaption, .link-set-area .img-3column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.link-set-area .img-2column-area figure, .link-set-area .img-3column-area figure {
  width: auto;
  max-width: 100%;
}

.link-set-area .img-2column-area figure .pc, .link-set-area .img-3column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.link-set-area .img-2column-area figure .pc img, .link-set-area .img-3column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.link-set-area .img-2column-area figure .sp, .link-set-area .img-3column-area figure .sp {
  display: none;
}

.link-set-area .img-2column-area figure .sp img, .link-set-area .img-3column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .link-set-area .img-2column-area figure, .link-set-area .img-3column-area figure {
    width: 100%;
  }
  .link-set-area .img-2column-area figure .pc, .link-set-area .img-3column-area figure .pc {
    display: none;
  }
  .link-set-area .img-2column-area figure .sp, .link-set-area .img-3column-area figure .sp {
    display: block;
  }
}

.link-set-area .img-2column-area figure figcaption, .link-set-area .img-3column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.link-set-area .img-2column-area figure, .link-set-area .img-3column-area figure {
  width: 100%;
}

.link-set-area .img-2column-area figure img, .link-set-area .img-3column-area figure img {
  width: 100%;
}

.link-set-area .img-2column-area .heading-m, .link-set-area .img-3column-area .heading-m {
  margin-bottom: 45px;
}

.link-set-area .img-2column-area a:link,
.link-set-area .img-2column-area a:visited,
.link-set-area .img-2column-area a:hover, .link-set-area .img-3column-area a:link,
.link-set-area .img-3column-area a:visited,
.link-set-area .img-3column-area a:hover {
  color: #333333;
}

.link-set-area .img-2column-area .flex-area .block__item, .link-set-area .img-3column-area .flex-area .block__item {
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-color: #ffffff;
}

.link-set-area .img-2column-area .flex-area .block__item::after, .link-set-area .img-3column-area .flex-area .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.link-set-area .img-2column-area .flex-area .block__item:hover, .link-set-area .img-3column-area .flex-area .block__item:hover {
  opacity: .7;
}

.link-set-area .img-2column-area .flex-area .block__item:hover::after, .link-set-area .img-3column-area .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

@media screen and (max-width: 768px) {
  .link-set-area .img-2column-area .heading-m, .link-set-area .img-3column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .link-set-area .img-2column-area .flex-area .block__item, .link-set-area .img-3column-area .flex-area .block__item {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.link-set-area .img-2column-area .flex-area .block__item {
  margin-left: 3.84615%;
  width: calc((100% - 3.9% * 1) / 2);
}

.link-set-area .img-2column-area .flex-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.link-set-area .img-2column-area .flex-area .block__item:nth-child(n+3) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .link-set-area .img-2column-area .flex-area .block__item .img-block--2col .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 66.93333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.link-set-area .img-2column-area .flex-area .block__item .body-block--2col {
  padding: 28px 40px 43px;
}

.link-set-area .img-2column-area .flex-area .block__item .body-block--2col .heading-s {
  margin-bottom: 0;
}

.link-set-area .img-2column-area .flex-area .block__item .body-block--2col .body {
  padding-top: 15px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .link-set-area .img-2column-area .flex-area .block__item:not(:first-child) {
    margin-top: 15px;
  }
  .link-set-area .img-2column-area .flex-area .block__item:nth-child(n+4) {
    margin-top: 15px;
  }
  .link-set-area .img-2column-area .flex-area .block__item .body-block--2col {
    padding: 20px 20px 28px;
  }
  .link-set-area .img-2column-area .flex-area .block__item .body-block--2col .heading-s {
    font-size: 1.6rem;
  }
  .link-set-area .img-2column-area .flex-area .block__item .body-block--2col .body {
    padding-top: 10px;
    font-size: 1.2rem;
  }
}

.link-set-area .img-3column-area .flex-area .block__item {
  margin-left: 2.40385%;
  width: calc((100% - 2.5% * 2) / 3);
  border-bottom: none;
}

.link-set-area .img-3column-area .flex-area .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.link-set-area .img-3column-area .flex-area .block__item:nth-child(n+4) {
  margin-top: 25px;
}

.link-set-area .img-3column-area .flex-area .block__item .img-block--3col {
  background-position: 50%;
  background-size: cover;
}

.link-set-area .img-3column-area .flex-area .block__item .img-block--3col::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.link-set-area .img-3column-area .flex-area .block__item .body-block--3col {
  text-align: left;
  position: relative;
  padding: 20px 30px;
}

.link-set-area .img-3column-area .flex-area .block__item .body-block--3col .heading-s {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .link-set-area .img-3column-area .flex-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-set-area .img-3column-area .flex-area .block__item:not(:first-child) {
    margin-top: 10px;
  }
  .link-set-area .img-3column-area .flex-area .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .link-set-area .img-3column-area .flex-area .block__item .img-block--3col {
    width: 39.70%;
    height: 100%;
  }
  .link-set-area .img-3column-area .flex-area .block__item .img-block--3col::before {
    content: none;
  }
  .link-set-area .img-3column-area .flex-area .block__item .body-block--3col {
    padding: 10px 4.47761194%;
    width: 60.29%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/**
 * 2.0_津田塾のまなびTOP
 */
.pg-learnTop {
  background-color: #ede9e6;
}

@media screen and (max-width: 768px) {
  .pg-learnTop {
    min-width: 0;
  }
}

.pg-learnTop .p-breadcrumb {
  margin: 0;
  padding: 15px 0;
}

.pg-learnTop .c-pageHeaderWithImage {
  position: relative;
  height: auto;
}

.pg-learnTop .c-pageHeaderWithImage .elem-block .bg-pc {
  background-size: cover;
  background-position: center;
  min-height: 750px;
  padding-top: 425px;
  padding-bottom: 60px;
}

.pg-learnTop .c-pageHeaderWithImage .elem-block .bg-sp {
  display: none;
}

.pg-learnTop .c-pageHeaderWithImage .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(165, 37, 45, 0.9);
  color: #ffffff;
  width: 100%;
  padding: 50px 4.39239%;
  position: relative;
  margin: 0 auto;
}

.pg-learnTop .c-pageHeaderWithImage .text-block .heading-area {
  width: 50%;
  padding-right: 32px;
}

.pg-learnTop .c-pageHeaderWithImage .text-block .heading-area .pageHeaderWithImage__h1 {
  color: white;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.5rem;
  letter-spacing: 4px;
  line-height: 1.5;
}

.pg-learnTop .c-pageHeaderWithImage .text-block .heading-area .pageHeaderWithImage__h2 {
  color: white;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.0rem;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.9;
  margin-top: 23px;
  padding-left: 50px;
  position: relative;
}

.pg-learnTop .c-pageHeaderWithImage .text-block .heading-area .pageHeaderWithImage__h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 30px;
  height: 1px;
  background-color: white;
}

.pg-learnTop .c-pageHeaderWithImage .text-block .catch {
  width: 50%;
  line-height: 1.9;
}

.pg-learnTop .learnBnr {
  background: #ffffff;
}

.pg-learnTop .learnBnr .bg-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#ede9e6), color-stop(50%, #ede9e6), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ede9e6 0%, #ede9e6 50%, #ffffff 50%, #ffffff 100%);
}

.pg-learnTop .learnBnr .elem-block {
  padding: 0;
  margin: auto;
  padding: 70px 0;
  text-align: center;
}

.pg-learnTop .learnBnr .elem-block a {
  display: inline-block;
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-bottom: 3px solid #a5252d;
}

.pg-learnTop .learnBnr .elem-block a:hover {
  opacity: 0.8;
}

.pg-learnTop .learnBnr .elem-block .bg-sp {
  background-size: 0;
}

.pg-learnTop .learnBnr .elem-block .bg-pc {
  background-size: cover;
  background-position: center;
  min-height: 377px;
  padding: 60px 6.66667%;
}

.pg-learnTop .learnBnr .text-block {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.pg-learnTop .learnBnr .text-block .learnBnr__title {
  color: #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.7rem;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 10px;
}

.pg-learnTop .learnBnr .text-block .text {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  margin: 10px auto 0;
  color: #333333;
}

.pg-learnTop .learnBnr .text-block .text br.sp {
  display: none;
}

.pg-learnTop .learnBnr .text-block .text__link {
  margin: 12px 0 0 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  margin: 15px auto 0;
  width: 100%;
}

.pg-learnTop .learnBnr .text-block .text__link span {
  position: relative;
  padding-right: 20px;
}

.pg-learnTop .learnBnr .text-block .text__link span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-learnTop .learnFeature {
  background: #e6edeb;
  padding: 100px 0;
}

.pg-learnTop .learnFeature .item-header {
  margin-bottom: 18px;
}

.pg-learnTop .learnFeature .item-header .heading-l {
  text-align: center;
  margin: 0 auto;
  font-size: 3.6rem;
  letter-spacing: 3.6px;
}

.pg-learnTop .learnFeature .item-header .heading-l span {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  display: inline-block;
}

.pg-learnTop .learnFeature .item-header .heading-l span::before, .pg-learnTop .learnFeature .item-header .heading-l span::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  position: absolute;
  top: calc(50% - 2px);
  margin-top: 0;
}

.pg-learnTop .learnFeature .item-header .heading-l span::before {
  left: 0;
}

.pg-learnTop .learnFeature .item-header .heading-l span::after {
  right: 0;
}

.pg-learnTop .learnFeature .item-header .text {
  margin-top: 40px;
  letter-spacing: 1.3px;
}

.pg-learnTop .learnFeature .elem-block {
  margin: 0 auto;
  margin-top: 60px;
}

.pg-learnTop .learnFeature .elem-block .bg-pc {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 705px;
}

.pg-learnTop .learnFeature .elem-block .bg-sp {
  display: none;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper {
  padding: 50px 0;
  text-align: right;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block {
  display: inline-block;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area {
  background: #a5252d;
  width: 620px;
  padding: 57px;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item {
  margin-top: 40px;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item:first-of-type {
  margin-top: 0;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link {
  position: relative;
  display: block;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link:hover {
  opacity: .8;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--title {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.6rem;
  color: #ffffff;
  padding-right: 15px;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 3.3px;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more {
  margin: 12px 0 0 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 10px;
  right: 0;
  margin: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  text-align: right;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span {
  position: relative;
  padding-right: 20px;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 85px;
  height: 1px;
  background-color: #FFF;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span::before {
  top: 6px;
}

.pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--text {
  font-size: 1.5rem;
  color: #ffffff;
  text-align: left;
}

.pg-learnTop .liquid-wrapper-right {
  padding-right: 7.54026%;
}

.pg-learnTop .liquid-wrapper-left {
  padding-left: 7.54026%;
}

.pg-learnTop .course-detail {
  margin-bottom: -75px;
}

.pg-learnTop .course-detail figure {
  display: table;
  table-layout: fixed;
}

.pg-learnTop .course-detail figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-learnTop .course-detail figure {
  width: auto;
  max-width: 100%;
}

.pg-learnTop .course-detail figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-learnTop .course-detail figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-learnTop .course-detail figure .sp {
  display: none;
}

.pg-learnTop .course-detail figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-learnTop .course-detail figure {
    width: 100%;
  }
  .pg-learnTop .course-detail figure .pc {
    display: none;
  }
  .pg-learnTop .course-detail figure .sp {
    display: block;
  }
}

.pg-learnTop .course-detail figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-learnTop .course-detail .img-block {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pg-learnTop .course-detail .img-block .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 48vw;
    width: 94.66667vw;
    max-width: 100%;
  }
}

.pg-learnTop .course-detail .img-block .pc img {
  width: 100%;
}

.pg-learnTop .course-detail .text-block {
  position: relative;
  top: -45px;
  padding-bottom: 13px;
}

.pg-learnTop .course-detail .text-block .heading-l {
  background-color: #ffffff;
  color: #a5252d;
  font-size: 3.0rem;
  padding: 10px 50px;
  display: inline-block;
}

.pg-learnTop .course-detail .text-block__list {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

.pg-learnTop .course-detail .text-block__list__item {
  position: relative;
  background-color: #ffffff;
  margin-top: 0;
  padding: 50px 4.32692% 50px 2.88462%;
  width: calc((100% - 3.9%) / 2);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-learnTop .course-detail .text-block__list__item:not(:nth-child(odd)) {
  margin-left: 3.84615%;
}

.pg-learnTop .course-detail .text-block__list__item:nth-of-type(n+3) {
  margin-top: 10px;
}

.pg-learnTop .course-detail .text-block__list__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-learnTop .course-detail .text-block__list__item:hover .text-block__list__item--link {
  opacity: .7;
}

.pg-learnTop .course-detail .text-block__list__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-learnTop .course-detail .text-block__list__item--link {
  color: #333333;
  text-decoration: none;
  display: block;
}

.pg-learnTop .course-detail .text-block__list__item--link:link, .pg-learnTop .course-detail .text-block__list__item--link:visited, .pg-learnTop .course-detail .text-block__list__item--link:hover, .pg-learnTop .course-detail .text-block__list__item--link:active {
  color: #333333;
}

.pg-learnTop .course-detail .text-block__list__item .heading-m {
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 49px;
  position: relative;
}

.pg-learnTop .course-detail .text-block__list__item .heading-m::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a5252d;
}

.pg-learnTop .course-detail .text-block__list__item .text-block__list__item--text {
  margin-top: 10px;
  padding-left: 50px;
}

.pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more {
  margin: 12px 0 0 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
  margin-top: 25px;
  padding-left: 50px;
  text-align: right;
}

.pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more span {
  position: relative;
  padding-right: 20px;
}

.pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more::after {
  content: "";
  position: absolute;
  right: 85px;
  top: 12px;
  width: 50px;
  height: 1px;
  background-color: #a5252d;
}

.pg-learnTop .learnLinklist {
  margin-bottom: 88px;
}

.pg-learnTop .p-recommend-wrapper {
  padding-top: 100px;
  background-color: #ffffff;
}

.pg-learnTop .p-recommend {
  margin-bottom: 0;
  padding-bottom: 70px;
  background-color: white;
}

.pg-learnTop .relatedlink {
  margin-top: 0;
}

.pg-learnTop .relatedlink .c-container .content-wrapper .c-interViewList {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pg-learnTop {
    min-width: 0;
  }
  .pg-learnTop .learnLinklist {
    margin-bottom: 56px;
  }
  .pg-learnTop .p-recommend-wrapper {
    padding-top: 50px;
  }
  .pg-learnTop .p-recommend .person p {
    font-size: 1.2rem;
  }
  .pg-learnTop .liquid-wrapper-right {
    padding-right: 5.33333vw;
  }
  .pg-learnTop .liquid-wrapper-left {
    padding-left: 5.33333vw;
  }
  .pg-learnTop .c-pageHeaderWithImage .elem-block .bg-pc {
    background: none !important;
    min-height: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .pg-learnTop .c-pageHeaderWithImage .elem-block .bg-sp {
    display: block;
  }
  .pg-learnTop .c-pageHeaderWithImage .elem-block .bg-sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .pg-learnTop .c-pageHeaderWithImage .text-block-wrapper .text-block {
    margin: 0;
    padding: 40px 5vw;
    width: auto;
    top: -40px;
  }
  .pg-learnTop .c-pageHeaderWithImage .text-block-wrapper .text-block .heading-area {
    width: 100%;
    padding-right: 0;
  }
  .pg-learnTop .c-pageHeaderWithImage .text-block-wrapper .text-block .heading-area .pageHeaderWithImage__h1 {
    font-size: 2.4rem;
    text-align: center;
  }
  .pg-learnTop .c-pageHeaderWithImage .text-block-wrapper .text-block .heading-area .pageHeaderWithImage__h2 {
    text-align: center;
    font-size: 1.6rem;
    padding-left: 0;
    letter-spacing: 2px;
    margin-top: 42px;
    margin-bottom: 20px;
  }
  .pg-learnTop .c-pageHeaderWithImage .text-block-wrapper .text-block .heading-area .pageHeaderWithImage__h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 1px;
    height: 20px;
    background-color: white;
  }
  .pg-learnTop .c-pageHeaderWithImage .text-block-wrapper .text-block p.catch {
    width: 100%;
    font-size: 1.4rem;
  }
  .pg-learnTop .learnBnr {
    padding-bottom: 60px;
  }
  .pg-learnTop .learnBnr .elem-block {
    padding: 0;
  }
  .pg-learnTop .learnBnr .elem-block .bg-pc {
    background: none !important;
    min-height: auto;
    position: relative;
    padding: 0;
  }
  .pg-learnTop .learnBnr .elem-block .bg-sp {
    background-size: cover;
    background-position: center;
    display: block;
    min-height: 404px;
    padding: 62px 25px;
  }
  .pg-learnTop .learnBnr .text-block {
    padding: 30px 15px;
  }
  .pg-learnTop .learnBnr .text-block .learnBnr__title {
    font-size: 2.1rem;
    line-height: 1.7;
    margin-bottom: 8px;
    letter-spacing: 3px;
  }
  .pg-learnTop .learnBnr .text-block .text {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    margin: 0 auto;
  }
  .pg-learnTop .learnBnr .text-block .text br.sp {
    display: block;
  }
  .pg-learnTop .learnBnr .text-block .text__link {
    margin: 10px auto 0;
  }
  .pg-learnTop .learnFeature {
    padding: 50px 0;
    padding-bottom: 35px;
  }
  .pg-learnTop .learnFeature .item-header {
    margin-bottom: 18px;
  }
  .pg-learnTop .learnFeature .item-header .heading-l {
    font-size: 2.4rem;
    letter-spacing: 1.6px;
  }
  .pg-learnTop .learnFeature .item-header .heading-l span {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    display: inline-block;
  }
  .pg-learnTop .learnFeature .item-header .heading-l span::before, .pg-learnTop .learnFeature .item-header .heading-l span::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-top: 1px solid #a5252d;
    border-bottom: 1px solid #a5252d;
    position: absolute;
    top: calc(50% - 2px);
    margin-top: 0;
  }
  .pg-learnTop .learnFeature .item-header .heading-l span::before {
    left: 0;
  }
  .pg-learnTop .learnFeature .item-header .heading-l span::after {
    right: 0;
  }
  .pg-learnTop .learnFeature .item-header .text {
    margin-top: 20px;
  }
  .pg-learnTop .learnFeature .elem-block {
    margin-top: 35px;
  }
  .pg-learnTop .learnFeature .elem-block .bg-pc {
    background: none !important;
    min-height: auto;
    position: relative;
  }
  .pg-learnTop .learnFeature .elem-block .bg-sp {
    display: block;
  }
  .pg-learnTop .learnFeature .elem-block .bg-sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper {
    padding: 0;
    text-align: left;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area {
    background: rgba(165, 37, 45, 0.9);
    width: auto;
    padding: 20px 17px;
    position: relative;
    top: -15px;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block {
    margin-bottom: 40px;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link {
    position: relative;
    display: block;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--title {
    font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
    font-size: 2.0rem;
    padding-right: 15px;
    display: inline-block;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more {
    font-size: 1.2rem;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span::after {
    width: 100%;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more.l span::after {
    width: 121px;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more.m span::after {
    width: 99px;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more.s span::after {
    width: 55px;
  }
  .pg-learnTop .learnFeature .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--text {
    font-size: 1.4rem;
  }
  .pg-learnTop .course-detail,
  .pg-learnTop .special-program {
    margin-bottom: 0;
  }
  .pg-learnTop .course-detail .text-block,
  .pg-learnTop .special-program .text-block {
    top: 0;
    padding-bottom: 0;
  }
  .pg-learnTop .course-detail .text-block .heading-l,
  .pg-learnTop .special-program .text-block .heading-l {
    font-size: 2.0rem;
    padding: 10px 30px;
  }
  .pg-learnTop .course-detail .text-block__list,
  .pg-learnTop .special-program .text-block__list {
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .pg-learnTop .course-detail .text-block__list__item,
  .pg-learnTop .special-program .text-block__list__item {
    margin-left: 0;
    margin-top: 15px;
    padding: 32px 20px;
    width: 100%;
  }
  .pg-learnTop .course-detail .text-block__list__item:not(:nth-child(odd)),
  .pg-learnTop .special-program .text-block__list__item:not(:nth-child(odd)) {
    margin-left: 0;
  }
  .pg-learnTop .course-detail .text-block__list__item:nth-of-type(n+3),
  .pg-learnTop .special-program .text-block__list__item:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .pg-learnTop .course-detail .text-block__list__item--link,
  .pg-learnTop .special-program .text-block__list__item--link {
    color: #333333;
    text-decoration: none;
  }
  .pg-learnTop .course-detail .text-block__list__item--link:link, .pg-learnTop .course-detail .text-block__list__item--link:visited, .pg-learnTop .course-detail .text-block__list__item--link:hover, .pg-learnTop .course-detail .text-block__list__item--link:active,
  .pg-learnTop .special-program .text-block__list__item--link:link,
  .pg-learnTop .special-program .text-block__list__item--link:visited,
  .pg-learnTop .special-program .text-block__list__item--link:hover,
  .pg-learnTop .special-program .text-block__list__item--link:active {
    color: #333333;
  }
  .pg-learnTop .course-detail .text-block__list__item .heading-m,
  .pg-learnTop .special-program .text-block__list__item .heading-m {
    font-size: 2.2rem;
    letter-spacing: 2.4px;
    padding-bottom: 0;
    padding-left: 30px;
  }
  .pg-learnTop .course-detail .text-block__list__item .heading-m::before,
  .pg-learnTop .special-program .text-block__list__item .heading-m::before {
    top: 17px;
    width: 15px;
  }
  .pg-learnTop .course-detail .text-block__list__item .heading-s,
  .pg-learnTop .special-program .text-block__list__item .heading-s {
    font-size: 1.7rem;
    margin-top: 18px;
    letter-spacing: 1.8px;
    line-height: 1.6;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .pg-learnTop .course-detail .text-block__list__item .text-block__list__item--text,
  .pg-learnTop .special-program .text-block__list__item .text-block__list__item--text {
    margin-top: 10px;
    padding: 0;
  }
  .pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more,
  .pg-learnTop .special-program .text-block__list__item .text-block__list__item--more {
    margin: 12px 0 0 0;
    color: #a5252d;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 2px;
    position: relative;
    display: block;
    margin-top: 25px;
    padding: 0;
    text-align: right;
  }
  .pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more span,
  .pg-learnTop .special-program .text-block__list__item .text-block__list__item--more span {
    position: relative;
    padding-right: 20px;
  }
  .pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more span::before,
  .pg-learnTop .special-program .text-block__list__item .text-block__list__item--more span::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    border-right: 1px solid #a5252d;
    border-bottom: 1px solid #a5252d;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more span,
  .pg-learnTop .special-program .text-block__list__item .text-block__list__item--more span {
    padding-right: 15px;
  }
  .pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more span::before,
  .pg-learnTop .special-program .text-block__list__item .text-block__list__item--more span::before {
    right: 0;
  }
  .pg-learnTop .course-detail .text-block__list__item .text-block__list__item--more::after,
  .pg-learnTop .special-program .text-block__list__item .text-block__list__item--more::after {
    content: "";
    position: absolute;
    right: 82px;
    top: 12px;
    width: 50px;
    height: 1px;
    background-color: #a5252d;
  }
}

/**
* 3.1_学科
*/
.pg-department-top {
  background-color: #ede9e6;
}

.pg-department-top .header-area {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pg-department-top .header-area .c-pageHeader .heading-xl {
  padding: 24px;
  background-color: #a5252d;
  color: #ffffff;
  display: inline-block;
  min-width: 506px;
  max-width: 50%;
  text-align: center;
}

.pg-department-top .header-area .liquid-wrapper {
  padding: 0;
}

.pg-department-top .header-area .p-breadcrumb {
  margin-top: 0;
  margin-right: calc(50vw - 2.9vw - 643px);
  padding-right: 10px;
}

@media screen and (max-width: 1366px) {
  .pg-department-top .header-area .p-breadcrumb {
    margin-right: 0;
  }
}

.pg-department-top .header-area .p-breadcrumb .c-breadcrumbList {
  padding: 0 0 0 20px;
}

.pg-department-top .header-area .p-breadcrumb .c-container {
  padding: 0;
}

.pg-department-top .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-department-top .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-department-top .container-title {
    width: auto;
  }
}

.pg-department-top .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-department-top .summary {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  padding-left: 110px;
  margin-top: 10px;
}

.pg-department-top .door-img-area {
  margin-top: 60px;
}

.pg-department-top .door-img-area .block-wrapper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-department-top .door-img-area .img-block .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 64vw;
    width: 92vw;
    max-width: 100%;
  }
}

.pg-department-top .door-img-area .svgtext-block {
  display: block;
  right: 9.56454%;
}

.pg-department-top .door-img-area .svgtext-block img {
  width: 100%;
}

.pg-department-top .door-img-area .svg-sp {
  display: none;
}

.pg-department-top .landscape-img-area {
  margin-top: 35px;
}

.pg-department-top .landscape-img-area .flex-area .item_img {
  width: 65.38462%;
}

.pg-department-top .landscape-img-area .flex-area .item_img + .item_text {
  width: 32.5%;
  margin-left: 1.5%;
}

.pg-department-top .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
  max-width: 280px;
  width: 100%;
}

.pg-department-top .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
  padding-left: 17.91667%;
}

.pg-department-top .landscape-img-area .flex-area .signature {
  font-size: 1.4rem;
  text-align: right;
}

.pg-department-top .message .landscape-img-area .block_item {
  border-bottom: 0;
}

.pg-department-top .department-feature {
  color: #ffffff;
}

.pg-department-top .department-feature figure {
  display: table;
  table-layout: fixed;
}

.pg-department-top .department-feature figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-department-top .department-feature figure {
  width: auto;
  max-width: 100%;
}

.pg-department-top .department-feature figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-department-top .department-feature figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-department-top .department-feature figure .sp {
  display: none;
}

.pg-department-top .department-feature figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-department-top .department-feature figure {
    width: 100%;
  }
  .pg-department-top .department-feature figure .pc {
    display: none;
  }
  .pg-department-top .department-feature figure .sp {
    display: block;
  }
}

.pg-department-top .department-feature figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-department-top .department-feature .bg-pc {
  background-size: cover;
  background-position: center;
  min-height: 780px;
  position: relative;
}

.pg-department-top .department-feature .bg-pc::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.pg-department-top .department-feature .bg-sp {
  background-size: cover;
  background-position: center;
  display: none;
  position: relative;
  min-height: 240px;
}

.pg-department-top .department-feature .bg-sp::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pg-department-top .department-feature .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 64vw;
    width: 100vw;
    max-width: 100%;
  }
}

.pg-department-top .department-feature .article-area-2col {
  width: 100%;
  margin: 0 auto;
  padding: 130px 0;
  position: relative;
}

.pg-department-top .department-feature .article-area-2col .item-header {
  text-align: center;
  margin-bottom: 40px;
}

.pg-department-top .department-feature .article-area-2col .item-header .heading-l {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 3.6rem;
  position: relative;
}

.pg-department-top .department-feature .article-area-2col .item-header .heading-l span {
  display: inline-block;
  padding-left: 65px;
  padding-right: 65px;
}

.pg-department-top .department-feature .article-area-2col .item-header .heading-l span::before, .pg-department-top .department-feature .article-area-2col .item-header .heading-l span::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: calc(50% - 2px);
  margin-top: 0;
}

.pg-department-top .department-feature .article-area-2col .item-header .heading-l span::before {
  left: 0;
}

.pg-department-top .department-feature .article-area-2col .item-header .heading-l span::after {
  right: 0;
}

.pg-department-top .department-feature .article-area-2col .col-wrapper .col-right {
  margin-left: 5.76923%;
}

.pg-department-top .department-feature .article-area-2col .col-wrapper .col-left,
.pg-department-top .department-feature .article-area-2col .col-wrapper .col-right {
  width: calc((100% - 5.77%) / 2);
}

.pg-department-top .department-feature .article-area-2col .col-wrapper .heading-m {
  font-size: 2.4rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  letter-spacing: 2.4px;
}

.pg-department-top .department-feature .article-area-2col .col-wrapper .md-textblock {
  margin-top: 22px;
}

.pg-department-top .page-index .heading-l {
  text-align: center;
  margin-bottom: 35px;
}

.pg-department-top .course-introduction a {
  color: #ffffff;
  text-decoration: none;
}

.pg-department-top .course-introduction a:link, .pg-department-top .course-introduction a:visited, .pg-department-top .course-introduction a:hover, .pg-department-top .course-introduction a:active {
  color: #ffffff;
}

.pg-department-top .course-introduction ul {
  list-style: none;
  padding-left: 0;
}

.pg-department-top .course-introduction .block_item {
  margin-top: 45px;
}

.pg-department-top .course-introduction .block_item .bg-pc {
  min-height: 415px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.pg-department-top .course-introduction .block_item .bg-pc::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.pg-department-top .course-introduction .block_item .bg-sp {
  position: relative;
}

.pg-department-top .course-introduction .block_item .bg-sp::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.pg-department-top .course-introduction .block_item .article-area-2col {
  padding: 90px 0;
  position: relative;
  color: #ffffff;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper {
  padding-top: 0;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .col-left,
.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .col-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .col-right {
  margin-left: 0;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .col-right .item_text .md-textblock ul {
  padding-right: 0;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  width: 100%;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m {
  width: 42.5%;
  border-bottom: 0;
  font-size: 2.4rem;
  padding-left: 50px;
  padding-right: 10px;
  letter-spacing: 2.2px;
  position: relative;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m a:hover {
  opacity: 0.7;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock {
  width: 57.5%;
  border-left: 1px solid #ffffff;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul {
  padding-left: 25px;
  padding-right: 10px;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul li {
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 4px 0;
  position: relative;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top .3s;
  transition: top .3s;
}

.pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul li:hover::before {
  top: 15px;
}

.pg-department-top .course-detail figure,
.pg-department-top .special-program figure {
  display: table;
  table-layout: fixed;
}

.pg-department-top .course-detail figure figcaption,
.pg-department-top .special-program figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-department-top .course-detail figure,
.pg-department-top .special-program figure {
  width: auto;
  max-width: 100%;
}

.pg-department-top .course-detail figure .pc,
.pg-department-top .special-program figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-department-top .course-detail figure .pc img,
.pg-department-top .special-program figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-department-top .course-detail figure .sp,
.pg-department-top .special-program figure .sp {
  display: none;
}

.pg-department-top .course-detail figure .sp img,
.pg-department-top .special-program figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-department-top .course-detail figure,
  .pg-department-top .special-program figure {
    width: 100%;
  }
  .pg-department-top .course-detail figure .pc,
  .pg-department-top .special-program figure .pc {
    display: none;
  }
  .pg-department-top .course-detail figure .sp,
  .pg-department-top .special-program figure .sp {
    display: block;
  }
}

.pg-department-top .course-detail figure figcaption,
.pg-department-top .special-program figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-department-top .course-detail .img-block,
.pg-department-top .special-program .img-block {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pg-department-top .course-detail .img-block .noSp,
  .pg-department-top .special-program .img-block .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 58.66667vw;
    width: 92vw;
    max-width: 100%;
  }
}

.pg-department-top .course-detail .img-block .pc img,
.pg-department-top .special-program .img-block .pc img {
  width: 100%;
}

.pg-department-top .course-detail .text-block,
.pg-department-top .special-program .text-block {
  position: relative;
  top: -35px;
  padding-bottom: 13px;
}

.pg-department-top .course-detail .text-block .heading-l,
.pg-department-top .special-program .text-block .heading-l {
  background-color: #ffffff;
  color: #a5252d;
  font-size: 3.0rem;
  padding: 10px 50px;
  display: inline-block;
}

.pg-department-top .course-detail .text-block__list,
.pg-department-top .special-program .text-block__list {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 17px;
}

.pg-department-top .course-detail .text-block__list__item,
.pg-department-top .special-program .text-block__list__item {
  border-top: 3px solid #a5252d;
  margin-top: 50px;
  padding: 40px 2.59615%;
  width: calc((100% - 3.9%) / 2);
}

.pg-department-top .course-detail .text-block__list__item:not(:nth-child(odd)),
.pg-department-top .special-program .text-block__list__item:not(:nth-child(odd)) {
  margin-left: 3.84615%;
}

.pg-department-top .course-detail .text-block__list__item:nth-of-type(n+3),
.pg-department-top .special-program .text-block__list__item:nth-of-type(n+3) {
  margin-top: 10px;
}

.pg-department-top .course-detail .text-block__list__item--link,
.pg-department-top .special-program .text-block__list__item--link {
  color: #333333;
  text-decoration: none;
  display: block;
}

.pg-department-top .course-detail .text-block__list__item--link:link, .pg-department-top .course-detail .text-block__list__item--link:visited, .pg-department-top .course-detail .text-block__list__item--link:hover, .pg-department-top .course-detail .text-block__list__item--link:active,
.pg-department-top .special-program .text-block__list__item--link:link,
.pg-department-top .special-program .text-block__list__item--link:visited,
.pg-department-top .special-program .text-block__list__item--link:hover,
.pg-department-top .special-program .text-block__list__item--link:active {
  color: #333333;
}

.pg-department-top .course-detail .text-block__list__item .heading-m,
.pg-department-top .special-program .text-block__list__item .heading-m {
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 55px;
  position: relative;
}

.pg-department-top .course-detail .text-block__list__item .heading-m::before,
.pg-department-top .special-program .text-block__list__item .heading-m::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a5252d;
}

.pg-department-top .course-detail .text-block__list__item .heading-s,
.pg-department-top .special-program .text-block__list__item .heading-s {
  padding-left: 55px;
  margin-top: 18px;
  line-height: 1.6;
}

.pg-department-top .course-detail .text-block__list__item .text-block__list__item--text,
.pg-department-top .special-program .text-block__list__item .text-block__list__item--text {
  margin-top: 10px;
  padding-left: 55px;
}

.pg-department-top .course-detail .text-block__list__item .text-block__list__item--more,
.pg-department-top .special-program .text-block__list__item .text-block__list__item--more {
  margin: 12px 0 0 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
  margin-top: 25px;
  padding-left: 55px;
  text-align: right;
}

.pg-department-top .course-detail .text-block__list__item .text-block__list__item--more span,
.pg-department-top .special-program .text-block__list__item .text-block__list__item--more span {
  position: relative;
  padding-right: 20px;
}

.pg-department-top .course-detail .text-block__list__item .text-block__list__item--more span::before,
.pg-department-top .special-program .text-block__list__item .text-block__list__item--more span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-department-top .course-detail .text-block__list__item .text-block__list__item--more::after,
.pg-department-top .special-program .text-block__list__item .text-block__list__item--more::after {
  content: "";
  position: absolute;
  right: 85px;
  top: 12px;
  width: 50px;
  height: 1px;
  background-color: #a5252d;
}

.pg-department-top .special-program {
  padding-top: 70px;
  border-top: 1px solid #d1ccc9;
}

.pg-department-top .special-program .text-block {
  top: 0;
}

.pg-department-top .interview-area:first-child {
  margin-top: 40px;
}

.pg-department-top .interview-area:not(:first-child) {
  border-top: 1px solid #ffffff;
}

.pg-department-top .otherlink {
  background-color: #ffffff;
  padding: 75px 0;
}

.pg-department-top .otherlink .heading-m {
  font-family: 'Taviraj', serif;
  font-size: 2.8rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
}

.pg-department-top .otherlink .linkList-area {
  margin-top: 40px;
}

.pg-department-top .relatedlink {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .pg-department-top .header-area {
    margin-top: 0;
    display: block;
  }
  .pg-department-top .header-area .liquid-wrapper {
    width: 100%;
  }
  .pg-department-top .header-area .c-pageHeader {
    position: static;
  }
  .pg-department-top .header-area .c-pageHeader .heading-xl {
    font-size: 2.5rem;
    padding: 13px 35px;
    display: inline-block;
    margin-top: 15px;
    min-width: auto;
    max-width: 100%;
    word-wrap: break-word;
  }
  .pg-department-top .header-area .p-breadcrumb {
    margin: 15px 0 0;
    padding-right: 0;
  }
  .pg-department-top .header-area .p-breadcrumb .c-breadcrumbList {
    padding: 0;
  }
  .pg-department-top .header-area .c-container--max-xxl, .pg-department-top .header-area .c-container--sp-l {
    margin: 0;
    padding: 0;
  }
  .pg-department-top .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-department-top .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-department-top .summary {
    font-size: 1.5rem;
    letter-spacing: 1.6px;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-department-top .door-img-area {
    margin-top: 65px;
  }
  .pg-department-top .door-img-area .svgtext-block {
    display: none;
  }
  .pg-department-top .door-img-area .svgtext-block.svg-sp {
    display: block;
    right: 1.44928%;
    top: -30px;
  }
  .pg-department-top .door-img-area .svgtext-block.svg-sp img {
    width: 100%;
  }
  .pg-department-top .landscape-img-area {
    margin-top: 23px;
  }
  .pg-department-top .landscape-img-area .flex-area .item_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-department-top .landscape-img-area .flex-area .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 41.6vw;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-department-top .landscape-img-area .flex-area .item_img + .item_text {
    width: 100%;
    margin-left: 0;
  }
  .pg-department-top .landscape-img-area .flex-area .item_img + .item_text > *:first-child {
    margin-top: 15px;
  }
  .pg-department-top .landscape-img-area .flex-area .item_img + .item_text .heading-m {
    margin-top: 35px;
  }
  .pg-department-top .landscape-img-area .flex-area .item_img + .item_text .md-textblock {
    margin-bottom: 0;
  }
  .pg-department-top .landscape-img-area .flex-area .item_img + .item_text .textBtn-area {
    margin-top: 20px;
  }
  .pg-department-top .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
    max-width: 240px;
    width: 100%;
  }
  .pg-department-top .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
    padding-left: 17.91667%;
  }
  .pg-department-top .landscape-img-area .flex-area .signature {
    text-align: left;
    margin-top: 15px;
  }
  .pg-department-top .department-feature {
    margin-bottom: -30px;
  }
  .pg-department-top .department-feature .bg-pc {
    background: none !important;
    min-height: auto;
  }
  .pg-department-top .department-feature .bg-pc::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
  }
  .pg-department-top .department-feature .bg-sp {
    display: block;
  }
  .pg-department-top .department-feature .bg-sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .pg-department-top .department-feature .article-area-2col {
    padding: 35px 6.66667vw;
    background: #ffffff;
    color: #333333;
    position: relative;
    top: -30px;
  }
  .pg-department-top .department-feature .article-area-2col .item-header {
    margin-bottom: 18px;
  }
  .pg-department-top .department-feature .article-area-2col .item-header .heading-l {
    margin: 0 auto;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-department-top .department-feature .article-area-2col .item-header .heading-l span {
    padding-left: 34px;
    padding-right: 34px;
  }
  .pg-department-top .department-feature .article-area-2col .item-header .heading-l span::before, .pg-department-top .department-feature .article-area-2col .item-header .heading-l span::after {
    width: 20px;
    height: 2px;
    border-top: 1px solid #a5252d;
    border-bottom: 1px solid #a5252d;
  }
  .pg-department-top .department-feature .article-area-2col .col-wrapper .heading-m {
    font-size: 1.8rem;
    border-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 1.9px;
  }
  .pg-department-top .department-feature .article-area-2col .col-wrapper .md-textblock {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .pg-department-top .department-feature .article-area-2col .col-wrapper .col-left {
    border-bottom: 1px solid rgba(204, 204, 204, 0.95);
    width: 100%;
  }
  .pg-department-top .department-feature .article-area-2col .col-wrapper .col-right {
    margin-left: 0;
    margin-top: 25px;
    width: 100%;
  }
  .pg-department-top .department-feature .article-area-2col .col-wrapper .col-right .md-textblock {
    margin-bottom: 0;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col {
    padding: 52px 0;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .col-left,
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .col-right {
    width: 100%;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .col-right {
    margin-left: 0;
    margin-top: 38px;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    width: 100%;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m {
    width: 100%;
    font-size: 2.2rem;
    padding-left: 35px;
    padding-right: 0;
    letter-spacing: 2.2px;
    position: relative;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m a:hover {
    opacity: 0.7;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .heading-m::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock {
    width: 100%;
    margin-left: 2.66667vw;
    margin-right: 2.66667vw;
    margin-bottom: 0;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul {
    padding-left: 25px;
    padding-right: 10px;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul li {
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 4px 0;
    position: relative;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s;
    transition: top .3s;
  }
  .pg-department-top .course-introduction .block_item .article-area-2col .col-wrapper .item_text .md-textblock ul li:hover::before {
    top: 15px;
  }
  .pg-department-top .course-detail .text-block,
  .pg-department-top .special-program .text-block {
    top: -30px;
    padding-bottom: 0;
  }
  .pg-department-top .course-detail .text-block .heading-l,
  .pg-department-top .special-program .text-block .heading-l {
    font-size: 2.0rem;
    padding: 10px 30px;
  }
  .pg-department-top .course-detail .text-block__list,
  .pg-department-top .special-program .text-block__list {
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .pg-department-top .course-detail .text-block__list__item,
  .pg-department-top .special-program .text-block__list__item {
    margin-left: 0;
    margin-top: 10px;
    padding: 25px 0;
    width: 100%;
  }
  .pg-department-top .course-detail .text-block__list__item:not(:nth-child(odd)),
  .pg-department-top .special-program .text-block__list__item:not(:nth-child(odd)) {
    margin-left: 0;
  }
  .pg-department-top .course-detail .text-block__list__item:nth-of-type(n+3),
  .pg-department-top .special-program .text-block__list__item:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .pg-department-top .course-detail .text-block__list__item--link,
  .pg-department-top .special-program .text-block__list__item--link {
    color: #333333;
    text-decoration: none;
  }
  .pg-department-top .course-detail .text-block__list__item--link:link, .pg-department-top .course-detail .text-block__list__item--link:visited, .pg-department-top .course-detail .text-block__list__item--link:hover, .pg-department-top .course-detail .text-block__list__item--link:active,
  .pg-department-top .special-program .text-block__list__item--link:link,
  .pg-department-top .special-program .text-block__list__item--link:visited,
  .pg-department-top .special-program .text-block__list__item--link:hover,
  .pg-department-top .special-program .text-block__list__item--link:active {
    color: #333333;
  }
  .pg-department-top .course-detail .text-block__list__item .heading-m,
  .pg-department-top .special-program .text-block__list__item .heading-m {
    font-size: 2.2rem;
    letter-spacing: 2.4px;
    padding-bottom: 0;
    padding-left: 30px;
  }
  .pg-department-top .course-detail .text-block__list__item .heading-m::before,
  .pg-department-top .special-program .text-block__list__item .heading-m::before {
    top: 19px;
    width: 20px;
  }
  .pg-department-top .course-detail .text-block__list__item .heading-s,
  .pg-department-top .special-program .text-block__list__item .heading-s {
    font-size: 1.7rem;
    margin-top: 18px;
    letter-spacing: 1.8px;
    line-height: 1.6;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .pg-department-top .course-detail .text-block__list__item .text-block__list__item--text,
  .pg-department-top .special-program .text-block__list__item .text-block__list__item--text {
    margin-top: 10px;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .pg-department-top .course-detail .text-block__list__item .text-block__list__item--more,
  .pg-department-top .special-program .text-block__list__item .text-block__list__item--more {
    margin: 12px 0 0 0;
    color: #a5252d;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 2px;
    position: relative;
    display: block;
    margin-top: 25px;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
    text-align: right;
  }
  .pg-department-top .course-detail .text-block__list__item .text-block__list__item--more span,
  .pg-department-top .special-program .text-block__list__item .text-block__list__item--more span {
    position: relative;
    padding-right: 20px;
  }
  .pg-department-top .course-detail .text-block__list__item .text-block__list__item--more span::before,
  .pg-department-top .special-program .text-block__list__item .text-block__list__item--more span::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    border-right: 1px solid #a5252d;
    border-bottom: 1px solid #a5252d;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pg-department-top .course-detail .text-block__list__item .text-block__list__item--more span,
  .pg-department-top .special-program .text-block__list__item .text-block__list__item--more span {
    padding-right: 15px;
  }
  .pg-department-top .course-detail .text-block__list__item .text-block__list__item--more span::before,
  .pg-department-top .special-program .text-block__list__item .text-block__list__item--more span::before {
    right: 0;
  }
  .pg-department-top .course-detail .text-block__list__item .text-block__list__item--more::after,
  .pg-department-top .special-program .text-block__list__item .text-block__list__item--more::after {
    content: "";
    position: absolute;
    right: 90px;
    top: 12px;
    width: 50px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-department-top .otherlink {
    padding: 50px 0;
  }
  .pg-department-top .otherlink .heading-m {
    font-size: 2.1rem;
  }
  .pg-department-top .otherlink .linkList-area {
    margin-top: 25px;
  }
}

/**
* 4.2_キャンパスリポート一覧
*/
.pg-campusReportList {
  background-color: #ede9e6;
}

.pg-campusReportList .mvArea {
  margin-top: 60px;
}

.pg-campusReportList .selectArea {
  margin: 80px auto 60px;
  max-width: 500px;
}

.pg-campusReportList .selectArea .p-selectList > ul {
  margin-left: -2%;
}

.pg-campusReportList .selectArea .p-selectList > ul > li {
  padding-left: 2%;
  width: 33.333%;
}

.pg-campusReportList .img-3column-area--campus figure {
  display: block;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item {
  position: relative;
  margin-left: 2.40385%;
  border-bottom: none;
  width: calc((100% - 2.5% * 2) / 3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item:nth-child(n+4) {
  margin-top: 25px;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item .body-block--3col {
  padding: 24px 30px 33px;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item time {
  position: relative;
  padding-left: 34px;
  font-family: 'Taviraj', serif;
  font-size: 1.4rem;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item time::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 20px;
  background-color: #a5252d;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item .heading-s {
  margin-top: 8px;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item:hover {
  opacity: .7;
}

.pg-campusReportList .img-3column-area--campus .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

@media screen and (max-width: 768px) {
  .pg-campusReportList .p-catHeader-area .c-pageHeader .heading-xl {
    padding: 13px 28px;
    letter-spacing: .08em;
  }
  .pg-campusReportList .mvArea {
    margin-top: 20px;
  }
  .pg-campusReportList .selectArea {
    margin: 40px auto 30px;
    max-width: 100%;
  }
  .pg-campusReportList .selectArea .p-selectList > ul {
    margin-left: -1.49701%;
  }
  .pg-campusReportList .selectArea .p-selectList > ul > li {
    padding-left: 1.49701%;
  }
  .pg-campusReportList .img-3column-area--campus .flex-area .block__item {
    margin-left: 0;
    width: 100%;
  }
  .pg-campusReportList .img-3column-area--campus .flex-area .block__item:not(:first-child) {
    margin-top: 14px;
  }
  .pg-campusReportList .img-3column-area--campus .flex-area .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .pg-campusReportList .img-3column-area--campus .flex-area .block__item .img-block--3col .noSp {
    width: 100%;
  }
  .pg-campusReportList .img-3column-area--campus .flex-area .block__item .body-block--3col {
    padding: 18px 25px 25px;
  }
  .pg-campusReportList .img-3column-area--campus .flex-area .block__item time {
    padding-left: 24px;
  }
  .pg-campusReportList .img-3column-area--campus .flex-area .block__item time::before {
    margin-top: -1px;
    width: 15px;
  }
}

/**
* 2_1_インタビュー一覧
*/
.pg-interviewList {
  background-color: #ede9e6;
}

.pg-interviewList .mvArea {
  margin-top: 60px;
}

.pg-interviewList .c-listLeadBox__inner {
  padding-top: 50px;
  padding-bottom: 65px;
}

.pg-interviewList .selectArea {
  background-color: #ffffff;
  margin: 40px auto 60px;
}

.pg-interviewList .selectArea__inner {
  padding: 65px 3.84615% 45px;
}

.pg-interviewList .selectArea .p-selectList {
  margin: 0 auto;
  width: 87.5%;
}

.pg-interviewList .selectArea .p-selectList > ul {
  margin-left: -1.19048%;
}

.pg-interviewList .selectArea .p-selectList > ul > li {
  padding-left: 1.19048%;
  width: 20%;
}

.pg-interviewList .selectArea .p-selectList__btn {
  padding: 13px 8px;
  font-size: 1.2rem;
}

.pg-interviewList .refineArea {
  position: relative;
  margin-top: 72px;
  border: 1px solid #d1ccc9;
  padding: 35px 4.6875% 30px;
}

.pg-interviewList .refineArea input[type=checkbox] {
  display: none;
}

.pg-interviewList .refineArea__title {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  text-align: center;
}

.pg-interviewList .refineArea__title span {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}

.pg-interviewList .refineArea > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pg-interviewList .refineArea__chbox {
  margin-right: 1.14943%;
  width: calc((100% - 1.2% * 3) / 3);
}

.pg-interviewList .refineArea__chbox:nth-of-type(n+4) {
  margin-top: 20px;
}

.pg-interviewList .refineArea__chbox > label {
  display: block;
  position: relative;
  padding-left: 38px;
  color: #a5252d;
  font-size: 1.4rem;
}

.pg-interviewList .refineArea__chbox > label::before, .pg-interviewList .refineArea__chbox > label::after {
  content: '';
  position: absolute;
}

.pg-interviewList .refineArea__chbox > label::before {
  left: 0;
  border: 1px solid #e0e0e0;
  width: 24px;
  height: 24px;
}

.pg-interviewList .refineArea__chbox > label::after {
  opacity: 0;
  top: 0;
  left: 9px;
  width: 7px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #a5252d;
  border-right: 2px solid #a5252d;
}

.pg-interviewList .refineArea__chbox > input[type=checkbox]:checked + label::before {
  border-color: #a5252d;
}

.pg-interviewList .refineArea__chbox > input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.pg-interviewList .img-3column-area--campus figure {
  display: block;
}

.pg-interviewList .img-3column-area--campus .flex-area {
  margin-top: -25px;
  margin-left: -2.5%;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item {
  position: relative;
  margin-top: 25px;
  margin-left: 2.40385%;
  border-bottom: none;
  width: calc((100% - 2.5% * 3) / 3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item > a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item .body-block--3col {
  position: relative;
  padding: 41px 30px 33px;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item .category {
  position: absolute;
  top: -20px;
  left: 3.0303%;
  padding: 7px 10px;
  width: 51.51515%;
  background-color: #a5252d;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item time {
  position: relative;
  padding-left: 34px;
  font-family: 'Taviraj', serif;
  font-size: 1.4rem;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item time::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 20px;
  background-color: #a5252d;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item .departments {
  margin-top: 20px;
  font-size: 0;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item .departments > li {
  display: inline-block;
  margin-right: .5em;
  color: #808080;
  font-size: 1.2rem;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item .departments > li::before {
  content: '#';
  margin-right: 2px;
  font-style: italic;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item .heading-s {
  margin-top: 8px;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item:hover {
  opacity: .7 !important;
}

.pg-interviewList .img-3column-area--campus .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

@media screen and (max-width: 768px) {
  .pg-interviewList .p-catHeader-area .c-pageHeader .heading-xl {
    padding: 13px 28px;
    letter-spacing: .08em;
  }
  .pg-interviewList .mvArea {
    margin-top: 20px;
  }
  .pg-interviewList .c-listLeadBox__inner {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .pg-interviewList .selectArea {
    margin: 30px 0;
  }
  .pg-interviewList .selectArea .p-selectList {
    width: 96.72131%;
  }
  .pg-interviewList .selectArea .p-selectList > ul > li {
    padding-left: 1.63934%;
    width: 33.333%;
  }
  .pg-interviewList .selectArea__inner {
    padding: 30px 5.7971% 20px;
  }
  .pg-interviewList .refineArea {
    margin-top: 42px;
    padding: 32px 4.91803% 30px;
  }
  .pg-interviewList .refineArea__title {
    top: -14px;
  }
  .pg-interviewList .refineArea__title span {
    padding: 0 23px;
    font-size: 1.6rem;
  }
  .pg-interviewList .refineArea > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pg-interviewList .refineArea__chbox {
    width: calc((100% - (1.81818%) * 2) / 2);
  }
  .pg-interviewList .refineArea__chbox:nth-of-type(n+3), .pg-interviewList .refineArea__chbox:nth-of-type(n+5) {
    margin-top: 15px;
  }
  .pg-interviewList .refineArea__chbox > label {
    padding-left: 25px;
    font-size: 1.2rem;
    letter-spacing: .04em;
  }
  .pg-interviewList .refineArea__chbox > label::before {
    width: 18px;
    height: 18px;
  }
  .pg-interviewList .refineArea__chbox > label::after {
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
  }
  .pg-interviewList .img-3column-area--campus .flex-area {
    margin-left: 0;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item {
    margin-left: 0;
    width: 100%;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item:not(:first-child) {
    margin-top: 14px;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item .img-block--3col .noSp {
    width: 100%;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item .body-block--3col {
    padding: 28px 25px 33px;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item .category {
    top: -20px;
    padding: 7px 10px;
    width: 39.40299%;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item time {
    padding-left: 24px;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item time::before {
    margin-top: -1px;
    width: 15px;
  }
  .pg-interviewList .img-3column-area--campus .flex-area .block__item .departments {
    margin-top: 10px;
  }
}

/**
 * 4.1_津田塾の歴史
 */
.pg-history {
  background-color: #ede9e6;
}

.pg-history figure {
  display: table;
  table-layout: fixed;
}

.pg-history figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-history figure {
  width: auto;
  max-width: 100%;
}

.pg-history figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-history figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-history figure .sp {
  display: none;
}

.pg-history figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-history figure {
    width: 100%;
  }
  .pg-history figure .pc {
    display: none;
  }
  .pg-history figure .sp {
    display: block;
  }
}

.pg-history figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-history .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-history .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-history .container-title {
    width: auto;
  }
}

.pg-history .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

@media screen and (max-width: 768px) {
  .pg-history .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-history .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
}

.pg-history .heading-l {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pg-history .heading-l {
    margin-bottom: 30px;
  }
}

.pg-history .heading-m {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pg-history .heading-m {
    margin-bottom: 25px;
  }
}

.pg-history .historyTop .historyTop__lead {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyTop .historyTop__lead {
    margin-bottom: 60px;
  }
}

.pg-history .historyTop .historyTop__visual {
  width: 100%;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyTop .historyTop__visual {
    margin-bottom: 60px;
  }
}

.pg-history .historyTop .historyTop__visual figure {
  width: 100%;
}

.pg-history .historyTop .historyTop__visual img {
  width: 100%;
}

.pg-history .historyTop__itemWrapper {
  overflow: hidden;
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

.pg-history .historyTop__itemWrapper::after {
  content: "";
  display: block;
  clear: both;
}

.pg-history .historyTop__itemWrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #a5252d;
}

.pg-history .historyTop__item {
  position: relative;
  width: 50%;
}

.pg-history .historyTop__item::after {
  content: "";
  display: block;
  clear: both;
}

.pg-history .historyTop__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 460px;
  height: 100%;
  background-color: #FFF;
  z-index: -1;
}

.pg-history .historyTop__item.is-left {
  float: left;
}

.pg-history .historyTop__item.is-left:before {
  left: 0;
}

.pg-history .historyTop__item.is-left .box {
  float: left;
}

.pg-history .historyTop__item.is-left .year, .pg-history .historyTop__item.is-left .title {
  padding-left: 30px;
  text-align: left;
}

.pg-history .historyTop__item.is-left .year:before {
  right: 0;
}

.pg-history .historyTop__item.is-left .year:after {
  right: -5px;
}

.pg-history .historyTop__item.is-left .wrapper {
  float: left;
}

.pg-history .historyTop__item.is-right {
  float: right;
}

.pg-history .historyTop__item.is-right:before {
  right: 0;
}

.pg-history .historyTop__item.is-right .box {
  float: right;
}

.pg-history .historyTop__item.is-right .year, .pg-history .historyTop__item.is-right .title {
  clear: both;
  padding-right: 30px;
  text-align: right;
}

.pg-history .historyTop__item.is-right .year:before {
  left: 0;
}

.pg-history .historyTop__item.is-right .year:after {
  left: -5px;
}

.pg-history .historyTop__item.is-right .wrapper {
  float: right;
}

.pg-history .historyTop__item.is-clear {
  clear: both;
}

.pg-history .historyTop__item.item02 {
  margin-top: 160px;
}

.pg-history .historyTop__item.item03 {
  margin-top: 60px;
}

.pg-history .historyTop__item.item04 {
  margin-top: 60px;
}

.pg-history .historyTop__item.item05 {
  margin-top: 160px;
}

.pg-history .historyTop__item.item06 {
  margin-top: 60px;
}

.pg-history .historyTop__item.item07 {
  margin-top: 60px;
}

.pg-history .historyTop__item .wrapper {
  width: 460px;
  padding: 0 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}

.pg-history .historyTop__item .year {
  position: relative;
  margin-top: 30px;
  color: #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.4rem;
  letter-spacing: 3px;
  line-height: 1.4;
}

.pg-history .historyTop__item .year:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #a5252d;
}

.pg-history .historyTop__item .year:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #a5252d;
}

.pg-history .historyTop__item .year span {
  position: relative;
  background-color: #FFF;
  z-index: 1;
}

.pg-history .historyTop__item .title {
  margin-bottom: 10px;
  color: #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.6rem;
  letter-spacing: 3px;
}

.pg-history .historyTop__item .subTitle {
  margin-bottom: 10px;
  color: #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.0rem;
  letter-spacing: 1px;
}

.pg-history .historyTop__item .image, .pg-history .historyTop__item .text {
  margin-bottom: 10px;
}

.pg-history .historyTop__item .image figcaption, .pg-history .historyTop__item .text figcaption {
  color: #666666;
}

.pg-history .historyTop__item .image:last-child, .pg-history .historyTop__item .text:last-child {
  margin-bottom: 0;
}

.pg-history .historyTop__item .box {
  padding: 30px;
  background-color: #ede9e6;
  line-height: 1.6;
}

.pg-history .historyTop__item .box figure {
  display: block;
}

.pg-history .historyTop__item .box figure::after {
  content: "";
  display: block;
  clear: both;
}

.pg-history .historyTop__item .box figure span {
  float: left;
  margin-right: 20px;
}

.pg-history .historyTop__item .box figure span.pc {
  display: block;
}

.pg-history .historyTop__item .box figure figcaption {
  display: block;
}

@media screen and (max-width: 1240px) {
  .pg-history .historyTop__itemWrapper {
    width: 100%;
    padding-left: 12vw;
    padding-right: 8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-history .historyTop__itemWrapper:before {
    top: 55px;
    left: 6vw;
    height: 100%;
  }
  .pg-history .historyTop__item {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 30px;
    background-color: #FFF;
  }
  .pg-history .historyTop__item:last-child {
    margin-bottom: 0;
  }
  .pg-history .historyTop__item:before {
    display: none;
  }
  .pg-history .historyTop__item .wrapper {
    width: 100%;
    padding: 0 20px 20px;
  }
  .pg-history .historyTop__item .year {
    padding: 0 !important;
    text-align: center !important;
  }
  .pg-history .historyTop__item .year:before {
    left: -6vw !important;
    width: 50%;
  }
  .pg-history .historyTop__item .year:after {
    left: calc(-6vw - 5px) !important;
  }
  .pg-history .historyTop__item .year span {
    position: relative;
    background-color: #FFF;
    z-index: 1;
  }
  .pg-history .historyTop__item .title {
    padding: 0 !important;
    text-align: center !important;
  }
  .pg-history .historyTop__item .subTitle {
    margin-bottom: 10px;
  }
  .pg-history .historyTop__item .image, .pg-history .historyTop__item .text {
    margin-bottom: 10px;
  }
  .pg-history .historyTop__item .image {
    margin-right: auto;
    margin-left: auto;
  }
  .pg-history .historyTop__item .box {
    padding: 20px;
  }
  .pg-history .historyTop__item .box figure span {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pg-history .historyTop__item {
    margin-bottom: 10px;
  }
  .pg-history .historyTop__item .wrapper {
    padding: 0 15px 15px;
  }
  .pg-history .historyTop__item .year {
    font-size: 3.4rem;
  }
  .pg-history .historyTop__item .title {
    font-size: 2.0rem;
  }
  .pg-history .historyTop__item .subTitle {
    font-size: 1.6rem;
  }
  .pg-history .historyTop__item .box {
    padding: 15px;
  }
  .pg-history .historyTop__item .box figure span {
    float: none;
    margin-right: 0;
  }
  .pg-history .historyTop__item .box figure span.pc {
    display: none;
  }
  .pg-history .historyTop__item .box figure span.sp {
    display: block;
  }
}

.pg-history .historyColumn .title {
  margin-bottom: 40px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.6rem;
}

.pg-history .historyColumn .title span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .pg-history .historyColumn .title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .pg-history .historyColumn .title span {
    display: block;
    font-size: 1.4rem;
  }
}

.pg-history .historyColumn .flex-area .block__item {
  border-top: 2px solid #a5252d;
  border-bottom: 2px solid #a5252d;
  margin-left: 1.44231%;
  width: calc((100% - 1.45% * 2) / 3);
}

.pg-history .historyColumn .flex-area .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.pg-history .historyColumn .flex-area .block__item:nth-child(n+4) {
  margin-top: 1.44231%;
}

.pg-history .historyColumn .flex-area .block__item .subTitle {
  padding: 40px;
  color: #a5252d;
  background-color: #FFF;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.pg-history .historyColumn .flex-area .block__item .subTitle span {
  display: block;
  position: relative;
}

.pg-history .historyColumn .flex-area .block__item .subTitle span:before, .pg-history .historyColumn .flex-area .block__item .subTitle span:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0.1;
}

.pg-history .historyColumn .flex-area .block__item .subTitle span:before {
  top: -15px;
  left: -15px;
  background-image: url("../images/blockquote_start_pc.png");
}

.pg-history .historyColumn .flex-area .block__item .subTitle span:after {
  right: -15px;
  bottom: -15px;
  background-image: url("../images/blockquote_end_pc.png");
}

.pg-history .historyColumn .flex-area .block__item .text {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyColumn .flex-area .block__item {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    border-bottom: none;
  }
  .pg-history .historyColumn .flex-area .block__item:last-child {
    margin-bottom: 0;
  }
  .pg-history .historyColumn .flex-area .block__item .subTitle {
    padding: 30px;
    font-size: 1.6rem;
  }
  .pg-history .historyColumn .flex-area .block__item .text {
    padding-bottom: 0;
  }
}

.pg-history .historyBottom .history-area {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area {
    margin-bottom: 60px;
  }
}

.pg-history .historyBottom .history-area .yearTitle {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a5252d;
  background-color: #FFF;
  border-top: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .yearTitle {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 2.2rem;
  }
}

.pg-history .historyBottom .history-area .yearTitle:before, .pg-history .historyBottom .history-area .yearTitle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a5252d;
}

.pg-history .historyBottom .history-area .yearTitle:before {
  top: 3px;
}

.pg-history .historyBottom .history-area .yearTitle:after {
  bottom: 3px;
}

.pg-history .historyBottom .history-area .group-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .group-area {
    display: block;
  }
}

.pg-history .historyBottom .history-area .group-area .block__item {
  margin-left: 4.53515%;
  width: calc((100% - 4.6%) / 2);
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .group-area .block__item .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 62.93333vw;
    width: 84vw;
    max-width: 100%;
  }
}

.pg-history .historyBottom .history-area .group-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.pg-history .historyBottom .history-area .group-area .block__item:nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .group-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .pg-history .historyBottom .history-area .group-area .block__item:not(:first-child) {
    margin-top: 25px;
  }
}

.pg-history .historyBottom .history-area .group-area .block__item figure {
  width: 100%;
}

.pg-history .historyBottom .history-area .group-area .block__item .block-title .year {
  font-size: 3.6rem;
}

.pg-history .historyBottom .history-area .group-area .block__item .block-title .title {
  font-size: 2.2rem;
}

.pg-history .historyBottom .history-area .block__item {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .block__item {
    margin-bottom: 30px;
  }
}

.pg-history .historyBottom .history-area .block__item figure {
  margin: 0 auto;
}

.pg-history .historyBottom .history-area .block__item .block-title {
  margin-bottom: 20px;
  line-height: 1.0;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .block__item .block-title {
    margin-bottom: 10px;
  }
}

.pg-history .historyBottom .history-area .block__item .block-title .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  line-height: 1.5;
}

.pg-history .historyBottom .history-area .block__item .block-title .year {
  display: block;
  width: 3.0em;
  color: #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.0rem;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .block__item .block-title .year {
    font-size: 2.4rem !important;
  }
}

.pg-history .historyBottom .history-area .block__item .block-title .year.has-jp {
  width: 4.6em;
}

.pg-history .historyBottom .history-area .block__item .block-title .year.has-jp + .title {
  width: calc(100% - 4.6em);
}

.pg-history .historyBottom .history-area .block__item .block-title .year.has-jp span {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .block__item .block-title .year.has-jp span {
    font-size: 1.6rem !important;
  }
}

.pg-history .historyBottom .history-area .block__item .block-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 3.0em);
  padding: 9px 0 14px 25px;
  border-left: 1px solid #a5252d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-area .block__item .block-title .title {
    padding: 6px 0 8px 15px;
    font-size: 1.8rem !important;
  }
}

.pg-history .historyBottom .history-table .lead-text {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-table .lead-text {
    margin-bottom: 30px;
  }
}

.pg-history .historyBottom .history-table .table-wrapper {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-table .table-wrapper {
    margin-bottom: 30px;
  }
}

.pg-history .historyBottom .history-table .table-wrapper table tr th {
  color: #FFF;
}

.pg-history .historyBottom .history-table .table-wrapper table tr:nth-of-type(odd) th {
  background-color: #a5252d;
}

.pg-history .historyBottom .history-table .table-wrapper table tr:nth-of-type(even) th {
  background-color: #9b232a;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-table .table-wrapper table tr:nth-of-type(even) th {
    background-color: #a5252d;
  }
}

.pg-history .historyBottom .history-table .table-wrapper table tr:nth-of-type(even) td {
  background-color: #f0efed;
}

.pg-history .historyBottom .history-table .table-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-table .table-title {
    margin-bottom: 15px;
  }
}

.pg-history .historyBottom .history-table .table-title span {
  line-height: 1.0;
}

.pg-history .historyBottom .history-table .table-title .year {
  display: inline-block;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-table .table-title .year {
    display: block;
    margin-bottom: 15px;
    font-size: 2.0rem;
  }
}

.pg-history .historyBottom .history-table .table-title .title {
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a5252d;
  border-left: 1px solid #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .pg-history .historyBottom .history-table .table-title .title {
    display: block;
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.pg-history .historyBottom .textBtn-area .textBtn--link {
  margin: 0 auto;
}

/**
 * 4.2.1_フォトアルバム詳細
 */
.pg-photoDetail .c-container--max-xxl.c-container--sp-l {
  padding-top: 55px;
}

.pg-photoDetail .c-container--max-xxl .date {
  margin-bottom: 12px;
  padding-left: 123px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
}

.pg-photoDetail .c-container--max-xxl .heading-l {
  position: relative;
  max-width: 1160px;
  margin-bottom: 35px;
  padding-left: 120px;
  font-size: 3.4rem;
}

@media screen and (max-width: 1366px) {
  .pg-photoDetail .c-container--max-xxl .heading-l {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-photoDetail .c-container--max-xxl .heading-l {
    width: auto;
  }
}

.pg-photoDetail .c-container--max-xxl .heading-l:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 10px;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-photoDetail .door-img-area .c-container--max-l {
  width: auto;
}

.pg-photoDetail .door-img-area .c-container--max-l figure {
  margin-left: auto;
  margin-right: auto;
}

.pg-photoDetail .door-img-area .c-container--max-l .multi-List__itemImageArea img.pc {
  display: block;
}

.pg-photoDetail .door-img-area .c-container--max-l .multi-List__itemImageArea img.sp {
  display: none;
}

.pg-photoDetail .door-img-area .c-container--max-l .multi-List__itemImageArea figcuption {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .pg-photoDetail .c-container--max-xxl.c-container--sp-l {
    margin-left: 0;
    margin-right: 0;
    padding: 27px 0 0;
  }
  .pg-photoDetail .c-container--max-xxl .date {
    margin-bottom: 8px;
    padding-left: 8vw;
  }
  .pg-photoDetail .c-container--max-xxl .heading-l {
    margin-bottom: 25px;
    padding: 0 8vw;
    font-size: 2.4rem;
  }
  .pg-photoDetail .c-container--max-xxl .heading-l:before {
    top: 20px;
    left: 0;
    width: 25px;
  }
  .pg-photoDetail .door-img-area {
    margin-top: 0;
  }
  .pg-photoDetail .door-img-area .c-container--max-l .multi-List__itemImageArea img.pc {
    display: none;
  }
  .pg-photoDetail .door-img-area .c-container--max-l .multi-List__itemImageArea img.sp {
    width: 100%;
    display: block;
  }
  .pg-photoDetail .door-img-area .c-container--max-l .multi-List__itemImageArea figcuption {
    font-size: 1.3rem;
  }
}

/**
* 5_0_ニュース一覧
*/
.pg-newsList {
  background-color: #ede9e6;
}

.pg-newsList .listLeadArea {
  position: relative;
  margin: 80px auto 33px;
  padding: 64px 0 60px;
  width: 84.91947vw;
}

.pg-newsList .listLeadArea::before, .pg-newsList .listLeadArea::after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  border-top: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
}

.pg-newsList .listLeadArea::before {
  top: 0;
}

.pg-newsList .listLeadArea::after {
  bottom: 0;
}

.pg-newsList .listLeadArea > .title {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.2rem;
  letter-spacing: .1em;
}

.pg-newsList .listLeadArea > .text {
  margin-top: 8px;
  text-align: center;
  font-size: 1.4rem;
}

.pg-newsList .selectArea {
  margin: 38px auto 0;
  max-width: 670px;
}

.pg-newsList .selectArea .p-selectList {
  margin: 0 auto;
}

.pg-newsList .selectArea .p-selectList > ul {
  margin-left: -1.49254%;
}

.pg-newsList .selectArea .p-selectList > ul > li {
  padding-left: 1.49254%;
  width: 25%;
}

.pg-newsList .articleList__item {
  border-bottom: 1px solid #ccc;
  padding: 22px 28px;
}

.pg-newsList .articleList__item a {
  display: table;
  color: #1a1a1a;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-newsList .articleList__item a:hover {
  opacity: .8;
}

.pg-newsList .articleList__item a > * {
  display: table-cell;
}

.pg-newsList .articleList__item a[target="_blank"] .articleList__item__title::after {
  content: url("../images/icon_external_r.png");
  display: inline-block;
  margin: 0 3px;
}

.pg-newsList .articleList__item a[href$=".pdf"] .articleList__item__title::after {
  content: url("../images/icon_pdf_r.png");
  display: inline-block;
  margin: 0 3px;
}

.pg-newsList .articleList__item time {
  width: 15.2439%;
  min-width: 150px;
  color: #a5252d;
  font-family: 'Taviraj', serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.pg-newsList .articleList__item__title {
  font-family: 'Noto Sans JP';
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .pg-newsList .p-catHeader-area .c-pageHeader {
    min-width: auto;
  }
  .pg-newsList .p-catHeader-area .c-pageHeader .heading-xl {
    letter-spacing: .08em;
  }
  .pg-newsList .listLeadArea {
    margin: 16px auto 8px;
    padding: 28px 0 39px;
    width: 100%;
  }
  .pg-newsList .listLeadArea::before, .pg-newsList .listLeadArea::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    border-top: 1px solid #a5252d;
    border-bottom: 1px solid #a5252d;
  }
  .pg-newsList .listLeadArea::before {
    top: 0;
  }
  .pg-newsList .listLeadArea::after {
    bottom: 0;
  }
  .pg-newsList .listLeadArea > .title {
    font-size: 1.8rem;
  }
  .pg-newsList .selectArea {
    margin-top: 22px;
    padding-left: 1.44928%;
    padding-right: 1.44928%;
    width: 100%;
    max-width: 100%;
  }
  .pg-newsList .selectArea .p-selectList > ul {
    margin-left: 0;
  }
  .pg-newsList .articleList__container {
    width: 89.33333vw;
    max-width: 89.33333vw;
  }
  .pg-newsList .articleList__item {
    padding: 18px 3.73134%;
  }
  .pg-newsList .articleList__item a {
    display: block;
  }
  .pg-newsList .articleList__item a > * {
    display: block;
  }
  .pg-newsList .articleList__item time {
    width: auto;
    min-width: 0;
    font-size: 1.4rem;
  }
  .pg-newsList .articleList__item__title {
    margin-top: 3px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}

/* イベント一覧 */
.pg-newsList--event .l-wrapper .l-contents main > *:last-child {
  padding-bottom: 120px;
}

.pg-newsList--event .listLeadArea {
  padding-bottom: 65px;
}

.pg-newsList--event .articleList__container {
  margin-top: 80px;
}

.pg-newsList--event .articleList__container .textBtn-area {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .pg-newsList--event .l-wrapper .l-contents main > *:last-child {
    padding-bottom: 75px;
  }
  .pg-newsList--event .listLeadArea {
    padding-bottom: 37px;
  }
  .pg-newsList--event .articleList__container {
    margin-top: 30px;
  }
  .pg-newsList--event .articleList__container .textBtn-area {
    margin-top: 40px;
  }
}

/* イベントアーカイブ */
.pg-newsList--eventArchive .listLeadArea {
  padding: 64px 0 60px;
}

.pg-newsList--eventArchive .listLeadArea > .text {
  margin-top: 10px;
}

.pg-newsList--eventArchive .listLeadArea > .text a {
  display: inline-block;
  border-bottom: 1px solid #a5252d;
  color: #a5252d;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-newsList--eventArchive .listLeadArea > .text a:hover {
  opacity: 0.8;
}

.pg-newsList--eventArchive .selectArea {
  margin: 42px auto 0;
}

@media screen and (max-width: 768px) {
  .pg-newsList--eventArchive .listLeadArea {
    padding: 28px 0 39px;
  }
  .pg-newsList--eventArchive .selectArea {
    margin-top: 28px;
  }
}

/**
 * 5.1_ニュース詳細
 */
.pg-newsDetail .dateLabel {
  width: 140px;
  height: 30px;
  margin: 77px 0 32px 4.89891vw;
  background-color: #a5252d;
  color: #fff;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 30px;
}

.pg-newsDetail .heading-xl {
  padding: 0 4.89891vw 75px;
}

.pg-newsDetail .relatedlink .c-container .content-wrapper .c-interViewList {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pg-newsDetail .dateLabel {
    width: 123px;
    margin: 30px 0 14px 0;
    font-size: 1.4rem;
  }
  .pg-newsDetail .heading-xl {
    padding: 0 0 24px;
  }
  .pg-newsDetail .c-container--max-full.c-container--sp-l .c-container--sp-l {
    margin-left: 0;
    margin-right: 0;
  }
}

/**
* 6.0_受験生の方へ
*/
.pg-prep {
  background-color: #ede9e6;
}

.pg-prep .l-wrapper {
  padding-top: 0;
}

.pg-prep .c-wrapper {
  margin-top: 80px;
}

.pg-prep .sectLg {
  padding-bottom: 100px;
}

.pg-prep .sectLg__hdg {
  margin-bottom: 48px;
  text-align: center;
}

.pg-prep .sectLg__hdg > span {
  display: block;
}

.pg-prep .sectLg__hdg > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 6.5px;
}

.pg-prep .sectLg__hdg > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.pg-prep .sectLg__hdg .red {
  color: #a5252d;
}

.pg-prep .header-area {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pg-prep .header-area .c-pageHeader .heading-xl {
  padding: 24px;
  background-color: #a5252d;
  color: #ffffff;
  display: inline-block;
  min-width: 506px;
  max-width: 50%;
  text-align: center;
}

.pg-prep .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-prep .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-prep .container-title {
    width: auto;
  }
}

.pg-prep .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-prep .topics .sectLg__hdg > span {
  display: block;
}

.pg-prep .topics .sectLg__hdg .heading {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.2rem;
  color: #a5252d;
  margin-bottom: 10px;
}

.pg-prep .topics .landscape-img-area .block_item_slide {
  position: relative;
}

.pg-prep .topics .landscape-img-area .block_item_slide .flex-area {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text {
  padding: 0 5.769230769% 80px 0;
  width: 50%;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .heading-m {
  margin: 2.173913043% 0 15px;
  padding-left: 55px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock {
  padding-left: 55px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock p {
  font-size: 1.4rem;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock a {
  text-decoration: none;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock .more {
  margin: 12px 0 0 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 0;
  text-align: left;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock .more span {
  position: relative;
  padding-right: 20px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock .more span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock .more span {
  padding-right: 15px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock .more span::before {
  right: 0;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .image {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  min-height: 293px;
  background-position: 50%;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-prep .topics .landscape-img-area .block_item_slide a.swiper-slide {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-prep .topics .landscape-img-area .block_item_slide a.swiper-slide:hover {
  opacity: .7;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: 5.769230769%;
  padding-left: 120px;
  width: auto;
  text-align: right;
  line-height: 0;
  counter-reset: dotCount;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 35px;
  height: 20px;
  background-color: transparent;
  overflow: visible;
  -webkit-transition: width;
  transition: width;
  counter-increment: dotCount;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet::before, .pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet::before {
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet::after {
  content: "0" counter(dotCount);
  opacity: 0;
  top: 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #a5252d;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active > span {
  width: 100%;
  -webkit-animation: progBar linear;
  animation: progBar linear;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet ~ .swiper-pagination-bullet {
  margin-left: 5px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  font-size: 0;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button {
  display: inline-block;
  position: relative;
  border: 1px solid #a5252d;
  width: 45px;
  height: 45px;
  background-color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button::before {
  content: "";
  position: absolute;
  top: 17px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #a5252d;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

@media screen and (min-width: 769px) {
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button:hover {
    background-color: #a5252d;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button:hover::before {
    border-color: #fff !important;
  }
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button ~ button {
  margin-left: 10px;
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button.swiper-prev::before {
  right: 15px;
  border-left: 2px solid #a5252d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button.swiper-next::before {
  left: 15px;
  border-right: 2px solid #a5252d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-prep .contents-link a {
  color: #ffffff;
  text-decoration: none;
}

.pg-prep .contents-link a:link, .pg-prep .contents-link a:visited, .pg-prep .contents-link a:hover, .pg-prep .contents-link a:active {
  color: #ffffff;
}

.pg-prep .contents-link ul {
  list-style: none;
  padding-left: 0;
}

.pg-prep .contents-link .block_item {
  margin-top: 45px;
}

.pg-prep .contents-link .block_item .bg-pc {
  min-height: 415px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.pg-prep .contents-link .block_item .bg-pc::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.pg-prep .contents-link .block_item .bg-sp {
  position: relative;
}

.pg-prep .contents-link .block_item .bg-sp::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.pg-prep .contents-link .block_item .item_text {
  padding: 95px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-prep .contents-link .block_item .item_text .heading-m {
  width: 64.8%;
  border-bottom: 0;
  font-size: 2.4rem;
  padding: 0 10px 0 50px;
  letter-spacing: 2.2px;
  position: relative;
}

.pg-prep .contents-link .block_item .item_text .heading-m a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-prep .contents-link .block_item .item_text .heading-m a:hover {
  opacity: 0.7;
}

.pg-prep .contents-link .block_item .item_text .heading-m > span {
  display: block;
}

.pg-prep .contents-link .block_item .item_text .heading-m > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 6.5px;
  line-height: 9rem;
  word-wrap: break-word;
}

.pg-prep .contents-link .block_item .item_text .heading-m > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.2rem;
  letter-spacing: 2px;
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}

.pg-prep .contents-link .block_item .item_text .heading-m > span:lang(ja)::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}

.pg-prep .contents-link .block_item .item_text .md-textblock {
  width: 33.2%;
  position: relative;
  border-left: 1px solid #ffffff;
}

.pg-prep .contents-link .block_item .item_text .md-textblock ul {
  padding-left: 60px;
  padding-right: 10px;
}

.pg-prep .contents-link .block_item .item_text .md-textblock ul li {
  padding-left: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 4px 0;
  position: relative;
}

.pg-prep .contents-link .block_item .item_text .md-textblock ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top .3s;
  transition: top .3s;
}

.pg-prep .contents-link .block_item .item_text .md-textblock ul li:hover::before {
  top: 23px;
}

.pg-prep .admission-area {
  padding-top: 60px;
  background-color: #e6edeb;
}

.pg-prep .admission-area a {
  color: #ffffff;
  text-decoration: none;
}

.pg-prep .admission-area a:link, .pg-prep .admission-area a:visited, .pg-prep .admission-area a:hover, .pg-prep .admission-area a:active {
  color: #ffffff;
}

.pg-prep .admission-area ul {
  list-style: none;
  padding-left: 0;
}

.pg-prep .admission-area .block_item .bg-pc {
  min-height: 415px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.pg-prep .admission-area .block_item .bg-pc::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.pg-prep .admission-area .block_item .bg-sp {
  position: relative;
}

.pg-prep .admission-area .block_item .bg-sp::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

.pg-prep .admission-area .block_item .item_text {
  color: #ffffff;
  width: 100%;
}

.pg-prep .admission-area .block_item .item_text .md-textblock ul li {
  padding-left: 22px;
  margin: 4px 0;
  position: relative;
}

.pg-prep .admission-area .block_item .item_text .md-textblock ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: left .3s;
  transition: left .3s;
}

.pg-prep .admission-area .block_item .item_text .md-textblock ul li:hover::before {
  left: 5px;
}

.pg-prep .admission-area .block_item .article-area-2col {
  padding: 90px 0 70px;
  position: relative;
  color: #ffffff;
}

.pg-prep .admission-area .block_item .article-area-2col .col-wrapper {
  padding-top: 0;
}

.pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-left,
.pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-right {
  margin-left: 0;
}

.pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-right .item_text .md-textblock ul {
  padding-right: 0;
}

.pg-prep .admission-area .block_item .article-area-2col .item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m {
  width: 42.5%;
  border-bottom: 0;
  font-size: 2.4rem;
  padding-left: 50px;
  padding-right: 10px;
  letter-spacing: 2.2px;
  position: relative;
}

.pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m a:hover {
  opacity: 0.7;
}

.pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}

.pg-prep .admission-area .block_item .article-area-2col .item_text .md-textblock {
  width: 57.5%;
}

.pg-prep .admission-area .block_item .article-area-2col .item_text .md-textblock ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 4px 0;
}

.pg-prep .admission-area .block_item .col-left .item_text .md-textblock, .pg-prep .admission-area .block_item .col-right .item_text .md-textblock {
  border-left: 1px solid #ffffff;
}

.pg-prep .admission-area .block_item .col-left .item_text .md-textblock ul, .pg-prep .admission-area .block_item .col-right .item_text .md-textblock ul {
  padding-left: 25px;
  padding-right: 10px;
}

.pg-prep .admission-area .block_item .article-area {
  width: 50%;
  padding-bottom: 60px;
  position: relative;
}

.pg-prep .admission-area .block_item .article-area .item_text .md-textblock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-prep .admission-area .block_item .article-area .item_text .md-textblock ul li {
  margin: 0 40px 0 0;
}

.pg-prep .newsSect {
  background: white;
  padding-top: 80px;
}

.pg-prep .newsSect .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -36px 0 0 -7.692307692%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-prep .newsSect .newsList__item {
  padding: 36px 0 0 7.142857143%;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-prep .newsSect .newsList__item a {
  display: block;
  height: 100%;
  color: inherit;
}

.pg-prep .newsSect .newsList__itemDate {
  margin-bottom: 22px;
  border-left: 3px solid #a5252d;
  padding: 4px 0 2px 23px;
  overflow: hidden;
  color: #a5252d;
  font-family: 'Taviraj', serif;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-prep .newsSect .newsList__itemDate time {
  display: inline-block;
  position: relative;
  width: 128px;
}

.pg-prep .newsSect .newsList__itemDate time::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 500px;
  height: 1px;
  background-color: #a5252d;
}

.pg-prep .newsSect .newsList__itemTitle {
  font-size: 1.5rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.pg-prep .newsSect .newsList__item a:hover .newsList__itemTitle {
  color: #a5252d;
}

.pg-prep .newsSect__btnArea {
  margin-top: 60px;
}

.pg-prep .stlength-area .landscape-img-area {
  margin-top: 35px;
}

.pg-prep .stlength-area .landscape-img-area .flex-area .item_img {
  width: 65.38462%;
}

.pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text {
  width: 32.5%;
  margin-left: 1.5%;
}

.pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
  max-width: 280px;
  width: 100%;
}

.pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
  padding-left: 17.91667%;
}

.pg-prep .stlength-area .landscape-img-area .flex-area .signature {
  font-size: 1.4rem;
  text-align: right;
}

.pg-prep .words-area .heading-l {
  text-align: center;
}

.pg-prep .articleList .block__item {
  position: relative;
  margin-left: 2.40385%;
  border-bottom: none;
  width: calc((100% - 2.5% * 2) / 3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-prep .articleList .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-prep .articleList .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.pg-prep .articleList .block__item:nth-child(n+4) {
  margin-top: 15px;
}

.pg-prep .articleList .block__item figure {
  width: 100%;
}

.pg-prep .articleList .block__item .img-block--3col {
  background-position: 50%;
  background-size: cover;
}

.pg-prep .articleList .block__item .img-block--3col::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-prep .articleList .block__item .body-block--3col {
  position: relative;
  padding: 20px 30px;
  text-align: left;
}

.pg-prep .articleList .block__item:hover {
  opacity: .7;
}

.pg-prep .articleList .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-prep .learnBnr .elem-block {
  padding: 0;
  margin: auto;
  padding: 70px 0 100px;
  text-align: center;
}

.pg-prep .learnBnr .elem-block a {
  display: inline-block;
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-bottom: 3px solid #a5252d;
}

.pg-prep .learnBnr .elem-block a:hover {
  opacity: 0.8;
}

.pg-prep .learnBnr .elem-block .bg-sp {
  background-size: 0;
}

.pg-prep .learnBnr .elem-block .bg-pc {
  background-size: cover;
  background-position: center;
  min-height: 377px;
  padding: 60px 6.66667%;
}

.pg-prep .learnBnr .text-block {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.pg-prep .learnBnr .text-block .learnBnr__title {
  color: #a5252d;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.7rem;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 10px;
}

.pg-prep .learnBnr .text-block .text {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  margin: 10px auto 0;
  color: #333333;
}

.pg-prep .learnBnr .text-block .text br.sp {
  display: none;
}

.pg-prep .learnBnr .text-block .text__link {
  margin: 12px 0 0 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  margin: 15px auto 0;
  width: 100%;
}

.pg-prep .learnBnr .text-block .text__link span {
  position: relative;
  padding-right: 20px;
}

.pg-prep .learnBnr .text-block .text__link span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-prep .img-2column-area {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pg-prep .img-2column-area .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 66.93333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.pg-prep .img-2column-area figure {
  display: table;
  table-layout: fixed;
}

.pg-prep .img-2column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-prep .img-2column-area figure {
  width: auto;
  max-width: 100%;
}

.pg-prep .img-2column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-prep .img-2column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-prep .img-2column-area figure .sp {
  display: none;
}

.pg-prep .img-2column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-prep .img-2column-area figure {
    width: 100%;
  }
  .pg-prep .img-2column-area figure .pc {
    display: none;
  }
  .pg-prep .img-2column-area figure .sp {
    display: block;
  }
}

.pg-prep .img-2column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-prep .img-2column-area figure {
  width: 100%;
}

.pg-prep .img-2column-area figure img {
  width: 100%;
}

.pg-prep .img-2column-area .heading-m {
  margin-bottom: 45px;
}

.pg-prep .img-2column-area a:link,
.pg-prep .img-2column-area a:visited,
.pg-prep .img-2column-area a:hover {
  color: #333333;
}

.pg-prep .img-2column-area .flex-area .block__item {
  position: relative;
  margin-left: 3.84615%;
  width: calc((100% - 3.9%) / 2);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-color: #ffffff;
}

.pg-prep .img-2column-area .flex-area .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-prep .img-2column-area .flex-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.pg-prep .img-2column-area .flex-area .block__item .body-block--2col {
  padding: 28px 40px 43px;
}

.pg-prep .img-2column-area .flex-area .block__item .body-block--2col .body {
  padding-top: 15px;
  font-size: 1.4rem;
}

.pg-prep .img-2column-area .flex-area .block__item:hover {
  opacity: .7;
}

.pg-prep .img-2column-area .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-prep .deptLinkSect {
  background: white;
  padding: 90px  0 110px 0;
}

.pg-prep .deptLinkSect__hdg {
  margin-bottom: 35px;
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.3rem;
  letter-spacing: 3px;
}

.pg-prep .deptLinkSect__btnArea {
  margin-top: 70px;
}

.pg-prep .deptLinkSect .schoolList__itemHdg {
  margin-bottom: 14px;
  border-left: 3px solid #a5252d;
  padding-left: 24px;
  overflow: hidden;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
}

.pg-prep .deptLinkSect .schoolList__itemHdg .school {
  margin-right: 30px;
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-prep .deptLinkSect .schoolList__itemHdg .campus {
  display: inline-block;
  position: relative;
  padding: 2px 20px;
  background-color: #e8e5e3;
  vertical-align: 5px;
  font-size: 1.5rem;
}

.pg-prep .deptLinkSect .schoolList__itemHdg .campus::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 1160px;
  height: 1px;
  background-color: #e8e5e3;
}

.pg-prep .deptLinkSect .schoolList__item ~ .schoolList__item {
  margin-top: 45px;
}

.pg-prep .deptLinkSect .deptLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -14px 0 0 -1.923076923%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-prep .deptLinkSect .deptLinkList__item {
  padding: 14px 0 0 1.886792453%;
  width: 212px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-prep .deptLinkSect .deptLinkList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #000;
  padding: 7px 0 7px 4px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.6;
}

.pg-prep .deptLinkSect .deptLinkList__item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #000;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.pg-prep .deptLinkSect .deptLinkList__item a > span {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-prep .deptLinkSect .deptLinkList__item a:hover > span {
  opacity: .7;
}

.pg-prep .deptLinkSect .deptLinkList__item a:hover::before {
  width: 60px;
}

.pg-prep .deptLinkSect .deptLinkList__item.red a {
  border-bottom-color: #ca3456;
}

.pg-prep .deptLinkSect .deptLinkList__item.red a::before {
  background-color: #ca3456;
}

.pg-prep .deptLinkSect .deptLinkList__item.orange a {
  border-bottom-color: #ef6d3f;
}

.pg-prep .deptLinkSect .deptLinkList__item.orange a::before {
  background-color: #ef6d3f;
}

.pg-prep .deptLinkSect .deptLinkList__item.turquoise a {
  border-bottom-color: #11abb2;
}

.pg-prep .deptLinkSect .deptLinkList__item.turquoise a::before {
  background-color: #11abb2;
}

.pg-prep .deptLinkSect .deptLinkList__item.yGreen a {
  border-bottom-color: #6cbb3b;
}

.pg-prep .deptLinkSect .deptLinkList__item.yGreen a::before {
  background-color: #6cbb3b;
}

.pg-prep .deptLinkSect .deptLinkList__item.purple a {
  border-bottom-color: #856ca8;
}

.pg-prep .deptLinkSect .deptLinkList__item.purple a::before {
  background-color: #856ca8;
}

.pg-prep .deptLinkSect .deptLinkList__item.blue a {
  border-bottom-color: #157ebb;
}

.pg-prep .deptLinkSect .deptLinkList__item.blue a::before {
  background-color: #157ebb;
}

.pg-prep .deptLinkSect .deptLinkList__item.yellow a {
  border-bottom-color: #eece1e;
}

.pg-prep .deptLinkSect .deptLinkList__item.yellow a::before {
  background-color: #eece1e;
}

.pg-prep .career-area {
  background: #e6edeb;
  padding: 80px 0;
}

.pg-prep .career-area .item-header {
  margin-bottom: 18px;
}

.pg-prep .career-area .item-header .heading-l {
  text-align: center;
  margin: 0 auto;
  font-size: 3.6rem;
  letter-spacing: 3.6px;
}

.pg-prep .career-area .item-header .heading-l span {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  display: inline-block;
}

.pg-prep .career-area .item-header .heading-l span::before, .pg-prep .career-area .item-header .heading-l span::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  position: absolute;
  top: calc(50% - 2px);
  margin-top: 0;
}

.pg-prep .career-area .item-header .heading-l span::before {
  left: 0;
}

.pg-prep .career-area .item-header .heading-l span::after {
  right: 0;
}

.pg-prep .career-area .item-header .text {
  margin-top: 40px;
  letter-spacing: 1.3px;
}

.pg-prep .career-area .elem-block {
  margin: 0 auto;
  margin-top: 50px;
}

.pg-prep .career-area .elem-block .bg-pc {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 705px;
}

.pg-prep .career-area .elem-block .bg-sp {
  display: none;
}

.pg-prep .career-area .elem-block .text-block-wrapper {
  padding: 50px 0;
  margin-bottom: 80px;
  text-align: right;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block {
  display: inline-block;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area {
  background: #a5252d;
  width: 620px;
  padding: 57px;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item {
  margin-top: 28px;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item:first-of-type {
  margin-top: 0;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link {
  position: relative;
  display: block;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
  position: relative;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link:hover {
  opacity: 0.8;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--title {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.6rem;
  color: #ffffff;
  padding-right: 15px;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 3.3px;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more {
  margin: 12px 0 0 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 10px;
  right: 0;
  margin: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  text-align: right;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span {
  position: relative;
  padding-right: 20px;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 85px;
  height: 1px;
  background-color: #FFF;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span::before {
  top: 6px;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--text {
  line-height: 1.8em;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--text:last-child {
  margin-bottom: 0;
}

.pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--text strong {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.4rem;
  margin-left: 5px;
}

.pg-prep .campusLifeSect {
  padding: 72px 0 100px;
}

.pg-prep .campusLifeSect__hdg {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.2rem;
  letter-spacing: 3.5px;
}

.pg-prep .campusLifeSect__hdg .campus {
  display: block;
  position: relative;
  margin-top: 18px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-prep .campusLifeSect__hdg .campus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #a5252d;
}

.pg-prep .campusLifeSect .deptList__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 5.17241% 5.17241%;
  background-color: white;
}

.pg-prep .campusLifeSect .deptList__itemImageArea {
  position: relative;
  width: 65.384615385%;
}

.pg-prep .campusLifeSect .deptList__itemImageArea .image img {
  width: 100%;
  height: auto;
}

.pg-prep .campusLifeSect .deptList__itemImageArea .copy {
  position: absolute;
  left: 38px;
  top: -34px;
  bottom: 0;
  width: calc(86 / 680 * 100%);
  max-width: 86px;
}

.pg-prep .campusLifeSect .deptList__itemImageArea .copy img {
  width: 100%;
}

.pg-prep .campusLifeSect .deptList__itemImageArea .copy > span {
  padding: 14px 10px 15px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.3rem;
  letter-spacing: 3.5px;
  line-height: 2;
}

.pg-prep .campusLifeSect .deptList__itemBody {
  padding: 2.692307692% 0 0 4.807692308%;
  width: 34.615384615%;
}

.pg-prep .campusLifeSect .deptList__itemBody .hdg {
  position: relative;
  margin-bottom: 52px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-prep .campusLifeSect .deptList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 2px;
}

.pg-prep .campusLifeSect .deptList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-prep .campusLifeSect .deptList__itemBody .desc {
  font-size: 1.5rem;
  line-height: 1.9;
}

.pg-prep .campusLifeSect .deptList__itemBody .textBtn-area .textBtn--link {
  width: 100%;
}

.pg-prep .campusLifeSect .deptList__item:nth-child(even) .deptList__itemImageArea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pg-prep .campusLifeSect .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
  left: auto;
  right: 38px;
}

.pg-prep .campusLifeSect .deptList__item:nth-child(even) .deptList__itemBody {
  padding-right: 50px;
  padding-left: 0;
}

.pg-prep .campusLifeSect .deptList__item ~ .deptList__item {
  margin-top: 20px;
}

.pg-prep .campusLifeSect .dept3colList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px 0 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-prep .campusLifeSect .dept3colList__item {
  padding: 16px 0 0 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-prep .campusLifeSect .dept3colList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-prep .campusLifeSect .dept3colList__itemImage, .pg-prep .campusLifeSect .dept3colList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-prep .campusLifeSect .dept3colList__item a:hover .dept3colList__itemImage,
.pg-prep .campusLifeSect .dept3colList__item a:hover .dept3colList__itemBody {
  opacity: .7;
}

.pg-prep .campusLifeSect .dept3colList__itemImage {
  background-position: 50%;
  background-size: cover;
}

.pg-prep .campusLifeSect .dept3colList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-prep .campusLifeSect .dept3colList__itemBody {
  padding: 23px 20px;
}

.pg-prep .campusLifeSect .dept3colList__itemBody .hdg {
  position: relative;
  padding-left: 35px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.pg-prep .campusLifeSect .dept3colList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
}

.pg-prep .campusLifeSect .dept3colList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-prep .campusLifeSect.lightBrown {
  background-color: #ede9e6;
}

.pg-prep .campusLifeSect.lightGreen {
  background-color: #e6edeb;
}

@media screen and (max-width: 768px) {
  .pg-prep .c-wrapper {
    margin-top: 50px;
  }
  .pg-prep .p-breadcrumb {
    margin: 40px 0 30px;
  }
  .pg-prep .sectLg {
    padding-bottom: 60px;
  }
  .pg-prep .sectLg__hdg {
    margin-bottom: 30px;
  }
  .pg-prep .sectLg__hdg > span:lang(en) {
    font-size: 2.9rem;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .pg-prep .sectLg__hdg > span:lang(ja) {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .pg-prep .header-area {
    margin-top: 0;
    display: block;
  }
  .pg-prep .header-area .liquid-wrapper {
    width: 100%;
  }
  .pg-prep .header-area .c-pageHeader {
    position: static;
  }
  .pg-prep .header-area .c-pageHeader .heading-xl {
    font-size: 2.5rem;
    padding: 13px 35px;
    display: inline-block;
    margin-top: 15px;
    min-width: auto;
    max-width: 100%;
    word-wrap: break-word;
  }
  .pg-prep .header-area .p-breadcrumb {
    margin: 15px 0 0;
    padding-right: 0;
  }
  .pg-prep .header-area .p-breadcrumb .c-breadcrumbList {
    padding: 0;
  }
  .pg-prep .header-area .c-container--max-xxl, .pg-prep .header-area .c-container--sp-l {
    margin: 0;
    padding: 0;
  }
  .pg-prep .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-prep .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-prep .topics .sectLg__hdg > span {
    display: block;
  }
  .pg-prep .topics .sectLg__hdg .heading {
    font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .pg-prep .topics .sectLg__hdg .sub {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-prep .topics .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 66.93333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-prep .topics .landscape-img-area {
    overflow: hidden;
  }
  .pg-prep .topics .landscape-img-area [class*="c-container"] {
    margin: 0 12vw;
  }
  .pg-prep .topics .landscape-img-area .block_item {
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-container {
    overflow: visible;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide {
    display: block;
    position: relative;
    border-bottom: 2px solid #a5252d;
    height: auto;
    background-color: #fff;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide::after {
    content: "";
    opacity: .75;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -2px;
    background-color: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text {
    position: static;
    padding: 22px 5.333333333vw 63px 6vw;
    width: auto;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .heading-m {
    margin: 0;
    padding-left: 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .heading-m::before {
    content: none;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock {
    position: absolute;
    right: calc(6vw + 4px);
    bottom: 25px;
    margin: 0;
    padding: 0;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock .more {
    margin: 0;
    text-align: right;
    font-size: 1.2rem;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .item_text .md-textblock .more::after {
    content: "";
    position: absolute;
    right: 80px;
    top: 12px;
    width: 40px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .image {
    width: auto;
    min-height: 0;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide .image::before {
    content: "";
    display: block;
    padding-top: 56.140350877%;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-slide-active::after {
    opacity: 0;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide a.swiper-slide:hover {
    opacity: 1;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination {
    right: -20px;
    margin-right: 0;
    padding-left: 100px;
  }
}

@media screen and (max-width: 768px) and (max-width: 350px) {
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination {
    right: -12px;
  }
}

@media screen and (max-width: 768px) {
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 17px;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet::after {
    font-size: 1rem;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav {
    position: relative;
    margin: 25px 0 0 -20px;
  }
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav button {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) and (max-width: 350px) {
  .pg-prep .topics .landscape-img-area .block_item_slide .swiper-nav {
    margin-left: -12px;
  }
}

@media screen and (max-width: 768px) {
  .pg-prep .contents-link .block_item .item_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    width: 100%;
    padding: 65px 0;
  }
  .pg-prep .contents-link .block_item .item_text .heading-m {
    width: 100%;
    font-size: 2.2rem;
    padding: 0;
    letter-spacing: 2.2px;
    position: relative;
  }
  .pg-prep .contents-link .block_item .item_text .heading-m a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pg-prep .contents-link .block_item .item_text .heading-m a:hover {
    opacity: 0.7;
  }
  .pg-prep .contents-link .block_item .item_text .heading-m > span {
    display: block;
  }
  .pg-prep .contents-link .block_item .item_text .heading-m > span:lang(en) {
    font-family: 'Taviraj', serif;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 6.5px;
    line-height: 5.4rem;
    word-wrap: break-word;
  }
  .pg-prep .contents-link .block_item .item_text .heading-m > span:lang(ja) {
    font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
    font-size: 1.7rem;
    letter-spacing: 2px;
    position: relative;
    padding-left: 30px;
    margin: 5px 0 30px;
  }
  .pg-prep .contents-link .block_item .item_text .heading-m > span:lang(ja)::before {
    content: "";
    position: absolute;
    width: 20px;
  }
  .pg-prep .contents-link .block_item .item_text .md-textblock {
    width: 100%;
    margin-left: 2.66667vw;
    margin-right: 2.66667vw;
    margin-bottom: 0;
  }
  .pg-prep .contents-link .block_item .item_text .md-textblock ul {
    padding-left: 25px;
    padding-right: 10px;
  }
  .pg-prep .contents-link .block_item .item_text .md-textblock ul li {
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 2px 0;
    position: relative;
  }
  .pg-prep .contents-link .block_item .item_text .md-textblock ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
  }
  .pg-prep .contents-link .block_item .item_text .md-textblock ul li:hover::before {
    top: 16px;
  }
  .pg-prep .contents-link .block_item .item_text .md-textblock ul span {
    font-size: 1.6rem;
  }
  .pg-prep .admission-area .block_item .article-area-2col {
    padding: 52px 0;
  }
  .pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-left,
  .pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-right {
    width: 100%;
  }
  .pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-right {
    margin-left: 0;
    margin-top: 38px;
  }
  .pg-prep .admission-area .block_item .article-area-2col .col-wrapper .col-left {
    margin-bottom: 20px;
  }
  .pg-prep .admission-area .block_item .article-area-2col .item_text {
    width: 100%;
  }
  .pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m {
    width: 100%;
    font-size: 2.2rem;
    padding-left: 35px;
    padding-right: 0;
    letter-spacing: 2.2px;
    position: relative;
  }
  .pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m a:hover {
    opacity: 0.7;
  }
  .pg-prep .admission-area .block_item .article-area-2col .item_text .heading-m::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
  }
  .pg-prep .admission-area .block_item .article-area-2col .item_text .md-textblock {
    width: 100%;
    margin-left: 2.66667vw;
    margin-right: 2.66667vw;
    margin-bottom: 0;
  }
  .pg-prep .admission-area .block_item .article-area-2col .item_text .md-textblock ul li {
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 4px 0;
  }
  .pg-prep .admission-area .block_item .article-area-2col .col-left .item_text .md-textblock ul, .pg-prep .admission-area .block_item .article-area-2col .col-right .item_text .md-textblock ul {
    padding-left: 25px;
    padding-right: 10px;
  }
  .pg-prep .admission-area .block_item .article-area-2col .article-area {
    padding-bottom: 0;
    width: 100%;
  }
  .pg-prep .admission-area .block_item .article-area-2col .article-area .item_text .md-textblock ul {
    display: initial;
  }
  .pg-prep .admission-area .block_item .article-area-2col .article-area .item_text .md-textblock ul li {
    margin: 0;
  }
  .pg-prep .admission-area .block_item .article-area-2col .article-area span {
    font-size: 1.3rem;
  }
  .pg-prep .newsSect {
    padding-top: 52px;
  }
  .pg-prep .newsSect .c-container {
    padding: 0 8vw;
  }
  .pg-prep .newsSect .newsList {
    display: block;
    margin: -6px 0 0;
  }
  .pg-prep .newsSect .newsList__item {
    padding: 0;
    width: auto;
  }
  .pg-prep .newsSect .newsList__itemDate {
    margin-bottom: 12px;
    padding: 4px 0 2px 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .pg-prep .newsSect .newsList__itemDate time {
    width: 109px;
  }
  .pg-prep .newsSect .newsList__itemDate time::before {
    margin-top: -1px;
  }
  .pg-prep .newsSect .newsList__itemTitle {
    padding-right: 1em;
    font-size: 1.4rem;
  }
  .pg-prep .newsSect .newsList__item ~ .newsList__item {
    margin-top: 23px;
  }
  .pg-prep .newsSect__btnArea {
    margin-top: 43px;
  }
  .pg-prep .stlength-area .landscape-img-area {
    margin-top: 23px;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 41.6vw;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text {
    width: 100%;
    margin-left: 0;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text > *:first-child {
    margin-top: 24px;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text .heading-m {
    margin-top: 35px;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text .md-textblock {
    margin-bottom: 0;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text .textBtn-area {
    margin-top: 20px;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
    max-width: 240px;
    width: 100%;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
    padding-left: 17.91667%;
  }
  .pg-prep .stlength-area .landscape-img-area .flex-area .signature {
    text-align: left;
    margin-top: 15px;
  }
  .pg-prep .articleList {
    margin-bottom: 50px;
  }
  .pg-prep .articleList .flex-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-prep .articleList .block__item {
    margin-left: 0;
    width: auto;
  }
  .pg-prep .articleList .block__item::after {
    content: none;
  }
  .pg-prep .articleList .block__item:not(:first-child) {
    margin-top: 10px;
  }
  .pg-prep .articleList .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .pg-prep .articleList .block__item .img-block--3col {
    width: 39.70%;
    height: 100%;
  }
  .pg-prep .articleList .block__item .img-block--3col::before {
    content: none;
  }
  .pg-prep .articleList .block__item .body-block--3col {
    padding: 10px 4.47761194%;
    width: 60.29%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-prep .learnBnr {
    padding-bottom: 60px;
  }
  .pg-prep .learnBnr .elem-block {
    padding: 0;
  }
  .pg-prep .learnBnr .elem-block .bg-pc {
    background: none !important;
    min-height: auto;
    position: relative;
    padding: 0;
  }
  .pg-prep .learnBnr .elem-block .bg-sp {
    background-size: cover;
    background-position: center;
    display: block;
    min-height: 404px;
    padding: 62px 25px;
  }
  .pg-prep .learnBnr .text-block {
    padding: 30px 15px;
  }
  .pg-prep .learnBnr .text-block .learnBnr__title {
    font-size: 2.1rem;
    line-height: 1.7;
    margin-bottom: 8px;
    letter-spacing: 3px;
  }
  .pg-prep .learnBnr .text-block .text {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    margin: 0 auto;
  }
  .pg-prep .learnBnr .text-block .text br.sp {
    display: block;
  }
  .pg-prep .learnBnr .text-block .text__link {
    margin: 10px auto 0;
  }
  .pg-prep .img-2column-area {
    margin: 60px 0;
  }
  .pg-prep .img-2column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .pg-prep .img-2column-area .flex-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .pg-prep .img-2column-area .flex-area .block__item:not(:first-child) {
    margin-top: 15px;
  }
  .pg-prep .img-2column-area .flex-area .block__item .body-block--2col {
    padding: 20px 20px 28px;
  }
  .pg-prep .img-2column-area .flex-area .block__item .body-block--2col .heading-s {
    font-size: 1.6rem;
  }
  .pg-prep .img-2column-area .flex-area .block__item .body-block--2col .body {
    padding-top: 10px;
  }
  .pg-prep .deptLinkSect {
    margin-bottom: 0;
    padding: 60px 0 65px 0;
  }
  .pg-prep .deptLinkSect__hdg {
    margin-bottom: 28px;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-prep .deptLinkSect .schoolList__itemHdg {
    margin: 0 -5px 12px;
    padding-left: 12px;
  }
  .pg-prep .deptLinkSect .schoolList__itemHdg .school {
    margin-right: 15px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .pg-prep .deptLinkSect .schoolList__itemHdg .campus {
    padding: 3px 9px;
    vertical-align: 3px;
    font-size: 1.2rem;
  }
  .pg-prep .deptLinkSect .schoolList__item ~ .schoolList__item {
    margin-top: 28px;
  }
  .pg-prep .deptLinkSect .deptLinkList {
    margin: -6px 0 0 -10px;
  }
  .pg-prep .deptLinkSect .deptLinkList__item {
    padding: 6px 0 0 10px;
    width: 33.333%;
  }
  .pg-prep .deptLinkSect .deptLinkList__item a {
    padding: 0 0 6px 4px;
    min-height: 45px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .pg-prep .deptLinkSect__btnArea .c-moreBtn {
    width: 260px;
  }
  .pg-prep .deptLinkSect__btnArea .c-moreBtn > span {
    padding: 5px 20px;
  }
  .pg-prep .career-area {
    padding: 50px 0;
    padding-bottom: 35px;
  }
  .pg-prep .career-area .item-header {
    margin-bottom: 18px;
  }
  .pg-prep .career-area .item-header .heading-l {
    font-size: 2.4rem;
    letter-spacing: 1.6px;
  }
  .pg-prep .career-area .item-header .heading-l span {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    display: inline-block;
  }
  .pg-prep .career-area .item-header .heading-l span::before, .pg-prep .career-area .item-header .heading-l span::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-top: 1px solid #a5252d;
    border-bottom: 1px solid #a5252d;
    position: absolute;
    top: calc(50% - 2px);
    margin-top: 0;
  }
  .pg-prep .career-area .item-header .heading-l span::before {
    left: 0;
  }
  .pg-prep .career-area .item-header .heading-l span::after {
    right: 0;
  }
  .pg-prep .career-area .item-header .text {
    margin-top: 20px;
  }
  .pg-prep .career-area .elem-block {
    margin-top: 35px;
  }
  .pg-prep .career-area .elem-block .bg-pc {
    background: none !important;
    min-height: auto;
    position: relative;
  }
  .pg-prep .career-area .elem-block .bg-sp {
    display: block;
  }
  .pg-prep .career-area .elem-block .bg-sp img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper {
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block {
    width: 100%;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area {
    background: rgba(165, 37, 45, 0.9);
    width: 100%;
    padding: 20px 17px;
    position: relative;
    top: -15px;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item .list__item--link {
    position: relative;
    display: block;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--title {
    font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
    font-size: 2.0rem;
    padding-right: 15px;
    display: inline-block;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more {
    font-size: 1.2rem;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more span::after {
    width: 100%;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more.l span::after {
    width: 121px;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more.m span::after {
    width: 99px;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--more.s span::after {
    width: 55px;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--text {
    font-size: 1.4rem;
  }
  .pg-prep .career-area .elem-block .text-block-wrapper .text-block .list__area .list__block .list__item--text strong {
    font-size: 2rem;
    margin-left: 5px;
  }
  .pg-prep .campusLifeSect {
    padding: 50px 0 65px;
  }
  .pg-prep .campusLifeSect__header {
    margin-bottom: 36px;
  }
  .pg-prep .campusLifeSect__hdg {
    font-size: 3rem;
    line-height: 1.3;
  }
  .pg-prep .campusLifeSect__hdg .campus {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pg-prep .campusLifeSect__hdg .campus::before {
    top: -12px;
  }
  .pg-prep .campusLifeSect .deptList__itemInner {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .pg-prep .campusLifeSect .deptList__itemImageArea {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .pg-prep .campusLifeSect .deptList__itemImageArea .copy {
    left: 10px;
    top: auto;
    bottom: -92px;
    width: calc(114 / 670 * 100%);
    max-width: 114px;
  }
  .pg-prep .campusLifeSect .deptList__itemImageArea .copy > span {
    padding: 10px 6px 9px 4px;
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 1.9;
  }
  .pg-prep .campusLifeSect .deptList__itemBody {
    position: relative;
    padding: 30px 5.333333333vw 60px;
    width: auto;
    background-color: white;
  }
  .pg-prep .campusLifeSect .deptList__itemBody .hdg {
    margin: 0 0 44px 50%;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-prep .campusLifeSect .deptList__itemBody .hdg::before {
    bottom: -20px;
  }
  .pg-prep .campusLifeSect .deptList__itemBody .desc {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .pg-prep .campusLifeSect .deptList__itemBody .textBtn-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 245px;
    max-width: none;
  }
  .pg-prep .campusLifeSect .deptList__itemBody .textBtn-area .textBtn--link {
    width: 100%;
  }
  .pg-prep .campusLifeSect .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
    right: 8px;
  }
  .pg-prep .campusLifeSect .deptList__item:nth-child(even) .deptList__itemBody {
    padding-right: 5.333333333vw;
    padding-left: 5.333333333vw;
  }
  .pg-prep .campusLifeSect .deptList__item:nth-child(even) .deptList__itemBody .hdg {
    margin-right: 50%;
    margin-left: 0;
  }
  .pg-prep .campusLifeSect .deptList__item ~ .deptList__item {
    margin-top: 65px;
  }
  .pg-prep .campusLifeSect .dept3colList {
    display: block;
    margin: 0;
  }
  .pg-prep .campusLifeSect .dept3colList__item {
    padding: 0;
    width: auto;
  }
  .pg-prep .campusLifeSect .dept3colList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-prep .campusLifeSect .dept3colList__itemImage {
    width: 39.701492537%;
    height: 100%;
  }
  .pg-prep .campusLifeSect .dept3colList__itemImage::before {
    content: none;
  }
  .pg-prep .campusLifeSect .dept3colList__itemBody {
    padding: 4.47761194%;
    width: 60.298507463%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-prep .campusLifeSect .dept3colList__itemBody .hdg {
    padding-left: 30px;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    line-height: 1.55;
  }
  .pg-prep .campusLifeSect .dept3colList__itemBody .hdg::before {
    top: 50%;
    margin-top: -1px;
    width: 15px;
  }
  .pg-prep .campusLifeSect .dept3colList__item ~ .dept3colList__item {
    margin-top: 10px;
  }
}

/**
 * 4.0.1_入試情報
 */
.pg-admInfo {
  background-color: #ede9e6;
}

.pg-admInfo .c-wrapper {
  margin-top: 90px;
}

.pg-admInfo .landscape-img-area {
  margin-top: 40px;
}

.pg-admInfo .landscape-img-area .flex-area .item_img {
  width: 65.38462%;
}

.pg-admInfo .landscape-img-area .flex-area .item_img + .item_text {
  width: 32.5%;
  margin-left: 1.5%;
}

.pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
  max-width: 280px;
  width: 100%;
}

.pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
  padding-left: 17.91667%;
}

.pg-admInfo .landscape-img-area .flex-area .signature {
  font-size: 1.4rem;
  text-align: right;
}

.pg-admInfo .sectLg__hdg {
  margin-bottom: 48px;
  text-align: center;
}

.pg-admInfo .sectLg__hdg > span {
  display: block;
}

.pg-admInfo .sectLg__hdg > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3.2px;
}

.pg-admInfo .sectLg__hdg > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.pg-admInfo .linkList.rulelink .item {
  max-width: none;
}

.pg-admInfo .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-admInfo .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-admInfo .container-title {
    width: auto;
  }
}

.pg-admInfo .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-admInfo .topicsSect {
  background-color: #ede9e6;
  overflow: hidden;
}

.pg-admInfo .topicsSect .sectLg__hdg > span {
  display: block;
}

.pg-admInfo .topicsSect .sectLg__hdg .heading {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.pg-admInfo .topicsSect .swiper-slide {
  position: relative;
}

.pg-admInfo .topicsSect .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-admInfo .topicsSect .swiper-slide:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-admInfo .newsSect {
  background: white;
  padding: 80px 0 110px;
}

.pg-admInfo .newsSect .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -36px 0 0 -7.692307692%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-admInfo .newsSect .newsList__item {
  padding: 36px 0 0 7.142857143%;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-admInfo .newsSect .newsList__item a {
  display: block;
  height: 100%;
  color: inherit;
}

.pg-admInfo .newsSect .newsList__itemDate {
  margin-bottom: 22px;
  border-left: 3px solid #a5252d;
  padding: 4px 0 2px 23px;
  overflow: hidden;
  color: #a5252d;
  font-family: 'Taviraj', serif;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-admInfo .newsSect .newsList__itemDate time {
  display: inline-block;
  position: relative;
  width: 128px;
}

.pg-admInfo .newsSect .newsList__itemDate time::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 500px;
  height: 1px;
  background-color: #a5252d;
}

.pg-admInfo .newsSect .newsList__itemTitle {
  font-size: 1.5rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.pg-admInfo .newsSect .newsList__item a:hover .newsList__itemTitle {
  color: #a5252d;
}

.pg-admInfo .newsSect__btnArea {
  margin-top: 60px;
}

.pg-admInfo .img-2column-area {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .img-2column-area .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 51.73333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.pg-admInfo .img-2column-area figure {
  display: table;
  table-layout: fixed;
}

.pg-admInfo .img-2column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-admInfo .img-2column-area figure {
  width: auto;
  max-width: 100%;
}

.pg-admInfo .img-2column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-admInfo .img-2column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-admInfo .img-2column-area figure .sp {
  display: none;
}

.pg-admInfo .img-2column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .img-2column-area figure {
    width: 100%;
  }
  .pg-admInfo .img-2column-area figure .pc {
    display: none;
  }
  .pg-admInfo .img-2column-area figure .sp {
    display: block;
  }
}

.pg-admInfo .img-2column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-admInfo .img-2column-area figure {
  width: 100%;
}

.pg-admInfo .img-2column-area figure img {
  width: 100%;
}

.pg-admInfo .img-2column-area .heading-m {
  margin-bottom: 45px;
}

.pg-admInfo .img-2column-area a:link,
.pg-admInfo .img-2column-area a:visited,
.pg-admInfo .img-2column-area a:hover {
  color: #333333;
}

.pg-admInfo .img-2column-area .flex-area .block__item {
  position: relative;
  margin-left: 1.92308%;
  width: calc((100% - 1.93% * 1) / 2);
}

.pg-admInfo .img-2column-area .flex-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col {
  position: relative;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more {
  position: absolute;
  right: 35px;
  bottom: -20px;
  display: table;
  margin: auto;
  width: 280px;
  height: 55px;
  background-color: white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span {
  display: table-cell;
  padding: 5px 20px;
  background-color: #a5252d;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::before, .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
  right: 0;
  width: 40px;
  background-color: white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  left: 100%;
  width: 20px;
  background-color: #a5252d;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent {
  background-color: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span {
  background-color: transparent;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span::after {
  background-color: white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span {
  opacity: 1;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::before, .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more {
    width: 245px;
    height: 50px;
  }
  .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
    width: 30px;
  }
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover {
  opacity: .7;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span {
  opacity: .7;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span::before, .pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span::after {
  opacity: .7;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span::before {
  width: 20px;
}

.pg-admInfo .articleList .block__item {
  position: relative;
  margin-left: 2.40385%;
  border-bottom: none;
  width: calc((100% - 2.5% * 2) / 3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-admInfo .articleList .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-admInfo .articleList .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.pg-admInfo .articleList .block__item:nth-child(n+4) {
  margin-top: 25px;
}

.pg-admInfo .articleList .block__item figure {
  width: 100%;
}

.pg-admInfo .articleList .block__item .img-block--3col {
  background-position: 50%;
  background-size: cover;
}

.pg-admInfo .articleList .block__item .img-block--3col::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-admInfo .articleList .block__item .body-block--3col {
  text-align: left;
  position: relative;
  padding: 20px 30px;
}

.pg-admInfo .articleList .block__item:hover {
  opacity: .7;
}

.pg-admInfo .articleList .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-admInfo .request-area__hdg {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.2rem;
  letter-spacing: 3.5px;
}

.pg-admInfo .request-area__hdg .campus {
  display: block;
  position: relative;
  margin-top: 18px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-admInfo .request-area__hdg .campus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #a5252d;
}

.pg-admInfo .request-area .deptList__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 5.17241% 5.17241%;
  background-color: white;
}

.pg-admInfo .request-area .deptList__itemImageArea {
  position: relative;
  width: 65.384615385%;
}

.pg-admInfo .request-area .deptList__itemImageArea .image img {
  width: 100%;
  height: auto;
}

.pg-admInfo .request-area .deptList__itemImageArea .copy {
  position: absolute;
  left: 38px;
  top: -34px;
  bottom: 0;
  width: calc(176 / 680 * 100%);
  max-width: 176px;
}

.pg-admInfo .request-area .deptList__itemImageArea .copy img {
  width: 100%;
}

.pg-admInfo .request-area .deptList__itemImageArea .copy > span {
  padding: 14px 10px 15px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.3rem;
  letter-spacing: 3.5px;
  line-height: 2;
}

.pg-admInfo .request-area .deptList__itemBody {
  padding: 2.692307692% 0 0 4.807692308%;
  width: 34.615384615%;
}

.pg-admInfo .request-area .deptList__itemBody .hdg {
  position: relative;
  margin-bottom: 52px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-admInfo .request-area .deptList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 2px;
}

.pg-admInfo .request-area .deptList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-admInfo .request-area .deptList__itemBody .desc {
  font-size: 1.5rem;
  line-height: 1.9;
}

.pg-admInfo .request-area .deptList__itemBody .c-moreBtn {
  margin: 38px auto 0 0;
  width: 100%;
  max-width: 240px;
}

.pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemImageArea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
  left: auto;
  right: 38px;
}

.pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemBody {
  padding-right: 50px;
  padding-left: 0;
}

.pg-admInfo .request-area .deptList__item ~ .deptList__item {
  margin-top: 20px;
}

.pg-admInfo .request-area .dept3colList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px 0 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-admInfo .request-area .dept3colList__item {
  padding: 16px 0 0 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-admInfo .request-area .dept3colList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-admInfo .request-area .dept3colList__itemImage, .pg-admInfo .request-area .dept3colList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-admInfo .request-area .dept3colList__item a:hover .dept3colList__itemImage,
.pg-admInfo .request-area .dept3colList__item a:hover .dept3colList__itemBody {
  opacity: .7;
}

.pg-admInfo .request-area .dept3colList__itemImage {
  background-position: 50%;
  background-size: cover;
}

.pg-admInfo .request-area .dept3colList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-admInfo .request-area .dept3colList__itemBody {
  padding: 23px 20px;
}

.pg-admInfo .request-area .dept3colList__itemBody .hdg {
  position: relative;
  padding-left: 35px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.pg-admInfo .request-area .dept3colList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
}

.pg-admInfo .request-area .dept3colList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-admInfo .request-area.lightBrown {
  background-color: #ede9e6;
}

.pg-admInfo .request-area.lightGreen {
  background-color: #e6edeb;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .p-breadcrumb {
    margin: 40px 0 30px;
  }
  .pg-admInfo .c-wrapper {
    margin-top: 50px;
  }
  .pg-admInfo .landscape-img-area {
    margin-top: 25px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-admInfo .landscape-img-area .flex-area .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 41.6vw;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text {
    width: 100%;
    margin-left: 0;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text > *:first-child {
    margin-top: 15px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .heading-m {
    margin-top: 35px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .md-textblock {
    margin-bottom: 0;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area {
    margin-top: 20px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
    max-width: 240px;
    width: 100%;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
    padding-left: 17.91667%;
  }
  .pg-admInfo .landscape-img-area .flex-area .signature {
    text-align: left;
    margin-top: 15px;
  }
  .pg-admInfo .sectLg__hdg {
    margin-bottom: 40px;
  }
  .pg-admInfo .sectLg__hdg > span:lang(en) {
    font-size: 2.9rem;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .pg-admInfo .sectLg__hdg > span:lang(ja) {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .pg-admInfo .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-admInfo .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-admInfo .topicsSect .sectLg__hdg .heading {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .pg-admInfo .topicsSect .sectLg__hdg .sub {
    margin-top: 0;
  }
  .pg-admInfo .newsSect {
    padding: 52px 0 65px;
  }
  .pg-admInfo .newsSect .c-container {
    padding: 0 8vw;
  }
  .pg-admInfo .newsSect .newsList {
    display: block;
    margin: -6px 0 0;
  }
  .pg-admInfo .newsSect .newsList__item {
    padding: 0;
    width: auto;
  }
  .pg-admInfo .newsSect .newsList__itemDate {
    margin-bottom: 12px;
    padding: 4px 0 2px 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .pg-admInfo .newsSect .newsList__itemDate time {
    width: 109px;
  }
  .pg-admInfo .newsSect .newsList__itemDate time::before {
    margin-top: -1px;
  }
  .pg-admInfo .newsSect .newsList__itemTitle {
    padding-right: 1em;
    font-size: 1.4rem;
  }
  .pg-admInfo .newsSect .newsList__item ~ .newsList__item {
    margin-top: 23px;
  }
  .pg-admInfo .newsSect__btnArea {
    margin-top: 43px;
  }
  .pg-admInfo .img-2column-area {
    margin-bottom: 55px;
  }
  .pg-admInfo .img-2column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .pg-admInfo .img-2column-area .flex-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .pg-admInfo .img-2column-area .flex-area .block__item:not(:first-child) {
    margin-top: 44px;
  }
  .pg-admInfo .articleList .flex-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-admInfo .articleList .block__item {
    margin-left: 0;
    width: auto;
  }
  .pg-admInfo .articleList .block__item::after {
    content: none;
  }
  .pg-admInfo .articleList .block__item:not(:first-child) {
    margin-top: 10px;
  }
  .pg-admInfo .articleList .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .pg-admInfo .articleList .block__item .img-block--3col {
    width: 39.70%;
    height: 100%;
  }
  .pg-admInfo .articleList .block__item .img-block--3col::before {
    content: none;
  }
  .pg-admInfo .articleList .block__item .body-block--3col {
    padding: 10px 4.47761194%;
    width: 60.29%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-admInfo .request-area {
    padding: 0 0 25px;
  }
  .pg-admInfo .request-area__hdg {
    font-size: 3rem;
    line-height: 1.3;
  }
  .pg-admInfo .request-area__hdg .campus {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pg-admInfo .request-area__hdg .campus::before {
    top: -12px;
  }
  .pg-admInfo .request-area .deptList__itemInner {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .pg-admInfo .request-area .deptList__itemImageArea {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .pg-admInfo .request-area .deptList__itemImageArea .copy {
    left: 8px;
    top: auto;
    bottom: -92px;
    width: calc(234 / 670 * 100%);
    max-width: 234px;
  }
  .pg-admInfo .request-area .deptList__itemImageArea .copy > span {
    padding: 10px 6px 9px 4px;
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 1.9;
  }
  .pg-admInfo .request-area .deptList__itemBody {
    position: relative;
    padding: 30px 5.333333333vw 60px;
    width: auto;
    background-color: white;
  }
  .pg-admInfo .request-area .deptList__itemBody .hdg {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-admInfo .request-area .deptList__itemBody .hdg::before {
    bottom: -20px;
  }
  .pg-admInfo .request-area .deptList__itemBody .desc {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .pg-admInfo .request-area .deptList__itemBody .c-moreBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 245px;
    max-width: none;
  }
  .pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
    right: 8px;
  }
  .pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemBody {
    padding-right: 5.333333333vw;
    padding-left: 5.333333333vw;
  }
  .pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemBody .hdg {
    margin-right: 50%;
    margin-left: 0;
  }
  .pg-admInfo .request-area .deptList__item ~ .deptList__item {
    margin-top: 65px;
  }
  .pg-admInfo .request-area .dept3colList {
    display: block;
    margin: 0;
  }
  .pg-admInfo .request-area .dept3colList__item {
    padding: 0;
    width: auto;
  }
  .pg-admInfo .request-area .dept3colList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-admInfo .request-area .dept3colList__itemImage {
    width: 39.701492537%;
    height: 100%;
  }
  .pg-admInfo .request-area .dept3colList__itemImage::before {
    content: none;
  }
  .pg-admInfo .request-area .dept3colList__itemBody {
    padding: 4.47761194%;
    width: 60.298507463%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-admInfo .request-area .dept3colList__itemBody .hdg {
    padding-left: 30px;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    line-height: 1.55;
  }
  .pg-admInfo .request-area .dept3colList__itemBody .hdg::before {
    top: 50%;
    margin-top: -1px;
    width: 15px;
  }
  .pg-admInfo .request-area .dept3colList__item ~ .dept3colList__item {
    margin-top: 10px;
  }
}

/**
 * 4.0.1_入試情報
 */
.pg-admInfo {
  background-color: #ede9e6;
}

.pg-admInfo .c-wrapper {
  margin-top: 90px;
}

.pg-admInfo .landscape-img-area {
  margin-top: 40px;
}

.pg-admInfo .landscape-img-area .flex-area .item_img {
  width: 65.38462%;
}

.pg-admInfo .landscape-img-area .flex-area .item_img + .item_text {
  width: 32.5%;
  margin-left: 1.5%;
}

.pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
  max-width: 280px;
  width: 100%;
}

.pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
  padding-left: 17.91667%;
}

.pg-admInfo .landscape-img-area .flex-area .signature {
  font-size: 1.4rem;
  text-align: right;
}

.pg-admInfo .sectLg__hdg {
  margin-bottom: 48px;
  text-align: center;
}

.pg-admInfo .sectLg__hdg > span {
  display: block;
}

.pg-admInfo .sectLg__hdg > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3.2px;
}

.pg-admInfo .sectLg__hdg > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.pg-admInfo .linkList.rulelink .item {
  max-width: none;
}

.pg-admInfo .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-admInfo .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-admInfo .container-title {
    width: auto;
  }
}

.pg-admInfo .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-admInfo .topicsSect {
  background-color: #ede9e6;
  overflow: hidden;
}

.pg-admInfo .topicsSect .sectLg__hdg > span {
  display: block;
}

.pg-admInfo .topicsSect .sectLg__hdg .heading {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.pg-admInfo .topicsSect .swiper-slide {
  position: relative;
}

.pg-admInfo .topicsSect .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-admInfo .topicsSect .swiper-slide:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-admInfo .newsSect {
  background: white;
  padding: 80px 0 110px;
}

.pg-admInfo .newsSect .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -36px 0 0 -7.692307692%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-admInfo .newsSect .newsList__item {
  padding: 36px 0 0 7.142857143%;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-admInfo .newsSect .newsList__item a {
  display: block;
  height: 100%;
  color: inherit;
}

.pg-admInfo .newsSect .newsList__itemDate {
  margin-bottom: 22px;
  border-left: 3px solid #a5252d;
  padding: 4px 0 2px 23px;
  overflow: hidden;
  color: #a5252d;
  font-family: 'Taviraj', serif;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-admInfo .newsSect .newsList__itemDate time {
  display: inline-block;
  position: relative;
  width: 128px;
}

.pg-admInfo .newsSect .newsList__itemDate time::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 500px;
  height: 1px;
  background-color: #a5252d;
}

.pg-admInfo .newsSect .newsList__itemTitle {
  font-size: 1.5rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.pg-admInfo .newsSect .newsList__item a:hover .newsList__itemTitle {
  color: #a5252d;
}

.pg-admInfo .newsSect__btnArea {
  margin-top: 60px;
}

.pg-admInfo .img-2column-area {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .img-2column-area .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 51.73333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.pg-admInfo .img-2column-area figure {
  display: table;
  table-layout: fixed;
}

.pg-admInfo .img-2column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-admInfo .img-2column-area figure {
  width: auto;
  max-width: 100%;
}

.pg-admInfo .img-2column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-admInfo .img-2column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-admInfo .img-2column-area figure .sp {
  display: none;
}

.pg-admInfo .img-2column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .img-2column-area figure {
    width: 100%;
  }
  .pg-admInfo .img-2column-area figure .pc {
    display: none;
  }
  .pg-admInfo .img-2column-area figure .sp {
    display: block;
  }
}

.pg-admInfo .img-2column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-admInfo .img-2column-area figure {
  width: 100%;
}

.pg-admInfo .img-2column-area figure img {
  width: 100%;
}

.pg-admInfo .img-2column-area .heading-m {
  margin-bottom: 45px;
}

.pg-admInfo .img-2column-area a:link,
.pg-admInfo .img-2column-area a:visited,
.pg-admInfo .img-2column-area a:hover {
  color: #333333;
}

.pg-admInfo .img-2column-area .flex-area .block__item {
  position: relative;
  margin-left: 1.92308%;
  width: calc((100% - 1.93% * 1) / 2);
}

.pg-admInfo .img-2column-area .flex-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col {
  position: relative;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more {
  position: absolute;
  right: 35px;
  bottom: -20px;
  display: table;
  margin: auto;
  width: 280px;
  height: 55px;
  background-color: white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span {
  display: table-cell;
  padding: 5px 20px;
  background-color: #a5252d;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::before, .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
  right: 0;
  width: 40px;
  background-color: white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  left: 100%;
  width: 20px;
  background-color: #a5252d;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent {
  background-color: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span {
  background-color: transparent;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span::after {
  background-color: white;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span {
  opacity: 1;
}

.pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::before, .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more {
    width: 245px;
    height: 50px;
  }
  .pg-admInfo .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
    width: 30px;
  }
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover {
  opacity: .7;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span {
  opacity: .7;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span::before, .pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span::after {
  opacity: .7;
}

.pg-admInfo .img-2column-area .flex-area .block__item:hover .more > span::before {
  width: 20px;
}

.pg-admInfo .articleList .block__item {
  position: relative;
  margin-left: 2.40385%;
  border-bottom: none;
  width: calc((100% - 2.5% * 2) / 3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-admInfo .articleList .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-admInfo .articleList .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.pg-admInfo .articleList .block__item:nth-child(n+4) {
  margin-top: 25px;
}

.pg-admInfo .articleList .block__item figure {
  width: 100%;
}

.pg-admInfo .articleList .block__item .img-block--3col {
  background-position: 50%;
  background-size: cover;
}

.pg-admInfo .articleList .block__item .img-block--3col::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-admInfo .articleList .block__item .body-block--3col {
  text-align: left;
  position: relative;
  padding: 20px 30px;
}

.pg-admInfo .articleList .block__item:hover {
  opacity: .7;
}

.pg-admInfo .articleList .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-admInfo .request-area__hdg {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.2rem;
  letter-spacing: 3.5px;
}

.pg-admInfo .request-area__hdg .campus {
  display: block;
  position: relative;
  margin-top: 18px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-admInfo .request-area__hdg .campus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #a5252d;
}

.pg-admInfo .request-area .deptList__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 5.17241% 5.17241%;
  background-color: white;
}

.pg-admInfo .request-area .deptList__itemImageArea {
  position: relative;
  width: 65.384615385%;
}

.pg-admInfo .request-area .deptList__itemImageArea .image img {
  width: 100%;
  height: auto;
}

.pg-admInfo .request-area .deptList__itemImageArea .copy {
  position: absolute;
  left: 38px;
  top: -34px;
  bottom: 0;
  width: calc(176 / 680 * 100%);
  max-width: 176px;
}

.pg-admInfo .request-area .deptList__itemImageArea .copy img {
  width: 100%;
}

.pg-admInfo .request-area .deptList__itemImageArea .copy > span {
  padding: 14px 10px 15px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.3rem;
  letter-spacing: 3.5px;
  line-height: 2;
}

.pg-admInfo .request-area .deptList__itemBody {
  padding: 2.692307692% 0 0 4.807692308%;
  width: 34.615384615%;
}

.pg-admInfo .request-area .deptList__itemBody .hdg {
  position: relative;
  margin-bottom: 52px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-admInfo .request-area .deptList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 2px;
}

.pg-admInfo .request-area .deptList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-admInfo .request-area .deptList__itemBody .desc {
  font-size: 1.5rem;
  line-height: 1.9;
}

.pg-admInfo .request-area .deptList__itemBody .c-moreBtn {
  margin: 38px auto 0 0;
  width: 100%;
  max-width: 240px;
}

.pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemImageArea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
  left: auto;
  right: 38px;
}

.pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemBody {
  padding-right: 50px;
  padding-left: 0;
}

.pg-admInfo .request-area .deptList__item ~ .deptList__item {
  margin-top: 20px;
}

.pg-admInfo .request-area .dept3colList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px 0 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-admInfo .request-area .dept3colList__item {
  padding: 16px 0 0 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-admInfo .request-area .dept3colList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-admInfo .request-area .dept3colList__itemImage, .pg-admInfo .request-area .dept3colList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-admInfo .request-area .dept3colList__item a:hover .dept3colList__itemImage,
.pg-admInfo .request-area .dept3colList__item a:hover .dept3colList__itemBody {
  opacity: .7;
}

.pg-admInfo .request-area .dept3colList__itemImage {
  background-position: 50%;
  background-size: cover;
}

.pg-admInfo .request-area .dept3colList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-admInfo .request-area .dept3colList__itemBody {
  padding: 23px 20px;
}

.pg-admInfo .request-area .dept3colList__itemBody .hdg {
  position: relative;
  padding-left: 35px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.pg-admInfo .request-area .dept3colList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
}

.pg-admInfo .request-area .dept3colList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-admInfo .request-area.lightBrown {
  background-color: #ede9e6;
}

.pg-admInfo .request-area.lightGreen {
  background-color: #e6edeb;
}

@media screen and (max-width: 768px) {
  .pg-admInfo .p-breadcrumb {
    margin: 40px 0 30px;
  }
  .pg-admInfo .c-wrapper {
    margin-top: 50px;
  }
  .pg-admInfo .landscape-img-area {
    margin-top: 25px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-admInfo .landscape-img-area .flex-area .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 41.6vw;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text {
    width: 100%;
    margin-left: 0;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text > *:first-child {
    margin-top: 15px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .heading-m {
    margin-top: 35px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .md-textblock {
    margin-bottom: 0;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area {
    margin-top: 20px;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
    max-width: 240px;
    width: 100%;
  }
  .pg-admInfo .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
    padding-left: 17.91667%;
  }
  .pg-admInfo .landscape-img-area .flex-area .signature {
    text-align: left;
    margin-top: 15px;
  }
  .pg-admInfo .sectLg__hdg {
    margin-bottom: 40px;
  }
  .pg-admInfo .sectLg__hdg > span:lang(en) {
    font-size: 2.9rem;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .pg-admInfo .sectLg__hdg > span:lang(ja) {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .pg-admInfo .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-admInfo .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-admInfo .topicsSect .sectLg__hdg .heading {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .pg-admInfo .topicsSect .sectLg__hdg .sub {
    margin-top: 0;
  }
  .pg-admInfo .newsSect {
    padding: 52px 0 65px;
  }
  .pg-admInfo .newsSect .c-container {
    padding: 0 8vw;
  }
  .pg-admInfo .newsSect .newsList {
    display: block;
    margin: -6px 0 0;
  }
  .pg-admInfo .newsSect .newsList__item {
    padding: 0;
    width: auto;
  }
  .pg-admInfo .newsSect .newsList__itemDate {
    margin-bottom: 12px;
    padding: 4px 0 2px 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .pg-admInfo .newsSect .newsList__itemDate time {
    width: 109px;
  }
  .pg-admInfo .newsSect .newsList__itemDate time::before {
    margin-top: -1px;
  }
  .pg-admInfo .newsSect .newsList__itemTitle {
    padding-right: 1em;
    font-size: 1.4rem;
  }
  .pg-admInfo .newsSect .newsList__item ~ .newsList__item {
    margin-top: 23px;
  }
  .pg-admInfo .newsSect__btnArea {
    margin-top: 43px;
  }
  .pg-admInfo .img-2column-area {
    margin-bottom: 55px;
  }
  .pg-admInfo .img-2column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .pg-admInfo .img-2column-area .flex-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .pg-admInfo .img-2column-area .flex-area .block__item:not(:first-child) {
    margin-top: 44px;
  }
  .pg-admInfo .articleList .flex-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-admInfo .articleList .block__item {
    margin-left: 0;
    width: auto;
  }
  .pg-admInfo .articleList .block__item::after {
    content: none;
  }
  .pg-admInfo .articleList .block__item:not(:first-child) {
    margin-top: 10px;
  }
  .pg-admInfo .articleList .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .pg-admInfo .articleList .block__item .img-block--3col {
    width: 39.70%;
    height: 100%;
  }
  .pg-admInfo .articleList .block__item .img-block--3col::before {
    content: none;
  }
  .pg-admInfo .articleList .block__item .body-block--3col {
    padding: 10px 4.47761194%;
    width: 60.29%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-admInfo .request-area {
    padding: 0 0 25px;
  }
  .pg-admInfo .request-area__hdg {
    font-size: 3rem;
    line-height: 1.3;
  }
  .pg-admInfo .request-area__hdg .campus {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pg-admInfo .request-area__hdg .campus::before {
    top: -12px;
  }
  .pg-admInfo .request-area .deptList__itemInner {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .pg-admInfo .request-area .deptList__itemImageArea {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .pg-admInfo .request-area .deptList__itemImageArea .copy {
    left: 8px;
    top: auto;
    bottom: -92px;
    width: calc(234 / 670 * 100%);
    max-width: 234px;
  }
  .pg-admInfo .request-area .deptList__itemImageArea .copy > span {
    padding: 10px 6px 9px 4px;
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 1.9;
  }
  .pg-admInfo .request-area .deptList__itemBody {
    position: relative;
    padding: 30px 5.333333333vw 60px;
    width: auto;
    background-color: white;
  }
  .pg-admInfo .request-area .deptList__itemBody .hdg {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-admInfo .request-area .deptList__itemBody .hdg::before {
    bottom: -20px;
  }
  .pg-admInfo .request-area .deptList__itemBody .desc {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .pg-admInfo .request-area .deptList__itemBody .c-moreBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 245px;
    max-width: none;
  }
  .pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
    right: 8px;
  }
  .pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemBody {
    padding-right: 5.333333333vw;
    padding-left: 5.333333333vw;
  }
  .pg-admInfo .request-area .deptList__item:nth-child(even) .deptList__itemBody .hdg {
    margin-right: 50%;
    margin-left: 0;
  }
  .pg-admInfo .request-area .deptList__item ~ .deptList__item {
    margin-top: 65px;
  }
  .pg-admInfo .request-area .dept3colList {
    display: block;
    margin: 0;
  }
  .pg-admInfo .request-area .dept3colList__item {
    padding: 0;
    width: auto;
  }
  .pg-admInfo .request-area .dept3colList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-admInfo .request-area .dept3colList__itemImage {
    width: 39.701492537%;
    height: 100%;
  }
  .pg-admInfo .request-area .dept3colList__itemImage::before {
    content: none;
  }
  .pg-admInfo .request-area .dept3colList__itemBody {
    padding: 4.47761194%;
    width: 60.298507463%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-admInfo .request-area .dept3colList__itemBody .hdg {
    padding-left: 30px;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    line-height: 1.55;
  }
  .pg-admInfo .request-area .dept3colList__itemBody .hdg::before {
    top: 50%;
    margin-top: -1px;
    width: 15px;
  }
  .pg-admInfo .request-area .dept3colList__item ~ .dept3colList__item {
    margin-top: 10px;
  }
}

/**
 * 4.0.2_大学案内
 */
.pg-univ-guide {
  background-color: #ede9e6;
}

.pg-univ-guide .l-wrapper {
  padding-top: 0;
}

.pg-univ-guide .c-wrapper {
  margin-top: 70px;
}

.pg-univ-guide .interview-area {
  border-top: 1px solid #a5252d;
  margin-top: 100px;
  padding-top: 90px;
}

.pg-univ-guide .interview-area .heading-l {
  font-size: 3.6rem;
}

.pg-univ-guide .landscape-img-area {
  margin-top: 40px;
}

.pg-univ-guide .landscape-img-area .flex-area .item_img {
  width: 65.38462%;
}

.pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text {
  width: 32.5%;
  margin-left: 1.5%;
}

.pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
  max-width: 280px;
  width: 100%;
}

.pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
  padding-left: 17.91667%;
}

.pg-univ-guide .landscape-img-area .flex-area .signature {
  font-size: 1.4rem;
  text-align: right;
}

.pg-univ-guide .sectLg__hdg {
  margin-bottom: 48px;
  text-align: center;
}

.pg-univ-guide .sectLg__hdg > span {
  display: block;
}

.pg-univ-guide .sectLg__hdg > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3.2px;
}

.pg-univ-guide .sectLg__hdg > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.pg-univ-guide .linkList.rulelink .item {
  max-width: none;
}

.pg-univ-guide .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-univ-guide .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-univ-guide .container-title {
    width: auto;
  }
}

.pg-univ-guide .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-univ-guide .img-2column-area {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pg-univ-guide .img-2column-area .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 51.73333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.pg-univ-guide .img-2column-area figure {
  display: table;
  table-layout: fixed;
}

.pg-univ-guide .img-2column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-univ-guide .img-2column-area figure {
  width: auto;
  max-width: 100%;
}

.pg-univ-guide .img-2column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-univ-guide .img-2column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-univ-guide .img-2column-area figure .sp {
  display: none;
}

.pg-univ-guide .img-2column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-univ-guide .img-2column-area figure {
    width: 100%;
  }
  .pg-univ-guide .img-2column-area figure .pc {
    display: none;
  }
  .pg-univ-guide .img-2column-area figure .sp {
    display: block;
  }
}

.pg-univ-guide .img-2column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-univ-guide .img-2column-area figure {
  width: 100%;
}

.pg-univ-guide .img-2column-area figure img {
  width: 100%;
}

.pg-univ-guide .img-2column-area .heading-m {
  margin-bottom: 45px;
}

.pg-univ-guide .img-2column-area a:link,
.pg-univ-guide .img-2column-area a:visited,
.pg-univ-guide .img-2column-area a:hover {
  color: #333333;
}

.pg-univ-guide .img-2column-area .flex-area .block__item {
  position: relative;
  margin-left: 1.92308%;
  width: calc((100% - 1.93% * 1) / 2);
}

.pg-univ-guide .img-2column-area .flex-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col {
  position: relative;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more {
  position: absolute;
  right: 35px;
  bottom: -20px;
  display: table;
  margin: auto;
  width: 280px;
  height: 55px;
  background-color: white;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more > span {
  display: table-cell;
  padding: 15px 20px;
  background-color: #a5252d;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more > span::before, .pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
  right: 0;
  width: 40px;
  background-color: white;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  left: 100%;
  width: 20px;
  background-color: #a5252d;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent {
  background-color: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid white;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span {
  background-color: transparent;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span::after {
  background-color: white;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span {
  opacity: 1;
}

.pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::before, .pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more {
    width: 245px;
    height: 50px;
  }
  .pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more > span {
    padding: 10px 20px;
  }
  .pg-univ-guide .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
    width: 30px;
  }
}

.pg-univ-guide .img-2column-area .flex-area .block__item:hover {
  opacity: .7;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-univ-guide .img-2column-area .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-univ-guide .img-2column-area .flex-area .block__item:hover .more > span {
  opacity: .7;
}

.pg-univ-guide .img-2column-area .flex-area .block__item:hover .more > span::before, .pg-univ-guide .img-2column-area .flex-area .block__item:hover .more > span::after {
  opacity: .7;
}

.pg-univ-guide .img-2column-area .flex-area .block__item:hover .more > span::before {
  width: 20px;
}

.pg-univ-guide .articleList .block__item {
  position: relative;
  margin-left: 2.40385%;
  border-bottom: none;
  width: calc((100% - 2.5% * 2) / 3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-univ-guide .articleList .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-univ-guide .articleList .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.pg-univ-guide .articleList .block__item:nth-child(n+4) {
  margin-top: 25px;
}

.pg-univ-guide .articleList .block__item figure {
  width: 100%;
}

.pg-univ-guide .articleList .block__item .img-block--3col {
  background-position: 50%;
  background-size: cover;
}

.pg-univ-guide .articleList .block__item .img-block--3col::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-univ-guide .articleList .block__item .body-block--3col {
  text-align: left;
  position: relative;
  padding: 20px 30px;
}

.pg-univ-guide .articleList .block__item:hover {
  opacity: .7;
}

.pg-univ-guide .articleList .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-univ-guide .mvArea {
  margin-top: 60px;
}

.pg-univ-guide .c-listLeadBox__inner {
  padding: 55px 7.69231%;
  width: 100%;
}

.pg-univ-guide .history-area__hdg {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.2rem;
  letter-spacing: 3.5px;
}

.pg-univ-guide .history-area__hdg .campus {
  display: block;
  position: relative;
  margin-top: 18px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-univ-guide .history-area__hdg .campus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #a5252d;
}

.pg-univ-guide .history-area .deptList__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 5.17241% 5.17241%;
  background-color: white;
}

.pg-univ-guide .history-area .deptList__itemImageArea {
  position: relative;
  width: 65.384615385%;
}

.pg-univ-guide .history-area .deptList__itemImageArea .image img {
  width: 100%;
  height: auto;
}

.pg-univ-guide .history-area .deptList__itemImageArea .copy {
  position: absolute;
  left: 38px;
  top: -34px;
  bottom: 0;
  width: calc(86 / 680 * 100%);
  max-width: 86px;
}

.pg-univ-guide .history-area .deptList__itemImageArea .copy img {
  width: 100%;
}

.pg-univ-guide .history-area .deptList__itemImageArea .copy > span {
  padding: 14px 10px 15px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.3rem;
  letter-spacing: 3.5px;
  line-height: 2;
}

.pg-univ-guide .history-area .deptList__itemBody {
  padding: 2.692307692% 0 0 4.807692308%;
  width: 34.615384615%;
}

.pg-univ-guide .history-area .deptList__itemBody .hdg {
  position: relative;
  margin-bottom: 52px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-univ-guide .history-area .deptList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 2px;
}

.pg-univ-guide .history-area .deptList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-univ-guide .history-area .deptList__itemBody .desc {
  font-size: 1.5rem;
  line-height: 1.9;
}

.pg-univ-guide .history-area .deptList__itemBody .c-moreBtn {
  margin: 38px auto 0 0;
  width: 100%;
  max-width: 240px;
}

.pg-univ-guide .history-area .deptList__item:nth-child(even) .deptList__itemImageArea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pg-univ-guide .history-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
  left: auto;
  right: 38px;
}

.pg-univ-guide .history-area .deptList__item:nth-child(even) .deptList__itemBody {
  padding-right: 50px;
  padding-left: 0;
}

.pg-univ-guide .history-area .deptList__item ~ .deptList__item {
  margin-top: 20px;
}

.pg-univ-guide .history-area .dept3colList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px 0 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-univ-guide .history-area .dept3colList__item {
  padding: 16px 0 0 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-univ-guide .history-area .dept3colList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-univ-guide .history-area .dept3colList__itemImage, .pg-univ-guide .history-area .dept3colList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-univ-guide .history-area .dept3colList__item a:hover .dept3colList__itemImage,
.pg-univ-guide .history-area .dept3colList__item a:hover .dept3colList__itemBody {
  opacity: .7;
}

.pg-univ-guide .history-area .dept3colList__itemImage {
  background-position: 50%;
  background-size: cover;
}

.pg-univ-guide .history-area .dept3colList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-univ-guide .history-area .dept3colList__itemBody {
  padding: 23px 20px;
}

.pg-univ-guide .history-area .dept3colList__itemBody .hdg {
  position: relative;
  padding-left: 35px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.pg-univ-guide .history-area .dept3colList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
}

.pg-univ-guide .history-area .dept3colList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-univ-guide .history-area.lightBrown {
  background-color: #ede9e6;
}

.pg-univ-guide .history-area.lightGreen {
  background-color: #e6edeb;
}

.pg-univ-guide .under-link {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .pg-univ-guide .p-breadcrumb {
    margin: 40px 0 30px;
  }
  .pg-univ-guide .c-wrapper {
    margin-top: 40px;
  }
  .pg-univ-guide .landscape-img-area {
    margin-top: 25px;
  }
  .pg-univ-guide .landscape-img-area .flex-area .item_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-univ-guide .landscape-img-area .flex-area .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 41.6vw;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text {
    width: 100%;
    margin-left: 0;
  }
  .pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text > *:first-child {
    margin-top: 15px;
  }
  .pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text .heading-m {
    margin-top: 35px;
  }
  .pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text .md-textblock {
    margin-bottom: 0;
  }
  .pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text .textBtn-area {
    margin-top: 20px;
  }
  .pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
    max-width: 240px;
    width: 100%;
  }
  .pg-univ-guide .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
    padding-left: 17.91667%;
  }
  .pg-univ-guide .landscape-img-area .flex-area .signature {
    text-align: left;
    margin-top: 15px;
  }
  .pg-univ-guide .sectLg__hdg {
    margin-bottom: 40px;
  }
  .pg-univ-guide .sectLg__hdg > span:lang(en) {
    font-size: 2.9rem;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .pg-univ-guide .sectLg__hdg > span:lang(ja) {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .pg-univ-guide .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-univ-guide .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-univ-guide .interview-area {
    border-top: 1px solid #a5252d;
    margin-top: 60px;
    padding-top: 50px;
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
  }
  .pg-univ-guide .interview-area .heading-l {
    font-size: 2.8rem;
  }
  .pg-univ-guide .blockquote-area {
    margin-top: 50px;
  }
  .pg-univ-guide .blockquote-area_element {
    padding: 0;
  }
  .pg-univ-guide .img-2column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .pg-univ-guide .img-2column-area .flex-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .pg-univ-guide .img-2column-area .flex-area .block__item:not(:first-child) {
    margin-top: 50px;
  }
  .pg-univ-guide .mvArea {
    margin-top: 30px;
  }
  .pg-univ-guide .c-listLeadBox {
    margin-bottom: 50px;
  }
  .pg-univ-guide .c-listLeadBox__inner {
    padding: 20px 5.7971%;
    width: 100%;
  }
  .pg-univ-guide .c-listLeadBox__inner .md-wysiwyg {
    margin-bottom: 0px;
  }
  .pg-univ-guide .articleList .flex-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-univ-guide .articleList .block__item {
    margin-left: 0;
    width: auto;
  }
  .pg-univ-guide .articleList .block__item::after {
    content: none;
  }
  .pg-univ-guide .articleList .block__item:not(:first-child) {
    margin-top: 10px;
  }
  .pg-univ-guide .articleList .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .pg-univ-guide .articleList .block__item .img-block--3col {
    width: 37.70%;
    height: 100%;
  }
  .pg-univ-guide .articleList .block__item .img-block--3col::before {
    content: none;
  }
  .pg-univ-guide .articleList .block__item .body-block--3col {
    padding: 10px 4.47761194%;
    width: 60.29%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-univ-guide .history-area {
    padding: 0 0 25px;
  }
  .pg-univ-guide .history-area__hdg {
    font-size: 3rem;
    line-height: 1.3;
  }
  .pg-univ-guide .history-area__hdg .campus {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pg-univ-guide .history-area__hdg .campus::before {
    top: -12px;
  }
  .pg-univ-guide .history-area .deptList__itemInner {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .pg-univ-guide .history-area .deptList__itemImageArea {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .pg-univ-guide .history-area .deptList__itemImageArea .copy {
    left: 8px;
    top: auto;
    bottom: -92px;
    width: calc(114 / 670 * 100%);
    max-width: 114px;
  }
  .pg-univ-guide .history-area .deptList__itemImageArea .copy > span {
    padding: 10px 6px 9px 4px;
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 1.9;
  }
  .pg-univ-guide .history-area .deptList__itemBody {
    position: relative;
    padding: 30px 5.333333333vw 60px;
    width: auto;
    background-color: white;
  }
  .pg-univ-guide .history-area .deptList__itemBody .hdg {
    margin: 0 0 44px 50%;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-univ-guide .history-area .deptList__itemBody .hdg::before {
    bottom: -20px;
  }
  .pg-univ-guide .history-area .deptList__itemBody .desc {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .pg-univ-guide .history-area .deptList__itemBody .c-moreBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 245px;
    max-width: none;
  }
  .pg-univ-guide .history-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
    right: 8px;
  }
  .pg-univ-guide .history-area .deptList__item:nth-child(even) .deptList__itemBody {
    padding-right: 5.333333333vw;
    padding-left: 5.333333333vw;
  }
  .pg-univ-guide .history-area .deptList__item:nth-child(even) .deptList__itemBody .hdg {
    margin-right: 50%;
    margin-left: 0;
  }
  .pg-univ-guide .history-area .deptList__item ~ .deptList__item {
    margin-top: 65px;
  }
  .pg-univ-guide .history-area .dept3colList {
    display: block;
    margin: 0;
  }
  .pg-univ-guide .history-area .dept3colList__item {
    padding: 0;
    width: auto;
  }
  .pg-univ-guide .history-area .dept3colList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-univ-guide .history-area .dept3colList__itemImage {
    width: 39.701492537%;
    height: 100%;
  }
  .pg-univ-guide .history-area .dept3colList__itemImage::before {
    content: none;
  }
  .pg-univ-guide .history-area .dept3colList__itemBody {
    padding: 4.47761194%;
    width: 60.298507463%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-univ-guide .history-area .dept3colList__itemBody .hdg {
    padding-left: 30px;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    line-height: 1.55;
  }
  .pg-univ-guide .history-area .dept3colList__itemBody .hdg::before {
    top: 50%;
    margin-top: -1px;
    width: 15px;
  }
  .pg-univ-guide .history-area .dept3colList__item ~ .dept3colList__item {
    margin-top: 10px;
  }
  .pg-univ-guide .under-link {
    margin-top: 40px;
  }
}

/**
 * 4.0.3_学生生活
 */
.pg-univ-life {
  background-color: #ede9e6;
}

.pg-univ-life .l-wrapper {
  padding-top: 0;
}

.pg-univ-life .c-wrapper {
  margin-top: 70px;
}

.pg-univ-life .landscape-img-area {
  margin-top: 40px;
}

.pg-univ-life .landscape-img-area .flex-area .item_img {
  width: 65.38462%;
}

.pg-univ-life .landscape-img-area .flex-area .item_img + .item_text {
  width: 32.5%;
  margin-left: 1.5%;
}

.pg-univ-life .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
  max-width: 280px;
  width: 100%;
}

.pg-univ-life .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
  padding-left: 17.91667%;
}

.pg-univ-life .landscape-img-area .flex-area .signature {
  font-size: 1.4rem;
  text-align: right;
}

.pg-univ-life .sectLg__hdg {
  margin-bottom: 48px;
  text-align: center;
}

.pg-univ-life .sectLg__hdg > span {
  display: block;
}

.pg-univ-life .sectLg__hdg > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3.2px;
}

.pg-univ-life .sectLg__hdg > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.pg-univ-life .linkList.rulelink .item {
  max-width: none;
}

.pg-univ-life .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-univ-life .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-univ-life .container-title {
    width: auto;
  }
}

.pg-univ-life .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-univ-life .lead-area {
  margin-bottom: 90px;
}

.pg-univ-life .img-2column-area {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pg-univ-life .img-2column-area .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 51.73333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.pg-univ-life .img-2column-area figure {
  display: table;
  table-layout: fixed;
}

.pg-univ-life .img-2column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-univ-life .img-2column-area figure {
  width: auto;
  max-width: 100%;
}

.pg-univ-life .img-2column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-univ-life .img-2column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-univ-life .img-2column-area figure .sp {
  display: none;
}

.pg-univ-life .img-2column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-univ-life .img-2column-area figure {
    width: 100%;
  }
  .pg-univ-life .img-2column-area figure .pc {
    display: none;
  }
  .pg-univ-life .img-2column-area figure .sp {
    display: block;
  }
}

.pg-univ-life .img-2column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-univ-life .img-2column-area figure {
  width: 100%;
}

.pg-univ-life .img-2column-area figure img {
  width: 100%;
}

.pg-univ-life .img-2column-area .heading-m {
  margin-bottom: 45px;
}

.pg-univ-life .img-2column-area a:link,
.pg-univ-life .img-2column-area a:visited,
.pg-univ-life .img-2column-area a:hover {
  color: #333333;
}

.pg-univ-life .img-2column-area .flex-area .block__item {
  position: relative;
  margin-left: 1.92308%;
  width: calc((100% - 1.93% * 1) / 2);
}

.pg-univ-life .img-2column-area .flex-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col {
  position: relative;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more {
  position: absolute;
  right: 35px;
  bottom: -20px;
  display: table;
  margin: auto;
  width: 280px;
  height: 55px;
  background-color: white;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more > span {
  display: table-cell;
  padding: 15px 20px;
  background-color: #a5252d;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more > span::before, .pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
  right: 0;
  width: 40px;
  background-color: white;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more > span::after {
  left: 100%;
  width: 20px;
  background-color: #a5252d;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent {
  background-color: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid white;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span {
  background-color: transparent;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent > span::after {
  background-color: white;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span {
  opacity: 1;
}

.pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::before, .pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more--transparent:hover > span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more {
    width: 245px;
    height: 50px;
  }
  .pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more > span {
    padding: 10px 20px;
  }
  .pg-univ-life .img-2column-area .flex-area .block__item .img-block--2col .more > span::before {
    width: 30px;
  }
}

.pg-univ-life .img-2column-area .flex-area .block__item:hover {
  opacity: .7;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-univ-life .img-2column-area .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-univ-life .img-2column-area .flex-area .block__item:hover .more > span {
  opacity: .7;
}

.pg-univ-life .img-2column-area .flex-area .block__item:hover .more > span::before, .pg-univ-life .img-2column-area .flex-area .block__item:hover .more > span::after {
  opacity: .7;
}

.pg-univ-life .img-2column-area .flex-area .block__item:hover .more > span::before {
  width: 20px;
}

.pg-univ-life .articleList .block__item {
  position: relative;
  margin-left: 2.40385%;
  border-bottom: none;
  width: calc((100% - 2.5% * 2) / 3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-univ-life .articleList .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-univ-life .articleList .block__item:nth-child(3n+1) {
  margin-left: 0;
}

.pg-univ-life .articleList .block__item:nth-child(n+4) {
  margin-top: 25px;
}

.pg-univ-life .articleList .block__item figure {
  width: 100%;
}

.pg-univ-life .articleList .block__item .img-block--3col {
  background-position: 50%;
  background-size: cover;
}

.pg-univ-life .articleList .block__item .img-block--3col::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-univ-life .articleList .block__item .body-block--3col {
  text-align: left;
  position: relative;
  padding: 20px 30px;
}

.pg-univ-life .articleList .block__item:hover {
  opacity: .7;
}

.pg-univ-life .articleList .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-univ-life .campus-life-area__hdg {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 4.2rem;
  letter-spacing: 3.5px;
}

.pg-univ-life .campus-life-area__hdg .campus {
  display: block;
  position: relative;
  margin-top: 18px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.pg-univ-life .campus-life-area__hdg .campus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #a5252d;
}

.pg-univ-life .campus-life-area .deptList__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 5.17241% 5.17241%;
  background-color: white;
}

.pg-univ-life .campus-life-area .deptList__itemImageArea {
  position: relative;
  width: 65.384615385%;
}

.pg-univ-life .campus-life-area .deptList__itemImageArea .image img {
  width: 100%;
  height: auto;
}

.pg-univ-life .campus-life-area .deptList__itemImageArea .copy {
  position: absolute;
  left: 38px;
  top: -34px;
  bottom: 0;
  width: calc(86 / 680 * 100%);
  max-width: 86px;
}

.pg-univ-life .campus-life-area .deptList__itemImageArea .copy img {
  width: 100%;
}

.pg-univ-life .campus-life-area .deptList__itemImageArea .copy > span {
  padding: 14px 10px 15px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.3rem;
  letter-spacing: 3.5px;
  line-height: 2;
}

.pg-univ-life .campus-life-area .deptList__itemBody {
  padding: 2.692307692% 0 0 4.807692308%;
  width: 34.615384615%;
}

.pg-univ-life .campus-life-area .deptList__itemBody .hdg {
  position: relative;
  margin-bottom: 52px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.pg-univ-life .campus-life-area .deptList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 2px;
}

.pg-univ-life .campus-life-area .deptList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-univ-life .campus-life-area .deptList__itemBody .desc {
  font-size: 1.5rem;
  line-height: 1.9;
}

.pg-univ-life .campus-life-area .deptList__itemBody .c-moreBtn {
  margin: 38px auto 0 0;
  width: 100%;
  max-width: 240px;
}

.pg-univ-life .campus-life-area .deptList__item:nth-child(even) .deptList__itemImageArea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pg-univ-life .campus-life-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
  left: auto;
  right: 38px;
}

.pg-univ-life .campus-life-area .deptList__item:nth-child(even) .deptList__itemBody {
  padding-right: 50px;
  padding-left: 0;
}

.pg-univ-life .campus-life-area .deptList__item ~ .deptList__item {
  margin-top: 20px;
}

.pg-univ-life .campus-life-area .dept3colList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px 0 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-univ-life .campus-life-area .dept3colList__item {
  padding: 16px 0 0 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-univ-life .campus-life-area .dept3colList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.pg-univ-life .campus-life-area .dept3colList__itemImage, .pg-univ-life .campus-life-area .dept3colList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-univ-life .campus-life-area .dept3colList__item a:hover .dept3colList__itemImage,
.pg-univ-life .campus-life-area .dept3colList__item a:hover .dept3colList__itemBody {
  opacity: .7;
}

.pg-univ-life .campus-life-area .dept3colList__itemImage {
  background-position: 50%;
  background-size: cover;
}

.pg-univ-life .campus-life-area .dept3colList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.pg-univ-life .campus-life-area .dept3colList__itemBody {
  padding: 23px 20px;
}

.pg-univ-life .campus-life-area .dept3colList__itemBody .hdg {
  position: relative;
  padding-left: 35px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.pg-univ-life .campus-life-area .dept3colList__itemBody .hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 2px;
}

.pg-univ-life .campus-life-area .dept3colList__itemBody .hdg.red::before {
  background-color: #a5252d;
}

.pg-univ-life .campus-life-area.lightBrown {
  background-color: #ede9e6;
}

.pg-univ-life .campus-life-area.lightGreen {
  background-color: #e6edeb;
}

.pg-univ-life .under-link {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .pg-univ-life .p-breadcrumb {
    margin: 40px 0 30px;
  }
  .pg-univ-life .c-wrapper {
    margin-top: 40px;
  }
  .pg-univ-life .landscape-img-area {
    margin-top: 25px;
  }
  .pg-univ-life .landscape-img-area .flex-area .item_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-univ-life .landscape-img-area .flex-area .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 41.6vw;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-univ-life .landscape-img-area .flex-area .item_img + .item_text {
    width: 100%;
    margin-left: 0;
  }
  .pg-univ-life .landscape-img-area .flex-area .item_img + .item_text > *:first-child {
    margin-top: 15px;
  }
  .pg-univ-life .landscape-img-area .flex-area .item_img + .item_text .heading-m {
    margin-top: 35px;
  }
  .pg-univ-life .landscape-img-area .flex-area .item_img + .item_text .md-textblock {
    margin-bottom: 0;
  }
  .pg-univ-life .landscape-img-area .flex-area .item_img + .item_text .textBtn-area {
    margin-top: 20px;
  }
  .pg-univ-life .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
    max-width: 240px;
    width: 100%;
  }
  .pg-univ-life .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
    padding-left: 17.91667%;
  }
  .pg-univ-life .landscape-img-area .flex-area .signature {
    text-align: left;
    margin-top: 15px;
  }
  .pg-univ-life .sectLg__hdg {
    margin-bottom: 40px;
  }
  .pg-univ-life .sectLg__hdg > span:lang(en) {
    font-size: 2.9rem;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .pg-univ-life .sectLg__hdg > span:lang(ja) {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .pg-univ-life .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-univ-life .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-univ-life .lead-area {
    margin-bottom: 50px;
  }
  .pg-univ-life .lead-area .md-wysiwyg {
    margin-bottom: 0;
  }
  .pg-univ-life .img-2column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .pg-univ-life .img-2column-area .flex-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .pg-univ-life .img-2column-area .flex-area .block__item:not(:first-child) {
    margin-top: 50px;
  }
  .pg-univ-life .articleList .flex-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-univ-life .articleList .block__item {
    margin-left: 0;
    width: auto;
  }
  .pg-univ-life .articleList .block__item::after {
    content: none;
  }
  .pg-univ-life .articleList .block__item:not(:first-child) {
    margin-top: 10px;
  }
  .pg-univ-life .articleList .block__item:nth-child(n+4) {
    margin-top: 14px;
  }
  .pg-univ-life .articleList .block__item .img-block--3col {
    width: 39.70%;
    height: 100%;
  }
  .pg-univ-life .articleList .block__item .img-block--3col::before {
    content: none;
  }
  .pg-univ-life .articleList .block__item .body-block--3col {
    padding: 10px 4.47761194%;
    width: 60.29%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-univ-life .campus-life-area {
    padding: 0 0 25px;
  }
  .pg-univ-life .campus-life-area__hdg {
    font-size: 3rem;
    line-height: 1.3;
  }
  .pg-univ-life .campus-life-area__hdg .campus {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pg-univ-life .campus-life-area__hdg .campus::before {
    top: -12px;
  }
  .pg-univ-life .campus-life-area .deptList__itemInner {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .pg-univ-life .campus-life-area .deptList__itemImageArea {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .pg-univ-life .campus-life-area .deptList__itemImageArea .copy {
    left: 8px;
    top: auto;
    bottom: -92px;
    width: calc(114 / 670 * 100%);
    max-width: 114px;
  }
  .pg-univ-life .campus-life-area .deptList__itemImageArea .copy > span {
    padding: 10px 6px 9px 4px;
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 1.9;
  }
  .pg-univ-life .campus-life-area .deptList__itemBody {
    position: relative;
    padding: 30px 5.333333333vw 60px;
    width: auto;
    background-color: white;
  }
  .pg-univ-life .campus-life-area .deptList__itemBody .hdg {
    margin: 0 0 44px 50%;
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  .pg-univ-life .campus-life-area .deptList__itemBody .hdg::before {
    bottom: -20px;
  }
  .pg-univ-life .campus-life-area .deptList__itemBody .desc {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .pg-univ-life .campus-life-area .deptList__itemBody .c-moreBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 245px;
    max-width: none;
  }
  .pg-univ-life .campus-life-area .deptList__item:nth-child(even) .deptList__itemImageArea .copy {
    right: 8px;
  }
  .pg-univ-life .campus-life-area .deptList__item:nth-child(even) .deptList__itemBody {
    padding-right: 5.333333333vw;
    padding-left: 5.333333333vw;
  }
  .pg-univ-life .campus-life-area .deptList__item:nth-child(even) .deptList__itemBody .hdg {
    margin-right: 50%;
    margin-left: 0;
  }
  .pg-univ-life .campus-life-area .deptList__item ~ .deptList__item {
    margin-top: 65px;
  }
  .pg-univ-life .campus-life-area .dept3colList {
    display: block;
    margin: 0;
  }
  .pg-univ-life .campus-life-area .dept3colList__item {
    padding: 0;
    width: auto;
  }
  .pg-univ-life .campus-life-area .dept3colList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-univ-life .campus-life-area .dept3colList__itemImage {
    width: 39.701492537%;
    height: 100%;
  }
  .pg-univ-life .campus-life-area .dept3colList__itemImage::before {
    content: none;
  }
  .pg-univ-life .campus-life-area .dept3colList__itemBody {
    padding: 4.47761194%;
    width: 60.298507463%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-univ-life .campus-life-area .dept3colList__itemBody .hdg {
    padding-left: 30px;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    line-height: 1.55;
  }
  .pg-univ-life .campus-life-area .dept3colList__itemBody .hdg::before {
    top: 50%;
    margin-top: -1px;
    width: 15px;
  }
  .pg-univ-life .campus-life-area .dept3colList__item ~ .dept3colList__item {
    margin-top: 10px;
  }
  .pg-univ-life .under-link {
    margin-top: 40px;
  }
}

/**
 * 4.0.4_研究活動
 */
.pg-research {
  background-color: #ede9e6;
}

.pg-research .l-wrapper {
  padding-top: 0;
}

.pg-research .c-wrapper {
  margin-top: 70px;
}

.pg-research .landscape-img-area {
  margin-top: 40px;
}

.pg-research .landscape-img-area .flex-area .item_img {
  width: 65.38462%;
}

.pg-research .landscape-img-area .flex-area .item_img + .item_text {
  width: 32.5%;
  margin-left: 1.5%;
}

.pg-research .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
  max-width: 280px;
  width: 100%;
}

.pg-research .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
  padding-left: 17.91667%;
}

.pg-research .landscape-img-area .flex-area .signature {
  font-size: 1.4rem;
  text-align: right;
}

.pg-research .sectLg__hdg {
  margin-bottom: 48px;
  text-align: center;
}

.pg-research .sectLg__hdg > span {
  display: block;
}

.pg-research .sectLg__hdg > span:lang(en) {
  font-family: 'Taviraj', serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3.2px;
}

.pg-research .sectLg__hdg > span:lang(ja) {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.pg-research .linkList.rulelink .item {
  max-width: none;
}

.pg-research .container-title {
  position: relative;
  padding-left: 120px;
  font-size: 3.4rem;
  max-width: 1160px;
}

@media screen and (max-width: 1366px) {
  .pg-research .container-title {
    width: calc(1040px + ((100vw - 5.8vw - 1040px) / 2));
  }
}

@media screen and (max-width: 1122px) {
  .pg-research .container-title {
    width: auto;
  }
}

.pg-research .container-title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 77px;
  height: 1px;
  background-color: #a5252d;
}

.pg-research .lead-area {
  margin-bottom: 90px;
}

.pg-research .img-2column-area {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pg-research .img-2column-area .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 66.93333vw;
    width: 89.33333vw;
    max-width: 100%;
  }
}

.pg-research .img-2column-area figure {
  display: table;
  table-layout: fixed;
}

.pg-research .img-2column-area figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.pg-research .img-2column-area figure {
  width: auto;
  max-width: 100%;
}

.pg-research .img-2column-area figure .pc {
  display: block;
  width: auto;
  max-width: 100%;
}

.pg-research .img-2column-area figure .pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pg-research .img-2column-area figure .sp {
  display: none;
}

.pg-research .img-2column-area figure .sp img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pg-research .img-2column-area figure {
    width: 100%;
  }
  .pg-research .img-2column-area figure .pc {
    display: none;
  }
  .pg-research .img-2column-area figure .sp {
    display: block;
  }
}

.pg-research .img-2column-area figure figcaption {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.pg-research .img-2column-area figure {
  width: 100%;
}

.pg-research .img-2column-area figure img {
  width: 100%;
}

.pg-research .img-2column-area .heading-m {
  margin-bottom: 45px;
}

.pg-research .img-2column-area a:link,
.pg-research .img-2column-area a:visited,
.pg-research .img-2column-area a:hover {
  color: #333333;
}

.pg-research .img-2column-area .flex-area .block__item {
  position: relative;
  margin-left: 3.84615%;
  width: calc((100% - 3.9% * 1) / 2);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-color: #ffffff;
}

.pg-research .img-2column-area .flex-area .block__item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.pg-research .img-2column-area .flex-area .block__item:nth-child(2n+1) {
  margin-left: 0;
}

.pg-research .img-2column-area .flex-area .block__item:nth-child(n+3) {
  margin-top: 40px;
}

.pg-research .img-2column-area .flex-area .block__item .body-block--2col {
  padding: 28px 40px 43px;
}

.pg-research .img-2column-area .flex-area .block__item .body-block--2col .body {
  padding-top: 15px;
  font-size: 1.4rem;
}

.pg-research .img-2column-area .flex-area .block__item:hover {
  opacity: .7;
}

.pg-research .img-2column-area .flex-area .block__item:hover::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

.pg-research .under-link {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .pg-research .p-breadcrumb {
    margin: 40px 0 30px;
  }
  .pg-research .c-wrapper {
    margin-top: 40px;
  }
  .pg-research .landscape-img-area {
    margin-top: 25px;
  }
  .pg-research .landscape-img-area .flex-area .item_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pg-research .landscape-img-area .flex-area .item_img .noSp {
    display: block;
    background-position: center;
    background-size: cover;
    height: 41.6vw;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pg-research .landscape-img-area .flex-area .item_img + .item_text {
    width: 100%;
    margin-left: 0;
  }
  .pg-research .landscape-img-area .flex-area .item_img + .item_text > *:first-child {
    margin-top: 15px;
  }
  .pg-research .landscape-img-area .flex-area .item_img + .item_text .heading-m {
    margin-top: 35px;
  }
  .pg-research .landscape-img-area .flex-area .item_img + .item_text .md-textblock {
    margin-bottom: 0;
  }
  .pg-research .landscape-img-area .flex-area .item_img + .item_text .textBtn-area {
    margin-top: 20px;
  }
  .pg-research .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link {
    max-width: 240px;
    width: 100%;
  }
  .pg-research .landscape-img-area .flex-area .item_img + .item_text .textBtn-area .textBtn--link > span {
    padding-left: 17.91667%;
  }
  .pg-research .landscape-img-area .flex-area .signature {
    text-align: left;
    margin-top: 15px;
  }
  .pg-research .sectLg__hdg {
    margin-bottom: 40px;
  }
  .pg-research .sectLg__hdg > span:lang(en) {
    font-size: 2.9rem;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .pg-research .sectLg__hdg > span:lang(ja) {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
  .pg-research .container-title {
    font-size: 2.4rem;
    padding-left: 39px;
    padding-right: 39px;
  }
  .pg-research .container-title::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #a5252d;
  }
  .pg-research .lead-area {
    margin-bottom: 50px;
  }
  .pg-research .img-2column-area {
    margin: 60px 0;
  }
  .pg-research .img-2column-area .heading-m {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
  }
  .pg-research .img-2column-area .flex-area .block__item {
    width: 100%;
    margin-left: 0;
  }
  .pg-research .img-2column-area .flex-area .block__item:not(:first-child) {
    margin-top: 15px;
  }
  .pg-research .img-2column-area .flex-area .block__item:nth-child(n+4) {
    margin-top: 15px;
  }
  .pg-research .img-2column-area .flex-area .block__item .body-block--2col {
    padding: 20px 20px 28px;
  }
  .pg-research .img-2column-area .flex-area .block__item .body-block--2col .heading-s {
    font-size: 1.6rem;
  }
  .pg-research .img-2column-area .flex-area .block__item .body-block--2col .body {
    padding-top: 10px;
    font-size: 1.2rem;
  }
  .pg-research .under-link {
    margin-top: 40px;
  }
}

/**
* Component
*/
.liquid-wrapper {
  padding: 0 2.9%;
}

@media screen and (max-width: 768px) {
  .liquid-wrapper {
    padding: 0;
  }
}

.border-wrapper--red {
  border-bottom: 1px solid #a5252d;
}

.c-container {
  margin: auto;
  padding: 0 40px;
  width: 1160px;
}

.c-container--max-ss, .c-container--max-s, .c-container--max-m, .c-container--max-l, .c-container--max-xl, .c-container--max-xxl, .c-container--max, .c-container--max-full {
  margin: 0 auto;
  padding: 0;
}

.c-container--max-ss {
  max-width: 640px;
}

.c-container--max-s {
  max-width: 882px;
}

.c-container--max-m {
  max-width: 1040px;
}

.c-container--max-l {
  max-width: 1160px;
}

.c-container--max-xl {
  max-width: 1266px;
}

.c-container--max-xxl {
  max-width: 1286px;
}

.c-container--max {
  max-width: 1366px;
}

@media screen and (max-width: 768px) {
  .c-container--sp-s {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .c-container--sp-m {
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
  }
  .c-container--sp-l {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .c-container--sp-full {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-container--lg {
  width: auto;
  max-width: 1366px;
}

.c-container--xl {
  width: auto;
  max-width: 1266px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-container {
    padding: 0 4vw;
    width: auto;
  }
}

.c-wrapper {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .c-wrapper {
    margin-top: 50px;
  }
}

.c-wrapper-nomargin {
  margin-top: 0;
}

.c-moreBtn {
  display: table;
  position: relative;
  margin: auto;
  width: 280px;
  height: 55px;
  background-color: white;
}

.c-moreBtn > span {
  display: table-cell;
  padding: 5px 20px;
  background-color: #382d2e;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-moreBtn > span::before, .c-moreBtn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.c-moreBtn > span::before {
  right: 0;
  width: 40px;
  background-color: white;
}

.c-moreBtn > span::after {
  left: 100%;
  width: 20px;
  background-color: #382d2e;
}

.c-moreBtn:hover > span {
  opacity: .7;
}

.c-moreBtn:hover > span::before, .c-moreBtn:hover > span::after {
  opacity: .7;
}

.c-moreBtn:hover > span::before {
  width: 20px;
}

.c-moreBtn--transparent {
  background-color: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-moreBtn--transparent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid white;
}

.c-moreBtn--transparent > span {
  background-color: transparent;
}

.c-moreBtn--transparent > span::after {
  background-color: white;
}

.c-moreBtn--transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.c-moreBtn--transparent:hover > span {
  opacity: 1;
}

.c-moreBtn--transparent:hover > span::before, .c-moreBtn--transparent:hover > span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-moreBtn {
    width: 245px;
    height: 50px;
  }
  .c-moreBtn > span::before {
    width: 30px;
  }
}

.c-pageHeaderWithImage {
  position: relative;
  height: 480px;
  background-position: 50%;
  background-size: cover;
}

.c-pageHeaderWithImage__hdg {
  position: absolute;
  left: 0;
  bottom: -40px;
  padding: 29px 30px;
  min-width: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a5252d;
  text-align: center;
  color: white;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.5rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-pageHeaderWithImage {
    height: 260px;
  }
  .c-pageHeaderWithImage__hdg {
    bottom: -25px;
    padding: 17px 15px;
    min-width: 240px;
    font-size: 2.5rem;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

.p-breadcrumb {
  margin: 15px 0 75px;
}

@media screen and (max-width: 768px) {
  .p-breadcrumb {
    margin: 15px 0 45px;
  }
}

.c-breadcrumbList {
  margin: 0;
  padding: 0 10px;
  text-align: right;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 0;
}

.c-breadcrumbList li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

.c-breadcrumbList li::before {
  content: ">";
  margin: 0 6px;
  color: #a5252d;
}

.c-breadcrumbList li:first-child::before {
  content: none;
}

.c-breadcrumbList span {
  color: #666;
}

.c-breadcrumbList a span {
  color: #a5252d;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-breadcrumbList a span:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbList {
    text-align: left;
    padding: 0;
  }
  .c-breadcrumbList li {
    display: inline;
    font-size: 1.1rem;
  }
  .c-breadcrumbList li::before {
    margin: 0 4px;
  }
}

.c-interViewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
}

.c-interViewList__item {
  padding-left: 16px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-interViewList__item a {
  display: block;
  position: relative;
  height: 100%;
  background-color: white;
  color: inherit;
}

.c-interViewList__item a::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #a5252d;
}

.c-interViewList__itemImage {
  background-position: 50%;
  background-size: cover;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-interViewList__itemImage::before {
  content: "";
  display: block;
  padding-top: 75%;
}

@media screen and (min-width: 769px) {
  .c-interViewList__item a:hover .c-interViewList__itemImage {
    opacity: .7;
  }
}

.c-interViewList__itemBody {
  position: relative;
  padding: 39px 10px 37px 40px;
}

.c-interViewList__itemBody .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 10px;
  top: -20px;
  width: 170px;
  height: 40px;
  background-color: #a5252d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.c-interViewList__itemBody .label::before {
  content: "";
  position: absolute;
  right: 107%;
  top: 0;
  width: 194px;
  height: 100%;
  background-color: #382d2e;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: right .3s;
  transition: right .3s;
}

.c-interViewList__itemBody .label > span {
  position: relative;
  color: white;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.c-interViewList__itemBody .title {
  position: relative;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  letter-spacing: 2px;
}

.c-interViewList__itemBody .title::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 16px;
  margin-right: 10px;
  width: 20px;
  height: 1px;
  background-color: #a5252d;
}

.c-interViewList__itemBody .person {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 769px) {
  .c-interViewList__item a:hover .c-interViewList__itemBody {
    color: #a5252d;
  }
  .c-interViewList__item a:hover .c-interViewList__itemBody .label::before {
    right: -7%;
  }
}

.c-interViewList .swiper-pagination,
.c-interViewList .swiper-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-interViewList {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12vw;
    width: auto;
    overflow: hidden;
  }
  .c-interViewList__item {
    padding-left: 0;
    width: auto;
    height: 100%;
  }
  .c-interViewList__item a::before {
    left: 0;
    right: 0;
  }
  .c-interViewList__itemBody {
    padding: 30px 15px 27px 25px;
  }
  .c-interViewList__itemBody .label {
    top: -17.5px;
    width: 132px;
    height: 35px;
  }
  .c-interViewList__itemBody .label::before {
    content: none;
  }
  .c-interViewList__itemBody .label > span {
    font-size: 1.2rem;
  }
  .c-interViewList__itemBody .title {
    font-size: 1.6rem;
    letter-spacing: 1.4px;
  }
  .c-interViewList__itemBody .title::before {
    top: 13px;
    margin-right: 9px;
    width: 15px;
  }
  .c-interViewList__itemBody .person {
    margin-top: 7px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.9;
  }
  .c-interViewList .swiper-container {
    overflow: visible;
  }
  .c-interViewList .swiper-slide {
    height: auto;
    background-color: white;
  }
  .c-interViewList .swiper-pagination {
    display: block;
    position: absolute;
    left: auto;
    right: calc(12vw - 20px);
    bottom: 0;
    width: auto;
    line-height: 0;
    counter-reset: dotCount;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 20px;
    height: 17px;
    background-color: transparent;
    overflow: visible;
    -webkit-transition: width;
    transition: width;
    counter-increment: dotCount;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet::before, .c-interViewList .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet::before {
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet::after {
    content: "0" counter(dotCount);
    opacity: 0;
    top: 0;
    color: #a5252d;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet > span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #a5252d;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active > span {
    width: 100%;
    -webkit-animation: progBar linear;
    animation: progBar linear;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .c-interViewList .swiper-pagination .swiper-pagination-bullet ~ .swiper-pagination-bullet {
    margin-left: 5px;
  }
  .c-interViewList .swiper-nav {
    display: block;
    margin: 25px 0 0 -20px;
    font-size: 0;
  }
  .c-interViewList .swiper-nav button {
    display: inline-block;
    position: relative;
    border: 1px solid #a5252d;
    width: 45px;
    height: 45px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  .c-interViewList .swiper-nav button::before {
    content: "";
    position: absolute;
    top: 17px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #a5252d;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .c-interViewList .swiper-nav button:hover {
    background-color: #a5252d;
  }
  .c-interViewList .swiper-nav button:hover::before {
    border-color: white !important;
  }
}

@media screen and (max-width: 768px) {
  .c-interViewList .swiper-nav button ~ button {
    margin-left: 10px;
  }
  .c-interViewList .swiper-nav button.swiper-prev::before {
    right: 15px;
    border-left: 2px solid #a5252d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-interViewList .swiper-nav button.swiper-next::before {
    left: 15px;
    border-right: 2px solid #a5252d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-interViewList .c-interViewList__item {
    opacity: .4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .c-interViewList .swiper-slide.swiper-slide-active .c-interViewList__item {
    opacity: 1;
  }
}

.c-scrollDown {
  position: relative;
  padding-bottom: 68px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 2.5px;
}

.c-scrollDown__bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 60px;
  overflow: hidden;
}

.c-scrollDown__bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: white;
  -webkit-animation: scrollDownBar 3s infinite;
  animation: scrollDownBar 3s infinite;
}

.c-pageHeader--wrap {
  position: relative;
  height: 25px;
  max-width: 1286px;
  margin: 0 auto;
}

.c-pageHeader--wrap .c-pageHeader__hdg {
  position: absolute;
  top: 45px;
  left: 0;
  padding: 29px 30px;
  min-width: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a5252d;
  text-align: center;
  color: white;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.5rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.c-pageHeader--wrap .p-breadcrumb {
  position: absolute;
  top: 45px;
  width: 1286px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-pageHeader--wrap {
    height: 180px;
    width: auto;
    margin: 0 5.33333vw 35px;
  }
  .c-pageHeader--wrap .c-pageHeader__hdg {
    top: 15px;
    min-width: 240px;
    font-size: 2.5rem;
    padding: 17px 35px;
    letter-spacing: 1px;
  }
  .c-pageHeader--wrap .p-breadcrumb {
    width: auto;
    top: 160px;
  }
  .c-pageHeader--wrap .p-breadcrumb .c-container {
    padding: 0;
  }
  .c-pageHeader--wrap .p-breadcrumb .c-breadcrumbList {
    margin: 0;
  }
}

.c-loadingArea {
  position: relative;
  height: 150px;
}

.c-loadingArea #loader span {
  border-radius: 50%;
  display: block;
  color: #a5252d;
  font-size: 11px;
  text-indent: -99999em;
  position: absolute;
  top: 100px;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.c-loadingArea #loader span:before, .c-loadingArea #loader span:after {
  border-radius: 50%;
}

.c-loadingArea #loader span:before, .c-loadingArea #loader span:after {
  position: absolute;
  content: '';
}

.c-loadingArea #loader span:before {
  width: 22px;
  height: 44px;
  background: #ede9e6;
  border-radius: 22px 0 0 22px;
  top: -2px;
  left: -2px;
  -webkit-transform-origin: 22px  22px;
  transform-origin: 22px  22px;
  -webkit-animation: load2 1s infinite ease 0.25s;
  animation: load2 1s infinite ease 0.25s;
}

.c-loadingArea #loader span:after {
  width: 22px;
  height: 44px;
  background: #ede9e6;
  border-radius: 0 22px 22px 0;
  top: -2px;
  left: 20px;
  -webkit-transform-origin: 0px 22px;
  transform-origin: 0px 22px;
  -webkit-animation: load2 1s infinite ease;
  animation: load2 1s infinite ease;
}

@media screen and (max-width: 768px) {
  .c-loadingArea {
    position: relative;
    height: 115px;
  }
  .c-loadingArea #loader span {
    top: 70px;
  }
}

.c-listLeadBox {
  position: relative;
  z-index: 1;
  margin: -50px auto 0;
  background-color: #fff;
}

.c-listLeadBox__inner {
  padding: 55px 12.06897% 60px;
  width: 100%;
}

.c-listLeadBox .title {
  text-align: center;
}

.c-listLeadBox .subtitle {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.7rem;
  letter-spacing: .12em;
}

.c-listLeadBox .subtitle + .body {
  margin-top: 32px;
}

.c-listLeadBox .body {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-listLeadBox {
    margin: -30px auto 0;
    width: 100%;
    max-width: 100%;
  }
  .c-listLeadBox__inner {
    padding: 34px 7.3913% 15px;
    width: 100%;
  }
  .c-listLeadBox .title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-listLeadBox .title.heading-xxl {
    font-size: 2.9rem;
  }
  .c-listLeadBox .subtitle {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .c-listLeadBox .subtitle + .body {
    margin-top: 20px;
  }
}

.c-topicsCarousel {
  position: relative;
  margin: auto;
  padding: 0 2.9%;
  max-width: 1020px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.c-topicsCarousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.c-topicsCarousel .owl-carousel .owl-item {
  background-color: #fff;
}

.c-topicsCarousel .owl-carousel .owl-nav.disabled,
.c-topicsCarousel .owl-carousel .owl-dots.disabled {
  display: block;
}

.c-topicsCarousel .owl-carousel .owl-nav {
  margin: 33px 0 0 -10px;
}

.c-topicsCarousel .owl-carousel .owl-nav button {
  position: relative;
  border: 1px solid #a5252d !important;
  width: 45px;
  height: 45px;
  font-size: 0 !important;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-topicsCarousel .owl-carousel .owl-nav button::before {
  content: "";
  position: absolute;
  top: 17px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #a5252d;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

@media screen and (min-width: 769px) {
  .c-topicsCarousel .owl-carousel .owl-nav button:hover {
    background-color: #a5252d;
  }
  .c-topicsCarousel .owl-carousel .owl-nav button:hover::before {
    border-color: #fff !important;
  }
}

.c-topicsCarousel .owl-carousel .owl-nav button ~ button {
  margin-left: 10px;
}

.c-topicsCarousel .owl-carousel .owl-nav button.owl-prev::before {
  right: 15px;
  border-left: 2px solid #a5252d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-topicsCarousel .owl-carousel .owl-nav button.owl-next::before {
  left: 15px;
  border-right: 2px solid #a5252d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-topicsCarousel .owl-carousel .owl-dots {
  position: absolute;
  right: -10px;
  bottom: 0;
  line-height: 0;
  counter-reset: dotCount;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot {
  position: relative;
  width: 35px;
  height: 14px;
  overflow: visible;
  -webkit-transition: width;
  transition: width;
  counter-increment: dotCount;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot::before, .c-topicsCarousel .owl-carousel .owl-dots .owl-dot::after {
  content: "";
  position: absolute;
  left: 0;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot::before {
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot::after {
  content: "0" counter(dotCount);
  opacity: 0;
  top: 0;
  color: #a5252d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #a5252d;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot.active {
  width: 100px;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot.active > span {
  width: 100%;
  -webkit-animation: progBar linear;
  animation: progBar linear;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot:not(.active) > span {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.c-topicsCarousel .owl-carousel .owl-dots .owl-dot ~ .owl-dot {
  margin-left: 5px;
}

.c-topicsCarouselItem {
  opacity: .25;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-topicsCarouselItem a {
  display: block;
  color: inherit;
}

@media screen and (min-width: 769px) {
  .c-topicsCarouselItem a:hover {
    opacity: .7;
  }
}

.c-topicsCarouselItemImage {
  position: relative;
  background-position: 50%;
  background-size: cover;
}

.c-topicsCarouselItemImage::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-topicsCarouselItemImage span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.c-topicsCarouselItemBody {
  padding: 7.8125% 9.375% 63px;
}

.c-topicsCarouselItemBody .title {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 1.8rem;
  line-height: 1.6;
}

.c-topicsCarouselItemBody .text {
  margin-top: 13px;
  font-size: 1.4rem;
}

.c-topicsCarouselItemBody .more {
  position: absolute;
  right: 30px;
  bottom: 22px;
  text-align: right;
  color: #a5252d;
}

.c-topicsCarouselItemBody .more > span {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 70px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.c-topicsCarouselItemBody .more > span::before, .c-topicsCarouselItemBody .more > span::after {
  content: "";
  position: absolute;
}

.c-topicsCarouselItemBody .more > span::before {
  left: 0;
  top: 11px;
  width: 50px;
  height: 1px;
  background-color: #a5252d;
}

.c-topicsCarouselItemBody .more > span::after {
  right: 2px;
  top: 8px;
  border-right: 1px solid #a5252d;
  border-bottom: 1px solid #a5252d;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-topicsCarousel .owl-item.active .c-topicsCarouselItem {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-topicsCarousel {
    padding: 0 12vw;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 350px) {
  .c-topicsCarousel {
    padding: 0 8vw;
  }
}

@media screen and (max-width: 768px) {
  .c-topicsCarousel .owl-carousel .owl-nav {
    margin: 25px 0 0 -20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 350px) {
  .c-topicsCarousel .owl-carousel .owl-nav {
    margin-left: -12px;
  }
}

@media screen and (max-width: 768px) {
  .c-topicsCarousel .owl-carousel .owl-dots {
    right: -20px;
    bottom: .5px;
  }
}

@media screen and (max-width: 768px) and (max-width: 350px) {
  .c-topicsCarousel .owl-carousel .owl-dots {
    right: -12px;
  }
}

@media screen and (max-width: 768px) {
  .c-topicsCarousel .owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 17px;
  }
  .c-topicsCarousel .owl-carousel .owl-dots .owl-dot::after {
    font-size: 1rem;
  }
  .c-topicsCarousel .owl-carousel .owl-dots .owl-dot.active {
    width: 60px;
  }
  .c-topicsCarouselItemImage span {
    display: none;
  }
  .c-topicsCarouselItemBody {
    padding: 22px 5.333333333vw 63px 6vw;
  }
  .c-topicsCarouselItemBody .title {
    font-size: 1.6rem;
  }
  .c-topicsCarouselItemBody .text {
    display: none;
  }
  .c-topicsCarouselItemBody .more {
    right: calc(5.333333333vw + 4px);
    bottom: 25px;
  }
  .c-topicsCarouselItemBody .more > span {
    padding: 0 18px 0 60px;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .c-topicsCarouselItemBody .more > span::before {
    width: 40px;
  }
}

.c-404Block {
  text-align: center;
}

.c-404Block__hdg {
  margin-bottom: 21px;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2.5px;
}

.c-404Block .textBtn-area {
  margin-top: 34px;
}

.article-area .c-404Block {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}

@media screen and (max-width: 768px) {
  .c-404Block__hdg {
    margin-bottom: 18px;
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .c-404Block .md-wysiwyg {
    text-align: left;
  }
  .c-404Block .textBtn-area {
    margin-top: 28px;
  }
  .c-404Block .textBtn--link > span {
    letter-spacing: 1px;
  }
  .article-area .c-404Block {
    padding: 32px 6.666666667vw 40px !important;
  }
}

/**
* Project
*/
.p-recommend, .relatedlink {
  background: #FFF;
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid #fff;
}

.p-recommend .person p, .relatedlink .person p {
  font-size: 1.4rem;
}

.p-recommend::before, .relatedlink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 380px;
  background-color: #e6edeb;
}

.p-recommend .c-container,
.p-recommend [class*="c-container"], .relatedlink .c-container,
.relatedlink [class*="c-container"] {
  position: relative;
  padding-top: 80px;
}

.p-recommend__hdg, .relatedlink__hdg {
  margin-bottom: 45px;
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
  font-size: 3.2rem;
  letter-spacing: 6.5px;
}

@media screen and (max-width: 768px) {
  .p-recommend, .relatedlink {
    padding-bottom: 70px !important;
  }
  .p-recommend .person p, .relatedlink .person p {
    font-size: 1.2rem;
  }
  .p-recommend::before, .relatedlink::before {
    height: 48.632218845%;
  }
  .p-recommend .c-container,
  .p-recommend [class*="c-container"], .relatedlink .c-container,
  .relatedlink [class*="c-container"] {
    padding-top: 45px;
  }
  .p-recommend__hdg, .relatedlink__hdg {
    margin-bottom: 25px;
    padding: 0 5.33333vw;
    font-size: 2.2rem;
    letter-spacing: 2.5px;
  }
}

.relatedlink {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .relatedlink {
    margin-top: 50px;
  }
}

.p-catHeader-area {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-catHeader-area .c-pageHeader {
  min-width: 506px;
  max-width: calc(50vw - 2.9vw - 2.0833vw);
}

.p-catHeader-area .c-pageHeader .heading-xl {
  padding: 24px;
  background-color: #a5252d;
  color: #ffffff;
  word-wrap: break-word;
  text-align: center;
}

.p-catHeader-area .liquid-wrapper {
  padding: 0;
}

.p-catHeader-area .p-breadcrumb {
  max-width: calc(-2.0833vw + 643px);
  margin-top: 0;
  margin-right: calc(50vw - 2.9vw - 643px);
  margin-bottom: 0;
  padding-right: 10px;
  word-break: break-all;
}

@media screen and (max-width: 1366px) {
  .p-catHeader-area .p-breadcrumb {
    max-width: calc(47.9166vw - 2.9vw);
    margin-right: 0;
  }
}

@media screen and (max-width: 1090px) {
  .p-catHeader-area .p-breadcrumb {
    padding-left: 2.0833vw;
  }
}

.p-catHeader-area .p-breadcrumb .c-container {
  padding: 0;
}

.p-catHeader-area .p-breadcrumb .c-breadcrumbList {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-catHeader-area {
    margin-top: 0;
    display: block;
  }
  .p-catHeader-area .liquid-wrapper {
    width: 100%;
  }
  .p-catHeader-area .c-pageHeader {
    max-width: inherit;
    min-width: auto;
    position: static;
  }
  .p-catHeader-area .c-pageHeader .heading-xl {
    max-width: 100%;
    font-size: 2.5rem;
    padding: 13px 35px;
    display: inline-block;
    margin-top: 15px;
    word-wrap: break-word;
  }
  .p-catHeader-area .p-breadcrumb {
    max-width: inherit;
    margin: 15px 0 0;
    padding-right: 0;
    padding-left: 0;
  }
  .p-catHeader-area .p-breadcrumb .c-breadcrumbList {
    padding: 0;
  }
}

.p-selectList {
  text-align: center;
}

.p-selectList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -7px;
}

.p-selectList > ul > li {
  margin-top: 7px;
  display: inline-block;
}

.p-selectList__btn {
  display: block;
  border: 1px solid #a5252d;
  padding: 12px 8px;
  width: 100%;
  background-color: #ffffff;
  color: #a5252d;
  font-size: 1.4rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.p-selectList__btn:hover {
  background-color: #a5252d;
  color: #ffffff;
}

.p-selectList .current .p-selectList__btn {
  background-color: #a5252d;
  color: #ffffff;
}

.p-eventCardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3.846153846%;
  margin-left: -3.846153846%;
}

.p-eventCardList__item {
  padding-top: 3.703703704%;
  padding-left: 3.703703704%;
  width: 33.333%;
}

.p-eventCardList__item a {
  display: block;
  height: 100%;
  background-color: white;
  color: inherit;
}

.p-eventCardList__itemHead, .p-eventCardList__itemBody {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-eventCardList__itemHead {
  padding: 16px;
  background-color: #a5252d;
  text-align: center;
  color: white;
}

.p-eventCardList__itemHead time {
  font-family: 'Taviraj', serif;
  font-size: 2.8rem;
  letter-spacing: 2px;
  line-height: 1.4;
}

.p-eventCardList__itemHead .day {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.p-eventCardList__itemBody {
  padding: 20px 24px 13px;
  width: 100%;
  height: calc(100% - 92px);
  min-height: 0%;
}

.p-eventCardList__itemBody > .inner {
  position: relative;
  padding-bottom: 54px;
  height: 100%;
  min-height: 0%;
}

.p-eventCardList__itemBody .text {
  font-size: 1.4rem;
  width: 100%;
}

.p-eventCardList__itemBody .meta {
  position: absolute;
  bottom: 0;
  margin-top: 21px;
  border-top: 1px solid #ccc;
  width: 100%;
}

.p-eventCardList__itemBody .meta .published {
  margin-top: 10px;
  padding-right: 8px;
  text-align: right;
  font-family: 'Taviraj', serif;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}

.p-eventCardList__item a:hover .p-eventCardList__itemHead,
.p-eventCardList__item a:hover .p-eventCardList__itemBody {
  opacity: .7;
}

.p-eventCardList--archive .p-eventCardList__itemHead {
  position: relative;
  background-color: #ffffff;
  color: #1a1a1a;
}

.p-eventCardList--archive .p-eventCardList__itemHead::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a5252d;
}

.p-eventCardList--archive .p-eventCardList__item:hover .p-eventCardList__itemHead::after {
  -webkit-animation: runBorder .5s 1 ease;
  animation: runBorder .5s 1 ease;
}

@media screen and (max-width: 768px) {
  .p-eventCardList {
    display: block;
    margin: -15px 0 0;
  }
  .p-eventCardList__item {
    padding-top: 15px;
    padding-left: 0;
    width: auto;
  }
  .p-eventCardList__itemHead {
    padding: 19px 18px 20px;
  }
  .p-eventCardList__itemHead time {
    font-size: 2.6rem;
    letter-spacing: 2.5px;
  }
  .p-eventCardList__itemHead .day {
    font-size: 1.4rem;
  }
  .p-eventCardList__itemBody {
    padding: 20px 5.066666667vw 14px;
  }
  .p-eventCardList__itemBody > .inner {
    padding-bottom: 49px;
  }
  .p-eventCardList__itemBody .text {
    font-size: 1.3rem;
  }
  .p-eventCardList__itemBody .meta {
    margin-top: 17px;
  }
  .p-eventCardList__itemBody .meta .published {
    padding-right: 5px;
    letter-spacing: 1px;
  }
}

/**
 * Other
 */
.lazyLoadList__item {
  display: none;
}

/**
 * Utility
 */
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none;
  }
}

.u-spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-spOnly {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.u-spOnly {
    display: inline;
  }
}

/**
 * keyframes
 */
@-webkit-keyframes progBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes scrollDownBar {
  0% {
    top: 0;
    height: 0;
  }
  15% {
    top: 0;
    height: 0;
  }
  25% {
    top: 0;
  }
  60% {
    top: 100%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

@keyframes scrollDownBar {
  0% {
    top: 0;
    height: 0;
  }
  15% {
    top: 0;
    height: 0;
  }
  25% {
    top: 0;
  }
  60% {
    top: 100%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes btn-flowAction {
  0% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  51% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes btn-flowAction {
  0% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  51% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes btn {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  33% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  34% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  66% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  67% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0.115);
    transform: scaleX(0.115);
  }
}

@keyframes btn {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  33% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  34% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  66% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  67% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0.115);
    transform: scaleX(0.115);
  }
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes runBorder {
  0% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  51% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes runBorder {
  0% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  51% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
