@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;800&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,700;1,500;1,600;1,700&display=swap');

/*  NEWS一覧  */
.news-option {
  margin-bottom: 70px;
}
.news-option__inner {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.news-option__inner > div {
  
}
.news-option select {
  width: 180px;
  margin-right: 14px;
  padding: 2px 25px 2px 10px;
  border: 1px solid #707070;
  background: url(/albums/css/basic3-common3/abm00003073.svg) no-repeat right 9px top 14px;
  background-size: 9px 5px;
  font-size: 1.4rem;
  color: #222;
}
@media only screen and (max-width: 1200px) {
  .news-option {
    margin-bottom: 40px;
  }
  .news-option__inner {
    display: block;
  }
  .news-option__inner > div {
    margin: 10px 0;
  }
  .news-option form {
    display: -ms-flex;
    display: flex;
  }
  .news-option select {
    -webkit-appearance: none;
    width: 100%;
    margin-right: 0;
    padding: 10px 25px 10px 10px;
    background: url(/albums/css/basic3-common3/abm00003073.svg) no-repeat right 9px top 21px;
  }
}
.paging-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 100px;
  padding: 0 4vw;
}
.paging-list paging-list {
  position: relative;
  display: block;
  margin: 4px;
}
.paging-list paging-list:first-child,
.paging-list paging-list:last-child,
.paging-list paging-list:nth-child(2) span,
.paging-list paging-list:nth-last-child(2) span {
  display: none;
}
.paging-list paging-list:nth-child(2) a,
.paging-list paging-list:nth-last-child(2) a {
  width: 110px;
  font-size: 0;
  color: transparent;
}
.paging-list paging-list:nth-child(2) a::before {
  content: "前へ";
  font-size: 1.5rem;
  color: #fff;
}
.paging-list paging-list:nth-last-child(2) a::before {
  content: "次へ";
  font-size: 1.5rem;
  color: #fff;
}
[data-area="content"] .paging-list a,
.paging-list span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 46px;
  height: 46px;
  background: #999;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.paging-list a:hover {
  text-decoration: none;
  opacity: .7;
}
.paging-list span.active {
  background: #113364;
}
@media only screen and (max-width: 1200px) {
  .paging-list {
    margin-top: 50px;
  }
}

/*  NEWS詳細  */
body.picks .cp-h2-text:first-child {
  padding-bottom: 17px;
}
.news-title-cd {
  display: -ms-flex;
  display: flex;
  margin-top: 45px;
}
.news-title-cd .news-cat {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 96px;
  min-height: 24px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.news-title-cd .news-date {
  margin-left: 14px;
  padding-top: 4px;
  font-size: 1.2rem;
  font-weight: 700;
}
.news-back__btn {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 240px;
  height: 46px;
  margin-top: 70px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.news-back__btn:hover {
  opacity: .7;
}
.picks-page-title {
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 160px;
  padding: 0 40px;
  background-color: #333;
  font-size: 4.4rem;
  font-weight: 900;
  color: #fff;
}
.picks-page-title__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
body.picks .local-nav__item a {
  margin-left: 30px;
}
body.picks .local-nav__item:first-child a {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .news-back__btn {
    width: 240px;
    height: 46px;
    margin-top: 40px;
  }
  .picks-page-title {
    height: 120px;
    padding: 10px 4vw;
    font-size: 3.5rem;
  }
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  outline: none;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img, video, audio, iframe {
  border-style: none;
  vertical-align: top;
}

progress {
  vertical-align: baseline;
}

svg {
  vertical-align: top;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a {
  text-decoration: none;
  color: #333;
  transition: opacity .2s, background-color .2s, color .2s, border .2s;
}

a::before, a::after {
  transition: opacity .2s, background-color .2s, color .2s, border .2s;
}

a:hover {
  text-decoration: underline;
}

.cp-btn li a[target="_blank"]:hover::after,
a[target="_blank"]::after,
.top-news__item a[target="_blank"] .top-news__title span::after,
.top-research__item a[target="_blank"] .top-research__title::after{
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/albums/css/basic3-common3/abm00001042.svg);
}

.cp-btn li a[target="_blank"]::after,
.mega-menu-wrap a[target="_blank"]::after,
.global-nav a[target="_blank"]::after,
.footer a[target="_blank"]::after {
  background-image: url(/albums/css/basic3-common3/abm00001041.svg);
}

a[href*=".xls"]::after,
.top-news__item a[href*=".xls"] .top-news__title span::after,
.top-research__item a[href*=".xls"] .top-research__title::after{
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 15px;
  margin-left: 6px;
  background-size: 13px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10120%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010120%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.1%22%20height%3D%2218%22%20viewBox%3D%220%200%2016.1%2018%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9727%22%20data-name%3D%22%E3%83%91%E3%82%B9%209727%22%20d%3D%22M4.3%2C5c.9%2C0%2C.7.2.7-.7V1h7.4A2.688%2C2.688%2C0%2C0%2C1%2C15%2C3.3V5h1V3.3A3.529%2C3.529%2C0%2C0%2C0%2C12.4%2C0H5.7L0%2C5H4.3Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9728%22%20data-name%3D%22%E3%83%91%E3%82%B9%209728%22%20d%3D%22M15%2C15c0%2C1.2-1.4%2C2-2.6%2C2H3.3A2.146%2C2.146%2C0%2C0%2C1%2C1%2C15H0v.2C0%2C16.8%2C1.4%2C18%2C3.3%2C18h9.3a3.265%2C3.265%2C0%2C0%2C0%2C3.5-3Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9729%22%20data-name%3D%22%E3%83%91%E3%82%B9%209729%22%20d%3D%22M5.968%2C13.335a.668.668%2C0%2C0%2C0%2C.376-.1.887.887%2C0%2C0%2C0%2C.241-.225l1.142-1.55a1.639%2C1.639%2C0%2C0%2C0%2C.113-.168%2C1.3%2C1.3%2C0%2C0%2C0%2C.089-.192l1.391%2C1.91a.9.9%2C0%2C0%2C0%2C.247.228.732.732%2C0%2C0%2C0%2C.4.1H12.2l-2.615-3.3L12.1%2C7.107H9.966a.677.677%2C0%2C0%2C0-.293.057.568.568%2C0%2C0%2C0-.218.2L8.463%2C8.747q-.083.114-.15.216a1.258%2C1.258%2C0%2C0%2C0-.113.21L6.81%2C7.329A.533.533%2C0%2C0%2C0%2C6.6%2C7.158a.972.972%2C0%2C0%2C0-.365-.051H4l2.509%2C3.008-2.614%2C3.22Z%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E');
}

@media only screen and (max-width: 1200px) {
  a[target="_blank"]::after,
  .top-news__item a[target="_blank"] .top-news__title span::after,
  .top-research__item a[target="_blank"] .top-research__title::after{
    flex-basis: 30px;
  }
}

a[href*=".doc"]::after,
.top-news__item a[href*=".doc"] .top-news__title span::after,
.top-research__item a[href*=".doc"] .top-research__title::after{
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 15px;
  margin-left: 7px;
  background-size: 13px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10118%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010118%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.1%22%20height%3D%2218%22%20viewBox%3D%220%200%2016.1%2018%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9719%22%20data-name%3D%22%E3%83%91%E3%82%B9%209719%22%20d%3D%22M4.3%2C5c.9%2C0%2C.7.2.7-.7V1h7.4A2.688%2C2.688%2C0%2C0%2C1%2C15%2C3.3V5h1V3.3A3.529%2C3.529%2C0%2C0%2C0%2C12.4%2C0H5.7L0%2C5H4.3Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9720%22%20data-name%3D%22%E3%83%91%E3%82%B9%209720%22%20d%3D%22M15%2C15c0%2C1.2-1.4%2C2-2.6%2C2H3.3A2.146%2C2.146%2C0%2C0%2C1%2C1%2C15H0v.2C0%2C16.8%2C1.4%2C18%2C3.3%2C18h9.3a3.265%2C3.265%2C0%2C0%2C0%2C3.5-3Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9721%22%20data-name%3D%22%E3%83%91%E3%82%B9%209721%22%20d%3D%22M12.163%2C7.2a.38.38%2C0%2C0%2C0-.214.237l-.827%2C2.823c-.064.222-.126.433-.183.633s-.107.4-.147.6q-.1-.309-.207-.613t-.214-.624L9.44%2C7.428a.427.427%2C0%2C0%2C0-.222-.234A.9.9%2C0%2C0%2C0%2C8.794%2C7.1H7.757a.827.827%2C0%2C0%2C0-.4.094.422.422%2C0%2C0%2C0-.218.234l-.977%2C2.829c-.075.218-.152.427-.229.627s-.152.4-.221.6q-.062-.3-.136-.6t-.165-.624L4.631%2C7.434A.377.377%2C0%2C0%2C0%2C4.414%2C7.2a.936.936%2C0%2C0%2C0-.429-.091H2.122L4.541%2C13.4h1.8a.473.473%2C0%2C0%2C0%2C.5-.316L7.968%2C9.959c.055-.142.1-.283.146-.422s.08-.28.116-.422c.035.137.076.275.121.413s.092.277.142.419L9.6%2C13.084a.467.467%2C0%2C0%2C0%2C.166.243.438.438%2C0%2C0%2C0%2C.255.073h1.893l2.419-6.294H12.566A.861.861%2C0%2C0%2C0%2C12.163%2C7.2Z%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E');
}

a[href*=".pdf"]::after,
.top-news__item a[href*=".pdf"] .top-news__title span::after,
.top-research__item a[href*=".pdf"] .top-research__title::after{
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 15px;
  margin-left: 7px;
  background-size: 13px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10119%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010119%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.1%22%20height%3D%2218%22%20viewBox%3D%220%200%2016.1%2018%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9722%22%20data-name%3D%22%E3%83%91%E3%82%B9%209722%22%20d%3D%22M4.3%2C5c.9%2C0%2C.7.2.7-.7V1h7.4A2.688%2C2.688%2C0%2C0%2C1%2C15%2C3.3V5h1V3.3A3.529%2C3.529%2C0%2C0%2C0%2C12.4%2C0H5.7L0%2C5H4.3Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9723%22%20data-name%3D%22%E3%83%91%E3%82%B9%209723%22%20d%3D%22M15%2C15c0%2C1.2-1.4%2C2-2.6%2C2H3.3A2.146%2C2.146%2C0%2C0%2C1%2C1%2C15H0v.2C0%2C16.8%2C1.4%2C18%2C3.3%2C18h9.3a3.265%2C3.265%2C0%2C0%2C0%2C3.5-3Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9724%22%20data-name%3D%22%E3%83%91%E3%82%B9%209724%22%20d%3D%22M1.5%2C11.4h.6a3.6%2C3.6%2C0%2C0%2C0%2C1.1-.2%2C2.01%2C2.01%2C0%2C0%2C0%2C.8-.4%2C1.794%2C1.794%2C0%2C0%2C0%2C.5-.7%2C2.92%2C2.92%2C0%2C0%2C0%2C.2-.9%2C2.2%2C2.2%2C0%2C0%2C0-.1-.8%2C1.794%2C1.794%2C0%2C0%2C0-.5-.7%2C5.938%2C5.938%2C0%2C0%2C0-.8-.4%2C3.6%2C3.6%2C0%2C0%2C0-1.1-.2H0v6.3H1.5Zm0-3.3h.7a4.331%2C4.331%2C0%2C0%2C1%2C.5.1.52.52%2C0%2C0%2C0%2C.4.2c.1.1.2.2.2.3a.6.6%2C0%2C0%2C1%2C.1.4.984.984%2C0%2C0%2C1-.3.8c-.1.2-.4.3-.8.3H1.5Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9725%22%20data-name%3D%22%E3%83%91%E3%82%B9%209725%22%20d%3D%22M9.3%2C7.3A5.067%2C5.067%2C0%2C0%2C0%2C8%2C7.1H5.5v6.3H8a2.745%2C2.745%2C0%2C0%2C0%2C1.3-.2A3.512%2C3.512%2C0%2C0%2C0%2C11%2C11.5a5.067%2C5.067%2C0%2C0%2C0%2C.2-1.3A2.537%2C2.537%2C0%2C0%2C0%2C11%2C9%2C3.512%2C3.512%2C0%2C0%2C0%2C9.3%2C7.3Zm.3%2C3.9a.864.864%2C0%2C0%2C1-.3.6%2C2.092%2C2.092%2C0%2C0%2C1-.6.4%2C1.483%2C1.483%2C0%2C0%2C1-.7.1H7V8.2H8c.2%2C0%2C.5.1.7.1a2.651%2C2.651%2C0%2C0%2C1%2C.6.5%2C3.329%2C3.329%2C0%2C0%2C1%2C.3.6%2C1.949%2C1.949%2C0%2C0%2C1%2C.1.8C9.7%2C10.5%2C9.6%2C11%2C9.6%2C11.2Z%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9726%22%20data-name%3D%22%E3%83%91%E3%82%B9%209726%22%20d%3D%22M16%2C8.2V7.1H11.9v6.3h1.5V10.9h2.2V9.8H13.4V8.2Z%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E');
}

.index-nav__list li a[target="_blank"]::after,
[data-area="content"]  .button1 a[target="_blank"]::after,
[data-area="content"]  .button2 a[target="_blank"]::after,
[data-area="content"]  .button3 a[target="_blank"]::after {
  top: 8px;
}

.under-news a[target="_blank"]::after,
.under-news a[href*=".xls"]::after,
.under-news a[href*=".doc"]::after,
.under-news a[href*=".pdf"]::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
}

.top-news__item a[target="_blank"]::after,
.top-research__item a[target="_blank"]::after {
  content: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  position: relative;
  font-size: 62.5%;
}

body {
  line-height: 1.933;
  font-family: "Noto Sans JP", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  font-size: 1.5rem;
  overflow-x: hidden;
}


/* アニメーション */
.animated {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: b-to-t;
  animation-fill-mode: both;
}

@keyframes b-to-t {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.global-nav__logo-wrap {
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: t-to-b;
  animation-fill-mode: both;
}

.global-nav__sp-search {
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: t-to-b;
  animation-fill-mode: both;
}

.global-nav__sp-nav-list {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .global-nav__sp-nav-list,
  .global-nav__sp-nav-list .global-sitemap__folder--lv3 {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
  }
  .global-nav__sp-nav-list.is-active,
  .global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active {
    pointer-events: auto;
    opacity: 1;
    height: auto;
  }
}
.global-nav__sp-nav-list.is-current > div > * > div > a {
  color: #999;
}
.global-nav__sp-nav-list.is-current > div > * > div > .is-active {
  color: #fff;
}
.global-nav__item--lv {
  border-bottom: 1px solid #666;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-name: t-to-b;
  animation-fill-mode: backwards;
}
.global-nav__item--lv:nth-child(2) {
  animation-delay: 0.15s;
}
.global-nav__item--lv:nth-child(3) {
  animation-delay: 0.2s;
}
.global-nav__item--lv:nth-child(4) {
  animation-delay: 0.25s;
}
.global-nav__item--lv:nth-child(5) {
  animation-delay: 0.3s;
}
.global-nav__item--lv:nth-child(6) {
  animation-delay: 0.35s;
}
.global-nav__item--lv:nth-child(7) {
  animation-delay: 0.4s;
}
.global-nav__item--lv:nth-child(8) {
  animation-delay: 0.45s;
}
.global-nav__item--lv:nth-child(9) {
  animation-delay: 0.5s;
}
.global-nav__item--lv:nth-child(10) {
  animation-delay: 0.55s;
}

.global-nav__folder--lv2.is-active > *,
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *,
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *,
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *,
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *{
  display: block;
  border-bottom: 1px solid #666;
  animation-delay: 0.03s;
  animation-duration: 0.3s;
  animation-name: l-to-r;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1200px) {
  .global-nav__folder--lv2.is-active > *,
  .global-nav__col-1.is-active .global-sitemap__folder--lv2 > *,
  .global-nav__col-2.is-active .global-sitemap__folder--lv3 > *,
  .global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *,
  .global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > * {
    border-top: 1px solid #ccc;
    border-bottom: none;
    animation-name: t-to-b;
  }
}

.global-nav__folder--lv2.is-active > *:nth-child(2),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(2),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(2),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(2),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(2){
  animation-delay: 0.06s;
}
.global-nav__folder--lv2.is-active > *:nth-child(3),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(3),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(3),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(3),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(3){
  animation-delay: 0.09s;
}
.global-nav__folder--lv2.is-active > *:nth-child(4),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(4),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(4),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(4),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(4){
  animation-delay: 0.12s;
}
.global-nav__folder--lv2.is-active > *:nth-child(5),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(5),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(5),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(5),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(5){
  animation-delay: 0.15s;
}
.global-nav__folder--lv2.is-active > *:nth-child(6),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(6),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(6),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(6),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(6){
  animation-delay: 0.18s;
}
.global-nav__folder--lv2.is-active > *:nth-child(7),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(7),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(7),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(7),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(7){
  animation-delay: 0.21s;
}
.global-nav__folder--lv2.is-active > *:nth-child(8),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(8),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(8),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(8),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(8){
  animation-delay: 0.24s;
}
.global-nav__folder--lv2.is-active > *:nth-child(9),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(9),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(9),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(9),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(9){
  animation-delay: 0.27s;
}
.global-nav__folder--lv2.is-active > *:nth-child(10),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(10),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(10),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(10),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(10){
  animation-delay: 0.3s;
}
.global-nav__folder--lv2.is-active > *:nth-child(11),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(11),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(11),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(11),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(11) {
  animation-delay: 0.33s;
}
.global-nav__folder--lv2.is-active > *:nth-child(12),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(12),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(12),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(12),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(12) {
  animation-delay: 0.36s;
}
.global-nav__folder--lv2.is-active > *:nth-child(13),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(13),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(13),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(13),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(13) {
  animation-delay: 0.39s;
}
.global-nav__folder--lv2.is-active > *:nth-child(14),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(14),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(14),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(14),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(14) {
  animation-delay: 0.42s;
}
.global-nav__folder--lv2.is-active > *:nth-child(15),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(15),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(15),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(15),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(15) {
  animation-delay: 0.45s;
}
.global-nav__folder--lv2.is-active > *:nth-child(16),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(16),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(16),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(16),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(16) {
  animation-delay: 0.48s;
}
.global-nav__folder--lv2.is-active > *:nth-child(17),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(17),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(17),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(17),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(17) {
  animation-delay: 0.51s;
}
.global-nav__folder--lv2.is-active > *:nth-child(18),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(18),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(18),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(18),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(18) {
  animation-delay: 0.54s;
}
.global-nav__folder--lv2.is-active > *:nth-child(19),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(19),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(19),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(19),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(19) {
  animation-delay: 0.57s;
}
.global-nav__folder--lv2.is-active > *:nth-child(20),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(20),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(20),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(20),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(20) {
  animation-delay: 0.6s;
}
.global-nav__folder--lv2.is-active > *:nth-child(21),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(21),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(21),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(21),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(21) {
  animation-delay: 0.63s;
}
.global-nav__folder--lv2.is-active > *:nth-child(22),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(22),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(22),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(22),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(22) {
  animation-delay: 0.66s;
}
.global-nav__folder--lv2.is-active > *:nth-child(23),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(23),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(23),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(23),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(23) {
  animation-delay: 0.69s;
}
.global-nav__folder--lv2.is-active > *:nth-child(24),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(24),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(24),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(24),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(24) {
  animation-delay: 0.72s;
}
.global-nav__folder--lv2.is-active > *:nth-child(25),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(25),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(25),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(25),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(25) {
  animation-delay: 0.75s;
}
.global-nav__folder--lv2.is-active > *:nth-child(26),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(26),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(26),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(26),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(26) {
  animation-delay: 0.78s;
}
.global-nav__folder--lv2.is-active > *:nth-child(27),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(27),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(27),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(27),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(27) {
  animation-delay: 0.81s;
}
.global-nav__folder--lv2.is-active > *:nth-child(28),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(28),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(28),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(28),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(28) {
  animation-delay: 0.84;
}
.global-nav__folder--lv2.is-active > *:nth-child(29),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(29),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(29),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(29),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(29) {
  animation-delay: 0.87;
}
.global-nav__folder--lv2.is-active > *:nth-child(30),
.global-nav__col-1.is-active .global-sitemap__folder--lv2 > *:nth-child(30),
.global-nav__col-2.is-active .global-sitemap__folder--lv3 > *:nth-child(30),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv2 > *:nth-child(30),
.global-nav__sp-nav-list.is-active .global-sitemap__folder--lv3.is-active > *:nth-child(30) {
  animation-delay: 0.9;
}

.global-nav__folder.global-nav__folder--lv3 {
  display: none;
}

.global-nav__primary-list,
.global-sitemap__folder--lv2,
.global-sitemap__folder--lv3,
.global-nav__col-3 {
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.global-nav__primary-list {
  padding: 0 20px 0 60px;
}
.global-sitemap__folder--lv2 {
  padding: 0 20px;
}
.global-sitemap__folder--lv3 {
  padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
  .global-nav__primary-list,
  .global-sitemap__folder--lv2,
  .global-sitemap__folder--lv3 {
    height: auto;
    padding: 0;
  }
}

@keyframes l-to-r {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes t-to-b {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.global-nav-visitor {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-name: t-to-b;
  animation-fill-mode: both;
}
.global-nav-visitor__item {
  display: block;
  border-bottom: 1px solid #666;
}
.global-nav-visitor__item a {
  position: relative;
  display: inline-block;
  padding: 19px 24px 19px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.global-nav-visitor__item a {
  text-decoration: none;
}
.global-nav-visitor__item a::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 30px;
  width: 13px;
  height: 1px;
  background-color: #333;
}
.global-nav-visitor__item a:hover::before {
  background-color: #fff;
}
.global-nav-visitor__item a::after {
  position: absolute;
  right: 3px;
  top: 27px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.global-nav-visitor__item a:hover::after {
  border-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .global-nav-visitor {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .global-nav-visitor__item {
    border-bottom: none;
  }
  .global-nav-visitor__item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .global-nav-visitor__item a::before { 
    top: 20px;
  }
  .global-nav-visitor__item a::after {
    top: 17px;
  }
  .global-nav-visitor__item--pc-only {
    display: none;
  }
}

.global-nav-sns {
  display: -ms-flex;
  display: flex;
  margin-top: 18px;
  margin-bottom: 18px;
  animation-delay: 0.15s;
  animation-duration: 0.5s;
  animation-name: t-to-b;
  animation-fill-mode: both;
}
.global-nav-sns__item {
  margin-right: 14px;
  background-color: #fff;
  border-radius: 50%;
  transition: .2s;
}
.global-nav-sns__item:hover {
  background-color: #999;
}
.global-nav-sns__item:hover svg {
  fill: #fff;
}
.global-nav-sns__item a {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
  height: 48px;
}
.global-nav-sns__item a[target="_blank"]::after {
  content: none;
}
.global-nav-sns__item svg {
  transition: .2s;
}

/* header */
.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  pointer-events: none;
}

body.index .header {
  margin-bottom: -140px;
}
body.index .header__body-inner {
  border-color: transparent;
}
body.index.is-scrolled .header__body-inner {
  border-color: #ccc;
}
@media only screen and (max-width: 1200px) {
  body.index .header {
    margin-bottom: -60px;
  }
  body.index.is-scrolled .header__body-inner {
    border-color: transparent;
  }
}

.inner.header {
  position: relative;
  margin-bottom: 0;
  pointer-events: auto;
}

html.ie11 {
  /*padding-top: 140px;*/
}

html.ie11 .header {
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
}

html.ie11 body.index .header {
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  html.ie11 {
    /*padding-top: 60px;*/
  }
  .header {
    position: relative;
    width: 100%;
  }
  html.ie11 .header  {
    width: 100%;
  }
}

.header__body {
  transition: transform .2s, box-shadow .2s, background-color .2s;
  pointer-events: auto;
  box-shadow: 0 0 0 #ccc;
}

.header__body-inner {
  height: 140px;
  padding: 0 50px 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1450px) {
  .header__body-inner {
    padding: 0 30px 0 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__body-inner {
    height: 60px;
    padding: 0 0 0 15px;
  }
}
.header__logo {
  
}
@media only screen and (max-width: 1200px) {
  .header__body {
    
  }
}
.header__logo a {
  display: block;
  width: 307px;
  height: 68px;
}
.header-english .header__logo a {
  width: 440px;
}
.ie11 .en-home .header-english {
  position: relative;
}
@media only screen and (max-width: 1450px) {
  .header__logo a {
    width: 246px;
    height: 55px;
  }
  .header-english .header__logo a {
    width: 246px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__logo a {
    width: 186px;
    height: 41px;
  }
  .header-english .header__logo a {
    width: 186px;
  }
}

.header__logo a:hover {
  text-decoration: none;
}


.header__logo svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  fill: #000;
  transition: fill .2s;
}

body.index .header__logo svg {
  fill: #fff;
}
body.why-nittai-index .header__logo svg {
  fill: #000;
}

.header__right {
  
}

.header__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 6px;
}
@media only screen and (max-width: 1200px) {
  .header__top {
    padding-top: 0;
  }
}
.header__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 6px;
}
@media only screen and (max-width: 1200px) {
  .header__bottom {
    display: none;
  }
}

.mega-menu ul {
  display: -ms-flex;
  display: flex;
  list-style: none;
}
.mega-menu li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
.mega-menu a {
  display: block;
  padding: 15px 15px;
}
.mega-menu a::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -18px;
  width: calc(100% - 30px);
  height: 0;
  background-color: #333;
  transition: height .2s;
  pointer-events: none;
}
body.index .mega-menu a::after {
  background-color: #fff;
}
body.index.is-scrolled .mega-menu a::after {
  background-color: #333;
}
.mega-menu a:hover {
  text-decoration: none;
}
.mega-menu a:hover::after,
.mega-menu a.is-active::after,
.mega-menu .is-current a::after {
  height: 4px;
}
@media only screen and (max-width: 1450px) {
  .mega-menu li {
    font-size: 1.4rem;
  }
  .mega-menu a {
    padding: 15px 8px;
  }
  .mega-menu a::after {
    left: 8px;
    bottom: -19px;
    width: calc(100% - 16px);
  }
}

.search-btn__wrap {
  padding-top: 8px;
  margin-left: 5px;
}
.search-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 4px;
  background: url(/albums/css/basic3-common3/abm00000837.svg) no-repeat center center #fff;
  background-size: 20px 20px;
}
@media only screen and (max-width: 1200px) {
  .search-btn__wrap {
    padding-top: 0;
    margin-left: 0;
  }
  .search-btn {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0px;
    background: none;
  }
}

.search-box {
  position: absolute;
  right: 40px;
  top: 60px;
  display: none;
  padding: 10px;
  background-color: #333;
}
.search-box input[type="text"] {
  width: 310px;
  height: 40px;
  padding: 10px 0 10px 10px;
  background-color: #fff;
  color: #333;
  vertical-align: top;
}
.search-box input[type="submit"] {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  color: transparent;
  vertical-align: top;
  background: url(/albums/css/basic3-common3/abm00000837.svg) no-repeat center center #fff;
  background-size: 20px 20px;
}
@media only screen and (max-width: 1450px) {
  .search-box {
    top: 61px;
    right: 20px;
  }
  .search-box input[type="text"] {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1200px) {
  .search-box {
    position: fixed;
    top: auto;
    bottom: 50px;
    right: 0;
    width: 100%;
    background-color: #113364;
  }
}

.visitor-nav {
  margin-right: 10px;
  padding-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .visitor-nav {
    display: none;
  }
}
.visitor-nav ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.visitor-nav li {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
}
.visitor-nav a {
  display: inline-block;
  padding: 6px;
  color: #555;
}
@media only screen and (max-width: 1450px) {
  .visitor-nav a {
    padding: 6px 4px;
  }
}

/* global-nav */
.global-nav {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
  background: #222;
}

.global-nav__logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 139px;
  min-height: 139px;
  padding: 0 50px 0 60px;
  background-color: #fff;
}
@media only screen and (max-width: 1450px) {
  .global-nav__logo-wrap {
    padding: 0 30px 0 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .global-nav__logo-wrap {
    height: 60px;
    min-height: 60px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 15px;
  }
}

.global-nav__logo a {
  display: block;
  width: 307px;
  height: 68px;
}
.global-nav-english .global-nav__logo a {
  width: 440px;
  height: 68px;
}
.global-nav__logo svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  fill: #000;
  transition: fill .2s;
}
@media only screen and (max-width: 1450px) {
  .global-nav__logo a {
    width: 246px;
    height: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .global-nav__logo a {
    width: 186px;
    height: 41px;
  }
  .global-nav-english .global-nav__logo a {
    width: 186px;
    height: 41px;
  }
}

.global-nav__close {
  position: relative;
  top: -30px;
  right: -10px;
  width: 60px;
  height: 60px;
  font-size: 0;
  color: transparent;
}
@media only screen and (max-width: 1200px) {
  .global-nav__close {
    top: 0;
    right: 0;
  }
}
.global-nav__close::before {
  content: "";
  top: 29px;
  left: 22px;
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #333;
  transform: rotate(45deg);
}
.global-nav__close::after {
  content: "";
  top: 29px;
  left: 22px;
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #333;
  transform: rotate(-45deg);
}

.global-nav__sp-search {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .global-nav__sp-search {
    display: block;
  }
}

.global-nav__sp-search-form {
  position: relative;
  height: auto;
  width: 100%;
  padding: 20px 4vw 0;
}

.global-nav__sp-search-text {
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 10px;
  color: #333;
  background: #fff;
}

.global-nav__sp-search-submit {
  position: absolute;
  right: 4vw;
  top: 20px;
  width: 50px;
  height: 50px;
  background: url(/albums/css/basic3-common3/abm00000837.svg) no-repeat center center;
  background-size: 20px 20px;
}

.global-nav__wrap {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  scrollbar-width: thin;
  scrollbar-color: #555 #333;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 139px);
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .global-nav__wrap {
    padding-bottom: 20px;
    overflow-y: auto;
    height: 100%;
    display: block;
  }
}

.global-nav__wrap *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.global-nav__wrap *::-webkit-scrollbar-track {
  background: #333;
}
.global-nav__wrap *::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 6px;
  border: 3px solid #555;
}

@media only screen and (max-width: 1200px) {
  .global-nav__wrap.is-active-lv3 .global-nav__link--lv2,
  .global-nav__wrap.is-active-lv3 .global-sitemap__link--lv3 {
    /*display: none;*/
  }
}

.global-nav__inner {
  position: relative;
  padding-top: 70px;
}

@media only screen and (max-width: 1200px) {
  .global-nav__inner {
    padding-top: 0;
  }
}

.global-nav__col-0 {
  width: calc(25% + 20px);
  height: 100%;
}

.global-nav__col-1 {
  width: calc(25% - 20px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}

.global-nav__col-1.is-active {
  pointer-events: auto;
  opacity: 1;
}

.global-nav__col-2 {
  width: calc(25% - 20px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}
.global-nav__col-2.is-active {
  pointer-events: auto;
  opacity: 1;
}
.global-nav__col-3 {
  width: calc(25% + 20px);
  padding: 0 60px 0 20px;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .global-nav__col-0 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .global-nav__col-1,
  .global-nav__col-2 {
    display: none;
  }
  .global-nav__col-3 {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
}

.global-nav__col-1 .global-sitemap__folder--lv3,
.global-sitemap__folder--lv4 {
  display: none;
}

.global-nav__folder--lv2 {
  position: absolute;
  top: 0;
  left: 400px;
  width: calc(100% - 400px);
  padding-top: 80px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}

@media only screen and (max-width: 1200px) {
  .global-nav__folder--lv2 {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
  }
  .global-nav__folder--lv2 > * {
    display: block;
  }
  .global-nav__folder--lv2 > *:first-child {
    margin-top: 10px;
  }
  .global-nav__folder--lv2 > *:last-child {
    margin-bottom: 30px;
  }
}

.global-nav__folder--lv2.is-active {
  pointer-events: auto;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .global-nav__folder--lv2.is-active {
    height: auto;
  }
}

.global-nav__link:hover {
  text-decoration: none;
}

.global-nav__link--lv2 {
  display: block;
  min-height: 89px;
  padding: 23px 0;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .global-nav__link--lv2 {
    min-height: 0;
    padding: 20px 0;
    font-size: 2.1rem;
  }
}
.global-nav__link--lv2:hover, .global-nav__link--lv2.is-active {
  color: #fff;
}
.global-nav__primary-list.is-current > li > a {
  color: #999;
}
.global-nav__primary-list.is-current > li > .is-active {
  color: #fff;
}

.global-sitemap__link:active,
.global-sitemap__link:focus {
  text-decoration: none;
}

.global-nav__link--lv3,
.global-sitemap__link--lv3,
.global-sitemap__link--lv4 {
  position: relative;
  display: inline-block;
  padding: 19px 24px 19px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.global-nav__col-1.is-current > div > * > div > a {
  color: #999;
}
.global-nav__col-1.is-current > div > * > div > .is-active {
  color: #fff;
}

.global-nav__link--lv3:hover,
.global-sitemap__link--lv3:hover,
.global-sitemap__link--lv4:hover {
  text-decoration: none;
}

.global-sitemap__link--lv3.has-child {
  
}

.global-sitemap__link--lv3.has-child.is-active {
  
}

@media only screen and (max-width: 1200px) {
  .global-nav__link--lv3,
  .global-sitemap__link--lv3,
  .global-sitemap__link--lv4 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.6rem;
  }
  .global-sitemap__link--lv3 {
    margin-left: 16px;
  }
  .global-sitemap__link--lv4 {
    margin-left: 32px;
  }
}
a.global-nav__link--lv3::before,
a.global-sitemap__link--lv3::before,
a.global-sitemap__link--lv4::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 30px;
  width: 13px;
  height: 1px;
  background-color: #333;
}
a.global-nav__link--lv3:hover::before,
a.global-sitemap__link--lv3:hover::before,
a.global-sitemap__link--lv4:hover::before {
  background-color: #fff;
}
a.global-nav__link--lv3.has-child::before,
a.global-sitemap__link--lv3.has-child::before,
a.global-sitemap__link--lv4.has-child::before {
  content: none;
}
a.global-nav__link--lv3::after,
a.global-sitemap__link--lv3::after,
a.global-sitemap__link--lv4::after {
  position: absolute;
  right: 3px;
  top: 27px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  background: transparent;
  transform: rotate(45deg);
  background-image: none !important;
}
a.global-nav__link--lv3.has-child::after,
a.global-sitemap__link--lv3.has-child::after,
a.global-sitemap__link--lv4.has-child::after {
  border-color: #999;
}
a.global-nav__link--lv3:hover::after,
a.global-sitemap__link--lv3:hover::after,
a.global-sitemap__link--lv4:hover::after {
  border-color: #fff;
}
@media only screen and (max-width: 1200px) {
  a.global-nav__link--lv3::before,
  a.global-sitemap__link--lv3::before,
  a.global-sitemap__link--lv4::before {
    top: 25px;
  }
  a.global-nav__link--lv3::after,
  a.global-sitemap__link--lv3::after,
  a.global-sitemap__link--lv4::after {
    top: 22px;
  }
}

.global-sitemap__folder--lv3 base-footer0-nest-list {
  border-top: 1px solid #ccc;
}
.global-sitemap__folder--lv3 base-footer0-nest-list:last-child {
  border-bottom: 1px solid #ccc;
}

.global-nav__sp-back {
  line-height: 1.5;
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 26px;
  color: #333;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.global-nav__sp-back::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10148%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010148%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%2235%22%20cy%3D%2235%22%20r%3D%2235%22%20fill%3D%22%23113364%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(22.099%2024.308)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.105%2C3676l10.417%2C10.418-10.417%2C10.417%22%20transform%3D%22translate(9246.205%20-3676.001)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2227%22%20transform%3D%22translate(-0.1%2010.692)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

/* sub-nav */
.sub-nav {
  display: -ms-flexbox;
  display: flex;
}
.sub-nav__item {
  padding: 5px 10px 0 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 1px solid #999;
  line-height: 1;
}
.sub-nav__item--search {
  display: none;
}
.sub-nav__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 6px;
  color: #333;
}
.sub-nav__item a:hover {
  text-decoration: none;
}
.sub-nav__item button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 6px;
  color: #000;
  transition: background-color .2s;
}
.sub-nav__item--language button {
  position: relative;
  padding: 6px 12px 6px 4px;
}
.sub-nav__item--language button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}
body.index .sub-nav__item--language button::before {
  border-color: #fff;
}
body.index.is-scrolled .sub-nav__item--language button::before {
  border-color: #333;
}
.sub-nav__item-img {
  display: none;
  line-height: 0;
  transition: opacity .2s;
}
.sub-nav__item-img svg,
.sub-nav__item-img img {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 1450px) {
  .sub-nav__item a {
    padding: 6px 4px;
  }
  .sub-nav__item button {
    padding: 6px 4px;
  }
  .sub-nav__item--language button {
    padding: 6px 10px 6px 4px;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-nav {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #113364;
  }
  .sub-nav__item {
    width: 20%;
    padding: 0;
    border-left: 1px solid rgba(255,255,255,.3);
    font-weight: 500;
  }
  .header-english .sub-nav__item {
    width: 25%;
  }
  .sub-nav__item:first-child {
    border-left: none;
  }
  .sub-nav__item--search {
    display: block;
  }
  .sub-nav__item--language button::before {
    content: none;
  }
  .sub-nav__item a {
    height: 50px;
    padding: 6px 2px;
    color: #fff;
  }
  .sub-nav__item button {
    height: 50px;
    padding: 6px 2px;
    color: #fff;
  }
  /*
  .sub-nav__item button.is-active {
    background: #fff;
  }
  */
  .sub-nav__item button.is-active .sub-nav__item-img svg {
    /*opacity: 1;*/
    /*background: #fff;*/
  }
  /*
  .sub-nav__item button.is-active .sub-nav__item-img svg path {
    fill: #113364 !important;
  }
  .sub-nav__item button.is-active .sub-nav__item-text {
    color: #113364;
  }*/
  .sub-nav__item-img {
    display: block;
  }
}
.sub-nav__item-text {
  
}
@media only screen and (max-width: 1200px) {
  .sub-nav__item-text {
    margin-top: 7px;
  }
}
.sub-nav-language {
  position: absolute;
  right: 90px;
  top: 62px;
  z-index: 7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 98px;
  padding: 16px;
  background-color: #fff;
  line-height: 1.7;
  opacity: 0;
  transition: opacity .2s;
  box-shadow: -3px 3px 3px rgba(0,0,0,.16);
  pointer-events: none;
}
@media only screen and (max-width: 1450px) {
  .sub-nav-language {
    right: 70px;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-nav-language {
    position: fixed;
    top: auto;
    right: 20%;
    bottom: 50px;
    width: 20%;
    background-color: #113364;
    box-shadow: none;
  }
  body.en .sub-nav-language,
  body.en-home .sub-nav-language{
    right: 25%;
    width: 25%;
  }
}
.sub-nav-language.is-active {
  opacity: 1;
  pointer-events: auto;
}

.sub-nav-language__item {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .sub-nav-language__item {
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.sub-nav-language__item a[target="_blank"]::after {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .sub-nav-language__item a {
    color: #fff;
  }
}

.menu-btn__wrap {
  border-left: 1px solid #999;
}
@media only screen and (max-width: 1200px) {
  .menu-btn__wrap {
    border-left: none;
  }
}
.menu-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 32px;
  padding-top: 1px;
  transition: .2s;
}
@media only screen and (max-width: 1200px) {
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 59px;
    background-color: #fff;
  }
}
.menu-btn span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 1px 0 2px;
  background-color: #333;
  transition: .2s;
}
@media only screen and (max-width: 1200px) {
  .menu-btn span {
    width: 24px;
    height: 1px;
    margin: 2px 0 3px;
  }
}

/* contaier */
.under-page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 160px;
  padding: 10px 40px;
  border-bottom: 1px solid #ccc;
}
.under-page-title__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .under-page-title {
    min-height: 120px;
    padding: 10px 4vw;
  }
  .under-page-title__inner {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 370px) {
  .under-page-title__inner {
    font-size: 2.8rem;
  }
}

.container {
  padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 4vw;
  }
}

.main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0 160px;
}
.main a {
  color: #5654DE;
}
@media only screen and (max-width: 1200px) {
  .main {
    padding: 30px 0 80px;
  }
}
.img-wrap-link {
  position: relative;
  display: block;
}
.img-wrap-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #aaa;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.img-wrap-link::after { 
  content: none !important;
}
.img-wrap-link:hover::before {
  opacity: .5;
}
@media all and (-ms-high-contrast:none){
  .img-wrap-link:hover::before {
    opacity: .5;
    background-color: #000;
  }
}

[data-area="content"] ul,
[data-area="content"] ol {
  margin-left: 25px;
}

[data-area="content"] > *:first-child {
  margin-top: 0;
}

[data-area="content"] > *:last-child {
  margin-bottom: 0;
}

body.top .container {
  background: #fff;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  body.top .container {
    padding: 0;
  }
}

body.top .main {
  max-width: none;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  body.top .main {
    padding: 0;
  }
}

/* footer */
.pagetop {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(/albums/css/basic3-common3/abm00001200.svg) no-repeat center center;
  background-size: cover;
  transition: opacity .2s;
  opacity: 0;
  font-size: 0;
  color: transparent;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .pagetop {
    bottom: 60px;
    right: 10px;
  }
}

.footer {
  padding: 70px 40px 40px 40px;
  background: #0E0E0E;
  color: #fff;
  line-height: 2;
}

.footer a {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .footer {
    padding: 40px 4vw 60px 4vw;
  }
  .footer a[href^="tel:"] {
    text-decoration: underline;
  }
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .footer__inner {
    display: block;
  }
}

.footer__logo {
  line-height: 1.2;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .footer__logo {
    display: table;
    margin: 0 auto;
  }
  .footer__logo a svg {
    max-width: 100%;
  }
}

.footer__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: #fff;
}

.footer__logo a:hover {
  text-decoration: none;
}

.footer__logo img {
  margin-right: 12px;
  visibility: middle;
}

@media only screen and (max-width: 1200px) {
  .footer__logo img {
    transform: scale(0.8);
    transform-origin: left center;
    margin-right: 0;
  }
}

.footer__address {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (max-width: 1200px) {
  .footer__address {
    text-align: center;
    line-height: 1.545;
  }
}

.footer__sns {
  margin-top: 35px;
}
.footer__sns ul {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.footer__sns li {
  margin-right: 14px;
}
.footer__sns a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: .5;
}
.footer__sns a:hover {
  opacity: 1;
}
.footer__sns a[target="_blank"]::after {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .footer__sns {
    margin-top: 40px;
  }
  .footer__sns ul {
    margin-top: 20px;
    padding-left: 25px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__sns li {
    margin-right: 25px;
  }
  .footer__sns a {
    transform: scale(1.5);
  }
}

.footer__copyright {
  margin-top: 35px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1200px) {
  .footer__copyright {
    margin-top: 40px;
    text-align: center;
  }
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav ul {
  min-width: 170px;
  margin-left: 40px;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,.6);
  list-style: none;
  font-size: 1.3rem;
}
.footer__nav li {
  
}
.footer__nav a {
  color: #fff;
}

ul.footer__nav-list-level4 {
  font-size: 1.2rem;
  padding-left: 1em;
}

.footer__nav-item.research2 .footer__nav-list-level4 {
  display: none;
}

/*　メガメニュー  */
body.header-down.is-scrolled .mega-menu-wrap > .mega-menu__item {
  display: none !important;
}
.mega-menu-wrap > .mega-menu__item {
  position: absolute;
  z-index: 100;
  top: 139px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100% - 189px);
  max-height: calc(100vh - 189px);
  padding: 0 60px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #222;
  scrollbar-width: thin;
  scrollbar-color: #666 #222;
  -webkit-overflow-scrolling: touch;
}
.mega-menu-wrap *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.mega-menu-wrap *::-webkit-scrollbar-track {
  background: #333;
}
.mega-menu-wrap *::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 6px;
  border: 3px solid #555;
}
body.is-scrolled .mega-menu-wrap > .mega-menu__item {
  position: fixed;
}
.mega-menu-wrap > .mega-menu__item > .mega-menu__link {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
}
.mega-menu-wrap > .mega-menu__item > .mega-menu__foloder {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mega-menu-wrap > .mega-menu__item > .mega-menu__foloder > * {
  display: block;
  width: calc(25% - 30px);
  margin-bottom: 50px;
  margin-right: 40px;
  border-top: 1px solid #666;
}
.mega-menu-wrap > .mega-menu__item > .mega-menu__foloder > *:nth-child(4n) {
  margin-right: 0;
}
.mega-menu-wrap > .mega-menu__item > .mega-menu__foloder > * > .mega-menu__item > .mega-menu__link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.mega-menu-wrap > .mega-menu__item > .mega-menu__foloder > * > .mega-menu__item > .mega-menu__foloder > * > .mega-menu__item > .mega-menu__link {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.mega-menu-wrap > .mega-menu__item > .mega-menu__foloder > * > .mega-menu__item > .mega-menu__foloder > * > .mega-menu__item > .mega-menu__foloder {
  display: none;
}
.mega-menu__close-button {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100vh - 100px);
  left: 0;
  width: 100%;
  height: 50px;
  background: #222;
  z-index: 99;
  cursor: pointer;
}
.mega-menu__close-button.is-active {
  opacity: 1.0;
  pointer-events: auto;
  top: calc(100vh - 50px);
  transition-property: top, opacity;
  transition-duration: .3s;
  transition-delay: .2s;
}
.mega-menu__close-button::before {
  content: "";
  top: 26px;
  left: calc(50% - 16px);
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.mega-menu__close-button::after {
  content: "";
  top: 26px;
  left: calc(50% - 16px);
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
body.is-scrolled .mega-menu__close-button.is-active {
  position: fixed;
}


/* スクロール */
body.is-scrolled .header {
  top: 0;
}

body.is-scrolled .header__body {
  background: #fff;
  transform: translateY(-140px);
}

@media only screen and (max-width: 1200px) {
  body.is-scrolled .header__body {
    background: transparent;
    transform: none;
  }
}

body.is-scrolled .header__logo svg {
  fill: #000;
}

@media only screen and (max-width: 1200px) {
  body.index.is-scrolled .header__logo svg {
    fill: #fff;
  }
}

body.is-scrolled .pagetop {
  opacity: 1;
  pointer-events: auto;
}

body.index .visitor-nav a,
body.index .sub-nav__item a,
body.index .sub-nav__item button,
body.index .mega-menu a {
  color: #fff;
}
body.index .menu-btn span {
  background-color: #fff;
}
body.index .sub-nav__item,
body.index .menu-btn__wrap {
  border-color: #fff;
}
body.index.is-scrolled .visitor-nav a {
  color: #555;
}
body.index.is-scrolled .sub-nav__item a,
body.index.is-scrolled .sub-nav__item button,
body.index.is-scrolled .mega-menu a {
  color: #333;
}
body.index.is-scrolled .menu-btn span {
  background-color: #333;
}
body.index.is-scrolled .sub-nav__item,
body.index.is-scrolled .menu-btn__wrap {
  border-color: #999;
}

body.header-up .header__body {
  transition: .2s;
  transform: translateY(0);
}
@media only screen and (max-width: 1200px) {
  body.header-up .header__body {
    transition: 0s;
    transform: none;
  }
  body.index.is-scrolled .menu-btn {
    background-color: #fff;
  }
  body.index .sub-nav__item,
  body.index .menu-btn__wrap,
  body.index.is-scrolled .sub-nav__item,
  body.index.is-scrolled .menu-btn__wrap {
    border-color: rgba(255,255,255,.3);
  }
  body.index.is-scrolled .sub-nav__item a,
  body.index.is-scrolled .sub-nav__item button,
  body.index.is-scrolled .mega-menu a {
    color: #fff;
  }
}
body.header-up.is-scrolled .header__body {
  box-shadow: 0 0 0 #ccc;
}
@media only screen and (max-width: 1200px) {
  body.header-up.is-scrolled .header__body {
    box-shadow: none;
  }
  body.index .menu-btn {
    background-color: transparent;
  }
}
body.header-down .header__body {
  transition: 0s;
}
body.en-home .header__body {
  background-color: #fff;
}

.news-layout__head {
  position: relative;
  min-height: 336px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  .news-layout__head {
    min-height: 296px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 639px) {
  .news-layout__head {
    min-height: 136px;
    overflow: hidden;
  }
}

.news-layout__head-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 65px;
  padding-right: 65px;
}

@media only screen and (max-width: 1200px) {
  .news-layout__head-inner {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.news-layout__head-title {
  max-width: 1300px;
  margin: 0 auto 40px;
}


.news-layout__head-title {
  position: relative;
  z-index: 1;
  font-size: 6.0rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .news-layout__head-title {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}

.under-news .top-news__item a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  min-height: 100px;
}

.under-news {
  border-bottom: 1px solid #ccc;
}

.under-news .top-news__date {
  margin-top: 0;
  width: 234px;
  font-size: 1.4rem;
  font-weight: 700;
}

.under-news .top-news__title {
  width: calc(100% - 234px);
  color: #333;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .under-news .top-news__item a {
    flex-direction: column;
  }
  .under-news .top-news__date {
    width: 100%;
    margin-top: 10px;
  }
  .under-news .top-news__title {
    width: 100%;
    font-size: 2.0rem;
  }
}
.under-topics .top-news__item {
  border: none;
}

.leevl3-news__wap .top-news__inner {
  border: none;
}

.under-topics {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.under-topics > * {
  width: calc( (100% - 100px)/3 );
  margin-right: 50px;
  margin-bottom: 50px;
}

.under-topics .top-news__item a {
  padding: 0;
}

.under-topics > *:nth-child(3n) {
  margin-right: 0;
}

.under-topics__thumb {
  width: 100%;
  padding-top: 66%;
  background-color: #CCC;
  position: relative;
}

.under-topics__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.under-topics__bottom {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 56px;
  min-height: 240px;
  position: relative;
}
.under-topics .top-news__title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.3;
  color: #333;
}
.under-topics .top-news__date {
  position: absolute;
  bottom: 56px;
  left: 30px;
  color: #333;
  font-size: 1.3rem;
}
.under-topics__cat {
  padding-left: 1em;
}
@media only screen and (max-width: 1200px) {
  .under-topics {
    flex-direction: column;
  }
  .under-topics > * {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .under-topics > *:nth-child(3n) { 
    margin-right: auto;
  }
  .under-topics .top-news__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .under-topics .top-news__date {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .under-topics__bottom {
    padding-bottom: 30px;
  }
}
.under-events .top-events__calendar {
  margin-right: 110px;
}

.under-events .top-events__text-wrap {
  padding-left: 0;
  width: calc(100% - 190px);
}

.under-events .top-events__text-wrap {
  color: #333;
}

.under-events .top-events__title {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.3;
  margin-top: 20px;
}

.under-events .top-events__description {
  margin-top: 20px;
}

.under-events .top-events__item a {
  padding-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .under-events .top-events__calendar {
    margin-right: 0;
  }
  .under-events .top-events__text-wrap {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .under-events .top-events__title {
    font-size: 2.4rem;
    margin-top: 5px;
  }
  .under-events .top-events__description {
    margin-top: 10px;
  }
  .under-events .top-events__item a {
    padding-top: 17px;
  }
}
/* ローカルナビ */
.local-nav {
  padding: 16px 40px;
  white-space: nowrap;
  overflow-x: auto;
  border-bottom: 1px solid #ccc;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #555 #333;
}
@media only screen and (max-width: 1200px) {
  .local-nav {
    white-space: normal;
    padding: 17px 4vw;
    background-color: #F2F4F3;
  }
  .local-nav.first-page {
    display: none;
  }
  body.index .local-nav {
    margin-top: 320px;
  }
  body.index .under-visual + .local-nav {
    margin-top: 0;
  }
}
.local-nav [class^="link"] {
  display: none;
}
body.under .local-nav [class^="link"] {
  display: block;
}

.local-nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.local-nav::-webkit-scrollbar-track {
  background: #113364;
}
.local-nav::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 6px;
  border: 3px solid #919191;
}

.local-nav__inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.local-nav__item-wrap {
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}
.local-nav__item a {
  display: block;
  font-size: 1.4rem;
  margin-left: 15px;
}
.local-nav__item a.is-active {
  font-weight: 700;
}
.local-nav__item-wrap.is-parent-pankuzu .local-nav__item a.f-current {
  font-weight: 700;
}
.local-nav__item-wrap.is-parent-pankuzu .local-nav__item:first-child {
  display: none;
}
.local-nav__item.is-current {
  display: none;
}
.local-nav__item .index3.p-current {
  position: relative;
  margin-left: 0;
  margin-right: 15px;
}
.local-nav__item .index3.p-current::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  background-color: #333;
  pointer-events: none;
}
body.en .local-nav__item .index4.p-current {
  position: relative;
  margin-left: 0;
  margin-right: 15px;
}
body.en .local-nav__item .index4.p-current::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  background-color: #333;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .local-nav__inner {
    display: block;
    padding-bottom: 1px;
    background-color: #fff;
  }
  .local-nav__item-wrap {
    display: none;
    margin-bottom: 30px;
    margin-left: 4vw;
    padding-right: 0;
    border-left: 1px solid #777;
    line-height: 1.4;
  }
  .local-nav__item {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-bottom: 10px;
  }
  .local-nav__item a {
    display: block;
    margin-left: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555;
  }
  body.picks .local-nav__item a {
    margin-left: 0;
  }
  .local-nav__item a.is-active {
    font-weight: 700;
    color: #000;
  }
  .local-nav__item .index3.p-current::after {
    content: none;
  }
  body.en .local-nav__item .index4.p-current::after {
    content: none;
  }
}

.breads ul {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.breads li {
  margin-left: 15px;
  font-weight: 700;
  font-size: 1.4rem;
}
.breads li.is-ghost {
  font-weight: 400;
}
.breads li:first-child,
.breads li:last-child {
  display: none;
}
.breads li:first-child {
  margin-left: 0;
  margin-right: 15px;
}
.breads li:first-child a {
  font-size: 0;
}
.breads li:first-child a::after {
  content: "HOME";
  font-size: 1.5rem;
}
.breads li:nth-child(2) {
  margin-left: 0;
}
.breads li:nth-child(2) span {
  position: relative;
  padding-right: 30px;
}
.breads li:nth-child(2) span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 16px;
  background: #333;
}

body.en .breads li:nth-child(3) {
  margin-left: 0;
}
body.en .breads li:nth-child(3) span {
  position: relative;
  padding-right: 30px;
}
body.en .breads li:nth-child(3) span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 16px;
  background: #333;
}
body.en .breads li:last-child span::before {
  content: none
}

.breads li:last-child span::before {
  content: none
}
.breads li a {
  position: relative;
  display: block;
  padding-right: 15px;
}
.breads li a.is-active {
  font-weight: 700;
}
.breads li a::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  pointer-events: none;
}
.breads li span {
  display: block;
}
.first-page .breads li:first-child,
.first-page .breads li:last-child {
  display: block;
}
.index-page .breads li:nth-child(2):not(.research2) {
  display: none;
}
body.en .index-page .breads li:nth-child(3) {
  display: none;
}
.breads li.form2 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .breads ul {
    display: block;
  }
  .breads li {
    display: none;
    margin-left: 0;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .breads li.form2 {
    display: block;
  }
  body.en .index-page .breads li:nth-last-child(2),
  .index-page .breads li:nth-last-child(2):not(.research2) {
    display: block;
  }
  .breads li:nth-last-child(2) {
    display: block;
  }
  .index-page .breads li:nth-child(2) {
    display: block;
  }
  .breads li a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 4vw;
    padding-right: calc(4vw + 10px);
    color: #555;
  }
  .breads li a::before {
    top: 28px;
    right: 4vw;
    transform: rotate(135deg);
    transition: transform .2s;
  }
  .breads li a.is-active {
    font-weight: 500;
  }
  .breads li a.is-active::before {
    transform: translateY(4px) rotate(135deg) rotate3d(1,1,0,180deg);
  }
}
.breads li.eng2 {
  display: none;
}

/* オリジナルブロック */
@media only screen and (max-width: 1200px) {
  /*body.top .cp-h2-text {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  body.top .cp-h2-text::before {
    top: 16px;
    left: 50%;
    margin-left: -4px;
  }
  body.top .cp-h2-text::after {
    top: -20px;
    right: 50%;
    margin-right: 0;
    width: 1px;
    height: 40px;
  }*/
}

.top-studying {
  padding: 65px 0 0 0;
  background: #113364;
}

@media only screen and (max-width: 1200px) {
  .top-studying {
    padding: 30px 7.5vw 40px 7.5vw;
  }
}

.top-studying__head-inner {
  padding: 0 65px;
}

@media only screen and (max-width: 1200px) {
  .top-studying__head-inner {
    padding: 0 5.5vw;
  }
}

.top-studying__list {
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .top-studying__list {
    font-size: 1.6rem;
  }
}

.top-studying__list ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style-type: none;
  line-height: 1.7;
}

@media only screen and (max-width: 1200px) {
  .top-studying__list ul {
    display: block;
  }
}

.top-studying__list li {
  width: calc(100%/3);
}

@media only screen and (max-width: 1200px) {
  .top-studying__list li {
    width: 100%;
    margin-right: 0;
  }
}

.top-studying__list li:nth-child(4n) {
  margin-right: 0;
}

.top-studying__list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}

.top-studying__list-title .cp-inner {
  display: inline;
}

.fr-html .top-studying__list-title .cp-inner {
  display: block;
}

.top-studying__list a:hover .top-studying__list-title .cp-inner {
  background-size: 100% 2px;
}
.top-studying__list-title .cp-inner {
  position: relative;
  transition: .2s;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}

@media only screen and (max-width: 1200px) {
  .top-studying__list-title .cp-inner {
    background-image: linear-gradient(#333, #333);
  }
}

.top-studying__list a:hover {
  text-decoration: none;
}

.top-studying__list-title {
  font-size: 3.6rem;
  margin-bottom: 14px;
  line-height: 1.27;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
}

.top-studying__list-desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

.top-studying__list-text-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 224px;
  z-index: 1;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22640%22%20height%3D%22224%22%20viewBox%3D%220%200%20640%20224%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23242323%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3285%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203285%22%20width%3D%22640%22%20height%3D%22224%22%20fill%3D%22url(%23linear-gradient)%22%20style%3D%22mix-blend-mode%3A%20multiply%3Bisolation%3A%20isolate%22%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
}

.top-studying__list-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 30px 40px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}

.top-studying__list-thumb {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.top-studying__list-thumb::after {
  content: '';
  display: block;
  padding-top: 75.673%;
}

.top-studying__list-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-features {
  padding: 1px 0;
  background: #E3DBE6;
}

.top-features__head-inner {
  padding: 0 65px;
}

@media only screen and (max-width: 1200px) {
  .top-features__head-inner {
    padding: 0 5.5vw;
  }
}

.top-features .cp-h2-text {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.top-features__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-features__inner.is-loading {
  opacity: 0;
}

@media only screen and (max-width: 1200px) {
  .top-features__inner {
    position: relative;
    padding-bottom: 120px;
  }
}

.top-features__item {
  position: relative;
  width: 25%;
}

@media only screen and (max-width: 1200px) {
  .top-features__item {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .top-features__item {
    width: 100%;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}

.top-features__item a {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .top-features__item a {
    color: #333;
  }
}

.top-features__item a:hover {
  text-decoration: none;
}

.top-features__item a:hover .top-features__title span {
  background-size: 100% 2px;
}

@media only screen and (max-width: 1200px) {
  .top-features__img {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
  }
}

.top-features__img img {
  width: 100%;
}

.fr-html .top-features__img img {
  left: 300px;
}

@media only screen and (max-width: 1200px) {
  .top-features__img img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
}

.top-features__text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  min-height: 50%;
  padding: 25px 8.5%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}

html.ie11 .top-features__text-wrap {
  min-height: 35%;
}

@media only screen and (max-width: 1200px) {
  .top-features__text-wrap {
    padding: 0 0;
    position: relative;
    background: transparent;
  }
}

.top-features__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.35;
  transition: height .2s;
}

@media only screen and (max-width: 1200px) {
  .top-features__title {
    margin-top: 20px;
    font-size: 3rem;
  }
}

.top-features__title span {
  position: relative;
  transition: .2s;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}

@media only screen and (max-width: 1200px) {
  .top-features__title span {
    background-image: linear-gradient(#333, #333);
  }
}

.top-features__description {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  transition: height .2s;
}

.top-features .slick-slide {
  opacity: 0.4;
  transition: opacity .4s;
}

.top-features .slick-active,
.top-features .slick-current {
  opacity: 1;
}

.top-features .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  transition: background-color .2s;
}

.top-features .slick-arrow::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: border-color .2s;
}

.top-features .slick-prev {
  right: 50%;
  margin-right: 5px;
}

.top-features .slick-prev::after {
  right: 12px;
  transform: rotate(-135deg);
}

.top-features .slick-next {
  left: 50%;
  margin-left: 5px;
}

.top-features .slick-next::after {
  left: 12px;
  transform: rotate(45deg);
}

.top-research {
  padding: 1px 65px 25px 65px;
  background: #EEE9F0;
}

@media only screen and (max-width: 1200px) {
  .top-research {
    padding: 1px 5.5vw;
    background: #fff;
  }
}

.top-research__head-inner {
  padding: 0 65px;
}

@media only screen and (max-width: 1200px) {
  .top-research__head-inner {
    padding: 0;
  }
}

.under .top-research .cp-h2-text {
  margin-top: 0;
}

.top-research .cp-h2-text {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.top-research__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 1200px) {
  .top-research__inner {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.top-research__item {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 1200px) {
  .top-research__item {
    padding-top: 0;
    padding-bottom: 0;
    background: #EEE9F0;
  }
}

.top-research__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100vw;
  height: 4px;
  margin-left: calc(50% - 50vw);
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .top-research__item::before {
    content: none;
  }
}

.top-research__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100vw;
  height: 4px;
  margin-left: calc(50% - 50vw);
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .top-research__item::after {
    content: none;
  }
}

.top-research__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #333 !important;
}

@media only screen and (max-width: 1200px) {
  .top-research__item a {
    display: block;
  }
}

.top-research__item a:hover {
  text-decoration: none;
}

.top-research__item a:hover .top-research__title span {
  background-size: 100% 2px;
}

.top-research__img {
  width: 50%;
  padding-top: 30.19%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  .top-research__img {
    width: 100%;
    padding-top: 58.5%;
  }
}

.top-research__img img {
  width: 100%;
}

.top-research__text-wrap {
  width: 50%;
  padding: 20px 0 20px 50px;
}

@media only screen and (max-width: 1200px) {
  .top-research__text-wrap {
    width: 100%;
    padding: 25px 20px 40px 20px;
  }
}

.top-research__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media only screen and (max-width: 1200px) {
  .top-research__title {
    font-size: 2.7rem;
    line-height: 1.13;
  }
}

.top-research__title span {
  position: relative;
  transition: .2s;
  background-image: linear-gradient(#333, #333);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}

.top-research__description {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
}

.top-research__name {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
  .top-research__name {
    font-size: 1.8rem;
  }
}

.top-research__date {
  position: relative;
  margin-top: 10px;
  padding-left: 45px;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
  .top-research__date {
    padding-left: 30px;
  }
}

.top-research__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 1px;
  background: #333;
}

@media only screen and (max-width: 1200px) {
  .top-research__date::before {
    width: 20px;
  }
}

.top-research__more {
  position: relative;
  max-width: 1060px;
  margin: 25px auto 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}

.top-research__more-inner {
  display: table;
}

.top-research__more-inner:hover::before {
  background: #113364;
}

.top-research__more-inner:hover::after {
  border-color: #113364;
}

.top-research__more-inner::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 19px;
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: .2s;
}

.top-research__more-inner::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 17px;
  top: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
}

.top-research__more a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 6px;
}

.top-research__more a:hover {
  text-decoration: none;
}

.top-research__more a:hover::before {
  background: #fff;
}

.top-research__more a::before {
  content: "";
  position: relative;
  z-index: 1;
  top: -6px;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  background: #113364;
  border: 1px solid #113364;
}

.top-research .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  transition: background-color .2s;
}

.top-research .slick-arrow::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: border-color .2s;
}

.top-research .slick-prev {
  right: 50%;
  margin-right: 5px;
}

.top-research .slick-prev::after {
  right: 12px;
  transform: rotate(-135deg);
}

.top-research .slick-next {
  left: 50%;
  margin-left: 5px;
}

.top-research .slick-next::after {
  left: 12px;
  transform: rotate(45deg);
}

.top-news-block {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 65px;
}

@media only screen and (max-width: 1200px) {
  .top-news-block {
    padding: 0 5.5vw;
  }
}

.top-news-block__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .top-news-block__inner {
    display: block;
  }
}

.top-news-block__more {
  position: relative;
  display: table;
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}

.top-news-block__more:hover::before {
  background: #113364;
}

.top-news-block__more:hover::after {
  border-color: #113364;
}

.top-news-block__more::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 19px;
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: .2s;
}

.top-news-block__more::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 17px;
  top: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
}

.top-news-block__more a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 6px;
}

.top-news-block__more a:hover {
  text-decoration: none;
}

.top-news-block__more a:hover::before {
  background: #fff;
}

.top-news-block__more a::before {
  content: "";
  position: relative;
  z-index: 1;
  top: -6px;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  background: #113364;
  border: 1px solid #113364;
}

.top-news {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 1200px) {
  .top-news {
    width: 100%;
  }
}

.top-news__inner {
  border-bottom: 1px solid #ccc;
}

.top-news__item {
  border-top: 1px solid #ccc;
}

.top-news__item a {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
}

.top-news__item a:hover {
  text-decoration: none;
}

.top-news__item a:hover .top-news__title span {
  background-size: 100% 1px;
}

.top-news__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44;
}

.top-news__title span {
  position: relative;
  transition: .2s;
  background-image: linear-gradient(#333, #333);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
}

.top-news__date {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.top-events {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 1200px) {
  .top-events {
    width: 100%;
    margin-top: 50px;
  }
}

.top-events__inner {
  border-bottom: 1px solid #ccc;
}

.top-events__item {
  border-top: 1px solid #ccc;
}

.top-events__item a {
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 30px;
}

.top-events__item a:hover {
  text-decoration: none;
}

.top-events__item a:hover .top-events__title span {
  background-size: 100% 1px;
}

.top-events__calendar {
  width: 80px;
}

.top-events__calendar-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 80px;
  background-color: #113364;
  line-height: 1.6;
  color: #fff;
}

.top-events__calendar-day {
  font-size: 2rem;
  font-weight: 700;
}

.top-events__calendar-month {
  font-size: 1.2rem;
  font-weight: 700;
}

.top-events__text-wrap {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.top-events__schedule {
  font-weight: 700;
  font-size: 1.3rem;
  color: #113364;
}

.top-events__title {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}

.top-events__title span {
  position: relative;
  transition: .2s;
  background-image: linear-gradient(#333, #333);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
}

.top-events__description {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.top-events__date {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.top-events__part-schedule {
  display: none;
}

.top-campus {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 65px;
}
@media only screen and (max-width: 1200px) {
  .top-campus {
    padding: 0 5.5vw;
  }
}

.index-nav--col2,
.index-nav--col3 {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}
.index-nav__head {
  margin-bottom: 30px;
  padding: 0;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.4;
  word-break: break-word;
}
.index-nav__head a {
  color: #333;
}
[data-area="content"] .index-nav__body ul {
  margin-left: 0;
  list-style: none;
}
.index-nav__body li {
  position: relative;
  display: table;
  margin-top: 8px;
}
.index-nav__body li::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 23px;
  display: block;
  width: 13px;
  height: 1px;
  background: #fff;
  transition: .2s;
}
.index-nav__body li::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 21px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
}
.index-nav__body li:hover::before {
  background: #113364;
}
.index-nav__body li:hover::after {
  border-color: #113364;
}
.index-nav__body a {
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 6px;
  font-weight: 700;
  color: #333 !important;
  font-size: 1.6rem;
}
.index-nav__body a:before {
  content: "";
  position: relative;
  z-index: 1;
  top: 0;
  display: block;
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin-right: 12px;
  border-radius: 50%;
  background: #113364;
  border: 1px solid #113364;
}
.index-nav__body a:hover {
  text-decoration: none;
}
.index-nav__body a:hover::before {
  background: #fff;
}
.index-nav__card {
  width: calc(33.33% - 34px);
  margin-right: 50px;
  margin-bottom: 100px;
}
.index-nav__card:nth-child(3n) {
  margin-right: 0;
}
.index-nav > img {
  display: none;
}
.index-nav--lv2,
.index-nav--lv3,
.index-nav--lv3-with-page {
  padding-top: 40px;
}
.index-nav--lv2 > *,
.index-nav--lv3 > *,
.index-nav--lv3-with-page > * {
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 95px;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__link {
  margin-bottom: 30px;
  padding: 0;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.4;
  word-break: break-word;
  color: #333;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__link::before,
.index-nav > * > .global-sitemap__item > .global-sitemap__link::after {
  content: none;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__link:hover {
  text-decoration: underline;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder {
  display: block;
  padding: 0;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * {
  display: -ms-flexbox;
  display: flex;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item {
  position: relative;
  margin-bottom: 4px;
  line-height: 1.9;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 19px;
  display: block;
  width: 13px;
  height: 1px;
  background: #fff;
  transition: .2s;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 17px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item:hover::before {
  background-color: #113364;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item:hover::after {
  border-color: #113364;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item > .global-sitemap__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 6px 0 0 0;
  font-weight: 700;
  color: #333;
  font-size: 1.6rem;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item > .global-sitemap__link::before {
  content: "";
  position: relative;
  z-index: 1;
  top: -4px;
  left: 0;
  right: auto;
  display: block;
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin-right: 12px;
  border-radius: 50%;
  background: #113364;
  border: 1px solid #113364;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item > .global-sitemap__link::after {
  content: none;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item > .global-sitemap__link:hover::before {
  background-color: #fff;
}
.index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item > .global-sitemap__folder {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .index-nav--col2,
  .index-nav--col3 {
    margin-top: 40px;
  }
  .index-nav--lv2,
  .index-nav--lv3,
  .index-nav--lv3-with-page{
    padding-top: 20px;
  }
  .index-nav__card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .index-nav > * {
    display: block;
    margin-bottom: 40px;
  }
  .index-nav > * > img {
    margin-top: 20px;
  }
  .index-nav > * > .global-sitemap__item > .global-sitemap__link {
    margin-left: 0;
    font-size: 3rem;
  }
  .index-nav > * > .global-sitemap__item > .global-sitemap__folder > * > .global-sitemap__item > .global-sitemap__link {
    margin-left: 0;
  }
}


.index-nav .global-sitemap__dir-graduate3 .global-sitemap__link--lv3 {
  padding: 0;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.4;
  word-break: break-word;
  color: #333;
}
.index-nav .global-sitemap__dir-graduate3 .global-sitemap__link--lv3:hover {
  text-decoration: underline;
}
.index-nav .global-sitemap__dir-graduate3 {
  position: relative;
}
.index-nav .global-sitemap__dir-graduate3::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -30px;
  left: 0;
  background-color: #ccc;
}
.index-nav .global-sitemap__dir-graduate3 .global-sitemap__link--lv3::before {
  content: none;
}
.index-nav .global-sitemap__dir-graduate3 .global-sitemap__link--lv3::after {
  content: none;
}
@media screen and (max-width: 1200px) {
  .index-nav .global-sitemap__dir-graduate3 .global-sitemap__link--lv3 {
    margin-left: 0;
    font-size: 3rem;
  }
  .index-nav .global-sitemap__dir-graduate3::after {
    bottom: -20px;
  }
}


.about-mission-block {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.about-mission-block__top {
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block__top {
    font-size: 1.8rem;
  }
}

.about-mission-block__top::before {
  content: "";
  position: relative;
  top: -7px;
  display: inline-block;
  width: 17px;
  height: 1px;
  margin-right: 7px;
  background: #333;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block__top::before {
    top: -6px;
  }
}

.about-mission-block__top::after {
  content: "";
  position: relative;
  top: -7px;
  display: inline-block;
  width: 17px;
  height: 1px;
  margin-left: 7px;
  background: #333;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block__top::after {
    top: -6px;
  }
}

.about-mission-block__main {
  margin-top: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 12rem;
  font-style: italic;
  line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block__main {
    margin-top: 10px;
    font-size: 9rem;
  }
}

.about-mission-block__main .kanji {
  font-family: Lato, 'リュウミン R-KL', serif;
  font-style: normal;
  font-size: 10rem;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block__main .kanji {
    font-size: 8rem;
    display: block;
  }
}


.about-mission-block__parentheses {
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block__parentheses {
    margin-top: 10px;
  }
}

.about-mission-block__parentheses::before {
  content: "(";
}

.about-mission-block__parentheses::after {
  content: ")";
}

.about-mission-block__sub {
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .about-mission-block__sub {
    margin-top: 15px;
  }
}

/* about 左：顔写真 右：名前  */
.about-picture__item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .about-picture__item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.about-picture__img {
  max-width: 624px;
  margin-right: 65px;
}

@media only screen and (max-width: 1200px) {
  .about-picture__img {
    margin-right: auto;
  }
}

.about-picture__caption {
  font-size: 3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .about-picture__caption {
    line-height: 1.2;
    margin-top: 20px;
  }
}

/* about Five Reasons */
.about-five-reasons__item {
  margin-bottom: 65px;
}
@media only screen and (max-width: 1200px) {
  .about-five-reasons__item {
    margin-bottom: 30px;
  }
}

.about-five-reasons__heading {
  position: relative;
  z-index: 1;
  font-size: 6.4rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .about-five-reasons__heading {
    font-size: 4rem;
  }
}

.about-five-reasons__head-wrap {
  display: flex;
  justify-content: flex-end;
}

.about-five-reasons__head-right {
  width: calc( (100% - 52px) / 2);
}

@media only screen and (max-width: 1200px) {
  .about-five-reasons__head-right {
    width: 100%;
  }
}

.about-five-reasons__it {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.about-five-reasons__it.is-reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1200px) {
  .about-five-reasons__it,
  .about-five-reasons__it.is-reverse {
    flex-direction: column;
    margin-top: 10px;
  }
}

.about-five-reasons__it-img,
.about-five-reasons__it-text {
  width: calc( (100% - 52px) / 2);
}

@media only screen and (max-width: 1200px) {
  .about-five-reasons__it-img,
  .about-five-reasons__it-text {
    width: 100%;
  }
  .about-five-reasons__it-img {
    margin-bottom: 30px;
  }
}

/* about At a Glance  */
.about-glance__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .about-glance__wrap {
    flex-direction: column;
  }
}

.about-glance__item {
  width: calc( (100% - 52px)/2 );
  margin-right: 52px;
  margin-bottom: 100px;
}
.about-glance__wrap .about-glance__item:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .about-glance__wrap .about-glance__item {
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }
  .about-glance__wrap .about-glance__item:nth-child(even) {
    margin-right: auto;
  }
}

.about-glance__heading {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.about-glance__heading::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999999;
}

.about-glance__heading-text {
  display: inline;
  padding: 0 20px;
  background-color: #EEE9F0;
  position: relative;
  z-index: 1;
}
.about-glance__heading-text * {
  display: inline;
}
.fr-html .about-glance__heading-text,
.fr-html .about-glance__heading-text *{
  display: block;
}
.about-glance__number {
  font-weight: 700;
  text-align: center;
  font-size: 12.0rem;
  line-height: 1.0;
  font-family: 'Cormorant Garamond', serif;
  color: #333333;
}
.about-glance__desc {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 32px;
}

/* 数字で見る  */ 
.container.at_a_glance {
  background-color: #113364;
  padding:  0;
}

.container.at_a_glance .main {
  padding-top:  0;
  max-width:  none;
}

.glance-item__ti {
  display:  flex;
  width:  100%;
  height:  540px;
}

.glance-item__ti.is-reverse {
  flex-direction:  row-reverse;
}

@media only screen and (max-width: 1200px) {
  .glance-item__ti,
  .glance-item__ti.is-reverse {
    flex-direction:  column-reverse;
    height:  auto;
  }
}

.grance-item__ti-text {
  width:  43%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 182px;
  padding-top: 44px;
  color:  #113364;
}

@media only screen and (max-width: 1300px) {
  .grance-item__ti-text {
    padding-left:  0;
  }
}

@media only screen and (max-width: 1200px) {
  .grance-item__ti-text {
    width:  100%;
    padding-bottom:  44px;
  }
}

.glance-item__ti.is-reverse .grance-item__ti-text {
  padding-left:  0;
  padding-right: 182px;
}

@media only screen and (max-width: 1500px) {
  .glance-item__ti.is-reverse .grance-item__ti-text {
    padding-right: 0;
  }
}

.grance-item__ti-img {
  width:  57%;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .grance-item__ti-img {
    width: 100%;
  }
}

.grance-item__ti-img::after {
  content:  '';
  display: block;
  padding-top:  49.784%;
}

.grance-item__ti-img img {
  position: absolute;
  width: 100%;
  height:  100%;
  object-fit: cover;
}

.grance-item__ti-icon {
  margin-bottom:  22px;
}

.grance-item__ti-title {
  font-size:  3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  margin-top: 8px
}

@media only screen and (max-width: 480px) {
  .grance-item__ti-title {
    font-size:  2.4rem;
  }
}

.grance-item__ti-number {
  font-size:  10.0rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  margin-top:  12px;
}

@media only screen and (max-width: 480px) {
  .grance-item__ti-number {
    font-size:  8.0rem;
  }
}

.glance-item__inner {
  max-width: 1300px;
  margin:  auto;
  width:  100%;
  height:  100%;
  display:  flex;
  align-items:  flex-start;
  flex-direction:  column;
  justify-content: center;
}

.glance-item__heding {
  height:  270px;
  display:  flex;
  width: 100%;
  padding-left:  260px;
}

.fr-html .glance-item__heding {
  background-color: #113364;
}

@media only screen and (max-width: 1200px) {
  .glance-item__heding .glance-item__inner {
    justify-content: center;
    align-items:  center;
  }
  .glance-item__heding {
    padding-left:  0;
  }
}

.glance-item__heding-icon {
  text-align: center;
}

.glance-item__heding-text {
  color:  #fff;
  font-size:  3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  margin-top:  32px;
}

.glance-item__img-col3,
.glance-item__img-col2 {
  display:  flex;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .glance-item__img-col3,
  .glance-item__img-col2 {
    flex-direction:  column;
  }
}

.glance-item__img-col {
  position:  relative;
}

.glance-item__img-col3 .glance-item__img-col {
  width:  calc(100% / 3);
}

@media only screen and (max-width: 1200px) {
  .glance-item__img-col3 .glance-item__img-col {
    width:  100%;
  }
}

.glance-item__img-col2 .glance-item__img-col {
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .glance-item__img-col2 .glance-item__img-col {
    width:  100%;
  }
}

@media only screen and (max-width: 1200px) {
  .glance-item__img-col3-thumb {
    position: relative;
  }
  .glance-item__img-col3-thumb::after {
    content:  '';
    display:  block;
    padding-top:  62.9%;
  }
  .glance-item__img-col3-thumb img {
    position:  absolute;
    top:  0;
    left:  0;
    object-fit: cover;
    width:  100%;
    height:  100%;
  }
}


.glance-item__img-col3-text {
  position: absolute;
  top:  0;
  left:  0;
  width:  100%;
  height:  100%;
  display:  flex;
  align-items:  center;
  justify-content: center;
  font-size:  3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  margin-top:  23px;
  color:  #fff;
}

.fr-html .glance-item__img-col3-text {
  position: relative;
  width: auto;
  height: auto;
  color: #333;
}

.glance-item__icon-col3 .glance-item__inner {
  flex-direction:  row;
  justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
  .glance-item__icon-col3 .glance-item__inner {
    flex-direction:  column;
  }
}

.glance-item__icon-col {
  padding:  80px 0 60px;
  width:  calc(100% / 3);
  display:  flex;
  align-items:  center;
  justify-content: center;
  flex-direction: column;
}

.fr-html .glance-item__icon-col {
  background: #113364;
}

@media only screen and (max-width: 1200px) {
  .glance-item__icon-col {
    width:  100%;
    padding:  50px 10px;
  }
}

.glance-item__icon-text {
  color:  #fff;
  font-size:  2.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  margin-top:  19px;
}

@media only screen and (max-width: 480px) {
  .glance-item__icon-text {
    font-size:  1.8rem;
  }
}

.glance-item__icon-text--large {
  color:  #fff;
  font-size:  3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  margin-top:  7px;
  line-height:  1.38;
}

@media only screen and (max-width: 480px) {
  .glance-item__icon-text--large {
    font-size:  2.4rem;
  }
}

.glance-item__icon-number {
  color:  #fff;
  font-size:  10.0rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}

.glance-item__icon-col3 .glance-item__icon-col:nth-child(2) .glance-item__icon-number.medal {
  padding-top: 26px;
}

.glance-item__icon-col3 .glance-item__icon-col:last-child .glance-item__icon-number.medal {
  font-size: 12.5rem;
}

@media only screen and (max-width: 480px) {
  .glance-item__icon-number,
  .glance-item__icon-col3 .glance-item__icon-col:nth-child(2) .glance-item__icon-number.medal,
  .glance-item__icon-col3 .glance-item__icon-col:last-child .glance-item__icon-number.medal {
    font-size:  8.0rem;
    padding-top: 0;
  }
}

.glance-item__icon-number--medium {
  color:  #fff;
  font-size:  8.0rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .glance-item__icon-number--medium {
    font-size:  6.0rem;
  }
}

.glance-item__icon-number sup,
.glance-item__icon-number--medium sup {
  font-size:  2.4rem;
  font-family: "Noto Sans JP", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

.glance-item__icon-thumb {
  height:  150px;
  display:  flex;
  align-items:  center;
}

.glance-item__icon-desc {
  font-size:  1.5rem;
  color:  #fff;
  padding-top:  37px;
}

.glance-item__icon-desc::empty {
  display:  none;
}

.glance-item__heading3 {
  color:  #fff;
  font-size:  3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  margin-top:  150px;
  margin-bottom:  50px;
}

.fr-html .glance-item__heading3 {
  background: #113364;
}

@media only screen and (max-width: 480px) {
  .glance-item__heading3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 3rem;
    padding:  0 6vw;
  }
}

/* juntendo timeline  */
.history-timeline__item {
  display :flex;
  align-items:  flex-start;
  margin-bottom:  40px;
}

.history-timeline__item-year {
  width:  182px;
  height:  100%;
  font-size:  6.0rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  color:  #113364;
}

@media only screen and (max-width: 1200px) {
  .history-timeline__item-year {
    width:  80px;
    font-size: 3rem;
  }
}

.history-timeline__item-detail {
  width:  calc(100% - 182px);
  height:  100%;
  border-left:  1px solid #707070;
  padding:  20px 0 40px;
  padding-left:  78px;
}

@media only screen and (max-width: 1200px) {
  .history-timeline__item-detail {
    width:  calc(100% - 80px);
    padding: 10px 0 30px;
    padding-left: 30px;
  }
}

.history-timeline__item-detail-head {
  font-size:  2.2rem;
  font-weight: bold;
  margin-bottom:  40px;
}

@media only screen and (max-width: 1200px) {
  .history-timeline__item-detail-head {
    font-size:  1.8rem;
  }
}

.history-timeline__item-detail-head.is-noimg {
  margin-bottom:  0;
}

/* Leadership  */
.leadership-index__wrap {
  display:  flex;
  align-items:  flex-start;
  flex-wrap:  wrap;
}

.leadership-index__item {
  width:  calc( (100% - 80px)/3 );
  margin-right:  40px;
  margin-bottom:  40px;
}

html.ie11 .leadership-index__item {
  width:  calc( (100% - 81px)/3 );
}

@media only screen and (max-width: 1200px) {
  .leadership-index__item {
    width:  100%;
    margin-right:  auto;
    margin-left: auto;
  }
}

.leadership-index__wrap .leadership-index__item:nth-child(3n) {
  margin-right:  0;
}

@media only screen and (max-width: 1200px) {
  .leadership-index__wrap .leadership-index__item:nth-child(3n) {
    margin-right:  auto;
  }
}

.leadership-index__item a {
  position:  relative;
  display: block;
  transition:  .5s;
  overflow: hidden;
  transform:  scale(1.0);
  color: #333;
}

.leadership-index__item a:hover .leadership-index__item-text-link {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-48%2C7027.5a19.371%2C19.371%2C0%2C0%2C1-13.788-5.711A19.37%2C19.37%2C0%2C0%2C1-67.5%2C7008a19.373%2C19.373%2C0%2C0%2C1%2C5.711-13.789A19.369%2C19.369%2C0%2C0%2C1-48%2C6988.5a19.372%2C19.372%2C0%2C0%2C1%2C13.789%2C5.712A19.372%2C19.372%2C0%2C0%2C1-28.5%2C7008a19.368%2C19.368%2C0%2C0%2C1-5.712%2C13.788A19.374%2C19.374%2C0%2C0%2C1-48%2C7027.5Zm4.277-18-3.8%2C3.8%2C2.122%2C2.12%2C7.414-7.415-7.414-7.411-2.122%2C2.118%2C3.792%2C3.793H-55.6v3Z%22%20transform%3D%22translate(67.999%20-6988)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  transition: .2s;
}

.leadership-index__item a:hover img {
  transform:  scale(1.1);
  transition:  .5s;
}

.leadership-index__item-thumb {
  position: relative;
}

.leadership-index__item-thumb::after {
  content:  '';
  display:  block;
  padding-top: 127.875%;
}

.leadership-index__item-thumb img {
  width:  100%;
  height:  100%;
  position:  absolute;
  top:  0;
  left:  0;
  object-fit: cover;
}

.leadership-index__item-text {
  left:  0;
  bottom:  0;
  position:  absolute;
  z-index: 2;
  width:  100%;
  padding: 0 40px 38px;
  color:  #fff;
}

.fr-html .leadership-index__item-text {
  background: #333;
  position: relative;
}

.leadership-index__item-text-bg {
  width:  100%;
  height:  100%;
  position:  absolute;
  top:  0;
  left:  0;
  z-index:  1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22520%22%20viewBox%3D%220%200%20400%20520%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20y1%3D%220.485%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23212121%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3232%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203232%22%20width%3D%22400%22%20height%3D%22520%22%20fill%3D%22url(%23linear-gradient)%22%20style%3D%22mix-blend-mode%3A%20multiply%3Bisolation%3A%20isolate%22%2F%3E%3C%2Fsvg%3E');
}

.fr-html .leadership-index__item-text-bg {
  display: none;
}

.leadership-index__item-text-year {
  font-size:  3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom:  3px;
}

.leadership-index__item-text-name {
  font-size:  3.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.0;
}

.leadership-index__item-text-position {
  font-size:  1.6rem;
  margin-bottom:  24px;
}

.leadership-index__item-text-link {
  font-size:  1.8rem;
  padding:  5px 0;
  padding-left:  52px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 40px auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9914%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209914%22%20transform%3D%22translate(-267%20-3661)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20transform%3D%22translate(267%203661)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(1.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l6%2C6-6%2C6%22%20transform%3D%22translate(9517.604%20-1.002)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2215%22%20transform%3D%22translate(278.5%203681)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  transition: .2s;
}

/*  global-engagement */
.global-engagement-list__item ul {
  display:  flex;
  justify-content:  space-between;
  margin-left:  0;
  list-style:  none;

}

@media only screen and (max-width: 1200px) {
  .global-engagement-list__item ul {
    flex-direction:  column;
  }
}

.global-engagement-list__item li {
  width:  100%;
  padding-bottom:  35px;
  border-bottom:  1px solid #333222;
  font-family: 'Cormorant Garamond', serif;
  margin-right:  50px;
  font-size:  2.8rem;
  opacity: .5;
  transition: .2s;
  cursor: pointer;
}

.global-engagement-list__item li:hover {
  opacity: .9;
}

.global-engagement-list__tabs-item {
  display: none;
}

.global-engagement-list__tabs-item.is-active {
  display: block;
}

.global-engagement-list__item li.is-active {
  opacity: 1.0;
}

@media only screen and (max-width: 1200px) {
  .global-engagement-list__item li {
    margin-right:  auto;
    margin-bottom:  20px;
    padding-bottom:  20px;
  }

}

.global-engagement-list__item li:last-child {
  margin-right:  0;
}

/* 見出し+ボタン */
.cp-h2-text-with-button {
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 5.6rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .cp-h2-text-with-button {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 50px;
    font-size: 3.6rem;
  }
}

.cp-h2-text-with-button::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 35px;
  display: block;
  width: 9px;
  height: 9px;
  background: #333;
  border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .cp-h2-text-with-button::before {
    top: 21px;
    left: 22px;
    width: 7px;
    height: 7px;
  }
}

.cp-h2-text-with-button::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 39px;
  display: block;
  width: 100%;
  height: 1px;
  margin-right: 30px;
  background: #333;
}

@media only screen and (max-width: 1200px) {
  .cp-h2-text-with-button::after {
    top: 24px;
    margin-right: -24px;
  }
}

/* 画像＋番号付きテキスト  */
.academics-number-text__item {
  display: flex;
  align-items: flex-start;
}

.academics-number-text__item-number {
  width: 40px;
}

.academics-number-text__item-text {
  width: calc(100% - 40px);
}

/* Admisson index  */
.admission-index__wrap {
  display:  flex;
  align-items:  flex-start;
  flex-wrap:  wrap;
  margin:  80px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .admission-index__wrap {
    flex-direction:  column;
  }
}

.admission-index__item {
  width:  calc( (100% - 100px)/3 );
  margin-right: 50px;
  margin-bottom:  80px;
}

@media only screen and (max-width: 1200px) {
  .admission-index__item {
    width:  100%;
    margin-right:  auto;
    margin-bottom:  50px;
  }
}

.admission-index__wrap .admission-index__item:nth-child(3n) {
  margin-right:  0;
}

@media only screen and (max-width: 1200px) {
  .admission-index__wrap .admission-index__item:nth-child(3n) {
    margin-right:  auto;
  }
}

.admission-index__item-thumb {
  position:  relative;
}

.admission-index__item-thumb::after {
  content:  '';
  display:  block;
  padding-top:  66%;
}

.admission-index__item-thumb img {
  position:  absolute;
  top:  0;
  left:  0;
  width:  100%;
  height:  100%;
  object-fit: cover;
}

.admission-index__item-text {
  background-color: #fff;
  padding:  30px;
}

.admission-index__item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size:  3.2rem;
  font-weight: 700;
  line-height:  1.1;
  margin-bottom:  20px;
}

.admission-index__item-text-top {
  min-height:  172px;
}

@media only screen and (max-width: 1200px) {
  .admission-index__item-text-top {
    min-height:  auto;
    margin-bottom:  20px;
  }
}

/* research index  */
.research-index__item {
  margin-bottom:  3px;
  width:  100%;
}

.research-index__item a {
  background-color: #fff;
  padding:  0 30px;
  display: flex;
  align-items:  center;
  height:  72px;
  color: #333 !important;
}

@media only screen and (max-width: 1200px) {
  .research-index__item a {
    flex-direction:  column;
    height:  auto;
    padding: 20px;
    padding-right:  53px;
    position: relative;
  }
  .research-index__item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 10px;
    top: calc(50% - 20px);
    width:  40px;
    height:  40px;
    transition:  .2s;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px auto;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9903%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209903%22%20transform%3D%22translate(-267%20-3661)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20transform%3D%22translate(267%203661)%22%20fill%3D%22%23113364%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(1.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l6%2C6-6%2C6%22%20transform%3D%22translate(9517.604%20-1.002)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2215%22%20transform%3D%22translate(278.5%203681)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  }
}

.research-index__item a:hover {
  text-decoration: none;
}

.research-index__item-text {
  width:  calc(100% - 480px);
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .research-index__item-text {
    width: 100%;
  }
}

.research-index__item-link {
  width:  480px;
  color:  #113364;
  font-weight: 500;
  padding-left:  53px;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .research-index__item-link {
    width: 100%;
    padding-left: 0;
  }
  .research-index__item-link:empty {
    display:  none;
  }
}

.research-index__item-link::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width:  40px;
  height:  40px;
  transition:  .2s;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 40px auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9903%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209903%22%20transform%3D%22translate(-267%20-3661)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20transform%3D%22translate(267%203661)%22%20fill%3D%22%23113364%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(1.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l6%2C6-6%2C6%22%20transform%3D%22translate(9517.604%20-1.002)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2215%22%20transform%3D%22translate(278.5%203681)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.research-index__item a:hover .research-index__item-link::before {
  transition:  .2s;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10367%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010367%22%20transform%3D%22translate(-267%20-3661)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20transform%3D%22translate(267%203661)%22%20fill%3D%22none%22%20stroke%3D%22%23113364%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(1.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l6%2C6-6%2C6%22%20transform%3D%22translate(9517.604%20-1.002)%22%20fill%3D%22none%22%20stroke%3D%22%23113364%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2215%22%20transform%3D%22translate(278.5%203681)%22%20fill%3D%22none%22%20stroke%3D%22%23113364%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

@media only screen and (max-width: 1200px) {
  .research-index__item-link::before {
    content: none;
  }
}

/* news  */
.news-filter__wrap {
  margin-bottom: 50px;
}
.news-filter__wrap label{
  position: relative;
  display: inline-block;
  width: 240px;
  border: 1px solid #999;
  overflow: hidden;
}
.news-filter__wrap select{
  display: block;
  width: calc(100% + 50px);
  margin: 0 auto;
  padding: 5px 27px 5px 10px;
  border: none;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.news-filter__wrap label::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.tag-filter__wrap {
  margin-bottom: 20px;
}

.tag-filter__wrap .cp-tag-list {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.tag-filter__wrap a {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  padding: 3px 10px;
}

.cp-category-class-lists-info {
  display: none;
}

.news-detail__top {
  display: flex;
  font-size: 1.6rem;
}

.news-detail__top .news-date {
  margin-right: 10px;
}

.news-detail__top .news-category {
  display: flex;
}

.news-category p {
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 4px;
  line-height: 1.2;
}

.news-detail__top + .cp-h2-text {
  margin-top: 0;
}

/* 背景色ブロック  */
.bg-color-wrap {
  margin-top: 160px;
}
.bg-color-wrap:before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -80px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 160px);
}


/* Research index ニュース  */
.news-all-wrap.research-top-news .news-ul {
  display:  flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .news-all-wrap.research-top-news .news-ul {
    flex-direction:  column;
  }
}

.news-all-wrap.research-top-news .news-ul > * {
  width: calc( (100% - 100px) / 3);
}

@media only screen and (max-width: 1200px) {
  .news-all-wrap.research-top-news .news-ul > * {
    width: 100%;
    margin-bottom:  20px;
  }
}

.news-all-wrap.research-top-news .top-research__item a {
  flex-direction: column;
}

.news-all-wrap.research-top-news .top-research__img,
.news-all-wrap.research-top-news .top-research__text-wrap {
  width:  100%;
}

.news-all-wrap.research-top-news .top-research__img {
  padding-top: 59.62%;
}

.news-all-wrap.research-top-news .top-research__item::before {
  content:  none;
}

.news-all-wrap.research-top-news .top-research__item::after {
  content:  none;
}

.news-all-wrap.research-top-news .top-research__text-wrap {
  padding:  30px 30px 45px;
  background-color: #fff;
}

.news-all-wrap.research-top-news .top-research__date {
  padding-left:  0;
}

.news-all-wrap.research-top-news .top-research__date::before {
  content:  none;
}

.news-all-wrap.research-top-news .top-research__title {
  line-height:  1.15;
}

.news-all-wrap.research-top-news .top-research__description {
  margin-top:  30px;
}

.news-all-wrap.research-top-news .top-research__item-readmore {
  font-size:  1.8rem;
  line-height: 1.0;
  height:  40px;
  padding-left:  52px;
  display:  flex;
  align-items:  center;
  font-weight: 500;
  margin-top:  40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9903%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209903%22%20transform%3D%22translate(-267%20-3661)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20transform%3D%22translate(267%203661)%22%20fill%3D%22%23113364%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(1.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l6%2C6-6%2C6%22%20transform%3D%22translate(9517.604%20-1.002)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2215%22%20transform%3D%22translate(278.5%203681)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 40px auto;
  transition:  .2s;
}

.news-all-wrap.research-top-news .top-research__item a:hover .top-research__item-readmore {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10357%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010357%22%20transform%3D%22translate(-267%20-3661)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20transform%3D%22translate(267%203661)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23113364%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(1.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l6%2C6-6%2C6%22%20transform%3D%22translate(9517.604%20-1.002)%22%20fill%3D%22none%22%20stroke%3D%22%23113364%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2215%22%20transform%3D%22translate(278.5%203681)%22%20fill%3D%22none%22%20stroke%3D%22%23113364%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  transition:  .2s;
}

.research-news__readmore {
  text-align: right;
  margin-top:  42px;
  margin-bottom:  60px;
}

.research-news__readmore a {
  display:  inline-block;
  color: #333;
  width:  172px;
  font-size: 2.0rem;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264.889%22%20height%3D%228%22%20viewBox%3D%220%200%2064.889%208%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063%22%20transform%3D%22translate(-2105.111%20-2925.896)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_7%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%207%22%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2162%202925.896)%22%20fill%3D%22%23333%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x2%3D%2260%22%20transform%3D%22translate(2105.111%202929.896)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.research-news__readmore a:hover {
  text-decoration: none;
}

.research-news__readmore a span {
  transition: .2s;
  background-image: linear-gradient(#333, #333);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}

.research-news__readmore a:hover span {
  background-size: 100% 2px;
}

/* Research index 背景つき見出し  */
.research-title__width-img {
  height:  640px;
  position:  relative;
  display:  flex;
  align-items:  center;
  margin-top:  100px;
  margin-bottom:  80px;
}

.research-title__width-img a {
  color: #fff !important;
}

@media only screen and (max-width: 1200px) {
  .research-title__width-img {
    height:  auto;
    padding:  10vw 0;
  }
}

.container .research-title__width-img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} 

.research-title__width-img-text {
  color:  #fff;
  font-size: 6.8rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  max-width:  624px;
  line-height:  1.14;
  margin-left:  67px;
}

@media only screen and (max-width: 1200px) {
  .research-title__width-img-text {
    font-size: 4.0rem;
    margin-left:  20px;
  }
}

/* 共通 2カラム  */
.common-2col {
  display:  flex;
  width:  100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .common-2col {
    flex-direction: column;
  }
}

.common-2col__row {
  width: calc( (100% - 60px) / 2 );
}

@media only screen and (max-width: 1200px) {
  .common-2col__row {
    width:  100%;
    margin-bottom: 30px;
  }
}

.common-2col-6-4 .common-2col__row:first-child {
  width: calc(60% - 30px);
}

.common-2col-6-4 .common-2col__row:last-child {
  width: calc(40% - 30px);
}

@media only screen and (max-width: 1200px) {
  .common-2col-6-4 .common-2col__row:first-child,
  .common-2col-6-4 .common-2col__row:last-child {
    width:  100%;
  }
}


.common-2col__row > *:first-child {
  margin-top: 0;
}

/*左右MAX画像１*/
.common-img-banner__wrap {
  position: relative;
  margin: 60px 0;
  padding-top: 25vw;
}

.common-img-banner__wrap img {
  position:  absolute;
  top:  0;
  left:  0;
  width:  100%;
  height: 100%;
  object-fit: cover;
}

.common-img-banner__col1 {
    padding-top: 25vw;
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
}

/*左右MAX画像２*/
.common-img-banner__col2 {
  position: absolute;
  top: 0;
  width: 50vw;
  padding-top: 25vw;
}
.common-img-banner__wrap .common-img-banner__col2:first-child {
    left: calc(-50vw + 50%);
}
.common-img-banner__wrap .common-img-banner__col2:last-child {
    right: calc(-50vw + 50%);
}

/*左右MAX画像３*/
.common-img-banner__col3 {
  position: absolute;
  top: 0;
  width: calc(100vw/3);
  padding-top: 25vw;
}
.common-img-banner__wrap .common-img-banner__col3:first-child {
    left: calc(-50vw + 50%);
}
.common-img-banner__wrap .common-img-banner__col3:nth-child(2) {
    left: calc(50% - (50vw/3));
}
.common-img-banner__wrap .common-img-banner__col3:last-child {
    right: calc(-50vw + 50%);
}

/*左右MAX画像４*/
.common-img-banner__col4 {
  position: absolute;
  top: 0;
  width: calc(100vw/4);
  padding-top: 25vw;
}
.common-img-banner__wrap .common-img-banner__col4:first-child {
    left: calc(-50vw + 50%);
}
.common-img-banner__wrap .common-img-banner__col4:nth-child(2) {
    left: calc(50% - 25vw);
}
.common-img-banner__wrap .common-img-banner__col4:nth-child(3) {
    left: 50%;
}
.common-img-banner__wrap .common-img-banner__col4:last-child {
    right: calc(-50vw + 50%);
}

/* Other */

br.animation {
  /*display: none !important;*/
}
[data-area="content"] > span.animation,
[data-area="content"] > a.animation {
  display: inline-block;
}

.fr-html .top-features__item {
  color: #fff;
}

.global-sitemap__itemglobal-sitemap__item--lv3global-sitemap__dir-eventandvoice3-global-sitemap__linkglobal-sitemap__link--lv4no-indexlink014-wrap,
.global-sitemap__itemglobal-sitemap__item--lv3global-sitemap__dir-programs3-global-sitemap__linkglobal-sitemap__link--lv4no-indexlink014-wrap,
.global-sitemap__itemglobal-sitemap__item--lv3global-sitemap__dir-history3-global-sitemap__linkglobal-sitemap__link--lv4indexindex4-wrap {
  display: none !important;
}

/*サイトマップ*/
.container div.main .sitemap-item-lv2 {
  padding: 0 0 30px;
  border-top: 1px solid #ccc;
}
.container div.main .sitemap-link-lv2 {
  display: inline-block;
  padding: 15px 0 15px 0;
  font-weight: 500;
  font-size: 2rem;
}
.container div.main .sitemap-link-lv3 {
  color: #333;
}
.container div.main .sitemap-folder-lv2 {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container div.main .sitemap-folder-lv2 > * {
  width: 24.1%;
  margin-right: 1.2%;
}
.container div.main .sitemap-folder-lv2 > *:nth-child(4n) {
  margin-right: 0;
}
.sitemap > *:first-child,
.container div.main .sitemap-folder-lv2 > *:first-child {
  display: none;
}
.container div.main .sitemap-folder-lv3 {
  display: none;
}
.sitemap > *:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1159px) {
  .container div.main .sitemap-folder-lv2 > * {
    width: 100%;
  }
}
.footer__nav .footer__nav-list-level4 {
  display: none;
}
.sitemap__container {
  padding: 30px 60px 60px 60px;
  background-color: #222;
}
.sitemap__container .global-sitemap__item--lv2 {
  margin-bottom: 40px;
}
.sitemap__container .global-sitemap__link--lv2 {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
}
.sitemap__container .global-sitemap__link--lv3 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 2rem;
}
.sitemap__container .global-sitemap__link--lv3::before,
.sitemap__container .global-sitemap__link--lv3::after {
  content: none;
}
.sitemap__container .global-sitemap__link--lv3:hover {
  text-decoration: underline;
}
.sitemap__container .global-sitemap__link--lv4 {
  padding: 0;
  font-size: 1.5rem;
}
.sitemap__container .global-sitemap__link--lv4::before,
.sitemap__container .global-sitemap__link--lv4::after {
  content: none;
}
.sitemap__container .global-sitemap__link--lv4:hover {
  text-decoration: underline;
}
.sitemap__container .global-sitemap__folder--lv2 {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.sitemap__container .global-sitemap__folder--lv3 {
  height: auto;
  padding: 0;
  overflow: hidden;
}
.sitemap__container .global-sitemap__folder--lv2 > * {
  display: block;
  width: calc(25% - 30px);
  margin-bottom: 50px;
  margin-right: 40px;
  border-top: 1px solid #666;
}
.sitemap__container .global-sitemap__folder--lv2 > *:first-child {
  display: none;
}
.sitemap__container .global-sitemap__folder--lv2 > *:nth-child(4n+1) {
  margin-right: 0;
}
.sitemap__container .global-sitemap__folder--lv3 > * {
  display: block;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1200px) {
  .sitemap__container {
    padding: 20px 4vw 30px 4vw;
    background-color: #222;
  }
  .sitemap__container .global-sitemap__item--lv2 {
    margin-bottom: 30px;
  }
  .sitemap__container .global-sitemap__link--lv2 {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 2.1rem;
  }
  .sitemap__container .global-sitemap__link--lv3 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 1.8rem;
  }
  .sitemap__container .global-sitemap__link--lv4 {
    margin-left: 0;
  }
  .sitemap__container .global-sitemap__folder--lv2 > * {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.news-all-wrap.is-empty {
  margin-bottom: 50px;
  height: 1em;
}

.news-all-wrap.is-empty::before {
  content: '現在お知らせがありません';
}

.news-all-wrap.is-empty + .button1 {
  display: none;
}

/* ==========================================================================

サイト検索

========================================================================== */
body.under.page-search .container {
  display: block;
  min-height: inherit;
  overflow: initial;
}

body.under.page-search .container [data-area="content"] table {
  margin: 0;
}

body.under.page-search .container [data-area="content"] table th,
body.under.page-search .container [data-area="content"] table td {
  border: 0;
}

body.under.page-search .container [data-area="content"] a::after {
  content: none;
}

body.under.page-search .container [data-area="content"] .cp-external {
  margin: 0;
  position: static;
  z-index: initial;
}
@media only screen and (max-width: 1200px) {
  body.under.page-search .container [data-area="content"] {
    position: static;
  }
  body.under.page-search .container [data-area="content"] ::after {
    content: none;
    padding-top: 0;
  }
  body.under.page-search .container [data-area="content"] iframe {
    position: static;
  }
  body.under.page-search .container [data-area="content"] .cp-external::after {
    content: none;
    padding-top: 0;
  }
}

body.under.page-search .container .gsc-control-cse {
  border: 0;
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  body.under.page-search .container .gsc-control-cse {
    margin: 0;
    padding: 15px;
  }
}

body.under.page-search .gsc-wrapper {
  padding: 20px 0 0;
}

body.under.page-search .gsc-wrapper span {
  line-height: 2;
}

.styleable-description {
  max-width: inherit !important;
}

.index-nav--lv3-with-page img {
  max-width: 640px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .index-nav--lv3-with-page img {
    max-width: 100%;
  }
}

/* English  */
body.en-home {
	overflow: hidden;
	opacity: 0;
}

body.en-home.is-loaded {
	overflow: auto;
	opacity: 1.0;
	transition: .5s;
}

.nittai-en-home__programs {
	position:  relative;
	background-color:  #0e0e0e;
	z-index: 1;
	min-height:  1200px;
	padding: 0 0 70px;
	overflow: hidden;
}

.nittai-en-home__programs-catch {
	position: relative;
	font-size: 0;
	z-index: 1;
	-webkit-animation: programscatch 30s linear 0s infinite;
  animation: programscatch 30s linear 0s infinite;
	white-space: nowrap;
	line-height: 1.0;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223264%22%20height%3D%22355%22%20viewBox%3D%220%200%203264%20355%22%3E%20%3Ctext%20id%3D%22University_For_Top_Athletes_%22%20data-name%3D%22University%20For%20Top%20Athletes!%22%20transform%3D%22translate(0%20278)%22%20fill%3D%22%2345354d%22%20font-size%3D%22240%22%20font-family%3D%22NotoSansCJKjp-Bold%2C%20Noto%20Sans%20CJK%20JP%22%20font-weight%3D%22700%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EUniversity%20For%20Top%20Athletes!%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E');
	background-size: 3263px 355px;
	background-repeat:  repeat-x;
	color: transparent;
	height: 355px;
	left: -50%;
	letter-spacing: 0;
	line-height: 0px;
	position: absolute;
	top: 190px;
	width: calc(100vw + 3263px);
}

.fr-html .nittai-en-home__programs-catch {
  display: none;
}

@keyframes programscatch {
	0% {
		background-position: 0
	}
	to {
		background-position: -2455px
	}
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-catch {
		height: 150px;
		background-size: 1945px 150px;
		width: calc(100vw + 1945px);
	}
	@keyframes programscatch {
		0% {
			background-position: 0
		}
		to {
			background-position: -1945px;
		}
	}
}

.nittai-en-home__programs-bg {
	position: relative;
	z-index: 0;

}

.bg-grow-gl__wrap {
	position:fixed;
	width:10px;
	height:10px;
	max-width:  1vw;
	max-height:  1vh;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.ie .bg-grow-gl__wrap {
  position: absolute;
}

.bg-grow-gl__wrap svg {
	position:  fixed;
	top: calc(50% - 900px);
	left: calc(50% - 900px);
	width: 1800px;
	height:  1800px;
	filter: blur(15px);
	-ms-filter:blur(15px);
}

.ie .bg-grow-gl__wrap svg {
  position: absolute;
}

#engine{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;

}
#engine canvas {
		max-width: 100%;
		min-width: 100%;
		max-height: 100%;
		min-width: 100%;
}

.nittai-en-home__programs-link-button {
	position: relative;
	z-index: 1;

}

.nittai-en-home__programs-link-button a {
	display:  flex;
	position: relative;
	width:  100%;
	max-width:  960px;
	align-items:  center;
	justify-content: center;
	height:  119px;
	color:  #fff;
	font-weight: bold;
	font-size:  20px;
	background:-webkit-gradient(to right,#505699 0%, #6d7aa6 36.95%, #5e486f 74.88%, #533444 100%);
	background:-webkit-linear-gradient(to right,#505699 0%, #6d7aa6 36.95%, #5e486f 74.88%, #533444 100%);
	background:-moz-linear-gradient(to right,#505699 0%, #6d7aa6 36.95%, #5e486f 74.88%, #533444 100%);
	background: linear-gradient(to right,#505699 0%, #6d7aa6 36.95%, #5e486f 74.88%, #533444 100%);
}

.nittai-en-home__programs-link-button a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-link-button a {
		justify-content: flex-start;
		padding-left: 20px;
		font-size: 16px;
	}
}

.nittai-en-home__programs-link-button-wrap {
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	display: block;
	position: absolute;
	right: 50px;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-link-button-wrap {
		right: 10px;
	}
}

.nittai-en-home__programs-link-button-circle {
	width: 60px;
	height: 60px;
	top: 0;
	left:  0;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: center;
	z-index: 1;
	overflow: visible;
}

.nittai-en-home__programs-link-button-circle circle {
	stroke: #fff;
	stroke-dasharray: 200px;
	stroke-dashoffset: 200px;
	transition: stroke-dashoffset .75s cubic-bezier(.19,1,.22,1);
}

.nittai-en-home__programs-link-button a:hover .nittai-en-home__programs-link-button-circle circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset .75s cubic-bezier(.19,1,.22,1);
}

.nittai-en-home__programs-link-button-arrow {
	width: 23px;
	height: 18px;
	position: absolute;
	top: calc(50% - 9px);
	right: 16px;
	opacity:  .5;
	transition:  .2s;
}

.nittai-en-home__programs-link-button a:hover .nittai-en-home__programs-link-button-arrow {
	opacity:  1.0;
	transition:  .2s;
}

.nittai-en-home__programs-main {
	position: relative;
	z-index: 1;
	max-width: 1700px;
	padding:  0 20px;
	margin:  auto;
	margin-top: 475px;
}

.fr-html .nittai-en-home__programs-main {
  margin-top: 0;
  background: #0E0E0E;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-main {
		margin-top: 40px;
	}
}

.nittai-en-home__programs-main .top-academics__body-inner {
	display: flex;
	flex-wrap:  wrap;
	justify-content: space-between;
}

.nittai-en-home__programs-main .top-academics__item {
	margin:  0;
	margin-bottom:  60px;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-main .top-academics__item {
		margin-bottom: 0;
	}
}

.nittai-en-home__programs-main-head {
	padding-left: 204px;
	color:  #fff;
	position: relative;
	padding-right: 210px;
	min-height: 210px;
	margin-bottom:  90px;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-main-head {
		padding: 0 20px;
		display: flex;
		flex-direction: column-reverse;
		min-height: auto;
		margin-bottom: 50px;
	}
}

.nittai-en-home__programs-main-title h2 {
	font-size: 80px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 57px;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-main-title h2 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.nittai-en-home__programs-main-title h2 {
		font-size: 15vw;
		margin-bottom: 10vw;
	}
}

.nittai-en-home__programs-main-desc {
	font-size:  18px;
	max-width: 629px;
}


.nittai-en-home__programs-main-animation {
	position: absolute;
	width: 210px;
	height: 210px;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__programs-main-animation {
		position: relative;
		margin: auto;
	}
}

.nittai-en-home__programs-main-animation-text {
	width: 210px;
	height: 210px;
	-webkit-animation: animationtext 15s linear infinite;
  animation: animationtext 15s linear infinite;
	transform: rotate(0);
	transform-origin: center;
}


@keyframes animationtext {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.nittai-en-home__programs-main-animation #animation_container {
	position:  absolute;
	top:  calc(50% - 60px);
	left:  calc(50% - 60px);
}

.nittai-en-home__clubs {
	position:  relative;
	z-index: 1;
	min-height:  680px;
	background-color: #fff;
	padding-top:  110px;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__clubs {
		padding-top: 50px;
		min-height: auto;
	}
}

.nittai-en-home__clubs-inner {
	max-width: 1700px;
	padding: 0 20px;
	margin:  auto;
}

.nittai-en-home__clubs-thumb {
	position:  absolute;
	width:  50%;
	height:  100%;
	top:  0;
	right:  0;
}


@media screen and (max-width: 1200px) {
	.nittai-en-home__clubs-thumb {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		padding-top: 56.25%;
	}
}

.nittai-en-home__clubs-thumb img {
	position:  absolute;
	top: 0;
	left:  0;
	width:  100%;
	height:  100%;
	object-fit: cover;
}

.nittai-en-home__clubs-left {
	padding-left: 204px;
	width:  50%;
	padding-right: 85px;
}

.fr-html .nittai-en-home__clubs-left {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__clubs-left {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
	}
}

.nittai-en-home__clubs-head {
	font-size: 80px;
	font-weight: bold;
	line-height: 1.0;
}

@media screen and (max-width: 480px) {
	.nittai-en-home__clubs-head {
		font-size: 15vw;
	}
}

.nittai-en-home__clubs-desc {
	margin-top: 40px;
	font-size:  18px;
	line-height: 2.0;
	font-weight: 500;
}

.nittai-en-home__readmore-link {
	margin-top: 50px;
}

.nittai-en-home__readmore-link a {
	font-size: 16px;
	padding-left:  44px;
	position: relative;
	padding-top: 4px;
	font-weight: bold;
	color: #333;
}

.nittai-en-home__readmore-link a:hover {
  text-decoration: none;
}

.nittai-en-home__readmore-link a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 34px auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9903%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209903%22%20transform%3D%22translate(-333%20-2097)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%20transform%3D%22translate(333%202097)%22%20fill%3D%22%23113364%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(343.966%202108.809)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l5.062%2C5.061-5.062%2C5.061%22%20transform%3D%22translate(9237.696%20-3676.001)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2213%22%20transform%3D%22translate(0.034%205.191)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	transition: .2s;
}

.nittai-en-home__readmore-link a:hover::before,
.nittai-en-home__readmore-link.is-color-reverse a::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_25708%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2025708%22%20transform%3D%22translate(-333%20-2097)%22%3E%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_27886%22%20data-name%3D%22%E3%83%91%E3%82%B9%2027886%22%20transform%3D%22translate(333%202097)%22%20fill%3D%22%23fff%22%3E%20%3Cpath%20d%3D%22M%2017%2033.5%20C%2012.59269046783447%2033.5%208.449179649353027%2031.78370094299316%205.33273983001709%2028.66725921630859%20C%202.216300010681152%2025.55081939697266%200.5%2021.40731048583984%200.5%2017%20C%200.5%2012.59269046783447%202.216300010681152%208.449179649353027%205.33273983001709%205.33273983001709%20C%208.449179649353027%202.216300010681152%2012.59269046783447%200.5%2017%200.5%20C%2021.40731048583984%200.5%2025.55081939697266%202.216300010681152%2028.66725921630859%205.33273983001709%20C%2031.78370094299316%208.449179649353027%2033.5%2012.59269046783447%2033.5%2017%20C%2033.5%2021.40731048583984%2031.78370094299316%2025.55081939697266%2028.66725921630859%2028.66725921630859%20C%2025.55081939697266%2031.78370094299316%2021.40731048583984%2033.5%2017%2033.5%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%2017%201%20C%2012.72624969482422%201%208.708290100097656%202.664289474487305%205.686290740966797%205.686290740966797%20C%202.664289474487305%208.708290100097656%201%2012.72624969482422%201%2017%20C%201%2021.27375030517578%202.664289474487305%2025.29170989990234%205.686290740966797%2028.3137092590332%20C%208.708290100097656%2031.3357105255127%2012.72624969482422%2033%2017%2033%20C%2021.27375030517578%2033%2025.29170989990234%2031.3357105255127%2028.3137092590332%2028.3137092590332%20C%2031.3357105255127%2025.29170989990234%2033%2021.27375030517578%2033%2017%20C%2033%2012.72624969482422%2031.3357105255127%208.708290100097656%2028.3137092590332%205.686290740966797%20C%2025.29170989990234%202.664289474487305%2021.27375030517578%201%2017%201%20M%2017%200%20C%2026.38883972167969%200%2034%207.611160278320312%2034%2017%20C%2034%2026.38883972167969%2026.38883972167969%2034%2017%2034%20C%207.611160278320312%2034%200%2026.38883972167969%200%2017%20C%200%207.611160278320312%207.611160278320312%200%2017%200%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23113364%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(343.966%202108.809)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l5.062%2C5.061-5.062%2C5.061%22%20transform%3D%22translate(9237.696%20-3676.001)%22%20fill%3D%22none%22%20stroke%3D%22%23113364%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2213%22%20transform%3D%22translate(0.034%205.191)%22%20fill%3D%22none%22%20stroke%3D%22%23113364%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}


.nittai-en-home__readmore-link.is-color-reverse a:hover::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9903%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209903%22%20transform%3D%22translate(-333%20-2097)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%20transform%3D%22translate(333%202097)%22%20fill%3D%22%23113364%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_9902%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%209902%22%20transform%3D%22translate(343.966%202108.809)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9718%22%20data-name%3D%22%E3%83%91%E3%82%B9%209718%22%20d%3D%22M-9230.1%2C3676l5.062%2C5.061-5.062%2C5.061%22%20transform%3D%22translate(9237.696%20-3676.001)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1145%22%20data-name%3D%22%E7%B7%9A%201145%22%20x2%3D%2213%22%20transform%3D%22translate(0.034%205.191)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.nittai-en-home__readmore-link.is-color-reverse a {
	color: #fff;
}

.nittai-en-home__readmore-link.is-sp-only {
	display:  none;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__readmore-link.is-sp-only {
		display:  block;
	}
	.nittai-en-home__readmore-link.is-pc-only {
		display:  none;
	}
}


.nittai-en-home__olympic {
	min-height: 524px;
	background-color: #113364;
	position: relative;
	z-index: 1;
	padding-top: 110px;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__olympic {
		padding-top: 50px;
	}
}

.nittai-en-home__olympic-inner {
	max-width: 1300px;
	padding: 0 20px;
	margin:  auto;
	color: #fff;
	position: relative;
	z-index: 1;
	display:  flex;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__olympic-inner {
		flex-direction: column;
	}
}

.nittai-en-home__olympic-head {
	font-size: 80px;
	font-weight: bold;
	line-height: 1.0;
}

@media screen and (max-width: 480px) {
	.nittai-en-home__olympic-head {
		font-size: 15vw;
		margin-bottom: 10vw;
	}
}

.nittai-en-home__olympic-desc {
	margin-top: 40px;
	font-size:  18px;
	line-height: 2.0;
	font-weight: 500;
}

.nittai-en-home__olympic-box {
	width: 50%;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__olympic-box {
		width: 100%;
		padding-bottom: 40px;
	}
}

.nittai-en-home__olympic-medals {
	display: flex;
	justify-content: center;
}

.nittai-en-home__olympic-medal {
	width: 125px;
	height: 208px;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 125px auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22125%22%20height%3D%22207.65%22%20viewBox%3D%220%200%20125%20207.65%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_25707%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2025707%22%20transform%3D%22translate(-1130%20-4169.35)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_25697%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2025697%22%20transform%3D%22translate(29%2023.35)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_27779%22%20data-name%3D%22%E3%83%91%E3%82%B9%2027779%22%20d%3D%22M61.559%2C56.263H34.531a2.6%2C2.6%2C0%2C0%2C1-2.2-1.22L.4%2C3.975A2.6%2C2.6%2C0%2C0%2C1%2C2.6%2C0h27.03a2.6%2C2.6%2C0%2C0%2C1%2C2.2%2C1.219L63.761%2C52.289a2.6%2C2.6%2C0%2C0%2C1-2.2%2C3.974M35.97%2C51.07h20.9L28.188%2C5.195H7.283Z%22%20transform%3D%22translate(1115%204146)%22%20fill%3D%22%23f2f4f3%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_25696%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2025696%22%20transform%3D%22translate(1115%204146)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_27778%22%20data-name%3D%22%E3%83%91%E3%82%B9%2027778%22%20d%3D%22M82.087%2C114.854a2.6%2C2.6%2C0%2C0%2C1-2.6-2.6V100.91h-32v10.018a2.6%2C2.6%2C0%2C1%2C1-5.193%2C0V98.314a2.6%2C2.6%2C0%2C0%2C1%2C2.6-2.6h37.2a2.6%2C2.6%2C0%2C0%2C1%2C2.6%2C2.6v13.943a2.6%2C2.6%2C0%2C0%2C1-2.6%2C2.6%22%20transform%3D%22translate(-15.264%20-34.544)%22%20fill%3D%22%23f2f4f3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_27780%22%20data-name%3D%22%E3%83%91%E3%82%B9%2027780%22%20d%3D%22M61.559%2C56.262H34.531a2.6%2C2.6%2C0%2C0%2C1-2.2-1.219L.4%2C3.974A2.6%2C2.6%2C0%2C0%2C1%2C4.8%2C1.22L35.969%2C51.068h20.9L27.426%2C3.974a2.6%2C2.6%2C0%2C0%2C1%2C4.4-2.754L63.76%2C52.289a2.6%2C2.6%2C0%2C0%2C1-2.2%2C3.973%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23f2f4f3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_27781%22%20data-name%3D%22%E3%83%91%E3%82%B9%2027781%22%20d%3D%22M95.563%2C50.869a2.6%2C2.6%2C0%2C0%2C1-2.2-3.973l26.077-41.7H98.536l-14.1%2C22.547a2.6%2C2.6%2C0%2C0%2C1-4.4-2.753L94.9%2C1.22A2.6%2C2.6%2C0%2C0%2C1%2C97.1%2C0h27.03a2.6%2C2.6%2C0%2C0%2C1%2C2.2%2C3.973L97.767%2C49.649a2.59%2C2.59%2C0%2C0%2C1-2.2%2C1.219%22%20transform%3D%22translate(-28.741%20-0.001)%22%20fill%3D%22%23f2f4f3%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_3327%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%203327%22%20transform%3D%22translate(1130%204252)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%3E%20%3Ccircle%20cx%3D%2262.5%22%20cy%3D%2262.5%22%20r%3D%2262.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2262.5%22%20cy%3D%2262.5%22%20r%3D%2260%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__olympic-medal {
		width: 90px;
		height: 150px;
		background-size: 90px auto;
		padding-bottom: 15px;
	}
}

.nittai-en-home__olympic-medal-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.0;
}

.nittai-en-home__olympic-medal-count {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.0;
}

@media screen and (max-width: 1200px) {
	.nittai-en-home__olympic-medal-count {
		font-size: 42px;
	}
}

.nittai-en-home__olympic-bg-circle {
	position: absolute;
	z-index: 0;
	width: 594px;
	height: 594px;
	top: -135px;
	left: -95px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 594px auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22594%22%20height%3D%22594%22%20viewBox%3D%220%200%20594%20594%22%3E%20%3Cdefs%3E%20%3CradialGradient%20id%3D%22radial-gradient%22%20cx%3D%220.5%22%20cy%3D%220.5%22%20r%3D%220.5%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2372249a%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23113364%22%2F%3E%20%3C%2FradialGradient%3E%20%3C%2Fdefs%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_3325%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%203325%22%20cx%3D%22297%22%20cy%3D%22297%22%20r%3D%22297%22%20fill%3D%22url(%23radial-gradient)%22%2F%3E%3C%2Fsvg%3E');
}

.nittai-en-home__olympic-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 376px;
	background-color: #fff;
}

.nittai-en-home__olympic-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nittai-en-home__wrap {
	overflow-x: hidden;
}

.en-home .top-visual__text {
	font-size: 32px;
	letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .en-home .top-visual__text {
    font-size: 25px;
  }
}

.en-home .top-visual {
  background-color: #fff;
}

.en-home .footer {
  position: relative;
  z-index: 2;
}

.local-nav.index-page.olympics-page {
  display: none;
}

.ie .en-home #preloadjs-container {
  bottom: 0;
}



/* PC/SPで要素を出しわけ
-------------------------------------------------------------*/
.is-spOnly {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .is-pcOnly {
    display: none !important;
  }
  .is-spOnly {
    display: block !important;
  }
}

.cms .is-spOnly {
  display: block !important;
}

 /* 20240520 add */
 .oc-program__item{
   position: relative;
 }