@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #FFF;
  font-weight: 400; }

@media screen and (max-width: 750px) {
  html {
    font-size: 13px; } }
body {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #231815;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em; }

body .all {
  position: relative; }

body a {
  color: #231815;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden; }

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

body img {
  max-width: 100%;
  height: auto; }

body .wrap {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

body ::selection {
  background: rgba(66, 63, 109, 0.2);
  /* Safari */ }

body ::-moz-selection {
  background: rgba(66, 63, 109, 0.2);
  /* Firefox */ }

@media screen and (max-width: 750px) {
  body .sp-hide {
    display: none; } }
/* header
------------------------------------------------------------*/
header {
  background-color: #FFF;
  width: 100%; }

@media all and (max-width: 576px) {
  .single.eyecatchSp header {
    position: relative;
    z-index: 8;
    background-color: inherit; } }

header .inner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 1024px) {
    header .inner {
      padding-left: 30px;
      padding-right: 80px; } }
  @media all and (max-width: 576px) {
    header .inner {
      padding-top: 15px;
      padding-bottom: 10px; } }

header .logoWrap {
  width: 30%; }
  @media all and (max-width: 576px) {
    header .logoWrap {
      width: 56%; } }

header .logo {
  line-height: 0; }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  header .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  header .logo {
    line-height: 0; } }
@media all and (min-width: 576px) and (max-width: 768px) {
  header .logo img {
    max-height: 40px;
    width: auto; } }
.search-area {
  width: 100%; }

.search-area input.s {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 6vh;
  line-height: 6vh;
  padding-left: 20px;
  padding-right: 50px;
  border: none;
  box-sizing: border-box; }

#searchform {
  position: relative; }

.search-area input.searchsubmit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  line-height: 30px;
  text-indent: -9999px;
  background: url(../img/common/iconSearch.svg) no-repeat center center;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .search-area input.searchsubmit {
    background-image: url(../img/common/iconSearch.svg);
    background-size: 16px auto; } }
.search-area input.searchsubmit:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer; }

nav.menu-pc .inside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

nav.menu-pc ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

nav.menu-pc ul.menu li {
  line-height: 1.2; }

nav.menu-pc ul.menu li:not(:last-child) {
  margin-right: 0px; }

nav.menu-pc ul.menu li.current a, nav ul li.current-menu-item a {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #423f6d; }

nav.menu-pc ul.menu li.current a:before, nav ul li.current-menu-item a:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

nav.menu-pc ul.menu li a {
  font-weight: 500;
  padding-right: 32px;
  display: block;
  color: #818181;
  position: relative;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media all and (max-width: 1280px) {
    nav.menu-pc ul.menu li a {
      padding-right: 24px; } }
  @media all and (max-width: 1024px) {
    nav.menu-pc ul.menu li a {
      padding-right: 10px; } }
  @media all and (max-width: 860px) {
    nav.menu-pc ul.menu li a {
      display: none; } }

.home nav.menu-pc ul li:nth-child(1) a,
.category-interview nav.menu-pc ul li:nth-child(2) a,
.category-featured-topics nav.menu-pc ul li:nth-child(3) a,
.category-case-study nav.menu-pc ul li:nth-child(4) a,
.category-know-how nav.menu-pc ul li:nth-child(5) a {
  color: #231815;
  font-weight: bold; }

nav.menu-pc ul.menu li a:hover {
  color: #231815;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  nav.menu-pc .inside {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

  nav.menu-pc ul li a {
    padding: 10px;
    font-size: 14px; } }
.menu-sp {
  position: fixed;
  top: 15px;
  right: 40px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 46px;
  width: 46px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  cursor: pointer; }
  @media all and (max-width: 576px) {
    .menu-sp {
      right: 17px;
      top: 6px; } }

.menu-sp span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #231815;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media all and (max-width: 576px) {
    .menu-sp span {
      width: 22px;
      height: 2px; } }

.menu-sp span:last-child {
  margin-bottom: 0; }

.menu-sp span.top {
  transform: translateY(-10px); }
  @media all and (max-width: 576px) {
    .menu-sp span.top {
      transform: translateY(-8px); } }

.menu-sp span.middle {
  margin-top: -3px;
  left: 0;
  position: relative; }

.menu-sp span.bottom {
  margin-top: -3px;
  transform: translateY(10px); }
  @media all and (max-width: 576px) {
    .menu-sp span.bottom {
      transform: translateY(8px); } }

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  opacity: 0;
  transition: opacity .5s; }

.overlay.navOpen {
  width: 100%;
  height: 100%;
  opacity: 1; }

.sp-menu {
  width: 35%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  transform: translate(100%);
  transition: all .5s; }
  @media all and (max-width: 576px) {
    .sp-menu {
      width: 70%; } }
  .sp-menu.navOpen {
    transform: translateZ(0); }
  .sp-menu nav ul li {
    border-bottom: solid 1px #EBEBEB; }
  .sp-menu nav ul li.gray {
    border-bottom: solid 1px #FFF; }
  .sp-menu nav ul li.navMailmaga, .sp-menu nav ul li.navFacebook, .sp-menu nav ul li.navTwitter {
    border-bottom: none; }
  .sp-menu nav ul li a {
    height: 5vh;
    line-height: 5vh;
    padding-left: 30px;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    display: block; }
  .sp-menu nav ul li.gray a {
    background: #F0F0F0;
    height: 6vh;
    line-height: 6vh;
    font-size: 14px; }
  .sp-menu nav ul li.navMailmaga a, .sp-menu nav ul li.navFacebook a, .sp-menu nav ul li.navTwitter a {
    height: 6vh;
    line-height: 6vh;
    font-size: 13px;
    font-weight: bold;
    color: #FFF; }
  .sp-menu .navMailmaga a {
    padding-left: 60px;
    background: url(../img/common/iconMail.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-color: #525252; }
  .sp-menu .navFacebook a {
    padding-left: 60px;
    background: url(../img/common/iconFacebook.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-color: #415FA1; }
  .sp-menu .navTwitter a {
    padding-left: 60px;
    background: url(../img/common/iconTwitter.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-color: #4EA7E3; }

/* footer
------------------------------------------------------------*/
footer {
  position: relative;
  z-index: 6;
  height: 385px;
  box-sizing: border-box;
  width: 100%; }
  @media all and (max-width: 576px) {
    footer {
      height: 210px; } }
  footer.footBg1 {
    background: url(../img/common/footImg001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg2 {
    background: url(../img/common/footImg002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg3 {
    background: url(../img/common/footImg003.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg4 {
    background: url(../img/common/footImg004.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg5 {
    background: url(../img/common/footImg005.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg6 {
    background: url(../img/common/footImg006.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg7 {
    background: url(../img/common/footImg007.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg8 {
    background: url(../img/common/footImg008.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg9 {
    background: url(../img/common/footImg009.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  footer.footBg10 {
    background: url(../img/common/footImg010.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.footInner {
  background-color: rgba(0, 0, 0, 0.65);
  padding-top: 155px;
  padding-bottom: 155px;
  height: 385px;
  box-sizing: border-box; }
  @media all and (max-width: 576px) {
    .footInner {
      height: 210px;
      padding-top: 62px;
      padding-bottom: 62px; } }

footer .f-logo {
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 576px) {
    footer .f-logo {
      margin-bottom: 10px;
      width: 50%;
      margin-left: auto;
      margin-right: auto; } }

footer .f-bottom {
  text-align: center; }
  footer .f-bottom span {
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    display: inline-block; }
    @media all and (max-width: 576px) {
      footer .f-bottom span {
        font-size: 11px;
        font-weight: nomal; } }

footer .copy {
  color: #FFF;
  font-size: 8px;
  opacity: 0.69;
  text-align: center;
  margin-top: 20px; }

footer .nav-block {
  padding: 30px 0; }

footer .nav-block .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 28px; }

footer .nav-block .f-menu li {
  color: white;
  border-right: 1px solid white;
  line-height: 1;
  padding: 0 20px;
  font-size: 15px;
  font-size: 1.0714285714rem; }

footer .nav-block .f-menu li a {
  color: #FFF; }

footer .nav-block .f-menu li:last-child {
  border-right: none; }

footer .nav-block .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

footer .nav-block .sns li:not(:last-child) {
  margin-right: 25px; }

footer .copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-size: 0.9285714286rem;
  color: #FFF;
  background-color: #444;
  text-align: center;
  padding: 7px 10px; }

@media screen and (max-width: 750px) {
  footer .nav-block {
    padding: 0px; }

  footer .nav-block .f-menu {
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

  footer .nav-block .f-menu li {
    line-height: 1;
    padding: 0px;
    width: 50%;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 14px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #444;
    border-bottom: solid 1px #444;
          /* &:first-of-type{
						display: none;
					} */ }

  footer .nav-block .f-menu li a {
    display: block;
    padding: 15px;
    text-align: center; }

  footer .nav-block .f-menu li:nth-child(2n) {
    border-right: none; }

  footer .nav-block .f-menu li:last-child {
    border-right: none; }

  footer .nav-block .sns {
    padding: 15px 10px; }

  footer .nav-block .sns li:not(:last-child) {
    margin-right: 25px; } }
.mailmagazine {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 7; }
  @media all and (max-width: 768px) {
    .mailmagazine {
      width: 35%; } }
  @media all and (max-width: 576px) {
    .mailmagazine a {
      width: 100%; } }

.mailmagazine.magazineActive {
  display: none !important; }

.mailmagazineBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 110;
  transition: all .5s; }

.mailmagazineBtn.magazineOpen {
  display: block; }

.mailmagazineOverlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  opacity: 0;
  transition: opacity .5s; }

.mailmagazineOverlay.magazineOpen {
  width: 100%;
  height: 100%;
  opacity: 1; }

.spMailmagazine {
  display: block;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 7; }
  @media all and (max-width: 768px) {
    .spMailmagazine {
      width: 35%; } }
  @media all and (max-width: 576px) {
    .spMailmagazine a {
      width: 100%; } }

.spMailmagazine.magazineActive {
  display: none; }

.spMailmagazineBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  transition: all .5s;
  width: 90%; }

.spMailmagazineBtn.magazineOpen {
  display: block; }

.spMailmagazineOverlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  opacity: 0;
  transition: opacity .5s; }

.spMailmagazineOverlay.magazineOpen {
  width: 100%;
  height: 100%;
  opacity: 1; }

/* mainimg
------------------------------------------------------------*/
.topMainImgTit {
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 12px;
  position: relative;
  padding-left: 50px;
  color: #000;
  margin-bottom: 15px; }
  @media all and (max-width: 1024px) {
    .topMainImgTit {
      padding-left: 30px; } }
  @media all and (max-width: 576px) {
    .topMainImgTit {
      font-size: 10px;
      margin-bottom: 3px; } }

.archive .topMainImgTit,
.page .topMainImgTit {
  margin-left: -100px;
  margin-bottom: 30px; }
  @media all and (max-width: 576px) {
    .archive .topMainImgTit,
    .page .topMainImgTit {
      margin-left: 0;
      margin-bottom: 10px; } }

.topMainImgTit:before {
  width: 30px;
  height: 2px;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  @media all and (max-width: 1024px) {
    .topMainImgTit:before {
      width: 15px; } }

#mainimg {
  position: fixed;
  z-index: 5;
  width: 100%; }

@media all and (max-width: 576px) {
  .home #mainimg {
    z-index: 5;
    position: relative; } }

.pcImg {
  display: block; }

.spImg {
  display: none; }

@media all and (max-width: 576px) {
  .pcImg {
    display: none; }

  .spImg {
    display: block; } }
.swiper-slide .topicsTxtWrap {
  display: none; }

.swiper-slide-active .topicsTxtWrap {
  display: block; }

.topicsTxtWrap {
  width: 100%;
  background: url("../img/common/iconArrow.svg"), url("../img/common/bgTriangle.svg");
  background-repeat: no-repeat,no-repeat;
  background-position: right 18px top 100px,right top;
  padding-bottom: 30px; }
  @media all and (max-width: 900px) {
    .topicsTxtWrap {
      width: 95%;
      margin-right: auto;
      margin-left: auto;
      background: none; } }
  @media all and (max-width: 576px) {
    .topicsTxtWrap {
      padding-bottom: 20px; } }

.topicsTxtCat {
  padding-left: 26px;
  margin-left: 24px;
  background: url("../img/common/iconInterview.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px; }
  @media all and (max-width: 576px) {
    .topicsTxtCat {
      font-size: 10px;
      background-size: 12px;
      padding-left: 19px;
      margin-left: 14px;
      margin-bottom: 10px; } }

.topicsTxtInner {
  width: 100%;
  display: flex; }

.topicsTxtDay {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #9B9B9B;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  width: 38px;
  transform: rotate(180deg);
  text-align: right; }
  @media all and (-ms-high-contrast: none) {
    .topicsTxtDay {
      letter-spacing: -3px; } }
  @media all and (max-width: 576px) {
    .topicsTxtDay {
      width: 20px; } }

.topicsTxtTit {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  width: calc( 100% - 25px );
  padding-left: 18px;
  padding-right: 18px;
  border-left: solid 2px #231815; }
  @media all and (max-width: 1024px) {
    .topicsTxtTit {
      font-size: 22px; } }
  @media all and (max-width: 576px) {
    .topicsTxtTit {
      font-size: 16px;
      line-height: 25px;
      padding-left: 11px;
      padding-right: 11px; } }

.swiper-pagination {
  background: #CCCCCC;
  padding-top: 20px;
  padding-bottom: 100px;
  width: 100%;
  box-sizing: border-box;
  position: relative !important; }
  @media all and (max-width: 576px) {
    .swiper-pagination {
      padding-top: 0;
      padding-bottom: 10px;
      bottom: 0 !important; } }

.swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #E6E6E6;
  opacity: 1; }

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

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

/* main
------------------------------------------------------------*/
.tag-pickup {
  line-height: 1;
  padding: 5px 13px;
  border: solid 1px #feed18;
  color: #feed18;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: 'Roboto', sans-serif;
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 12px; }

.pick-up-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF; }

.pick-up-box.bg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px; }

.pick-up-box .item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.pick-up-box .item-date .tag-new {
  margin-right: 14px; }

.pick-up-box .txt {
  font-size: 26px;
  font-size: 1.8571428571rem;
  font-weight: bold; }

.hover-scale a .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.hover-scale a .txt {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.hover-scale a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

.hover-scale a:hover .bg img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

.hover-scale a:hover .pick-up-box .txt {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

.hover-scale a:hover .title {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.hover-scale a:hover .txt {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.hover-img {
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

.hover-img .tag-new {
  position: absolute; }

.hover-img .tag-pickup {
  display: -moz-inline-box;
  display: inline-block;
  padding: 5px;
  background-color: #feed18;
  color: #FFF;
  line-height: 1;
  z-index: 2;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: -0.01em;
  position: absolute;
  left: 0;
  top: 0; }

.hover-img .tag-date {
  font-size: 14px;
  font-size: 1rem;
  padding: 5px 10px;
  line-height: 1;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  border-left: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.01em; }

.hover-img .bg {
  width: 100%; }

.hover-img .bg img {
  transition: all 3s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: auto; }

.active .hover-img .bg img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 3s ease; }

.hover-scale-bottom-txt {
  position: relative; }

main {
  position: relative;
  display: block;
  background-color: #CCCCCC;
  padding-top: 40px; }

.home main {
  margin-top: 40%;
  position: relative;
  z-index: 6; }
  @media all and (max-width: 2000px) {
    .home main {
      margin-top: 42%; } }
  @media all and (max-width: 1900px) {
    .home main {
      margin-top: 43%; } }
  @media all and (max-width: 1800px) {
    .home main {
      margin-top: 45%; } }
  @media all and (max-width: 1700px) {
    .home main {
      margin-top: 47%; } }
  @media all and (max-width: 1600px) {
    .home main {
      margin-top: 49%; } }
  @media all and (max-width: 1500px) {
    .home main {
      margin-top: 51%; } }
  @media all and (max-width: 1400px) {
    .home main {
      margin-top: 53%; } }
  @media all and (max-width: 1300px) {
    .home main {
      margin-top: 55%; } }
  @media all and (max-width: 1200px) {
    .home main {
      margin-top: 57%; } }
  @media all and (max-width: 1100px) {
    .home main {
      margin-top: 61%; } }
  @media all and (max-width: 1000px) {
    .home main {
      margin-top: 69%; } }
  @media all and (max-width: 900px) {
    .home main {
      margin-top: 72%; } }
  @media all and (max-width: 800px) {
    .home main {
      margin-top: 87%; } }
  @media all and (max-width: 700px) {
    .home main {
      margin-top: 97%; } }
  @media all and (max-width: 576px) {
    .home main {
      margin-top: 0; } }

.archive main {
  background-color: #CCCCCC;
  padding-top: 40px; }
  @media all and (max-width: 576px) {
    .archive main {
      padding-top: 0; } }

main .breadcrumb {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

main .breadcrumb ul {
  letter-spacing: -0.4em;
  line-height: 1.2;
  padding: 0 0 10px;
  border-bottom: solid 1px #eee; }

main .breadcrumb ul li {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle; }

main .breadcrumb ul li a {
  margin-right: 25px;
  display: block;
  position: relative;
  line-height: 1.2;
  color: #aaaaaa; }

main .breadcrumb ul li a:after {
  content: '/';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -8px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .breadcrumb ul li a:after {
    background-size: 13px auto; } }
main .container {
  max-width: 100%; }

main .container .content {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  background: #FFF;
  box-sizing: border-box;
  padding-bottom: 60px; }
  @media all and (max-width: 1024px) {
    main .container .content {
      padding-left: 50px;
      padding-right: 50px;
      width: 100%; } }
  @media all and (max-width: 768px) {
    main .container .content {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%; } }
  @media all and (max-width: 576px) {
    main .container .content {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; } }

.archive main .container .content {
  padding-top: 30px; }
  @media all and (max-width: 576px) {
    .archive main .container .content {
      padding-top: 10px; } }

main .container aside {
  width: 100%; }

main .tag-new {
  display: -moz-inline-box;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ff0078;
  color: #FFF;
  line-height: 1;
  z-index: 2;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: -0.01em; }

.tabAreaWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.tabAreaWrap::-webkit-scrollbar {
  display: none; }

.tabArea {
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 576px) {
    .tabArea {
      max-width: 800px;
      /* メニューの最大幅 */
      min-width: 370px;
      /* メニューの最小幅 */ } }

.tabLabel {
  order: -1;
  width: 25%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #F7F7F7;
  font-weight: 500;
  color: #818181;
  margin-bottom: 40px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block; }
  @media all and (max-width: 576px) {
    .tabLabel {
      margin-bottom: 0;
      white-space: nowrap; } }

.tabLabel:hover {
  background: #FFF;
  color: #231815;
  font-weight: bold;
  border-top: solid 3px #231815;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* アクティブなタブ */
.tab01:checked ~ .tabAreaWrap .tabArea .tabLabel01,
.tab02:checked ~ .tabAreaWrap .tabArea .tabLabel02,
.tab03:checked ~ .tabAreaWrap .tabArea .tabLabel03,
.tab04:checked ~ .tabAreaWrap .tabArea .tabLabel04 {
  background: #FFF;
  color: #231815;
  font-weight: bold;
  border-top: solid 3px #231815;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* タブ切り替えコンテンツ */
.tabContent {
  display: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.tab01:checked ~ .panelArea .tabContent01,
.tab02:checked ~ .panelArea .tabContent02,
.tab03:checked ~ .panelArea .tabContent03,
.tab04:checked ~ .panelArea .tabContent04 {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.boxRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

.topMoreBtn {
  border-bottom: solid 1px #9F9F9F;
  border-top: solid 1px #9F9F9F;
  border-left: solid 1px #9F9F9F;
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 7px;
  width: 180px;
  position: relative;
  display: inline-block;
  font-size: 13px;
  box-sizing: border-box;
  margin-right: 13px; }
  @media all and (max-width: 576px) {
    .topMoreBtn {
      font-size: 12px;
      padding-top: 3px;
      padding-bottom: 4px;
      width: 150px;
      margin-right: 28px; } }

.topMoreBtn:after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 5px;
  right: -13px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #9F9F9F #9F9F9F transparent transparent;
  transform: rotate(45deg);
  display: inline-block; }
  @media all and (max-width: 576px) {
    .topMoreBtn:after {
      width: 22px;
      height: 22px;
      position: absolute;
      top: 3px;
      right: -11px; } }

/* ラジオボタン非表示 */
.tabSwitch {
  display: none; }

main .article-list.sp {
  display: none; }

main .article-list li {
  margin-bottom: 43px; }
  @media all and (max-width: 576px) {
    main .article-list li {
      margin-bottom: 21px; } }

main .article-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media all and (max-width: 576px) {
    main .article-list li a {
      display: block; } }

main .article-list li a .textInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

main .article-list li a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

main .article-list li a:hover .bg {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

main .article-list li a:hover .bg img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

main .article-list li:first-child {
  padding-top: 0; }

main .article-list li:last-child {
  border-bottom: none; }

main .article-list li.new {
  position: relative; }

main .article-list li.date {
  position: relative; }

main .article-list li.date:before {
  height: 30px;
  width: 90px;
  content: "";
  z-index: 101;
  position: absolute;
  top: 57px;
  left: 210px;
  background: url(../img/common/date.png) no-repeat center center; }

main .article-list li .hover-img {
  width: 366px; }
  @media all and (max-width: 768px) {
    main .article-list li .hover-img {
      width: 250px; } }
  @media all and (max-width: 576px) {
    main .article-list li .hover-img {
      margin-bottom: 15px;
      width: 100%; } }

.day {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: right;
  width: 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: #9B9B9B;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: bold; }
  @media all and (-ms-high-contrast: none) {
    .day {
      letter-spacing: -3px; } }
  @media all and (max-width: 576px) {
    .day {
      padding-right: 3px;
      padding-left: 3px; } }

main .article-list li .text {
  width: calc( 100% - 366px ); }
  @media all and (max-width: 768px) {
    main .article-list li .text {
      width: calc( 100% - 250px ); } }
  @media all and (max-width: 576px) {
    main .article-list li .text {
      width: 100%; } }

main .article-list li .text .title {
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  border-left: 2px solid #000000;
  padding-left: 15px;
  min-height: 49px;
  margin-bottom: 8px;
  box-sizing: border-box; }
  @media all and (max-width: 1024px) {
    main .article-list li .text .title {
      font-size: 15px;
      font-weight: bold; } }
  @media all and (max-width: 768px) {
    main .article-list li .text .title {
      font-size: 15px;
      font-weight: bold; } }
  @media all and (max-width: 576px) {
    main .article-list li .text .title {
      font-size: 14px;
      font-weight: bold; } }

main .article-list li .titleWrap {
  width: calc( 100% - 20px ); }

main .article-list li .nameWrap {
  padding-top: 7px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 7px;
  width: 100%;
  min-height: 107px;
  box-sizing: border-box;
  background: url(../img/common/iconArrow.svg), url(../img/common/bgTriangle2.svg), #F7F7F7;
  background-repeat: no-repeat,no-repeat;
  background-position: right 5px bottom 10px,right bottom; }
  @media all and (max-width: 768px) {
    main .article-list li .nameWrap {
      min-height: auto; } }
  @media all and (max-width: 576px) {
    main .article-list li .nameWrap {
      min-height: auto; } }
  main .article-list li .nameWrap .subTtl {
    color: #525252;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold; }
  main .article-list li .nameWrap .job {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold; }
  main .article-list li .nameWrap .name {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2.2px; }

@media all and (max-width: 576px) {
  main .article-list li .nameWrapSp {
    padding-top: 7px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 7px;
    width: 100%;
    min-height: 35px;
    box-sizing: border-box;
    background: url(../img/common/iconArrow.svg), url(../img/common/bgTriangle2.svg), #F7F7F7;
    background-repeat: no-repeat,no-repeat;
    background-position: right 5px bottom 10px,right bottom; } }

main .article-parallel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

aside .featureWrap {
  background: #cccccc;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media all and (max-width: 576px) {
    aside .featureWrap {
      padding-bottom: 20px;
      padding-top: 20px; } }

main aside .feature {
  width: 789px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 789px) {
    main aside .feature {
      width: 95%; } }
  main aside .feature img {
    width: 100%; }

aside .feature img {
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029; }

.sideBg {
  background: #FFF;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media all and (max-width: 576px) {
    .sideBg {
      padding-top: 0; } }

main aside .sideContent {
  width: 789px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media all and (max-width: 789px) {
    main aside .sideContent {
      width: 95%; } }
  @media all and (max-width: 576px) {
    main aside .sideContent {
      width: 100%;
      display: block; } }

main aside .bnr .ad {
  width: calc((100% - 50px) / 2);
  padding-bottom: 30px;
  line-height: 0; }
  @media all and (max-width: 789px) {
    main aside .bnr .ad {
      width: calc((100% - 50px) / 2); } }
  @media all and (max-width: 576px) {
    main aside .bnr .ad {
      width: 100%;
      padding-bottom: 2px; } }

main aside .bnr .ad img {
  width: 100%; }

main aside .recommended, main aside .most_popular {
  width: calc((100% - 50px) / 2); }
  @media all and (max-width: 576px) {
    main aside .recommended, main aside .most_popular {
      width: 100%;
      padding-bottom: 2px; } }

main aside .recommended ul {
  margin-bottom: 13px;
  background-color: #fff; }

main aside .recommended ul li {
  margin-bottom: 30px; }
  @media all and (max-width: 576px) {
    main aside .recommended ul li {
      margin-bottom: 0; } }

main aside .recommended ul li:last-child {
  border-bottom: none; }

main aside .recommended ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

main aside .recommended ul li a:hover .img img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

main aside .recommended ul li .img {
  width: 120px;
  line-height: 0; }

main aside .recommended ul li .day {
  font-size: 12px;
  letter-spacing: 0.6px;
  padding-left: 5px;
  padding-right: 0;
  padding-bottom: 5px; }
  @media all and (-ms-high-contrast: none) {
    main aside .recommended ul li .day {
      letter-spacing: -3px; } }

.sidePrWrap {
  width: 20px;
  padding-right: 5px;
  padding-top: 5px; }
  .sidePrWrap .sideNo {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: #231815;
    font-size: 9px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin: 0; }
  .sidePrWrap .sidePr {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: solid 1px #707070;
    color: #525252;
    font-size: 9px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
    line-height: 1;
    margin: 0;
    display: none; }

main aside .recommended ul li:nth-child(1) .sideNo:before {
  content: "1";
  position: absolute;
  line-height: 1;
  color: #FFF;
  top: 5px;
  left: 7px; }

main aside .recommended ul li:nth-child(2) .sideNo:before {
  content: "2";
  position: absolute;
  line-height: 1;
  color: #FFF;
  top: 5px;
  left: 7px; }

main aside .recommended ul li:nth-child(3) .sideNo:before {
  content: "3";
  position: absolute;
  line-height: 1;
  color: #FFF;
  top: 5px;
  left: 7px; }

main aside .recommended ul li:nth-child(4) .sideNo:before {
  content: "4";
  position: absolute;
  line-height: 1;
  color: #FFF;
  top: 5px;
  left: 7px; }

main aside .recommended ul li .txt {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 23px; }
  @media all and (max-width: 576px) {
    main aside .recommended ul li .txt {
      font-size: 12px;
      line-height: 20px; } }

main aside ul.wpp-list {
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.06); }

main aside ul.wpp-list li {
  padding: 13px;
  background-color: #fff; }

main aside ul.wpp-list li:not(:last-child) {
  border-bottom: 1px dotted #e0e0e0; }

main aside ul.wpp-list li a {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5; }

main aside ul.wpp-list li a img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px; }

main aside ul.wpp-list li a:first-of-type {
  /* width: 118px; */ }

main aside ul.wpp-list li a.wpp-post-title {
  width: 100%; }

main .wp-pagenavi {
  padding: 25px 0;
  text-align: center;
  letter-spacing: -.4em;
  line-height: 1;
  color: #231815;
  font-size: 14px;
  font-weight: 500; }

main .wp-pagenavi .pages {
  display: none; }

main .wp-pagenavi span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 35px;
  width: 35px;
  border: 1px solid transparent;
  margin: 0 4px;
  text-align: center; }

main .wp-pagenavi span.extend {
  background-color: #FFF;
  color: #231815;
  border: solid 1px #ddd; }

main .wp-pagenavi span.current {
  background-color: #F0F0F0;
  border-color: #707070;
  color: #231815;
  text-align: center; }

main .wp-pagenavi a {
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 35px;
  width: 35px;
  margin: 0 4px;
  background-color: #FFF;
  color: #231815;
  border: solid 1px #707070;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

main .wp-pagenavi a.first, main .wp-pagenavi a.last {
  display: none; }

main .wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #F0F0F0;
  border-color: #707070;
  color: #231815;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1; }

main .wp-pagenavi a.dot {
  background: none; }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  /* main
------------------------------------------------------------*/
  .pick-up-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF; }

  .pick-up-box.bg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px; }

  .pick-up-box .item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .pick-up-box .item-date .tag-new {
    margin-right: 14px; }

  .pick-up-box .txt {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold; }

  main .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }

  main .container .content {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1; }

  main .container aside {
    background: #FFF; }

  main .article-list li .cat-tag {
    bottom: 20px;
    left: 235px; }

  main .article-list li .text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1; }

  main .article-list li .textInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  main .article-list li .text .txt {
    font-size: 14px;
    font-size: 1rem;
    padding-bottom: 30px; }

  main aside .recommended ul {
    margin-bottom: 20px; }

  main aside .recommended ul li .img {
    width: 129px; }

  main .wp-pagenavi {
    font-size: 14px; }

  main .wp-pagenavi span {
    line-height: 30px;
    width: 30px; }

  main .wp-pagenavi a {
    line-height: 30px;
    width: 30px;
    margin: 0 4px; } }
.sns {
  position: fixed;
  z-index: 7;
  left: 50%;
  top: 70vh;
  transform: translateX(-450px);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block; }
  @media all and (max-width: 1024px) {
    .sns {
      transform: translateX(0);
      left: 0; } }
  @media all and (max-width: 768px) {
    .sns {
      left: 0;
      top: auto;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 20px;
      padding-left: 20px;
      border-radius: 0px; } }
  .sns li {
    margin-bottom: 5px; }
    @media all and (max-width: 768px) {
      .sns li {
        margin-bottom: 0;
        padding-left: 5%;
        padding-right: 5%; } }
    @media all and (max-width: 576px) {
      .sns li {
        padding-left: 4%;
        padding-right: 4%; } }
  .sns li:last-child {
    margin-bottom: 0; }

/*sp*/
@media screen and (max-width: 768px) {
  /* main
------------------------------------------------------------*/
  .tag-pickup {
    line-height: 1;
    padding: 5px;
    font-size: 14px;
    font-size: 1rem;
    margin-right: 10px; }

  .pick-up-box.bg {
    padding: 5px; }

  .pick-up-box .item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .pick-up-box .item-date .tag-new {
    margin-right: 14px;
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: bold;
    margin-bottom: 5px; }

  .pick-up-box .item-date .date {
    font-size: 12px;
    font-family: 'Roboto', sans-serif; }

  .pick-up-box .txt {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold; }

  .hover-scale a .title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .hover-scale a .txt {
    line-height: 1.5; }

  .hover-img {
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  .hover-img .tag-new {
    display: -moz-inline-box;
    display: inline-block;
    padding: 5px 5px;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: bold; }

  .hover-img .tag-pickup {
    padding: 5px 5px;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: bold; }

  .hover-img .tag-date {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding: 5px 5px;
    line-height: 1; }

  .hover-img .bg {
    width: 100%; }

  .hover-img .bg img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  main {
    padding-top: 0px; }

  main .container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  main .container .content {
    margin-right: 0px;
    width: 100%;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 0;
    padding-bottom: 0; }

  .post p,
  .post ul,
  .post ol,
  .post stlong {
    padding-left: 5%;
    padding-right: 5%; }

  .post p a {
    word-wrap: break-word; }

  .post p a span {
    word-wrap: break-word; }

  main .container aside {
    width: 100%;
    margin-left: 0px; }

  main .tag-new {
    padding: 5px;
    font-size: 12px;
    font-size: 0.8571428571rem; }

  main .article-list.sp {
    display: block; }

  main .article-list li .cat-tag {
    bottom: 10px;
    left: 149px; }

  main .article-list li .cat-tag a {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding: 3px 10px; }

  main .article-list li .text .title {
    padding-right: 22px;
    margin-top: 0px; }

  main .article-list li .text .txt {
    display: none; }

  main aside .recommended ul {
    margin-bottom: 20px; }

  main aside .recommended ul li a {
    padding: 10px; }

  main aside .recommended ul li .img {
    width: 100px;
    margin-right: 10px; }

  main aside .recommended ul li .txt {
    font-size: 14px;
    font-size: 1rem; }

  main aside ul.wpp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 0px 0px 0px transparent; }

  main aside ul.wpp-list li {
    padding: 20px 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.45; }

  main aside ul.wpp-list li:nth-last-of-type(2), main aside ul.wpp-list li:last-of-type {
    border-bottom: none; }

  main .wp-pagenavi {
    padding: 20px 0; }

  main .wp-pagenavi span {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    line-height: 25px;
    width: 25px;
    margin: 0 2px;
    text-align: center; }

  main .wp-pagenavi span.extend {
    width: auto;
    border: none; }

  main .wp-pagenavi span.current {
    text-align: center; }

  main .wp-pagenavi a {
    line-height: 25px;
    width: 25px; } }
/* padding & margin */
.pd {
  padding: 30px; }

.mg {
  margin: 30px; }

.nomb {
  margin-bottom: 0 !important; }

.nomt {
  margin-top: 0 !important; }

.nopt {
  padding-top: 0 !important; }

.nopb {
  padding-bottom: 0 !important; }

.pt {
  padding-top: 30px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pt90 {
  padding-top: 90px; }

.pt100 {
  padding-top: 100px; }

.pt110 {
  padding-top: 110px; }

.pt120 {
  padding-top: 120px; }

.pt130 {
  padding-top: 130px; }

.pt140 {
  padding-top: 140px; }

.pt150 {
  padding-top: 150px; }

.pt160 {
  padding-top: 160px; }

.pt170 {
  padding-top: 170px; }

.pt180 {
  padding-top: 180px; }

.pt190 {
  padding-top: 190px; }

.pt200 {
  padding-top: 200px; }

.pb {
  padding-bottom: 30px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }

.pb110 {
  padding-bottom: 110px; }

.pb120 {
  padding-bottom: 120px; }

.pb130 {
  padding-bottom: 130px; }

.pb140 {
  padding-bottom: 140px; }

.pb150 {
  padding-bottom: 150px; }

.pb160 {
  padding-bottom: 160px; }

.pb170 {
  padding-bottom: 170px; }

.pb180 {
  padding-bottom: 180px; }

.pb190 {
  padding-bottom: 190px; }

.pb200 {
  padding-bottom: 200px; }

.mt {
  margin-top: 30px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt110 {
  margin-top: 110px; }

.mt120 {
  margin-top: 120px; }

.mt130 {
  margin-top: 130px; }

.mt140 {
  margin-top: 140px; }

.mt150 {
  margin-top: 150px; }

.mt160 {
  margin-top: 160px; }

.mt170 {
  margin-top: 170px; }

.mt180 {
  margin-top: 180px; }

.mt190 {
  margin-top: 190px; }

.mt200 {
  margin-top: 200px; }

.mb {
  margin-bottom: 30px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb120 {
  margin-bottom: 120px; }

.mb130 {
  margin-bottom: 130px; }

.mb140 {
  margin-bottom: 140px; }

.mb150 {
  margin-bottom: 150px; }

.mb160 {
  margin-bottom: 160px; }

.mb170 {
  margin-bottom: 170px; }

.mb180 {
  margin-bottom: 180px; }

.mb190 {
  margin-bottom: 190px; }

.mb200 {
  margin-bottom: 200px; }

.pl {
  padding-left: 30px; }

.pl-a {
  padding-left: auto; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pr {
  padding-right: 30px; }

.pr-a {
  padding-right: auto; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.ml {
  margin-left: 30px; }

.ml-a {
  margin-left: auto; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.mr {
  margin-right: 30px; }

.mr-a {
  margin-right: auto; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

@media screen and (max-width: 750px) {
  .pd {
    padding: 20px; }

  .mg {
    margin: 20px; }

  .pt {
    padding-top: 20px; }

  .pt5 {
    padding-top: 3px; }

  .pt10 {
    padding-top: 6px; }

  .pt15 {
    padding-top: 9px; }

  .pt20 {
    padding-top: 12px; }

  .pt25 {
    padding-top: 15px; }

  .pt30 {
    padding-top: 18px; }

  .pt35 {
    padding-top: 21px; }

  .pt40 {
    padding-top: 24px; }

  .pt45 {
    padding-top: 27px; }

  .pt50 {
    padding-top: 30px; }

  .pt60 {
    padding-top: 36px; }

  .pt70 {
    padding-top: 42px; }

  .pt80 {
    padding-top: 48px; }

  .pt90 {
    padding-top: 54px; }

  .pt100 {
    padding-top: 60px; }

  .pt110 {
    padding-top: 66px; }

  .pt120 {
    padding-top: 72px; }

  .pt130 {
    padding-top: 78px; }

  .pt140 {
    padding-top: 84px; }

  .pt150 {
    padding-top: 90px; }

  .pt160 {
    padding-top: 96px; }

  .pt170 {
    padding-top: 102px; }

  .pt180 {
    padding-top: 108px; }

  .pt190 {
    padding-top: 114px; }

  .pt200 {
    padding-top: 120px; }

  .pb {
    padding-bottom: 20px; }

  .pb5 {
    padding-bottom: 3px; }

  .pb10 {
    padding-bottom: 6px; }

  .pb15 {
    padding-bottom: 9px; }

  .pb20 {
    padding-bottom: 12px; }

  .pb25 {
    padding-bottom: 15px; }

  .pb30 {
    padding-bottom: 18px; }

  .pb35 {
    padding-bottom: 21px; }

  .pb40 {
    padding-bottom: 24px; }

  .pb45 {
    padding-bottom: 27px; }

  .pb50 {
    padding-bottom: 30px; }

  .pb55 {
    padding-bottom: 33px; }

  .pb60 {
    padding-bottom: 36px; }

  .pb65 {
    padding-bottom: 39px; }

  .pb70 {
    padding-bottom: 42px; }

  .pb75 {
    padding-bottom: 45px; }

  .pb80 {
    padding-bottom: 48px; }

  .pb85 {
    padding-bottom: 51px; }

  .pb90 {
    padding-bottom: 54px; }

  .pb95 {
    padding-bottom: 57px; }

  .pb100 {
    padding-bottom: 60px; }

  .pb60 {
    padding-bottom: 36px; }

  .pb70 {
    padding-bottom: 42px; }

  .pb80 {
    padding-bottom: 48px; }

  .pb90 {
    padding-bottom: 54px; }

  .pb100 {
    padding-bottom: 60px; }

  .mt {
    margin-top: 20px; }

  .mt5 {
    margin-top: 3px; }

  .mt10 {
    margin-top: 6px; }

  .mt15 {
    margin-top: 9px; }

  .mt20 {
    margin-top: 12px; }

  .mt25 {
    margin-top: 15px; }

  .mt30 {
    margin-top: 18px; }

  .mt35 {
    margin-top: 21px; }

  .mt40 {
    margin-top: 24px; }

  .mt45 {
    margin-top: 27px; }

  .mt50 {
    margin-top: 30px; }

  .mt55 {
    margin-top: 33px; }

  .mt60 {
    margin-top: 36px; }

  .mt65 {
    margin-top: 39px; }

  .mt70 {
    margin-top: 42px; }

  .mt75 {
    margin-top: 45px; }

  .mt80 {
    margin-top: 48px; }

  .mt85 {
    margin-top: 51px; }

  .mt90 {
    margin-top: 54px; }

  .mt95 {
    margin-top: 57px; }

  .mt100 {
    margin-top: 60px; }

  .mt60 {
    margin-top: 36px; }

  .mt70 {
    margin-top: 42px; }

  .mt80 {
    margin-top: 48px; }

  .mt90 {
    margin-top: 54px; }

  .mt100 {
    margin-top: 60px; }

  .mb {
    margin-bottom: 20px; }

  .mb5 {
    margin-bottom: 3px; }

  .mb10 {
    margin-bottom: 6px; }

  .mb15 {
    margin-bottom: 9px; }

  .mb20 {
    margin-bottom: 12px; }

  .mb25 {
    margin-bottom: 15px; }

  .mb30 {
    margin-bottom: 18px; }

  .mb35 {
    margin-bottom: 21px; }

  .mb40 {
    margin-bottom: 24px; }

  .mb45 {
    margin-bottom: 27px; }

  .mb50 {
    margin-bottom: 30px; }

  .mb55 {
    margin-bottom: 33px; }

  .mb60 {
    margin-bottom: 36px; }

  .mb65 {
    margin-bottom: 39px; }

  .mb70 {
    margin-bottom: 42px; }

  .mb75 {
    margin-bottom: 45px; }

  .mb80 {
    margin-bottom: 48px; }

  .mb85 {
    margin-bottom: 51px; }

  .mb90 {
    margin-bottom: 54px; }

  .mb95 {
    margin-bottom: 57px; }

  .mb100 {
    margin-bottom: 60px; }

  .mb60 {
    margin-bottom: 36px; }

  .mb70 {
    margin-bottom: 42px; }

  .mb80 {
    margin-bottom: 48px; }

  .mb90 {
    margin-bottom: 54px; }

  .mb100 {
    margin-bottom: 60px; }

  .pl {
    padding-left: 20px; }

  .pl5 {
    padding-left: 3px; }

  .pl10 {
    padding-left: 6px; }

  .pl15 {
    padding-left: 9px; }

  .pl20 {
    padding-left: 12px; }

  .pl25 {
    padding-left: 15px; }

  .pr {
    padding-right: 20px; }

  .pr5 {
    padding-right: 3px; }

  .pr10 {
    padding-right: 6px; }

  .pr15 {
    padding-right: 9px; }

  .pr20 {
    padding-right: 12px; }

  .pr25 {
    padding-right: 15px; }

  .ml {
    margin-left: 20px; }

  .ml5 {
    margin-left: 3px; }

  .ml10 {
    margin-left: 6px; }

  .ml15 {
    margin-left: 9px; }

  .ml20 {
    margin-left: 12px; }

  .ml25 {
    margin-left: 15px; }

  .mr {
    margin-right: 20px; }

  .mr5 {
    margin-right: 3px; }

  .mr10 {
    margin-right: 6px; }

  .mr15 {
    margin-right: 9px; }

  .mr20 {
    margin-right: 12px; }

  .mr25 {
    margin-right: 15px; } }
/* padding & margin */
/* etc */
.lh0 {
  line-height: 0; }

.w10 {
  width: 10px; }

.w20 {
  width: 20px; }

.w30 {
  width: 30px; }

.w40 {
  width: 40px; }

.w50 {
  width: 50px; }

.w60 {
  width: 60px; }

.w70 {
  width: 70px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

.w140 {
  width: 140px; }

.w150 {
  width: 150px; }

.w160 {
  width: 160px; }

.w170 {
  width: 170px; }

.w180 {
  width: 180px; }

.w190 {
  width: 190px; }

.w200 {
  width: 200px; }

.w210 {
  width: 210px; }

.w220 {
  width: 220px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w260 {
  width: 260px; }

.w270 {
  width: 270px; }

.w280 {
  width: 280px; }

.w290 {
  width: 290px; }

.w300 {
  width: 300px; }

@media screen and (max-width: 750px) {
  .w10-sp {
    width: 10px; } }
@media screen and (max-width: 750px) {
  .w20-sp {
    width: 20px; } }
@media screen and (max-width: 750px) {
  .w30-sp {
    width: 30px; } }
@media screen and (max-width: 750px) {
  .w40-sp {
    width: 40px; } }
@media screen and (max-width: 750px) {
  .w50-sp {
    width: 50px; } }
@media screen and (max-width: 750px) {
  .w60-sp {
    width: 60px; } }
@media screen and (max-width: 750px) {
  .w70-sp {
    width: 70px; } }
@media screen and (max-width: 750px) {
  .w80-sp {
    width: 80px; } }
@media screen and (max-width: 750px) {
  .w90-sp {
    width: 90px; } }
@media screen and (max-width: 750px) {
  .w100-sp {
    width: 100px; } }
@media screen and (max-width: 750px) {
  .w110-sp {
    width: 110px; } }
@media screen and (max-width: 750px) {
  .w120-sp {
    width: 120px; } }
@media screen and (max-width: 750px) {
  .w130-sp {
    width: 130px; } }
@media screen and (max-width: 750px) {
  .w140-sp {
    width: 140px; } }
@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px; } }
@media screen and (max-width: 750px) {
  .w160-sp {
    width: 160px; } }
@media screen and (max-width: 750px) {
  .w170-sp {
    width: 170px; } }
@media screen and (max-width: 750px) {
  .w180-sp {
    width: 180px; } }
@media screen and (max-width: 750px) {
  .w190-sp {
    width: 190px; } }
@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px; } }
@media screen and (max-width: 750px) {
  .w210-sp {
    width: 210px; } }
@media screen and (max-width: 750px) {
  .w220-sp {
    width: 220px; } }
@media screen and (max-width: 750px) {
  .w230-sp {
    width: 230px; } }
@media screen and (max-width: 750px) {
  .w240-sp {
    width: 240px; } }
@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px; } }
@media screen and (max-width: 750px) {
  .w260-sp {
    width: 260px; } }
@media screen and (max-width: 750px) {
  .w270-sp {
    width: 270px; } }
@media screen and (max-width: 750px) {
  .w280-sp {
    width: 280px; } }
@media screen and (max-width: 750px) {
  .w290-sp {
    width: 290px; } }
@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px; } }
.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w450 {
  width: 450px; }

.w500 {
  width: 500px; }

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px; } }
@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px; } }
@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px; } }
@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px; } }
@media screen and (max-width: 750px) {
  .w350-sp {
    width: 350px; } }
@media screen and (max-width: 750px) {
  .w400-sp {
    width: 400px; } }
@media screen and (max-width: 750px) {
  .w450-sp {
    width: 450px; } }
@media screen and (max-width: 750px) {
  .w500-sp {
    width: 500px; } }
.w5p {
  width: 5%; }

.w10p {
  width: 10%; }

.w15p {
  width: 15%; }

.w20p {
  width: 20%; }

.w25p {
  width: 25%; }

.w30p {
  width: 30%; }

.w35p {
  width: 35%; }

.w40p {
  width: 40%; }

.w45p {
  width: 45%; }

.w50p {
  width: 50%; }

.w55p {
  width: 55%; }

.w60p {
  width: 60%; }

.w65p {
  width: 65%; }

.w70p {
  width: 70%; }

.w75p {
  width: 75%; }

.w80p {
  width: 80%; }

.w85p {
  width: 85%; }

.w90p {
  width: 90%; }

.w95p {
  width: 95%; }

.w100p {
  width: 100%; }

@media screen and (max-width: 750px) {
  .w5p-sp {
    width: 5%; } }
@media screen and (max-width: 750px) {
  .w10p-sp {
    width: 10%; } }
@media screen and (max-width: 750px) {
  .w15p-sp {
    width: 15%; } }
@media screen and (max-width: 750px) {
  .w20p-sp {
    width: 20%; } }
@media screen and (max-width: 750px) {
  .w25p-sp {
    width: 25%; } }
@media screen and (max-width: 750px) {
  .w30p-sp {
    width: 30%; } }
@media screen and (max-width: 750px) {
  .w35p-sp {
    width: 35%; } }
@media screen and (max-width: 750px) {
  .w40p-sp {
    width: 40%; } }
@media screen and (max-width: 750px) {
  .w45p-sp {
    width: 45%; } }
@media screen and (max-width: 750px) {
  .w50p-sp {
    width: 50%; } }
@media screen and (max-width: 750px) {
  .w55p-sp {
    width: 55%; } }
@media screen and (max-width: 750px) {
  .w60p-sp {
    width: 60%; } }
@media screen and (max-width: 750px) {
  .w65p-sp {
    width: 65%; } }
@media screen and (max-width: 750px) {
  .w70p-sp {
    width: 70%; } }
@media screen and (max-width: 750px) {
  .w75p-sp {
    width: 75%; } }
@media screen and (max-width: 750px) {
  .w80p-sp {
    width: 80%; } }
@media screen and (max-width: 750px) {
  .w85p-sp {
    width: 85%; } }
@media screen and (max-width: 750px) {
  .w90p-sp {
    width: 90%; } }
@media screen and (max-width: 750px) {
  .w95p-sp {
    width: 95%; } }
@media screen and (max-width: 750px) {
  .w100p-sp {
    width: 100%; } }
@media screen and (max-width: 1170px) {
  br.pc {
    display: none; } }
br.sp {
  display: none; }

@media screen and (max-width: 750px) {
  br.sp {
    display: inline; } }
br.tablet {
  display: none; }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  br.tablet {
    display: inline; } }
/* etc */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.btn a, .btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #91c0a9;
  font-size: 18px;
  font-size: 1.2857142857rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #FFF;
  width: 250px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #423f6d;
  top: 0;
  color: #FFF; }

.btn a span, .btn input span {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn a span:before, .btn input span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 15px;
  background: url(../img/common/arrow-r2.png) no-repeat center center;
  margin-top: -6px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn a span:before, .btn input span:before {
    background-image: url(../img/common/arrow-r2@2x.png);
    background-size: 9px auto; } }
@media screen and (max-width: 750px) {
  .btn a, .btn input {
    width: 300px;
    height: 60px; } }
.btn a:hover, .btn input:hover {
  text-decoration: none; }

.btn a:hover span:before, .btn input:hover span:before {
  left: 5px; }

.btn a.gray, .btn input.gray {
  background-color: #aaaaaa; }

.btn input {
  display: -moz-inline-box;
  display: inline-block; }

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto; }

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px; }

.btn-block > * {
  margin: 0 10px 15px; }

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF; }

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05); }

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem; }

textarea {
  -webkit-appearance: none;
  height: 250px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #eee;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px; }

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05); }

textarea.h100 {
  height: 100px; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

input[type="radio"] {
  display: none; }

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible; }

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative; }

label.checkbox.single {
  width: 20px;
  padding-left: 0; }

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

label.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative; }

label.radio.single {
  width: 20px;
  padding-left: 0; }

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #eee;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px; }

.check-radios li {
  margin: 0 15px 5px 0; }

label.select {
  position: relative;
  display: block;
  background-color: #FFF; }

label.select:before {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #eee transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative; }

select option {
  padding: 8px;
  border: none; }

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem; }

/* form */
/* table */
table {
  width: 100% !important;
  background-color: #FFF; }

table th, table td {
  padding: 15px;
  border: 1px solid #eee;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

table th {
  background-color: #f2f2f2;
  font-weight: bold; }

table thead th {
  background-color: #eee;
  color: #FFF; }

/* table */
/* text */
.heading, .heading-lv03 {
  margin-bottom: 20px; }

.heading-lv01 {
  padding-top: 34px;
  padding-bottom: 8px;
  padding-left: 24px;
  background-color: #F0F0F0;
  margin-bottom: 30px; }

.heading-lv01 span {
  position: relative;
  font-size: 12px;
  color: #525252;
  font-weight: bold;
  line-height: 1; }
  @media all and (max-width: 576px) {
    .heading-lv01 span {
      font-size: 14px; } }

.heading-lv01 span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #808080;
  left: -24px;
  top: 9px; }

.heading-lv02 {
  color: #000000;
  padding-left: 20px;
  position: relative;
  font-size: 26px;
  font-size: 1.8571428571rem;
  line-height: 1.5;
  margin-bottom: 12px; }

.heading-lv02:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #423f6d; }

@media screen and (max-width: 750px) {
  .heading-lv02 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.4285714286rem; }

  .heading-lv02:before {
    height: 23px; } }
.post h2.heading-lv03 {
  font-size: 20px;
  color: #FFF;
  font-size: 1.4285714286rem;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  padding-bottom: 7px;
  border-bottom: solid 1px #FFF;
  margin-bottom: 30px; }

.heading-lv04 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding: 10px 16px;
  background-color: #ecebf0;
  margin-bottom: 15px; }

.heading-lv05 {
  color: #231815;
  position: relative;
  font-size: 26px;
  font-size: 1.8571428571rem;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: 10px 20px;
  background-color: #eee; }

@media screen and (max-width: 750px) {
  .heading-lv05 {
    font-size: 20px;
    font-size: 1.4285714286rem; }

  .heading-lv05:before {
    height: 23px; } }
.heading-tag {
  padding: 6px 20px;
  display: -moz-inline-box;
  display: inline-block;
  background-color: #231815;
  border-radius: 0px 0px 5px 0px;
  line-height: 1.2;
  color: #FFF;
  margin-left: 1px; }

.heading-tag:not(:last-child) {
  margin-bottom: 0px !important; }

main .container .content.postHead {
  margin-bottom: 0;
  border-bottom: solid 23px #F0F0F0;
  padding-bottom: 0px;
  padding-top: 30px;
  width: 980px;
  padding-left: 55px;
  padding-right: 100px; }
  @media all and (max-width: 1024px) {
    main .container .content.postHead {
      padding-left: 50px;
      padding-right: 50px;
      width: 100%; } }
  @media all and (max-width: 768px) {
    main .container .content.postHead {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%; } }
  @media all and (max-width: 576px) {
    main .container .content.postHead {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; } }

main .container .content.postHead.postHeadNoneBorder {
  border-bottom: none; }

.postWrap {
  width: 100%;
  background: url(../img/common/bgTriangle.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 10px; }

.postInner {
  width: 100%;
  display: flex; }

.postDay {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #1D1D1D;
  opacity: 44%;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  width: 38px;
  transform: rotate(180deg);
  text-align: right;
  box-sizing: border-box;
  padding-right: 15px; }

.postTit {
  width: calc( 100% - 38px );
  padding-left: 18px;
  padding-right: 18px;
  border-left: solid 2px #231815; }
  .postTit h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold; }
    @media all and (max-width: 576px) {
      .postTit h1 {
        font-size: 18px; } }

.postTag {
  padding-left: 26px;
  margin-left: 24px;
  background: url(../img/common/iconTag.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #525252; }
  .postTag .cat-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .postTag .cat-list li {
    display: inline-block;
    margin-right: 12px; }

.postCat {
  padding-left: 26px;
  margin-left: 24px;
  background: url(../img/common/iconInterview.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 10px; }

.postHeadImg {
  width: calc( 100% - 38px );
  padding-left: 38px; }
  .postHeadImg img {
    vertical-align: bottom; }
  @media all and (max-width: 1024px) {
    .postHeadImg {
      padding-left: 0;
      width: 100%; } }

.single .nameWrap {
  padding-top: 16px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  background: #F7F7F7; }
  .single .nameWrap .subTtl {
    color: #525252;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold; }
    @media all and (max-width: 576px) {
      .single .nameWrap .subTtl {
        font-size: 14px;
        line-height: 18px; } }
  .single .nameWrap .job {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: bold; }
    @media all and (max-width: 576px) {
      .single .nameWrap .job {
        font-size: 14px;
        line-height: 18px; } }
  .single .nameWrap .name {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: 3.6px; }
    @media all and (max-width: 576px) {
      .single .nameWrap .name {
        font-size: 22px;
        line-height: 26px; } }
  .single .nameWrap .name:nth-child(n + 2) {
    margin-bottom: 15px; }

.heading-block .sponsor {
  padding-top: 20px;
  text-align: left;
  color: #666; }

@media screen and (max-width: 750px) {
  .heading-block {
    width: 100%; } }
.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem; }

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem; }

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem; }

.fs14 {
  font-size: 14px;
  font-size: 1rem; }

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem; }

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem; }

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem; }

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem; }

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem; }

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem; }

.fs21 {
  font-size: 21px;
  font-size: 1.5rem; }

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem; }

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem; }

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem; }

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem; }

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem; }

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem; }

.fs28 {
  font-size: 28px;
  font-size: 2rem; }

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem; }

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.red {
  color: #ef4a36; }

.postMainImgWrap {
  position: fixed;
  width: 100%;
  z-index: 5; }

.postMainImg {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media all and (max-width: 576px) {
  .single.eyecatchSp .postMainImg {
    transform: translateY(-84px); } }

.postMainImg img {
  width: 100%;
  height: auto;
  border-radius: 5px; }
  @media all and (max-width: 576px) {
    .postMainImg img {
      border-radius: 0; } }

.postMainImgBg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: linear-gradient(to top, #CCCCCC 0%, #CCCCCC 50%, #FFF 50%, #FFF 100%); }
  @media all and (max-width: 576px) {
    .postMainImgBg {
      background: #FFF; } }

/* text */
.post {
  line-height: 2; }

.page .post {
  padding-bottom: 50px; }

.post ul:not(:last-child) {
  margin-bottom: 30px; }

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-right: 5%;
  margin-left: 5%; }

.post ul#toc li {
  text-indent: 0;
  padding-left: 0; }

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em; }

.post ol {
  padding-left: 1.8em; }
  @media all and (max-width: 576px) {
    .post ol {
      padding-left: 3em; } }

.post ol p:not(:last-child) {
  margin-bottom: 10px; }

.post ol:not(:last-child) {
  margin-bottom: 30px; }

.post ol li {
  list-style-type: decimal; }

.post ol li:last-child {
  padding-bottom: 0; }

.post ol.list1 {
  padding-left: 1em;
  margin: 0; }

.post ol.list1 li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1.8em; }

.post ol.list1 li:before {
  display: marker;
  content: "(" counter(cnt) ") "; }

.post strong {
  font-weight: bold; }

.post em {
  font-style: italic; }

.post del {
  text-decoration: line-through;
  color: #f2f2f2; }

.post blockquote {
  margin-top: 30px;
  display: block;
  padding: 30px 60px;
  border: 1px solid #ddd;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #f7f7f7;
  position: relative; }

.post blockquote:before, .post blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 41px;
  height: 31px;
  background: url(../img/next/article/icon-quout_l.png) no-repeat center center; }

.post blockquote:before {
  left: 13px;
  top: 13px;
  background: url(../img/next/article/icon-quout_l.png) no-repeat center center; }

/*
.post blockquote:before mq(retina) {
      background-image: url(../img/next/article/icon-quout_l@2x.png);
      background-size: 41px auto; }
	  */
.post blockquote:after {
  right: 13px;
  bottom: 13px;
  background: url(../img/next/article/icon-quout_r.png) no-repeat center center; }

	/*
    .post blockquote:after mq(retina) {
      background-image: url(../img/next/article/icon-quout_r@2x.png);
      background-size: 41px auto; }
	  */
.post blockquote:not(:last-child) {
  margin-bottom: 30px; }

.post .h, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em; }

.post .h:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
  margin-top: 50px; }

.post .h:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 30px; }

.post h2 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  padding: 10px 20px;
  position: relative; }

.post h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 14px;
  width: 3px;
  height: calc( 100% - 25px );
  border-radius: 10px;
  background: #231815; }

.post h3 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.5; }
  @media all and (max-width: 576px) {
    .post h3 {
      margin-left: 5%;
      margin-right: 5%; } }

.post h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold; }

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold; }

.post iframe {
  max-width: 100%; }

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto 0; }

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px; }

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0; }

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px; }

.post p:not(:last-child) {
  margin-bottom: 30px; }

.post table:not(:last-child) {
  margin-bottom: 15px; }

.post table td p {
  padding-bottom: 15px;
  line-height: 1.5; }

.post table td p:last-child {
  padding-bottom: 0; }

.post cite {
  border: 1px solid #eee;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block; }

.post cite:before, .post cite:after {
  content: "\00201d"; }

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem; }

.post img {
  margin-bottom: 30px;
  border: none !important;
  vertical-align: baseline;
  vertical-align: bottom; }

.post .wp-caption img {
  margin-bottom: 0; }

.post div {
  max-width: 100%; }

.post img + small, .post .wp-caption img + .wp-caption-text {
  margin: 0;
  background: #F0F0F0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 12px; }

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0; }

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 750px) {
  .post h2 {
    margin-top: 30px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    margin-left: 5%;
    margin-right: 5%; }

  .post h2:not(:first-child) {
    margin-top: 30px; }

  .post h2:not(:last-child) {
    margin-bottom: 20px; }

  .post h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold; }

  .post h3:not(:first-child) {
    margin-top: 30px; }

  .post h3:not(:last-child) {
    margin-bottom: 20px; }

  .post h4 {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold; }

  .post h4:not(:first-child) {
    margin-top: 30px; }

  .post h4:not(:last-child) {
    margin-bottom: 20px; }

  .post h5 {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold; }

  .post h5:not(:first-child) {
    margin-top: 30px; }

  .post h5:not(:last-child) {
    margin-bottom: 20px; }

  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px; }

  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0; }

  .post blockquote {
    margin-top: 30px;
    display: block;
    padding: 30px 20px; }

  .post blockquote:before, .post blockquote:after {
    width: 30px;
    background-size: 20px auto; }

  .post blockquote:before {
    top: 5px; }

  .post blockquote:after {
    bototm: 5px; }

  .post blockquote:not(:last-child) {
    margin-bottom: 20px; } }
.searchBox a {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media all and (max-width: 576px) {
    .searchBox a {
      margin-bottom: 10px; } }
  .searchBox a .day {
    padding-bottom: 5px;
    padding-left: 5px; }
  .searchBox a .title {
    width: calc( 67% - 35px);
    font-weight: bold;
    margin-right: 5%; }
    @media all and (max-width: 576px) {
      .searchBox a .title {
        font-weight: normal; } }
  .searchBox a .img {
    width: 20%; }

.page-id-2662 .aboutTit {
  font-family: 'Noto Serif', serif;
  font-size: 36px;
  text-align: center;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 60px;
  margin-top: 10px;
  font-weight: 400; }
  @media all and (max-width: 768px) {
    .page-id-2662 .aboutTit {
      font-size: 24px;
      margin-top: 50px; } }
.page-id-2662 .profile .profileTag {
  margin-bottom: 0; }
.page-id-2662 .aboutCompany .img {
  width: 250px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 768px) {
    .page-id-2662 .aboutCompany .img {
      width: 40%;
      margin-bottom: 50px; } }
.page-id-2662 .aboutCompany .img a {
  display: inline-block;
  width: 100%;
  max-width: 100%; }
.page-id-2662 .aboutCompany .img img {
  width: 100%;
  max-width: 100%; }
.page-id-2662 .aboutCompany .txt a {
  font-weight: bold; }

.iv {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(30%); }
  100% {
    -webkit-transform: translateY(0%); } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }
@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); } }
.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

@media all and (max-width: 768px) {
  .onesignal-bell-container {
    display: none !important; } }

/*# sourceMappingURL=base.css.map */
