@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
:root {
  --col-main: #34a2d5;
  --col-main-rgb: 52,162,213;
  --col-main-dark: ;
  --col-main-dark-rbg: ;
  --col-main-light: #8ac8e6;
  --col-main-light-rbg: 138,200,230;
  --col-main-hilight: #e3f3fa;
  --col-sub: #ed94a0;
  --col-sub-rgb: 237,148,160;
  --col-sub02: #89c168;
  --col-sub02-rgb: 137,193,104;
  --col-sub03: #fbea97;
  --col-sub03-rgb: 251,234,151;
  --col-gry: #b4b4b4;
  --col-gry-light: #eeeeee;
  --col-gry-dark: #7a7a7a;
  --col-text: #222222;
  --col-text-rgb: 34,34,34;
  --col-wh: #fff;
  --col-wh-rgb: 255,255,255;
  --col-bk: #222222;
  --col-bk-rgb: 34,34,34;
  --col-base: #f2e9e0;
  --col-base-rgb: 242,233,224;
}

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

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

/*
  --font-notosans: "Noto Sans JP",sans-serif;
  --font-serif: "Noto Serif JP",serif;
  --font-zen-maru-gothic: "Zen Maru Gothic", 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: 30px;
  --round-small: 10px;
}

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

/*-------------------
header-nav
--------------------*/
.header-nav-list {
  gap: 15px;
}
.header-nav-link .icon {
  display: block;
  text-align: center;
  margin: 0 auto 6px;
}
.header-nav-link .text {
  display: block;
  text-align: center;
}

/*-------------------
現在の表示ページ
--------------------*/
.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;
  padding: 15% 0 0;
  border-top: double 5px var(--col-main-light);
  box-sizing: border-box;
}
.footer-logo {
  display: block;
  width: 140px;
  margin: 0 auto 10%;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-nav {
  margin: 0 auto 30px;
}
.footer-nav-list {
  gap: 20px;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: var(--col-main);
  position: relative;
  z-index: 1;
}
.footer #copyright small {
  color: var(--col-wh);
  font-size: 10px;
}
.footer #copyright small a {
  color: var(--col-wh);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

.side-tel-bnr {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 30px;
  background: var(--col-wh);
  padding: 20px;
  box-sizing: border-box;
}
.side-tel-bnr::before {
  position: absolute;
  content: "";
  background: url(../img/common/frame03-br.png) no-repeat;
  width: 165px;
  height: 61px;
  bottom: -10px;
  margin: auto;
  right: -5px;
  background-size: contain;
  transition: all 0.3s ease;
}
.side-tel-bnr::after {
  position: absolute;
  content: "";
  background: url(../img/common/frame03-tl.png) no-repeat;
  width: 165px;
  height: 61px;
  top: -10px;
  left: -5px;
  background-size: contain;
  transition: all 0.3s ease;
}
.side-tel-bnr .catch {
  display: block;
  width: fit-content;
  background: var(--col-sub);
  color: var(--col-wh);
  padding: 0 15px;
  border-radius: var(--round-base);
  text-align: center;
  margin: 0 auto 10px;
  box-sizing: border-box;
}

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

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url(../img/mv/mv-deco02.png) no-repeat top 50px right 50px/80px, url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1080px;
}
.mv-catch {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 2rem;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 7%;
  right: auto;
}
.mv-catch::before {
  position: absolute;
  content: "";
  background: url(../img/mv/mv-deco01.png) no-repeat;
  width: 100px;
  height: 34px;
  margin: auto;
  right: -60px;
  top: -20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 0;
}
.mv-catch::after {
  position: absolute;
  content: "";
  background: url(../img/mv/mv-deco02.png) no-repeat;
  width: 140px;
  height: 60px;
  margin: auto;
  left: -70px;
  bottom: -25px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 0;
}
.mv-catch .deco {
  display: block;
  background: var(--col-wh);
  margin-left: 10px;
  padding: 12px 3px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead {
  padding: 17% 0 100px;
  background: url(../img/top/lead-bg-tl.png) no-repeat top left/70%, url(../img/common/pat01.jpg) repeat;
}
.top-lead-text {
  position: relative;
  margin: 0 auto 10%;
}
.top-lead-text::before {
  position: absolute;
  content: "";
  background: url(../img/top/lead-illust-bl.png) no-repeat bottom left;
  width: 150px;
  height: 80px;
  bottom: -200px;
  left: -30px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.top-lead-text::after {
  position: absolute;
  content: "";
  background: url(../img/top/lead-illust-br.png) no-repeat bottom right;
  width: 150px;
  height: 80px;
  bottom: -210px;
  right: -30px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.top-lead-btn {
  margin: 0 auto;
}

/*--------------------
top-plan
---------------------*/
.top-plan-ttl {
  width: fit-content;
}
.top-plan-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/top/plan-ttl-illust.png) no-repeat;
  width: 50px;
  height: 54px;
  bottom: 0;
  left: -80px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-plan-list {
  gap: 40px 5%;
  margin: 0 auto 10%;
}
.top-plan-item {
  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.02);
}
.top-plan-item.main-item {
  width: 100%;
  background: var(--col-wh);
  border-radius: var(--round-base);
  display: block;
}
.top-plan-item.main-item .item-ttl {
  margin: 0 auto 10px;
}
.top-plan-item.main-item .item-img {
  width: 100%;
  height: 200px;
  margin: 0 0 0 auto;
  border-radius: 0 0 var(--round-base) var(--round-base);
}
.top-plan-item.main-item .item-textbox {
  width: 100%;
  padding: 6%;
  box-sizing: border-box;
  position: relative;
  background: url(../img/common/deco03.png) no-repeat center center;
}
.top-plan-item.main-item .item-textbox .plan-icon {
  position: absolute;
  background: url(../img/common/deco01.png) no-repeat center center/contain;
  z-index: 1;
  left: -15px;
  top: -20px;
  font-size: 1.4rem;
  color: var(--col-wh);
  width: 80px;
  height: 80px;
  text-align: center;
}
.top-plan-item.main-item .item-textbox .plan-icon .text {
  position: relative;
  top: 20px;
}
.top-plan-item.sub-item {
  position: relative;
  width: 47.5%;
  aspect-ratio: 1/1;
  border-radius: var(--round-base);
  margin: 0 auto;
}
.top-plan-item.sub-item .item-ttl {
  font-size: 1.5rem;
  margin: 0 auto 4px;
}
.top-plan-item.sub-item .item-ttl::before {
  bottom: -12px;
}
.top-plan-item.sub-item .item-ttl .icon {
  display: block;
}
.top-plan-item.sub-item .item-ttl .icon img {
  height: 25px;
}
.top-plan-item.sub-item .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: var(--round-base);
}
.top-plan-item.sub-item .item-textbox {
  position: absolute;
  background: var(--col-wh);
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 68%;
  height: 110px;
  padding: 12px;
  box-sizing: border-box;
}
.top-plan-btn {
  margin: 0 auto;
}
.top-plan-item .item-price{
  font-size: 1.3rem;
  color: var(--col-main);
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: fit-content;
  letter-spacing: 0;
}

.top-plan-item.main-item .item-price{
  font-size: 1.9rem;
  margin: 0 auto 10px;
}
.top-plan-item.sub-item .item-price{
  border-bottom: 1px solid var(--col-main);
  padding: 0 5px 2px 5px;
  box-sizing: border-box;
}
/*--------------------
top-bnr
---------------------*/
.top-bnr .inbox {
  position: relative;
}
.top-bnr .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/top/bnr-deco-tl.png) no-repeat;
  width: 100px;
  height: 70px;
  left: -50px;
  margin: auto;
  top: -60px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-bnr .inbox::after {
  position: absolute;
  content: "";
  background: url(../img/top/bnr-edco-br.png) no-repeat;
  width: 100px;
  height: 70px;
  right: -50px;
  margin: auto;
  bottom: -60px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-bnr-list {
  gap: 40px 5%;
}
.top-bnr-item {
  width: 47.5%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  transition: all 0.3s ease;
}
.top-bnr-item:hover {
  opacity: 0.7;
  bottom: 10px;
}
.top-bnr-item .item-link {
  display: block;
}
.top-bnr-item .item-ttl {
  margin-top: 10px;
  font-size: 1.5rem;
}
.top-bnr-item .item-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw-sub02.png) no-repeat;
  width: 15px;
  height: 15px;
  bottom: -30px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-bnr-item .item-ttl .icon img {
  height: 25px;
}
.top-bnr-item .item-img {
  aspect-ratio: 235/216;
  width: 100%;
}

/*--------------------
top-news
---------------------*/
.top-news-box {
  display: block;
}
.top-news .news-list {
  margin: 0 auto 7%;
}
.top-news-btn {
  margin: 0 auto;
}

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

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

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: clamp(160px, 30vw, 240px);
}
.sv-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1080px;
}
.sv-ttl {
  font-size: 2.5rem;
  background: var(--col-wh);
  padding: 6px 15px;
  box-sizing: border-box;
  width: fit-content;
  height: fit-content;
  margin-left: 5%;
}
.sv-ttl::first-letter {
  color: var(--col-main);
}

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

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

.sv-flow {
  background: url(../img/sv/sv-flow-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_reason ▼ ---------------*/
/*-----------------------
reason-advantage
-------------------------*/
.reason-advantage-ttl {
  margin: 0 auto 70px;
}
.reason-advantage-list {
  position: relative;
  gap: 60px 5%;
}
.reason-advantage-list::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust01.png) no-repeat;
  width: 70px;
  height: 90px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.reason-advantage-list::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust02.png) no-repeat;
  width: 70px;
  height: 90px;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.reason-advantage-item {
  width: 47.5%;
}
.reason-advantage-item .item-text {
  line-height: 1.6;
  font-size: 1.4rem;
}
.reason-advantage-item .icon {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  display: block;
}
.reason-advantage-item .icon img {
  height: 40px;
}

/*-----------------------
reason-feature
-------------------------*/
.reason-feature-table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 666px;
}
.reason-feature th, .reason-feature td {
  width: 160px;
}
.reason-feature-table-wrap {
  overflow: auto;
}
.reason-feature-table {
  position: relative;
}
.reason-feature-table::before {
  position: absolute;
  content: "";
  width: 169px;
  height: 683px;
  border: 5px solid #ffe257;
  left: 166px;
  top: 5px;
  border-radius: 10px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.reason-feature-table .row-ttl th {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--col-wh);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.reason-feature-table .row-ttl .none {
  background: none;
  width: 160px;
  display: block;
}
.reason-feature-table .row .icon01 {
  color: #ed94a0;
  font-weight: 800;
}
.reason-feature-table .row .icon02 {
  color: #ed94a0;
  font-weight: 500;
}
.reason-feature-table .row .icon03 {
  color: #89c168;
  font-weight: 800;
}
.reason-feature-table .row .icon04 {
  color: #34a2d5;
  font-weight: 800;
}
.reason-feature-table .row td {
  vertical-align: middle;
  text-align: center;
  background: var(--col-wh);
  font-size: 1.2rem;
  font-weight: 500;
}
.reason-feature-table .row td .icon {
  display: block;
  text-align: center;
  font-size: 3rem;
}
.reason-feature-table .row th {
  width: 160px;
  font-size: 1.5rem;
  background: var(--col-wh);
  height: 100%;
  height: 100px;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.reason-feature-table .row th .icon {
  text-align: center;
  margin: 0 auto 5px;
  width: fit-content;
  display: block;
}
.reason-feature-table .row th .icon img {
  width: 40px;
}
.reason-feature-table .row th .ttl {
  display: block;
  text-align: center;
  margin: 0 auto;
}

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

-------------------------*/
/*--------------- ▲ sub02_reason ▲ ---------------*/
/*--------------- ▼ sub03_plan ▼ ---------------*/
/*-----------------------
plan-link
-------------------------*/
.plan-link-list {
  gap: 20px 5%;
  position: relative;
  z-index: 1;
}
.plan-link-item {
  width: 47.5%;
}
.plan-link-item .item-bnt {
  width: 100%;
}

/*-----------------------
com-plan
-------------------------*/
.plan-sec {
  margin: 0 auto 17%;
}
.plan-sec:last-of-type {
  margin: 0 auto;
}

.plan-bg {
  padding: 100px 0;
  box-sizing: border-box;
}

.com-plan {
  padding: 0;
}
.com-plan-wrap {
  display: block;
}
.com-plan article {
  margin-bottom: 60px;
}
.com-plan article:last-of-type {
  margin-bottom: 0;
}
.com-plan-wrap {
  margin: 0 auto 60px;
}
.com-plan-img {
  aspect-ratio: 520/307;
  width: 80%;
  margin: 0 auto 6%;
}
.com-plan-text-wrap {
  margin: 0 auto 8%;
}
.com-plan-text {
  margin-bottom: 30px;
}
.com-plan-price-box {
  background: var(--col-wh);
  padding: 25px;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
}
.com-plan-price-box .dot {
  position: relative;
  display: block;
  padding-left: 20px;
}
.com-plan-price-box .dot::before {
  position: absolute;
  content: "・";
  left: 0;
  margin: auto;
  top: 2px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
com-plan-flow
-------------------------*/
.com-plan-flow .article-list {
  gap: 20px 5%;
}
.com-plan-flow .article-item.on {
  background: var(--col-wh);
}
.com-plan-flow .article-item.off {
  background: #aaabab;
  color: var(--col-text);
}
.com-plan-flow .article-item {
  position: relative;
  display: block;
  width: fit-content;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: var(--col-main);
  border-radius: 10px;
}
.com-plan-flow .article-item:last-child::before {
  content: none;
}
.com-plan-flow .article-item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--col-main);
  border-bottom: 2px solid var(--col-main);
  bottom: 0;
  transform: rotate(-45deg);
  margin: auto;
  right: -15px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
com-plan-service
-------------------------*/
.com-plan-service {
  position: relative;
}

.com-plan-service-list {
  border-top: 1px solid var(--col-main);
  overflow: auto;
  margin: 0 auto 6%;
}

.com-plan-service-item {
  width: 25%;
  background: var(--col-wh);
  text-align: center;
  height: 100px;
  border-right: 1px solid var(--col-main);
  border-bottom: 1px solid var(--col-main);
  box-sizing: border-box;
}

.com-plan-service-item:nth-child(5) {
  border-left: 1px solid var(--col-main);
}

.com-plan-service-item:nth-child(9) {
  border-left: 1px solid var(--col-main);
}

.com-plan-service-item:nth-child(13) {
  border-left: 1px solid var(--col-main);
}

.com-plan-service-item:nth-child(17) {
  border-left: 1px solid var(--col-main);
}

.com-plan-service-item:nth-child(21) {
  border-left: 1px solid var(--col-main);
}

.com-plan-service-item:nth-child(25) {
  border-left: 1px solid var(--col-main);
}

.com-plan-service-item:nth-child(1) {
  border-left: 1px solid var(--col-main);
}

.com-plan-service-item .icon {
  height: 50px;
}

.com-plan-service-item .icon img {
  max-width: 45px;
}

.com-plan-service-item .text {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-family: var(--font-text);
  margin-top: 10px;
  display: block;
}

.com-plan-service-item.off {
  background: #bdbdbd;
}

.com-plan-service-item.on {
  background: var(--col-wh);
}

.com-plan-service-note {
  font-family: var(--font-text);
}

.com-plan-service-note p {
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 15px;
  width: fit-content;
}

.com-plan-service-note p:last-of-type {
  margin-bottom: 0;
}

.com-plan-service-note p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: var(--col-wh);
  border: 1px solid var(--col-main);
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.com-plan-service-note p::after {
  position: absolute;
  content: "";
  background: url(../img/plan/plan.dot.png) no-repeat;
  width: 28px;
  height: 4px;
  bottom: 0;
  left: -40px;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

.com-plan-service-note .off::before {
  background: #bdbdbd;
}
.plan-others-box{
  background: var(--col-wh);
  padding:7% 5%;
  box-sizing: border-box;
}
/*--------------- ▲ sub03_plan ▲ ---------------*/
/*--------------- ▼ sub04_flow ▼ ---------------*/
/*-----------------------
flow-worries
-------------------------*/

.flow-worries-list {
  position: relative;
}
.flow-worries-wrap {
  position: relative;
  min-height: 380px;
}
.flow-worries-item {
  background: var(--col-wh);
  padding: 18px 12px;
  font-size: 1.4rem;
  width: fit-content;
  font-weight: 500;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.flow-worries-item:nth-child(even) {
  margin: 0 0 10px auto;
}
.flow-worries-illust {
  margin: 0 auto;
  width: 180px;
}

/*-----------------------
flow-contact
-------------------------*/
.flow-contact {
  background: url(../img/common/bg-round-top-pat01.png) no-repeat top center/100%, url(../img/flow/contact-bg.jpg) no-repeat center center/cover;
  padding: 100px 0 17%;
}
.flow-contact-box {
  position: relative;
  background: var(--col-wh);
  padding: 8% 6%;
  margin: 0 auto;
  box-sizing: border-box;
}
.flow-contact-text {
  margin: 0 auto 30px;
}
.flow-contact-tel {
  position: relative;
  background: var(--col-main-hilight);
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.flow-contact-tel::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust03.png) no-repeat;
  width: 40px;
  height: 50px;
  bottom: 0;
  left: -50px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
flow-about
-------------------------*/
.flow-about.bg-style02 .inbox::before {
  top: 0;
}
.flow-about.bg-style02 .inbox::after {
  bottom: -140px;
  right: -100px;
}

.flow-about-list {
  display: block;
  z-index: 1;
  position: relative;
}
.flow-about-item {
  position: relative;
  background: var(--col-wh);
  border: var(--col-main) solid 1px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
.flow-about-item::before {
  position: absolute;
  content: "";
  background: var(--col-main);
  width: 16px;
  height: 12px;
  bottom: -20px;
  margin: auto;
  right: 0;
  left: 0;
  background-size: contain;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all 0.3s ease;
}
.flow-about-item:last-child::before {
  content: none;
}
.flow-about-item .num {
  background: var(--col-main);
  color: var(--col-wh);
  font-size: 2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  width: 60px;
}
.flow-about-item .text {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 10px 35px 10px 10px;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
  height: 80%;
}
.flow-about-item .text .wrap {
  display: block;
  height: fit-content;
}

/*-----------------------
flow-todo
-------------------------*/
.flow-todo {
  background: url(../img/flow/todo-bg.jpg) no-repeat center center/cover;
}
.flow-todo-wrap {
  display: block;
}
.flow-todo-article {
  background: var(--col-wh);
  padding: 6%;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 8%;
}
.flow-todo-article:last-of-type {
  margin-bottom: 0;
}

/*-----------------------
flow-shop-bnr
-------------------------*/
.flow-shop-bnr-box {
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: 0;
  background: var(--col-main-hilight);
  border: 5px solid var(--col-main-light);
  padding: 6%;
  box-sizing: border-box;
  max-width: 350px;
}
.flow-shop-bnr-box:hover {
  opacity: 0.7;
  bottom: 10px;
}
.flow-shop-bnr-wrap {
  display: block;
}
.flow-shop-bnr-ttl {
  font-size: 1.9rem;
  text-align: center;
  box-sizing: border-box;
  font-weight: 500;
  margin: 0 auto 50px;
}
.flow-shop-bnr-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw-sub02.png) no-repeat;
  width: 15px;
  height: 15px;
  bottom: -25px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.flow-shop-bnr-ttl::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco03.png) no-repeat center center;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.flow-shop-bnr-img {
  aspect-ratio: 403/294;
  width: 80%;
  margin: 0 auto;
}

/*-----------------------
info-partner
-------------------------*/
.info-partner.bg-style02 .inbox::before {
  top: -30px;
  left: 0;
}
.info-partner.bg-style02 .inbox::after {
  bottom: 30px;
  right: -100px;
}

.info-partner-list {
  display: block;
  position: relative;
  z-index: 1;
}
.info-partner-item {
  border-radius: 10px;
  background: var(--col-wh);
  border: 1px solid var(--col-main);
  margin: 0 auto 6%;
}
.info-partner-item .item-ttl {
  background: var(--col-main);
  color: var(--col-wh);
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  font-size: 1.9rem;
  border-radius: 8px 8px 0 0;
}
.info-partner-item .item-text {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.info-partner-item .item-text .wrap {
  height: fit-content;
}

/*--------------- ▲ sub04_flow ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-access
-------------------------*/
.info-access-wrap {
  display: block;
}
.info-access-table {
  margin: 0 auto 8%;
  width: 100%;
}

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

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

-------------------------*/
/*--------------- ▲ sub05_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 */