@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Barlow:wght@400;600;700&family=Mukta:wght@400;500;600;700;800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

button,
input[type="text"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder {
  opacity: 1;
}

input[type="text"]::placeholder {
  opacity: 1;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1160px;
  color: #000;
  font-family: 'Mukta', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

html.-gMenuActive.-ie11 body {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

@media print {
  body {
    min-width: 0;
  }
}

a {
  color: #01a6db;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

path {
  -webkit-transition-property: fill, stroke;
  transition-property: fill, stroke;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

line {
  -webkit-transition-property: stroke;
  transition-property: stroke;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

/**
 * Header
 */
.l-header > header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  min-width: 1160px;
  pointer-events: none;
}

html.-gMenuActive .l-header > header {
  position: absolute;
  left: 0 !important;
}

@media print {
  .l-header > header {
    position: absolute;
    left: 0 !important;
  }
}

.l-header__container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  border: 6px solid transparent;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

html.-gMenuActive .l-header__container::before {
  border-color: #00c1f9;
}

.l-header__head {
  height: 100px;
  background-color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  pointer-events: auto;
}

.l-header__head .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  width: 220px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__head .logo a {
  position: relative;
}

.l-header__head .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-header__head .logo img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.l-header__head .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

@media print {
  .l-header__head .btnList {
    display: none;
  }
}

.l-header__head .btnList li ~ li {
  margin-left: 2px;
}

.l-header__head .btnList a,
.l-header__head .btnList button {
  width: 75px;
  height: 75px;
  background-color: #f8f8f8;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.l-header__head .btnList a .text,
.l-header__head .btnList button .text {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.l-header__head .btnList a .text[lang="ja"],
.l-header__head .btnList button .text[lang="ja"] {
  font-size: 1rem;
}

.l-header__head .btnList .linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: inherit;
}

.l-header__head .btnList .linkBtn .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__head .btnList .linkBtn .icon path {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.l-header__head .btnList .linkBtn:hover {
  background-color: #00c1f9;
  color: #fff;
}

.l-header__head .btnList .linkBtn:hover .icon path {
  fill: currentColor;
}

.l-header__head .btnList .gMenuBtn .icon {
  display: block;
  position: relative;
  margin: 10px auto 20px;
  width: 24px;
  -webkit-transition: transform .3s;
  /* autoprefixer: ignore next */
  transition: transform .3s;
}

.l-header__head .btnList .gMenuBtn .icon > span {
  display: block;
  margin: 0 0 0 auto;
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.l-header__head .btnList .gMenuBtn .icon > span::before, .l-header__head .btnList .gMenuBtn .icon > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.l-header__head .btnList .gMenuBtn .icon > span::before {
  left: 0;
  bottom: 100%;
  margin-bottom: 6px;
}

.l-header__head .btnList .gMenuBtn .icon > span::after {
  right: 0;
  top: 100%;
  margin-top: 6px;
  width: 12px;
}

@media screen and (min-width: 768px) {
  .l-header__head .btnList .gMenuBtn:hover {
    background-color: #00c1f9;
    color: #fff;
  }
  .l-header__head .btnList .gMenuBtn:hover .icon > span {
    background-color: #fff;
  }
  .l-header__head .btnList .gMenuBtn:hover .icon > span::before, .l-header__head .btnList .gMenuBtn:hover .icon > span::after {
    background-color: #fff;
  }
}

.l-header__head .btnList .gMenuBtn.-active {
  background-color: #00c1f9;
  color: #fff;
}

.l-header__head .btnList .gMenuBtn.-active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-header__head .btnList .gMenuBtn.-active .icon > span {
  background-color: transparent;
}

.l-header__head .btnList .gMenuBtn.-active .icon > span::before, .l-header__head .btnList .gMenuBtn.-active .icon > span::after {
  background-color: #fff;
}

.l-header__head .btnList .gMenuBtn.-active .icon > span::before {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__head .btnList .gMenuBtn.-active .icon > span::after {
  top: 50%;
  margin-top: -1px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.l-header.-transparent .l-header__head .logo img:nth-child(1) {
  opacity: 0;
}

.l-header.-transparent .l-header__head .logo img:nth-child(2) {
  opacity: 1;
}

html.-gMenuActive .l-header .l-header__head {
  background-color: #fff;
}

html.-gMenuActive .l-header .l-header__head .logo img:nth-child(1) {
  opacity: 1;
}

html.-gMenuActive .l-header .l-header__head .logo img:nth-child(2) {
  opacity: 0;
}

.l-header .gMenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

@media print {
  .l-header .gMenu {
    display: none;
  }
}

.l-header .gMenu > .cont {
  overflow: hidden;
}

.l-header .gMenu > .cont a {
  color: inherit;
}

.l-header .gMenu > .cont .textBtnList > li ~ li {
  margin-top: 15px;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn {
  width: 100%;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn > span {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn > span::before, .l-header .gMenu > .cont .textBtnList .c-textBtn > span::after {
  background-color: #1dc5ff;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn > span > span {
  padding: 10px 30px 10px 40px;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn > span > span::before, .l-header .gMenu > .cont .textBtnList .c-textBtn > span > span::after {
  background-color: #1dc5ff;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn .c-figureIcon,
.l-header .gMenu > .cont .textBtnList .c-textBtn .c-docIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn .c-figureIcon {
  width: 16px;
  height: 16px;
}

.l-header .gMenu > .cont .textBtnList .c-textBtn .c-docIcon {
  width: 14px;
  height: 17px;
}

[data-whatintent="mouse"] .l-header .gMenu > .cont .textBtnList .c-textBtn:hover path {
  stroke: #1dc5ff;
}

@media screen and (min-width: 768px) {
  .l-header .gMenu > .cont li.u-spOnly + li {
    margin-top: 0 !important;
  }
  .l-header .gMenu > .cont .lvl1LinkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 2px solid #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header .gMenu > .cont .lvl1LinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-header .gMenu > .cont .lvl1LinkList > li {
    padding-left: 50px;
  }
  .l-header .gMenu > .cont .lvl1Link > a {
    display: inline-block;
    position: relative;
    padding: 9px 0 9px 2px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .l-header .gMenu > .cont .lvl1Link > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 4px;
    background-color: #00c1f9;
    -webkit-transition: width .4s;
    transition: width .4s;
  }
  .l-header .gMenu > .cont .lvl1Link.-active > a::before {
    width: 100%;
  }
  .l-header .gMenu > .cont .lvl2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 36px 0;
    width: 100%;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
  }
  .l-header .gMenu > .cont .lvl2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
  }
  .l-header .gMenu > .cont .lvl2 .row > .col {
    padding-left: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header .gMenu > .cont .lvl2 .row > .col.-hasTextBtnList {
    position: relative;
  }
  .l-header .gMenu > .cont .lvl2 .row > .col.-hasTextBtnList .textBtnList {
    position: absolute;
    left: 15px;
    right: 0;
    bottom: 0;
  }
  .l-header .gMenu > .cont .lvl2 .row + .row {
    margin-top: 30px;
  }
  .l-header .gMenu > .cont .lvl2 .viBlock {
    position: relative;
    height: 100%;
  }
  .l-header .gMenu > .cont .lvl2 .viBlock .lvl2Link::after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: auto 52px;
    vertical-align: top;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .l-header .gMenu > .cont .lvl2 .viBlock.-dept1 .lvl2Link::after {
    width: 38px;
    background-image: url(/eng/common/images/vi_01_colored.svg);
  }
  .l-header .gMenu > .cont .lvl2 .viBlock.-dept2 .lvl2Link::after {
    width: 41.5px;
    background-image: url(/eng/common/images/vi_02_colored.svg);
  }
  .l-header .gMenu > .cont .lvl2 .viBlock.-dept3 .lvl2Link::after {
    width: 62px;
    background-image: url(/eng/common/images/vi_03_colored.svg);
  }
  .l-header .gMenu > .cont .lvl2 .viBlock.-dept4 .lvl2Link::after {
    width: 64px;
    background-image: url(/eng/common/images/vi_04_colored.svg);
  }
  .l-header .gMenu > .cont .lvl2 .viBlock.-dept5 .lvl2Link::after {
    width: 44px;
    background-image: url(/eng/common/images/vi_05_colored.svg);
  }
  .l-header .gMenu > .cont .lvl2 .viBlock.-dept6::after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    width: 47px;
    height: 40px;
    background-image: url(/eng/common/images/vi_06_colored.svg);
    background-repeat: no-repeat;
    background-size: auto 40px;
    vertical-align: top;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .l-header .gMenu > .cont .-active + .lvl2 {
    opacity: 1;
    visibility: visible;
  }
  .l-header .gMenu > .cont .lvl2LinkList > li ~ li {
    margin-top: 30px;
  }
  .l-header .gMenu > .cont .lvl2Link > a {
    display: inline-block;
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-header .gMenu > .cont .lvl2Link > a[href] {
    padding-left: 22px;
  }
  .l-header .gMenu > .cont .lvl2Link > a[href]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 17px;
    height: 8px;
    background: url(/eng/common/images/arw_right.svg) no-repeat;
    background-size: 17px 8px;
  }
  html.-ie11 .l-header .gMenu > .cont .lvl2Link > a[href]::before {
    background-size: 17px 7px;
  }
  .l-header .gMenu > .cont .lvl2Link > a[href]::before {
    margin-top: -1px;
  }
  .l-header .gMenu > .cont .lvl2Link > a[href] .c-underline > span {
    background: -webkit-gradient(linear, left top, left bottom, from(#00c1f9), to(#00c1f9)) 0 90% no-repeat;
    background: linear-gradient(#00c1f9, #00c1f9) 0 90% no-repeat;
    background-size: 0 2px;
    -webkit-transition: background-size .4s;
    transition: background-size .4s;
  }
  .l-header .gMenu > .cont .lvl2Link > a[href]:hover .c-underline > span {
    background-size: 100% 2px;
  }
  .l-header .gMenu > .cont .lvl3 {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
  }
  .l-header .gMenu > .cont .lvl3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    width: 2px;
    background-color: #000;
  }
  .l-header .gMenu > .cont .lvl3LinkList > li ~ li {
    margin-top: 7px;
  }
  .l-header .gMenu > .cont .lvl3Link > a {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .l-header .gMenu > .cont .lvl3Link > a .c-underline {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
    background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
  }
  .l-header .gMenu > .cont .lvl3Link > a .c-underline > span {
    padding-bottom: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #00c1f9));
    background-image: linear-gradient(180deg, transparent 95%, #00c1f9 95%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .4s;
    transition: background-size .4s;
  }
  .l-header .gMenu > .cont .lvl3Link > a:hover .c-underline > span {
    background-size: 100% 100%;
  }
  .l-header .gMenu > .cont .lvl3Link > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 4px;
    background: url(/eng/common/images/arw_right_sm.svg) no-repeat;
    background-size: 7px 4px;
  }
  html.-ie11 .l-header .gMenu > .cont .lvl3Link > a::before {
    background-size: 7px 3px;
  }
  .l-header .gMenu > .cont .lvl3Link > a small {
    font-size: 1.1rem;
  }
  .l-header .gMenu > .cont .lvl4 {
    margin: 3px 0 15px;
  }
  .l-header .gMenu > .cont .lvl4List > li > a .c-underline {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
    background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
  }
  .l-header .gMenu > .cont .lvl4List > li > a .c-underline > span {
    padding-bottom: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #00c1f9));
    background-image: linear-gradient(180deg, transparent 95%, #00c1f9 95%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .4s;
    transition: background-size .4s;
  }
  .l-header .gMenu > .cont .lvl4List > li > a:hover .c-underline > span {
    background-size: 100% 100%;
  }
  .l-header .gMenu > .cont .otherLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 22px 0;
  }
  .l-header .gMenu > .cont .otherLinkList li ~ li {
    margin-left: 12px;
  }
  .l-header .gMenu > .cont .otherLinkList a {
    display: block;
    position: relative;
    padding-left: 12px;
    color: inherit;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .l-header .gMenu > .cont .otherLinkList a .c-underline {
    padding-bottom: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
    background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
  }
  .l-header .gMenu > .cont .otherLinkList a .c-underline > span {
    padding-bottom: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #00c1f9));
    background-image: linear-gradient(180deg, transparent 95%, #00c1f9 95%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .4s;
    transition: background-size .4s;
  }
  .l-header .gMenu > .cont .otherLinkList a:hover .c-underline > span {
    background-size: 100% 100%;
  }
  .l-header .gMenu > .cont .otherLinkList a .c-smArrow {
    position: absolute;
    left: 0;
    top: 9px;
  }
  .l-header .gMenu > .cont .lvl2LinkArea {
    -webkit-transition: height .3s;
    transition: height .3s;
  }
}

.l-header .gMenu > .cont .lvl2Link > a small {
  font-size: 75%;
  font-weight: normal;
}

.l-header .gMenu > .cont .lvl2Link.-new > a {
  padding-right: 60px;
}

.l-header .gMenu > .cont .lvl2Link.-new > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 39px;
  height: 13px;
  background: url(/eng/common/images/txt_new.svg) no-repeat;
  background-size: 39px;
}

.l-header .gMenu > .cont .lvl4List {
  padding-left: 12px;
}

.l-header .gMenu > .cont .lvl4List > li {
  position: relative;
  padding-left: 10px;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
}

.l-header .gMenu > .cont .lvl4List > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 4px;
  height: 1px;
  background-color: #000;
}

.l-header .gMenu > .cont .lvl4List > li ~ li {
  margin-top: 2px;
}

.l-header .gMenu > .cont .lvl4List.\-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header .gMenu > .cont .lvl4List.\-2col > li {
  margin-top: 3px;
  padding-right: 10px;
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header .gMenu > .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  background-color: #00c1f9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.l-header .gMenu > .footer > .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header .gMenu > .footer .tgtLinkListSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-header .gMenu > .footer .tgtLinkListSect__head {
  position: relative;
  padding-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}

.l-header .gMenu > .footer .tgtLinkListSect__head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

.l-header .gMenu > .footer .tgtLinkListSect__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-header .gMenu > .footer .tgtLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px 0 0 -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header .gMenu > .footer .tgtLinkList li {
  padding: 8px 0 0 30px;
}

.l-header .gMenu > .footer .tgtLinkList a {
  color: inherit;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-header .gMenu > .footer .tgtLinkList a .c-underline {
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.l-header .gMenu > .footer .tgtLinkList a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, currentColor));
  background-image: linear-gradient(180deg, transparent 95%, currentColor 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

@media screen and (min-width: 768px) {
  .l-header .gMenu > .footer .tgtLinkList a:hover .c-underline > span {
    background-size: 100% 100%;
  }
}

.l-header .gMenu > .footer .searchForm {
  position: relative;
  padding-left: 30px;
  width: 290px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header .gMenu > .footer .searchForm input[type="text"] {
  border: none;
  border-bottom: 2px solid #fff;
  padding: 0 40px 0 0;
  width: 100%;
  height: 36px;
  background-color: transparent;
  font-size: 1.6rem;
}

.l-header .gMenu > .footer .searchForm input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.l-header .gMenu > .footer .searchForm input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.l-header .gMenu > .footer .searchForm input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.l-header .gMenu > .footer .searchForm input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.l-header .gMenu > .footer .searchForm input[type="text"] [data-whatinput="mouse"], .l-header .gMenu > .footer .searchForm input[type="text"]:focus,
.l-header .gMenu > .footer .searchForm input[type="text"] [data-whatinput="touch"], .l-header .gMenu > .footer .searchForm input[type="text"]:focus {
  outline: none;
}

.l-header .gMenu > .footer .searchForm button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}

html.-gMenuActive .l-header .gMenu {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  pointer-events: auto;
}

.l-header__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

html.-gMenuActive .l-header__overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .l-header > header {
    min-width: 0;
  }
  .l-header__container::before {
    border-width: 4px;
  }
  .l-header__head {
    height: 60px;
    -webkit-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow;
  }
  .l-header__head .logo {
    padding-left: 5.333333333vw;
    width: 142px;
  }
}

@media screen and (max-width: 767px) and (max-width: 350px) {
  .l-header__head .logo {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__head .btnList li ~ li {
    margin-left: 1px;
  }
  .l-header__head .btnList a,
  .l-header__head .btnList button {
    width: 40px;
    height: 56px;
  }
  .l-header__head .btnList a .text,
  .l-header__head .btnList button .text {
    white-space: nowrap;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .l-header__head .btnList .linkBtn .icon {
    margin-bottom: 8px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .l-header__head .btnList .linkBtn .text {
    padding-bottom: 2px;
  }
  .l-header__head .btnList .linkBtn .text[lang="en"] {
    margin-top: -1px;
  }
  .l-header__head .btnList .gMenuBtn .icon {
    margin: 10px auto 16px;
    width: 20px;
  }
  .l-header__head .btnList .gMenuBtn .icon > span {
    width: 14px;
  }
  .l-header__head .btnList .gMenuBtn .icon > span::before {
    margin-bottom: 4px;
  }
  .l-header__head .btnList .gMenuBtn .icon > span::after {
    margin-top: 4px;
    width: 8px;
  }
  .l-header.-transparent .l-header__head {
    -webkit-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent;
  }
  .l-header .gMenu {
    -webkit-box-shadow: inset 0 1px 1px #eee;
    box-shadow: inset 0 1px 1px #eee;
  }
  .l-header .gMenu > .cont .textBtnList {
    padding: 9px 0 18px;
  }
  .l-header .gMenu > .cont .textBtnList > li ~ li {
    margin-top: 8px;
  }
  .l-header .gMenu > .cont .textBtnList .c-textBtn > span > span {
    padding: 12px 30px 12px 40px;
  }
  .l-header .gMenu > .cont .textBtnList .c-textBtn .c-figureIcon,
  .l-header .gMenu > .cont .textBtnList .c-textBtn .c-docIcon {
    margin-top: -10px;
  }
  .l-header .gMenu > .cont .accordionBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .l-header .gMenu > .cont .lvl1LinkList {
    padding: 12px 0 32px;
  }
  .l-header .gMenu > .cont .lvl1Link {
    position: relative;
    border-bottom: 1px solid #000;
  }
  .l-header .gMenu > .cont .lvl1Link > a {
    display: block;
    padding: 17px 40px 17px 8px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-header .gMenu > .cont .lvl1Link .accordionBtn > span {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .l-header .gMenu > .cont .lvl1Link .accordionBtn > span::before, .l-header .gMenu > .cont .lvl1Link .accordionBtn > span::after {
    content: "";
    position: absolute;
    background-color: #000;
  }
  .l-header .gMenu > .cont .lvl1Link .accordionBtn > span::before {
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
  }
  .l-header .gMenu > .cont .lvl1Link .accordionBtn > span::after {
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
  }
  .l-header .gMenu > .cont .lvl1Link .accordionBtn.-active > span::after {
    content: none;
  }
  .l-header .gMenu > .cont .lvl2 {
    display: none;
  }
  .l-header .gMenu > .cont .lvl2Link {
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .l-header .gMenu > .cont .lvl2Link > a {
    display: block;
    padding: 12px 40px 12px 8px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .l-header .gMenu > .cont .lvl2Link > a::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background: url(/eng/common/images/arw_right.svg) no-repeat;
    background-size: 12px 6px;
  }
  .l-header .gMenu > .cont .lvl2Link > a small {
    font-size: 86%;
  }
  .l-header .gMenu > .cont .lvl2Link .accordionBtn > span {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5.5px;
    width: 11px;
    height: 11px;
  }
  .l-header .gMenu > .cont .lvl2Link .accordionBtn > span::before, .l-header .gMenu > .cont .lvl2Link .accordionBtn > span::after {
    content: "";
    position: absolute;
    background-color: #000;
  }
  .l-header .gMenu > .cont .lvl2Link .accordionBtn > span::before {
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
  }
  .l-header .gMenu > .cont .lvl2Link .accordionBtn > span::after {
    left: 50%;
    top: 0;
    margin-left: -0.5px;
    width: 1px;
    height: 100%;
  }
  .l-header .gMenu > .cont .lvl2Link .accordionBtn.-active > span::after {
    content: none;
  }
  .l-header .gMenu > .cont .lvl2Link.-new > a {
    padding-right: 90px;
  }
  .l-header .gMenu > .cont .lvl2Link.-new > a::after {
    right: 40px;
    top: 50%;
    margin-top: -6px;
  }
  .l-header .gMenu > .cont .lvl2Link.-hasChild > a::before {
    content: none;
  }
  .l-header .gMenu > .cont .lvl2Link.-topLink > a::after {
    content: "TOP";
    margin-left: .4em;
  }
  .l-header .gMenu > .cont .lvl3 {
    display: none;
    border-left: 1px solid #000;
    background-color: #f8f8f8;
  }
  .l-header .gMenu > .cont .lvl3LinkList {
    padding: 16px 20px 20px;
  }
  .l-header .gMenu > .cont .lvl3LinkList > li ~ li {
    margin-top: 18px;
  }
  .l-header .gMenu > .cont .lvl3Link > a {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .l-header .gMenu > .cont .lvl3Link > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 4px;
    background: url(/eng/common/images/arw_right_sm.svg) no-repeat;
    background-size: 8px 4px;
  }
  html.-ie11 .l-header .gMenu > .cont .lvl3Link > a::before {
    background-size: 8px 3px;
  }
  .l-header .gMenu > .cont .lvl3Link > a small {
    font-size: 1.2rem;
  }
  .l-header .gMenu > .cont .lvl3Link.-topLink > a::after {
    content: "TOP";
    margin-left: .4em;
  }
  .l-header .gMenu > .cont .lvl4 {
    margin-top: 9px;
  }
  .l-header .gMenu > .cont .lvl4List > li .c-underline {
    font-size: 1.2rem;
  }
  .l-header .gMenu > .cont .lvl4List > li ~ li {
    margin-top: 2px;
  }
  .l-header .gMenu > .cont .lvl4List.\-2col {
    margin-top: -2px;
  }
  .l-header .gMenu > .cont .lvl4List.\-2col > li {
    margin-top: 2px;
    width: 48%;
  }
  .l-header .gMenu > .cont .lvl2LinkArea {
    height: 0 !important;
  }
  .l-header .gMenu > .footer {
    display: block;
    padding: 20px 5.333333333vw 0;
  }
  .l-header .gMenu > .footer .tgtLinkListSect {
    display: block;
  }
  .l-header .gMenu > .footer .tgtLinkListSect__head {
    padding-right: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .l-header .gMenu > .footer .tgtLinkListSect__head::before {
    content: none;
  }
  .l-header .gMenu > .footer .tgtLinkListSect__body {
    padding: 7px 0 30px;
  }
  .l-header .gMenu > .footer .tgtLinkList {
    margin: -12px 0 0 -30px;
  }
  .l-header .gMenu > .footer .tgtLinkList li {
    padding: 12px 0 0 30px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header .gMenu > .footer .tgtLinkList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 6px 0 2px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.4;
  }
  .l-header .gMenu > .footer .utilSect {
    margin: 0 -5.333333333vw;
    padding: 0 5.333333333vw 30px;
    color: #000;
  }
  .l-header .gMenu > .footer .otherLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: -12px 0 0 -30px;
    padding-bottom: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-header .gMenu > .footer .otherLinkList::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #ccc;
  }
  .l-header .gMenu > .footer .otherLinkList li {
    padding: 12px 0 0 30px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header .gMenu > .footer .otherLinkList a {
    display: block;
    position: relative;
    padding-left: 14px;
    color: inherit;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-header .gMenu > .footer .otherLinkList a .c-arrow {
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
  }
  .l-header .gMenu > .footer .searchForm {
    padding-left: 0;
    width: auto;
    color: #fff;
  }
  .l-header .gMenu > .footer .searchForm input[type="text"] {
    border-bottom-color: currentColor;
    padding: 0 45px 0 18px;
    height: 40px;
  }
  .l-header .gMenu > .footer .searchForm input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .l-header .gMenu > .footer .searchForm input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .l-header .gMenu > .footer .searchForm input[type="text"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .l-header .gMenu > .footer .searchForm input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .l-header .gMenu > .footer .searchForm button {
    padding-right: 10px;
  }
  .l-header .gMenu > .footer .searchForm button svg ellipse,
  .l-header .gMenu > .footer .searchForm button svg line {
    stroke: currentColor;
  }
}

/**
 * Footer
 */
.l-footer {
  margin-top: 152px;
  padding: 50px 0 60px;
  background-color: #aae5ff;
}

@media print {
  .l-footer {
    display: none;
  }
}

.l-footer .funcArea {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 27px;
  bottom: 27px;
  z-index: 10;
  text-align: right;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.l-footer .funcArea.-visible {
  opacity: 1;
  visibility: visible;
}

html.-gMenuActive .l-footer .funcArea {
  display: none;
}

.l-footer .backToTopBtn {
  display: inline-block;
  text-align: center;
  color: inherit;
}

.l-footer .backToTopBtn .arrow svg {
  margin-left: 8px;
}

.l-footer .backToTopBtn .text {
  display: block;
  margin-top: 5px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-footer .backToTopBtn:hover .arrow path {
    stroke: #1dc5ff;
  }
}

.l-footer > .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer .addressArea {
  margin-right: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-footer .addressArea .name {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}

.l-footer .addressArea address {
  font-size: 1.8rem;
  line-height: 1.2;
}

.l-footer .linkListArea {
  position: relative;
}

.l-footer .linkListArea .linkList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer .linkListArea .linkList li {
  padding-left: 30px;
}

.l-footer .linkListArea .linkList a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: inherit;
  font-size: 1.8rem;
}

.l-footer .linkListArea .linkList a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.l-footer .linkListArea .linkList a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.l-footer .linkListArea .linkList a:hover .c-underline > span {
  background-size: 100% 1px;
}

.l-footer .linkListArea .linkList a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 17px;
  height: 8px;
  background: url(/eng/common/images/arw_right.svg) no-repeat;
  background-size: 17px 8px;
}

html.-ie11 .l-footer .linkListArea .linkList a::before {
  background-size: 17px 7px;
}

.l-footer .linkListArea .c-textBtn {
  margin-left: 40px;
  vertical-align: middle;
  letter-spacing: normal;
}

.l-footer .linkListArea .c-textBtn::before, .l-footer .linkListArea .c-textBtn::after {
  background-color: #aae5ff;
}

.l-footer .linkListArea .c-textBtn > span::before, .l-footer .linkListArea .c-textBtn > span::after {
  background-color: #fff;
}

.l-footer .linkListArea .c-textBtn > span > span {
  padding: 4px 32px 4px 16px;
}

.l-footer .linkListArea .c-textBtn > span > span::before, .l-footer .linkListArea .c-textBtn > span > span::after {
  background-color: #fff;
}

[data-whatintent="mouse"] .l-footer .linkListArea .c-textBtn:hover path {
  stroke: currentColor;
}

@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    margin-top: 95px;
    padding: 25px 0 35px;
  }
  .l-footer .funcArea {
    right: 3.5vw;
    bottom: 20px;
  }
  .l-footer .funcArea.-abs {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .l-footer .backToTopBtn .arrow svg {
    margin-left: 6px;
  }
  .l-footer .backToTopBtn .text {
    margin-top: -1px;
    font-size: 1rem;
  }
  .l-footer > .c-container {
    display: block;
  }
  .l-footer .addressArea {
    margin: 0 0 10px;
    width: auto;
  }
  .l-footer .addressArea .name {
    margin-bottom: 7px;
    font-size: 2.2rem;
  }
  .l-footer .addressArea address {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-footer .linkListArea .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -8px 0 0 -36px;
  }
  .l-footer .linkListArea .linkList li {
    padding: 8px 0 0 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-footer .linkListArea .linkList a {
    font-size: 1.4rem;
  }
  .l-footer .linkListArea .c-textBtn {
    margin: 22px 0 0;
  }
  .l-footer .linkListArea .c-textBtn > span > span {
    padding: 2px 32px 2px 12px;
  }
}

/**
 * Wrapper
 */
.l-wrapper {
  padding-top: 100px;
  overflow: hidden;
}

html.-gMenuActive .l-wrapper {
  max-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}

html.-gMenuActive .l-wrapper__container {
  position: absolute;
  padding-top: 100px;
  width: 100%;
  min-width: 1160px;
  max-height: calc(100vh - 100px);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 60px;
  }
  html.-gMenuActive .l-wrapper__container {
    padding-top: 60px;
    min-width: 0;
    max-height: calc(100vh - 60px);
  }
}

/**
 * Contents
 */
.l-contents__container + .l-contents__container {
  height: 0;
  overflow: hidden;
}

/**
 * Page
 */
/* トップページ */
.pg-top .mainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -100px;
  height: 670px;
}

.pg-top .mainVisual__slide {
  width: 50%;
}

.pg-top .mainVisual__slide .swiper-container {
  height: 100%;
}

.pg-top .mainVisual__slide .swiper-slide {
  overflow: hidden;
  -webkit-transform: none !important;
  transform: none !important;
}

.pg-top .mainVisual__slide .swiper-slide > div {
  height: 100%;
}

.pg-top .mainVisual__slide .swiper-slide > div > div {
  margin: 0 -1px;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.pg-top .mainVisual__slide .swiper-slide-before, .pg-top .mainVisual__slide .swiper-slide-active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pg-top .mainVisual__slide .swiper-slide-before {
  opacity: 1 !important;
  z-index: 1;
}

.pg-top .mainVisual__slide .swiper-slide-active {
  z-index: 2;
}

.pg-top .mainVisual__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pg-top .mainVisual__overlay .logo {
  width: 413px;
}

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

.pg-top .sectHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-top .sectHeader .c-hdgLg {
  margin-bottom: 0;
}

.pg-top .sectHeader .link {
  margin-left: 25px;
  border-left: 1px solid currentColor;
  padding: 5px 0 3px 22px;
}

.pg-top .sectHeader .link a {
  color: #999;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.pg-top .sectHeader .link a .c-lgArrow {
  margin-left: 2px;
}

.pg-top .sectHeader .link a .c-lgArrow path {
  stroke: currentColor;
}

.pg-top .sectHeader .link a:hover .c-lgArrow path {
  stroke: #1dc5ff;
}

.pg-top .newsSect {
  margin-top: 100px;
}

.pg-top .newsSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-top .newsSect__cont article .image {
  margin-bottom: 25px;
  background-position: 50%;
  background-size: cover;
}

.pg-top .newsSect__cont article .image::before {
  content: "";
  display: block;
  padding-top: calc(280 / 470 * 100%);
}

.pg-top .newsSect__cont article .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-top .newsSect__cont article .body .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #1dc5ff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.pg-top .newsSect__cont article .body .dateBox .day {
  font-size: 3rem;
}

.pg-top .newsSect__cont article .body .dateBox .month {
  font-size: 2.3rem;
}

.pg-top .newsSect__cont article .body .title {
  margin-bottom: 2px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.pg-top .newsSect__cont article .body time {
  color: #808080;
  font-size: 1.4rem;
}

.pg-top .newsSect__cont a:hover article .body .title {
  color: #1dc5ff;
}

.pg-top .newsSect__cont > a {
  width: 470px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: inherit;
}

.pg-top .newsSect__cont .articleList {
  width: 100%;
}

.pg-top .newsSect__cont .articleList li a {
  color: inherit;
}

.pg-top .newsSect__cont .articleList li + li {
  margin-top: 25px;
  border-top: 2px solid #E5E5E5;
  padding-top: 28px;
}

.pg-top .newsSect__cont > a + .articleList {
  margin-left: 60px;
}

.pg-top .aboutSect .c-bodyAndImageSet .c-image,
.pg-top .accessSect .c-bodyAndImageSet .c-image {
  max-width: none;
}

.pg-top .aboutSect {
  margin-top: 65px;
  padding: 65px 0 70px;
  background: url(/eng/common/images/img_pat_01.png);
}

.pg-top .accessSect {
  margin-top: 65px;
}

.pg-top .admSect {
  position: relative;
  margin-top: 100px;
  padding: 84px 0 124px;
  background-color: #1F53BA;
  text-align: center;
}

.pg-top .admSect > .c-container {
  position: relative;
  z-index: 1;
}

.pg-top .admSect .sectHeader {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}

.pg-top .admSect .sectHeader .c-hdgLg::first-letter {
  color: inherit;
}

.pg-top .admSect .sectHeader .link a {
  color: inherit;
}

.pg-top .admSect__cont {
  margin: 48px auto 0;
  border-radius: 12px;
  padding: 25px 35px 35px 25px;
  width: 900px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
}

.pg-top .admSect__cont .hdg {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.65;
}

.pg-top .admSect__cont .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.pg-top .admSect__cont .body .c-certBadge {
  margin: 0 38px 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-top .admSect__cont .body .text {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
}

.pg-top .admSect__cont .body .text a {
  color: #00C1F9;
  letter-spacing: 0.03em;
}

.pg-top .admSect__cont .body .text a .c-underline {
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .admSect__cont .body .text a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, currentColor));
  background-image: linear-gradient(180deg, transparent 95%, currentColor 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .admSect__cont .body .text a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .admSect__cont .body .text b {
  font-weight: bold;
}

.pg-top .admSect__bgImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pg-top .admSect__bgImage > div {
  opacity: 0.35;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.pg-top .admSect__bgImage > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/eng/common/images/img_pat_02.png);
  mix-blend-mode: multiply;
}

html.-ie11 .pg-top .admSect__bgImage > div::before {
  content: none;
}

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

.pg-top .facultySect .facultyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -50px 0 0 -50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-top .facultySect .facultyList > li {
  padding: 50px 0 0 50px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-top .facultySect .facultyList .item .image {
  margin-bottom: 15px;
}

.pg-top .facultySect .facultyList .item .image img {
  width: 100%;
}

.pg-top .facultySect .facultyList .item .head {
  position: relative;
  margin-bottom: 10px;
}

.pg-top .facultySect .facultyList .item .head .hdg a {
  color: inherit;
  font-size: 2.8rem;
  font-weight: bold;
}

.pg-top .facultySect .facultyList .item .head .vi {
  position: absolute;
  left: -10px;
  bottom: calc(100% - 2px);
}

.pg-top .facultySect .facultyList .item .head .vi img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pg-top .facultySect .facultyList .item .body {
    display: block !important;
  }
}

.pg-top .facultySect .facultyList .item .body .lvl2List > li > a {
  color: inherit;
  font-size: 2.3rem;
  font-weight: 600;
}

.pg-top .facultySect .facultyList .item .body .lvl2List > li + li {
  margin-top: 15px;
}

.pg-top .facultySect .facultyList .item .body .lvl3List {
  position: relative;
  margin: 12px 0 0 8px;
  padding-left: 15px;
}

.pg-top .facultySect .facultyList .item .body .lvl3List::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #000;
}

.pg-top .facultySect .facultyList .item .body .lvl3List > li {
  font-size: 1.8rem;
}

.pg-top .facultySect .facultyList .item .body .lvl3List > li > a {
  color: inherit;
}

.pg-top .facultySect .facultyList .item .body .lvl3List > li + li {
  margin-top: 4px;
}

.pg-top .facultySect .facultyList .item .body > .lvl3List {
  margin-top: 0;
}

.pg-top .facultySect .facultyList .item.-dept1 .head .hdg a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept1 .head .hdg a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #355cfc));
  background-image: linear-gradient(180deg, transparent 95%, #355cfc 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept1 .head .hdg a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept1 .body .lvl2List > li > a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept1 .body .lvl2List > li > a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #355cfc));
  background-image: linear-gradient(180deg, transparent 95%, #355cfc 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept1 .body .lvl2List > li > a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept1 .body .lvl3List > li > a .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#355cfc), to(#355cfc));
  background-image: linear-gradient(180deg, #355cfc, #355cfc);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept1 .body .lvl3List > li > a:hover .c-underline > span {
  background-size: 100% 2px;
}

.pg-top .facultySect .facultyList .item.-dept2 .head .hdg a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept2 .head .hdg a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ff5b7f));
  background-image: linear-gradient(180deg, transparent 95%, #ff5b7f 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept2 .head .hdg a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept2 .body .lvl2List > li > a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept2 .body .lvl2List > li > a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ff5b7f));
  background-image: linear-gradient(180deg, transparent 95%, #ff5b7f 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept2 .body .lvl2List > li > a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept2 .body .lvl3List > li > a .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5b7f), to(#ff5b7f));
  background-image: linear-gradient(180deg, #ff5b7f, #ff5b7f);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept2 .body .lvl3List > li > a:hover .c-underline > span {
  background-size: 100% 2px;
}

.pg-top .facultySect .facultyList .item.-dept3 .head .hdg a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept3 .head .hdg a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ffb100));
  background-image: linear-gradient(180deg, transparent 95%, #ffb100 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept3 .head .hdg a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept3 .body .lvl2List > li > a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept3 .body .lvl2List > li > a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ffb100));
  background-image: linear-gradient(180deg, transparent 95%, #ffb100 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept3 .body .lvl2List > li > a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept3 .body .lvl3List > li > a .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb100), to(#ffb100));
  background-image: linear-gradient(180deg, #ffb100, #ffb100);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept3 .body .lvl3List > li > a:hover .c-underline > span {
  background-size: 100% 2px;
}

.pg-top .facultySect .facultyList .item.-dept4 .head .hdg a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept4 .head .hdg a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #e65024));
  background-image: linear-gradient(180deg, transparent 95%, #e65024 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept4 .head .hdg a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept4 .body .lvl2List > li > a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept4 .body .lvl2List > li > a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #e65024));
  background-image: linear-gradient(180deg, transparent 95%, #e65024 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept4 .body .lvl2List > li > a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept4 .body .lvl3List > li > a .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e65024), to(#e65024));
  background-image: linear-gradient(180deg, #e65024, #e65024);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept4 .body .lvl3List > li > a:hover .c-underline > span {
  background-size: 100% 2px;
}

.pg-top .facultySect .facultyList .item.-dept5 .head .hdg a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept5 .head .hdg a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #22ad77));
  background-image: linear-gradient(180deg, transparent 95%, #22ad77 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept5 .head .hdg a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept5 .body .lvl2List > li > a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.pg-top .facultySect .facultyList .item.-dept5 .body .lvl2List > li > a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #22ad77));
  background-image: linear-gradient(180deg, transparent 95%, #22ad77 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept5 .body .lvl2List > li > a:hover .c-underline > span {
  background-size: 100% 100%;
}

.pg-top .facultySect .facultyList .item.-dept5 .body .lvl3List > li > a .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#22ad77), to(#22ad77));
  background-image: linear-gradient(180deg, #22ad77, #22ad77);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-top .facultySect .facultyList .item.-dept5 .body .lvl3List > li > a:hover .c-underline > span {
  background-size: 100% 2px;
}

.pg-top .facultySect .facultyList .otherItem + .otherItem {
  margin-top: 56px;
}

.pg-top .facultySect .facultyList .otherItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 2px solid #000;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
}

.pg-top .facultySect .facultyList .otherItem a::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 24px;
  bottom: 24px;
  background-color: #fff;
}

.pg-top .facultySect .facultyList .otherItem a .text {
  position: relative;
  z-index: 2;
  margin: 0 -2px;
  width: calc(100% + 2px * 2);
}

.pg-top .facultySect .facultyList .otherItem a .vi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pg-top .facultySect .facultyList .otherItem a:hover {
  border-color: currentColor;
  color: #00C1F9;
}

.pg-top .geSect {
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .pg-top .mainVisual {
    margin-top: -60px;
  }
  .pg-top .mainVisual__overlay {
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pg-top .mainVisual__overlay .logo {
    width: 188px;
  }
  .pg-top .sectHeader .link {
    margin-left: 15px;
    padding: 1px 0 1px 20px;
  }
  .pg-top .sectHeader--sp2row {
    display: block !important;
  }
  .pg-top .sectHeader--sp2row .link {
    margin: 5px 0 0;
    border-left: none;
    padding-left: 0;
  }
  .pg-top .newsSect {
    margin-top: 28px;
  }
  .pg-top .newsSect__cont {
    display: block;
  }
  .pg-top .newsSect__cont article .body .dateBox {
    width: 38px;
    height: 38px;
  }
  .pg-top .newsSect__cont article .body .dateBox .day {
    font-size: 2rem;
  }
  .pg-top .newsSect__cont article .body .dateBox .month {
    font-size: 1.5rem;
  }
  .pg-top .newsSect__cont article .body .title {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5625;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .pg-top .newsSect__cont > a {
    display: block;
    width: auto;
  }
  .pg-top .newsSect__cont > a article .image {
    margin: 0 -6.4vw 14px;
  }
  .pg-top .newsSect__cont .articleList li a {
    color: inherit;
  }
  .pg-top .newsSect__cont .articleList li + li {
    margin-top: 18px;
    padding-top: 22px;
  }
  .pg-top .newsSect__cont > a + .articleList {
    margin: 18px 0 0;
    border-top: 2px solid #E5E5E5;
    padding-top: 22px;
  }
  .pg-top .aboutSect .c-bodyAndImageSet__container,
  .pg-top .accessSect .c-bodyAndImageSet__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pg-top .aboutSect .c-bodyAndImageSet .c-image,
  .pg-top .accessSect .c-bodyAndImageSet .c-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pg-top .aboutSect .c-bodyAndImageSet .c-wysiwyg,
  .pg-top .accessSect .c-bodyAndImageSet .c-wysiwyg {
    margin: 0 0 22px;
  }
  .pg-top .aboutSect {
    margin-top: 45px;
    padding: 24px 0 40px;
  }
  .pg-top .accessSect {
    margin-top: 38px;
  }
  .pg-top .admSect {
    margin-top: 55px;
    padding: 26px 0 45px;
  }
  .pg-top .admSect__cont {
    margin-top: 24px;
    padding: 18px 20px;
    width: auto;
  }
  .pg-top .admSect__cont .hdg {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pg-top .admSect__cont .body {
    display: block;
    margin-top: 8px;
  }
  .pg-top .admSect__cont .body .c-certBadge {
    margin: 0 auto 22px;
  }
  .pg-top .admSect__cont .body .text {
    font-size: 1.4rem;
  }
  .pg-top .admSect__bgImage > div {
    opacity: 0.3;
  }
  .pg-top .facultySect {
    margin-top: 50px;
  }
  .pg-top .facultySect .facultyList {
    display: block;
    margin: 0;
  }
  .pg-top .facultySect .facultyList > li {
    padding: 0;
    width: auto;
  }
  .pg-top .facultySect .facultyList > li + li {
    margin-top: 35px;
  }
  .pg-top .facultySect .facultyList .item .image {
    margin: 0 -6.4vw 20px;
  }
  .pg-top .facultySect .facultyList .item .head .hdg a {
    font-size: 2.4rem;
  }
  .pg-top .facultySect .facultyList .item .head .vi {
    left: 0;
    bottom: calc(100% + 3px);
  }
  .pg-top .facultySect .facultyList .item .head button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .pg-top .facultySect .facultyList .item .head button .icon {
    position: absolute;
    right: 0;
    top: 2px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
  .pg-top .facultySect .facultyList .item .head button .icon::before, .pg-top .facultySect .facultyList .item .head button .icon::after {
    content: "";
    position: absolute;
    background-color: #000;
  }
  .pg-top .facultySect .facultyList .item .head button .icon::before {
    left: calc(50% - 8px);
    top: calc(50% - 1px);
    width: 16px;
    height: 2px;
  }
  .pg-top .facultySect .facultyList .item .head button .icon::after {
    left: calc(50% - 1px);
    top: calc(50% - 8px);
    width: 2px;
    height: 16px;
  }
  .pg-top .facultySect .facultyList .item .head button.-active .icon::after {
    opacity: 0;
  }
  .pg-top .facultySect .facultyList .item .body {
    display: none;
  }
  .pg-top .facultySect .facultyList .item .body .lvl2List > li > a {
    font-size: 2rem;
  }
  .pg-top .facultySect .facultyList .item .body .lvl3List > li {
    font-size: 1.6rem;
  }
  .pg-top .facultySect .facultyList .item .body .lvl3List > li + li {
    margin-top: 3px;
  }
  .pg-top .facultySect .facultyList .item.-dept1 .head button .icon {
    background-color: #355cfc;
  }
  .pg-top .facultySect .facultyList .item.-dept2 .head button .icon {
    background-color: #ff5b7f;
  }
  .pg-top .facultySect .facultyList .item.-dept3 .head button .icon {
    background-color: #ffb100;
  }
  .pg-top .facultySect .facultyList .item.-dept4 .head button .icon {
    background-color: #e65024;
  }
  .pg-top .facultySect .facultyList .item.-dept5 .head button .icon {
    background-color: #22ad77;
  }
  .pg-top .facultySect .facultyList .otherItem + .otherItem {
    margin-top: 26px;
  }
  .pg-top .facultySect .facultyList .otherItem a {
    height: 154px;
    font-size: 2.4rem;
  }
  .pg-top .geSect {
    margin-top: 66px;
  }
}

/* 学部詳細 */
.pg-deptTop .c-hdgLg {
  position: relative;
  margin: 0 auto 40px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

.pg-deptTop .c-hdgLg > span {
  display: inline-block;
  position: relative;
  border: 2px solid #000;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 12px 22px 0;
}

.pg-deptTop .c-hdgLg > span::before, .pg-deptTop .c-hdgLg > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 580px;
  height: 2px;
}

.pg-deptTop .c-hdgLg > span::before {
  right: 100%;
}

.pg-deptTop .c-hdgLg > span::after {
  left: 100%;
}

.pg-deptTop .c-hdgLg::first-letter {
  color: inherit;
}

.pg-deptTop .pageHeader {
  position: relative;
  margin: -100px 0 0;
  height: 670px;
}

.pg-deptTop .pageHeader__container {
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1366px;
  height: 100%;
}

.pg-deptTop .pageHeader__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -32px;
  bottom: 42%;
  border: 3px solid #000;
  padding: 18px 45px 18px 85px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-deptTop .pageHeader__vi {
  padding-right: 22px;
  height: 92px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-deptTop .pageHeader__vi img {
  width: auto;
  height: 100%;
}

.pg-deptTop .pageHeader__hdg {
  font-weight: bold;
  line-height: 1.6;
}

.pg-deptTop .pageHeader__hdg > span {
  display: block;
}

.pg-deptTop .pageHeader__hdg > span.subj {
  font-size: 1.8rem;
  line-height: 1.4;
}

.pg-deptTop .pageHeader__hdg > span.course {
  font-size: 2.8rem;
  font-weight: 800;
}

.pg-deptTop .pageHeader__hdg > span.courseJa {
  font-size: 1.4rem;
}

.pg-deptTop .pageHeader__hdg.-noCourse > span.subj .dept {
  margin-right: 18px;
  font-size: 3rem;
}

.pg-deptTop .pageHeader__enHdg {
  position: absolute;
  left: 85px;
  bottom: 100%;
  margin-bottom: -.25em;
  font-family: 'Barlow', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  white-space: nowrap;
}

.pg-deptTop .pageHeader__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.pg-deptTop .pageHeaderArticle {
  position: relative;
}

.pg-deptTop .pageHeaderArticle a {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 1;
  margin-bottom: 40px;
  color: inherit;
}

.pg-deptTop .pageHeaderArticle article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid black;
  border-right: 0;
  border-radius: 15px 0 0 15px;
  padding: 18px 20px 18px 16px;
  max-width: 635px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}

.pg-deptTop .pageHeaderArticle article .meta {
  margin-right: 27px;
  line-height: 1.2;
}

.pg-deptTop .pageHeaderArticle article .c-date b {
  margin-left: 5px;
  font-weight: 600;
}

.pg-deptTop .pageHeaderArticle article .title {
  font-size: 1.5rem;
  line-height: 1.6;
}

.pg-deptTop .pageHeaderArticle article .title > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1dc5ff), to(#1dc5ff)) 0 90% no-repeat;
  background: linear-gradient(#1dc5ff, #1dc5ff) 0 90% no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.pg-deptTop .pageHeaderArticle a:hover article .title > span {
  background-size: 100% 1px;
}

.pg-deptTop .p-breadcrumb {
  margin: 12px 0 45px;
}

.pg-deptTop .anchorLinkArea {
  margin-bottom: 105px;
}

.pg-deptTop .anchorLinkArea .c-anchorLink {
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
}

.pg-deptTop .pageLead {
  margin-bottom: 95px;
}

.pg-deptTop .pageLead__hdg {
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.2;
}

.pg-deptTop .pageLead__hdg::first-letter {
  color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .pg-deptTop .pageLead__hdg {
    font-size: 3.4rem;
  }
}

.pg-deptTop .p-newsSect {
  margin-bottom: 120px;
}

.pg-deptTop .studyArea {
  margin: 110px 0;
  padding: 110px 0;
  background-color: #e5e5e5;
}

.pg-deptTop .studyArea .c-textBtn::before, .pg-deptTop .studyArea .c-textBtn::after {
  background-color: #e5e5e5;
}

.pg-deptTop .studyArea .c-wysiwyg th:not(:first-child),
.pg-deptTop .studyArea .c-wysiwyg td:not(:first-child) {
  border-left: 4px solid #e5e5e5;
}

.pg-deptTop .studyArea .textBtnListArea {
  margin-top: 40px;
}

.pg-deptTop .skillSect {
  margin-top: 80px;
}

.pg-deptTop .skillSect .container {
  padding: 84px 35px 40px;
  background-color: #fff;
}

.pg-deptTop .skillSect .hdg {
  margin-bottom: 25px;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1.4;
}

.pg-deptTop .skillSect .body li {
  position: relative;
  padding-left: 25px;
  font-size: 2rem;
  line-height: 1.65;
}

.pg-deptTop .skillSect .body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  bottom: .3em;
  width: 3px;
  background-color: #000;
}

.pg-deptTop .skillSect .body li ~ li {
  margin-top: 20px;
}

.pg-deptTop .voiceSect {
  margin: 118px 0 -152px;
  padding: 85px 0 110px;
}

.pg-deptTop .voiceSect__hdg {
  margin-bottom: 75px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.3;
}

.pg-deptTop .voiceSect__hdg > span {
  display: inline-block;
  border-radius: 5px;
  padding: 1px 15px 3px;
  background-color: #fff;
}

.pg-deptTop .voiceSect__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-deptTop .voiceSect__list > li ~ li {
  margin-top: 60px;
}

.pg-deptTop .voiceSect__list > li figure {
  position: relative;
  padding-right: 40px;
  width: 346px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-deptTop .voiceSect__list > li figure img {
  width: 100%;
}

.pg-deptTop .voiceSect__list > li figure figcaption {
  position: absolute;
  left: -30px;
  top: -20px;
  border: 3px solid #000;
  padding: 12px 20px 12px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.pg-deptTop .voiceSect__list > li figure figcaption .name {
  margin-right: 14px;
}

.pg-deptTop .voiceSect__list > li figure figcaption .name b {
  font-size: 142.857142857%;
}

.pg-deptTop .voiceSect__list > li figure figcaption .type {
  display: block;
}

.pg-deptTop .voiceSect__list > li .body {
  margin-top: -4px;
}

.pg-deptTop .voiceSect__list > li .body .hdg {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.9;
}

.pg-deptTop .voiceSect__list > li .body .hdg > span {
  padding: 4px 0;
  background-color: #000;
  color: #fff;
}

.pg-deptTop .sectLg__hdg {
  margin-bottom: 78px;
}

.pg-deptTop .sectLg + .sectLg {
  margin-top: 118px;
}

.pg-deptTop .sectLg.pickUp .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-deptTop .sectLg.pickUp .container .image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-right: 40px;
  width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-deptTop .sectLg.pickUp .container .image img {
  width: 100%;
}

.pg-deptTop .sectLg.pickUp .container .body {
  margin-top: -6px;
}

.pg-deptTop .sectLg.pickUp .container .body li ~ li {
  margin-top: 22px;
}

.pg-deptTop .sectLg.pickUp .container .body .c-hdgSm {
  margin-bottom: 6px;
}

.pg-deptTop .sectLg.flow .flowListArea {
  position: relative;
  margin-top: 95px;
}

.pg-deptTop .sectLg.flow .flowList {
  position: relative;
  z-index: 1;
}

.pg-deptTop .sectLg.flow .flowList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-deptTop .sectLg.flow .flowList li ~ li {
  margin-top: 80px;
}

.pg-deptTop .sectLg.flow .flowList__head {
  padding: 0 65px 0 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-deptTop .sectLg.flow .flowList__head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 3px solid #000;
  border-radius: 50%;
  padding-bottom: 8px;
  width: 93px;
  height: 93px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pg-deptTop .sectLg.flow .flowList__head .container::before {
  content: "";
  position: absolute;
  left: calc(100% + 3px);
  top: 50%;
  width: 66px;
  height: 3px;
  background-color: #000;
}

.pg-deptTop .sectLg.flow .flowList__head .hdg {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}

.pg-deptTop .sectLg.flow .flowList__head .hdg .grade {
  display: block;
  font-size: 2rem;
  margin: 2px 0 -2px;
}

.pg-deptTop .sectLg.flow .flowList__head .hdg .grade b {
  font-size: 200%;
}

.pg-deptTop .sectLg.flow .flowList__head .enHdg {
  position: absolute;
  right: 100%;
  top: 0;
  margin: -12px -5px 0 0;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.pg-deptTop .sectLg.flow .flowList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 0 3px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
}

.pg-deptTop .sectLg.flow .flowList__body .image {
  width: 300px;
  min-height: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: 50%;
  background-size: cover;
}

.pg-deptTop .sectLg.flow .flowList__body .body {
  padding: 30px 40px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pg-deptTop .sectLg.flow .flowList__body .body .c-hdgSm {
  margin-bottom: 10px;
}

.pg-deptTop .sectLg.flow .flowList li:nth-child(odd) .flowList__body .image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.pg-deptTop .sectLg.flow .flowLine {
  position: absolute;
  left: calc(35px + 45px);
  top: -40px;
  bottom: -80px;
  width: 3px;
  background-color: #fff;
}

.pg-deptTop .sectLg.flow .flowLine::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 23px;
  height: 3px;
  background-color: #fff;
}

.pg-deptTop .sectLg.flow .flowLine .arrow {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 3px;
  height: 50px;
  background-color: #d7d7d7;
}

.pg-deptTop .sectLg.flow .flowLine .arrow::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -2px;
  border-bottom: 3px solid #d7d7d7;
  border-left: 3px solid #d7d7d7;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.pg-deptTop .sectLg.work .c-imageList + .c-workList {
  margin-top: 0;
}

.pg-deptTop .sectLg.facility .pickUp {
  margin-bottom: 40px;
}

.pg-deptTop .sectLg.facility .pickUp .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 -80px -33px;
  border: 3px solid #000;
  width: 393px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.pg-deptTop .sectLg.facility .pickUp .head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 14px;
  min-height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pg-deptTop .sectLg.facility .pickUp .head .hdg {
  margin-bottom: 9px;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.pg-deptTop .sectLg.facility .pickUp .head .desc {
  font-size: 1.8rem;
}

.pg-deptTop .sectLg.facility .pickUp .head .enHdg {
  position: absolute;
  left: 20px;
  bottom: calc(100% - 0.25em);
  font-family: 'Barlow', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.pg-deptTop .sectLg.facility .pickUp .image img {
  width: 100%;
}

.pg-deptTop .sectLg.facility .bodyBlock {
  margin-bottom: 58px;
}

.pg-deptTop .sectLg.facility .pickUp + .bodyBlock {
  margin-top: 70px;
}

.pg-deptTop .sectLg.gallery .gallerySlide {
  position: relative;
  padding: 40px;
  background-color: #e5e5e5;
}

.pg-deptTop .sectLg.gallery .gallerySlide .swiper-slide figure {
  width: 100% !important;
}

.pg-deptTop .sectLg.gallery .gallerySlide .swiper-slide figcaption {
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.7;
}

.pg-deptTop .sectLg.gallery .gallerySlide [class*="swiper-button"] {
  margin-top: -21px;
  padding: 5px;
  width: 27px;
  height: 42px;
}

.pg-deptTop .sectLg.gallery .gallerySlide [class*="swiper-button"]::after {
  content: none;
}

.pg-deptTop .sectLg.gallery .gallerySlide [class*="swiper-button"] svg {
  width: 100%;
  height: 100%;
}

.pg-deptTop .sectLg.gallery .gallerySlide .swiper-button-prev {
  left: 6px;
}

.pg-deptTop .sectLg.gallery .gallerySlide .swiper-button-prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pg-deptTop .sectLg.gallery .gallerySlide .swiper-button-next {
  right: 6px;
}

.pg-deptTop .sectLg.teacher .c-grayBox {
  margin-top: 45px;
}

.pg-deptTop .sectLg.teacher .textBtnListArea {
  margin-top: 40px;
}

.pg-deptTop .sectLg.career .textBtnListArea {
  margin-top: 30px;
}

.pg-deptTop.theme-dept1 .c-hdgLg > span {
  border-color: #355cfc;
}

.pg-deptTop.theme-dept1 .c-hdgLg > span::before, .pg-deptTop.theme-dept1 .c-hdgLg > span::after {
  background-color: #355cfc;
}

.pg-deptTop.theme-dept1 .pageHeaderArticle article {
  border-color: #355cfc;
}

.pg-deptTop.theme-dept1 .pageLead__hdg::first-letter {
  color: #355cfc;
}

.pg-deptTop.theme-dept1 .p-newsSect__header .moreLink:hover .c-lgArrow path {
  stroke: #355cfc;
}

.pg-deptTop.theme-dept1 .p-newsSect__list a:hover {
  background-color: #355cfc;
}

.pg-deptTop.theme-dept1 .skillSect .body li::before {
  background-color: #355cfc;
}

.pg-deptTop.theme-dept1 .voiceSect {
  background-color: rgba(53, 92, 252, 0.2);
}

.pg-deptTop.theme-dept1 .sectLg.flow .flowList__head .container {
  border-color: #355cfc;
}

.pg-deptTop.theme-dept1 .sectLg.flow .flowList__head .container::before {
  background-color: #355cfc;
}

.pg-deptTop.theme-dept1 .sectLg.flow .flowList__body {
  border-color: #355cfc;
}

@media screen and (min-width: 768px) {
  .pg-deptTop.theme-dept1 .sectLg.gallery .gallerySlide [class*="swiper-button"]:hover path {
    stroke: #355cfc;
  }
}

.pg-deptTop.theme-dept2 .c-hdgLg > span {
  border-color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .c-hdgLg > span::before, .pg-deptTop.theme-dept2 .c-hdgLg > span::after {
  background-color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .pageHeaderArticle article {
  border-color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .pageLead__hdg::first-letter {
  color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .p-newsSect__header .moreLink:hover .c-lgArrow path {
  stroke: #ff5b7f;
}

.pg-deptTop.theme-dept2 .p-newsSect__list a:hover {
  background-color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .skillSect .body li::before {
  background-color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .voiceSect {
  background-color: rgba(255, 91, 127, 0.2);
}

.pg-deptTop.theme-dept2 .sectLg.flow .flowList__head .container {
  border-color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .sectLg.flow .flowList__head .container::before {
  background-color: #ff5b7f;
}

.pg-deptTop.theme-dept2 .sectLg.flow .flowList__body {
  border-color: #ff5b7f;
}

@media screen and (min-width: 768px) {
  .pg-deptTop.theme-dept2 .sectLg.gallery .gallerySlide [class*="swiper-button"]:hover path {
    stroke: #ff5b7f;
  }
}

.pg-deptTop.theme-dept3 .c-hdgLg > span {
  border-color: #ffb100;
}

.pg-deptTop.theme-dept3 .c-hdgLg > span::before, .pg-deptTop.theme-dept3 .c-hdgLg > span::after {
  background-color: #ffb100;
}

.pg-deptTop.theme-dept3 .pageHeaderArticle article {
  border-color: #ffb100;
}

.pg-deptTop.theme-dept3 .pageLead__hdg::first-letter {
  color: #ffb100;
}

.pg-deptTop.theme-dept3 .p-newsSect__header .moreLink:hover .c-lgArrow path {
  stroke: #ffb100;
}

.pg-deptTop.theme-dept3 .p-newsSect__list a:hover {
  background-color: #ffb100;
}

.pg-deptTop.theme-dept3 .skillSect .body li::before {
  background-color: #ffb100;
}

.pg-deptTop.theme-dept3 .voiceSect {
  background-color: rgba(255, 177, 0, 0.2);
}

.pg-deptTop.theme-dept3 .sectLg.flow .flowList__head .container {
  border-color: #ffb100;
}

.pg-deptTop.theme-dept3 .sectLg.flow .flowList__head .container::before {
  background-color: #ffb100;
}

.pg-deptTop.theme-dept3 .sectLg.flow .flowList__body {
  border-color: #ffb100;
}

@media screen and (min-width: 768px) {
  .pg-deptTop.theme-dept3 .sectLg.gallery .gallerySlide [class*="swiper-button"]:hover path {
    stroke: #ffb100;
  }
}

.pg-deptTop.theme-dept4 .c-hdgLg > span {
  border-color: #e65024;
}

.pg-deptTop.theme-dept4 .c-hdgLg > span::before, .pg-deptTop.theme-dept4 .c-hdgLg > span::after {
  background-color: #e65024;
}

.pg-deptTop.theme-dept4 .pageHeaderArticle article {
  border-color: #e65024;
}

.pg-deptTop.theme-dept4 .pageLead__hdg::first-letter {
  color: #e65024;
}

.pg-deptTop.theme-dept4 .p-newsSect__header .moreLink:hover .c-lgArrow path {
  stroke: #e65024;
}

.pg-deptTop.theme-dept4 .p-newsSect__list a:hover {
  background-color: #e65024;
}

.pg-deptTop.theme-dept4 .skillSect .body li::before {
  background-color: #e65024;
}

.pg-deptTop.theme-dept4 .voiceSect {
  background-color: rgba(230, 80, 36, 0.2);
}

.pg-deptTop.theme-dept4 .sectLg.flow .flowList__head .container {
  border-color: #e65024;
}

.pg-deptTop.theme-dept4 .sectLg.flow .flowList__head .container::before {
  background-color: #e65024;
}

.pg-deptTop.theme-dept4 .sectLg.flow .flowList__body {
  border-color: #e65024;
}

@media screen and (min-width: 768px) {
  .pg-deptTop.theme-dept4 .sectLg.gallery .gallerySlide [class*="swiper-button"]:hover path {
    stroke: #e65024;
  }
}

.pg-deptTop.theme-dept5 .c-hdgLg > span {
  border-color: #22ad77;
}

.pg-deptTop.theme-dept5 .c-hdgLg > span::before, .pg-deptTop.theme-dept5 .c-hdgLg > span::after {
  background-color: #22ad77;
}

.pg-deptTop.theme-dept5 .pageHeaderArticle article {
  border-color: #22ad77;
}

.pg-deptTop.theme-dept5 .pageLead__hdg::first-letter {
  color: #22ad77;
}

.pg-deptTop.theme-dept5 .p-newsSect__header .moreLink:hover .c-lgArrow path {
  stroke: #22ad77;
}

.pg-deptTop.theme-dept5 .p-newsSect__list a:hover {
  background-color: #22ad77;
}

.pg-deptTop.theme-dept5 .skillSect .body li::before {
  background-color: #22ad77;
}

.pg-deptTop.theme-dept5 .voiceSect {
  background-color: rgba(34, 173, 119, 0.2);
}

.pg-deptTop.theme-dept5 .sectLg.flow .flowList__head .container {
  border-color: #22ad77;
}

.pg-deptTop.theme-dept5 .sectLg.flow .flowList__head .container::before {
  background-color: #22ad77;
}

.pg-deptTop.theme-dept5 .sectLg.flow .flowList__body {
  border-color: #22ad77;
}

@media screen and (min-width: 768px) {
  .pg-deptTop.theme-dept5 .sectLg.gallery .gallerySlide [class*="swiper-button"]:hover path {
    stroke: #22ad77;
  }
}

.pg-deptTop.theme-dept6 .c-hdgLg > span {
  border-color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .c-hdgLg > span::before, .pg-deptTop.theme-dept6 .c-hdgLg > span::after {
  background-color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .pageHeaderArticle article {
  border-color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .pageLead__hdg::first-letter {
  color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .p-newsSect__header .moreLink:hover .c-lgArrow path {
  stroke: #3fc7f8;
}

.pg-deptTop.theme-dept6 .p-newsSect__list a:hover {
  background-color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .skillSect .body li::before {
  background-color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .voiceSect {
  background-color: rgba(63, 199, 248, 0.2);
}

.pg-deptTop.theme-dept6 .sectLg.flow .flowList__head .container {
  border-color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .sectLg.flow .flowList__head .container::before {
  background-color: #3fc7f8;
}

.pg-deptTop.theme-dept6 .sectLg.flow .flowList__body {
  border-color: #3fc7f8;
}

@media screen and (min-width: 768px) {
  .pg-deptTop.theme-dept6 .sectLg.gallery .gallerySlide [class*="swiper-button"]:hover path {
    stroke: #3fc7f8;
  }
}

@media screen and (max-width: 767px) {
  .pg-deptTop .c-hdgLg {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .pg-deptTop .pageHeader {
    margin: -60px 0 0;
    height: auto;
  }
  .pg-deptTop .pageHeader__container {
    padding-top: 290px;
    height: auto;
  }
  .pg-deptTop .pageHeader__head {
    position: relative;
    left: auto;
    bottom: auto;
    margin-right: 6.4vw;
    border-left: none;
    padding: 18px 20px 15px 6.4vw;
  }
  .pg-deptTop .pageHeader__vi {
    padding-right: 18px;
    height: 50px;
  }
  .pg-deptTop .pageHeader__hdg {
    padding-top: 0;
    line-height: 1.5;
  }
  .pg-deptTop .pageHeader__hdg > span.subj {
    font-size: 1.4rem;
  }
  .pg-deptTop .pageHeader__hdg > span.course {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .pg-deptTop .pageHeader__hdg > span.subj + .course {
    margin-top: 4px;
  }
  .pg-deptTop .pageHeader__hdg > span.courseJa {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .pg-deptTop .pageHeader__hdg.-noCourse > span.subj .dept {
    display: block;
    margin-right: 0;
    font-size: 2.4rem;
  }
  .pg-deptTop .pageHeader__enHdg {
    left: 6.4vw;
  }
  .pg-deptTop .pageHeader__image {
    height: 320px;
  }
  .pg-deptTop .pageHeaderArticle a {
    display: block;
    position: static;
    margin: 20px 0 4px 5.33333vw;
  }
  .pg-deptTop .pageHeaderArticle article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px 13px 16px;
  }
  .pg-deptTop .pageHeaderArticle article .meta {
    margin: 0 0 2px;
  }
  .pg-deptTop .pageHeaderArticle article .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pg-deptTop .p-breadcrumb {
    margin: 0 0 8px;
  }
  .pg-deptTop .anchorLinkArea {
    margin-bottom: 70px;
  }
  .pg-deptTop .anchorLinkArea .c-anchorLink {
    position: relative;
    border-bottom: none;
  }
  .pg-deptTop .anchorLinkArea .c-anchorLink::before {
    content: "";
    position: absolute;
    left: -6.4vw;
    right: -6.4vw;
    bottom: 0;
    height: 1px;
    background-color: #000;
  }
  .pg-deptTop .pageLead {
    margin-bottom: 60px;
  }
  .pg-deptTop .pageLead__hdg {
    line-height: 1.5;
  }
  .pg-deptTop .p-newsSect {
    margin-bottom: 80px;
  }
  .pg-deptTop .studyArea {
    margin: 80px 0;
    padding: 80px 0;
  }
  .pg-deptTop .skillSect {
    margin-top: 60px;
  }
  .pg-deptTop .skillSect .container {
    padding: 30px 4.8vw 35px;
  }
  .pg-deptTop .skillSect .hdg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.3rem;
  }
  .pg-deptTop .skillSect .body li {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .pg-deptTop .skillSect .body li ~ li {
    margin-top: 18px;
  }
  .pg-deptTop section.flow + .skillSect .container {
    padding-top: 55px;
  }
  .pg-deptTop .voiceSect {
    margin: 75px 0 -95px;
    padding: 80px 0 110px;
  }
  .pg-deptTop .voiceSect__hdg {
    margin-bottom: 36px;
    font-size: 3.4rem;
  }
  .pg-deptTop .voiceSect__hdg > span {
    padding: 1px 15px 2px;
  }
  .pg-deptTop .voiceSect__list > li {
    display: block;
  }
  .pg-deptTop .voiceSect__list > li figure {
    padding: 15px 14px 0;
    width: auto;
  }
  .pg-deptTop .voiceSect__list > li figure figcaption {
    left: 0;
    top: 0;
    padding: 8px 25px 8px 20px;
    font-size: 1.2rem;
  }
  .pg-deptTop .voiceSect__list > li figure figcaption .name {
    margin-right: 9px;
  }
  .pg-deptTop .voiceSect__list > li figure figcaption .name b {
    font-size: 150%;
  }
  .pg-deptTop .voiceSect__list > li .body {
    margin-top: 40px;
  }
  .pg-deptTop .voiceSect__list > li .body .hdg {
    margin-bottom: 13px;
    font-size: 1.8rem;
    letter-spacing: .05em;
  }
  .pg-deptTop .sectLg__hdg {
    margin-bottom: 30px;
  }
  .pg-deptTop .sectLg + .sectLg {
    margin-top: 80px;
  }
  .pg-deptTop .sectLg.pickUp .container {
    display: block;
  }
  .pg-deptTop .sectLg.pickUp .container .image {
    margin-top: 35px;
    padding-right: 0;
    width: auto;
  }
  .pg-deptTop .sectLg.pickUp .container .body {
    margin-top: 0;
  }
  .pg-deptTop .sectLg.flow .flowListArea {
    margin-top: 0;
  }
  .pg-deptTop .sectLg.flow .flowList {
    padding-top: 35px;
  }
  .pg-deptTop .sectLg.flow .flowList li {
    display: block;
  }
  .pg-deptTop .sectLg.flow .flowList li ~ li {
    margin-top: 60px;
  }
  .pg-deptTop .sectLg.flow .flowList__head {
    padding: 0 0 8px;
  }
  .pg-deptTop .sectLg.flow .flowList__head .container {
    margin: auto;
  }
  .pg-deptTop .sectLg.flow .flowList__head .container::before {
    left: calc(50% - 1.5px);
    top: 100%;
    width: 3px;
    height: 12px;
  }
  .pg-deptTop .sectLg.flow .flowList__body {
    display: block;
    border-width: 3px 0;
  }
  .pg-deptTop .sectLg.flow .flowList__body .image {
    width: auto;
    min-height: 0;
  }
  .pg-deptTop .sectLg.flow .flowList__body .image::before {
    content: "";
    display: block;
    padding-top: 72.727272727%;
  }
  .pg-deptTop .sectLg.flow .flowList__body .body {
    padding: 30px 4vw 25px;
  }
  .pg-deptTop .sectLg.flow .flowList__body .body .c-hdgSm {
    line-height: 1.6;
  }
  .pg-deptTop .sectLg.flow .flowList__body .body .c-hdgSm::before {
    top: 12px;
  }
  .pg-deptTop .sectLg.flow .flowLine {
    left: calc(50% - 1.5px);
    top: -8px;
    bottom: -60px;
  }
  .pg-deptTop .sectLg.facility .pickUp {
    padding-top: 10px;
  }
  .pg-deptTop .sectLg.facility .pickUp .head {
    margin: 0 12.8vw -10px 0;
    width: auto;
  }
  .pg-deptTop .sectLg.facility .pickUp .head > div {
    min-height: auto;
  }
  .pg-deptTop .sectLg.facility .pickUp .head .hdg {
    margin-bottom: 8px;
    font-size: 2rem;
  }
  .pg-deptTop .sectLg.facility .pickUp .head .desc {
    font-size: 1.6rem;
  }
  .pg-deptTop .sectLg.facility .bodyBlock {
    margin-bottom: 40px;
  }
  .pg-deptTop .sectLg.facility .pickUp + .bodyBlock {
    margin-top: -10px;
  }
  .pg-deptTop .sectLg.gallery .gallerySlide {
    padding: 4vw;
  }
  .pg-deptTop .sectLg.gallery .gallerySlide .swiper-slide figcaption {
    font-size: 1.4rem;
  }
  .pg-deptTop .sectLg.gallery .gallerySlide [class*="swiper-button"] {
    margin-top: -18px;
    width: 24px;
    height: 36px;
  }
  .pg-deptTop .sectLg.gallery .gallerySlide .swiper-button-prev {
    left: 3px;
  }
  .pg-deptTop .sectLg.gallery .gallerySlide .swiper-button-next {
    right: 3px;
  }
  .pg-deptTop .sectLg.teacher .c-grayBox {
    margin-top: 20px;
  }
}

/* ニュース出力つき汎用詳細 */
.pg-genDet--hasNews .c-articleSet {
  margin-bottom: 80px;
}

.pg-genDet--hasNews .p-newsSect {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pg-genDet--hasNews .c-articleSet {
    margin-bottom: 60px;
  }
  .pg-genDet--hasNews .p-newsSect {
    margin-bottom: 60px;
  }
}

/* ニュース一覧 */
.pg-newsList .c-articleSet {
  margin-bottom: 100px;
}

.pg-newsList .p-pickUpSect {
  margin-bottom: 92px;
}

.pg-newsList .moreBtnArea .c-underlineBtn {
  margin-top: 40px;
}

.pg-newsList .p-listLinkSect {
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .pg-newsList .c-articleSet {
    margin-bottom: 60px;
  }
  .pg-newsList .p-pickUpSect {
    margin-bottom: 54px;
  }
  .pg-newsList .moreBtnArea .c-underlineBtn {
    margin-top: 20px;
  }
}

/* ニュース詳細 */
.pg-newsDet .p-contactSect {
  margin-top: 66px;
}

.pg-newsDet .p-shareSect {
  margin-top: 72px;
}

.pg-newsDet .toListBtnArea {
  margin-top: 50px;
}

/* 教員一覧 */
.pg-teacherList .sectLg .c-grayBox {
  margin-top: 60px;
}

.pg-teacherList .sectLg ~ .sectLg {
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  .pg-teacherList .sectLg .c-grayBox {
    margin-top: 22px;
  }
}

/**
 * Component
 */
.c-container {
  margin: auto;
  width: 880px;
}

.c-container--wide {
  width: 1080px;
}

@media screen and (max-width: 767px) {
  .c-container {
    margin: auto 6.4vw;
    width: auto;
  }
}

.c-hdgLg {
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.2;
}

.c-hdgLg::first-letter {
  color: #3fc7f8;
}

.theme-dept1 .c-hdgLg::first-letter {
  color: #355cfc;
}

.theme-dept2 .c-hdgLg::first-letter {
  color: #ff5b7f;
}

.theme-dept3 .c-hdgLg::first-letter {
  color: #ffb100;
}

.theme-dept4 .c-hdgLg::first-letter {
  color: #e65024;
}

.theme-dept5 .c-hdgLg::first-letter {
  color: #22ad77;
}

.theme-dept6 .c-hdgLg::first-letter {
  color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-hdgLg {
    font-size: 3.4rem;
  }
}

.c-hdgMd {
  position: relative;
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
}

.c-hdgMd::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 3px;
  background-color: #3fc7f8;
}

.theme-dept1 .c-hdgMd::before {
  background-color: #355cfc;
}

.theme-dept2 .c-hdgMd::before {
  background-color: #ff5b7f;
}

.theme-dept3 .c-hdgMd::before {
  background-color: #ffb100;
}

.theme-dept4 .c-hdgMd::before {
  background-color: #e65024;
}

.theme-dept5 .c-hdgMd::before {
  background-color: #22ad77;
}

.theme-dept6 .c-hdgMd::before {
  background-color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-hdgMd {
    margin-bottom: 24px;
    font-size: 2.7rem;
  }
}

.c-hdgSm {
  position: relative;
  margin-bottom: 22px;
  padding-left: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.c-hdgSm::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 12px;
  height: 3px;
  background-color: #3fc7f8;
}

.theme-dept1 .c-hdgSm::before {
  background-color: #355cfc;
}

.theme-dept2 .c-hdgSm::before {
  background-color: #ff5b7f;
}

.theme-dept3 .c-hdgSm::before {
  background-color: #ffb100;
}

.theme-dept4 .c-hdgSm::before {
  background-color: #e65024;
}

.theme-dept5 .c-hdgSm::before {
  background-color: #22ad77;
}

.theme-dept6 .c-hdgSm::before {
  background-color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-hdgSm {
    margin-bottom: 12px;
    font-size: 2.1rem;
  }
}

.c-hdgLinkSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-hdgLinkSet .c-hdgLg {
  margin-bottom: 0;
}

.c-hdgLinkSet .link {
  margin-left: 25px;
  border-left: 1px solid currentColor;
  padding: 5px 0 3px 22px;
}

.c-hdgLinkSet .link a {
  color: #999;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.c-hdgLinkSet .link a .c-lgArrow {
  margin-left: 2px;
}

.c-hdgLinkSet .link a .c-lgArrow path {
  stroke: currentColor;
}

.c-hdgLinkSet .link a:hover .c-lgArrow path {
  stroke: #1dc5ff;
}

.theme-dept1 .c-hdgLinkSet .link a:hover .c-lgArrow path {
  stroke: #355cfc;
}

.theme-dept2 .c-hdgLinkSet .link a:hover .c-lgArrow path {
  stroke: #ff5b7f;
}

.theme-dept3 .c-hdgLinkSet .link a:hover .c-lgArrow path {
  stroke: #ffb100;
}

.theme-dept4 .c-hdgLinkSet .link a:hover .c-lgArrow path {
  stroke: #e65024;
}

.theme-dept5 .c-hdgLinkSet .link a:hover .c-lgArrow path {
  stroke: #22ad77;
}

.theme-dept6 .c-hdgLinkSet .link a:hover .c-lgArrow path {
  stroke: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-hdgLinkSet {
    display: block;
  }
  .c-hdgLinkSet .link {
    margin: 5px 0 0;
    border-left: none;
    padding: 1px 0;
  }
}

.c-randomBg {
  position: relative;
}

.c-randomBg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -160px;
  z-index: -1;
  margin-left: -950px;
  width: 1900px;
  background-position: 50% 0;
  background-repeat: repeat-y;
}

.p-pageLead + .c-randomBg::before {
  top: -70px;
}

.c-randomBg--1::before {
  background-image: url(/eng/common/images/bg_01.png);
}

.c-randomBg--2::before {
  background-image: url(/eng/common/images/bg_02.png);
}

.c-randomBg--3::before {
  background-image: url(/eng/common/images/bg_03.png);
}

.theme-dept1 .c-randomBg--1::before {
  background-image: url(/eng/common/images/bg_dept1_01.png);
}

.theme-dept1 .c-randomBg--2::before {
  background-image: url(/eng/common/images/bg_dept1_02.png);
}

.theme-dept1 .c-randomBg--3::before {
  background-image: url(/eng/common/images/bg_dept1_03.png);
}

.theme-dept2 .c-randomBg--1::before {
  background-image: url(/eng/common/images/bg_dept2_01.png);
}

.theme-dept2 .c-randomBg--2::before {
  background-image: url(/eng/common/images/bg_dept2_02.png);
}

.theme-dept2 .c-randomBg--3::before {
  background-image: url(/eng/common/images/bg_dept2_03.png);
}

.theme-dept3 .c-randomBg--1::before {
  background-image: url(/eng/common/images/bg_dept3_01.png);
}

.theme-dept3 .c-randomBg--2::before {
  background-image: url(/eng/common/images/bg_dept3_02.png);
}

.theme-dept3 .c-randomBg--3::before {
  background-image: url(/eng/common/images/bg_dept3_03.png);
}

.theme-dept4 .c-randomBg--1::before {
  background-image: url(/eng/common/images/bg_dept4_01.png);
}

.theme-dept4 .c-randomBg--2::before {
  background-image: url(/eng/common/images/bg_dept4_02.png);
}

.theme-dept4 .c-randomBg--3::before {
  background-image: url(/eng/common/images/bg_dept4_03.png);
}

.theme-dept5 .c-randomBg--1::before {
  background-image: url(/eng/common/images/bg_dept5_01.png);
}

.theme-dept5 .c-randomBg--2::before {
  background-image: url(/eng/common/images/bg_dept5_02.png);
}

.theme-dept5 .c-randomBg--3::before {
  background-image: url(/eng/common/images/bg_dept5_03.png);
}

.theme-dept6 .c-randomBg--1::before {
  background-image: url(/eng/common/images/bg_dept6_01.png);
}

.theme-dept6 .c-randomBg--2::before {
  background-image: url(/eng/common/images/bg_dept6_02.png);
}

.theme-dept6 .c-randomBg--3::before {
  background-image: url(/eng/common/images/bg_dept6_03.png);
}

@media screen and (max-width: 767px) {
  .c-randomBg::before {
    content: none;
  }
}

.c-deptBg {
  position: relative;
  margin-bottom: -152px;
  padding-bottom: 152px;
}

.c-deptBg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -950px;
  width: 1900px;
  background-position: 50% 0;
  background-repeat: repeat-y;
}

.c-deptBg--1::before {
  background-image: url(/eng/common/images/bg_01.png);
}

.c-deptBg--2::before {
  background-image: url(/eng/common/images/bg_02.png);
}

.c-deptBg--3::before {
  background-image: url(/eng/common/images/bg_03.png);
}

.c-deptBg .c-container {
  position: relative;
}

.theme-dept1 .c-deptBg--1::before {
  background-image: url(/eng/common/images/bg_dept1_01.png);
}

.theme-dept1 .c-deptBg--2::before {
  background-image: url(/eng/common/images/bg_dept1_02.png);
}

.theme-dept1 .c-deptBg--3::before {
  background-image: url(/eng/common/images/bg_dept1_03.png);
}

.theme-dept2 .c-deptBg--1::before {
  background-image: url(/eng/common/images/bg_dept2_01.png);
}

.theme-dept2 .c-deptBg--2::before {
  background-image: url(/eng/common/images/bg_dept2_02.png);
}

.theme-dept2 .c-deptBg--3::before {
  background-image: url(/eng/common/images/bg_dept2_03.png);
}

.theme-dept3 .c-deptBg--1::before {
  background-image: url(/eng/common/images/bg_dept3_01.png);
}

.theme-dept3 .c-deptBg--2::before {
  background-image: url(/eng/common/images/bg_dept3_02.png);
}

.theme-dept3 .c-deptBg--3::before {
  background-image: url(/eng/common/images/bg_dept3_03.png);
}

.theme-dept4 .c-deptBg--1::before {
  background-image: url(/eng/common/images/bg_dept4_01.png);
}

.theme-dept4 .c-deptBg--2::before {
  background-image: url(/eng/common/images/bg_dept4_02.png);
}

.theme-dept4 .c-deptBg--3::before {
  background-image: url(/eng/common/images/bg_dept4_03.png);
}

.theme-dept5 .c-deptBg--1::before {
  background-image: url(/eng/common/images/bg_dept5_01.png);
}

.theme-dept5 .c-deptBg--2::before {
  background-image: url(/eng/common/images/bg_dept5_02.png);
}

.theme-dept5 .c-deptBg--3::before {
  background-image: url(/eng/common/images/bg_dept5_03.png);
}

.theme-dept6 .c-deptBg--1::before {
  background-image: url(/eng/common/images/bg_dept6_01.png);
}

.theme-dept6 .c-deptBg--2::before {
  background-image: url(/eng/common/images/bg_dept6_02.png);
}

.theme-dept6 .c-deptBg--3::before {
  background-image: url(/eng/common/images/bg_dept6_03.png);
}

@media screen and (max-width: 767px) {
  .c-deptBg {
    margin-bottom: -95px;
    padding-bottom: 95px;
  }
  .c-deptBg::before {
    content: none;
  }
}

.c-arrow {
  min-height: 8px;
}

.c-lgArrow {
  min-height: 12px;
}

.c-twIcon {
  min-height: 16px;
}

.c-docIcon,
.c-figureIcon {
  stroke-width: 0;
}

[data-whatintent="mouse"] a:hover .c-twIcon path,
[data-whatintent="mouse"] a:hover .c-fbIcon path,
[data-whatintent="mouse"] a:hover .c-mailIcon path,
[data-whatintent="mouse"] a:hover .c-lineIcon path,
[data-whatintent="mouse"] a:hover .c-instaIcon path,
[data-whatintent="mouse"] a:hover .c-docIcon path,
[data-whatintent="mouse"] a:hover .c-figureIcon path {
  fill: #1dc5ff;
}

.c-pinIcon {
  min-width: 19px;
}

.c-certBadge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 126px;
  height: 126px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #1F53BA;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.c-certBadge::before, .c-certBadge::after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 2px solid #000;
  width: 15px;
  height: 15px;
}

.c-certBadge::before {
  left: 0;
  border-left: 2px solid #000;
}

.c-certBadge::after {
  right: 0;
  border-right: 2px solid #000;
}

.c-certBadge > span::before, .c-certBadge > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #000;
  width: 15px;
  height: 15px;
}

.c-certBadge > span::before {
  left: 0;
  border-left: 2px solid #000;
}

.c-certBadge > span::after {
  right: 0;
  border-right: 2px solid #000;
}

.c-certBadge > span b {
  display: block;
  font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
  .c-certBadge {
    width: 90px;
    height: 90px;
    font-size: 3.2rem;
  }
  .c-certBadge::before, .c-certBadge::after {
    width: 10px;
    height: 10px;
  }
  .c-certBadge > span::before, .c-certBadge > span::after {
    width: 10px;
    height: 10px;
  }
  .c-certBadge > span b {
    font-size: 3.7rem;
  }
}

.c-wysiwyg {
  font-size: 2rem;
  letter-spacing: .03em;
}

.c-wysiwyg h2 {
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.2;
}

.c-wysiwyg h2::first-letter {
  color: #3fc7f8;
}

.theme-dept1 .c-wysiwyg h2::first-letter {
  color: #355cfc;
}

.theme-dept2 .c-wysiwyg h2::first-letter {
  color: #ff5b7f;
}

.theme-dept3 .c-wysiwyg h2::first-letter {
  color: #ffb100;
}

.theme-dept4 .c-wysiwyg h2::first-letter {
  color: #e65024;
}

.theme-dept5 .c-wysiwyg h2::first-letter {
  color: #22ad77;
}

.theme-dept6 .c-wysiwyg h2::first-letter {
  color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-wysiwyg h2 {
    font-size: 3.4rem;
  }
}

.c-wysiwyg h3 {
  position: relative;
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
}

.c-wysiwyg h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 3px;
  background-color: #3fc7f8;
}

.theme-dept1 .c-wysiwyg h3::before {
  background-color: #355cfc;
}

.theme-dept2 .c-wysiwyg h3::before {
  background-color: #ff5b7f;
}

.theme-dept3 .c-wysiwyg h3::before {
  background-color: #ffb100;
}

.theme-dept4 .c-wysiwyg h3::before {
  background-color: #e65024;
}

.theme-dept5 .c-wysiwyg h3::before {
  background-color: #22ad77;
}

.theme-dept6 .c-wysiwyg h3::before {
  background-color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-wysiwyg h3 {
    margin-bottom: 24px;
    font-size: 2.7rem;
  }
}

.c-wysiwyg h4 {
  position: relative;
  margin-bottom: 22px;
  padding-left: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.c-wysiwyg h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 12px;
  height: 3px;
  background-color: #3fc7f8;
}

.theme-dept1 .c-wysiwyg h4::before {
  background-color: #355cfc;
}

.theme-dept2 .c-wysiwyg h4::before {
  background-color: #ff5b7f;
}

.theme-dept3 .c-wysiwyg h4::before {
  background-color: #ffb100;
}

.theme-dept4 .c-wysiwyg h4::before {
  background-color: #e65024;
}

.theme-dept5 .c-wysiwyg h4::before {
  background-color: #22ad77;
}

.theme-dept6 .c-wysiwyg h4::before {
  background-color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-wysiwyg h4 {
    margin-bottom: 12px;
    font-size: 2.1rem;
  }
}

.c-wysiwyg table {
  width: 100%;
  line-height: 1.8;
}

.c-wysiwyg table.td-r td {
  text-align: right;
}

.c-wysiwyg th:not(:first-child),
.c-wysiwyg td:not(:first-child) {
  border-left: 4px solid #fff;
}

.c-wysiwyg th {
  font-weight: bold;
}

.c-wysiwyg thead th {
  border-bottom: 1px solid #000;
  background-color: #aae5ff;
  text-align: center;
}

.c-wysiwyg tbody th {
  text-align: left;
}

.c-wysiwyg thead th,
.c-wysiwyg thead td {
  padding: 13px 15px;
}

.c-wysiwyg tbody th,
.c-wysiwyg tbody td {
  border-bottom: 1px solid #c1c1c1;
  padding: 13px 18px;
}

.c-wysiwyg ul li {
  position: relative;
  padding-left: 1em;
}

.c-wysiwyg ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #000;
}

.c-wysiwyg ol {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.c-wysiwyg li + li {
  margin-top: 10px;
}

.c-wysiwyg a[target="_blank"] .c-underline > span::after, .c-wysiwyg a[href$=".pdf"] .c-underline > span::after, .c-wysiwyg a[href$=".doc"] .c-underline > span::after, .c-wysiwyg a[href$=".docx"] .c-underline > span::after, .c-wysiwyg a[href$=".xls"] .c-underline > span::after, .c-wysiwyg a[href$=".xlsx"] .c-underline > span::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
}

.c-wysiwyg a[target="_blank"] .c-underline > span::after {
  width: 17px;
  height: 15px;
  background-image: url(/eng/common/images/icon_ext.svg);
  background-size: 17px;
  vertical-align: -1px;
}

.c-wysiwyg a[href$=".pdf"] .c-underline > span::after, .c-wysiwyg a[href$=".doc"] .c-underline > span::after, .c-wysiwyg a[href$=".docx"] .c-underline > span::after, .c-wysiwyg a[href$=".xls"] .c-underline > span::after, .c-wysiwyg a[href$=".xlsx"] .c-underline > span::after {
  width: 18px;
  height: 23px;
  background-size: 18px;
  vertical-align: -5px;
}

.c-wysiwyg a[href$=".pdf"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_pdf.svg);
}

.c-wysiwyg a[href$=".doc"] .c-underline > span::after, .c-wysiwyg a[href$=".docx"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_word.svg);
}

.c-wysiwyg a[href$=".xls"] .c-underline > span::after, .c-wysiwyg a[href$=".xlsx"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_excel.svg);
}

.c-wysiwyg a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.c-wysiwyg a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, currentColor));
  background-image: linear-gradient(180deg, transparent 95%, currentColor 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.c-wysiwyg a:hover .c-underline > span {
  background-size: 100% 100%;
}

.c-wysiwyg a[target="_blank"] .c-underline > span::after {
  margin-right: 5px;
}

.c-wysiwyg img {
  max-width: 100%;
}

.c-wysiwyg hr {
  margin: 20px 0;
}

.c-wysiwyg .iframeWrapper {
  position: relative;
}

.c-wysiwyg .iframeWrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-wysiwyg .iframeWrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.theme-dept1 .c-wysiwyg a:not(.c-textBtn):not(.c-filledTextBtn) {
  color: #355cfc;
}

.theme-dept2 .c-wysiwyg a:not(.c-textBtn):not(.c-filledTextBtn) {
  color: #ff5b7f;
}

.theme-dept3 .c-wysiwyg a:not(.c-textBtn):not(.c-filledTextBtn) {
  color: #ffb100;
}

.theme-dept4 .c-wysiwyg a:not(.c-textBtn):not(.c-filledTextBtn) {
  color: #e65024;
}

.theme-dept5 .c-wysiwyg a:not(.c-textBtn):not(.c-filledTextBtn) {
  color: #22ad77;
}

.theme-dept6 .c-wysiwyg a:not(.c-textBtn):not(.c-filledTextBtn) {
  color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-wysiwyg {
    font-size: 1.6rem;
  }
  .c-wysiwyg .tableWrapper {
    margin-right: -6.4vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .c-wysiwyg .tableWrapper > div {
    padding: 0 6.4vw 1px 0;
    width: 200%;
  }
}

.c-text {
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.c-text a[target="_blank"] .c-underline > span::after, .c-text a[href$=".pdf"] .c-underline > span::after, .c-text a[href$=".doc"] .c-underline > span::after, .c-text a[href$=".docx"] .c-underline > span::after, .c-text a[href$=".xls"] .c-underline > span::after, .c-text a[href$=".xlsx"] .c-underline > span::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
}

.c-text a[target="_blank"] .c-underline > span::after {
  width: 17px;
  height: 15px;
  background-image: url(/eng/common/images/icon_ext.svg);
  background-size: 17px;
  vertical-align: -1px;
}

.c-text a[href$=".pdf"] .c-underline > span::after, .c-text a[href$=".doc"] .c-underline > span::after, .c-text a[href$=".docx"] .c-underline > span::after, .c-text a[href$=".xls"] .c-underline > span::after, .c-text a[href$=".xlsx"] .c-underline > span::after {
  width: 18px;
  height: 23px;
  background-size: 18px;
  vertical-align: -5px;
}

.c-text a[href$=".pdf"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_pdf.svg);
}

.c-text a[href$=".doc"] .c-underline > span::after, .c-text a[href$=".docx"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_word.svg);
}

.c-text a[href$=".xls"] .c-underline > span::after, .c-text a[href$=".xlsx"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_excel.svg);
}

.c-text a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.c-text a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, currentColor));
  background-image: linear-gradient(180deg, transparent 95%, currentColor 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.c-text a:hover .c-underline > span {
  background-size: 100% 100%;
}

.c-text a[target="_blank"] .c-underline > span::after {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
  }
}

.c-textBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-size: 2.1rem;
  letter-spacing: .05em;
  line-height: 1.6875;
}

.c-textBtn[target="_blank"] > span > span > span::after, .c-textBtn[href$=".pdf"] > span > span > span::after, .c-textBtn[href$=".doc"] > span > span > span::after, .c-textBtn[href$=".docx"] > span > span > span::after, .c-textBtn[href$=".xls"] > span > span > span::after, .c-textBtn[href$=".xlsx"] > span > span > span::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
}

.c-textBtn[target="_blank"] > span > span > span::after {
  width: 17px;
  height: 15px;
  background-image: url(/eng/common/images/icon_ext.svg);
  background-size: 17px;
  vertical-align: -1px;
}

.c-textBtn[href$=".pdf"] > span > span > span::after, .c-textBtn[href$=".doc"] > span > span > span::after, .c-textBtn[href$=".docx"] > span > span > span::after, .c-textBtn[href$=".xls"] > span > span > span::after, .c-textBtn[href$=".xlsx"] > span > span > span::after {
  width: 18px;
  height: 23px;
  background-size: 18px;
  vertical-align: -5px;
}

.c-textBtn[href$=".pdf"] > span > span > span::after {
  background-image: url(/eng/common/images/icon_pdf.svg);
}

.c-textBtn[href$=".doc"] > span > span > span::after, .c-textBtn[href$=".docx"] > span > span > span::after {
  background-image: url(/eng/common/images/icon_word.svg);
}

.c-textBtn[href$=".xls"] > span > span > span::after, .c-textBtn[href$=".xlsx"] > span > span > span::after {
  background-image: url(/eng/common/images/icon_excel.svg);
}

.c-textBtn::before, .c-textBtn::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  background-color: #fff;
}

.c-textBtn::before {
  right: -1px;
  top: -1px;
}

.c-textBtn::after {
  left: -1px;
  bottom: -1px;
}

.c-textBtn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-textBtn > span::before, .c-textBtn > span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #1dc5ff;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.c-textBtn > span::before {
  left: -1px;
  top: -1px;
}

.c-textBtn > span::after {
  right: -1px;
  bottom: -1px;
}

.c-textBtn > span > span {
  padding: 16px;
}

.c-textBtn > span > span::before, .c-textBtn > span > span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #1dc5ff;
  -webkit-transition: height .4s;
  transition: height .4s;
}

.c-textBtn > span > span::before {
  right: -1px;
  bottom: -1px;
}

.c-textBtn > span > span::after {
  left: -1px;
  top: -1px;
}

.c-textBtn > span > span > span::after {
  position: absolute;
  right: 10px;
  bottom: 11px;
}

.c-textBtn[target="_blank"] > span > span, .c-textBtn[href$=".pdf"] > span > span, .c-textBtn[href$=".doc"] > span > span, .c-textBtn[href$=".docx"] > span > span, .c-textBtn[href$=".xls"] > span > span, .c-textBtn[href$=".xlsx"] > span > span {
  padding-right: 35px;
  padding-left: 35px;
}

.c-textBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]) > span > span > span::before, .c-textBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]) > span > span > span::after {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.c-textBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]) > span > span > span::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 11px;
  width: 17px;
  height: 15px;
  background-image: url(/eng/common/images/icon_ext_black.svg);
  background-repeat: no-repeat;
  background-size: 17px;
}

.c-textBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]) > span > span > span::after {
  opacity: 0;
}

[data-whatintent="mouse"] .c-textBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):hover > span > span > span::before {
  opacity: 0;
}

[data-whatintent="mouse"] .c-textBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):hover > span > span > span::after {
  opacity: 1;
}

.c-textBtn .c-arrow {
  position: absolute;
  right: 10px;
  bottom: 11px;
}

.c-textBtn[target="_blank"] .c-arrow, .c-textBtn[href$=".pdf"] .c-arrow, .c-textBtn[href$=".doc"] .c-arrow, .c-textBtn[href$=".docx"] .c-arrow, .c-textBtn[href$=".xls"] .c-arrow, .c-textBtn[href$=".xlsx"] .c-arrow {
  display: none;
}

[data-whatintent="mouse"] .c-textBtn:hover > span::before, [data-whatintent="mouse"] .c-textBtn:hover > span::after {
  width: 100%;
}

[data-whatintent="mouse"] .c-textBtn:hover > span > span::before, [data-whatintent="mouse"] .c-textBtn:hover > span > span::after {
  height: 100%;
}

[data-whatintent="mouse"] .c-textBtn:hover path {
  stroke: #1dc5ff;
}

.c-textBtn--lg {
  border-width: 2px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
}

.c-textBtn--lg::before, .c-textBtn--lg::after {
  width: 14px;
  height: 14px;
}

.c-textBtn--lg::before {
  right: -2px;
  top: -2px;
}

.c-textBtn--lg::after {
  left: -2px;
  bottom: -2px;
}

.c-textBtn--lg > span::before, .c-textBtn--lg > span::after {
  height: 2px;
}

.c-textBtn--lg > span::before {
  left: -2px;
  top: -2px;
}

.c-textBtn--lg > span::after {
  right: -2px;
  bottom: -2px;
}

.c-textBtn--lg > span > span {
  padding: 21px 50px;
}

.c-textBtn--lg > span > span::before, .c-textBtn--lg > span > span::after {
  width: 2px;
}

.c-textBtn--lg > span > span::before {
  right: -2px;
  bottom: -2px;
}

.c-textBtn--lg > span > span::after {
  left: -2px;
  top: -2px;
}

.c-textBtn--lg .c-lgArrow {
  position: absolute;
  right: 10px;
  bottom: 11px;
}

.c-textBtn--lg[target="_blank"] .c-lgArrow, .c-textBtn--lg[href$=".pdf"] .c-lgArrow, .c-textBtn--lg[href$=".doc"] .c-lgArrow, .c-textBtn--lg[href$=".docx"] .c-lgArrow, .c-textBtn--lg[href$=".xls"] .c-lgArrow, .c-textBtn--lg[href$=".xlsx"] .c-lgArrow {
  display: none;
}

.theme-dept1 .c-textBtn > span::before, .theme-dept1 .c-textBtn > span::after {
  background-color: #355cfc;
}

.theme-dept1 .c-textBtn > span > span::before, .theme-dept1 .c-textBtn > span > span::after {
  background-color: #355cfc;
}

[data-whatintent="mouse"] .theme-dept1 .c-textBtn:hover path {
  stroke: #355cfc;
}

.theme-dept2 .c-textBtn > span::before, .theme-dept2 .c-textBtn > span::after {
  background-color: #ff5b7f;
}

.theme-dept2 .c-textBtn > span > span::before, .theme-dept2 .c-textBtn > span > span::after {
  background-color: #ff5b7f;
}

[data-whatintent="mouse"] .theme-dept2 .c-textBtn:hover path {
  stroke: #ff5b7f;
}

.theme-dept3 .c-textBtn > span::before, .theme-dept3 .c-textBtn > span::after {
  background-color: #ffb100;
}

.theme-dept3 .c-textBtn > span > span::before, .theme-dept3 .c-textBtn > span > span::after {
  background-color: #ffb100;
}

[data-whatintent="mouse"] .theme-dept3 .c-textBtn:hover path {
  stroke: #ffb100;
}

.theme-dept4 .c-textBtn > span::before, .theme-dept4 .c-textBtn > span::after {
  background-color: #e65024;
}

.theme-dept4 .c-textBtn > span > span::before, .theme-dept4 .c-textBtn > span > span::after {
  background-color: #e65024;
}

[data-whatintent="mouse"] .theme-dept4 .c-textBtn:hover path {
  stroke: #e65024;
}

.theme-dept5 .c-textBtn > span::before, .theme-dept5 .c-textBtn > span::after {
  background-color: #22ad77;
}

.theme-dept5 .c-textBtn > span > span::before, .theme-dept5 .c-textBtn > span > span::after {
  background-color: #22ad77;
}

[data-whatintent="mouse"] .theme-dept5 .c-textBtn:hover path {
  stroke: #22ad77;
}

.theme-dept6 .c-textBtn > span::before, .theme-dept6 .c-textBtn > span::after {
  background-color: #3fc7f8;
}

.theme-dept6 .c-textBtn > span > span::before, .theme-dept6 .c-textBtn > span > span::after {
  background-color: #3fc7f8;
}

[data-whatintent="mouse"] .theme-dept6 .c-textBtn:hover path {
  stroke: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-textBtn {
    font-size: 1.6rem;
  }
  .c-textBtn > span > span {
    padding: 18px 20px;
  }
  .c-textBtn--lg {
    font-size: 1.8rem;
  }
  .c-textBtn--lg > span > span {
    padding: 22px 50px !important;
  }
}

.c-filledTextBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  min-width: 266px;
  background-color: #6f6f6f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: .05em;
}

.c-filledTextBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #1dc5ff;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.theme-dept1 .c-filledTextBtn::before {
  background-color: #355cfc;
}

.theme-dept2 .c-filledTextBtn::before {
  background-color: #ff5b7f;
}

.theme-dept3 .c-filledTextBtn::before {
  background-color: #ffb100;
}

.theme-dept4 .c-filledTextBtn::before {
  background-color: #e65024;
}

.theme-dept5 .c-filledTextBtn::before {
  background-color: #22ad77;
}

.theme-dept6 .c-filledTextBtn::before {
  background-color: #3fc7f8;
}

.c-filledTextBtn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4px 40px 4px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-filledTextBtn .c-arrow {
  position: absolute;
  right: 11px;
  bottom: 10px;
}

.c-filledTextBtn path {
  stroke: currentColor;
}

.c-filledTextBtn:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-filledTextBtn {
    font-size: 1.6rem;
  }
  .c-filledTextBtn > span {
    padding: 8px 40px 8px 20px;
  }
}

.c-image {
  max-width: 100%;
  text-align: center;
}

.c-image figure {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.c-image figure > div {
  position: relative;
}

.c-image figure > div::before, .c-image figure > div::after {
  content: "";
  position: absolute;
  width: 0;
  height: 8px;
  background-color: #1dc5ff;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.c-image figure > div::before {
  left: 0;
  top: 0;
}

.c-image figure > div::after {
  right: 0;
  bottom: 0;
}

.c-image figure > div > div::before, .c-image figure > div > div::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 0;
  background-color: #1dc5ff;
  -webkit-transition: height .4s;
  transition: height .4s;
}

.c-image figure > div > div::before {
  right: 0;
  top: 0;
}

.c-image figure > div > div::after {
  left: 0;
  bottom: 0;
}

.c-image figure img {
  border-bottom: 2px solid transparent;
  width: 100%;
  height: auto;
}

.c-image a figure img {
  border-color: #3fc7f8;
}

.c-image figcaption {
  padding: 15px 16px;
  text-align: left;
  color: #666;
  font-size: 1.4rem;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.c-image a:hover figure > div::before, .c-image a:hover figure > div::after {
  width: 100%;
}

.c-image a:hover figure > div > div::before, .c-image a:hover figure > div > div::after {
  height: 100%;
}

.c-image a:hover figcaption {
  background-color: #1dc5ff;
  color: #fff !important;
}

.theme-dept1 .c-image figure > div::before, .theme-dept1 .c-image figure > div::after {
  background-color: #355cfc;
}

.theme-dept1 .c-image figure > div > div::before, .theme-dept1 .c-image figure > div > div::after {
  background-color: #355cfc;
}

.theme-dept1 .c-image a figure img {
  border-color: #355cfc;
}

.theme-dept1 .c-image a:hover figcaption {
  background-color: #355cfc;
}

.theme-dept2 .c-image figure > div::before, .theme-dept2 .c-image figure > div::after {
  background-color: #ff5b7f;
}

.theme-dept2 .c-image figure > div > div::before, .theme-dept2 .c-image figure > div > div::after {
  background-color: #ff5b7f;
}

.theme-dept2 .c-image a figure img {
  border-color: #ff5b7f;
}

.theme-dept2 .c-image a:hover figcaption {
  background-color: #ff5b7f;
}

.theme-dept3 .c-image figure > div::before, .theme-dept3 .c-image figure > div::after {
  background-color: #ffb100;
}

.theme-dept3 .c-image figure > div > div::before, .theme-dept3 .c-image figure > div > div::after {
  background-color: #ffb100;
}

.theme-dept3 .c-image a figure img {
  border-color: #ffb100;
}

.theme-dept3 .c-image a:hover figcaption {
  background-color: #ffb100;
}

.theme-dept4 .c-image figure > div::before, .theme-dept4 .c-image figure > div::after {
  background-color: #e65024;
}

.theme-dept4 .c-image figure > div > div::before, .theme-dept4 .c-image figure > div > div::after {
  background-color: #e65024;
}

.theme-dept4 .c-image a figure img {
  border-color: #e65024;
}

.theme-dept4 .c-image a:hover figcaption {
  background-color: #e65024;
}

.theme-dept5 .c-image figure > div::before, .theme-dept5 .c-image figure > div::after {
  background-color: #22ad77;
}

.theme-dept5 .c-image figure > div > div::before, .theme-dept5 .c-image figure > div > div::after {
  background-color: #22ad77;
}

.theme-dept5 .c-image a figure img {
  border-color: #22ad77;
}

.theme-dept5 .c-image a:hover figcaption {
  background-color: #22ad77;
}

.theme-dept6 .c-image figure > div::before, .theme-dept6 .c-image figure > div::after {
  background-color: #3fc7f8;
}

.theme-dept6 .c-image figure > div > div::before, .theme-dept6 .c-image figure > div > div::after {
  background-color: #3fc7f8;
}

.theme-dept6 .c-image a figure img {
  border-color: #3fc7f8;
}

.theme-dept6 .c-image a:hover figcaption {
  background-color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-image figcaption {
    font-size: 1.2rem;
  }
}

a .c-image figure img {
  border-color: #3fc7f8;
}

.theme-dept1 a .c-image figure img {
  border-color: #355cfc;
}

.theme-dept2 a .c-image figure img {
  border-color: #ff5b7f;
}

.theme-dept3 a .c-image figure img {
  border-color: #ffb100;
}

.theme-dept4 a .c-image figure img {
  border-color: #e65024;
}

.theme-dept5 a .c-image figure img {
  border-color: #22ad77;
}

.theme-dept6 a .c-image figure img {
  border-color: #3fc7f8;
}

a:hover .c-image figure > div::before, a:hover .c-image figure > div::after {
  width: 100%;
}

a:hover .c-image figure > div > div::before, a:hover .c-image figure > div > div::after {
  height: 100%;
}

a:hover .c-image figcaption {
  background-color: #1dc5ff;
  color: #fff;
}

.theme-dept1 a:hover .c-image figcaption {
  background-color: #355cfc;
}

.theme-dept2 a:hover .c-image figcaption {
  background-color: #ff5b7f;
}

.theme-dept3 a:hover .c-image figcaption {
  background-color: #ffb100;
}

.theme-dept4 a:hover .c-image figcaption {
  background-color: #e65024;
}

.theme-dept5 a:hover .c-image figcaption {
  background-color: #22ad77;
}

.theme-dept6 a:hover .c-image figcaption {
  background-color: #3fc7f8;
}

.c-underlineBtn {
  display: inline-block;
  position: relative;
  padding: 15px 50px 15px 30px;
  min-width: 412px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: inherit;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.c-underlineBtn::before, .c-underlineBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.c-underlineBtn::before {
  width: 100%;
  background-color: #707070;
}

.c-underlineBtn::after {
  width: 0;
  background-color: #1dc5ff;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.c-underlineBtn svg {
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  .c-underlineBtn {
    display: block;
    padding: 15px 40px 15px 30px;
    min-width: 0;
  }
  .c-underlineBtn svg {
    right: 16px;
  }
}

a.c-underlineBtn:hover::after {
  width: 100%;
}

a.c-underlineBtn:hover svg path {
  stroke: #1dc5ff;
}

@media screen and (min-width: 768px) {
  button.c-underlineBtn:hover::after {
    width: 100%;
  }
  button.c-underlineBtn:hover svg path {
    stroke: #1dc5ff;
  }
}

@media screen and (max-width: 767px) {
  button.c-underlineBtn {
    width: 100%;
  }
}

.c-arrowLink {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  color: inherit;
  font-size: 2.1rem;
  letter-spacing: .05em;
}

.c-arrowLink[target="_blank"] .c-underline > span::after, .c-arrowLink[href$=".pdf"] .c-underline > span::after, .c-arrowLink[href$=".doc"] .c-underline > span::after, .c-arrowLink[href$=".docx"] .c-underline > span::after, .c-arrowLink[href$=".xls"] .c-underline > span::after, .c-arrowLink[href$=".xlsx"] .c-underline > span::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
}

.c-arrowLink[target="_blank"] .c-underline > span::after {
  width: 17px;
  height: 15px;
  background-image: url(/eng/common/images/icon_ext.svg);
  background-size: 17px;
  vertical-align: -1px;
}

.c-arrowLink[href$=".pdf"] .c-underline > span::after, .c-arrowLink[href$=".doc"] .c-underline > span::after, .c-arrowLink[href$=".docx"] .c-underline > span::after, .c-arrowLink[href$=".xls"] .c-underline > span::after, .c-arrowLink[href$=".xlsx"] .c-underline > span::after {
  width: 18px;
  height: 23px;
  background-size: 18px;
  vertical-align: -5px;
}

.c-arrowLink[href$=".pdf"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_pdf.svg);
}

.c-arrowLink[href$=".doc"] .c-underline > span::after, .c-arrowLink[href$=".docx"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_word.svg);
}

.c-arrowLink[href$=".xls"] .c-underline > span::after, .c-arrowLink[href$=".xlsx"] .c-underline > span::after {
  background-image: url(/eng/common/images/icon_excel.svg);
}

.c-arrowLink .c-underline {
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.c-arrowLink .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #1dc5ff));
  background-image: linear-gradient(180deg, transparent 95%, #1dc5ff 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.c-arrowLink:hover .c-underline > span {
  background-size: 100% 100%;
}

.c-arrowLink .c-arrow {
  position: absolute;
  left: 4px;
  top: 11px;
}

.theme-dept1 .c-arrowLink .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #355cfc));
  background-image: linear-gradient(180deg, transparent 95%, #355cfc 95%);
}

.theme-dept2 .c-arrowLink .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ff5b7f));
  background-image: linear-gradient(180deg, transparent 95%, #ff5b7f 95%);
}

.theme-dept3 .c-arrowLink .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ffb100));
  background-image: linear-gradient(180deg, transparent 95%, #ffb100 95%);
}

.theme-dept4 .c-arrowLink .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #e65024));
  background-image: linear-gradient(180deg, transparent 95%, #e65024 95%);
}

.theme-dept5 .c-arrowLink .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #22ad77));
  background-image: linear-gradient(180deg, transparent 95%, #22ad77 95%);
}

.theme-dept6 .c-arrowLink .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #3fc7f8));
  background-image: linear-gradient(180deg, transparent 95%, #3fc7f8 95%);
}

@media screen and (max-width: 767px) {
  .c-arrowLink {
    font-size: 1.6rem;
  }
  .c-arrowLink .c-arrow {
    top: .5em;
  }
}

.c-label {
  display: inline-block;
  width: 140px;
  background-color: #000;
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

.c-date {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.c-date b {
  margin-left: 8px;
  font-size: 150%;
  font-weight: normal;
}

.c-anchorLink {
  padding: 0 18px 11px;
}

.c-anchorLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -12px 0 0 -33px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-anchorLink__list > li {
  padding: 12px 0 0 33px;
}

.c-anchorLink__list a {
  color: inherit;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.c-anchorLink__list a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.c-anchorLink__list a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #1dc5ff));
  background-image: linear-gradient(180deg, transparent 95%, #1dc5ff 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

@media screen and (min-width: 768px) {
  .c-anchorLink__list a:hover .c-underline > span {
    background-size: 100% 100%;
  }
}

.c-anchorLink__list .c-underline > span {
  position: relative;
  padding-left: 26px;
}

.c-anchorLink__list .c-underline > span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .5em;
  border-bottom: 2px solid #3fc7f8;
  border-left: 2px solid #3fc7f8;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: margin-top .4s;
  transition: margin-top .4s;
}

.theme-dept1 .c-anchorLink__list .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #355cfc));
  background-image: linear-gradient(180deg, transparent 95%, #355cfc 95%);
}

.theme-dept1 .c-anchorLink__list .c-underline > span::before {
  border-color: #355cfc;
}

.theme-dept2 .c-anchorLink__list .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ff5b7f));
  background-image: linear-gradient(180deg, transparent 95%, #ff5b7f 95%);
}

.theme-dept2 .c-anchorLink__list .c-underline > span::before {
  border-color: #ff5b7f;
}

.theme-dept3 .c-anchorLink__list .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #ffb100));
  background-image: linear-gradient(180deg, transparent 95%, #ffb100 95%);
}

.theme-dept3 .c-anchorLink__list .c-underline > span::before {
  border-color: #ffb100;
}

.theme-dept4 .c-anchorLink__list .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #e65024));
  background-image: linear-gradient(180deg, transparent 95%, #e65024 95%);
}

.theme-dept4 .c-anchorLink__list .c-underline > span::before {
  border-color: #e65024;
}

.theme-dept5 .c-anchorLink__list .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #22ad77));
  background-image: linear-gradient(180deg, transparent 95%, #22ad77 95%);
}

.theme-dept5 .c-anchorLink__list .c-underline > span::before {
  border-color: #22ad77;
}

.theme-dept6 .c-anchorLink__list .c-underline > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #3fc7f8));
  background-image: linear-gradient(180deg, transparent 95%, #3fc7f8 95%);
}

.theme-dept6 .c-anchorLink__list .c-underline > span::before {
  border-color: #3fc7f8;
}

@media screen and (min-width: 768px) {
  .c-anchorLink__list a:hover .c-underline > span::before {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-anchorLink {
    padding: 0 0 16px;
  }
  .c-anchorLink__list {
    margin: -8px 0 0 -20px;
  }
  .c-anchorLink__list > li {
    padding: 8px 0 0 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-anchorLink__list a {
    font-size: 1.6rem;
  }
  .c-anchorLink__list .c-underline > span {
    display: inline-block;
    padding-left: 24px;
  }
  .c-anchorLink__list .c-underline > span::before {
    top: .25em;
  }
}

.c-imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px 0 0 -40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-imageList > li {
  display: table;
  padding: 40px 0 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-imageList a {
  color: inherit;
}

.c-imageList .c-image figure {
  width: 100% !important;
}

.c-imageList .body {
  padding: 16px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.c-imageList a:hover .body {
  background-color: #1dc5ff;
  color: #fff;
}

.theme-dept1 .c-imageList a:hover .body {
  background-color: #355cfc;
}

.theme-dept2 .c-imageList a:hover .body {
  background-color: #ff5b7f;
}

.theme-dept3 .c-imageList a:hover .body {
  background-color: #ffb100;
}

.theme-dept4 .c-imageList a:hover .body {
  background-color: #e65024;
}

.theme-dept5 .c-imageList a:hover .body {
  background-color: #22ad77;
}

.theme-dept6 .c-imageList a:hover .body {
  background-color: #3fc7f8;
}

.c-imageList .hdg {
  font-size: 2rem;
  font-weight: bold;
}

.c-imageList .desc {
  font-size: 1.8rem;
  letter-spacing: .03em;
}

.c-imageList .hdg + .desc {
  margin-top: 12px;
}

.c-imageList--2col > li {
  width: 50%;
}

.c-imageList--3col > li {
  width: 33.333%;
}

.c-imageList--4col > li {
  width: 25%;
}

.c-imageList--4col .c-image figure > div::before, .c-imageList--4col .c-image figure > div::after {
  height: 4px;
}

.c-imageList--4col .c-image figure > div > div::before, .c-imageList--4col .c-image figure > div > div::after {
  width: 4px;
}

@media screen and (max-width: 767px) {
  .c-imageList {
    margin: -23px 0 0 -23px;
  }
  .c-imageList > li {
    padding: 23px 0 0 23px;
  }
  .c-imageList .body {
    padding: 14px 16px;
  }
  .c-imageList .hdg {
    font-size: 1.9rem;
  }
  .c-imageList .desc {
    font-size: 1.6rem;
  }
  .c-imageList .hdg + .desc {
    margin-top: 5px;
  }
  .c-imageList--2col > li, .c-imageList--3col > li {
    width: 100%;
  }
  .c-imageList--4col > li {
    width: 50%;
  }
}

.c-textBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -22px 0 0 -40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-textBtnList > li {
  padding: 22px 0 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-textBtnList .c-textBtn {
  width: 100%;
}

.c-textBtnList--2col > li {
  width: 50%;
}

.c-textBtnList--3col > li {
  width: 33.333%;
}

.c-textBtnList--4col > li {
  width: 25%;
}

.c-textBtnList--4col .c-textBtn {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-textBtnList {
    margin: -22px 0 0 -22px;
  }
  .c-textBtnList > li {
    padding: 22px 0 0 22px;
  }
  .c-textBtnList--2col > li, .c-textBtnList--3col > li {
    width: 100%;
  }
  .c-textBtnList--4col > li {
    width: 50%;
  }
  .c-textBtnList--4col .c-textBtn {
    font-size: 1.6rem;
  }
}

.c-linkList > li:not(:first-child) {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .c-linkList > li:not(:first-child) {
    margin-top: 16px;
  }
}

.c-pickUpArticleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.c-pickUpArticleList > li {
  padding-left: 40px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-pickUpArticleList a {
  display: block;
  color: inherit;
}

.c-pickUpArticleList a:hover {
  background-color: #1dc5ff;
  color: #fff;
}

.c-pickUpArticleList article .c-image figure {
  width: 100%;
}

.c-pickUpArticleList article .c-image figure .image {
  background-position: 50%;
  background-size: cover;
}

.c-pickUpArticleList article .c-image figure .image::before {
  content: "";
  display: block;
  padding-top: 48.872180451%;
}

.c-pickUpArticleList article .body {
  padding: 0 16px 20px;
}

.c-pickUpArticleList article .meta {
  position: relative;
  padding-top: 11px;
}

.c-pickUpArticleList article .meta .c-date b {
  font-weight: bold;
}

.c-pickUpArticleList article .meta .c-label {
  position: absolute;
  right: -16px;
  top: 0;
}

.c-pickUpArticleList article .title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c-pickUpArticleList {
    display: block;
    margin-left: 0;
  }
  .c-pickUpArticleList > li {
    padding-left: 0;
    width: auto;
  }
  .c-pickUpArticleList article .body {
    padding: 0 16px 18px;
  }
  .c-pickUpArticleList article .meta {
    padding-top: 8px;
  }
}

.c-articleList > li {
  border-bottom: 1px solid #c1c1c1;
}

.c-articleList > li:first-child {
  border-top: 1px solid #c1c1c1;
}

.c-articleList a {
  display: block;
  color: inherit;
}

.c-articleList a:hover {
  background-color: #1dc5ff;
  color: #fff;
}

.c-articleList article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-articleList article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 42px;
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-articleList article .meta .c-date {
  width: 110px;
}

.c-articleList article .title {
  padding-top: 2px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.c-articleList > li.-noLabel article .meta {
  padding-right: 0;
  width: auto;
}

@media screen and (max-width: 767px) {
  .c-articleList article {
    display: block;
  }
  .c-articleList article .meta {
    display: block;
    position: relative;
    margin-bottom: 6px;
    padding-right: 0;
    width: auto;
  }
  .c-articleList article .meta .c-label {
    position: absolute;
    right: -16px;
    top: 7px;
  }
  .c-articleList article .title {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.c-pickUpEventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.c-pickUpEventList > li {
  padding-left: 40px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-pickUpEventList a {
  display: block;
  color: inherit;
}

.c-pickUpEventList a:hover {
  background-color: #1dc5ff;
  color: #fff;
}

.c-pickUpEventList article .c-image figure {
  width: 100%;
}

.c-pickUpEventList article .c-image figure .image {
  background-position: 50%;
  background-size: cover;
}

.c-pickUpEventList article .c-image figure .image::before {
  content: "";
  display: block;
  padding-top: 48.872180451%;
}

.c-pickUpEventList article .body {
  padding: 0 16px 20px;
}

.c-pickUpEventList article .meta {
  position: relative;
  padding-top: 11px;
}

.c-pickUpEventList article .meta .dateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-pickUpEventList article .meta .dateList > li ~ li {
  position: relative;
  padding-left: 12px;
}

.c-pickUpEventList article .meta .dateList > li ~ li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: 3px;
  width: 4px;
  height: 1px;
  background-color: currentColor;
}

.c-pickUpEventList article .meta .dateList .c-date b {
  font-weight: bold;
}

.c-pickUpEventList article .title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c-pickUpEventList {
    display: block;
    margin-left: 0;
  }
  .c-pickUpEventList > li {
    padding-left: 0;
    width: auto;
  }
  .c-pickUpEventList article .meta {
    padding-top: 8px;
  }
}

.c-eventList > li {
  border-bottom: 1px solid #c1c1c1;
}

.c-eventList > li:first-child {
  border-top: 1px solid #c1c1c1;
}

.c-eventList a {
  display: block;
  color: inherit;
}

.c-eventList a:hover {
  background-color: #1dc5ff;
  color: #fff;
}

.c-eventList article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 17px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-eventList article .c-image {
  width: 30.227272727%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-eventList article .c-image figure {
  width: 100%;
}

.c-eventList article .c-image figure .image {
  background-position: 50%;
  background-size: cover;
}

.c-eventList article .c-image figure .image::before {
  content: "";
  display: block;
  padding-top: 48.872180451%;
}

.c-eventList article .body {
  padding: 0 20px 0 41px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-eventList article .meta {
  margin-bottom: 6px;
}

.c-eventList article .meta .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -1px;
  border: 2px solid #000;
  width: 100px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.c-eventList article .meta .dateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.c-eventList article .meta .dateList > li ~ li {
  position: relative;
  padding-left: 18px;
}

.c-eventList article .meta .dateList > li ~ li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: 2px;
  width: 6px;
  height: 2px;
  background-color: currentColor;
}

.c-eventList article .title {
  min-height: 3.5em;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.777777778;
}

.c-eventList article .place {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.6;
}

.c-eventList article .place .c-pinIcon {
  position: absolute;
  left: 0;
  top: -2px;
}

.c-eventList a:hover article .place .c-pinIcon path {
  fill: #fff;
}

.c-eventList a:hover article .label {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-eventList article {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-eventList article .c-image {
    width: 36.7%;
  }
  .c-eventList article .body {
    padding: 0 12px 0 18px;
    max-width: calc(100% - 36.7%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-eventList article .meta {
    margin-bottom: -3px;
  }
  .c-eventList article .meta .label {
    height: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 350px) {
  .c-eventList article .meta .c-date {
    font-size: 1rem;
  }
  .c-eventList article .meta .c-date b {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-eventList article .meta .label + .dateList {
    margin-top: 10px;
  }
  .c-eventList article .title {
    min-height: 0;
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-eventList article .place {
    margin-top: 15px;
    padding-left: 25px;
    font-size: 1.2rem;
  }
}

.c-teacherList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px 0 0 -40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-teacherList > li {
  padding: 40px 0 0 40px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-teacherList a {
  display: block;
  color: inherit;
}

.c-teacherList a:hover {
  background-color: #1dc5ff;
  color: #fff;
}

.theme-dept1 .c-teacherList a:hover {
  background-color: #355cfc;
}

.theme-dept2 .c-teacherList a:hover {
  background-color: #ff5b7f;
}

.theme-dept3 .c-teacherList a:hover {
  background-color: #ffb100;
}

.theme-dept4 .c-teacherList a:hover {
  background-color: #e65024;
}

.theme-dept5 .c-teacherList a:hover {
  background-color: #22ad77;
}

.theme-dept6 .c-teacherList a:hover {
  background-color: #3fc7f8;
}

.c-teacherList .c-image figure {
  width: 100%;
}

.c-teacherList .c-image figure img {
  border-bottom: none;
}

.c-teacherList .body {
  padding: 16px 15px 20px;
}

.c-teacherList .body .name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
}

.c-teacherList .body .specialty {
  position: relative;
  margin-top: 11px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 12px;
  font-size: 1.4rem;
}

.c-teacherList .body .specialty dt {
  margin-bottom: 4px;
  overflow: hidden;
  text-align: center;
}

.c-teacherList .body .specialty dt > span {
  display: inline-block;
  position: relative;
  color: #8A8A8A;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.c-teacherList .body .specialty dt > span::before, .c-teacherList .body .specialty dt > span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.c-teacherList .body .specialty dt > span::before {
  right: 100%;
  margin-right: 11px;
}

.c-teacherList .body .specialty dt > span::after {
  left: 100%;
  margin-left: 10px;
}

.c-teacherList .body .specialty dd {
  letter-spacing: .05em;
  line-height: 1.57;
}

.c-teacherList a:hover .body .specialty dt > span {
  color: #fff;
}

.c-teacherList a:hover .body .specialty dt > span::before, .c-teacherList a:hover .body .specialty dt > span::after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-teacherList {
    margin: -20px 0 0 -23px;
  }
  .c-teacherList > li {
    padding: 20px 0 0 23px;
    width: 50%;
  }
  .c-teacherList .body {
    padding: 18px 15px 20px;
  }
  .c-teacherList .body .name {
    line-height: 1.3;
  }
  .c-teacherList .body .specialty {
    margin-top: 13px;
    padding-bottom: 14px;
  }
  .c-teacherList .body .specialty dd {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.c-grayBox {
  padding: 35px 35px 40px;
  background-color: #e5e5e5;
}

.c-grayBox__hdg {
  margin-bottom: 23px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.55;
}

.c-grayBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px 0 0 -40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-grayBox__list li {
  padding: 8px 0 0 40px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.55;
}

.c-grayBox__list li > div {
  position: relative;
  padding-left: 1em;
}

.c-grayBox__list li > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #000;
}

.c-grayBox__list li small {
  font-size: 87.5%;
}

@media screen and (max-width: 767px) {
  .c-grayBox {
    padding: 35px 20px 32px 24px;
  }
  .c-grayBox__hdg {
    margin-bottom: 15px;
  }
  .c-grayBox__list {
    display: block;
    margin: 0;
  }
  .c-grayBox__list li {
    padding: 0;
    width: auto;
    font-size: 1.4rem;
  }
  .c-grayBox__list li > div::before {
    top: 8px;
  }
  .c-grayBox__list li ~ li {
    margin-top: 11px;
  }
}

.c-workList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px 0 0 -40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-workList > li {
  padding: 40px 0 0 40px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-workList a {
  color: inherit;
}

.c-workList .c-image figure {
  width: 100%;
}

.c-workList .c-image figure .image {
  background-color: #f2f2f2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-workList .c-image figure .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-workList a .c-image figure .image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #3fc7f8;
}

.theme-dept1 .c-workList a .c-image figure .image::after {
  background-color: #355cfc;
}

.theme-dept2 .c-workList a .c-image figure .image::after {
  background-color: #ff5b7f;
}

.theme-dept3 .c-workList a .c-image figure .image::after {
  background-color: #ffb100;
}

.theme-dept4 .c-workList a .c-image figure .image::after {
  background-color: #e65024;
}

.theme-dept5 .c-workList a .c-image figure .image::after {
  background-color: #22ad77;
}

.theme-dept6 .c-workList a .c-image figure .image::after {
  background-color: #3fc7f8;
}

.c-workList .body {
  padding: 16px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.c-workList a:hover .body {
  background-color: #1dc5ff;
  color: #fff;
}

.theme-dept1 .c-workList a:hover .body {
  background-color: #355cfc;
}

.theme-dept2 .c-workList a:hover .body {
  background-color: #ff5b7f;
}

.theme-dept3 .c-workList a:hover .body {
  background-color: #ffb100;
}

.theme-dept4 .c-workList a:hover .body {
  background-color: #e65024;
}

.theme-dept5 .c-workList a:hover .body {
  background-color: #22ad77;
}

.theme-dept6 .c-workList a:hover .body {
  background-color: #3fc7f8;
}

.c-workList .hdg {
  font-size: 2rem;
  font-weight: bold;
}

.c-workList .desc {
  font-size: 1.8rem;
  letter-spacing: .03em;
}

.c-workList .hdg + .desc {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .c-workList {
    margin: -24px 0 0 -24px;
  }
  .c-workList > li {
    padding: 24px 0 0 24px;
    width: 50%;
  }
  .c-workList a:hover .c-image figure > div::before, .c-workList a:hover .c-image figure > div::after {
    width: 0;
  }
  .c-workList a:hover .c-image figure > div > div::before, .c-workList a:hover .c-image figure > div > div::after {
    height: 0;
  }
  .c-workList .body {
    padding: 14px 16px;
  }
  .c-workList .hdg {
    font-size: 1.9rem;
  }
  .c-workList .desc {
    font-size: 1.6rem;
  }
  .c-workList .hdg + .desc {
    margin-top: 5px;
  }
}

/* 記事セットコンポーネント */
.c-articleSet > [class^="c-"] ~ [class^="c-"] {
  margin-top: 75px;
}

.c-bodyAndImageSet .c-wysiwyg + .c-image {
  margin-top: 32px;
}

.c-bodyAndImageSet .c-image + .c-wysiwyg {
  margin-top: 10px;
}

.c-bodyAndImageSet--imageLeft .c-bodyAndImageSet__container, .c-bodyAndImageSet--imageRight .c-bodyAndImageSet__container {
  margin-bottom: -10px;
}

.c-bodyAndImageSet--imageLeft .c-bodyAndImageSet__container::after, .c-bodyAndImageSet--imageRight .c-bodyAndImageSet__container::after {
  content: "";
  display: block;
  clear: both;
}

.c-bodyAndImageSet--imageLeft .c-wysiwyg,
.c-bodyAndImageSet--imageLeft .c-image, .c-bodyAndImageSet--imageRight .c-wysiwyg,
.c-bodyAndImageSet--imageRight .c-image {
  padding-bottom: 10px;
}

.c-bodyAndImageSet--imageLeft .c-image + .c-wysiwyg, .c-bodyAndImageSet--imageRight .c-image + .c-wysiwyg {
  margin-top: 0;
}

.c-bodyAndImageSet--imageLeft .c-image, .c-bodyAndImageSet--imageRight .c-image {
  max-width: 43.181818182%;
}

.c-bodyAndImageSet--imageLeft .c-image {
  float: left;
  padding-right: 40px;
}

.c-bodyAndImageSet--imageRight .c-image {
  float: right;
  padding-left: 40px;
}

.c-bodyAndImageSet--framed {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 28px 39px;
  background: url(/eng/common/images/img_pat_01.png);
}

@media screen and (max-width: 767px) {
  .c-bodyAndImageSet .c-image + .c-wysiwyg {
    margin-top: 32px;
  }
  .c-bodyAndImageSet--imageLeft .c-bodyAndImageSet__container, .c-bodyAndImageSet--imageRight .c-bodyAndImageSet__container {
    margin-bottom: 0;
  }
  .c-bodyAndImageSet--imageLeft .c-wysiwyg,
  .c-bodyAndImageSet--imageLeft .c-image, .c-bodyAndImageSet--imageRight .c-wysiwyg,
  .c-bodyAndImageSet--imageRight .c-image {
    padding-bottom: 0;
  }
  .c-bodyAndImageSet--imageLeft .c-image, .c-bodyAndImageSet--imageRight .c-image {
    float: none;
    padding: 0;
    max-width: none;
  }
  .c-bodyAndImageSet--framed {
    padding: 28px 4vw;
  }
}

.c-qaSet__list > li:not(:first-child) {
  margin-top: 40px;
}

.c-qaSet__list dt::before,
.c-qaSet__list dd::before {
  position: absolute;
  font-family: 'Barlow', sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.c-qaSet__list dt::after,
.c-qaSet__list dd::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #000;
}

.c-qaSet__list dt {
  position: relative;
  padding: 0 0 20px 84px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.c-qaSet__list dt::before {
  content: "Q.";
  left: 38px;
  top: -6px;
  color: #3fc7f8;
  font-weight: normal;
}

.c-qaSet__list dt::after {
  background-color: #3fc7f8;
}

.c-qaSet__list dd {
  position: relative;
  padding: 2px 0 0 132px;
}

.c-qaSet__list dd::before {
  content: "A.";
  left: 81px;
  top: -5px;
}

.theme-dept1 .c-qaSet dt::before {
  color: #355cfc;
}

.theme-dept1 .c-qaSet dt::after {
  background-color: #355cfc;
}

.theme-dept2 .c-qaSet dt::before {
  color: #ff5b7f;
}

.theme-dept2 .c-qaSet dt::after {
  background-color: #ff5b7f;
}

.theme-dept3 .c-qaSet dt::before {
  color: #ffb100;
}

.theme-dept3 .c-qaSet dt::after {
  background-color: #ffb100;
}

.theme-dept4 .c-qaSet dt::before {
  color: #e65024;
}

.theme-dept4 .c-qaSet dt::after {
  background-color: #e65024;
}

.theme-dept5 .c-qaSet dt::before {
  color: #22ad77;
}

.theme-dept5 .c-qaSet dt::after {
  background-color: #22ad77;
}

.theme-dept6 .c-qaSet dt::before {
  color: #3fc7f8;
}

.theme-dept6 .c-qaSet dt::after {
  background-color: #3fc7f8;
}

@media screen and (max-width: 767px) {
  .c-qaSet__list > li:not(:first-child) {
    margin-top: 30px;
  }
  .c-qaSet__list dt::before,
  .c-qaSet__list dd::before {
    display: block;
    position: static;
  }
  .c-qaSet__list dt {
    padding: 0 0 15px 20px;
    font-size: 2rem;
  }
  .c-qaSet__list dt::before {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .c-qaSet__list dd {
    padding: 0 0 0 20px;
  }
  .c-qaSet__list dd::before {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .c-qaSet__list dd .c-wysiwyg {
    margin-top: 2px;
  }
}

.c-htmlSet .glanceSet {
  position: relative;
  margin: 0 -100px;
  padding: 56px 0 120px;
  text-align: center;
  color: #fff;
}

.c-htmlSet .glanceSet__header {
  margin-bottom: 93px;
}

.c-htmlSet .glanceSet__header .hdg {
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.c-htmlSet .glanceSet__list {
  margin-left: -80px;
}

.c-htmlSet .glanceSet__list + .glanceSet__list {
  margin-top: 45px;
}

.c-htmlSet .glanceSet__list .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-htmlSet .glanceSet__list .item {
  padding-left: 80px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-htmlSet .glanceSet__list .item .number {
  position: relative;
  margin: auto;
  padding: 14px 0 38px;
  width: 168px;
  background: url(/eng/common/images/bg_balloon.svg) 50% 0 no-repeat;
  font-family: 'Anton', sans-serif;
  font-size: 6.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-htmlSet .glanceSet__list .item .title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.2;
}

.c-htmlSet .glanceSet__list .item .text {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.c-htmlSet .glanceSet__list .item .text a {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 600;
}

.c-htmlSet .glanceSet__list .item .text a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.c-htmlSet .glanceSet__list .item .text a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, currentColor));
  background-image: linear-gradient(180deg, transparent 95%, currentColor 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.c-htmlSet .glanceSet__list .item .text a:hover .c-underline > span {
  background-size: 100% 100%;
}

.c-htmlSet .glanceSet__list .item .text a .c-lgArrow {
  margin-left: 2px;
}

.c-htmlSet .glanceSet__list .item .text a .c-lgArrow path {
  stroke: currentColor;
}

.c-htmlSet .glanceSet__bgImage {
  position: absolute;
  left: calc((100vw - 880px) / -2);
  right: calc((100vw - 880px) / -2);
  top: 0;
  z-index: -2;
  height: 100%;
  background-color: #1F53BA;
}

@media screen and (max-width: 1160px) {
  .c-htmlSet .glanceSet__bgImage {
    left: calc((1160px - 880px) / -2);
    right: calc((1160px - 880px) / -2);
  }
}

.c-htmlSet .glanceSet__bgImage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/eng/common/images/img_pat_02.png);
  mix-blend-mode: multiply;
}

html.-ie11 .c-htmlSet .glanceSet__bgImage::before {
  content: none;
}

.c-htmlSet .glanceSet__bgImage > div {
  opacity: 0.35;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .c-htmlSet .glanceSet {
    margin: 0;
    padding: 25px 0 38px;
  }
  .c-htmlSet .glanceSet__header {
    margin-bottom: 60px;
  }
  .c-htmlSet .glanceSet__header .hdg {
    font-size: 3.4rem;
  }
  .c-htmlSet .glanceSet__header .link {
    margin-top: 10px;
  }
  .c-htmlSet .glanceSet__header .link a {
    color: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .c-htmlSet .glanceSet__header .link a .c-underline {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
    background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
  }
  .c-htmlSet .glanceSet__header .link a .c-underline > span {
    padding-bottom: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, currentColor));
    background-image: linear-gradient(180deg, transparent 95%, currentColor 95%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .4s;
    transition: background-size .4s;
  }
  .c-htmlSet .glanceSet__header .link a:hover .c-underline > span {
    background-size: 100% 100%;
  }
  .c-htmlSet .glanceSet__header .link a .c-lgArrow {
    margin-left: 2px;
  }
  .c-htmlSet .glanceSet__header .link a .c-lgArrow path {
    stroke: currentColor;
  }
  .c-htmlSet .glanceSet__list {
    position: relative;
    margin-left: 0;
    padding: 0 35px;
  }
  .c-htmlSet .glanceSet__list .swiper-wrapper {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .c-htmlSet .glanceSet__list .item {
    padding-left: 0;
    width: 100%;
  }
  .c-htmlSet .glanceSet__list .item .title {
    font-size: 2.4rem;
  }
  .c-htmlSet .glanceSet__list .item .text {
    font-size: 1.8rem;
  }
  .c-htmlSet .glanceSet__list .item .text a {
    font-size: 2rem;
  }
  .c-htmlSet .glanceSet__list [class*="swiper-button"] {
    margin-top: -16px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
  }
  .c-htmlSet .glanceSet__list [class*="swiper-button"]::after {
    color: #1F53BA;
    font-size: 1.8rem;
  }
  .c-htmlSet .glanceSet__list [class*="swiper-button"][class*="-prev"] {
    left: 0;
  }
  .c-htmlSet .glanceSet__list [class*="swiper-button"][class*="-prev"]::after {
    margin-right: 2px;
  }
  .c-htmlSet .glanceSet__list [class*="swiper-button"][class*="-next"] {
    right: 0;
  }
  .c-htmlSet .glanceSet__list [class*="swiper-button"][class*="-next"]::after {
    margin-left: 2px;
  }
  .c-htmlSet .glanceSet__bgImage {
    left: -6.4vw;
    right: -6.4vw;
  }
  .c-htmlSet .glanceSet__bgImage > div {
    opacity: 0.3;
  }
}

/**
 * Project
 */
.p-breadcrumb {
  margin-top: 42px;
  padding: 0 60px 4px;
}

.p-breadcrumb ol {
  text-align: right;
}

.p-breadcrumb li {
  display: inline;
}

.p-breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 14px;
}

.p-breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .3em;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #000;
}

.p-breadcrumb a {
  font-size: 1.4rem;
}

.p-breadcrumb a .c-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, transparent 95%, transparent 95%);
}

.p-breadcrumb a .c-underline > span {
  padding-bottom: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, currentColor));
  background-image: linear-gradient(180deg, transparent 95%, currentColor 95%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s;
  transition: background-size .4s;
}

.p-breadcrumb a:hover .c-underline > span {
  background-size: 100% 100%;
}

.p-breadcrumb li:last-child a {
  color: inherit;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-top: 0;
    padding: 12px 6.4vw 10px;
  }
  .p-breadcrumb ol {
    text-align: left;
  }
  .p-breadcrumb li:not(:first-child)::before {
    top: .4em;
  }
  .p-breadcrumb a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-pageHeader {
  position: relative;
  margin-bottom: 110px;
}

.p-pageHeader::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  bottom: -38px;
  background: url(/eng/common/images/img_pat_01.png);
}

.p-pageHeader__frame {
  position: relative;
  z-index: 1;
  border: 3px solid #000;
  padding: 25px 25px 38px;
  width: 883px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-pageHeader__hdg {
  font-weight: bold;
}

.p-pageHeader__hdg > span {
  display: block;
}

.p-pageHeader__hdg > span[lang="en"] {
  font-size: 4.1rem;
  letter-spacing: .04em;
}

.p-pageHeader__hdg > span[lang="ja"] {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.43;
}

.p-pageHeader__enHdg {
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.25em);
  font-family: 'Barlow', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .p-pageHeader {
    z-index: -1;
    margin-bottom: 60px;
    padding-top: 22px;
  }
  .p-pageHeader::before {
    top: 45px;
    bottom: -28px;
  }
  .p-pageHeader__frame {
    padding: 22px 6.4vw;
    width: auto;
  }
  .p-pageHeader__hdg > span[lang="en"] {
    font-size: 3rem;
    line-height: 1.2;
  }
  .p-pageHeader__hdg > span[lang="ja"] {
    font-size: 1.2rem;
  }
  .p-pageHeader__hdg > span[lang="en"] + [lang="ja"] {
    margin-top: 10px;
  }
  .p-pageHeader__enHdg {
    left: -3px;
    font-size: 2rem;
  }
  .p-pageHeader__randomBg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -53px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .p-pageHeader__randomBg::before {
    content: "";
    display: block;
    padding-top: 82.666666667%;
  }
  .p-pageHeader__randomBg--1 {
    background-image: url(/eng/common/images/bg_01_sp.png);
  }
  .p-pageHeader__randomBg--2 {
    background-image: url(/eng/common/images/bg_02_sp.png);
  }
  .p-pageHeader__randomBg--3 {
    background-image: url(/eng/common/images/bg_03_sp.png);
  }
}

.p-articlePageHeader {
  margin: 24px 0 80px;
  background: url(/eng/common/images/img_pat_01.png);
}

.p-articlePageHeader__frame {
  position: relative;
  padding: 75px 40px 60px 25px;
}

.p-articlePageHeader__frame::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background-color: #000;
}

.p-articlePageHeader__label {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 2px 10px;
  width: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-articlePageHeader__date {
  position: absolute;
  top: 33px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .05em;
}

.p-articlePageHeader__hdg {
  font-weight: bold;
}

.p-articlePageHeader__hdg > span {
  display: block;
}

.p-articlePageHeader__hdg > span[lang="en"] {
  font-size: 3rem;
  letter-spacing: .05em;
}

.p-articlePageHeader__hdg > span[lang="ja"] {
  font-size: 1.6rem;
  letter-spacing: .03em;
}

.p-articlePageHeader__hdg > span[lang="en"] + [lang="ja"] {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-articlePageHeader {
    margin: 0 0 36px;
  }
  .p-articlePageHeader__frame {
    padding: 55px 0 31px;
  }
  .p-articlePageHeader__frame::before {
    left: -6.4vw;
    right: -6.4vw;
  }
  .p-articlePageHeader__label {
    right: -6.4vw;
    padding: 4px;
    width: 148px;
    font-size: 1.2rem;
  }
  .p-articlePageHeader__date {
    position: static;
    margin: -22px 0 8px;
  }
  .p-articlePageHeader__hdg > span[lang="en"] {
    font-size: 2.4rem;
  }
  .p-articlePageHeader__hdg > span[lang="ja"] {
    font-size: 1.2rem;
  }
  .p-articlePageHeader__hdg > span[lang="en"] + [lang="ja"] {
    margin-top: 6px;
  }
}

.p-pageLead {
  margin-bottom: 70px;
}

.p-pageLead__desc--hasImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-pageLead__desc--hasImage::before {
  content: "";
  opacity: .7;
  position: absolute;
  left: -50vw;
  right: 155px;
  top: 40px;
  bottom: 0;
  background-color: #d9eef7;
}

.p-pageLead__desc--hasImage .c-wysiwyg,
.p-pageLead__desc--hasImage .image {
  position: relative;
}

.p-pageLead__desc--hasImage .c-wysiwyg {
  padding: calc(40px + 110px) 40px 110px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-pageLead__desc--hasImage .image img {
  max-width: 648px;
}

.c-randomBg .p-pageLead__desc--hasImage::before {
  content: none;
}

.c-randomBg .p-pageLead__desc--hasImage .c-wysiwyg {
  padding-top: 0;
  padding-bottom: 0;
}

.c-randomBg .p-pageLead__desc--hasImage .image img {
  max-width: 420px;
}

.p-pageLead__desc--imageFirst {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-pageLead__desc--imageFirst .c-wysiwyg {
  padding-right: 0;
}

.p-pageLead__desc--imageFirst .image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.p-pageLead__desc--imageFirst .image img {
  max-width: 100% !important;
}

.p-pageLead .c-anchorLink {
  margin-top: 64px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .p-pageLead {
    margin-bottom: 34px;
  }
  .p-pageLead__desc--hasImage {
    display: block;
    padding: 60px 0 66px;
  }
  .p-pageLead__desc--hasImage::before {
    right: 52px;
    top: 0;
  }
  .p-pageLead__desc--hasImage .c-wysiwyg {
    padding: 0;
  }
  .p-pageLead__desc--hasImage .image {
    margin: 35px -6.4vw 0 0;
  }
  .p-pageLead__desc--hasImage .image img {
    width: 100%;
    max-width: none !important;
  }
  .c-randomBg .p-pageLead__desc--hasImage {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-randomBg .p-pageLead__desc--hasImage .image {
    margin-right: 0;
  }
  .p-pageLead__desc--imageFirst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-pageLead__desc--imageFirst .image {
    margin-bottom: 12px;
  }
  .p-pageLead .c-anchorLink {
    position: relative;
    margin-top: 25px;
    border-bottom: none;
  }
  .p-pageLead .c-anchorLink::before {
    content: "";
    position: absolute;
    left: -6.4vw;
    right: -6.4vw;
    bottom: 0;
    height: 1px;
    background-color: #000;
  }
}

.p-contactSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 33px 42px;
  width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e5e5e5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contactSect__hdg {
  padding-right: 112px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: normal;
}

.p-contactSect__hdg > span {
  display: block;
}

.p-contactSect__hdg > span[lang="en"] {
  font-size: 2rem;
}

.p-contactSect__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-contactSect__body .hdg {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: normal;
}

.p-contactSect__body .c-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-contactSect {
    display: block;
    padding: 20px;
    width: auto;
  }
  .p-contactSect__hdg {
    margin-bottom: 18px;
    padding-right: 0;
    text-align: center;
    line-height: 1.4;
  }
  .p-contactSect__hdg > span[lang="en"] {
    font-size: 1.8rem;
  }
  .p-contactSect__body .hdg {
    font-size: 1.4rem;
  }
  .p-contactSect__body .c-text {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.p-shareSect__hdg {
  margin-bottom: 24px;
  padding-right: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .05em;
}

.p-shareSect__hdg .c-shareIcon {
  margin-right: 7px;
  vertical-align: -2px;
}

.p-shareSect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-shareSect__list li {
  margin: 0 42px;
  text-align: center;
}

.p-shareSect__list a {
  color: inherit;
}

.p-shareSect__list .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-shareSect__list .text {
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.p-shareSect__list a:hover .text {
  color: #1dc5ff;
}

@media screen and (max-width: 767px) {
  .p-shareSect__list li {
    margin: 0;
    width: 25%;
  }
}

.p-pickUpSect {
  position: relative;
  padding-top: 17px;
}

.p-pickUpSect::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
  height: 140px;
  background-color: #e5e5e5;
}

.c-container .p-pickUpSect::before {
  left: -100px;
  right: -100px;
}

.p-pickUpSect__hdg {
  margin-bottom: 3px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .p-pickUpSect::before {
    left: -6.4vw !important;
    right: -6.4vw !important;
  }
}

.p-listLinkSect__hdg {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-listLinkSect > section ~ section {
  margin-top: 42px;
}

.p-newsSect__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-newsSect__header .hdg {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .07em;
}

.p-newsSect__header .hdg small {
  margin-left: 25px;
  font-size: 61.54%;
  font-weight: 600;
}

.p-newsSect__header .moreLink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #999;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.p-newsSect__header .moreLink .c-lgArrow {
  margin-left: 3px;
}

.p-newsSect__header .moreLink .c-lgArrow path {
  stroke: currentColor;
}

.p-newsSect__header .moreLink:hover .c-lgArrow path {
  stroke: #1dc5ff;
}

.p-newsSect__list > li {
  border-bottom: 1px solid #c1c1c1;
}

.p-newsSect__list > li:first-child {
  border-top: 1px solid #c1c1c1;
}

.p-newsSect__list a {
  display: block;
  color: inherit;
  -webkit-transition: background-color .4s, color .3s;
  transition: background-color .4s, color .3s;
}

.p-newsSect__list a:hover {
  background-color: #1dc5ff;
  color: #fff;
}

.p-newsSect__list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 20px 17px 10px;
}

.p-newsSect__list article .meta {
  width: 102px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-newsSect__list article .title {
  padding-top: 3px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .p-newsSect__header {
    margin-bottom: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-newsSect__header .hdg {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .p-newsSect__header .hdg small {
    display: block;
    margin: 6px 0 5px;
    padding-left: 1px;
  }
  .p-newsSect__list article {
    display: block;
    padding: 10px 5px;
  }
  .p-newsSect__list article .meta {
    width: auto;
  }
  .p-newsSect__list article .title {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

/**
 * Other
 */
#js-loadingCanvas {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#js-loadingCanvas.-active {
  pointer-events: auto;
}

/* fancybox */
.fancybox-container.workModal .fancybox-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

.fancybox-container.workModal.fancybox-is-open .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-container.workModal .fancybox-button--close {
  padding: 20px;
  width: calc(30px + (20px * 2));
  height: calc(30px + (20px * 2));
  background-color: transparent;
}

.fancybox-container.workModal .fancybox-button--close path {
  stroke-width: 2;
}

.fancybox-container.workModal .fancybox-navigation {
  display: none;
}

.fancybox-container.workModal .fancybox-slide--html {
  padding: 0;
}

.fancybox-container.workModal .fancybox-content {
  position: relative;
  padding: 40px 65px;
  width: 880px;
  background-color: #e5e5e5;
  overflow: hidden;
  text-align: center;
}

.fancybox-container.workModal .fancybox-content figure img {
  max-width: 100%;
}

.fancybox-container.workModal .fancybox-content figcaption {
  margin-top: 30px;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.8;
}

.fancybox-container.workModal .fancybox-content button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px;
  line-height: 0;
}

.fancybox-container.workModal .fancybox-content button[data-fancybox-prev] {
  left: 14px;
}

.fancybox-container.workModal .fancybox-content button[data-fancybox-next] {
  right: 14px;
}

.fancybox-container.workModal .fancybox-content button[disabled] path {
  stroke: #bbb;
}

@media screen and (max-width: 767px) {
  .fancybox-container.workModal .fancybox-button--close {
    padding: 21px;
    width: calc(18px + (21px * 2));
    height: calc(18px + (21px * 2));
  }
  .fancybox-container.workModal .fancybox-button--close path {
    stroke-width: 3;
  }
  .fancybox-container.workModal .fancybox-slide--html {
    padding: 60px 6.4vw 6.4vw;
  }
  .fancybox-container.workModal .fancybox-content {
    padding: 30px 50px 22px;
  }
  .fancybox-container.workModal .fancybox-content figcaption {
    font-size: 1.4rem;
  }
  .fancybox-container.workModal .fancybox-content button[data-fancybox-prev] {
    left: 5px;
  }
  .fancybox-container.workModal .fancybox-content button[data-fancybox-next] {
    right: 5px;
  }
}

/**
 * Utility
 */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

@media print {
  .u-spOnly {
    display: none !important;
  }
}

.u-taCenter {
  text-align: center;
}

.u-taRight {
  text-align: right;
}

/**
 * keyframes
 */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 15, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #000000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
