html {
  margin: 0 !important;
  --wp-admin--admin-bar--height: 0 !important;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

.mp {
  margin-top: -120px;
  padding-top: 120px;
}

#wpadminbar {
  display: none !important;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  width: 100% !important;
  overflow-x: hidden !important;
}

body.is-scrollLock {
  overflow: hidden;
  /*ハンバーガーメニュー開いたとき背景固定*/
}

li {
  list-style: none;
}

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

a {
  text-decoration: none;
  background-color: transparent;
  transition: 0.2s all ease-out;
}

i {
  font-style: normal;
}

.br_sp {
  display: none;
}

.sp {
  display: none;
}

.contents {
  width: 100%;
}

/* 内部リンク（関連記事）
-------------------------------------------*/
.related_articles {
  border: #d3d8de solid 2px;
  margin-top: 50px;
  display: block;
}

.related_title {
  max-width: 9.5em;
  padding: 2px 4px 4px 4px;
  font-weight: 700;
  display: flex;
  background: #d3d8de;
  font-size: 14px;
  color: #366395;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.related_title_text {}

.related_content {
  padding: 10px 50px 30px;
  font-size: 19px;
}

.related_content a {
  display: block;
  color: revert;
}

.related_content a:nth-child(n+2) {
  margin-top: 10px;
}

.related_content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 782px) {
  .related_title {
    font-size: 13px;
  }

  .related_content {
    padding: 8px 15px 18px;
    font-size: 17.5px;
  }
}

/*ボタン*/
.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
  display: block;
  margin-top: 46px;
  margin-left: -5px;
  margin-bottom: 21px;
  height: 59px;
  width: 290px;
  border-radius: 34px;
  box-sizing: border-box;
  background: #a92117;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #a92117;
  box-sizing: border-box;
  transition: color .5s, background .5s;
  text-align: center;
}

.is-loaded .slideshow__slide-caption-subtitle.-load:hover {
  color: #a92117;
  background: white;
}

body[data-route-option=prev-section] .slideshow__slide-caption-subtitle.-load,
body[data-route-option=next-section] .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}

.o-hsub {
  font-size: 0.75rem;
  padding: 10px 0;
  display: inline-block;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.o-hsub::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 1.5rem;
  background-color: #ffffff;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-hsub.-link {
  color: #ffffff;
  text-decoration: none;
}

.o-hsub.-link:hover::before,
.o-hsub-wrap:hover .o-hsub.-link::before {
  transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
  color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
  color: #1e1e22;
}

.o-hsub.-h {
  vertical-align: middle;
}

.slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
  display: block;
  margin: 0 auto;
  max-width: 240px;
  border-radius: 34px;
  background: #a92117;
  color: white;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  border: 2px solid #a92117;
  box-sizing: border-box;
  transition: color .5s, background .5s;
  text-align: center;
}

.slideshow__slide-caption-subtitle.-load:hover {
  color: #a92117;
  background: white;
}

/*ページネーション*/
.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .current,
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  margin: 0 5px;
  color: #333333;
}

.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  background-color: #f6f6f6;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  background-color: #a92217;
  color: #ffffff;
  opacity: 1;
}

.wp-pagenavi .current {
  background-color: #a92217;
  color: #ffffff;
}

/*パンくずリスト*/
.breadcrumb {
  margin: 110px 0 80px -20px;
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(30 / 14);
}

.breadcrumb__inner {
  text-indent: -2em;
  padding-left: 2em;
}

.breadcrumb a {
  color: #000000;
  position: relative;
}

.breadcrumb a:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: -5px;
  border-bottom: 1px solid #000000;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.breadcrumb a:hover:before,
.breadcrumb a:focus:before,
.breadcrumb a:active:before {
  transform: scaleX(1);
  transform-origin: left top;
}

.breadcrumb span {
  margin: 0 10px;
}

.breadcrumb a .home_img {
  vertical-align: middle;
}

.breadcrumb a .home_img img {
  width: auto;
  height: 1em;
}

/* タグ */
.keywords-set {
  display: flex;
}

.keywords-set a {
  color: #a92117;
  text-align: justify;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  margin-right: 20px;
}

.keywords-set i {
  margin-right: 10px;
  color: #686868;
}


/*header*/
header {
  line-height: initial;
}

.header-box {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  background: unset;
  transition: all .5s;
  box-shadow: 0px 2px 10px 0px rgba(10, 1, 3, 0.1);
}

.header-box.on-opa::before {
  content: '';
  background: #ffffff;
  opacity: .4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

.header-logo-img {
  width: 134px;
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 6px;
}

.column .header-logo-img {
  margin-bottom: 5px;
}

.previous_page .header-logo-img {
  margin-top: 16px;
  margin-bottom: 15px;
}

.header-logo-img h1 {
  margin: 0;
  line-height: normal;
}

.header-logo-img_sp {
  display: none;
}

.header-logo-img img {
  width: 100%;
}

.header-box ul {
  display: flex;
  position: absolute;
  right: 27px;
  top: 14px;
  padding-inline-start: 0;
}

.header-box ul li {
  list-style: none;
  font-size: 14px;
  margin-left: 50px;
  position: relative;
}

.header-box ul.header-list-first li:nth-of-type(2),
.header-box ul.header-list-first li:nth-of-type(6),
.header-box ul.header-list-first li:nth-of-type(7) {
  margin-left: 64px;
}

.header-box ul.header-list-second li:nth-of-type(2),
.header-box ul.header-list-second li:nth-of-type(6),
.header-box ul.header-list-second li:nth-of-type(7) {
  margin: 0 10px;
}

.header-box ul li a {
  color: #333;
}

.header-box ul li a:hover {
  opacity: 0.7;
}

.header-box ul li.header-btn-cta1 {
  width: 100px;
  text-align: center;
  background: #a92117;
  padding: 11px;
  font-size: 14px;
  margin-top: -9px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
}

.header-box ul li.header-btn-cta2 {
  width: 100px;
  text-align: center;
  background: #333;
  padding: 11px;
  font-size: 14px;
  margin-top: -9px;
  margin-left: 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
}

.header-box ul li.header-btn-cta1 a,
.header-box ul li.header-btn-cta2 a,
.header-box ul li.header-btn-cta3 a,
.header-box ul li.header-btn-cta4 a {
  color: #ffffff;
}

.header-box ul li.header-btn-cta1:hover,
.header-box ul li.header-btn-cta2:hover,
.header-box ul li.header-btn-cta3:hover,
.header-box ul li.header-btn-cta4:hover {
  opacity: 0.7;
}

.header-box ul li.header-btn-cta3,
.header-box ul li.header-btn-cta4 {
  display: none;
}

.header-box ul li.contact-icon {
  width: 35px;
  margin-left: 20px;
}

.header-box ul li.has-child {
  position: relative;
}

.header-box ul li.has-child>a {
  cursor: default;
}

.header-box ul li.has-child:hover {
  cursor: pointer;
}

.header-box ul li.has-child::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 14%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
  z-index: 500;
}

.header-box ul ul {
  position: absolute;
  background-color: #ffffff;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  flex-direction: column;
  white-space: nowrap;
  box-shadow: 2px 2px 4px gray;
  padding: 10px 0;
  z-index: 200;
  max-height: 600px;
  overflow-y: auto;
}

.header-box ul ul li {
  margin: 0 10px;
  padding: 15px;
}

.header-box ul ul li:nth-of-type(2) {
  margin: 0 10px;
}

.header-box ul ul li a {
  color: #333;
}

.header-box ul li.has-child:hover>ul {
  opacity: 1;
  visibility: visible;
}

.header-box__white {
  background-color: white;
}

.header__category-bg {
  position: fixed !important;
  top: 84px !important;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #221815;
  z-index: 50;
}

.header__category-list {
  line-height: 60px;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
  margin-block-start: 0;
  margin-block-end: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__category-list__sp {
  display: none !important;
}

.header__category-list li {
  text-align: center;
  padding: 0 30px;
  margin: 0 20px;
}

.header__category-list li a {
  color: #ffffff;
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.header__category-list li a i {
  margin-right: 10px;
}

.header__category-list li:hover {
  background-color: #333;
}

/*ハンバーガーメニュー*/
.header__toggle {
  display: none;
  z-index: 500;
  position: fixed;
  top: 35px;
  right: 25px;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.header__toggle-line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: transform 0.5s, position 0.5s;
  transition: transform 0.5s, position 0.5s;
}

.header__toggle-line:nth-of-type(1) {
  top: 0;
}

.header__toggle-line:nth-of-type(2) {
  top: calc(50% - 1px);
  /*要素自身の高さの半分戻す*/
}

.header__toggle-line:nth-of-type(3) {
  bottom: 0;
}

.header.is-active .header__bg {
  visibility: visible;
  opacity: 1;
}

.header.is-active .header__toggle-line:nth-of-type(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header.is-active .header__toggle-line:nth-of-type(2) {
  opacity: 0;
}

.header.is-active .header__toggle-line:nth-of-type(3) {
  top: calc(50% - 1px);
  bottom: initial;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-icon i {
  font-size: 33px;
  /* float: left; */
  position: absolute;
  right: 7px;
  top: -6px;
  background: content-box;
  color: #333;
  user-select: none;
}

header .header-box .header-logo-img .n {
  fill: #221815;
  transition: all 0.5s ease;
}

header .header-box .header-logo-img .a {
  fill: #e30920;
  transition: all 0.5s ease;
}

header .header-box .header-logo-img .c {
  fill: #898989;
  transition: all 0.5s ease;
}

/*アーカイブ一覧*/
.archive-list__wrapper {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.archive-list__title {
  margin: 0 0 50px 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.archive-list__cnt {
  border-bottom: 1px dashed #333333;
  margin-bottom: 50px;
}

.archive-list__cnt a {
  color: #333333;
  display: block;
}

.archive-list__inner {
  border-top: 1px dashed #333333;
}

.archive-list dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-block-start: 0;
  margin-block-end: 0;
  max-width: 800px;
  margin: 0 auto;
}

.archive-list dl:hover {
  opacity: 0.7;
}

.archive-list__box {
  display: flex;
  align-items: center;
}

.archive-list dt.datebox {
  width: 130px;
  font-weight: 700;
}

.archive-list dt.catebox {
  width: 150px;
}

.archive-list dt.catebox a {
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  display: block;
  color: #ffffff;
  width: 150px;
  margin: 5px;
}

.archive-list dd {
  width: calc(100% - 280px);
  margin-inline-start: 0;
}

.archive-list dd h3 {
  font-weight: 400;
  font-size: 14px;
}

.archive-list dd a {
  padding-left: 40px;
}

.archive-list .slideshow__slide-caption-subtitle.-load {
  margin: 0 auto;
  width: 240px;
}

/*お問い合わせ・お見積もり*/
.call-action-box {
  background-color: #ffffffa6;
  color: #333;
  font-size: 1.04rem;
  margin: -490px auto 100px;
  padding: 30px 0;
  /* border-radius: 5px; */
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 12px solid #6eb92d;
}

.call-action-box dl {
  border-right: 1px solid rgb(215 1 70);
  width: 33.3%;
  padding: 0 20px;
}

.call-action-box dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 0.9375rem;
  text-align: center;
}

.call-action-box dl dd {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 1.25rem;
}

.call-action-box dl dd .action-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #87c2d2;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease-out;
  border: 2px solid #7aa0c5;
}

.call-action-box dl dd .action-link-btn.home {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e5b726;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease-out;
  border: 2px solid #e98516;
}

.call-action-box dl dd .action-link-btn.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #333333;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease-out;
  border: 2px solid #1e1e1e;
}


.call-action-box dl dd .action-link-btn i {
  font-size: 0.875rem;
  margin-right: 10px;
  vertical-align: middle;
}

.call-action-box dl dd .action-link-btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #73726f;
  border-top: 2px solid #73726f;
  display: inline-block;
  transform: rotate(45deg);
  right: 10px;
  top: 19px;
  transition: all 0.3s ease-out;
}

.call-action-box dl dd .action-link-btn:hover,
.call-action-box dl dd .action-link-btn:focus,
.call-action-box dl dd .action-link-btn:active {
  background-color: #fff;
  color: #333;
}

.call-action-box dl dd .action-link-btn:hover:after,
.call-action-box dl dd .action-link-btn:focus:after,
.call-action-box dl dd .action-link-btn:active:after {
  right: 5px;
}

.call-action-box dl:last-child {
  border-right: none;
}

/*下層ページお問い合わせ*/
.cta {
  background-color: #2a2a2a;
  padding: 94px 0 138px;
}

.cta .h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin: 0 0 70px 0;
}

.cta .h2 span {
  font-family: Arial, sans-serif;
  display: block;
  color: #a92117;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.cta h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin: 0 0 70px 0;
}

.cta h2 span {
  font-family: Arial, sans-serif;
  display: block;
  color: #a92117;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.cta p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}

.cta__list {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding: 0 40px;
  max-width: 1160px;
  margin: 110px auto 0;
}

.cta__list li {
  width: 300px;
  height: 260px;
  border-radius: 5px;
  text-align: center;
  transition: 0.2s all ease-out;
}

.cta__list li a {
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.cta__list li:first-of-type {
  background-color: #7bb5c5;
}

.cta__list li:nth-of-type(2) {
  background-color: #e5b725;
}

.cta__list li:nth-of-type(3) {
  background-color: #cf2e2e80;
}

.cta__list li:first-of-type .cta__image {
  width: 69px;
  height: 59px;
}

.cta__list li:nth-of-type(2) .cta__image {
  width: 77px;
  height: 59px;
}

.cta__list li:nth-of-type(3) .cta__image {
  width: 79px;
  height: 59px;
}

.cta__image img {
  width: 100%;
  height: 100%;
}

.cta__list li:hover {
  background-color: #ffffff;
}

.cta__list li:hover .cta__text {
  color: rgba(51, 51, 51);
}

.cta__list li:hover .cta__btn {
  color: rgba(51, 51, 51);
  border: solid 1px rgba(51, 51, 51);
}

.cta__list li:hover .cta__image img {
  filter: invert(80%);
}

.cta__text {
  font-size: 20px;
  white-space: nowrap;
  line-height: 1;
}

.cta__btn {
  border: solid 1px #ffffff;
  padding: 14px 22px;
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 3px;
  line-height: 1;
}

/*固定CTA*/
.fixed-cta {
  position: fixed;
  right: 0;
  top: 223px;
  z-index: 12;
  padding: 0;
}

.fixed-cta-item {
  margin-bottom: 5px;
  transition: all 0.2s;
}

.fixed-cta-item:hover {
  transform: translateX(4px)
}

.fixed-cta-link {
  background: center 14px no-repeat;
  border-radius: 5px 0 0 5px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 10px 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .5s, -webkit-transform .2s;
  transition: background-color .5s, -webkit-transform .2s;
  transition: transform .2s, background-color .5s;
  transition: transform .2s, background-color .5s, -webkit-transform .2s;
  width: 3em;
  height: auto;
  font-size: 16px;
  border: 2px solid white;
  border-right: none;
  display: flex;
  flex-direction: row;
  writing-mode: vertical-rl;
}

.fixed-cta-link span:first-of-type {
  padding: 6px 0;
}

.fixed-cta-link span:first-of-type i {
  font-size: 1.1em;
  left: -3px;
  position: relative;
}

.fixed-cta-link.personal {
  background-color: #87c2d2;
  color: #333;
}

.fixed-cta-link.home {
  background-color: #e5b726;
  color: #fff;
}

/*footer*/
#footer {
  background-color: #1e1e1e;
  color: #ffffff;
  display: block;
  padding: 50px 50px;
  margin-top: -1px;
}

#footer #footer-action-box {
  background-color: #fdd000;
  color: #333;
  font-size: 1.04rem;
  margin: 0 auto 40px;
  padding: 30px 0;
  border-radius: 5px;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  position: relative;
  display: none;
}

#footer #footer-action-box dd {
  margin-inline-start: 0;
}

#footer #footer-action-box dl {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 33.3%;
  padding: 0 20px;
}

#footer #footer-action-box dl:last-child {
  border-right: none;
}

#footer #footer-action-box dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 0.9375rem;
}

#footer #footer-action-box dl dt .enclosed-text {
  display: inline-block;
  font-weight: normal;
  font-size: 0.625rem;
  border: 1px solid #333;
  padding: 6px 20px;
  margin-right: 20px;
}

#footer #footer-action-box dl dd {
  display: flex;
  position: relative;
  justify-content: space-between;
}

#footer #footer-action-box dl dd .circle {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ba2c2c;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 100;
  line-height: 1.2;
}

#footer #footer-action-box dl dd .action-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #1e1e1e;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease-out;
  border: 2px solid #1e1e1e;
}

#footer #footer-action-box dl dd .action-link-btn small {
  font-size: 0.625rem;
}

#footer #footer-action-box dl dd .action-link-btn:hover,
#footer #footer-action-box dl dd .action-link-btn:focus,
#footer #footer-action-box dl dd .action-link-btn:active {
  background-color: #fff;
  color: #333;
}

#footer #footer-action-box dl dd .action-link-btn:hover:after,
#footer #footer-action-box dl dd .action-link-btn:focus:after,
#footer #footer-action-box dl dd .action-link-btn:active:after {
  right: 5px;
}

#footer #footer-action-box dl dd .action-link-btn i {
  font-size: 0.875rem;
  margin-right: 10px;
  vertical-align: middle;
}

#footer #footer-action-box dl dd .action-link-btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #73726f;
  border-top: 2px solid #73726f;
  display: inline-block;
  transform: rotate(45deg);
  right: 10px;
  top: 19px;
  transition: all 0.3s ease-out;
}

#footer #footer-link-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}

#footer #footer-link-box .footer-link-box_inner {
  display: flex;
  justify-content: space-between;
  width: 55%;
  padding-right: 40px;
}

#footer #footer-link-box #f-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  height: 64px;
  line-height: 28px;
  width: 15%;
}

#footer #footer-link-box #f-logo image {
  width: 165px;
}

#footer #footer-link-box #f-site-link {
  display: flex;
  justify-content: flex-end;
  width: 510px;
}

#footer #footer-link-box #f-site-link div+div {
  margin-left: 40px;
}

#footer #footer-link-box #f-site-link a {
  color: #ffffff;
  position: relative;
}

#footer #footer-link-box #f-site-link a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 1px solid currentColor;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#footer #footer-link-box #f-site-link a:hover:before,
#footer #footer-link-box #f-site-link a:focus:before,
#footer #footer-link-box #f-site-link a:active:before {
  transform: scaleX(1);
  transform-origin: left top;
}

#footer #footer-link-box #f-site-link ul {
  font-size: 12px;
  padding-inline-start: 0;
}

#footer #footer-link-box #f-site-link ul li {
  margin-bottom: 10px;
}

#footer #footer-link-box #f-site-link ul.f-link-list-first>li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 10px;
  background: #ffffff;
}

#footer #footer-link-box #f-site-link ul#menu-footer-navigation1>li>a,
#footer #footer-link-box #f-site-link ul#menu-footer-navigation2>li>a {}

#footer #footer-link-box #f-site-link ul#menu-footer-navigation1>li>a:before,
#footer #footer-link-box #f-site-link ul#menu-footer-navigation2>li>a:before {}

#footer #footer-link-box #f-site-link ul.f-link-list-second {
  font-size: 10px;
  margin-top: 12px;
  padding-inline-start: 40px;
}

#footer #footer-link-box #f-site-link ul.f-link-list-second>li {
  margin-left: -15px;
  margin-bottom: 10px;
}

#footer #footer-link-box #f-site-link ul.f-link-list-second>li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  border: #ffffff;
  margin: 0 10px;
  background: #ffffff;
}

#footer #footer-link-box #f-kentem-link {
  width: 45%;
  border-left: 1px solid #333;
}

#footer #footer-link-box #f-kentem-link a {
  color: #ffffff;
}

#footer #footer-link-box #f-kentem-link ul li {
  margin-bottom: 20px;
}

#footer #footer-link-box #f-kentem-link ul li .kentem-logo-img {
  width: 120px;
}

#footer #footer-link-box #f-kentem-link ul li.kentem-social-bottons a {
  /*margin-right: 20px;*/
  transition: all 0.2s ease-out;
  position: relative;
  color: gray;
}

#footer #footer-link-box #f-kentem-link ul li.kentem-social-bottons a>img {
  max-width: 3.5em;
}

#footer #footer-link-box #f-kentem-link ul li.kentem-social-bottons a:hover>img {
  opacity: .75;
}

#footer #footer-link-box #f-kentem-link ul li.kentem-social-bottons a:hover,
#footer #footer-link-box #f-kentem-link ul li.kentem-social-bottons a:focus,
#footer #footer-link-box #f-kentem-link ul li.kentem-social-bottons a:active {
  color: #fdd000;
}

#footer #footer-link-box #f-kentem-link ul li i {
  font-size: 20px;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons {
  display: flex;
  justify-content: space-between;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn {
  width: 48%;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #87c2d2;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  padding: 12px 0;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn.yellow {
  background-color: #e5b726;
  /*background-color: gray;*/
  /*cursor: default;*/
  /*pointer-events: none;*/
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn.red {
  background-color: #cc0015;
  min-height: 35px;
  /*background-color: gray;*/
  /*cursor: default;*/
  /*pointer-events: none;*/
}

/*
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn.yellow:hover,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn.yellow:focus,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn.yellow:active {
  background: gray;
}
*/
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:hover,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:focus,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:active {
  background: #fff;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:hover.multi-line .sub-txt,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:focus.multi-line .sub-txt,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:active.multi-line .sub-txt {
  color: #fdd000;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:hover:after,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:focus:after,
#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn:active:after {
  border-color: #fdd000;
  right: 8px;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: inline-block;
  transform: rotate(45deg);
  right: 10px;
  transition: 0.3s all ease-out;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn.multi-line {
  padding: 5px 0;
  line-height: 1;
}

#footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn.multi-line .sub-txt {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
}

#footer .flink {
  display: flex;
  justify-content: center;
  font-size: 0.625rem;
  margin-bottom: 30px;
}

#footer .flink li {
  padding: 0 20px;
  border-right: 1px solid #707070;
}

#footer .flink li a {
  color: #ffffff;
  position: relative;
}

#footer .flink li a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 1px solid currentColor;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#footer .flink li a:hover:before,
#footer .flink li a:focus:before,
#footer .flink li a:active:before {
  transform: scaleX(1);
  transform-origin: left top;
}

#footer .flink li:last-child {
  border: none;
}

#footer .copyright {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  background: transparent;
}

#footer-link-box #f-logo use {
  fill: #fff;
  transition: all 0.5s ease;
}

#f-kentem-link #shoulder {
  width: 174px;
  height: 20px;
}

#f-kentem-link #shoulder #headerShoulderCopy {
  width: 100%;
  height: auto;
  fill: #ffffff;
  transition: all 0.5s ease;
}

/*Google reCAPTCHA */
.grecaptcha-badge {
  /*visibility: hidden;*/
  z-index: 12;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: auto;
}

/*CO2 disp */
.t-a-c {
  text-align: center;
  margin: auto;
  font-size: 1.04rem;
}

.count-size {
  font-size: 5rem;
  font-weight: bold;
  color: #29376B;
}

.f-s-4 {
  font-size: 4rem;
  font-weight: bold;
  color: #29376B;
}

.f-s-06 {
  font-size: 0.75rem;
}

@media screen and (max-width: 1300px) {
  .header-box ul li {
    margin-left: 30px;
  }

  .header-box ul.header-list-first li:nth-of-type(2),
  .header-box ul.header-list-first li:nth-of-type(6),
  .header-box ul.header-list-first li:nth-of-type(7) {
    margin-left: 44px;
  }

  .header-box ul.header-list-second li:nth-of-type(2),
  .header-box ul.header-list-second li:nth-of-type(6),
  .header-box ul.header-list-second li:nth-of-type(7) {
    margin: 0 10px;
  }

  .header-box ul li.header-btn-cta2,
  .header-box ul li.contact-icon {
    margin-left: 15px;
  }

  #footer #footer-link-box {
    flex-direction: column;
  }

  #footer #footer-link-box .footer-link-box_inner {
    width: 70%;
    padding-right: 0;
    margin: 0 auto;
  }

  #footer #footer-link-box #f-site-link {
    width: 85%;
  }

  #footer #footer-link-box #f-kentem-link {
    width: 100% !important;
    padding-left: 0 !important;
    border-left: none !important;
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-top: 30px;
  }

  #footer #footer-link-box #f-kentem-link ul {
    padding-inline-start: 0;
    text-align: center;
  }

  #footer #footer-link-box #f-kentem-link ul li p {
    margin: 0 auto;
  }

  #footer #footer-link-box #f-kentem-link .kentem-link-buttons {
    justify-content: center !important;
  }

  #footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn {
    max-width: 300px;
    margin: 0 20px;
  }

  #footer .flink {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1100px) {

  /*ハンバーガーメニュー*/
  .header__nav {
    z-index: 500;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 70px 16px;
    overflow-y: auto;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    opacity: 0;
  }

  .header__nav.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .header-box ul.header-list-first li:nth-of-type(2),
  .header-box ul.header-list-first li:nth-of-type(6) {
    margin: 0;
  }

  .header-box ul.header-list-first li:nth-of-type(7) {
    margin-left: 0;
  }

  .header-box ul.header-list-second li:nth-of-type(2),
  .header-box ul.header-list-second li:nth-of-type(6),
  .header-box ul.header-list-second li:nth-of-type(7) {
    margin: 0 10px;
  }

  .header-list-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
  }

  .header__toggle {
    display: inline-block;
    top: 20px;
  }

  .header-logo-img {
    width: 80px;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 4px;
  }

  .column .header-logo-img {
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .previous_page .header-logo-img {
    margin-top: 15px;
    margin-bottom: 13px;
  }

  .header-logo-img_sp {
    display: block;
    width: 80px;
    float: initial;
    max-width: 60%;
    margin: 0 auto 30px;
  }

  .header-box ul {
    position: static;
    max-width: 60%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .header-box ul ul {
    width: 100%;
    max-height: 100%;
    overflow-y: initial;
  }

  .header-box ul li,
  .header-box ul li:nth-of-type(2) {
    font-size: 14px;
    margin: 0;
  }

  .header-box ul li.header-btn-cta1,
  .header-box ul li.header-btn-cta2,
  .header-box ul li.header-btn-cta3,
  .header-box ul li.header-btn-cta4 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: none;
  }

  .header-box ul li.header-btn-cta1 {
    margin-top: 20px;
  }

  .header-box ul li.header-btn-cta3 {
    color: #ffffff;
    background-color: #87c2d2;
    border-radius: 3px;
    padding: 11px;
    font-size: 14px;
  }

  .header-box ul li.header-btn-cta4 {
    color: #ffffff;
    background-color: #e5b726;
    border-radius: 3px;
    padding: 11px;
    font-size: 14px;
  }

  .header-box ul li.contact-icon {
    width: fit-content;
    margin: 0 auto;
  }

  .header-box ul li {
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 0;
  }

  .header-box ul li a {
    padding: 10px;
    display: block;
  }

  .header-box ul ul li a {
    padding: 0;
  }

  .header-box ul li.contact-icon {
    border-bottom: none;
  }

  .contact-icon i {
    position: static;
  }

  .header-box ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: initial;
    margin: 0 auto;
    padding: 0;
    display: none;
  }

  .header-box ul ul li {
    padding: 10px;
    border-bottom: none;
  }

  .header-box ul li.has-child::after {
    top: 15px;
    right: 20px;
  }

  .contact-icon i {
    font-size: 50px;
  }

  .js-accordion {
    cursor: pointer;
    display: block;
  }

  .header__category-list__sp {
    display: block !important;
  }

  .header__category-list {
    background-color: #221815;
    line-height: 2;
    padding: 0;
    margin-bottom: 50px !important;
  }

  .header__category-list li a {
    color: #ffffff !important;
    font-weight: 400;
  }

  .header__category-list li {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .slideshow__slide-caption-subtitle.-load {
    margin-right: 0;
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*ページネーション*/
  .wp-pagenavi .current,
  .wp-pagenavi a.page,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  /*パンくずリスト*/
  .breadcrumb {
    margin: 70px 0 40px -20px;
    font-size: 12px;
  }

  .breadcrumb a .home_img {
    padding-bottom: 3px;
  }

  /* タグ */
  .keywords-set a {
    font-size: 15px;
  }

  .call-action-box {
    width: calc(100% - 40px);
    flex-direction: column;
  }

  .call-action-box dl {
    width: 80%;
    border-right: none;
    margin: 10px auto;
  }

  .call-action-box dl dt {
    text-align: center;
  }

  .call-action-box dl dd {
    margin-inline-start: 0;
  }

  .cta {
    padding: 57px 0 43px;
  }

  .cta h2 {
    font-size: 24px;
    margin: 0 0 39px 0;
  }

  .cta h2 span {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .cta p {
    font-size: 15px;
  }

  .cta__list {
    flex-direction: column;
    padding: 0 20px;
    margin: 52px auto 0;
  }

  .cta__list li {
    width: 300px;
    height: 125px;
    margin: 0 auto 25px;
  }

  .cta__list li a {
    padding: 0;
    justify-content: center;
  }

  .cta__btn {
    display: none;
  }

  .cta__list li:first-of-type .cta__image {
    width: 57px;
    height: 49px;
  }

  .cta__list li:nth-of-type(2) .cta__image {
    width: 55px;
    height: 42px;
  }

  .cta__list li:nth-of-type(3) .cta__image {
    width: 43px;
    height: 32px;
  }

  .cta__image {
    margin-bottom: 16px;
  }

  /*固定CTA*/
  .fixed-cta {
    display: none;
  }

  #footer #footer-link-box .footer-link-box_inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #footer #footer-link-box #f-logo {
    max-width: 150px;
    width: 100%;
    margin: 0 auto 25px;
  }

  #footer #footer-link-box #f-site-link {
    width: 100%;
    justify-content: space-between;
    max-width: 510px;
  }
}

@media screen and (max-width: 900px) {

  /*アーカイブ一覧*/
  .archive-list dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
  }

  .archive-list dt.catebox span {
    display: inline-block;
    margin: 5px;
  }

  .archive-list dd {
    width: 100%;
    margin-inline-start: 0;
    margin-top: 10px;
  }

  .archive-list dd a {
    padding-left: 0;
  }

  .archive-list dt.catebox {
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
  }

  .archive-list__title {
    font-size: 2rem;
  }

  #footer #footer-link-box #f-kentem-link .kentem-link-buttons {
    justify-content: space-between !important;
  }

  #footer #footer-link-box #f-kentem-link .kentem-link-buttons.kentem-link-buttons2 {
    justify-content: center !important;
  }

  #footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn {
    max-width: 450px;
    width: 48%;
    margin: 0;
  }

  #footer .flink {
    flex-direction: column;
    font-size: 0.8rem !important;
    padding-inline-start: 0;
  }

  #footer .flink li {
    text-align: center;
    border-right: none !important;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 782px) {
  /*パンくずリスト*/
  /* .breadcrumb {
    margin: 55px 0 40px -20px;
  } */
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 50px 20px;
  }

  #footer i {
    font-size: 0.625rem;
  }

  #footer #footer-action-box {
    font-size: 0.75rem;
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto 60px;
  }

  #footer #footer-action-box dl {
    width: 100% !important;
    padding: 0;
  }

  #footer #footer-action-box dl:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
  }

  #footer #footer-action-box dl dt {
    margin-bottom: 5px;
    padding: 3px 10px;
    margin-right: 10px;
  }

  #footer #footer-action-box dl dd {
    display: block;
  }

  #footer #footer-action-box dl dd .circle {
    width: 40px;
    height: 40px;
    font-size: 0.625rem;
    left: -16px;
  }

  #footer #footer-action-box dl dd .action-link-btn {
    width: 100%;
  }

  #footer #footer-action-box dl dd .action-link-btn:nth-child(2) {
    margin-top: 10px;
  }

  #footer #footer-link-box {
    width: auto;
    flex-direction: column;
    text-align: center;
    padding-bottom: 0;
  }

  #footer #footer-link-box #f-site-link ul {
    text-align: left;
  }

  #footer #footer-link-box #f-site-link ul.f-link-list-second {
    padding-inline-start: 40px;
  }

  #footer #footer-link-box #f-site-link div+div {
    margin-left: 0;
  }

  #footer #footer-link-box #f-site-link {
    flex-wrap: wrap;
    width: 75%;
  }

  .menu-footer-navigation3-container {
    width: 100%;
  }

  #footer #footer-link-box #f-kentem-link {
    border-left: none;
    border-top: 1px solid #333;
    width: auto;
    padding-left: 0;
    padding-top: 30px;
  }

  #footer #footer-link-box #f-kentem-link ul {
    padding-inline-start: 0;
  }

  #footer #footer-link-box #f-kentem-link ul li {
    margin-bottom: 20px;
  }

  #footer #footer-link-box #f-kentem-link .kentem-link-buttons .kentem-link-btn {
    font-size: 0.75rem;
  }

  #f-kentem-link #shoulder {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .header-box ul {
    max-width: 100%;
  }

  .call-action-box {
    margin: -490px auto 100px;
  }

  .call-action-box dl {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #footer #footer-link-box #f-site-link {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #footer #footer-link-box #f-site-link {
    padding: 0;
  }
}