@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//use.fontawesome.com/releases/v5.0.13/css/all.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
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::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

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

img {
  vertical-align: top;
}

textarea {
  vertical-align: top;
  font-family: inherit;
}

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

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

html,
body {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html {
  font-size: 62.5%;
}

/* body {
  opacity: 0;
  color: #000;
  font-family: 'Be Vietnam Pro', 'Inter', 'Montserrat', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
} */
body {
  opacity: 0;
  color: #000;
  font-family: 'Montserrat', 'Be Vietnam Pro', 'Inter', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html.wf-active body {
  opacity: 1;
}

/* Cải thiện hiển thị font tiếng Việt */
* {
  font-feature-settings: "liga" 1, "kern" 1;
  text-rendering: optimizeLegibility;
}

/* Đảm bảo các ký tự tiếng Việt hiển thị đúng */
body,
input,
textarea,
select,
button {
  font-variant-ligatures: common-ligatures;
  font-kerning: auto;
}

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

a {
  /* border-bottom: 1px solid #62B0E2; */
  color: #62B0E2;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  border-bottom: none;
}

/**
 * Header
 */
.l-header {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 70px;
  transition: top .3s;
}

html.wf-active .l-header {
  visibility: visible;
}

.l-header__cont {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #FFF;
}

.l-header .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-header .gNavArea {
  float: left;
  padding-top: 22px;
}

.l-header .gNavArea .logo,
.l-header .gNavArea .gNav {
  display: inline-block;
  vertical-align: middle;
}

.l-header .gNavArea .logo {
  margin-right: 50px;
  width: 100px;
}

.l-header .gNavArea .logo a {
  border-bottom: none;
}

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

.l-header .gNavArea .gNav {
  transition: opacity .4s;
}

.l-header .gNavArea .gNav li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.33846rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.l-header .gNavArea .gNav li~li {
  margin-left: 28px;
}

.l-header .gNavArea .gNav a {
  border-bottom: none;
  color: inherit;
}

.l-header .gNavArea .gNav a.current,
.l-header .gNavArea .gNav a:hover {
  color: #62B0E2;
}

.l-header .utilArea {
  float: right;
  padding-top: 15px;
  /* margin-right: -85px; */
}

.l-header .utilArea .searchArea,
.l-header .utilArea .navArea {
  display: inline-block;
  vertical-align: middle;
}

.l-header .utilArea .searchArea {
  position: relative;
  transition: margin-right .4s;
}

.l-header .utilArea .searchArea__btn {
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EEE;
}

.l-header .utilArea .searchArea__btn .fa-search {
  position: relative;
  color: #888;
  font-size: 1.4rem;
}

.l-header .utilArea .searchArea__btn:hover .fa-search {
  color: #62B0E2;
}

.l-header .utilArea .searchArea__input {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 20px;
  border: none;
  padding: 0;
  width: 0;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  background-color: #EEE;
  font-size: 1.45rem;
  letter-spacing: .5px;
  outline: none;
  transition-property: padding, width;
  transition-duration: .4s;
}

.l-header .utilArea .searchArea__input::-ms-clear {
  display: none;
}

.l-header .utilArea .searchArea__closeBtn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  transition: opacity .4s .4s;
}

.l-header .utilArea .searchArea__closeBtn .crossIcon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

.l-header .utilArea .searchArea__closeBtn .crossIcon::before,
.l-header .utilArea .searchArea__closeBtn .crossIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #888;
}

.l-header .utilArea .searchArea__closeBtn .crossIcon::before {
  margin-left: -8px;
  width: 100%;
  height: 1px;
}

.l-header .utilArea .searchArea__closeBtn .crossIcon::after {
  margin-top: -8px;
  width: 1px;
  height: 100%;
}

.l-header .utilArea .navArea .gNav {
  display: none;
}

.l-header .utilArea .navArea .linkList,
.l-header .utilArea .navArea .langLinkList,
.l-header .utilArea .navArea .logo {
  display: inline-block;
  vertical-align: middle;
}

.l-header .utilArea .navArea .linkList,
.l-header .utilArea .navArea .langLinkList {
  margin-left: 18px;
  transition: opacity .4s;
}

.l-header .utilArea .navArea .linkList li,
.l-header .utilArea .navArea .langLinkList li {
  display: inline-block;
  vertical-align: top;
}

.l-header .utilArea .navArea .linkList a,
.l-header .utilArea .navArea .langLinkList a {
  border-bottom: none;
  color: inherit;
}

.l-header .utilArea .navArea .linkList a:hover,
.l-header .utilArea .navArea .langLinkList a:hover {
  color: #62B0E2;
}

.l-header .utilArea .navArea .linkList li {
  font-size: 1.22692rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.l-header .utilArea .navArea .linkList li~li {
  margin-left: 12px;
}

.l-header .utilArea .navArea .langLinkList li {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.l-header .utilArea .navArea .langLinkList li~li {
  position: relative;
  padding-left: 9px;
}

.l-header .utilArea .navArea .langLinkList li~li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.2em;
  bottom: 0.2em;
  width: 1px;
  background-color: #DDD;
}

.l-header .utilArea .navArea .logo {
  margin-left: 35px;
  padding-top: 2px;
  width: 269px;
}

.l-header .utilArea .navArea .logo img {
  width: 100%;
}

.l-header .spMenuBtn,
.l-header .spSearchBtn {
  display: none;
}

.l-header .progressDisp {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #F1F1F1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.l-header .progressDisp__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #EEE;
}

.l-header .progressDisp__bar div {
  width: 0;
  height: 100%;
  background-color: #62B0E2;
}

.l-header .progressDisp__body {
  padding: 20px 0 16px;
}

.l-header .progressDisp__body .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-header .progressDisp__body__meta,
.l-header .progressDisp__body__title {
  color: #888;
  letter-spacing: .5px;
}

.l-header .progressDisp__body__meta {
  float: left;
  padding-top: 3px;
  width: 115px;
  font-size: 1.33846rem;
}

.l-header .progressDisp__body__title {
  overflow: hidden;
  font-size: 1.78461rem;
}

.l-header .progressDisp--barOnly {
  height: 3px;
}

.l-header .progressDisp--barOnly .progressDisp__bar {
  height: 3px;
}

.l-header .progressDisp.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header.is-searchActive .gNavArea .gNav {
  opacity: 0;
  visibility: hidden;
}

.l-header.is-searchActive .utilArea .searchArea {
  margin-right: -25px;
}

.l-header.is-searchActive .utilArea .searchArea__input {
  padding: 0 20px;
  width: 480px;
}

.l-header.is-searchActive .utilArea .searchArea__closeBtn {
  opacity: 1;
  visibility: visible;
}

.l-header.is-searchActive .utilArea .navArea .linkList,
.l-header.is-searchActive .utilArea .navArea .langLinkList {
  opacity: 0;
  visibility: hidden;
}

.l-header.is-hidden {
  top: -70px;
}

@media screen and (max-width: 1250px) {
  .l-header {
    height: 50px;
    transition-duration: .4s;
  }

  .l-header .gNavArea {
    display: inline;
    float: none;
    padding-top: 0;
  }

  .l-header .gNavArea .logo {
    margin-right: 0;
    padding-top: 13px;
  }

  .l-header .gNavArea .gNav {
    display: none;
  }

  .l-header .utilArea {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    padding-top: 0;
  }

  .l-header .utilArea .searchArea,
  .l-header .utilArea .navArea {
    display: none;
  }

  .l-header .utilArea .searchArea {
    padding: 10px 7.5% 20px;
    background-color: #FFF;
  }

  .l-header .utilArea .searchArea__btn {
    display: none;
  }

  .l-header .utilArea .searchArea__input {
    position: static;
    margin-right: 0;
    border: none;
    height: 50px;
    border-radius: 25px;
    transition-property: none;
  }

  .l-header .utilArea .searchArea__closeBtn {
    display: none;
  }

  .l-header .utilArea .navArea {
    padding: 0 7.5% 35px;
    background-color: #FFF;
  }

  .l-header .utilArea .navArea .gNav,
  .l-header .utilArea .navArea .linkList,
  .l-header .utilArea .navArea .langLinkList,
  .l-header .utilArea .navArea .logo {
    display: block;
  }

  .l-header .utilArea .navArea .gNav {
    margin-bottom: 36px;
  }

  .l-header .utilArea .navArea .gNav li {
    border-bottom: 1px solid #EEE;
  }

  .l-header .utilArea .navArea .gNav li:first-child {
    border-top: 1px solid #EEE;
  }

  .l-header .utilArea .navArea .gNav a {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 20px 20px 20px 0;
    color: inherit;
    font-size: 1.56154rem;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .l-header .utilArea .navArea .gNav a::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin: -4px 0 0 3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .l-header .utilArea .navArea .gNav a:hover {
    color: #62B0E2;
  }

  .l-header .utilArea .navArea .linkList,
  .l-header .utilArea .navArea .langLinkList {
    margin: 22px 0 0;
    transition: none;
  }

  .l-header .utilArea .navArea .linkList li,
  .l-header .utilArea .navArea .langLinkList li {
    display: inline-block;
    vertical-align: top;
  }

  .l-header .utilArea .navArea .linkList li {
    font-size: 1.33846rem;
    font-weight: 500;
  }

  .l-header .utilArea .navArea .linkList li~li {
    position: relative;
    margin-left: 0;
    padding-left: 28px;
  }

  .l-header .utilArea .navArea .linkList li~li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0.2em;
    bottom: 0.2em;
    width: 1px;
    background-color: #DDD;
  }

  .l-header .utilArea .navArea .langLinkList li~li {
    padding-left: 26px;
  }

  .l-header .utilArea .navArea .langLinkList li~li::before {
    left: 11px;
  }

  .l-header .utilArea .navArea .logo {
    margin: 28px 0 0;
    padding: 0;
  }

  .l-header .utilArea .navArea .logo img {
    width: 75%;
  }

  .l-header .spMenuBtn,
  .l-header .spSearchBtn {
    display: block;
    position: absolute;
    right: 7.5%;
  }

  .l-header .spMenuBtn {
    top: 0;
    margin-right: -10px;
    padding: 0 10px;
    height: 50px;
  }

  .l-header .spMenuBtn .hamburgerIcon {
    display: block;
    position: relative;
    margin: -2px auto 0;
    width: 15px;
    height: 11px;
    text-align: center;
  }

  .l-header .spMenuBtn .hamburgerIcon span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000;
  }

  .l-header .spMenuBtn .hamburgerIcon span::before,
  .l-header .spMenuBtn .hamburgerIcon span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
  }

  .l-header .spMenuBtn .hamburgerIcon span::before {
    top: -5px;
  }

  .l-header .spMenuBtn .hamburgerIcon span::after {
    bottom: -5px;
  }

  .l-header .spMenuBtn.is-active .hamburgerIcon span {
    background-color: transparent;
  }

  .l-header .spMenuBtn.is-active .hamburgerIcon span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-header .spMenuBtn.is-active .hamburgerIcon span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .l-header .spSearchBtn {
    top: 10px;
    margin: 0 35px 10px 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EEE;
    transition: opacity .3s;
  }

  .l-header .spSearchBtn .fa-search {
    position: relative;
    color: #888;
  }

  .l-header .spSearchBtn.is-active .fa-search {
    display: none;
  }

  .l-header .spSearchBtn.is-active .crossIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }

  .l-header .spSearchBtn.is-active .crossIcon::before,
  .l-header .spSearchBtn.is-active .crossIcon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #888;
  }

  .l-header .spSearchBtn.is-active .crossIcon::before {
    margin-left: -5px;
    width: 100%;
    height: 1px;
  }

  .l-header .spSearchBtn.is-active .crossIcon::after {
    margin-top: -5px;
    width: 1px;
    height: 100%;
  }

  .l-header.is-searchActive .utilArea .searchArea {
    margin-right: 0;
  }

  .l-header.is-searchActive .utilArea .searchArea__input {
    padding: 0 20px;
    width: 100%;
  }

  .l-header.is-searchActive .utilArea .navArea .linkList,
  .l-header.is-searchActive .utilArea .navArea .langLinkList {
    opacity: 1;
    visibility: visible;
  }

  .l-header.is-searchActive .progressDisp {
    display: none;
  }

  .l-header.is-spMenuActive .spSearchBtn {
    opacity: 0;
    pointer-events: none;
  }

  .l-header.is-hidden {
    top: -50px;
  }
}

@media screen and (max-width: 750px) {

  .l-header .utilArea .searchArea,
  .l-header .utilArea .navArea {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }

  .l-header .spMenuBtn,
  .l-header .spSearchBtn {
    right: 5.33333vw;
  }

  .l-header .progressDisp__body {
    padding: 14px 0 10px;
  }

  .l-header .progressDisp__body__meta {
    float: none;
    padding-top: 0;
    width: auto;
    color: #666;
  }

  .l-header .progressDisp__body__title {
    font-size: 1.33846rem;
  }

  .l-header .progressDisp--year {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .l-header .utilArea .navArea {
    padding-bottom: 30px;
  }

  .l-header .utilArea .navArea .gNav {
    margin-bottom: 30px;
  }

  .l-header .utilArea .navArea .gNav a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .l-header .utilArea .navArea .linkList,
  .l-header .utilArea .navArea .langLinkList {
    margin: 15px 0 0;
  }

  .l-header .utilArea .navArea .logo {
    margin-top: 20px;
  }
}

/**
 * Footer
 */
.l-footer {
  border-top: 1px solid #EEE;
  padding: 25px 0 10px;
}

.l-footer .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-footer .linkListArea,
.l-footer .utilArea {
  margin-top: 30px;
}

.l-footer .linkListArea {
  float: left;
}

.l-footer .linkListArea .linkList {
  margin-left: -16px;
}

.l-footer .linkListArea .linkList li {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
  font-size: 1.22692rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.l-footer .linkListArea .linkList a {
  border-bottom: none;
  color: inherit;
}

.l-footer .linkListArea .linkList a:hover {
  color: #62B0E2;
}

.l-footer .utilArea {
  float: right;
  margin-left: 20px;
}

.l-footer .utilArea .snsList,
.l-footer .utilArea .copyright {
  display: inline-block;
  vertical-align: top;
}

.l-footer .utilArea .snsList li {
  display: inline-block;
  vertical-align: top;
}

.l-footer .utilArea .snsList li~li {
  margin-left: 20px;
}

.l-footer .utilArea .snsList a {
  border-bottom: none;
  color: inherit;
}

.l-footer .utilArea .snsList a:hover {
  color: #62B0E2;
}

.l-footer .utilArea .snsList .fab {
  font-size: 1.5rem;
}

.l-footer .utilArea .copyright {
  margin-left: 50px;
  font-size: 1.22692rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .l-footer {
    padding: 28px 0 25px;
  }

  .l-footer .linkListArea {
    float: none;
    margin-top: 0;
  }

  .l-footer .linkListArea .linkList {
    margin: -11px 0 0;
    font-size: 0;
  }

  .l-footer .linkListArea .linkList li {
    margin: 11px 0 0;
    width: 50%;
  }

  .l-footer .utilArea {
    float: none;
    margin: 25px 0 0;
  }

  .l-footer .utilArea .snsList,
  .l-footer .utilArea .copyright {
    display: block;
  }

  .l-footer .utilArea .copyright {
    margin: 33px 0 0;
  }
}

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

@media screen and (max-width: 1250px) {
  .l-wrapper {
    padding-top: 10px;
  }
}

/**
 * Contents
 */
/**
 * Module
 */
.m-container {
  margin: 0 auto;
  width: 85%;
  max-width: 1360px;
}

.m-container--narrow {
  max-width: 896px;
}

@media screen and (max-width: 750px) {
  .m-container {
    padding: 0 5.33333vw;
    width: auto;
  }
}

.m-hdgLg {
  margin-bottom: 16px;
  font-size: 4.01538rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .m-hdgLg {
    margin-bottom: 4px;
    font-size: 2.78846rem;
  }
}

.m-hdgMd {
  margin-bottom: 9px;
  font-size: 3.34615rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .m-hdgMd {
    margin-bottom: 6px;
    font-size: 2.00769rem;
  }
}

.m-hdgSm {
  margin-bottom: 4px;
  font-size: 2.23077rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .m-hdgSm {
    margin-bottom: 7px;
    font-size: 1.78461rem;
  }
}

.m-caption {
  display: block;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.3rem;
  letter-spacing: .5px;
}

.m-linkIcon {
  display: inline-block;
  position: relative;
  border: 1px solid #62B0E2;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background-color .2s;
}

.m-linkIcon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  border-right: 1px solid #62B0E2;
  border-bottom: 1px solid #62B0E2;
  width: 6px;
  height: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

@media screen and (max-width: 750px) {
  .m-linkIcon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }

  .m-linkIcon::before {
    left: 7px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
  }
}

.m-tag {
  display: inline-block;
  border: 1px solid #888;
  padding: 5px 16px;
  border-radius: 100px;
  color: #888;
  font-size: 1.33846rem;
  letter-spacing: .25px;
  transition-property: border-color, color;
  transition-duration: .2s;
}

.m-tag:hover {
  border: 1px solid #62B0E2;
  color: #62B0E2;
}

.m-tag--button {
  padding: 6px 22px;
  min-width: 180px;
  box-sizing: border-box;
  transition-property: border-color, background-color, color;
}

.m-tag--button>span {
  position: relative;
}

.m-tag--button:hover,
.m-tag--button.is-active {
  border-color: #62B0E2;
  background-color: #62B0E2;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-tag--button {
    min-width: 0;
  }
}

.m-imageWithOverlay {
  position: relative;
}

.m-imageWithOverlay::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(98, 176, 226, 0.4);
  transition: opacity .2s;
}

.m-imageWithOverlay img {
  width: 100%;
  height: auto;
}

a:hover .m-imageWithOverlay::before {
  opacity: 1;
}

.m-wysiwyg {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.m-wysiwyg>*~* {
  margin-top: 25px;
}

.m-wysiwyg>br {
  margin-top: 0;
}

.m-wysiwyg b {
  font-weight: bold;
}

.m-wysiwyg i {
  font-style: italic;
}

.m-wysiwyg ul li,
.m-wysiwyg ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}

.m-wysiwyg ul li~li,
.m-wysiwyg ol li~li {
  margin-top: 20px;
}

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

.m-wysiwyg ol {
  counter-reset: olNum;
}

.m-wysiwyg ol li {
  counter-increment: olNum;
}

.m-wysiwyg ol li::before {
  content: counter(olNum) ".";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 750px) {
  .m-wysiwyg {
    font-size: 1.6rem;
  }

  .m-wysiwyg>*~* {
    margin-top: 8px;
  }

  .m-wysiwyg ul li,
  .m-wysiwyg ol li {
    line-height: 1.5;
  }

  .m-wysiwyg ul li~li,
  .m-wysiwyg ol li~li {
    margin-top: 3px;
  }

  .m-wysiwyg ul li::before {
    top: 11px;
  }
}

.m-list {
  font-size: 0;
}

.m-list a,
.m-list button {
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #888;
  font-family: inherit;
  font-size: 1.78461rem;
  letter-spacing: 1.5px;
}

.m-list a.current,
.m-list a.is-active,
.m-list a:hover,
.m-list button.current,
.m-list button.is-active,
.m-list button:hover {
  color: #62B0E2;
}

.m-list button>span {
  position: relative;
}

.m-list--2col,
.m-list--3col {
  margin-left: -2.353%;
}

.m-list--2col>li,
.m-list--3col>li {
  display: inline-block;
  padding-left: 2.299%;
  box-sizing: border-box;
  vertical-align: top;
}

.m-list--2col>li {
  width: 50%;
}

.m-list--3col>li {
  width: 33.333%;
}

@media screen and (max-width: 750px) {

  .m-list a,
  .m-list button {
    padding: 8px 0;
    font-size: 1.56154rem;
    letter-spacing: .5px;
  }

  .m-list--2col,
  .m-list--3col {
    margin-left: 0;
  }

  .m-list--2col>li,
  .m-list--3col>li {
    display: block;
    padding-left: 0;
    width: auto;
  }
}

.m-arrowList__item>a,
.m-arrowList__item>span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #888;
  font-size: 1.33846rem;
  letter-spacing: .25px;
}

.m-arrowList__item>a::before,
.m-arrowList__item>span::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 7px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 5px;
  height: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.m-arrowList__item>a {
  border-bottom: none;
}

.m-arrowList__item>a:hover {
  color: #62B0E2;
}

.m-arrowList__item>a:hover::before {
  border-color: #62B0E2;
}

.m-arrowList__item~.m-arrowList__item {
  margin-top: 5px;
}

.m-arrowListLg {
  font-size: 0;
}

.m-arrowListLg a {
  display: table;
  position: relative;
  border-bottom: 1px solid #DDD;
  width: 100%;
  color: inherit;
}

.m-arrowListLg a>span {
  display: table-cell;
  padding: 10px 10px 10px 18px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.m-arrowListLg a>span::before {
  content: "";
  display: inline-block;
  margin-left: -7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 6px;
  height: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-10px, -2px) rotate(-45deg);
  transform: translate(-10px, -2px) rotate(-45deg);
  transition: border-color .2s;
}

.m-arrowListLg a[href^="#"]>span::before {
  -webkit-transform: translate(-10px, -3px) rotate(45deg);
  transform: translate(-10px, -3px) rotate(45deg);
}

.m-arrowListLg a.current,
.m-arrowListLg a.is-active,
.m-arrowListLg a:hover {
  color: #62B0E2;
}

.m-arrowListLg a.current>span::before,
.m-arrowListLg a.is-active>span::before,
.m-arrowListLg a:hover>span::before {
  border-color: #62B0E2;
}

.m-arrowListLg--2col,
.m-arrowListLg--3col {
  margin: -2.790178571% 0 0 -4.464285714%;
}

.m-arrowListLg--2col>li,
.m-arrowListLg--3col>li {
  display: inline-block;
  padding: 2.670940171% 0 0 4.273504274%;
  box-sizing: border-box;
  vertical-align: top;
}

.m-arrowListLg--2col>li {
  width: 50%;
}

.m-arrowListLg--3col>li {
  width: 33.333%;
}

@media screen and (max-width: 750px) {
  .m-arrowListLg a>span {
    padding: 12px 10px 12px 18px;
  }

  .m-arrowListLg--2col,
  .m-arrowListLg--3col {
    margin: 0;
  }

  .m-arrowListLg--2col>li,
  .m-arrowListLg--3col>li {
    display: block;
    padding: 0;
    width: auto;
  }
}

.m-tagList {
  margin: -12px 0 0 -8px;
  font-size: 0;
}

.m-tagList>li {
  padding: 12px 0 0 8px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .m-tagList {
    margin: -7.5px 0 0 -7px;
  }

  .m-tagList>li {
    padding: 7.5px 0 0 7px;
  }
}

.m-accordionBtn {
  border: 1px solid #62B0E2;
  padding: 0 20px;
  height: 40px;
  border-radius: 21px;
  color: #62B0E2;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: .5px;
  transition-property: border-color, color;
  transition-duration: .2s;
}

.m-accordionBtn__arrow {
  display: inline-block;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  line-height: 0;
  /* autoprefixer: off */
  -webkit-transition: transform .2s;
  transition: transform .2s;
}

.m-accordionBtn__arrow::before {
  content: "";
  display: inline-block;
  border-left: 1px solid #62B0E2;
  border-bottom: 1px solid #62B0E2;
  width: 6px;
  height: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.m-accordionBtn__text {
  position: relative;
}

.m-accordionBtn:hover,
.m-accordionBtn.is-active {
  border-color: #CCC;
  color: #CCC;
}

.m-accordionBtn:hover .m-accordionBtn__arrow::before,
.m-accordionBtn.is-active .m-accordionBtn__arrow::before {
  border-color: #CCC;
}

.m-accordionBtn.is-active .m-accordionBtn__arrow {
  margin-top: 1px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.m-accordionBtn--white {
  border-color: #FFF;
  color: #FFF;
}

.m-accordionBtn--white .m-accordionBtn__arrow::before {
  border-color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-accordionBtn {
    padding: 0 18px;
    height: 32px;
    border-radius: 100px;
    font-size: 1.33846rem;
    letter-spacing: normal;
  }

  .m-accordionBtn__arrow {
    margin: -4px 6px 0 0;
  }

  .m-accordionBtn__arrow::before {
    width: 5px;
    height: 5px;
  }

  .m-accordionBtn:hover {
    border-color: #62B0E2;
    color: #62B0E2;
  }

  .m-accordionBtn:hover .m-accordionBtn__arrow::before {
    border-color: #62B0E2;
  }

  .m-accordionBtn.is-active {
    border-color: #CCC !important;
    color: #CCC !important;
  }

  .m-accordionBtn.is-active .m-accordionBtn__arrow {
    margin-top: 0;
  }

  .m-accordionBtn.is-active .m-accordionBtn__arrow::before {
    border-color: #CCC !important;
  }

  .m-accordionBtn--white:hover {
    border-color: #FFF;
    color: #FFF;
  }

  .m-accordionBtn--white:hover .m-accordionBtn__arrow::before {
    border-color: #FFF;
  }
}

.m-spAccordionBox__btn {
  display: none;
}

.m-spAccordionBox--2col::after {
  content: "";
  display: block;
  clear: both;
}

.m-spAccordionBox--2col .m-spAccordionBox__hdg {
  float: left;
  padding-right: 20px;
  width: 135px;
  box-sizing: border-box;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.m-spAccordionBox--2col .m-spAccordionBox__cont {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .m-spAccordionBox {
    border-bottom: 1px solid #DDD;
  }

  .m-spAccordionBox__btn {
    display: block;
    position: relative;
    padding: 15px 20px 15px 0;
    width: 100%;
    text-align: left;
    color: #888;
    font-size: 1.45rem;
  }

  .m-spAccordionBox__btn__arrow {
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
    line-height: 0;
    /* autoprefixer: off */
    -webkit-transition: transform .2s;
    transition: transform .2s;
  }

  .m-spAccordionBox__btn__arrow::before {
    content: "";
    display: inline-block;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    width: 6px;
    height: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: border-color .2s;
  }

  .m-spAccordionBox__btn.is-active .m-spAccordionBox__btn__arrow {
    margin-top: -1px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .m-spAccordionBox__cont {
    padding-bottom: 20px;
  }

  .m-spAccordionBox--2col::after {
    content: "";
    display: block;
    clear: both;
  }

  .m-spAccordionBox--2col .m-spAccordionBox__hdg {
    display: none;
  }
}

.m-linkBtn {
  display: inline-block;
  position: relative;
  border-bottom: none;
  color: #62B0E2;
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.m-linkBtn__icon {
  position: absolute;
  left: 0;
  top: 3px;
  transition: width .4s;
}

.m-linkBtn__icon::before {
  transition: left .4s;
}

.m-linkBtn__text {
  display: block;
  padding: 5px 5px 0 40px;
  min-height: 32px;
  box-sizing: border-box;
  transition: padding .4s;
}

.m-linkBtn__text::after {
  display: inline-block;
  margin-left: 6px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.m-linkBtn[target="_blank"] .m-linkBtn__text::after {
  content: "";
  margin-top: -3px;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external_blue.png);
  background-size: 14px;
}

.m-linkBtn[href$=".pdf"] .m-linkBtn__text::after {
  content: "";
  margin-top: -2px;
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf_blue.png);
  background-size: 25px;
}

.m-linkBtn:hover .m-linkBtn__icon {
  width: 100%;
}

.m-linkBtn:hover .m-linkBtn__icon::before {
  left: 12px;
}

.m-linkBtn:hover .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.m-linkBtn--white {
  color: #FFF;
}

.m-linkBtn--white .m-linkIcon {
  border-color: #FFF;
}

.m-linkBtn--white .m-linkIcon::before {
  border-color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-linkBtn__icon {
    top: 50%;
    margin-top: -12px;
    width: 24px !important;
    transition: none;
  }

  .m-linkBtn__icon::before {
    transition: none;
  }

  .m-linkBtn__text {
    padding: 0 0 0 32px !important;
    min-height: 24px;
    transition: none;
  }

  .m-linkBtn:hover .m-linkBtn__icon::before {
    left: 7px;
  }
}

.m-linkBtn2 {
  display: inline-block;
  border: 1px solid #62B0E2 !important;
  padding: 3px 22px;
  border-radius: 100px;
  font-size: 1.56154rem;
  letter-spacing: .5px;
  transition-property: background-color, color;
}

.m-linkBtn2__arrow {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #62B0E2;
  border-bottom: 1px solid #62B0E2;
  width: 4px;
  height: 4px;
  vertical-align: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.m-linkBtn2:hover {
  background-color: #62B0E2;
  color: #FFF;
}

.m-linkBtn2:hover .m-linkBtn2__arrow {
  border-color: #FFF;
}

@media screen and (max-width: 750px) {
  .m-linkBtn2 {
    padding: 5px 15px;
    font-size: 1.33846rem;
  }
}

.m-loading {
  margin: 115px 0 0;
  text-align: center;
  line-height: 0;
}

.m-loading__bar {
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #F1F1F1;
  overflow: hidden;
  vertical-align: top;
}

.m-loading__bar>div {
  display: block;
  position: relative;
  height: 100%;
  background-color: #62B0E2;
  -webkit-animation: loadingBar 0.8s infinite;
  animation: loadingBar 0.8s infinite;
}

@media screen and (max-width: 750px) {
  .m-loading {
    margin: 54px 0 0;
  }

  .m-loading__bar {
    width: 120px;
  }
}

.m-projectsListEndText {
  margin: 25px 0 115px;
  text-align: center;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 750px) {
  .m-projectsListEndText {
    margin: 10px 0 60px;
    font-size: 1.33846rem;
  }
}

.m-listEndText {
  margin: 25px 0 115px;
  text-align: center;
  color: #888;
  font-size: 1.78461rem;
  letter-spacing: .03em;
}

@media screen and (max-width: 750px) {
  .m-listEndText {
    margin: 10px 0 60px;
    font-size: 1.45rem;
    line-height: 1.6;
  }
}

.m-scrollDown {
  position: relative;
  padding-bottom: 85px;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.m-scrollDown__bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  width: 4px;
  height: 76px;
  overflow: hidden;
}

.m-scrollDown__bar::before {
  content: "";
  position: absolute;
  left: 1px;
  width: 2px;
  background-color: #FFF;
  -webkit-animation: scrollBar 3s infinite;
  animation: scrollBar 3s infinite;
}

/**
 * Component
 */
.c-pageHeader {
  padding: 75px 0 106px;
}

.c-pageHeader__parent a {
  margin-right: 10px;
  border-bottom: none;
  color: #888;
  font-size: 1.45rem;
  letter-spacing: .5px;
}

.c-pageHeader__parent a::after {
  content: "";
  display: inline-block;
  margin: -4px 0 0 3px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.c-pageHeader__parent a:hover {
  color: #62B0E2;
}

.c-pageHeader__parent a:hover::after {
  border-color: #62B0E2;
}

.c-pageHeader__hdg {
  margin-bottom: -35px;
  margin-left: -3px;
  font-size: 3.8rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

.c-pageHeader__subHdg {
  margin-top: 12px;
  color: #888;
  font-size: 4.01538rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

.c-pageHeader__desc {
  margin-top: 15px;
  font-family: minion-pro-display, serif;
  font-size: 1.56154rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.c-pageHeader__parent+.c-pageHeader__hdg {
  margin-top: -1px;
}

.c-pageHeader__btnList {
  display: flex;
  margin: 6px 0 0 -10px;
  flex-wrap: wrap;
}

.c-pageHeader__btnList li {
  padding: 10px 0 0 10px;
}

.c-pageHeader__btnList a {
  display: block;
  border: 1px solid #FFF;
  padding: 5px 18px 4px;
  border-radius: 20px;
  color: inherit;
  font-size: 1.4rem;
  letter-spacing: .5px;
  transition-property: border-color, background-color;
  transition-duration: .2s;
}

.c-pageHeader__btnList a:hover,
.c-pageHeader__btnList a.current {
  border-color: #62B0E2;
  background-color: #62B0E2;
}

.c-pageHeader--noParent {
  padding: 65px 0;
}

.c-pageHeader--withBg {
  position: relative;
  padding-bottom: 75px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

.c-pageHeader--withBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-pageHeader--withBg .m-container {
  position: relative;
}

.c-pageHeader--withBg .c-pageHeader__parent a {
  color: #FFF;
}

.c-pageHeader--withBg .c-pageHeader__parent a::after {
  border-color: #FFF;
}

.c-pageHeader--withBg .c-pageHeader__parent a:hover {
  color: #62B0E2;
}

.c-pageHeader--withBg .c-pageHeader__parent a:hover::after {
  border-color: #62B0E2;
}

.c-pageHeader--hasFilter .m-container {
  position: relative;
}

.c-pageHeader--hasFilter .c-pageHeader__filterBtn {
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 1000;
  padding: 0 24px;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 100vw;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  -webkit-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont__inner {
  margin: 0 auto;
  padding: 80px 0;
  width: 85%;
  max-width: 1360px;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__parent a {
  color: #888;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__parent a::after {
  border-color: #888;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__hdg {
  margin-bottom: 40px;
  color: #000;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont .sectionWrapper {
  margin-left: -2.353%;
  font-size: 0;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont section {
  padding-left: 2.299%;
  box-sizing: border-box;
}

.c-pageHeader--hasFilter .c-pageHeader__filterCont section .hdg {
  border-bottom: 1px solid #DDD;
  padding-bottom: 22px;
  color: #000;
  font-size: 2.78846rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  .c-pageHeader {
    display: table;
    padding: 0;
    width: 100%;
    height: 115px;
    background-color: #F1F1F1;
  }

  .c-pageHeader .m-container {
    display: table-cell;
    padding-top: 50px;
    padding-bottom: 10px;
    vertical-align: middle;
  }

  .c-pageHeader__parent {
    margin-bottom: 2px;
  }

  .c-pageHeader__hdg {
    margin-left: 0;
    font-size: 2.23077rem;
    letter-spacing: 1px;
  }

  .c-pageHeader__subHdg {
    margin-top: 10px;
    font-size: 1.78461rem;
    letter-spacing: 1px;
  }

  .c-pageHeader__desc {
    margin-top: 28px;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .c-pageHeader__btnList {
    margin: 16px 0 5px -8px;
  }

  .c-pageHeader__btnList li {
    padding: 8px 0 0 8px;
  }

  .c-pageHeader__btnList a {
    padding: 5px 18px;
    font-size: 1.3rem;
  }

  .c-pageHeader--noParent {
    height: 100px;
  }

  .c-pageHeader--withBg .m-container {
    padding: 35px 5.33333vw 32px;
  }

  .c-pageHeader--withBg .c-pageHeader__parent {
    margin: 0 90px 28px 0;
  }

  .c-pageHeader--withBg .c-pageHeader__hdg {
    font-size: 2.78846rem;
  }

  .c-pageHeader--hasFilter .m-container {
    display: block;
    padding: 35px 5.33333vw 30px;
  }

  .c-pageHeader--hasFilter .c-pageHeader__filterBtn {
    right: 5.33333vw;
    top: 31px;
    padding: 0 16px;
    max-width: 60%;
    height: 34px;
  }

  .c-pageHeader--hasFilter .c-pageHeader__filterCont {
    left: 0;
    margin: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }

  .c-pageHeader--hasFilter .c-pageHeader__filterCont__inner {
    padding: 35px 5.33333vw 60px;
    width: auto;
  }

  .c-pageHeader--hasFilter .c-pageHeader__filterCont .c-pageHeader__hdg {
    margin-bottom: 35px;
  }

  .c-pageHeader--hasFilter .c-pageHeader__filterCont .sectionWrapper {
    margin-left: 0;
    padding-top: 32px;
  }

  .c-pageHeader--hasFilter .c-pageHeader__filterCont section {
    display: block;
    padding-left: 0;
  }

  .c-pageHeader--hasFilter .c-pageHeader__filterCont section .hdg {
    padding-bottom: 10px;
    font-size: 2.23077rem;
    letter-spacing: 1px;
  }
}

.c-relatedArticles {
  margin-top: 35px;
}

.c-relatedArticles__hdg {
  display: inline-block;
  position: relative;
  /* margin-bottom: 50px; */
  color: #62B0E2;
  font-size: 2.00769rem;
  letter-spacing: 1px;
}

.c-relatedArticles__hdg::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 16px;
  width: 126px;
  height: 1px;
  background-color: #62B0E2;
}

.c-relatedArticles__list {
  margin-left: -2.353%;
  font-size: 0;
  padding-bottom: 20px;
}

.c-relatedArticles__list__item {
  margin-bottom: 50px;
  display: inline-block;
  padding-left: 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-relatedArticles__list__item a {
  border-bottom: none;
  color: inherit;
  text-decoration: none;
}

.c-relatedArticles__list__item a:hover {
  text-decoration: none;
}

.c-relatedArticles__list__item__image {
  margin-bottom: 25px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-relatedArticles__list__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.c-relatedArticles__list__item__cat {
  color: #888;
  font-size: 1.33846rem;
  letter-spacing: .5px;
}

.c-relatedArticles__list__item__cat:hover {
  color: #62B0E2;
}

.c-relatedArticles__list__item__tagList {
  margin-left: -12px;
  font-size: 0;
}

.c-relatedArticles__list__item__tagList li {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
  color: #888;
  font-size: 1.33846rem;
  letter-spacing: .5px;
}

.c-relatedArticles__list__item__tagList li::before {
  content: "#";
}

.c-relatedArticles__list__item__title {
  margin-top: 4px;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.c-relatedArticles__list__item__title:hover {
  text-decoration: none;
  color: #62B0E2;
}

/* Khi hover vào title thì cả cat cũng bị hover */
.c-relatedArticles__list__item__title:hover~.c-relatedArticles__list__item__cat {
  text-decoration: none;
  color: #62B0E2;
}

/* Khi hover vào ảnh thì cả title và cat đều bị hover */
.c-relatedArticles__list__item__image:hover~.c-relatedArticles__list__item__title {
  text-decoration: none;
  color: #62B0E2;
}

.c-relatedArticles__list__item__image:hover~.c-relatedArticles__list__item__cat {
  text-decoration: none;
  color: #62B0E2;
}



.c-relatedArticles__list__item__subTitle {
  margin-top: 4px;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .c-relatedArticles {
    margin-top: 56px;
  }

  .c-relatedArticles__hdg {
    margin-bottom: 56px;
    font-size: 1.33846rem;
    font-weight: 500;
  }

  .c-relatedArticles__hdg::before {
    margin-left: 4px;
    width: 31px;
  }

  .c-relatedArticles__list {
    margin-left: 0;
  }

  .c-relatedArticles__list__item {
    display: block;
    padding-left: 0;
    width: auto;
  }

  .c-relatedArticles__list__item__image {
    margin-bottom: 12px;
  }

  .c-relatedArticles__list__item__title {
    margin-top: 2px;
    font-size: 2.00769rem;
    line-height: 1.4;
  }

  .c-relatedArticles__list__item__subTitle {
    margin-top: 8px;
    font-size: 1.4rem;
    letter-spacing: .5px;
  }

  .c-relatedArticles__list__item~.c-relatedArticles__list__item {
    margin-top: 45px;
  }
}

.c-pagination {
  margin-top: 120px;
  border-top: 1px solid #EEE;
  background-color: #F1F1F1;
}

.c-pagination .m-container {
  position: relative;
  height: 200px;
}

.c-pagination__nav a {
  border-bottom: none;
  font-size: 1.56154rem;
}

.c-pagination__nav__prev,
.c-pagination__nav__index,
.c-pagination__nav__next {
  position: absolute;
  top: 50%;
}

.c-pagination__nav__prev a,
.c-pagination__nav__index a,
.c-pagination__nav__next a {
  display: block;
}

.c-pagination__nav__prev,
.c-pagination__nav__next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-pagination__nav__prev a,
.c-pagination__nav__next a {
  position: relative;
  max-width: 250px;
  box-sizing: border-box;
  letter-spacing: .5px;
}

.c-pagination__nav__prev .m-linkIcon,
.c-pagination__nav__next .m-linkIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-pagination__nav__prev a:hover .m-linkIcon,
.c-pagination__nav__next a:hover .m-linkIcon {
  background-color: #62B0E2;
}

.c-pagination__nav__prev a:hover .m-linkIcon::before,
.c-pagination__nav__next a:hover .m-linkIcon::before {
  border-color: #F1F1F1;
}

.c-pagination__nav__prev .pcText,
.c-pagination__nav__next .pcText {
  position: relative;
}

.c-pagination__nav__prev .spText,
.c-pagination__nav__next .spText {
  display: none;
}

.c-pagination__nav__prev {
  left: 0;
}

.c-pagination__nav__prev a {
  padding-left: 50px;
}

.c-pagination__nav__prev a .pcText {
  left: 0;
  transition: left .2s;
}

.c-pagination__nav__prev a:hover .pcText {
  left: -10px;
}

.c-pagination__nav__prev .m-linkIcon {
  left: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}

.c-pagination__nav__index {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-pagination__nav__index a {
  position: relative;
  padding: 0 18px 12px;
  color: #888;
}

.c-pagination__nav__index a::before,
.c-pagination__nav__index a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
}

.c-pagination__nav__index a::before {
  width: 100%;
  background-color: #DDD;
}

.c-pagination__nav__index a::after {
  width: 0;
  background-color: #62B0E2;
  transition: width .2s;
}

.c-pagination__nav__index a:hover {
  color: #62B0E2;
}

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

.c-pagination__nav__next {
  right: 0;
}

.c-pagination__nav__next a {
  padding-right: 50px;
}

.c-pagination__nav__next a .pcText {
  right: 0;
  transition: right .2s;
}

.c-pagination__nav__next a:hover .pcText {
  right: -10px;
}

.c-pagination__nav__next .m-linkIcon {
  right: 0;
}

@media screen and (max-width: 750px) {
  .c-pagination {
    margin-top: 52px;
  }

  .c-pagination .m-container {
    height: 84px;
  }

  .c-pagination__nav a {
    font-size: 1.33846rem;
  }

  .c-pagination__nav__prev .pcText,
  .c-pagination__nav__next .pcText {
    display: none;
  }

  .c-pagination__nav__prev .spText,
  .c-pagination__nav__next .spText {
    display: block;
  }

  .c-pagination__nav__prev {
    left: 5.33333vw;
  }

  .c-pagination__nav__prev a {
    padding-left: 32px !important;
  }

  .c-pagination__nav__index a {
    padding: 0;
  }

  .c-pagination__nav__index a::before,
  .c-pagination__nav__index a::after {
    content: none;
  }

  .c-pagination__nav__next {
    right: 5.33333vw;
  }

  .c-pagination__nav__next a {
    padding-right: 32px !important;
  }
}

.c-shareArea {
  margin: 30px 0;
  margin-left: 1000px;
}

.c-shareArea__hdg,
.c-shareArea__list {
  display: inline-block;
  vertical-align: middle;
}

.c-shareArea__hdg {
  margin-right: 16px;
  color: #888;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.c-shareArea__list>li {
  display: inline-block;
  vertical-align: top;
}

.c-shareArea__list>li~li {
  margin-left: 4px;
}

.c-shareArea__list a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 40px;
  height: 40px;
  color: #FFF;
  transition: border-radius .2s;
}

.c-shareArea__list a:hover {
  border-radius: 4px;
}

.c-shareArea__list .fb a {
  background-color: #3B5998;
}

.c-shareArea__list .tw a {
  background-color: #1DA1F2;
}

.c-shareArea__list .in a {
  background-color: #0a66c2;
}

.c-shareArea__list .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.c-shareArea__list a:hover .fab {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .c-shareArea {
    margin: 60px 0;
  }

  .c-shareArea__hdg {
    margin-right: 10px;
    font-size: 1.33846rem;
  }

  .c-shareArea__list>li~li {
    margin-left: 2px;
  }

  .c-shareArea__list a {
    width: 32px;
    height: 32px;
  }

  .c-shareArea__list .fab {
    font-size: 1.3rem;
  }
}

.c-pageMv img {
  width: 100%;
  height: auto;
}

.c-slide {
  padding: 80px 0 70px;
  background-color: #F1F1F1;
  overflow: hidden;
}

.c-slide .m-container {
  position: relative;
  min-height: 50px;
}

.c-slide__slide {
  display: none;
  position: relative;
  z-index: 1;
  margin: 0 -72.5px;
}

.c-slide__slide .slick-slide {
  margin: 0 72.5px;
  overflow: hidden;
  outline: none;
}

.c-slide__slide .slick-slide img {
  display: inline-block;
  position: relative;
  left: 50%;
  height: 560px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-slide__slide .slick-slide .caption {
  margin: 5px auto 0;
  max-width: 100%;
  text-align: right;
}

.c-slide__nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 14px;
  text-align: center;
}

.c-slide__nav .slick-arrow {
  margin-top: -2px;
  vertical-align: middle;
  color: #CCC;
  font-size: 0;
}

.c-slide__nav .slick-arrow>span {
  display: block;
  position: relative;
  margin: 2px;
  border: 1px solid #CCC;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  transition: border-color .2s;
}

.c-slide__nav .slick-arrow>span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: 1px solid #CCC;
  width: 3px;
  height: 3px;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: border-color .2s;
}

.c-slide__nav .slick-arrow:hover>span {
  border-color: #62B0E2;
}

.c-slide__nav .slick-arrow:hover>span::before {
  border-color: #62B0E2;
}

.c-slide__nav .slick-prev {
  margin-right: 28px;
}

.c-slide__nav .slick-prev>span::before {
  margin: -2px 0 0 -1px;
  border-left: 1px solid #CCC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-slide__nav .slick-next {
  margin-left: 28px;
}

.c-slide__nav .slick-next>span::before {
  margin: -2px 0 0 -3px;
  border-right: 1px solid #CCC;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.is-ff .c-slide__nav .slick-next>span::before {
  margin-left: -2px;
}

.c-slide__nav .slick-next>span canvas {
  position: absolute;
  left: -2px;
  top: -2px;
}

.c-slide__nav .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.56154rem;
}

.c-slide__nav .num--current {
  color: #888;
}

.c-slide__nav .num--total {
  color: #CCC;
}

.c-slide__nav .num--total::before {
  content: "/";
  margin: 0 4px 0 3px;
}

.c-slide .slick-initialized+.c-slide__nav {
  display: block;
}

.c-slide__loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-slide__loading .m-loading {
  margin-top: 0;
}

.c-slide__loading .m-loading__bar {
  background-color: #F7F7F7;
}

.c-slide__loading__text {
  margin-top: 25px;
  text-align: center;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: 1.5px;
}

.c-slide .slick-initialized+.c-slide__nav+.c-slide__loading {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-slide {
    padding: 20px 0 52px;
  }

  .c-slide__slide {
    margin: 0 -5.33333vw;
  }

  .c-slide__slide .slick-slide {
    margin: 0 5.33333vw;
  }

  .c-slide__slide .slick-slide img {
    height: 209px;
  }

  .c-slide__slide .slick-slide .caption {
    text-align: center;
    font-size: 1.2rem;
  }

  .c-slide__nav {
    margin-top: 15px;
  }

  .c-slide__nav .slick-arrow:hover>span {
    border-color: inherit;
  }

  .c-slide__nav .slick-arrow:hover>span::before {
    border-color: inherit;
  }

  .c-slide__nav .slick-prev {
    margin-right: 40px;
  }

  .c-slide__nav .slick-next {
    margin-left: 40px;
  }

  .c-slide__nav .num {
    font-size: 1.45rem;
  }

  .c-slide__loading {
    margin-top: 20px;
  }

  .c-slide__loading__text {
    margin-top: 10px;
    font-size: 1.33846rem;
  }
}

.c-author {
  margin-top: 110px;
  padding: 65px 0 115px;
  background-color: #F1F1F1;
}

.c-author__hdg {
  margin-bottom: 64px;
  font-size: 4.01538rem;
  letter-spacing: 1.5px;
}

.c-author__list__item::after {
  content: "";
  display: block;
  clear: both;
}

.c-author__list__item__image {
  float: left;
  padding-right: 3.678%;
  width: 26%;
  box-sizing: border-box;
}

.c-author__list__item__image .m-imageWithOverlay {
  display: inline-block;
}

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

.c-author__list__item__body {
  float: right;
  width: 74%;
}

.c-author__list__item__body .name {
  margin-top: -.25em;
  font-size: 3.34615rem;
  letter-spacing: 1px;
  line-height: 1.4;
  transition: color .2s;
}

.c-author__list__item__body .name a {
  border-bottom: none;
  color: inherit;
}

.c-author__list__item__body .name a:hover {
  color: #62B0E2;
}

.c-author__list__item__body .post {
  color: #888;
  font-size: 1.56154rem;
  line-height: 1.4;
}

.c-author__list__item__body .desc {
  margin-top: 18px;
  font-family: minion-pro-display, serif;
  font-size: 1.4rem;
}

.c-author__list__item~.c-author__list__item {
  margin-top: 80px;
}

.articleSet--empty+.c-author {
  margin-top: -1px;
}

@media screen and (max-width: 750px) {
  .c-author {
    margin-top: 55px;
    padding: 50px 0 55px;
  }

  .c-author__hdg {
    margin-bottom: 30px;
    font-size: 2.78846rem;
  }

  .c-author__list__item__image {
    float: none;
    padding-right: 0;
    width: auto;
  }

  .c-author__list__item__image .m-imageWithOverlay {
    width: 47.164179104%;
  }

  .c-author__list__item__body {
    float: none;
    margin-top: 14px;
    width: auto;
  }

  .c-author__list__item__body .name {
    margin-top: 0;
    font-size: 2.00769rem;
  }

  .c-author__list__item__body .post {
    margin-top: 5px;
    font-size: 1.33846rem;
    letter-spacing: .5px;
  }

  .c-author__list__item__body .desc {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .c-author__list__item~.c-author__list__item {
    margin-top: 46px;
  }
}

/* 記事セット */
.articleSet>* {
  margin-top: 45px;
}

@media screen and (max-width: 750px) {
  .articleSet>* {
    margin-top: 47px;
  }
}

.c-pageHeader+.articleSet>*:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .c-pageHeader+.articleSet>*:first-child {
    margin-top: 47px;
  }
}

.c-hdg .m-hdgLg {
  margin-bottom: 25px;
}

.c-hdg+* {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .c-hdg .m-hdgLg {
    margin-bottom: 10px;
  }
}

.c-text2col__inner {
  margin: -7.8125% 0 0 -3.571428571%;
  font-size: 0;
}

.c-text2col__item {
  display: inline-block;
  padding: 7.543103448% 0 0 3.448275862%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-text2col__item__linkBtn {
  margin-top: 20px;
}

.c-text2col--withLine .c-text2col__inner {
  margin-top: -3.571428571%;
}

.c-text2col--withLine .c-text2col__item {
  padding-top: 3.448275862%;
}

.c-text2col--withLine .c-text2col__item__inner {
  border-top: 1px solid #DDD;
  padding-top: 30px;
}

.c-text2col--withLine .c-text2col__item__linkBtn {
  margin-top: 12px;
}

.c-text2col--withLine .m-wysiwyg {
  color: #888;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .c-text2col__inner {
    margin: 0;
  }

  .c-text2col__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .c-text2col__item__linkBtn {
    margin-top: 15px;
  }

  .c-text2col__item~.c-text2col__item {
    margin-top: 26px;
  }

  .c-text2col--withLine .c-text2col__inner {
    margin-top: 0;
  }

  .c-text2col--withLine .c-text2col__item {
    padding-top: 0;
  }

  .c-text2col--withLine .c-text2col__item__inner {
    padding: 18px 0;
  }

  .c-text2col--withLine .c-text2col__item~.c-text2col__item {
    margin-top: 0;
  }

  .c-text2col--withLine .c-text2col__item:last-child {
    border-bottom: 1px solid #DDD;
  }

  .c-text2col--withLine .m-hdgSm {
    margin-bottom: 2px;
    font-size: 2.00769rem;
    letter-spacing: 1px;
  }

  .c-text2col--withLine .m-wysiwyg {
    color: #888;
    font-size: 1.6rem;
  }
}

.c-linkBtn {
  margin-top: 30px;
}

.c-linkBtn__btn~.c-linkBtn__btn {
  margin-top: 20px;
}

.c-linkBtn--center {
  text-align: center;
}

.c-linkBtn--right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .c-linkBtn {
    margin-top: 15px;
  }

  .c-linkBtn--centerSp {
    text-align: center;
  }
}

.c-menuLink {
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .c-menuLink {
    margin-top: 10px;
  }
}

.c-table table {
  width: 100%;
  table-layout: fixed;
}

.c-table table th {
  text-align: left;
  font-size: 1.78461rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.c-table table thead th {
  border-bottom: 2px solid #000;
  padding: 0 15px 17px;
}

.c-table table thead th:first-child {
  padding-left: 0;
}

.c-table table tbody tr {
  border-bottom: 1px solid #DDD;
}

.c-table table tbody td {
  padding: 36px 15px 32px;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
}

.c-table table tbody td:first-child {
  padding-left: 0;
}

.c-table table.hor tbody tr:last-child {
  border-bottom: none;
}

.c-table table.hor tbody th,
.c-table table.hor tbody td {
  vertical-align: middle;
}

.c-table table.hor tbody th {
  border-right: 2px solid #000;
  padding: 14px 38px 14px 0;
  width: 30.5%;
}

.c-table table.hor tbody td {
  padding: 14px 0 14px 38px;
  width: auto;
}

@media screen and (max-width: 750px) {
  .c-table__wrapper {
    margin-right: -5.33333vw;
    overflow-x: auto;
  }

  .c-table__wrapper>div {
    padding-right: 5.33333vw;
    width: 240%;
  }

  .c-table__wrapper::-webkit-scrollbar {
    width: 5px;
    background: #EEE;
    border-radius: 5px;
  }

  .c-table__wrapper::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .c-table__wrapper::-webkit-scrollbar-thumb {
    background: #62B0E2;
    border-radius: 5px;
  }

  .c-table table thead th {
    padding: 0 15px 14px;
  }

  .c-table table tbody td {
    padding: 20px 15px;
    font-family: minion-pro-display, serif;
    font-size: 1.4rem;
  }

  .c-table table.hor {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .c-table table.hor tbody tr:last-child {
    border-bottom: none;
  }

  .c-table table.hor tbody th {
    display: block;
    border-right: none;
    padding: 20px 0 5px;
    width: auto;
  }

  .c-table table.hor tbody td {
    display: block;
    padding: 0 0 20px;
  }
}

.c-imageFull__image img {
  width: 100%;
  height: auto;
}

.c-imageFull__image__caption {
  margin: 25px auto 0;
  width: 85%;
  max-width: 896px;
}

@media screen and (max-width: 750px) {
  .c-imageFull__image__caption {
    margin-top: 15px;
    padding: 0 5.33333vw;
    width: auto;
  }
}

.c-imageFull2col {
  font-size: 0;
}

.c-imageFull2col__item {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-imageFull2col__item__image img {
  width: 100%;
  height: auto;
}

.c-imageFull2col__item__image__caption {
  margin-top: 25px;
  max-width: 432px;
}

.c-imageFull2col__item--left {
  padding-right: 16px;
}

.c-imageFull2col__item--left::after {
  content: "";
  display: block;
  clear: both;
}

.c-imageFull2col__item--left .c-imageFull2col__item__image__caption {
  float: right;
  padding-left: 15%;
}

.c-imageFull2col__item--right {
  padding-left: 16px;
}

.c-imageFull2col__item--right .c-imageFull2col__item__image__caption {
  padding-right: 15%;
}

@media screen and (max-width: 750px) {
  .c-imageFull2col__item {
    display: block;
    width: auto;
  }

  .c-imageFull2col__item__image__caption {
    margin-top: 15px;
    padding: 0 5.33333vw !important;
    max-width: none;
  }

  .c-imageFull2col__item--left {
    padding-right: 0;
  }

  .c-imageFull2col__item--left .c-imageFull2col__item__image__caption {
    float: none;
  }

  .c-imageFull2col__item--right {
    padding-left: 0;
  }

  .c-imageFull2col__item~.c-imageFull2col__item {
    margin-top: 35px;
  }
}

.c-imageCentered {
  text-align: center;
}

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

.c-imageCentered__image img {
  max-width: 100%;
  height: auto;
}

.c-imageCentered__image__caption {
  margin-top: 15px;
  text-align: left;
}

.c-image2col__list {
  margin: -7.8125% 0 0 -3.571428571%;
  font-size: 0;
}

.c-image2col__list__item {
  display: inline-block;
  padding: 7.543103448% 0 0 3.448275862%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-image2col__list__item__image img {
  width: 100%;
  height: auto;
}

.c-image2col__list__item__image__caption {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .c-image2col__list {
    margin: 0;
  }

  .c-image2col__list__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .c-image2col__list__item__image__caption {
    margin-top: 15px;
  }

  .c-image2col__list__item~.c-image2col__list__item {
    margin-top: 45px;
  }
}

.c-textWithImageFull {
  position: relative;
}

.c-textWithImageFull__image,
.c-textWithImageFull__textArea {
  width: 50%;
}

.c-textWithImageFull__image {
  position: absolute;
  top: 0;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.c-textWithImageFull__textArea {
  padding: 6.875vw;
  box-sizing: border-box;
  background-color: #F1F1F1;
}

@media screen and (min-width: 1600px) {
  .c-textWithImageFull__textArea {
    padding: 110px;
  }
}

.c-textWithImageFull__textArea__inner {
  max-width: 330px;
}

.c-textWithImageFull__textArea__linkBtn {
  margin-top: 20px;
}

.c-textWithImageFull--imageLeft .c-textWithImageFull__image {
  left: 0;
}

.c-textWithImageFull--imageLeft .c-textWithImageFull__textArea {
  margin-left: 50%;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__image {
  right: 0;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__textArea {
  margin-right: 50%;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__textArea::after {
  content: "";
  display: block;
  clear: both;
}

.c-textWithImageFull--imageRight .c-textWithImageFull__textArea__inner {
  float: right;
}

@media screen and (max-width: 750px) {
  .c-textWithImageFull {
    background-color: #F1F1F1;
  }

  .c-textWithImageFull__image,
  .c-textWithImageFull__textArea {
    width: auto;
  }

  .c-textWithImageFull__image {
    position: static;
  }

  .c-textWithImageFull__image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .c-textWithImageFull__textArea {
    padding: 30px 5.33333vw 40px;
  }

  .c-textWithImageFull__textArea__inner {
    max-width: none;
  }

  .c-textWithImageFull__textArea__linkBtn {
    margin-top: 15px;
  }

  .c-textWithImageFull--imageLeft .c-textWithImageFull__textArea {
    margin-left: 0;
  }

  .c-textWithImageFull--imageRight .c-textWithImageFull__textArea {
    margin-right: 0;
  }
}

.c-textWithImage::after {
  content: "";
  display: block;
  clear: both;
}

.c-textWithImage__image,
.c-textWithImage__body {
  width: 50%;
  box-sizing: border-box;
}

.c-textWithImage__image img {
  width: 100%;
  height: auto;
}

.c-textWithImage__image--left {
  float: left;
  padding-right: 16px;
}

.c-textWithImage__image--left+.c-textWithImage__body {
  float: right;
  padding-left: 16px;
}

.c-textWithImage__image--right {
  float: right;
  padding-left: 16px;
}

.c-textWithImage__image--right+.c-textWithImage__body {
  float: left;
  padding-right: 16px;
}

.c-textWithImage__linkBtn {
  margin-top: 20px;
}

.c-textWithImage--bgColored {
  padding: 80px 0;
  background-color: #F1F1F1;
}

.c-textWithImage--noImage .c-textWithImage__body {
  width: 100%;
}

@media screen and (max-width: 750px) {

  .c-textWithImage__image,
  .c-textWithImage__body {
    width: auto;
  }

  .c-textWithImage__image {
    margin-bottom: 15px;
  }

  .c-textWithImage__image--left,
  .c-textWithImage__image--right {
    float: none;
    padding: 0;
  }

  .c-textWithImage__image--left+.c-textWithImage__body,
  .c-textWithImage__image--right+.c-textWithImage__body {
    float: none;
    padding: 0;
  }

  .c-textWithImage__linkBtn {
    margin-top: 15px;
  }

  .c-textWithImage--bgColored {
    padding: 5.33333vw 0 40px;
  }
}

.c-video__video__inner {
  position: relative;
  padding-top: 56.25%;
}

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

.c-video__caption {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .c-video__video {
    margin: 0 -5.33333vw;
  }
}

.c-quote__frame {
  position: relative;
  padding: 110px 116px;
  background-color: #F1F1F1;
}

.c-quote__frame::before,
.c-quote__frame::after {
  content: "";
  position: absolute;
  width: 101px;
  height: 78px;
  background: url(../images/icon_quote_left.svg) no-repeat;
  background-size: 101px;
}

.c-quote__frame::before {
  left: 30px;
  top: 30px;
}

.c-quote__frame::after {
  right: 30px;
  bottom: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-quote__text {
  position: relative;
  z-index: 1;
  font-family: minion-pro-display, serif;
  font-size: 3rem;
  font-style: italic;
}

.c-quote__related {
  position: relative;
  margin: 62px 0 -30px;
  color: #888;
}

.c-quote__related::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 32px;
  width: 84px;
  height: 1px;
  background-color: #CCC;
}

.c-quote__related__hdg {
  margin-bottom: 5px;
  font-size: 1.33846rem;
  letter-spacing: 1px;
}

.c-quote__related__title {
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.c-quote__related__text {
  font-family: minion-pro-display, serif;
  font-size: 1.4rem;
  letter-spacing: .5px;
}

.c-quote__related__link {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .c-quote__frame {
    margin: 0 -5.33333vw;
    padding: 90px 10.66667vw 85px;
  }

  .c-quote__frame::before,
  .c-quote__frame::after {
    width: 50px;
    height: 39px;
    background-size: 50px;
  }

  .c-quote__frame::before {
    left: 5.33333vw;
    top: 40px;
  }

  .c-quote__frame::after {
    right: 5.33333vw;
    bottom: 40px;
  }

  .c-quote__text {
    font-size: 2.3rem;
  }

  .c-quote__related {
    margin: 65px 0 0;
  }

  .c-quote__related::before {
    margin-bottom: 34px;
    width: 48px;
  }

  .c-quote__related__hdg {
    margin-bottom: 10px;
    letter-spacing: .5px;
  }

  .c-quote__related__title {
    font-size: 1.45rem;
  }

  .c-quote__related__text {
    margin-top: 3px;
  }
}

.c-peopleList {
  margin: -5.515% 0 120px -2.205882353%;
  font-size: 0;
}

.c-peopleList__header {
  display: block;
  padding: 5.395683453% 0 0 2.158273381%;
}

.c-peopleList__header__hdg {
  margin-bottom: 15px;
  font-size: 4.01538rem;
  letter-spacing: .04em;
}

.c-peopleList__header:not(:first-child) {
  margin-top: 25px;
}

.c-peopleList__item {
  display: inline-block;
  padding: 5.395683453% 0 0 2.158273381%;
  width: 25%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-peopleList__item a {
  border-bottom: none;
  color: inherit;
}

.c-peopleList__item__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-peopleList__item__image::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-peopleList__item__name {
  margin-top: 12px;
  font-size: 2.23077rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .c-peopleList {
    margin: -30px 0 60px -5.33333vw;
  }

  .c-peopleList__header {
    margin-bottom: 5px;
    padding: 30px 0 0 5.33333vw;
  }

  .c-peopleList__header__hdg {
    margin-bottom: 3px;
    font-size: 2.78846rem;
  }

  .c-peopleList__header:not(:first-child) {
    margin-top: 15px;
  }

  .c-peopleList__item {
    padding: 30px 0 0 5.33333vw;
    width: 50%;
  }

  .c-peopleList__item__name {
    margin-top: 10px;
    font-size: 1.45rem;
    letter-spacing: .5px;
  }
}

.c-newsList {
  margin: 5.515% 0 115px -2.353%;
  margin-bottom: -15px;
  font-size: 0;
}

.c-newsList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: -40px;
  margin-bottom: 50px;
}

.c-newsList__item__image {
  margin-bottom: 25px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-newsList__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.c-newsList__item a {
  border-bottom: none;
  color: inherit;
}

.c-newsList__item__meta::after {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.c-newsList__item a[target="_blank"] .c-newsList__item__meta::after {
  content: "";
  margin-top: -11px;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external.png);
  background-size: 14px;
}

.c-newsList__item a[href*=".pdf"] .c-newsList__item__meta::after {
  content: "";
  margin-top: -9px;
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf.png);
  background-size: 25px;
}

.c-newsList__item__cat,
.c-newsList__item__date {
  display: inline;
  font-size: 1.33846rem;
  letter-spacing: .5px;
}

.c-newsList__item__cat {
  margin-right: 8px;
  color: #888;
}

.c-newsList__item__date {
  margin-right: 10px;
  color: #CCC;
}

.c-newsList__item__title {
  margin-top: 3px;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .c-newsList {
    margin: 0 0 54px;
  }

  .c-newsList__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .c-newsList__item__image {
    margin-bottom: 10px;
  }

  .c-newsList__item a[target="_blank"] .c-newsList__item__meta::after {
    margin-top: -10px;
  }

  .c-newsList__item a[href*=".pdf"] .c-newsList__item__meta::after {
    margin-top: -8px;
  }

  .c-newsList__item__date {
    margin-right: 5px;
    letter-spacing: 1px;
  }

  .c-newsList__item~.c-newsList__item {
    margin-top: 42px;
  }
}

.c-genList {
  margin: -5.515% 0 115px -2.353%;
  font-size: 0;
}

.c-genList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-genList__item a {
  border-bottom: none;
}

.c-genList__item__image img {
  width: 100%;
  height: auto;
}

.c-genList__item--1col {
  margin-bottom: 3.232758621%;
  width: 100%;
}

.c-genList__item--1col .c-genList__item__inner {
  position: relative;
  background-color: #62B0E2;
  color: #FFF;
}

.c-genList__item--1col .c-genList__item__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 65.883%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.c-genList__item--1col .c-genList__item__body {
  padding: 74px 5.88235% 156px;
  width: 34.117%;
  min-height: 560px;
  box-sizing: border-box;
}

.c-genList__item--1col .c-genList__item__date {
  margin-bottom: 24px;
  font-size: 1.78461rem;
  letter-spacing: 1px;
}

.c-genList__item--1col .c-genList__item__hdg,
.c-genList__item--1col .c-genList__item__title {
  font-size: 2.78846rem;
  letter-spacing: 1px;
  line-height: 1.35;
}

.c-genList__item--1col .c-genList__item__desc,
.c-genList__item--1col .c-genList__item__subTitle {
  margin-top: 25px;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

.c-genList__item--1col .c-genList__item__linkBtn {
  position: absolute;
  left: 5.882352941%;
  bottom: 74px;
}

.c-genList__item--1col .c-genList__item__tagList {
  margin: -2px 0 24px -12px;
}

.c-genList__item--1col .c-genList__item__tagList li {
  display: inline-block;
  margin: 2px 0 0 12px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.78461rem;
  letter-spacing: 1px;
  transition: color .2s;
}

.c-genList__item--1col .c-genList__item__tagList li:hover {
  color: #FFF;
}

.c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__icon {
  width: 100%;
}

.c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__icon::before {
  left: 12px;
}

.c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.c-genList__item--2col a,
.c-genList__item--3col a {
  color: inherit;
}

.c-genList__item--2col .c-genList__item__image,
.c-genList__item--3col .c-genList__item__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-genList__item--2col .c-genList__item__image::after,
.c-genList__item--3col .c-genList__item__image::after {
  content: "";
  display: block;
}

.c-genList__item--2col {
  width: 50%;
}

.c-genList__item--2col .c-genList__item__image {
  margin-bottom: 24px;
}

.c-genList__item--2col .c-genList__item__image::after {
  padding-top: 62.5%;
}

.c-genList__item--2col .c-genList__item__date {
  font-size: 1.78461rem;
  letter-spacing: 1.5px;
}

.c-genList__item--2col .c-genList__item__hdg,
.c-genList__item--2col .c-genList__item__title {
  margin-top: 4px;
  font-size: 2.23077rem;
  letter-spacing: 1px;
  line-height: 1.4;
}

.c-genList__item--2col .c-genList__item__tagList {
  margin: 0 0 6px -10px;
}

.c-genList__item--2col .c-genList__item__tagList li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  color: #888;
  font-size: 1.45rem;
  letter-spacing: .5px;
  transition: color .2s;
}

.c-genList__item--2col .c-genList__item__tagList li:hover {
  color: #62B0E2;
}

.c-genList__item--2col .c-genList__item__subTitle {
  margin-top: 2px;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.c-genList__item--3col {
  width: 33.333%;
}

.c-genList__item--3col .c-genList__item__image {
  margin-bottom: 25px;
}

.c-genList__item--3col .c-genList__item__image::after {
  padding-top: 61.342592593%;
}

.c-genList__item--3col .c-genList__item__date {
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.c-genList__item--3col .c-genList__item__hdg {
  margin-top: 2px;
  font-size: 1.78461rem;
  letter-spacing: .5px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .c-genList {
    margin: 0 0 54px -5.33333vw;
  }

  .c-genList__item {
    padding: 45px 0 0 5.33333vw;
  }

  .c-genList__item:first-child {
    padding-top: 0;
  }

  .c-genList__item--1col {
    margin-bottom: 15px;
  }

  .c-genList__item--1col .c-genList__item__image {
    position: static;
    width: auto;
  }

  .c-genList__item--1col .c-genList__item__image::after {
    content: "";
    display: block;
    padding-top: 62.4%;
  }

  .c-genList__item--1col .c-genList__item__body {
    position: relative;
    padding: 35px 5.33333vw 40px;
    width: auto;
    min-height: 0;
  }

  .c-genList__item--1col .c-genList__item__date {
    margin-bottom: 10px;
    font-size: 1.33846rem;
    letter-spacing: .5px;
  }

  .c-genList__item--1col .c-genList__item__hdg,
  .c-genList__item--1col .c-genList__item__title {
    font-size: 2.00769rem;
  }

  .c-genList__item--1col .c-genList__item__desc,
  .c-genList__item--1col .c-genList__item__subTitle {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: .5px;
    line-height: 1.5;
  }

  .c-genList__item--1col .c-genList__item__linkBtn {
    position: static;
    margin-top: 15px;
  }

  .c-genList__item--1col .c-genList__item__tagList {
    margin: 0 0 9px -12px;
  }

  .c-genList__item--1col .c-genList__item__tagList li {
    margin: 0 0 0 12px;
    color: #FFF;
    font-size: 1.33846rem;
  }

  .c-genList__item--1col a:hover .m-linkBtn .m-linkBtn__icon::before {
    left: 7px;
  }

  .c-genList__item--2col {
    width: 100%;
  }

  .c-genList__item--2col .c-genList__item__image {
    margin-bottom: 10px;
  }

  .c-genList__item--2col .c-genList__item__date {
    color: #888;
    font-size: 1.33846rem;
    letter-spacing: 1px;
  }

  .c-genList__item--2col .c-genList__item__hdg {
    font-size: 1.78461rem;
  }

  .c-genList__item--2col .c-genList__item__title {
    margin-top: 0;
    font-size: 2.00769rem;
    line-height: 1.4;
  }

  .c-genList__item--2col .c-genList__item__tagList {
    margin: 0 0 2px -12px;
  }

  .c-genList__item--2col .c-genList__item__tagList li {
    margin: 0 0 0 12px;
    font-size: 1.33846rem;
  }

  .c-genList__item--2col .c-genList__item__subTitle {
    margin-top: 8px;
    font-size: 1.3rem;
    letter-spacing: .5px;
  }

  .c-genList__item--3col {
    width: 50%;
  }

  .c-genList__item--3col .c-genList__item__image {
    margin-bottom: 10px;
  }

  .c-genList__item--3col .c-genList__item__date {
    color: #888;
    font-size: 1.22692rem;
    letter-spacing: 1px;
  }

  .c-genList__item--3col .c-genList__item__hdg {
    font-size: 1.33846rem;
  }

  .c-genList__item--3col:nth-child(2) {
    padding-top: 0;
  }
}

.c-expertiseList {
  margin: 0 0 115px -2.353%;
  font-size: 0;
}

.p-expertiseTop__listArea .c-expertiseList {
  padding-bottom: 115px;
}

.c-expertiseList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-expertiseList__item a {
  display: block;
  border-bottom: none;
  overflow: hidden;
  color: inherit;
}

.c-expertiseList__item__image {
  margin-bottom: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-expertiseList__item__image::after {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.c-expertiseList__item.is-tagHovered .c-expertiseList__item__image::before {
  opacity: 0;
}

.c-expertiseList__item__catList {
  display: flex;
  margin: -2px 0 0 -20px;
  flex-wrap: wrap;
  color: #888;
  font-size: 1.8rem;
}

.c-expertiseList__item__catList li {
  padding: 2px 0 0 20px;
}

.c-expertiseList__item__catList span {
  transition: color .2s;
}

.c-expertiseList__item__catList span:hover {
  color: #62B0E2;
}

.c-expertiseList__item__title {
  margin-top: 8px;
  font-size: 2.23077rem;
  letter-spacing: 1px;
  line-height: 1.35;
}

.c-expertiseList__item__subTitle {
  margin-top: 5px;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
  line-height: 1.4;
}

.c-expertiseList__item__linkBtnArea {
  display: none;
  margin-top: 18px;
  height: 32px;
}

a[target="_blank"] .c-expertiseList__item__linkBtnArea {
  display: block;
}

.c-expertiseList__item:not(.is-tagHovered) a:hover .m-linkBtn__icon {
  width: 100%;
}

.c-expertiseList__item:not(.is-tagHovered) a:hover .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.c-expertiseList__item:nth-child(-n+2) {
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .c-expertiseList {
    margin: 0;
  }

  .p-expertiseTop__listArea .c-expertiseList {
    padding-bottom: 0;
  }

  .c-expertiseList__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .c-expertiseList__item a {
    -webkit-tap-highlight-color: transparent;
  }

  .c-expertiseList__item__image {
    margin-bottom: 12px;
  }

  .c-expertiseList__item__catList {
    font-size: 1.56154rem;
    letter-spacing: .5px;
  }

  .c-expertiseList__item__title {
    margin-top: 2px;
    font-size: 2.00769rem;
  }

  .c-expertiseList__item__subTitle {
    margin-top: 6px;
    font-size: 1.45rem;
  }

  .c-expertiseList__item__linkBtnArea {
    height: 24px;
  }

  .c-expertiseList__item~.c-expertiseList__item {
    margin-top: 45px;
  }
}

.c-insightsList {
  margin: 0 0 115px -2.353%;
  font-size: 0;
}

.c-insightsList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-insightsList__item a {
  border-bottom: none;
  color: inherit;
}

.c-insightsList__item__image {
  margin-bottom: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-insightsList__item__image::after {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.c-insightsList__item__tagList {
  margin-left: -14px;
}

.c-insightsList__item__tagList li {
  display: inline-block;
  margin-left: 14px;
  vertical-align: top;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: .5px;
  transition: color .2s;
}

.c-insightsList__item__tagList li:hover {
  color: #62B0E2;
}

.c-insightsList__item__title {
  margin-top: 6px;
  font-size: 2.23077rem;
  letter-spacing: 1px;
  line-height: 1.4;
}

.c-insightsList__item__subTitle {
  margin-top: 2px;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.c-insightsList__item:nth-child(-n+2) {
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .c-insightsList {
    margin: 0;
  }

  .c-insightsList__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .c-insightsList__item__image {
    margin-bottom: 12px;
  }

  .c-insightsList__item__tagList {
    margin-left: -12px;
  }

  .c-insightsList__item__tagList li {
    margin-left: 12px;
    font-size: 1.33846rem;
  }

  .c-insightsList__item__title {
    margin-top: 2px;
    font-size: 2.00769rem;
  }

  .c-insightsList__item__subTitle {
    margin-top: 6px;
    font-size: 1.3rem;
  }

  .c-insightsList__item~.c-insightsList__item {
    margin-top: 45px;
  }
}

/* projects */
.c-projectsPageHeader {
  padding: 75px 0 0px;
}

.c-projectsPageHeader .m-container {
  position: relative;
}

.c-projectsPageHeader__parent a {
  border-bottom: none;
  color: inherit;
  font-size: 1.45rem;
  letter-spacing: 1px;
}

.c-projectsPageHeader__parent a::after {
  content: "";
  display: inline-block;
  margin: -4px 0 0 3px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color .2s;
}

.c-projectsPageHeader__parent a:hover {
  color: #62B0E2;
}

.c-projectsPageHeader__parent a:hover::after {
  border-color: #62B0E2;
}

.c-projectsPageHeader__hdg {
  margin-left: -3px;
  font-size: 3.8rem;
  letter-spacing: 5px;
  line-height: 1.2;
}

.c-projectsPageHeader__desc {
  margin-top: 40px;
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.c-projectsPageHeader__btnList {
  margin: 14px 0 0 -4px;
  font-size: 0;
}

.c-projectsPageHeader__btnList li {
  display: inline-block;
  margin: 8px 4px 0;
  vertical-align: top;
}

.c-projectsPageHeader__btnList a {
  display: block;
  border: 1px solid #FFF;
  padding: 5px 20px;
  border-radius: 20px;
  color: inherit;
  font-size: 1.33846rem;
  letter-spacing: .5px;
  transition-property: border-color, background-color;
  transition-duration: .2s;
}

.c-projectsPageHeader__btnList a:hover,
.c-projectsPageHeader__btnList a.current {
  border-color: #62B0E2;
  background-color: #62B0E2;
}

.c-projectsPageHeader__filterBtn {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 1000;
  padding: 0 24px;
}

.c-projectsPageHeader__filterCont {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 100vw;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  -webkit-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}

.c-projectsPageHeader__filterCont__inner {
  margin: 0 auto;
  padding: 80px 0;
  width: 85%;
  max-width: 1360px;
}

.c-projectsPageHeader__filterCont .c-projectsPageHeader__hdg {
  margin-bottom: 40px;
}

.c-projectsPageHeader__filterCont .sectionWrapper {
  margin-left: -2.353%;
  font-size: 0;
}

.c-projectsPageHeader__filterCont section {
  display: inline-block;
  padding-left: 2.299%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-projectsPageHeader__filterCont section .hdg {
  border-bottom: 1px solid #DDD;
  padding-bottom: 22px;
  font-size: 2.78846rem;
  letter-spacing: 2px;
}

.c-projectsPageHeader__filterCont section.type {
  width: 66.666%;
}

.c-projectsPageHeader__filterCont section.region {
  width: 33.333%;
}

.c-projectsPageHeader--withBg {
  position: relative;
  padding: 75px 0 80px;
  background-position: 50% 100%;
  background-size: cover;
  color: #FFF;
}

.c-projectsPageHeader--withBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-projectsPageHeader--withBg .c-projectsPageHeader__hdg {
  margin-left: 0;
  letter-spacing: 3px;
}

.c-projectsPageHeader--withBg .c-projectsPageHeader__filterCont {
  color: #000;
}

.c-projectsPageHeader--withBg .c-projectsPageHeader__filterCont .c-projectsPageHeader__parent a::after {
  border-color: #000;
}

@media screen and (max-width: 750px) {
  .c-projectsPageHeader {
    padding: 65px 0 23px;
    background-color: #F1F1F1;
  }

  .c-projectsPageHeader__parent {
    margin-bottom: 26px;
  }

  .c-projectsPageHeader__hdg {
    font-size: 2.23077rem;
    letter-spacing: 1px;
  }

  .c-projectsPageHeader__desc {
    margin-top: 26px;
    font-size: 1.6rem;
  }

  .c-projectsPageHeader__btnList {
    margin: 20px 0 0 -2.5px;
  }

  .c-projectsPageHeader__btnList li {
    margin: 5px 2.5px 0;
  }

  .c-projectsPageHeader__btnList a {
    padding: 5px 15px;
  }

  .c-projectsPageHeader__filterBtn {
    right: 5.33333vw;
    top: -4px;
    padding: 0 16px;
    height: 34px;
  }

  .c-projectsPageHeader__filterCont {
    left: 0;
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  .c-projectsPageHeader__filterCont__inner {
    padding: 35px 5.33333vw 60px;
    width: auto;
  }

  .c-projectsPageHeader__filterCont .c-projectsPageHeader__hdg {
    margin-bottom: 35px;
  }

  .c-projectsPageHeader__filterCont .sectionWrapper {
    margin-left: 0;
    padding-top: 32px;
  }

  .c-projectsPageHeader__filterCont section {
    display: block;
    padding-left: 0;
  }

  .c-projectsPageHeader__filterCont section .hdg {
    padding-bottom: 10px;
    font-size: 2.23077rem;
    letter-spacing: 1px;
  }

  .c-projectsPageHeader__filterCont section~section {
    margin-top: 30px;
  }

  .c-projectsPageHeader__filterCont section.type,
  .c-projectsPageHeader__filterCont section.region {
    width: auto;
  }

  .c-projectsPageHeader__filterCont section.region .m-list {
    margin-left: -5.33333vw;
  }

  .c-projectsPageHeader__filterCont section.region .m-list>li {
    display: inline-block;
    padding-left: 5.33333vw;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .c-projectsPageHeader--withBg {
    padding: 35px 0 30px;
  }

  .c-projectsPageHeader--withBg .c-projectsPageHeader__hdg {
    font-size: 2.78846rem;
    letter-spacing: 2px;
  }
}

.c-projectsList {
  margin: -5.515% 0 115px -2.353%;
  font-size: 0;
}

.c-projectsList__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.c-projectsList__item a {
  border-bottom: none;
  color: inherit;
  text-decoration: none;
}

.c-projectsList__item a:hover {
  text-decoration: none;
}

/* Khi hover vào link thì title và place đều đổi màu */
.c-projectsList__item a:hover .c-projectsList__item__hdg {
  color: #62B0E2;
}

.c-projectsList__item a:hover .c-projectsList__item__place {
  color: #62B0E2;
}

.c-projectsList__item__image {
  margin-bottom: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.c-projectsList__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.c-projectsList__item__hdg {
  font-size: 2.23077rem;
  letter-spacing: 1px;
  line-height: 1.35;
}

.c-projectsList__item__hdg:hover {
  text-decoration: none;
  color: #62B0E2;
}

.c-projectsList__item__place {
  margin-top: 5px;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.c-projectsList__item__place:hover {
  text-decoration: none;
  color: #62B0E2;
}

/* Khi hover vào title thì cả place cũng bị hover */
.c-projectsList__item__hdg:hover~.c-projectsList__item__place {
  text-decoration: none;
  color: #62B0E2;
}

/* Khi hover vào ảnh thì cả title và place đều bị hover */
.c-projectsList__item__image:hover~.c-projectsList__item__hdg {
  text-decoration: none;
  color: #62B0E2;
}

.c-projectsList__item__image:hover~.c-projectsList__item__place {
  text-decoration: none;
  color: #62B0E2;
}

@media screen and (max-width: 750px) {
  .c-projectsList {
    margin: 0 0 54px;
  }

  .c-projectsList__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .c-projectsList__item__image {
    margin-bottom: 10px;
  }

  .c-projectsList__item__hdg {
    font-size: 2.00769rem;
    letter-spacing: 1px;
  }

  .c-projectsList__item__place {
    font-size: 1.33846rem;
  }

  .c-projectsList__item~.c-projectsList__item {
    margin-top: 42px;
  }
}

.c-catList {
  display: flex;
  margin: -5.515% 0 0 -2.353%;
  flex-wrap: wrap;
}

.c-catList__item {
  padding: 5.388% 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
}

.c-catList__item__inner {
  display: block;
  border-bottom: none;
  height: 100%;
  background-color: #f5f5f5;
  color: inherit;
}

.c-catList__item__image {
  background-position: 50%;
  background-size: cover;
}

.c-catList__item__image::after {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.c-catList__item__body {
  padding: 5.79% 6.945% 6.945%;
}

.c-catList__item__meta {
  margin-bottom: 4px;
  color: #888;
  font-size: 1.33846rem;
  letter-spacing: 1px;
}

.c-catList__item__title {
  font-size: 1.78461rem;
  letter-spacing: 1px;
}

.c-catList__item__linkBtn {
  margin-top: 22px;
}

.c-catList__item a.external .m-linkBtn__text::after {
  content: "";
  margin-top: -3px;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external_blue.png);
  background-size: 14px;
}

.c-catList__item a[href$=".pdf"] .m-linkBtn__text::after {
  content: "";
  margin-top: -2px;
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf_blue.png);
  background-size: 25px;
}

.c-catList__item a.video .m-linkBtn__text::after {
  content: "";
  margin-top: -2px;
  width: 15px;
  height: 11px;
  background-image: url(../images/icon_video.png);
  background-size: 15px;
}

.c-catList__item a.book .m-linkBtn__text::after {
  content: "";
  margin-top: -3px;
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_book.png);
  background-size: 20px;
}

.c-catList__item a:hover .m-linkBtn__icon {
  width: 100%;
}

.c-catList__item a:hover .m-linkBtn__icon::before {
  left: 12px;
}

.c-catList__item a:hover .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

@media screen and (max-width: 750px) {
  .c-catList {
    display: block;
    margin: 0;
  }

  .c-catList__item {
    padding: 0;
    width: auto;
  }

  .c-catList__item__body {
    padding: 7.462686567% 5.970149254% 8.65%;
  }

  .c-catList__item__meta {
    margin-bottom: 1px;
    letter-spacing: .5px;
  }

  .c-catList__item__title {
    font-size: 2.00769rem;
    line-height: 1.4;
  }

  .c-catList__item__linkBtn {
    margin-top: 13px;
  }

  .c-catList__item a:hover .m-linkBtn__icon::before {
    left: 7px;
  }

  .c-catList__item~.c-catList__item {
    margin-top: 5.33333vw;
  }
}

/**
 * Page
 */
/* 1.0 */
.p-genTop__listArea {
  margin: 110px 0 120px;
}

@media screen and (max-width: 750px) {
  .p-genTop__leadArea {
    margin-top: 50px;
  }

  .p-genTop__listArea {
    margin: 55px 0 54px;
  }
}

/* 1.1 */
.p-genDet .articleSet {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .p-genDet .articleSet {
    margin-bottom: 60px;
  }
}

/* 2.0 */
.p-projectsTop__listArea {
  margin-top: 65px;
}

@media screen and (max-width: 750px) {
  .p-projectsTop__listArea {
    margin-top: 5.33333vw;
  }
}

/* 2.1 */
.p-projectsList__listArea .selectArea {
  position: relative;
  margin: 40px 0;
}

.p-projectsList__listArea .selectArea__btn {
  position: relative;
  z-index: 1;
}

.p-projectsList__listArea .selectArea__cont {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  margin-left: -50vw;
  width: 100vw;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}

.p-projectsList__listArea .selectArea__cont__inner {
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 85%;
  max-width: 1360px;
}

.p-projectsList__listArea .selectArea__cont .m-list--3col>li:nth-child(-n+3) button {
  border-top: 1px solid #DDD;
}

@media screen and (max-width: 750px) {
  .p-projectsList__listArea .selectArea {
    margin: 14px 0;
    text-align: right;
  }

  .p-projectsList__listArea .selectArea__cont__inner {
    padding: 14px 5.33333vw 40px;
    width: auto;
  }

  .p-projectsList__listArea .selectArea__cont .m-list--3col>li:nth-child(-n+3) button {
    border-top: none;
  }

  .p-projectsList__listArea .selectArea__cont .m-list--3col>li:first-child button {
    border-top: 1px solid #DDD;
  }
}

/* 2.1.1 */
.p-projectsDet__header {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

@media screen and (max-width: 1250px) {
  .p-projectsDet__header {
    height: calc(100vh - 50px);
  }
}

.p-projectsDet__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 60%, transparent 100%);
}

.p-projectsDet__header .m-container {
  position: relative;
  height: 100%;
}

.p-projectsDet__header__hdg,
.p-projectsDet__header__place {
  position: absolute;
  left: 0;
}

.p-projectsDet__header__hdg {
  bottom: 150px;
  font-size: 4.01538rem;
  letter-spacing: 1.5px;
}

.p-projectsDet__header__place {
  bottom: 105px;
  font-size: 1.78461rem;
  letter-spacing: 1px;
}

.p-projectsDet__header .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-projectsDet__detail {
  margin: 40px 0;
}

.p-projectsDet__detail .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.p-projectsDet__detail__hdg {
  margin-bottom: 30px;
  font-size: 4.01538rem;
  letter-spacing: 1px;
  line-height: 1.35;
}

.p-projectsDet__detail__desc {
  float: left;
  width: 100%;
}

.p-projectsDet__detail__desc .lead {
  margin-bottom: -10px;
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-projectsDet__detail__desc .lead b {
  font-weight: bold;
}

.p-projectsDet__detail__desc table {
  width: 100%;
}

.p-projectsDet__detail__desc table tr {
  border-top: 1px solid #DDD;
}

.p-projectsDet__detail__desc table tr:first-child {
  border-top: none;
}

.p-projectsDet__detail__desc table th {
  border-right: 2px solid #000;
  padding: 15px 15px 15px 0;
  width: 29%;
  text-align: left;
  font-size: 1.56154rem;
  font-weight: 500;
}

.p-projectsDet__detail__desc table td {
  padding: 15px 0 15px 30px;
  font-family: minion-pro-display, serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-projectsDet__detail__aside {
  float: right;
  width: 25.669642857%;
}

.p-projectsDet__detail__aside section .hdg {
  margin-bottom: 8px;
  color: #888;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.p-projectsDet__detail__aside section .tagList li~li {
  margin-top: 4px;
}

.p-projectsDet__detail__aside section .shareHdg,
.p-projectsDet__detail__aside section .shareList {
  display: inline-block;
  vertical-align: middle;
}

.p-projectsDet__detail__aside section .shareHdg {
  margin-right: 10px;
  color: #888;
  font-size: 1.33846rem;
}

.p-projectsDet__detail__aside section .shareList>li {
  display: inline-block;
  vertical-align: top;
}

.p-projectsDet__detail__aside section .shareList>li~li {
  margin-left: 2px;
}

.p-projectsDet__detail__aside section .shareList a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 32px;
  height: 32px;
  color: #FFF;
  transition: border-radius .2s;
}

.p-projectsDet__detail__aside section .shareList a:hover {
  border-radius: 4px;
}

.p-projectsDet__detail__aside section .shareList .fb a {
  background-color: #3B5998;
}

.p-projectsDet__detail__aside section .shareList .tw a {
  background-color: #1DA1F2;
}

.p-projectsDet__detail__aside section .shareList .in a {
  background-color: #0a66c2;
}

.p-projectsDet__detail__aside section .shareList .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.p-projectsDet__detail__aside section .shareList a:hover .fab {
  font-size: 1.8rem;
}

.p-projectsDet__detail__aside section.award .hdg {
  margin-bottom: 6px;
}

.p-projectsDet__detail__aside section.share {
  margin-top: 35px;
}

.p-projectsDet__detail__aside section~section {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .p-projectsDet__header {
    height: 375px;
    min-height: 0;
  }

  .p-projectsDet__header__hdg,
  .p-projectsDet__header__place {
    left: 5.33333vw;
  }

  .p-projectsDet__header__hdg {
    bottom: 95px;
    font-size: 2.78846rem;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .p-projectsDet__header__place {
    bottom: 35px;
    font-size: 1.33846rem;
    letter-spacing: .5px;
  }

  .p-projectsDet__header .m-scrollDown {
    display: none;
  }

  .p-projectsDet__detail {
    margin: 50px 0 60px;
  }

  .p-projectsDet__detail__hdg {
    margin-bottom: 8px;
    font-size: 2.78846rem;
  }

  .p-projectsDet__detail__desc {
    float: none;
    width: auto;
  }

  .p-projectsDet__detail__desc .lead {
    margin-bottom: 52px;
    font-size: 1.6rem;
  }

  .p-projectsDet__detail__desc table tr {
    border-top: 1px solid #DDD;
  }

  .p-projectsDet__detail__desc table tr:first-child {
    border-top: 2px solid #000;
  }

  .p-projectsDet__detail__desc table tr:last-child {
    border-bottom: 2px solid #000;
  }

  .p-projectsDet__detail__desc table th,
  .p-projectsDet__detail__desc table td {
    display: block;
  }

  .p-projectsDet__detail__desc table th {
    border-right: none;
    padding: 18px 0 5px;
    width: auto;
    font-size: 1.78461rem;
  }

  .p-projectsDet__detail__desc table td {
    padding: 0 0 18px;
  }

  .p-projectsDet__detail__aside {
    float: none;
    margin-top: 55px;
    width: auto;
  }

  .p-projectsDet__detail__aside section .hdg {
    font-size: 1.56154rem;
  }

  .p-projectsDet__detail__aside section .tagList {
    margin: -7.5px 0 0 -5px;
    font-size: 0;
  }

  .p-projectsDet__detail__aside section .tagList>li {
    display: inline-block;
    margin: 7.5px 0 0 5px !important;
    vertical-align: top;
  }

  .p-projectsDet__detail__aside section.award .hdg {
    margin-bottom: 3px;
  }

  .p-projectsDet__detail__aside section.share {
    margin-top: 22px;
  }
}

/* 2.2 */
.p-catList .c-pageHeader {
  padding: 69px 0 23px;
}

.p-catList__listArea {
  margin-top: 110px;
}

@media screen and (max-width: 750px) {
  .p-catList .c-pageHeader {
    padding: 8px 0 7px;
  }

  .p-catList__leadArea {
    margin-top: 55px;
  }

  .p-catList__listArea {
    margin-top: 53px;
  }
}

/* 3.0 */
.p-expertiseTop__header .c-pageMv {
  padding-top: 70px;
}

@media screen and (max-width: 1250px) {
  .p-expertiseTop__header .c-pageMv {
    padding-top: 50px;
  }
}

.p-expertiseTop__header .leadArea {
  padding: 15px 0 20px;
}

.p-expertiseTop__header .leadArea__hdg {
  text-align: center;
  margin-bottom: 10px;
  font-size: 4.8rem;
  letter-spacing: 2px;
}

.p-expertiseTop__header .leadArea__text {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-expertiseTop__listArea {
  margin: 110px 0 120px;
}

@media screen and (max-width: 750px) {
  .p-expertiseTop__header .leadArea {
    padding: 20px 0;
  }

  .p-expertiseTop__header .leadArea__hdg {
    margin-bottom: 12px;
    font-size: 3.12308rem;
    letter-spacing: 1.5px;
  }

  .p-expertiseTop__header .leadArea__text {
    font-size: 1.6rem;
  }

  .p-expertiseTop__listArea {
    margin: 55px 0 54px;
  }
}

/* 3.1 */
.p-expertiseList__listArea {
  margin: 110px 0 120px;
}

.p-expertiseList__relatedArea {
  position: relative;
  margin: 208px 0 94px;
}

.p-expertiseList__relatedArea::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -104px;
  bottom: -94px;
  z-index: -1;
  background-color: #F1F1F1;
}

.p-expertiseList__relatedArea__hdg {
  display: inline-block;
  position: relative;
  margin-bottom: 104px;
  color: #62B0E2;
  font-size: 2.00769rem;
  letter-spacing: 0.07em;
}

.p-expertiseList__relatedArea__hdg::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 16px;
  width: 126px;
  height: 1px;
  background-color: #62B0E2;
}

.p-expertiseList__relatedArea .articleList {
  display: flex;
  margin: calc(52 / 1360 * -100%) 0 0 calc(32 / 1360 * -100%);
  flex-wrap: wrap;
}

.p-expertiseList__relatedArea .articleList article {
  padding: calc(52 / (1360 + 32) * 100%) 0 0 calc(32 / (1360 + 32) * 100%);
  width: 33.333%;
  box-sizing: border-box;
}

.p-expertiseList__relatedArea .articleList article a {
  border-bottom: none;
  color: inherit;
}

.p-expertiseList__relatedArea .articleList article .thumbnail {
  margin-bottom: 16px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-expertiseList__relatedArea .articleList article .thumbnail::after {
  content: "";
  display: block;
  padding-top: calc(540 / 864 * 100%);
}

.p-expertiseList__relatedArea .articleList article .meta {
  display: flex;
}

.p-expertiseList__relatedArea .articleList article .meta::after {
  display: inline-block;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.p-expertiseList__relatedArea .articleList article .meta .main {
  margin-right: 9px;
  flex-shrink: 0;
  color: #888;
  font-size: 1.3rem;
  letter-spacing: .5px;
}

.p-expertiseList__relatedArea .articleList article .meta .tagList {
  display: flex;
  flex-wrap: wrap;
  color: #d0d0d0;
  font-size: 1.35rem;
  letter-spacing: .5px;
}

.p-expertiseList__relatedArea .articleList article .meta .tagList li {
  margin-right: 6px;
}

.p-expertiseList__relatedArea .articleList article .meta .tagList li::before {
  content: "#";
}

.p-expertiseList__relatedArea .articleList article .meta time {
  color: #d0d0d0;
  font-size: 1.33846rem;
  letter-spacing: 0.05em;
}

.p-expertiseList__relatedArea .articleList article a[target="_blank"] .meta::after {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../images/icon_external.png);
  background-size: 14px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.p-expertiseList__relatedArea .articleList article a[href$=".pdf"] .meta::after {
  content: "";
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_pdf.png);
  background-size: 25px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.p-expertiseList__relatedArea .articleList article .title {
  margin-top: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .5px;
  line-height: 1.4;
}

.p-expertiseList__relatedArea .articleList article .subTitle {
  margin-top: 6px;
  color: #888;
  font-size: 1.4rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .p-expertiseList__listArea {
    margin: 5.33333vw 0 54px;
  }

  .p-expertiseList__relatedArea {
    margin: 112px 0 72px;
  }

  .p-expertiseList__relatedArea::before {
    top: -56px;
    bottom: -72px;
  }

  .p-expertiseList__relatedArea__hdg {
    margin-bottom: 56px;
    font-size: 1.33846rem;
    font-weight: 500;
  }

  .p-expertiseList__relatedArea__hdg::before {
    margin-left: 8px;
    width: 31px;
  }

  .p-expertiseList__relatedArea .articleList {
    display: block;
    margin: 0;
  }

  .p-expertiseList__relatedArea .articleList article {
    padding: 0;
    width: auto;
  }

  .p-expertiseList__relatedArea .articleList article .thumbnail {
    margin-bottom: 10px;
  }

  .p-expertiseList__relatedArea .articleList article .subTitle {
    font-size: 1.3rem;
  }

  .p-expertiseList__relatedArea .articleList article+article {
    margin-top: 45px;
  }
}

/* 3.1.1 */
.p-expertiseDet__header {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

@media screen and (max-width: 1250px) {
  .p-expertiseDet__header {
    height: calc(100vh - 50px);
  }
}

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

.p-expertiseDet__header .m-container {
  position: relative;
  height: 100%;
}

.p-expertiseDet__header__titleArea {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-expertiseDet__header__title {
  font-size: 5.8rem;
  letter-spacing: 2.5px;
  line-height: 1.1;
}

.p-expertiseDet__header__subTitle {
  margin-top: 20px;
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-expertiseDet__header .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-expertiseDet__detail .m-container {
  border-bottom: 1px solid #DDD;
  padding: 112px 0 80px;
}

.p-expertiseDet__detail .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.p-expertiseDet__detail__desc {
  float: left;
  width: 65%;
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-expertiseDet__detail__desc b {
  font-weight: bold;
}

.p-expertiseDet__detail__aside {
  float: right;
  width: 25.669642857%;
}

.p-expertiseDet__detail__aside section .hdg {
  margin-bottom: 8px;
  color: #888;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.p-expertiseDet__detail__aside section .tagList>li+li {
  margin-top: 4px;
}

.p-expertiseDet__detail__aside section .shareHdg,
.p-expertiseDet__detail__aside section .shareList {
  display: inline-block;
  vertical-align: middle;
}

.p-expertiseDet__detail__aside section .shareHdg {
  margin-right: 10px;
  color: #888;
  font-size: 1.33846rem;
}

.p-expertiseDet__detail__aside section .shareList>li {
  display: inline-block;
  vertical-align: top;
}

.p-expertiseDet__detail__aside section .shareList>li~li {
  margin-left: 2px;
}

.p-expertiseDet__detail__aside section .shareList a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 32px;
  height: 32px;
  color: #FFF;
  transition: border-radius .2s;
}

.p-expertiseDet__detail__aside section .shareList a:hover {
  border-radius: 4px;
}

.p-expertiseDet__detail__aside section .shareList .fb a {
  background-color: #3B5998;
}

.p-expertiseDet__detail__aside section .shareList .tw a {
  background-color: #1DA1F2;
}

.p-expertiseDet__detail__aside section .shareList .in a {
  background-color: #0a66c2;
}

.p-expertiseDet__detail__aside section .shareList .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.p-expertiseDet__detail__aside section .shareList a:hover .fab {
  font-size: 1.8rem;
}

.p-expertiseDet__detail__aside section.share {
  margin-top: 35px;
}

.p-expertiseDet__detail__aside section~section {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .p-expertiseDet__header {
    height: 375px;
    min-height: 0;
  }

  .p-expertiseDet__header::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 70%, transparent 100%);
  }

  .p-expertiseDet__header__titleArea {
    left: 5.33333vw;
    right: 5.33333vw;
    top: auto;
    bottom: 32px;
    -webkit-transform: none;
    transform: none;
  }

  .p-expertiseDet__header__title {
    font-size: 2.78846rem;
    letter-spacing: 1px;
    line-height: 1.35;
  }

  .p-expertiseDet__header__subTitle {
    margin-top: 16px;
    font-size: 1.6rem;
  }

  .p-expertiseDet__header .m-scrollDown {
    display: none;
  }

  .p-expertiseDet__detail .m-container {
    padding: 55px 5.33333vw 55px;
  }

  .p-expertiseDet__detail__desc {
    float: none;
    width: auto;
    font-size: 1.6rem;
  }

  .p-expertiseDet__detail__aside {
    float: none;
    margin-top: 48px;
    width: auto;
  }

  .p-expertiseDet__detail__aside section .hdg {
    font-size: 1.56154rem;
  }

  .p-expertiseDet__detail__aside section .tagList {
    margin: -7.5px 0 0 -5px;
    font-size: 0;
  }

  .p-expertiseDet__detail__aside section .tagList>li {
    display: inline-block;
    margin: 7.5px 0 0 5px !important;
    vertical-align: top;
  }

  .p-expertiseDet__detail__aside section.share {
    margin-top: 22px;
  }
}

/* 4.0 */
/* .p-insightsTop__header .leadArea {
  padding: 100px 0 112px;
} */
.p-insightsTop__header .leadArea {
  padding: 30px 0 30px;
}

.p-insightsTop__header .leadArea__hdg {
  text-align: center;
  margin-bottom: 10px;
  font-size: 3.8rem;
  letter-spacing: 2px;
}

.p-insightsTop__header .leadArea__text {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-insightsTop__listArea {
  margin: 0 0 120px;
}

@media screen and (max-width: 750px) {
  .p-insightsTop__header .leadArea {
    padding: 48px 0 52px;
  }

  .p-insightsTop__header .leadArea__hdg {
    margin-bottom: 12px;
    font-size: 3.12308rem;
    letter-spacing: 1.5px;
  }

  .p-insightsTop__header .leadArea__text {
    font-size: 1.6rem;
  }

  .p-insightsTop__listArea {
    margin: 0 0 54px;
  }
}

/* 4.1 */
.p-insightsList__listArea {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .p-insightsList__listArea {
    margin: 5.33333vw 0 54px;
  }
}

/* 4.1.1 */
.p-insightsDet__header {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

@media screen and (max-width: 1250px) {
  .p-insightsDet__header {
    height: calc(100vh - 50px);
  }
}

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

.p-insightsDet__header .m-container {
  position: relative;
  height: 100%;
}

.p-insightsDet__header__titleArea {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-insightsDet__header__title {
  font-size: 5.8rem;
  letter-spacing: 2.5px;
  line-height: 1.1;
}

.p-insightsDet__header__subTitle {
  margin-top: 20px;
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-insightsDet__header .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-insightsDet__detail .m-container {
  border-bottom: 1px solid #DDD;
  padding: 112px 0 80px;
}

.p-insightsDet__detail .m-container::after {
  content: "";
  display: block;
  clear: both;
}

.p-insightsDet__detail__desc {
  float: left;
  width: 65%;
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-insightsDet__detail__desc b {
  font-weight: bold;
}

.p-insightsDet__detail__aside {
  float: right;
  width: 25.669642857%;
}

.p-insightsDet__detail__aside section .hdg {
  margin-bottom: 8px;
  color: #888;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.p-insightsDet__detail__aside section .tagList>li~li {
  margin-top: 4px;
}

.p-insightsDet__detail__aside section .tagList .m-tag::before {
  content: "# ";
}

.p-insightsDet__detail__aside section .shareHdg,
.p-insightsDet__detail__aside section .shareList {
  display: inline-block;
  vertical-align: middle;
}

.p-insightsDet__detail__aside section .shareHdg {
  margin-right: 10px;
  color: #888;
  font-size: 1.33846rem;
}

.p-insightsDet__detail__aside section .shareList>li {
  display: inline-block;
  vertical-align: top;
}

.p-insightsDet__detail__aside section .shareList>li~li {
  margin-left: 2px;
}

.p-insightsDet__detail__aside section .shareList a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 32px;
  height: 32px;
  color: #FFF;
  transition: border-radius .2s;
}

.p-insightsDet__detail__aside section .shareList a:hover {
  border-radius: 4px;
}

.p-insightsDet__detail__aside section .shareList .fb a {
  background-color: #3B5998;
}

.p-insightsDet__detail__aside section .shareList .tw a {
  background-color: #1DA1F2;
}

.p-insightsDet__detail__aside section .shareList .in a {
  background-color: #0a66c2;
}

.p-insightsDet__detail__aside section .shareList .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: font-size .2s;
}

.p-insightsDet__detail__aside section .shareList a:hover .fab {
  font-size: 1.8rem;
}

.p-insightsDet__detail__aside section.share {
  margin-top: 35px;
}

.p-insightsDet__detail__aside section~section {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .p-insightsDet__header {
    height: 375px;
    min-height: 0;
  }

  .p-insightsDet__header::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 70%, transparent 100%);
  }

  .p-insightsDet__header__titleArea {
    left: 5.33333vw;
    right: 5.33333vw;
    top: auto;
    bottom: 32px;
    -webkit-transform: none;
    transform: none;
  }

  .p-insightsDet__header__title {
    font-size: 2.78846rem;
    letter-spacing: 1px;
    line-height: 1.35;
  }

  .p-insightsDet__header__subTitle {
    margin-top: 16px;
    font-size: 1.6rem;
  }

  .p-insightsDet__header .m-scrollDown {
    display: none;
  }

  .p-insightsDet__detail .m-container {
    padding: 55px 5.33333vw 55px;
  }

  .p-insightsDet__detail__desc {
    float: none;
    width: auto;
    font-size: 1.6rem;
  }

  .p-insightsDet__detail__aside {
    float: none;
    margin-top: 48px;
    width: auto;
  }

  .p-insightsDet__detail__aside section .hdg {
    font-size: 1.56154rem;
  }

  .p-insightsDet__detail__aside section .tagList {
    margin: -7.5px 0 0 -5px;
    font-size: 0;
  }

  .p-insightsDet__detail__aside section .tagList>li {
    display: inline-block;
    margin: 7.5px 0 0 5px !important;
    vertical-align: top;
  }

  .p-insightsDet__detail__aside section.share {
    margin-top: 22px;
  }
}

/* 5.0 */
.p-aboutTop__linkArea {
  padding: 45px 0 45px;
}

.p-aboutTop__linkArea__hdg {
  text-align: center;
  margin-bottom: 18px;
  font-size: 4.8rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

.p-aboutTop__linkArea__desc {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-aboutTop__linkArea .c-menuLink {
  margin-top: 45px;
}

.p-aboutTop__linkArea--lower {
  padding-top: 115px;
}

.p-aboutTop__linkArea--lower .p-aboutTop__linkArea__hdg {
  margin-bottom: 22px;
  font-size: 4.01538rem;
}

.p-aboutTop__linkArea--lower .c-menuLink {
  margin-top: 35px;
}

.p-aboutTop__philArea {
  text-align: center;
}

.p-aboutTop__philArea .phil {
  margin-bottom: 10px;
  background-color: #f5f5f55e;
}

.p-aboutTop__philArea .phil a {
  display: block;
  border-bottom: none;
  padding: 40px 0 40px;
}

.p-aboutTop__philArea .phil .hdg {
  margin-bottom: 40px;
  font-size: 4.01538rem;
  letter-spacing: 3px;
  line-height: 1.3;
}

.p-aboutTop__philArea .phil .desc {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-aboutTop__philArea .phil .m-linkBtn {
  margin-top: 55px;
}

.p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__icon {
  width: 100%;
}

.p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__icon::before {
  left: 12px;
}

.p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.p-aboutTop__philArea table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.p-aboutTop__philArea td {
  padding: 7.25% 8.4375%;
  background-color: #F1F1F1;
  vertical-align: middle;
}

.p-aboutTop__philArea td .hdg {
  font-size: 2.23077rem;
  letter-spacing: 1.5px;
}

.p-aboutTop__philArea td .text {
  font-family: minion-pro-display, serif;
  letter-spacing: .5px;
}

.p-aboutTop__philArea td.vision {
  border-right: 10px solid #FFF;
}

.p-aboutTop__philArea td.vision .hdg {
  margin-bottom: 40px;
}

.p-aboutTop__philArea td.vision .text {
  margin: auto;
  max-width: 360px;
  font-size: 2rem;
}

.p-aboutTop__philArea td.tagline {
  border-bottom: 10px solid #FFF;
}

.p-aboutTop__philArea td.tagline .hdg {
  margin-bottom: 50px;
}

.p-aboutTop__philArea td.tagline .taglineImage img {
  max-width: 100%;
}

.p-aboutTop__philArea td.tagline .text {
  margin-top: 8px;
  font-size: 1.6rem;
}

.p-aboutTop__philArea td.motto .hdg {
  margin-bottom: 25px;
}

.p-aboutTop__philArea td.motto .text {
  font-size: 3.5rem;
  line-height: 1.1;
}

@media screen and (max-width: 750px) {
  .p-aboutTop__linkArea {
    padding: 52px 0 65px;
  }

  .p-aboutTop__linkArea__hdg {
    font-size: 3.12308rem;
    letter-spacing: 1px;
  }

  .p-aboutTop__linkArea__desc {
    font-size: 1.6rem;
  }

  .p-aboutTop__linkArea .c-menuLink {
    margin-top: 35px;
  }

  .p-aboutTop__linkArea--lower {
    padding: 54px 0 60px;
  }

  .p-aboutTop__linkArea--lower .p-aboutTop__linkArea__hdg {
    margin-bottom: 6px;
    font-size: 2.78846rem;
  }

  .p-aboutTop__linkArea--lower .c-menuLink {
    margin-top: 15px;
  }

  .p-aboutTop__philArea .phil a {
    padding: 52px 0 60px;
  }

  .p-aboutTop__philArea .phil .hdg {
    margin-bottom: 25px;
    font-size: 2.78846rem;
    letter-spacing: 2.5px;
  }

  .p-aboutTop__philArea .phil .desc {
    font-size: 1.8rem;
  }

  .p-aboutTop__philArea .phil .m-linkBtn {
    margin-top: 30px;
  }

  .p-aboutTop__philArea .phil a:hover .m-linkBtn .m-linkBtn__icon::before {
    left: 7px;
  }

  .p-aboutTop__philArea .tableWrapper {
    margin: -10px 0 0;
  }

  .p-aboutTop__philArea td {
    display: block;
    margin-top: 10px;
    border: none;
    padding: 50px 5.33333vw;
  }

  .p-aboutTop__philArea td .hdg {
    font-size: 2.78846rem;
    letter-spacing: 2px;
  }

  .p-aboutTop__philArea td.vision {
    margin-top: 0;
    border-right: none;
  }

  .p-aboutTop__philArea td.vision .hdg {
    margin-bottom: 24px;
  }

  .p-aboutTop__philArea td.vision .text {
    font-size: 1.8rem;
  }

  .p-aboutTop__philArea td.tagline {
    border-bottom: none;
    padding-bottom: 55px;
  }

  .p-aboutTop__philArea td.tagline .hdg {
    margin-bottom: 30px;
  }

  .p-aboutTop__philArea td.tagline .text {
    margin-top: 12px;
    font-size: 1.3rem;
  }

  .p-aboutTop__philArea td.motto {
    padding-bottom: 55px;
  }

  .p-aboutTop__philArea td.motto .hdg {
    margin-bottom: 25px;
  }

  .p-aboutTop__philArea td.motto .text {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

/* 5.1 */
.p-aboutGenDet .ceoMsg,
.p-aboutGenDet .publicNotice,
.p-aboutGenDet .groupCorp {
  margin-top: 100px;
}

.p-aboutGenDet .articleSet--empty+.ceoMsg,
.p-aboutGenDet .articleSet--empty+.publicNotice,
.p-aboutGenDet .articleSet--empty+.groupCorp {
  margin-top: 0;
}

.p-aboutGenDet .ceoMsg::after {
  content: "";
  display: block;
  clear: both;
}

.p-aboutGenDet .ceoMsg__image {
  float: left;
  margin-right: 32px;
  width: 35.267857143%;
}

.p-aboutGenDet .ceoMsg__image img {
  width: 100%;
  height: auto;
}

.p-aboutGenDet .ceoMsg__body {
  overflow: hidden;
}

.p-aboutGenDet .ceoMsg__text {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-aboutGenDet .ceoMsg__name {
  margin-top: 70px;
  font-size: 2.78846rem;
  letter-spacing: 2px;
}

.p-aboutGenDet .ceoMsg__post {
  margin-top: 4px;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.3rem;
  letter-spacing: .5px;
}

.p-aboutGenDet .publicNotice__hdg {
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-weight: bold;
}

.p-aboutGenDet .publicNotice__section__hdg {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.p-aboutGenDet .publicNotice__section__list li~li {
  margin-top: 11px;
}

.p-aboutGenDet .publicNotice__section__list a {
  display: inline-block;
  position: relative;
  border-bottom: none;
  padding-left: 37px;
  color: inherit;
  font-size: 1.4rem;
}

.p-aboutGenDet .publicNotice__section__list a:hover {
  color: #62B0E2;
}

.p-aboutGenDet .publicNotice__section__list .icon {
  position: absolute;
  left: 0;
  top: 2px;
}

.p-aboutGenDet .publicNotice__section__list .icon img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity .2s;
}

.p-aboutGenDet .publicNotice__section__list a:hover .icon img:first-child {
  opacity: 0;
}

.p-aboutGenDet .publicNotice__section~.publicNotice__section {
  margin-top: 32px;
}

.p-aboutGenDet .groupCorp__list {
  margin: -5.515% 0 0 -2.353%;
  font-size: 0;
}

.p-aboutGenDet .groupCorp__list__item {
  display: inline-block;
  padding: 5.388% 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.p-aboutGenDet .groupCorp__list__item a {
  border-bottom: none;
  color: inherit;
}

.p-aboutGenDet .groupCorp__list__item__image {
  margin-bottom: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-aboutGenDet .groupCorp__list__item__image::after {
  content: "";
  display: block;
  padding-top: 61.342592593%;
}

.p-aboutGenDet .groupCorp__list__item__hdg {
  font-size: 2.23077rem;
  letter-spacing: .5px;
  line-height: 1.4;
}

.p-aboutGenDet .groupCorp__list__item__desc {
  margin-top: 3px;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {

  .p-aboutGenDet .ceoMsg,
  .p-aboutGenDet .publicNotice,
  .p-aboutGenDet .groupCorp {
    margin-top: 50px;
  }

  .p-aboutGenDet .articleSet--empty+.ceoMsg,
  .p-aboutGenDet .articleSet--empty+.publicNotice,
  .p-aboutGenDet .articleSet--empty+.groupCorp {
    margin-top: 50px;
  }

  .p-aboutGenDet .ceoMsg__image {
    float: none;
    margin: 0 -5.33333vw 56px;
    width: auto;
  }

  .p-aboutGenDet .ceoMsg__text {
    font-size: 1.6rem;
  }

  .p-aboutGenDet .ceoMsg__name {
    margin-top: 44px;
    font-size: 2.00769rem;
    letter-spacing: 1px;
  }

  .p-aboutGenDet .publicNotice__hdg {
    margin-bottom: 8px;
    font-size: 2.25rem;
  }

  .p-aboutGenDet .publicNotice__section__hdg {
    margin-bottom: 12px;
  }

  .p-aboutGenDet .publicNotice__section__list li~li {
    margin-top: 9px;
  }

  .p-aboutGenDet .publicNotice__section__list a {
    padding-left: 35px;
  }

  .p-aboutGenDet .publicNotice__section~.publicNotice__section {
    margin-top: 16px;
  }

  .p-aboutGenDet .groupCorp__list {
    margin: 0;
  }

  .p-aboutGenDet .groupCorp__list__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .p-aboutGenDet .groupCorp__list__item__image {
    margin-bottom: 8px;
  }

  .p-aboutGenDet .groupCorp__list__item__hdg {
    font-size: 2.00769rem;
  }

  .p-aboutGenDet .groupCorp__list__item__desc {
    font-size: 1.4rem;
  }

  .p-aboutGenDet .groupCorp__list__item~.groupCorp__list__item {
    margin-top: 42px;
  }
}

/* 5.2 */
.p-aboutPeopleList__refineArea {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .p-aboutPeopleList__refineArea {
    margin: 40px 0;
  }
}

/* 5.2.1 */
.p-aboutPeopleDet__intro::after {
  content: "";
  display: block;
  clear: both;
}

.p-aboutPeopleDet__intro__image {
  float: left;
  margin-right: 30px;
  width: 40.257352941%;
}

.p-aboutPeopleDet__intro__image img {
  width: 100%;
}

.p-aboutPeopleDet__intro__body {
  max-width: 550px;
  overflow: hidden;
}

.p-aboutPeopleDet__intro__name {
  margin: -.25em 0 8px;
  font-size: 4.01538rem;
  letter-spacing: 2px;
}

.p-aboutPeopleDet__intro__post {
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.p-aboutPeopleDet__intro__desc {
  margin-top: 46px;
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .p-aboutPeopleDet__intro__image {
    float: none;
    margin: 0 -5.33333vw 50px;
    width: auto;
  }

  .p-aboutPeopleDet__intro__name {
    margin: 0 0 5px;
    font-size: 2.78846rem;
    letter-spacing: 1.5px;
  }

  .p-aboutPeopleDet__intro__post {
    font-size: 1.3rem;
  }

  .p-aboutPeopleDet__intro__desc {
    margin-top: 50px;
    font-size: 1.6rem;
  }
}

/* 5.3 */
.historyModal .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.historyModal .fancybox-button--close {
  width: 64px;
  height: 64px;
}

.historyModal .fancybox-slide--html {
  padding: 20px;
}

.historyModal__modal {
  display: none;
}

.historyModal__modal.fancybox-content {
  padding: 0;
  max-width: 760px;
  background: transparent;
}

.historyModal__modal figure {
  display: table;
}

.historyModal__modal figure img {
  max-width: 100%;
  height: auto;
}

.historyModal__modal figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 12px;
  color: #fff;
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.p-aboutRecord .historyAnchorList {
  display: flex;
  margin: -32px 0 0 -32px;
  justify-content: center;
}

.p-aboutRecord .historyAnchorList li {
  padding: 32px 0 0 32px;
  width: 316px;
}

.p-aboutRecord .historyAnchorList a {
  display: flex;
  position: relative;
  border: 1px solid #62B0E2;
  border-radius: 100px;
  padding: 9px 40px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.45rem;
  white-space: nowrap;
  transition-property: background-color, color;
}

.p-aboutRecord .historyAnchorList a::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-aboutRecord .historyAnchorList a.current {
  background-color: #62B0E2;
  color: #FFF;
}

@media screen and (min-width: 751px) {
  .p-aboutRecord .historyAnchorList a:hover {
    background-color: #62B0E2;
    color: #FFF;
  }
}

.p-aboutRecord .historyHead {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) and (max-height: 859px) {
  .p-aboutRecord .historyHead .halfway {
    display: none;
  }
}

.p-aboutRecord .historyHead:first-child {
  height: calc(100vh - 70px);
  min-height: 768px;
}

@media screen and (max-width: 1250px) {
  .p-aboutRecord .historyHead:first-child {
    height: calc(100vh - 50px);
  }
}

.p-aboutRecord .historyHead:not(:first-child) {
  display: flex;
  height: 100vh;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
}

.p-aboutRecord .historyHead .c-pageHeader--withBg::before {
  content: none;
}

.p-aboutRecord .historyHead__body {
  color: #FFF;
}

.p-aboutRecord .historyHead__body .head {
  margin-bottom: 20px;
  font-size: 2.00769rem;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyHead__body .hdg {
  font-size: 3.79231rem;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyHead__body .desc {
  margin-top: 26px;
  font-size: 1.56154rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-aboutRecord .historyHead__body .historyAnchorListArea {
  margin-top: 54px;
}

.p-aboutRecord .historyHead__bgImage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-aboutRecord .historyHead__bgImage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.p-aboutRecord .historyHead__bgImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-aboutRecord .historyHead .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #FFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-aboutRecord .historyProgressBar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* autoprefixer: off */
  transition-property: opacity, visibility;
  transition-duration: .4s;
}

.p-aboutRecord .historyProgressBar.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p-aboutRecord .historyProgressBar .m-container {
  display: flex;
  height: 100%;
  align-items: center;
}

.p-aboutRecord .historyProgressBar__container {
  position: relative;
  margin-left: calc(30 / 1360 * 100%);
}

.p-aboutRecord .historyProgressBar__bar {
  position: absolute;
  left: 2px;
  top: 0;
  z-index: -1;
  width: 2px;
  height: 100%;
  background-color: #DDD;
}

.p-aboutRecord .historyProgressBar__bar>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #BBB;
}

.p-aboutRecord .historyProgressBar__sectList li {
  position: relative;
}

.p-aboutRecord .historyProgressBar__sectList li::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #62B0E2;
  border-radius: 50%;
  background-color: #FFF;
  transition: inset .3s .35s;
}

.p-aboutRecord .historyProgressBar__sectList li.current::before {
  inset: -5px;
}

.p-aboutRecord .historyProgressBar__sectList li.is-gray::before {
  background-color: #F5F5F5;
}

.p-aboutRecord .historyProgressBar__sectList li+li {
  margin-top: 26px;
}

.p-aboutRecord .historyProgressBar__sectList a {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #DDD;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 0;
  pointer-events: auto;
  transition-property: border-color, background-color;
  transition-duration: .3s;
  transition-delay: .35s;
}

.p-aboutRecord .historyProgressBar__sectList .current a {
  border-color: #62B0E2;
  background-color: #62B0E2;
}

.p-aboutRecord .fixedHistoryAnchorList {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 40px;
  width: 100%;
  transform: translateY(100%);
  /* autoprefixer: off */
  transition: transform .4s;
  pointer-events: none;
}

.p-aboutRecord .fixedHistoryAnchorList a {
  pointer-events: auto;
}

.p-aboutRecord .fixedHistoryAnchorList.is-frameIn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-aboutRecord .historyBody__sect {
  padding: 120px 0;
}

.p-aboutRecord .historyBody__sect__container {
  opacity: 0;
  padding-left: calc(230 / 1360 * 100%);
  transform: translateY(30px);
  /* autoprefixer: off */
  transition-property: opacity, transform;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.45, 1);
}

.p-aboutRecord .historyBody__sect__container.is-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-aboutRecord .historyBody__sect__hdg {
  margin-bottom: 23px;
  font-size: 3.79231rem;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyBody__sect--bgGray {
  background-color: #F5F5F5;
}

.p-aboutRecord .historyBody__subSect__hdg {
  position: relative;
  margin: 88px 0 26px;
  padding-left: calc(85 / 1130 * 100%);
  font-size: 3.01154rem;
  letter-spacing: 0.05em;
}

.p-aboutRecord .historyBody__subSect__hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  border-top: 1px solid currentColor;
  width: calc(62 / 1130 * 100%);
}

.p-aboutRecord .historyBody__subSect__container {
  display: flex;
}

.p-aboutRecord .historyBody__subSect__body {
  flex-grow: 1;
}

.p-aboutRecord .historyBody__subSect__images {
  margin-left: calc(75 / 1130 * 100%);
  padding-top: 7px;
  width: calc(464 / 1130 * 100%);
  flex-shrink: 0;
}

.p-aboutRecord .historyBody__subSect__images figure+figure {
  margin-top: 30px;
}

.p-aboutRecord .historyBody__subSect__images a {
  display: block;
  position: relative;
  border-bottom: none;
}

.p-aboutRecord .historyBody__subSect__images .imgWrapper>img {
  width: 100%;
  height: auto;
}

.p-aboutRecord .historyBody__subSect__images .imgWrapper+.imgWrapper {
  margin-top: 20px;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  transition: background-color .2s;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon>div {
  position: relative;
  margin: 2px;
  flex-grow: 1;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}

.p-aboutRecord .historyBody__subSect__images .zoomIcon img:nth-child(2) {
  opacity: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.p-aboutRecord .historyBody__subSect__images a .zoomIcon {
  display: flex;
}

.p-aboutRecord .historyBody__subSect__images a:hover .zoomIcon {
  background-color: #62B0E2;
}

.p-aboutRecord .historyBody__subSect__images a:hover .zoomIcon img {
  opacity: 0;
}

.p-aboutRecord .historyBody__subSect__images a:hover .zoomIcon img:nth-child(2) {
  opacity: 1;
}

.p-aboutRecord .historyBody__subSect__images figcaption {
  margin-top: 12px;
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.p-aboutRecord .historyBody__subSect__images figcaption .title {
  color: #62B0E2;
}

.p-aboutRecord .historyBody__subSect__images figcaption .title:not(:last-child) {
  margin-bottom: 2px;
}

.p-aboutRecord .historyBody__subSect__images .twoCol {
  display: flex;
  align-items: flex-start;
}

.p-aboutRecord .historyBody__subSect__images .twoCol .image {
  margin-right: calc(32 / 464 * 100%);
  width: calc(148 / 464 * 100%);
  flex-shrink: 0;
}

.p-aboutRecord .historyBody__subSect__images .twoCol .imgWrapper+.imgWrapper {
  margin-top: 1px;
}

.p-aboutRecord .historyBody__subSect__images .twoCol .zoomIcon {
  right: 5px;
  bottom: 5px;
}

.p-aboutRecord .historyBody__subSect__images .twoCol figcaption {
  margin-top: 0;
}

.p-aboutRecord .historyBody__subSect__images .twoCol figcaption .title {
  margin-bottom: -1px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 750px) {
  .p-aboutRecord .record {
    margin-top: 50px;
  }

  .p-aboutRecord .historyAnchorList {
    margin: -5px 0 0 -5px;
  }

  .p-aboutRecord .historyAnchorList li {
    padding: 5px 0 0 5px;
    width: 50%;
    box-sizing: border-box;
  }

  .p-aboutRecord .historyAnchorList a {
    padding: 9px 20px;
    font-size: 1.33846rem;
  }

  .p-aboutRecord .historyAnchorList a::before {
    left: 12px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
  }

  .p-aboutRecord .historyHead:first-child {
    padding-bottom: 30px;
    height: auto;
    min-height: auto;
  }

  .p-aboutRecord .historyHead:first-child .historyHead__body {
    margin-top: 25px;
  }

  .p-aboutRecord .historyHead:not(:first-child) {
    padding: 70px 0;
    height: auto;
    min-height: auto;
    max-height: 600px;
  }

  .p-aboutRecord .historyHead .c-pageHeader {
    background-color: transparent;
  }

  .p-aboutRecord .historyHead .c-pageHeader__parent {
    margin-bottom: 0;
  }

  .p-aboutRecord .historyHead__body .head {
    margin-bottom: 22px;
  }

  .p-aboutRecord .historyHead__body .hdg {
    font-size: 2.50961rem;
  }

  .p-aboutRecord .historyHead__body .desc {
    margin-top: 28px;
    line-height: 1.8;
  }

  .p-aboutRecord .historyHead__body .historyAnchorListArea {
    margin-top: 25px;
  }

  .p-aboutRecord .historyHead__bgImage::before {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .p-aboutRecord .fixedHistoryAnchorList {
    padding: 0 5.33333vw 20px;
    box-sizing: border-box;
  }

  .p-aboutRecord .historyBody__sect {
    padding: 52px 0;
  }

  .p-aboutRecord .historyBody__sect__container {
    padding-left: 0;
  }

  .p-aboutRecord .historyBody__sect__hdg {
    margin-bottom: 7px;
    font-size: 2.50961rem;
  }

  .p-aboutRecord .historyBody__subSect__hdg {
    margin: 50px 0 19px;
    padding-left: 0;
    font-size: 2.11923rem;
  }

  .p-aboutRecord .historyBody__subSect__hdg::before {
    content: none;
  }

  .p-aboutRecord .historyBody__subSect__container {
    display: block;
  }

  .p-aboutRecord .historyBody__subSect__images {
    margin: 58px 0 0;
    padding-top: 0;
    width: auto;
  }

  .p-aboutRecord .historyBody__subSect__images a {
    pointer-events: none;
  }

  .p-aboutRecord .historyBody__subSect__images .imgWrapper+.imgWrapper {
    margin-top: 12px;
  }

  .p-aboutRecord .historyBody__subSect__images .zoomIcon {
    display: none !important;
  }

  .p-aboutRecord .historyBody__subSect__images figcaption {
    margin-top: 10px !important;
    line-height: 1.5;
  }

  .p-aboutRecord .historyBody__subSect__images figcaption .title {
    font-weight: 500;
  }

  .p-aboutRecord .historyBody__subSect__images figcaption .title:not(:last-child) {
    margin-bottom: 5px;
  }

  .p-aboutRecord .historyBody__subSect__images .twoCol {
    display: block;
  }

  .p-aboutRecord .historyBody__subSect__images .twoCol .image {
    margin-right: 0;
    width: auto;
  }

  .p-aboutRecord .historyBody__subSect__images .twoCol figcaption .title {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 350px) {
  .p-aboutRecord .historyHead:not(:first-child) {
    height: auto;
    max-height: none;
  }
}

/* 5.4 */
.p-aboutPublicationList__listArea .publication__hdg {
  margin-bottom: 25px;
  font-size: 4.01538rem;
  letter-spacing: 1px;
}

.p-aboutPublicationList__listArea .publication__list {
  margin: -40px 0 0 -2.353%;
  font-size: 0;
}

.p-aboutPublicationList__listArea .publication__list__item {
  display: inline-block;
  padding: 40px 0 0 2.299%;
  width: 33.333%;
  box-sizing: border-box;
  vertical-align: top;
}

.p-aboutPublicationList__listArea .publication__list__item::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1250px) {
  .p-aboutPublicationList__listArea .publication__list__item {
    width: 50%;
  }
}

.p-aboutPublicationList__listArea .publication__list__item__image {
  float: left;
  width: 33.333%;
}

.p-aboutPublicationList__listArea .publication__list__item__image img {
  width: 100%;
}

.p-aboutPublicationList__listArea .publication__list__item__body {
  float: right;
  padding-left: 14px;
  width: 66.666%;
  box-sizing: border-box;
}

.p-aboutPublicationList__listArea .publication__list__item__title {
  margin-top: -.2em;
  font-size: 1.78461rem;
  letter-spacing: .5px;
  line-height: 1.4;
}

.p-aboutPublicationList__listArea .publication__list__item__subTitle {
  margin-top: 10px;
  color: #888;
  font-size: 1.33846rem;
  letter-spacing: .5px;
}

.p-aboutPublicationList__listArea .publication__list__item__link {
  margin-top: 24px;
}

@media screen and (max-width: 1250px) {
  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn__text {
    white-space: nowrap;
  }
}

.p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn:not([href$=".pdf"]) .m-linkBtn__text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/icon_book.png) no-repeat;
  background-size: 20px;
  vertical-align: -2px;
}

.p-aboutPublicationList__listArea .publication__archiveLink {
  margin-top: 40px;
  text-align: right;
}

.p-aboutPublicationList__listArea .publication~.publication {
  margin-top: 108px;
}

@media screen and (max-width: 750px) {
  .p-aboutPublicationList__listArea {
    margin-top: 50px;
  }

  .p-aboutPublicationList__listArea .publication__hdg {
    margin-bottom: 20px;
    font-size: 2.78846rem;
  }

  .p-aboutPublicationList__listArea .publication__list {
    margin: 0;
  }

  .p-aboutPublicationList__listArea .publication__list__item {
    display: block;
    padding: 0;
    width: auto;
  }

  .p-aboutPublicationList__listArea .publication__list__item__image {
    width: 41%;
  }

  .p-aboutPublicationList__listArea .publication__list__item__body {
    width: 59%;
  }

  .p-aboutPublicationList__listArea .publication__list__item__link {
    margin-top: 14px;
  }

  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn__text {
    padding-top: 2px !important;
    font-size: 1.33846rem;
  }

  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn__text small {
    font-size: 1rem;
  }

  .p-aboutPublicationList__listArea .publication__list__item__link .m-linkBtn:not([href$=".pdf"]) .m-linkBtn__text::after {
    vertical-align: -3px;
  }

  .p-aboutPublicationList__listArea .publication__list__item~.publication__list__item {
    margin-top: 28px;
  }

  .p-aboutPublicationList__listArea .publication__archiveLink {
    margin-top: 30px;
  }

  .p-aboutPublicationList__listArea .publication~.publication {
    margin-top: 30px;
    border-top: 1px solid #DDD;
    padding-top: 48px;
  }
}

/* 6.0 */
.p-newsTop__refineArea {
  margin: 10px 0 70px;
}

.p-newsTop__refineArea .refineList>li~li {
  margin-top: 12px;
}

.p-newsTop__refineArea .refineList .m-spAccordionBox__hdg {
  padding-top: 2px;
}

.p-newsTop__refineArea .m-tagList .m-tag {
  text-align: center;
}

.p-newsTop__listArea {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .p-newsTop__refineArea {
    margin: 40px 0 50px;
  }

  .p-newsTop__listArea {
    margin-bottom: 54px;
  }
}

/* 6.1 */
.p-newsDet__header {
  margin: 35px 0 45px;
}

.p-newsDet__header__meta {
  margin-bottom: 5px;
}

.p-newsDet__header__cat,
.p-newsDet__header__date {
  display: inline;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.p-newsDet__header__cat {
  margin-right: 15px;
  color: #888;
}

.p-newsDet__header__cat a {
  border-bottom: none;
  color: inherit;
}

.p-newsDet__header__cat a:hover {
  color: #62B0E2;
}

.p-newsDet__header__date {
  color: #CCC;
}

.p-newsDet__header__hdg {
  font-size: 4.01538rem;
  letter-spacing: 1px;
  line-height: 1.1;
}

@media screen and (max-width: 750px) {
  .p-newsDet__header {
    margin: 0;
    padding: 36px 0;
    background-color: #F1F1F1;
  }

  .p-newsDet__header__meta {
    margin-bottom: 7px;
  }

  .p-newsDet__header__cat,
  .p-newsDet__header__date {
    font-size: 1.33846rem;
  }

  .p-newsDet__header__cat {
    margin-right: 6px;
  }

  .p-newsDet__header__hdg {
    font-size: 2.23077rem;
    line-height: 1.35;
  }
}

/* 0.0 */
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeSlideIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeSlideIn03 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideIn03 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.p-top__lead {
  min-height: 500px;
  height: 100vh;
}

.p-top__lead .m-container {
  position: relative;
  height: 100%;
}

/* .p-top__lead__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -275px;
  margin-left: -235px;
} */

.p-top__lead__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -135px;
  margin-left: -252px;
}

.p-top__lead__inner__logo,
.p-top__lead__inner__sub,
.p-top__lead__inner__text {
  opacity: 0;
  transition: all 1.3s ease;
}

.p-top__lead__inner__logo.is-animated,
.p-top__lead__inner__sub.is-animated,
.p-top__lead__inner__text.is-animated {
  opacity: 1;
}

.p-top__lead__inner__logo,
.p-top__lead__inner__sub {
  margin: 0 auto;
  transition-delay: 0.6s;
}

.p-top__lead__inner__logo {
  width: 432px;
  margin-bottom: 30px;
}

.p-top__lead__inner__sub {
  width: 133px;
  margin-bottom: 20px;
}

.p-top__lead__inner__text {
  color: #62b0e2;
  font-size: 3.56923rem;
  text-align: center;
  transition-delay: 1.3s;
}

.p-top__lead__inner img {
  width: 100%;
  height: auto;
}

.p-top__lead .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #62b0e2;
  opacity: 0;
  transition: all, 0.6s 1.3s ease;
}

.p-top__lead .m-scrollDown.is-animated {
  opacity: 1.0;
}

.p-top__lead .m-scrollDown__bar:before {
  background-color: #62b0e2;
}

.p-top__news .c-newsList__item__meta:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .p-top__lead {
    min-height: 200px;
    height: 320px;
  }

  .p-top__lead__inner {
    position: absolute;
    margin-top: -125px;
    margin-left: -135px;
  }

  .p-top__lead__inner__logo {
    width: 190px;
    margin-bottom: 20px;
  }

  .p-top__lead__inner__sub {
    width: 70px;
    margin-bottom: 10px;
  }

  .p-top__lead__inner__text {
    color: #62b0e2;
    font-size: 2.00769rem;
    text-align: center;
  }

  .p-top__lead__inner img {
    width: 100%;
    height: auto;
  }

  .p-top__lead .m-scrollDown {
    display: none;
  }

  .p-top__news .c-relatedArticles__hdg:before {
    width: 90px;
  }

  .p-top__news .c-newsList__item {
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
  }

  .p-top__news .c-newsList__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .p-top__news .c-newsList__item .wrapper {
    display: flex;
    justify-content: space-between;
  }

  .p-top__news .c-newsList__item__meta {
    margin-top: -3px;
  }

  .p-top__news .c-newsList__item__image {
    width: 133px;
    margin-bottom: 0;
    background-position: top left;
    background-size: 100%;
  }

  .p-top__news .c-newsList__item__cat {
    margin-right: 2px;
    font-size: 1.11538rem;
  }

  .p-top__news .c-newsList__item__date {
    font-size: 1.11538rem;
  }

  .p-top__news .c-newsList__item__title {
    font-size: 1.11538rem;
  }

  .p-top__news .c-newsList__item .inner {
    width: calc(100% - 150px);
  }
}

#load-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 10000;
  transition: all, 0.9s ease;
}

#load-animation.is-compleate {
  opacity: 0;
}

#load-animation .load {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#load-animation .logo {
  overflow: hidden;
  width: 140%;
  margin-left: -20%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#load-animation .logo.is-animate img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: auto !important;
}

#load-animation .logo img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  display: block;
  margin: 0;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  transition: all, 0.9s 0.9s ease;
}

#load-animation .bar {
  width: 0;
  height: 2px;
  margin-left: -28px;
  margin-top: -4px;
  background-color: #eeeeee;
  transition: all, 0.9s ease;
}

#load-animation .bar.is-animate {
  width: 135%;
}

#load-animation .bar span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #62b0e2;
}

#load-animation.is-bar .bar {
  width: 100%;
}

#load-animation.is-compleate {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  #load-animation .load {
    width: 30%;
  }

  #load-animation .bar {
    margin-left: -20px;
  }

  #load-animation .bar.is-animate {
    width: 136%;
  }
}

.canvas-slider {
  position: relative;
  min-height: 500px;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
}

.canvas-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 60%, transparent 100%);
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.canvas-slider .m-container {
  position: relative;
  height: 100%;
}

.canvas-slider .slider-set {
  opacity: 0;
}

.canvas-slider a {
  color: #FFF;
}

.canvas-slider a.no-link {
  cursor: none;
  pointer-events: none;
}

.canvas-slider a.no-link:hover {
  color: #FFF;
}

.canvas-slider a:hover {
  color: #62b0e2;
}

.canvas-slider .mv,
.canvas-slider .hdg,
.canvas-slider .place {
  position: absolute;
  left: 0;
}

.canvas-slider .mv {
  top: 0;
  z-index: -1;
}

.canvas-slider .hdg {
  bottom: 150px;
  font-size: 4.01538rem;
  letter-spacing: 1.5px;
}

.canvas-slider .place {
  bottom: 105px;
  font-size: 1.78461rem;
  letter-spacing: 1px;
}

.canvas-slider .m-scrollDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.canvas-slider .nav {
  position: absolute;
  bottom: 106px;
  right: -9px;
}

.canvas-slider .nav .pager {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
}

.canvas-slider .nav .pager li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 2px;
  margin-left: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: top;
  transition: all, 0.5s ease;
}

.canvas-slider .nav .pager li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  transition-timing-function: linear;
  transition-property: width;
  transition-duration: 6500ms;
}

.canvas-slider .nav .pager li.start,
.canvas-slider .nav .pager li.current {
  width: 64px;
}

.canvas-slider .nav .pager li.reset span {
  width: 0;
  transition-duration: 0ms !important;
}

.canvas-slider .nav .pager li.current span {
  width: 100%;
  opacity: 1.0;
}

.canvas-slider .nav .arrow {
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}

.canvas-slider .nav .arrow li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.canvas-slider .nav .arrow li:hover:before {
  opacity: 1.0;
}

.canvas-slider .nav .arrow li:nth-of-type(1):after {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}

.canvas-slider .nav .arrow li:nth-of-type(2) {
  margin-left: 5px;
}

.canvas-slider .nav .arrow li:nth-of-type(2):after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.canvas-slider .nav .arrow li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #62b0e2;
  border-radius: 50%;
  opacity: 0;
  transition: all, 0.3s ease;
}

.canvas-slider .nav .arrow li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .canvas-slider {
    min-height: 300px;
  }

  .canvas-slider canvas {
    width: 100%;
    height: 100%;
  }

  .canvas-slider .hdg,
  .canvas-slider .place {
    left: 5.33333vw;
    right: 5.33333vw;
  }

  .canvas-slider .hdg {
    bottom: 53px;
    font-size: 2.34231rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }

  .canvas-slider .place {
    bottom: 31px;
    font-size: 1.33846rem;
    letter-spacing: .5px;
  }

  .canvas-slider .m-scrollDown {
    display: none;
  }

  .canvas-slider .nav {
    bottom: 13px;
    right: auto;
    left: 5.33333vw;
    width: calc(100% - 10.66667vw);
  }

  .canvas-slider .nav .pager {
    width: 100%;
  }

  .canvas-slider .nav .pager li {
    width: calc(20% - 2px);
  }

  .canvas-slider .nav .pager li.start,
  .canvas-slider .nav .pager li.current {
    width: calc(40% - 2px);
  }

  .canvas-slider .nav .arrow {
    display: none;
  }
}

.tab-accordion-slide {
  position: relative;
  background-color: #F1F1F1;
}

.tab-accordion-slide::after {
  content: "";
  display: block;
  clear: both;
}

.tab-accordion-slide__list {
  float: left;
  width: 37%;
  padding: 100px 120px 117px;
  box-sizing: border-box;
}

.tab-accordion-slide__list.mini {
  padding: 45px 70px 0;
}

.tab-accordion-slide__list.mini .hdg {
  margin-bottom: 60px;
}

.tab-accordion-slide__list.mini .tab-accordion-slide__list__list li {
  margin-bottom: 20px;
}

.tab-accordion-slide__list .hdg {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  color: #62B0E2;
  font-size: 2.5769rem;
  letter-spacing: 1px;
}

.tab-accordion-slide__list .hdg::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 16px;
  width: 126px;
  height: 1px;
  background-color: #62B0E2;
}

.tab-accordion-slide__list__list li {
  cursor: pointer;
  margin-bottom: 25px;
  color: #888888;
  font-size: 2.00769rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.tab-accordion-slide__list__list li span {
  display: inline-block;
  position: relative;
}

.tab-accordion-slide__list__list li span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all, 0.3s ease;
}

.tab-accordion-slide__list__list li:last-child {
  margin-bottom: 0;
}

.tab-accordion-slide__list__list li:hover span,
.tab-accordion-slide__list__list li.current span {
  color: #62b0e2;
}

.tab-accordion-slide__list__list li:hover span:before,
.tab-accordion-slide__list__list li.current span:before {
  width: 100%;
}

.tab-accordion-slide__contents {
  float: right;
  width: 63%;
  background-color: #CCC;
  color: #FFF;
}

.tab-accordion-slide__contents .slick-slide {
  border: none !important;
}

.tab-accordion-slide__contents__accordion {
  position: relative;
  padding: 88px 130px 88px 167px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-accordion-slide__contents__accordion.mini {
  padding: 30px 70px 0 87px;
}

.tab-accordion-slide__contents__accordion.mini .accordion-text p {
  margin-top: 30px;
  line-height: 1.5;
}

.tab-accordion-slide__contents__accordion.mini .accordion-text p:first-child {
  margin-top: 30px;
}

.tab-accordion-slide__contents__accordion.mini .accordion-text .detail {
  margin-top: 30px !important;
}

.tab-accordion-slide__contents__accordion:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.tab-accordion-slide__contents__accordion .accordion-title,
.tab-accordion-slide__contents__accordion .accordion-text {
  position: relative;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  z-index: 100;
}

.tab-accordion-slide__contents__accordion.slick-current .accordion-title,
.tab-accordion-slide__contents__accordion.slick-current .accordion-text {
  -webkit-animation-name: fadeSlideIn03;
  animation-name: fadeSlideIn03;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.tab-accordion-slide__contents__accordion .accordion-title {
  opacity: 0;
  font-size: 3.34615rem;
  letter-spacing: 1px;
}

.tab-accordion-slide__contents__accordion .accordion-text {
  opacity: 0;
}

.tab-accordion-slide__contents__accordion .accordion-text p {
  margin-top: 30px;
  font-family: minion-pro-display, serif;
  font-size: 1.89615rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.tab-accordion-slide__contents__accordion .accordion-text p:first-child {
  margin-top: 40px;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail {
  margin-top: 40px !important;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail a {
  font-size: 1.45rem;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail a:hover {
  color: #62B0E2;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail a:hover .m-linkIcon {
  border-color: #62B0E2;
}

.tab-accordion-slide__contents__accordion .accordion-text .detail a:hover .m-linkIcon:before {
  border-color: #62B0E2;
}

@media screen and (max-width: 1250px) {
  .tab-accordion-slide {
    display: block;
  }

  .tab-accordion-slide__list {
    display: none;
  }

  .tab-accordion-slide__contents {
    width: 100%;
    height: auto !important;
  }

  .tab-accordion-slide__contents__accordion {
    display: block;
    height: auto !important;
    padding: 0;
    background-size: cover;
  }

  .tab-accordion-slide__contents__accordion.current {
    display: block;
  }

  .tab-accordion-slide__contents__accordion.current .accordion-title {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .tab-accordion-slide__contents__accordion.current .accordion-text {
    padding: 0 5.33333vw 51px;
  }

  .tab-accordion-slide__contents__accordion:nth-of-type(odd) {
    background-color: #DDD;
  }

  .tab-accordion-slide__contents__accordion .accordion-title,
  .tab-accordion-slide__contents__accordion .accordion-text {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .tab-accordion-slide__contents__accordion .accordion-title {
    cursor: pointer;
    position: relative;
    padding: 24px 5.33333vw 21.3px;
    opacity: 1.0;
    font-size: 1.56154rem;
    -webkit-animation-name: none;
    animation-name: none;
  }

  .tab-accordion-slide__contents__accordion .accordion-title span {
    position: absolute;
    display: block;
    top: 50%;
    right: 16px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    border: 1px solid #FFF;
    border-radius: 50%;
  }

  .tab-accordion-slide__contents__accordion .accordion-title span:before {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .tab-accordion-slide__contents__accordion .accordion-title span:before {
    top: 50%;
    right: 50%;
    width: 3px;
    height: 3px;
    margin-top: -2.5px;
    margin-right: -2px;
    display: inline-block;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .tab-accordion-slide__contents__accordion .accordion-title.open span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .tab-accordion-slide__contents__accordion .accordion-text {
    display: none;
    opacity: 1.0 !important;
  }

  .tab-accordion-slide__contents__accordion .accordion-text p {
    margin-top: 17px;
    font-size: 1.33846rem;
    line-height: 1.58;
    opacity: 1.0;
  }

  .tab-accordion-slide__contents__accordion .accordion-text p:first-child {
    margin-top: 0;
  }

  .tab-accordion-slide__contents__accordion .accordion-text .detail {
    margin-top: 30px !important;
  }

  .tab-accordion-slide__contents__accordion .accordion-text .detail a {
    font-size: 1.11538rem;
  }

  .tab-accordion-slide__contents__accordion .accordion-text .detail a .m-linkBtn__icon {
    margin-top: -3px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 750px) {
  .tab-accordion-slide__contents__accordion .accordion-text .detail a .m-linkBtn__icon {
    margin-top: -16px;
  }
}

.middle-slider {
  position: relative;
  margin-bottom: 80px;
}

.middle-slider .visual-area {
  position: relative;
  margin-bottom: -185px;
  z-index: 100;
}

.middle-slider .visual-area .slide {
  position: relative;
}

.middle-slider .visual-area .image img {
  width: 100%;
  height: auto;
}

.middle-slider .visual-area .image img.is-sp {
  display: none;
}

.middle-slider .visual-area .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.middle-slider .visual-area .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, transparent 60%, transparent 100%);
}

.middle-slider .visual-area .m-container {
  position: relative;
  height: 100%;
  color: #FFF;
}

.middle-slider .visual-area .text-area {
  position: absolute;
  left: 0;
  bottom: 285px;
}

.middle-slider .visual-area .sub {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
  font-size: 2.00769rem;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.middle-slider .visual-area .sub::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 16px;
  width: 98px;
  height: 1px;
  background-color: currentColor;
}

.middle-slider .visual-area .hdg {
  margin-bottom: 17px;
  font-size: 4.01538rem;
  letter-spacing: 1.5px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9), 0 0 20px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.middle-slider .visual-area .place {
  margin-bottom: 52px;
  font-size: 1.78461rem;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.7);
}

.middle-slider .visual-area .detail a {
  font-size: 1.45rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.7);
}

.middle-slider .visual-area .detail a .m-linkBtn__text {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.7);
}

.middle-slider .visual-area .detail a:hover {
  color: #62B0E2;
}

.middle-slider .visual-area .detail a:hover .m-linkIcon {
  border-color: #62B0E2;
}

.middle-slider .visual-area .detail a:hover .m-linkIcon:before {
  border-color: #62B0E2;
}

.middle-slider .visual-area .nav {
  position: absolute;
  width: 100%;
  bottom: 300px;
  text-align: right;
}

.middle-slider .visual-area .nav .m-container {
  height: 0;
}

.middle-slider .visual-area .nav .pager {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
}

.middle-slider .visual-area .nav .pager li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 2px;
  margin-left: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: top;
  transition: all, 0.5s ease;
}

.middle-slider .visual-area .nav .pager li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  transition-timing-function: linear;
  transition-property: width;
}

.middle-slider .visual-area .nav .pager li.start,
.middle-slider .visual-area .nav .pager li.current {
  width: 32px;
}

.middle-slider .visual-area .nav .pager li.reset span {
  width: 0;
  transition-duration: 0ms !important;
}

.middle-slider .visual-area .nav .pager li.current span {
  width: 100%;
  opacity: 1.0;
}

.middle-slider .visual-area .nav .arrow {
  display: inline-block;
  margin-right: 12px;
}

.middle-slider .visual-area .nav .arrow li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.middle-slider .visual-area .nav .arrow li:hover:before {
  opacity: 1.0;
}

.middle-slider .visual-area .nav .arrow li:nth-of-type(1):after {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.middle-slider .visual-area .nav .arrow li:nth-of-type(2) {
  margin-left: 5px;
}

.middle-slider .visual-area .nav .arrow li:nth-of-type(2):after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.middle-slider .visual-area .nav .arrow li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #62b0e2;
  border-radius: 50%;
  opacity: 0;
  transition: all, 0.3s ease;
}

.middle-slider .visual-area .nav .arrow li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-left: -3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.middle-slider .related-area {
  position: relative;
  z-index: 100;
}

.middle-slider .related-area .related-list {
  display: none;
  opacity: 0;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.middle-slider .related-area .related-list.after-change {
  -webkit-animation-name: fadeSlideIn;
  animation-name: fadeSlideIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.middle-slider .related-area .related-list.current {
  display: block;
}

.middle-slider .related-area a {
  display: flex;
  background-color: #FFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.middle-slider .related-area a:hover .m-linkBtn .m-linkBtn__icon {
  width: 100%;
}

.middle-slider .related-area a:hover .m-linkBtn .m-linkBtn__icon::before {
  left: 12px;
}

.middle-slider .related-area a:hover .m-linkBtn .m-linkBtn__text {
  padding: 5px 15px 0 30px;
}

.middle-slider .related-area a:hover .thumbnail-area:before {
  opacity: 1;
}

.middle-slider .related-area a .text-area {
  width: 50%;
  padding: 50px 80px 72px;
  box-sizing: border-box;
}

.middle-slider .related-area a .text-area .sub {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #62b0e2;
  font-size: 2.00769rem;
  letter-spacing: 1px;
}

.middle-slider .related-area a .text-area .sub::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 16px;
  width: 98px;
  height: 1px;
  background-color: currentColor;
}

.middle-slider .related-area a .text-area .hdg {
  margin-bottom: 8px;
  color: #000;
  font-size: 1.56154rem;
  letter-spacing: 1.5px;
}

.middle-slider .related-area a .text-area .text {
  color: #000;
  font-family: minion-pro-display, serif;
  font-size: 1.78461rem;
  letter-spacing: 1px;
}

.middle-slider .related-area a .text-area .detail {
  margin-top: 52px;
}

.middle-slider .related-area a .text-area .detail span {
  font-size: 1.45rem;
}

.middle-slider .related-area a .thumbnail-area {
  position: relative;
  width: 50%;
  background-size: cover;
}

.middle-slider .related-area a .thumbnail-area:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(98, 176, 226, 0.4);
  transition: opacity .2s;
}

@media screen and (max-width: 1024px) {
  .middle-slider {
    margin-bottom: 90px;
  }

  .middle-slider .visual-area {
    margin-bottom: -120px;
  }

  .middle-slider .visual-area .text-area {
    bottom: 130px;
    left: 48px;
    right: 48px;
  }

  .middle-slider .visual-area .sub {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }

  .middle-slider .visual-area .hdg {
    font-size: 3rem;
  }

  .middle-slider .visual-area .place {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }

  .middle-slider .visual-area .detail a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 750px) {
  .middle-slider {
    margin-top: 20px;
    margin-bottom: 49px;
  }

  .middle-slider .visual-area {
    margin-bottom: -36px;
  }

  .middle-slider .visual-area .slide {
    overflow: hidden;
  }

  .middle-slider .visual-area .image {
    padding-top: 100%;
    background-position: 50%;
    background-size: cover;
  }

  .middle-slider .visual-area .image img.is-sp {
    display: block;
  }

  .middle-slider .visual-area .image img.is-pc {
    display: none;
  }

  .middle-slider .visual-area .text-area {
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 100%;
  }

  .middle-slider .visual-area .box {
    position: absolute;
    bottom: 74px;
  }

  .middle-slider .visual-area .sub {
    position: absolute;
    top: 95px;
    left: 0;
    font-size: 1.11538rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .middle-slider .visual-area .sub:before {
    margin-left: 8px;
    width: 75px;
  }

  .middle-slider .visual-area .hdg {
    margin-bottom: 2px;
    font-size: 2.34231rem;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .middle-slider .visual-area .place {
    margin-bottom: 15px;
    font-size: 1.22692rem;
    letter-spacing: .5px;
  }

  .middle-slider .visual-area .detail a {
    font-size: 1.11538rem;
  }

  .middle-slider .visual-area .detail .m-linkBtn__icon {
    width: 20px !important;
    height: 20px;
    margin-top: -9px;
  }

  .middle-slider .visual-area .detail .m-linkBtn__icon:before {
    width: 4px;
    height: 4px;
    left: 5px;
  }

  .middle-slider .visual-area .detail .m-linkBtn__text {
    padding: 5px 0 0 27px !important;
  }

  .middle-slider .visual-area .nav {
    bottom: 62px;
    right: auto;
    width: 100%;
  }

  .middle-slider .visual-area .nav .pager {
    width: 30%;
  }

  .middle-slider .visual-area .nav .pager li {
    width: calc(20% - 2px);
  }

  .middle-slider .visual-area .nav .pager li.start,
  .middle-slider .visual-area .nav .pager li.current {
    width: calc(40% - 2px);
  }

  .middle-slider .visual-area .nav .arrow {
    display: none;
  }

  .middle-slider .related-area a {
    flex-direction: column;
  }

  .middle-slider .related-area a .text-area {
    order: 1;
    width: 100%;
    padding: 22px 5.33333vw 25px;
  }

  .middle-slider .related-area a .text-area .sub {
    margin-bottom: 7px;
    color: #62b0e2;
    font-size: 1.11538rem;
    letter-spacing: 0.05em;
  }

  .middle-slider .related-area a .text-area .sub:before {
    display: none;
  }

  .middle-slider .related-area a .text-area .hdg {
    margin-bottom: 8px;
    font-size: 1.66192rem;
    letter-spacing: 0.05em;
  }

  .middle-slider .related-area a .text-area .text {
    font-family: minion-pro-display, serif;
    font-size: 1.11538rem;
    letter-spacing: 0.08em;
  }

  .middle-slider .related-area a .text-area .detail {
    margin-top: 15px;
  }

  .middle-slider .related-area a .text-area .detail span {
    font-size: 1.11538rem;
  }

  .middle-slider .related-area a .text-area .detail .m-linkBtn__icon {
    width: 20px !important;
    height: 20px;
    margin-top: -9px;
  }

  .middle-slider .related-area a .text-area .detail .m-linkBtn__icon:before {
    width: 4px;
    height: 4px;
    left: 5px;
  }

  .middle-slider .related-area a .text-area .detail .m-linkBtn__text {
    padding: 5px 0 0 27px !important;
  }

  .middle-slider .related-area a .thumbnail-area {
    order: 0;
    width: 100%;
    padding-top: 57%;
  }
}

/* 検索結果 */
.p-search {
  margin-bottom: 120px;
}

.p-search .c-pageHeader {
  margin-bottom: -40px;
}

.p-search .c-pageHeader__hdg {
  letter-spacing: 5px;
}

.p-search #ss-main.css3.blue {
  margin: 0;
  width: auto;
  font-family: inherit;
}

.p-search #ss-main.css3.blue #ss-form {
  margin-bottom: 68px;
}

.p-search #ss-main.css3.blue #ss-form .input-area {
  position: relative;
  margin-bottom: 40px;
  max-width: 548px;
}

.p-search #ss-main.css3.blue #ss-form .input-area .ss-search-input {
  padding: 0 50px 0 25px;
  width: 100%;
  height: 40px;
  border-radius: 100px;
  box-shadow: none;
  background-color: #F1F1F1;
  font-size: 1.45rem;
  letter-spacing: .5px;
  outline: none;
}

.p-search #ss-main.css3.blue #ss-form .input-area .ss-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}

.p-search #ss-main.css3.blue #ss-form .input-area .ss-search-btn .fa-search {
  color: #888;
  font-size: 1.35rem;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn {
  padding: 0 15px;
  height: 32px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn__arrow {
  margin-top: -5px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn__arrow::before {
  width: 5px;
  height: 5px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn__text {
  font-size: 1.56154rem;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .m-accordionBtn.is-active .m-accordionBtn__arrow {
  margin-top: 1px;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont {
  display: none;
}

.p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont-inner {
  padding-top: 35px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories {
  margin-top: 0;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories::after {
  content: "";
  display: block;
  clear: both;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .hdg {
  float: left;
  width: 135px;
  font-size: 1.78461rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field {
  color: #888;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]+label,
.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"]+label {
  margin-right: 20px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]+label::before,
.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"]+label::before {
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]+label::before {
  border-radius: 2px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]:checked+label::before {
  background-color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]:checked+label::after {
  left: 4px;
  margin-top: -4px;
  border-color: #FFF;
  border-width: 2px;
  width: 8px;
  height: 5px;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"]+label::after {
  left: 4px;
  margin-top: -4px;
  background-color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-form .ss-categories~.ss-categories {
  margin-top: 15px;
  border-top: 1px solid #EEE;
  padding-top: 15px;
}

.p-search #ss-main.css3.blue #ss-form .ss-category-field {
  margin: 0;
  overflow: hidden;
}

.p-search #ss-main.css3.blue #ss-navi {
  margin-bottom: 32px;
  border: none;
  padding: 0;
  background-color: transparent;
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
}

.p-search #ss-main.css3.blue #ss-navi #ss-show-counts {
  padding-left: 0;
}

.p-search #ss-main.css3.blue #ss-navi #ss-show-counts .start {
  padding-left: .5em;
}

.p-search #ss-main.css3.blue #ss-navi #ss-show-counts .end {
  padding-right: .5em;
}

.p-search #ss-main.css3.blue #ss-navi #ss-total-hits {
  padding-left: .5em;
}

.p-search #ss-main.css3.blue #ss-result {
  padding-left: 0;
}

.p-search #ss-main.css3.blue #ss-result a {
  border-bottom: none;
}

.p-search #ss-main.css3.blue #ss-result .ss-item {
  margin-bottom: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-item::after {
  content: "";
  display: block;
  clear: both;
}

.p-search #ss-main.css3.blue #ss-result .ss-item~.ss-item {
  margin-top: 40px;
}

.p-search #ss-main.css3.blue #ss-result .ss-image {
  margin-right: 15px;
  width: auto;
}

.p-search #ss-main.css3.blue #ss-result .ss-image img {
  width: 194px;
  box-sizing: border-box;
}

.p-search #ss-main.css3.blue #ss-result .ss-page {
  float: none;
  margin: 0;
  padding-top: 0;
  width: auto;
  overflow: hidden;
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-last-modified {
  display: inline-block;
  margin: 0 0 10px;
  vertical-align: top;
  color: #888;
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-last-modified .date {
  padding-left: 5px;
  letter-spacing: 1px;
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-title {
  margin-bottom: 10px;
  line-height: 1.2;
}

.p-search #ss-main.css3.blue #ss-result .ss-page .ss-summary {
  color: #888;
  font-family: minion-pro-display, serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination {
  top: auto;
  margin: 55px 0 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination span {
  margin: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination>span {
  color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
  position: absolute;
  top: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .text,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next .text {
  vertical-align: middle;
  font-size: 1.56154rem;
  letter-spacing: .5px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev:hover .m-linkIcon,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next:hover .m-linkIcon {
  background-color: #62B0E2;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev:hover .m-linkIcon::before,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next:hover .m-linkIcon::before {
  border-color: #FFF;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev {
  left: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .m-linkIcon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .text {
  padding-left: 8px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
  right: 0;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next .text {
  padding-right: 8px;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #62B0E2;
  padding: 0;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 32px;
  transition-property: background-color, color;
  transition-duration: .2s;
}

.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page:hover,
.p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page.ss-select-page {
  background-color: #62B0E2;
  color: #FFF;
}

.p-search #ss-main.css3.blue #ss-result #ss-not-found {
  margin: 60px 0 0;
}

.p-search #ss-main.css3.blue #ss-result #ss-not-found .hdg {
  margin-bottom: 20px;
  font-size: 5.8rem;
  letter-spacing: 3px;
  line-height: 1.2;
}

.p-search #ss-main.css3.blue #ss-result #ss-not-found .desc {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

@media screen and (max-width: 750px) {
  .p-search {
    margin-bottom: 0;
  }

  .p-search .c-pageHeader {
    margin-bottom: 0;
  }

  .p-search .c-pageHeader__hdg {
    letter-spacing: 1px;
  }

  .p-search #ss-main.css3.blue {
    margin: 20px 0 0;
  }

  .p-search #ss-main.css3.blue #ss-form {
    margin-bottom: 30px;
  }

  .p-search #ss-main.css3.blue #ss-form .input-area {
    margin-bottom: 20px;
    max-width: none;
  }

  .p-search #ss-main.css3.blue #ss-form .input-area .ss-search-input {
    padding: 0 60px 0 25px;
    height: 50px;
  }

  .p-search #ss-main.css3.blue #ss-form .input-area .ss-search-btn {
    width: 50px;
  }

  .p-search #ss-main.css3.blue #ss-form .refine-area {
    text-align: right;
  }

  .p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont {
    text-align: left;
  }

  .p-search #ss-main.css3.blue #ss-form .refine-area .accordion-cont-inner {
    padding-top: 8px;
  }

  .p-search #ss-main.css3.blue #ss-form .ss-categories .hdg {
    float: none;
    margin-bottom: 8px;
    width: auto;
  }

  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field {
    margin-top: -4px;
  }

  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]+label,
  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="radio"]+label {
    margin-top: 4px;
    font-size: 1.56154rem;
  }

  .p-search #ss-main.css3.blue #ss-form .ss-categories .ss-category-field input[type="checkbox"]+label::before {
    width: 15px;
    height: 15px;
  }

  .p-search #ss-main.css3.blue #ss-form .ss-categories~.ss-categories {
    margin-top: 24px;
    padding-top: 24px;
  }

  .p-search #ss-main.css3.blue #ss-navi {
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .p-search #ss-main.css3.blue #ss-navi #ss-show-counts {
    display: inline;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-item~.ss-item {
    margin-top: 46px;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-image {
    display: block;
    float: none;
    margin: 0 0 9px;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-image img {
    width: 100%;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-page {
    border: none;
    padding: 0;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-page .ss-last-modified {
    margin: 0 0 8px;
    font-size: 1.33846rem;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-page .ss-summary {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-pagination {
    margin: 55px -5.33333vw 85px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 20px 0;
    background-color: #F1F1F1;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev,
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
    top: 100%;
    margin-top: 20px;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev .text,
  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next .text {
    font-size: 1.33846rem;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-prev {
    left: auto;
    right: 50%;
    margin-right: 20px;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page-next {
    left: 50%;
    right: auto;
    margin-left: 20px;
  }

  .p-search #ss-main.css3.blue #ss-result .ss-pagination .ss-page {
    margin: 0 8px;
    width: 40px;
    height: 40px;
    font-size: 1.56154rem;
    line-height: 40px;
  }

  .p-search #ss-main.css3.blue #ss-result #ss-not-found {
    margin: 25px 0 50px;
  }

  .p-search #ss-main.css3.blue #ss-result #ss-not-found .hdg {
    font-size: 3.12308rem;
    letter-spacing: 1.5px;
    line-height: 1.4;
  }

  .p-search #ss-main.css3.blue #ss-result #ss-not-found .desc {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

/* 404 */
.p-404 {
  margin: 120px 0;
}

.p-404__contArea {
  position: relative;
}

.p-404__contArea__cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-404__contArea__cont header {
  margin-bottom: 7.477678571%;
}

.p-404__contArea__cont header .hdg {
  margin-top: -.275em;
  font-size: 5.8rem;
  letter-spacing: 2px;
  line-height: 1.35;
}

@media screen and (max-width: 900px) {
  .p-404__contArea__cont header .hdg {
    font-size: 5.13077rem;
  }
}

.p-404__contArea__cont .leadArea .text,
.p-404__contArea__cont .leadArea .searchArea {
  max-width: 553px;
}

.p-404__contArea__cont .leadArea .text {
  font-family: minion-pro-display, serif;
  font-size: 2rem;
  letter-spacing: .5px;
}

.p-404__contArea__cont .leadArea .searchArea {
  position: relative;
  margin-top: 8.370535714%;
}

.p-404__contArea__cont .leadArea .searchArea__input {
  border: none;
  padding: 0 70px 0 25px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #EEE;
  font-size: 1.45rem;
  letter-spacing: .5px;
  outline: none;
}

.p-404__contArea__cont .leadArea .searchArea__input::-ms-clear {
  display: none;
}

.p-404__contArea__cont .leadArea .searchArea__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
}

.p-404__contArea__cont .leadArea .searchArea__btn .fa-search {
  position: relative;
  color: #888;
  font-size: 1.4rem;
  transition: color .2s;
}

.p-404__contArea__cont .leadArea .searchArea__btn:hover .fa-search {
  color: #62B0E2;
}

.p-404__contArea__cont .backLink {
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-404__contArea__bg {
  display: block;
  padding-top: 61.878144215%;
  background: url(../images/img_404.png);
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .p-404 {
    margin: 32px 0 75px;
  }

  .p-404__contArea__cont {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
  }

  .p-404__contArea__cont header .hdg {
    margin-top: 0;
    font-size: 3.12308rem;
    letter-spacing: 1.5px;
    line-height: 1.65;
  }

  .p-404__contArea__cont .leadArea .text {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  .p-404__contArea__cont .leadArea .searchArea {
    margin-top: 13.134328358%;
  }

  .p-404__contArea__cont .leadArea .searchArea__input {
    height: 50px;
  }

  .p-404__contArea__cont .backLink {
    position: static;
    margin-top: 28px;
  }

  .p-404__contArea__bg {
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

/**
 * Other
 */
.cookieConfirm {
  display: none;
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  padding: 18px 0;
  width: 100%;
  background-color: #E7E7E6;
}

html.wf-active .cookieConfirm {
  visibility: visible;
}

.cookieConfirm__msg {
  font-family: minion-pro-display, serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .5px;
}

.cookieConfirm__msg a {
  border-bottom-color: #000;
  color: inherit;
}

.cookieConfirm__msg button {
  padding: 5px;
  vertical-align: middle;
  line-height: 0;
}

.cookieConfirm__msg button>span {
  display: inline-block;
  position: relative;
  border: 1px solid #888;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}

.cookieConfirm__msg button>span span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  width: 5px;
  height: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

@media screen and (max-width: 750px) {
  .cookieConfirm {
    padding: 15px 0 16px;
    background-color: rgba(245, 245, 245, 0.9);
  }

  .cookieConfirm__msg {
    padding-right: 70px;
  }

  .cookieConfirm__msg button {
    position: absolute;
    right: 5.33333vw;
    top: 50%;
    margin-top: -13px;
  }
}

@media screen and (max-width: 750px) {
  #ss-preview {
    display: none !important;
  }
}

/**
 * Utility
 */
.u-textAlignC {
  text-align: center;
}

.u-textAlignR {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .u-pcOnly {
    display: none;
  }
}

.u-spOnly {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-spOnly {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  br.u-spOnly {
    display: inline;
  }
}

/**
 * keyframes
 */
@-webkit-keyframes loadingBar {
  0% {
    left: 0;
    width: 0;
  }

  20% {
    left: 0;
    width: 0;
  }

  30% {
    left: 0;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

@keyframes loadingBar {
  0% {
    left: 0;
    width: 0;
  }

  20% {
    left: 0;
    width: 0;
  }

  30% {
    left: 0;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

@-webkit-keyframes scrollBar {
  0% {
    top: 0;
    height: 0;
  }

  15% {
    top: 0;
    height: 0;
  }

  25% {
    top: 0;
  }

  60% {
    top: 100%;
    height: 100%;
  }

  100% {
    top: 100%;
    height: 100%;
  }
}

@keyframes scrollBar {
  0% {
    top: 0;
    height: 0;
  }

  15% {
    top: 0;
    height: 0;
  }

  25% {
    top: 0;
  }

  60% {
    top: 100%;
    height: 100%;
  }

  100% {
    top: 100%;
    height: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}