:root {
--text: #1E3135;
--primary: #009FAF;
--primary80: rgba(0, 159, 175, .8);
--primary60: rgba(0, 159, 175, .6);
--primary50: rgba(0, 159, 175, .5);
--primary40: rgba(0, 159, 175, .4);
--primary30: rgba(0, 159, 175, .3);
--primary15: rgba(0, 159, 175, 0.15);
--primary10: rgba(0, 159, 175, 0.1);
--primary8: rgba(0, 159, 175, 0.08);
--primary5: rgba(0, 159, 175, 0.05);
--accent: #EC6951;
--accent30: rgba(236, 105, 81, .3);
--accent10: rgba(236, 105, 81, .1);
--wh: #ffffff;
--wh60: rgba(255, 255, 255, .6);
--wh70: rgba(255, 255, 255, .7);
--bk: #000;
--bk2: #333;
--red: #E83328;
--red2: #B2292C;
--gray: #ccc;
--gray2: #8B8A8A;
--gray3: #f9f9f9;
--gray4: #B5B5B5;
--gray5: #f5f5f5;
--gray6_40: rgba(225, 225, 225, .4);
--yellow: #FFF79C;
--green: #B2E2E7;
} .p_lead {
padding: 120px 0;
}
@media only screen and (max-width: 767px) {
.p_lead {
padding: 60px 0;
}
}
.p_lead h2 {
position: relative;
margin: 0 auto 48px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: clamp(1.9rem, 3.8vw, 4.8rem);
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
}
.p_lead h2::before, .p_lead h2::after {
position: absolute;
content: "";
width: 70px;
height: 10px;
background: rgba(0, 159, 175, 0.23);
border-radius: 20px;
-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
transform: matrix(1, 0, 0, -1, 0, 0);
top: calc(50% - 5px);
}
@media only screen and (max-width: 1024px) {
.p_lead h2::before, .p_lead h2::after {
width: 60px;
}
}
.p_lead h2::before {
left: -100px;
}
@media only screen and (max-width: 1024px) {
.p_lead h2::before {
left: -80px;
}
}
.p_lead h2::after {
right: -100px;
}
@media only screen and (max-width: 1024px) {
.p_lead h2::after {
right: -80px;
}
}
.p_lead ul.chk {
margin: 0 auto;
width: 80%;
max-width: 620px;
}
.p_lead ul.chk li {
position: relative;
margin-bottom: 15px;
padding-left: 45px;
font-weight: 700;
line-height: 1.8;
}
@media only screen and (max-width: 767px) {
.p_lead ul.chk li {
padding-left: 22px;
font-weight: 400;
}
}
.p_lead ul.chk li::before {
position: absolute;
content: "";
width: 25px;
height: 25px;
background: url(//kaigo-trouble.com/wp-content/themes/kaigo-trouble-v2/img/common/icn_chk.svg) no-repeat 0 0/contain;
top: calc(50% - 12px);
left: 0;
}
@media only screen and (max-width: 767px) {
.p_lead ul.chk li::before {
width: 15px;
height: 15px;
top: 8px;
}
}
.trouble {
position: relative;
padding: 150px 0 0;
background: var(--primary10);
}
@media only screen and (max-width: 767px) {
.trouble {
padding: 50px 0 0;
}
}
.trouble::before {
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 96px 80px 0 80px;
border-color: #FFFFFF transparent transparent transparent;
z-index: 2;
top: -24px;
left: calc(50% - 80px);
}
@media only screen and (max-width: 767px) {
.trouble::before {
border-width: 36px 22px 0 22px;
top: -12px;
left: calc(50% - 22px);
}
}
.trouble h2 {
position: relative;
margin: 0 auto 10px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
color: var(--primary);
font-size: 6rem;
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
text-shadow: 0 3px 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
}
@media only screen and (max-width: 1024px) {
.trouble h2 {
font-size: 3.4rem;
}
}
@media only screen and (max-width: 767px) {
.trouble h2 {
font-size: 2.3rem;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
}
.trouble h2::before {
position: absolute;
content: "";
width: 146px;
height: 148px;
background: url(//kaigo-trouble.com/wp-content/themes/kaigo-trouble-v2/img/spot-solution/icn_kaiketsu.png) no-repeat 0 0/contain;
top: -34px;
right: -12px;
}
@media only screen and (max-width: 1024px) {
.trouble h2::before {
width: 87px;
height: 88px;
top: -28px;
right: -12px;
}
}
@media only screen and (max-width: 767px) {
.trouble h2::before {
width: 56px;
height: 56px;
top: -17px;
right: -6px;
}
}
.trouble p.note {
margin-bottom: 40px;
text-align: center;
}
@media only screen and (max-width: 767px) {
.trouble p.note {
font-size: 1.3rem;
}
}
.trouble .trouble_slider_wrap {
padding: 100px 40px;
background: var(--primary80);
}
@media only screen and (max-width: 767px) {
.trouble .trouble_slider_wrap {
padding: 50px 20px;
}
}
.trouble .trouble_slider_wrap .slider_spot {
margin: 0 auto;
}
.trouble .trouble_slider_wrap .slider_spot.pc {
width: calc(100% - 60px);
max-width: 804px;
}
.trouble .trouble_slider_wrap .slider_spot.sp {
width: calc(100% - 32px);
max-width: 240px;
}
.trouble .trouble_slider_wrap .slider_spot .slider_in {
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
max-width: 804px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
}
@media only screen and (max-width: 767px) {
.trouble .trouble_slider_wrap .slider_spot .slider_in {
max-width: 240px;
grid-template-columns: 1fr;
gap: 32px 0;
}
}
.trouble .trouble_slider_wrap .slider_spot .slider_in .box {
padding: 20px 30px;
width: 100%;
max-width: 350px;
height: 180px;
text-align: center;
background: var(--wh);
border-radius: 10px;
-webkit-filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25));
filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 1024px) {
.trouble .trouble_slider_wrap .slider_spot .slider_in .box {
padding: 15px;
}
}
@media only screen and (max-width: 767px) {
.trouble .trouble_slider_wrap .slider_spot .slider_in .box {
padding: 10px;
width: 200px;
height: 148px;
border-radius: 5px;
}
}
.trouble .trouble_slider_wrap .slider_spot .slider_in .box .sttl {
position: relative;
margin: 0 auto 20px;
padding-left: 20px;
padding-right: 20px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 3.4rem;
font-weight: 500;
}
@media only screen and (max-width: 1024px) {
.trouble .trouble_slider_wrap .slider_spot .slider_in .box .sttl {
font-size: 2.4rem;
}
}
@media only screen and (max-width: 767px) {
.trouble .trouble_slider_wrap .slider_spot .slider_in .box .sttl {
font-size: 1.8rem;
}
}
.trouble .trouble_slider_wrap .slider_spot .slider_in .box .sttl::after {
position: absolute;
content: "";
width: 100%;
height: 10px;
background: var(--primary10);
bottom: 0;
left: 0;
}
.trouble .trouble_slider_wrap .slider_spot .slider_in .box p {
letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
.trouble .trouble_slider_wrap .slider_spot .slider_in .box p {
font-size: 1.4rem;
}
}
.trouble .trouble_slider_wrap .slider_spot .slick-prev,
.trouble .trouble_slider_wrap .slider_spot .slick-next {
width: 90px;
height: 90px;
}
@media only screen and (max-width: 1024px) {
.trouble .trouble_slider_wrap .slider_spot .slick-prev,
.trouble .trouble_slider_wrap .slider_spot .slick-next {
width: 52px;
height: 52px;
}
}
.trouble .trouble_slider_wrap .slider_spot .slick-prev::before,
.trouble .trouble_slider_wrap .slider_spot .slick-next::before {
content: "";
width: 90px;
height: 90px;
background: url(//kaigo-trouble.com/wp-content/themes/kaigo-trouble-v2/img/spot-solution/icn_arrow_right.svg) no-repeat 0 0/contain;
display: block;
}
@media only screen and (max-width: 1024px) {
.trouble .trouble_slider_wrap .slider_spot .slick-prev::before,
.trouble .trouble_slider_wrap .slider_spot .slick-next::before {
width: 52px;
height: 52px;
}
}
.trouble .trouble_slider_wrap .slider_spot .slick-prev {
left: -200px;
}
@media only screen and (max-width: 1024px) {
.trouble .trouble_slider_wrap .slider_spot .slick-prev {
left: -50px;
}
}
.trouble .trouble_slider_wrap .slider_spot .slick-prev::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.trouble .trouble_slider_wrap .slider_spot .slick-next {
right: -200px;
}
@media only screen and (max-width: 1024px) {
.trouble .trouble_slider_wrap .slider_spot .slick-next {
right: -50px;
}
}
.merit {
padding: 120px 0;
}
@media only screen and (max-width: 767px) {
.merit {
padding: 60px 0 20px;
}
}
.merit h2 {
margin-bottom: 80px;
padding: 24px 0;
text-align: center;
background: var(--primary10);
}
@media only screen and (max-width: 767px) {
.merit h2 {
margin-bottom: 40px;
padding: 12px 36px;
}
}
.merit h2 img {
width: 60%;
max-width: 652px;
}
@media only screen and (max-width: 767px) {
.merit h2 img {
width: 80%;
}
}
.merit .merit_box .ttl_box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0 30px;
-webkit-transform: translate(50px, 40px);
transform: translate(50px, 40px);
}
@media only screen and (max-width: 1024px) {
.merit .merit_box .ttl_box {
-webkit-transform: translate(20px, 24px);
transform: translate(20px, 24px);
}
}
@media only screen and (max-width: 767px) {
.merit .merit_box .ttl_box {
width: calc(100% - 10px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 10px;
-webkit-transform: translate(20px, 15px);
transform: translate(20px, 15px);
}
}
.merit .merit_box .ttl_box span {
color: var(--gray4);
font-size: 8rem;
font-weight: 900;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
.merit .merit_box .ttl_box span {
font-size: 4rem;
}
}
@media only screen and (max-width: 767px) {
.merit .merit_box .ttl_box span {
font-size: 3rem;
}
}
@media only screen and (max-width: 767px) {
.merit .merit_box .ttl_box.row {
-webkit-transform: translate(20px, 30px);
transform: translate(20px, 30px);
}
}
.merit .merit_box .ttl_box h3 {
padding: 10px 80px;
width: 100%;
color: var(--wh);
font-size: 4.8rem;
font-weight: 700;
line-height: 1;
background: var(--primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 1024px) {
.merit .merit_box .ttl_box h3 {
font-size: 3.4rem;
}
}
@media only screen and (max-width: 767px) {
.merit .merit_box .ttl_box h3 {
padding: 5px 30px;
font-size: 2.3rem;
line-height: 1.2;
}
}
@media only screen and (max-width: 540px) {
.merit .merit_box .ttl_box h3 {
padding: 5px 15px;
}
}
.merit .merit_box .info_box {
margin-bottom: 80px;
padding: 110px 38px 60px;
max-width: 992px;
background: var(--gray3);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 0 38px;
}
@media only screen and (max-width: 767px) {
.merit .merit_box .info_box {
margin-bottom: 40px;
padding: 50px 22px 30px;
display: block;
}
}
.merit .merit_box .info_box.rev {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.merit .merit_box .info_box figure {
width: 51%;
max-width: 442px;
}
@media only screen and (max-width: 767px) {
.merit .merit_box .info_box figure {
margin: 0 auto 15px;
width: 204px;
}
}
.merit .merit_box .info_box .txt {
width: 46%;
}
@media only screen and (max-width: 767px) {
.merit .merit_box .info_box .txt {
width: 100%;
}
}
.merit .merit_box .info_box .txt p {
font-size: 1.9rem;
letter-spacing: 0.1em;
line-height: 2;
}
@media only screen and (max-width: 767px) {
.merit .merit_box .info_box .txt p {
font-size: 1.6rem;
line-height: 1.6;
}
}
.merit .merit_box .info_box .txt p.sttl {
margin-bottom: 30px;
color: var(--primary);
font-size: 3.2rem;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
.merit .merit_box .info_box .txt p.sttl {
font-size: 2.4rem;
}
}
@media only screen and (max-width: 767px) {
.merit .merit_box .info_box .txt p.sttl {
margin: 0 auto 10px;
font-size: 1.9rem;
text-align: center;
}
}
.lawyer h2 {
margin-bottom: 80px;
padding: 12px 0 70px;
text-align: center;
background: var(--primary10);
}
@media only screen and (max-width: 1024px) {
.lawyer h2 {
margin-bottom: 40px;
padding: 6px 36px 20px;
}
}
@media only screen and (max-width: 767px) {
.lawyer h2 {
padding: 6px 36px;
}
}
.lawyer h2 img {
width: 80%;
max-width: 877px;
}
@media only screen and (max-width: 767px) {
.lawyer h2 img {
width: 100%;
}
}
.lawyer .youtube {
position: relative;
margin: 120px auto;
max-width: 1000px;
aspect-ratio: 16/9;
}
.lawyer .youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
@media only screen and (max-width: 1024px) {
.lawyer .youtube {
margin: 0 auto 42px;
width: calc(100% - 40px);
}
}
.lawyer .consulcatch {
position: relative;
margin-bottom: 160px;
padding-bottom: 170px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulcatch {
margin-bottom: 80px;
padding-bottom: 80px;
}
}
.lawyer .consulcatch::before {
position: absolute;
content: "";
width: 800px;
height: 100%;
background: var(--primary10);
top: 0;
left: 8%;
z-index: -1;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulcatch::before {
width: 86%;
}
}
.lawyer .consulcatch ul {
padding-top: 70px;
width: 50%;
max-width: 576px;
display: grid;
grid-template-columns: 1fr;
gap: 44px 0;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulcatch ul {
gap: 32px 0;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulcatch ul {
padding-top: 35px;
margin-bottom: 20px;
width: 60%;
gap: 20px 0;
}
}
.lawyer .consulcatch ul li {
padding: 20px 0;
width: 100%;
color: var(--wh);
font-size: 4rem;
font-weight: 700;
letter-spacing: 0.1em;
line-height: 1;
text-align: center;
background: var(--accent);
}
@media only screen and (max-width: 1024px) {
.lawyer .consulcatch ul li {
font-size: 2.2rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulcatch ul li {
padding: 10px 0;
font-size: 1.8rem;
}
}
.lawyer .consulcatch p {
position: absolute;
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 0.08em;
bottom: 46px;
left: 18%;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulcatch p {
font-size: 1.6rem;
left: 14%;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulcatch p {
width: 42%;
font-size: 1rem;
bottom: 23px;
left: 14%;
}
}
.lawyer .consulcatch figure {
position: absolute;
max-width: 350px;
bottom: -44px;
right: 40px;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulcatch figure {
max-width: 280px;
right: 0;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulcatch figure {
max-width: 140px;
bottom: 0px;
right: -10px;
}
}
.lawyer .consulmethod.main_width {
max-width: 854px;
}
.lawyer .consulmethod .h3box {
position: relative;
margin: 0 auto 100px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .h3box {
margin: 0 auto 60px;
}
}
.lawyer .consulmethod .h3box span {
position: absolute;
content: "";
color: var(--gray3);
font-size: 16rem;
font-weight: 700;
line-height: 1;
z-index: -1;
top: -50%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: block;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulmethod .h3box span {
font-size: 12rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .h3box span {
font-size: 8rem;
}
}
.lawyer .consulmethod .h3box::after {
position: absolute;
content: "";
width: 367px;
height: 11px;
background: rgba(0, 159, 175, 0.23);
border-radius: 20px;
-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
transform: matrix(1, 0, 0, -1, 0, 0);
bottom: -40px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .h3box::after {
width: 183px;
height: 5px;
bottom: -30px;
}
}
.lawyer .consulmethod .h3box h3 {
font-size: 6.4rem;
font-weight: 700;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulmethod .h3box h3 {
font-size: 4.8rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .h3box h3 {
font-size: 3rem;
}
}
.lawyer .consulmethod .flow {
margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow {
margin-bottom: 60px;
}
}
.lawyer .consulmethod .flow .box {
margin-bottom: 48px;
width: 100%;
height: 128px;
background: var(--gray5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box {
margin-bottom: 30px;
height: 64px;
}
}
.lawyer .consulmethod .flow .box .num {
position: relative;
margin: 0 20px;
width: 124px;
background: #66C5CF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
left: 0;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .num {
margin: 0 10px;
width: 62px;
}
}
.lawyer .consulmethod .flow .box .num::after {
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 36px 62px 0 62px;
border-color: #66C5CF transparent transparent transparent;
bottom: -36px;
left: 0;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .num::after {
border-width: 18px 31px 0 31px;
bottom: -18px;
}
}
.lawyer .consulmethod .flow .box .num.num02 {
background: #4DBCC7;
}
.lawyer .consulmethod .flow .box .num.num02::after {
border-color: #4DBCC7 transparent transparent transparent;
}
.lawyer .consulmethod .flow .box .num.num03 {
background: #33B2BF;
}
.lawyer .consulmethod .flow .box .num.num03::after {
border-color: #33B2BF transparent transparent transparent;
}
.lawyer .consulmethod .flow .box .num.num04 {
background: #009FAF;
}
.lawyer .consulmethod .flow .box .num.num04::after {
border-color: #009FAF transparent transparent transparent;
}
.lawyer .consulmethod .flow .box .num.num05 {
background: #009FAF;
}
.lawyer .consulmethod .flow .box .num.num05::after {
content: none;
}
.lawyer .consulmethod .flow .box .num span {
color: var(--wh);
font-size: 2.4rem;
font-weight: 700;
line-height: 1;
letter-spacing: 0.08em;
text-shadow: 0 2px 0 #525252, 2px 0 0 #525252, 0 -2px 0 #525252, -2px 0 0 #525252, 2px 2px 0 #525252, -2px 2px 0 #525252, 2px -2px 0 #525252, -2px -2px 0 #525252;
display: block;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .num span {
font-size: 1.2rem;
text-shadow: 0 1px 0 #525252, 1px 0 0 #525252, 0 -1px 0 #525252, -1px 0 0 #525252, 1px 1px 0 #525252, -1px 1px 0 #525252, 1px -1px 0 #525252, -1px -1px 0 #525252;
}
}
.lawyer .consulmethod .flow .box .num span + span {
font-size: 6.4rem;
font-weight: 500;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .num span + span {
font-size: 3.2rem;
}
}
.lawyer .consulmethod .flow .box .txt {
padding: 12px 50px 12px 100px;
width: calc(100% - 164px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulmethod .flow .box .txt {
padding: 12px 25px 12px 50px;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .txt {
padding: 10px 10px 10px 25px;
width: calc(100% - 82px);
}
}
.lawyer .consulmethod .flow .box .txt p {
width: 100%;
font-size: 2.3rem;
font-weight: 500;
letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .txt p {
font-size: 1.2rem;
}
}
.lawyer .consulmethod .flow .box .txt p span {
font-size: 1.6rem;
font-weight: 400;
-webkit-transform: translateY(-1px);
transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .txt p span {
font-size: 0.8rem;
}
}
.lawyer .consulmethod .flow .box .txt .btn_orange {
padding-left: 116px;
padding-left: 21%;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .txt .btn_orange {
padding-top: 1px;
padding-left: 0;
}
}
.lawyer .consulmethod .flow .box .txt .btn_orange a {
padding: 3px 4.6px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .txt .btn_orange a {
padding: 2px;
}
}
.lawyer .consulmethod .flow .box .txt .btn_orange a span {
padding: 8px 48px 9px 22px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulmethod .flow .box .txt .btn_orange a span {
padding: 5px 25px 6px 10px;
}
}
.lawyer .consulprice.main_width {
padding: 80px 0;
max-width: 854px;
background: var(--primary10);
border-radius: 0px 50px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice.main_width {
padding: 40px 0;
border-radius: 0px 25px;
}
}
.lawyer .consulprice .h3box {
position: relative;
margin: 0 auto 150px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .h3box {
margin: 0 auto 75px;
}
}
.lawyer .consulprice .h3box span {
position: absolute;
content: "";
color: var(--gray3);
font-size: 12rem;
font-weight: 700;
line-height: 1;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -30%);
transform: translate(-50%, -30%);
display: block;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice .h3box span {
font-size: 10rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .h3box span {
font-size: 5.6rem;
}
}
.lawyer .consulprice .h3box::after {
position: absolute;
content: "";
width: 367px;
height: 8px;
background: rgba(0, 159, 175, 0.23);
border-radius: 20px;
-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
transform: matrix(1, 0, 0, -1, 0, 0);
bottom: -100px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice .h3box::after {
width: 280px;
height: 6px;
bottom: -80px;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .h3box::after {
width: 156px;
height: 4px;
bottom: -50px;
}
}
.lawyer .consulprice .h3box h3 {
position: absolute;
content: "";
font-size: 4.5rem;
font-weight: 700;
letter-spacing: 0.1em;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice .h3box h3 {
font-size: 4rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .h3box h3 {
font-size: 2.2rem;
}
}
.lawyer .consulprice .price {
margin-bottom: 90px;
padding: 24px 80px 24px 19%;
width: 87%;
font-size: 3rem;
font-weight: 500;
letter-spacing: 0.1em;
white-space: nowrap;
background: var(--wh);
border-radius: 0 80px 80px 0;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice .price {
padding: 24px 80px 24px 20vw;
font-size: 2.6rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .price {
margin-bottom: 45px;
padding: 12px 0px 12px 0;
font-size: 1.4rem;
text-align: center;
letter-spacing: 0.05em;
}
}
.lawyer .consulprice .price span {
padding-right: 10px;
color: var(--accent);
font-size: 4rem;
font-weight: 700;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .price span {
padding-right: 5px;
font-size: 2rem;
}
}
.lawyer .consulprice .price span + span {
padding-left: 44px;
padding-right: 22px;
font-size: 6rem;
letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice .price span + span {
padding-left: 22px;
padding-right: 11px;
font-size: 4rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .price span + span {
font-size: 2.4rem;
}
}
.lawyer .consulprice ul.list {
margin: 0 auto 70px;
width: 68%;
max-width: 600px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice ul.list {
margin: 0 auto 35px;
width: 80%;
}
}
.lawyer .consulprice ul.list li {
margin-bottom: 25px;
padding-left: 1em;
text-indent: -1em;
font-size: 2rem;
font-weight: 500;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice ul.list li {
margin-bottom: 12px;
font-size: 1.7rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice ul.list li {
font-size: 1rem;
}
}
.lawyer .consulprice ul.white {
margin: 0 auto 60px;
padding: 45px 45px 40px;
width: 68%;
max-width: 600px;
background: var(--wh);
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 0px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px 0;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice ul.white {
padding: 32px 30px 30px;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice ul.white {
margin: 0 auto 30px;
padding: 22px 20px 20px;
width: 80%;
border-radius: 0px 15px;
gap: 5px 0;
}
}
.lawyer .consulprice ul.white li {
color: var(--primary);
padding-left: 1em;
text-indent: -0.6em;
font-size: 2.3rem;
font-weight: 700;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
.lawyer .consulprice ul.white li {
font-size: 2rem;
}
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice ul.white li {
font-size: 1.1rem;
}
}
.lawyer .consulprice .btn_orange {
text-align: center;
}
.lawyer .consulprice .btn_orange a {
position: relative;
margin: 0 auto;
border-radius: 68px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .btn_orange a {
border-radius: 34px;
}
}
.lawyer .consulprice .btn_orange a span {
padding: 20px 120px 20px 52px;
font-size: 3.4rem;
border: 4px solid var(--wh);
border-radius: 58px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .btn_orange a span {
padding: 8px 40px 8px 20px;
font-size: 1.2rem;
border-radius: 30px;
border: 2px solid var(--wh);
}
}
.lawyer .consulprice .btn_orange a::after {
width: 20px;
height: 37px;
top: calc(50% - 18px);
right: 50px;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .btn_orange a::after {
width: 10px;
height: 14px;
top: calc(50% - 7px);
right: 25px;
}
}
.lawyer .consulprice .btn_orange a::before {
position: absolute;
content: "";
width: 190px;
height: 86px;
background: url(//kaigo-trouble.com/wp-content/themes/kaigo-trouble-v2/img/spot-solution/click01.png) no-repeat 0 0/contain;
bottom: -62px;
right: -106px;
z-index: 2;
}
@media only screen and (max-width: 767px) {
.lawyer .consulprice .btn_orange a::before {
width: 82px;
height: 36px;
bottom: -23px;
right: -52px;
}
}