/* 202508　ファーストビューのsvgアニメーション停止 */
#top .inner .imagearea li {
  animation: none !important;
  transition: none !important;
}
/* --------------------------------------------------
var
-------------------------------------------------- */
:root {
  --maincolor:#99D92F;
  --subcolor01:#ffd18c;
  --subcolor02:#ffedd1;
  --markColor: rgba(153, 217, 47, 0.40);
  --header_logosize: 230px;
  --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 0 40px; }
#top .inner { width: 342px; max-width: 96%; margin: 0 auto; }
#top .inner .catch { font-weight: 700; font-size: 32px; line-height: 44px; letter-spacing: 0.02em; margin: -15px 0 40px; text-align: justify; }
#top .inner .tag { background-color:#474241;color:#fff;font-size:14px;padding: 5px 8px;margin-right:14px;letter-spacing: normal; }
#top .imagearea {
  --mv_height:397;
  --mv_width:658;
  margin: 0 0 40px;
  width: 100%;
}
#top .imagearea ul {
  position: relative;
  aspect-ratio: 675 / 397;
  width: 100%;
}
#top .imagearea ul li { 
  opacity: 0;
  position: absolute;
}
#top .imagearea ul li:nth-child(1) {
  z-index: 5;
  top: calc( -5 / var(--mv_height) * 100%);
  left: calc( 123 / var(--mv_width) * 100%);
  width: calc( 266 / var(--mv_width) * 100%);
  transform: scale(0.9);
  transform-origin: 34.88% 76.64%;
}
#top .imagearea ul li:nth-child(2) {
  z-index: 5;
  bottom: calc( 9 / var(--mv_height) * 100%);
  left: calc( 124 / var(--mv_width) * 100%);
  width: calc( 258 / var(--mv_width) * 100%);
  transform: translate(0%, -5%);
}
#top .imagearea ul li:nth-child(3) {
  top: calc( 56 / var(--mv_height) * 100%);
  left: calc( 0 / var(--mv_width) * 100%);
  width: calc( 143 / var(--mv_width) * 100%);
  transform: translate(0%, 5%);
}
#top .imagearea ul li:nth-child(4) {
  top: calc( 168 / var(--mv_height) * 100%);
  left: calc( 135 / var(--mv_width) * 100%);
  width: calc( 180 / var(--mv_width) * 100%);
  transform: translate(0%, 5%);
}
#top .imagearea ul li:nth-child(5) {
  top: calc( 123 / var(--mv_height) * 100%);
  left: calc( 93 / var(--mv_width) * 100%);
  width: calc( 100 / var(--mv_width) * 100%);
  transform: translate(0%, 5%);
}
#top .imagearea ul li:nth-child(6) {
  left: calc( 181 / var(--mv_width) * 100%);
  top: calc( 202 / var(--mv_height) * 100%);
  width: calc( 31 / var(--mv_width) * 100%);
  transform: scale(0.5);
  transform-origin: 39.63% 73.17%;
}
#top .imagearea ul li:nth-child(7) {
  right: calc( -4 / var(--mv_width) * 100%);
  top: calc( 29 / var(--mv_height) * 100%);
  width: calc( 310 / 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;display: flex; flex-direction: column; gap: 17px; }
#top .textarea .buttons li { height: 56px; }
#top .textarea .buttons li + li { margin: 0; order: -1; }
.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 {
  font-feature-settings: "palt";
}
.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/decarbon/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: #474241; 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/decarbon/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 .inner .head { margin: 0; }
.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 { order: 1; 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; bottom: calc(100% + 22px); left: 0; right: 0; margin: 0 auto; }
.contents_group#step .inner .head .flex .single:last-child { margin-bottom: 0; padding-bottom: 0; }
.contents_group#step .inner .head .flex .single:first-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 .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 > *.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.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#catch .inner .p-base.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.contents_group#feature { padding: 60px 0; background: rgba(66, 86, 33, 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 .imagearea.is-show { opacity: 1; transition: opacity 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.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 20px; }
.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/decarbon/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 .single .logo {
  margin-top: 15px;
  width: 133px;
}
.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 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 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/decarbon/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: rgba(66, 86, 33, 0.05); }
.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: 40px 0 0; }
.contents_group#plan .inner .plans table:nth-child(1) thead th { background: rgba(153, 217, 47, 0.4); }
.contents_group#plan .inner .plans table:nth-child(2) thead th { background: rgba(153, 217, 47, 0.6); }
.contents_group#plan .inner .plans table:nth-child(3) thead th { background: rgba(153, 217, 47, 1); }
.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 .caption.is-show { opacity: 1; transition: opacity 0.7s ease 0s; }
.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(66, 86, 33, 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 .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/decarbon/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/decarbon/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 40px; }
.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 .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(66, 86, 33, 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/decarbon/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/decarbon/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 1.9s linear, 0.5s transform 1.9s 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.1s linear, 0.5s transform 2.1s 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.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(6) { transition: 0.1s opacity 2.5s linear, 0.5s transform 2.5s 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 2.7s linear, 0.5s transform 2.7s 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 0 64px;
    }
    #top .inner {
      box-sizing: border-box;
      position: relative;
      width: calc(100% - 60px);
      max-width: 1120px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      aspect-ratio: 1440 / 504;
  }
  #top .inner .catch { font-size: 36px; line-height: 56px; letter-spacing: 1px; margin: 0 0 24px 0; }
  #top .textarea { margin: 0; }
  #top .textarea .p-base { max-width: 406px; font-size: 14px; line-height: 24px; margin: 0 0 32px; letter-spacing: normal; }
  #top .textarea .buttons { margin: 0 0 48px; display: flex; justify-content: space-between; gap: 15px 24px; }
  #top .textarea .buttons li { width: 256px; flex-shrink: 0; }
  #top .textarea .buttons li.is-comingsoon { width: 310px; }
  #top .textarea .buttons li + li { margin: 0; width: 228px;order: 2; }
  #top .inner .textarea .buttons { width: 406px; margin: 0 0 40px; display: flex; flex-direction: row; }

}
@media screen and (min-width: 768px) {
  #top .imagearea {
    position: absolute;
    z-index: 5;
    top: 5%;
    right: 0%;
    margin: 0;
    max-width: calc( 600 / 1120 * 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top .imagearea {
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
    width: calc(100% - 486px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #top .inner .textarea .buttons {
    flex-direction: column;
  }
}

@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: 300px; box-sizing: border-box; }
  .contents_group#painpoint .inner .worries_solution .flex .single .worries p { margin: 0 0 10px; min-height: 6.5em; display: flex; justify-content: center; align-items: flex-start; }
}
@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/decarbon/painpoint_arrow.svg"); }
  .contents_group#painpoint .inner .worries_solution .flex .single .solution { padding: 24px 16px; min-height: 384px; 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; }
  .contents_group#step .inner .head .flex {
    display: grid;
    gap: 40px 32px;
    grid-template-columns: repeat(4,1fr);
    max-width: 1120px;
    margin: 0 auto;
  }
  .contents_group#step .inner .head .flex .single { padding: 0; margin: 0; }
}

@media screen and (max-width: 768px) {
  .contents_group#step .inner .head .flex .single {
    display: grid;
    grid-template-columns: auto auto;
  }
}

@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 .imagearea {
    margin-bottom: 20px;
  }
  .contents_group#step .inner .head .flex {
    max-width: 80%;
    margin: 0 auto;
    gap: 50px 8%;
    grid-template-columns: repeat(2,1fr);
  }
  .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: 195px; bottom: auto; right: auto; left: -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/decarbon/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; }
  .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; }
  .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; justify-content: center; }
  .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/decarbon/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: 100%; max-width: 100%; margin: 0 auto 40px; display: flex; align-items: flex-start; justify-content: center; 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 12px; }
  .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: 17px; padding-bottom: 120px; position: relative; }
  .contents_group#plan .inner .plans table tbody tr.detail td.data .common-btn { position: absolute; z-index: 2; bottom: 32px; 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; }
  .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-layout: fixed;
    width: calc((100% - 56px) / 4 + 20px);
  }
  .contents_group#plan .inner .plans table:nth-child(1) {
    width: calc((100% - 56px) / 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 .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; 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#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: flex-start; min-height: 56px; margin: 0 0 14px; }
  .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; gap: 20px 2.94%; margin-top: 40px; }
  .contents_group#service .inner .services .single { width: auto; height: auto; }
  .contents_group#service .inner .services .single a { display: block; padding: 45px 35px 100px; transition: all .4s ease 0s; }
  .contents_group#service .inner .services .single a .imagearea { width: 90px; }
  .contents_group#service .inner .services .single a .p-base { color: #474241; font-size: 16px; line-height: 1.75; }
  .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/decarbon/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/decarbon/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: #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: #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); } }



/* add expense */
.contents_group#step .inner .head .flex .single .num .title {
  margin: 0;
  display: block;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .contents_group#step .inner .head .flex .single .num .title {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 74px;
    min-height: 100%;
    display: flex;
    align-items: center;
    font-size: 28px;
    line-height: 1.4286;
  }
}

.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;
}

.contents_group#seminar .inner .group .single .textarea .common-btn a {
  color: #474241;
}

@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;
  }
}

/* add */


/* intro*/
.contents_group#intro {
  padding: 80px 0;
  background-color: #F5F6F4;
  text-align: center;
}
.contents_group#intro .intro-icon {
  margin: -25px auto -15px;
  display: block;
  width: 128px;
}
.contents_group#intro .intro-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  gap: 0 0.3em;
  margin: 0 auto 24px;
  font-size: 36px;
  line-height: 56px;
}
.contents_group#intro .intro-title:before {
  content:"＼";
}
.contents_group#intro .intro-title:after {
  content:"／";
}
.contents_group#intro h2 {
  margin: 0;
}
.contents_group#intro .intro-lead {
  margin-top: 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .contents_group#intro {
    padding: 30px 0 60px;
    text-align: left;
  }
  .contents_group#intro .intro-title {
    text-align: center;
    font-size: 28px;
  }
  
.contents_group#intro .intro-title:before,
.contents_group#intro .intro-title:after {
  line-height: 1;
}
  .contents_group#intro .p-base {
    font-size: 16px;
  }
  .contents_group#intro .intro-lead {
    font-size: 16px;
    line-height: 1.625;
  }
}


@media screen and (min-width: 768px) {
  .u-text-center--pc {
    text-align: center;
  }
}

/* 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 + 24px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -20px);
}
.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 {
  width: 100%;
  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;
}

@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;
    align-items: center;
    grid-template-columns: 60px 1fr;
    margin-bottom: 48px;
    min-height: 80px;
  }
  .step-header__num {
    order: 2;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 5px;
    margin: 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;
    transform: translate(-10px, -50%);
  }
  .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;
}




@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;
  }

}






/* override */

body .common-btn a {
  color: #474241;
}
@media screen and (min-width:768px) {
  body .common-btn a:hover {
    color: #474241;
  }
}


/* 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;
  }
}


.contents_group#step {
  padding: 80px 0;
  background: rgba(66, 86, 33, 0.05);
}
@media screen and (min-width:768px) {
  #plan {
    margin-bottom: 64px;
  }
}


.site-front .l-header .l-header__inner .p-global-nav > li:nth-child(2) .sub-menu li:nth-child(3) a {
  color: #474241 !important;
}




/* 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: #474241 !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;
  }
}