@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

html,
body {
  height: 100%;
}

html {
  font-size: 0.78vw;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #000;
  font-family: YakuHanJP, 'Inter', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .1rem;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

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

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

.grid {
  position: fixed;
  height: 100%;
  top: 0;
  left: 50%;
  width: 81.2%;
  margin-left: -40.6%;
  max-width: 1170px;
  z-index: -1;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}

.grid-inner {
  margin: 0 33.3%;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .grid {
    width: 86%;
    margin: 0 7%;
    left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .grid {
    margin-left: -585px;
  }
}

.loading {
  display: none;
}

.page-in .page-in__item {
  position: fixed;
  top: 0;
  width: 27.6%;
  height: 100%;
  background: #F9F9F9;
  z-index: 102;
}

.page-in .page-in__item.active {
  -webkit-animation: page-in 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  animation: page-in 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
}

.page-in .page-in__item.comp {
  -webkit-animation: unset;
  animation: unset;
  width: 0;
}

.page-in .page-in__item:nth-child(1) {
  right: -17.9%;
}

.page-in .page-in__item:nth-child(2) {
  right: 9.2%;
}

.page-in .page-in__item:nth-child(3) {
  right: 36.3%;
}

.page-in .page-in__item:nth-child(4) {
  right: 63.35%;
}

.page-in .page-in__item:nth-child(5) {
  right: 90.45%;
}

@-webkit-keyframes page-in {
  0% {
    width: 27.6%;
  }
  100% {
    width: 0;
  }
}

@keyframes page-in {
  0% {
    width: 27.6%;
  }
  100% {
    width: 0;
  }
}

@media screen and (min-width: 1440px) {
  .page-in .page-in__item:nth-child(1), .page-in .page-in__item:nth-child(5) {
    width: calc( 50% - 585px);
  }
  .page-in .page-in__item:nth-child(1).active, .page-in .page-in__item:nth-child(5).active {
    -webkit-animation: page-in-1 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
    animation: page-in-1 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  }
  .page-in .page-in__item:nth-child(1).comp, .page-in .page-in__item:nth-child(5).comp {
    -webkit-animation: unset;
    animation: unset;
    width: 0;
  }
  .page-in .page-in__item:nth-child(2), .page-in .page-in__item:nth-child(3), .page-in .page-in__item:nth-child(4) {
    width: 390px;
  }
  .page-in .page-in__item:nth-child(2).active, .page-in .page-in__item:nth-child(3).active, .page-in .page-in__item:nth-child(4).active {
    -webkit-animation: page-in-2 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
    animation: page-in-2 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  }
  .page-in .page-in__item:nth-child(2).comp, .page-in .page-in__item:nth-child(3).comp, .page-in .page-in__item:nth-child(4).comp {
    -webkit-animation: unset;
    animation: unset;
    width: 0;
  }
  .page-in .page-in__item:nth-child(1) {
    right: 0;
  }
  .page-in .page-in__item:nth-child(2) {
    right: calc( 50% - 585px);
  }
  .page-in .page-in__item:nth-child(3) {
    right: calc( 50% - 195px);
  }
  .page-in .page-in__item:nth-child(4) {
    right: calc( 50% + 195px);
  }
  .page-in .page-in__item:nth-child(5) {
    right: calc( 50% + 585px);
  }
  @-webkit-keyframes page-in-1 {
    0% {
      width: calc( 50% - 585px);
    }
    100% {
      width: 0;
    }
  }
  @keyframes page-in-1 {
    0% {
      width: calc( 50% - 585px);
    }
    100% {
      width: 0;
    }
  }
  @-webkit-keyframes page-in-2 {
    0% {
      width: 390px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes page-in-2 {
    0% {
      width: 390px;
    }
    100% {
      width: 0;
    }
  }
}

.page-in .page-in__item.move {
  width: 0;
  -webkit-animation: page-out 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  animation: page-out 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
}

@-webkit-keyframes page-out {
  0% {
    width: 0;
  }
  100% {
    width: 27.6%;
  }
}

@keyframes page-out {
  0% {
    width: 0;
  }
  100% {
    width: 27.6%;
  }
}

@media screen and (min-width: 1440px) {
  .page-in .page-in__item.move:nth-child(1), .page-in .page-in__item.move:nth-child(5) {
    -webkit-animation: page-out-1 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
    animation: page-out-1 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  }
  .page-in .page-in__item.move:nth-child(2), .page-in .page-in__item.move:nth-child(3), .page-in .page-in__item.move:nth-child(4) {
    -webkit-animation: page-out-2 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
    animation: page-out-2 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  }
  @-webkit-keyframes page-out-1 {
    0% {
      width: 0;
    }
    100% {
      width: calc( 50% - 585px);
    }
  }
  @keyframes page-out-1 {
    0% {
      width: 0;
    }
    100% {
      width: calc( 50% - 585px);
    }
  }
  @-webkit-keyframes page-out-2 {
    0% {
      width: 0;
    }
    100% {
      width: 390px;
    }
  }
  @keyframes page-out-2 {
    0% {
      width: 0;
    }
    100% {
      width: 390px;
    }
  }
}

main {
  position: relative;
}

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

a:hover {
  opacity: .7;
}

strong,
b {
  font-weight: bold;
}

br.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Header
 */
.c-alert {
  position: relative;
  background: #006AB8;
  padding: 16px 0;
}

.c-alert .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 81.2%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-alert .inner {
    width: 92.8%;
    padding-right: 25px;
  }
}

.c-alert .inner .head {
  position: relative;
  padding-left: 26px;
  margin-right: 55px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #FFF;
}

.c-alert .inner .head:before {
  position: absolute;
  content: "i";
  background: #FFF;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #006AB8;
  border-radius: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-alert .inner .head {
    display: none;
  }
}

.c-alert .inner .body a {
  position: relative;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFF;
}

.c-alert .inner .body a .date {
  display: inline;
  padding-right: 20px;
}

.c-alert .inner .body a:nth-child(1) {
  margin-top: 0;
}

.c-alert .inner .body a:hover {
  opacity: 1;
}

.c-alert .inner .body a:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .c-alert .inner .body a {
    margin-top: 6px;
    font-size: 1rem;
  }
  .c-alert .inner .body a .date {
    display: block;
    padding-right: 0;
  }
}

.c-alert .inner .close {
  display: block;
}

.c-alert .inner .close:before {
  position: absolute;
  display: block;
  content: "";
  right: 40px;
  top: 22px;
  width: 16px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-alert .inner .close:after {
  position: absolute;
  display: block;
  content: "";
  right: 47px;
  top: 15px;
  width: 2px;
  height: 16px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-alert .inner .close:before {
    right: 3.6%;
  }
  .c-alert .inner .close:after {
    right: calc(3.6% + 7px);
  }
}

.l-header {
  position: relative;
  z-index: 101;
}

.l-header__inner {
  height: 80px;
  width: 81.2%;
  margin: 0 auto;
  max-width: 1170px;
  padding-top: 0;
}

.l-header .logo {
  float: left;
  width: 112px;
  padding-top: 30px;
  vertical-align: top;
}

.l-header .logo a {
  display: block;
}

@media screen and (max-width: 959px) {
  .l-header .logo {
    width: 10.8%;
  }
  .l-header .logo a img {
    width: auto;
  }
}

.l-header .navArea {
  float: left;
  width: calc(100% - 112px);
}

@media screen and (max-width: 959px) {
  .l-header .navArea {
    width: 89.2%;
  }
}

.l-header .globalNav {
  padding: 1px 0 0 5.8%;
}

.l-header .globalNav > ul > li {
  float: left;
  padding: 0 1.6%;
}

.l-header .globalNav > ul > li:hover > a {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-header .globalNav > ul > li:hover > a {
    color: #0071E3;
  }
}

.l-header .globalNav > ul > li:hover > a:before {
  left: 0;
  -webkit-animation: globalNav-on .3s forwards;
  animation: globalNav-on .3s forwards;
}

@-webkit-keyframes globalNav-on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes globalNav-on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

.l-header .globalNav > ul > li > a {
  position: relative;
  display: block;
  padding: 30px 0;
  height: 80px;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  overflow: hidden;
}

.l-header .globalNav > ul > li > a:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 1px;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #0071E3;
  -webkit-transition: left .3s;
  transition: left .3s;
  -webkit-animation: globalNav-off .3s forwards;
  animation: globalNav-off .3s forwards;
}

@-webkit-keyframes globalNav-off {
  0% {
    opacity: 1;
    left: 0;
  }
  99% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}

@keyframes globalNav-off {
  0% {
    opacity: 1;
    left: 0;
  }
  99% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}

.l-header .globalNav > ul > li > a.active {
  color: #0071E3;
}

.l-header .globalNav > ul > li > a.active:before {
  left: 0;
  -webkit-animation: unset;
  animation: unset;
}

.l-header .globalNav > ul > li.eng {
  padding-left: 7%;
}

.l-header .globalNav > ul > li.eng a {
  font-size: 1rem;
}

.l-header .globalNav > ul > li.has-over {
  cursor: pointer;
}

.l-header .globalNav > ul > li.has-over.hover .child {
  max-height: 400px;
  visibility: visible;
  -webkit-transition: max-height 2s ease-out;
  transition: max-height 2s ease-out;
}

.l-header .globalNav > ul > li.has-over.hover .child .inner {
  -webkit-animation: globalNav-mouseover-child .4s ease-out .3s forwards;
  animation: globalNav-mouseover-child .4s ease-out .3s forwards;
}

@-webkit-keyframes globalNav-mouseover-child {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes globalNav-mouseover-child {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-header .globalNav > ul > li.has-over.hidden .child {
  max-height: 0;
  visibility: hidden;
  -webkit-transition: max-height .2s ease-out .1s, visibility .1s .3s;
  transition: max-height .2s ease-out .1s, visibility .1s .3s;
}

.l-header .globalNav > ul > li.has-over.hidden .child .inner {
  -webkit-animation: globalNav-mouseout-child .3s ease-out forwards;
  animation: globalNav-mouseout-child .3s ease-out forwards;
}

@-webkit-keyframes globalNav-mouseout-child {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes globalNav-mouseout-child {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.l-header .globalNav > ul > li.has-over .child {
  background: #E8E8E8;
  position: absolute;
  left: 0;
  max-height: 0;
  top: 80px;
  width: 100%;
  visibility: hidden;
}

.l-header .globalNav > ul > li.has-over .child .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.l-header .globalNav > ul > li.has-over .child .inner .head {
  width: 23.2%;
}

.l-header .globalNav > ul > li.has-over .child .inner .head .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #006AB8;
  letter-spacing: 0;
  line-height: 1.3;
}

.l-header .globalNav > ul > li.has-over .child .inner .head .sub {
  margin-top: 8px;
  font-size: .9rem;
  font-weight: bold;
}

.l-header .globalNav > ul > li.has-over .child .inner .body {
  margin: 0 auto;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .mainList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .mainList li {
  margin-right: 3.8rem;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .mainList li:last-child {
  margin-right: 0;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .mainList li a {
  margin-top: 20px;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  padding: 23px 0 42px;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .mainList li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-header .globalNav > ul > li.has-over .child .inner .body .mainList li .thumb {
  display: block;
  overflow: hidden;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .mainList li .thumb img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #DCDCDC;
  padding-top: 30px;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .subList li {
  display: inline-block;
  margin-right: 35px;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .subList a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

.l-header .globalNav > ul > li.has-over .child .inner .body .subList a:hover {
  opacity: .6;
}

.l-header .contactArea {
  position: absolute;
  right: 0;
  top: 0;
  width: 15.6%;
  height: 80px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-header .contactArea a {
  position: relative;
  display: block;
  padding: 31px 25px 31px 0;
  background: #000;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-header .contactArea a:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 3.5em;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.l-header .contactArea a:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 12px;
  margin: -6px 0 0 2.5em;
}

.l-header .contactArea a:hover {
  opacity: .9;
}

.l-header .contactArea a:hover:after {
  -webkit-animation: contactArea .6s linear forwards;
  animation: contactArea .6s linear forwards;
}

@-webkit-keyframes contactArea {
  0% {
    margin-left: 2.5em;
  }
  100% {
    margin-left: 5em;
  }
}

@keyframes contactArea {
  0% {
    margin-left: 2.5em;
  }
  100% {
    margin-left: 5em;
  }
}

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

@media screen and (max-width: 767px) {
  .l-header {
    position: relative;
  }
  .l-header .l-header__inner {
    margin: 0;
    width: 100%;
    height: auto !important;
    padding: 40px 7% 0 !important;
  }
  .l-header .logo {
    float: none;
    padding-top: 0;
    width: 25%;
  }
  .l-header .navArea {
    float: none;
    display: none;
    margin-top: 65px;
    width: 100%;
  }
  .l-header .globalNav {
    padding: 0;
  }
  .l-header .globalNav > ul > li {
    float: none;
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }
  .l-header .globalNav > ul > li:first-child {
    margin-top: 0;
  }
  .l-header .globalNav > ul > li > a {
    padding: 0;
    height: auto;
    font-size: 1.4rem;
  }
  .l-header .globalNav > ul > li > a:before {
    content: none;
    -webkit-animation: none;
    animation: none;
  }
  .l-header .globalNav > ul > li > a.active {
    color: #0071E3;
  }
  .l-header .globalNav > ul > li > a.hover:before {
    display: none;
  }
  .l-header .globalNav > ul > li.eng {
    padding-left: 0;
  }
  .l-header .globalNav > ul > li.eng a {
    font-size: 1.2rem;
  }
  .l-header .globalNav > ul > li.has-over {
    position: relative;
  }
  .l-header .globalNav > ul > li.has-over.active > a {
    color: #0071E3;
  }
  .l-header .globalNav > ul > li.has-over.active > a::-moz-selection {
    background: #B4D5FE;
    color: #006AB8;
  }
  .l-header .globalNav > ul > li.has-over.active > a::selection {
    background: #B4D5FE;
    color: #006AB8;
  }
  .l-header .globalNav > ul > li.has-over.active > a::-moz-selection {
    color: #006AB8;
  }
  .l-header .globalNav > ul > li.has-over.active > a:after {
    display: none;
  }
  .l-header .globalNav > ul > li.has-over.active .child {
    display: block;
    visibility: visible;
  }
  .l-header .globalNav > ul > li.has-over > a {
    position: relative;
    padding-right: 40px;
  }
  .l-header .globalNav > ul > li.has-over > a:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    left: auto !important;
    bottom: auto;
    width: 11px;
    height: 1px;
    background: #0071E3;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .l-header .globalNav > ul > li.has-over > a:after {
    display: block;
    content: "";
    position: absolute;
    right: 5px;
    top: 4px;
    left: auto;
    bottom: auto;
    width: 1px;
    height: 11px;
    background: #0071E3;
  }
  .l-header .globalNav > ul > li.has-over .accBtn {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
  }
  .l-header .globalNav > ul > li.has-over .child {
    display: none;
    position: relative;
    top: auto !important;
    background: none;
    margin-top: 30px;
    padding-bottom: 20px;
    max-height: unset;
  }
  .l-header .globalNav > ul > li.has-over .child .inner {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .head {
    display: none;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body {
    width: 100%;
    padding-left: 8%;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .mainList {
    display: block;
    padding-bottom: 0;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .mainList li {
    width: 100%;
    margin: 1.5em 0 0;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .mainList li a {
    padding: 0;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .mainList li .thumb {
    display: none;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .mainList li .link {
    margin-top: 0;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .subList {
    display: block;
    border: none;
    padding-top: 0;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .subList li {
    display: block;
    margin: 1.5em 0 0;
  }
  .l-header .globalNav > ul > li.has-over .child .inner .body .subList li a {
    font-size: 1.3rem;
    font-weight: normal;
  }
  .l-header .contactArea {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
  .l-header .contactArea a {
    padding: 22px 0;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .l-header .contactArea a:before {
    content: none;
  }
  .l-header .contactArea a:after {
    position: static;
    width: 12px;
    height: 12px;
    margin: 0 0 0 15px;
    background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
    vertical-align: -1px;
    -webkit-animation: none;
    animation: none;
  }
  .l-header .spMenuBtn {
    display: block;
    position: absolute;
    right: 7%;
    top: 30px;
    width: 41px;
    height: 41px;
    border: 1px solid #0071E3;
    border-radius: 41px;
  }
  .l-header .spMenuBtn .hamburgerIcon {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .l-header .spMenuBtn .hamburgerIcon span {
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 50%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    margin: -2px 0 0;
    background: #0071E3;
  }
  .l-header .spMenuBtn .hamburgerIcon span:before, .l-header .spMenuBtn .hamburgerIcon span:after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    background: #0071E3;
  }
  .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;
    border-radius: 0;
    margin-top: 0;
  }
  .l-header .spMenuBtn.is-active .hamburgerIcon span:before, .l-header .spMenuBtn.is-active .hamburgerIcon span:after {
    left: -3px;
    width: 10px;
    height: 1px;
  }
  .l-header .spMenuBtn.is-active .hamburgerIcon span:before {
    top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header .spMenuBtn.is-active .hamburgerIcon span:after {
    bottom: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

_:-ms-fullscreen, :root .l-header .globalNav > ul > li.has-over:hover .child {
  animation: unset;
  height: auto;
}

_:-ms-fullscreen, :root .l-header .globalNav > ul > li.has-over:hover .child .inner {
  padding: 0;
}

.header-scroll {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .header-scroll {
    padding-top: 0;
  }
}

.header-scroll .l-header {
  position: fixed;
  width: 100%;
  top: -80px;
  left: 0;
  border-bottom: 1px solid #DCDCDC;
  height: 80px;
  -webkit-animation: header-open 1s 1 forwards;
  animation: header-open 1s 1 forwards;
}

@media screen and (min-width: 768px) {
  .header-scroll .l-header {
    background: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .header-scroll .l-header {
    position: relative;
    height: auto;
    border-bottom: none;
    top: 0;
    -webkit-animation: none;
    animation: none;
    overflow: visible;
  }
}

.header-scroll .l-header__inner {
  height: 80px !important;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .header-scroll .l-header__inner {
    height: auto !important;
    padding: 40px 7% !important;
  }
}

.header-scroll .l-header .globalNav > ul > li.has-over .child {
  top: 80px !important;
}

@media screen and (max-width: 767px) {
  .header-scroll .l-header .globalNav > ul > li.has-over .child {
    top: 0 !important;
  }
}

.header-scroll .l-header.header-scroll-off {
  -webkit-animation: header-close 1s 1 forwards;
  animation: header-close 1s 1 forwards;
}

@-webkit-keyframes header-open {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}

@keyframes header-open {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes header-close {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}

@keyframes header-close {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}

.spMenuBg {
  display: none;
}

@media screen and (max-width: 767px) {
  .spMenuBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
  }
}

.gnav-mega-wrap-overlay {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 300%;
  background: #E8E8E8;
  z-index: 100;
  opacity: .2;
}

.gnav-mega-wrap-overlay.header-scroll {
  position: fixed;
  top: 0;
}

/**
 * Header sns
 */
.toolList {
  display: table;
  margin: 14px 0 0 0;
  margin: 0;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .toolList {
    padding: 15px 0;
  }
}

.toolList__item {
  display: table-cell;
  list-style: none;
  width: 4rem;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .toolList__item {
    padding: 0 1%;
  }
}

@media screen and (max-width: 767px) {
  .toolList__item {
    padding: 0;
    width: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .toolList__item a img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .toolList__item a img {
    max-width: 32px;
    padding-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .sns {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .l-header .globalNav > ul > li.eng {
    padding-left: 2%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header .globalNav > ul > li.eng {
    padding-left: 1%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header .globalNav > ul > li {
    float: left;
    padding: 0 1%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header .contactArea {
    width: 13.6%;
  }
}

/**
 * Footer
 */
.f-pagetop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  position: fixed;
  z-index: 2;
  right: 4.140625%;
  bottom: 60px;
  padding-top: 17px;
}

.f-pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

.f-pagetop.is-active:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .f-pagetop {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
  }
}

.f-pagetop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24%;
  width: 10px;
  height: 7px;
  background: url(../images/common/arrow_r_bl.png);
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.f-pagetop .text {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .f-pagetop {
    right: 4.140625%;
    bottom: 60px;
    padding: 18px;
    border: 1px solid #0071E3;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .f-pagetop::before {
    top: calc(50% - 4px);
    left: 35%;
  }
  .f-pagetop .text {
    display: none;
  }
}

.f-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 140px auto 0;
}

.f-links li {
  position: relative;
  background-color: #eee;
  width: 100%;
  height: 39.0625vw;
  overflow: hidden;
}

.f-links li a {
  width: 100%;
  height: 100%;
}

.f-links li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.f-links li a:hover {
  opacity: 1;
}

.f-links li a:hover .bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.f-links li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.f-links li .title {
  position: absolute;
  left: 16%;
  width: 68%;
  bottom: 112px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: 4px;
  z-index: 3;
}

.f-links li .sub {
  position: absolute;
  left: 15.5%;
  bottom: 77px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0;
  z-index: 3;
}

.f-links + .sectLg > .f-breadcrumbs {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .f-links + .sectLg > .f-breadcrumbs {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1441px) {
  .f-links li {
    height: 563px;
  }
}

@media screen and (max-width: 767px) {
  .f-links ul {
    margin-top: 110px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f-links li {
    width: 50%;
    height: 78.260869565vw;
  }
  .f-links li .title {
    left: 15%;
    bottom: 70px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .f-links li .sub {
    bottom: 45px;
    font-size: 1rem;
  }
}

.f-banners {
  margin: 80px auto 0;
  width: 81.2%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-banners li {
  position: relative;
  width: 25%;
}

.f-banners li a {
  display: block;
}

.f-banners li a:hover {
  opacity: 1;
}

.f-banners li a:hover .title,
.f-banners li a:hover .note {
  opacity: .7;
}

.f-banners li .bg {
  overflow: hidden;
}

.f-banners li .bg img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.f-banners li .bg:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.f-banners li .title {
  margin-top: 19px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.f-banners li .note {
  margin-top: 4px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.f-banners.is-half {
  width: 40.6%;
  max-width: 585px;
}

.f-banners.is-half li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .f-banners {
    width: 86%;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f-banners li {
    width: 50%;
    margin-top: 30px;
  }
  .f-banners li .title {
    margin-top: 12px;
  }
  .f-banners.is-half {
    width: 86%;
  }
}

.f-breadcrumbs {
  width: 81.2%;
  max-width: 1170px;
  margin: 180px auto 25px;
  font-size: 1.1rem;
}

.f-breadcrumbs li {
  display: inline-block;
}

.f-breadcrumbs li a {
  display: inline-block;
  color: #000;
}

.f-breadcrumbs li a:after {
  display: inline-block;
  margin: 0 10px;
  content: "/";
}

@media screen and (max-width: 767px) {
  .f-breadcrumbs {
    width: auto;
    margin: 80px 3.5% 25px;
  }
}

.f-contact {
  position: relative;
  padding-bottom: 11.71875%;
}

.f-contact .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.f-contact a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.f-contact a:hover {
  opacity: .9;
}

.f-contact a:hover .inner .more .link:after {
  -webkit-animation: f-contact .6s linear forwards;
  animation: f-contact .6s linear forwards;
}

@-webkit-keyframes f-contact {
  0% {
    right: 24px;
  }
  100% {
    right: -12px;
  }
}

@keyframes f-contact {
  0% {
    right: 24px;
  }
  100% {
    right: -12px;
  }
}

.f-contact__texts {
  position: relative;
  width: 90.6%;
  max-width: calc(1170px + 9.4%);
  padding-left: 9.4%;
  z-index: 2;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .f-contact__texts {
    max-width: calc(50% + 585px);
    padding-left: calc(50% - 585px);
  }
}

.f-contact__texts .inner {
  background: #000;
  margin-left: -11.75%;
  padding: 101px 11.75% 98px;
}

.f-contact__texts .inner .sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #006AB8;
  letter-spacing: 0;
}

.f-contact__texts .inner .title {
  position: relative;
  padding-bottom: 18px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #FFF;
}

.f-contact__texts .inner .title:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #006AB8;
  bottom: 0;
  left: 0;
}

.f-contact__texts .inner .texts {
  margin-top: 22px;
  line-height: 1.9;
}

.f-contact__texts .inner .texts p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
}

.f-contact__texts .inner .more {
  position: absolute;
  right: 11.75%;
  bottom: 98px;
}

.f-contact__texts .inner .more .link {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  padding-right: 32px;
}

.f-contact__texts .inner .more .link:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.f-contact__texts .inner .more .link:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  margin: -6px;
}

@media screen and (max-width: 767px) {
  .f-contact {
    padding-bottom: 0;
  }
  .f-contact__texts {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .f-contact__texts .inner {
    margin: 0;
    padding: 48px 7% 46px;
  }
  .f-contact__texts .inner .title {
    padding-bottom: 13px;
    font-size: 2.4rem;
  }
  .f-contact__texts .inner .title:after {
    width: 40px;
  }
  .f-contact__texts .inner .texts {
    margin-top: 16px;
    line-height: 2.1;
  }
  .f-contact__texts .inner .texts p {
    font-size: 1.2rem;
  }
  .f-contact__texts .inner .more {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 21px 2px 0 0;
    text-align: right;
  }
  .f-contact__texts .inner .more .link {
    font-size: 1.6rem;
  }
  .f-contact .bg {
    position: relative;
  }
}

.l-footer {
  position: relative;
  border-top: 1px solid #F1F1F1;
}

.l-footer .inner {
  position: relative;
  margin: 0 auto;
  padding: 90px 0 100px;
  width: 81.2%;
  max-width: 1170px;
}

.l-footer .credit {
  overflow: hidden;
  margin-top: 130px;
}

.l-footer .credit .c-pageNav {
  float: right;
  width: calc(100% - 400px);
  text-align: right;
}

.l-footer .credit .c-pageNav li {
  display: inline-block;
  margin-left: 3%;
}

.l-footer .credit .c-pageNav li:nth-child(1) {
  margin-left: 0;
}

.l-footer .credit .c-pageNav li a {
  display: block;
  font-size: 1.2rem;
  color: #000;
}

.l-footer .credit .logo {
  position: absolute;
  right: 0;
  top: 90px;
  height: 30px;
}

.l-footer .credit .logo img {
  vertical-align: middle;
}

.l-footer .credit .copyright {
  float: left;
  font-size: 1.1rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .l-footer .inner {
    padding: 51px 0;
    width: 86%;
  }
  .l-footer .p-footMenu .copy img {
    width: 56.5%;
  }
  .l-footer .credit {
    margin-top: 44px;
  }
  .l-footer .credit .c-pageNav {
    float: none;
    width: 100%;
    text-align: left;
  }
  .l-footer .credit .c-pageNav li {
    display: block;
    margin-left: 0;
    line-height: 2.4;
  }
  .l-footer .credit .c-pageNav li a {
    font-size: 1rem;
  }
  .l-footer .credit .logo {
    position: relative;
    margin-top: 42px;
    top: auto;
    right: auto;
  }
  .l-footer .credit .logo img {
    width: 25.5%;
  }
  .l-footer .credit .copyright {
    float: none;
    margin-top: 16px;
  }
}

/**
 * Wrapper
 */
/**
 * Contents
 */
@media screen and (max-width: 767px) {
  .l-contents {
    padding-top: 100px;
  }
  .l-contents .sectLg:nth-child(1) .c-verticalTexts {
    margin-top: -33px;
  }
}

/**
 * Page
 */
/* トップページ */
.pg-top .grid,
.pg-top .l-wrapper {
  display: none;
}

.pg-top .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F9F9F9;
}

.pg-top .loading #progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #0071E3;
}

.pg-top.loaded .grid,
.pg-top.loaded .l-wrapper {
  display: block;
}

.pg-top.loaded .loading {
  display: none;
}

.pg-top .l-header__inner {
  height: 200px;
  padding-top: 120px;
}

.pg-top .l-header .globalNav > ul > li.has-over .child {
  top: 200px;
}

@media screen and (max-width: 767px) {
  .pg-top .l-contents {
    padding-top: 170px;
  }
}

.pg-top .c-imgTexts .title {
  padding-bottom: 16px;
}

.pg-top .c-imgTexts .link a {
  white-space: nowrap;
}

.pg-top .c-imgTexts.top-advantage {
  margin-top: 131px;
}

.pg-top .c-imgTexts.top-advantage .bg {
  width: 43.7%;
  margin-left: -1px;
}

.pg-top .c-imgTexts.top-advantage .bg .main {
  top: 140px;
  width: 53%;
}

.pg-top .c-imgTexts.top-advantage .bg .sub {
  width: 83.5%;
}

.pg-top .c-imgTexts.top-advantage .c-imgTexts__texts {
  float: right;
  width: 37.5%;
}

.pg-top .c-imgTexts.top-advantage .c-imgTexts__texts .sub {
  margin-top: 185px;
}

@media screen and (max-width: 767px) {
  .pg-top .c-imgTexts.top-advantage {
    margin-top: 78px;
  }
  .pg-top .c-imgTexts.top-advantage .bg {
    width: 69.5%;
    margin: 38px auto 0;
    padding-bottom: 100px;
  }
  .pg-top .c-imgTexts.top-advantage .bg .main {
    top: 100px;
    width: 53.7%;
  }
  .pg-top .c-imgTexts.top-advantage .bg .sub {
    width: 83.5%;
  }
}

.pg-top .c-imgTexts.top-data {
  margin-top: 174px;
}

.pg-top .c-imgTexts.top-data .bg {
  width: 29%;
}

.pg-top .c-imgTexts.top-data .bg .main {
  top: 10px;
  width: 100%;
}

.pg-top .c-imgTexts.top-data .bg .sub {
  width: 83.5%;
}

.pg-top .c-imgTexts.top-data .c-imgTexts__texts {
  float: left;
  width: 54.2%;
}

.pg-top .c-imgTexts.top-data .c-imgTexts__texts .title {
  margin-top: 54px;
  padding-bottom: 39px;
  font-size: 3.0rem;
}

.pg-top .c-imgTexts.top-data .c-imgTexts__texts .title:after {
  left: -2px;
  width: 40px;
}

.pg-top .c-imgTexts.top-data .c-imgTexts__texts .texts {
  width: 50%;
  margin-top: 30px;
}

.pg-top .c-imgTexts.top-data .c-imgTexts__texts .texts p {
  font-size: 1.7rem;
  line-height: 2.2;
}

.pg-top .c-imgTexts.top-data .c-imgTexts__texts .texts p.note {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .pg-top .c-imgTexts.top-data {
    margin-top: 0;
  }
  .pg-top .c-imgTexts.top-data .bg {
    display: none;
  }
  .pg-top .c-imgTexts.top-data .c-imgTexts__texts .title {
    margin-top: 56px;
    padding-bottom: 17px;
    font-size: 2.2rem;
  }
  .pg-top .c-imgTexts.top-data .c-imgTexts__texts .title:after {
    left: 0;
    width: 20px;
  }
  .pg-top .c-imgTexts.top-data .c-imgTexts__texts .texts {
    margin-top: 14px;
    width: 100%;
  }
}

.pg-top .c-imgTexts.top-service {
  margin-top: 120px;
}

.pg-top .c-imgTexts.top-service .bg {
  width: 36.5%;
  margin-left: -1px;
}

.pg-top .c-imgTexts.top-service .bg .main {
  top: 100px;
  width: 74%;
}

.pg-top .c-imgTexts.top-service .bg .sub {
  width: 79.5%;
}

.pg-top .c-imgTexts.top-service .c-imgTexts__texts {
  width: 44.6%;
}

.pg-top .c-imgTexts.top-service .c-imgTexts__texts .sub {
  margin-top: 148px;
}

@media screen and (max-width: 767px) {
  .pg-top .c-imgTexts.top-service {
    margin-top: 64px;
  }
  .pg-top .c-imgTexts.top-service .bg {
    width: 69.5%;
    margin: 38px auto 0;
    padding-bottom: 80px;
  }
  .pg-top .c-imgTexts.top-service .bg .main {
    top: 80px;
    width: 61.1%;
  }
  .pg-top .c-imgTexts.top-service .bg .sub {
    width: 65.3%;
  }
}

.pg-top .c-imgTexts.top-carrer {
  margin-top: 130px;
}

.pg-top .c-imgTexts.top-carrer .bg {
  width: 46.8%;
}

.pg-top .c-imgTexts.top-carrer .bg .main {
  top: 0;
  width: 41.5%;
}

.pg-top .c-imgTexts.top-carrer .bg .sub {
  width: 78%;
}

.pg-top .c-imgTexts.top-carrer .c-imgTexts__texts {
  width: 34.5%;
}

.pg-top .c-imgTexts.top-carrer .c-imgTexts__texts .sub {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pg-top .c-imgTexts.top-carrer {
    margin-top: 78px;
  }
  .pg-top .c-imgTexts.top-carrer .bg {
    width: 69.5%;
    margin: 38px auto 0;
    padding-bottom: 25px;
  }
  .pg-top .c-imgTexts.top-carrer .bg .main {
    float: left;
    top: 25px;
    width: 41.6%;
  }
  .pg-top .c-imgTexts.top-carrer .bg .sub {
    left: auto;
    right: 0;
    width: 78.1%;
  }
}

.pg-top .c-imgTexts.top-sustainability {
  margin-top: 96px;
}

.pg-top .c-imgTexts.top-sustainability .bg {
  width: 43.8%;
  margin-left: -1px;
}

.pg-top .c-imgTexts.top-sustainability .bg .main {
  top: 140px;
  width: 53%;
}

.pg-top .c-imgTexts.top-sustainability .bg .sub {
  width: 84%;
}

.pg-top .c-imgTexts.top-sustainability .c-imgTexts__texts {
  width: 37.5%;
}

.pg-top .c-imgTexts.top-sustainability .c-imgTexts__texts .sub {
  margin-top: 190px;
}

@media screen and (max-width: 767px) {
  .pg-top .c-imgTexts.top-sustainability {
    margin-top: 77px;
  }
  .pg-top .c-imgTexts.top-sustainability .bg {
    width: 69.5%;
    margin: 40px auto 0;
    padding-bottom: 100px;
  }
  .pg-top .c-imgTexts.top-sustainability .bg .main {
    top: 100px;
    width: 53.5%;
  }
  .pg-top .c-imgTexts.top-sustainability .bg .sub {
    width: 83.3%;
  }
}

.pg-top .top-pickupNews {
  margin: 114px -20px 0;
  padding: 0 20px;
  overflow: hidden;
}

.pg-top .top-pickupNews .head {
  color: #006AB8;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0;
}

.pg-top .top-pickupNews .head .copy::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-top .top-pickupNews .head .copy::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-top .top-pickupNews .head .copy::-moz-selection {
  color: #006AB8;
}

.pg-top .top-pickupNews .sub {
  border-bottom: 1px solid #DCDCDC;
  margin-top: -13px;
  padding-bottom: 38px;
  font-size: 0.9rem;
  font-weight: bold;
}

.pg-top .top-pickupNews a {
  display: block;
  color: #000;
}

@media screen and (max-width: 767px) {
  .pg-top .top-pickupNews {
    margin: 56px 0 0;
    padding: 0 7%;
  }
  .pg-top .top-pickupNews .head {
    font-size: 2.2rem;
  }
  .pg-top .top-pickupNews .sub {
    border-color: #dcdcdc;
    margin-top: -4px;
    padding-bottom: 16px;
    font-size: 1.0rem;
  }
}

.pg-top .top-pickupNews__item.pickup {
  float: left;
  width: 46%;
}

.pg-top .top-pickupNews__item.pickup li {
  overflow: hidden;
  padding: 20px 0 15px;
}

.pg-top .top-pickupNews__item.pickup li .thumb {
  float: left;
  width: 33.4%;
  margin-top: 5px;
  overflow: hidden;
}

.pg-top .top-pickupNews__item.pickup li .thumb.border {
  border: 1px solid #dcdcdc;
}

.pg-top .top-pickupNews__item.pickup li .thumb img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.pg-top .top-pickupNews__item.pickup li .thumb:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pg-top .top-pickupNews__item.pickup li .text {
  float: right;
  width: 61.5%;
}

.pg-top .top-pickupNews__item.pickup li .text .title {
  margin-bottom: 7px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.42;
}

.pg-top .top-pickupNews__item.pickup li .text .title span {
  margin-left: 5px;
  font-size: 1rem;
  color: #646464;
}

.pg-top .top-pickupNews__item.pickup li .text .date {
  font-size: 1.1rem;
  font-weight: bold;
  color: #646464;
}

.pg-top .top-pickupNews__item.pickup li a[target="_blank"] .text .title:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 13px;
  margin-left: 15px;
  background: url(../../assets/images/common/icon_blank.png) no-repeat 0 0/12px auto;
  vertical-align: -3px;
}

.pg-top .top-pickupNews__item.pickup li a[href$=".pdf" i] .text .title:after {
  display: inline-block;
  border-radius: 4px;
  content: "PDF";
  font-size: .8rem;
  color: #FFF;
  background: #0071E3;
  padding: 2px 5px;
  width: auto;
  height: auto;
  letter-spacing: 0;
  margin-left: 15px;
  vertical-align: 3px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .pg-top .top-pickupNews__item.pickup li a[href$=".pdf" i] .text .title:after {
    padding: 1px 5px;
  }
}

@media screen and (max-width: 767px) {
  .pg-top .top-pickupNews__item.pickup {
    float: none;
    width: 100%;
  }
  .pg-top .top-pickupNews__item.pickup li {
    border-bottom: 1px solid #dcdcdc;
    padding: 13px 0;
  }
  .pg-top .top-pickupNews__item.pickup li .thumb {
    width: 28.4%;
    margin-top: 3px;
  }
  .pg-top .top-pickupNews__item.pickup li .text {
    width: 66.5%;
  }
  .pg-top .top-pickupNews__item.pickup li .text .title {
    font-size: 1.6rem;
  }
  .pg-top .top-pickupNews__item.pickup li .text .date {
    font-size: 1.0rem;
  }
}

.pg-top .top-pickupNews__item.news {
  position: relative;
  float: right;
  width: 46.5%;
}

.pg-top .top-pickupNews__item.news.active .sort .inner > a:before {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pg-top .top-pickupNews__item.news .sort {
  position: absolute;
  top: 45px;
  right: 0;
  width: 230px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  z-index: 2;
}

.pg-top .top-pickupNews__item.news .sort p {
  display: inline-block;
  color: #646464;
}

.pg-top .top-pickupNews__item.news .sort p .colon {
  margin: 0 5px;
}

.pg-top .top-pickupNews__item.news .sort .inner > a {
  position: relative;
  display: inline-block;
  padding-right: 15%;
  color: #0071E3;
  font-size: 1.2rem;
  font-weight: bold;
}

.pg-top .top-pickupNews__item.news .sort .inner > a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-top .top-pickupNews__item.news .sort .inner > a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-top .top-pickupNews__item.news .sort .inner > a::-moz-selection {
  color: #006AB8;
}

.pg-top .top-pickupNews__item.news .sort .inner > a:before {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  right: 2px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #0071E3;
  border-bottom: 2px solid #0071E3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pg-top .top-pickupNews__item.news .sort ul {
  display: none;
  background: #FFF;
  width: 190px;
  margin: 20px 0 0 39px;
  padding: 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.pg-top .top-pickupNews__item.news .sort ul li {
  margin-top: 10px;
  text-align: left;
  font-size: 1.2rem;
}

.pg-top .top-pickupNews__item.news .sort ul li:nth-child(1) {
  margin-top: 0;
}

.pg-top .top-pickupNews__item.news .sort ul li a {
  color: #646464;
}

.pg-top .top-pickupNews__item.news .sort ul li.active a {
  color: #0071E3;
}

.pg-top .top-pickupNews__item.news .sort ul li.active a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-top .top-pickupNews__item.news .sort ul li.active a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-top .top-pickupNews__item.news .sort ul li.active a::-moz-selection {
  color: #006AB8;
}

.pg-top .top-pickupNews__item.news .list {
  display: none;
}

.pg-top .top-pickupNews__item.news .list li {
  border-bottom: 1px solid #DCDCDC;
  padding: 18px 0 31px;
}

.pg-top .top-pickupNews__item.news .list li .title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}

.pg-top .top-pickupNews__item.news .list li .title span {
  margin-left: 5px;
  font-size: 1rem;
  color: #646464;
}

.pg-top .top-pickupNews__item.news .list li a[target="_blank"] .title:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 13px;
  margin-left: 15px;
  background: url(../../assets/images/common/icon_blank.png) no-repeat 0 0/12px auto;
  vertical-align: -3px;
}

.pg-top .top-pickupNews__item.news .list li a[href$=".pdf" i] .title:after {
  display: inline-block;
  border-radius: 4px;
  content: "PDF";
  font-size: .8rem;
  color: #FFF;
  background: #0071E3;
  padding: 2px 5px;
  width: auto;
  height: auto;
  letter-spacing: 0;
  margin-left: 15px;
  vertical-align: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .pg-top .top-pickupNews__item.news .list li a[href$=".pdf" i] .title:after {
    padding: 1px 5px;
  }
}

.pg-top .top-pickupNews__item.news .list li .date {
  font-size: 1.1rem;
  font-weight: bold;
  color: #646464;
}

.pg-top .top-pickupNews__item.news .listLink {
  float: right;
  position: relative;
  margin-top: 33px;
}

.pg-top .top-pickupNews__item.news .listLink a {
  position: relative;
  display: block;
  padding-right: 40px;
  color: #0071E3;
  font-size: 1.2rem;
  font-weight: bold;
}

.pg-top .top-pickupNews__item.news .listLink a:before {
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #0071E3;
  right: 7px;
  top: 50%;
  margin-top: -2px;
}

.pg-top .top-pickupNews__item.news .listLink:before {
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #0071E3;
  right: 14px;
  top: 50%;
  margin-top: -2px;
}

.pg-top .top-pickupNews__item.news .listLink:after {
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #0071E3;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .pg-top .top-pickupNews__item.news {
    float: none;
    width: 100%;
    margin-top: 56px;
  }
  .pg-top .top-pickupNews__item.news .sort {
    top: 28px;
  }
  .pg-top .top-pickupNews__item.news .sort a {
    padding-right: 28px;
  }
  .pg-top .top-pickupNews__item.news .list li {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .pg-top .top-pickupNews__item.news .list li a {
    display: block;
    padding-bottom: 6px;
  }
  .pg-top .top-pickupNews__item.news .list li .title {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .pg-top .top-pickupNews__item.news .list li .date {
    font-size: 1.0rem;
  }
  .pg-top .top-pickupNews__item.news .listLink {
    margin-top: 20px;
  }
  .pg-top .top-pickupNews__item.news .listLink a {
    padding-right: 30px;
  }
}

.pg-top .f-links {
  margin-top: 208px;
}

.pg-top .f-contact {
  margin-top: 7.734375%;
}

.pg-adv .c-flexList.adv-data {
  margin-top: 162px;
}

@media screen and (max-width: 767px) {
  .pg-adv .c-flexList.adv-data {
    margin-top: 60px;
  }
}

.pg-adv .c-flexList.adv-life {
  margin-top: 170px;
}

.pg-adv .c-flexList.adv-life .title::after {
  width: 40px;
}

.pg-adv .c-flexList.adv-life .texts {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .pg-adv .c-flexList.adv-life {
    margin-top: 73px;
  }
  .pg-adv .c-flexList.adv-life .title {
    font-size: 2.2rem;
  }
  .pg-adv .c-flexList.adv-life .texts {
    margin-top: 0;
  }
}

.pg-adv .c-flexList.adv-trust {
  margin-top: 124px;
}

.pg-adv .c-flexList.adv-trust .title::after {
  width: 40px;
}

.pg-adv .c-flexList.adv-trust .texts {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .pg-adv .c-flexList.adv-trust {
    margin-top: 76px;
  }
  .pg-adv .c-flexList.adv-trust .title::after {
    width: 20px;
  }
}

.pg-adv .c-imgTexts.adv-career {
  margin-top: 130px;
}

.pg-adv .c-imgTexts.adv-career .bg {
  width: 46.8%;
}

.pg-adv .c-imgTexts.adv-career .bg .main {
  width: 42%;
}

.pg-adv .c-imgTexts.adv-career .bg .sub {
  width: 78.2%;
}

.pg-adv .c-imgTexts.adv-career .c-imgTexts__texts {
  width: 38.5%;
}

@media screen and (max-width: 767px) {
  .pg-adv .c-imgTexts.adv-career {
    margin-top: 80px;
  }
  .pg-adv .c-imgTexts.adv-career .bg {
    margin: 36px 15% 0;
    width: 69.5%;
  }
  .pg-adv .c-imgTexts.adv-career .bg .main {
    top: 25px;
  }
}

.pg-adv .c-imgTexts.adv-communication {
  margin-top: 125px;
}

.pg-adv .c-imgTexts.adv-communication .bg {
  width: 47%;
}

.pg-adv .c-imgTexts.adv-communication .bg .main {
  top: 0;
  width: 41.5%;
}

.pg-adv .c-imgTexts.adv-communication .bg .sub {
  width: 77.2%;
}

.pg-adv .c-imgTexts.adv-communication .c-imgTexts__texts {
  width: 35.2%;
}

.pg-adv .c-imgTexts.adv-communication .c-imgTexts__texts .sub {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .pg-adv .c-imgTexts.adv-communication {
    margin-top: 65px;
  }
  .pg-adv .c-imgTexts.adv-communication .bg {
    margin: 34px 15% 0;
    padding-bottom: 25px;
    width: 69.5%;
  }
  .pg-adv .c-imgTexts.adv-communication .bg .main {
    top: 25px;
  }
  .pg-adv .c-imgTexts.adv-communication .c-imgTexts__texts .title {
    padding-bottom: 13px;
  }
}

.pg-adv .c-imgTexts.adv-service {
  margin-top: 130px;
}

.pg-adv .c-imgTexts.adv-service .bg {
  width: 46.7%;
}

.pg-adv .c-imgTexts.adv-service .bg .main {
  top: 0;
  right: 0;
  width: 41.5%;
}

.pg-adv .c-imgTexts.adv-service .bg .sub {
  width: 78.2%;
}

.pg-adv .c-imgTexts.adv-service .c-imgTexts__texts {
  width: 35.2%;
}

.pg-adv .c-imgTexts.adv-service .c-imgTexts__texts .sub {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .pg-adv .c-imgTexts.adv-service {
    margin-top: 80px;
  }
  .pg-adv .c-imgTexts.adv-service .bg {
    margin: 36px 15% 0;
    width: 69.5%;
  }
  .pg-adv .c-imgTexts.adv-service .bg .main {
    top: 25px;
  }
}

/* ニュース一覧 */
.pg-newsArchive .c-verticalTexts _:-ms-lang(x)::-ms-backdrop, .pg-newsArchive .c-verticalTexts .title-sub {
  margin: 5px 0 17px;
}

.pg-newsArchive .c-articlelistset {
  margin-top: 57px;
}

.pg-newsArchive .c-articlelistset .sortArea .sort .inner > a {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 21px;
}

.pg-newsArchive .c-articlelistset .sortArea .sort .inner > a:before {
  width: 4px;
  height: 4px;
}

.pg-newsArchive .c-articlelistset .sortArea .sort.cat {
  margin-right: 50px;
}

.pg-newsArchive .c-articlelistset .sortArea .sort.date {
  margin-left: 0;
}

.pg-newsArchive .c-articlelistset .sortArea .sort.date .inner > a {
  padding-right: 2.8rem;
}

.pg-newsArchive .c-articlelistset .sortArea .sort.date ul {
  width: 150px;
}

.pg-newsArchive .c-articlelistset .list .item a:after {
  display: none;
}

.pg-newsArchive .c-articlelistset .list .item a[target="_blank"]:after {
  display: inline-block;
  margin-left: 20px;
}

.pg-newsArchive .c-articlelistset .list .item a[href$=".pdf" i]:after {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .pg-newsArchive .c-articlelistset {
    margin-top: 40px;
  }
  .pg-newsArchive .c-articlelistset .sortArea .sort.cat {
    margin-right: 3.7rem;
  }
  .pg-newsArchive .c-articlelistset .sortArea .sort.date .inner > a {
    padding-right: 2rem;
  }
}

.pg-newsArchive _:-ms-lang(x)::-ms-backdrop, .pg-newsArchive .c-articlelistset {
  margin-top: 64px;
}

/* ニュース詳細 */
@media screen and (max-width: 767px) {
  .pg-newsDetail .l-contents {
    padding-top: 75px;
  }
}

.pg-newsDetail .newsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px;
}

.pg-newsDetail .newsInfo__head {
  width: 33.333%;
  font-size: 1.3rem;
}

.pg-newsDetail .newsInfo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 66.666%;
  font-size: 1.2rem;
}

.pg-newsDetail .newsInfo .cat {
  display: inline-block;
}

.pg-newsDetail .newsInfo .date {
  display: inline-block;
}

.pg-newsDetail .newsInfo .date:before {
  content: '　/　';
}

.pg-newsDetail .newsInfo .c-link {
  margin-left: 30px;
  margin-top: .133333333em;
  font-size: 1.5rem;
}

.pg-newsDetail .newsInfo .c-link > span {
  font-size: 0.9375rem;
}

.pg-newsDetail .newsInfo .c-link:before {
  top: auto;
  bottom: 0.4em;
}

@media screen and (max-width: 767px) {
  .pg-newsDetail .newsInfo {
    display: block;
    margin-top: 0;
    padding: 0 7%;
  }
  .pg-newsDetail .newsInfo__head {
    width: 100%;
    font-size: 1.2rem;
  }
  .pg-newsDetail .newsInfo__body {
    display: block;
    margin-top: 16px;
    width: 100%;
    font-size: 1.1rem;
  }
  .pg-newsDetail .newsInfo .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: 0;
    color: #646464;
    font-weight: bold;
  }
  .pg-newsDetail .newsInfo .cat {
    display: inline-block;
  }
  .pg-newsDetail .newsInfo .cat:before {
    content: '　/　';
  }
  .pg-newsDetail .newsInfo .date {
    display: inline-block;
  }
  .pg-newsDetail .newsInfo .date:before {
    content: none;
  }
  .pg-newsDetail .newsInfo .c-link {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .pg-newsDetail .newsInfo .c-link::before {
    content: none;
  }
}

.pg-newsDetail .newsTitle {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .pg-newsDetail .newsTitle {
    margin-top: 40px;
  }
}

.pg-interview.loaded .mainvisual.is-interview {
  opacity: 1;
}

.pg-interview .mainvisual.is-interview {
  opacity: 0;
  margin: 0 auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pg-interview .mainvisual.is-interview .mainvisual__item {
  display: block;
  position: relative;
}

.pg-interview .mainvisual.is-interview .main {
  width: 100%;
}

.pg-interview .mainvisual.is-interview .sub {
  position: absolute;
  bottom: -72%;
  left: 10.5%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .pg-interview .mainvisual.is-interview {
    margin-top: 39px;
  }
  .pg-interview .mainvisual.is-interview .main {
    height: 60vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pg-interview .mainvisual.is-interview .sub {
    display: block;
    bottom: -36%;
    left: 7.5%;
    width: 29%;
  }
}

.pg-interview .c-verticalTexts .title {
  font-size: 3.6rem;
  letter-spacing: .111111111em;
}

@media screen and (max-width: 767px) {
  .pg-interview .c-verticalTexts .title {
    font-size: 2.6rem;
  }
}

.pg-interview .c-hdg-lg {
  padding-bottom: 35px;
  line-height: 1.45;
  letter-spacing: 3px;
}

.pg-interview .c-verticalTexts .title,
.pg-interview .c-hdg-lg {
  width: 66.6%;
}

@media screen and (max-width: 767px) {
  .pg-interview .c-verticalTexts .title,
  .pg-interview .c-hdg-lg {
    width: 100%;
  }
}

.pg-interview .c-history {
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
}

.pg-interview .c-history > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  text-indent: 0;
  font-size: 1.3rem;
  line-height: 1.85;
}

.pg-interview .c-history .date {
  width: 23.3%;
}

.pg-interview .c-history .text {
  width: 73%;
}

@media screen and (max-width: 767px) {
  .pg-interview .c-history {
    margin-top: 30px;
  }
  .pg-interview .c-history > li {
    overflow: hidden;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .pg-interview .c-history > li:before {
    padding: 0 0 0 4px;
  }
}

.pg-interview .historyArea .c-wysiwyg.is-half {
  margin-top: 30px;
}

.pg-interview .historyArea--withSubImg .c-history {
  min-height: 21.5vw;
}

@media screen and (max-width: 767px) {
  .pg-interview .historyArea .c-hdg-mb.is-half {
    margin: 73px 0 0;
  }
  .pg-interview .historyArea .c-hdg-mb.is-half::before {
    left: 7%;
  }
  .pg-interview .historyArea--withSubImg {
    margin-top: 38.647342995%;
  }
  .pg-interview .historyArea--withSubImg .c-history {
    min-height: 0;
  }
}

.pg-interview .c-flexList {
  margin-top: 17.734375%;
}

.pg-interview .c-flexList .title {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .pg-interview .c-flexList {
    margin-top: 80px;
  }
}

.pg-interview .f-breadcrumbs {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pg-interview .f-breadcrumbs {
    margin-top: 80px;
  }
}

.pg-interview .c-imglinkset .c-imglink {
  margin: 60px auto 0;
}

/* 地図・拠点 */
.pg-map .anchorArea.c-anchorset {
  margin-top: 60px;
}

.pg-map .anchorArea.c-anchorset li a {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .pg-map .anchorArea.c-anchorset {
    margin-top: 20px;
  }
  .pg-map .anchorArea.c-anchorset li a {
    margin-top: 0;
  }
}

/* 英語ページ */
.pg-en {
  /* 共通 */
  letter-spacing: 0.05em;
  /* トップページ */
  /* 強み */
  /* インタビュー */
}

.pg-en .l-header .navArea {
  width: calc(81.730769231% - 112px);
}

.pg-en .l-header .globalNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .pg-en .l-header .navArea {
    width: 100%;
  }
  .pg-en .l-header .globalNav > ul {
    display: block;
  }
}

.pg-en .f-contact__texts .inner .title {
  padding-bottom: 0.829412em;
  width: 71.111111111%;
  line-height: 1.111111111;
}

.pg-en .f-contact__texts .inner .texts {
  width: 53.333333333%;
  line-height: 1.428571429;
}

@media screen and (max-width: 767px) {
  .pg-en .f-contact__texts .inner {
    padding-top: 67px;
    padding-bottom: 65px;
  }
  .pg-en .f-contact__texts .inner .title {
    padding-bottom: 1.01em;
    width: 100%;
    line-height: 1.2;
  }
  .pg-en .f-contact__texts .inner .texts {
    width: 100%;
    line-height: 1.818181818;
  }
  .pg-en .f-contact__texts .inner .texts p {
    font-size: 1.1rem;
  }
}

.pg-en.pg-top .f-contact {
  margin-top: 6.25%;
}

@media screen and (max-width: 767px) {
  .pg-en.pg-top .f-contact {
    margin-top: 14.423076923%;
  }
}

.pg-en.pg-top .c-flexList .title + .body {
  margin-top: 46px;
}

.pg-en .c-imgTexts__texts .texts p {
  line-height: 1.764705882;
}

.pg-en .c-anchorset li a {
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .pg-en .c-accordionset-list-item > div.title {
    line-height: 1.5;
  }
}

.pg-en .c-flexList .body .data li .num span {
  display: block;
  margin-left: 0;
  letter-spacing: 0;
}

.pg-en .c-flexList .body .data li .text {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .pg-en .c-flexList div.title {
    line-height: 1.5;
  }
  .pg-en .c-flexList div.title > * {
    line-height: 1.6;
  }
  .pg-en .c-flexList .body {
    margin-top: 0;
  }
  .pg-en .c-flexList .body .data li .num {
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .pg-en .c-flexList .body .data li .num span {
    margin-top: .714285714em;
  }
  .pg-en .c-flexList .body .data li .text {
    font-size: 1.3rem;
    line-height: 1.384615385;
  }
}

.pg-en .f-links {
  margin-top: 150px;
}

.pg-en .f-links li .title {
  bottom: 14%;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .pg-en .f-links {
    margin-top: 100px;
  }
  .pg-en .f-links li .title {
    bottom: 15.432098765%;
  }
}

.pg-en .c-imglinkset .c-imglink li .title {
  bottom: 14%;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .pg-en .c-imglinkset .c-imglink li .title {
    bottom: 15.432098765%;
  }
}

@media screen and (max-width: 767px) {
  .pg-en.pg-top .pg-copy .summary {
    width: 66.666%;
  }
}

.pg-en.pg-top .top-pickupNews__item.news {
  width: 100%;
}

.pg-en.pg-top .top-pickupNews__item.news .list {
  margin-top: 40px;
}

.pg-en.pg-top .top-pickupNews__item.news .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}

.pg-en.pg-top .top-pickupNews__item.news .list > li:first-of-type {
  border-top: 1px solid #DCDCDC;
}

.pg-en.pg-top .top-pickupNews__item.news .list > li > a {
  width: 66.666%;
}

.pg-en.pg-top .top-pickupNews__item.news .list .date {
  width: 33.333%;
}

.pg-en.pg-top .top-pickupNews__item.news .sort {
  top: 25px;
}

@media screen and (max-width: 767px) {
  .pg-en.pg-top .top-pickupNews {
    margin-top: 60px;
  }
  .pg-en.pg-top .top-pickupNews__item.news {
    margin-top: 0;
  }
  .pg-en.pg-top .top-pickupNews__item.news .list > li {
    display: block;
    padding-bottom: 14px;
  }
  .pg-en.pg-top .top-pickupNews__item.news .list > li > a {
    padding-bottom: 2px;
    width: 100%;
  }
  .pg-en.pg-top .top-pickupNews__item.news .list .date {
    width: 100%;
  }
  .pg-en.pg-top .top-pickupNews__item.news .sort {
    top: 12px;
  }
}

.pg-en.pg-top .top-data {
  margin-top: 130px;
}

.pg-en.pg-top .top-data .c-imgTexts__texts .title {
  width: 66.666%;
}

.pg-en.pg-top .top-data .c-imgTexts__texts .texts {
  width: 50%;
}

.pg-en.pg-top .top-data.c-flexList .title,
.pg-en.pg-top .top-data.c-flexList .body {
  float: none;
  width: 100%;
}

.pg-en.pg-top .top-data.c-flexList .title {
  width: 66.666%;
}

@media screen and (max-width: 767px) {
  .pg-en.pg-top .top-data {
    margin-top: 80px;
  }
  .pg-en.pg-top .top-data .c-imgTexts__texts .title {
    width: 100%;
  }
  .pg-en.pg-top .top-data .c-imgTexts__texts .texts {
    width: 100%;
    line-height: 1.733333333;
  }
  .pg-en.pg-top .top-data .c-graphs {
    padding: 0 7%;
  }
  .pg-en.pg-top .top-data .c-graphs > li:last-of-type {
    padding-bottom: 0;
  }
  .pg-en.pg-top .top-data.c-flexList .title {
    width: 100%;
  }
}

.pg-en.pg-top .c-imgTexts.top-advantage .c-imgTexts__texts {
  margin-top: 140px;
}

.pg-en.pg-top .c-imgTexts.top-carrer .c-imgTexts__texts {
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .pg-en.pg-top .c-imgTexts.top-advantage .c-imgTexts__texts {
    margin-top: 0;
  }
}

.pg-en.pg-top .top-sustainability {
  margin-top: 130px;
}

.pg-en.pg-top .top-sustainability .c-imgTexts__texts {
  margin-top: 14.0625%;
}

@media screen and (max-width: 767px) {
  .pg-en.pg-top .top-sustainability {
    margin-top: 87px;
  }
}

.pg-en.pg-top .c-imgTexts.top-partnership {
  margin-top: 130px;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts {
  width: 24%;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title {
  margin-top: 0;
  padding-bottom: 0;
  color: #006AB8;
  font-size: 8rem;
  letter-spacing: -0.05em;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .unit {
  margin-left: 10px;
  font-size: 3rem;
  letter-spacing: 0;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title:after {
  content: none;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .copy::-moz-selection,
.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .unit::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .copy::selection,
.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .unit::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .copy::-moz-selection,
.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .unit::-moz-selection {
  color: #006AB8;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .texts {
  margin-top: 5%;
}

.pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .texts p {
  line-height: 1.7;
}

.pg-en.pg-top .c-imgTexts.top-partnership .bg {
  width: 63.59375%;
}

.pg-en.pg-top .c-imgTexts.top-partnership .bg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pg-en.pg-top .c-imgTexts.top-partnership {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title {
    font-size: 5.8rem;
  }
  .pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .title .unit {
    font-size: 1.6rem;
  }
  .pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .texts {
    margin-top: 0;
  }
  .pg-en.pg-top .c-imgTexts.top-partnership .c-imgTexts__texts .texts p {
    line-height: 1.5;
  }
  .pg-en.pg-top .c-imgTexts.top-partnership .bg {
    margin-bottom: 10px;
    width: 100%;
  }
}

.pg-en.pg-adv .c-imgTexts .title {
  line-height: 1.5;
}

.pg-en.pg-interview .c-verticalTexts .title {
  letter-spacing: 0.5px;
}

.pg-en.pg-interview .c-hdg-lg {
  letter-spacing: unset;
}

/**
 * Component
 */
.c-container {
  margin: 0 auto;
  width: 81.2%;
  max-width: 1170px;
}

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

.js-anm-copy .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  margin-top: -5px;
}

.js-anm-copy .line .copy {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.23, 0.31, 0.72) 0.1s;
  transition: all 0.2s cubic-bezier(0.64, 0.23, 0.31, 0.72) 0.1s;
  padding-bottom: 0.07em;
}

.js-anm-copy .line:nth-child(1) {
  margin-top: 0;
}

.js-anm-copy.active .line .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .js-anm-copy .line .copy {
    padding-bottom: 0.09em;
  }
}

.js-anm-copy-single {
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}

.js-anm-copy-single.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pg-copy {
  position: relative;
  margin: 125px 0 0;
}

.pg-copy:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../assets/images/common/maincopy_bg.png) no-repeat 0 0/100% auto;
  z-index: -1;
}

.pg-copy.fadeout:before {
  opacity: 0;
  -webkit-transition: opacity .6s ease-out .5s;
  transition: opacity .6s ease-out .5s;
}

.pg-copy__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  font-size: 90px;
  height: 2.2em;
  line-height: 1.23;
  letter-spacing: -4px;
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
  z-index: 2;
  color: #111;
}

.pg-copy__main .blue {
  color: #006AB8;
}

.pg-copy__main .blue::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-copy__main .blue::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-copy__main .blue::-moz-selection {
  color: #006AB8;
}

.pg-copy__main .blue .underline::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-copy__main .blue .underline::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.pg-copy__main .blue .underline::-moz-selection {
  color: #006AB8;
}

@media screen and (max-width: 959px) {
  .pg-copy__main {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pg-copy__main {
    font-size: 11.35vw;
    line-height: 1;
    letter-spacing: -0.06em;
  }
  .pg-copy__main .line {
    margin-top: 0;
    padding-bottom: 9px;
  }
  .pg-copy__main .line:first-child {
    margin-top: -5px;
  }
}

.pg-copy .summary {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.pg-copy .summary span.line {
  position: relative;
  display: inline-block;
  width: 5.9em;
}

.pg-copy .summary span.line:before {
  content: '';
  position: absolute;
  top: -.4em;
  left: .9em;
  width: 4em;
  height: 1px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .pg-copy .summary span.line:before {
    margin-top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .pg-copy {
    margin: 0;
    padding: 0 7.2%;
    background-size: 100% auto;
    background-position: 50% 4px;
  }
  .pg-copy .summary {
    margin-top: 15px;
    font-size: 1rem;
  }
}

.mainvisual {
  margin: 56px auto 0;
}

.mainvisual.is-sp {
  display: none;
}

.mainvisual__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -11.75%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mainvisual__item-main {
  position: unset;
  float: left;
  width: 58.6%;
  overflow: hidden;
}

.mainvisual__item-sub {
  width: 41.4%;
  overflow: hidden;
}

.mainvisual__item .main {
  width: 58.6%;
}

.mainvisual__item .sub {
  width: 41.4%;
}

.mainvisual__person {
  float: right;
  margin-bottom: 26px;
  text-align: right;
}

.mainvisual__person .position {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.mainvisual__person .name {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
}

.mainvisual__person .info {
  display: inline-block;
  margin-left: 1.4rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.mainvisual .slick-slider {
  position: static;
}

.mainvisual .slick-dots {
  position: absolute;
  right: 4.4%;
  top: 6px;
  text-align: center;
}

.mainvisual .slick-dots li {
  visibility: hidden;
  font-weight: 500;
  letter-spacing: 0;
}

.mainvisual .slick-dots li:first-child, .mainvisual .slick-dots li:nth-last-child(2), .mainvisual .slick-dots li:nth-last-child(1) {
  visibility: visible;
}

.mainvisual .slick-dots li:first-child {
  color: #0071E3;
}

.mainvisual .slick-dots li:nth-last-child(2) {
  position: absolute;
  top: 172px;
  right: 0;
}

.mainvisual .slick-dots li.slick-bar {
  position: absolute;
  display: block;
  content: "";
  top: 30px;
  right: .5em;
  width: 2px;
  height: 0;
  background: #0071E3;
  text-indent: -9999px;
  overflow: hidden;
}

.mainvisual .slick-dots:before {
  position: absolute;
  display: block;
  content: "";
  top: 30px;
  right: .5em;
  width: 2px;
  height: 130px;
  background: #DCDCDC;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 39px;
  }
  .mainvisual.is-pc {
    display: none;
  }
  .mainvisual.is-sp {
    display: block;
  }
  .mainvisual__item {
    margin-left: 0;
  }
  .mainvisual__item-main {
    width: 100%;
  }
  .mainvisual__item-sub {
    display: none;
  }
  .mainvisual__item .main {
    width: 100%;
  }
  .mainvisual__item .sub {
    display: none;
  }
  .mainvisual__person {
    float: left;
    margin-bottom: 33px;
    padding: 0 7%;
    text-align: left;
  }
  .mainvisual__person .position {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
  .mainvisual__person .name {
    font-size: 1.5rem;
  }
  .mainvisual__person .info {
    font-size: 1rem;
  }
  .mainvisual .slick-dots {
    display: none !important;
  }
}

.c-hdg-lg {
  position: relative;
  margin-top: 127px;
  padding-bottom: 30px;
  width: 66.66%;
  line-height: 1.5;
  font-size: 3.4rem;
  font-weight: bold;
}

.c-hdg-lg:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #006AB8;
  bottom: 0;
  left: 0;
}

.c-hdg-lg + .c-hdg-mb {
  margin-top: 63px;
}

.c-hdg-lg + .c-imgset {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-hdg-lg {
    padding: 0 7% 17px;
    width: 100%;
    margin-top: 77px;
    font-size: 2.4rem;
  }
  .c-hdg-lg:after {
    width: 40px;
    left: 7%;
  }
  .c-hdg-lg + .c-hdg-mb {
    margin-top: 36px;
  }
  .c-hdg-lg + .c-imgset {
    margin-top: 40px;
  }
}

.c-hdg-mb {
  position: relative;
  margin: 128px 0 0 33.33%;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: bold;
}

.c-hdg-mb:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #006AB8;
  top: .65em;
  left: -7.5%;
}

.c-hdg-mb.is-half {
  margin: 96px 0 0 53.91%;
  font-size: 1.8rem;
}

.c-hdg-mb.is-half::before {
  left: -10%;
}

@media screen and (max-width: 767px) {
  .c-hdg-mb {
    margin: 73px 0 0;
    padding: 0 7% 0 13%;
    font-size: 2rem;
  }
  .c-hdg-mb:before {
    width: 10px;
    left: 7%;
  }
  .c-hdg-mb.is-half {
    margin: 155px 7% 0 13%;
    font-size: 2rem;
  }
}

.c-imgTexts {
  max-width: 1440px;
  margin: 0 auto;
}

.c-imgTexts:after {
  position: relative;
  content: "";
  display: block;
  clear: both;
}

.c-imgTexts .bg {
  display: block;
  position: relative;
}

.c-imgTexts .bg .main {
  position: absolute;
  z-index: 2;
}

.c-imgTexts .bg .sub {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-imgTexts .bg {
    float: none !important;
  }
  .c-imgTexts .bg:after {
    display: block;
    content: "";
    clear: both;
  }
  .c-imgTexts .bg .main {
    position: relative;
    float: right;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .c-imgTexts .bg .sub {
    position: absolute;
  }
}

.c-imgTexts__texts .sub {
  font-size: 1.4rem;
  font-weight: bold;
  color: #006AB8;
  letter-spacing: 0;
}

.c-imgTexts__texts .sub .copy::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-imgTexts__texts .sub .copy::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-imgTexts__texts .sub .copy::-moz-selection {
  color: #006AB8;
}

.c-imgTexts__texts .title {
  position: relative;
  margin-top: 11px;
  padding-bottom: 36px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-imgTexts__texts .title:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #006AB8;
  bottom: 0;
  left: 0;
}

.c-imgTexts__texts .texts {
  margin-top: 38px;
}

.c-imgTexts__texts .texts p {
  font-size: 1.6rem;
  line-height: 2.3;
}

.c-imgTexts__texts .texts p.note {
  padding-top: 5px;
  font-size: 1.3rem;
}

.c-imgTexts__texts .link {
  margin-top: 26px;
}

.c-imgTexts__texts .link a {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-left: -10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-imgTexts__texts .link a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFF;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 12px;
  margin: -7px 0 0 2.5em;
}

.c-imgTexts__texts .link a:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-imgTexts__texts .link a:hover {
  opacity: 1;
}

.c-imgTexts__texts .link a:hover:before {
  -webkit-animation: c-imgTexts-link .5s linear forwards;
  animation: c-imgTexts-link .5s linear forwards;
}

@-webkit-keyframes c-imgTexts-link {
  0% {
    right: 22px;
  }
  100% {
    right: 0;
  }
}

@keyframes c-imgTexts-link {
  0% {
    right: 22px;
  }
  100% {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-imgTexts__texts {
    padding: 0 7%;
    float: none !important;
    width: 100% !important;
  }
  .c-imgTexts__texts .sub {
    margin-top: 0 !important;
    font-size: 1.2rem;
  }
  .c-imgTexts__texts .title {
    margin-top: 5px;
    padding-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1.45;
  }
  .c-imgTexts__texts .title:after {
    width: 40px;
  }
  .c-imgTexts__texts .texts {
    margin-top: 16px;
  }
  .c-imgTexts__texts .texts p {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .c-imgTexts__texts .link {
    margin-top: 23px;
  }
  .c-imgTexts__texts .link a {
    font-size: 1.4rem;
    padding-right: 25px;
  }
  .c-imgTexts__texts .link a:before {
    display: none;
  }
}

.c-imgTexts.img-left .bg {
  float: left;
}

.c-imgTexts.img-left .bg .main {
  right: 0;
}

.c-imgTexts.img-left .c-imgTexts__texts {
  float: right;
  margin-right: 9.4%;
}

@media screen and (max-width: 767px) {
  .c-imgTexts.img-left .c-imgTexts__texts {
    margin-right: 0;
  }
}

.c-imgTexts.img-right .bg {
  float: right;
}

.c-imgTexts.img-right .bg .sub {
  float: right;
}

.c-imgTexts.img-right .c-imgTexts__texts {
  float: left;
  margin-left: 9.4%;
}

@media screen and (max-width: 767px) {
  .c-imgTexts.img-right .c-imgTexts__texts {
    margin-left: 0;
  }
}

.c-flexList {
  margin-top: 118px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-flexList {
    margin-top: 46px;
    padding: 0 7%;
  }
}

.c-flexList .title {
  float: left;
  width: 27%;
  position: relative;
  padding-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
}

.c-flexList .title.full {
  float: none;
  width: 100%;
}

.c-flexList .title:after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #006AB8;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-flexList .title {
    float: none;
    width: 100%;
    padding-bottom: 16px;
    font-size: 2.2rem;
  }
  .c-flexList .title:after {
    width: 20px;
  }
}

.c-flexList .body {
  float: right;
  width: 66.6%;
}

@media screen and (max-width: 767px) {
  .c-flexList .body {
    float: none;
    width: 100%;
  }
}

.c-flexList .body > .head {
  font-size: 1.6rem;
}

.c-flexList .body > .head .note {
  font-size: 1.3rem;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-flexList .body > .head {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .c-flexList .body > .head .note {
    margin-top: 20px;
    font-size: 1rem;
  }
}

.c-flexList .body .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flexList .body .data li {
  border-top: 1px solid #DCDCDC;
  width: 30.3%;
  padding-top: 22px;
}

.c-flexList .body .data li .head {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.6rem;
}

.c-flexList .body .data li .num {
  margin-bottom: 30px;
  color: #006AB8;
  font-size: 6.2rem;
  font-weight: bold;
  letter-spacing: -.03em;
}

.c-flexList .body .data li .num::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-flexList .body .data li .num::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-flexList .body .data li .num::-moz-selection {
  color: #006AB8;
}

.c-flexList .body .data li .num p::-moz-selection, .c-flexList .body .data li .num span::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-flexList .body .data li .num p::selection, .c-flexList .body .data li .num span::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-flexList .body .data li .num p::-moz-selection, .c-flexList .body .data li .num span::-moz-selection {
  color: #006AB8;
}

.c-flexList .body .data li .num span {
  margin-left: 7px;
  font-size: 1.6rem;
}

.c-flexList .body .data li .text {
  font-size: 1.4rem;
  line-height: 1.9;
}

.c-flexList .body .data li .note {
  margin-top: 15px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-flexList .body .data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-flexList .body .data li {
    width: 100%;
    margin-top: 20px;
    padding-top: 16px;
  }
  .c-flexList .body .data li .head {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .c-flexList .body .data li .num {
    float: left;
    width: 47%;
    font-size: 4.6rem;
    letter-spacing: -3px;
  }
  .c-flexList .body .data li .num span {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .c-flexList .body .data li .texts {
    float: right;
    width: 53%;
  }
  .c-flexList .body .data li .text {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .c-flexList .body .data li .note {
    margin-top: 10px;
    font-size: .9rem;
  }
}

.c-flexList .body .performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 66px;
  width: 100%;
}

.c-flexList .body .performance > li {
  border-top: 1px solid #DCDCDC;
  width: 46%;
  padding-top: 22px;
}

.c-flexList .body .performance > li .head {
  font-weight: bold;
  font-size: 1.6rem;
}

.c-flexList .body .performance > li.suppliers li {
  border: none;
  width: 100%;
  padding: 0;
  line-height: 2.35;
  font-size: 1.3rem;
}

.c-flexList .body .performance > li.suppliers li:before {
  content: "・";
  margin-right: 5px;
}

.c-flexList .body .performance > li.suppliers .note {
  margin-top: 5px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c-flexList .body .performance {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .c-flexList .body .performance > li {
    width: 100%;
  }
  .c-flexList .body .performance > li .head {
    font-size: 1.4rem;
  }
}

.c-flexList .c-wysiwyg .title {
  float: none;
  width: 100%;
  padding-bottom: 0;
}

.c-flexList .c-wysiwyg .title:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-flexList.old .title {
    padding-bottom: 10px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .c-flexList.old .c-wysiwyg {
    margin-left: 0;
    margin-right: 0;
  }
  .c-flexList.old .c-wysiwyg .title {
    font-size: 1.6rem;
  }
  .c-flexList.old .c-wysiwyg ul li,
  .c-flexList.old .c-wysiwyg ol li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-flexList .c-hdg-lg {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2rem;
  }
  .c-flexList .c-hdg-lg:after {
    left: 0;
  }
}

.c-graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 43px;
  width: 100%;
}

.c-graphs > li {
  border-top: 1px solid #DCDCDC;
  width: 30.3%;
  padding-top: 22px;
}

.c-graphs > li .head {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}

.c-graphs > li .c-graph-body .graph {
  position: relative;
  max-width: 160px;
  width: 100%;
}

.c-graphs > li .c-graph-body .guide {
  padding-top: 30px;
}

.c-graphs > li .c-graph-body .guide li {
  position: relative;
  border-top: none;
  width: 100%;
  margin-top: 10px;
  padding: 0 0 0 8.95%;
  font-size: 1.1rem;
  font-weight: bold;
}

.c-graphs > li .c-graph-body .guide li span {
  font-weight: normal;
}

.c-graphs > li .c-graph-body .guide li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 6px;
  width: 5.51%;
}

.c-graphs > li .c-graph-body .guide li:first-child:before {
  background: #006ab8 !important;
}

.c-graphs > li .c-graph-body .guide li:nth-child(4n - 2):before {
  background: #62b4f0;
}

.c-graphs > li .c-graph-body .guide li:nth-child(4n - 1):before {
  background: #a1d6fd;
}

.c-graphs > li .c-graph-body .guide li:nth-child(4n):before {
  background: #c3e5fd;
}

.c-graphs > li .c-graph-body .guide li:nth-child(4n - 3):before {
  background: #d7edfd;
}

.c-graphs.is-half > li {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .c-graphs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-graphs > li {
    width: 100%;
    padding-bottom: 30px;
  }
  .c-graphs > li .head {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .c-graphs > li .c-graph-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-graphs > li .c-graph-body .graph {
    position: relative;
    height: 140px;
  }
  .c-graphs > li .c-graph-body .graph canvas {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -6.5%;
    width: auto !important;
    height: 100% !important;
  }
  .c-graphs > li .c-graph-body .guide {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-top: 0;
    width: calc(100% - 170px);
    max-width: 60.7344633%;
  }
  .c-graphs > li .c-graph-body .guide li {
    margin-top: 5px;
  }
  .c-graphs.is-half > li {
    width: 100%;
  }
}

_:-ms-lang(x)::backdrop, .c-graphs li .body .graph canvas {
  height: 150px !important;
}

_:-ms-lang(x)::-ms-backdrop, .c-graphs li .body .graph canvas {
  height: 150px !important;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, .c-graphs > li .c-graph-body .guide li:before {
  top: 5px;
}

.c-service-list {
  margin-top: 58px;
  border-bottom: 1px solid #DCDCDC;
}

.c-service-list__title {
  position: relative;
  padding-left: 7%;
  color: #333;
  font-size: 2.6rem;
  font-weight: bold;
}

.c-service-list__title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 20px;
  background: #006AB8;
}

.c-service-list li {
  border-top: 1px solid #DCDCDC;
  padding: 25px 0;
}

.c-service-list li .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0 12px;
}

.c-service-list li .inner .text {
  width: 65%;
  font-size: 1.4rem;
  line-height: 1.9;
}

.c-service-list li .inner .link {
  width: 30%;
  margin: 0 0 0 5%;
  text-align: right;
}

.c-service-list li .inner .link a {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-service-list li .inner .link a:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-service-list li .inner .link a:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFF;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 12px;
  margin: -7px 0 0 2.5em;
}

.c-service-list li .inner .link a:hover:before {
  -webkit-animation: unset;
  animation: unset;
}

.c-service-list li .inner .link a:hover:after {
  -webkit-animation: c-imgTexts-acc-link .5s linear forwards;
  animation: c-imgTexts-acc-link .5s linear forwards;
}

@-webkit-keyframes c-imgTexts-acc-link {
  0% {
    right: 12px;
  }
  100% {
    right: -12px;
  }
}

@keyframes c-imgTexts-acc-link {
  0% {
    right: 12px;
  }
  100% {
    right: -12px;
  }
}

@media screen and (max-width: 767px) {
  .c-service-list {
    margin-top: 34px;
  }
  .c-service-list__title {
    font-size: 2rem;
  }
  .c-service-list__title:before {
    margin-top: 1px;
    left: 1px;
    width: 10px;
  }
  .c-service-list li {
    padding: 14px 0;
  }
  .c-service-list li .inner {
    display: block;
    padding: 24px 0 5px;
  }
  .c-service-list li .inner .text {
    width: 100%;
    font-size: 1.2rem;
  }
  .c-service-list li .inner .link {
    width: 100%;
    margin: 20px 0 0;
  }
  .c-service-list li .inner .link a {
    padding-right: 24px;
    font-size: 1.4rem;
  }
}

.c-fullBg {
  position: relative;
  margin-top: 130px;
  overflow: hidden;
}

.c-fullBg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .6s ease-out;
  transition: -webkit-transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.c-fullBg .bg:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.c-fullBg a {
  display: block;
}

.c-fullBg a:hover {
  opacity: 1;
}

.c-fullBg a:hover .bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform .6s ease-out;
  transition: -webkit-transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.c-fullBg__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 130px 0;
  height: 100%;
  max-width: 1170px;
  color: #FFF;
}

.c-fullBg__texts .inner {
  position: relative;
  border-left: 2px solid #FFF;
  width: 92.5%;
  padding-left: 7.5%;
}

.c-fullBg__texts .title {
  width: 54%;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.42;
}

.c-fullBg__texts .job {
  margin-top: 90px;
  font-size: 2rem;
  font-weight: bold;
}

.c-fullBg__texts .name {
  margin-top: 17px;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-fullBg__texts .note {
  margin-top: 2px;
  font-size: 1.3rem;
  font-weight: bold;
}

.c-fullBg__texts .more {
  position: absolute;
  right: 3.5%;
  bottom: -3px;
}

.c-fullBg__texts .more .link {
  position: relative;
  padding-right: 32px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}

.c-fullBg__texts .more .link:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_wh.png) no-repeat 100% 50%/12px auto;
}

.c-fullBg.txt-right .c-fullBg__texts {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-fullBg.txt-right .c-fullBg__texts .inner {
  border-left: none;
  border-right: 2px solid #FFF;
  padding-left: 38.647342995%;
  padding-right: 7.5%;
  width: 100%;
}

.c-fullBg.txt-right .c-fullBg__texts .title {
  width: 100%;
}

.c-fullBg.txt-right .c-fullBg__texts .more {
  right: 7.5%;
}

@media screen and (max-width: 767px) {
  .c-fullBg {
    margin-top: 80px;
    overflow: hidden;
  }
  .c-fullBg .bg {
    margin-left: -48%;
    width: 196%;
    max-width: unset;
  }
  .c-fullBg__texts {
    padding: 80px 0 70px;
    width: 86%;
  }
  .c-fullBg__texts .inner {
    margin-top: 10px;
    padding-left: 6%;
    width: 100%;
  }
  .c-fullBg__texts .title {
    width: 100%;
    font-size: 2.4rem;
  }
  .c-fullBg__texts .job {
    margin-top: 55px;
    font-size: 1.6rem;
  }
  .c-fullBg__texts .name {
    margin-top: 11px;
    font-size: 1.6rem;
  }
  .c-fullBg__texts .note {
    font-size: 1rem;
  }
  .c-fullBg__texts .more {
    bottom: -38px;
    right: 1.8%;
  }
  .c-fullBg__texts .more .link {
    padding-right: 23px;
    font-size: 1.2rem;
  }
  .c-fullBg__texts .more .link:after {
    top: 1px;
  }
  .c-fullBg.txt-right .bg {
    margin-left: -24%;
  }
  .c-fullBg.txt-right .c-fullBg__texts .inner {
    padding-left: 0;
  }
  .c-fullBg.txt-right .c-fullBg__texts .more {
    right: 0;
  }
}

.c-verticalTexts {
  overflow: hidden;
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .c-verticalTexts {
    padding: 0 7%;
    margin-top: 60px;
  }
}

.c-verticalTexts .title {
  position: relative;
  width: 66.66%;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 35px;
}

.c-verticalTexts .title.h2 {
  font-size: 3.4rem;
}

.c-verticalTexts .title:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #006AB8;
  bottom: 0;
  left: 0;
}

.c-verticalTexts .title-sub {
  margin: 5px 0 12px;
  letter-spacing: 0;
  color: #006AB8;
  font-size: 1.4rem;
  font-weight: 500;
}

.c-verticalTexts .title-sub::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-verticalTexts .title-sub::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-verticalTexts .title-sub::-moz-selection {
  color: #006AB8;
}

@media screen and (max-width: 767px) {
  .c-verticalTexts .title {
    font-size: 3.2rem;
    width: 100%;
    padding-bottom: 18px;
  }
  .c-verticalTexts .title.h2 {
    font-size: 2.4rem;
  }
  .c-verticalTexts .title:after {
    width: 40px;
  }
  .c-verticalTexts .title-sub {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}

.c-verticalTexts .text {
  float: right;
  width: 66.6%;
  margin-top: 51px;
  font-size: 1.6rem;
}

.c-verticalTexts .text p {
  margin-top: 38px;
  line-height: 2.3;
}

.c-verticalTexts .text p:first-child {
  margin-top: 0;
}

.c-verticalTexts .text .more {
  margin: 40px 0 8px;
  text-align: right;
}

.c-verticalTexts .text .more a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-verticalTexts .text .more a:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #FFF;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 12px;
    margin-top: -7px;
  }
}

.c-verticalTexts .text .more a:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-verticalTexts .text .more a:hover {
  opacity: 1;
}

.c-verticalTexts .text .more a:hover:before {
  -webkit-animation: c-verticalTexts-link .5s linear forwards;
  animation: c-verticalTexts-link .5s linear forwards;
}

@-webkit-keyframes c-verticalTexts-link {
  0% {
    right: 15px;
  }
  100% {
    right: -10px;
  }
}

@keyframes c-verticalTexts-link {
  0% {
    right: 15px;
  }
  100% {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-verticalTexts .text {
    width: 100%;
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .c-verticalTexts .text p {
    margin-top: 30px;
  }
  .c-verticalTexts .text .more {
    margin-top: 30px;
  }
  .c-verticalTexts .text .more a {
    font-size: 1.4rem;
  }
  .c-verticalTexts .text .more a:after {
    margin-left: 12px;
  }
}

.c-news {
  float: right;
  width: 66.6%;
  border-top: 1px solid #DCDCDC;
}

.c-news li {
  border-bottom: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0 45px;
}

.c-news li .date {
  width: 19%;
  margin: 1px 0 0 -1px;
  letter-spacing: 0;
  font-size: 1.1rem;
  color: #646464;
  font-weight: 500;
}

.c-news li .body a {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-news li .body a span {
  margin-left: 2px;
  font-size: 1rem;
  color: #646464;
}

.c-news li .body a[target="_blank"]:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 13px;
  background: url(../../assets/images/common/icon_blank.png) no-repeat 0 0/12px auto;
  margin-left: 10px;
  vertical-align: middle;
}

.c-news li .body a[href$=".pdf" i]:after {
  border-radius: 4px;
  content: "PDF";
  font-size: .8rem;
  color: #FFF;
  background: #0071E3;
  padding: 2px 5px;
  width: auto;
  height: auto;
  letter-spacing: 0;
  margin-left: 15px;
  vertical-align: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-news li .body a[href$=".pdf" i]:after {
    padding: 1px 5px;
  }
}

.c-news .listLink {
  text-align: right;
  position: relative;
  margin-top: 30px;
}

.c-news .listLink a {
  position: relative;
  display: block;
  padding-right: 36px;
  color: #0071E3;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-news .listLink a:before {
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #0071E3;
  right: 7px;
  top: 50%;
  margin-top: -2px;
}

.c-news .listLink:before {
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #0071E3;
  right: 14px;
  top: 50%;
  margin-top: -2px;
}

.c-news .listLink:after {
  display: block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #0071E3;
  right: 0;
  top: 45%;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .c-news {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .c-news li {
    padding: 8px 0 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-news li .date {
    width: 100%;
  }
  .c-news li .body {
    width: 100%;
  }
  .c-news .listLink {
    margin-top: 22px;
  }
  .c-news .listLink a {
    padding-right: 28px;
  }
}

.c-wysiwyg {
  margin: 52px 0 0 33.3%;
  font-size: 1.6rem;
  line-height: 2.2;
}

.c-wysiwyg .c-img {
  margin-bottom: 53px;
}

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

.c-wysiwyg .c-img.full {
  margin-left: -50%;
}

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

.c-wysiwyg .c-img + .caption {
  margin-top: -25px;
}

.c-wysiwyg .c-img + .title {
  margin-top: 53px;
}

.c-wysiwyg .title {
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 1.8rem;
}

.c-wysiwyg p.caption {
  margin-top: 28px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.8;
}

.c-wysiwyg p.caption + .title {
  margin-top: 53px;
}

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

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

.c-wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

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

.c-wysiwyg a {
  display: inline;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

.c-wysiwyg a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-wysiwyg a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-wysiwyg a::-moz-selection {
  color: #006AB8;
}

.c-wysiwyg a:before, .c-wysiwyg a:after {
  display: none;
}

.c-wysiwyg ul {
  display: block;
  margin-top: 30px;
}

.c-wysiwyg ul li {
  margin-top: 10px;
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: 1.6rem;
  line-height: 1.7;
}

.c-wysiwyg ul li:before {
  content: "・";
  padding: 0 8px 0 4px;
  color: #006AB8;
}

.c-wysiwyg ol {
  display: block;
  margin-top: 30px;
  counter-reset: num;
}

.c-wysiwyg ol li {
  position: relative;
  margin-top: 10px;
  font-size: 1.6rem;
  padding-left: 1.8em;
  text-indent: 0;
  line-height: 1.7;
  counter-increment: num;
}

.c-wysiwyg ol li:before {
  position: absolute;
  left: 3px;
  top: 0;
  display: inline-block;
  content: counter(num) ".";
  width: .3em;
  color: #006AB8;
}

.c-wysiwyg a.more {
  position: relative;
  display: block !important;
  text-align: right;
  margin-top: 42px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-wysiwyg a.more:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #FFF;
    bottom: 9px;
    right: 15px;
    width: 10px;
    height: 12px;
  }
}

.c-wysiwyg a.more:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-wysiwyg a.more:hover {
  opacity: 1;
}

.c-wysiwyg a.more:hover:before {
  -webkit-animation: c-verticalTexts-link .5s linear forwards;
  animation: c-verticalTexts-link .5s linear forwards;
}

@keyframes c-verticalTexts-link {
  0% {
    right: 15px;
  }
  100% {
    right: -10px;
  }
}

.c-wysiwyg small {
  display: block;
  margin-top: 15px;
  margin-bottom: 55px;
  font-size: 1.3rem;
  line-height: 1.9;
}

.c-wysiwyg small:last-child {
  margin-bottom: 0;
}

.c-wysiwyg .c-bg-gray {
  background: #F1F1F1;
  font-size: 1.5rem;
  margin: 55px 0;
  padding: 40px 50px;
  line-height: 2.2;
}

.c-wysiwyg .c-bg-gray:last-child {
  margin-bottom: 0;
}

.c-wysiwyg.is-half {
  margin: 52px 0 0 53.91%;
}

.c-wysiwyg.is-left {
  margin: 52px 33.3% 0 0;
}

@media screen and (max-width: 767px) {
  .c-wysiwyg {
    margin: 24px 7% 0;
    font-size: 1.4rem;
  }
  .c-wysiwyg .c-img {
    margin: 0 6.6% 35px;
  }
  .c-wysiwyg .c-img.full {
    margin: 0 0 35px;
  }
  .c-wysiwyg .c-img + .caption {
    margin-top: -17px;
  }
  .c-wysiwyg .c-img + .title {
    margin-top: 0;
  }
  .c-wysiwyg .title {
    margin: 0 0 21px;
    font-size: 1.6rem;
  }
  .c-wysiwyg p.caption {
    margin-top: 18px;
  }
  .c-wysiwyg p.caption + .title {
    margin-top: 35px;
  }
  .c-wysiwyg ul,
  .c-wysiwyg ol {
    margin-top: 24px;
  }
  .c-wysiwyg ul li,
  .c-wysiwyg ol li {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-wysiwyg a.more {
    margin-top: 38px;
    font-size: 1.4rem;
  }
  .c-wysiwyg a.more:after {
    margin-left: 12px;
  }
  .c-wysiwyg small {
    margin-top: 31px;
  }
  .c-wysiwyg .c-bg-gray {
    margin-top: 35px;
    padding: 20px 9%;
    font-size: 1.3rem;
    line-height: 2;
  }
  .c-wysiwyg.is-half {
    margin: 24px 7% 0;
  }
  .c-wysiwyg.is-left {
    margin: 24px 7% 0;
  }
}

.c-link {
  position: relative;
  display: block;
  text-align: right;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-link::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-link::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-link::-moz-selection {
  color: #006AB8;
}

@media screen and (min-width: 768px) {
  .c-link:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #FFF;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 12px;
    margin-top: -7px;
  }
}

.c-link:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-link:hover {
  opacity: 1;
}

.c-link:hover:before {
  -webkit-animation: c-verticalTexts-link .5s linear forwards;
  animation: c-verticalTexts-link .5s linear forwards;
}

@keyframes c-verticalTexts-link {
  0% {
    right: 15px;
  }
  100% {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-link {
    font-size: 1.4rem;
  }
  .c-link:after {
    margin-left: 12px;
  }
}

.c-link--leftArw {
  text-align: left;
  padding-left: 32px;
}

.c-link--leftArw:before {
  left: 15px;
  z-index: 1;
}

.c-link--leftArw:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-link--leftArw:after _:-ms-lang(x)::-ms-backdrop {
  top: 40%;
}

.c-link--leftArw:hover:before {
  -webkit-animation: c-verticalTexts-link-rev .5s linear forwards;
  animation: c-verticalTexts-link-rev .5s linear forwards;
}

@-webkit-keyframes c-verticalTexts-link-rev {
  0% {
    left: 15px;
  }
  100% {
    left: -10px;
  }
}

@keyframes c-verticalTexts-link-rev {
  0% {
    left: 15px;
  }
  100% {
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-link--leftArw {
    padding-left: 22px;
  }
  .c-link--leftArw:before {
    left: 12px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .c-link--leftArw:after {
  top: 40%;
}

.c-imgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-imgset .c-img {
  width: 48.4%;
}

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

.c-imgset .c-img .caption {
  margin-top: 28px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.8;
}

.c-imgset .c-img.full img {
  width: 100%;
}

.c-imgset .c-imgset-body {
  width: 41.3%;
}

.c-imgset .c-hdg-mb {
  margin: -4px 0 0;
}

.c-imgset .c-hdg-mb:before {
  left: -10.5%;
}

.c-imgset .c-wysiwyg {
  margin: 42px 0 0;
}

.c-imgset .c-wysiwyg a {
  text-align: left;
  display: inline-block;
}

.c-imgset .c-wysiwyg.is-notitle {
  margin: 0;
}

.c-imgset .c-wysiwyg.is-notitle p {
  margin-top: 0;
}

.c-imgset.img-left {
  margin-left: -11.6%;
}

.c-imgset.img-left .c-img .caption {
  margin-left: 21.6%;
}

.c-imgset.img-right {
  margin-right: -11.6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-imgset.img-right .caption {
  margin-right: 21.6%;
}

@media screen and (max-width: 767px) {
  .c-imgset {
    display: block;
    margin-top: 80px;
  }
  .c-imgset .c-img {
    width: 74.8%;
  }
  .c-imgset .c-img .caption {
    margin-top: 18px;
  }
  .c-imgset .c-imgset-body {
    width: 84%;
    margin: 26px 7% 0;
  }
  .c-imgset .c-hdg-mb {
    margin: 0 0 0 6.8%;
    padding: 0 7% 0 0;
  }
  .c-imgset .c-hdg-mb:before {
    left: -7%;
  }
  .c-imgset .c-wysiwyg {
    margin: 17px 0 0;
  }
  .c-imgset .c-wysiwyg p:first-child {
    margin-top: 0;
  }
  .c-imgset.img-left {
    margin-left: 0;
  }
  .c-imgset.img-left .c-img .caption {
    margin-left: 9.4%;
  }
  .c-imgset.img-right {
    margin-right: 0;
  }
  .c-imgset.img-right .c-img {
    margin-left: 25.2%;
  }
  .c-imgset.img-right .c-img .caption {
    margin-right: 9.4%;
  }
}

.c-floatImgSet {
  margin-top: 127px;
}

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

.c-floatImgSet-inner {
  margin-top: 60px;
  width: 66.666%;
  font-size: 1.6rem;
  line-height: 2.25;
}

.c-floatImgSet .c-img {
  margin-bottom: 16.426512968%;
  width: 80.691642651%;
}

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

.c-floatImgSet.img-left .c-floatImgSet-inner {
  margin-left: 33.333%;
}

.c-floatImgSet.img-left .c-img {
  float: left;
  margin-left: -67.346974063%;
  margin-right: 19.308357349%;
}

.c-floatImgSet.img-right .c-floatImgSet-inner {
  margin-right: 33.333%;
}

.c-floatImgSet.img-right .c-img {
  float: right;
  margin-right: -67.346974063%;
  margin-left: 19.308357349%;
}

@media screen and (max-width: 767px) {
  .c-floatImgSet {
    margin-top: 77px;
  }
  .c-floatImgSet-inner {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.142857143;
  }
  .c-floatImgSet-inner p {
    margin: 40px 7% 0;
  }
  .c-floatImgSet .c-img {
    margin-bottom: 0;
    width: 74.879227053%;
  }
  .c-floatImgSet.img-left .c-floatImgSet-inner {
    margin: 30px 0 0;
  }
  .c-floatImgSet.img-left .c-img {
    float: none;
    margin-left: 0;
    margin-right: 25%;
  }
  .c-floatImgSet.img-right .c-floatImgSet-inner {
    margin: 30px 0 0;
  }
  .c-floatImgSet.img-right .c-img {
    float: none;
    margin-right: 0;
    margin-left: 25%;
  }
}

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

.c-columnset.column-2 {
  margin-bottom: 118px;
}

.c-columnset.column-2 .c-column-item {
  width: 46.2%;
  margin: 52px 0 0 7.6%;
}

.c-columnset.column-2 .c-column-item:nth-child(2n - 1) {
  margin-left: 0;
}

.c-columnset.column-3 {
  margin-bottom: 126px;
}

.c-columnset.column-3 .c-column-item {
  width: 29.8%;
  margin: 52px 0 0 5.3%;
}

.c-columnset.column-3 .c-column-item:nth-child(3n - 2) {
  margin-left: 0;
}

.c-columnset.column-3 .c-column-item .c-wysiwyg {
  line-height: 1.9;
}

.c-columnset.column-3 .c-column-item .c-wysiwyg ul {
  margin-top: 20px;
}

.c-columnset.column-3 .c-column-item .c-wysiwyg ul li {
  line-height: 1.45;
}

.c-columnset.column-3 .c-column-item .c-wysiwyg a.more {
  margin-top: 32px;
}

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

.c-columnset .title {
  margin-top: 37px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-columnset .c-wysiwyg {
  margin: 25px 0 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  line-height: 1.95;
}

.c-columnset .c-wysiwyg ul,
.c-columnset .c-wysiwyg ol {
  margin-top: 22px;
}

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

.c-columnset .c-wysiwyg a.more {
  margin-top: 29px;
  color: #0071E3;
}

.c-columnset .c-column-item > a {
  position: relative;
  padding-bottom: 55px;
  border-bottom: 1px solid #111;
  display: block;
  color: #111;
  cursor: pointer;
}

.c-columnset .c-column-item > a .img {
  overflow: hidden;
}

.c-columnset .c-column-item > a .img img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.c-columnset .c-column-item > a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFF;
  bottom: 18px;
  right: 22px;
  width: 10px;
  height: 12px;
  z-index: 2;
}

.c-columnset .c-column-item > a:after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 18px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-columnset .c-column-item > a:hover {
  opacity: 1;
}

.c-columnset .c-column-item > a:hover .title,
.c-columnset .c-column-item > a:hover .c-wysiwyg {
  opacity: .7;
}

.c-columnset .c-column-item > a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-columnset .c-column-item > a:hover:before {
  -webkit-animation: c-columnset-link .5s linear forwards;
  animation: c-columnset-link .5s linear forwards;
}

@-webkit-keyframes c-columnset-link {
  0% {
    right: 22px;
  }
  100% {
    right: 0;
  }
}

@keyframes c-columnset-link {
  0% {
    right: 22px;
  }
  100% {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-columnset {
    display: block;
  }
  .c-columnset.column-2, .c-columnset.column-3 {
    margin-bottom: 0;
  }
  .c-columnset.column-2 .c-column-item, .c-columnset.column-3 .c-column-item {
    width: 70%;
    margin: 34px 15% 0 !important;
  }
  .c-columnset .title {
    margin-top: 26px;
    font-size: 1.6rem;
  }
  .c-columnset .c-wysiwyg {
    margin-top: 19px;
    line-height: 2.2;
  }
  .c-columnset .c-wysiwyg ul li,
  .c-columnset .c-wysiwyg ol li {
    margin-top: 13px;
    line-height: 1.6;
  }
  .c-columnset .c-column-item > a {
    padding-bottom: 40px;
  }
}

.c-listset {
  float: right;
  width: 66.6%;
}

.c-listset .summary {
  font-size: 1.6rem;
  line-height: 2.15;
}

.c-listset ul {
  display: block;
  margin-top: 42px;
}

.c-listset li {
  border-top: 1px solid #DCDCDC;
}

.c-listset li a {
  display: block;
  font-weight: bold;
  color: #000;
  padding: 16px 0 45px;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-listset li a span {
  margin-left: 2px;
  font-size: 1rem;
  color: #646464;
}

.c-listset li a:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: -1px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-listset li a[target="_blank"]:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 13px;
  background: url(../../assets/images/common/icon_blank.png) no-repeat 0 0/12px auto;
  margin-left: 10px;
  vertical-align: middle;
}

.c-listset li a[href$=".pdf" i]:after {
  border-radius: 4px;
  content: "PDF";
  font-size: .8rem;
  color: #FFF;
  background: #0071E3;
  padding: 2px 5px;
  width: auto;
  height: auto;
  letter-spacing: 0;
  margin-left: 15px;
  vertical-align: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-listset li a[href$=".pdf" i]:after {
    padding: 1px 5px;
  }
}

.c-listset .listLink a {
  position: relative;
  display: block;
  text-align: right;
  margin-top: -2px;
  font-size: 16px;
  font-weight: bold;
}

.c-listset .listLink a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-listset .listLink a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-listset .listLink a::-moz-selection {
  color: #006AB8;
}

@media screen and (min-width: 768px) {
  .c-listset .listLink a:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #FFF;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 12px;
    margin-top: -7px;
  }
}

.c-listset .listLink a:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-listset .listLink a:hover {
  opacity: 1;
}

.c-listset .listLink a:hover:before {
  -webkit-animation: c-verticalTexts-link .5s linear forwards;
  animation: c-verticalTexts-link .5s linear forwards;
}

@keyframes c-verticalTexts-link {
  0% {
    right: 15px;
  }
  100% {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-listset {
    float: none;
    width: 100%;
    margin-top: 13px;
  }
  .c-listset .summary {
    font-size: 1.4rem;
  }
  .c-listset ul {
    margin-top: 25px;
  }
  .c-listset ul li a {
    padding: 13px 0 23px;
    font-size: 1.4rem;
  }
  .c-listset .listLink a {
    margin-top: 13px;
    font-size: 1.4rem;
  }
  .c-listset .listLink a:after {
    margin-left: 10px;
  }
}

.c-articlelistset {
  overflow: hidden;
  margin-top: 58px;
  width: 100%;
}

.c-articlelistset .sortArea {
  float: right;
}

.c-articlelistset .sortArea .sort {
  display: inline-block;
  margin-left: 6.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
}

.c-articlelistset .sortArea .sort p {
  display: inline-block;
  color: #646464;
}

.c-articlelistset .sortArea .sort p .colon {
  margin: 0 5px;
}

.c-articlelistset .sortArea .sort .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.c-articlelistset .sortArea .sort .inner > a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-right: 3rem;
  color: #0071E3;
  font-size: 1.3rem;
  font-weight: bold;
}

.c-articlelistset .sortArea .sort .inner > a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-articlelistset .sortArea .sort .inner > a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-articlelistset .sortArea .sort .inner > a::-moz-selection {
  color: #006AB8;
}

.c-articlelistset .sortArea .sort .inner > a:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1px;
  margin-top: -5px;
  border-left: 2px solid #0071E3;
  border-bottom: 2px solid #0071E3;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-articlelistset .sortArea .sort ul {
  display: none;
  position: absolute;
  background: #FFF;
  width: 190px;
  margin-top: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.c-articlelistset .sortArea .sort ul li {
  margin-top: 10px;
  text-align: left;
  font-size: 1.3rem;
}

.c-articlelistset .sortArea .sort ul li:nth-child(1) {
  margin-top: 0;
}

.c-articlelistset .sortArea .sort ul li a {
  color: #646464;
}

.c-articlelistset .sortArea .sort ul li.active a {
  color: #0071E3;
}

.c-articlelistset .sortArea .sort ul li.active a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-articlelistset .sortArea .sort ul li.active a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-articlelistset .sortArea .sort ul li.active a::-moz-selection {
  color: #006AB8;
}

.c-articlelistset .sortArea .sort.active .sort .inner > a:before {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-articlelistset .sortArea .sort.date .inner > a {
  padding-right: 3.8rem;
}

.c-articlelistset .sortArea .sort:first-child {
  margin-left: 0;
}

.c-articlelistset .list {
  display: block;
  margin-top: 76px;
}

.c-articlelistset .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  padding: 16px 0 45px;
}

.c-articlelistset .item .date {
  font-size: 1.1rem;
  color: #646464;
}

.c-articlelistset .item a {
  display: block;
  color: #000;
  width: 66.7%;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-articlelistset .item a span {
  margin-left: 2px;
  font-size: 1rem;
  color: #646464;
}

.c-articlelistset .item a:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: -1px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-articlelistset .item a[target="_blank"]:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 13px;
  background: url(../../assets/images/common/icon_blank.png) no-repeat 0/12px auto;
  margin-left: 6px;
  vertical-align: middle;
}

.c-articlelistset .item a[href$=".pdf" i]:after {
  border-radius: 4px;
  content: "PDF";
  font-size: 1rem;
  color: #FFF;
  background: #0071E3;
  padding: 2px 5px;
  width: auto;
  height: auto;
  letter-spacing: 0;
  margin-left: 6px;
  vertical-align: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-articlelistset .item a[href$=".pdf" i]:after {
    padding: 1px 5px;
  }
}

.c-articlelistset .item:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .c-articlelistset {
    float: none;
    width: 100%;
    padding: 0 7%;
    margin-top: 38px;
  }
  .c-articlelistset .sortArea {
    float: none;
  }
  .c-articlelistset .sortArea .sort {
    margin-left: 3.5rem;
  }
  .c-articlelistset .sortArea .sort .inner a {
    padding-right: 28px;
  }
  .c-articlelistset .sortArea .sort .inner > a {
    padding-right: 10%;
  }
  .c-articlelistset .sortArea .sort.date .inner > a {
    padding-right: 20%;
  }
  .c-articlelistset .list {
    margin-top: 36px;
  }
  .c-articlelistset .list .item {
    display: block;
    padding: 16px 0 20px;
  }
  .c-articlelistset .list .item .date {
    font-size: 1rem;
    font-weight: bold;
  }
  .c-articlelistset .list .item a {
    width: 100%;
    padding: 5px 0;
    font-size: 1.4rem;
  }
}

.c-linkbtnset {
  float: right;
  width: 66.6%;
}

.c-linkbtnset .summary {
  font-size: 1.6rem;
  line-height: 2.15;
}

.c-linkbtnset .c-linkbtn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-linkbtnset .c-linkbtn-item a {
  display: block;
  position: relative;
  margin-top: 39px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 88% 50%/12px auto #000;
  padding: 16px 10% 16px 5.5%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-linkbtnset .c-linkbtn-item a:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  top: 50%;
  right: calc(12% + 12px);
  width: 10px;
  height: 12px;
  margin-top: -5px;
}

.c-linkbtnset .c-linkbtn-item a:hover {
  opacity: .9;
}

.c-linkbtnset .c-linkbtn-item a:hover:after {
  -webkit-animation: c-linkbtnset-link .5s linear forwards;
  animation: c-linkbtnset-link .5s linear forwards;
}

@-webkit-keyframes c-linkbtnset-link {
  0% {
    right: calc(12% + 12px);
  }
  100% {
    right: calc(12% - 12px);
  }
}

@keyframes c-linkbtnset-link {
  0% {
    right: calc(12% + 12px);
  }
  100% {
    right: calc(12% - 12px);
  }
}

.c-linkbtnset .c-linkbtn-item.column-1 p {
  width: 100%;
}

.c-linkbtnset .c-linkbtn-item.column-1 a {
  width: 50%;
}

.c-linkbtnset .c-linkbtn-item.column-1.notitle p:nth-child(-n + 1) a {
  margin-top: 0;
}

.c-linkbtnset .c-linkbtn-item.column-2 a {
  width: 46%;
  margin-left: 8%;
}

.c-linkbtnset .c-linkbtn-item.column-2 a:nth-child(2n - 1) {
  margin-left: 0;
}

.c-linkbtnset .c-linkbtn-item.column-2.notitle a:nth-child(-n + 2) {
  margin-top: 0;
}

.c-linkbtnset .c-linkbtn-item.column-3 a {
  width: 30.1%;
  margin-left: 4.8%;
}

.c-linkbtnset .c-linkbtn-item.column-3 a:nth-child(3n - 2) {
  margin-left: 0;
}

.c-linkbtnset .c-linkbtn-item.column-3.notitle a:nth-child(-n + 3) {
  margin-top: 0;
}

.c-linkbtnset .listLink a {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 45px;
  font-size: 16px;
  font-weight: bold;
}

.c-linkbtnset .listLink a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-linkbtnset .listLink a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-linkbtnset .listLink a::-moz-selection {
  color: #006AB8;
}

@media screen and (min-width: 768px) {
  .c-linkbtnset .listLink a:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #FFF;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 12px;
    margin-top: -7px;
  }
}

.c-linkbtnset .listLink a:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-linkbtnset .listLink a:hover {
  opacity: 1;
}

.c-linkbtnset .listLink a:hover:before {
  -webkit-animation: c-verticalTexts-link .5s linear forwards;
  animation: c-verticalTexts-link .5s linear forwards;
}

@keyframes c-verticalTexts-link {
  0% {
    right: 15px;
  }
  100% {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-linkbtnset {
    float: none;
    width: 100%;
    margin-top: 13px;
  }
  .c-linkbtnset .summary {
    font-size: 1.4rem;
  }
  .c-linkbtnset .c-linkbtn-item {
    margin-top: 10px;
  }
  .c-linkbtnset .c-linkbtn-item a {
    float: none;
    margin: 20px auto 0 !important;
    padding: 17px 26% 16px 11.5%;
    line-height: 1.5;
  }
  .c-linkbtnset .c-linkbtn-item.column-1 a {
    width: 100%;
  }
  .c-linkbtnset .c-linkbtn-item.column-1.notitle p:nth-child(-n + 1) a {
    margin-top: 0;
  }
  .c-linkbtnset .c-linkbtn-item.column-2 a {
    width: 81.5%;
  }
  .c-linkbtnset .c-linkbtn-item.column-2.notitle a:nth-child(-n + 2) {
    margin-top: 0;
  }
  .c-linkbtnset .c-linkbtn-item.column-3 a {
    width: 70%;
  }
  .c-linkbtnset .c-linkbtn-item.column-3.notitle a:nth-child(-n + 3) {
    margin-top: 0;
  }
  .c-linkbtnset .listLink a {
    margin-top: 41px;
    font-size: 1.4rem;
  }
  .c-linkbtnset .listLink a:after {
    margin-left: 10px;
  }
}

.c-imglinkset .summary {
  float: right;
  width: 66.6%;
  font-size: 1.6rem;
  line-height: 2.15;
}

@media screen and (max-width: 767px) {
  .c-imglinkset .summary {
    float: none;
    width: 100%;
    margin-top: 14px;
    font-size: 1.4rem;
  }
}

.c-imglinkset .c-hdg-lg {
  font-size: 2.8rem;
}

.c-imglinkset .c-hdg-lg:after {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .c-imglinkset .c-hdg-lg:after {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-imglinkset .c-flexList .title {
    width: 100%;
  }
  .c-imglinkset .c-flexList .title:after {
    width: 20px;
  }
}

.c-imglinkset .c-imglink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 70px auto 0;
}

.c-imglinkset .c-imglink li {
  position: relative;
  background-color: #eee;
  width: 100%;
  height: 39.0625vw;
  overflow: hidden;
}

.c-imglinkset .c-imglink li a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-imglinkset .c-imglink li a:hover {
  opacity: 1;
}

.c-imglinkset .c-imglink li a:hover .bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-imglinkset .c-imglink li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.c-imglinkset .c-imglink li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.c-imglinkset .c-imglink li .title {
  position: absolute;
  left: 16%;
  width: 68%;
  bottom: 112px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: 4px;
  z-index: 3;
}

.c-imglinkset .c-imglink li .sub {
  position: absolute;
  left: 15.5%;
  bottom: 77px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0;
  z-index: 3;
}

@media screen and (min-width: 1441px) {
  .c-imglinkset .c-imglink li {
    height: 563px;
  }
}

@media screen and (max-width: 767px) {
  .c-imglinkset .c-imglink {
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-imglinkset .c-imglink li {
    width: 50%;
    height: 78.260869565vw;
  }
  .c-imglinkset .c-imglink li .title {
    left: 15%;
    bottom: 70px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .c-imglinkset .c-imglink li .sub {
    bottom: 45px;
    font-size: 1rem;
  }
}

.c-imglinkset .c-imglink.interviewLink li .bg {
  background-position: 70% 50%;
}

.c-imglinkset .c-imglink.interviewLink li.txt-right .bg {
  background-position: 30% 50%;
}

.c-imglinkset + .sectLg > .f-breadcrumbs {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-imglinkset + .sectLg > .f-breadcrumbs {
    margin-top: 25px;
  }
}

.c-anchorset {
  margin-top: 124px;
}

.c-anchorset + .c-anchorset {
  margin-top: 63px;
}

.c-anchorset.anchor-3 {
  width: 66.6%;
  margin-left: 33.4%;
}

.c-anchorset.anchor-3 li {
  width: 30.3%;
  margin-left: 4.55%;
}

.c-anchorset.anchor-3 li:nth-child(-n+3) a {
  margin-top: 0;
}

.c-anchorset.anchor-3 li:nth-child(3n - 2) {
  margin-left: 0;
}

.c-anchorset.anchor-4 li {
  width: 22.7%;
  margin-left: 3.05%;
}

.c-anchorset.anchor-4 li:nth-child(-n+4) a {
  margin-top: 0;
}

.c-anchorset.anchor-4 li:nth-child(4n - 3) {
  margin-left: 0;
}

.c-anchorset.anchor-4 li a {
  padding-right: 55px;
}

.c-anchorset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-anchorset li a {
  position: relative;
  margin-top: 60px;
  border-top: 1px solid #DCDCDC;
  display: block;
  padding: 17px 30px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}

.c-anchorset li a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFF;
  top: 9px;
  right: 10px;
  width: 10px;
  height: 12px;
  z-index: 2;
}

.c-anchorset li a:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 21px;
  right: 10px;
  width: 10px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-anchorset li a:hover {
  opacity: 1;
}

.c-anchorset li a:hover:before {
  -webkit-animation: c-anchorset-link .5s linear forwards;
  animation: c-anchorset-link .5s linear forwards;
}

@-webkit-keyframes c-anchorset-link {
  0% {
    top: 9px;
  }
  100% {
    top: 32px;
  }
}

@keyframes c-anchorset-link {
  0% {
    top: 9px;
  }
  100% {
    top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .c-anchorset.anchor-3 li:nth-child(3n - 2) {
    margin-left: auto;
  }
  .c-anchorset, .c-anchorset.anchor-3, .c-anchorset.anchor-4 {
    margin: 47px 7% 0;
    width: 86%;
  }
  .c-anchorset + .c-anchorset, .c-anchorset.anchor-3 + .c-anchorset, .c-anchorset.anchor-4 + .c-anchorset {
    margin-top: 30px;
  }
  .c-anchorset li, .c-anchorset.anchor-3 li, .c-anchorset.anchor-4 li {
    width: 45%;
    margin: 26px 0 0 10%;
  }
  .c-anchorset li:nth-child(2n - 1), .c-anchorset.anchor-3 li:nth-child(2n - 1), .c-anchorset.anchor-4 li:nth-child(2n - 1) {
    margin-left: 0;
  }
  .c-anchorset li a, .c-anchorset.anchor-3 li a, .c-anchorset.anchor-4 li a {
    margin-top: 0;
    padding-top: 12px;
    font-size: 1.3rem;
  }
  .c-anchorset li a:after, .c-anchorset.anchor-3 li a:after, .c-anchorset.anchor-4 li a:after {
    top: 9px;
    right: 4px;
    width: 16px;
    height: 16px;
  }
  .c-anchorset li a::before {
    content: none;
  }
}

.c-anchorset.old {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-anchorset.old {
    margin-top: 14px;
  }
}

.c-anchoriconset {
  margin-top: 51px;
}

.c-anchoriconset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-anchoriconset ul li {
  width: 14.5%;
  margin-left: 2.6%;
}

.c-anchoriconset ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 0 62px;
  text-align: center;
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}

.c-anchoriconset ul li a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-anchoriconset ul li a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFF;
  bottom: 37px;
  left: 50%;
  width: 10px;
  height: 12px;
  margin-left: -5px;
  z-index: 2;
}

.c-anchoriconset ul li a:after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 25px;
  left: 50%;
  width: 10px;
  height: 12px;
  margin-left: -5px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-anchoriconset ul li a:hover {
  opacity: 1;
}

.c-anchoriconset ul li a:hover:before {
  -webkit-animation: c-anchoriconset-link .5s linear forwards;
  animation: c-anchoriconset-link .5s linear forwards;
}

@-webkit-keyframes c-anchoriconset-link {
  0% {
    bottom: 37px;
  }
  100% {
    bottom: 14px;
  }
}

@keyframes c-anchoriconset-link {
  0% {
    bottom: 37px;
  }
  100% {
    bottom: 14px;
  }
}

.c-anchoriconset ul li:nth-child(6n - 5) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-anchoriconset {
    width: 86%;
    margin: 33px 7% 0;
  }
  .c-anchoriconset ul li {
    width: 28.1%;
    margin: 20px 0 0 7.85%;
  }
  .c-anchoriconset ul li:nth-child(3n - 2) {
    margin-left: 0;
  }
  .c-anchoriconset ul li a {
    padding: 15px 0 44px;
    font-size: 1.1rem;
  }
  .c-anchoriconset ul li a .img {
    margin-top: 12px;
    width: 40px;
    height: 43px;
  }
  .c-anchoriconset ul li a:after {
    bottom: 15px;
  }
  .c-anchoriconset ul li a:hover:before {
    -webkit-animation: none;
    animation: none;
  }
}

.c-accordionset {
  border-top: 1px solid #DCDCDC;
}

.c-accordionset > li {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 55px;
}

.c-accordionset > li.active {
  padding-bottom: 0;
}

.c-accordionset > li.active .toggle {
  padding-top: 32px;
}

.c-accordionset > li.active .toggle:after {
  display: block;
}

.c-accordionset .toggle {
  position: relative;
  padding: 32px 50px 35px 0;
  display: block;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

.c-accordionset .toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2%;
  height: 2px;
  width: 16px;
  background: #006AB8;
}

.c-accordionset .toggle:after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 2%;
  height: 2px;
  width: 16px;
  background: #006AB8;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-accordionset-body .listLink {
  margin-left: 5.5%;
}

.c-accordionset-body .listLink a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-accordionset-body .listLink a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-accordionset-body .listLink a::-moz-selection {
  color: #006AB8;
}

.c-accordionset-list {
  margin: -26px 5.5% 0;
}

.c-accordionset-list-item .title {
  float: none;
  width: 100%;
  margin-top: 49px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-accordionset-list-item .title:after {
  display: none;
}

.c-accordionset-list-item > a {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

.c-accordionset-list-item > a::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-accordionset-list-item > a::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-accordionset-list-item > a::-moz-selection {
  color: #006AB8;
}

.c-accordionset-list-item > a span {
  font-size: 1rem;
  color: #0071E3;
}

.c-accordionset-list-item > a span::-moz-selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-accordionset-list-item > a span::selection {
  background: #B4D5FE;
  color: #006AB8;
}

.c-accordionset-list-item > a span::-moz-selection {
  color: #006AB8;
}

.c-accordionset-list-item a[target="_blank"]:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 13px;
  background: url(../../assets/images/common/icon_blank.png) no-repeat 0 0/12px auto;
  margin-left: 6px;
  vertical-align: middle;
}

.c-accordionset-list-item a[href$=".pdf" i]:after {
  border-radius: 4px;
  content: "PDF";
  font-size: .8rem;
  color: #FFF;
  background: #0071E3;
  padding: 2px 5px;
  width: auto;
  height: auto;
  letter-spacing: 0;
  margin-left: 15px;
  vertical-align: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-accordionset-list-item a[href$=".pdf" i]:after {
    padding: 1px 5px;
  }
}

.c-accordionset .c-wysiwyg {
  margin: 55px 0 0 5.5%;
}

.c-accordionset .c-wysiwyg .title {
  float: none;
  width: 100%;
  margin: 42px 0 25px;
  padding-bottom: 0;
  line-height: 2.2;
}

.c-accordionset .c-wysiwyg .title:after {
  display: none;
}

.c-accordionset .listLink a {
  position: relative;
  display: inline-block;
  margin-top: 45px;
  font-size: 16px;
  font-weight: bold;
}

.c-accordionset .listLink a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #FFF;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 12px;
  margin-top: -7px;
}

.c-accordionset .listLink a:after {
  position: static;
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.c-accordionset .listLink a:hover {
  opacity: 1;
}

.c-accordionset .listLink a:hover:before {
  -webkit-animation: c-accordionset-link .5s linear forwards;
  animation: c-accordionset-link .5s linear forwards;
}

@-webkit-keyframes c-accordionset-link {
  0% {
    right: 12px;
  }
  100% {
    right: -10px;
  }
}

@keyframes c-accordionset-link {
  0% {
    right: 12px;
  }
  100% {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .c-accordionset {
    margin-top: 40px;
  }
  .c-accordionset > li {
    padding-bottom: 38px;
  }
  .c-accordionset > li.active {
    padding-bottom: 0;
  }
  .c-accordionset > li.active .toggle {
    padding-top: 16px;
  }
  .c-accordionset .toggle {
    padding: 16px 50px 16px 0;
    font-size: 1.6rem;
  }
  .c-accordionset .toggle:before, .c-accordionset .toggle:after {
    width: 14px;
    right: 3%;
  }
  .c-accordionset-body .listLink {
    margin-left: 9%;
    margin-right: 9%;
  }
  .c-accordionset-list {
    margin: -16px 9% 0;
  }
  .c-accordionset-list-item .title {
    margin-top: 44px;
    font-size: 1.4rem;
  }
  .c-accordionset-list-item > a {
    font-size: 1.4rem;
  }
  .c-accordionset .c-wysiwyg {
    margin: 40px 9% 0;
  }
  .c-accordionset .c-wysiwyg .c-img {
    margin: 0;
  }
  .c-accordionset .c-wysiwyg .title {
    margin: 23px 0 21px;
  }
  .c-accordionset .listLink a {
    margin: 32px 0 0 3px;
    font-size: 1.4rem;
  }
}

.c-accordionset.c-faq > li {
  position: relative;
  padding-bottom: 35px;
}

.c-accordionset.c-faq > li.active {
  padding-bottom: 25px;
}

.c-accordionset.c-faq > li:before {
  position: absolute;
  content: "Q.";
  top: 34px;
  left: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #006AB8;
}

.c-accordionset.c-faq > li .toggle {
  padding: 38px 12% 10px 8.5%;
}

.c-accordionset.c-faq > li .toggle:before, .c-accordionset.c-faq > li .toggle:after {
  margin-top: 7px;
}

.c-accordionset.c-faq .c-accordionset-body {
  position: relative;
  margin: 30px 0 0 8.5%;
  width: 78%;
}

.c-accordionset.c-faq .c-accordionset-body:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "A.";
  font-size: 2.2rem;
  font-weight: 500;
  color: #006AB8;
}

.c-accordionset.c-faq .c-accordionset-body .c-wysiwyg {
  margin: 0 0 0 9.5%;
}

.c-accordionset.c-faq .c-accordionset-body .listLink {
  margin: 0;
}

.c-accordionset.c-faq .c-accordionset-body .listLink a {
  margin: 30px 0 0 9.5%;
}

@media screen and (max-width: 767px) {
  .c-accordionset.c-faq > li.active {
    padding-bottom: 0;
  }
  .c-accordionset.c-faq > li:before {
    top: 16px;
    left: 2px;
    font-size: 1.8rem;
  }
  .c-accordionset.c-faq > li .toggle {
    padding: 16px 12% 16px 8.5%;
  }
  .c-accordionset.c-faq > li .toggle:before, .c-accordionset.c-faq > li .toggle:after {
    margin-top: 1px;
  }
  .c-accordionset.c-faq .c-accordionset-body {
    margin-top: 2px;
    width: 91.5%;
  }
  .c-accordionset.c-faq .c-accordionset-body:before {
    position: static;
    margin-bottom: -15px;
    font-size: 1.8rem;
  }
  .c-accordionset.c-faq .c-accordionset-body .c-wysiwyg {
    margin: 14px 0 0;
  }
  .c-accordionset.c-faq .c-accordionset-body .listLink {
    margin: 0;
  }
  .c-accordionset.c-faq .c-accordionset-body .listLink a {
    margin: 20px 0 0;
  }
}

.c-tableset {
  margin-top: 55px;
}

.c-tableset table {
  width: calc(100% - 1px);
  border-top: 1px solid #DCDCDC;
}

.c-tableset table thead th {
  background: #646464;
  border-left: 1px solid #DCDCDC;
  padding: 24px 3%;
  font-weight: bold;
  color: #FFF;
}

.c-tableset table tbody th {
  background: #DCDCDC;
  padding: 21px 3%;
  font-weight: bold;
  border-bottom: 1px solid #F9F9F9;
}

.c-tableset table th {
  font-size: 1.5rem;
  text-align: left;
}

.c-tableset table td {
  padding: 21px 3%;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  font-size: 1.5rem;
  background: #FFF;
}

.c-tableset.color table tr:nth-child(2n) td {
  background: #F9F9F9;
}

.c-tableset.t-small table thead th,
.c-tableset.t-small table tbody th {
  padding: 1%;
  font-size: 1.3rem;
}

.c-tableset.t-small table td {
  padding: 1%;
  font-size: 1.3rem;
}

.c-tableset .caption {
  margin: 28px 0 0 33.3%;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-tableset {
    margin-top: 23px;
  }
  .c-tableset .inner {
    position: relative;
    overflow-y: auto;
    margin: 0 7%;
    padding: 0 0 10px;
    width: 86.1%;
  }
  .c-tableset .inner .ps__rail-x {
    opacity: 1;
    border-radius: 2px;
    height: 2px;
    background-color: #DCDCDC;
  }
  .c-tableset .inner .ps--active-x > .ps__rail-x,
  .c-tableset .inner .ps--active-y > .ps__rail-y {
    border-radius: 2px;
  }
  .c-tableset .inner .ps__thumb-x {
    bottom: 0;
    height: 2px;
    background-color: #B3B3B3;
  }
  .c-tableset table {
    width: 215%;
  }
  .c-tableset table thead th {
    padding: 16px 2.2%;
    font-size: 1.4rem;
  }
  .c-tableset table tbody th,
  .c-tableset table tbody td {
    padding: 16px 2.2%;
    font-size: 1.4rem;
  }
  .c-tableset .caption {
    margin: 15px 7% 0;
  }
}

.c-movie .movie {
  position: relative;
  margin-left: 33.4%;
  width: 66.6%;
  padding-bottom: 37.5%;
  height: 0;
  overflow: hidden;
  margin-top: 53px;
}

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

.c-movie .caption {
  margin: 28px 0 0 33.3%;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-movie .movie {
    margin: 24px 7% 0;
    width: 86%;
    padding-bottom: 48%;
  }
  .c-movie .caption {
    margin: 21px 7% 0;
  }
}

.c-gmap {
  position: relative;
  margin-top: 130px;
  padding-top: 48.365384615%;
  height: 0;
  width: 100%;
}

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

@media screen and (max-width: 767px) {
  .c-gmap {
    margin: 80px 7% 0;
    padding-top: 72.881355932%;
    width: 86%;
  }
}

.c-baseInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 130px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 36px 0 60px;
}

.c-baseInfo + .c-baseInfo {
  margin-top: 0;
  border-top: none;
}

.c-baseInfo__head {
  padding-right: 5.384615385%;
  width: 33.333%;
  font-size: 2.2rem;
  line-height: 1.454545455;
  font-weight: bold;
}

.c-baseInfo__body {
  width: 66.666%;
  font-size: 1.5rem;
  line-height: 2;
}

.c-baseInfo__body > p + p {
  margin-top: 4px;
}

.c-baseInfo h2 {
  position: relative;
  padding-left: 40px;
}

.c-baseInfo h2:before {
  content: '';
  position: absolute;
  top: calc(.7em - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #006AB8;
}

.c-baseInfo .c-link {
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-baseInfo {
    display: block;
    margin: 80px 7% 0;
    padding: 30px 0 40px;
  }
  .c-baseInfo__head {
    padding-right: 0;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.222222222;
  }
  .c-baseInfo__body {
    width: 100%;
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.571428571;
  }
  .c-baseInfo__body > p + p {
    margin-top: 1.3em;
  }
  .c-baseInfo h2 {
    padding-left: 30px;
  }
  .c-baseInfo h2:before {
    top: 10px;
    width: 10px;
  }
  .c-baseInfo .c-link {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

.c-backLink {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .c-backLink {
    margin: 60px 7% 0;
  }
}

.o-linkset-item .title {
  margin-top: 50px;
  font-weight: bold;
  font-size: 1.8rem;
}

.o-linkset-item a {
  display: block;
  border-top: 1px solid #DCDCDC;
  margin-top: 27px;
  padding: 16px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.o-linkset-item a span {
  margin-left: 2px;
  font-size: 1rem;
  color: #646464;
}

.o-linkset-item a:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: -1px;
  background: url(../../assets/images/common/arrow_r_bl.png) no-repeat 100% 50%/12px auto;
}

.o-linkset-item a[target="_blank"]:after {
  position: static;
  display: inline-block;
  content: "";
  width: 12px;
  height: 13px;
  background: url(../../assets/images/common/icon_blank.png) no-repeat 0 0/12px auto;
  margin-left: 6px;
  vertical-align: middle;
}

.o-linkset-item a[href$=".pdf" i]:after {
  border-radius: 4px;
  content: "PDF";
  font-size: .8rem;
  color: #FFF;
  background: #0071E3;
  padding: 2px 5px;
  width: auto;
  height: auto;
  letter-spacing: 0;
  margin-left: 15px;
  vertical-align: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .o-linkset-item a[href$=".pdf" i]:after {
    padding: 1px 5px;
  }
}

.o-linkset-item p {
  border-top: 1px solid #DCDCDC;
  margin-top: 27px;
  padding: 16px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.o-linkset.column-1 {
  margin: 30px 0 0 33.4%;
}

.o-linkset.column-3 {
  margin: -11px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-linkset.column-3 .o-linkset-item {
  width: 29.9%;
  margin: 62px 0 0 5.15%;
}

.o-linkset.column-3 .o-linkset-item:nth-child(3n - 2) {
  margin-left: 0;
}

.o-linkset.column-3 .o-linkset-item .title {
  margin: 0 0 12px;
}

.o-linkset.column-3 .o-linkset-item a,
.o-linkset.column-3 .o-linkset-item p {
  margin-top: 0;
}

.o-linkset.column-5 {
  margin: -14px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-linkset.column-5 .o-linkset-item {
  width: 17.4%;
  margin: 62px 0 0 3.25%;
}

.o-linkset.column-5 .o-linkset-item:nth-child(5n - 4) {
  margin-left: 0;
}

.o-linkset.column-5 .o-linkset-item .title {
  margin: 0 0 6px;
}

.o-linkset.column-5 .o-linkset-item a,
.o-linkset.column-5 .o-linkset-item p {
  margin-top: 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .o-linkset .title {
    margin-top: 23px;
    font-size: 1.6rem;
  }
  .o-linkset a,
  .o-linkset p {
    margin-top: 17px;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .o-linkset.column-1 {
    margin: 21px 7% 0;
  }
  .o-linkset.column-3 {
    margin: 24px 12% 0;
    display: block;
  }
  .o-linkset.column-3 .o-linkset-item {
    width: 100%;
    margin: 9px 0 0;
  }
  .o-linkset.column-3 .o-linkset-item .title {
    margin: 17px 0 16px;
  }
  .o-linkset.column-3 .o-linkset-item a,
  .o-linkset.column-3 .o-linkset-item p {
    padding: 14px 0;
  }
  .o-linkset.column-5 {
    margin: 22px 15% 0;
    display: block;
  }
  .o-linkset.column-5 .o-linkset-item {
    width: 100%;
    margin: 9px 0 0;
  }
  .o-linkset.column-5 .o-linkset-item .title {
    margin: 17px 0 10px;
  }
  .o-linkset.column-5 .o-linkset-item a,
  .o-linkset.column-5 .o-linkset-item p {
    padding: 14px 0;
  }
}

.o-imgset {
  margin: 50px 0 0;
  overflow: hidden;
}

.o-imgset + .o-imgset {
  margin-top: 125px;
}

.o-imgset-img {
  width: 42.4%;
  margin: 0 auto;
}

.o-imgset-img img {
  max-width: 100%;
}

.o-imgset-img .caption {
  margin-top: 30px;
  font-size: 1.3rem;
}

.o-imgset-text {
  width: 67%;
  margin: 52px auto 0;
}

.o-imgset-text .title {
  font-size: 1.8rem;
  font-weight: bold;
}

.o-imgset-text .text {
  margin-top: 26px;
  font-size: 1.6rem;
  line-height: 2.3;
}

.o-imgset.img-left .o-imgset-img {
  float: left;
  margin: 0 11.7% 110px 0;
}

.o-imgset.img-left .o-imgset-text {
  margin: 0 0 0 33.3%;
  width: 66.7%;
}

.o-imgset.img-left .o-imgset-text .text {
  margin-top: 20px;
}

.o-imgset.img-right .o-imgset-img {
  float: right;
  margin: 0 0 110px 11.7%;
}

.o-imgset.img-right .o-imgset-text {
  margin: 0 33.3% 0 0;
  width: 66.7%;
}

.o-imgset.img-right .o-imgset-text .text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .o-imgset {
    margin: 23px 0 0;
  }
  .o-imgset + .o-imgset {
    margin-top: 75px;
  }
  .o-imgset-img {
    width: 74.6%;
  }
  .o-imgset-img .caption {
    margin: 19px 0 0;
  }
  .o-imgset-text {
    width: 86%;
    margin: 35px 7% 0;
  }
  .o-imgset-text .title {
    font-size: 1.6rem;
  }
  .o-imgset-text .text {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .o-imgset.img-left .o-imgset-img {
    float: none;
    margin: 0;
  }
  .o-imgset.img-left .o-imgset-img .caption {
    margin: 21px 0 0 10%;
  }
  .o-imgset.img-left .o-imgset-text {
    margin: 36px 7% 0;
    width: 86%;
  }
  .o-imgset.img-right .o-imgset-img {
    margin: 0;
  }
  .o-imgset.img-right .o-imgset-text {
    clear: both;
    padding-top: 36px;
    margin: 0 7%;
    width: 86%;
  }
}

/**
 * Project
 */
/**
 * Other
 */
/**
 * Utility
 */
.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

/**
 * keyframes
 */
