/* 202508　ファーストビューのsvgアニメーション停止 */
#top .inner .imagearea li {
  animation: none !important;
  transition: none !important;
}
/* --------------------------------------------------
var
-------------------------------------------------- */
:root {
  --maincolor:#7CAD3B;
  --markColor: rgba(124, 173, 59, 0.4);
  --header_logosize: 244px;
  --header_logosize_sp: 150px;
}

/* --------------------------------------------------
Contents
-------------------------------------------------- */
@keyframes loop1 { 0% { transform: translate(100%, 0); }
  100% { transform: translate(-100%, 0); } }
@keyframes loop2 { 0% { transform: translate(0, 0); }
  100% { transform: translate(-200%, 0); } }
@keyframes loop { 0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); } }
#top { padding: 60px 0 0; margin: 0; }
#top .inner { width: 342px; max-width: 96%; margin: 0 auto; }
#top .inner .catch { font-weight: 700; font-size: 28px; line-height: 44px; letter-spacing: 1.5px; margin: -15px 0 40px; }
#top .inner .tag-wrap {
  display: flex;
  gap: 0 14px;
  margin: 0 0 24px;
  line-height: 1;
}
#top .inner .tag { background-color:#474241;color:#fff;font-size:14px;padding: 6px 8px;letter-spacing: normal; }
#top .inner .imagearea { margin: 0 0 40px; transform: translateX(4%); }
#top .inner .imagearea ul { position: relative; aspect-ratio: 601 / 432 ; }
#top .inner .imagearea ul li { opacity: 0; }
#top .inner .imagearea ul li { position: absolute; }
#top .inner .imagearea ul li:nth-child(1) { transform: scale(0.9); transform-origin: 17.5% 73.36%; z-index: 1; width: 26%; top: 43%; left: 0%; }
#top .inner .imagearea ul li:nth-child(2) { transform: scale(0.9); transform-origin: 32.19% 56.75%; z-index: 2; width: 26%; top: 33%; left: 15%; }
#top .inner .imagearea ul li:nth-child(3) { transform: translate(-10%, 10%); z-index: 4; width: 37%; top: 1%; left: 22.5%; }
#top .inner .imagearea ul li:nth-child(4) { transform: translate(-10%, 10%) rotate(-10deg); z-index: 3; width: 50%; top: 0%; left: 40.5%; }
#top .inner .imagearea ul li:nth-child(5) { transform: translate(0, -10%); z-index: 5; width: 30%; width: 11%; top: 62.4%; left: 35%; }
#top .inner .imagearea ul li:nth-child(6) { transform: scale(0.5); z-index: 6; width: 3.4%; top: 69.7%; left: 46.4%; }
#top .inner .imagearea ul li:nth-child(7) { transform: scale(0.5); transform-origin: 19.63% 76.27%; z-index: 7; width: 8%; top: 63%; left: 12%; }
#top .inner .textarea .p-base { margin: 0 0 40px; }
#top .inner .textarea .buttons { margin: 0 0 40px; }
#top .inner .textarea .buttons li { height: 56px; }
#top .inner .textarea .buttons li + li { margin: 17px 0 0; color: #474241; }
#top .inner .textarea .buttons li + li a { background: #FFFFFF; }
#top .inner .textarea .buttons li + li a::after { background-image: url("/web/jp/bpstorage/images/send/icon-arrow-g.svg"); }
#top .inner .textarea .caption { color: rgba(71, 66, 65, 0.8); font-family: "Inter", sans-serif; font-weight: 500; font-size: 12px; line-height: 24px; letter-spacing: 1px; }
.contents_group { margin: 0 0 60px; }
.contents_group h2 { font-weight: 700; font-size: 28px; line-height: 40px; text-align: center; letter-spacing: 1px; margin: 0 0 40px; }
.contents_group h2 .trim span { display: inline-block;  color: var(--maincolor); }
.contents_group h2 .trim span.is-show { opacity: 1; transform: none; color: #474241; transition: 0.3s opacity 0s linear, 0.2s color 0.4s linear, 0.3s transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.contents_group .inner { width: 342px; max-width: 96%; margin: 0 auto; }
.contents_group#clients .inner { width: 100%; max-width: 100%; }
.contents_group#clients .inner .sliderarea { white-space: nowrap; overflow: hidden; }
.contents_group#clients .inner .sliderarea .slides { display: inline-block; animation: loop1 50s linear -25s infinite; }
.contents_group#clients .inner .sliderarea .slides li { display: inline-block; width: 259px; }
.contents_group#clients .inner .sliderarea .slides:nth-child(2) { animation: loop2 50s linear 0s infinite; }
.contents_group#painpoint .inner .worries_solution h2 span.sp { display: block; margin: 16px 0 0; }
.contents_group#painpoint .inner .worries_solution .flex .single .worries { padding: 11px 60px 17px; border: 2px solid rgba(71, 66, 65, 0.2); margin: 0 0 63px; position: relative;  }
.contents_group#painpoint .inner .worries_solution .flex .single .worries p { font-weight: 700; font-size: 16px; line-height: 26px; text-align: center; letter-spacing: 0.5px; margin: 0 0 20px; }
.contents_group#painpoint .inner .worries_solution .flex .single .worries .imagearea { width: 117px; margin: 0 auto; }
.contents_group#painpoint .inner .worries_solution .flex .single .worries::after { display: block; content: ""; position: absolute; left: 0; right: 0; bottom: -42px; margin: 0 auto; width: 40px; height: 40px; background-image: url("/web/jp/bpstorage/images/send/painpoint_arrow@sp.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; transform-origin: top; }
.contents_group#painpoint .inner .worries_solution .flex .single .solution { border: solid 4px var(--maincolor); padding: 35px 24px 24px; position: relative; }
.contents_group#painpoint .inner .worries_solution .flex .single .solution .icon { width: 106px; height: 46px; background: var(--maincolor); color: #FFFFFF; border-radius: 41px; display: flex; align-items: center; justify-content: center; position: absolute; top: -24px; left: 0; right: 0; margin: 0 auto; font-weight: 700; font-size: 20px; line-height: 30px; letter-spacing: 1.5px; }
.contents_group#painpoint .inner .worries_solution .flex .single .solution .imagearea { width: 117px; margin: 0 auto 11px; }
.contents_group#painpoint .inner .worries_solution .flex .single .solution ul li { padding: 0 0 0 20px; font-weight: 500; font-size: 14px; line-height: 24px; position: relative; }
.contents_group#painpoint .inner .worries_solution .flex .single .solution ul li + li { margin: 4px 0 0; }
.contents_group#painpoint .inner .worries_solution .flex .single .solution ul li::before { display: block; content: ""; position: absolute; top: 4px; left: 0; width: 16px; height: 16px; background-image: url("/web/jp/bpstorage/images/send/check.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
.contents_group#painpoint .inner .worries_solution .flex .single + .single { margin: 40px 0 0; }
.contents_group#painpoint .inner .worries_solution .flex .single.is-show .worries { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#painpoint .inner .worries_solution .flex .single.is-show .worries .imagearea { transform: none; transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#painpoint .inner .worries_solution .flex .single.is-show .worries::after { transform: none; transition: transform .3s ease .8s; }
.contents_group#painpoint .inner .worries_solution .flex .single.is-show .solution { opacity: 1; transition: opacity 0.7s ease 1.2s; }
.contents_group#painpoint .inner .worries_solution .flex .single.is-show .solution .imagearea { transform: none; transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s; }
.contents_group#painpoint .inner .worries_solution .flex .single.is-show .solution ul li::before { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s; }
.contents_group#painpoint .inner .worries_solution .flex .dx { display: none; }
.contents_group#step { padding: 60px 0; background: rgba(66, 86, 33, 0.05); overflow: hidden; }
.contents_group#step .inner .head { margin: 0 0 80px; }
.contents_group#step .inner .head .flex .single { position: relative; padding: 0 0 66px 123px; }
.contents_group#step .inner .head .flex .single .num { font-family: "Inter", sans-serif; font-weight: 400; font-size: 24px; line-height: 34px; letter-spacing: 3px; margin: 0 0 5px; }
.contents_group#step .inner .head .flex .single .num span { margin: 0 0 0 8px; font-weight: 600; }
.contents_group#step .inner .head .flex .single .imagearea { position: absolute; top: 0; left: 0; width: 106px; transform: scale(0.8); }
.contents_group#step .inner .head .flex .single .textarea .tags { display: flex; align-items: center; margin: 0 0 8px; }
.contents_group#step .inner .head .flex .single .textarea .tags p { font-size: 14px; line-height: 24px; }
.contents_group#step .inner .head .flex .single .textarea .tags p.auto, .contents_group#step .inner .head .flex .single .textarea .tags p.manual { width: 84px; height: 26px; display: flex; justify-content: center; align-items: center; border: solid 2px #474241; box-sizing: border-box; }
.contents_group#step .inner .head .flex .single .textarea .tags p.auto { background: #474241; color: #FFFFFF; }
.contents_group#step .inner .head .flex .single .textarea .tags p.or { margin: 0 10px; }
.contents_group#step .inner .head .flex .single .textarea .text { font-weight: 700; font-size: 20px; line-height: 30px; letter-spacing: 1.5px; }
.contents_group#step .inner .head .flex .single::after { display: block; content: ""; border-top: solid 17px #474241; border-left: solid 10px transparent; border-right: solid 10px transparent; width: 0; position: absolute; bottom: 25px; left: 0; right: 0; margin: 0 auto; }
.contents_group#step .inner .head .flex .single:last-child { padding-bottom: 0; }
.contents_group#step .inner .head .flex .single:last-child::after { display: none; }
.contents_group#step .inner .head .flex.is-show .single { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#step .inner .head .flex.is-show .single .imagearea { transform: none; transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#step .inner .head .flex.is-show .single::after { opacity: 1; transform: none; transition: all 0.7s ease 0.4s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(2) { transition-delay: 1s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(2) .imagearea { transition-delay: 1s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(2)::after { transition-delay: 1.4s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(3) { transition-delay: 2s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(3) .imagearea { transition-delay: 2s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(3)::after { transition-delay: 2.4s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(4) { transition-delay: 3s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(4) .imagearea { transition-delay: 3s; }
.contents_group#step .inner .head .flex.is-show .single:nth-child(4)::after { transition-delay: 3.4s; }
.contents_group#step .inner .steps .single .single_main .titlearea { display: flex; align-items: flex-start; margin: 0 0 20px; }
.contents_group#step .inner .steps .single .single_main .titlearea .num { font-family: "Inter", sans-serif; font-size: 16px; line-height: 27px; letter-spacing: 5px; margin: 0 16px 0 0;  }
.contents_group#step .inner .steps .single .single_main .titlearea .num span { display: block; font-weight: 600; font-size: 44px; line-height: 48px; letter-spacing: 0.015em; }
.contents_group#step .inner .steps .single .single_main .titlearea .column .tags { display: flex; align-items: center; margin: 0 0 8px; }
.contents_group#step .inner .steps .single .single_main .titlearea .column .tags p { font-size: 14px; line-height: 24px; }
.contents_group#step .inner .steps .single .single_main .titlearea .column .tags p.auto, .contents_group#step .inner .steps .single .single_main .titlearea .column .tags p.manual { width: 84px; height: 26px; display: flex; justify-content: center; align-items: center; border: solid 2px #474241; box-sizing: border-box; }
.contents_group#step .inner .steps .single .single_main .titlearea .column .tags p.auto { background: #474241; color: #FFFFFF; }
.contents_group#step .inner .steps .single .single_main .titlearea .column .tags p.or { margin: 0 10px; }
.contents_group#step .inner .steps .single .single_main .titlearea .column h3 { font-weight: 700; font-size: 28px; line-height: 40px; letter-spacing: 1px; }
.contents_group#step .inner .steps .single .single_main .titlearea.is-show .num { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#step .inner .steps .single .single_main .titlearea.is-show .column { opacity: 1; transition: opacity 0.7s ease 0.3s; }
.contents_group#step .inner .steps .single .single_main .imagearea { margin: 0 0 25px; }
.contents_group#step .inner .steps .single .single_main .imagearea.is-show { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#step .inner .steps .single .single_main .textarea .common-btn { margin: 24px 0 0; }
.contents_group#step .inner .steps .single .single_main .textarea .common-btn a { background: #FFFFFF; }
.contents_group#step .inner .steps .single .single_main .textarea .caption { font-size: 12px; line-height: 20px; letter-spacing: 1.2px; color: rgba(71, 66, 65, 0.6); margin: 28px 0 0; }
.contents_group#step .inner .steps .single .single_main .textarea.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#step .inner .steps .single + .single { margin: 40px 0 0; }
.contents_group#catch .inner .p-base.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#feature { padding: 60px 0; background: rgba(56, 72, 11, 0.05); }
.contents_group#feature .inner .head { margin: 0 0 40px; }
.contents_group#feature .inner .head .imagearea { margin: 0 0 40px; }
.contents_group#feature .inner .head .textarea h3 { font-weight: 700; font-size: 28px; line-height: 40px; letter-spacing: 1px; margin: 0 0 24px; }
.contents_group#feature .inner .head .textarea.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#feature .inner .features .row .single { background: #FFFFFF; padding: 40px 24px; }
.contents_group#feature .inner .features .row .single .imagearea { width: 140px; margin: 0 auto 24px;  }
.contents_group#feature .inner .features .row .single .textarea .title { font-weight: 700; font-size: 16px; line-height: 26px; text-align: center; letter-spacing: 0.5px; margin: 0 0 24px; }
.contents_group#feature .inner .features .row .single .textarea .common-btn { max-width: 232px; margin: 0 auto; color: #474241; }
.contents_group#feature .inner .features .row .single .textarea .common-btn a { background: #FFFFFF; }
.contents_group#feature .inner .features .row .single .textarea .common-btn a::after { background-image: url("/web/jp/bpstorage/images/send/icon-arrow-g.svg"); }
.contents_group#feature .inner .features .row .single .textarea .icon { margin: 16px 0 0; }
.contents_group#feature .inner .features .row .single .textarea .icon.jiima { width: 252px; }
.contents_group#feature .inner .features .row .single .textarea .icon.isms { width: 65px; }
.contents_group#feature .inner .features .row .single + .single { margin: 24px 0 0; }
.contents_group#feature .inner .features .row .single.is-show .imagearea { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#feature .inner .features .row .single.is-show .textarea { opacity: 1; transition: opacity 0.7s ease 0.3s; }
.contents_group#feature .inner .features .row:nth-child(1) .single { border: solid 4px var(--maincolor); }
.contents_group#feature .inner .features .row:nth-child(2) { margin: 24px 0 0; }
.contents_group#feature .inner .features .row:nth-child(2) .single { border: solid 1px rgba(71, 66, 65, 0.2); }
.contents_group#plan .inner { width: 100%; max-width: 100%; }
.contents_group#plan .inner .head { width: 342px; max-width: 96%; margin: 0 auto 40px; }
.contents_group#plan .inner .head.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#plan .inner .plans { width: 374px; max-width: calc(100% - 16px); margin: 0 auto 15px; }
.contents_group#plan .inner .plans table { padding: 0; border-collapse: separate; border-spacing: 8px; width: calc(100% + 16px); margin: 0 -8px; table-layout: fixed; }
.contents_group#plan .inner .plans table thead th { padding: 26px 0; }
.contents_group#plan .inner .plans table thead th .title { font-weight: 700; font-size: 18px; line-height: 28px; text-align: center; letter-spacing: 1.5px; margin: 0 0 8px; }
.contents_group#plan .inner .plans table thead th .caption { font-weight: 400; font-size: 12px; line-height: 16px; text-align: center; letter-spacing: 1.2px; }
.contents_group#plan .inner .plans table tbody { padding: 0; }
.contents_group#plan .inner .plans table tbody tr { padding: 0; }
.contents_group#plan .inner .plans table tbody tr td.label { width: 134px; box-sizing: border-box; padding: 9px 16px; font-weight: 700; font-size: 14px; line-height: 24px; vertical-align: middle; }
.contents_group#plan .inner .plans table tbody tr td.data { padding: 9px; }
.contents_group#plan .inner .plans table tbody tr td.data .price { text-align: center; font-size: 12px; line-height: 20px; letter-spacing: 1.2px; }
.contents_group#plan .inner .plans table tbody tr td.data .price span { font-family: "Inter", sans-serif; font-weight: 600; font-size: 28px; line-height: 28px; letter-spacing: 1px; }
.contents_group#plan .inner .plans table tbody tr td.data .intax { font-weight: 400; font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 12px; line-height: 20px; text-align: center; letter-spacing: 0.5px; color: rgba(71, 66, 65, 0.6); margin: 2px 0 0; }
.contents_group#plan .inner .plans table tbody tr td.data .oparator { font-size: 12px; line-height: 20px; text-align: center; letter-spacing: 1.2px; }
.contents_group#plan .inner .plans table tbody tr td.data .price_box { margin: 8px 0 0; display: flex; justify-content: center; align-items: flex-end; }
.contents_group#plan .inner .plans table tbody tr td.data .price_box .intax { margin: 0; line-height: 25px; }
.contents_group#plan .inner .plans table tbody tr td.data .price_box.disabled { opacity: .2; }
.contents_group#plan .inner .plans table tbody tr td.data .price_box + .oparator { margin-top: 16px; }
.contents_group#plan .inner .plans table tbody tr td.data .campaign { color: #FF1717; font-size: 12px; line-height: 20px; text-align: center; }
.contents_group#plan .inner .plans table tbody tr td.data .campaign span { font-size: 18px; line-height: 28px; }
.contents_group#plan .inner .plans table tbody tr td.data .campaign + .oparator { margin-top: 16px; }
.contents_group#plan .inner .plans table tbody tr td.data .time { font-size: 14px; line-height: 24px; text-align: center; }
.contents_group#plan .inner .plans table tbody tr td.data .time + .oparator { margin-top: 11px; }
.contents_group#plan .inner .plans table tbody tr td.data .storage_price { font-size: 14px; line-height: 24px; text-align: center; }
.contents_group#plan .inner .plans table tbody tr td.data .storage_price_cap { font-size: 12px; line-height: 20px; text-align: center; }
.contents_group#plan .inner .plans table tbody tr td.data .number { font-size: 14px; line-height: 24px; text-align: center; }
.contents_group#plan .inner .plans table tbody tr td.data .method { font-size: 14px; line-height: 34px; text-align: center; }
.contents_group#plan .inner .plans table tbody tr td.data .flow { font-size: 14px; line-height: 24px; text-align: center; }
.contents_group#plan .inner .plans table tbody tr td.data .check_title { font-size: 14px; line-height: 24px; margin: 0 0 8px; }
.contents_group#plan .inner .plans table tbody tr td.data .check li { padding: 0 0 0 20px; font-size: 14px; line-height: 24px; position: relative; }
.contents_group#plan .inner .plans table tbody tr td.data .check li span { font-size: 12px; line-height: 21px; letter-spacing: 1.2px; }
.contents_group#plan .inner .plans table tbody tr td.data .check li + li { margin: 8px 0 0; }
.contents_group#plan .inner .plans table tbody tr td.data .check li::before { display: block; content: ""; position: absolute; top: 4px; left: 0; width: 16px; height: 16px; background-image: url("/web/jp/bpstorage/images/send/check2.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
.contents_group#plan .inner .plans table tbody tr td.data .common-btn { width: 100%; margin: 0 auto; }
.contents_group#plan .inner .plans table tbody tr:nth-child(2n-1) td { background: rgba(56, 72, 11, 0.05); }
.contents_group#plan .inner .plans table tbody tr:nth-child(6) .data, .contents_group#plan .inner .plans table tbody tr:nth-child(8) .data { vertical-align: middle; }
.contents_group#plan .inner .plans table tbody tr:last-child td { background: none; }
.contents_group#plan .inner .plans table tbody tr:last-child td.data { padding: 32px 16px 0; }
.contents_group#plan .inner .plans table:nth-child(1) thead th { background: rgba(124, 173, 59, 0.2); }
.contents_group#plan .inner .plans table:nth-child(2) thead th { background: rgba(124, 173, 59, 0.4); }
.contents_group#plan .inner .plans table + table { margin-top: 44px; }
.contents_group#plan .inner .plans table.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#plan .inner .caption { width: 342px; max-width: 96%; margin: 0 auto; }
.contents_group#plan .inner .caption p { font-weight: 400; color: rgba(71, 66, 65, 0.8); font-size: 12px; line-height: 20px; letter-spacing: 1.2px; }
.contents_group#plan .inner h2 { max-width: 88%; margin-inline: auto; }
.contents_group#interview .inner h2 { margin: 0 0 24px; }
.contents_group#interview .inner .head { margin: 0 0 40px;  }
.contents_group#interview .inner .head.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#interview .interviews .single { padding: 8px 6px 24px; border-radius: 16px; border: solid 2px rgba(71, 66, 65, 0.2);  }
.contents_group#interview .interviews .single a { display: block; height: 100%; }
.contents_group#interview .interviews .single a .imagearea { overflow: hidden; border-radius: 10px; margin: 0 0 24px; position: relative; padding: 56.13% 0 0; }
.contents_group#interview .interviews .single a .imagearea img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contents_group#interview .interviews .single a .textarea { padding: 0 11px; }
.contents_group#interview .interviews .single a .textarea h3 { font-weight: 700; font-size: 20px; line-height: 30px; letter-spacing: 1.5px; margin: 0 0 16px; }
.contents_group#interview .interviews .single a .textarea .p-base { color: rgba(71, 66, 65, 0.6); }
.contents_group#interview .interviews .single a .textarea .p-base b { color: #474241; font-weight: 700; }
.contents_group#interview .interviews .single + .single { margin: 24px 0 0; }
.contents_group#interview .interviews .single.is-show { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#seminar { background: rgba(18, 64, 57, 0.05); padding: 60px 0; }
.contents_group#seminar .inner .group h2 { margin: 0 0 24px; }
.contents_group#seminar .inner .group .head { margin: 0 0 40px; }
.contents_group#seminar .inner .group .head.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#seminar .inner .group .archives .single, .contents_group#seminar .inner .group .reservations .single {  }
.contents_group#seminar .inner .group .archives .single .imagearea, .contents_group#seminar .inner .group .reservations .single .imagearea { position: relative; padding: 57.89% 0 0; margin: 0 0 24px; border-radius: 16px; overflow: hidden; }
.contents_group#seminar .inner .group .archives .single .imagearea img, .contents_group#seminar .inner .group .reservations .single .imagearea img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.contents_group#seminar .inner .group .archives .single .textarea h3, .contents_group#seminar .inner .group .reservations .single .textarea h3 { font-weight: 700; font-size: 16px; line-height: 26px; letter-spacing: 0.5px; margin: 0 0 24px; }
.contents_group#seminar .inner .group .archives .single .textarea .p-base, .contents_group#seminar .inner .group .reservations .single .textarea .p-base { margin: 0 0 24px; }
.contents_group#seminar .inner .group .archives .single + .single, .contents_group#seminar .inner .group .reservations .single + .single { margin: 40px 0 0; }
.contents_group#seminar .inner .group .archives .single.is-show, .contents_group#seminar .inner .group .reservations .single.is-show { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#seminar .inner .group .archives .single .textarea .common-btn a::after { 
  position: relative;
  top: 1px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 2px;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  transition: transform .4s ease 0s;
  transform: none;
  background-color: currentColor;
  mask-image: url("/web/jp/bpstorage/images/send/icon-play-g.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.contents_group#seminar .inner .group .reservations .single .textarea .caption { font-weight: 400; font-size: 12px; line-height: 20px; letter-spacing: 1.2px; }
.contents_group#seminar .inner .group .reservations .single .textarea .common-btn { margin: 24px 0 0; }
.contents_group#seminar .inner .group + .group { margin: 60px 0 0; }
.contents_group#uw .inner .uws {display: grid;grid-template-columns: 100%; gap: 24px 0;}
.contents_group#uw .inner .uws .single { border: 2px solid rgba(71, 66, 65, 0.2); border-radius: 16px;  }
.contents_group#uw .inner .uws .single a { display: block; padding: 24px; }
.contents_group#uw .inner .uws .single a h3 { position: relative; padding: 0 0 0 40px; font-weight: 700; font-size: 18px; line-height: 28px; letter-spacing: 1.5px; margin: 0 0 28px; }
.contents_group#uw .inner .uws .single a h3::before { display: block; content: ""; position: absolute; top: 50%; left: 0; width: 32px; height: 32px; transform: translate(0, -50%); background-image: url("/web/jp/bpstorage/images/send/check.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
.contents_group#uw .inner .uws .single a .text { color: rgba(71, 66, 65, 0.8); font-size: 14px; line-height: 24px; margin: 0 0 16px; }
.contents_group#uw .inner .uws .single a .readmore { font-weight: 700; font-size: 14px; line-height: 24px; }
.contents_group#uw .inner .uws .single a .readmore i { display: inline-block; line-height: 1; width: 16px; margin: 0 0 0 8px; }
.contents_group#uw .inner .uws.is-show .single { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#uw .inner .uws.is-show .single:nth-child(2) { transition-delay: .4s; } 
@media screen and (min-width: 768px) {
  .contents_group#uw .inner .uws {grid-template-columns: 1fr 1fr; gap: 30px 32px;}
}
.contents_group#service .inner .services .single { height: 464px;  }
.contents_group#service .inner .services .single a { display: block; padding: 40px 40px 0; height: 100%; box-sizing: border-box; position: relative; border: solid 4px; border-radius: 16px; }
.contents_group#service .inner .services .single a .imagearea { width: 90px; margin: 0 0 32px; }
.contents_group#service .inner .services .single a .p-base { color: #474241; font-size: 16px; line-height: 1.71; }
.contents_group#service .inner .services .single a .linktext { position: absolute; left: 40px; bottom: 40px; font-weight: 700; font-size: 14px; line-height: 24px; }
.contents_group#service .inner .services .single a .linktext i { line-height: 1; display: inline-block; vertical-align: middle; width: 15px; margin: 0 0 0 9px; }
.contents_group#service .inner .services .single + .single { margin: 24px 0 0; }
.contents_group#service .inner .services .single:nth-child(1) a { border-color: #FFCC00; }
.contents_group#service .inner .services .single:nth-child(1) a .linktext { color: #FFCC00; }
.contents_group#service .inner .services .single:nth-child(2) a { border-color: var(--maincolor); }
.contents_group#service .inner .services .single:nth-child(2) a .linktext { color: var(--maincolor); }
.contents_group#service .inner .services .single:nth-child(3) a { border-color: #ffa31a; }
.contents_group#service .inner .services .single:nth-child(3) a .linktext { color: #ffa31a; }
.contents_group#service .inner .services .single:nth-child(4) a { border-color: #A678D6; }
.contents_group#service .inner .services .single:nth-child(4) a .linktext { color: #A678D6; }
.contents_group#service .inner .services .single.is-current a { pointer-events: none; }
.contents_group#service .inner .services.is-show .single { opacity: 1; transform: none; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.contents_group#service .inner .services.is-show .single:nth-child(2) { transition-delay: 0.5s; }
.contents_group#service .inner .services.is-show .single:nth-child(3) { transition-delay: 1s; }
.contents_group#service .inner .services.is-show .single:nth-child(4) { transition-delay: 1.5s; }
.contents_group#service .inner .services.is-show .single.is-current { opacity: .3; }
.contents_group#news .inner { width: 100%; max-width: 100%; }
.contents_group#news .inner h2 { margin: 0 0 24px; }
.contents_group#news .inner .link { font-weight: 700; font-size: 14px; line-height: 24px; text-align: center; margin: 0 0 40px; }
.contents_group#news .inner .link i { display: inline-block; width: 16px; line-height: 1; margin: 0 0 0 8px; }
.contents_group#news .inner .link.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#news .inner .news { margin: 0 0 40px; }
.contents_group#news .inner .news li a { display: block; padding: calc((100vw - 342px) / 2) 0; }
@media screen and (max-width: 342px) { .contents_group#news .inner .news li a { padding: 2vw 0; } }
.contents_group#news .inner .news li a .list_inner { display: block; width: 342px; max-width: 96%; margin: 0 auto; }
.contents_group#news .inner .news li a .list_inner time { display: block; font-family: "Inter", sans-serif; font-weight: 400; font-size: 12px; line-height: 24px; letter-spacing: 1px; }
.contents_group#news .inner .news li a .list_inner .title { display: block; font-size: 14px; line-height: 26px; }
.contents_group#news .inner .news li:nth-child(2n-1) a { background: rgba(18, 64, 57, 0.05); }
.contents_group#news .inner .news.is-show li { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#news .inner .news.is-show li:nth-child(2) { transition-delay: 0.2s; }
.contents_group#news .inner .news.is-show li:nth-child(3) { transition-delay: 0.4s; }
.contents_group#news .inner .news.is-show li:nth-child(4) { transition-delay: 0.6s; }
.contents_group#news .inner .news.is-show li:nth-child(5) { transition-delay: 0.8s; }
.contents_group#news .inner .news.is-show li:nth-child(6) { transition-delay: 1s; }
.contents_group#news .inner .news.is-show li:nth-child(7) { transition-delay: 1.2s; }
.contents_group#news .inner .news.is-show li:nth-child(8) { transition-delay: 1.4s; }
.contents_group#news .inner .news.is-show li:nth-child(9) { transition-delay: 1.6s; }
.contents_group#news .inner .news.is-show li:nth-child(10) { transition-delay: 1.8s; }
.contents_group#news .inner .news.is-show li:nth-child(11) { transition-delay: 2s; }
.contents_group#news .inner .news.is-show li:nth-child(12) { transition-delay: 2.2s; }
.contents_group#news .inner .news.is-show li:nth-child(13) { transition-delay: 2.4s; }
.contents_group#news .inner .news.is-show li:nth-child(14) { transition-delay: 2.6s; }
.contents_group#news .inner .news.is-show li:nth-child(15) { transition-delay: 2.8s; }
.contents_group#news .inner .news.is-show li:nth-child(16) { transition-delay: 3s; }
.contents_group#news .inner .news.is-show li:nth-child(17) { transition-delay: 3.2s; }
.contents_group#news .inner .news.is-show li:nth-child(18) { transition-delay: 3.4s; }
.contents_group#news .inner .news.is-show li:nth-child(19) { transition-delay: 3.6s; }
.contents_group#news .inner .news.is-show li:nth-child(20) { transition-delay: 3.8s; }
.contents_group#news .inner .news.is-show li:nth-child(21) { transition-delay: 4s; }
.contents_group#news .inner .news.is-show li:nth-child(22) { transition-delay: 4.2s; }
.contents_group#news .inner .news.is-show li:nth-child(23) { transition-delay: 4.4s; }
.contents_group#news .inner .news.is-show li:nth-child(24) { transition-delay: 4.6s; }
.contents_group#news .inner .news.is-show li:nth-child(25) { transition-delay: 4.8s; }
.contents_group#news .inner .news.is-show li:nth-child(26) { transition-delay: 5s; }
.contents_group#news .inner .news.is-show li:nth-child(27) { transition-delay: 5.2s; }
.contents_group#news .inner .news.is-show li:nth-child(28) { transition-delay: 5.4s; }
.contents_group#news .inner .news.is-show li:nth-child(29) { transition-delay: 5.6s; }
.contents_group#news .inner .news.is-show li:nth-child(30) { transition-delay: 5.8s; }
.contents_group#news .inner .news.is-show li:nth-child(31) { transition-delay: 6s; }
.contents_group#news .inner .news.is-show li:nth-child(32) { transition-delay: 6.2s; }
.contents_group#news .inner .news.is-show li:nth-child(33) { transition-delay: 6.4s; }
.contents_group#news .inner .news.is-show li:nth-child(34) { transition-delay: 6.6s; }
.contents_group#news .inner .news.is-show li:nth-child(35) { transition-delay: 6.8s; }
.contents_group#news .inner .news.is-show li:nth-child(36) { transition-delay: 7s; }
.contents_group#news .inner .news.is-show li:nth-child(37) { transition-delay: 7.2s; }
.contents_group#news .inner .news.is-show li:nth-child(38) { transition-delay: 7.4s; }
.contents_group#news .inner .news.is-show li:nth-child(39) { transition-delay: 7.6s; }
.contents_group#news .inner .news.is-show li:nth-child(40) { transition-delay: 7.8s; }
.contents_group#news .inner .news.is-show li:nth-child(41) { transition-delay: 8s; }
.contents_group#news .inner .news.is-show li:nth-child(42) { transition-delay: 8.2s; }
.contents_group#news .inner .news.is-show li:nth-child(43) { transition-delay: 8.4s; }
.contents_group#news .inner .news.is-show li:nth-child(44) { transition-delay: 8.6s; }
.contents_group#news .inner .news.is-show li:nth-child(45) { transition-delay: 8.8s; }
.contents_group#news .inner .news.is-show li:nth-child(46) { transition-delay: 9s; }
.contents_group#news .inner .news.is-show li:nth-child(47) { transition-delay: 9.2s; }
.contents_group#news .inner .news.is-show li:nth-child(48) { transition-delay: 9.4s; }
.contents_group#news .inner .news.is-show li:nth-child(49) { transition-delay: 9.6s; }
.contents_group#news .inner .news.is-show li:nth-child(50) { transition-delay: 9.8s; }
.contents_group#news .inner .common-btn { width: 342px; max-width: 96%; margin: 0 auto; color: #474241; }
.contents_group#news .inner .common-btn a { background: #FFFFFF; }
.contents_group#news .inner .common-btn a::after { background-image: url("/web/jp/bpstorage/images/send/icon-arrow-g.svg"); }
.contents_group#news .inner .common-btn.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#help .inner .helps { margin: 0 0 40px; }
.contents_group#help .inner .helps .single { border: 2px solid rgba(71, 66, 65, 0.2); border-radius: 16px;  }
.contents_group#help .inner .helps .single a { display: flex; align-items: center; height: 100%; padding: 8px; box-sizing: border-box; }
.contents_group#help .inner .helps .single a .imagearea { width: 102px; height: 80px; border-radius: 10px; overflow: hidden; margin: 0 8px 0 0; position: relative; }
.contents_group#help .inner .helps .single a .imagearea img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contents_group#help .inner .helps .single a .textarea { width: calc(100% - 110px); }
.contents_group#help .inner .helps .single a .textarea h3 { font-weight: 700; font-size: 12px; line-height: 20px; letter-spacing: 1px; margin: 0 0 8px; }
.contents_group#help .inner .helps .single a .textarea time { display: block; font-weight: 400; font-size: 12px; line-height: 20px; letter-spacing: 1.2px; }
.contents_group#help .inner .helps .single + .single { margin: 24px 0 0; }
.contents_group#help .inner .helps.is-show .single { opacity: 1; transform: none; transition: all 0.7s ease 0s; }
.contents_group#help .inner .helps.is-show .single:nth-child(2) { transition-delay: 0.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(3) { transition-delay: 1s; }
.contents_group#help .inner .helps.is-show .single:nth-child(4) { transition-delay: 1.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(5) { transition-delay: 2s; }
.contents_group#help .inner .helps.is-show .single:nth-child(6) { transition-delay: 2.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(7) { transition-delay: 3s; }
.contents_group#help .inner .helps.is-show .single:nth-child(8) { transition-delay: 3.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(9) { transition-delay: 4s; }
.contents_group#help .inner .helps.is-show .single:nth-child(10) { transition-delay: 4.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(11) { transition-delay: 5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(12) { transition-delay: 5.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(13) { transition-delay: 6s; }
.contents_group#help .inner .helps.is-show .single:nth-child(14) { transition-delay: 6.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(15) { transition-delay: 7s; }
.contents_group#help .inner .helps.is-show .single:nth-child(16) { transition-delay: 7.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(17) { transition-delay: 8s; }
.contents_group#help .inner .helps.is-show .single:nth-child(18) { transition-delay: 8.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(19) { transition-delay: 9s; }
.contents_group#help .inner .helps.is-show .single:nth-child(20) { transition-delay: 9.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(21) { transition-delay: 10s; }
.contents_group#help .inner .helps.is-show .single:nth-child(22) { transition-delay: 10.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(23) { transition-delay: 11s; }
.contents_group#help .inner .helps.is-show .single:nth-child(24) { transition-delay: 11.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(25) { transition-delay: 12s; }
.contents_group#help .inner .helps.is-show .single:nth-child(26) { transition-delay: 12.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(27) { transition-delay: 13s; }
.contents_group#help .inner .helps.is-show .single:nth-child(28) { transition-delay: 13.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(29) { transition-delay: 14s; }
.contents_group#help .inner .helps.is-show .single:nth-child(30) { transition-delay: 14.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(31) { transition-delay: 15s; }
.contents_group#help .inner .helps.is-show .single:nth-child(32) { transition-delay: 15.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(33) { transition-delay: 16s; }
.contents_group#help .inner .helps.is-show .single:nth-child(34) { transition-delay: 16.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(35) { transition-delay: 17s; }
.contents_group#help .inner .helps.is-show .single:nth-child(36) { transition-delay: 17.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(37) { transition-delay: 18s; }
.contents_group#help .inner .helps.is-show .single:nth-child(38) { transition-delay: 18.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(39) { transition-delay: 19s; }
.contents_group#help .inner .helps.is-show .single:nth-child(40) { transition-delay: 19.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(41) { transition-delay: 20s; }
.contents_group#help .inner .helps.is-show .single:nth-child(42) { transition-delay: 20.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(43) { transition-delay: 21s; }
.contents_group#help .inner .helps.is-show .single:nth-child(44) { transition-delay: 21.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(45) { transition-delay: 22s; }
.contents_group#help .inner .helps.is-show .single:nth-child(46) { transition-delay: 22.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(47) { transition-delay: 23s; }
.contents_group#help .inner .helps.is-show .single:nth-child(48) { transition-delay: 23.5s; }
.contents_group#help .inner .helps.is-show .single:nth-child(49) { transition-delay: 24s; }
.contents_group#help .inner .helps.is-show .single:nth-child(50) { transition-delay: 24.5s; }
.contents_group#help .inner .common-btn { color: #474241; }
.contents_group#help .inner .common-btn a { background: #FFFFFF; }
.contents_group#help .inner .common-btn a::after { background-image: url("/web/jp/bpstorage/images/send/icon-arrow-g.svg"); }
.contents_group#help .inner .common-btn.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
body.site-front.is-loaded #top .imagearea ul li { opacity: 1; transform: none !important; }
body.site-front.is-loaded #top .imagearea ul li:nth-child(1) { transition: 0.1s opacity 1.5s linear, 0.5s transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.site-front.is-loaded #top .imagearea ul li:nth-child(2) { transition: 0.1s opacity 1.7s linear, 0.5s transform 1.7s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.site-front.is-loaded #top .imagearea ul li:nth-child(3) { transition: 0.1s opacity 2.3s linear, 0.5s transform 2.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.site-front.is-loaded #top .imagearea ul li:nth-child(4) { transition: .1s opacity 2.5s linear,.5s transform 2.5s ease; }
body.site-front.is-loaded #top .imagearea ul li:nth-child(5) { transition: 0.1s opacity 3.1s linear, 0.5s transform 3.1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.site-front.is-loaded #top .imagearea ul li:nth-child(6) { transition: 0.1s opacity 3.3s linear, 0.5s transform 3.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.site-front.is-loaded #top .imagearea ul li:nth-child(7) { transition: 0.1s opacity 4s linear, 0.5s transform 4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.contents_group#step .inner .steps .single .single_main .textarea .box_text { border: 3px solid #474241; padding: 15px 20px; margin: 40px 0 0; }
.contents_group#step .inner .steps .single .single_main .textarea .box_text .title { font-weight: 700; font-size: 18px; line-height: 26px; margin: 0 0 16px; }
.contents_group#step .inner .steps .single .single_main .textarea .box_text .text { color: rgba(71, 66, 65, 0.8); font-weight: 400; font-size: 18px; line-height: 26px; }

@media screen and (min-width: 768px) { #top { max-width: 1440px; padding: 48px 0 0; margin: 0 auto 112px; }
  #top .inner { width: calc(100% - 60px); max-width: 1150px; position: relative; display: block; flex-direction: column; align-items: flex-end; justify-content: center; padding: 0; box-sizing: border-box; } }
@media screen and (min-width: 768px) and (max-width: 1050px) { #top .inner { padding: 0 calc(100% - 446px) 0 0; height: calc((100% - 446px) * 0.66625); } }
@media screen and (min-width: 768px) {
  #top .inner .catch { font-size: 36px; line-height: 56px; letter-spacing: 1px; margin: 0 0 24px; width: 536px; }
  #top .inner .tag-wrap { gap:24px; margin-bottom: 25px; }
  #top .inner .tag {padding: 10px 8px;}
  #top .inner .imagearea { margin: 0;padding: 0; position: absolute;z-index: 2; top: 0%; right: -3%; width: 57.8%;transform: none; }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #top .inner .imagearea {
    top: 10%;
    right: -2%;
    width: calc(100% - 446px);
  }
}
@media screen and (min-width: 768px) { 
  #top .inner .textarea .p-base { max-width: 408px;font-size: 14px; line-height: 24px; margin: 0 0 34px;letter-spacing: normal; }
  #top .inner .textarea .buttons { 
    width: 540px;
    margin: 0;
    display: flex;
    gap: 24px;
  }
  #top .inner .textarea .buttons li { width: 228px; }
  #top .inner .textarea .buttons li + li { margin: 0; order: -1; width: 258px; }
  #top .inner .textarea .buttons li + li a:hover { background: var(--maincolor); color: #FFFFFF; }
  #top .inner .textarea .buttons li + li a:hover::after { background-image: url("/web/jp/bpstorage/images/icon-arrow.svg"); }
}

@media screen and (min-width: 768px) { .contents_group { margin: 0 0 104px; }
  .contents_group h2 { font-size: 36px; line-height: 56px; margin: 0 0 64px; }
  .contents_group .inner { width: 1120px; }
  .contents_group#painpoint .inner .worries_solution .flex { display: flex; justify-content: space-between; position: relative; }
  .contents_group#painpoint .inner .worries_solution .flex .single { width: 256px; max-width: calc((100% - 40px) / 4); }
  .contents_group#painpoint .inner .worries_solution .flex .single .worries { padding: 35px 18px; margin: 0 0 177px; height: 300px; box-sizing: border-box; }
  .contents_group#painpoint .inner .worries_solution .flex .single .worries p { margin: 0 0 24px; min-height: 78px; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#painpoint .inner .worries_solution .flex .single .worries p { font-size: 12.8px; line-height: 20.8px; min-height: 62.4px; } }
@media screen and (min-width: 768px) { .contents_group#painpoint .inner .worries_solution .flex .single .worries .imagearea { width: 128px; }
  .contents_group#painpoint .inner .worries_solution .flex .single .worries::after { bottom: -170px; height: 170px; background-image: url("/web/jp/bpstorage/images/send/painpoint_arrow.svg"); }
  .contents_group#painpoint .inner .worries_solution .flex .single .solution { padding: 35px 18px; height: 365px; box-sizing: border-box; }
  .contents_group#painpoint .inner .worries_solution .flex .single .solution .icon { display: none; }
  .contents_group#painpoint .inner .worries_solution .flex .single .solution .imagearea { width: 128px; margin: 0 auto 24px; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#painpoint .inner .worries_solution .flex .single .solution ul li { font-size: 11.2px; line-height: 19.2px; } }
@media screen and (min-width: 768px) { .contents_group#painpoint .inner .worries_solution .flex .single + .single { margin: 0; }
  .contents_group#painpoint .inner .worries_solution .flex .dx { display: block; position: absolute; top: 358px; left: 0; right: 0; font-weight: 700; font-size: 36px; line-height: 56px; text-align: center; letter-spacing: 1px; }
  .contents_group#catch .inner .p-base { max-width: 801px; color: rgba(71, 66, 65, 0.8); margin: 0 auto; text-align: center; }
  .contents_group#step .inner .head { margin: 0 0 160px; }
  .contents_group#step .inner .head .flex { display: flex; justify-content: space-between; }
  .contents_group#step .inner .head .flex .single { width: calc((100% - 96px) / 4); padding: 0; margin: 0; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#step .inner .head .flex .single { width: calc((100% - 72px) / 4); } }
@media screen and (min-width: 768px) {
  .contents_group#step {
    padding: 80px 0;
  }
  .contents_group#step .inner .head .flex .single .num { font-weight: 500; font-size: 16px; line-height: 27px; letter-spacing: 5px; margin: 0 0 48px; }
  .contents_group#step .inner .head .flex .single .num span { display: block; margin: 0; font-size: 44px; line-height: 48px; letter-spacing: 0.015em; }
  .contents_group#step .inner .head .flex .single .imagearea { position: static; width: 156px; margin: 0 auto 48px; }
  .contents_group#step .inner .head .flex .single .textarea .tags { margin: 0 0 16px; }
  .contents_group#step .inner .head .flex .single .textarea .text { font-size: 24px; line-height: 32px; letter-spacing: 1px; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#step .inner .head .flex .single .textarea .text { font-size: 16.8px; line-height: 22.4px; } }
@media screen and (min-width: 768px) { .contents_group#step .inner .head .flex .single::after { border-top: solid 19px transparent; border-left: solid 34px #474241; border-right: none; border-bottom: solid 19px transparent; bottom: 50%; left: auto; right: -32px; margin: 0; transform: translate(-10px, 0); } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#step .inner .head .flex .single::after { border-top-width: 9.5px; border-bottom-width: 9.5px; border-left-width: 17px; right: -24px; } }
@media screen and (min-width: 768px) { .contents_group#step .inner .steps .single .single_main { position: relative; min-height: 352px; display: flex; flex-direction: column; justify-content: center; }
  .contents_group#step .inner .steps .single .single_main .titlearea { width: 48.57%; margin: 0 0 24px; }
  .contents_group#step .inner .steps .single .single_main .imagearea { width: 48.57%; margin: 0; position: absolute; top: 50%; right: 0; transform: scale(0.9) translate(0, -50%); }
  .contents_group#step .inner .steps .single .single_main .imagearea.is-show { transform: translate(0, -50%); }
  .contents_group#step .inner .steps .single .single_main .textarea { width: 48.57%; }
  .contents_group#step .inner .steps .single .single_main .textarea .common-btn { max-width: 265px; }
  .contents_group#step .inner .steps .single .single_main .textarea .common-btn a:hover { background: var(--maincolor); color: #FFFFFF; }
  .contents_group#step .inner .steps .single .single_main .textarea .common-btn a:hover::after { background-image: url("/web/jp/bpstorage/images/icon-arrow.svg"); }
  .contents_group#step .inner .steps .single + .single { margin: 64px 0 0; }
  .contents_group#step .inner .steps .single:nth-child(2n) .single_main { align-items: flex-end; }
  .contents_group#step .inner .steps .single:nth-child(2n) .single_main .imagearea { right: auto; left: 0; }
  .contents_group#step .inner .steps .single:nth-child(4) .single_main .imagearea img { display: block; width: 85%; margin: 0 auto; }
  .contents_group#feature { padding: 80px 0; }
  .contents_group#feature .inner .head { display: flex; justify-content: space-between; align-items: flex-end; width: 102.5%; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#feature .inner .head { align-items: center; } }
@media screen and (min-width: 768px) { .contents_group#feature .inner .head .imagearea { margin: 0; width: 59.91%; }
  .contents_group#feature .inner .head .textarea { width: 38.96%; order: -1; }
  .contents_group#feature .inner .head .textarea h3 { font-size: 24px; line-height: 32px; max-width: 352px; }
  .contents_group#feature .inner .features .row { display: flex; }
  .contents_group#feature .inner .features .row .single { width: 31.43%; box-sizing: border-box; padding: 40px 24px; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#feature .inner .features .row .single { padding: 40px 10px; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#feature .inner .features .row .single .textarea .title { font-size: 12.8px; line-height: 20.8px; } }
@media screen and (min-width: 768px) { .contents_group#feature .inner .features .row .single .textarea .p-base { font-size: 14px; line-height: 24px; letter-spacing: 0; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#feature .inner .features .row .single .textarea .p-base { font-size: 11.2px; line-height: 19.2px; } }
@media screen and (min-width: 768px) { .contents_group#feature .inner .features .row .single .textarea .common-btn { max-width: 183px; }
  .contents_group#feature .inner .features .row .single .textarea .common-btn a:hover { background: var(--maincolor); color: #FFFFFF; }
  .contents_group#feature .inner .features .row .single .textarea .common-btn a:hover::after { background-image: url("/web/jp/bpstorage/images/icon-arrow.svg"); }
  .contents_group#feature .inner .features .row .single .textarea .icon { max-width: 100%; }
  .contents_group#feature .inner .features .row .single + .single { margin: 0; }
  .contents_group#feature .inner .features .row .single:nth-child(3n-1) { margin: 0 2.855%; }
  .contents_group#feature .inner .features .row:nth-child(2) { margin: 32px 0 0; }
  .contents_group#feature .inner .features .row:nth-child(2) .single { border-width: 2px; }
  .contents_group#plan .inner { width: 1120px; max-width: 96%; }
  .contents_group#plan .inner .head { width: 100%; text-align: center; }
  .contents_group#plan .inner .plans { width: calc(100% + 16px); max-width: none; margin: 0 -8px 5px; display: flex; align-items: flex-start; position: relative; }
  .contents_group#plan .inner .plans table { width: calc((100% - 40px) / 3 + 20px); margin: 0; }
  .contents_group#plan .inner .plans table thead th { padding: 24px 0; } }
  .contents_group#step .inner .steps .single .single_main .textarea .box_text { padding: 40px 10px; }
  .contents_group#step .inner .steps .single .single_main .textarea .box_text .title { max-width: 315px; margin: 0 auto 40px; }
  .contents_group#step .inner .steps .single .single_main .textarea .box_text .text { max-width: 315px; margin: 0 auto; }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#plan .inner .plans table thead th .caption { font-size: 11px; letter-spacing: 0; } }
@media screen and (min-width: 768px) { .contents_group#plan .inner .plans table tbody tr td.label { width: 50%; padding: 18px 16px; }
  .contents_group#plan .inner .plans table tbody tr td.data { padding: 9px 13px; min-height: 60px; }
  .contents_group#plan .inner .plans table tbody tr td.data .price { font-size: 16px; line-height: 27px; }
  .contents_group#plan .inner .plans table tbody tr td.data .check_title { font-size: 16px; line-height: 26px; }
  .contents_group#plan .inner .plans table tbody tr td.data .check li { padding: 0 0 0 24px; }
  .contents_group#plan .inner .plans table tbody tr td.data .check li span { line-height: 20px; }
  .contents_group#plan .inner .plans table tbody tr td.data .common-btn { width: 325px; max-width: 90%; }
  .contents_group#plan .inner .plans table tbody tr:nth-child(3) td.data, .contents_group#plan .inner .plans table tbody tr:nth-child(4) td.data { padding: 16px; }
  .contents_group#plan .inner .plans table tbody tr:nth-child(5) td.data { padding: 11px; vertical-align: middle; }
  .contents_group#plan .inner .plans table tbody tr:nth-child(9) td.data { padding-top: 27px; padding-bottom: 118px; position: relative; }
  .contents_group#plan .inner .plans table tbody tr:nth-child(9) td.data .common-btn { position: absolute; bottom: 32px; left: 0; right: 0; margin: 0 auto; }
  .contents_group#plan .inner .plans table:nth-child(1) { width: 66.6%; }
  .contents_group#plan .inner .plans table:nth-child(1) thead tr th:nth-child(1) { background: #FFFFFF; }
  .contents_group#plan .inner .plans table:nth-child(2) thead tr th:nth-child(1), .contents_group#plan .inner .plans table:nth-child(2) thead tr td:nth-child(1), .contents_group#plan .inner .plans table:nth-child(2) tbody tr th:nth-child(1), .contents_group#plan .inner .plans table:nth-child(2) tbody tr td:nth-child(1), .contents_group#plan .inner .plans table:nth-child(3) thead tr th:nth-child(1), .contents_group#plan .inner .plans table:nth-child(3) thead tr td:nth-child(1), .contents_group#plan .inner .plans table:nth-child(3) tbody tr th:nth-child(1), .contents_group#plan .inner .plans table:nth-child(3) tbody tr td:nth-child(1) { display: none; }
  .contents_group#plan .inner .plans table + table { margin-top: 0; margin-left: -8px; }
  .contents_group#plan .inner .caption { width: 100%; max-width: 100%; }
  .contents_group#plan .inner .caption p { color: rgba(71, 66, 65, 0.6); font-weight: 500; }
  .contents_group#interview .head .p-base { text-align: center; }
  .contents_group#interview .interviews { display: flex; flex-wrap: wrap; margin: 0 0 -32px; }
  .contents_group#interview .interviews .single { width: 31.5%; padding: 0; margin: 0 0 32px; box-sizing: border-box; transition: all .4s ease 0s; transition: all .4s ease 0s; border: none; border-radius: 0; }
  .contents_group#interview .interviews .single a { box-sizing: border-box; padding: 8px 8px 28px; border-radius: 16px; border: solid 2px rgba(71, 66, 65, 0.2); transition: all .4s ease 0s; }
  .contents_group#interview .interviews .single a .imagearea { margin: 0 0 20px; padding: 61.01% 0 0; }
  .contents_group#interview .interviews .single a .textarea { padding: 0 16px; }
  .contents_group#interview .interviews .single a .textarea h3 { font-size: 18px; line-height: 28px; margin: 0 0 24px; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#interview .interviews .single a .textarea h3 { font-size: 14.4px; line-height: 22.4px; } }
@media screen and (min-width: 768px) { .contents_group#interview .interviews .single a .textarea .p-base { font-size: 14px; line-height: 24px; letter-spacing: 0; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#interview .interviews .single a .textarea .p-base { font-size: 11.2px; line-height: 19.2px; } }
@media screen and (min-width: 768px) { .contents_group#interview .interviews .single a:hover { box-shadow: 0px 6px 10px 0px rgba(71, 66, 65, 0.2); }
  .contents_group#interview .interviews .single + .single { margin: 0 0 32px; }
  .contents_group#interview .interviews .single:nth-child(3n-1) { margin: 0 2.75% 32px; }
  .contents_group#seminar { padding: 80px 0; }
  .contents_group#seminar .inner .head { text-align: center; }
  .contents_group#seminar .inner .group .archives, .contents_group#seminar .inner .group .reservations { display: flex; flex-wrap: wrap; margin: 0 0 -32px; }
  .contents_group#seminar .inner .group .archives .single, .contents_group#seminar .inner .group .reservations .single { width: 31.5%; margin: 0 0 32px; padding: 0 0 70px; position: relative; }
  .contents_group#seminar .inner .group .archives .single .imagearea, .contents_group#seminar .inner .group .reservations .single .imagearea { padding: 56.53% 0 0; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#seminar .inner .group .archives .single .textarea h3, .contents_group#seminar .inner .group .reservations .single .textarea h3 { font-size: 12.8px; line-height: 20.8px; } }
@media screen and (min-width: 768px) { .contents_group#seminar .inner .group .archives .single .textarea .p-base, .contents_group#seminar .inner .group .reservations .single .textarea .p-base { font-size: 14px; line-height: 24px; letter-spacing: 0; margin: 0; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#seminar .inner .group .archives .single .textarea .p-base, .contents_group#seminar .inner .group .reservations .single .textarea .p-base { font-size: 11.2px; line-height: 19.2px; } }
@media screen and (min-width: 768px) { .contents_group#seminar .inner .group .archives .single .textarea .common-btn, .contents_group#seminar .inner .group .reservations .single .textarea .common-btn { position: absolute; bottom: 0; left: 0; right: 0; }
  .contents_group#seminar .inner .group .archives .single + .single, .contents_group#seminar .inner .group .reservations .single + .single { margin: 0 0 32px; }
  .contents_group#seminar .inner .group .archives .single:nth-child(3n-1), .contents_group#seminar .inner .group .reservations .single:nth-child(3n-1) { margin: 0 2.75% 32px; }
  .contents_group#seminar .inner .group .archives .single .textarea .common-btn a::after {
    width: 16px;
    height: 12px;
    margin: 0 0 0 8px;
  }
  .contents_group#seminar .inner .group .reservations .single .textarea .caption { margin: 24px 0 0; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#seminar .inner .group .reservations .single .textarea .caption { font-size: 9.6px; line-height: 16px; } }
@media screen and (min-width: 768px) { .contents_group#seminar .inner .group + .group { margin: 64px 0 0; }
  .contents_group#service .inner .services { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px 2.94%; }
  .contents_group#service .inner .services .single { width: auto; height: auto; }
  .contents_group#service .inner .services .single a { display: block; padding: 40px 30px 96px; transition: all .4s ease 0s; }
  .contents_group#service .inner .services .single a .imagearea { width: 60px; }
  .contents_group#service .inner .services .single a .p-base { color: #474241; font-size: 14px; line-height: 1.71; }
  .contents_group#service .inner .services .single a .linktext {
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contents_group#service .inner .services .single a .p-base { font-size: 14px; }
  .contents_group#service .inner .services { grid-template-columns: 1fr 1fr; }
}
@media screen and (min-width: 768px) { .contents_group#service .inner .services .single a:hover { box-shadow: 0px 6px 10px 0px rgba(71, 66, 65, 0.2); }
  .contents_group#service .inner .services .single + .single { margin: 0; }
  .contents_group#news .inner { width: 1120px; max-width: 96%; }
  .contents_group#news .inner h2 { margin: 0 0 70px; }
  .contents_group#news .inner .link { text-align: right; margin: 0 0 24px; }
  .contents_group#news .inner .link a { transition: opacity .4s ease 0s; }
  .contents_group#news .inner .link a i { display: inline-block; transition: transform .4s ease 0s; }
  .contents_group#news .inner .link a:hover { opacity: .5; }
  .contents_group#news .inner .link a:hover i { transform: scale(1.2) translate(3px, 0); }
  .contents_group#news .inner .news li a { padding: 24px; transition: opacity .4s ease 0s; }
  .contents_group#news .inner .news li a .list_inner { width: 100%; max-width: 100%; display: flex; align-items: center; }
  .contents_group#news .inner .news li a .list_inner time { color: rgba(71, 66, 65, 0.8); font-size: 16px; line-height: 28px; letter-spacing: 1.5px; width: 166px; }
  .contents_group#news .inner .news li a .list_inner .title { width: calc(100% - 166px); font-size: 16px; line-height: 28px; letter-spacing: 1.5px; }
  .contents_group#news .inner .news li a:hover { opacity: .5; }
  .contents_group#news .inner .common-btn { width: 166px; }
  .contents_group#news .inner .common-btn a:hover { background: var(--maincolor); color: #FFFFFF; }
  .contents_group#news .inner .common-btn a:hover::after { background-image: url("/web/jp/bpstorage/images/icon-arrow.svg"); }
  .contents_group#help .inner .helps { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 6px; }
  .contents_group#help .inner .helps .single { border: none; border-radius: 0; width: 48.57%; margin: 0 0 43px; }
  .contents_group#help .inner .helps .single a { height: auto; border: 2px solid rgba(71, 66, 65, 0.2); border-radius: 16px; transition: all .4s ease 0s; }
  .contents_group#help .inner .helps .single a .imagearea { width: 160px; height: 88px; border-radius: 6px; margin: 0 16px 0 0; }
  .contents_group#help .inner .helps .single a .textarea { width: calc(100% - 166px); }
  .contents_group#help .inner .helps .single a .textarea h3 { font-size: 16px; line-height: 26px; letter-spacing: .5px; }
  .contents_group#help .inner .helps .single a:hover { box-shadow: 0px 6px 10px 0px rgba(71, 66, 65, 0.2); }
  .contents_group#help .inner .helps .single + .single { margin: 0 0 34px; }
  .contents_group#help .inner .common-btn { max-width: 249px; margin: 0 auto; }
  .contents_group#help .inner .common-btn a:hover { background: var(--maincolor); color: #FFFFFF; }
  .contents_group#help .inner .common-btn a:hover::after { background-image: url("/web/jp/bpstorage/images/icon-arrow.svg"); }
  body.site-front.is-loaded #top .textarea .gekkeikan li { opacity: 1 !important; transform: none !important; transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s; }
  body.site-front.is-loaded #top .textarea .gekkeikan li:nth-child(2) { transition-delay: 1.2s; }
  body.site-front.is-loaded #top .textarea .gekkeikan li:nth-child(3) { transition-delay: 1.4s; } }
/* --------------------------------------------------
Add 202205 Iwasaki
-------------------------------------------------- */
.contents_group#news .inner .news li a .list_inner .flex { display: flex; align-items: center; margin: 0 0 8px; }
.contents_group#news .inner .news li a .list_inner .flex .tag { width: 140px; margin: 0 0 0 8px; padding: 4px 0; text-align: center; }
.contents_group#news .inner .news li a .list_inner .flex .tag img { width: 124px; }
.contents_group#news .inner .news li a .list_inner .flex .tag.expense img { width: 104px; }
.contents_group#news .inner .news li a .list_inner .flex .tag.decarbon img { width: 107px; }
.contents_group#news .inner .news li a .list_inner .flex .tag.cost img { width: 113px; }
.contents_group#news .inner .news li a .list_inner .flex .tag.acc { background: #FFCC00; }
.contents_group#news .inner .news li a .list_inner .flex .tag.send { background: var(--maincolor); }
.contents_group#news .inner .news li a .list_inner .flex .tag.storage { background: #A678D6; }
.contents_group#news .inner .news li a .list_inner .flex .tag.expense { background: #FFA319; }
.contents_group#news .inner .news li a .list_inner .flex .tag.decarbon { background: #99D92F; }
.contents_group#news .inner .news li a .list_inner .flex .tag.cost { background: #29639D; }
.contents_group#clients .inner .sliderarea .slides { animation: loop 25s linear 0s infinite; }
.contents_group#clients .inner .sliderarea .slides:nth-child(2) { animation: loop 25s linear 0s infinite; }

@media screen and (min-width: 768px) { .contents_group#news .inner .news li a .list_inner .flex { width: 266px; margin: 0 32px 0 0; }
  .contents_group#news .inner .news li a .list_inner .flex time { width: 126px; }
  .contents_group#news .inner .news li a .list_inner .flex .tag { margin: 0 0 0 auto; padding: 8px 0; text-align: center; }
  .contents_group#news .inner .news li a .list_inner .title { width: calc(100% - 298px); } }
/* Plan */
.contents_group#plan .inner .plans table {
  table-layout: auto;
}
.contents_group#plan .inner .plans table tbody tr td.data .price_box + .oparator {
  margin-top: 10px;
}
.contents_group#plan .inner .plans table tbody tr td.data .price_box + .oparator.left {
  text-align: left;
}
.contents_group#plan .inner .plans table tbody tr td.label {
  width: 134px;
}
.contents_group#plan .inner .plans table tbody tr td.sep-label {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}
.contents_group#plan .inner .plans table tbody tr.sep-top td {
  background: #ecede6 !important;
  border-top: solid 8px #ffffff;
}
.contents_group#plan .inner .plans table tbody tr.sep-bottom td {
  position: relative;
}
.contents_group#plan .inner .plans table tbody tr.sep-bottom td::before {
  display: block;
  content:  "";
  position: absolute;
  height: 3px;
  background: #ecede6;
  bottom: 0;
  left: 0;
  right: 0;
}
.contents_group#plan .inner .plans table tbody tr.sep-bottom td.label::before {
  right: -8px;
}
.contents_group#plan .inner .plans table tbody tr.sep-bottom td {
  padding-bottom: 12px;
}
.contents_group#plan .inner .plans table tbody tr.sep-top.sp+tr+tr td {
  background: #ffffff;
}
.contents_group#plan .inner .plans table tbody tr.sep-top.sp+tr+tr+tr td {
  background: rgba(56, 72, 11, 0.05);
}
.contents_group#plan .inner .plans table tbody tr.sep-top.sp+tr+tr+tr+tr td {
  background: #ffffff;
}
.contents_group#plan .inner .plans table tbody tr.sep-top.sp+tr+tr+tr+tr+tr td {
  background: rgba(56, 72, 11, 0.05);
}
.contents_group#plan .inner .plans table tbody tr.sep-top.sp+tr+tr+tr+tr+tr+tr td {
  background: #ffffff;
}
.contents_group#plan .inner .plans table tbody tr.child td {
  position: relative;
}
.contents_group#plan .inner .plans table tbody tr.child:not(.sep-top) td::after {
  display: block;
  content:  "";
  position: absolute;
  width: 3px;
  background: #ecede6;
  top: -8px;
  bottom: 0;
}
.contents_group#plan .inner .plans table tbody tr.child td:nth-child(1)::after {
  left: 0;
}
.contents_group#plan .inner .plans table tbody tr.child td:nth-child(2)::after {
  right: 0;
}
.contents_group#plan .inner .plans table tbody tr td.label .cs {
  color: #FF1717;
}
.contents_group#plan .inner .plans table tbody tr td.data.middle {
  vertical-align: middle;
}
.contents_group#plan .inner .plans table tbody tr td.data p.check {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.2px;
}
.contents_group#plan .inner .plans table tbody tr td.data p.check::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/web/jp/bpstorage/images/send/check2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 8px auto;
}
.contents_group#plan .inner .plans table tbody tr td.data p.check.none::before {
  width: 16px;
  height: 2px;
  background-image: none;
  background: #474241;
}
.contents_group#plan .inner .plans table tbody tr td.data .price_box {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contents_group#plan .inner .plans table thead th .caption {
    min-height: 32px;
  }
  .contents_group#plan .inner .plans table tbody tr td.data {
    padding: 16px;
  }
  .contents_group#plan .inner .plans table tbody tr td.data .price_box + .oparator.left {
    text-align: center;
  }
  .contents_group#plan .inner .plans table tbody tr td:nth-child(1) {
    width: 50%;
  }
  .contents_group#plan .inner .plans table tbody tr:nth-child(9) td.data {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .contents_group#plan .inner .plans table tbody tr:nth-child(19) td.data {
    padding: 16px 24px 120px;
  }
  .contents_group#plan .inner .plans table tbody tr.sep-bottom::after {
    height: 2px;
  }
  .contents_group#plan .inner .plans table tbody tr.sep-bottom td {
    padding-bottom: 18px;
  }
  .contents_group#plan .inner .plans table tbody tr.child:not(.sep-top) td::after {
    width: 2px;
  }
  .contents_group#plan .inner .plans table:nth-child(1) tbody tr.child td:nth-child(2)::after {
    display: none;
  }
  .contents_group#plan .inner .plans table tbody tr td.data p.check {
    max-width: 242px;
    margin: 0 auto;
  }
  .contents_group#plan .inner .plans table:nth-child(2) tr td.sep-label {
    font-size: 0;
    position: relative;
  }
  .contents_group#plan .inner .plans table:nth-child(2) tr td.sep-label::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
    background: #ecede6;
  }
  .contents_group#plan .inner .plans table:nth-child(2) tbody tr.sep-bottom td::before {
    left: -10px;
  }
  .contents_group#plan .inner .plans table tbody tr:nth-child(19) td.data .common-btn {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contents_group#plan .inner .plans table:not(:first-child) thead tr th:nth-child(1),
  .contents_group#plan .inner .plans table:not(:first-child) thead tr td:nth-child(1),
  .contents_group#plan .inner .plans table:not(:first-child) tbody tr th:nth-child(1),
  .contents_group#plan .inner .plans table:not(:first-child) tbody tr td:nth-child(1) {
  display: none;
  }
  .contents_group#plan .inner .plans table:not(:last-child) tbody tr.child:not(.sep-top) td::after {
  display: none;
  }
  .contents_group#plan .inner .plans table tbody tr.child td:nth-child(1)::after {
  display: block!important;
  }
  .contents_group#plan .inner .plans table:not(:first-child) tr td.sep-label {
  font-size: 0;
  position: relative;
  }
  .contents_group#plan .inner .plans table:not(:first-child) tr td.sep-label::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background: #ecede6;
  }
  .contents_group#plan .inner .plans table:not(:first-child) tbody tr.sep-bottom td::before {
  left: -10px;
  }
}



/* add 2504*/
.step-card-wrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 72px;
}
.step-card {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 106px 1fr;
  gap: 16px;
}
.step-card::after {
  display: block;
  content: "";
  border-top: solid 17px #474241;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  width: 0;
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.step-card:last-child::after {
  display: none;
}

.step-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  order: 2;
}
.step-header__tags {
  order: 2;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  width: 100%;
}
.step-header__tags p {
  font-size: 14px;
  line-height: 24px;
}
.step-header__tags p.auto,
.step-header__tags p.manual {
  width: 78px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #474241;
  box-sizing: border-box;
}
.step-header__tags p.auto {
  background: #474241;
  color: #FFFFFF;
}
.step-header__tags p.or {
  margin: 0 7px;
}
.step-header__title {
  order: 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 1.0px;
}

.step-header__num {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 3px;
  margin: 0 0 5px;
}
.step-header__num span {
  margin: 0 0 0 8px;
  font-weight: 600;
}
.step-imagearea {
  position: relative;
  order: 1;
}
.step-imagearea img {
  margin: 0 auto;
  display: block;
  max-width: 156px;
}

.step-textarea {
  order: 3;
  grid-column:1 / 3;
}

.step-paragraph {
  font-weight: 500;
  line-height: 1.75;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: rgba(71, 66, 65, 0.80);
}
.step-paragraph + .common-btn {
  margin-top: 24px;
}

.step-card-wrap.is-show .step-card {
  opacity: 1;
  transition: opacity 0.7s ease 0s;
}
.step-card-wrap.is-show .step-imagearea {
  transform: none;
  transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.step-card-wrap.is-show .step-imagearea::after {
  opacity: 1;
  transform: translate(0px, -50%);
  transition: all 0.7s ease 0.4s;
}

@media screen and (min-width: 768px) {
  .step-card-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .step-card {
    display: block;
  }
  .step-card::after {
    display: none;
  }
  .step-header {
    display: grid;
    grid-template-columns: 60px 1fr;
    margin-bottom: 48px;
  }
  .step-header__num {
    order: 2;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 5px;
    margin: 0 0 0;
  }
  .step-header__num span {
    display: block;
    margin: 0;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0.015em;
  }
  .step-header__tags {
    order: 1;
    margin: 0 0 16px;
    grid-column: 1 / 3;
  }
  .step-header__tags p.auto,
  .step-header__tags p.manual {
    width: 84px;
  }
  .step-header__tags p.or {
    margin: 0 10px;
  }
  .step-header__title {
    order: 3;
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .step-header__title.is-wide {
    margin-right: -1em;
  }
  .step-imagearea {
    order: 1;
  }
  .step-textarea {
    margin-top: 48px;
  }
  .step-paragraph {
    font-size: 16px;
  }
  .step-paragraph + .common-btn {
    margin-top: 40px;
  }

  .step-imagearea::after {
    content: "";
    position: absolute;
    z-index: 5;
    border-top: solid 19px transparent;
    border-left: solid 34px #474241;
    border-right: none;
    border-bottom: solid 19px transparent;
    top: 50%;
    left: auto;
    right: -32px;
  }
  .step-card:last-child .step-imagearea::after {
    display: none;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .step-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
    padding: 0 50px;
  }
}



.features .common-btn {
  margin-top: 24px;
  max-width: 100%;
}
.features .common-btn a {
  width: 100%;
}
.contents_group#feature .inner .features .row .single .imagearea.is-wide {
  max-width: 100%;
  width: 275px;
}


/* plan table */
.contents_group#plan .asidetext {
  margin: 4px 0 24px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8571;
  font-weight: 700;
  color: rgba(71, 66, 65, 0.8);
}
@media screen and (min-width: 768px) {
  .contents_group#plan {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .contents_group#plan .inner .plans table tbody tr {
    height: auto !important;
  }
}

.obo-box {
  margin: 40px auto 0;
  padding: 40px 16px;
  width: auto;
  text-align: center;
  border: 4px solid var(--maincolor);
  box-sizing: border-box;
}
.obo-box__logo {
  margin: 0 auto 16px;
  max-width: 240px;
}
.obo-box__title {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #474241;
}
.obo-box .p-base {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .obo-box {
    margin: 64px auto 0;
    max-width: 1120px;
    width: 100%;
  }
  .obo-box__title {
    font-size: 24px;
    line-height: 1.33;
  }
  .obo-box .p-base {
    text-align: center;
  }

}


.no1-wrap {
  margin: 40px auto;
  text-align: center;
  max-width: 87.69%;
}
.no1-wrap .caption {
  margin-top: 16px;
  color: #47424199;
  font-size: 12px;
  line-height: 1.6667;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 768px) {
  .no1-wrap {
    margin: 64px auto;
    max-width: 700px;
  }
  .no1-wrap .caption {
    text-align: center;
  }
}



/* trial */

@media screen and (max-width:767px) {
  body.site-front .contents_group#trial h2 {
    font-size: 26px;
  }
}
body.site-front .contents_group#trial .column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px 0;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.site-front .contents_group#trial .column {
    max-width: 840px;
    gap: 0;
    justify-content: center;
    flex-direction: row;
  }
}
body.site-front .contents_group#trial .column_item {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  body.site-front .contents_group#trial .column_item {
    width: 38.6904761905%;
  }
}
body.site-front .contents_group#trial .arrow {
  position: relative;
  opacity: 0;
  width: 32px;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 10px;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  body.site-front .contents_group#trial .arrow {
    bottom: 0;
    left: -10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 3.8095238095%;
  }
}
body.site-front .contents_group#trial  .column_item {
  transition: opacity 0.7s ease 0s;
  opacity: 1;
}
body.site-front .contents_group#trial  .arrow {
  transition: all 0.7s ease 0s;
  transition-property: opacity, left, bottom;
  opacity: 1;
  left: 0px;
  bottom: 0;
}
body.site-front .contents_group#trial .is-delay01 {
  transition-delay: 0.4s !important;
}
body.site-front .contents_group#trial .is-delay02 {
  transition-delay: 1s !important;
}
body.site-front .contents_group#trial .is-delay03 {
  transition-delay: 1.4s !important;
}
body.site-front .contents_group#trial .is-delay04 {
  transition-delay: 2s !important;
}
body.site-front .contents_group#trial .number {
  margin: 0 0 24px;
  font-family: "Inter", sans-serif;
}
body.site-front .contents_group#trial .number .sub {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 5px;
}
body.site-front .contents_group#trial .number .main {
  display: block;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 109.091% */
  letter-spacing: 0.66px;
}
body.site-front .contents_group#trial .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 1.5px;
}
body.site-front .contents_group#trial .text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}
body.site-front .contents_group#trial .common-btn {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  body.site-front .contents_group#trial .common-btn {
    max-width: 232px;
  }
}





/* button 
----------------------------------------------*/
#site_wrap .sub-menu-button.type-secoundary a,
.common-btn.type-secoundary a {
  color: #474241 !important;
  background: #FFFFFF !important;
}

.l-footer #toggle-cta-footer .toggle-cta-footer-inner ul li.type-secoundary a::before {
  background: var(--maincolor) !important;
}

#site_wrap .sub-menu-button.type-primary a {
  color: #fff !important;
  background-color: var(--maincolor) !important;
}

@media print, screen and (min-width: 768px) {
  #site_wrap .sub-menu-button.type-secoundary a:hover,
  .common-btn.type-secoundary a:hover {
    color: #fff !important;
    background: var(--maincolor) !important;
  }

  .common-btn.type-primary a:hover,
  #site_wrap .sub-menu-button.type-primary a:hover {
    background-color: #fff !important;
    color: #474241 !important;
  }
}