@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
:root {
  --col-main: #4eb59b;
  --col-main-rgb: 78,181,155;
  --col-main-dark: ;
  --col-main-dark-rbg: ;
  --col-main-light: ;
  --col-main-light-rbg: ;
  --col-sub: #ffb400;
  --col-sub-rgb: 255,180,0;
  --col-sub02:#48b5d4;
  --col-gry: #97a3a0;
  --col-gry-rgb: 151,163,160;
  --col-text: #35403d;
  --col-text-rgb: 53,64,61;
  --col-wh: #fff;
  --col-wh-rgb: 255,255,255;
  --col-base: #f6fafa;
  --col-base02: #e9f7fb;
  --col-base03: #e5f9f4;
  --col-line:#ebf0ef;
}

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

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

/*
  --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 {
  position: fixed;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 6px 20px;
  z-index: 90;
  width: calc(100% - 30px);
  top: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 120px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-info {
  gap: 20px;
  margin-bottom: 10px;
}
.header-btn-list {
  gap: 15px;
}
.header-btn-item .item-btn {
  font-size: 1.7rem;
  width: 160px;
  height: 45px;
  min-width: auto;
  padding: 10px;
}
.header-btn-item .item-btn::before {
  content: none;
}
.header-btn-item .small {
  font-size: 1.3rem;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
  gap: 15px;
}
.header-nav-link {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-ttl-ja);
  box-sizing: border-box;
  padding: 0 0 0 15px;
  position: relative;
  display: block;
}
.header-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.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 ▽ ---------------*/
.footer {
  position: relative;
  box-sizing: border-box;
  padding: 100px 0;
}
.footer-logo {
  display: block;
  width: 130px;
  margin: 0 auto 6%;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-wrap {
  display: block;
}
.footer-tel {
  margin: 0 auto 6%;
}
.footer-nav {
  margin-bottom: 60px;
}
.footer-nav-list {
  gap: 30px 5%;
  display: flex;
  flex-wrap: wrap;
}
.footer-item {
  width: 47.5%;
  font-size: 1.4rem;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
}
.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 ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  background: url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 500px;
}
.mv-catch {
  position: absolute;
  z-index: 50;
  left: 15px;
  bottom: 60px;
  font-weight: 700;
}
.mv-catch .sub-ttl {
  color: var(--col-wh);
  font-size: 1.7rem;
  line-height: 1.4;
  display: block;
}
.mv-catch .main-ttl .textbox {
  width: fit-content;
  background: var(--col-wh);
  display: block;
  color: var(--col-main);
  border: 2px solid var(--col-main);
  font-size: 1.8rem;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 2px 18px 6px;
}
.mv-catch .main-ttl .textbox .large {
  font-size: 2.4rem;
}

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

/*--------------------
top-worries
---------------------*/
.top-worries-contents {
  position: relative;
  display: block;
}
.top-worries-img {
  aspect-ratio: 650/480;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto 5%;
}
.top-worries-text-wrap {
  position: relative;
}
.top-worries-sub-ttl {
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
  text-align: center;
}
.top-worries-sub-ttl .ttl-en {
  position: relative;
  display: block;
  font-size: 3.5rem;
  margin-bottom: 5px;
}
.top-worries-sub-ttl .ttl-ja {
  font-size: 2rem;
}
.top-worries-contents {
  margin-bottom: 15%;
}
.top-worries-contents:last-of-type {
  margin-bottom: 0;
}
.top-worries-contents:nth-of-type(odd)::before {
  position: absolute;
  content: "";
  background: var(--col-base02);
  width: 80%;
  height: 400px;
  left: -50px;
  margin: auto;
  top: -100px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.top-worries-contents:nth-of-type(even)::before {
  position: absolute;
  content: "";
  background: var(--col-base03);
  width: 80%;
  height: 400px;
  right: -50px;
  margin: auto;
  top: -100px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}

/*--------------------
top-greetings
---------------------*/
.top-greetings {
  position: relative;
}
.top-greetings::before {
  position: absolute;
  content: "";
  background: var(--col-line);
  width: 1280px;
  height: 1px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-greetings-ttl {
  text-align: center;
}
.top-greetings-wrap {
  position: relative;
  flex-wrap: wrap;
  display: block;
}
.top-greetings-text-wrap {
  position: relative;
}
.top-greetings-text {
  margin-bottom: 40px;
}

.top-greetings-img {
  position: relative;
  width: 70%;
  margin: 0 auto 7cqb;
}
.top-greetings-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/pat01.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: -30px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(-5deg);
  z-index: -1;
}
.top-greetings-img .img {
  aspect-ratio: 600/777;
  width: 100%;
  height: 100%;
}
.top-greetings-deco-en {
  font-size: 5rem;
  color: var(--col-base02);
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
  white-space: nowrap;
}

/*--------------------
top-strengths
---------------------*/
.top-strengths-item {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin: 0 auto 70px;
}
.top-strengths-item:last-child {
  margin: 0 0 0 auto;
}
.top-strengths-item .item-wrap {
  display: block;
  box-sizing: border-box;
}
.top-strengths-item .item-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 30px;
  width: 60%;
  margin: 0 0 6% auto;
  min-height: 100px;
}
.top-strengths-item .item-text-wrap {
  position: relative;
}
.top-strengths-item .item-img {
  position: relative;
}
.top-strengths-item .item-img .img {
  aspect-ratio: 300/290;
  width: 40%;
  max-width: 100px;
  position: absolute;
}
.top-strengths-item .item-img .ttl-en {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 5;
}
.top-strengths-item .item-img .ttl-en .num {
  position: absolute;
  font-size: 3rem;
  font-weight: 700;
  writing-mode: horizontal-tb;
  white-space: nowrap;
}
.top-strengths-item .item-img .ttl-en .ttl {
  font-size: 1.4rem;
  color: var(--col-main);
  font-weight: 700;
  writing-mode: vertical-lr;
  box-sizing: border-box;
  padding: 70px 0 0 0;
  position: relative;
}
.top-strengths-item .item-img .ttl-en .ttl::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  margin: auto;
  right: 0;
  top: 50px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------------
top-voice
---------------------*/
.top-voice {
  position: relative;
  background: var(--col-base02);
}
.top-voice::before {
  position: absolute;
  content: "";
  background: url(../img/top/voice-bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 300px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.top-voice-ttl {
  text-align: center;
}
.top-voice-list {
  gap: 30px;
}
.top-voice-item {
  position: relative;
  box-sizing: border-box;
  padding: 6%;
  background: var(--col-wh);
  width: 100%;
}
.top-voice-item .item-ttl {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--col-main);
}
.top-voice-item .item-info {
  color: var(--col-gry);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 30px;
}
.top-voice-item .item-text {
  font-size: 1.5rem;
}

/*--------------------
top-service
---------------------*/
.top-service {
  position: relative;
}
.top-service::before {
  position: absolute;
  content: "";
  background: var(--col-line);
  width: 1280px;
  height: 1px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents {
  position: relative;
  box-sizing: border-box;
  padding: 7% 5% 60px;
  border: 2px solid;
  margin: 0 auto 10% auto;
  display: block;
  bottom: 0;
  width: 90%;
}
.top-service-contents:last-of-type {
  margin-bottom: 0;
}
.top-service-contents:hover {
  bottom: 8px;
  opacity: 0.7;
}
.top-service-contents:hover .contents-arw::before {
  right: -15px;
}
.top-service-contents .contents-wrap {
  display: block;
}
.top-service-contents .contents-tag {
  position: absolute;
  left: -30px;
  top: -1px;
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 14px 8px;
  width: 30px;
  writing-mode: vertical-lr;
  font-size: 1.2rem;
}
.top-service-contents .contents-img {
  aspect-ratio: 450/260;
  width: 100%;
  height: fit-content;
  margin: 0 auto 6%;
}
.top-service-contents .contents-text-wrap .text {
  margin-bottom: 20px;
}
.top-service-contents .contents-ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.top-service-contents .contents-arw {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.top-service-contents .contents-arw::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 15px;
  height: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents.style-col-sub02 {
  border-color: var(--col-sub02);
}
.top-service-contents.style-col-sub {
  border-color: var(--col-sub);
}
.top-service-contents.style-col-main {
  border-color: var(--col-main);
}

/*--------------------
top-contact
---------------------*/
#top-contact {
  position: relative;
}

.top-contact {
  position: relative;
}
.top-contact-catch {
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto 20px;
  background: var(--col-base02);
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.top-contact-catch .large {
  font-size: 2.6rem;
}
.top-contact-text {
  color: var(--col-wh);
  margin: 0 auto 40px;
}
.top-contact-infobox {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 7% 5%;
  position: relative;
  z-index: 1;
}
.top-contact-infobox-wrap {
  display: block;
}
.top-contact-info-tel {
  margin: 0 auto 6%;
  width: fit-content;
}
.top-contact-info-tel .num {
  font-size: 2.8rem;
  padding-left: 36px;
}
.top-contact-info-tel .num::before {
  background: url(../img/common/icon-tel.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.top-contact-info-btn {
  width: 85%;
  margin: 5% auto;
}
.top-contact-deco-en {
  font-size: 8rem;
  color: rgba(var(--col-wh-rgb), 0.06);
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  white-space: nowrap;
}
.top-contact .com-info-time{
  display: block;
}

/*--------------------
top-news
---------------------*/
.top-news-wrap {
  display: block;
}
.top-news-btn {
  margin: 10% auto 0;
}

/*--------------------
top-access
---------------------*/
.top-access {
  background: url(../img/top/access-bg.jpg) no-repeat center center/cover;
}
.top-access-wrap {
  display: block;
}
.top-access-table {
  width: 100%;
  margin: 0 auto 10%;
}
.top-access-map {
  width: 100%;
  height: 300px;
}

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 260px;
}
.sv-ttl {
  background: var(--col-wh);
  color: var(--col-main);
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  border: 3px solid var(--col-main);
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  width: fit-content;
}

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

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

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

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

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

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

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

.sv-news {
  background: url(../img/sv/sv-news-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_guide ▼ ---------------*/
/*-----------------------
guide-pension
-------------------------*/
.guide-pension-list {
  position: relative;
  gap: 30px;
}
.guide-pension-item {
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
}
.guide-pension-item .item-text {
  box-sizing: border-box;
  padding: 0 7% 5% 7%;
}
.guide-pension-item.style-col-main {
  border: 2px solid var(--col-main);
}
.guide-pension-item.style-col-sub02 {
  border: 2px solid var(--col-sub02);
}

/*-----------------------
guide-intro
-------------------------*/
.guide-intro-wrap {
  display: block;
}
.guide-intro-img {
  aspect-ratio: 520/795;
  width: 80%;
  margin: 0 auto 6%;
  height: fit-content;
}
.guide-intro-wrap {
  position: relative;
}
.guide-intro-prof-ttl {
  padding: 12px 5px;
  margin-bottom: 40px;
}

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

-------------------------*/
/*--------------- ▲ sub02_guide ▲ ---------------*/
/*--------------- ▼ sub03_insurance ▼ ---------------*/
/*-----------------------
insurance
-------------------------*/
.insurance-sec-wrap {
  position: relative;
}
.insurance-sec {
  position: relative;
}
.insurance-sec .sec-lead {
  margin: 0 auto 10%;
  display: block;
}
.insurance-sec .sec-lead-text-wrap {
  margin: 0 auto 7%;
}
.insurance-sec .sec-lead-img {
  aspect-ratio: 500/330;
  width: 100%;
  height: fit-content;
}
.insurance-sec .sec-contents-wrap {
  gap: 40px;
}
.insurance-sec .sec-contents-box {
  background: var(--col-base03);
  width: 100%;
}
.insurance-sec .sec-contents-box-inner {
  box-sizing: border-box;
  padding: 7% 5%;
}
.insurance-sec .sec-contents-box-inner02 {
  padding: 7% 5%;
}
.insurance-sec .sec-contents-list .item {
  position: relative;
}

/*--------------- ▲ sub03_insurance ▲ ---------------*/
/*--------------- ▼ sub04_assets ▼ ---------------*/
/*-----------------------
assets-formation
-------------------------*/
.assets-formation-wrap {
  position: relative;
  margin: 0 auto 10%;
}
.assets-formation-text {
  position: relative;
}
.assets-formation-img {
  aspect-ratio: 500/330;
  position: relative;
  width: 100%;
  height: 100%;
}
.assets-formation-contents {
  margin: 0 auto 10%;
}
.assets-formation-contents:last-of-type {
  margin: 0 auto;
}
.assets-formation-contents .contents-inner {
  box-sizing: border-box;
  padding: 7% 5%;
  background: var(--col-base02);
}
.assets-formation-contents .contents-ttl {
  margin: 0 auto;
}
.assets-formation-contents .contents-text {
  margin-bottom: 40px;
}
.assets-formation-contents .contents-table {
  margin-bottom: 20px;
}

/*-----------------------
assets-contact
-------------------------*/
.assets-contact-text {
  margin: 0 auto 70px;
}
.assets-contact-container {
  position: relative;
  box-sizing: border-box;
  padding: 60px 6% 8%;
  background: var(--col-wh);
  border: 1px solid var(--col-main);
}
.assets-contact-container .container-ttl {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: var(--col-main);
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 12px 20px;
  width: fit-content;
  font-size: 2rem;
  width: 90%;
}

/*-----------------------
assets-difference
-------------------------*/
.assets-difference-contents {
  margin: 0 auto 70px;
  box-sizing: border-box;
  padding: 0 0 70px 0;
  border-bottom: 1px solid var(--col-gry);
}
.assets-difference-contents:last-of-type {
  margin: 0 auto;
  border: none;
  padding: 0;
}
.assets-difference-contents .contents-demerit {
  margin-top: 30px;
}
.assets-difference-contents .contents-demerit-ttl {
  background: var(--col-gry);
  color: var(--col-wh);
  font-size: 1.7rem;
  width: fit-content;
  box-sizing: border-box;
  padding: 6px 30px;
  margin-bottom: 12px;
}

/*--------------- ▲ sub04_assets ▲ ---------------*/
/*--------------- ▼ sub05_corporate ▼ ---------------*/
/*-----------------------
corporate-lead
-------------------------*/
.corporate-lead-wrap {
  position: relative;
  margin: 0 auto 10%;
  display: block;
}
.corporate-lead-text {
  margin: 0 auto 6%;
}
.corporate-lead-img {
  aspect-ratio: 500/300;
  width: 100%;
  height: fit-content;
}
.corporate-lead-contents {
  margin: 0 auto 10%;
}
.corporate-lead-contents:last-of-type {
  margin: 0 auto;
}
.corporate-lead-contents .contents-text {
  margin: 0 auto 40px;
}
.corporate-lead-contents .contents-wrap {
  box-sizing: border-box;
  padding: 7% 5%;
  background: var(--col-base02);
}
.corporate-lead-contents .contents-ttl {
  margin: 0 auto;
}
.corporate-lead-contents .contents-container {
  background: var(--col-wh);
  margin: 0 auto 40px;
}
.corporate-lead-contents .contents-container:last-of-type {
  margin: 0 auto;
}
.corporate-lead-contents .contents-container .container-ttl {
  margin: 0 auto;
}
.corporate-lead-contents .contents-container .container-list {
  box-sizing: border-box;
  padding: 7% 5%;
}
.corporate-lead-contents .contents-container .container-item {
  position: relative;
  margin-bottom: 30px;
}
.corporate-lead-contents .contents-container .container-item:last-child {
  margin-bottom: 0;
}
.corporate-lead-contents .contents-container .container-item .item-text {
  font-size: 1.6rem;
}

/*-----------------------
corporate-products
-------------------------*/
.corporate-products-list .item {
  background: var(--col-base03);
}

/*--------------- ▲ sub05_corporate ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.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 */