@charset "UTF-8";

body {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
color: #1a1f22;
line-height: 2;
letter-spacing: 0;
}
.accordion_item .accordion_title {
position: relative;
cursor: pointer;
}
.accordion_item .accordion_title::before,
.accordion_item .accordion_title::after {
content: "";
position: absolute;
top: 48%;
right: 0;
width: 2.125rem;
height: 2px;
background-color: #1a1f22;
}
@media screen and (max-width: 768px) {
.accordion_item .accordion_title::before,
.accordion_item .accordion_title::after {
top: 1.125rem;
}
}
.accordion_item .accordion_title::before {
transform: rotate(0deg);
}
.accordion_item .accordion_title::after {
transform: rotate(90deg);
}
.accordion_item .accordion_title.open::after {
transform: rotate(0deg);
}
.accordion_item .accordion_box {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease;
}
.body_no_scroll {
overflow: hidden;
touch-action: none;
height: 100vh;
}
.hamburger_menu .hamburger_menu_btn {
display: none;
}
@media screen and (max-width: 768px) {
.hamburger_menu .hamburger_menu_btn {
position: absolute;
z-index: 999;
right: 1rem;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.375rem;
width: 2.75rem;
aspect-ratio: 1/1;
transition: all 0.3s ease;
cursor: pointer;
background-color: #1a1f22;
border-radius: 50%;
}
}
@media screen and (max-width: 768px) {
.hamburger_menu .hamburger_menu_btn .bar {
display: block;
width: 50%;
height: 0.125rem;
background-color: #fff;
transition: all 0.3s ease;
}
}
.hamburger_menu .hamburger_menu_list_wrapper {
transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
.hamburger_menu .hamburger_menu_list_wrapper {
position: fixed;
top: 4rem;
display: block;
width: 100vw;
height: calc(100vh - 4rem);
background-color: #fff;
overflow-x: auto;
box-shadow: inset 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.3);
max-width: 37.5rem;
right: -100%;
}
}
.hamburger_menu.open .hamburger_menu_btn {
transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
.hamburger_menu.open .hamburger_menu_btn {
gap: 0;
}
}
@media screen and (max-width: 768px) {
.hamburger_menu.open .hamburger_menu_btn .bar:nth-child(1) {
transform: translateY(0.0625rem) rotate(45deg);
}
}
@media screen and (max-width: 768px) {
.hamburger_menu.open .hamburger_menu_btn .bar:nth-child(2) {
display: none;
}
}
@media screen and (max-width: 768px) {
.hamburger_menu.open .hamburger_menu_btn .bar:nth-child(3) {
transform: translateY(-0.0625rem) rotate(-45deg);
}
}
.hamburger_menu.open .hamburger_menu_list_wrapper {
transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
.hamburger_menu.open .hamburger_menu_list_wrapper {
right: 0;
}
}
.tab_buttons {
display: flex;
width: 100%;
}
.tab_buttons .tab_button {
background: unset;
}
.tab_contents .tab_content {
display: none;
}
.tab_contents .tab_content.active {
display: block;
} * {
margin: 0;
padding: 0;
}
*,
::before,
::after {
border-style: solid;
box-sizing: border-box;
border-width: 0;
transition: all 0.3s ease;
}
html {
height: 100%;
scroll-behavior: smooth;
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
}
.all_container {
overflow-x: hidden;
}
ul,
ol {
list-style: none;
}
a {
color: inherit;
background-color: transparent;
text-decoration: none;
text-decoration-skip-ink: auto;
}
img,
video,
iframe,
picture {
display: block;
max-width: 100%;
width: 100%;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
input,
textarea,
select {
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
}
html {
font-size: 1.2578616352vw;
}
@media screen and (max-width: 768px) {
html {
font-size: 16px;
}
}
@media (min-width: 1272px) {
html {
font-size: 16px;
}
}
@media (max-width: 390px) {
html {
font-size: 4.1025641026vw;
}
} @media screen and (max-width: 768px) {
.u_pc {
display: none !important;
}
}
.u_sp,
.u_sp_b {
display: none !important;
}
@media screen and (max-width: 768px) {
.u_sp,
.u_sp_b {
display: block !important;
}
}
.u_sp_i {
display: none !important;
}
@media screen and (max-width: 768px) {
.u_sp_i {
display: inline !important;
}
}
.u_sp_ib {
display: none !important;
}
@media screen and (max-width: 768px) {
.u_sp_ib {
display: inline-block !important;
}
}
.u_sp_f {
display: none !important;
}
@media screen and (max-width: 768px) {
.u_sp_f {
display: flex !important;
}
}
.u_sp_t {
display: none !important;
}
@media screen and (max-width: 768px) {
.u_sp_t {
display: table-row !important;
}
}
.disp_ib {
display: inline-block;
} .innerbox_1240 {
max-width: calc(1240px + 2rem);
margin: 0 auto;
padding: 0 1rem;
}
.innerbox_1180 {
max-width: calc(1180px + 2rem);
margin: 0 auto;
padding: 0 1rem;
}
.innerbox_1080 {
max-width: calc(1080px + 2rem);
margin: 0 auto;
padding: 0 1rem;
}
.innerbox_960 {
max-width: calc(960px + 2rem);
margin: 0 auto;
padding: 0 1rem;
}
.innerbox_980 {
max-width: calc(980px + 2rem);
margin: 0 auto;
padding: 0 1rem;
}
.innerbox_780 {
max-width: calc(780px + 2rem);
margin: 0 auto;
padding: 0 1rem;
}
.innerbox_600 {
max-width: calc(600px + 2rem);
margin: 0 auto;
padding: 0 1rem;
} .flexbox {
display: flex;
}
.flex_center {
display: flex;
justify-content: center;
align-items: center;
}
a,
button,
.btn {
cursor: pointer;
transition: all 0.3s ease;
}
a:hover,
button:hover,
.btn:hover {
opacity: 0.8;
}
@media screen and (max-width: 768px) {
a:hover,
button:hover,
.btn:hover {
opacity: 1;
}
}
body:not(#page__top) ol {
list-style: decimal;
padding-left: 1em;
}
body:not(#page__top) ol > li > ul {
list-style: lower-alpha;
padding-left: 1em;
}
body:not(#page__top) ol > li > ul > li > ul {
list-style: lower-roman;
padding-left: 1em;
}
ul.dot_list > li {
display: block;
position: relative;
padding-left: 1em;
}
ul.dot_list > li::before {
content: "・";
display: block;
position: absolute;
left: 0;
top: 0;
}
.kome_mark {
display: block;
position: relative;
padding-left: 1em;
}
.kome_mark::before {
content: "※";
display: block;
position: absolute;
left: 0;
top: 0;
} .index_php {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2.5rem;
padding: 12.5rem 1rem;
text-align: center;
}
.not_open {
font-size: 1.125rem;
font-weight: 700;
text-align: center;
padding: 2.5rem;
}
.page_contents_wrapper {
padding-top: 7.5rem;
padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
.page_contents_wrapper {
padding-top: 4rem;
padding-bottom: 4rem;
}
}
.page_contents_wrapper * {
margin: 2em 0 1em;
}
.archive_contents_wrapper {
padding-top: 3.75rem;
padding-bottom: 7.5rem;
}
.single_contents_wrapper {
padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
.single_contents_wrapper {
padding-bottom: 4rem;
padding-left: 0;
padding-right: 0;
}
}
.page_title {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 22.375rem;
font-size: 2.875rem;
line-height: 1;
letter-spacing: 0.01em;
font-weight: 900;
color: #fff;
text-align: center;
text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25);
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/page_title/privacy.webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 2rem;
}
@media screen and (max-width: 768px) {
.page_title {
height: 15rem;
font-size: 2rem;
}
}
body#page__home .page_title,
body.category .page_title,
body.single-post .page_title {
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/page_title/news.webp);
}
body#page__archive_cases .page_title,
body.tax-cases_category .page_title,
body.single-cases .page_title {
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/page_title/cases.webp);
}
body#page__contact .page_title,
body#page__thanks .page_title {
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/page_title/contact.webp);
}
body#page__privacy-policy .page_title {
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/page_title/privacy.webp);
}
#breadcrumb {
padding-top: 1rem;
padding-bottom: 1rem;
}
#breadcrumb .breadcrumb_inner {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
#breadcrumb .breadcrumb_inner .breadcrumb_item {
font-size: 1rem;
white-space: nowrap;
}
@media screen and (max-width: 768px) {
#breadcrumb .breadcrumb_inner .breadcrumb_item {
font-size: 0.875rem;
}
}
#breadcrumb .breadcrumb_inner .breadcrumb_item a,
#breadcrumb .breadcrumb_inner .breadcrumb_item span {
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
}
#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n + 2) {
margin-left: 1rem;
}
@media screen and (max-width: 768px) {
#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n + 2) {
margin-left: 0.75rem;
}
}
#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n + 2)::before {
content: ">";
font-size: inherit;
line-height: inherit;
color: #1a1f22;
margin-right: 1rem;
}
@media screen and (max-width: 768px) {
#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-child(n + 2)::before {
margin-right: 0.75rem;
}
}
#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-last-child(1) {
white-space: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-height: 2em;
}
#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-last-child(1) a,
#breadcrumb .breadcrumb_inner .breadcrumb_item:nth-last-child(1) span {
opacity: 0.4;
pointer-events: none;
}
.wpcf7-response-output {
padding: 1.5rem !important;
text-align: center;
font-weight: 700;
background-color: #fff;
}
body:not(#page__contact) .grecaptcha-badge {
visibility: hidden;
}
.grecaptcha-badge {
z-index: 9999;
}
.single_contents__nav {
display: flex;
justify-content: space-between;
margin-top: 4rem;
} body {
background-color: #f3f3f3;
}
main#main {
padding-top: 6.5rem;
}
@media screen and (max-width: 768px) {
main#main {
padding-top: 4rem;
}
} header#header {
position: fixed;
z-index: 999;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 6.5rem;
background-color: #fff;
}
@media screen and (max-width: 768px) {
header#header {
height: 4rem;
}
}
header#header .header_inner {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
padding: 0 1rem;
}
header#header .header_logo {
display: block;
}
header#header .header_logo .logo {
width: 13.5625rem;
}
@media screen and (max-width: 768px) {
header#header .header_logo .logo {
width: 9.6875rem;
}
}
header#header .hamburger_menu_list_wrapper {
display: flex;
}
@media screen and (max-width: 768px) {
header#header .hamburger_menu_list_wrapper {
flex-direction: column;
padding-bottom: 3.5rem;
}
}
header#header .hamburger_menu_list {
display: flex;
align-items: center;
gap: 0.875rem;
height: 100%;
}
@media screen and (max-width: 768px) {
header#header .hamburger_menu_list {
flex-direction: column;
align-items: stretch;
gap: 0;
}
}
header#header .hamburger_menu_list .menu-item a {
display: flex;
font-size: 0.875rem;
line-height: 1.5;
font-weight: 600;
padding: 0.375rem 0;
}
@media screen and (max-width: 768px) {
header#header .hamburger_menu_list .menu-item a {
font-size: 1.125rem;
padding: 1.3125rem 1.4375rem 1rem;
border-bottom: 1px solid #f3f3f3;
}
}
header#header .hambuger_contact_list {
display: flex;
align-items: center;
gap: 1.5rem;
}
@media screen and (max-width: 768px) {
header#header .hambuger_contact_list {
flex-direction: column;
gap: 1.75rem;
padding: 0 1rem;
margin-top: 2.125rem;
}
}
header#header .hambuger_contact_list::before {
content: "";
display: block;
width: 1px;
height: 2rem;
background-color: #adadad;
margin: 0 0.75rem 0 2rem;
}
@media screen and (max-width: 768px) {
header#header .hambuger_contact_list::before {
display: none;
}
}
header#header .hambuger_contact_item__tel span {
display: block;
text-align: center;
line-height: 1.5;
}
header#header .hambuger_contact_item__tel .big {
font-size: 2rem;
font-weight: 700;
font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
header#header .hambuger_contact_item__tel .big {
font-size: 2.375rem;
}
}
header#header .hambuger_contact_item__tel .small {
font-size: 0.75rem;
font-weight: 600;
color: #676767;
}
@media screen and (max-width: 768px) {
header#header .hambuger_contact_item__tel .small {
font-size: 0.875rem;
}
}
@media screen and (max-width: 768px) {
header#header .hambuger_contact_item__contact {
width: 100%;
}
}
header#header .hambuger_contact_item .btn {
min-width: initial;
height: 4rem;
padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
header#header .hambuger_contact_item .btn {
justify-content: space-between;
width: 100%;
height: 4.8125rem;
padding: 0 0.75rem 0 2rem;
}
}
@media screen and (max-width: 768px) {
header#header .hambuger_contact_item .btn:nth-child(n + 2) {
margin-top: 1rem;
}
} footer#footer {
background-color: #fff;
padding-top: 3rem;
padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
footer#footer {
padding-top: 3.6875rem;
}
}
footer#footer .footer_inner {
display: flex;
flex-wrap: wrap;
}
footer#footer .footer_upper {
width: 100%;
margin-bottom: 2.75rem;
}
footer#footer .footer_logo {
display: block;
width: 17.5rem;
}
@media screen and (max-width: 768px) {
footer#footer .footer_logo {
width: 15rem;
margin-inline: auto;
}
}
footer#footer .footer_left {
display: flex;
}
@media screen and (max-width: 768px) {
footer#footer .footer_left {
width: 100%;
display: block;
}
}
footer#footer .footer_left::after {
content: "";
display: block;
width: 1px;
background-color: #c3c3c3;
margin: 0 7rem;
}
@media screen and (max-width: 768px) {
footer#footer .footer_left::after {
width: 100%;
height: 1px;
margin: 2.5rem 0;
}
}
footer#footer .footer_info_item:nth-child(n + 2) {
margin-top: 2rem;
}
footer#footer .footer_info_item__branch {
display: block;
font-weight: 900;
}
footer#footer .footer_info_item__address {
display: block;
font-size: 0.875rem;
line-height: 1.8;
}
footer#footer .footer_info_item__tel {
display: flex;
gap: 1.5rem;
margin-top: 1rem;
}
footer#footer .footer_info_item__tel .tel_item {
display: block;
line-height: 1.2;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
footer#footer .footer_right {
display: flex;
gap: 4.375rem;
}
@media screen and (max-width: 768px) {
footer#footer .footer_right {
flex-wrap: wrap;
gap: 2.875rem;
width: 100%;
}
}
@media screen and (max-width: 768px) {
footer#footer .menu-footer-menu-container {
width: 100%;
}
}
footer#footer .footer_menu_list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem 3.375rem;
}
@media screen and (max-width: 768px) {
footer#footer .footer_menu_list {
grid-template-columns: 50% 50%;
width: 100%;
gap: 1.5rem 0;
}
}
footer#footer .footer_menu_list .menu-item a {
display: block;
font-size: 0.875rem;
line-height: 1.5;
font-weight: 600;
}
@media screen and (max-width: 768px) {
footer#footer .footer_btn {
width: 100%;
}
}
@media screen and (max-width: 768px) {
footer#footer .footer_btn .btn {
justify-content: space-between;
width: 100%;
}
}
footer#footer .footer_bottom {
width: 100%;
}
@media screen and (max-width: 768px) {
footer#footer .footer_bottom {
margin-top: 2rem;
}
}
footer#footer .footer_copyright {
font-size: 0.875rem;
line-height: 1.5;
font-weight: 500;
font-family: "Montserrat", sans-serif;
color: #acacac;
text-align: right;
}
@media screen and (max-width: 768px) {
footer#footer .footer_copyright {
text-align: center;
}
} section#cta {
background-color: #fdeeef;
padding-top: 7.5rem;
padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
section#cta {
padding-top: 4rem;
padding-bottom: 4rem;
}
}
section#cta .cta_inner {
display: flex;
justify-content: space-between;
align-items: center;
gap: 2.5rem;
}
@media screen and (max-width: 768px) {
section#cta .cta_inner {
flex-direction: column;
}
}
section#cta .cta_text_wrapper {
white-space: nowrap;
flex-shrink: 0;
}
section#cta .section_title span {
text-align: left;
}
section#cta .cta_explain {
font-size: 1rem;
line-height: 1.8;
margin-top: 2rem;
}
@media screen and (max-width: 768px) {
section#cta .cta_explain {
margin-top: 1.75rem;
}
}
section#cta .cta_btn_wrapper {
margin-top: 2rem;
}
@media screen and (max-width: 768px) {
section#cta .cta_btn_wrapper {
margin-top: 2.5rem;
}
}
@media screen and (max-width: 768px) {
section#cta .cta_btn_wrapper .btn {
justify-content: space-between;
width: 100%;
}
}
section#cta .cta_image_wrapper {
width: 25.375rem;
}
@media screen and (max-width: 768px) {
section#cta .cta_image_wrapper {
width: 100%;
}
}
#fixed_cta {
position: fixed;
z-index: 999;
right: 0;
bottom: 4.375rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
width: 3.125rem;
padding: 0.8125rem 0.5rem;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border-radius: 0.75rem 0 0 0.75rem;
opacity: 0;
}
@media screen and (max-width: 768px) {
#fixed_cta {
flex-direction: row;
justify-content: center;
bottom: 0;
width: 100%;
padding: 1.125rem 0.5rem;
border-radius: 0.75rem 0.75rem 0 0;
}
}
#fixed_cta img {
width: 1.3125rem;
height: 1.0625rem;
object-fit: contain;
}
#fixed_cta span {
display: block;
font-size: 1rem;
line-height: 1.2;
letter-spacing: 0.19em;
font-weight: 600;
color: #fff;
writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
#fixed_cta span {
writing-mode: horizontal-tb;
}
}
#fixed_cta:hover {
opacity: 1;
box-shadow: -0.1875rem 0.1875rem 0.1875rem rgba(215, 26, 25, 0.3);
} .section_title span {
display: block;
line-height: 1.5;
text-align: center;
}
.section_title__en {
font-size: 0.875rem;
font-weight: 700;
font-family: "Montserrat", sans-serif;
color: #d71a19;
margin-bottom: 1.5rem;
}
.section_title__ja {
font-size: 2rem;
font-size: 900;
}
@media screen and (max-width: 768px) {
.section_title__ja {
font-size: 1.75rem;
}
}
.btn {
position: relative;
z-index: 400;
display: flex;
justify-content: center;
align-items: center;
max-width: 100%;
min-width: 16.5rem;
width: fit-content;
height: 4.875rem;
font-size: 1rem;
line-height: 1.5;
font-weight: 900;
padding: 0.75rem 0.75rem 0.75rem 2rem;
border-radius: 6.25rem;
}
.btn > .icon {
width: 2.125rem;
height: 2.125rem;
object-fit: contain;
margin-left: 1.5rem;
}
.btn > .circle {
display: flex;
justify-content: center;
align-items: center;
width: 3.3125rem;
height: 3.3125rem;
border-radius: 50%;
background: #fff;
margin-left: 1.5rem;
}
.btn > .circle .icon {
width: 1.3125rem;
height: 1.3125rem;
object-fit: contain;
}
.btn:hover {
opacity: 1;
}
.btn__red {
color: #fff;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
box-shadow: 0 0.125rem 0.25rem rgba(215, 26, 25, 0.08);
}
.btn__red:hover {
box-shadow: 0 0.375rem 0.5rem rgba(215, 26, 25, 0.5);
}
.btn__black {
color: #fff;
background: #000000;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}
.btn__black:hover {
box-shadow: 0 0.375rem 0.5rem rgba(0, 0, 0, 0.5);
}
.btn__white {
color: #1a1f22;
background: #fff;
border: 1px solid #d71a19;
box-shadow: 0 0.125rem 0.25rem rgba(215, 26, 25, 0.08);
}
.btn__white:hover {
box-shadow: 0 0.375rem 0.5rem rgba(215, 26, 25, 0.5);
}
.marker {
text-decoration: underline;
text-decoration-thickness: 0.5em;
text-decoration-color: #ffdb76;
text-underline-offset: -0.2em;
text-decoration-skip-ink: none;
} section#fv {
position: relative;
z-index: 400;
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/top/fv_pc.webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 3.125rem;
padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
section#fv {
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/top/fv_sp.webp);
padding-top: 6.875rem;
padding-bottom: 3.5rem;
}
}
section#fv .fv_text_wrapper {
max-width: 50%;
}
@media screen and (max-width: 768px) {
section#fv .fv_text_wrapper {
max-width: 100%;
}
}
section#fv .fv_title__upper {
font-size: 1.75rem;
line-height: 1.5;
font-weight: 900;
font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
section#fv .fv_title__upper {
font-size: 1.4375rem;
}
}
section#fv .fv_title__upper .marker {
font-size: 2.8125rem;
margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
section#fv .fv_title__upper .marker {
font-size: 1.75rem;
}
}
section#fv .fv_title__lower {
max-width: 35.125rem;
margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_title__lower {
margin-top: 0.875rem;
}
}
section#fv .fv_points_wrapper {
display: flex;
gap: 1rem;
margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_points_wrapper {
justify-content: center;
gap: 0.75rem;
margin-top: 2rem;
}
}
section#fv .fv_point {
width: 8.875rem;
height: 8.875rem;
font-size: 1rem;
line-height: 1.5;
font-weight: 900;
text-align: center;
background-color: #fff;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_point {
width: 6.875rem;
height: 6.875rem;
font-size: 0.75rem;
box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.1);
border-radius: 0.5625rem;
}
}
section#fv .fv_point .number {
font-family: "Oswald", sans-serif;
font-weight: 700;
line-height: 1;
margin-inline: 0.25rem;
}
section#fv .fv_point .red {
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section#fv .fv_point .fos_64 {
font-size: 4rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_point .fos_64 {
font-size: 3.125rem;
}
}
section#fv .fv_point .fos_42 {
font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_point .fos_42 {
font-size: 2rem;
}
}
section#fv .fv_point .fos_24 {
font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_point .fos_24 {
font-size: 1.125rem;
}
}
section#fv .fv_point .fos_21 {
font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_point .fos_21 {
font-size: 1rem;
}
}
section#fv .fv_point .fos_14 {
font-size: 0.875rem;
font-weight: 700;
}
@media screen and (max-width: 768px) {
section#fv .fv_point .fos_14 {
font-size: 0.6875rem;
}
}
section#fv .fv_btn_wrapper {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
section#fv .fv_btn_wrapper {
margin-top: 6.625rem;
}
}
@media screen and (max-width: 768px) {
section#fv .fv_btn_wrapper .btn {
justify-content: space-between;
width: 100%;
}
}
section#fv .fv_attention {
position: absolute;
z-index: 1;
right: 0.375rem;
bottom: 0.375rem;
font-size: 0.875rem;
line-height: 1;
color: #fff;
white-space: nowrap;
}
section#issues {
padding-top: 5rem;
}
@media screen and (max-width: 768px) {
section#issues {
padding-top: 4.625rem;
}
}
section#issues .issues_items_wrapper {
display: flex;
flex-wrap: wrap;
gap: 4rem;
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#issues .issues_items_wrapper {
gap: 1.75rem 1.5625rem;
padding: 0 1rem;
margin-top: 2.375rem;
}
}
section#issues .issues_items_wrapper .issues_item {
width: calc((100% - 12rem) / 4);
}
@media screen and (max-width: 768px) {
section#issues .issues_items_wrapper .issues_item {
width: calc((100% - 1.5625rem) / 2);
}
}
section#issues .issues_items_wrapper .issues_item__text {
display: block;
font-size: 1rem;
line-height: 1.5;
font-weight: 500;
text-align: center;
margin-top: 1rem;
}
section#about {
position: relative;
z-index: 400;
padding-top: 7.5rem;
padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
section#about {
padding-top: 4.625rem;
padding-bottom: 0;
}
}
section#about .about_text_wrapper {
font-size: 1rem;
line-height: 1.8;
text-align: center;
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#about .about_text_wrapper {
text-align: left;
}
}
section#about .about_bg_logo {
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
height: 13.625rem;
object-fit: contain;
opacity: 0.03;
}
@media screen and (max-width: 768px) {
section#about .about_bg_logo {
left: 1.25rem;
right: 1.25rem;
bottom: 5.125rem;
width: calc(100% - 2.5rem);
height: 3.5625rem;
}
}
section#case {
padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
section#case {
padding-top: 4rem;
}
}
section#case .cases_list {
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#case .cases_list {
margin-top: 2.1875rem;
}
}
section#case .case_btn_wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#case .case_btn_wrapper {
margin-top: 1.6875rem;
}
}
@media screen and (max-width: 768px) {
section#case .case_btn_wrapper .btn {
justify-content: space-between;
width: 100%;
}
}
section#plan {
padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
section#plan {
padding-top: 5.375rem;
}
}
section#plan .plan_inner {
position: relative;
z-index: 400;
padding: 3.375rem 1rem;
box-shadow: 0 0 1.875rem rgba(215, 26, 25, 0.1);
}
@media screen and (max-width: 768px) {
section#plan .plan_inner {
padding: 3.25rem 1rem 4.125rem;
}
}
section#plan .plan_inner::before {
content: "";
position: absolute;
z-index: -1;
inset: 0;
display: block;
width: 100%;
height: 100%;
background: #fff;
border-radius: 1.4375rem;
}
section#plan .plan_inner::after {
content: "";
position: absolute;
z-index: -2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: calc(100% + 2px);
height: calc(100% + 2px);
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border-radius: 1.5rem;
}
section#plan .plan_explain {
font-size: 1.5rem;
line-height: 1.5;
font-weight: 900;
text-align: center;
margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
section#plan .plan_explain {
font-size: 1.25rem;
margin-top: 3.1875rem;
}
}
section#plan .plan_explain span {
display: inline-block;
}
section#plan .plan_explain .red {
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0 0.5rem;
}
section#plan .plan_explain .number {
font-size: 4.5rem;
font-weight: 700;
font-family: "Oswald", sans-serif;
}
section#lineup {
padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
section#lineup {
padding-top: 5.375rem;
}
}
section#lineup .lineup_details {
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#lineup .lineup_details {
margin-top: 1.75rem;
}
}
section#lineup .lineup_details_table {
table-layout: fixed;
}
section#lineup .lineup_details_table th,
section#lineup .lineup_details_table td {
text-align: center;
}
section#lineup .lineup_details_table thead th {
padding: 0.625rem 2.5rem 3.125rem;
}
section#lineup .lineup_details_table thead th img {
aspect-ratio: 332/357;
object-fit: contain;
}
section#lineup .lineup_details_table thead th .th_inner {
margin-top: 3.125rem;
}
section#lineup .lineup_details_table thead th .th_inner span {
display: block;
text-align: center;
}
section#lineup .lineup_details_table thead th .title {
font-size: 1.75rem;
line-height: 1.5;
font-weight: 900;
}
section#lineup .lineup_details_table thead th .explain {
font-size: 1rem;
line-height: 1.9;
margin-top: 1.5rem;
}
section#lineup .lineup_details_table thead th:nth-child(n + 2) {
border-left: 1px solid #c3c3c3;
}
section#lineup .lineup_details_table tbody th {
line-height: 1.5;
font-weight: 900;
color: #fff;
background-color: #767676;
padding: 0.8125rem;
}
section#lineup .lineup_details_table tbody th .small {
font-size: 0.875rem;
font-weight: 400;
}
section#lineup .lineup_details_table tbody td {
background-color: #fff;
padding: 1.5rem 1.125rem;
}
section#lineup .lineup_details_table tbody td:nth-child(n + 2) {
border-left: 1px solid #c3c3c3;
}
section#lineup .lineup_details_tabcontent .tab_buttons {
display: flex;
justify-content: center;
gap: 0.75rem;
margin-bottom: 2rem;
}
section#lineup .lineup_details_tabcontent .tab_buttons .tab_button {
width: 6.375rem;
height: 2.75rem;
font-size: 1rem;
font-weight: 700;
color: #d71a19;
background: #fff;
border: 1px solid #d71a19;
border-radius: 6.25rem;
}
section#lineup .lineup_details_tabcontent .tab_buttons .tab_button.active {
color: #fff;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border: none;
}
section#lineup .lineup_details_tabcontent .tabcontent_head {
padding: 0.625rem 2.5rem 3.125rem;
}
@media screen and (max-width: 768px) {
section#lineup .lineup_details_tabcontent .tabcontent_head {
padding: 0 0 3.375rem;
}
}
section#lineup .lineup_details_tabcontent .tabcontent_head img {
aspect-ratio: 332/357;
object-fit: contain;
}
section#lineup .lineup_details_tabcontent .tabcontent_head .th_inner {
margin-top: 3.125rem;
}
section#lineup .lineup_details_tabcontent .tabcontent_head .th_inner span {
display: block;
text-align: center;
}
section#lineup .lineup_details_tabcontent .tabcontent_head .title {
font-size: 1.75rem;
line-height: 1.5;
font-weight: 900;
}
section#lineup .lineup_details_tabcontent .tabcontent_head .explain {
font-size: 1rem;
line-height: 1.9;
margin-top: 1.5rem;
}
section#lineup .lineup_details_tabcontent .tabcontent_head:nth-child(n + 2) {
border-left: 1px solid #c3c3c3;
}
section#lineup .lineup_details_tabcontent .tabcontent_main dt,
section#lineup .lineup_details_tabcontent .tabcontent_main dd {
text-align: center;
}
section#lineup .lineup_details_tabcontent .tabcontent_main dt {
line-height: 1.5;
font-weight: 900;
color: #fff;
background-color: #767676;
padding: 0.8125rem;
}
section#lineup .lineup_details_tabcontent .tabcontent_main dt .small {
font-size: 0.875rem;
font-weight: 400;
}
section#lineup .lineup_details_tabcontent .tabcontent_main dd {
background-color: #fff;
padding: 1.5rem 0.75rem;
}
section#lineup .lineup_details_attentions {
line-height: 1.5;
margin-top: 1rem;
}
section#features {
padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
section#features {
padding-top: 4.625rem;
}
}
section#features .features_main_items {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#features .features_main_items {
gap: 2rem;
margin-top: 2.375rem;
}
}
section#features .features_item {
display: flex;
flex-direction: column;
width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 768px) {
section#features .features_item {
width: 100%;
}
}
section#features .features_item__image {
aspect-ratio: 608/354;
object-fit: cover;
border-radius: 1rem 1rem 0 0;
}
section#features .features_item__text_wrapper {
flex: 1;
background-color: #fff;
padding: 2rem;
border-radius: 0 0 1rem 1rem;
}
section#features .features_item__number {
font-size: 1.125rem;
line-height: 1.5;
font-weight: 700;
font-family: "Montserrat", sans-serif;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section#features .features_item__title {
font-size: 1.5rem;
line-height: 1.5;
font-weight: 900;
margin-top: 1rem;
}
section#features .features_item__explain {
font-size: 1rem;
line-height: 1.8;
margin-top: 2rem;
}
section#features .features_equip {
position: relative;
z-index: 400;
padding: 4.875rem 2rem 2.25rem;
margin-top: 5.25rem;
border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
section#features .features_equip {
padding: 5.6875rem 1rem 4.5rem;
margin-top: 5.625rem;
margin-left: -1rem;
margin-right: -1rem;
}
}
section#features .features_equip__title {
position: absolute;
top: -2.1875rem;
left: 50%;
transform: translateX(-50%);
width: 20rem;
height: 4.375rem;
font-size: 1.5rem;
line-height: 1.5;
font-weight: 900;
text-align: center;
background-color: #fff;
border-radius: 6.25rem;
border: 0.625rem solid;
}
section#features .features_equip__items_wrapper {
display: flex;
justify-content: center;
gap: 3.1875rem 1.375rem;
}
@media screen and (max-width: 768px) {
section#features .features_equip__items_wrapper {
flex-wrap: wrap;
}
}
section#features .features_equip_item {
position: relative;
z-index: 400;
flex: 1;
background-color: #fff;
padding: 2.75rem 1.25rem 1.25rem;
border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
section#features .features_equip_item {
flex: 0 1 auto;
width: 13.5625rem;
}
}
section#features .features_equip_item__number {
position: absolute;
top: -2rem;
left: 50%;
transform: translateX(-50%);
width: 3.8125rem;
height: 3.8125rem;
font-size: 1.5rem;
line-height: 1.5;
font-weight: 700;
font-family: "Oswald", sans-serif;
color: #fff;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border-radius: 50%;
}
section#features .features_equip_item__label {
min-height: 3em;
font-size: 1rem;
line-height: 1.5;
font-weight: 500;
text-align: center;
}
section#features .features_equip_item__image {
aspect-ratio: 174/123;
object-fit: contain;
margin-top: 0.8125rem;
}
section#features .features_equip__attentions {
margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
section#features .features_equip__attentions {
margin-top: 2.8125rem;
}
}
section#features .features_equip__attentions > div {
text-align: center;
}
section#features .features_equip__attentions__label {
font-size: 1.125rem;
line-height: 1.5;
font-weight: 900;
}
section#features .features_equip__attentions__explain {
font-size: 0.875rem;
line-height: 1.8;
font-weight: 500;
margin-top: 0.75rem;
}
section#features .features_equip__standard {
background-color: #ffeeef;
}
section#features .features_equip__standard .features_equip__title {
border-color: #ffeeef;
}
section#features .features_equip__optional {
background-color: #fff6dd;
}
section#features .features_equip__optional .features_equip__title {
border-color: #fff6dd;
}
section#cta_for_top {
padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
section#cta_for_top {
padding-top: 1.875rem;
}
}
section#cta_for_top .cta_for_top_inner {
position: relative;
z-index: 400;
padding: 3.375rem 1rem;
box-shadow: 0 0 1.875rem rgba(215, 26, 25, 0.1);
}
@media screen and (max-width: 768px) {
section#cta_for_top .cta_for_top_inner {
padding: 3rem 1.25rem;
}
}
section#cta_for_top .cta_for_top_inner::before {
content: "";
position: absolute;
z-index: -1;
inset: 0;
display: block;
width: 100%;
height: 100%;
background: #fff;
border-radius: 1.4375rem;
}
section#cta_for_top .cta_for_top_inner::after {
content: "";
position: absolute;
z-index: -2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: calc(100% + 2px);
height: calc(100% + 2px);
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border-radius: 1.5rem;
}
section#cta_for_top .cta_for_top__explain {
font-size: 1rem;
line-height: 1.8;
text-align: center;
margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
section#cta_for_top .cta_for_top__explain {
margin-top: 2.8125rem;
}
}
section#cta_for_top .cta_for_top__btn_wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
section#cta_for_top .cta_for_top__btn_wrapper {
margin-top: 1.5rem;
}
}
@media screen and (max-width: 768px) {
section#cta_for_top .cta_for_top__btn_wrapper .btn {
justify-content: space-between;
width: 100%;
}
}
section#simulation {
padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
section#simulation {
padding-top: 5.6875rem;
}
}
section#simulation .simulation_form {
max-width: 600px;
margin-top: 4.25rem;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_form {
margin-top: 3.125rem;
}
}
section#simulation .simulation_form_item:nth-child(n + 2) {
margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_form_item:nth-child(n + 2) {
margin-top: 2.75rem;
}
}
section#simulation .simulation_form_item__title {
display: flex;
align-items: center;
gap: 1.25rem;
font-size: 1.5rem;
line-height: 1.5;
font-weight: 700;
}
section#simulation .simulation_form_item__title .number {
width: 3.8125rem;
height: 3.8125rem;
font-size: 1.5rem;
line-height: 1.5;
font-weight: 700;
font-family: "Oswald", sans-serif;
color: #fff;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border-radius: 50%;
}
section#simulation .simulation_form_item__select {
margin-top: 1.5rem;
}
section#simulation
.simulation_form_item__select
input:not([type="checkbox"]):not([type="radio"]),
section#simulation .simulation_form_item__select select {
width: 100%;
height: 5.1875rem;
font-size: 1rem;
line-height: 1.8;
font-weight: 600;
background-color: #fff;
border: 1px solid #1a1f22;
border-radius: 0.5rem;
padding: 0 2rem;
}
section#simulation .simulation_form_item__select select {
cursor: pointer;
}
section#simulation .simulation_form_item__select .select_item {
display: flex;
gap: 1.5rem;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_form_item__select .select_item {
flex-direction: column;
gap: 0;
}
}
section#simulation .simulation_form_item__select .select_item:nth-child(n + 2) {
margin-top: 1rem;
}
section#simulation .simulation_form_item__select .select_item > label {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 1rem;
line-height: 1.8;
font-weight: 600;
color: #d71a19;
background-color: #fff;
border: 1px solid #d71a19;
padding: 0 2rem;
border-radius: 0.5rem;
flex-shrink: 0;
cursor: pointer;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_form_item__select .select_item > label {
height: 5.1875rem;
border-radius: 0.5rem 0.5rem 0 0;
}
}
section#simulation .simulation_form_item__select .select_item > label input {
width: 1.5rem;
height: 1.5rem;
accent-color: #d71a19;
cursor: pointer;
}
@media screen and (max-width: 768px) {
section#simulation
.simulation_form_item__select
.select_item
> input[type="number"] {
border-radius: 0 0 0.5rem 0.5rem;
}
}
section#simulation
.simulation_form_item__select
.select_item.input_disabled
> label {
color: #cccccc;
border-color: #cccccc;
}
section#simulation
.simulation_form_item__select
.select_item.input_disabled
> input[type="number"] {
opacity: 0.8;
border-color: #cccccc;
}
section#simulation .simulation_form_item__select.radio {
display: flex;
gap: 1.5rem;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_form_item__select.radio {
gap: 0.75rem;
}
}
section#simulation .simulation_form_item__select.radio > label {
flex: 1;
position: relative;
z-index: 400;
font-size: 1rem;
line-height: 1.8;
font-weight: 600;
color: #cccccc;
background-color: #fff;
border: 1px solid #cccccc;
border-radius: 0.5rem;
cursor: pointer;
}
section#simulation .simulation_form_item__select.radio > label input {
position: absolute;
z-index: -1;
inset: 0;
opacity: 0;
}
section#simulation .simulation_form_item__select.radio > label span {
width: 100%;
height: 5.1875rem;
}
section#simulation .simulation_form_item__select.radio > label.input_checked {
color: #d71a19;
border-color: #d71a19;
}
section#simulation .simulation_form_item__attention {
line-height: 1.8;
margin-top: 1.0625rem;
}
section#simulation .simulation_total_wrapper {
display: flex;
align-items: center;
gap: 5rem;
background-color: #ffeeef;
padding: 3.9375rem 3.9375rem 3.375rem;
margin-top: 3.4375rem;
border-radius: 1rem;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total_wrapper {
flex-direction: column;
gap: 2rem;
padding: 3.375rem 1.5rem 3.125rem;
margin-top: 4rem;
}
}
section#simulation .simulation_total__price {
min-width: 27.0625rem;
flex-shrink: 0;
border-right: 2px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total__price {
min-width: initial;
width: 100%;
border-right: none;
border-bottom: 2px solid #cbcbcb;
padding-bottom: 3.8125rem;
}
}
section#simulation .simulation_total__price .simulation_total__title {
font-size: 1.125rem;
line-height: 1.5;
font-weight: 700;
}
section#simulation .simulation_total__price .display_total_price {
color: #d71a19;
white-space: nowrap;
padding-right: 2rem;
margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total__price .display_total_price {
padding-right: 0;
}
}
section#simulation .simulation_total__price .display_total_price span {
display: inline-block;
font-weight: 700;
}
section#simulation .simulation_total__price .display_total_price .price {
font-size: 5.6875rem;
line-height: 1;
font-family: "Oswald", sans-serif;
transform: scale(1);
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total__price .display_total_price .price {
font-size: 3.5rem;
}
}
section#simulation
.simulation_total__price
.display_total_price
.price.calculating {
transform: scale(0.7);
}
section#simulation .simulation_total__price .display_total_price .yen_suffix {
font-size: 2rem;
line-height: 1.5;
margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total__price .display_total_price .yen_suffix {
font-size: 1rem;
}
}
section#simulation
.simulation_total__price
.display_total_price
.exclude_price {
font-size: 1rem;
line-height: 1.8;
font-weight: 500;
margin-top: 0.75rem;
}
section#simulation .simulation_total__price .kome_mark {
font-size: 0.875rem;
line-height: 1.5;
margin-top: 1.5rem;
}
section#simulation .simulation_total__explain {
width: 100%;
}
section#simulation .simulation_total__explain .explain_text {
font-size: 1.25rem;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total__explain .explain_text {
font-size: 1rem;
}
}
section#simulation .simulation_total__explain .explain_btn {
margin-top: 2rem;
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total__explain .explain_btn {
margin-top: 2.75rem;
}
}
@media screen and (max-width: 768px) {
section#simulation .simulation_total__explain .explain_btn .btn {
justify-content: space-between;
width: 100%;
}
}
section#flow {
position: relative;
z-index: 400;
padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
section#flow {
padding-top: 4.25rem;
}
}
section#flow .flow_list {
position: relative;
z-index: 500;
display: flex;
gap: 1.5rem;
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#flow .flow_list {
flex-direction: column;
gap: 2rem;
padding: 0 2rem;
}
}
section#flow .flow_list_item {
position: relative;
z-index: 400;
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
background-color: #fff;
border: 2px solid #d71a19;
border-radius: 1rem;
padding: 2rem 1rem 3.375rem;
}
section#flow .flow_list_item__icon {
width: 6.25rem;
height: 6.875rem;
object-fit: contain;
}
section#flow .flow_list_item__number {
width: 10.375rem;
height: 2.875rem;
font-size: 1.125rem;
line-height: 1.5;
font-weight: 700;
font-family: "Montserrat", sans-serif;
color: #d71a19;
background-color: #fdeeef;
border-radius: 6.25rem;
margin-top: 2.5rem;
}
section#flow .flow_list_item__label {
display: block;
font-size: 1.125rem;
line-height: 1.8;
text-align: center;
margin-top: 0.8125rem;
}
section#flow .flow_list_item:nth-child(n + 2)::before {
content: "";
position: absolute;
left: -1.625rem;
top: 50%;
transform: translateY(-50%);
display: block;
width: 1.25rem;
height: 1rem;
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/top/flow_arrow_mini.webp);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width: 768px) {
section#flow .flow_list_item:nth-child(n + 2)::before {
top: -2rem;
left: 50%;
transform: translateX(-50%) rotate(90deg);
}
}
section#flow .flow_bottom {
position: relative;
z-index: 400;
font-size: 1.5rem;
line-height: 1;
font-weight: 900;
text-align: center;
padding-top: 2.0625rem;
padding-bottom: 4.875rem;
transform: translateY(-0.9375rem);
}
@media screen and (max-width: 768px) {
section#flow .flow_bottom {
padding-top: 4.625rem;
padding-bottom: 5.875rem;
transform: none;
}
}
section#flow .flow_bottom .number {
font-size: 5rem;
font-weight: 700;
font-family: "Oswald", sans-serif;
color: #d71a19;
margin: 0 0.5rem;
}
section#flow .flow_bottom::after {
content: "";
position: absolute;
z-index: -1;
inset: 0;
width: 100%;
height: 100%;
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/top/flow_arrow.webp);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width: 768px) {
section#flow .flow_bottom::after {
display: none;
}
}
@media screen and (max-width: 768px) {
section#flow::after {
content: "";
position: absolute;
z-index: -1;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 13.4375rem;
height: 100%;
background-image: url(//nagamura.co.jp/monobo/wp-content/themes/nagamura_monobo_2025/assets/img/top/flow_arrow_sp.webp);
background-position: center bottom;
background-repeat: no-repeat;
background-size: contain;
}
}
@media screen and (max-width: 768px) {
section#purchase {
padding-top: 2.8125rem;
}
}
section#purchase .purchase_inner {
position: relative;
z-index: 400;
padding: 4.1875rem 2.6875rem 3.8125rem;
box-shadow: 0 0 1.875rem rgba(215, 26, 25, 0.1);
}
@media screen and (max-width: 768px) {
section#purchase .purchase_inner {
padding: 2.875rem 0.875rem 3.3125rem;
}
}
section#purchase .purchase_inner::before {
content: "";
position: absolute;
z-index: -1;
inset: 0;
display: block;
width: 100%;
height: 100%;
background: #fff;
border-radius: 1.4375rem;
}
section#purchase .purchase_inner::after {
content: "";
position: absolute;
z-index: -2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: calc(100% + 2px);
height: calc(100% + 2px);
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border-radius: 1.5rem;
}
section#purchase .purchase_title {
display: flex;
flex-direction: column;
align-items: center;
}
section#purchase .purchase_title span {
line-height: 1.5;
}
section#purchase .purchase_title__balloon {
gap: 1.5rem;
font-size: 1.125rem;
font-weight: 600;
}
section#purchase .purchase_title__balloon::before,
section#purchase .purchase_title__balloon::after {
content: "";
display: block;
width: 2px;
height: 1.25rem;
background-color: #1a1f22;
}
section#purchase .purchase_title__balloon::before {
transform: rotate(-23deg);
}
section#purchase .purchase_title__balloon::after {
transform: rotate(23deg);
}
section#purchase .purchase_title__main {
display: block;
font-size: 2rem;
font-weight: 900;
margin-top: 1rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_title__main {
font-size: 1.75rem;
text-align: center;
}
}
section#purchase .purchase_explain {
display: flex;
align-items: center;
gap: 1.75rem;
margin-top: 3.8125rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain {
flex-wrap: wrap;
gap: 0;
}
}
section#purchase .purchase_explain__bubble {
position: relative;
display: inline-block;
width: 100%;
background-color: #fff;
border: 1px solid #1a1f22;
border-radius: 1.5rem;
padding: 2rem;
margin-right: 2.125rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain__bubble {
padding: 3.3125rem 1rem 2.4375rem;
margin-right: 0;
margin-bottom: 1.875rem;
}
}
section#purchase .purchase_explain__bubble::before {
content: "";
position: absolute;
top: 50%;
right: 0;
border-style: solid;
border-width: 21px 0 21px 34px;
border-color: transparent transparent transparent #1a1f22;
translate: 100% -50%;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain__bubble::before {
top: initial;
right: initial;
bottom: 0;
left: 25%;
border-width: 28px 24px 0 24px;
border-color: #1a1f22 transparent transparent;
translate: -50% 100%;
}
}
section#purchase .purchase_explain__bubble::after {
content: "";
position: absolute;
top: 50%;
right: 0;
border-style: solid;
border-width: 19.8px 0 19.8px 32.1px;
border-color: transparent transparent transparent #fff;
translate: 100% -50%;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain__bubble::after {
top: initial;
right: initial;
bottom: 0;
left: 25%;
border-width: 27px 23px 0 23px;
border-color: #fff transparent transparent;
translate: -50% 100%;
}
}
section#purchase .purchase_explain__title {
position: relative;
z-index: 400;
display: flex;
font-size: 1.5rem;
line-height: 1.5;
font-weight: 900;
padding-left: 4.8125rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain__title {
text-align: center;
padding-left: 0;
}
}
section#purchase .purchase_explain__title > img {
position: absolute;
left: -1.6875rem;
bottom: 0;
width: 5.4375rem;
height: 6rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain__title > img {
left: -0.3125rem;
bottom: initial;
top: -6rem;
}
}
section#purchase .purchase_explain__text {
font-size: 1rem;
line-height: 1.8;
margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain__text {
margin-top: 1.5rem;
}
}
section#purchase .purchase_explain__image {
width: 21.125rem;
flex-shrink: 0;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_explain__image {
position: relative;
z-index: 500;
width: 100%;
padding: 0 1.25rem;
margin-top: -3.9375rem;
}
}
section#purchase .purchase_table {
margin-top: 3.9375rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_table {
margin-top: 2.875rem;
}
}
section#purchase .purchase_table table {
width: 100%;
table-layout: fixed;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_table table {
table-layout: auto;
}
}
section#purchase .purchase_table table th,
section#purchase .purchase_table table td {
font-size: 1rem;
line-height: 1.5;
text-align: center;
padding: 1.3125rem;
border: 1px solid #e6e6e6;
}
section#purchase .purchase_table table .bg_pink {
background-color: #fdeeef;
}
section#purchase .purchase_table table .bg_gray {
background-color: #f9f9f9;
}
section#purchase .purchase_table table thead th {
font-weight: 700;
}
section#purchase .purchase_table table thead .label {
font-weight: 900;
}
section#purchase .purchase_table table tbody th {
font-weight: 700;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_table table tbody th {
font-weight: 500;
}
}
section#purchase .purchase_table table tbody td {
font-size: 1.5rem;
font-weight: 700;
font-family: "Oswald", sans-serif;
background-color: #fff;
}
section#purchase .purchase_attentions {
font-size: 0.875rem;
line-height: 1.5;
margin-top: 1rem;
}
@media screen and (max-width: 768px) {
section#purchase .purchase_attentions {
margin-top: 1.375rem;
}
}
section#faq {
padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
section#faq {
padding-top: 5rem;
}
}
section#faq .faq_list {
margin-top: 3rem;
}
section#faq .faq_list_item {
background-color: #fff;
padding: 2.5rem;
border-radius: 1rem;
}
@media screen and (max-width: 768px) {
section#faq .faq_list_item {
padding: 1.75rem;
}
}
section#faq .faq_list_item:nth-child(n + 2) {
margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
section#faq .faq_list_item:nth-child(n + 2) {
margin-top: 1.25rem;
}
}
section#faq .faq_list_item__title {
display: flex;
align-items: flex-start;
font-size: 1.5rem;
line-height: 1.5;
font-weight: 700;
}
@media screen and (max-width: 768px) {
section#faq .faq_list_item__title {
flex-direction: column;
gap: 1.5rem;
font-size: 1.25rem;
}
}
section#faq .faq_list_item__title .q_number {
width: 4.875rem;
font-family: "Montserrat", sans-serif;
color: #d71a19;
}
@media screen and (max-width: 768px) {
section#faq .faq_list_item__title .q_number {
width: 100%;
}
}
section#faq .faq_list_item__content {
font-size: 1rem;
line-height: 1.8;
}
section#faq .faq_list_item__content_inner {
padding-top: 2rem;
}
@media screen and (max-width: 768px) {
section#faq .faq_list_item__content_inner {
padding-top: 1.625rem;
}
}
section#news {
padding-top: 7.5rem;
padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
section#news {
padding-top: 5rem;
padding-bottom: 3.75rem;
}
}
section#news .post_list {
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#news .post_list {
margin-top: 2.5rem;
}
}
section#news .news_btn_wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 3rem;
}
@media screen and (max-width: 768px) {
section#news .news_btn_wrapper {
margin-top: 2.5rem;
}
}
@media screen and (max-width: 768px) {
section#news .news_btn_wrapper .btn {
justify-content: space-between;
width: 100%;
}
} .cat_item {
display: inline-block;
font-size: 1.125rem;
line-height: 1.5;
font-weight: 700;
color: #fff;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
padding: 0.25rem 0.75rem;
border-radius: 0.25rem;
}
.archives_links_wrapper {
margin-bottom: 3.75rem;
}
.archive_list.category_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.75rem 1.25rem;
}
.archive_list.category_list .archive__cat_item {
display: flex;
justify-content: center;
align-items: center;
min-width: 9rem;
height: 2.75rem;
font-weight: 700;
text-align: center;
color: #d71a19;
background: #fff;
border: 1px solid #d71a19;
padding: 0 2rem;
border-radius: 6.25rem;
}
@media screen and (max-width: 768px) {
.archive_list.category_list .archive__cat_item {
width: calc((100% - 1.25rem) / 2);
padding: 0 0.5rem;
}
}
.archive_list.category_list .archive__cat_item.current {
color: #fff;
background: linear-gradient(
122.96deg,
#ed1c24 9.08%,
#d81a19 51.35%,
#c2180d 98.49%
);
border: none;
}
.article_list {
display: flex;
flex-wrap: wrap;
gap: 3.75rem 1.5rem;
}
@media screen and (max-width: 768px) {
.article_list {
gap: 2rem;
}
}
.post_co {
position: relative;
z-index: 400;
width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 768px) {
.post_co {
width: 100%;
}
}
.post_co__image {
object-fit: cover;
}
.post_co__cat_item {
font-size: 0.75rem;
font-weight: 600;
padding: 0.125rem 0.5rem;
}
.post_co__arrow {
margin-top: 1.25rem;
}
.post_co__arrow img {
width: 2.125rem;
height: 2.125rem;
object-fit: contain;
margin-left: auto;
}
.post_list .post_co__image {
aspect-ratio: 397/227;
border-radius: 1rem;
}
.post_list .post_co__categories {
margin-top: 0.75rem;
}
.post_list .post_co__title {
font-size: 1rem;
line-height: 1.5;
font-weight: 600;
margin-top: 0.5rem;
}
.cases_list .post_co__categories {
position: absolute;
left: 0;
top: 0;
}
.cases_list .post_co__cat_item {
font-size: 1rem;
line-height: 1.8;
font-weight: 700;
padding: 0.25rem 1.75rem;
border-radius: 1rem 0;
}
.cases_list .post_co__image {
aspect-ratio: 397/386;
border-radius: 1rem 1rem 0 0;
}
.cases_list .post_co__text_wrapper {
background-color: #fff;
border-radius: 0 0 1rem 1rem;
padding: 1.125rem 1.25rem 1.25rem;
}
.cases_list .post_co__company {
font-size: 0.875rem;
line-height: 1.8;
font-weight: 600;
margin-bottom: 0.75rem;
}
.cases_list .post_co__title {
font-size: 1.125rem;
line-height: 1.8;
font-weight: 600;
}
.cases_list .post_co:hover .post_co__arrow img {
transform: translateX(0.75rem);
}
.pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
width: 100%;
margin-top: 2rem;
}
.pagination span {
cursor: default;
}
.pagination .page-numbers {
display: block;
font-size: 1.25rem;
font-family: "Oswald", sans-serif;
}
.pagination .page-numbers.current {
font-weight: 900;
color: #d71a19;
}
.pagination .page-numbers.prev img,
.pagination .page-numbers.next img {
width: 3rem;
height: 3rem;
object-fit: contain;
}
.pagination .page-numbers.prev img {
transform: rotate(180deg);
}
.single_contents {
background-color: #fff;
padding: 5rem 6.5625rem;
border-radius: 1rem;
margin-top: -12.5rem;
}
@media screen and (max-width: 768px) {
.single_contents {
padding: 3rem 1rem;
margin-top: -6.25rem;
}
}
.single_contents__meta {
display: flex;
align-items: center;
gap: 0.75rem;
}
.single_contents__date {
font-size: 1.125rem;
line-height: 1.5;
font-weight: 600;
font-family: "Montserrat", sans-serif;
}
.single_contents__title {
font-size: 2rem;
line-height: 1.5;
font-weight: 900;
margin-top: 1rem;
}
@media screen and (max-width: 768px) {
.single_contents__title {
font-size: 1.5rem;
}
}
.single_contents__image {
margin-top: 3.75rem;
border-radius: 1rem;
}
.single_contents__text {
margin-top: 3.75rem;
}
.single_contents__text * {
margin: 2em 0 1em;
}
body#page__privacy-policy .page_contents_wrapper * {
line-height: 1.6;
margin: 0;
}
body#page__privacy-policy .page_contents_wrapper h2 {
font-size: 1.125rem;
margin-bottom: 0.5rem;
}
body#page__privacy-policy .page_contents_wrapper p {
margin-bottom: 1.75rem;
}
.contact_contents_wrapper {
padding-top: 3.75rem;
padding-bottom: 7.5rem;
}
.contact_contents_wrapper .contact_title {
font-size: 2rem;
line-height: 1.5;
font-weight: 900;
margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
.contact_contents_wrapper .contact_title {
font-size: 1.75rem;
}
}
.contact_contents_wrapper .contact_explain {
margin-bottom: 3.75rem;
}
.contact_contents_wrapper .contact_btn_wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 3.75rem;
}
.contact_contents_wrapper .contact_btn_wrapper .btn {
justify-content: space-between;
width: 29.5rem;
font-size: 1.125rem;
font-weight: 900;
padding: 0 0.75rem;
}
.contact_contents_wrapper .contact_btn_wrapper .btn .text {
display: block;
width: 100%;
text-align: center;
padding-left: 3.3125rem;
}
.contact_contents_wrapper .contact_btn_wrapper .btn .icon {
width: 3.3125rem;
height: 3.3125rem;
flex-shrink: 0;
}
.contact_form_wrapper {
background-color: rgba(255, 255, 255, 0.95);
padding: 4.25rem 6.25rem;
border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
.contact_form_wrapper {
padding: 3rem 1rem;
border-radius: 1rem;
}
}
.contact_form_wrapper .required {
display: inline-block;
font-size: 0.875rem;
line-height: 1;
font-weight: 500;
color: #fff;
background-color: #1a1f22;
padding: 0.1875rem 0.375rem;
margin-left: 0.5rem;
border-radius: 0.25rem;
}
.contact_form_wrapper
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.contact_form_wrapper textarea {
width: 100%;
background-color: #fff;
padding: 0.25rem 1rem;
border: 1px solid #bfbfbf;
border-radius: 0.25rem;
}
.contact_form_wrapper
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
height: 2.8125rem;
}
.contact_form_wrapper input[type="checkbox"],
.contact_form_wrapper input[type="radio"] {
width: 1.25rem;
height: 1.25rem;
accent-color: #1a1f22;
}
.contact_form_wrapper .wpcf7-radio {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1.25rem;
}
.contact_form_wrapper .wpcf7-radio span {
display: block;
margin: 0;
}
.contact_form_wrapper .wpcf7-radio .wpcf7-list-item label {
display: flex;
align-items: center;
gap: 0.5rem;
}
.contact_form .form_item:nth-child(n + 2) {
margin-top: 2.5rem;
}
.contact_form .form_item > label {
display: block;
width: 100%;
font-size: 1rem;
line-height: 1.5;
font-weight: 700;
margin-bottom: 0.75rem;
}
.submit_btn_wrapper {
position: relative;
z-index: 400;
width: 29.5rem;
max-width: 100%;
margin: 3.375rem auto 0;
}
.submit_btn_wrapper .submit_btn {
width: 100%;
font-size: 1.125rem;
font-weight: 900;
padding: 0.75rem 4.875rem;
}
.submit_btn_wrapper .icon {
position: absolute;
z-index: 500;
right: 0.75rem;
top: 50%;
transform: translateY(-50%);
width: 3.3125rem;
height: 3.3125rem;
object-fit: contain;
}
.submit_btn_wrapper .wpcf7-spinner {
position: absolute;
left: 50%;
transform: translateX(-50%);
}