@charset "UTF-8";
/*
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed|Noto+Sans+JP:400,500,700|Noto+Serif:400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&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');



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  background: transparent;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  *font: x-small;
  color: #333;
  font-size: 1.6em;
  letter-spacing: .8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 100%;
  }
}

html, body {
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

fieldset {
  margin: 0 2px;
  border: 1px solid #999;
  padding: .35em .625em .75em;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  outline: none;
}

a:visited {
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none !important;
}

ins {
  color: #000;
  background: #ff9;
  text-decoration: none;
}

mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

caption, th {
  text-align: left;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #ddd;
}

img {
  max-width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

input, select {
  vertical-align: middle;
}

button, select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

input[type='button'], input[type='submit'], input[type='search'], input[type='reset'], button {
  -webkit-appearance: none;
}

label {
  font-weight: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  padding: 0;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

[type='checkbox'], [type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a, area, button, input, label, select, textarea, [tabindex] {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

.empty {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

.empty::before,
.empty::after {
  display: none !important;
}


::placeholder {
  font-weight: normal;
  color: #aaa;
  font-size: 1.4rem;
}



.moreBtnBox {
  position: relative;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .moreBtnBox {
    width: 69px;
  }
}

.moreBtnBox::after {
  position: absolute;
  content: '';
  top: 0;
  right: 12px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 2;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .moreBtnBox::after {
    right: 6px;
  }
}

.moreBtnBox a,
.moreBtnBox .links {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -.02em;
  text-decoration: none;
  background: #1d6cbc;
  box-shadow: 0 0 0 1px #1d6cbc;
  font-family: 'Ubuntu Condensed', sans-serif;
}
@media screen and (min-width: 769px) {
  .moreBtnBox a:not(.noHover):hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .moreBtnBox a,
  .moreBtnBox .links {
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: -.01em;
  }
}

.moreBtnBox.white::before {
  content: '';
  background: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .moreBtnBox.white::before {
    height: 8px;
  }
}

.moreBtnBox.white::after {
  background: url(/albums/css/basic-top_smart/abm00001417.svg) center center no-repeat;
  background-size: cover;
}

.moreBtnBox.white .links,
.moreBtnBox.white a {
  background: #fff;
  color: #1d6cbc;
}



input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-text-fill-color: black;
  opacity: 1;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}



.mincho {
  font-weight: 300;
  font-family: 'Noto Sans Japanese', serif;
}


body.ie .mincho {
  letter-spacing: .15em;
  font-weight: 400;
font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}


.ubuntu {
  font-weight: 400;
  font-family: 'Ubuntu Condensed', sans-serif;
}



.clearTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.fitMovie {
  position: absolute;
}

#responsibleCheck {
  width: 1px;
  height: 0;
}
@media screen and (min-width: 769px) and (max-width: 1259px) {
  #responsibleCheck {
    width: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #responsibleCheck {
    width: 2px;
  }
}


.spOnly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

img[src$=".svg"] {
  width: 100%;
}



.continer {
  width: 100%;
  overflow: hidden;
  position: relative;
}



.emergencyInfo .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 20px;
}

.emergencyInfo .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

.emergencyInfo .txt {
  text-align: center;
  padding: 12px 0 0;
}


.btnBox.normal.back {
  position: absolute;
  top: 117px;
  right: 20px;
  width: auto;
  max-width: initial;
}
.btnBox.normal.back a {
  padding: 11px 30px 11px 20px;
}
@media only screen and (max-width: 768px) {
  .btnBox.normal.back {
    position: absolute;
    top: 50px;
    right: 15px;
  }
  .btnBox.normal.back a {
    font-size: 1.3rem;
    padding: 8px 30px 8px 10px;
  }
}



a {
  color: #1d6cbc;
  transition: .2s;
}
@media screen and (min-width: 1024px) {
  a:not(.noHover):hover {
    opacity: .8;
  }
}


a[href^="tel:"] {
  cursor: inherit;
  text-decoration: none;
  color: #333;
}
a[href^="mailto:"] {
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"]:not(.noHover):hover {
    color: #333;
  }
  a[href^="mailto:"]:not(.noHover):hover {
    opacity: 1;
  }
}

a[href^="tel:"]::after,
a[href^="mailto:"]::after {
  display: none !important;
}






.categoryLists {
  border-top: 1px solid #92b7dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.categoryLists > div:first-of-type {
  display: none;
}

.categoryLists a.lv2-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #fff;
  padding: 17px 40px 18px 20px;
  white-space: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .categoryLists a.lv2-link {
    margin: 0;
    padding: 13px 32px 13px 15px;
    font-size: 1.4rem;
    position: relative;
  }
}

.categoryLists a.current {
  background: #fe9618;
}

.categoryLists .categoryList {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #92b7dd;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.categoryLists .categoryList .lnav-folder {
  display: none;
  border-top: 1px solid #92b7dd;
  background: #fff;
}

.categoryLists .categoryList .categoryList:last-child {
  border-bottom: 0;
}

.categoryLists .categoryList .lv3-item {
  position: relative;
}

.categoryLists .categoryList .lv3-item::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 14px;
  height: 10px;
  background: url(/albums/css/basic-top_smart/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .categoryLists .categoryList .lv3-item::after {
    right: 19px;
    width: 11px;
    height: 6px;
  }
}

.categoryLists .categoryList a.lv3-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #1d6cbc;
  padding: 19px 40px 19px 37px;
  white-space: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .categoryLists .categoryList a.lv3-link {
    width: 100%;
    display: block;
    height: 100%;
    font-size: 1.4rem;
    padding: 13px 31px 13px 20px;
    box-sizing: border-box;
    color: #1d6cbc;
  }
}

.categoryLists.ja #category9,
.categoryLists.ja #category10,
.categoryLists.ja #category11 {
  display: none;
}




.triggerBox {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 20px;
  width: 15px;
  height: 15px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .triggerBox {
    width: 14px;
    height: 14px;
    right: 18px;
  }
}

.triggerBox .miniTrigger {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    z-index: 2;
}

.triggerBox .miniTrigger span {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #fff;
}
@media only screen and (max-width: 768px) {
  .triggerBox .miniTrigger span {
    width: 14px;
  }
}

.triggerBox .miniTrigger span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.triggerBox .miniTrigger span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.triggerBox .miniTrigger.open span:nth-of-type(1) {
    display: none;
}

.triggerBox .miniTrigger.open span:nth-of-type(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



.basicArea {
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .basicArea {
    margin: 0 0 60px;
  }
}



#displays {
  display: none;
}



#overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 120%;
  background: none;
}



@media print { 
  .header,
  .footer,
  .searchArea,
  .inputBox,
  .navSide { 
    display: none !important;
  }

  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }

  .continer.detail .breadsWrap {
    margin: 0;
  }

  .breadsWrap {
    background: none;
  }

  .breadsWrap .breads {
    background: none;
    color: #000;
  }

  .breadsWrap .breads li a {
    color: #000;
  }

  .breadsWrap .breads li::after {
    color: #000;
  }

  .basicArea .twoInner .articleContents {
    width: 100%;
  }

  [data-area="content"] .cp-accordion-content {
    display: block !important;
  }

  body.basic.en,
  body.basic.es,
  body.error,
  body.ones {
    padding: 0;
  }

  @page {
    margin: 20px;
  }
}


@media print and (-ms-high-contrast: none) {
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}



.header {
  letter-spacing: -.01em;
  width: 100%;
  position: relative;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(29,108,188, .95);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
@media only screen and (max-width: 1259px) {
  .header {
    min-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    min-height: 55px;
  }
}

.header.bgOn::before {
  content: '';
  background: rgba(29,108,188, .95);
  width: 600vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
  z-index: 1;
}
@media only screen and (max-width: 1259px) {
  .header.bgOn::before {
    display: none;
  }
}

.header.bgOn #gNav ul li {
  opacity: .15;
}

.header.modal {
  z-index: 10;
}

.header li {
  list-style: none;
}

.header .inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  .header .inner {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.header .inner .logo {
  -webkit-transition: .2s;
  transition: .2s;
  max-width: 200px;
  position: absolute;
  margin: 35px 0 0;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 769px) and (max-width: 1259px) {
  .header .inner .logo {
    max-width: 160px;
    width: 100%;
    margin: auto 0 auto 15px;
    position: static;
    opacity: 1;
  }
  body.ie .header .inner .logo {
    margin: 5px 0 auto 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header .inner .logo {
    max-width: 120px;
    width: 100%;
    margin: auto 8px auto 10px;
    position: static;
    opacity: 1;
  }
  body.ie .header .inner .logo {
    margin: 10px 8px auto 10px;
  }
}

.header .inner .logo a {
  width: 100%;
  padding-top: 14.945%;
  display: block;
  background: url(/albums/css/basic-top_smart/abm00001399.svg) center center no-repeat;
  background-size: contain;
}

.header .inner .logo a::before,
.header .inner .logo a::after {
  content: none;
}

.header .inner .rightNav {
  box-sizing: border-box;
  border-bottom: 1px solid #92b7dd;
  float: right;
  position: relative;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 1259px) {
  .header .inner .rightNav {
    display: none;
  }
}


.header.on {
  transition: .2s;
  transform: translateY(-50px);
}
.header.on .inner .rightNav {
  transition: .2s;
  transform: translateY(-100%);
}

.header.on .inner .logo {
  margin-top: 56px;
}




.header .inner .rightNav .tops {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 11px 0 12px;
  border-right: 1px solid #92b7dd;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.header .inner .rightNav .tops .mainSubLists {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin: -4px -3px 0 20px;
}

body.ie .header .inner .rightNav .tops .mainSubLists {
  margin: -4px 17px 0 0;
}

.header .inner .rightNav .tops .mainSubLists li {
  margin-right: 23px;
}

.header .inner .rightNav .tops .mainSubLists li:last-child {
  margin-right: 18px;
}

.header .inner .rightNav .tops .mainSubLists li a {
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
}

.header .inner .rightNav .tops .subLink {
  background: #fff;
  border-radius: 13px;
  box-sizing: border-box;
  padding: 6px 15px;
}

.header .inner .rightNav .tops .subLink ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .inner .rightNav .tops .subLink ul li {
  font-size: 1.2rem;
  padding-right: 6px;
  margin-right: 3px;
  position: relative;
  line-height: 1.2;
  white-space: nowrap;
}

.header .inner .rightNav .tops .subLink ul li::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #1d6cbc;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.header .inner .rightNav .tops .subLink ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header .inner .rightNav .tops .subLink ul li:last-child::after {
  display: none;
}

.header .inner .rightNav .tops .subLink ul li a {
  color: #1d6cbc;
}

.header .inner .rightNav .tops .subBtn {
  background: #92b7dd;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 13px;
  box-sizing: border-box;
  padding: 3px 14px 0;
  margin: 0 1.030927835051546%;
}

.header .inner .rightNav .tops .subBtn a {
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.header .inner .rightNav .tops .lang {
  position: relative;
  margin-top: -12px;
  margin-bottom: -12px;
  width: 73px;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: all .4s;
  transition: all .4s;
}
@media screen and (min-width: 1024px) {
  .header .inner .rightNav .tops .lang:not(.noHover):hover {
    background: #135eab;
  }
}

.header .inner .rightNav .tops .lang > a {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  display: block;
  width: 73px;
  height: 100%;
  padding: 14px 10px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .header .inner .rightNav .tops .lang a:not(.noHover):hover {
    opacity: 1;
  }
}

.header .inner .rightNav .tops .lang > a::before {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #92b7dd;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
}

.header .inner .rightNav .tops .lang > a::after {
  position: absolute;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 8px;
  height: 4px;
  background: url(/albums/css/basic-top_smart/abm00001418.svg) 0 0 no-repeat;
  background-size: contain;
}

.header .inner .rightNav .tops .lang .menu {
  z-index: 2;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  width: 130px;
  top: 50px;
  right: -1px;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #92b7dd;
  background: #135eab;
  max-height: 0;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .header .inner .rightNav .tops .lang:not(.noHover):hover .menu {
    max-height: 9999px;
    opacity: 1;
  }
}

.header .inner .rightNav .tops .lang .menu ul li {
  border-bottom: 1px solid #92b7dd;
  position: relative;
}

.header .inner .rightNav .tops .lang .menu ul li:last-child {
  border-bottom: none;
}

.header .inner .rightNav .tops .lang .menu ul li a {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 14px 17px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .header .inner .rightNav .tops .lang .menu ul li a:not(.noHover):hover {
    opacity: .8;
  }
}

.header .inner .rightNav .tops .lang .menu ul li::after {
  position: absolute;
  content: '' !important;
  top: 0;
  right: 15px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 11px !important;
  height: 6px !important;
  background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
  background-size: 11px 6px;
}

.header #gNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  opacity: 0;
}
@media only screen and (max-width: 1259px) {
  .header #gNav {
    right: 0 !important;
  }
}

.header #gNav:after {
  content: '';
  display: table;
  clear: both;
}

.header #gNav>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1259px) {
  .header #gNav>ul {
    display: none;
  }
}

.header #gNav>ul>li {
  margin-right: 43px;
}

.header #gNav>ul>li:last-of-type {
  margin-right: 42px;
}

.header #gNav>ul>li>a {
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  height: 100%;
  padding: 28px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .header #gNav>ul>li>a:not(.noHover):hover::after {
    top: 68px;
    opacity: 1;
    visibility: visible;
  }
  .header #gNav>ul>li>a:not(.noHover):hover::before {
    opacity: 1;
    visibility: visible;
  }
  .header #gNav>ul>li>a.current::after {
    top: 68px;
    opacity: 1;
    visibility: visible;
  }
  .header #gNav>ul>li:not(.noHover):hover>a::after {
    top: 68px;
    opacity: 1;
    visibility: visible;
  }
  .header #gNav>ul>li:not(.noHover):hover>a::before {
    opacity: 1;
    visibility: visible;
  }
  .header #gNav>ul>li>a:not(.noHover):hover {
    opacity: 1 !important;
  }
}

.header #gNav>ul>li>a::after {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  margin: 0 auto;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.header #gNav>ul .menu {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  width: 100%;
  top: 69px;
  left: inherit;
  position: absolute;
  z-index: 2;
  background: rgba(29,108,188, .95);
  max-height: 0;
  opacity: 0;
}

.header #gNav>ul .menu::before {
  content: '';
  background:#92b7dd;
  width: 600vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
  z-index: 3;
}

.basicLists,
#headerListArea {
  display: none;
}

.header #gNav>ul .menu .menuInner {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
}

.header #gNav>ul .menu .menuInner .imgMainBox {
  width: 33.02083333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

.header #gNav>ul .menu .menuInner .imgMainBox:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,.4);
}

.header #gNav>ul .menu .menuInner .imgMainBox:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}

.header #gNav>ul .menu .menuInner .imgMainBox .ttls {
  position: relative;
  z-index: 5;
  text-align: center;
}

.header #gNav>ul .menu .menuInner .imgMainBox .ttls .ja {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

.header #gNav>ul .menu .menuInner .imgMainBox .ttls .ja::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 1px;
  content: '';
  background: #fff;
}

.header #gNav>ul .menu .menuInner .imgMainBox .ttls .en {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: normal;
}




.header #gNav>ul .menu .menuInner .contentsNavi {
  width: 66.97916666666667%;
  box-sizing: border-box;
  min-height: 401px;
  padding: 50px 3.554502369668246% 50px 3.554502369668246%;
}

.header #gNav>ul .menu .menuInner .contentsNavi a.lv2-link {
  display: none;
}


.header #gNav>ul .menu .menuInner .contentsNavi .lv2-folder {
  width: 100%;
  box-sizing: border-box;
  max-width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  
}

.header #gNav>ul .menu .menuInner .contentsNavi .lv2-folder > div:first-of-type {
  display: none; 
}

.header #gNav>ul .menu .menuInner .contentsNavi .lv2-folder [data-cms-id="235"] {
  display: none;
}

.header #gNav>ul .menu .menuInner .contentsNavi .lv3-item {
  box-sizing: border-box;
  border-bottom: 1px solid #92b7dd;
  position: relative;
  width: 41.49745%;
}

.header #gNav>ul .menu .menuInner .contentsNavi .lv3-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 4px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
  background-size: contain;
}

.header #gNav>ul .menu .menuInner .contentsNavi .lv3-item a {
  color: #fff;
  font-size: 1.4rem;
  padding: 13px 15px 14px 25px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.header #gNav>ul .menu .menuInner.menu1 .imgMainBox:after {
  background: url(/albums/css/basic-top_smart/abm00001623.jpg) no-repeat center center;
  background-size: cover;
}

.header #gNav>ul .menu .menuInner.menu1 .contentsNavi .lv2-folder {
  height: 354px;
}
.header #gNav>ul .menu .menuInner.menu1 .contentsNavi .lv3-item:nth-child(2){
  border-top: 1px solid #92b7dd;
}


.header #gNav>ul .menu .menuInner.menu2 .imgMainBox:after {
  background: url(/albums/css/basic-top_smart/abm00001624.jpg) no-repeat center center;
  background-size: cover;
}

.header #gNav>ul .menu .menuInner.menu2 .contentsNavi .lv2-folder {
  height: 354px;
}
.header #gNav>ul .menu .menuInner.menu2 .contentsNavi .lv3-item:nth-child(2){
  border-top: 1px solid #92b7dd;
}


.header #gNav>ul .menu .menuInner.menu3 .imgMainBox:after {
  background: url(/albums/css/basic-top_smart/abm00001621.jpg) no-repeat center center;
  background-size: cover;
}

.header #gNav>ul .menu .menuInner.menu3 .contentsNavi .lv2-folder {
  height: 354px;
}
.header #gNav>ul .menu .menuInner.menu3 .contentsNavi .lv3-item:nth-child(2) {
  border-top: 1px solid #92b7dd;
}


.header #gNav>ul .menu .menuInner.menu4 .imgMainBox:after {
  background: url(/albums/css/basic-top_smart/abm00001620.jpg) no-repeat center center;
  background-size: cover;
}

.header #gNav>ul .menu .menuInner.menu4 .contentsNavi .lv2-folder {
  height: 300px;
}
.header #gNav>ul .menu .menuInner.menu4 .contentsNavi .lv3-item:nth-child(2){
  border-top: 1px solid #92b7dd;
}

.header #gNav>ul .menu .menuInner.menu5 .imgMainBox:after {
  background: url(/albums/css/basic-top_smart/abm00001619.jpg) no-repeat center center;
  background-size: cover;
}

.header #gNav>ul .menu .menuInner.menu5 .contentsNavi .lv2-folder {
  height: 300px;
}
.header #gNav>ul .menu .menuInner.menu5 .contentsNavi .lv3-item:nth-child(2){
  border-top: 1px solid #92b7dd;
}

.header #gNav>ul .menu .menuInner.menu6 .imgMainBox:after {
  background: url(/albums/css/basic-top_smart/abm00001618.jpg) no-repeat center center;
  background-size: cover;
}

.header #gNav>ul .menu .menuInner.menu6 .contentsNavi .lv2-folder {
  height: 300px;
}
.header #gNav>ul .menu .menuInner.menu6 .contentsNavi .lv3-item:nth-child(2) {
  border-top: 1px solid #92b7dd;
}


.header #gNav>ul .menu .menuInner.menu7 .imgMainBox:after {
  background: url(/albums/css/basic-top_smart/abm00001622.jpg) no-repeat center center;
  background-size: cover;
}

.header #gNav>ul .menu .menuInner.menu7 .contentsNavi .lv2-folder {
  height: 354px;
}
.header #gNav>ul .menu .menuInner.menu7 .contentsNavi .lv3-item:nth-child(2) {
  border-top: 1px solid #92b7dd;
}



.header #gNav .searchBtn {
  display: flex;
  z-index: 12;
  position: relative;
}
@media screen and (max-width: 1259px) {
  .header #gNav .searchBtn {
    display: none;
  }
}

.header #gNav .searchBtn a {
  position: relative;
  font-size: 0;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
  background: #313131;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin: auto 0;
  box-sizing: border-box;
}

.header #gNav .searchBtn a::after {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  background: url(/albums/css/basic-top_smart/abm00001420.svg) no-repeat center center;
  background-size: contain;
}

.header #gNav .searchBtn a.active::after {
  width: 17px;
  height: 17px;
  background: url(/albums/css/basic-top_smart/abm00001421.svg) no-repeat center center;
  background-size: contain;
}

.searchArea {
  position: absolute;
  z-index: 11;
  top: -1px;
  right: 0;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  transform: translateY(0%) !important;
  padding: 17px 38px 16px 0;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 1259px) {
  .searchArea {
    right: 0 !important;
    top: 0;
    padding: 29px 0 31px;
    border-top: 1px solid #92b7dd;
    border-bottom: 1px solid #92b7dd;
    background: rgba(29,108,188, .95);
  }
}
@media only screen and (max-width: 768px) {
  .searchArea {
    padding: 14px 0;
  }
}

.searchArea .searchSpBtn {
  display: none;
}

.searchArea .inputBox {
  overflow: hidden;
  position: relative;
  width: 380px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 38px;
  border-radius: 19px;
  margin-right: 11px;
  float: right;
}
@media only screen and (max-width: 1259px) {
  .searchArea .inputBox {
    margin-right: 0;
    float: none;
  }
  .searchArea .searchInner {
    display: flex;
    justify-content: center;
  }
  .searchArea .searchSpBtn {
    display: block;
    margin: 0 0 0 11px;
    z-index: 2;
    position: relative;
  }
  .searchArea .searchSpBtn a {
    position: relative;
    font-size: 0;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    background: #313131;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin: auto 0;
    box-sizing: border-box;
  }
  .searchArea .searchSpBtn a::after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 17px;
    background: url(/albums/css/basic-top_smart/abm00001421.svg) no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .searchArea .inputBox {
    height: 30px;
    width: 275px;
  }
  .searchArea .searchInner {
    justify-content: flex-end;
    padding: 0 12px;
  }
  .searchArea .searchSpBtn {
    width: 30px;
    height: 30px;
    margin: 0 0 0 13px;
    display: block;
  }
  .searchArea .searchSpBtn a {
    width: 30px;
    height: 30px;
  }
  .searchArea .inputBox input[type='text'] {
    padding: 0 0 0 10px !important;
    width: calc(100% - 45px) !important;
  }
  .searchArea .inputBox .submitBtn {
    width: 40px !important;
    background-size: 13px 13px !important;
  }
}

.searchArea .inputBox:after {
  content: '';
  display: table;
  clear: both;
}

.searchArea .inputBox input[type='text'] {
  border: none;
  font-size: 1.4rem;
  width: calc(100% - 59px);
  padding: 0 0 0 15px;
  margin: auto 0 auto 5px;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .searchArea .inputBox input[type='text'] {
    height: 30px;
    font-size: 1.6rem;
  }
}

.searchArea .inputBox .submitBtn {
  -webkit-transition: .2s;
  transition: .2s;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  width: 54px;
  height: 38px;
  background: #fff url(/albums/css/basic-top_smart/abm00001422.svg) no-repeat center center;
  background-size: 22px 22px;
}
@media only screen and (max-width: 768px) {
  .searchArea .inputBox .submitBtn {
    height: 30px;
  }
}

.searchArea .inputBox .submitBtn[disabled]:not(.noHover):hover {
  cursor: not-allowed;
}
@media screen and (min-width: 769px) {
  .header #gNav>ul>li:not(.noHover):hover .menu,
  .header #gNav>ul>li:not(.noHover):hover .menuList {
    max-height: 9999px;
    opacity: 1;
  }
}

.spMenu {
  display: none;
}


@media screen and (min-width: 1024px) {
  .spMenu ul li.lang > a:not(.noHover):hover {
    opacity: 1 !important;
  }
}
.spMenu ul li.lang:not(.noHover):hover {
  background: #135eab !important;
}

@media screen and (max-width: 1259px) {
  .spMenu {
    display: flex;
  }

  .spMenu ul {
    display: flex;
  }

  .spMenu ul > li {
    width: 82px;
    position: relative;
  }

  .spMenu ul > li::before {
    position: absolute;
    height: 45px;
    margin: auto 0;
    width: 1px;
    background: rgba(255,255,255,.5);
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
  }

  .spMenu ul li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: .04em;
    padding: 0;
  }

  .spMenu ul li > a span {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
  }
  .spMenu ul li.lang > a::before {
    position: absolute;
    content: '';
    margin: auto;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    background: url(/albums/css/basic-top_smart/abm00001425.svg) no-repeat center center;
    background-size: contain;
  }

  .spMenu ul li.searchBtn > a::before {
    position: absolute;
    content: '';
    margin: auto;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 21px;
    height: 21px;
    background: url(/albums/css/basic-top_smart/abm00001420.svg) no-repeat center center;
    background-size: contain;
  }

  .spMenu ul li.access > a::before {
    position: absolute;
    content: '';
    margin: auto;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 26px;
    background: url(/albums/css/basic-top_smart/abm00001423.svg) no-repeat center center;
    background-size: contain;
  }

  .spMenu ul li .menu {
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    width: 130px;
    top: 60px;
    right: -1px;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #92b7dd;
    background: #135eab;
    max-height: 0;
    opacity: 0;
  }

  .spMenu ul li .menu ul {
    display: block;
  }

  .spMenu ul li .menu ul li {
    width: 100%;
    border-bottom: 1px solid #92b7dd;
  }

  .spMenu ul li .menu ul li:last-child {
    border-bottom: none;
  }

  .spMenu ul li .menu ul li::before {
    display: none;
  }

  .spMenu ul li .menu ul li::after {
    position: absolute;
    content: '';
    top: 0;
    right: 15px;
    bottom: 0;
    left: inherit;
    margin: auto 0;
    z-index: 10;
    width: 11px !important;
    height: 6px !important;
    background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
    background-size: 11px 6px;
  }

  .spMenu ul li .menu ul li a {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 14px 17px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .spMenu ul > li {
    width: 52px;
  }
  .spMenu ul li > a {
    letter-spacing: normal;
  }
  .spMenu ul li > a span {
    font-size: 1rem;
  }
  .spMenu ul li.lang > a::before {
    width: 19px;
    height: 19px;
    background: url(/albums/css/basic-top_smart/abm00001425.svg) no-repeat center center;
    background-size: contain;
  }
  .spMenu ul li.searchBtn > a::before {
    width: 16px;
    height: 16px;
    background: url(/albums/css/basic-top_smart/abm00001420.svg) no-repeat center center;
    background-size: contain;
  }
  .spMenu ul li.access > a::before {
    width: 12px;
    height: 20px;
    background: url(/albums/css/basic-top_smart/abm00001423.svg) no-repeat center center;
    background-size: contain;
  }

  .spMenu ul li .menu {
    top: 55px;
    left: 0;
    right: inherit;
    width: 407%;
  }

  .spMenu ul li .menu ul li > a {
    font-size: 1.3rem;
    padding: 18px 20px 19px;
  }

  .spMenu ul li .menu ul li::after {
    right: 20px;
  }
}

.spMenu ul li.lang:not(.noHover):hover .menu {
  max-height: 9999px;
  opacity: 1;
}



.mainMenu {
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #313131;
  transition: .2s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 1259px) {
  .mainMenu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mainMenu {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenu:not(.noHover):hover {
    opacity: .8;
  }
}

.mainMenu.drawerClose {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.mainMenu a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .mainMenu a {
    width: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenu a:not(.noHover):hover {
    opacity: 1 !important;
  }
}

.mainMenu a span {
  top: 50%;
  width: 21px;
  height: 1px;
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mainMenu a span {
    width: 18px;
  }
}

.mainMenu a span::before {
  top: 50%;
  right: 0;
  width: 21px;
  height: 1px;
  margin-top: -10px;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
@media screen and (max-width: 768px) {
  .mainMenu a span::before {
    width: 18px;
  }
}

.mainMenu a span::after {
  top: 50%;
  right: 0;
  width: 21px;
  height: 1px;
  margin-top: 9px;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
@media screen and (max-width: 768px) {
  .mainMenu a span::after {
    width: 18px;
  }
}

.mainMenu a span.iconClose {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainMenu a span.iconClose::before,
.mainMenu a span.iconClose::after {
  width: 21px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .mainMenu a span.iconClose::before,
  .mainMenu a span.iconClose::after {
    width: 18px;
  }
}

.mainMenu a span.iconClose::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mainMenu a span.iconClose::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


#drawer {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 120%;
  background: #1d6cbc;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  #drawer {
    top: 55px;
  }
}

#drawer.spScroll #drawerInner {
  width: 100%;
  padding-right: 0;
}

#drawer #drawerInner {
  z-index: 10000;
  position: relative;
  padding: 0;
  width: calc(100% + 17px);
  padding-right: 17px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner {
    padding-right: 0;
    overflow-x: hidden;
  }
}

#drawer #drawerInner ul li {
  list-style: none;
}

#drawer #drawerInner .drawerContents {
  padding: 0 0 48px;
}

#drawer #drawerInner .linkTop {
  background: #135eab;
}

#drawer #drawerInner .linkTop ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#drawer #drawerInner .linkTop ul li {
  width: 50%;
  border-right: 1px solid #92b7dd;
  border-bottom: 1px solid #92b7dd;
  position: relative;
  box-sizing: border-box;
}

#drawer #drawerInner .linkTop ul li:nth-child(2n) {
  border-right: none;
}

#drawer #drawerInner .linkTop ul li a {
  -webkit-transition: .2s;
  transition: .2s;
  padding: 17px 40px 18px 20px;
  line-height: 1.4;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .linkTop ul li a {
    font-size: 1.4rem;
    padding: 13px 27px 13px 25px;
    letter-spacing: -.01em;
  }
}

#drawer #drawerInner .linkTop ul li a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 14px;
  height: 10px;
  background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .linkTop ul li a::after {
    width: 11px;
    height: 6px;
    right: 17px;
  }
}

#drawer #drawerInner .linkTop ul li a[target="_blank"]::after {
  display: none !important;
}

#drawer #drawerInner .bottomsBox {
  padding: 40px 70px 48px;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox {
    padding: 40px 3.90625% 48px;
  }
}

#drawer #drawerInner .bottomsBox .subBtn {
  border-radius: 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .subBtn {
    border-radius: 20px;
  }
}

#drawer #drawerInner .bottomsBox .subBtn a {
  border-radius: 25px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 10px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #77a9dc;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .subBtn a {
    border-radius: 20px;
    font-size: 1.4rem;
    padding: 11px 10px;
  }
}

#drawer #drawerInner .bottomsBox .underTopLinks {
  border: 1px solid #92b7dd;
}

#drawer #drawerInner .bottomsBox .underTopLinks li {
  border-bottom: 1px solid #92b7dd;
  box-sizing: border-box;
}

#drawer #drawerInner .bottomsBox .underTopLinks li:last-child {
  border-bottom: none;
}

#drawer #drawerInner .bottomsBox .underTopLinks li a {
  display: block;
  height: 100%;
  padding: 16px 10px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .underTopLinks li a {
    font-size: 1.4rem;
    padding: 7px 10px 8px;
    letter-spacing: -.01em;
  }
}

#drawer #drawerInner .bottomsBox .underTopLinks li.request a::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -35px;
  width: 23px;
  height: 27px;
  background: url(/albums/css/basic-top_smart/abm00001426.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .underTopLinks li.request a::before {
    width: 15px;
    height: 17px;
    margin: auto 0 auto -26px;
  }
}

#drawer #drawerInner .bottomsBox .underTopLinks li.contact a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -35px;
  z-index: 2;
  width: 26px;
  height: 19px;
  background: url(/albums/css/basic-top_smart/abm00001427.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .underTopLinks li.contact a::before {
    width: 16px;
    height: 12px;
    margin: auto 0 auto -26px;
  }
}

#drawer #drawerInner .bottomsBox .underBottomsLinks {
  border-top: 1px solid #92b7dd;
  border-left: 1px solid #92b7dd;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 43px;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .underBottomsLinks {
    margin: 40px 0;
  }
}

#drawer #drawerInner .bottomsBox .underBottomsLinks li {
  border-right: 1px solid #92b7dd;
  border-bottom: 1px solid #92b7dd;
  box-sizing: border-box;
  width: 50%;
}

#drawer #drawerInner .bottomsBox .underBottomsLinks li a {
  display: block;
  height: 100%;
  padding: 16px 10px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .underBottomsLinks li a {
    padding: 9px 0;
    font-size: 1.4rem;
    white-space: nowrap;
    letter-spacing: -.01em;
  }
}

#drawer #drawerInner .bottomsBox .sns ul {
  display: flex;
  justify-content: center;
}

#drawer #drawerInner .bottomsBox .sns ul li {
  margin-left: 30px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .sns ul li {
    width: 36px;
    height: 36px;
    margin-left: 10px;
  }
}

#drawer #drawerInner .bottomsBox .sns ul li:first-child {
  margin-left: 0;
}

#drawer #drawerInner .bottomsBox .sns ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

@media screen and (min-width: 1024px){
  #drawer #drawerInner .bottomsBox .sns ul li a:not(.noHover):hover {
    opacity: .8;
  }
}

#drawer #drawerInner .bottomsBox .sns ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

#drawer #drawerInner .bottomsBox .sns ul li.fb a::before {
  width: 13px;
  height: 23px;
  background: url(/albums/css/basic-top_smart/abm00001401.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .sns ul li.fb a::before {
    width: 10px;
    height: 17px;
  }
}

#drawer #drawerInner .bottomsBox .sns ul li.ig a::before {
  width: 23px;
  height: 23px;
  background: url(/albums/css/basic-top_smart/abm00001402.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .sns ul li.ig a::before {
    width: 17px;
    height: 17px;
  }
}

#drawer #drawerInner .bottomsBox .sns ul li.tw a::before {
  width: 24px;
  height: 19px;
  background: url(/albums/css/basic-top_smart/abm00001403.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .sns ul li.tw a::before {
    width: 18px;
    height: 15px;
  }
}

#drawer #drawerInner .bottomsBox .sns ul li.line a::before {
  width: 30px;
  height: 29px;
  background: url(/albums/css/basic-top_smart/abm00001405.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .sns ul li.line a::before {
    width: 23px;
    height: 22px;
  }
}

#drawer #drawerInner .bottomsBox .sns ul li.yt a::before {
  width: 28px;
  height: 20px;
  background: url(/albums/css/basic-top_smart/abm00001404.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #drawer #drawerInner .bottomsBox .sns ul li.yt a::before {
    width: 20px;
    height: 15px;
  }
}

.header.es .inner .logo,
.header.en .inner .logo {
  margin: 39px 0 0;
  max-width: inherit;
  width: 202px;
}
@media screen and (max-width: 1259px) and (min-width: 769px){
  .header.es .inner .logo,
  .header.en .inner .logo {
    max-width: 215px;
    margin: auto 0 auto 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header.es .inner .logo,
  .header.en .inner .logo {
    max-width: 141px;
    margin: auto 8px auto 10px;
  }
}

.header.es .inner .logo a,
.header.en .inner .logo a {
  width: 100%;
  padding-top: 4.945%;
  display: block;
  background: url(/albums/css/basic-top_smart/abm00001656.svg) center center no-repeat;
  background-size: contain;
}

.header.es.on .inner .logo,
.header.en.on .inner .logo {
  margin-top: 62px;
}


.header.en .inner .rightNav .tops .subLink {
  margin: 0 10px 0 702px;
}
.header.es .inner .rightNav .tops .subLink {
  margin: 0 10px 0 646px;
}

#drawer.es #drawerInner .bottomsBox .underBottomsLinks,
#drawer.en #drawerInner .bottomsBox .underBottomsLinks {
  margin: 0 0 40px;
}


.header.es #gNav>ul .menu .menuInner .contentsNavi .lv3-link,
.header.en #gNav>ul .menu .menuInner .contentsNavi .lv3-link {
  display: none;
}

.header.es #gNav>ul .menu .menuInner .contentsNavi .lv4-item,
.header.en #gNav>ul .menu .menuInner .contentsNavi .lv4-item {
  box-sizing: border-box;
  border-bottom: 1px solid #92b7dd;
  position: relative;
  width: 41.49745%;
}

.header.es #gNav>ul .menu .menuInner .contentsNavi .lv4-item a,
.header.en #gNav>ul .menu .menuInner .contentsNavi .lv4-item a {
  color: #fff;
  font-size: 1.4rem;
  padding: 13px 15px 14px 25px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.header.es #gNav>ul .menu .menuInner .contentsNavi .lv4-item::before,
.header.en #gNav>ul .menu .menuInner .contentsNavi .lv4-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 4px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
  background-size: contain;
}

.header.es #gNav>ul .menu .menuInner .contentsNavi .lv4-item:nth-child(1),
.header.en #gNav>ul .menu .menuInner .contentsNavi .lv4-item:nth-child(1) {
  border-top: 1px solid #92b7dd;
}



.backToTop {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 768px) {
  .backToTop {
    right: 0;
    bottom: 75px;
    width: 40px;
    height: 40px;
  }
}

.backToTop a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-transition: background .3s;
  transition: background .3s;
}
@media screen and (min-width: 1024px) {
  .backToTop a:not(.noHover):hover {
    background: rgba(0,0,0,1);
  }
}

.backToTop a::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 23px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .backToTop a::before {
    top: 18px;
    left: 15px;
    width: 9px;
    height: 9px;
  }
}

.backToTop a::after {
  content: '';
  position: absolute;
  top: 27px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .backToTop a::after {
    top: 17px;
    left: 15px;
    width: 9px;
    height: 9px;
  }
}


.footer {
  overflow: hidden;
  letter-spacing: .12em;
  position: relative;
  z-index: 2;
}


.footer a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.footer a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
@media screen and (min-width: 1024px){
  .footer a:not(.noHover):hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
  }
  .footer a:not(.noHover):hover {
    opacity: 1;
  }
}


.footer li {
  list-style: none;
}

.footer .topsInner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 81px 20px 80px;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  min-height: 804px;
}
@media only screen and (max-width: 768px) {
  .footer .topsInner {
    padding: 0;
    background: #1d6cbc;
    position: static;
    display: block;
    min-height: inherit;
  }
}

.footer .topsInner::before {
  content: '';
  background: #1d6cbc;
  width: 600vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .footer .topsInner::before {
    display: none;
  }
}

.footer .topsInner .footerLists {
  opacity: 0;
  width: 25%;
  z-index: 1;
  position: relative;
  border-left: 1px solid rgba(255,255,255, .5);
}
@media only screen and (max-width: 768px) {
  .footer .topsInner .footerLists {
    display: none;
  }
}

.footer .topsInner .footerLists .ttl {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: .04em;
  margin: -4px 9.554140127388535% 18px;
}

.footer .topsInner .footerLists .ttl.bottoms {
  margin-top: 63px;
}

.footer .topsInner .footerLists .contentsFtNavi {
  margin: 0 9.554140127388535%;
}

.footer .topsInner .footerLists .contentsFtNavi .lv2-link {
  display: none;
}

.footer .topsInner .footerLists .contentsFtNavi .contentsNaviList {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 3px;
  letter-spacing: .04em;
}

.footer .topsInner .footerLists .contentsFtNavi .contentsNaviList:last-child {
  margin-bottom: 0;
}

#ftContenstList {
  display: none;
}
@media only screen and (max-width: 768px) {
  #ftContenstList {
    display: block;
  }
}

.footer .bottomsInner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner {
    padding: 0 5px;
  }
}

.footer .bottomsInner::before {
  content: '';
  background: #135eab;
  width: 600vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
  z-index: 1;
}

.footer .bottomsInner .topsInfo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .topsInfo {
    display: block;
    padding: 20px 0 19px;
  }
  .footer .bottomsInner .topsInfo .mainLinkList {
    display: none;
  }
}

.footer .bottomsInner .mainLinkList ul {
  display: flex;
}
@media screen and (max-width: 1024px) and (min-width: 769px){
  .footer .bottomsInner .mainLinkList ul {
    justify-content: center;
  }
}
@media screen and (max-width: 768px){
  .footer .bottomsInner .mainLinkList ul {
    display: block;
    margin: 0 0 15px;
  }
}

.footer .bottomsInner .mainLinkList ul li {
  font-size: 1.4rem;
  margin-right: 32px;
}
@media screen and (max-width: 768px){
  .footer .bottomsInner .mainLinkList ul li {
    margin: 0 0 10px;
  }
}

.footer .bottomsInner .sns ul {
  display: flex;
  justify-content: center;
}

.footer .bottomsInner .sns ul li {
  margin-left: 25px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
}
@media screen and (max-width: 768px){
  .footer .bottomsInner .sns ul li {
    margin-left: 10px;
  }
}

.footer .bottomsInner .sns ul li:first-child {
  margin-left: 0;
}

.footer .bottomsInner .sns ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

@media screen and (min-width: 1024px){
  .footer .bottomsInner .sns ul li a:not(.noHover):hover {
    opacity: .8;
  }
  .footer .bottomsInner .sns ul li a:not(.noHover):hover::after {
    content: none !important;
  }
}

.footer .bottomsInner .sns ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.footer .bottomsInner .sns ul li.fb a::before {
  width: 11px;
  height: 19px;
  background: url(/albums/css/basic-top_smart/abm00001401.svg) 0 0 no-repeat;
  background-size: contain;
}
.footer .bottomsInner .sns ul li.ig a::before {
  width: 19px;
  height: 19px;
  background: url(/albums/css/basic-top_smart/abm00001402.svg) 0 0 no-repeat;
  background-size: contain;
}
.footer .bottomsInner .sns ul li.tw a::before {
  width: 20px;
  height: 16px;
  background: url(/albums/css/basic-top_smart/abm00001403.svg) 0 0 no-repeat;
  background-size: contain;
}
.footer .bottomsInner .sns ul li.line a::before {
  width: 25px;
  height: 24px;
  background: url(/albums/css/basic-top_smart/abm00001405.svg) 0 0 no-repeat;
  background-size: contain;
}
.footer .bottomsInner .sns ul li.yt a::before {
  width: 23px;
  height: 17px;
  background: url(/albums/css/basic-top_smart/abm00001404.svg) 0 0 no-repeat;
  background-size: contain;
}

.footer .bottomsInner .sns ul li.pod a::before {
  width: 30px;
  height: 12px;
  background-image: url(/albums/css/basic-top_smart/abm00006078.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .bottomsInner .sns ul li.pod a::after {
  content: none;
}


.footer .bottomsInner .bottomsInfo {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 33px 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo {
    display: block;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.5);
  }
}

.footer .bottomsInner .bottomsInfo::before {
  content: '';
  background: rgba(255,255,255,.5);
  width: 600vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo::before {
    display: none;
  }
}

.footer .bottomsInner .bottomsInfo a[href^="tel:"] {
  color: #fff;
}
@media screen and (min-width: 1024px){
  .footer .bottomsInner .bottomsInfo a[href^="tel:"]:not(.noHover):hover {
    color: #fff !important;
  }
}

.footer .bottomsInner .bottomsInfo .footerlogo {
  max-width: 220px;
  margin: 0 33px 0 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo .footerlogo {
    max-width: 146px;
    margin: 0 auto 15px;
  }
}

.footer .bottomsInner .bottomsInfo .footerlogo img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .bottomsInner .bottomsInfo .txt {
  font-size: 1.3rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .bottomsInfo .txt {
    text-align: center;
    line-height: 1.6;
    font-size: 1.2rem;
    letter-spacing: .09em;
  }
}

.footer .bottomsInner .copy {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1;
  font-size: 1.1rem;
  text-align: center;
  padding: 54px 0 55px;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .copy {
    line-height: 1.2;
    font-size: 1rem;
    padding: 21px 0;
    border-top: 1px solid rgba(255,255,255,.5);
  }
}

.footer .bottomsInner .copy::before {
  content: '';
  background: rgba(255,255,255,.5);
  width: 600vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer .bottomsInner .copy::before {
    display: none;
  }
}


.top .poss {
  position: absolute;
  z-index: 9;
  bottom: 27px;
  left: 29px;
}
@media only screen and (max-width: 1024px) {
  .top .poss {
    display: none;
  }
}

.cms-page-edit .poss {
  display: none;
}

.top .poss p {
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  letter-spacing: normal;
}

.top .firstviewBtn {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.top .firstviewBtn::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.top .firstviewBtn.animIn::before {
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: transform 0.9s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.top .firstviewBtn.animOut::before {
  -ms-transform-origin: center top;
  transform-origin: center top;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; 
}



.top .openCumpusLink {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .top .openCumpusLink {
    bottom: 15px;
  }
}

.top .openCumpusLink > div {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .top .openCumpusLink > div {
    max-width: 27.083333333333336vw;
  }
}

.top .openCumpusLink a {
  display: block;
  width: 100%;
  height: 100%;
}

.top .openCumpusLink a:hover {
  opacity: .7;
}

.top .openCumpusLink a img {
  width: 100%;
  height: 100%;
}



.top section.mainVisualArea {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea {
    height: auto;
    min-height: 100%;
  }
}

.top section.mainVisualArea .sliderContainer {
  opacity: 0;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer {
    margin: 0 0 45px;
  }
}

.top section.mainVisualArea .sliderContainer .slick-dots {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: 10px;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .slick-dots {
    bottom: -28px;
  }
}

.top section.mainVisualArea .sliderContainer .slick-dots li {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  background: #e5e5e5;
  -webkit-transition: .2s;
  transition: .2s;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0 5px 0 0;
  }
}

.top section.mainVisualArea .sliderContainer .slick-dots li::before {
  display: none;
}

.top section.mainVisualArea .sliderContainer .slick-dots li:last-of-type {
  margin: 0;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider.slick-initialized {
  display: block;
  margin: 0;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg {
  padding-top: 100vh;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg {
    padding-top: 80vh;
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox {
  position: absolute;
  font-weight: bold;
  top: 46%;
  left: 0;
  z-index: 2;
  padding: 0 0 0 30px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox {
    padding: 0;
    top: 39%;
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .en {
  color: #fff;
  font-size: 5.6rem;
  letter-spacing: .01em;
  text-shadow: 0px 0px 7px #030303;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .en {
    font-size: 6.841145833333334vw;
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .ja {
  color: #fff;
  font-size: 4.7rem;
  letter-spacing: -.02em;
  text-shadow: 0px 0px 7px #030303;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .ja {
    font-size: 4.886718750000001vw;
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox br {
  display: none;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top section.mainVisualArea .sliderContainer .slick-dots li:not(.noHover).slick-active {
  background: #1d6cbc;
}
@media screen and (min-width: 1024px) {
  .top section.mainVisualArea .sliderContainer .slick-dots li:not(.noHover):hover {
    background: #1d6cbc;
    transition: .2s;
  }
}



.top .multipleItem {
  display: none;
  margin: 50px 0 60px;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem {
    margin: 48px 0 79px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem {
    margin: 0 0 69px;
  }
}

.top .multipleItem.slick-initialized {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-list {
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-list {
    margin: 0;
  }
}

.top .multipleItem .bnr.slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .bnr.slick-slide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .bnr.slick-slide {
    margin: 0 10px;
  }
}

.top .multipleItem .bnr.slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .top .multipleItem .bnr.slick-slide a:not(.noHover):hover {
    opacity: .9;
  }
}

.top .multipleItem .bnr.slick-slide a .imgBox {
  display: block;
  background: #217fc4;
}

.top .multipleItem .bnr.slick-slide a .imgBox img {
  width: 100%;
  height: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
}

.top .multipleItem .slick-active.slick-current a .imgBox img {
  opacity: 1 !important;
}

.top .multipleItem .slick-slide a .txt {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: .9375vw;
  width: 88.57142857142857%;
  background: rgba(29,108,188, .9);
  padding: 5.3% 10px;
  box-sizing: border-box;
  margin: -9.02857% auto 0;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-slide a .txt {
    font-size: 1.953125vw;
    padding: 9px 10px;
    margin: -8.02857% auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-slide a .txt {
    font-size: 2.125vw;
    padding: 1.948% 10px;
    margin: -12.987878% auto 0;
  }
}

.top .multipleItem .slick-prev,
.top .multipleItem .slick-next {
  z-index: 9;
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  background: rgba(0,0,0,.5);
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  top: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-prev,
  .top .multipleItem .slick-next {
    height: 25px;
    width: 25px;
  }
}

.top .multipleItem .slick-prev::before,
.top .multipleItem .slick-next::before {
  position: absolute;
  content: '';
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.top .multipleItem .slick-prev {
  left: 10px; 
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-prev {
    left: 15px;
  }
}

.top .multipleItem .slick-prev::before {
  width: 22px;
  height: 12px;
  background: url(/albums/css/basic-top_smart/abm00001575.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-prev::before {
    width: 12px;
    height: 7px;
  }
}

.top .multipleItem .slick-next {
  right: 10px;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-next {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-next {
    right: 15px;
  }
}

.top .multipleItem .slick-next::before {
  width: 22px;
  height: 12px;
  background: url(/albums/css/basic-top_smart/abm00001419.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-next::before {
    width: 12px;
    height: 7px;
  }
}

@media screen and (min-width: 1024px) {
  .top .multipleItem .slick-prev:not(.noHover):hover,
  .top .multipleItem .slick-next:not(.noHover):hover {
    opacity: .8;
  }
}

.top .multipleItem .slick-dots {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -43px;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-dots {
    bottom: -28px;
  }
}

.top .multipleItem .slick-dots li {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  background: #e5e5e5;
  -webkit-transition: .2s;
  transition: .2s;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0 5px 0 0;
  }
}

.top .multipleItem .slick-dots li:not(.noHover).slick-active {
  background: #1d6cbc;
}

.top .multipleItem .slick-dots li:last-of-type {
  margin: 0;
}

.top .multipleItem .slick-dots li::before {
  display: none;
}

.top .ob__ttl {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  font-size: 4.2rem;
  text-align: center;
  position: relative;
  color: #1d6cbc;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top .ob__ttl {
    font-size: 2.6rem;
  }
}

.top .ob__ttl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -92px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background: #1d6cbc;
  width: 1px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .top .ob__ttl::after {
    height: 17px;
    bottom: -49px;
  }
}


.top section.ob__persontoface {
  width: 100%;
  height: 100%;
  background: url(/albums/css/basic-top_smart/abm00001577.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface {
    background: url(/albums/css/basic-top_smart/abm00001577.jpg) center bottom no-repeat;
    background-size: 100% 100%;
  }
}

.top section.ob__persontoface .ob__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 117px 20px 119px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner {
    padding: 110px 0 11.9140625%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner {
    padding: 60px 0 15.625%;
  }
}

.top section.ob__persontoface .ob__inner::after {
  content: 'SPECIAL SITE';
  position: absolute;
  left: -76%;
  top: -6%;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  color: #f1f3f6;
  opacity: .15;
  font-size: 15rem;
  font-weight: 400;
  font-family: 'Ubuntu Condensed', sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner::after {
    left: -67%;
    top: 12%;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner::after {
    top: inherit;
    left: inherit;
    right: -1.5vw;
    bottom: -8.31vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 18.229166666666668vw;
  }
}

.top section.ob__persontoface .ob__inner .ob__ttlimg {
  text-align: center;
  margin: 0 auto;
  max-width: 709px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__ttlimg {
    width: 69.23828125%;
  }
}
@media screen and (max-width: 768x) {
  .top section.ob__persontoface .ob__inner .ob__ttlimg {
    width: 88.93229166666666%;
  }
}
.top section.ob__persontoface .ob__inner .ob__ttlimg img {
  display: inline-block;
}

.top section.ob__persontoface .ob__inner .ob__maintxt {
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.8;
  margin: 46px 0 51px;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__maintxt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 26px 0 25px;
  }
}

.top section.ob__persontoface .ob__inner .ob__boximg a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-top: 23.809523809523807%;
  background: url(/albums/css/basic-top_smart/abm00001599.png) center bottom no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a {
    width: 86.328125%;
    padding-top: 21.875%;
    background: url(/albums/css/basic-top_smart/abm00001600.png) center bottom no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a {
    width: 100%;
    padding-top: 45.57291666666667%;
    background: url(/albums/css/basic-top_smart/abm00001601.png) center bottom no-repeat;
    background-size: cover;
  }
}

.top section.ob__persontoface .ob__inner .ob__boximg a[target="_blank"]::after {
  display: none;
}

.top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  padding: 17px 68px 17px 30px;
  background: rgba(255,255,255,.9);
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl {
    font-size: 4.6875vw;
    padding: 2.218% 8.39% 2.21% 4.321%;
  }
}

.top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl::after {
  position: absolute;
  content: '';
  top: 0;
  right: 30px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-top_smart/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl::after {
    right: 5.4%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underboximg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: .7936507936507936% 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underboximg {
    width: 86.328125%;
    margin: 1.1848341232227488% auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underboximg {
    width: 100%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg {
  width: 49.60317460317461%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg {
    width: 49.43438914027149%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a {
    width: 100％;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  padding: 15px 68px 15px 30px;
  background: rgba(255,255,255,.9);
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl {
    font-size: 2.5390625vw;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl {
    font-size: 3.385416666666667vw;
    padding: 3.91% 22.670% 3.91% 4.321%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl::after {
  position: absolute;
  content: '';
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-top_smart/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl::after {
    right: 5.4%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg.left .ob__sttl {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top section.ob__persontoface .ob__inner .ob__underimg.right .ob__sttl {
  position: absolute;
  top: 0;
  left: 0;
}


.top section.ob__persontoface .ob__inner .ob__underimg.left .tops a {
  width: 100%;
  padding-top: 40%;
  background: url(/albums/css/basic-top_smart/abm00001602.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .tops a {
    padding-top: 41.18993135011442%;
    background: url(/albums/css/basic-top_smart/abm00001603.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .tops a {
    padding-top: 65.854%;
    background: url(/albums/css/basic-top_smart/abm00001604.png) center center no-repeat;
    background-size: cover;
  }
}


.top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms {
  margin-top: 1.6%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms {
    margin-top: 2.2883295194508007%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms a {
  width: 100%;
  padding-top: 48%;
  background: url(/albums/css/basic-top_smart/abm00001605.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms a {
    padding-top: 49.65675057208238%;
    background: url(/albums/css/basic-top_smart/abm00001606.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms a {
    padding-top: 79.019%;
    background: url(/albums/css/basic-top_smart/abm00001607.png) center center no-repeat;
    background-size: cover;
  }
}


.top section.ob__persontoface .ob__inner .ob__underimg.right .tops a {
  width: 100%;
  padding-top: 48%;
  background: url(/albums/css/basic-top_smart/abm00001608.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .tops a {
    padding-top: 49.65675057208238%;
    background: url(/albums/css/basic-top_smart/abm00001609.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .tops a {
    padding-top: 79.019%;
    background: url(/albums/css/basic-top_smart/abm00001610.png) center center no-repeat;
    background-size: cover;
  }
}


.top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms {
  margin-top: 1.6%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms {
    margin-top: 2.2883295194508007%;
  }
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms .ob__sttl {
    bottom: 0;
    top: inherit;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms .ob__sttl {
    bottom: inherit;
    top: 0;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms a {
  width: 100%;
  padding-top: 40%;
  background: url(/albums/css/basic-top_smart/abm00001611.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms a {
    padding-top: 41.18993135011442%;
    background: url(/albums/css/basic-top_smart/abm00001612.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms a {
    padding-top: 65.854%;
    background: url(/albums/css/basic-top_smart/abm00001613.png) center center no-repeat;
    background-size: cover;
  }
}

.top section.ob__persontoface .ob__inner .ob__beforetxt {
  color: #e60012;
}

.top section.ob__persontoface .ob__inner .ob__aftertxt {
  color: #1d6cbc;
}

.top section.ob__persontoface .ob__inner .ob__underimg a::after,
.top section.ob__persontoface .ob__inner .ob__underimg a::after {
  display: none;
}

.top section.ob__persontoface .ob__inner span {
  display: inline-block;
}


.top section.ob__department {
  width: 100%;
  height: 100%;
  background: url(/albums/css/basic-top_smart/abm00001576.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top section.ob__department {
    background: url(/albums/css/basic-top_smart/abm00001597.png) center bottom no-repeat;
    background-size: 100% 100%;
  }
}

.top section.ob__department .ob__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 110px 20px 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner {
    padding: 110px 0px 118px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner {
    padding: 44px 0px 15.755208333333334%;
  }
}

.top section.ob__department .ob__inner::after {
  content: 'DEPARTMENT';
  position: absolute;
  right: -401px;
  left: inherit;
  top: 560px;
  margin: 0;
  z-index: 1;
  color: #fff;
  font-size: 15rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'Ubuntu Condensed', sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner::after {
    right: -317px;
    top: 56.78%;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner::after {
    top: inherit;
    left: -2.1vw;
    bottom: -3.31vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 18.229166666666668vw;
  }
}

.top section.ob__department .ob__inner .ob__maintxt {
  text-align: center;
  font-size: 2.2rem;
  color: #1d6cbc;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.9;
  margin: 47px 0 67px;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__maintxt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 21px 0 25px;
  }
}

.top section.ob__department .ob__inner .ob__facultybox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox {
    width: 86.23046875%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox {
    width: 96.875%;
    justify-content: center;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks {
  width: 19.682539682539684%;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks {
    width: 32.25806451612903%;
    margin-right: 1.6129032258064515%;
  }
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks:nth-child(3n),
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks:last-child {
    margin-right: 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl {
  width: 87.5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1259px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl {
    padding: .39714058776806993vw;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl {
    padding: .6510416666666667vw;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 7.63% 5px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.6);
  align-items: center;
  justify-content: center;
  display: flex;
  letter-spacing: normal;
}
@media screen and (max-width: 1259px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 1.9062748212867355vw;
  }
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 1.7578125vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 3.78vw;
    letter-spacing: -.02em;
    line-height: 1.2;
    padding: 6.3% 5px;
  }
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 3.1vw;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl {
  background: rgba(244,181,93,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9.32%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl {
    bottom: -9.9%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl {
    bottom: -9.25%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl h3 {
  background: rgba(244,181,93,.9);
}

body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl{
 bottom: 14.32%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl{
    bottom: 13.5%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl{
    bottom: 5.25%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__imgbox {
  margin: 64.51612903225806% 0 0;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__imgbox {
    margin: 35.41666666666667% 0 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl {
  background: rgba(236,174,193,.6);
  position: absolute;
  left: 0;
  right: 0;
  top: -9.11%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl {
    top: -9.71%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl {
    top: -8.71%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl h3 {
  background: rgba(236,174,193,.9);
}


body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl{
 top: -7.11%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl{
    top: -7.71%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl{
    top: -7.71%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__imgbox {
  margin: 16.129032258064516% 0 0;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__imgbox {
    margin: 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
  background: rgba(133,212,147,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9.09%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: -10.29%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: -9.29%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl h3 {
  background: rgba(133,212,147,.9);
}


body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
 bottom: 14.09%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: 13.5%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: 5.5%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__imgbox {
  margin: 48.38709677419355% 0 0;
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
  background: rgba(191,147,202,.6);
  position: absolute;
  left: 0;
  right: 0;
  top: -9.11%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -9.71%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -8.71%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl h3 {
  background: rgba(191,147,202,.9);
}

body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
 top: -7.11%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -7.71%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -6.71%;
  }
}


@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese {
    margin: 3.90625% 0 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
  background: rgba(136,195,238,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9.32%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: -9.9%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: -9.25%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl h3 {
  background: rgba(136,195,238,.9);
}


body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
 bottom: 13.78%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: 13.5%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: 6.1%;
  }
}

.top section.ob__infoguide {
  background: #f1f3f6;
}

.top section.ob__infoguide .ob__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 110px 20px 69px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__inner {
    padding: 50px 15px 38px;
  }
}

.top section.ob__infoguide .ob__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 57px 0 50px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links {
    display: block;
    margin: 27px 0 0;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn {
  width: 47.5%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn {
    width: 47.96747967479675%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn {
    width: 100%;
    margin: 0 0 20px;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background: #1d6cbc;
  font-size: 1.8rem;
  position: relative;
  box-sizing: border-box;
  padding: 36px 30px 36px 115px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn a {
    text-align: center;
    font-size: 2.2rem;
    padding: 30px 36px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn a {
    font-size: 1.4rem;
    padding: 14px 36px;
    font-weight: 600;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 30px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 2;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
  background-size: 13px 7px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn a::after {
    right: 15px;
    width: 11px;
    height: 6px;
    background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
    background-size: 11px 6px;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn a::before {
  margin: auto 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  content: '';
}

.top section.ob__infoguide .ob__links .ob__linkbtn.ob__left a::before {
  left: 45px;
  width: 41px;
  height: 30px;
  background: url(/albums/css/basic-top_smart/abm00001580.svg) center center no-repeat;
  background-size: 41px 30px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__left a::before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__left a::before {
    left: 22px;
    width: 30px;
    height: 22px;
    background: url(/albums/css/basic-top_smart/abm00001580.svg) center center no-repeat;
    background-size: 30px 22px;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn.ob__right a::before {
  left: 50px;
  width: 29px;
  height: 24px;
  background: url(/albums/css/basic-top_smart/abm00001581.svg) center center no-repeat;
  background-size: 29px 24px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__right a::before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__right a::before {
    left: 24px;
    width: 25px;
    height: 20px;
    background: url(/albums/css/basic-top_smart/abm00001581.svg) center center no-repeat;
    background-size: 25px 20px;
  }
}


.top section.ob__infoguide .ob__underlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn {
  width: 30%;
  box-sizing: border-box;
  margin: 0 0 51px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn {
    width: 47.96747967479675%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn {
    width: 47.31638418079096%;
    margin: 0 0 22px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1d6cbc;
  background: #fff;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 111px 0 30px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn a {
    font-size: 1.3rem;
    white-space: nowrap;
    letter-spacing: -.05em;
    padding: 59px 0 16px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  background: #1d6cbc;
  width: 83.33333333333334%;
  height: 4px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn a::after {
    height: 2px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn a::before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(1) a::before {
  top: 46px;
  width: 48px;
  height: 48px;
  background: url(/albums/css/basic-top_smart/abm00001589.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(1) a::before {
    top: 25px;
    width: 26px;
    height: 26px;
  }
}


.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(2) a::before {
  top: 44px;
  width: 47px;
  height: 52px;
  background: url(/albums/css/basic-top_smart/abm00001583.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(2) a::before {
    top: 24px;
    width: 26px;
    height: 28px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(3) a::before {
  top: 50px;
  width: 48px;
  height: 49px;
  background: url(/albums/css/basic-top_smart/abm00001585.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(3) a::before {
    top: 27px;
    width: 27px;
    height: 27px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(4) a::before {
  top: 48px; 
  width: 49px;
  height: 42px;
  background: url(/albums/css/basic-top_smart/abm00001590.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(4) a::before {
    top: 26px;
    width: 27px;
    height: 23px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(5) a::before {
  top: 46px;
  width: 45px;
  height: 45px;
  background: url(/albums/css/basic-top_smart/abm00001591.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(5) a::before {
    top: 26px;
    width: 25px;
    height: 25px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(6) a::before {
  top: 46px;
  width: 37px;
  height: 49px;
  background: url(/albums/css/basic-top_smart/abm00001584.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(6) a::before {
    top: 26px;
    width: 20px;
    height: 27px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn h3 {
  padding: 0 0 37px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn h3 {
    padding: 0 0 15px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn .moreBtnBox {
  margin: 0 auto;
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn .moreBtnBox .links {
  line-height: 1;
  padding: 7px 10px 9px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn .moreBtnBox .links {
    font-size: 1.3rem;
    padding: 4px 10px 5px;
  }
}

.top .top-important {
  display: none;
  background: #313131;
}

.top .top-important.openElem {
  display: block;
}

.top .nb__importantbox {
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox {
    padding: 0;
    min-height: 90px;
  }
}

.top .nb__importantbox::before {
  content: '';
  background: #b5121f;
  position: absolute;
  top: -10px;
  left: 20px;
  margin: 0;
  z-index: 1;
  width: 17.76%;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox::before {
    width: 22.422%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox::before {
    left: 0;
    width: 26.041666666666668%;
  }
}

.top .nb__importantbox::after {
  content: '';
  background: #b5121f;
  position: absolute;
  bottom: -10px;
  left: 20px;
  margin: 0;
  z-index: 1;
  width: 17.76%;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox::after {
    width: 22.422%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox::after {
    left: 0;
    width: 26.041666666666668%;
  }
}

.top .nb__importantbox a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.top .nb__importantbox a time {
  letter-spacing: -.02em;
  font-weight: 500;
}

.top .nb__importantbox dt {
  background: #b5121f;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 18.253968253968253%;
  overflow: hidden;
  min-height: 210px;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox dt {
    width: 23.3739837398374%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt {
    width: 26.041666666666668%;
    min-height: 95px;
  }
}

.body.ie.top .nb__importantbox dt {
  font-family: "Noto Sans Japanese", sans-serif;
}

.top .nb__importantbox dt::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 90px;
  height: 90px;
  background: url(/albums/css/basic-top_smart/abm00001615.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt::before {
    width: 62px;
    height: 62px;
  }
}

.top .nb__importantbox dt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 140px;
  background: #b5121f;
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt::after {
    height: 110%;
  }
}

.top .nb__importantbox dt span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: -.05em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  content: '';
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt span {
    font-size: 1.4rem;
  }
}

.top .nb__importantbox dd {
  font-size: 1.6rem;
  width: 81.74603174603175%;
  box-sizing: border-box;
  padding: 20px 0 20px 4.660194174757281%;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox dd {
    width: 76.52439024390245%;
    padding: 20px 0 20px 3.851261620185923%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dd {
    font-size: 1.4rem;
    width: 74.08854166666666%;
    padding: 10px 10px 10px 5.623901581722319%;
  }
}

.top .nb__importantbox dd .news-link {
  margin: 0 0 10px;
  display: block;
}

.top .nb__importantbox dd .news-link:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top .nb__importantbox dd .ttl {
    line-height: 1.9;
    margin: 2px 0 0;
  }
}



.top .ob-bnrList {
  display: none;
}

.top #burAreas {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px){
  .top #burAreas {
    padding: 0 15px;
  }
}

.top #burAreas .ob-bnrList {
  display: flex;
  margin: -60px 0 160px;
}
@media only screen and (max-width: 768px){
  .top #burAreas .ob-bnrList {
    margin: -60px 0 70px;
  }
}



[data-area="content"] #newsBlock {
  display: none;
}


section.ob__newsarea .ob__inner .ob_topttl {
  text-align: center;
  font-size: 4.2rem;
  position: relative;
  color: #1d6cbc;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
  padding: 40px 0 52px;
}
@media screen and (max-width: 768px) {
  section.ob__newsarea .ob__inner .ob_topttl {
    font-size: 2.6rem;
    padding: 20px 0 32px;
  }
}

body.ie section.ob__newsarea .ob__inner .ob_topttl {
  letter-spacing: .1em;
  font-family: "Noto Sans Japanese", san-serif;
}

section.ob__newsarea .ob__inner .ob_topttl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -71px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background: #1d6cbc;
  width: 1px;
  height: 35px;
}
@media screen and (max-width: 768px){
  section.ob__newsarea .ob__inner .ob_topttl::after {
    height: 17px;
    bottom: -33px;
  }
}


section.ob__newsarea .ob__inner .ob_topttl.event {
  padding: 19px 0 52px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  section.ob__newsarea .ob__inner .ob_topttl.event {
    padding: 20px 0 32px;
    margin-top: -10px;
  }
}

section.ob__newsarea .ob__inner .ob_topttl.event::after {
  bottom: -51px;
}
@media screen and (max-width: 768px){
  section.ob__newsarea .ob__inner .ob_topttl.event::after {
    bottom: -33px;
  }
}



section.ob__newsarea {
  background: #f1f3f6;
}

section.ob__newsarea .ob__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  section.ob__newsarea .ob__inner {
    padding: 30px 15px;
  }
}

section.ob__newsarea .ob__inner .ob__wraps {
  background: #fff;
}

section.ob__newsarea .ob__inner .ob__wraps .ttl {
  background: #1d6cbc;
  color: #fff;
}

section.ob__newsarea .ob__inner .ob__wraps .ttl span {
  font-size: 2.4rem;
  display: block;
}

section.ob__newsarea .ob__inner .ob__newsbox:last-child {
  margin: 0;
}



.ob__newsbox {
  background: #fff;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px){
  .ob__newsbox {
    margin: 0 0 40px;
  }
}

.ob__newsbox .ob__newsttl {
  display: flex;
  align-items: center;
  background: #1d6cbc;
  box-sizing: border-box;
  padding: 14px 30px 14px 30px;
}
@media screen and (max-width: 768px){
  .ob__newsbox .ob__newsttl {
    padding: 13px 15px 14px 15px;
  }
}

.ob__newsbox .ob__newsttl .ob__ttltxt {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -.05em;
  margin-right: auto;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px){
  .ob__newsbox .ob__newsttl .ob__ttltxt {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: -.07em;
    display: inline-block;
    width: 66%;
  }
}

.ob__newsbox.tops .ob__newsttl {
  padding: 24px 30px 24px 30px;
}
@media screen and (max-width: 768px){
  .ob__newsbox.tops .ob__newsttl {
    padding: 13px 15px 14px 15px;
  }
}

@media screen and (max-width: 768px){
  section.ob__newsarea  .ob__inner .ob__newsbox .ob__newsttl .moreBtnBox.white {
    width: 65px;
  }
}

.ob__newsbox .ob__newsttl .moreBtnBox.white a {
  background: none;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #fff;
}
@media screen and (min-width: 1024px) {
  .ob__newsbox .ob__newsttl .moreBtnBox.white a:not(.noHover):hover {
    opacity: .8;
  }
}

.ob__newsbox .ob__newsttl .moreBtnBox.white::before {
  background: #1d6cbc;
}

.ob__newsbox .ob__newsttl .moreBtnBox.white::after {
  background: url(/albums/css/basic-top_smart/abm00001419.svg) center center no-repeat;
  background-size: cover;
}



.ob__newsbox .nb__txtonly .list {
  border-top: 2px solid #f1f3f6;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 9px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list {
    padding: 10px 15px;
  }
}

.ob__newsbox .nb__txtonly .list .days {
  line-height: 1;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .days {
   display: block;
  }
}

.ob__newsbox .nb__txtonly .list .days time {
  color: #313131;
  font-weight: 500;
  display: block;
  letter-spacing: -.02em;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .days time {
    font-size: 1.2rem;
    letter-spacing: .01em;
  }
}

.ob__newsbox .nb__txtonly .list .days .c2-area {
  display: inline-block;
  font-size: 1.4rem;
  color: #1d6cbc;
  text-align: center;
  width: 80px;
  line-height: 22px;
  letter-spacing: -.01em;
  box-sizing: border-box;
  border: 1px solid #1d6cbc;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .days .c2-area {
   font-size: 1.1rem;
   width: 50px;
   line-height: 15px;
   margin: 6px 0 0;
  }
}

.ob__newsbox .nb__txtonly .list .links {
  width: 100%;
  padding: 7px 0 8px 30px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .links {
    padding: 7px 0 8px 12px;
    margin-left: 6px;
  }
}

.ob__newsbox .nb__txtonly .list .links::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 100vh;
  background: #313131;
}

.ob__newsbox .nb__txtonly .list .links a {
  color: #313131;
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  text-decoration: none;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .links a {
    font-size: 1.4rem;
  }
}

.ob__newsbox .nb__txtonly .list .links a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 1;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-top_smart/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .links a::after {
    width: 11px;
    height: 6px;
  }
}



.ob__newsbox .nb__txtonly.lists .list {
  border-top: none;
  border-bottom: 1px dotted #aaa;
  padding: 15px 20px 16px;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly.lists .list {
    padding: 10px 15px;
  }
}



.ob__newsbox .nb__txtimg {
  border-top: 2px solid #f1f3f6;
  display: flex;
  flex-wrap: wrap;
}

.ob__newsbox .nb__txtimg .list {
  box-sizing: border-box;
  width: 25%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list {
    width: 50%;
  }
}

.ob__newsbox .nb__txtimg .list a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.ob__newsbox .nb__txtimg .list::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 4;
  background: #f1f3f6;
  width: 2px;
  height: 100vh;
}

.ob__newsbox .nb__txtimg .list:last-of-type::after {
  content: none;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list:nth-child(even)::after {
    content: none;
  }
}

.ob__newsbox .nb__txtimg .list a[target="_blank"]::after {
  content: none;
}

.ob__newsbox .nb__txtimg .list .nb_imgbox {
  overflow: hidden;
}

.ob__newsbox .nb__txtimg .list .nb_imgbox .nb_thumbnail {
  transition: .2s;
  background-color: #666;
  padding-top: 63.49442%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/albums/css/basic-top_smart/abm00003335.jpg);
}

.ob__newsbox .nb__txtimg .list .nb_txt {
  padding: 20px 25px;
  color: #313131;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list .nb_txt {
    font-size: 1.4rem;
    padding: 15px 15px;
  }
}

.ob__newsbox .nb__txtimg .list .nb_txt time {
  margin: 0 0 5px;
  display: block;
  color: #313131;
  font-weight: 600;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list .nb_txt time {
    font-size: 1.2rem;
  }
}

.ob__newsbox .nb__txtimg .list .nb_txt .txt {
  line-height: 1.8;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list .nb_txt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}


.twoInner .ob__newsbox .nb__txtimg {
  border-top: none;
  justify-content: space-between;
}

.twoInner .ob__newsbox .nb__txtimg .list {
  width: 30.434782608695656%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .twoInner .ob__newsbox .nb__txtimg .list {
    width: 49.942708%;
    margin-bottom: 30px;
  }
}

.twoInner .ob__newsbox .nb__txtimg .list a::after {
  content: none;
}

.twoInner .ob__newsbox .nb__txtimg .list .nb_imgbox .nb_thumbnail {
  padding-top: 64.49442%;
}

.twoInner .ob__newsbox .nb__txtimg .list .nb_txt {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .twoInner .ob__newsbox .nb__txtimg .list .nb_txt {
    padding: 20px 10px;
  }
}



.nb__txtimg:empty::before,
.nb__txtonly:empty::before {
  content: 'お知らせは現在ありません';
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .nb__txtimg:empty::before,
  .nb__txtonly:empty::before {
    padding: 25px;
    font-size: 1.5rem;
  }
}

.nb__txtimg.event:empty::before,
.nb__txtonly.event:empty::before {
  content: 'イベントは現在ありません';
}
*/