@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../font/notosanscjkjp-regular.woff") format("woff"), url("../font/notosanscjkjp-regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../font/notosanscjkjp-medium.woff") format("woff"), url("../font/notosanscjkjp-medium.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../font/notosanscjkjp-bold.woff") format("woff"), url("../font/notosanscjkjp-bold.eot") format("eot");
  font-display: swap;
}

a {
  text-decoration: none;
  transition: all  0.3s;
  color: #2C2C2C;
  outline: none;
}

a:hover {
  opacity: 0.6;
}

a img,
a svg {
  text-decoration: none;
  transition: all  0.3s;
  color: #2C2C2C;
  outline: none;
}

div {
  outline: none;
}

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

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}
.pc-view1 {
  display: none !important;
}
.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .pc-view1 {
    display: inline !important;
  }
  .sp-view {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-no-view {
    display: none !important;
  }
}

/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #2C2C2C;
  background: #FFF;
  line-height: 1.8;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-size: 12px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section, article {
  position: relative;
}

::selection {
  background: #9c9c9c;
  color: #fff;
}

::-moz-selection {
  background: #9c9c9c;
  color: #fff;
}

.nolink {
  pointer-events: none;
}

.nolink:hover {
  opacity: 1;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 61px;
}

@media screen and (min-width: 769px) {
  #page {
    padding-top: 102px;
  }
}

.flex-wrapper {
  display: flex;
}

.box-inner {
  margin: 0 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1170px;
  }
  .pc-flex {
    display: flex;
  }
}

h2 {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 22px;
  padding-top: 10px;
  position: relative;
}

h2::before {
  content: "";
  width: 35px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.mds-ttl {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 30px;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 30px;
    padding-top: 14px;
  }
  h2::before {
    width: 50px;
  }
  .mds-ttl {
    font-size: 38px;
  }
}

.font-en {
  font-family: 'Lato', sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.btn {
  border-bottom: 1px solid #000;
  font-size: 14px;
  position: relative;
}

.btn img {
  vertical-align: middle;
}

.btn .font-s {
  font-size: 10px;
}

.btn a {
  display: block;
  padding: 12px 10px 18px;
}

.btn .icon-arrow01 {
  position: absolute;
  right: 10px;
}

.btn .icon-nw {
  position: absolute;
  right: 22px;
}

@media screen and (min-width: 769px) {
  .btn a {
    padding: 16px 10px;
  }
  .btn .icon-arrow01:before, .btn .icon-nw:before {
    left: auto;
  }
  .btn .icon-arrow01 {
    right: 15px;
  }
  .btn .icon-nw {
    right: 22px;
  }
}

.icon-arrow01 {
  position: relative;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.icon-arrow01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.icon-pdf {
  position: relative;
  margin-left: 5px;
}

.icon-pdf:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(/assets/images/common/icon-pdf.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .icon-pdf::before {
    width: 14px;
    height: 16px;
  }
}

.icon-xls {
  position: relative;
  margin-left: 5px;
}

.icon-xls:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(/assets/images/common/icon-xls.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .icon-xls::before {
    width: 14px;
    height: 16px;
  }
}

.icon-rss {
  position: relative;
  margin-right: 20px;
}

.icon-rss:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(/assets/images/common/icon-rss.svg) no-repeat;
  background-size: contain;
}

.icon-nw {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-nw:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 16px;
  background: url(/assets/images/common/icon-nw.svg) no-repeat;
  background-size: cover;
}

.icon-tel {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-right: 14px;
}

.icon-tel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url(/assets/images/common/icon-tel.svg) no-repeat;
  background-size: contain;
}

.icon-mail {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-right: 16px;
}

.icon-mail:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 9px;
  background: url(/assets/images/common/icon-mail.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .btn a {
    transition: all  0.3s;
  }
  .btn a:hover .icon-arrow01 {
    right: 3px;
  }
}

.btn-rss {
  margin-right: auto;
  background: #ededed;
  text-align: center;
  width: 98px;
  font-size: 14px;
  border: 1px solid #ededed;
}

.btn-rss a {
  display: block;
  padding: 7px;
}

@media screen and (min-width: 769px) {
  .btn-rss {
    width: 170px;
  }
  .btn-rss a {
    padding: 11px 7px;
  }
  .btn-rss a:hover {
    opacity: 1;
    background: #ffffff;
  }
}

.btn-more {
  border-bottom: 1px solid #000;
  font-size: 14px;
  width: 184px;
  text-align: center;
  position: relative;
}

.btn-more a {
  display: block;
  padding: 12px 10px 18px;
}

.btn-more .icon-arrow01 {
  position: absolute;
  right: 10px;
}

@media screen and (min-width: 769px) {
  .btn-more a {
    padding: 7px 10px 18px;
  }
  .btn-more .icon-arrow01:before {
    left: auto;
    top: -9px;
  }
}

.btn-lang {
  border-bottom: 1px solid #000;
  font-size: 14px;
  width: 90px;
  position: relative;
  margin-left: auto;
  font-family: 'Lato', sans-serif;
}

.btn-lang a {
  display: block;
  padding: 12px 0px 10px 9px;
}

.btn-lang .icon-arrow01 {
  position: absolute;
  right: 0;
}

.btn-lang .icon-arrow01::before {
  width: 5px;
  height: 5px;
  top: 3px;
}

@media screen and (min-width: 769px) {
  .btn-lang {
    width: 137px;
    text-align: center;
  }
  .btn-lang a {
    padding: 7px 0 21px;
  }
  .btn-lang .icon-arrow01 {
    right: 18px;
  }
  .btn-lang .icon-arrow01:before {
    left: auto;
    top: -13px;
    width: 8px;
    height: 8px;
  }
}

.update {
  text-align: right;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  color: #646464;
  margin: 10px 0 20px;
}

@media screen and (min-width: 769px) {
  .update {
    font-size: 12px;
    margin: 0 0 100px;
  }
}

.img-box {
  margin-bottom: 20px;
  display: table;
  position: relative;
}

.img-box figcaption {
  margin-top: 10px;
  font-size: 10px;
  color: #646464;
  display: table-caption;
  caption-side: bottom;
}

.icon-zoom {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  background: url(/assets/images/common/icon-zoom.svg) no-repeat;
}

@media screen and (min-width: 769px) {
  .img-box figcaption {
    font-size: 12px;
  }
  .icon-zoom {
    display: none;
  }
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}

.btS {
  border-top: 1px solid #cbcbcb !important;
}

.bbS {
  border-bottom: 1px solid #cbcbcb !important;
}

.bbN {
  border-bottom: none !important;
}

.blS {
  border-left: 1px solid #cbcbcb !important;
}

.bbD {
  border-bottom: 1px dotted #cbcbcb !important;
}

.brD {
  border-bottom: 1px dotted #cbcbcb !important;
}

.blD {
  border-left: 1px dotted #cbcbcb !important;
}

.btD {
  border-top: 1px dotted #cbcbcb !important;
}

table.scr {
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 769px) {
  table.scr {
    display: table;
  }
}

/* テロップ-------------------------------------------*/
.telop {
  background-color: #EDEDED;
  font-size: 12px;
  padding: 14px 20px 18px;
  height: auto;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.telop.fixed {
  height: 0;
  padding: 0;
}

.telop p {
  margin: 0 auto;
  max-width: 1160px;
}

.telop a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .telop {
    font-size: 15px;
    padding: 21px;
  }
}

/* 共通ヘッダー-------------------------------------------*/
.cmn-hd {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 99;
}

.cmn-hd.fixed {
  position: fixed;
  top: 0 !important;
}

.cmn-hd .hd-inner {
  display: flex;
  align-items: center;
  padding: 17px;
}

.cmn-hd h1 {
  margin-right: auto;
}

.cmn-hd h1 img {
  width: 90px;
  transition: none;
}

.cmn-hd .sp-inner {
  display: flex;
}

.cmn-hd .btn-en {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.cmn-hd .btn-en .icon-arrow01 {
  margin-left: 12px;
}

.cmn-hd .menu-hbg {
  margin-left: 50px;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.cmn-hd .menu-hbg span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background-color: #000;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.cmn-hd .menu-hbg span:nth-of-type(1) {
  top: 0;
}

.cmn-hd .menu-hbg span:nth-of-type(2) {
  top: 10px;
}

.cmn-hd .menu-hbg span:nth-of-type(3) {
  top: 20px;
}

.cmn-hd .menu-hbg.show span:nth-child(1) {
  transform: translateY(11px) rotate(-45deg);
}

.cmn-hd .menu-hbg.show span:nth-child(2) {
  opacity: 0;
}

.cmn-hd .menu-hbg.show span:nth-child(3) {
  transform: translateY(-9px) rotate(45deg);
}

.gnav.sp {
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
}

.gnav.sp .search-box .search-form {
  position: relative;
}

.gnav.sp .search-box .search-form input[type="text"] {
  outline: none;
  border: none;
  background: #ffffff;
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  width: 100%;
  padding: 24px 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.gnav.sp .search-box .search-form input[type="image"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.gnav.sp .main-nav {
  font-size: 14px;
}

.gnav.sp .main-nav > li {
  font-weight: bold;
  border-bottom: 1px solid #DEDEDE;
}

.gnav.sp .main-nav > li > a {
  padding: 26px 10px;
  display: block;
}

.gnav.sp .main-nav > li > a:hover {
  opacity: 1;
}

.gnav.sp .main-nav > li.open > a {
  padding: 26px 10px 20px;
  position: relative;
}

.gnav.sp .main-nav > li.open > a .icon-arrow01 {
  position: absolute;
  right: 0;
}

.gnav.sp .main-nav > li.open > a .icon-arrow01::before {
  transform: rotate(135deg);
  transition: all 0.3s ease;
}

.gnav.sp .main-nav > li.open.active > a .icon-arrow01::before {
  transform: rotate(-45deg);
}

.gnav.sp .subnav-box {
  margin-bottom: 15px;
  font-weight: normal;
  display: none;
}

.gnav.sp .subnav-box .subnav-ttl {
  display: none;
}

.gnav.sp .subnav-box .subnav li {
  margin-bottom: 15px;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .cmn-hd {
    padding: 0 10px;
    position: absolute;
  }
  .cmn-hd.scr-hide {
    opacity: 0;
    position: fixed;
    top: 0 !important;
    pointer-events: none;
  }
  .cmn-hd.scr-hide h1 {
    margin-top: 0;
  }
  .cmn-hd.scr-hide h1 img {
    width: 92px;
  }
  .cmn-hd.scr-hide .search-box {
    display: none;
  }
  .cmn-hd.scr-hide .gnav .subnav-box {
    top: 62px;
  }
  .cmn-hd.fixed {
    position: fixed;
    opacity: 1;
    transition: all 0.3s ease;
    top: 0 !important;
    pointer-events: initial;
  }
  .cmn-hd .hd-inner {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 17px 0 0;
  }
  .cmn-hd h1 {
    margin-top: 7px;
  }
  .cmn-hd h1 img {
    width: 182px;
  }
  .cmn-hd .search-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 13px;
  }
  .cmn-hd .search-box .search-form input[type="text"] {
    outline: none;
    border: none;
    background: #ffffff;
    border-bottom: 1px solid #DEDEDE;
    width: 146px;
    height: 20px;
    margin-right: 10px;
    padding: 0 5px;
  }
  .cmn-hd .lang-box {
    display: flex;
    font-size: 12px;
    margin-left: 40px;
  }
  .cmn-hd .lang-box .lang-btn {
    font-family: 'Lato', sans-serif;
    text-align: center;
    width: 90px;
    border: 1px solid #DEDEDE;
    background: #DEDEDE;
  }
  .cmn-hd .lang-box .lang-btn.current {
    background: #ffffff;
  }
  .cmn-hd .lang-box .lang-btn a {
    display: block;
    padding: 2px;
  }
  .cmn-hd .gnav .main-nav {
    display: flex;
    font-size: 16px;
  }
  .cmn-hd .gnav .main-nav > li {
    margin-left: 54px;
  }
  .cmn-hd .gnav .main-nav > li > a {
    position: relative;
    display: block;
    padding-bottom: 17px;
  }
  .cmn-hd .gnav .main-nav > li > a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .cmn-hd .gnav .main-nav > li > a:hover {
    opacity: 1;
  }
  .cmn-hd .gnav .main-nav > li > a:hover::before {
    transform: scale(1, 1);
  }
  .cmn-hd .gnav .main-nav > li:hover > .subnav-box {
    visibility: visible;
    opacity: 1;
  }
  .cmn-hd .gnav .subnav-box {
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    border-top: 1px solid #DEDEDE;
    width: 100%;
    position: absolute;
    top: 102px;
    left: 0;
    transition: all .3s ease;
  }
  .cmn-hd .gnav .subnav-box::before, .cmn-hd .gnav .subnav-box::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
  }
  .cmn-hd .gnav .subnav-box::before {
    border-color: rgba(222, 222, 222, 0);
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -11px;
    margin-bottom: 1px;
    border-bottom-color: #DEDEDE;
  }
  .cmn-hd .gnav .subnav-box::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -10px;
    border-bottom-color: #FFFFFF;
  }
  .cmn-hd .gnav .subnav-box .subnav-inner {
    width: auto;
    margin: 0 auto;
    padding: 50px 10px 40px;
    display: flex;
    justify-content: center;
  }
  .cmn-hd .gnav .subnav-box .subnav-ttl {
    border-right: 1px solid #000;
    padding-right: 50px;
    margin-right: 50px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
  }
  .cmn-hd .gnav .subnav-box .subnav-ttl p {
    display: flex;
    align-items: center;
  }
  .cmn-hd .gnav .subnav-box .subnav {
    font-size: 14px;
    max-height: 140px;
    display: flex;
    flex-flow: column wrap;
  }
  .cmn-hd .gnav .subnav-box .subnav li {
    max-width: 270px;
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    margin-right: 80px;
  }
  .cmn-hd .gnav .nav01 .subnav-box::before {
    margin-left: -194px;
  }
  .cmn-hd .gnav .nav01 .subnav-box::after {
    margin-left: -193px;
  }
  .cmn-hd .gnav .nav03 .subnav-box::before {
    margin-left: 179px;
  }
  .cmn-hd .gnav .nav03 .subnav-box::after {
    margin-left: 180px;
  }
  .cmn-hd .gnav .nav04 .subnav-box::before {
    margin-left: 382px;
  }
  .cmn-hd .gnav .nav04 .subnav-box::after {
    margin-left: 383px;
  }
}

/* グローバルナビ-------------------------------------------*/
/* 下層タイトル-------------------------------------------*/
.ttl-area {
  background: #f7f7f7;
}

.ttl-area .box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 28px 0;
}

.ttl-area .box-inner h2 {
  max-width: 72%;
}

.ttl-area .box-inner .subttl {
  font-weight: normal;
  font-size: 15px;
}

.ttl-area .btn-rss {
  margin-left: auto;
  background: #ffffff;
  margin-right: 0;
  border: none;
}

@media screen and (min-width: 769px) {
  .ttl-area .box-inner {
    padding: 57px 10px;
  }
  .ttl-area .box-inner h2 {
    max-width: 100%;
  }
  .ttl-area .box-inner .subttl {
    font-size: 20px;
  }
}

/* 下層冒頭テキスト-------------------------------------------*/
.top-txt.border {
  border: 1px solid #DEDEDE;
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .top-txt.border {
    padding: 40px;
  }
}

/* 下層小見出し-------------------------------------------*/
.submds {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.submds::before {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 769px) {
  .submds {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

/* パンくずがPCとSPで位置が違うので調整-------------------------------------------*/
.contents-wrapper {
  display: flex;
  flex-direction: column;
}

/* パンくず-------------------------------------------*/
.breadcrumb-area {
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  border-top: 1px solid #DEDEDE;
  width: 100%;
}

.breadcrumb-area .breadcrumb {
  margin: 0 auto;
  font-size: 10px;
}

.breadcrumb-area .breadcrumb a {
  text-decoration: underline;
}

.breadcrumb-area .breadcrumb li {
  position: relative;
  padding-right: 22px;
  display: inline;
}

.breadcrumb-area .breadcrumb li:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  transform: rotate(45deg);
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  left: auto;
  width: 5px;
  height: 5px;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto;
  text-decoration: none;
}

.breadcrumb-area .breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb-area .breadcrumb li:last-child a {
  text-decoration: none;
}

.breadcrumb-area .current a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .breadcrumb-area {
    padding: 36px 0 20px;
    order: 1;
    border-top: none;
  }
  .breadcrumb-area .breadcrumb {
    font-size: 12px;
  }
}

/* コンテンツエリア-------------------------------------------*/
.main-area {
  padding: 30px 0 0;
}

@media screen and (min-width: 769px) {
  .main-area {
    order: 2;
  }
}

/* カテゴリ選択-------------------------------------------*/
.list-choose-area {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

.list-category {
  display: flex;
  flex-wrap: wrap;
}

.list-category li {
  width: calc(100% / 3);
  text-align: center;
  font-size: 12px;
  position: relative;
}

.list-category li a {
  display: block;
  padding: 9px 0;
}

.list-category li.current {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .list-choose-area {
    margin: 0 auto 20px;
    max-width: 1160px;
  }
  .list-choose-area .box-inner {
    padding: 0;
  }
  .list-category li {
    width: calc(100% / 6);
    font-size: 14px;
  }
  .list-category li a {
    display: block;
    padding: 18px 0;
  }
  .list-category li.current {
    text-decoration: none;
  }
  .list-category li.current::before {
    content: "";
    width: 90%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* セレクトボックス-------------------------------------------*/
.selector-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 27px;
}

.selector-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 5%;
  margin: auto;
  left: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

.selector-wrapper select {
  background: #FFF;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  padding: 20px 0 20px 10px;
  width: 100%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .selector-wrapper:before {
    right: 6.5%;
    top: 0;
    bottom: 0;
  }
  .selector-wrapper select {
    padding: 25px 0;
    width: 100%;
  }
}

/* お知らせ/ニュースリリース共通パーツ-------------------------------------------*/
.info-listbox .info-list {
  border-top: 1px solid #DEDEDE;
  margin-bottom: 16px;
}

.info-listbox .info-list li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
}

.info-listbox .info-list li a.nolink {
  pointer-events: none;
}

.info-listbox .info-list li .date {
  color: #646464;
  font-size: 10px;
  margin-bottom: 8px;
  font-family: 'Lato', sans-serif;
}

.info-listbox .btn {
  text-align: center;
}

.info-listbox .btn .icon-arrow01::before {
  transform: rotate(135deg);
}

.info-listbox.acr li:nth-child(n+4) {
  display: none;
}

.infobtn-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

@media screen and (min-width: 769px) {
  .info-listbox {
    flex: 1;
  }
  .info-listbox .btn {
    margin: 0 auto;
    width: 240px;
  }
  .info-listbox .info-list {
    margin-bottom: 24px;
  }
  .info-listbox .info-list li a {
    padding: 20px;
  }
  .info-listbox .info-list li a:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    border-bottom: 1px solid #ffffff;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .info-listbox .info-list li a:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 769px) {
  .info-listbox .info-list li .date {
    font-size: 12px;
    margin-right: 14px;
  }
}

/* ニュースリリース、お知らせページ-------------------------------------------*/
.article-area h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.article-area .c-box {
  display: flex;
  align-items: baseline;
}

.article-area .c-box .date {
  margin-right: auto;
}

.article-area .article-note-box {
  font-size: 10px;
  margin-bottom: 20px;
}

.article-area .article-note-box a {
  text-decoration: underline;
}

.tag-box .tag {
  color: #ffffff;
  background: #707070;
  text-align: center;
  padding: 2px 8px;
  font-size: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .article-area {
    padding: 80px 0;
  }
  .article-area h2 {
    margin-bottom: 30px;
  }
  .article-area h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .article-area .c-box .date {
    margin-right: 0;
  }
  .article-area .info-listbox {
    margin-bottom: 50px;
  }
  .article-area .article-note-box {
    font-size: 12px;
  }
  .tag-box .tag {
    font-size: 12px;
  }
}

.article-detail-area .tag-box {
  margin-bottom: 20px;
}

.article-detail-area .tag-box span:first-child {
  margin-left: 0;
}

.article-detail-area h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
}

.article-detail-area .attachment-box {
  display: flex;
  justify-content: center;
  border: 1px solid #DEDEDE;
  padding: 17px 10px;
  margin-bottom: 30px;
  position: relative;
}

.article-detail-area .attachment-box::before, .article-detail-area .attachment-box::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.article-detail-area .attachment-box::before {
  border-color: rgba(222, 222, 222, 0);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -10px;
  margin-bottom: 1px;
  border-bottom-color: #DEDEDE;
}

.article-detail-area .attachment-box::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -9px;
  border-bottom-color: #FFFFFF;
}

.article-detail-area .attachment-box .ttl {
  font-weight: bold;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
}

.article-detail-area .attachment-box .link a {
  display: block;
  margin-bottom: 10px;
}

.article-detail-area .attachment-box .link a:last-child {
  margin-bottom: 0;
}

.article-detail-area .attachment-box .link .icon-pdf {
  margin-right: 23px;
}

@media screen and (min-width: 769px) {
  .article-detail-area .box-inner {
    max-width: 1020px;
  }
  .article-detail-area h3 {
    font-size: 20px;
  }
  .article-detail-area .attachment-box {
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    padding: 20px;
    margin: 0 auto 80px;
  }
  .article-detail-area .attachment-box .link {
    display: flex;
  }
  .article-detail-area .attachment-box .link a {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

/* パルコグループブログ-------------------------------------------*/
.blog-area {
  padding: 20px 0 40px;
  overflow: hidden;
}

.blog-area .blog-list {
  transition: all 0.3s ease;
  width: 120%;
  margin-left: -7px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.blog-area .blog-list .blog-article {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  max-width: 162px;
  min-width: 162px;
  margin: 12px 6px;
}

@media screen and (min-width: 769px) {
  .blog-area .blog-list .blog-article {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }
}

.blog-area .blog-list .blog-article a {
  display: block;
  padding: 10px;
}

.blog-area .blog-list .thumb-box {
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.blog-area .blog-list .thumb-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.blog-area .blog-list .thumb-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.blog-area .blog-list .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  filter: blur(10px);
  opacity: 0.7;
  overflow: hidden;
}

.blog-area .blog-list .txt-box .date {
  font-size: 10px;
  color: #646464;
  margin-bottom: 5px;
}

.blog-area .blog-list .txt-box .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-area .blog-list .slick-arrow {
  max-width: 50px;
  width: 9px;
  height: 18px;
  position: absolute;
  top: -32px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}

.blog-area .blog-list .slick-arrow .icon-arrow01 {
  position: relative;
}

.blog-area .blog-list .slick-arrow .icon-arrow01::before {
  width: 11px;
  height: 11px;
}

.blog-area .blog-list .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.blog-area .blog-list .next {
  right: 67px;
}

.blog-area .blog-list .next .icon-arrow01:before {
  left: auto;
}

.blog-area .blog-list .prev {
  right: 90px;
}

.blog-area .blog-list .prev .icon-arrow01:before {
  transform: rotate(225deg);
}

.blog-area .infobtn-box {
  margin-bottom: 0;
}

.blog-area .btn-more {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .blog-area {
    padding: 50px 0 130px;
  }
  .blog-area .blog-list {
    margin-left: -15px;
    margin-bottom: 0;
  }
  .blog-area .blog-list .blog-article {
    max-width: 240px;
    min-width: 240px;
    box-shadow: none;
    margin: 12px 6px 20px;
  }
  .blog-area .blog-list .blog-article a:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .blog-area .blog-list .blog-article a:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 769px) {
  .blog-area .blog-list .txt-box {
    padding-bottom: 20px;
  }
  .blog-area .blog-list .txt-box .date {
    font-size: 12px;
  }
  .blog-area .blog-list .slick-arrow .icon-arrow01 {
    width: 17px;
    height: 33px;
  }
  .blog-area .blog-list .slick-arrow .icon-arrow01::before {
    width: 21px;
    height: 21px;
  }
  .blog-area .blog-list .next {
    right: 16%;
  }
  .blog-area .blog-list .prev {
    right: 22%;
  }
  .blog-area .btn-more {
    width: 240px;
    margin-left: auto;
  }
}

.img-area {
  margin-bottom: 30px;
}

.img-area figcaption {
  color: #646464;
  font-size: 10px;
  margin-top: 10px;
}

/* WYSIWYG-------------------------------------------*/
.detail-date {
  color: #646464;
  margin-bottom: 10px;
}

.main-txt-box {
  margin-bottom: 30px;
}

.main-txt-box p {
  margin-bottom: 5px;
}

.main-txt-box a {
  text-decoration: underline;
}

.main-txt-box strong, .main-txt-box b {
  font-weight: bold;
}

.main-txt-box table {
  max-width: 100%;
  width: 100% !important;
}

.main-txt-box table td, .main-txt-box table th {
  border: 1px solid #dbdbdb;
}

.main-txt-box table td {
  padding: 8px;
}

.main-txt-box table th {
  text-align: center;
  padding: 10px;
  width: 35%;
}

.url-area {
  margin-bottom: 30px;
}

.url-area li {
  margin-bottom: 5px;
}

.url-area li a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .main-txt-box {
    margin-bottom: 60px;
  }
  .main-txt-box table {
    width: auto !important;
  }
  .main-txt-box table td {
    padding: 8px 8px 8px 20px;
  }
  .url-area {
    margin-bottom: 50px;
  }
}

/* ページャー-------------------------------------------*/
.pager-box {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  margin: 40px 0 30px;
}

.pager-box .pager {
  width: 50%;
}

.pager-box .pager.disable a {
  opacity: 0.3;
  pointer-events: none;
}

.pager-box .btn-back {
  border-right: 1px solid #DEDEDE;
  text-align: left;
}

.pager-box .btn-back .icon-arrow01 {
  margin-right: 30px;
}

.pager-box .btn-back .icon-arrow01::before {
  transform: rotate(225deg);
}

.pager-box .btn-next {
  text-align: right;
}

.pager-box .btn-next .icon-arrow01 {
  margin-left: 30px;
}

.pager-box .btn-next .icon-arrow01::before {
  left: auto;
  right: 0;
}

.pager-box .btn-list {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pager-box {
    padding: 0;
    margin: 40px auto 90px;
    max-width: 293px;
    flex-wrap: wrap;
  }
  .pager-box .pager {
    width: 146px;
  }
}

/* 右下のPAGETOPボタン-------------------------------------------*/
.btn-pagetop {
  cursor: pointer;
  transition: 0.3s;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 9;
  display: block !important;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .btn-pagetop {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }
}

.btn-pagetop::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  transform: rotate(315deg);
}

.btn-pagetop:hover {
  opacity: 0.7;
}

.btn-hide {
  opacity: 0;
  visibility: hidden;
  transition: all  0.3s;
}

.btn-hide:hover {
  visibility: hidden;
}

/* フッター-------------------------------------------*/
.cmn-ft {
  background: #ededed;
  padding: 10px 0 23px;
  position: relative;
}

.cmn-ft a {
  color: #646464;
}

.cmn-ft .ft-box01 {
  display: flex;
}

.cmn-ft .ft-box01 .c-box {
  width: calc(100% / 2 - 5px);
  margin-bottom: 26px;
}

.cmn-ft .ft-box01 .c-box:first-child {
  margin-right: 10px;
}

.cmn-ft .ft-box01 .ft-linkmds {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #646464;
}

.cmn-ft .ft-box01 .ft-linkmds a {
  display: block;
  padding: 20px 0;
}

.cmn-ft .ft-box01 .ft-linkmds .icon-arrow01 {
  position: absolute;
  right: 0;
}

.cmn-ft .ft-box01 .ft-linkmds .icon-arrow01:before {
  border-color: #646464;
}

.cmn-ft .ft-box01 .ft-link01 {
  display: none;
}

.cmn-ft .sns-icon {
  margin-bottom: 26px;
}

.cmn-ft .sns-icon .sns-icon-list {
  display: flex;
  justify-content: center;
}

.cmn-ft .sns-icon .sns-icon-list li {
  margin: 0 10px;
}

.cmn-ft .sns-icon .sns-icon-list img {
  width: 26px;
}

.cmn-ft .ft-box02 {
  margin-bottom: 25px;
  display: none;
}

.cmn-ft .ft-box02 .btn-site {
  text-align: center;
}

.cmn-ft .ft-box02 .btn-site a {
  display: block;
  background: #ffffff;
  padding: 20px 0;
  position: relative;
}

.cmn-ft .ft-box02 .btn-site a .icon-arrow01 {
  position: absolute;
  right: 20px;
}

.cmn-ft .ft-box03 .ft-link03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cmn-ft .ft-box03 .ft-link03 li {
  width: calc(100% / 2);
  margin-bottom: 14px;
}

.cmn-ft .ft-logobox {
  display: flex;
  align-items: flex-end;
}

.cmn-ft .ft-logobox .ft-logo {
  width: 81px;
  margin-right: auto;
}

.cmn-ft .ft-logobox .ft-logo svg {
  width: 100%;
  fill: #646464;
}

.cmn-ft .copyright {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 769px) {
  .cmn-ft {
    padding: 40px 0 35px;
  }
  .cmn-ft .ft-box01 .c-box {
    width: 30%;
  }
  .cmn-ft .ft-box01 .c-box:first-child {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  .cmn-ft .ft-box01 .c-box:first-child .ft-linkmds {
    margin-bottom: 20px;
  }
  .cmn-ft .ft-box01 .ft-links {
    max-width: 270px;
    width: 100%;
    margin-right: 30px;
  }
  .cmn-ft .ft-box01 .ft-linkmds {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }
  .cmn-ft .ft-box01 .ft-linkmds a {
    padding: 27px 0;
  }
  .cmn-ft .ft-box01 .ft-linkmds .icon-arrow01 {
    display: none;
  }
  .cmn-ft .ft-box01 .ft-link01 {
    display: block;
  }
  .cmn-ft .ft-box01 .ft-link01 li {
    margin-bottom: 20px;
  }
  .cmn-ft .ft-box01 .sns-link {
    pointer-events: none;
  }
  .cmn-ft .sns-icon {
    width: 260px;
    margin-left: auto;
    padding-top: 35px;
  }
  .cmn-ft .sns-icon .sns-icon-list {
    justify-content: flex-start;
  }
  .cmn-ft .sns-icon .sns-icon-list li {
    margin: 0 20px 0 0;
  }
  .cmn-ft .sns-icon .sns-icon-list img {
    width: 32px;
  }
  .cmn-ft .ft-box02 .btn-site {
    display: none;
  }
  .cmn-ft .ft-box02 .c-box {
    display: flex;
    margin-bottom: 20px;
    padding-right: 15px;
  }
  .cmn-ft .ft-box02 .c-box .mds {
    margin-right: auto;
  }
  .cmn-ft .ft-box02 .c-box .icon-nw {
    padding-right: 20px;
  }
  .cmn-ft .ft-box02 .c-box .icon-arrow01 {
    margin-left: 10px;
  }
  .cmn-ft .ft-box02 .ft-link02 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .cmn-ft .ft-box02 .ft-link02 li {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 52px;
  }
  .cmn-ft .ft-box02 .ft-link02 li:nth-child(4n) {
    margin-right: 0;
  }
  .cmn-ft .ft-box02 .ft-link02 li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 16px 5px;
    background: #ffffff;
  }
  .cmn-ft .ft-box03 .ft-link03 {
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cmn-ft .ft-box03 .ft-link03 li {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #646464;
  }
  .cmn-ft .ft-box03 .ft-link03 li a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 17px;
  }
  .cmn-ft .ft-box03 .ft-link03 li:first-child {
    border-left: none;
    padding-left: 0;
  }
  .cmn-ft .ft-box03 .ft-link03 li:last-child {
    padding-right: 0;
  }
  .cmn-ft .ft-logobox .ft-logo {
    width: 130px;
  }
  .cmn-ft .copyright {
    font-size: 12px;
  }
}

/*# sourceMappingURL=_map/common.css.map */
