@charset "utf-8";
body {
  color: var(--color-txt);
  background: var(--color-gray-WG);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-M);
  line-height: 1.7;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}
body.no-scroll {
    overflow: hidden;
}
#wrapper {
  overflow-x: hidden;
  position: relative;
}
#wrapper:has(.b-header .e-btn.active)::before,
#wrapper:has(.b-menu.open)::before {
  content: "";
  width: 115dvw;
  height: 115dvh;
  position: fixed;
  z-index: 5000;
  background: #231815;
  opacity: .2;
}

.container {
  width: calc(100% - 40px);
  max-width: 1210px;
  margin: 0 auto;
}
.container.m-w1110 {
  max-width: 1110px;
}
.container.m-widthM {
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .-pc,
  .only_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .-sp,
  .only_sp {
    display: none !important;
  }
  *:not(.b-links) a {
    transition: .3s all;
  }
  *:not(.b-links) a:hover,
  *:not(.b-links) .b-postList a:hover .b-postTtls {
    color: var(--cells-L);
    text-decoration: none !important;
  }
  *:not(.b-links) .b-postList a:hover {
    color: inherit;
  }
}


/*-------------------------------------------------*/

/*  header

/*-------------------------------------------------*/
.b-header {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  font-weight: 700;
  position: fixed;
  z-index: 10000;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transform: translate3d(0px, 0px, 0px) translateY(0);
}
.b-header.is-hidden {
  transform: translate3d(0px, 0px, 0px) translateY(-100%);
}
.b-header .e-siteName a,
.b-header .e-siteName span{
  display: block;
  line-height: 1;
}
.b-header .b-subNav {
  display: none;
}
.b-header .b-contactBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-header .b-contactBox a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  margin-right: 15px;
  background-image: url(../img/n-common/ic-mail.svg);
  background-position: center center;
  
  background-repeat: no-repeat;
  }
@media screen and (max-width: 1035px) {
  .-pcHD {
    display: none;
  }
  .b-header {
    height: 60px;
  }
  .b-header .e-siteName {
    width: 90px;
    margin: 0 auto;
  }
  .b-header .b-gnav {
    display: block;
    width: 100%;
    max-width: 355px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    right: 0;
    opacity: 0;
    transition: .3s all;
  }
  .b-header .b-gnav .e-btn {
    display: none;
  }
  .b-header .b-menu:not(.open)+.b-gnav {
    pointer-events: none;
    visibility: hidden;
  }
  .b-header .b-menu.open+.b-gnav {
    opacity: 1;
  }
  .b-header .b-nav .b-item {
    display: block;
    border-top: 1px solid #bec7d0;
  }
  .b-header .b-nav .b-item:last-of-type {
    border-bottom: 1px solid #bec7d0;
  }
  .b-header .b-nav .b-item a {
    display: flex;
    height: 50px;
    padding-left: 1.5em;
    justify-content: space-between;
    align-items: center;
  }
  .b-header .b-nav .b-item a::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    width: .65em;
    margin-right: 1.5em;
    border-top: 2px solid var(--cells-L);
    border-right: 2px solid var(--cells-L);
    transform-origin: center center;
    transform: rotate(45deg);
  }
  .b-header .b-contactBox {
    padding: 20px;
  }
  .b-header .b-contactBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 315px;
    height: 40px;
    margin: auto;
    border-radius: 100px;
    background: #f2f4f4;
    letter-spacing: .05em;
  }
  .b-header .b-contactBox a::before {
    width: 26px;
    min-width: 26px;
    background-size: contain;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1036px) {
  .-spHD {
    display: none;
  }
  .b-header {
    height: 80px;
  }
  .b-header .e-siteName {
    width: 110px;
    margin: 0 0 0 min(2vw,45px);
  }
  .b-gnav,
  .b-header .b-nav,
  .b-gnav .b-item,
  .b-header .b-contactBox a {
    display: flex;
    height: 100%;
  }
  .b-header .b-nav .b-item,
  .b-header .b-contactBox a {
    align-items: center;
  }
  
  .b-gnav {
    margin-left: auto;
  }
  .b-gnav .b-item {
    margin-right: min(2.3vw,2em);
    position: relative;
  }
  .b-gnav .b-item.current::before,
  .b-gnav .b-item:has(.e-btn.active)::before {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--cells-L);
    position: absolute;
    transform: translateY(1.05em)
  }
  .b-gnav .b-item .e-btn:not(:has(+.b-subNav)) {
    display: none;
  }
  .b-gnav .b-item .e-btn {
    display: block;
    aspect-ratio: 1/1;
    width: .95em;
    border: 1px solid;
    position: relative;
    margin-left: .2em;
    transform: translateY(.05em);
    transition: .3s all;
  }
  .b-gnav .b-item .e-btn::before,
  .b-gnav .b-item .e-btn::after {
    content: "";
    display: block;
    width: 67%;
    height: 1px;
    background: var(--color-txt);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transition: .3s all;
  }
  .b-gnav .b-item .e-btn:hover{
    border-color: var(--cells-L);
  }
  .b-gnav .b-item .e-btn:hover::before,
  .b-gnav .b-item .e-btn:hover::after {
    background: var(--cells-L);
  }
  .b-gnav .b-item .e-btn::before {
    transform: translate(-50%,-50%);
  }
  .b-gnav .b-item .e-btn::after {
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .b-gnav .b-item .e-btn.active::after {
    transform: translate(-50%,-50%) rotate(180deg);
  }
  .b-header .b-contactBox {
    line-height: 1.375;
  }
  .b-header .b-contactBox a {
    background: var(--cells);
    color: #fff;
    padding: 0 17px;
    transition: .3s all;
  }
  .b-header .b-contactBox a:hover {
    background: var(--cells-L);
  }
  .b-header .b-contactBox a::before {
    width: 37px;
    min-width: 37px;
    border-radius: var(--r5);
    background-color: #fff;
    background-size: 60%;
  }
  /* subNav */
  .b-header .b-item .b-subNav {
    display: block;
    width: 240px;
    border-radius: 0 0 8px 8px;
    left: 50%;
    position: absolute;
    opacity: 0;
    top: 100%;
    transition: .3s all;
    transform: translate(-50%,-20px) translateZ(0);
    background: rgb(255 255 255 / .9);
    overflow: hidden;
  }
  .b-header .b-item .e-btn:not(.active)+.b-subNav {
    pointer-events: none;
    visibility: hidden;
  }
  .b-header .b-item .e-btn.active+.b-subNav {
    opacity: 1;
    transform: translate(-50%,0);
  }
  .b-header .b-subItem {
    display: block;
  }
  .b-header .b-subItem a {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-top: 1px solid var(--cells);
    transition: .3s all;
  }
  .b-header .b-subItem a:hover {
    background: var(--cells);
    color: #fff;
  }
  .b-header .b-contactBox a:hover::before {
    background-image: url(../img/n-common/ic-mail-b.svg);
  }
}


/* menu
---------------------------------------------*/
.b-menu {
  aspect-ratio: 1/1;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.b-menu .inner {
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
}
.b-menu .inner span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: var(--color-txt);
  transition: .3s all;
  transform-origin: center center;
  position: absolute;
}
.b-menu .inner span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.b-menu .inner span:nth-of-type(3) {
  bottom: 0;
}
/* open */
.b-menu.open .inner span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate( 45deg);
}
.b-menu.open .inner span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate( -45deg);
}
.b-menu.open .inner span:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 1036px) {
  .b-menu {
    display: none;
  }
}

/*-------------------------------------------------*/

/*  footer

/*-------------------------------------------------*/
.b-footer {
  background: #4d535a;
  color: #fff;
}
.b-footer .container.e-copyright {
  display: block;
  line-height: 1;
 
  letter-spacing: .05em;
}
@media screen and (max-width: 699px) {
  .b-footer {
    padding: 35px 0 20px;
  }
  .b-footer .container.e-copyright {
    font-size: 10px;
    padding-top: 2em;
  }
}
@media screen and (min-width: 700px) {
  .b-footer {
    padding: 45px 0 30px;
  }
  .b-footer .container {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
    flex-wrap: wrap;
  }
  .b-footer .b-right {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .b-footer .container.e-copyright {
    font-size: var(--font-S);
    text-align: center;
    padding-top: 4em;
  }
  .b-footer a:hover {
    color: inherit;
    text-decoration: underline !important;
  }
}

/* 1st */
.b-footer .b-1st .e-tagline {
  font-weight: 700;
  line-height: 1.47;
  white-space: nowrap;
  margin-top: 1em;
}
.b-footer .b-sns dt {
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: .6em;
}
.b-footer .b-sns dd {
  display: flex;
}

@media screen and (max-width: 699px) {
  .b-footer .b-1st .e-mark {
    width: 135px;
  }
  .b-footer .b-1st .e-tagline {
    font-size: 11.7px;
  }
  .b-footer .b-sns dt {
    font-size: var(--font-S);
  }
  .b-footer .b-sns dd a {
    width: 30px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 700px) {
  .b-footer .b-1st {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    width: 190px;
    min-width: 190px;
    margin-left: 0;
    margin-right: 40px;
  }
  .b-footer .b-1st .e-mark {
    width: 192px;
  }
  .b-footer .b-1st .e-tagline {
    font-size: 17px;
  }
  .b-footer .b-sns dd a {
    width: 35px;
    margin-right: 7px;
  }
}

/* 2nd */
.b-ftNav dt {
  margin: 0 0 .55em;
  padding-bottom: .75em;
  font-weight: 700;
  border-bottom: 1px solid var(--color-gray-L);
}
.b-ftNav .b-subNav .b-subItem {
  display: block;
  font-size: var(--font-S);
  line-height: 1.8;
}
.b-footer .b-2nd .b-policyGrp a {
  display: inline-block;
  position: relative;
  font-size: var(--font-S);
  padding-left: 1.4em;
}
.b-footer .b-2nd .b-policyGrp a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1.15em;
  background: url(../img/n-common/ic-ft-arw.svg) center center / contain no-repeat;
  position: absolute;
  left: 0;
  top: .35em;
}
@media screen and (max-width: 699px) {
  .b-footer .b-2nd .b-subNav {
    padding-left: .6em;
  }
  .b-ftNav .b-subNav {
    margin-bottom: 1em;
  }
  .b-footer .b-2nd .b-policyGrp {
    margin: 40px 0;
  }
}
@media screen and (min-width: 700px) {
  .b-footer .b-2nd {
    display: inline-block;
    width: 590px;
    min-width: 590px;
    padding-top: 25px;
    margin-right: 30px;
  }
  .b-ftNav {
    display: flex;
    justify-content: space-between;
  }
  .b-ftNav .b-item {
    width: 180px;
  }
  .b-ftNav .b-subNav {
    margin-bottom: 1.5em;
  }
}
/* 3rd */
.b-footer .b-3rd {
  display: flex;
  flex-wrap: wrap;
}
.b-footer .b-3rd > a,
.b-footer .b-3rd > span {
  width: 80px;
  
  margin-bottom: 15px;
}
.b-footer .b-3rd > .m-woman {
  margin-right: 26px;
}
.b-footer .b-3rd > .m-kenko {
  width: 120px;
}
@media screen and (max-width: 699px) {
  .b-footer .b-3rd > a,
  .b-footer .b-3rd > span {
    margin-right: 15px;
  }
  .b-footer .b-3rd > .m-asp{
    width: 67px;
  }
}
@media screen and (min-width: 700px) {
  .b-footer .b-3rd {
    width: 347px;
    margin: 0;
    padding-top: 32px;
  }
  .b-footer .b-3rd > a,
  .b-footer .b-3rd > span {
    margin-right: 10px;
  }
  .b-footer .b-3rd > .m-asp{
    width: 77px;
    margin-right: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .b-footer .b-right {
    width: 70%;
    max-width: 700px;
    min-width: auto;
  }
  .b-footer .b-2nd,
  .b-footer .b-3rd {
    margin-right: 0;
    width: 100%;
  }
  .b-footer .b-3rd > .m-asp{
    margin-right: 15px;
  }
}
@media screen and (min-width: 700px) and (max-width: 890px) {
  .b-footer .b-right {
    width: 100%;
    max-width: 100%;
  }
  .b-ftNav .b-item {
    width: calc( (100% - 30px*2) / 3 );
  }
}
@media screen and (max-width: 890px) {
  .b-footer .b-1st .b-sns {
    display: none;
  }
  .b-footer .b-right+.b-sns {
    margin-top: 40px;
  }
  .b-footer .b-right {
    margin-top: 40px;
  }
}
@media screen and (min-width: 891px) {
  .b-footer .b-right+.b-sns {
    display: none;
  }
}

/*-------------------------------------------------*/

/*  pageTOP

/*-------------------------------------------------*/
.b-pageTop {
  position: fixed;
  z-index: 5000;
  opacity: 1;
  transition: .5s all;
  transform: translateY(0);
  opacity: 0;
}
.b-pageTop:not(.active) {
  transform: translateY(30%);
}
.b-pageTop.active {
  opacity: 1
}
.b-pageTop a {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--cells);
}
@media screen and (max-width: 767px) {
  .b-pageTop {
    right: 10px;
    bottom: 15px;
  }
  .b-pageTop a {
    width: 60px;
    transition: .3s all;
  }
}
@media screen and (min-width: 768px) {
  .b-pageTop {
    right: 40px;
    bottom: 30px;
  }
  .b-pageTop a {
    width: 80px;
    transition: .3s all;
  }
  .b-pageTop a:hover {
    background: var(--cells-L);
  }
}

/**/
/*
@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 130px;
  }
}
@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 130px !important;
  }
}
*/

/*-------------------------------------------------*/

/*  main

/*-------------------------------------------------*/
.b-contentWrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 1035px) {
  .b-contentWrap {
    margin-top: 60px;
  }
  .b-section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1036px) {
  .b-contentWrap {
    margin-top: 80px;
  }
  .b-section {
    padding: 60px 0;
  }
}

/* bottomContact */
.b-bottomContact {
  background: #929ca8;
  letter-spacing: .05em;
}
.b-bottomContact .b-lead {
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.b-bottomContact .b-links a {
  background: #fff;
}
.b-bottomContact .b-links .e-txt {
  display: flex;
  align-items: center;
}
.b-bottomContact .b-links .e-txt::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url(../img/n-common/ic-mail.svg) center center / contain no-repeat;
  margin-right: 10px;
}
.b-bottomContact .b-links a::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .b-bottomContact {
    padding: 30px 0;
  }
  .b-bottomContact .b-lead {
    text-align: center;
    margin-bottom: 1em;
  }
  .b-bottomContact .b-links .e-txt::before {
    width: 26px;
  }
}
@media screen and (min-width: 768px) {
  .b-bottomContact {
    padding: 40px 0;
  }
  .b-bottomContact .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .b-bottomContact .b-lead {
    margin: 0;
    margin-right: 1em;
    font-size: 18px;
  }
  .b-bottomContact .b-links {
    min-width: 315px;
  }
  .b-bottomContact .b-links .e-txt::before {
    width: 30px;
  }
  .b-bottomContact .b-links a:hover .e-txt::before {
  background: url(../img/n-common/ic-mail-w.svg) center center / contain no-repeat;
  }
}

/*  mainBox
/*-------------------------------------------------*/
.b-mainBox {
  background: url(../img/n-common/main-bg.jpg) center right / cover;
}
.b-mainBox .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.b-mainBox .container::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/n-common/cells-logo-tate.svg) center center / contain no-repeat;
}
.b-mainBox .e-ttl {
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .b-mainBox {
    height: 95px;
  }
  .b-mainBox .e-ttl {
    font-size: 18px;
  }
  .b-mainBox .container::after {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .b-mainBox {
    height: 350px;
  }
  .b-mainBox .e-ttl {
    font-size: 40px;
  }
  .b-mainBox .container::after {
    width: 180px;
  }
}

/*  mainTtl
/*-------------------------------------------------*/
.b-mainTtl {
  text-align: center;
  font-weight: 700;
}
.b-mainTtl > .container {
  position: relative;
}
.b-mainTtl .e-ttl {
  color: var(--cells);
  text-align: center;
}
.b-mainTtl .e-lead {
  line-height: 1.3;
  letter-spacing: .2em;
}
.b-mainTtl .e-subLead {
  margin-top: .8em;
  letter-spacing: .2em;
}

.b-mainTtl .b-links.m-toList a {
  min-width: auto;
  background: none;
}
.b-mainTtl .b-links.m-toList a:hover {
  color: var(--cells);
}
.b-mainTtl .b-links.m-toList a:hover::after {
  border-color: var(--cells);
}
.b-mainTtl .b-links.m-toList a::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .b-mainTtl {
    margin-bottom: 30px;
  }
  .b-mainTtl .e-ttl {
    font-size: 24px;
    padding: 30px 0;
  }
  .b-mainTtl:has(.b-catLinks):has(.b-section) .e-ttl {
    padding-top: 0;
  }
  .b-mainTtl:has(.e-lead) .e-ttl {
    padding-bottom: 20px;
  }
  .b-mainTtl .e-lead {
    font-size: 22px;
  }
  .b-mainTtl .e-subLead {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .b-mainTtl:not(:has(.b-catLinks.-pc)):not(:has(.b-catLinks.-sp)) {
    margin-bottom: 40px;
  }
  .b-mainTtl:not(:has(.b-catLinks.-pc)) {
    margin-bottom: 0;
  }
  .b-mainTtl.m-product .b-catLinks {
    margin-top: 0;
  }
  .b-mainTtl .e-ttl {
    font-size: 40px;
    padding: 60px 0 50px;
  }
  .b-mainTtl:has(.e-lead) .e-ttl {
    padding-bottom: 20px;
  }
  .b-mainTtl:has(.b-catLinks.-pc) .e-ttl {
    padding-top: 30px;
  }
  .b-mainTtl .e-lead {
    font-size: 40px;
  }
  .b-mainTtl .e-subLead {
    font-size: 22px;
  }
  .b-mainTtl .b-links.m-toList {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*  pageNav
/*-----------------------------------------------*/
.b-pageNavBox {
  text-align: center;
  line-height: 1;
}
.b-pageNav {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  background: #fff;
  font-weight: 700;
  border-radius: 20px;
  padding: 5px;
}
.b-pageNav .e-item {
  margin: 5px;
}
.b-pageNav a {
  display: inline-block;
  background: var(--color-gray-WG);
  border-radius: 100px;
  padding: .3em 1.5em .5em;
}
@media screen and (max-width: 767px) {
  .b-pageNav {
    justify-content: flex-start;
  }
  .b-pageNav .e-item {
    width: calc( (100% - 10px * 3) /2 );
    margin: 5px;
  }
  .b-pageNav a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .b-pageNav a {
    transition: .3s all;
  }
  .b-pageNav a:hover {
    background: var(--cells-L);
    color: #fff;
  }
  
}

/*  mds
/*-------------------------------------------------*/

@media screen and (max-width: 767px) {
  .b-mdsBox {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-mdsBox {
    margin-bottom: 50px;
  }
}

/* secMds */
.b-section .e-secMds {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .b-section .e-secMds {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-section .e-secMds {
    font-size: 40px;
  }
  .b-section .e-secMds.m-sizeS {
    font-size: 30px;
  }
}
/* secShoulder */
.b-section .e-secShoulder {
  color: var(--cells);
  font-weight: 700;
  text-align: center;
  margin-bottom: .3em;
}
@media screen and (max-width: 767px) {
  .b-section .e-secShoulder {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-section .e-secShoulder {
    font-size: 24px;
  }
}

/* img */
.b-section .e-mds.m-imgTxt {
  text-align: center;
  line-height: 1;
  
}
.b-section .e-mds.m-imgTxt.m-min {
  height: 22px;
}
.b-section .e-mds.m-imgTxt img {
  width: auto;
  max-width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-section .e-mds.m-imgTxt {
    height: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .b-section .e-mds.m-imgTxt {
    height: 36px;
    margin-bottom: 55px;
  }
}

/*  moreBtn
-------------------------------------------------*/
.b-moreContents {
  display: none;
}
.b-moreBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-weight: 700;
  margin-top: 15px;
}
.b-moreBtn .e-plus {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  margin-left: 8px;
  background: var(--cells);
  border-radius: 50%;
  position: relative;
}
.b-moreBtn .e-plus::before,
.b-moreBtn .e-plus::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transition: .3s all;
}
.b-moreBtn .e-plus::before {
  transform: translate(-50%,-50%)
}
.b-moreBtn .e-plus::after {
  transform: translate(-50%,-50%) rotate(90deg);
}
.b-moreBtn.active .e-plus::after {
  transform: translate(-50%,-50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .b-moreBtn .e-plus {
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  .b-moreBtn .e-plus {
    width: 26px;
  }
  .b-moreBtn .e-moreTxt,
  .b-moreBtn .e-plus {
    transition: .3s all;
  }
  .b-moreBtn:hover .e-plus {
    background: var(--cells-L);
  }
  .b-moreBtn:hover .e-moreTxt {
    color: var(--cells-L);
  }
}

/*  b-whiteBox
/*-----------------------------------------------*/
.b-whiteBox {
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .b-whiteBox {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .b-whiteBox {
    font-size: 18px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    line-height: 2.2em;
  }
}


/*  b-body
/*-----------------------------------------------*/
.b-body p.e-txt+p.e-txt {
  margin-top: 1.3em;
}

/*  lineContent
/*-----------------------------------------------*/
.b-lineContent {
  
}
.b-lineContent::before {
  content: "";
  display: block;
  height: 1px;
  background: url(../img/n-common/line-dash-h.png) repeat-x;
}
@media screen and (max-width: 767px) {
  .b-lineContent::before {
    margin: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .b-lineContent::before {
    margin: 30px 0;
  }
}

/*  arwDl
/*-----------------------------------------------*/
.b-arwDl .e-arwTtl {
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  padding-left: 1.4em;
  margin-bottom: 1em;
}
.b-arwDl .e-arwTtl::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1em;
  background: url(../img/n-common/ic-mdscheck.svg) center center / contain no-repeat;
  position: absolute;
  top: .36em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b-arwDl .e-arwTtl {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .b-arwDl .e-arwTtl {
    font-size: 22px;
  }
}

/*  panel
-------------------------------------------------*/

@media screen and (min-width: 768px) {
  .b-panelBox {
    display: flex;
    flex-wrap: wrap;
  }
}

/*  links
-------------------------------------------------*/
.b-links,
.b-links-like {
  text-align: center;
}
.b-links a,
.b-links-like > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: .4em 2.5em .55em 2em;
  position: relative;
  font-weight: 700;
  overflow: hidden;
}

.b-links a .e-txt,
.b-links a::after,
.b-links-like > span .e-txt,
.b-links-like > span::after {
  z-index: 2;
}
.b-links a::after,
.b-links-like > span::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  border-color: var(--cells);
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}

.b-links a .e-txt,
.b-links > span .e-txt {
  text-indent: -.05em
}
@media screen and (max-width: 767px) {
  .b-links a,
  .b-links > span {
    min-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-links a,
  .b-links-like > span {
    min-height: 50px;
    transform: translate3d(0, 0, 0);
  }
  .b-links a::before,
  .b-links-like > span::before {
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: 0;
    background: var(--cells);
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
    transform-origin: left center;
    transform: translate3d(0px, 0px, 0px) scale(0,100%);
  }
  /* hover */
  .b-links a:hover,
  .b-postItem:hover .b-links-like > span {
    color: #fff;
  }
  .b-links a:hover::after,
  .b-postItem:hover .b-links-like > span::after {
    border-color: #fff;
  }
  .b-links a:hover::before,
  .b-postItem:hover .b-links-like > span::before {
    transform: translate3d(0px, 0px, 0px) scale(100%,100%);
  }
}
.b-moreLink .e-moreLink {
  display: inline-block;
  padding-left: 1.3em;
  position: relative;
}
.b-moreLink .e-moreLink::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1.2em;
  min-width: 1.2em;
  background: url(../img/n-common/ic-morelink.svg) center center / contain no-repeat;
  position: absolute;
  left: 0;
  top: .28em;
}
.b-moreLink .e-moreLink a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .b-moreLink {
    font-size: 18px;
  }
}


/* youtube */
.b-links a.m-youtube .e-txt {
  position: relative;
  padding-left: 1.5em;
}
.b-links a.m-youtube .e-txt::before{
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1.9em;
  min-width: 1.9em;
  background: url(../img/n-common/ic-bt-youtube.svg) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-1em,.3em);
}
@media screen and (max-width: 767px) {
  .b-links a.m-youtube .e-txt::before{
    transform: translate(-1em,0);
  }
}
@media screen and (min-width: 768px) {
  .b-links a.m-youtube .e-txt::before{
    transform: translate(-1em,.3em);
  }
}

/* normal */
.b-links a.m-normal,
.b-links-like span.m-normal {
  line-height: 1.25;
  border: 3px solid var(--cells);
  background: #fff;
}
.b-links a.m-normal .e-txt,
.b-links a.m-normal::after, 
.b-links-like span.m-normal .e-txt,
.b-links-like span.m-normal::after,{
  z-index: 2;
}
.b-links a.m-normal .e-txt,
.b-links-like span.m-normal .e-txt {
  position: relative;
}
.b-links a.m-normal::after,
.b-links-like span.m-normal::after {
  border-width: 3px 3px 0 0;
  right: 17px;
}
.b-links a.m-medium {
  min-width: 180px;
  background: #fff;
}
.b-links a.m-medium::after {
  border-width: 2px 2px 0 0;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .b-links a.m-normal,
  .b-links-like span.m-normal {
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .b-links a.m-normal,
  .b-links-like span.m-normal  {
    min-width: 250px;
    font-size: 20px;
  }
}

/*-------------------------------------------------

/*  article -list

-------------------------------------------------*/

/*  catLinks
-------------------------------------------------*/
.b-catLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.b-catLinks a {
  display: inline-block;
  white-space: nowrap;
  border-radius: 100px;
  line-height: 1.5;
  background: #fff;
  font-weight: 700;
  padding: .8em 2.5em;
}
.b-catLinks a.current {
  background: var(--cells-gray);
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .b-catLinks {
    margin-bottom: 35px;
  }
  .b-catLinks a {
    font-size: 14px;
    margin: 5px;
    padding: .4em 1em;
  }
}
@media screen and (min-width: 768px) {
  .b-catLinks {
    margin-bottom: 40px;
  }
  .b-mainTtl .b-catLinks {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .b-catLinks a {
    transition: .3s all;
    margin: 10px;
    padding: .8em 2.5em;
  }
  .b-catLinks a:hover {
    background: var(--cells-L);
    color: #fff;
  }
}

/*  simplePost
-------------------------------------------------*/
.b-simplePost .b-postList .b-postItem {
  border-radius: 5px;
}
.b-simplePost .b-postList .b-postItem a {
  display: flex;
  align-items: flex-start;
  letter-spacing: .05em;
  line-height: 1.3;
}
.b-simplePost .b-postList .b-postItem:nth-child(2n+1) {
  background: #fff;
}
.b-simplePost .b-postList .b-postItem .e-timestamp {
  display: inline-block;
  letter-spacing: .025em;
  font-weight: 700;
}
.b-simplePost .b-postList .b-postTtls {
}
@media screen and (max-width: 767px) {
  .b-simplePost .b-postList .b-postItem a {
    flex-wrap: wrap;
    padding: 20px;
  }
  .b-simplePost .b-postList .b-postItem .e-timestamp {
    width: 8em;
    min-width: 8.8em;
  }
  .b-simplePost .b-postList .b-postItem .b-postTtls {
    width: 100%;
  }
  .b-simplePost .b-postList .b-postItem .e-timestamp {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 768px) {
  .b-simplePost .b-postList .b-postItem a {
    padding: 25px 30px 16px;
  }
  .b-simplePost .b-postList .b-postItem .e-timestamp,
  .b-simplePost .b-postList .b-postItem .b-postTtls {
    font-size: 18px;
  }
  .b-simplePost .b-postList .b-postItem .e-timestamp {
    width: 180px;
    min-width: 180px;
    padding-top: .07em;
  }
  .b-simplePost .b-postList .b-postItem .b-postCats {
    transform: translateY(-.25em);
  }
  .b-simplePost .b-postList .b-postItem .e-ttl {
    padding-top: .08em;
    padding-bottom: .65em;
  }
}
/* cats */
.b-postCats {
  display: inline-block;;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-.08em)
}
.b-postCats .e-item {
  display: inline-block;
  min-width: 125px;
  background: var(--color-gray);
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin: .2em .1em;
}
.b-postCats .e-item.cat-daicho {
  background: var(--p-Daicho);
}
.b-postCats .e-item.cat-kyuyo {
  background: var(--p-Kyuyo);
}
.b-postCats .e-item.cat-saitekicloud {
  background: var(--p-SaitekiCloud);
}
.b-postCats .e-item.cat-forrou {
  background: var(--p-Forrou);
}
.b-postCats .e-item.cat-uriage {
  background: var(--p-Uriage);
}
.b-postCats .e-item.cat-hitorioyakata {
  background: var(--p-HitoriOyakata);
}
@media screen and (max-width: 767px) {
  .b-postCats {
    margin-bottom: 3px
  }
  .b-postCats .e-item {
    padding: .3em .5em .35em;
  }
}
@media screen and (min-width: 768px) {
  .b-postCats {
    width: 155px;
    min-width: 155px;
  }
  .b-postCats .e-item {
    padding: .5em .5em .55em;
  }
}

/*  panelPost 
-------------------------------------------------*/

.b-panelPost:not(.m-top) .b-postList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1074px;
  margin: auto;
}
.b-panelPost .b-postList .b-postItem {
  border-radius: 20px;
  letter-spacing: .025em;
  transform: translateZ(0);
}
.b-panelPost .b-postList .b-postItem .e-postLink {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px;
}
.b-panelPost .b-postList .b-postItem .b-thumb {
  aspect-ratio: 280/180;
  border-radius: 10px;
  overflow: hidden;
}
.b-panelPost .b-postList .b-postItem .b-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.b-panelPost .b-postList .b-postItem .b-postTtls {
  font-weight: 700;
  letter-spacing: .025em;
}
.b-panelPost.m-event .b-postList .b-postItem .b-postTtls {
  padding-top: .8em;
  
}
.b-panelPost.m-event .b-postList .b-postItem .b-eventTags+.b-postTtls {
  padding-top: 0;
}
.b-postTags {
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
  }
.b-postTags .e-item {
  display: inline-block;
  background: #fff;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: .4em .8em .48em;
  border-radius: 7px;
  border: 1px solid var(--color-gray-L);
}
.b-postItem .e-postLink .b-subHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.b-postItem .e-postLink .b-subHeader .e-new {
  display: inline-block;
  background: #dc0000;
  border-radius: 7px;
  line-height: 1;
  color: #fff;
  padding: .3em .8em .45em;
  margin-right: .5em;
}
.b-postItem .e-postLink .b-subHeader .b-date {
  font-size: 12px;
  font-weight: 700;
  margin-left: auto;
  margin-top: -.6em;
}
@media screen and (max-width: 767px) {
  .b-mainTtl + .b-panelPost,
  .b-mainTtl + .b-simplePost {
    margin-top: -30px;
  }
  .b-panelPost .b-postList .b-postItem {
    margin-bottom: 30px;
  }
  .b-panelPost .b-postList .b-postItem .b-postTtls .e-shoulder {
    font-size: 12px;
  }
  .b-panelPost .b-postList .b-postTags {
    margin-top: 15px;
  }
  .b-panelPost .b-postList .b-postTags.m-event {
    margin-top: 10px;
  }
  .b-panelPost.m-top .b-postList .b-postTags.m-event {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b-mainTtl + .b-panelPost,
  .b-mainTtl + .b-simplePost{
    margin-top: -40px;
  }
  .b-panelPost .b-postList .b-postItem {
    width: 320px;
    transition: .3s all;
  }
  .b-panelPost:not(.top) .b-postList .b-postItem {
    margin: 0 17px;
    margin-bottom: 35px;
  }
  .b-panelPost .b-postList .b-postItem .b-postTtls .e-shoulder {
    font-size: 14px;
  }
  .b-panelPost .b-postList .b-postTags {
    margin-top: 20px;
  }
  .b-panelPost .b-postList .b-postTags.m-event {
    margin-top: 12px;
  }
  .b-panelPost.m-top .b-postList .b-postTags.m-event {
    padding-bottom: 20px;
  }
  .b-panelPost:not(.m-top) .b-postList .b-postItem:hover {
    filter: var(--sdw20);
  }
}
/* catTag eventTag */
.b-catTags,
.b-eventTags {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 700;
  padding: 1.2em 0;
}
.b-postList .b-eventTags {
  padding-bottom: .5em;
}
.b-postList .b-subHeader {
  padding: .7em 0 .3em;
}
.b-postList .b-catTags {
  padding: .5em 0;
}
.b-catTags .e-item,
.b-eventTags .e-item,
.b-eventTags .e-area {
  display: inline-block;
  min-width: 85px;
  text-align: center;
  border-radius: 100px;
  line-height: 1;
  padding: .55em .8em .7em;
  margin-right: .5em;
  margin-bottom: .5em;
}
.b-catTags .e-item {
  background: #fff;
  border: 1px solid var(--color-gray-L);
}
.b-eventTags .e-item,
.b-eventTags .e-area {
  color: #fff;
}
.b-eventTags .e-item {
  background: var(--color-gray);
}
.b-eventTags .e-item.m-yotei {
  background: var(--cells-L);
}
.b-eventTags .e-item.m-now {
  background: var(--p-Forrou);
}
.b-eventTags .e-area {
  background: var(--cells);
}


/* event detail*/
.b-eventDetail {
  letter-spacing: .025em;
}
.b-eventDetail::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/n-common/line-dash-h.png) repeat-x;
}
.b-eventDetail .b-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding-bottom: .3em;
}
.b-eventDetail .b-item::before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: .2em;
  background: url(../img/n-common/line-dash-h.png) repeat-x;
}
.b-eventDetail dt {
  width: 5em;
  font-weight: 700;
  color: var(--cells);
}
.b-eventDetail dd {
  width: clac(100% - 5em );
}

/*-------------------------------------------------*/

/*  pagenation

/*-------------------------------------------------*/
.b-pagenation {
  text-align: center;
  font-size: 14px;
}
.b-pagenation .page-numbers:not(.prev):not(.next) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.b-pagenation .page-numbers.current {
  background: #fff;
}

.b-pagenation .page-numbers.prev::before,
.b-pagenation .page-numbers.next::after{
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1em;
}
.b-pagenation .page-numbers.prev::before {
  border-top: 1px solid var(--color-txt);
  border-left: 1px solid var(--color-txt);
  transform: translate(-.2em,.2em) rotate(-45deg);
}
.b-pagenation .page-numbers.next::after {
  border-top: 1px solid var(--color-txt);
  border-right: 1px solid var(--color-txt);
  transform: translate(.2em,.2em) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .b-pagenation .page-numbers {
    width: 34px;
    min-width: 34px;
  }
}
@media screen and (min-width: 768px) {
  .b-pagenation .page-numbers {
    width: 44px;
    min-width: 44px;
  }
}
/*-------------------------------------------------*/

/*  seachBox

/*-------------------------------------------------*/
.b-searchform label {
  display: flex;
  align-items: center;
}
.b-searchBoxWrap .b-searchform label{
  justify-content: center;
}
.b-searchform input {
  background: #fff;
  border-radius: 100px;
}
.b-searchform button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cells);
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
}
.b-searchform button::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1em;
  background: url(../img/n-common/ic-search.svg) center center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .b-searchform input {
    width: calc(100% - 1em - 10px);
    margin-right: 10px;
    padding: .5em 1em;
  }
  .b-searchform button .e-txt {
    display: none;
  }
  .b-searchform button {
    aspect-ratio: 1/1;
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-searchform input {
    width: 510px;
    margin-right: 20px;
    padding: .83em 1.2em;
  }
  .b-searchform button {
    width: 120px;
    height: 50px;
    font-size: 20px;
    transition: .3s all;
  }
  .b-searchform button::after {
     margin-left: .4em;
  }
  .b-searchform button:hover {
    background: var(--cells-L);
  }
}


/*-------------------------------------------------*/

/*  outline

/*-------------------------------------------------*/
.b-outline .b-item {
  padding: .65em 1em .8em;
}
.b-outline .b-item a {
  text-decoration: underline;
}
.b-outline .b-item:nth-child(2n-1) {
  background: #fff;
  border-radius: 4px;
}
.b-outline .b-item dt {
  font-weight: 700;
}
.b-outline .b-item > .inner {
  max-width: 990px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .b-outline .b-item > .inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-outline {
    font-size: 18px;
  }
  .b-outline .b-item > .inner {
    display: flex;
  }
  .b-outline .b-item > .inner > dt {
    width: 200px;
    min-width: 200px;
  }
  .b-outline .b-item > .inner > dd {
    flex: 1;
  }
  .b-outline .b-item a:hover {
    text-decoration: none;
  }
}


/*-------------------------------------------------*/

/*  chronology

/*-------------------------------------------------*/

.b-chronology dt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .b-chronology .b-item {
    margin-top: .8em;
  }
}
@media screen and (min-width: 768px) {
  .b-chronology {
    font-size: 18px;
  }
  .b-chronology .b-item {
    display: flex;
    margin-top: .5em;
  }
  .b-chronology dt {
    width: 150px;
    min-width: 150px;
  }
}
/*-------------------------------------------------*/

/*  simpleContents

/*-------------------------------------------------*/
.b-simpleContents .e-mds {
  text-align: center;
  border-bottom: 1px solid var(--color-gray-L);
  padding-bottom: .8em;
  margin-bottom: 1.3em;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .b-simpleContents .e-mds {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-simpleContents .e-mds {
    font-size: 26px;
  }
  .b-simpleContents .inner {
    max-width: 990px;
    margin: 0 auto;
    line-height:;
  }
  .b-simpleContents .b-body {
    font-size: 18px;
    line-height: 2.2;
  }
}


