/* 202508　ファーストビューのsvgアニメーション停止 */
#top .inner .imagearea li {
  animation: none !important;
  transition: none !important;
}

/* --------------------------------------------------
var
-------------------------------------------------- */
:root {
  --maincolor:#7CAD3B;
  --markColor: rgba(124, 173, 59, 0.4);
  --bgColor: rgba(56, 72, 11, 0.05);
  --header_logosize: 157px;
  --header_logosize_sp: 86px;
}



/* --------------------------------------------------
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 0 40px; }
#top .inner { width: 342px; max-width: 96%; margin: 0 auto; }

#top .inner .tag-wrap {
  display: flex;
  gap: 0 14px;
  margin: 0 0 24px;
}
#top .inner .tag { background-color:#474241;color:#fff;font-size:14px;padding: 6px 8px;letter-spacing: normal;line-height: 1; }

#top .inner .catch { font-weight: 700; font-size: 32px; line-height: 44px; letter-spacing: 1.5px; margin: 0 0 40px; }
#top .imagearea {
  --mv_height:358;
  --mv_width:513;
  margin: 0 0 40px;
  width: 100%;
}
#top .imagearea ul {
  position: relative;
  aspect-ratio: 513 / 358;
  width: 100%;
}
#top .imagearea ul li { 
  opacity: 0;
  position: absolute;
}
#top .imagearea ul li:nth-child(1) {
  z-index: 5;
  top: calc( 221 / var(--mv_height) * 100%);
  left: calc( 115 / var(--mv_width) * 100%);
  width: calc( 280 / var(--mv_width) * 100%);
  transform: scale(0.9);
  transform-origin: 34.88% 76.64%;
}
#top .imagearea ul li:nth-child(2) {
  z-index: 2;
  top: calc( 130 / var(--mv_height) * 100%);
  left: calc( 40 / var(--mv_width) * 100%);
  width: calc( 163 / var(--mv_width) * 100%);
  transform: translate(0%, -5%);
}
#top .imagearea ul li:nth-child(3) {
  z-index: 3;
  top: calc( 2 / var(--mv_height) * 100%);
  left: calc( -4 / var(--mv_width) * 100%);
  width: calc( 240 / var(--mv_width) * 100%);
  transform: translate(0%, -5%);
}
#top .imagearea ul li:nth-child(4) {
  z-index: 2;
  top: calc( 115 / var(--mv_height) * 100%);
  left: calc( 275 / var(--mv_width) * 100%);
  width: calc( 101 / var(--mv_width) * 100%);
  transform: translate(0%, 5%);
}
#top .imagearea ul li:nth-child(5) {
  z-index: 2;
  top: calc( 183 / var(--mv_height) * 100%);
  right: calc( 33 / var(--mv_width) * 100%);
  width: calc( 85 / var(--mv_width) * 100%);
  transform: translate(0%, 5%);
}
#top .imagearea ul li:nth-child(6) {
  z-index: 2;
  top: calc( 0 / var(--mv_height) * 100%);
  left: calc( 255 / var(--mv_width) * 100%);
  width: calc( 258 / var(--mv_width) * 100%);
  transform: scale(0.5);
  transform-origin: 39.63% 73.17%;
}

#top .textarea .p-base { margin: 0 0 40px; }
#top .textarea .buttons { margin: 0 0 40px; }
#top .textarea .buttons li { height: 56px; }
#top .textarea .buttons li + li { margin: 17px 0 0; color: #474241; }
#top .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 { color: #474241; }
.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/series/painpoint_arrow@sp.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
.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: #fff; 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/series/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 .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 .inner .head { margin: 0 0 80px; }
.contents_group#step .inner .head .flex .single { position: relative; padding: 0 0 0 123px; margin-bottom: 66px; }
.contents_group#step .inner .head .flex .single .num {position: relative;  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: 50%; left: 0; width: 106px; transform: scale(0.8); translate: 0% -50%; }
.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; top: calc(100% + 22px); 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 .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 .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 .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; }
.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#step .inner .steps .single .single_sub { margin: 40px 0 0; border: solid 3px #474241; padding: 40px 24px; }
.contents_group#step .inner .steps .single .single_sub .imagearea { margin: 0 0 40px; }
.contents_group#step .inner .steps .single .single_sub .title { font-weight: 700; font-size: 28px; line-height: 40px; text-align: center; letter-spacing: 1px; margin: 0 0 16px; }
.contents_group#step .inner .steps .single .single_sub .p-base { margin: 0 0 40px; }
.contents_group#step .inner .steps .single .single_sub .common-btn a { color: #FFFFFF; background: var(--maincolor); }
.contents_group#step .inner .steps .single .single_sub.auto_transfer .logo { margin: 0 0 24px; }
.contents_group#step .inner .steps .single .single_sub.auto_transfer .title { text-align: left; }
.contents_group#step .inner .steps .single .single_sub.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 .alignment { margin: 60px 0 0; }
.contents_group#step .inner .alignment h4 { font-weight: 700; font-size: 26px; line-height: 40px; text-align: center; margin: 0 0 24px; }
.contents_group#step .inner .alignment .p-base { margin: 0 0 40px; }
.contents_group#step .inner .alignment .images { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px 12px; align-items: center; flex-wrap: wrap; margin: 0 0 30px; }
.contents_group#step .inner .alignment .common-btn { max-width: 232px; margin: 0 auto; }
.contents_group#step .inner .alignment .common-btn a { background: #FFFFFF; }
.contents_group#feature { padding: 60px 0; background: rgba(41, 20, 62, 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 14px; }
.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/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 .logo { margin-top: 1em; }
.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 h2 { max-width: 88%; margin-inline: auto; }
.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; }
.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; }
.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 thead th .caption strong { font-weight: 700; }
.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: 36%; box-sizing: border-box; padding: 9px 16px; font-weight: 700; font-size: 14px; line-height: 1.5; vertical-align: middle; }
.contents_group#plan .inner .plans table tbody tr td.data { box-sizing: border-box; padding: 5px 9px; height: 60px; vertical-align: middle; }
.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: 36px; line-height: 1.0; 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: 1.1; text-align: center; letter-spacing: 1.2px; color: rgba(71, 66, 65, 0.6); margin: 4px 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: 5px 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: 5px; }
.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/series/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: 342px; margin: 0 auto; }
.contents_group#plan .inner .plans table tbody tr:nth-child(2n-1) td { background: #f5f5f3; }
.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: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:nth-child(3) thead th { background: rgba(124, 173, 59, 0.6); }
.contents_group#plan .inner .plans table:nth-child(4) thead th { background: rgba(124, 173, 59, 0.8); }
.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#interview .inner h2 { margin: 0 0 24px; }
.contents_group#interview .inner .head { margin: 0 0 40px; }
.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(68, 49, 20, 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 .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/series/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 .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/series/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 .single + .single { margin: 24px 0 0; }
.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; }
.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: #00CBB9; }
.contents_group#service .inner .services .single:nth-child(2) a .linktext { color: #00CBB9; }
.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 .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(41, 20, 62, 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/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/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.0s linear, 0.5s transform 2.0s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.site-front.is-loaded #top .imagearea ul li:nth-child(4) { 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(5) { transition: 0.1s opacity 2.6s linear, 0.5s transform 2.6s 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 2.8s linear, 0.5s transform 2.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

@media screen and (min-width: 768px) {
  #top {
    max-width: 1440px;
    margin: 50px auto 0;
    padding: 0;
    }
    #top .inner {
      box-sizing: border-box;
      position: relative;
      width: calc(100% - 60px);
      max-width: 1150px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      aspect-ratio: 1440 / 504;
  }
}

@media screen and (min-width: 768px) {
  #top .inner .tag-wrap {
    gap: 24px;
    margin-bottom: 25px;
  }
  #top .inner .catch { font-size: 36px; line-height: 56px; letter-spacing: 1px; margin: 0 0 24px 0; }
  #top .inner .tag {
    padding: 10px 8px;
  }
}
@media screen and (min-width: 768px) {
  #top .textarea { margin: 0; }
  #top .textarea .p-base { max-width: 510px; font-size: 14px; line-height: 24px; margin: 0 0 32px; letter-spacing: normal; }
  #top .textarea .buttons { width: 406px; margin: 0 0 48px; display: flex; justify-content: space-between; }
  #top .textarea .buttons li { width: 258px; }
  #top .textarea .buttons li + li { margin: 0; order: -1; }
  #top .textarea .buttons li + li a:hover { background: var(--maincolor); color: #FFFFFF; }
  #top .textarea .buttons li + li a:hover::after { background-image: url("/web/jp/bpstorage/images/icon-arrow.svg"); }

  #top .textarea .caption { font-family: "Noto Sans JP", sans-serif; line-height: 20px; letter-spacing: 1.2px; }

  #top .inner .textarea .buttons { width: 540px; margin: 0; display: flex; justify-content: space-between; }

}
@media screen and (min-width: 768px) {
  #top .imagearea {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 1%;
    margin: 0;
    width: 660px;
    max-width: calc( 513 / 1150 * 100%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #top .imagearea {
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 486px);
  }
}

@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: 24px 18px; margin: 0 0 177px; height: 254px; box-sizing: border-box; }
  .contents_group#painpoint .inner .worries_solution .flex .single .worries p { margin: 0 0 10px; display: flex; justify-content: center; align-items: center; }
}
@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 { margin-top: 20px; width: 128px; }
  .contents_group#painpoint .inner .worries_solution .flex .single .worries::after { bottom: -170px; height: 170px; background-image: url("/web/jp/bpstorage/images/series/painpoint_arrow.svg"); }
  .contents_group#painpoint .inner .worries_solution .flex .single .solution { padding: 24px 16px; height: 245px; 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: 308px; 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 105px; }
  .contents_group#step .inner .head .flex { display: flex; justify-content: space-between; max-width: 830px; margin: 0 auto; }
  .contents_group#step .inner .head .flex .single { width: calc((100% - 60px) / 3); padding: 0; margin: 0; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#step .inner .head .flex .single { width: calc((100% - 48px) / 3); } }
@media screen and (min-width: 768px) {
  .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; translate: none; }
  .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; top: auto; bottom: 45%; 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 img { display: block; width: 80%; margin: 0 auto; }
  .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_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; }
  .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 .single_sub { margin: 64px 0 0; padding: 80px 157px; }
  .contents_group#step .inner .steps .single .single_sub .imagearea { margin: 0; width: 51.09%; }
  .contents_group#step .inner .steps .single .single_sub .title { margin: 0 0 24px; }
  .contents_group#step .inner .steps .single .single_sub .p-base { text-align: center; letter-spacing: 1.5px; }
  .contents_group#step .inner .steps .single .single_sub .common-btn { max-width: 315px; margin: 0 auto; }
  .contents_group#step .inner .steps .single .single_sub .common-btn a:hover { color: #474241; background: #FFFFFF; }
  .contents_group#step .inner .steps .single .single_sub.auto_transfer { padding: 80px 40px 80px 97px; } }
@media screen and (min-width: 768px) and (max-width: 1100px) { .contents_group#step .inner .steps .single .single_sub.auto_transfer { padding: 80px 25px 80px 45px; } }
@media screen and (min-width: 768px) { .contents_group#step .inner .steps .single .single_sub.auto_transfer .flex { display: flex; align-items: center; justify-content: space-between; }
  .contents_group#step .inner .steps .single .single_sub.auto_transfer .flex .textarea { width: 54.78%; order: -1; }
  .contents_group#step .inner .steps .single .single_sub.auto_transfer .logo { max-width: 350px; }
  .contents_group#step .inner .steps .single .single_sub.auto_transfer .p-base { text-align: left; }
  .contents_group#step .inner .steps .single .single_sub.auto_transfer .common-btn { max-width: 216px; margin: 0; }
  .contents_group#step .inner .alignment {
    margin: 73px 0 0;
    margin-inline: calc(50% - 50vw);
    padding: 104px calc(50vw - 50%);
    background-color: #fff;
  }
  .contents_group#step .inner .alignment h4 { font-size: 36px; line-height: 56px; }
  .contents_group#step .inner .alignment .p-base { text-align: center; }
  .contents_group#step .inner .alignment .images { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 32px 8.57%; }
  .contents_group#step .inner .alignment .images li:nth-child(4n) { margin-right: 0; }
  .contents_group#feature { padding: 80px 0;background: rgba(68, 49, 20, 0.05); }
  .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 21px; }
}
@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 40px; 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 5px; }
  .contents_group#plan .inner h2 {
    margin-bottom: 30px;

  }
}
@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; height: auto; }
  .contents_group#plan .inner .plans table tbody tr td.data.data--vat--pc { vertical-align: top; }
  .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 .price span { line-height: 42px; }
  .contents_group#plan .inner .plans table tbody tr td.data .intax {margin:0;}
  .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: 100%; }
  .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 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.detail td.data { padding-top: 27px; position: relative; }
  .contents_group#plan .inner .plans table tbody tr.detail td.data .common-btn { position: absolute; z-index: 2; bottom: 0; left: 10px; width: calc(100% - 20px); margin: 0 auto; }
  .contents_group#plan .inner .plans table:nth-child(1) { width: calc((100% - 40px) / 3 * 2 + 32px); }
  .contents_group#plan .inner .plans table:nth-child(1) thead tr th:nth-child(1) { background: #FFFFFF; }
}
@media screen and (min-width: 768px) {
.contents_group#plan .inner .plans table {
  table-layout: fixed;
 width: calc((100% -24px) / 2 + 20px);
 }
.contents_group#plan .inner .plans table:nth-child(1) {
 width: calc((100% - 24px) / 1.5 + 32px);
 }
.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: #E8ECEC;
 }
.contents_group#plan .inner .plans table:not(:first-child) tbody tr.sep-bottom td::before {
 left: -10px;
 }
 .contents_group#plan .inner .caption { width: 100%; max-width: 100%; }
  .contents_group#plan .inner .plans table + table { margin-top: 0; margin-left: -8px; }
  .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; 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 .archives .single .textarea .common-btn a::hover {
    color: #000;
  }
  .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#uw .inner .uws { display: flex; justify-content: space-between; }
  .contents_group#uw .inner .uws .single { width: calc((100% - 32px) / 2); border: none; border-rsdius: 0; }
  .contents_group#uw .inner .uws .single a { border: 2px solid rgba(71, 66, 65, 0.2); border-radius: 16px; transition: all .4s ease 0s; box-sizing: border-box; height: 100%; }
  .contents_group#uw .inner .uws .single a .titlearea { display: flex; align-items: center; min-height: 56px; margin: 0 0 28px; }
  .contents_group#uw .inner .uws .single a .titlearea h3 { margin: 0; }
  .contents_group#uw .inner .uws .single a:hover { box-shadow: 0px 6px 10px 0px rgba(71, 66, 65, 0.2); }
  .contents_group#uw .inner .uws .single + .single { margin: 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: 16px; }
  .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"); }
}
/* --------------------------------------------------
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: #00CBB9; }
.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: var(--maincolor); }
.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) {
  #clients.contents_group {
    margin-bottom: 65px;
  }
  .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); } }


.contents_group#feature .inner .features .row .single .imagearea.is-wide {
  width: 270px;
  max-width: 100%;
}

.contents_group#plan .inner .plans table tbody tr td.data .check li .aside {
  font-size: 12px;
  line-height: 1.6667;
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contents_group#plan .inner .plans table tbody tr.detail td.data .common-btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .u-text-center--pc {
    text-align: center;
  }
}
/* add 2504*/

.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 */


@media screen and (max-width: 767px) {
  .contents_group#plan .inner .plans table tbody tr {
    height: auto !important;
  }
}
.obo-box {
  margin: 60px auto 0;
  padding: 0 16px;
  width: auto;
  text-align: center;
  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;
    padding: 0;
    max-width: 1120px;
    width: 100%;
  }
  .obo-box__title {
    font-size: 24px;
    line-height: 1.33;
  }
  .obo-box .p-base {
    text-align: center;
  }
}



#painpoint {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  #painpoint {
    margin-top: 100px;
  }
  #plan {
    padding-top: 0;
    margin-bottom: 64px;
  }
}

/*accordion
----------------------------------------------*/
body.site-front .accordion {
  margin-top: -24px;
}
body.site-front .accordion-section {
  padding: 24px 0 30px;
}
body.site-front .accordion-section + .accordion-section {
  border-top: 1px solid var(--gray-200, #EAECF0);
}
body.site-front .accordion-section:last-child {
  padding-bottom: 0 !important;
}
body.site-front .accordion-header {
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.5px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  body.site-front .accordion-header {
    padding-right: 50px;
  }
  body.site-front .accordion-header:hover {
    opacity: 0.7;
  }
}
body.site-front .accordion-header i {
  top: 3px;
  right: 0;
  position: absolute;
  border-radius: 50%;
  display: block;
  height: 22px;
  width: 22px;
  border: 2px solid var(--maincolor);
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  body.site-front .accordion-header i {
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
  }
}
body.site-front .accordion-header i:before, body.site-front .accordion-header i:after {
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  width: 10px;
  height: 2px;
  content: "";
  display: block;
  background-color: var(--maincolor);
  transition: ease transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  body.site-front .accordion-header i:before, body.site-front .accordion-header i:after {
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
  }
}
body.site-front .accordion-header i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.site-front .is-open .accordion-header i:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body.site-front .accordion-body {
  display: none;
  padding-top: 8px;
}
body.site-front .accordion-body .p-base {
  font-size: 14px;
  line-height: 1.71;
}


/*example
----------------------------------------------*/
#example {
}
.example-popup {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 5px;
  margin: 0 0 8px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.85;
  color: rgba(71, 66, 65, 1);
}
.example-popup:before {
  content: "＼";
}
.example-popup:after {
  content: "／";
}
#example h2 {
  margin-bottom: 24px;
}
.example-image {
  margin: 24px auto 0;
  max-width: 942px;
}
@media print, screen and (min-width: 768px) {
  .example-popup {
    margin: 0 0 20px;
    font-size: 28px;
  }
  #example h2 {
    margin-bottom: 24px;
  }
}

/*plan
----------------------------------------------*/
.contents_group#plan .inner .plans table .small {
  font-size: 12px;
  text-align: center;
  color: rgba(71, 66, 65, 1);
  letter-spacing: 1.2px;
}

.contents_group#plan .data {
  position: relative;
}
.contents_group#plan .strongbox {
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
.contents_group#plan .strongbox em {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.contents_group#plan .strongbox small {
  display: block;
  letter-spacing: 1px;
}

.contents_group#plan .service {
  font-weight: 700;
  font-size: 14px;
  background-color: #f5f5f3;
  text-align: center;
}

.contents_group#plan .mainfunction {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3333;
  letter-spacing: 0.5px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .contents_group#plan .data:has(.strongbox) {
    border: 4px solid rgba(38, 124, 58, 1);
    background: #fff !important;
  }
}
@media print, screen and (min-width: 768px) {
  .contents_group#plan .collapse {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
  }
  .contents_group#plan .collapse.is-grid2 {
    width: calc(200% + 6px);
  }
  .contents_group#plan .collapse.is-grid4 {
    width: calc(400% + 10px);
  }

  .contents_group#plan .strongbox {
    width: calc(200% - 8px);
    border: 4px solid rgba(38, 124, 58, 1);
    background: #fff;
  }
  .contents_group#plan .strongbox em {
    font-size: 16px;
  }

  .contents_group#plan .mainfunction {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .contents_group#plan .service {
    font-size: 16px;
  }
}

/* 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;
  }
}