@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
:root {
  --col-main: #003871;
  --col-main-rgb: 0,56,113;
  --col-main-dark: ;
  --col-main-dark-rbg: ;
  --col-main-light: ;
  --col-main-light-rbg: ;
  --col-sub: #ffff33;
  --col-sub-rgb: 255,255,51;
  --col-sub-dark:#8c8c1c;
  --col-sub02:#c60209;
  --col-sub02-rgb:198,2,9;
  --col-gry: ;
  --col-gry-rgb: ;
  --col-text: #000000;
  --col-text-rgb: 0,0,0;
  --col-wh: #fff;
  --col-wh-rgb: 255,255,255;
  --col-bk:#000;
  --col-base: #fff;
  --col-base-rgb: 255,255,255;
}

/*フォント*/
:root {
  --font-text: "Noto Sans JP",sans-serif;
  --font-ttl-ja:"Dela Gothic One", sans-serif;
  --font-ttl-en: "Dela Gothic One", sans-serif;
}

:root {
  --font-size-base: 1.5rem;
}

/*
  --font-notosans: "Noto Sans JP",sans-serif;
  --font-serif: "Noto Serif JP",serif;
  --font-meirio: "メイリオ",Meiryo,sans-serif;
  --font-yu_go: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic","Noto Sans JP",sans-serif;
*/
:root {
  --round-base: 20px;
  --round-small: 10px;
}



/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: fit-content;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-inner {
  box-sizing: border-box;
  padding: 10px 30px;
}
.header-right {
  gap: 50px;
}
.header-tel {
  margin: 0 0 0 auto;
}
.header-tel .main-tel {
  margin: 0 0 0 auto;
}
.header-tel .sub-tel {
  margin: 0 0 0 auto;
}
.header-tel .tel-text {
  margin: 0 0 0 auto;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
  gap: 30px;
}
.header-nav-link {
  font-weight: 700;
}
.header-nav-link:hover {
  color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}


.drawer-link.current {
  color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
.side-bnr {
  position: fixed;
  right: 2.5%;
  bottom: 30px;
  z-index: 100;
  width: clamp(130px,13vw,224px);
}
.side-bnr:hover{
  opacity: 0.7;
  bottom: 40px;
}

.footer {
  position: relative;
  box-sizing: border-box;
  padding: 70px 0 60px;
}
.footer .inbox {
  position: relative;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin-bottom: 50px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-nav {
  gap: 40px;
}
.footer-nav-link{
  font-weight: 700;
}
.footer-nav-link:hover{
  opacity: 0.7;
}
.footer-nav-item {
  margin-bottom: 30px;
}
.footer-nav-item:last-child {
  margin-bottom: 0;
}
.footer #copyright {
  margin-top: 15px;
  text-align: right;
}
.footer #copyright small {
  color: var(--col-text);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-text);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
}
.mv-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  gap: 15px;
}
.mv-link {
  display: block;
  position: relative;
}
.mv-link:hover {
  opacity: 0.7;
}
.mv-link:hover:before {
  right: 0;
}
.mv-link::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw.png) no-repeat bottom;
  width: clamp(60px, 7vw, 120px);
  height: 128px;
  bottom: 15px;
  margin: auto;
  right: 15px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.mv-link.mv-recruit02:last-of-type:hover:before {
  bottom: 0;
}
.mv-link.mv-recruit02:last-of-type::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 147px;
  height: 51px;
  bottom: 30px;
  margin: auto;
  right: 30px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
  box-sizing: border-box;
  padding: 120px 0;
}

/*--------------------
top-about
---------------------*/
.top-about {
  position: relative;
  background: url(../img/common/pat01.png) repeat;
  padding: 220px 0 120px;
}
.top-about::before {
  position: absolute;
  content: "";
  background: url(../img/top/about-bg.png) no-repeat center top;
  width: 1920px;
  height: 1081px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-ttl {
  position: absolute;
  margin: auto;
  top: 0;
  left: 30px;
  transform: translateY(-45%);
}
.top-about-container {
  position: relative;
  max-width: 882px;
  padding: 140px 40px 80px;
}
.top-about-illust {
  position: absolute;
  bottom: 0;
  right: -238px;
}
.top-about-text .large {
  font-size: 2rem;
}
.top-about-btn {
  width: 600px;
  position: absolute;
  bottom: -50px;
  min-height: 90px;
}

/*--------------------
top-works
---------------------*/
.top-works {
  padding: 100px 0;
  position: relative;
  background: url(../img/common/pat03.png) repeat;
}
.top-works::before {
  position: absolute;
  content: "";
  background: url(../img/top/works-bg.png) no-repeat center top;
  width: 1920px;
  height: 1128px;
  left: 0;
  margin: auto;
  right: 0;
  top: 100px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-works-ttl {
  margin-bottom: 20px;
}
.top-works-item {
  position: relative;
  margin-bottom: 30px;
}
.top-works-item .item-text {
  margin-bottom: 30px;
}
.top-works-item .item-textbox {
  position: relative;
  width: 540px;
  height: 425px;
  padding: 35px 40px;
}
.top-works-item .item-img {
  position: relative;
}
.top-works-item .item-btn {
  width: 420px;
}
.top-works-item:nth-child(1) .item-textbox {
  top: 55px;
}
.top-works-item:nth-child(even) .item-textbox {
  order: 2;
}
.top-works-item:nth-child(even) .item-img {
  left: -15px;
}

/*--------------------
top-environment
---------------------*/
.top-sec-wrap01 {
  position: relative;
  background: url(../img/common/pat04.png) repeat;
  box-sizing: border-box;
  padding: 100px 0 140px;
}

.top-environment::before {
  position: absolute;
  content: "";
  background: url(../img/top/environment-bg.png) no-repeat center top;
  width: 1832px;
  height: 882px;
  left: 0;
  margin: auto;
  right: 0;
  top: 70px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-environment-container {
  position: relative;
  box-sizing: border-box;
  padding: 160px 40px 60px;
  max-width: 870px;
  min-height: 470px;
  margin: 380px auto 0;
}
.top-environment-ttl {
  position: absolute;
  transform: translateY(-43%);
  top: 0;
  left: -20px;
  margin: 0 auto;
}
.top-environment-ttl .ttl-catch {
  position: absolute;
  top: -190px;
  right: -210px;
  z-index: -1;
}
.top-environment-illust {
  position: absolute;
  right: -220px;
  bottom: 0;
  z-index: 4;
}
.top-environment-text {
  margin-bottom: 30px;
}
.top-environment-btn {
  width: 500px;
}

/*--------------------
.top-recruit
---------------------*/
.top-recruit {
  position: relative;
  box-sizing: border-box;
  padding: 450px 0 0;
}
.top-recruit::before {
  position: absolute;
  content: "";
  background: url(../img/top/recruit-bg.png) no-repeat center top;
  width: 1832px;
  height: 881px;
  left: 0;
  margin: auto;
  right: 0;
  top: 60px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-recruit-container {
  position: relative;
  box-sizing: border-box;
  padding: 140px 40px 60px;
  max-width: 870px;
  min-height: 470px;
  margin: 0 auto;
}
.top-recruit-ttl {
  position: absolute;
  transform: translateY(-40%);
  top: 0;
  right: -20px;
  margin: 0 auto;
}
.top-recruit-ttl .ttl-catch {
  position: absolute;
  top: -210px;
  left: -350px;
  z-index: -1;
}
.top-recruit-illust {
  position: absolute;
  left: -220px;
  bottom: -10px;
  z-index: 3;
}
.top-recruit-text {
  margin-bottom: 30px;
}
.top-recruit-btn {
  width: 500px;
  margin: 0 0 0 auto;
  z-index: 5;
}

/*--------------------
top-news
---------------------*/
.top-news{
  padding: 110px 0 100px;
}
.top-news-ttl {
  position: absolute;
  transform: translateY(-45%);
  top: 0;
}
.top-news-container {
  position: relative;
  box-sizing: border-box;
  padding: 110px 40px 70px;
}
.top-news-btn {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 300px;
}
.top-news .inbox {
  position: relative;
}
.com-news .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/news-deco.png) no-repeat bottom left;
  width: 491px;
  height: 459px;
  bottom: -100px;
  left: -420px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------------
com-contact
---------------------*/
.com-contact {
  background: url(../img/common/contact-bg.jpg) no-repeat center center/cover;
  position: relative;
  box-sizing: border-box;
  padding: 70px 0;
  min-height: 640px;
  border-top: 15px solid var(--col-text);
  border-bottom: 15px solid var(--col-text);
}
.com-contact .inbox {
  position: relative;
}
.com-contact-illust-wrap .illust01 {
  position: absolute;
  left: 0;
  bottom: -70px;
}
.com-contact-illust-wrap .illust02 {
  position: absolute;
  right: 0;
  bottom: -70px;
}
.com-contact-ttl {
  margin: 0 auto 14px;
}
.com-contact-text {
  margin: 0 auto 70px;
  font-size: 2rem;
  font-weight: 700;
}
.com-contact-list {
  gap: 20px;
}
.com-contact-item {
  position: relative;
  width: 520px;
  min-height: 203px;
  padding: 70px 20px 30px;
  z-index: 4;
}
.com-contact-item .item-ttl {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-40%);
  top: 0;
  margin: 0 auto;
  text-align: center;
}
.com-contact-tel .main-tel {
  font-size: 3.5rem;
}
.com-contact-tel .sub-tel {
  font-size: 2.6rem;
  text-align: center;
  margin: 0 auto;
}
.com-contact-tel .tel-text {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.com-contact-mail-btn {
  width: 420px;
  margin: 0 auto;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  background: url(../img/common/pat03.png) repeat;
}
.sv-wrap {
  position: relative;
  max-width: 1600px;
  width: 100%;
}
.sv-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-man-img.png) no-repeat bottom left;
  width: 352px;
  height: 323px;
  bottom: 0;
  left: 250px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.sv-ttl {
  position: absolute;
  margin: auto;
  left: 200px;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  z-index: 5;
}
.sv-ttl .ttl-en {
  position: relative;
  display: block;
  margin: 0 auto 12px;
}
.sv-ttl .ttl-ja {
  position: relative;
  display: block;
}
.sv-img {
  margin: 0 auto;
  width: 85vw;
  max-width: 1600px;
  height: 300px;
  position: relative;
  border: 10px solid var(--col-bk);
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 1;
  min-width: 1280px;
  background: url(../img/common/pat04.png);
}
#bread-clumb ul {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
#bread-clumb li {
  position: relative;
  color: var(--col-wh);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-wh);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_ ▼ ---------------*/
.sub-section {
  box-sizing: border-box;
  padding: 100px 0;
}

/*-----------------------
about-concept
-------------------------*/
.about-concept {
  padding: 250px 0 80px;
}
.about-concept .inbox {
  position: relative;
}
.about-concept .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/about/concept-img.png) no-repeat top right;
  width: 981px;
  height: 902px;
  margin: auto;
  right: -420px;
  top: -260px;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-concept-ttl {
  position: absolute;
  top: 0;
  left: 50px;
  transform: translateY(-40%);
}
.about-concept-container {
  position: relative;
  box-sizing: border-box;
  padding: 140px 50px 70px;
  z-index: 1;
}
.about-concept-container::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat02.png) repeat;
  width: calc(1280px + 50% - 540px);
  bottom: 0;
  left: -420px;
  margin: auto;
  top: 0;
  transition: all 0.3s ease;
  z-index: -1;
  border: 10px solid var(--col-bk);
  box-shadow: -10px 10px var(--col-sub-dark);
}

/*-----------------------
about-greeting
-------------------------*/
.about-greeting {
  position: relative;
  padding: 100px 0 270px;
}
.about-greeting::before {
  position: absolute;
  content: "";
  background: url(../img/about/greeting-bg.png) no-repeat center center;
  width: 1920px;
  height: 948px;
  left: 0;
  margin: auto;
  right: 0;
  top: 100px;
  transition: all 0.3s ease;
  z-index: 0;
}
.about-greeting-textbox {
  width: 640px;
  padding: 40px 25px;
}
.about-greeting-img-illust {
  position: absolute;
  bottom: -150px;
  z-index: 2;
}
.about-greeting-img {
  position: relative;
  left: -10px;
}

/*-----------------------
about-company
-------------------------*/
.about-company {
  padding: 130px 0 80px;
}
.about-company-ttl {
  position: absolute;
  left: -20px;
  top: 0;
  margin: auto;
  transform: translateY(-30%);
}
.about-company-container {
  padding: 230px 40px 50px;
  margin: 0 auto 50px;
}

/*--------------- ▲ sub02_ ▲ ---------------*/
/*--------------- ▼ sub03_ ▼ ---------------*/
/*-----------------------
works-flow
-------------------------*/
.works-flow-text {
  margin-bottom: 50px;
}
.works-flow-left-list {
  position: relative;
  height: fit-content;
}
.works-flow-left-list::before {
  position: absolute;
  content: "";
  background: var(--col-bk);
  width: 5px;
  height: 100%;
  bottom: 0;
  left: 25px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.works-flow-left-item {
  margin-bottom: 50px;
}
.works-flow-left-item:last-child {
  margin-bottom: 0;
}
.works-flow-left-item .text-wrap {
  gap: 15px;
}
.works-flow-left-item .text-wrap .num {
  width: 60px;
}
.works-flow-left-item .text img{
  height: 25px;
}
.works-flow-left-item .text.row2 img{
  height: 54px;
}
.works-flow-right {
  width: 680px;
}
.works-flow-right .works-flow-item {
  padding: 40px;
  margin-bottom: 40px;
}
.works-flow-right .works-flow-item:last-child {
  margin-bottom: 0;
}
.works-flow-right .works-flow-item .item-ttl .text-wrap {
  gap: 12px;
}
.works-flow-right .works-flow-item .item-img {
  aspect-ratio: 1/1;
  width: 200px;
  border: 5px solid var(--col-bk);
}
.works-flow-right .works-flow-item .item-text-wrap {
  width: 350px;
}

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

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

-------------------------*/
/*--------------- ▲ sub03_works ▲ ---------------*/
/*--------------- ▼ sub04_environment ▼ ---------------*/
/*-----------------------
environment-charm
-------------------------*/
.environment-charm {
  padding: 80px 0 80px;
  position: relative;
}
.environment-charm .inbox {
  position: relative;
}
.environment-charm .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/environment/charm-img.png) no-repeat top right;
  width: 1151px;
  height: 1028px;
  margin: auto;
  right: -420px;
  top: -82px;
  background-size: contain;
  transition: all 0.3s ease;
}
.environment-charm-list {
  gap: 30px 40px;
}
.environment-charm-item {
  width: 520px;
  padding: 20px 40px 40px;
}
.environment-charm-item .item-ttl .ttl-wrap {
  gap: 12px;
}
.environment-charm-item .item-ttl .ttl-wrap .num {
  width: 60px;
}

/*-----------------------
environment-career
-------------------------*/
.environment-career {
  position: relative;
  padding: 100px 0 200px;
}
.environment-career::before {
  position: absolute;
  content: "";
  background: url(../img/environment/career-bg.png) no-repeat center center;
  width: 1920px;
  height: 903px;
  left: 0;
  margin: auto;
  right: 0;
  top: 120px;
  transition: all 0.3s ease;
  z-index: 0;
}

/*-----------------------
environment-intro
-------------------------*/
.environment-intro {
  padding: 130px 0 80px;
}
.environment-intro-ttl {
  position: absolute;
  left: -20px;
  top: 0;
  margin: auto;
  transform: translateY(-30%);
}
.environment-intro-container {
  padding: 240px 30px 50px;
}
.environment-intro-list {
  gap: 20px;
}
.environment-intro-list .item-img {
  aspect-ratio: 320/200;
  width: 320px;
  border: 5px solid var(--col-bk);
}

/*--------------- ▲ sub04_environment ▲ ---------------*/
/*--------------- ▼ sub05_recruit ▼ ---------------*/
/*-----------------------
recruit-demand
-------------------------*/
.recruit-demand {
  padding: 80px;
}
.recruit-demand .inbox {
  position: relative;
}
.recruit-demand-ttl{
  margin-bottom: 35px;
}
.recruit-demand .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit/demand-img.png) no-repeat top right;
  width: 1151px;
  height: 644px;
  margin: auto;
  right: -420px;
  top: -95px;
  background-size: contain;
  transition: all 0.3s ease;
}
.recruit-demand-list {
  gap: 30px;
}
.recruit-demand-item {
  display: flex !important;
  width: 340px;
  height: 116px;
  padding: 10px;
  border: 6px solid var(--col-bk);
}

/*-----------------------
recruit-flow
-------------------------*/
.recruit-flow {
  position: relative;
  padding: 100px 0 160px;
}
.recruit-flow::before {
  position: absolute;
  content: "";
  background: url(../img/recruit/flow-bg.png) no-repeat center center;
  width: 1920px;
  height: 452px;
  left: 0;
  margin: auto;
  right: 0;
  top: 100px;
  transition: all 0.3s ease;
  z-index: 0;
}
.recruit-flow-list {
  gap: 25px;
}
.recruit-flow-item {
  width: 250px;
  height: 122px;
  display: flex !important;
  position: relative;
  padding: 10px;
  border: 6px solid var(--col-bk);
}
.recruit-flow-item::before{
  position: absolute;
  content: "";
  background: var(--col-sub);
  width: 15px;
  height: 15px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  right: -25px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.recruit-flow-item:last-child::before{
  content: none;
}
.recruit-flow-item .num {
  position: absolute;
  top: -50px;
}

/*-----------------------
recruit-outline
-------------------------*/
.recruit-outline-ttl {
  position: absolute;
  top: 0;
  left: -20px;
  transform: translateY(-30%);
}
.recruit-outline-container {
  padding: 240px 40px 50px;
}

/*--------------- ▲ sub05_recruit ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px --col-main;
  padding: 10px 0;
  display: block;
  color: var(--col-main);
  background: var(--col-base);
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border: 3px solid var(--col-text);
  cursor: pointer;
  border-radius: 0;
  background: var(--col-wh);
  color: var(--col-text);
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: var(--col-base);
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
  margin-bottom: 20px;
}

.s-post time {
  margin-bottom: 10px;
}

.s-time-tag {
  margin-bottom: 20px;
}

.sb-post-body {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
  line-height: 2;
}

/*--------------- ▲ お知らせ ▲ ---------------*/