@charset "UTF-8";
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  width: 100%;
  height: 100%;
}

.objectFitContain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
  width: 100%;
  height: 100%;
}

.objectFitTop {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
  width: 100%;
  height: 100%;
}

.objectFitRight {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
  font-family: "object-fit: cover; object-position: 100% center;";
  width: 100%;
  height: 100%;
}

.objectFitLeft {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 center;
     object-position: 0 center;
  font-family: "object-fit: cover; object-position: 0 center;";
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  font-weight: 500;
}

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;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

input:not([type=radio], [type=checkbox]),
select,
textarea {
  -webkit-appearance: none;
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
}

textarea {
  resize: none;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #8b8880;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
}
blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: "";
}
q:before, q:after {
  content: none;
}

hr {
  margin: 0;
  padding: 0;
}

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

img {
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #62615b;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

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

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

.fade, .pg-topics.single .article a {
  transition: 0.3s ease-in-out;
}
.fade:hover, .pg-topics.single .article a:hover {
  opacity: 0.7;
}

.hardfade {
  transition: 0.3s ease-in-out;
}
.hardfade:hover {
  opacity: 0.4;
}

.inner {
  max-width: 1228px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .inner {
    max-width: none;
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
}

.tag span {
  width: 90px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
  line-height: 1;
  display: inline-block;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .tag span {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.tag__news span {
  background: #00ada9;
}
.tag__wig span {
  background: #ee7959;
}
.tag__shop span {
  background: #6289c6;
}
.tag__item span {
  background: #819a64;
}
.tag__media span {
  background: #b963a4;
}

.breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 8px;
  }
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li,
.breadcrumb ol a {
  color: #8b8880;
  font-size: 1.4rem;
}
.breadcrumb ol li {
  position: relative;
  padding-left: 12px;
}
.breadcrumb ol li::before {
  content: "";
  background: url(../img/common/arrow_01.png) left top/6px no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
  .breadcrumb ol li,
  .breadcrumb ol a {
    font-size: 1.2rem;
  }
  .breadcrumb ol li::before {
    font-size: 1.1rem;
  }
}
.breadcrumb.breadcrumb_w ol li,
.breadcrumb.breadcrumb_w ol a {
  color: #fff;
}
.breadcrumb.breadcrumb_w ol li::before {
  background: url(../img/common/arrow_01_w.png) left top/6px no-repeat;
}

.header {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.header .nav-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 55px;
}
@media screen and (max-width: 1252px) {
  .header .nav-lists {
    margin-right: 30px;
  }
}
@media screen and (max-width: 989px) {
  .header .nav-lists {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .header .nav-lists {
    padding: 0;
    margin-right: 0;
    display: block;
  }
}
.header .nav-lists > li {
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .nav-lists > li {
    cursor: auto;
    padding: 0;
    font-weight: bold;
    position: relative;
  }
}
.header .nav-lists > li:nth-child(n+2) {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .header .nav-lists > li:nth-child(n+2) {
    margin-left: 0;
  }
}
.header .nav-lists > li .sp-expansion {
  display: none;
}
@media (max-width: 767px) {
  .header .nav-lists > li .sp-expansion {
    display: block;
    position: absolute;
    width: 16px;
    height: 9px;
    top: 8px;
    left: 0;
    margin-left: 70px;
    background: url(../img/common/arrow_10.png) left top/16px no-repeat;
    transition: 0.3s ease-in-out;
  }
  .header .nav-lists > li .sp-expansion.active {
    transform: rotate(-180deg);
  }
}
.header .nav-lists > li img {
  width: 100%;
}
.header .nav-lists > li a {
  color: #3d3d3d;
}
.header .nav-lists > li .bar {
  position: relative;
  display: block;
}
.header .nav-lists > li .bar::before, .header .nav-lists > li .bar::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  border-bottom: solid 5px #bdbab5;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .header .nav-lists > li .bar::before, .header .nav-lists > li .bar::after {
    content: none;
  }
}
.header .nav-lists > li .bar::before {
  left: 50%;
}
.header .nav-lists > li .bar::after {
  right: 50%;
}
@media (max-width: 767px) {
  .header .nav-lists > li .bar {
    padding: 0;
    display: inline;
    position: static;
  }
}
.header .nav-lists > li .bar > a {
  padding: 24px 15px 23px;
  display: block;
}
@media screen and (max-width: 1252px) {
  .header .nav-lists > li .bar > a {
    padding: 24px 6px 23px;
  }
}
@media screen and (max-width: 989px) {
  .header .nav-lists > li .bar > a {
    padding: 26px 4px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .header .nav-lists > li .bar > a {
    display: inline-block;
    padding: 0;
    font-size: 1.4rem;
  }
}
.header .nav-lists > li.current .bar {
  font-weight: bold;
}
.header .nav-lists > li.current .bar::before, .header .nav-lists > li.current .bar::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  border-bottom: solid 5px #bdbab5;
  width: 50%;
}
@media (max-width: 767px) {
  .header .nav-lists > li.current .bar::before, .header .nav-lists > li.current .bar::after {
    content: none;
  }
}
.header .nav-lists > li:hover .bar::before, .header .nav-lists > li:hover .bar::after {
  width: 50%;
}
.header .nav-lists > li .bar-nav {
  width: 100%;
  position: absolute;
  bottom: -70px;
  background: #f2f2f2;
  z-index: -1;
  left: 0;
  transition: 0.2s ease-in-out;
  padding: 23px 10px;
  backface-visibility: hidden;
  transform: translateY(-100%) translateY(-2px);
}
@media screen and (max-width: 989px) {
  .header .nav-lists > li .bar-nav {
    transform: translateY(-100%) translateY(-6px);
  }
}
@media (max-width: 767px) {
  .header .nav-lists > li .bar-nav {
    position: static;
    transform: translateY(0);
    top: 0;
    bottom: 0;
    padding: 20px 0 0;
    display: none;
    transition: none;
  }
}
.header .nav-lists > li .bar-nav ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header .nav-lists > li .bar-nav ul {
    padding: 0;
    display: block;
  }
}
.header .nav-lists > li .bar-nav-01 ul {
  padding-right: 600px;
}
@media screen and (max-width: 1252px) {
  .header .nav-lists > li .bar-nav-01 ul {
    padding-right: 480px;
  }
}
@media screen and (max-width: 989px) {
  .header .nav-lists > li .bar-nav-01 ul {
    padding-right: 367px;
  }
}
@media (max-width: 767px) {
  .header .nav-lists > li .bar-nav-01 ul {
    padding-right: 0;
  }
}
.header .nav-lists > li .bar-nav-02 ul {
  padding-right: 377px;
}
@media screen and (max-width: 1252px) {
  .header .nav-lists > li .bar-nav-02 ul {
    padding-right: 242px;
  }
}
@media screen and (max-width: 989px) {
  .header .nav-lists > li .bar-nav-02 ul {
    padding-right: 175px;
  }
}
@media (max-width: 767px) {
  .header .nav-lists > li .bar-nav-02 ul {
    padding-right: 0;
  }
}
.header .nav-lists > li:hover .bar-nav {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 989px) {
  .header .nav-lists > li:hover .bar-nav {
    transform: translate3d(0, -5px, 0);
  }
}
@media (max-width: 767px) {
  .header .nav-lists > li:hover .bar-nav {
    box-shadow: none;
    transform: translate3d(0, 0, 0);
  }
}
.header .nav-lists > li li {
  font-size: 1.3rem;
}
.header .nav-lists > li li:nth-child(n+2) {
  margin-left: 3em;
}
@media (max-width: 767px) {
  .header .nav-lists > li li:nth-child(n+2) {
    margin-left: 1em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 989px) {
  .header .nav-lists > li li {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .header .nav-lists > li li {
    font-size: 1.3rem;
    margin-left: 1em;
    font-weight: normal;
  }
}
.header .nav-lists > li li a {
  color: #3d3d3d;
}
.header .nav-lists > li li span {
  display: block;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .header .nav-lists > li {
    max-width: none;
    width: auto;
  }
  .header .nav-lists > li img {
    width: 100%;
    height: auto;
  }
  .header .nav-lists > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.animated {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.animated__line {
  position: relative;
  display: inline-block;
}
.animated__line::before, .animated__line::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 1s ease 0.6s;
}
.animated__line::before {
  left: 50%;
}
.animated__line::after {
  right: 50%;
}
.animated__line.lineCenter::before, .animated__line.lineCenter::after {
  width: 50%;
}

.footer {
  padding: 35px 0;
  background: #f2f2f2;
  position: relative;
  margin-top: 180px;
}
@media (max-width: 767px) {
  .footer {
    padding: 23px 0 22px;
  }
}
.footer > div {
  padding: 0px 15px;
}
.footer .pagetotop {
  display: block;
  position: absolute;
  top: -90px;
  right: 30px;
}
.footer .pagetotop a {
  width: 60px;
  display: block;
  margin: 0 auto;
  line-height: 1;
  padding: 21px 17px 20px;
  background: #fff;
  font-size: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.footer .pagetotop img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .footer .pagetotop {
    top: -68px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
  }
  .footer .pagetotop a {
    width: 40px;
    padding: 15px 12px 13px;
  }
}
.footer .footer-contents ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .footer-contents ul {
    margin-bottom: 5px;
  }
}
.footer .footer-contents li {
  line-height: 2.3142857143;
}
.footer .footer-contents li a {
  font-size: 1.4rem;
  color: #666;
}
@media (max-width: 767px) {
  .footer .footer-contents li a {
    font-size: 1.1rem;
  }
}
.footer .footer-contents li:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .footer .footer-contents li:nth-child(n+2) {
    margin-left: 10px;
  }
}
.footer .copy {
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .footer .copy {
    font-size: 1rem;
  }
}

.header {
  padding-top: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    background: #fff;
    z-index: 10;
    width: 100%;
    padding-top: 0;
  }
}
.header > .inner {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .header > .inner {
    padding: 0;
  }
}
.header .logo {
  width: 252px;
  font-size: 0;
  position: relative;
  z-index: 6;
  margin: 25px 0 25px 58px;
  transition: 0.3s ease-in-out;
}
.header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1252px) {
  .header .logo {
    width: 180px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 989px) {
  .header .logo {
    width: 130px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    flex: auto;
    padding: 23px 0 19px 20px;
    margin: 0;
    width: 100%;
    transition: initial;
  }
  .header .logo a {
    display: block;
    line-height: 1;
    width: 155px;
  }
}
.header .header-bar {
  display: none;
  background: #f2f2f2;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 66px;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .header .header-bar {
    height: 52px;
  }
}
.header .nav-btn {
  display: none;
}
@media (max-width: 767px) {
  .header .nav-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 38px;
    z-index: 7;
    width: 50px;
    height: 45px;
    top: 0;
    height: 52px;
    right: 0;
  }
  .header .nav-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #8b8880;
    position: absolute;
    transition: 0.3s ease-in-out;
    left: 25px;
  }
  .header .nav-btn span:nth-child(1) {
    top: 0;
  }
  .header .nav-btn span:nth-child(2) {
    top: 8px;
  }
  .header .nav-btn span:nth-child(3) {
    bottom: 0;
    top: 16px;
  }
  .header .nav-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header .nav-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .nav-btn.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header .nav-btn span {
    width: 21px;
    left: auto;
    right: 14px;
  }
  .header .nav-btn span:nth-child(1) {
    top: 17px;
  }
  .header .nav-btn span:nth-child(2) {
    top: 24px;
  }
  .header .nav-btn span:nth-child(3) {
    bottom: 0;
    top: 31px;
  }
}
@media (max-width: 767px) {
  .header .menu {
    flex: auto;
    width: 100%;
  }
}
.in__pc .header .menu:hover > .nav-btn span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.in__pc .header .menu:hover > .nav-btn span:nth-child(2) {
  opacity: 0;
}
.in__pc .header .menu:hover > .nav-btn span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 767px) {
  .in__pc .header .menu:hover > .nav-btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .in__pc .header .menu:hover > .nav-btn span:nth-child(2) {
    opacity: 0;
  }
  .in__pc .header .menu:hover > .nav-btn span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .in__pc .header .menu:hover > .nav {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
}

/**
 * NAV
 */
@media (max-width: 767px) {
  .nav {
    top: calc(-100vh + 102px);
    position: absolute;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 50px);
    transform: translate3d(0, 0, 0);
    transition: 0.2s ease-in-out;
    backface-visibility: hidden;
    overflow: hidden;
    visibility: hidden;
    z-index: -2;
    width: 100%;
  }
  .nav__inner {
    background: #f2f2f2;
    padding: 30px 35px 40px;
    height: 100%;
  }
}

.sp-menu-open .nav {
  visibility: visible;
  transform: translate3d(0, 100%, 0);
}

main {
  display: block;
}

.wrapper {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 52px;
  }
}

.print-style {
  -webkit-print-color-adjust: exact;
}

.print-none {
  visibility: hidden;
}

.print-aciton {
  position: absolute;
  height: 70px;
  overflow: hidden;
}

.print-aciton-03 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  top: 0;
  left: 0;
}

.mv__02 {
  height: 310px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mv__02 {
    height: 200px;
  }
}
.mv__02 .page-head {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "Source Sans Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .mv__02 .page-head {
    font-size: 2.6rem;
  }
}
.mv__02 .page-head span {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mv__02 .page-head span {
    font-size: 1.3rem;
  }
}

.page-head-02-wrap {
  height: 256px;
  background: #ebeae9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 97px;
}
@media (max-width: 767px) {
  .page-head-02-wrap {
    margin-bottom: 55px;
    height: 200px;
  }
}

.page-head-02 {
  text-align: center;
  font-size: 3.6rem;
  color: #8b8880;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .page-head-02 {
    font-size: 2rem;
    padding: 0 20px;
  }
}
.page-head-02 span {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-head-02 span {
    font-size: 1.3rem;
  }
}

.head__sub {
  text-align: center;
  font-size: 3.6rem;
  color: #6289c6;
  letter-spacing: 0.03em;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .head__sub {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.head__line {
  color: #8b8880;
  font-size: 2.4rem;
  padding-bottom: 16px;
  border-bottom: 2px solid #d5d3cf;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .head__line {
    font-size: 2rem;
    padding-bottom: 12px;
  }
}

.head__line_02 {
  color: #8b8880;
  font-size: 1.8rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #d5d3cf;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .head__line_02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.head__line_03 {
  color: #8b8880;
  font-size: 1.8rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #979797;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .head__line_03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.table__style_01 dt,
.table__style_01 dd {
  padding: 12px 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.table__style_01 dt.chain,
.table__style_01 dd.chain {
  padding-bottom: 0;
}
.table__style_01 dt.cst-01,
.table__style_01 dd.cst-01 {
  padding-top: 30px;
}
.table__style_01 dt {
  clear: both;
  float: left;
  font-weight: bold;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .table__style_01 dt {
    float: none;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .table__style_01 dt.chain {
    padding-bottom: 5px;
  }
}
.table__style_01 dd {
  border-bottom: 1px solid #ebeae9;
  padding-left: 189px;
}
.table__style_01 dd.chain {
  border-bottom: none;
}
.table__style_01 dd.brd-0 {
  border-bottom: none;
}
.table__style_01 dd:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 767px) {
  .table__style_01 dd {
    padding-top: 0;
    padding-left: 0;
  }
}

/*
 * リスト
*/
.list__style_01 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list__style_01 {
    display: block;
  }
}
.list__style_01 li img {
  width: 100%;
  height: auto;
}

/*
 * 記事のタブ
*/
.tabs > ul,
.pg-topics .cat-area > ul {
  display: flex;
  border-bottom: 1px solid #979797;
}
@media (max-width: 767px) {
  .tabs > ul,
  .pg-topics .cat-area > ul {
    justify-content: flex-start;
  }
}
.tabs li,
.pg-topics .cat-area li {
  width: 115px;
  padding: 16px 5px;
  border: 1px solid #979797;
  text-align: center;
  margin-bottom: -1px;
  background: #fff;
  font-size: 1.4rem;
  color: #8b8880;
  cursor: pointer;
  line-height: 1;
}
.tabs li.active,
.pg-topics .cat-area li.active {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000;
}
.tabs li:nth-child(n+2),
.pg-topics .cat-area li:nth-child(n+2) {
  border-left: none;
}
.tabs li:not(.active) span,
.pg-topics .cat-area li:not(.active) span {
  transition: 0.3s ease-in-out;
}
.tabs li:not(.active):hover span,
.pg-topics .cat-area li:not(.active):hover span {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .tabs li,
  .pg-topics .cat-area li {
    width: auto;
    margin-left: 0;
    font-size: 1rem;
    padding: 14px 2px;
    flex: 0.2;
  }
  .tabs li:nth-child(2),
  .pg-topics .cat-area li:nth-child(2) {
    border-left: 0;
  }
  .tabs li:nth-child(3),
  .pg-topics .cat-area li:nth-child(3) {
    border-left: 0;
  }
}

.post-lists li {
  display: flex;
  padding: 13px 0 7px;
}
.post-lists li:nth-child(1) {
  padding-top: 0;
}
@media (max-width: 767px) {
  .post-lists li {
    padding: 15px 0 7px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.post-lists li .date {
  margin-right: 1.4rem;
  padding: 6px 0 0 0;
}
@media (max-width: 767px) {
  .post-lists li .date {
    margin-right: 0;
    margin-left: 10px;
    padding: 0;
  }
}
.post-lists li .tag {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .post-lists li .tag {
    margin-right: 0;
  }
}
.post-lists li .title {
  padding: 6px 0 0 0;
  flex: 1;
}
.post-lists li .title a {
  color: #000;
}
.post-lists li .title a[target=_blank] {
  position: relative;
}
.post-lists li .title a[target=_blank]::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../img/common/icn_outerlink_02.png) left top/12px no-repeat;
  margin-top: -5px;
  right: -21px;
  bottom: 2px;
}
@media (max-width: 767px) {
  .post-lists li .title {
    flex: none;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    font-size: 1.3rem;
  }
}

/*
 * ページャー
*/
.pager-wrap {
  text-align: center;
  padding: 0 44px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pager-wrap {
    margin-top: 50px;
  }
}

.pager {
  display: none;
}
.pager.active {
  animation: fadeIn 0.5s ease 0s 1 normal;
  display: inline-block;
  font-size: 0;
  position: relative;
  margin-top: -12px;
}
.pager p {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #979797;
  margin-left: 12px;
  margin-top: 12px;
  color: #8b8880;
  transition: 0.1s ease-in-out;
  display: inline-block;
  font-size: 1.6rem;
}
.pager p[data-page="1"] {
  margin-left: 0;
}
.pager p:last-child {
  margin-right: 0;
}
.pager p.active {
  background: #ebeae9;
}
.pager p:not(.active):not(.prev):not(.next) {
  cursor: pointer;
}
.pager p:not(.active):not(.prev):not(.next):hover {
  background: #ebeae9;
}
.pager p.prev, .pager p.next {
  border: none;
  position: relative;
  width: 15px;
  text-align: left;
  position: absolute;
}
.pager p.prev img, .pager p.next img {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -13px;
}
.pager p.prev {
  margin-right: 0;
  margin-left: 0;
  left: -38px;
}
.pager p.prev img {
  transform: scale(-1, 1);
}
.pager p.next {
  margin-left: 23px;
}

.pg-top .mv {
  overflow: hidden;
  position: relative;
}
.pg-top .mv img {
  width: 100%;
  height: auto;
}
.pg-top .mv p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.48vw;
  font-weight: bold;
  color: #fff;
  margin-top: 4.9%;
  text-indent: 0.8em;
}
@media (max-width: 767px) {
  .pg-top .mv p {
    font-size: 6.2vw;
    margin-top: 15.2%;
  }
}
.pg-top .mv .logo-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 19%;
  margin: 11.3% auto 0;
}
@media (max-width: 767px) {
  .pg-top .mv .logo-img {
    width: 50%;
    margin: 29.3% auto 0;
  }
}
.pg-top .youtube-wrap {
  display: none;
  z-index: 11;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg-top .youtube-wrap.active .youtube-wrap-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.pg-top .youtube-wrap.active .youtube-area-wrap {
  flex-basis: 1228px;
  max-width: 1228px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .pg-top .youtube-wrap.active .youtube-area-wrap {
    padding: 0;
  }
}
.pg-top .youtube-wrap.active .youtube-area {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 56.3%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pg-top .youtube-wrap.active .youtube-area {
    padding: 0 0 56.65%;
  }
}
.pg-top .youtube-wrap.active .youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pg-top .btn__movie {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: 14.62% auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .pg-top .btn__movie {
    margin: 47.8% auto 0;
  }
}
.pg-top .btn__movie a img {
  width: 23px;
  height: auto;
  vertical-align: middle;
}
.pg-top .btn__movie span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  font-family: "Source Sans Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-left: 5px;
}
.pg-top .sec-head {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  color: #6289C6;
  font-weight: bold;
  font-family: "Source Sans Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-top .sec-head {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
.pg-top .sec-head span {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.4rem;
  color: #8B8880;
  letter-spacing: 0;
}
.pg-top .group-company-area .bannerWrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .bannerWrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
}
.pg-top .group-company-area .bannerWrap a {
  display: flex;
  transition: all ease 0.3s;
}
.pg-top .group-company-area .bannerWrap a:hover {
  opacity: 0.8;
}
.pg-top .group-company-area .bannerWrap a img {
  max-width: 100%;
}
.pg-top .group-company-area .group-company-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap {
    border-right: 0;
  }
}
.pg-top .group-company-area .group-company-wrap > div {
  width: 33.3333333333%;
  border-left: 2px solid #ebeae9;
  border-bottom: 1px solid #ebeae9;
}
.pg-top .group-company-area .group-company-wrap > div:nth-child(1) {
  border-left: 1px solid #ebeae9;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div:nth-child(1) {
    border-left: none;
  }
}
.pg-top .group-company-area .group-company-wrap > div a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 31px 0;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div a {
    padding: 6vw 0;
    transition: initial;
  }
}
.pg-top .group-company-area .group-company-wrap > div p {
  margin-top: 18px;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div p {
    display: inline-block;
    margin-top: 8px;
    padding-right: 15px;
  }
}
.pg-top .group-company-area .group-company-wrap > div p::before {
  content: "";
  width: 9px;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  background: url(../img/common/arrow_11.png) left top/9px no-repeat;
  top: 50%;
  right: 0;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div p::before {
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(../img/common/arrow_11.png) left top/8px no-repeat;
  }
}
.pg-top .group-company-area .group-company-wrap > div:nth-child(2) p {
  margin-top: 19px;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div:nth-child(2) p {
    margin-top: 9px;
  }
}
.pg-top .group-company-area .group-company-wrap > div:nth-child(3) {
  border-right: 1px solid #ebeae9;
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div:nth-child(3) {
    border-left: none;
    border-right: none;
  }
}
.pg-top .group-company-area .group-company-wrap > div:nth-child(3) a {
  background: #f2f2f2;
}
.pg-top .group-company-area .group-company-wrap > div:nth-child(3) p {
  margin-top: 0;
  padding-right: 45px;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 989px) {
  .pg-top .group-company-area .group-company-wrap > div:nth-child(3) p {
    font-size: 1.6rem;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div:nth-child(3) p {
    font-size: 4vw;
    padding-right: 27px;
  }
  .pg-top .group-company-area .group-company-wrap > div:nth-child(3) p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pg-top .group-company-area .group-company-wrap > div:nth-child(1), .pg-top .group-company-area .group-company-wrap > div:nth-child(2) {
    width: 50%;
    text-align: center;
  }
  .pg-top .group-company-area .group-company-wrap > div:nth-child(1) img, .pg-top .group-company-area .group-company-wrap > div:nth-child(2) img {
    width: 50%;
  }
  .pg-top .group-company-area .group-company-wrap > div:nth-child(1) p, .pg-top .group-company-area .group-company-wrap > div:nth-child(2) p {
    font-size: 3vw;
  }
  .pg-top .group-company-area .group-company-wrap > div:nth-child(1) img {
    width: 56%;
  }
  .pg-top .group-company-area .group-company-wrap > div:nth-child(2) img {
    width: 68%;
  }
  .pg-top .group-company-area .group-company-wrap > div:nth-child(3) {
    border-top: 1px solid #ebeae9;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pg-top .group-company-area .inner {
    padding: 0;
  }
}
.pg-top .bnr-area {
  display: none;
  background: #f2f2f2;
  padding: 25px 0;
}
.pg-top .bnr-area .inner {
  max-width: 936px;
}
@media (max-width: 767px) {
  .pg-top .bnr-area .inner {
    max-width: none;
  }
}
.pg-top .bnr-area ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pg-top .bnr-area ul {
    display: block;
  }
}
.pg-top .bnr-area ul li {
  width: 48.3974358974%;
}
@media (max-width: 767px) {
  .pg-top .bnr-area ul li {
    width: 100%;
  }
  .pg-top .bnr-area ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.pg-top .bnr-area img {
  width: 100%;
  height: auto;
}
.pg-top .sec01 {
  padding: 85px 0;
}
@media (max-width: 767px) {
  .pg-top .sec01 {
    padding: 50px 0 52px;
  }
}
.pg-top .sec01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg-top .sec01 ul li {
  width: 33.3333333333%;
}
@media (min-width: 1024px) {
  .pg-top .sec01 ul li:nth-child(3) .info > div {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .pg-top .sec01 ul li {
    width: 100%;
  }
  .pg-top .sec01 ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.pg-top .sec01 ul li img {
  width: 100%;
  height: auto;
}
.pg-top .sec01 .img,
.pg-top .sec01 .info,
.pg-top .sec01 .desc,
.pg-top .sec01 .desc-02,
.pg-top .sec01 .sub__img {
  transition: 0.5s ease-in-out;
  will-change: transition;
}
@media (max-width: 767px) {
  .pg-top .sec01 .img,
  .pg-top .sec01 .info,
  .pg-top .sec01 .desc,
  .pg-top .sec01 .desc-02,
  .pg-top .sec01 .sub__img {
    transition: initial;
  }
}
.pg-top .sec01 .img {
  overflow: hidden;
}
.pg-top .sec01 .info {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.2;
  top: 0;
  left: 0;
  padding: 0 40px;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .pg-top .sec01 .info {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
  }
}
.pg-top .sec01 .info > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .pg-top .sec01 .info > div {
    position: static;
    margin-top: 0;
    padding: 0 10px;
  }
}
.pg-top .sec01 .info .head {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .pg-top .sec01 .info .head {
    font-size: 1.4rem;
  }
}
.pg-top .sec01 .info .desc {
  margin-top: 40px;
  opacity: 0;
}
@media (max-width: 767px) {
  .pg-top .sec01 .info .desc {
    opacity: 1;
    font-size: 1.3rem;
    margin-top: 15px;
    text-align: left;
  }
}
.pg-top .sec01 .info .desc-02 {
  margin-top: 50px;
  font-weight: bold;
  opacity: 0;
}
.pg-top .sec01 .info .desc-02 span {
  position: relative;
}
.pg-top .sec01 .info .desc-02 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -8px;
  background: url(../img/common/arrow_05.png) left top/9px no-repeat;
  width: 9px;
  height: 15px;
}
@media (max-width: 767px) {
  .pg-top .sec01 .info .desc-02 {
    margin-top: 15px;
    opacity: 1;
  }
}
.pg-top .sec01 .sub__img {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg-top .sec01 .sub__img svg {
  width: 100%;
  height: 100%;
}
.pg-top .sec01 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.pg-top .sec01 a:hover .info {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
.pg-top .sec01 a:hover .desc,
.pg-top .sec01 a:hover .desc-02 {
  opacity: 1;
}
.pg-top .sec01 a:hover .img {
  filter: blur(3px);
}
@media (max-width: 767px) {
  .pg-top .sec01 a .info {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  .pg-top .sec01 a .img {
    filter: blur(3px);
  }
}
@media all and (-ms-high-contrast: none) {
  .pg-top .sec01 *::-ms-backdrop,
  .pg-top .sec01 a:hover .sub__img {
    display: block;
  }
}
.pg-top .sec02 {
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .pg-top .sec02 {
    padding-bottom: 40px;
  }
}
.pg-top .sec02 .sec-head {
  padding-top: 33px;
}
@media (max-width: 767px) {
  .pg-top .sec02 .sec02-wrap {
    position: relative;
  }
}
.pg-top .sec02 ul.sec02-item-list__02 li:nth-child(n+2), .pg-top .sec02 ul.sec02-item-list__03 li:nth-child(n+2) {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .pg-top .sec02 ul.sec02-item-list__02 li:nth-child(n+2), .pg-top .sec02 ul.sec02-item-list__03 li:nth-child(n+2) {
    margin-left: 20px;
  }
}
.pg-top .sec02 ul.sec02-item-list__02 {
  display: flex;
  flex-wrap: wrap;
}
.pg-top .sec02 ul.sec02-item-list__03 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pg-top .sec02 ul.sec02-item-list__03 {
    flex-wrap: nowrap;
  }
  .pg-top .sec02 ul.sec02-item-list__03 li:nth-child(n+2) {
    margin-left: 0;
  }
}
.pg-top .sec02 ul li {
  width: 23.0053191489%;
}
@media (max-width: 767px) {
  .pg-top .sec02 ul li {
    width: 48%;
    margin-left: 0;
  }
  .pg-top .sec02 ul li:nth-child(n+1) {
    margin-top: 0;
  }
}
.pg-top .sec02 ul li > div {
  margin-bottom: 15px;
}
.pg-top .sec02 ul li > p a {
  color: #8b8880;
  font-weight: bold;
}
.pg-top .sec02 ul li img {
  width: 100%;
  height: auto;
}
.pg-top .sec02 .sec02-subhead {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #8b8880;
}
@media (max-width: 767px) {
  .pg-top .sec02 .sec02-subhead {
    font-size: 1.6rem;
  }
}
.pg-top .sec02 .sec02-wrap-item:nth-child(2) {
  margin-top: 25px;
}
.pg-top .sec02 .sec02-wrap-item:nth-child(3) {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .pg-top .sec02 .sec02-wrap-item li p a {
    font-size: 1.3rem;
  }
}
.pg-top .sec02 .sec02-item-list-wrap {
  position: relative;
}
.pg-top .sec02 .swiper-button-next,
.pg-top .sec02 .swiper-button-prev {
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: calc(7.3% - 20px);
  background-size: 40px 40px;
  top: 0;
}
@media (max-width: 767px) {
  .pg-top .sec02 .swiper-button-next,
  .pg-top .sec02 .swiper-button-prev {
    display: block;
    margin-top: calc(15.3% - 14px);
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.pg-top .sec02 .swiper-button-prev,
.pg-top .sec02 .swiper-container-rtl .swiper-button-next {
  left: -10px;
}
.pg-top .sec02 .swiper-button-next,
.pg-top .sec02 .swiper-container-rtl .swiper-button-prev {
  right: -10px;
}
.pg-top .sec02 .swiper-button-next,
.pg-top .sec02 .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/common/arrow_12.png);
  background-color: rgba(213, 211, 207, 0.9);
  left: auto;
}
.pg-top .sec02 .swiper-button-prev,
.pg-top .sec02 .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/common/arrow_12.png);
  background-color: rgba(213, 211, 207, 0.9);
  right: auto;
  transform: scale(-1, 1);
}
.pg-top .sec02 .swiper-button-disabled {
  display: none;
}
.pg-top .sec03 {
  padding-bottom: 45px;
}
.pg-top .sec03 .sec-head {
  padding-top: 33px;
  border-top: 1px solid #bdbab5;
}
@media (max-width: 767px) {
  .pg-top .sec03 .sec-head {
    margin-bottom: 65px;
  }
}
.pg-top .sec03 .tabs {
  position: relative;
  margin-bottom: 38px;
}
.pg-top .sec03 .tabs .btn-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
@media (max-width: 767px) {
  .pg-top .sec03 .tabs .btn-more {
    margin-top: 0;
    top: -44px;
  }
}
.pg-top .sec03 .tabs .btn-more a {
  font-size: 1.4rem;
  color: #8B8880;
  position: relative;
}
.pg-top .sec03 .tabs .btn-more a::before {
  content: "";
  position: absolute;
  background: url("/img/common/arrow_02.svg") left top/8px no-repeat;
  top: 50%;
  left: -10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .pg-top .sec03 .tabs ul {
    display: none;
  }
}
.pg-top .sec03 .tabs-contents .inner {
  padding: 0;
}
.pg-top .sec03 .tabs-contents > div > div {
  display: none;
}
.pg-top .sec03 .tabs-contents > div > div.active {
  display: block;
  animation: fadeIn 0.5s ease 0s;
}
.pg-top .sec03 .select-tab-sp {
  display: none;
}
@media (max-width: 767px) {
  .pg-top .sec03 .select-tab-sp {
    display: block;
    margin-bottom: 35px;
  }
  .pg-top .sec03 .select-tab-sp select {
    width: 100%;
    background: #fff;
    height: 50px;
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.pg-top .sec04 {
  background: #f2f2f2;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .pg-top .sec04 {
    padding: 30px 0;
  }
}
.pg-top .sec04 .inner {
  max-width: 1036px;
}
@media (max-width: 767px) {
  .pg-top .sec04 .inner {
    max-width: none;
  }
}
.pg-top .sec04 ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 453px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pg-top .sec04 ul {
    display: block;
    width: 100%;
  }
}
.pg-top .sec04 ul li {
  width: 100%;
}
.pg-top .sec04 ul li img {
  width: 100%;
}
.pg-top .sec04 ul li:nth-child(n+2) {
  margin-top: 30px;
  width: calc(100% + 10px);
  margin-left: -10px;
}
@media (max-width: 767px) {
  .pg-top .sec04 ul li {
    width: 100%;
  }
  .pg-top .sec04 ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.pg-top .sec04 img {
  width: 100%;
  height: auto;
}

.pg-company .mv__02 {
  background: url(../img/company/mv_company.jpg) center top/cover no-repeat;
}
.pg-company:not(.in__pc) .youtube-wrap {
  cursor: pointer;
}
.pg-company .sec01 {
  background: url(../img/company/img_company_01.jpg) center top/cover no-repeat;
  padding: 90px 0 100px;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .pg-company .sec01 {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.pg-company .sec01 .sec01-head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .pg-company .sec01 .sec01-head {
    margin-bottom: 60px;
  }
}
.pg-company .sec01 .sec01-wrap {
  display: flex;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  justify-content: space-between;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-company .sec01 .sec01-wrap {
    display: block;
  }
}
.pg-company .sec01 .sec01-wrap > div {
  width: 48.670212766%;
}
@media (max-width: 767px) {
  .pg-company .sec01 .sec01-wrap > div {
    width: 100%;
  }
  .pg-company .sec01 .sec01-wrap > div:nth-child(2) {
    margin-top: 18px;
  }
}
.pg-company .sec01 .sec01-wrap > div p:nth-child(n+2) {
  margin-top: 18px;
}
.pg-company .sec01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg-company .sec01 ul li img {
  width: 100%;
  height: auto;
}
.pg-company .sec02 {
  margin-bottom: 80px;
  padding-top: 100px;
}
.pg-company .sec02 a {
  display: block;
}
.pg-company .sec02 a img {
  width: 100%;
  height: auto;
}
.pg-company .sec02 .sec02-head {
  display: none;
}
.pg-company .sec02 .sec02-desc {
  display: none;
}
@media (max-width: 767px) {
  .pg-company .sec02 {
    padding-top: 55px;
    margin-bottom: 50px;
  }
  .pg-company .sec02 .sec02-head {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .pg-company .sec02 .sec02-desc {
    display: block;
    font-size: 1.4rem;
    color: #8b8880;
  }
}
.pg-company .sec03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-company .sec03 ul li {
  width: 22.8723404255%;
}
@media (max-width: 767px) {
  .pg-company .sec03 ul li {
    width: 46.9696969697%;
  }
  .pg-company .sec03 ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.pg-company .sec03 ul li a {
  color: #8b8880;
}
.pg-company .sec03 ul li .thum {
  margin-bottom: 10px;
}
.pg-company .sec03 ul li .thum img {
  width: 100%;
  height: auto;
}
.pg-company .sec03 ul li .list-head {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}
.pg-company .sec03 ul li .list-lead {
  font-size: 1.4rem;
  color: #8b8880;
}
.pg-company .sec03 .officeBanner {
  margin-top: 60px;
}
.pg-company .sec03 .officeBanner a {
  display: flex;
  width: 100%;
}
.pg-company .sec03 .officeBanner a .imgArea {
  width: 49%;
}
.pg-company .sec03 .officeBanner a .imgArea img {
  width: 100%;
}
.pg-company .sec03 .officeBanner a .txtArea {
  width: calc(50% - 20px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  padding: 0 20px;
}
.pg-company .sec03 .officeBanner a .txtArea .title {
  font-size: 2.2rem;
  font-weight: bold;
}
.pg-company .sec03 .officeBanner a .txtArea .sub {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pg-company .sec03 .officeBanner {
    margin-top: 30px;
  }
  .pg-company .sec03 .officeBanner a {
    display: flex;
    display: block;
    width: 100%;
  }
  .pg-company .sec03 .officeBanner a .imgArea {
    width: 100%;
  }
  .pg-company .sec03 .officeBanner a .imgArea img {
    width: 100%;
  }
  .pg-company .sec03 .officeBanner a .txtArea {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .pg-company .sec03 .officeBanner a .txtArea .title {
    font-size: 1.8rem;
  }
  .pg-company .sec03 .officeBanner a .txtArea .sub {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.pg-company__president .sec01 {
  margin-bottom: 135px;
}
.pg-company__president .sec01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pg-company__president .sec01 {
    margin-bottom: 45px;
  }
}
.pg-company__president .sec01 .inner > div {
  display: flex;
}
@media (max-width: 767px) {
  .pg-company__president .sec01 .inner > div {
    display: block;
  }
}
.pg-company__president .sec01 .inner > div .thumb {
  order: 1;
  width: 438px;
}
.pg-company__president .sec01 .inner > div .thumb img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pg-company__president .sec01 .inner > div .thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .pg-company__president .sec01 .inner > div .thumb img {
    width: 65%;
  }
}
.pg-company__president .sec01 .inner > div .message-wrap {
  order: 0;
  margin-right: 45px;
  flex: 1;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .pg-company__president .sec01 .inner > div .message-wrap {
    margin-right: 0;
    padding-top: 0;
  }
}
.pg-company__president .sec01 .inner > div .message-head {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pg-company__president .sec01 .inner > div .message-head {
    font-size: 2rem;
  }
}
.pg-company__president .sec01 .inner > div .desc-wrap > p:nth-child(n+2) {
  margin-top: 25px;
}
.pg-company__president .sec01 .inner > div .signature {
  margin-top: 35px;
  text-align: right;
}
.pg-company__president .sec01 .inner > div .signature p {
  font-weight: bold;
}
.pg-company__president .sec01 .inner > div .signature p:nth-child(2) {
  margin-top: 10px;
  font-size: 1.8rem;
}
.pg-company__president .sec01 .inner > div .signature .sign {
  text-align: right;
}
.pg-company__president .sec01 .inner > div .signature .sign img {
  width: 176px;
  height: auto;
}
.pg-company__president .sec02 .inner > p {
  text-align: right;
}
@media (max-width: 767px) {
  .pg-company__president .sec02 .inner > p {
    text-align: center;
  }
}
.pg-company__president .sec02 .inner a {
  display: inline-block;
  max-width: 324px;
}
.pg-company__president .sec02 .inner img {
  width: 100%;
  height: auto;
}

.pg-company__profile .sec02,
.pg-company__profile .sec03,
.pg-company__profile .sec04,
.pg-company__chairman .sec02,
.pg-company__chairman .sec03,
.pg-company__chairman .sec04 {
  margin-top: 138px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec02,
  .pg-company__profile .sec03,
  .pg-company__profile .sec04,
  .pg-company__chairman .sec02,
  .pg-company__chairman .sec03,
  .pg-company__chairman .sec04 {
    margin-top: 80px;
  }
}
.pg-company__profile .sec01,
.pg-company__chairman .sec01 {
  margin-bottom: 137px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec01,
  .pg-company__chairman .sec01 {
    margin-bottom: 35px;
  }
}
.pg-company__profile .sec01 > .inner > div,
.pg-company__chairman .sec01 > .inner > div {
  display: flex;
}
@media (max-width: 767px) {
  .pg-company__profile .sec01 > .inner > div,
  .pg-company__chairman .sec01 > .inner > div {
    display: block;
  }
}
.pg-company__profile .sec01 > .inner > div .pic,
.pg-company__chairman .sec01 > .inner > div .pic {
  width: 355px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec01 > .inner > div .pic,
  .pg-company__chairman .sec01 > .inner > div .pic {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.pg-company__profile .sec01 > .inner > div .pic img,
.pg-company__chairman .sec01 > .inner > div .pic img {
  width: 100%;
  height: auto;
}
.pg-company__profile .sec01 > .inner > div .info,
.pg-company__chairman .sec01 > .inner > div .info {
  flex: 1;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec01 > .inner > div .info,
  .pg-company__chairman .sec01 > .inner > div .info {
    flex: auto;
    margin-left: 0;
  }
}
.pg-company__profile .sec01 > .inner > div .info dd,
.pg-company__chairman .sec01 > .inner > div .info dd {
  padding-left: 38.5869565217%;
}
@media (max-width: 767px) {
  .pg-company__profile .sec01 > .inner > div .info dd,
  .pg-company__chairman .sec01 > .inner > div .info dd {
    padding-left: 0;
  }
}
.pg-company__profile .sec01 > .inner > div .info dd:last-child,
.pg-company__chairman .sec01 > .inner > div .info dd:last-child {
  border-bottom: 0;
}
.pg-company__profile .sec01 .table__style_01 dt,
.pg-company__profile .sec01 .table__style_01 dd,
.pg-company__chairman .sec01 .table__style_01 dt,
.pg-company__chairman .sec01 .table__style_01 dd {
  padding: 12px 0 13px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec01 .table__style_01 dt,
  .pg-company__chairman .sec01 .table__style_01 dt {
    padding-bottom: 5px;
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .pg-company__profile .sec01 .table__style_01 dd,
  .pg-company__chairman .sec01 .table__style_01 dd {
    padding-top: 0;
    padding-bottom: 11px;
  }
}
.pg-company__profile .banner,
.pg-company__chairman .banner {
  margin-top: 50px;
  max-width: 100%;
}
.pg-company__profile .banner a,
.pg-company__chairman .banner a {
  display: block;
  border: 1px solid #f2f2f2;
  transition: all ease 0.3s;
  max-width: 100%;
  margin-left: auto;
}
.pg-company__profile .banner a:hover,
.pg-company__chairman .banner a:hover {
  opacity: 0.5;
}
.pg-company__profile .banner a img,
.pg-company__chairman .banner a img {
  max-width: 100%;
}
.pg-company__profile .sec02 .inner .career-wrap > div:nth-child(n+2),
.pg-company__chairman .sec02 .inner .career-wrap > div:nth-child(n+2) {
  margin-top: 78px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec02 .inner .career-wrap > div:nth-child(n+2),
  .pg-company__chairman .sec02 .inner .career-wrap > div:nth-child(n+2) {
    margin-top: 48px;
  }
}
.pg-company__profile .sec02 .inner .career-wrap > div li,
.pg-company__chairman .sec02 .inner .career-wrap > div li {
  padding: 11px 0;
  font-size: 1.4rem;
  line-height: 1.7;
  border-top: 1px solid #f2f2f2;
}
.pg-company__profile .sec02 .inner .career-wrap > div li:nth-of-type(1),
.pg-company__chairman .sec02 .inner .career-wrap > div li:nth-of-type(1) {
  border-top: none;
}
.pg-company__profile .sec02 .inner .career-sub-wrap > div,
.pg-company__chairman .sec02 .inner .career-sub-wrap > div {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec02 .inner .career-sub-wrap > div,
  .pg-company__chairman .sec02 .inner .career-sub-wrap > div {
    margin-top: 40px;
  }
}
.pg-company__profile .sec02 .inner .career-sub-wrap > div li,
.pg-company__chairman .sec02 .inner .career-sub-wrap > div li {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec02 .inner .career-sub-wrap > div li,
  .pg-company__chairman .sec02 .inner .career-sub-wrap > div li {
    padding-left: 0;
  }
}
.pg-company__profile .sec02 .inner .career-sub-wrap > div ul,
.pg-company__chairman .sec02 .inner .career-sub-wrap > div ul {
  border-bottom: 1px solid #f2f2f2;
}
.pg-company__profile .sec02 .inner .career-sub-wrap .career-sub-head,
.pg-company__chairman .sec02 .inner .career-sub-wrap .career-sub-head {
  font-size: 1.8rem;
  margin-bottom: 17px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-company__profile .sec02 .inner .career-sub-wrap .career-sub-head,
  .pg-company__chairman .sec02 .inner .career-sub-wrap .career-sub-head {
    margin-bottom: 7px;
  }
}
.pg-company__profile .sec02 .inner img,
.pg-company__chairman .sec02 .inner img {
  width: 100%;
  height: auto;
}
.pg-company__profile .sec04 .inner .contributions-head,
.pg-company__chairman .sec04 .inner .contributions-head {
  font-size: 1.8rem;
  margin-bottom: 23px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-company__profile .sec04 .inner .contributions-head,
  .pg-company__chairman .sec04 .inner .contributions-head {
    margin-bottom: 20px;
  }
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(n+2),
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(n+2),
  .pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(n+2) {
    margin-top: 50px;
  }
}
.pg-company__profile .sec04 .inner .contributions-wrap > div > div,
.pg-company__chairman .sec04 .inner .contributions-wrap > div > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pg-company__profile .sec04 .inner .contributions-wrap > div > div,
  .pg-company__chairman .sec04 .inner .contributions-wrap > div > div {
    display: block;
  }
}
.pg-company__profile .sec04 .inner .contributions-wrap > div > div .img,
.pg-company__chairman .sec04 .inner .contributions-wrap > div > div .img {
  width: 436px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec04 .inner .contributions-wrap > div > div .img,
  .pg-company__chairman .sec04 .inner .contributions-wrap > div > div .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pg-company__profile .sec04 .inner .contributions-wrap > div > div .desc,
.pg-company__chairman .sec04 .inner .contributions-wrap > div > div .desc {
  margin-left: 45px;
  flex: 1;
}
@media (max-width: 767px) {
  .pg-company__profile .sec04 .inner .contributions-wrap > div > div .desc,
  .pg-company__chairman .sec04 .inner .contributions-wrap > div > div .desc {
    margin-left: 0;
    flex: auto;
  }
}
.pg-company__profile .sec04 .inner .contributions-wrap > div > div.full,
.pg-company__chairman .sec04 .inner .contributions-wrap > div > div.full {
  display: block;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div > div.full .wrap,
.pg-company__chairman .sec04 .inner .contributions-wrap > div > div.full .wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div > div.full .wrap img,
.pg-company__chairman .sec04 .inner .contributions-wrap > div > div.full .wrap img {
  max-width: 100%;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div > div.full .wrap img + img,
.pg-company__chairman .sec04 .inner .contributions-wrap > div > div.full .wrap img + img {
  margin-left: auto;
}
@media (max-width: 767px) {
  .pg-company__profile .sec04 .inner .contributions-wrap > div > div.full .wrap,
  .pg-company__chairman .sec04 .inner .contributions-wrap > div > div.full .wrap {
    display: block;
    margin-top: 20px;
  }
  .pg-company__profile .sec04 .inner .contributions-wrap > div > div.full .wrap img + img,
  .pg-company__chairman .sec04 .inner .contributions-wrap > div > div.full .wrap img + img {
    margin-left: auto;
    margin-top: 20px;
  }
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(1) h4,
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(1) h4 {
  margin-top: 1em;
  font-weight: normal;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(1) .img,
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(1) .img {
  width: 350px;
}
@media (max-width: 767px) {
  .pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(1) .img,
  .pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(1) .img {
    width: 100%;
  }
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(1) .img img,
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(1) .img img {
  width: 100%;
  height: auto;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(2) .img img:nth-child(1),
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(2) .img img:nth-child(1) {
  width: 59.4036697248%;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(2) .img img:nth-child(2),
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(2) .img img:nth-child(2) {
  width: 33.0275229358%;
  margin-left: 6.880733945%;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(3) .img img,
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(3) .img img {
  width: 100%;
  height: auto;
}
.pg-company__profile .sec04 .inner .contributions-wrap > div:nth-child(4) > div .desc,
.pg-company__chairman .sec04 .inner .contributions-wrap > div:nth-child(4) > div .desc {
  margin-left: 0;
  flex: auto;
}

.pg-company__outline .sec01 .table__style_01 dt,
.pg-company__outline .sec01 .table__style_01 dd {
  padding: 21px 0;
  line-height: 2.1428571429;
}
@media (max-width: 767px) {
  .pg-company__outline .sec01 .table__style_01 dt,
  .pg-company__outline .sec01 .table__style_01 dd {
    padding: 11px 0;
  }
}
.pg-company__outline .sec01 .table__style_01 dt {
  font-weight: bold;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .pg-company__outline .sec01 .table__style_01 dt {
    padding-left: 0;
    padding-bottom: 5px;
  }
}
.pg-company__outline .sec01 .table__style_01 dd {
  padding-left: 25.7092198582%;
}
@media (max-width: 767px) {
  .pg-company__outline .sec01 .table__style_01 dd {
    padding-left: 0;
    padding-top: 0;
  }
}
.pg-company__outline .sec01 .table__style_01 dd:last-child li p:nth-child(1) {
  color: #0163bc;
}
.pg-company__outline .sec01 .table__style_01 dd:last-child li p:nth-child(1) a {
  color: #0163bc;
}
.pg-company__outline .sec01 .table__style_01 dd:last-child li p:nth-child(2) {
  padding-left: 20px;
}

.pg-company__history .sec01 .table__style_01 dt,
.pg-company__history .sec01 .table__style_01 dd {
  padding: 21px 0;
}
@media (max-width: 767px) {
  .pg-company__history .sec01 .table__style_01 dt,
  .pg-company__history .sec01 .table__style_01 dd {
    padding: 11px 0;
  }
}
.pg-company__history .sec01 .table__style_01 dt {
  width: 164px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px) {
  .pg-company__history .sec01 .table__style_01 dt {
    width: auto;
    text-align: left;
    padding-bottom: 5px;
  }
}
.pg-company__history .sec01 .table__style_01 dd {
  padding-left: 187px;
}
@media (max-width: 767px) {
  .pg-company__history .sec01 .table__style_01 dd {
    padding-left: 0;
    padding-top: 0;
  }
}

.pg-company__office .mv__02 {
  background: #ebeae9;
}
.pg-company__office .mv__02 .page-head {
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-company__office .mv__02 .page-head {
    letter-spacing: 0;
  }
}
.pg-company__office .sec01 {
  margin-top: 80px;
}
.pg-company__office .sec01 h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  font-weight: bold;
  font-family: "Source Sans Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  font-size: 3.6rem;
}
.pg-company__office .sec01 h2 span {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.4rem;
  color: #8B8880;
  letter-spacing: 0;
}
.pg-company__office .sec01 .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.9;
}
.pg-company__office .sec01 .block {
  margin-top: 80px;
  text-align: left;
}
.pg-company__office .sec01 .block .blockTitle {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
}
.pg-company__office .sec01 .block .wrap {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.pg-company__office .sec01 .block .wrap + .wrap {
  margin-top: 40px;
}
.pg-company__office .sec01 .block .wrap > div {
  width: calc(50% - 20px);
}
.pg-company__office .sec01 .block .wrap > div img {
  width: 100%;
}
.pg-company__office .sec01 .block .wrap > div.right {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2.1;
}
.pg-company__office .sec01 .block .wrap > div .blockTxt {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .pg-company__office .sec01 {
    margin-top: 40px;
  }
  .pg-company__office .sec01 h2 {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
  .pg-company__office .sec01 h2 span {
    font-size: 1.4rem;
    color: #8B8880;
    letter-spacing: 0;
  }
  .pg-company__office .sec01 .txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .pg-company__office .sec01 .txt br {
    display: none;
  }
  .pg-company__office .sec01 .block {
    margin-top: 50px;
  }
  .pg-company__office .sec01 .block .blockTitle {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Source Sans Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 0;
    margin-bottom: -10px;
  }
  .pg-company__office .sec01 .block .wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 20px;
    margin-top: 0;
  }
  .pg-company__office .sec01 .block .wrap + .wrap {
    margin-top: 0;
    flex-direction: column;
  }
  .pg-company__office .sec01 .block .wrap > div {
    width: 100%;
    margin-top: 20px;
  }
  .pg-company__office .sec01 .block .wrap > div img {
    width: 100%;
  }
  .pg-company__office .sec01 .block .wrap > div.right {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .pg-company__office .sec01 .block .wrap > div .blockTxt {
    padding-left: 0;
    padding-right: 0;
  }
}

.pg-company__access .page-head-02-wrap.print-aciton-02 {
  margin-bottom: 20px;
  height: 136px;
  background: #ebeae9 !important;
}
.pg-company__access .sec01 .inner .map__wrap.print-aciton-04 {
  height: 350px;
  overflow: hidden !important;
}
.pg-company__access .sec01 .inner #map_canvas {
  width: 100%;
  margin-bottom: 25px;
  height: 624px;
}
.pg-company__access .sec01 .inner #map_canvas.print-aciton-02 {
  height: 424px;
}
@media (max-width: 767px) {
  .pg-company__access .sec01 .inner #map_canvas {
    margin-bottom: 15px;
    height: 384px;
  }
}
.pg-company__access .sec01 .inner > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pg-company__access .sec01 .inner > div:nth-child(3) {
    display: block;
  }
}
.pg-company__access .sec01 .inner > div input {
  font-size: 1.8rem;
  border: 1px solid #979797;
  width: 266px;
  height: 66px;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 767px) {
  .pg-company__access .sec01 .inner > div input {
    display: none;
    margin-top: 30px;
  }
}
.pg-company__access .sec02 {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .pg-company__access .sec02 {
    margin-top: 55px;
  }
}
.pg-company__access .sec02 .guide-blcok {
  display: flex;
}
@media (max-width: 767px) {
  .pg-company__access .sec02 .guide-blcok {
    display: block;
  }
}
.pg-company__access .sec02 .guide-blcok:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pg-company__access .sec02 .guide-blcok:nth-child(n+2) {
    margin-top: 40px;
  }
}
.pg-company__access .sec02 .guide-blcok > div:nth-child(1) {
  width: 130px;
  text-align: right;
}
@media (max-width: 767px) {
  .pg-company__access .sec02 .guide-blcok > div:nth-child(1) {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.pg-company__access .sec02 .guide-blcok > div:nth-child(1) p {
  font-size: 1.6rem;
  font-weight: bold;
}
.pg-company__access .sec02 .guide-blcok .info {
  flex: 1;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .pg-company__access .sec02 .guide-blcok .info {
    margin-left: 0;
  }
}
.pg-company__access .sec02 .guide-blcok .info > div {
  display: flex;
  align-items: center;
}
.pg-company__access .sec02 .guide-blcok .info > div:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pg-company__access .sec02 .guide-blcok .info > div:nth-child(n+2) {
    margin-top: 20px;
  }
}
.pg-company__access .sec02 .guide-blcok .txt {
  flex: 1;
}
.pg-company__access .sec02 .guide-blcok .icon {
  margin-right: 20px;
  width: 56px;
}
.pg-company__access .sec02 .guide-blcok .icon img {
  width: 22px;
  height: auto;
}
.pg-company__access .sec02 .guide-blcok .icon img:nth-child(2) {
  margin-left: 12px;
}
.pg-company__access .sec02 .guide-wrap {
  margin-top: 30px;
}

.pg-company__group .main .head__line {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pg-company__group .main .head__line {
    margin-bottom: 20px;
  }
}
.pg-company__group .main ul li {
  width: 31.6489361702%;
  margin-left: 2.4822695035%;
}
@media (max-width: 767px) {
  .pg-company__group .main ul li {
    width: 100%;
    margin-left: 0;
  }
}
.pg-company__group .main ul li:nth-child(3n+1) {
  margin-left: 0;
}
.pg-company__group .main ul li:nth-child(n+4) {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .pg-company__group .main ul li:nth-child(n+2) {
    margin-top: 45px;
  }
}
.pg-company__group .main ul a {
  color: #6f6d66;
  display: block;
}
.pg-company__group .main ul .img {
  margin-bottom: 20px;
  border: 1px solid #ebeae9;
}
.pg-company__group .main ul .info-wrap {
  position: relative;
}
.pg-company__group .main ul .info-wrap dl {
  line-height: 1.9;
  font-size: 1.5rem;
}
.pg-company__group .main ul .info-wrap dl dt {
  clear: both;
  float: left;
  font-weight: bold;
}
.pg-company__group .main ul .info-wrap dl dd {
  padding-left: 80px;
}
.pg-company__group .main ul .head {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 14px;
}
.pg-company__group .main ul .desc {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #3d3d3d;
}
.pg-company__group .main ul .tel a {
  cursor: text;
}
@media (max-width: 767px) {
  .pg-company__group .main ul .tel a {
    cursor: pointer;
  }
}
.pg-company__group .main ul .url {
  bottom: 0;
  left: 0;
}
.pg-company__group .main ul .url a {
  color: #0163bc;
  display: inline;
  vertical-align: middle;
}
.pg-company__group .main ul .url span {
  background: #88837d;
  color: #fff;
  padding: 3px 7px;
  font-size: 1.2rem;
  display: inline;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pg-company__group .main ul li:nth-child(2) .info-wrap {
    padding-bottom: 0;
  }
}
.pg-company__group .sec02,
.pg-company__group .sec03,
.pg-company__group .sec04 {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .pg-company__group .sec02,
  .pg-company__group .sec03,
  .pg-company__group .sec04 {
    margin-top: 55px;
  }
}

.pg-statement .sec01-head {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  margin: 15px 0 24px;
  text-indent: 0.7em;
}
@media (max-width: 767px) {
  .pg-statement .sec01-head {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.pg-statement .logo-img {
  width: 249px;
  margin: 0 auto 62px;
}
.pg-statement .logo-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pg-statement .logo-img {
    width: 184px;
    margin: 0 auto 30px;
  }
}
.pg-statement .logo-img.fadeInUp {
  animation: fadeInUp 1s ease 0.3s 1 normal both;
}
.pg-statement .youtube-wrap {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .pg-statement .youtube-wrap {
    margin-bottom: 50px;
  }
}
.pg-statement .youtube-wrap.fadeInUp {
  animation: fadeInUp 1s ease 0.5s 1 normal both;
}
.pg-statement .youtube-wrap .youtube {
  display: block;
  position: relative;
  max-width: 1130px;
  height: 0;
  padding: 0 0 56.3%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pg-statement .youtube-wrap .youtube {
    padding: 0 0 56.65%;
    height: 0;
    width: 100%;
  }
}
.pg-statement .youtube-wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pg-statement .sec01-wrap {
  max-width: 935px;
  color: #fff;
  margin: 0 auto;
}
.pg-statement .sec01-wrap p {
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pg-statement .sec01-wrap p:nth-child(n+2) {
  margin-top: 2em;
}
.pg-statement .main {
  background: url(../img/statement/bg_statement.jpg) center center/cover no-repeat;
  padding-bottom: 180px;
}
.pg-statement .footer {
  margin-top: 0;
}

.pg-players .mv__02 {
  background: url(../img/players/mv_players.jpg) center top/cover no-repeat;
}
.pg-players .lead {
  margin-bottom: 82px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-players .lead {
    margin-bottom: 35px;
    text-align: left;
  }
  .pg-players .lead br {
    display: none;
  }
}
.pg-players .lead p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .pg-players .lead p {
    font-size: 1.4rem;
  }
}
.pg-players .players-box .table__style_01 dt,
.pg-players .players-box .table__style_01 dd {
  line-height: 2.1428571429;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .pg-players .players-box .table__style_01 dt,
  .pg-players .players-box .table__style_01 dd {
    line-height: 1.7;
    padding: 12px 0;
  }
}
.pg-players .players-box .table__style_01 dt {
  padding-left: 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pg-players .players-box .table__style_01 dt {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
}
.pg-players .players-box .table__style_01 dd {
  padding-left: 108px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .pg-players .players-box .table__style_01 dd {
    padding-left: 0;
    padding-top: 0;
  }
}
.pg-players .sec01 {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .pg-players .sec01 {
    margin-top: 65px;
  }
}
.pg-players .sec01 .players-box {
  display: flex;
}
@media (max-width: 767px) {
  .pg-players .sec01 .players-box {
    display: block;
  }
}
.pg-players .sec01 .players-box .pic {
  width: 549px;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .pg-players .sec01 .players-box .pic {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.pg-players .sec01 .players-box .pic img {
  width: 100%;
  height: auto;
}
.pg-players .sec01 .players-box .name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .pg-players .sec01 .players-box .name {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}
.pg-players .sec01 .players-box:nth-child(1) .info {
  margin-left: 65px;
}
@media (max-width: 767px) {
  .pg-players .sec01 .players-box:nth-child(1) .info {
    margin-left: 0;
  }
}
.pg-players .sec01 .players-box:nth-child(2) {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .pg-players .sec01 .players-box:nth-child(2) {
    margin-top: 35px;
  }
}
.pg-players .sec01 .players-box:nth-child(2) .pic {
  order: 1;
}
@media (max-width: 767px) {
  .pg-players .sec01 .players-box:nth-child(2) .pic {
    order: 0;
  }
}
.pg-players .sec01 .players-box:nth-child(2) .info {
  margin-right: 65px;
}
@media (max-width: 767px) {
  .pg-players .sec01 .players-box:nth-child(2) .info {
    margin-right: 0;
  }
}
.pg-players .sec02 {
  margin-top: 135px;
}
@media (max-width: 767px) {
  .pg-players .sec02 {
    margin-top: 65px;
  }
}
.pg-players .sec02 .head__sub {
  margin-bottom: 65px;
}
.pg-players .sec02 .head__sub br {
  display: none;
}
@media (max-width: 767px) {
  .pg-players .sec02 .head__sub {
    margin-bottom: 30px;
  }
  .pg-players .sec02 .head__sub span {
    display: none;
  }
  .pg-players .sec02 .head__sub br {
    display: block;
  }
}
.pg-players .sec02 .head__line {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pg-players .sec02 .head__line {
    margin-bottom: 20px;
  }
}
.pg-players .sec02 .players-wrap:nth-child(n+3) {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-wrap:nth-child(n+3) {
    margin-top: 40px;
  }
}
.pg-players .sec02 .players-wrap-inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-wrap-inner {
    display: block;
  }
}
.pg-players .sec02 .players-box {
  width: 31.5602836879%;
  margin-left: 2.6595744681%;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box {
    width: 100%;
  }
}
.pg-players .sec02 .players-box:nth-child(3n+1) {
  margin-left: 0;
}
.pg-players .sec02 .players-box:nth-child(n+4) {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box:nth-child(n+2) {
    margin-top: 35px;
  }
}
.pg-players .sec02 .players-box img {
  width: 100%;
  height: auto;
}
.pg-players .sec02 .players-box .pic {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box .pic {
    margin-bottom: 15px;
  }
}
.pg-players .sec02 .players-box .table__style_01 dt,
.pg-players .sec02 .players-box .table__style_01 dd {
  line-height: 1.7;
  padding: 0;
}
.pg-players .sec02 .players-box .table__style_01 dt {
  padding-left: 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box .table__style_01 dt {
    font-size: 1.4rem;
  }
}
.pg-players .sec02 .players-box .table__style_01 dt:nth-of-type(n+2) {
  float: none;
  margin-top: 8px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box .table__style_01 dt:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.pg-players .sec02 .players-box .table__style_01 dd {
  padding-left: 50px;
  padding-top: 3px;
  border-bottom: 0;
}
.pg-players .sec02 .players-box .table__style_01 dd:nth-of-type(n+2) {
  padding-left: 0;
  font-size: 1.3rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box .table__style_01 dd {
    padding-left: 0;
  }
}
.pg-players .sec02 .players-box .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pg-players .sec02 .players-box .name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.pg-players .sec02 .players-box .info li {
  display: flex;
}
.pg-players .sec02 .players-box .info li + li {
  margin-top: 4px;
}
.pg-players .sec02 .players-box .info li .year {
  white-space: nowrap;
  line-height: 1.5;
}
.pg-players .sec02 .players-box .info li .txt {
  margin-left: 10px;
  line-height: 1.5;
}

.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  width: 100%;
  height: 100%;
}

.objectFitContain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
  width: 100%;
  height: 100%;
}

.objectFitTop {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
  width: 100%;
  height: 100%;
}

.objectFitRight {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
  font-family: "object-fit: cover; object-position: 100% center;";
  width: 100%;
  height: 100%;
}

.objectFitLeft {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 center;
     object-position: 0 center;
  font-family: "object-fit: cover; object-position: 0 center;";
  width: 100%;
  height: 100%;
}

.pg-csr .mv__02 {
  background: url(../img/csr/index/mv_csr.jpg) center top/cover no-repeat;
}
.pg-csr .sec01 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pg-csr .sec01 {
    margin-top: 50px;
  }
}
.pg-csr .sec02,
.pg-csr .sec03 {
  margin-top: 112px;
}
@media (max-width: 767px) {
  .pg-csr .sec02,
  .pg-csr .sec03 {
    margin-top: 45px;
  }
}
.pg-csr .head__line {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pg-csr .head__line {
    margin-bottom: 20px;
  }
}
.pg-csr .box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pg-csr .box {
    display: block;
  }
}
.pg-csr .box .img {
  margin-right: 60px;
  width: 549px;
  flex: 1.057;
}
@media (max-width: 767px) {
  .pg-csr .box .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pg-csr .box .img img {
  width: 100%;
  height: auto;
}
.pg-csr .box:nth-child(n+2) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pg-csr .box:nth-child(n+2) {
    margin-top: 60px;
  }
}
.pg-csr .box:nth-child(2n) .img {
  order: 1;
  margin-left: 60px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .pg-csr .box:nth-child(2n) .img {
    margin-left: 0;
  }
}
.pg-csr .box .txt {
  flex: 1;
}
.pg-csr .box .txt-head {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.pg-csr .lead {
  margin-bottom: 57px;
}
.pg-csr .desc a {
  color: #4A90E2;
}
.pg-csr .desc p:nth-child(n+2) {
  margin-top: 2em;
}
.leadTitle {
  font-size: 1.8rem;
  margin-top: 30px;
}

.pg-sdgs .mv__02 {
  background: url(../img/sdgs/mv_sdgs.jpg) center top/cover no-repeat;
}
.pg-sdgs .lead {
  margin-bottom: 82px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-sdgs .lead {
    margin-bottom: 35px;
    text-align: left;
  }
  .pg-sdgs .lead br {
    display: none;
  }
}
.pg-sdgs .lead p {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-sdgs .lead p {
    font-size: 1.4rem;
  }
}
.pg-sdgs .sec {
  margin-top: 85px;
}
.pg-sdgs .sec .inner {
  max-width: 1000px;
}
.pg-sdgs .sec .txt-head {
  margin-bottom: 10px;
}
.pg-sdgs .sec .txt-inner {
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-sdgs .sec {
    margin-top: 65px;
  }
}
.pg-sdgs .declarationList {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pg-sdgs .declarationList li {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 2;
}
.pg-sdgs .declarationList li strong {
  font-weight: bold;
  font-size: 2.4rem;
}
.pg-sdgs .declarationList li:nth-child(1) {
  background: #9ee797;
}
.pg-sdgs .declarationList li:nth-child(2) {
  background: #fabad2;
}
.pg-sdgs .declarationList li:nth-child(3) {
  background: #ffdc9b;
}
.pg-sdgs .declarationList li + li {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pg-sdgs .declarationList li {
    width: 200px;
    height: 200px;
    font-size: 1.6rem;
  }
  .pg-sdgs .declarationList li strong {
    font-size: 2rem;
  }
}
.pg-sdgs .policyList {
  width: 800px;
  margin-top: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pg-sdgs .policyList li {
  padding: 40px;
}
.pg-sdgs .policyList li:nth-child(1) {
  background: #9ee797;
}
.pg-sdgs .policyList li:nth-child(2) {
  background: #fabad2;
}
.pg-sdgs .policyList li:nth-child(3) {
  background: #ffdc9b;
}
.pg-sdgs .policyList li + li {
  margin-top: 40px;
}
.pg-sdgs .policyList li .listTitle {
  text-align: center;
}
.pg-sdgs .policyList li .body {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.pg-sdgs .policyList li .body p {
  font-size: 1.6rem;
  line-height: 2.1;
}

.pg-svsdgs .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.pg-svsdgs .bg img {
  width: 100%;
}
.pg-svsdgs .main {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 170px;
}
.pg-svsdgs .main p {
  margin-top: 100px;
}
.pg-svsdgs .main p:last-child {
  margin-top: 0;
}
.pg-svsdgs .main .linkArea {
  background: #d4b1f3;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.pg-svsdgs .main .linkArea .banner {
  transition: all ease 0.3s;
}
.pg-svsdgs .main .linkArea .banner:hover {
  opacity: 0.9;
}
.pg-svsdgs .main .linkWrap {
  display: flex;
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.pg-svsdgs .main .linkWrap .link {
  font-size: 2rem;
  transition: all ease 0.3s;
  color: #585858;
}
@media (min-width: 1024px) {
  .pg-svsdgs .main .linkWrap .link:hover {
    opacity: 0.5;
  }
}
.pg-svsdgs .main .linkWrap .link:nth-child(n+2) {
  margin-left: 30px;
}
.pg-svsdgs .main .linkWrap .spacer {
  display: inline-block;
  height: 35px;
  width: 2px;
  background: #585858;
  margin-left: 30px;
}
.pg-svsdgs footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .pg-svsdgs img {
    max-width: 100%;
  }
  .pg-svsdgs .main {
    width: 100%;
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pg-svsdgs .main h1 {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .pg-svsdgs .main p {
    margin-top: 50px;
  }
  .pg-svsdgs .main p:last-child {
    width: calc(100% + 40px);
    margin-left: -20px;
    background: #cccccc;
    padding-bottom: 50px;
  }
  .pg-svsdgs .main .linkArea {
    background: #d4b1f3;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .pg-svsdgs .main .linkArea .banner {
    transition: all ease 0.3s;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .pg-svsdgs .main .linkArea .banner img {
    width: 100%;
  }
  .pg-svsdgs .main .linkArea .banner:hover {
    opacity: 0.9;
  }
  .pg-svsdgs .main .linkWrap {
    width: calc(100% - 40px);
  }
  .pg-svsdgs .main .linkWrap .link {
    font-size: 1.3rem;
    transition: all ease 0.3s;
    color: #1a1a1a;
  }
  .pg-svsdgs .main .linkWrap .link:nth-child(n+2) {
    margin-left: 20px;
  }
  .pg-svsdgs .main .linkWrap .spacer {
    height: 25px;
    width: 1px;
    margin-left: 20px;
  }
}

.pg-40th .mobileOnly {
  display: none;
}
@media (max-width: 767px) {
  .pg-40th .mobileOnly {
    display: inline-block;
  }
}
.pg-40th .mv__02 {
  background: url(../img/40th/mv_40th.jpg) center top/cover no-repeat;
}
.pg-40th .mv__02 .page-head {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .pg-40th .mv__02 {
    background: url(../img/40th/mv_40th_sp.jpg) center top/cover no-repeat;
  }
  .pg-40th .mv__02 .page-head {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
}
.pg-40th .lead {
  margin-bottom: 82px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-40th .lead {
    margin-bottom: 35px;
    text-align: left;
  }
  .pg-40th .lead br {
    display: none;
  }
}
.pg-40th .lead p {
  font-size: 2.2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-40th .lead p {
    font-size: 1.6rem;
  }
}
.pg-40th .sec {
  margin-top: 85px;
}
.pg-40th .sec .inner {
  max-width: 1000px;
}
.pg-40th .sec .txt-head {
  margin-bottom: 10px;
}
.pg-40th .sec .txt-inner {
  line-height: 2;
  font-size: 1.6rem;
}
.pg-40th .sec .txt-inner .campaignTitle {
  margin-top: 60px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
.pg-40th .sec .txt-inner .bannerWrap {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
.pg-40th .sec .txt-inner .bannerWrap a {
  width: calc(50% - 20px);
  margin-right: 40px;
  transition: all ease 0.3s;
}
.pg-40th .sec .txt-inner .bannerWrap a.off {
  pointer-events: none;
  opacity: 0.75;
}
.pg-40th .sec .txt-inner .bannerWrap a:hover {
  opacity: 0.8;
}
.pg-40th .sec .txt-inner .bannerWrap a:nth-child(even) {
  margin-right: 0;
}
.pg-40th .sec .txt-inner .bannerWrap a:nth-child(n+3) {
  margin-top: 40px;
}
.pg-40th .sec .txt-inner .bannerWrap a .imgArea {
  width: 100%;
  display: flex;
}
.pg-40th .sec .txt-inner .bannerWrap a .imgArea img {
  max-width: 100%;
  width: 100%;
}
.pg-40th .sec .txt-inner .bannerWrap a .txtArea {
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  background: #76C9CE;
  color: #fff;
}
.pg-40th .sec .txt-inner .bannerWrap a .txtArea .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 15px;
}
.pg-40th .sec .txt-inner .bannerWrap a .txtArea .comingsoon {
  color: #8E8E8E;
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pg-40th .sec {
    margin-top: 65px;
  }
  .pg-40th .sec .txt-inner {
    line-height: 2;
    font-size: 1.3rem;
  }
  .pg-40th .sec .txt-inner .campaignTitle {
    margin-top: 30px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
  }
  .pg-40th .sec .txt-inner .bannerWrap {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .pg-40th .sec .txt-inner .bannerWrap a {
    width: 100%;
    margin-right: 0;
  }
  .pg-40th .sec .txt-inner .bannerWrap a:nth-child(even) {
    margin-right: 0;
  }
  .pg-40th .sec .txt-inner .bannerWrap a:nth-child(n+3) {
    margin-top: 0;
  }
  .pg-40th .sec .txt-inner .bannerWrap a:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-40th .sec .txt-inner .bannerWrap a .txtArea .txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .pg-40th .sec .txt-inner .bannerWrap a .txtArea .comingsoon {
    font-size: 2rem;
  }
}
.pg-40th .declarationList {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pg-40th .declarationList li {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 2;
}
.pg-40th .declarationList li strong {
  font-weight: bold;
  font-size: 2.4rem;
}
.pg-40th .declarationList li:nth-child(1) {
  background: #9ee797;
}
.pg-40th .declarationList li:nth-child(2) {
  background: #fabad2;
}
.pg-40th .declarationList li:nth-child(3) {
  background: #ffdc9b;
}
.pg-40th .declarationList li + li {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .pg-40th .declarationList li {
    width: 200px;
    height: 200px;
    font-size: 1.6rem;
  }
  .pg-40th .declarationList li strong {
    font-size: 2rem;
  }
}
.pg-40th .policyList {
  width: 800px;
  margin-top: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pg-40th .policyList li {
  padding: 40px;
}
.pg-40th .policyList li:nth-child(1) {
  background: #9ee797;
}
.pg-40th .policyList li:nth-child(2) {
  background: #fabad2;
}
.pg-40th .policyList li:nth-child(3) {
  background: #ffdc9b;
}
.pg-40th .policyList li + li {
  margin-top: 40px;
}
.pg-40th .policyList li .listTitle {
  text-align: center;
}
.pg-40th .policyList li .body {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.pg-40th .policyList li .body p {
  font-size: 1.6rem;
  line-height: 2.1;
}

.pg-contact .mv__02 {
  background: url(../img/contact/mv_contact.jpg) center top/cover no-repeat;
}
.pg-contact .sec01 {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .pg-contact .sec01 {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner [class^=tel__] {
    display: inline-block;
  }
}
.pg-contact .sec01 .inner [class^=tel__] a {
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: bold;
  cursor: text;
}
@media screen and (max-width: 1252px) {
  .pg-contact .sec01 .inner [class^=tel__] a {
    font-size: 2.7vw;
  }
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner [class^=tel__] a {
    cursor: pointer;
    font-size: 2.4rem;
  }
}
.pg-contact .sec01 .inner .tel_inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.pg-contact .sec01 .inner .tel_inner img {
  width: 14.59%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner .tel_inner img {
    margin-right: 10px;
  }
}
.pg-contact .sec01 .inner .tel__normal .tel_inner img {
  width: 9.79%;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner .tel__normal .tel_inner img {
    width: 11.79%;
  }
}
.pg-contact .sec01 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul {
    display: block;
  }
}
.pg-contact .sec01 .inner ul li {
  width: 48.4929078014%;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul li {
    width: 100%;
  }
}
.pg-contact .sec01 .inner ul li:nth-child(n+3) {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul li:nth-child(n+2) {
    margin-top: 35px;
  }
}
.pg-contact .sec01 .inner ul li .list-head {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #8b8880;
  border-bottom: 2px solid #d5d3cf;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul li .list-head {
    height: auto;
  }
}
.pg-contact .sec01 .inner ul li > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul li > div {
    flex-wrap: wrap;
    display: block;
  }
}
.pg-contact .sec01 .inner ul li .img {
  margin-right: 25px;
  width: 195px;
}
@media screen and (max-width: 1252px) {
  .pg-contact .sec01 .inner ul li .img {
    flex: 0.8;
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul li .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .pg-contact .sec01 .inner ul li .img img {
    width: 100%;
    height: auto;
  }
}
.pg-contact .sec01 .inner ul li .img.img__border img {
  border: 1px solid #ebeae9;
}
.pg-contact .sec01 .inner ul li .tel-wrap {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 1252px) {
  .pg-contact .sec01 .inner ul li .tel-wrap {
    flex: 1.2;
  }
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul li .tel-wrap {
    text-align: center;
    width: 100%;
  }
}
.pg-contact .sec01 .inner ul li .tel-wrap span {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul li .tel-wrap span {
    font-size: 1.6rem;
  }
}
.pg-contact .sec01 .inner ul li img {
  width: 100%;
  height: auto;
}
.pg-contact .sec01 .inner ul:nth-child(2) li .tel-wrap {
  text-align: left;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul:nth-child(2) [class^=tel__] {
    display: inline-block;
  }
}
.pg-contact .sec01 .inner ul:nth-child(2) [class^=tel__] a {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul:nth-child(2) [class^=tel__] a {
    font-size: 2.4rem;
  }
}
.pg-contact .sec01 .inner ul:nth-child(2) .tel__normal img {
  width: 4.94%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul:nth-child(2) .tel__normal img {
    width: 8.82%;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .pg-contact .sec01 .inner ul:nth-child(2) li:nth-child(2) .tel__normal img {
    width: 11.79%;
  }
}

.pg-privacy .block-wrap-01 {
  background: #f2f2f2;
  padding: 30px 27px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .pg-privacy .block-wrap-01 {
    margin: 25px 0;
    padding: 28px 22px;
  }
}
.pg-privacy .block-wrap-01 .head {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.pg-privacy .block-wrap-01 a {
  color: #323232;
}
@media (max-width: 767px) {
  .pg-privacy .sec-wrap {
    margin-top: 40px;
  }
}
.pg-privacy .sec-wrap > div:nth-child(n+2) {
  margin-top: 32px;
}
.pg-privacy .head__line_02 {
  margin-top: 45px;
}
.pg-privacy .sec01 > .inner .security-wrap {
  display: flex;
  margin-top: 23px;
}
.pg-privacy .sec01 > .inner .security-wrap div {
  width: 56px;
}
.pg-privacy .sec01 > .inner .security-wrap p {
  margin-left: 30px;
  flex: 1;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .pg-privacy .sec01 > .inner .security-wrap p {
    margin-left: 20px;
  }
}
.pg-privacy .sec01 > .inner .txt01 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .pg-privacy .sec01 > .inner .txt01 {
    margin-bottom: 45px;
  }
}
.pg-privacy .sec01 > .inner .txt02 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .pg-privacy .sec01 > .inner .txt02 {
    margin-top: 45px;
  }
}
.pg-privacy .sec01 > .inner .txt03 {
  margin-top: 5px;
  text-align: right;
}
.pg-privacy .sec02 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .pg-privacy .sec02 {
    margin-top: 65px;
  }
}
.pg-privacy .sec02 .inner .desc ul:nth-child(2) {
  margin-top: 25px;
}
.pg-privacy .sec02 .inner .desc li {
  padding-left: 1em;
  text-indent: -1em;
}
.pg-privacy .sec02 .inner .desc p:nth-child(n+2) {
  margin-top: 25px;
}

.pg-sitemap .main .nav-lists {
  display: flex;
  flex-wrap: wrap;
}
.pg-sitemap .main .nav-lists > li {
  max-width: 162px;
}
.pg-sitemap .main .nav-lists > li img {
  width: 100%;
}
.pg-sitemap .main .nav-lists > li > p {
  margin: 20px 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-sitemap .main .nav-lists > li > p {
    font-size: 1.3rem;
    margin: 10px 0 4px;
  }
}
.pg-sitemap .main .nav-lists > li > p a {
  color: #8b8880;
}
.pg-sitemap .main .nav-lists > li li {
  font-size: 1.2rem;
}
.pg-sitemap .main .nav-lists > li li a {
  color: #3d3d3d;
}
.pg-sitemap .main .nav-lists > li li span {
  display: block;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .pg-sitemap .main .nav-lists > li {
    max-width: none;
    width: 46.9696969697%;
  }
  .pg-sitemap .main .nav-lists > li img {
    width: 100%;
    height: auto;
  }
  .pg-sitemap .main .nav-lists > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.pg-sitemap .main .nav-lists {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pg-sitemap .main .nav-lists {
    justify-content: space-between;
  }
}
.pg-sitemap .main .nav-lists > li {
  width: 23.0496453901%;
  margin-left: 2.5709219858%;
  max-width: none;
}
@media (max-width: 767px) {
  .pg-sitemap .main .nav-lists > li {
    width: 100%;
  }
}
.pg-sitemap .main .nav-lists > li:nth-child(4n+1) {
  margin-left: 0;
}
.pg-sitemap .main .nav-lists > li:nth-child(n+5) {
  margin-top: 35px;
}
.pg-sitemap .main .nav-lists > li:nth-child(6) p:nth-child(3) {
  margin: 0;
}
@media (max-width: 767px) {
  .pg-sitemap .main .nav-lists > li {
    width: 46.9696969697%;
    margin-left: 0;
  }
  .pg-sitemap .main .nav-lists > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.pg-sitemap .main .nav-lists:nth-child(2) {
  margin-top: 52px;
}
.pg-sitemap .main .nav-lists:nth-child(2) > li {
  width: 547px;
}
@media (max-width: 767px) {
  .pg-sitemap .main .nav-lists:nth-child(2) > li {
    width: 100%;
  }
}

.pg-shop .mv__02 {
  background: url(../img/shop/mv_shop.jpg) center top/cover no-repeat;
}
.pg-shop .sec01 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pg-shop .sec01 {
    margin-top: 50px;
  }
}
.pg-shop .sec01 ul {
  max-width: 770px;
  margin: 0 auto;
}
.pg-shop .sec01 ul li {
  border: 1px solid #ebeae9;
}
@media (max-width: 767px) {
  .pg-shop .sec01 ul li {
    width: 100%;
    margin-left: 0;
  }
}
.pg-shop .sec01 ul a {
  display: block;
  padding: 28px 50px;
  font-size: 1.8rem;
  position: relative;
}
.pg-shop .sec01 ul a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 53px;
  width: 16px;
  height: 28px;
  background: url(../img/common/arrow_07.png) left top/16px no-repeat;
  margin-top: -14px;
}
@media (max-width: 767px) {
  .pg-shop .sec01 ul a {
    padding: 20px 60px 20px 30px;
    font-size: 1.6rem;
  }
  .pg-shop .sec01 ul a::after {
    right: 22px;
    width: 12px;
    height: 22px;
    background: url(../img/common/arrow_07.png) left top/12px no-repeat;
    margin-top: -11px;
  }
}

.pg-business .mv__02 {
  background: url(../img/business/index/mv_business.jpg) center top/cover no-repeat;
}
.pg-business .sec01 {
  margin-top: 98px;
}
@media (max-width: 767px) {
  .pg-business .sec01 {
    margin-top: 45px;
  }
}
.pg-business .sec01 .lead {
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .pg-business .sec01 .lead {
    margin-bottom: 35px;
    padding: 0 20px;
  }
}
.pg-business .sec01 .lead p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .pg-business .sec01 .lead p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner {
    padding: 0;
  }
}
.pg-business .sec01 .inner ul li img {
  width: 100%;
  height: auto;
}
.pg-business .sec01 .inner ul li > div {
  position: relative;
}
.pg-business .sec01 .inner ul li .txt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 0 0 10.6382978723%;
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li .txt-wrap {
    margin: 0;
    text-align: center;
    padding: 0 0 0 13px;
    width: 48%;
  }
}
.pg-business .sec01 .inner ul li .txt-wrap-inner {
  width: 312px;
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li .txt-wrap-inner {
    width: 100%;
  }
}
.pg-business .sec01 .inner ul li:nth-child(2) .txt-wrap-inner {
  width: 340px;
  padding: 65px 50px;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li:nth-child(2) .txt-wrap-inner {
    width: 100%;
    padding: 10px;
  }
}
.pg-business .sec01 .inner ul li:nth-child(1) .txt-wrap {
  left: auto;
  right: 0;
  margin: 0 70px 0 0;
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li:nth-child(1) .txt-wrap {
    margin: 0;
    padding: 0 13px 0 0;
    width: 51%;
  }
}
.pg-business .sec01 .inner ul li:nth-child(1) .txt-wrap-inner {
  width: 405px;
  padding: 65px 50px;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li:nth-child(1) .txt-wrap-inner {
    width: 100%;
    padding: 10px;
  }
}
.pg-business .sec01 .inner ul li .list-head {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li .list-head {
    text-align: left;
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
}
.pg-business .sec01 .inner ul li .desc {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li .desc {
    text-align: left;
    margin-bottom: 6px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li .link {
    text-align: left;
  }
}
.pg-business .sec01 .inner ul li .link a {
  font-weight: bold;
  padding-right: 20px;
  background: url(../img/common/arrow_08.png) right center/9px no-repeat;
}
@media (max-width: 767px) {
  .pg-business .sec01 .inner ul li .link a {
    padding-right: 11px;
    text-align: left;
    transition: initial;
    font-size: 1rem;
  }
}
.pg-business .sec01 .inner ul li:nth-child(3) .txt-wrap, .pg-business .sec01 .inner ul li:nth-child(4) .txt-wrap {
  color: #fff;
}
.pg-business .sec01 .inner ul li:nth-child(3) .link a, .pg-business .sec01 .inner ul li:nth-child(4) .link a {
  color: #fff;
  background: url(../img/common/arrow_09.png) right center/9px no-repeat;
}

[class^=pg-business__] .business-wrap img {
  width: 100%;
  height: auto;
}
[class^=pg-business__] .business-wrap > div {
  margin-top: 2px;
}
[class^=pg-business__] .business-wrap > div:nth-child(n+2) {
  margin-top: 90px;
}
@media (max-width: 767px) {
  [class^=pg-business__] .business-wrap > div:nth-child(n+2) {
    margin-top: 50px;
  }
}
[class^=pg-business__] .business-wrap > div .head {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  [class^=pg-business__] .business-wrap > div .head {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
[class^=pg-business__] .business-wrap > div .img {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  [class^=pg-business__] .business-wrap > div .img {
    margin-bottom: 20px;
  }
}
[class^=pg-business__] .business-wrap .business-wrap__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  [class^=pg-business__] .business-wrap .business-wrap__inner {
    display: block;
  }
}
[class^=pg-business__] .business-wrap .business-wrap__inner > div {
  width: 48.0496453901%;
  margin-left: 3.7234042553%;
}
@media (max-width: 767px) {
  [class^=pg-business__] .business-wrap .business-wrap__inner > div {
    width: 100%;
    margin-left: 0;
  }
}
[class^=pg-business__] .business-wrap .business-wrap__inner > div:nth-child(2n+1) {
  margin-left: 0;
}
[class^=pg-business__] .business-wrap .business-wrap__inner > div:nth-child(n+3) {
  margin-top: 75px;
}
@media (max-width: 767px) {
  [class^=pg-business__] .business-wrap .business-wrap__inner > div:nth-child(n+2) {
    margin-top: 50px;
  }
}
[class^=pg-business__] .business-wrap .business-wrap__inner .img {
  margin-bottom: 20px;
  border: 1px solid #ebeae9;
}
[class^=pg-business__] .business-wrap .business-wrap__inner .head {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}
[class^=pg-business__] .business-wrap .business-wrap__inner .desc {
  font-size: 1.3rem;
  line-height: 1.3846153846;
}

.linktext {
  margin-top: 14px;
}
.linktext a {
  color: #6289C6;
  position: relative;
  padding-left: 16px;
}
.linktext a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(../img/common/arrow_02_blue.svg) left top/9px no-repeat;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
.linktext a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../img/common/icn_outerlink.png) left top/12px no-repeat;
  top: 50%;
  margin-top: -5px;
  right: -21px;
}

.pg-business__haircare .business-wrap .link {
  margin-top: 25px;
}

.pg-business__skincare .sec02 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .pg-business__skincare .sec02 {
    margin-top: 55px;
  }
}
.pg-business__skincare .sec01 .business-wrap .img {
  border: 1px solid #ebeae9;
}
.pg-business__skincare .sec01 .disc > p:nth-child(2) {
  margin-top: 1em;
}

.pg-business__cosme .sec02 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .pg-business__cosme .sec02 {
    margin-top: 55px;
  }
}
.pg-business__cosme .sec01 .business-wrap .img {
  border: 1px solid #ebeae9;
}
.pg-business__cosme .sec01 .disc > p:nth-child(2) {
  margin-top: 1em;
}

.pg-topics .list-wrap {
  min-height: 300px;
  background: url(../img/common/loading.gif) center center/20px no-repeat;
}
.pg-topics .list-wrap .post-lists {
  display: none;
}
.pg-topics .list-wrap.active {
  background: none;
}
.pg-topics .list-wrap.active .post-lists {
  display: block;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media (max-width: 767px) {
  .pg-topics .list-wrap {
    min-height: 150px;
  }
  .pg-topics .list-wrap.active {
    min-height: auto;
  }
}
.pg-topics .cat-area {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .pg-topics .cat-area {
    display: none;
    margin-bottom: 35px;
  }
}
.pg-topics .cat-area-sp {
  display: none;
}
@media (max-width: 767px) {
  .pg-topics .cat-area-sp {
    display: block;
    margin-bottom: 35px;
  }
  .pg-topics .cat-area-sp select {
    width: 100%;
    background: #fff;
    height: 50px;
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.pg-topics .tag-area {
  margin-bottom: 35px;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
.pg-topics .tag-area ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.pg-topics .tag-area li {
  margin-right: 30px;
  margin-top: 10px;
}
.pg-topics .tag-area li:last-child {
  margin-right: 0;
}
.pg-topics .tag-area li label {
  cursor: pointer;
}
.pg-topics .tag-area li input {
  display: none;
}
.pg-topics .tag-area li span {
  padding-left: 28px;
  position: relative;
}
.pg-topics .tag-area li span::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #979797;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.pg-topics .tag-area li input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 8px;
  width: 8px;
  height: 15px;
  transform: rotate(45deg);
  border-bottom: 2px solid #979797;
  border-right: 2px solid #979797;
}
.pg-topics .tag-area.is_cat_change {
  opacity: 0;
}

@media (max-width: 767px) {
  .pg-topics.single .main {
    margin-bottom: 50px;
  }
}
.pg-topics.single .page-head-02-wrap {
  margin-bottom: 40px;
}
.pg-topics.single .page-head-02-wrap .page-head-02 {
  max-width: 1228px;
  padding: 0 50px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-topics.single .page-head-02-wrap .page-head-02 {
    max-width: none;
    width: auto;
    padding: 0 20px;
  }
}
.pg-topics.single .post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pg-topics.single .post-meta {
    margin-bottom: 35px;
  }
}
.pg-topics.single .post-meta .date {
  margin-left: 40px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .pg-topics.single .post-meta .date {
    font-size: 1.4rem;
  }
}
.pg-topics.single .article p,
.pg-topics.single .article h1,
.pg-topics.single .article h2,
.pg-topics.single .article h3,
.pg-topics.single .article h4,
.pg-topics.single .article h5,
.pg-topics.single .article h6 {
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .pg-topics.single .article p,
  .pg-topics.single .article h1,
  .pg-topics.single .article h2,
  .pg-topics.single .article h3,
  .pg-topics.single .article h4,
  .pg-topics.single .article h5,
  .pg-topics.single .article h6 {
    line-height: 1.77;
    font-size: 1.4rem;
  }
}
.pg-topics.single .article h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.pg-topics.single .article h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.pg-topics.single .article h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.pg-topics.single .article h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.pg-topics.single .article h5 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.pg-topics.single .article h6 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.pg-topics.single .article p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .pg-topics.single .article p {
    margin-bottom: 20px;
  }
}
.pg-topics.single .article img {
  max-width: 100%;
  height: auto;
}
.pg-topics.single .article span.font__l {
  font-size: 2rem;
}
.pg-topics.single .article a {
  color: #6289C6;
}
.pg-topics.single .article a[target=_blank] {
  color: #6289C6;
  position: relative;
  padding-right: 17px;
}
.pg-topics.single .article a[target=_blank]::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../img/common/icn_outerlink.png) left top/12px no-repeat;
  margin-top: -5px;
  right: 0;
  bottom: 2px;
}
.pg-topics.single .article .page-head-single {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .pg-topics.single .article .page-head-single {
    text-align: left;
    margin-bottom: 32px;
  }
}
.pg-topics.single .article .atl_inner {
  overflow: hidden;
}
.pg-topics.single .article .aligncenter {
  display: block;
  margin: 0 auto;
}
.pg-topics.single .article .alignright {
  float: right;
}
.pg-topics.single .article .alignleft {
  float: left;
}
.pg-topics.single .btn {
  text-align: center;
  margin-top: 50px;
}
.pg-topics.single .btn a {
  text-align: center;
  display: inline-block;
  color: #3d3d3d;
  padding: 17px 10px;
  font-size: 1.8rem;
  border: 1px solid #979797;
  width: 266px;
}
@media (max-width: 767px) {
  .pg-topics.single .btn a {
    font-size: 1.6rem;
    padding: 15px 10px;
    width: 70%;
  }
}

.pg-topics.error404 .main-contents {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .pg-topics.error404 .main-contents {
    padding-top: 50px;
  }
}
.pg-topics.error404 .main-contents p {
  text-align: center;
}