@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width:200px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-info {
  gap: 24px;
  margin-bottom: 12px;
}
.header-inner {
  box-sizing: border-box;
  padding: 15px;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
  width: fit-content;
  margin: 0 0 0 auto;
}
.header-nav-item {
  position: relative;
}
.header-nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: var(--col-main-light);
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(20deg);
}
.header-nav-item:last-child::before {
  content: none;
}
.header-nav-link {
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
  font-weight: 600;
}
.header-nav-link:hover {
  color: var(--col-main);
}

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

.header-nav-link.current .nav-wrap::before {
  background: var(--col-main);
  border: 1px solid --col-main;
}

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

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer {
  position: relative;
  background: url(../img/common/pat03.jpg);
  border-top: 10px solid var(--col-main-light);
  box-sizing: border-box;
  padding: 60px 0 0;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin: 0 auto 10%;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-wrap {
  justify-content: center;
}
.footer-nav-list {
  gap: 15px;
}
.footer-nav-link {
  color: var(--col-wh);
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.footer-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-main-light);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 10px;
  bottom: 0;
  margin: auto;
  left: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: var(--col-main-dark);
  margin: 50px auto 0;
}
.footer #copyright small {
  color: var(--col-wh);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-wh);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  padding: 17% 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  background: url(../img/mv/mv-wave.png) no-repeat bottom center/100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.mv-wrap {
  margin: 0 auto;
  max-width: 1920px;
}
.mv-img {
  position: relative;
  width: 90%;
  height: 350px;
  margin: 0 0 0 auto;
  border-radius: 50px 0 0 50px;
  text-align: right;
}
.mv-img img{
  object-position: 52%;
}
.mv-catch {
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin: auto;
  z-index: 10;
  top: 0;
  bottom: -30px;
}
.mv-catch .sub-catch {
  gap: 20px;
  position: relative;
  top: 30px;
  z-index: 2;
}
.mv-catch .sub-catch .balloon {
  color: var(--col-wh);
  background: var(--col-main);
  display: block;
  font-size: 1.3rem;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 6px 10px;
  position: relative;
  border: 2px solid var(--col-wh);
  font-weight: 600;
}
.mv-catch .sub-catch .balloon::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01.png) no-repeat;
  width: 15px;
  height: 8px;
  bottom: -7px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.mv-catch .sub-catch .balloon:nth-child(1)::before {
  transform: scale(-1, 1);
}
.mv-catch .sub-catch .balloon .deco {
  transform: rotate(15deg);
  display: inline-block;
}
.mv-catch .main-catch {
  display: block;
  position: relative;
  background: url(../img/mv/mv-catch-box.png) no-repeat center center/contain;
  font-size: 1.9rem;
  box-sizing: border-box;
  padding: 36px 20px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}
.mv-catch .main-catch .large {
  font-size: 2.3rem;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead {
  background: var(--col-main-light02);
}
.top-lead-ttl {
  width: fit-content;
  margin: 0 auto 10%;
}
.top-lead-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust01.png) no-repeat;
  width: 50px;
  height: 80px;
  bottom: -50px;
  left: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-lead-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust02.png) no-repeat;
  width: 50px;
  height: 80px;
  bottom: -50px;
  margin: auto;
  right: -20px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-lead-container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-lead-container::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat01.jpg) repeat;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: 10px;
  margin: auto;
  right: 0;
  transition: all 0.3s ease;
  border-radius: 20px;
  z-index: -2;
}
.top-lead-container .container-list {
  background: var(--col-wh);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 8% 5%;
  margin: 0 auto;
}

/*--------------------
top-recruit
---------------------*/
.top-recruit {
  background: url(../img/common/bg-deco01.png) no-repeat top left/35%, url(../img/common/bg-deco02.png) no-repeat bottom right/25%;
}
.top-recruit-textbox {
  position: relative;
  box-sizing: border-box;
  padding: 10% 5%;
  background: var(--col-main);
  border-radius: 20px;
  color: var(--col-wh);
  margin: 0 0 0 auto;
  box-shadow: 10px 10px 0 var(--col-main-dark);
  margin: 0 auto 10%;
}
.top-recruit-ttl {
  margin-bottom: 30px;
}
.top-recruit-ttl .ttl-ja {
  font-size: 2.6rem;
}
.top-recruit-ttl .ttl-en {
  color: var(--col-sub02);
  display: block;
  font-size: 1.7rem;
  background: var(--col-main);
  margin-bottom: 10px;
}
.top-recruit-ttl .ttl-en::before {
  position: absolute;
  content: "";
  background: var(--col-sub02);
  width: 100%;
  height: 1px;
  left: 0;
  margin: auto;
  right: 0;
  top: 15px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-recruit-ttl .ttl-en .wrap {
  box-sizing: border-box;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  background: var(--col-main);
}
.top-recruit-wrap {
  position: relative;
}
.top-recruit-movie {
  position: relative;
  background: #eee;
  aspect-ratio: 562/316;
  width: 100%;
  height: fit-content;
}

/*--------------------
top-about
---------------------*/
.top-about {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.top-about .inbox {
  position: relative;
}
.top-about .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust03.png) no-repeat;
  width: 70px;
  height: 120px;
  bottom: -70px;
  left: -30px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.top-about-text {
  position: relative;
  margin: 0 auto 10%;
}
.top-about-img-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.top-about-img-wrap .img {
  position: relative;
  aspect-ratio: 1/1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.top-about-img-wrap .item {
  position: relative;
}
.top-about-img-wrap .item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/top/about-img-deco.png) no-repeat;
  width: 120px;
  height: 200px;
  bottom: -80px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------------
top-bnr
---------------------*/
.top-bnr-list {
  gap: 40px 5%;
}
.top-bnr-item {
  width: 47.5%;
  position: relative;
}
.top-bnr-item .item-ttl {
  background: var(--col-main);
  color: var(--col-wh);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 8px 12px;
  text-align: center;
  font-size: 1.3rem;
  border: 2px solid var(--col-wh);
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 96%;
  margin: 0 auto;
}
.top-bnr-item .item-ttl::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 8px;
  height: 8px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -8px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.top-bnr-item .item-ttl::after {
  position: absolute;
  content: "";
  background: var(--col-sub02);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 5px;
  height: 5px;
  background: var(--col-sub02);
  bottom: 0;
  margin: auto;
  right: 6px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-bnr-item .item-ttl::first-letter {
  color: var(--col-sub02);
}
.top-bnr-item .item-img {
  position: relative;
}
.top-bnr-item .item-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat01.jpg);
  width: 100%;
  height: 100%;
  left: -10px;
  margin: auto;
  top: 10px;
  transition: all 0.3s ease;
  border-radius: 8px;
  z-index: -1;
}
.top-bnr-item .item-img .img {
  aspect-ratio: 270/165;
  width: 100%;
  height: fit-content;
  border-radius: 8px;
}

/*--------------------
top-info
---------------------*/
.top-info {
  padding: 0 0 17%;
  width: 90%;
  margin: 0 auto;
}
.top-info-wrap {
  display: block;
}
.top-info-sec {
  position: relative;
  box-sizing: border-box;
  padding: 10% 5%;
  width: 100%;
  background: var(--col-sub02-light02);
  gap: 40px;
  border: 2px solid var(--col-main);
  border-radius: 30px;
  height: 100%;
  margin: 0 auto 12%;
}
.top-info-sec:last-of-type {
  margin: 0 auto;
}
.top-info-sec .sec-ttl {
  border-bottom: 1px solid var(--col-main);
  box-sizing: border-box;
  padding: 0 0 20px 0;
  margin: 0 auto 20px;
}
.top-info-sec .sec-ttl .ttl-en {
  margin: 0 auto 15px;
}
.top-info-sec .sec-img {
  aspect-ratio: 440/183;
  width: 100%;
  height: fit-content;
  margin: 0 auto 30px;
}
.top-info-sec .sec-text {
  margin: 0 auto;
}
.top-info-sec .sec-text .large {
  font-weight: 700;
  font-size: 1.7rem;
}
.top-info-sec .sec-btn {
  margin: 30px auto 0;
}

.top-news::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco03.png) no-repeat;
  width: 289px;
  height: 230px;
  margin: auto;
  right: -200px;
  top: -100px;
  background-size: contain;
  z-index: -1;
  transition: all 0.3s ease;
}
.top-news::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust04.png) no-repeat;
  width: 70px;
  height: 120px;
  bottom: -80px;
  margin: auto;
  right: 0px;
  background-size: contain;
  transition: all 0.3s ease;
}

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.sv::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-wave.png) no-repeat bottom center/100%;
  width: 100%;
  height: 451px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  transition: all 0.3s ease;
}
.sv .outbox {
  position: relative;
}
.sv-wrap {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
.sv-img {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 0 0 0 auto;
  border-radius: 50px;
  text-align: right;
}
.sv-ttl {
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin: auto;
  background: var(--col-wh);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 15px;
  z-index: 2;
  font-size: 2rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-business {
  background: url(../img/sv/sv-business-bg.jpg) no-repeat center center/cover;
}

.sv-environment {
  background: url(../img/sv/sv-environment-bg.jpg) no-repeat center center/cover;
}

.sv-staff {
  background: url(../img/sv/sv-staff-bg.jpg) no-repeat center center/cover;
}

.sv-recruit {
  background: url(../img/sv/sv-recruit-bg.jpg) no-repeat center center/cover;
}

.sv-info {
  background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  z-index: 100;
  line-height: 1;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  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-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_ ▼ ---------------*/
/*-----------------------
layout-style01
-------------------------*/
.layout-style01-wrap {
  display: block;
}
.layout-style01-text {
  margin-bottom: 30px;
}
.layout-style01-list-box {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 30px;
}
.layout-style01-text-wrap {
  margin: 0 auto 10%;
}
.layout-style01:nth-of-type(odd) {
  background: var(--col-main-light02);
}
.layout-style01:nth-of-type(even) .layout-style01-img {
  order: 1;
}
.layout-style01:nth-of-type(even) .layout-style01-text-wrap {
  order: 2;
}
.layout-style01:nth-of-type(even) .layout-style01-list-box {
  background: var(--col-sub02-light02);
}
.layout-style01:nth-of-type(2), .layout-style01:nth-of-type(6) {
  background: url(../img/common/bg-deco04-l.png) no-repeat top left/40%, url(../img/common/bg-deco05-r.png) no-repeat bottom right/40%;
}
.layout-style01:nth-of-type(4) {
  background: url(../img/common/bg-deco04-r.png) no-repeat top right/40%, url(../img/common/bg-deco05-l.png) no-repeat bottom left/40%;
}

/*--------------- ▲ sub02_ ▲ ---------------*/
/*--------------- ▼ sub03_environment ▼ ---------------*/
/*-----------------------
environment-merit
-------------------------*/
.environment-merit {
  border-bottom: 1px solid var(--col-main-light);
}
.environment-merit-item {
  position: relative;
  margin-bottom: 30px;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
}
.environment-merit-item .item-point-text {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  border-top: 1px solid var(--col-main-light02);
}

/*-----------------------
environment-area
-------------------------*/
.environment-area {
  background: url(../img/common/bg-deco01.png) no-repeat top left/35%, url(../img/common/bg-deco05-r.png) no-repeat bottom right/20%;
}
.environment-area-wrap {
  flex-wrap: wrap;
}
.environment-area-container {
  position: relative;
  background: var(--col-sub02-light02);
  box-sizing: border-box;
  padding: 60px 60px 10%;
  border-radius: 20px;
  height: fit-content;
  order: 1;
  margin: 0 auto 7%;
}
.environment-area-container::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust01.png) no-repeat;
  width: 70px;
  height: 100px;
  bottom: 0;
  left: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.environment-area-img {
  order: 2;
  width: 200px;
  margin: 0 auto;
}
.environment-area-ttl {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-35%);
}
.environment-area-text .large {
  font-size: 1.8rem;
  font-weight: 700;
}

/*-----------------------
environment-case
-------------------------*/
.environment-case {
  background: var(--col-main-light02);
  margin: 0 auto;
  width: 95%;
}
.environment-case .inbox {
  position: relative;
}
.environment-case .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust04.png) no-repeat;
  width: 60px;
  height: 100px;
  bottom: -120px;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
environment-training
-------------------------*/
.environment-training .inbox {
  position: relative;
}
.environment-training .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust03.png) no-repeat;
  width: 160px;
  height: 100px;
  bottom: -100px;
  left: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.environment-training-text {
  box-sizing: border-box;
  padding: 0 0 50px;
}
.environment-training-text .large {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--col-main);
}

/*-----------------------
environment-faq
-------------------------*/
.environment-faq-item {
  position: relative;
  box-sizing: border-box;
  padding: 8% 4%;
  background: var(--col-wh);
  border-radius: 20px;
  margin-bottom: 30px;
}
.environment-faq-item .item-q {
  font-size: 2rem;
  font-weight: 700;
  color: var(--col-main);
  box-sizing: border-box;
  padding: 0 0 0 50px;
  margin-bottom: 25px;
}
.environment-faq-item .item-q::before {
  position: absolute;
  content: "Q";
  background: var(--col-main-light);
  color: var(--col-wh);
  font-family: var(--font-ttl-ja);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}
.environment-faq-item .item-a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  margin-bottom: 25px;
}
.environment-faq-item .item-a::before {
  position: absolute;
  content: "A";
  background: var(--col-sub);
  color: var(--col-wh);
  font-family: var(--font-ttl-ja);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}

/*--------------- ▲ sub03_environment ▲ ---------------*/
/*--------------- ▼ sub04_staff ▼ ---------------*/
/*-----------------------
staff-voice
-------------------------*/
.staff-voice-item {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  background: var(--col-wh);
  margin-bottom: 30px;
}
.staff-voice-item:last-child {
  margin-bottom: 0;
}
.staff-voice-item .item-wrap {
  display: block;
}
.staff-voice-item .item-table {
  margin: 0 auto 6%;
}
.staff-voice-item .item-img {
  aspect-ratio: 400/240;
  width: 100%;
  height: fit-content;
  border-radius: 20px;
}

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

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

-------------------------*/
/*--------------- ▲ sub04_staff ▲ ---------------*/
/*--------------- ▼ sub05_recruit ▼ ---------------*/
/*-----------------------
recruit
-------------------------*/
.recruit-outline-sec {
  margin: 0 auto 100px;
}
.recruit-outline-sec:last-of-type {
  margin: 0 auto;
}

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

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

-------------------------*/
/*--------------- ▲ sub05_recruit ▲ ---------------*/
/*--------------- ▼ sub06_info ▼ ---------------*/
/*-----------------------
info-outline
-------------------------*/
.info-outline-table {
  position: relative;
  margin: 0 auto 60px;
}
.info-outline-table::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust01.png) no-repeat;
  width: 50px;
  height: 60px;
  top: -60px;
  left: 30px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.info-outline-table::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust02.png) no-repeat;
  width: 50px;
  height: 60px;
  top: -60px;
  right: 30px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.info-outline-googlemap {
  border: 1px solid var(--col-main);
  border-radius: 10px;
  outline: 8px solid var(--col-wh);
  outline-offset: -10px;
}

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

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

-------------------------*/
/*--------------- ▲ sub06_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  -webkit-justify-content: start;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  padding: 5px 0;
  display: block;
  color: var(--col-main);
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.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: 0;
  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.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  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: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
  margin-bottom: 5%;
}

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

.s-post-taglist {
  margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style_sp.css.map */