@charset "UTF-8";
@charset "UTF-8";
*,
*::before,
*::after {
box-sizing: border-box
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0
}
ul[role="list"],
ol[role="list"] {
list-style: none;
padding: 0;
max-width: 0;
}
ul,ol{
padding: 0;
margin: 0 0 0 3em;
}
html:focus-within {
scroll-behavior: smooth
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5
}
a:not([class]) {
text-decoration-skip-ink: auto
}
img,
picture {
max-width: 100%;
display: block;
height: auto;
}
input,
button,
textarea,
select {
font: inherit
}
@media(prefers-reduced-motion:reduce) {
html:focus-within {
scroll-behavior: auto
}
*,
*::before,
*::after {
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
transition-duration: .01ms !important;
scroll-behavior: auto !important
}
}
:focus:not(:focus-visible) {
outline: 0; }
@media screen and (max-width: 767px) {
ul,ol{
margin: 0 0 0 1em;
}
}
 *,
*:before,
*:after {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0;
padding: 0;
line-height: 1.8;
}
ul[role=list],
ol[role=list] {
list-style: none;
}
html:focus-within {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
}
a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
img,
picture {
max-width: 100%;
display: block;
height: auto;
border: none;
}
input,
button,
textarea,
select {
font: inherit;
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
-webkit-animation-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
-webkit-transition-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
:focus:not(:focus-visible) {
outline: 0; }
:root {
--content-space: 16px;
--content-negative-space: -16px;
--content-width: 1200px;
--u-content-width: 1000px;
--content-max-width: calc(var(--content-width) + (var(--content-space) * 2));
--content-narrow-width: 1000px;
--content-narrow-max-width: calc(var(--content-narrow-width) + (var(--content-space) * 2));
--color-white:#FFFFFF;
--color-grey:#F4F4F4;
--color-text:#282828;
--color-main:#282828;
--color-accent:#FD4511;
--font-main:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴシック", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
:root {
--content-space: 16px;
--content-negative-space: -16px;
--content-width: 100%;
--u-content-width: 92%;
--content-max-width: 100%;
--content-narrow-width: 100%;
--content-narrow-max-width: 100%;
}
}
html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-size: 62.5%;
}
body {
width: 100%;
margin: 0;
color: #000;
font-family: var(--font-main);
font-optical-sizing: auto;
font-style: normal;
font-weight: 400;
min-width: 1200px;
}
a {
text-decoration: underline;
color: inherit;
}
@media screen and (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
} li {
line-height: 1.8;
font-size: 16px;
font-size: 1.6rem;
}
.sp {
display: none !important;
}
.no-mt {
margin-top: 0 !important;
}
p {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
body {
min-width: 100%;
}
.pc {
display: none !important;
}
.sp {
display: block !important;
}
img {
max-width: 100%;
height: auto;
}
} .skip-link {
position: absolute;
top: -40px; left: 0;
background: var(--color-main);
color: #fff;
padding: 5px 16px;
z-index: 1000;
text-decoration: none;
font-size: 16px;
-webkit-transition: top 0.3s;
transition: top 0.3s;
}
.skip-link:focus {
top: 0; }
@media screen and (max-width: 767px) {
.skip-link:focus {
top: 80px;
}
} input[type=submit],
input[type=button] {
border-radius: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
border: none;
cursor: pointer;
}  .l-header {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 100;
background-color: var(--color-white);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header.is-hidden {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.l-header__top {
background-color: var(--color-white);
}
.l-header__top-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 auto;
padding: 12px 24px 4px 8px;
}
.l-header__logo {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.l-header__logo img {
width: 200px;
height: auto;
}
.l-header__catch {
color: var(--color-text);
line-height: 1.5;
margin-left: 4px;
}
.l-header__catch-main {
font-size: 14px;
font-size: 1.4rem;
}
.l-header__catch-sub {
font-size: 12px;
font-size: 1.2rem;
}
.l-header__contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-left: auto;
}
.l-header__contact-label {
font-size: 16px;
font-size: 1.6rem;
color: var(--color-text);
font-weight: 500;
}
.l-header__tel {
display: block;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.l-header__tel:hover {
opacity: 0.7;
}
.l-header__tel-img {
width: auto;
height: 47px;
}
.l-header__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
.l-header__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
font-size: 14px;
font-size: 1.4rem;
font-weight: 500;
}
.l-header__link:hover {
opacity: 0.7;
}
.l-header__link-img {
width: 29px;
height: 29px;
}
.l-header__nav {
background-color: var(--color-white);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.l-header__nav-inner {
max-width: var(--content-max-width);
margin: 0 auto;
padding: 0 20px;
}
.l-header__gnav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 0;
list-style: none;
padding: 0;
margin: 0;
}
.l-header__gnav-item {
position: relative;
}
.l-header__gnav-item:hover .l-header__gnav-sub {
display: block;
}
.l-header__gnav-item.is-open .l-header__gnav-sub {
display: block;
}
.l-header__gnav-item::before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 1px;
height: 14px;
background-color: #282828;
}
.l-header__gnav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
padding: 0px 40px;
font-size: 16px;
font-size: 1.6rem;
font-weight: 500;
color: var(--color-text);
text-decoration: none;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.l-header__gnav-link:hover {
background-color: var(--color-grey);
}
.l-header__gnav-link.js-gnav-sub-trigger {
border: 0;
background: transparent;
cursor: pointer;
}
.l-header__gnav-arrow {
width: 12px;
height: 12px;
}
.l-header__gnav-sub {
display: none;
position: absolute;
top: 100%;
left: 0;
min-width: 200px;
background-color: var(--color-white);
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
list-style: none;
padding: 8px 0;
margin: 0;
z-index: 10;
}
.l-header__gnav-sub-link {
display: block;
padding: 12px 20px;
font-size: 14px;
font-size: 1.4rem;
color: var(--color-text);
text-decoration: none;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.l-header__gnav-sub-link:hover {
background-color: var(--color-grey);
}
.l-header__hamburger {
display: none;
position: fixed;
top: 0;
right: 0;
width: 64px;
height: 64px;
padding: 0;
background-color: #2268B3;
border: none;
cursor: pointer;
z-index: 200;
-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;
gap: 6px;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.l-header__hamburger:hover {
opacity: 0.8;
}
.l-header__hamburger-line {
display: block;
width: 24px;
height: 2px;
background-color: var(--color-white);
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
-webkit-transform: translateY(8px) rotate(45deg);
transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
-webkit-transform: translateY(-8px) rotate(-45deg);
transform: translateY(-8px) rotate(-45deg);
}
.l-header__sp-menu {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: var(--color-white);
z-index: 150;
overflow-y: auto;
padding-top: 64px;
}
.l-header__sp-menu.is-open {
display: block;
}
.l-header__sp-menu .top-cta {
margin: 0;
}
.l-header__sp-menu-header {
position: fixed;
top: 0;
left: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: var(--color-white);
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
z-index: 160;
}
.l-header__sp-menu-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 64px;
padding: 0 16px;
}
.l-header__sp-menu-logo img {
display: block;
width: 200px;
height: auto;
}
.l-header__sp-menu-close {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60px;
height: 60px;
background-color: #2268B3;
border: none;
cursor: pointer;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.l-header__sp-menu-close:hover {
opacity: 0.8;
}
.l-header__sp-menu-close-icon {
position: relative;
display: block;
width: 24px;
height: 24px;
}
.l-header__sp-menu-close-icon::before, .l-header__sp-menu-close-icon::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 24px;
height: 2px;
background-color: var(--color-white);
}
.l-header__sp-menu-close-icon::before {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__sp-menu-close-icon::after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__sp-nav {
list-style: none;
padding: 0;
margin: 0 0 28px;
}
.l-header__sp-nav-item {
border-bottom: 1px solid #e5e5e5;
}
.l-header__sp-nav-link {
display: block;
padding: 16px 28px;
font-size: 16px;
font-weight: 500;
color: var(--color-text);
text-decoration: none;
}
.l-header__sp-nav-trigger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding: 16px 28px;
font-size: 16px;
font-weight: 500;
color: var(--color-text);
background: none;
border: none;
cursor: pointer;
text-align: left;
}
.l-header__sp-nav-trigger-arrow {
width: 12px;
height: 12px;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__sp-nav-trigger.is-open .l-header__sp-nav-trigger-arrow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.l-header__sp-nav-sub {
display: none;
list-style: none;
padding: 0 0 16px 16px;
margin: 0;
}
.l-header__sp-nav-sub.is-open {
display: block;
}
.l-header__sp-nav-sub-item {
border-bottom: none;
}
.l-header__sp-nav-sub-link {
display: block;
padding: 4px 16px;
font-size: 16px;
color: var(--color-text);
text-decoration: none;
}
.l-header__sp-contact {
text-align: center;
}
.l-header__sp-tel {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
text-decoration: none;
margin-bottom: 8px;
}
.l-header__sp-tel-icon {
width: 24px;
height: 24px;
}
.l-header__sp-tel-number {
font-size: 28px;
font-weight: bold;
color: var(--color-text);
}
.l-header__sp-tel-note {
font-size: 14px;
color: var(--color-text);
margin-bottom: 20px;
}
.l-header__sp-btns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 12px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 1150px) {
.l-header__catch {
display: none;
}
.l-header__contact {
display: none;
}
.l-header__nav {
display: none;
}
.l-header__hamburger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.l-header__top-inner {
padding: 0 16px;
min-height: 64px;
padding: 6px 24px 4px 8px;
}
}
@media screen and (max-width: 767px) {
.l-header__top {
min-height: 64px;
}
.l-header__top-inner {
padding: 0 16px;
min-height: 64px;
}
.l-header__logo img {
width: 200px;
}
} .l-fix-btns {
position: fixed;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.l-fix-btns__link {
display: block;
}
.l-fix-btns__img-wrap {
position: relative;
display: block;
width: 55px;
}
.l-fix-btns__img {
display: block;
width: 55px;
height: auto;
}
.l-fix-btns__img--hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.l-fix-btns__link:hover .l-fix-btns__img--hover {
opacity: 1;
}
.fix-side {
position: fixed;
width: 64px;
right: -300px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99999;
-webkit-transition: 0.3s right;
transition: 0.3s right;
}
.fix-side.active {
right: 0;
}
.fix-side a {
display: block;
line-height: 0;
text-decoration: none;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fix-side a:hover {
opacity: 0.9;
}
.fix-side a img {
display: block;
width: 64px;
height: 180px;
-o-object-fit: contain;
object-fit: contain;
} .l-footer {
background-color: var(--color-text);
padding-bottom: 40px;
}
.l-footer__main {
padding: 28px 0 8px;
}
.l-footer__main .inner {
width: var(--content-width);
max-width: 993px;
margin: 0 auto;
padding: 0;
}
.l-footer__grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 44px;
}
.l-footer__company {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 280px;
}
.l-footer__company-name {
font-size: 20px;
font-size: 2rem;
font-weight: bold;
color: var(--color-white);
margin-bottom: 16px;
}
.l-footer__company-address {
font-size: 16px;
font-size: 1.6rem;
color: var(--color-white);
line-height: 1.6;
margin-bottom: 8px;
}
.l-footer__company-map {
font-size: 14px;
font-size: 1.4rem;
color: var(--color-white);
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
position: relative;
margin-top: 4px;
}
.l-footer__company-map:hover {
text-decoration: underline;
}
.l-footer__company-map img {
position: relative;
top: 2px;
}
.l-footer__company-tel {
font-size: 16px;
font-size: 1.6rem;
color: var(--color-white);
line-height: 1.6;
margin-bottom: 20px;
}
.l-footer__sns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 36px;
}
.l-footer__sns-link {
display: block;
}
.l-footer__sns-icon {
width: 32px;
height: 32px;
}
.l-footer__nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 60px;
}
.l-footer__nav-list {
list-style: none;
padding-left: 0;
margin: 0;
}
.l-footer__nav-item {
margin-bottom: 16px;
}
.l-footer__nav-item .l-footer__nav-link.no-link {
pointer-events: none;
}
.l-footer__nav-item:last-child {
margin-bottom: 0;
}
.l-footer__nav-link {
display: block;
font-size: 18px;
font-size: 1.8rem;
color: var(--color-white);
text-decoration: none;
}
.l-footer__nav-link:hover {
text-decoration: underline;
}
.l-footer__nav-sub {
list-style: none;
padding-left: 0px;
margin: 0;
}
.l-footer__nav-sub-item {
margin-bottom: 4px;
}
.l-footer__nav-sub-link {
font-size: 16px;
font-size: 1.6rem;
text-decoration: none;
color: var(--color-white);
}
.l-footer__nav-sub-link::before {
content: "－";
margin-right: 4px;
}
.l-footer__nav-sub-link:hover {
text-decoration: underline;
}
.l-footer__bottom {
padding: 0 0;
background-color: var(--color-text);
}
.l-footer__bottom .inner {
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
padding: 0 var(--content-space);
}
.l-footer__copyright {
font-size: 16px;
font-size: 1.6rem;
color: var(--color-white);
text-align: center;
margin-bottom: 30px;
}
.l-footer__logos {
max-width: 993px;
margin-inline: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
list-style: none;
padding-left: 0;
}
.l-footer__logos-img {
height: 143px;
width: auto;
}
.l-footer__logos-link {
display: block;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.l-footer__logos-link:hover {
opacity: 0.7;
}
.ftr-fix {
display: none;
}
#page_top {
position: fixed;
bottom: -200px;
right: 24px;
width: 64px;
height: 128px;
z-index: 9998;
-webkit-transition: bottom 0.3s;
transition: bottom 0.3s;
}
#page_top a {
display: block;
line-height: 0;
text-decoration: none;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
#page_top a:hover {
opacity: 0.9;
}
#page_top a img {
display: block;
width: 64px;
height: 128px;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 767px) {
.l-footer__main {
display: none;
}
.l-footer__nav {
display: none;
}
.l-footer__bottom {
padding: 24px 16px 20px;
}
.l-footer__bottom .inner {
width: 100%;
padding: 0;
}
.l-footer__copyright {
font-size: 12px;
margin-bottom: 20px;
}
.l-footer__logos {
gap: 12px;
margin: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-items: center;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
margin-inline: auto;
}
.l-footer__logos-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.l-footer__logos-img {
width: 100%;
height: auto;
}
.ftr-fix {
width: 100%;
position: sticky;
bottom: -200px;
z-index: 40;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.ftr-fix.active {
bottom: 0px;
}
.ftr-fix a {
display: block;
width: 50%;
}
.ftr-fix a img {
width: 100%;
height: auto;
display: block;
}
}  ol.breadcrumbs {
margin: 0 20px;
padding: 14px 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: var(--color-white);
}
ol.breadcrumbs li {
list-style: none;
}
ol.breadcrumbs li::before {
content: none;
margin-left: 0;
}
ol.breadcrumbs li::after {
content: ">";
font-size: 10px;
padding: 0 5px;
}
ol.breadcrumbs li a {
font-size: 14px;
font-size: 1.4rem;
color: var(--color-main);
}
ol.breadcrumbs li span {
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
content: none;
}
@media screen and (max-width: 767px) { ol.breadcrumbs {
width: 100%;
margin: 0;
padding: 7px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ol.breadcrumbs li {
list-style: none;
}
ol.breadcrumbs li::before {
content: none;
margin-left: 0;
}
ol.breadcrumbs li::after {
content: ">";
font-size: 10px;
padding: 0 5px;
}
ol.breadcrumbs li a {
font-size: 12px;
font-size: 1.2rem;
color: var(--color-main);
}
ol.breadcrumbs li span {
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
content: none;
}
}  .openbtn {
position: fixed;
width: 85px;
height: 85px;
cursor: pointer;
background: var(--color-dark);
border-radius: 43px;
z-index: 99999;
right: 58px;
top: 7px;
-webkit-transition: 0.3s;
transition: 0.3s;
border: none;
padding: 0;
}
.openbtn span {
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s; position: absolute;
left: 20px;
height: 1px;
background-color: #fff;
}
.openbtn span:nth-of-type(1) {
top: 30px;
width: 50%;
}
.openbtn span:nth-of-type(2) {
top: 40px;
width: 30%;
}
.openbtn span.menu {
padding-top: 10px;
text-align: center;
font-size: 14px;
font-size: 1.4rem;
color: #fff;
line-height: 1;
background-color: transparent;
}
.openbtn:hover {
background-color: var(--color-dark);
}
.openbtn.hide {
right: 28px;
top: 7px;
} .openbtn.active span:nth-of-type(1) {
top: 30px;
left: 28px;
-webkit-transform: translateY(6px) rotate(-45deg);
transform: translateY(6px) rotate(-45deg);
width: 35%;
}
.openbtn.active span:nth-of-type(2) {
top: 42px;
left: 28px;
-webkit-transform: translateY(-6px) rotate(45deg);
transform: translateY(-6px) rotate(45deg);
width: 35%;
}
.mm-menu {
position: fixed;
width: 100%;
height: 100%;
background-color: #fbfbfb;
z-index: 9000;
top: 0;
right: -200%;
-webkit-transition: 0.8s;
transition: 0.8s;
opacity: 0.2;
overflow: auto;
}
.mm-menu.active {
top: 0;
right: 0;
opacity: 1;
}
.mm-page {
position: relative;
z-index: 8000;
}
.sp-nav-close {
opacity: 0;
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
top: 0;
-webkit-transition: 0.8s;
transition: 0.8s;
pointer-events: none;
}
.sp-nav-close.active {
opacity: 1;
pointer-events: all;
}
@media screen and (max-width: 767px) {  .openbtn {
position: fixed; width: 60px;
height: 60px;
cursor: pointer;
background: var(--color-dark);
border-radius: 43px;
z-index: 99999;
right: 15px;
top: 10px;
-webkit-transition: 0.3s;
transition: 0.3s;
border: none;
}
.openbtn.hide {
right: 10px;
top: 10px;
}
.sp-tel {
position: fixed;
z-index: 99999;
top: 10px;
right: 85px;
width: 60px;
height: 60px;
border-radius: 30px;
background-color: #fff;
line-height: 1;
color: var(--color-dark);
}
.sp-tel img {
margin: 14px auto 0;
}
.sp-tel span {
position: absolute;
bottom: 9px;
left: 20px;
font-size: 11px;
font-size: 1.1rem;
} .openbtn span {
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s; position: absolute;
left: 16px;
height: 1px;
background-color: #fff;
}
.openbtn span:nth-of-type(1) {
top: 20px;
width: 50%;
}
.openbtn span:nth-of-type(2) {
top: 28px;
width: 30%;
} .openbtn.active span:nth-of-type(1) {
top: 20px;
left: 19px;
-webkit-transform: translateY(6px) rotate(-45deg);
transform: translateY(6px) rotate(-45deg);
width: 35%;
}
.openbtn.active span:nth-of-type(2) {
top: 32px;
left: 19px;
-webkit-transform: translateY(-6px) rotate(45deg);
transform: translateY(-6px) rotate(45deg);
width: 35%;
}
.openbtn span.menu {
padding-top: 6px;
font-size: 10px;
font-size: 1rem;
color: #fff;
background-color: transparent;
}
.mm-menu {
position: fixed;
width: 100%;
height: 100%;
background-color: #fbfbfb;
z-index: 9000;
right: -200%;
-webkit-transition: 0.8s;
transition: 0.8s;
opacity: 0.2;
overflow-y: scroll;
padding: 90px 0 40px;
top: 0;
}
.mm-menu.active {
right: 0;
opacity: 1;
}
.mm-page {
position: relative;
z-index: 8000;
}
}
.sp-menu-link {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 200px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-width: 1200px;
overflow: auto;
}
.sp-menu-link .inner {
width: 1080px;
margin: 0 auto 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.sp-menu-link .inner .sp-menu-data {
border-right: 1px solid #d3cbc6;
}
.sp-menu-link .inner .sp-menu-data .sp-menu-logo {
width: 380px;
}
.sp-menu-link .inner .sp-menu-data p.addr {
margin-top: 15px;
}
.sp-menu-link .inner .sp-menu-data p.tel.lora {
font-size: 30px;
font-size: 3rem;
color: var(--color-dark);
}
.sp-menu-link .inner .sp-menu-data p.tel.lora img {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.sp-menu-link .inner .sp-menu-data .outlink {
margin-top: 50px;
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank {
margin-top: 25px;
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank a {
text-decoration: none;
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank a:hover {
color: var(--color-dark);
}
.sp-menu-link .inner .sp-menu-data .outlink p.blank a img {
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
.sp-menu-link .inner .sidemenu-link {
width: 660px;
}
.sp-menu-link .inner .sidemenu-link nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.sp-menu-link .inner .sidemenu-link nav ul {
width: 50%;
}
.sp-menu-link .inner .sidemenu-link nav ul li {
margin-bottom: 20px;
margin-left: 0;
list-style-type: none;
}
.sp-menu-link .inner .sidemenu-link nav ul li::before {
content: "●";
font-size: 8px;
color: #d3cbc6;
line-height: 1.3;
margin-right: 5px;
}
.sp-menu-link .inner .sidemenu-link nav ul li a {
text-decoration: none;
}
.sp-menu-link .inner .sidemenu-link nav ul li a:hover {
color: var(--color-dark);
}
.sp-menu-link .inner .sidemenu-link .bnr {
margin-top: 75px;
}
.sp-menu-link .inner .sidemenu-link .bnr a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 486px;
height: 100px;
border-radius: 50px;
background-color: #aaa;
padding-left: 36px;
text-decoration: none;
font-size: 16px;
font-size: 1.6rem;
}
.sp-menu-link .inner .sidemenu-link .bnr a:hover {
opacity: 0.7;
color: var(--color-dark);
}
.sp-menu-link .inner .sidemenu-link .bnr a::before {
content: "●";
font-size: 8px;
color: #d3cbc6;
line-height: 1.3;
margin-right: 5px;
}
@media screen and (max-width: 767px) {
.sp-menu-link {
min-width: 100%;
height: auto;
padding-top: 0;
}
.sp-menu-link .inner {
display: block;
width: 90%;
}
.sp-menu-link .inner .sp-menu-data {
border-right: none;
}
.sp-menu-link .inner .sp-menu-data .sp-menu-logo {
width: 100%;
}
.sp-menu-link .inner .sp-menu-data .sp-menu-logo img {
zoom: 0.5;
}
.sp-menu-link .inner .sidemenu-link {
width: 100%;
}
.sp-menu-link .inner .sidemenu-link .bnr a {
margin: 24px 0;
width: 90%;
background-color: #666;
background-size: cover;
background-repeat: no-repeat;
color: #fff;
height: 21vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 12px;
font-size: 15px;
font-size: 1.5rem;
}
.sp-menu-link .inner .sidemenu-link .bnr a::before {
content: "●";
font-size: 8px;
color: #d3cbc6;
line-height: 1.3;
margin-right: 5px;
}
}
.related-posts {
margin-top: 20px;
}
.related-posts .card-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.related-posts .card-container .card {
display: block;
width: calc(33.333% - 20px);
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
background-color: #fff;
text-decoration: none;
color: inherit;
-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
transition: transform 0.3s ease, box-shadow 0.3s ease;
transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.related-posts .card-container .card:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.related-posts .card-container .card .image img {
width: 100%;
height: auto;
display: block;
}
.related-posts .card-container .card .content {
padding: 15px;
}
.related-posts .card-container .card .content h3 {
font-size: 16px;
font-size: 1.6rem;
margin: 0 0 10px;
color: #0073aa;
}
.related-posts .card-container .card .content h3:hover {
text-decoration: underline;
}
.related-posts .card-container .card .content .categories {
font-size: 14px;
font-size: 1.4rem;
color: var(--color-text);
}
.related-posts .card-container .card .content .categories .category {
display: inline-block;
margin-right: 5px;
background-color: #f4f4f4;
padding: 3px 8px;
border-radius: 3px;
}
@media screen and (max-width: 767px) {
.related-posts .card-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
}
.related-posts .card-container .card {
width: 100%;
}
}
.c-heading-lv2 + *,
.c-heading-lv3 + *,
.c-heading-lv4 + *,
.c-heading-lv5 + *,
.c-heading-lv6 + *,
:where(.u-editor) h2:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h3:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h4:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h5:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h6:where(:not(.is-reset-wp-block)) + * {
margin-top: 0 !important;
}
.c-heading-lv2,
:where(.u-editor) h2:where(:not(.is-reset-wp-block)) {
margin: 172px 0 32px;
font-size: 32px;
font-size: 3.2rem;
line-height: 1.5;
position: relative;
text-align: center;
}
.c-heading-lv2::before,
:where(.u-editor) h2:where(:not(.is-reset-wp-block))::before {
content: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-h2.png);
position: absolute;
top: -68px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.c-heading-lv3,
:where(.u-editor) h3:where(:not(.is-reset-wp-block)) {
margin: 72px 0 26px;
font-size: 24px;
font-size: 2.4rem;
border-bottom: 2px solid #8F8F8F;
line-height: 1.5;
position: relative;
padding-bottom: 10px;
}
.c-heading-lv3::before,
:where(.u-editor) h3:where(:not(.is-reset-wp-block))::before {
content: "";
display: block;
width: 60px;
height: 2px;
background-color: #FD4511;
position: absolute;
bottom: -2px;
left: 0;
z-index: 10;
}
.c-heading-lv4,
:where(.u-editor) h4:where(:not(.is-reset-wp-block)) {
margin: 64px 0 16px;
font-size: 20px;
font-size: 2rem;
border-left: 2px solid #FD4511;
line-height: 1.5;
padding: 0 16px;
}
.c-heading-lv5,
:where(.u-editor) h5:where(:not(.is-reset-wp-block)) {
margin: 40px 0 16px;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.5;
color: red;
}
.c-heading-lv6,
:where(.u-editor) h6:where(:not(.is-reset-wp-block)) {
margin: 20px 0 16px;
font-size: 17px;
font-size: 1.7rem;
line-height: 1.5;
}
@media screen and (max-width: 767px) {
.c-heading-lv2,
:where(.u-editor) h2:where(:not(.is-reset-wp-block)) {
font-size: 22px;
font-size: 2.2rem;
margin: 97px 0 16px;
}
.c-heading-lv2::before,
:where(.u-editor) h2:where(:not(.is-reset-wp-block))::before {
top: -40px;
}
.single-works .c-heading-lv2,
.single-works :where(.u-editor) h2:where(:not(.is-reset-wp-block)) {
margin-top: 97px;
}
.c-heading-lv3,
:where(.u-editor) h3:where(:not(.is-reset-wp-block)) {
margin: 52px 0 16px;
font-size: 20px;
font-size: 2rem;
padding-bottom: 5px;
}
.c-heading-lv4,
:where(.u-editor) h4:where(:not(.is-reset-wp-block)) {
margin: 40px 0 16px;
font-size: 18px;
font-size: 1.8rem;
}
.c-heading-lv5,
:where(.u-editor) h5:where(:not(.is-reset-wp-block)) {
margin: 32px 0 16px;
font-size: 16px;
font-size: 1.6rem;
}
}
.c-section-head {
text-align: center;
margin-bottom: 56px;
}
.c-section-head__title-wrap {
position: relative;
text-align: center;
margin-bottom: 24px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
margin-inline: auto;
}
.c-section-head__icon {
display: block;
width: 24px;
height: 24px;
margin-bottom: 24px;
margin-inline: auto;
}
.c-section-head__title {
position: relative;
font-size: 40px;
font-size: 4rem;
font-weight: bold;
color: var(--color-text);
text-align: center;
line-height: 1.5;
z-index: 10;
margin-bottom: 24px;
}
.c-section-head__title-wrap .c-section-head__title {
margin-bottom: 0;
}
.c-section-head__title-underline {
position: relative;
}
.c-section-head__title-line {
position: absolute;
top: 40px;
left: 0;
width: 302px;
height: auto;
z-index: 0;
}
.c-section-head__subtitle {
font-size: 24px;
font-size: 2.4rem;
font-weight: 700;
color: var(--color-text);
text-align: center;
line-height: 1.5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 24px;
}
.c-section-head__subtitle::before,
.c-section-head__subtitle::after {
content: "";
display: inline-block;
width: 50px;
height: 1px;
background: var(--color-text);
-ms-flex-negative: 0;
flex-shrink: 0;
translate: 0px 8px;
}
.c-section-head__subtitle-accent {
font-size: 36px;
font-size: 3.6rem;
font-weight: bold;
color: var(--color-accent);
padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
.c-section-head {
margin-bottom: 20px;
}
.c-section-head__icon {
width: 20px;
height: 20px;
margin-bottom: 12px;
margin-inline: auto;
}
.c-section-head__title {
font-size: 28px;
margin-bottom: 12px;
}
.c-section-head__subtitle {
font-size: 22px;
display: block;
}
.c-section-head__subtitle::before,
.c-section-head__subtitle::after {
display: none;
}
.c-section-head__subtitle-accent {
font-size: 26px;
padding-bottom: 0;
}
.c-section-head__title-line {
width: 200px;
top: 28px;
left: -10px;
}
}
.c-paragraph,
:where(.u-editor) p {
margin-top: 1.2em;
line-height: 2;
font-size: 16px;
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
.c-paragraph,
:where(.u-editor) p {
margin-top: 10px;
line-height: 2;
}
}
.c-unordered-list,
:where(.u-editor) ul.wp-block-list:where(:not(.is-reset-wp-block)) {
margin-top: 40px;
padding: 0;
}
.c-unordered-list li,
:where(.u-editor) ul.wp-block-list:where(:not(.is-reset-wp-block)) li {
list-style-type: none;
display: grid;
grid-template-columns: 24px minmax(0, 1fr);
-webkit-column-gap: 2px;
-moz-column-gap: 2px;
column-gap: 2px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
margin-bottom: 16px;
line-height: 1.5;
}
.c-unordered-list li:before,
:where(.u-editor) ul.wp-block-list:where(:not(.is-reset-wp-block)) li:before {
content: "";
display: block;
width: 24px;
height: 24px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-list.png) no-repeat center/contain;
}
.c-order-list,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) {
list-style-type: none;
counter-reset: count 0;
margin-top: 40px;
padding: 0;
}
.c-order-list li,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li {
margin-bottom: 16px;
line-height: 1.5;
margin-left: 1.5em;
text-indent: -1.5em;
}
.c-order-list li a,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a {
text-decoration: none;
}
.c-order-list li a:hover,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a:hover {
color: var(--color-main);
}
.c-order-list li:before,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li:before {
content: counter(count) ". ";
counter-increment: count 1;
color: #00B7C7;
font-weight: bold;
font-size: 18px;
font-size: 1.8rem;
position: relative;
top: 2px;
margin-right: 5px;
}
dt,
dd {
font-size: 16px;
font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
.c-unordered-list,
:where(.u-editor) ul.wp-block-list:where(:not(.is-reset-wp-block)) {
margin-top: 40px;
}
.c-unordered-list li,
:where(.u-editor) ul.wp-block-list:where(:not(.is-reset-wp-block)) li {
display: grid;
grid-template-columns: 18px minmax(0, 1fr);
-webkit-column-gap: 5px;
-moz-column-gap: 5px;
column-gap: 5px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
margin-bottom: 8px;
line-height: 1.5;
}
.c-unordered-list li::before,
:where(.u-editor) ul.wp-block-list:where(:not(.is-reset-wp-block)) li::before {
width: 18px;
height: 24px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-list-sp.svg) no-repeat center/contain;
}
.c-order-list,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) {
list-style-type: none;
counter-reset: count 0;
margin-top: 40px;
}
.c-order-list li,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li {
margin-bottom: 8px;
line-height: 1.5;
text-indent: -2.5rem;
margin-left: 2.5rem;
}
.c-order-list li a,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a {
text-decoration: none;
}
.c-order-list li a:hover,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a:hover {
color: var(--color-main);
}
}
.c-rainbow-btn {
width: 100%;
display: block;
position: relative;
padding: 20px 20px;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
color: var(--color-white);
background-color: transparent;
text-decoration: none;
border-radius: 4px;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.15s ease;
transition: opacity 0.3s ease, -webkit-transform 0.15s ease;
transition: transform 0.15s ease, opacity 0.3s ease;
transition: transform 0.15s ease, opacity 0.3s ease, -webkit-transform 0.15s ease;
}
.c-rainbow-btn::before {
content: "";
position: absolute;
inset: 0;
background-color: var(--color-text);
border-radius: 4px;
z-index: 10;
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.c-rainbow-btn::after {
content: "";
position: absolute;
right: -4px;
top: 4px;
margin: auto;
width: 100%;
height: 100%;
background: linear-gradient(95deg, #FE904E 1.6%, #FEEBB2 48.07%, #00B7C7 101.46%);
border-radius: 5px;
z-index: 5;
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.c-rainbow-btn:hover {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
.c-rainbow-btn:hover::after {
-webkit-transform: translate(-4px, -4px);
transform: translate(-4px, -4px);
}
.c-rainbow-btn__text {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
letter-spacing: 0.03em;
width: 100%;
z-index: 30;
gap: 12px;
}
.c-rainbow-btn__icon {
width: 20px;
height: 20px;
}
@media screen and (max-width: 767px) {
.c-rainbow-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
padding: 0;
min-height: 64px;
font-size: 16px;
text-align: center;
}
.c-rainbow-btn__text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 12px;
line-height: 1.5;
text-align: center;
letter-spacing: 0.03em;
}
}
.wp-block-button:where(:not(.is-reset-wp-block)) a {
display: inline-block;
}
.c-for-list .a-wrap,
.wp-block-button {
position: relative;
display: inline-block;
}
.c-for-list .a-wrap a,
.wp-block-button a {
position: relative;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
z-index: 1;
display: inline-block;
padding: 20px 62px 20px 32px;
background: #000;
color: #fff;
border-radius: 4px;
text-decoration: none;
-webkit-transition: 0.15s;
transition: 0.15s;
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/top/icon-arrow-white.svg);
background-size: 20px 20px;
background-position: right 20px center;
background-repeat: no-repeat;
}
.c-for-list .a-wrap a:hover,
.wp-block-button a:hover {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
.c-for-list .a-wrap::after,
.wp-block-button::after {
content: "";
position: absolute;
inset: 4px -4px -4px 4px; background: linear-gradient(95deg, #FE904E 1.6%, #FEEBB2 48.07%, #00B7C7 101.46%);
border-radius: 6px;
z-index: 0;
}
.c-for-list {
margin: 40px auto 0;
text-align: center;
}
:where(.u-editor) .wp-block-buttons:where(:not(.is-reset-wp-block)) {
margin-top: 40px;
}
@media screen and (max-width: 767px) {
.c-rainbow-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
padding: 0;
min-height: 64px;
font-size: 16px;
text-align: center;
}
.c-rainbow-btn__text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 12px;
line-height: 1.5;
text-align: center;
letter-spacing: 0.03em;
}
}
.c-link-arrow {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
color: var(--color-text);
text-decoration: none;
border-bottom: 1px solid var(--color-text);
padding-bottom: 4px;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.c-link-arrow:hover {
opacity: 0.7;
}
.c-link-arrow__icon {
width: 32px;
height: 32px;
}
@media screen and (max-width: 767px) {
.c-link-arrow {
font-size: 16px;
}
.c-link-arrow__icon {
width: 24px;
height: 24px;
}
}
.c-blockquote,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) {
margin-top: 40px;
line-height: 1.8;
font-size: 16px;
font-size: 1.6rem;
padding: 40px 80px 64px;
position: relative;
border: 1px solid #000;
border-radius: 10px;
}
.c-blockquote p,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) p {
margin-top: 0;
}
.c-blockquote cite,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) cite {
display: block;
text-align: right;
margin-top: 20px;
font-size: 16px;
font-size: 1.6rem;
font-style: normal;
}
.c-blockquote::before,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::before {
content: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-blockquote.svg);
position: absolute;
top: 16px;
left: 24px;
}
.c-blockquote::after,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::after {
content: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-blockquote-end.svg);
position: absolute;
bottom: 16px;
right: 24px;
}
@media screen and (max-width: 767px) {
.c-blockquote,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) {
width: 90%;
margin: 40px auto 0;
line-height: 2;
font-size: 16px;
font-size: 1.6rem;
padding: 48px 36px;
position: relative;
}
.c-blockquote::before,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::before {
top: 10px;
left: 12px;
}
.c-blockquote::after,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::after {
bottom: 10px;
right: 12px;
line-height: 1;
}
.c-blockquote cite,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) cite {
font-size: 16px;
font-size: 1.6rem;
}
}
.c-image,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) {
margin-top: 40px;
}
.c-image img,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) img {
max-width: 100%;
height: auto;
}
.c-image figcaption,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) figcaption {
font-size: 14px;
font-size: 1.4rem;
margin-top: 16px;
line-height: 1.4;
}
.wp-block-columns,
.is-type-video {
margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
.c-image,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) {
margin-top: 40px;
}
.c-image img,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) img {
max-width: 100%;
height: auto;
}
.c-image figcaption,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) figcaption {
font-size: 14px;
font-size: 1.4rem;
margin-top: 12px;
line-height: 1.4;
}
.wp-block-columns {
gap: 6.5em;
}
}
.c-iframe,
:where(.u-editor) iframe {
max-width: 100%;
aspect-ratio: 16/9;
}
.u-editor {
--table-border-color: #8B8B8B;
--table-bg-color: #FFF7DD;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
.u-editor table {
margin-top: 40px;
border-collapse: collapse;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.u-editor table tr th,
.u-editor table tr td {
line-height: 1.5;
font-size: 16px;
font-size: 1.6rem;
padding: 16px 40px;
text-align: left;
border-color: var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.u-editor table tr th {
padding: 16px 40px;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
.u-editor table thead th {
background-color: var(--table-bg-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
.u-editor table tbody th {
background-color: var(--table-bg-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
.u-editor table tbody td {
padding: 16px 32px;
}
@media screen and (max-width: 767px) {
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout:not(.is-stacked-on-mobile) {
width: -webkit-max-content !important;
width: -moz-max-content !important;
width: max-content !important;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
.u-editor table {
margin-top: 40px;
border-collapse: collapse;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.u-editor table tr th,
.u-editor table tr td {
line-height: 1.5;
font-size: 16px;
font-size: 1.6rem;
padding: 20px 16px;
text-align: left;
border-color: var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.u-editor table tr td {
border-top: transparent;
padding: 16px;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
.u-editor table thead th {
background-color: var(--table-bg-color);
padding: 20px 16px;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
.u-editor table tbody th {
background-color: var(--table-bg-color);
border-top: none;
padding: 16px;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
.u-editor table tbody td {
padding: 16px;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:nth-of-type(1) th,
.u-editor table tbody tr:nth-of-type(1) th {
border-top: 1px solid var(--table-border-color);
}
}
.wp-block-media-text {
gap: 36px;
margin: 80px 0 0;
}
.wp-block-media-text > .wp-block-media-text__content {
padding: 0 !important;
}
@media screen and (max-width: 767px) {
.wp-block-media-text {
gap: 18px;
margin: 60px 0 0;
}
}
.wp-block-gallery.has-nested-images.is-layout-flex {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 50px 0 0;
}
.wp-block-gallery > .wp-block-image {
width: 100% !important;
}
@media screen and (max-width: 767px) {
.wp-block-gallery.has-nested-images.is-layout-flex {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
margin: 30px 0 0;
}
}
.wp-pagenavi {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
margin: 88px auto 0;
text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
display: block;
margin: 0;
padding: 10px;
line-height: 2;
color: var(--color-main);
font-size: 1.6rem;
font-weight: 500;
text-decoration: none;
border: none !important;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
background-color: var(--color-main);
color: var(--color-white);
font-weight: 500;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
padding: 0;
}
.wp-pagenavi .pages {
border: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
min-width: 44px;
padding: 5px 5px !important;
border-radius: 22px;
}
.wp-pagenavi a {
border: 1px solid var(--color-main);
}
.wp-pagenavi a:hover {
background-color: var(--color-main);
color: #fff;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
font-size: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 32px 32px;
padding: 16px 0 !important;
}
.wp-pagenavi a.nextpostslink {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-navi-right.svg);
}
.wp-pagenavi a.nextpostslink:hover {
opacity: 0.7;
background-color: transparent;
}
.wp-pagenavi a.previouspostslink {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-navi-left.svg);
}
.wp-pagenavi a.previouspostslink:hover {
opacity: 0.7;
background-color: transparent;
}
.next-prev {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 28px;
margin: 60px auto 0;
}
.next-prev .prev,
.next-prev .next {
max-width: 384px;
}
.next-prev .prev a,
.next-prev .next a {
display: inline-block;
position: relative;
line-height: 2;
color: var(--color-main);
font-size: 14px;
font-weight: 500;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.next-prev .prev a:hover,
.next-prev .next a:hover {
text-decoration: none;
}
.next-prev .prev a::before,
.next-prev .next a::before {
position: absolute;
}
.next-prev .prev {
margin-right: auto;
}
.next-prev .prev a {
padding-left: 1em;
}
.next-prev .prev a::before {
content: "«";
top: 0;
left: 0;
}
.next-prev .next {
margin-left: auto;
}
.next-prev .next a {
padding-right: 1em;
}
.next-prev .next a::before {
content: "»";
position: absolute;
top: 0;
right: 0;
}
@media screen and (max-width: 767px) {
.wp-pagenavi {
margin: 70px auto 0;
text-align: center;
gap: 4px;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
padding: 3px 5px !important;
min-width: 35px;
margin: 0 !important;
}
.wp-pagenavi span.current.last, .wp-pagenavi span.current.first,
.wp-pagenavi a.last,
.wp-pagenavi a.first {
font-size: 12px;
font-size: 1.2rem;
}
.wp-pagenavi .pages {
width: 100%;
}
.next-prev {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 42px auto 0;
}
.next-prev .prev,
.next-prev .next {
max-width: none;
}
}
.fadein {
opacity: 0;
-webkit-transform: translate(0, 100px);
transform: translate(0, 100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.fadein.active {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
:where(.u-editor) .wp-block-column > :first-child,
:where(.u-editor) .wp-block-media-text__content > :first-child,
:where(.u-editor) blockquote.wp-block-quote > :first-child {
margin-top: 0 !important;
}
:where(.u-editor) .wp-block-column > :last-child,
:where(.u-editor) .wp-block-media-text__content > :last-child,
:where(.u-editor) blockquote.wp-block-quote > :last-child {
margin-bottom: 0 !important;
}
.c-slider .splide__slide,
.c-slider--sp .splide__slide {
list-style: none;
}
.c-slider .splide__slide::before,
.c-slider--sp .splide__slide::before {
display: none !important;
}
.c-slider02 .splide__slide {
height: 590px;
list-style: none;
}
.c-slider02 .splide__slide::before {
display: none !important;
}
.c-slider,
.c-slider--sp {
margin-top: 50px;
}
.c-slider .splide__controls,
.c-slider--sp .splide__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 20px;
}
.c-slider .splide__toggle .splide__toggle__play,
.c-slider .splide__toggle .splide__toggle__pause,
.c-slider--sp .splide__toggle .splide__toggle__play,
.c-slider--sp .splide__toggle .splide__toggle__pause {
width: 32px;
height: 32px;
text-indent: -9999px;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
background-size: 12px auto;
}
.c-slider .splide__toggle .splide__toggle__play,
.c-slider--sp .splide__toggle .splide__toggle__play {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/common/icon-slider-play01.png);
}
.c-slider .splide__toggle .splide__toggle__pause,
.c-slider--sp .splide__toggle .splide__toggle__pause {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/common/icon-slider-stop01.png);
}
.c-slider .splide__toggle:not(.is-active) .splide__toggle__play,
.c-slider--sp .splide__toggle:not(.is-active) .splide__toggle__play {
display: block;
}
.c-slider .splide__toggle.is-active .splide__toggle__pause,
.c-slider--sp .splide__toggle.is-active .splide__toggle__pause {
display: block;
}
.c-slider .splide__pagination button,
.c-slider .splide__toggle,
.c-slider--sp .splide__pagination button,
.c-slider--sp .splide__toggle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
padding: 0;
background: transparent;
border: none;
border-radius: 0;
cursor: pointer;
}
.c-slider .splide__pagination,
.c-slider--sp .splide__pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 10px;
padding: 0;
}
.c-slider .splide__pagination button,
.c-slider--sp .splide__pagination button {
display: block;
width: 10px;
height: 10px;
background: var(--color-grey);
border-radius: 10px;
}
.c-slider .splide__pagination button.is-active,
.c-slider--sp .splide__pagination button.is-active {
background: var(--color-accent);
}
.c-slider .splide__pagination > li,
.c-slider--sp .splide__pagination > li {
margin: 0;
padding: 0;
}
.c-slider .splide__pagination > li::before,
.c-slider--sp .splide__pagination > li::before {
display: none !important;
}
.c-slider--sp {
margin-top: 50px;
}
.c-slider02 {
margin-top: 50px;
}
.c-slider02__main img,
.c-slider02__thumbnail img {
-o-object-fit: contain;
object-fit: contain;
width: 100%;
height: 100%;
}
.c-slider02__main {
position: relative;
}
.c-slider02__main .splide__arrows {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
}
.c-slider02__main .splide__arrow {
--arrow-space: 26px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0;
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 20px;
text-indent: -9999px;
overflow: hidden;
border: none;
cursor: pointer;
pointer-events: visible;
}
.c-slider02__main .splide__arrow::before {
content: "";
display: block;
position: absolute;
top: calc(50% - 8px);
width: 16px;
height: 16px;
border-top: 3px solid #000;
}
.c-slider02__main .splide__arrow--prev {
left: var(--arrow-space);
}
.c-slider02__main .splide__arrow--prev::before {
left: 36%;
border-left: 3px solid #000;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.c-slider02__main .splide__arrow--next {
right: var(--arrow-space);
}
.c-slider02__main .splide__arrow--next::before {
right: 36%;
border-right: 3px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.c-slider__img {
display: block;
margin: 0 auto;
max-width: 100%;
}
.c-slider02__thumbnail {
margin-top: 40px;
}
.c-slider02__thumbnail .splide__slide {
width: 160px;
height: 153px;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
cursor: pointer; -webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: opacity;
}
.c-slider02__thumbnail .splide__slide:not(.is-active) {
opacity: 0.3;
}
.c-slider02__thumbnail .splide__slide.is-active {
opacity: 1;
}
.c-card-wrap {
display: grid;
grid-template-columns: 1fr;
gap: 48px 24px;
margin: 40px 0 0;
padding: 0;
}
.c-card-wrap > li {
list-style: none;
padding: 0;
}
.c-card-wrap > li::before {
display: none;
}
.c-card-wrap > .c-card {
margin: 0;
}
.c-card-wrap.c-card-wrap--columns3 {
grid-template-columns: repeat(3, 1fr);
}
.c-card {
margin-top: 50px;
}
.c-card__type {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 12px;
text-decoration: none;
}
.c-card__type:hover .c-card__img {
opacity: 0.6;
}
.c-card__type > :first-child {
margin-top: 0 !important;
}
.c-card__type > :last-child {
margin-bottom: 0 !important;
}
.c-card__type.c-card__type--horizon {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 24px;
}
.c-card__img {
aspect-ratio: 317/220;
overflow: hidden;
-webkit-transition: 0.2s opacity;
transition: 0.2s opacity;
}
:where(.c-card__type--horizon) > .c-card__img {
width: 317px;
}
.c-card__img > img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.c-card__detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 12px;
}
.c-card__prop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
:where(.c-card__type--horizon > .c-card__detail) > .c-card__prop {
-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;
}
.c-card__date {
line-height: 1.5;
color: var(--color-main);
font-size: 1.4rem;
}
.c-card__category-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 4px;
margin: 0;
padding: 0;
}
.c-card__category-wrap > li {
list-style: none;
}
.c-card__category {
padding: 8px 10px;
line-height: 1;
font-size: 1.2rem;
font-weight: 500;
border: 1px solid var(--color-grey);
}
.c-card__category.c-card__category--tag {
color: var(--color-white);
background-color: var(--color-main);
}
.c-card__title {
line-height: 1.5;
font-size: 1.6rem;
}
.c-card__tag-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 5px 10px;
margin: 10px 0 0;
padding: 0;
}
.c-card__tag-wrap > li {
list-style: none;
}
.c-card__tag {
color: var(--color-grey);
font-size: 1.4rem;
}
.c-simple-posts {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
margin: 30px 0 0;
padding: 0;
}
.c-simple-posts__item {
list-style: none;
background-color: var(--color-white);
border-bottom: 1px solid #e0e0e0;
}
.c-simple-posts__item-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
padding-bottom: 16px;
text-decoration: none;
}
.c-simple-posts__prop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
gap: 15px;
}
.c-simple-posts__date {
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 1.4rem;
font-weight: 400;
color: var(--color-grey);
}
.c-simple-posts__category-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
}
.c-simple-posts__category {
display: inline-block;
color: var(--color-grey);
padding: 8px 10px;
line-height: 1;
font-size: 1.2rem;
background-color: var(--color-white);
border: 1px solid var(--color-grey);
}
.c-simple-posts__tag-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 50px 10px;
margin: 10px 0 0;
padding: 0;
}
.c-simple-posts__tag-wrap > li {
list-style: none;
}
.c-simple-posts__tag {
color: var(--color-grey);
font-size: 1.4rem;
}
.c-simple-posts__title {
margin: 0;
line-height: 1.6;
color: var(--color-text);
font-size: 1.8rem;
font-weight: 500;
}
.c-simple-posts__item-link:hover .c-simple-posts__title {
text-decoration: underline;
}
@media screen and (min-width: 768px) {
.c-slider--sp .splide__list {
display: grid !important;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.c-slider--sp .splide__controls {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.c-slider .splide__slide,
.c-slider02 .splide__slide,
.c-slider--sp .splide__slide {
height: 55vw;
}
.c-slider--sp .splide__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 20px;
}
.c-slider02__thumbnail {
margin-top: 10px;
}
.c-slider02__thumbnail .splide__slide {
height: 12vw;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; -webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: opacity;
}
.c-card-wrap,
.c-card-wrap.c-card-wrap--columns3 {
grid-template-columns: 1fr;
gap: 15px;
}
:where(.c-card__type--horizon) > .c-card__img {
width: 50%;
}
.c-card__prop {
-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: 4px;
}
.c-card__category-wrap {
gap: 4px;
}
.c-card__category {
font-size: 1.4rem;
}
}
.c-qa-layout-wrap > .wp-block-group__inner-container > .c-qa-layout:first-child {
margin-top: 72px;
}
.c-qa-layout {
margin-top: 48px;
padding-bottom: 48px;
}
.c-qa-layout + .c-qa-layout {
margin-top: 48px;
}
.c-qa-layout__head,
.c-qa-layout__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 20px;
padding-left: 16px;
}
.c-qa-layout__head {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.c-qa-layout__body {
margin-top: 10px;
}
.c-qa-layout__head__pref,
.c-qa-layout__body__pref {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
width: 32px;
height: 28px;
text-align: center;
color: var(--color-white);
font-size: 1.5rem;
font-weight: 700;
overflow: hidden;
text-indent: -9999px;
}
.c-qa-layout__head__pref {
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-faq.png) center center no-repeat;
background-size: cover;
}
.c-qa-layout__body__pref {
top: 8px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-ans.png) center center no-repeat;
}
.c-qa-layout__title {
font-size: 20px;
font-size: 2rem;
font-weight: 700;
}
.c-qa-layout__detail {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.c-qa-layout__detail p {
padding-top: 5px;
}
.c-qa-layout__detail > :first-child {
margin-top: 0 !important;
}
.c-qa-layout__detail > :last-child {
margin-bottom: 0 !important;
}
.c-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
margin: 50px 0 0;
padding: 30px;
background-color: var(--color-grey);
}
.c-box__head > :first-child,
.c-box__detail > :first-child {
margin-top: 0 !important;
}
.c-box__head > :last-child,
.c-box__detail > :last-child {
margin-bottom: 0 !important;
}
.c-box__title {
font-size: 2rem;
font-weight: 700;
}
.just-bet {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.c-box {
margin: 30px 0 0;
padding: 16px;
}
.c-box__title {
font-size: 1.8rem;
}
.c-qa-layout-wrap > .wp-block-group__inner-container > .c-qa-layout:first-child {
margin-top: 42px;
}
.c-qa-layout + .c-qa-layout {
margin-top: 0;
}
.c-qa-layout__head,
.c-qa-layout__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px;
padding-left: 8px;
}
.c-qa-layout__head {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.is-provider-youtube {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
.is-provider-youtube iframe {
width: 100%;
height: 100%;
}
.c-qa-layout {
padding-bottom: 24px;
}
}
.c-flow-list {
display: grid;
justify-items: center;
grid-template-columns: repeat(6, 1fr);
gap: 3rem;
margin: 50px 0 0;
}
.c-flow-list > li {
margin: 0;
padding: 30px 15px;
text-indent: 0;
}
.c-flow-list__item {
position: relative;
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;
width: 100%;
text-align: center;
background-color: var(--color-light-base);
border: 1px solid var(--color-main);
}
.c-flow-list__item::before {
content: "";
position: absolute;
top: 50%;
left: -2.3rem;
margin: 0;
width: 1rem;
height: 1.5rem;
font-size: inherit;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: var(--color-main);
clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.c-flow-list__item:first-child::before {
display: none;
}
.c-flow-list__text {
font-size: 1.8rem;
font-weight: 700;
line-height: 1.5;
}
.c-cta-section {
margin: 60px 0 0;
padding: 30px;
background-color: var(--color-grey);
}
.c-cta-section > :first-child {
margin-top: 0 !important;
}
.c-cta-section > :last-child {
margin-bottom: 0 !important;
}
.c-cta-section__title {
margin: 30px auto 15px;
font-size: 3.2rem;
font-weight: 700;
text-align: center;
}
.c-cta-card-wrap {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
margin: 30px 0 0;
}
.c-cta-card {
margin: 0;
padding: 0;
}
.c-cta-card__type {
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;
padding: 15px;
width: 100%;
height: 100%;
background-color: var(--color-white);
border-radius: 15px;
text-decoration: none;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.c-cta-card__type:hover {
opacity: 0.7;
}
.c-cta-card__type > :first-child {
margin-top: 0 !important;
}
.c-cta-card__type > :last-child {
margin-bottom: 0 !important;
}
.c-cta-card__heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.c-cta-card__heading__icon {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 50px;
}
.c-cta-card__heading__title {
margin: 0;
padding: 0;
line-height: 1.2;
font-size: 2.4rem;
font-weight: 700;
}
.c-cta-card__heading__title--tel {
font-size: 4rem;
}
.c-cta-card__text {
margin-top: 10px;
line-height: 1.5;
font-size: 1.8rem;
font-weight: 700;
text-align: center;
}
.c-cta-card__lead {
margin-top: 5px;
line-height: 1.2;
text-align: center;
font-size: 2.8rem;
font-weight: 700;
}
.c-lightbox {
display: none;
position: fixed;
inset: 0;
z-index: 9000;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.c-lightbox.is-active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.c-lightbox__backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.85);
cursor: pointer;
}
.c-lightbox__inner {
position: relative;
z-index: 1;
max-width: 90vw;
max-height: 90vh;
}
.c-lightbox__img {
display: block;
max-width: 90vw;
max-height: 90vh;
-o-object-fit: contain;
object-fit: contain;
cursor: default;
}
.c-lightbox__close {
position: absolute;
top: -44px;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 36px;
height: 36px;
background: none;
border: none;
cursor: pointer;
padding: 0;
}
.c-lightbox__close span {
position: absolute;
display: block;
width: 28px;
height: 2px;
background: #fff;
}
.c-lightbox__close span:first-child {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.c-lightbox__close span:last-child {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
[data-lightbox] {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.c-sns-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
margin: 75px 0 0;
padding: 0;
}
.c-sns-list > li {
list-style: none;
}
.c-sns-list--contact {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.c-sns__type {
display: block;
}
#main-content div#ez-toc-container {
margin-top: 50px;
width: 100%;
font-size: 2rem;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
#main-content div#ez-toc-container .ez-toc-btn {
display: none;
}
#main-content div#ez-toc-container .ez-toc-title-container {
background: #F4F4F4;
margin-bottom: 15px;
padding: 4px 16px 6px;
}
#main-content div#ez-toc-container .ez-toc-title-container .ez-toc-title {
position: relative;
line-height: 1.6;
color: var(--color-text);
font-size: 16px;
font-size: 1.6rem;
}
#main-content div#ez-toc-container .ez-toc-title-container .ez-toc-title::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 2px);
right: -22px;
width: 11px;
height: 11px;
border-top: 2px solid var(--color-main);
border-right: 2px solid var(--color-main);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: top 0.2s, -webkit-transform 0.2s;
transition: top 0.2s, -webkit-transform 0.2s;
transition: transform 0.2s, top 0.2s;
transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
#main-content div#ez-toc-container .ez-toc-title-container.hide .ez-toc-title::before {
top: calc(50% - 6px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
#main-content #ez-toc-container ul li {
text-indent: 0em;
font-size: 16px;
font-size: 1.6rem;
display: block;
}
#main-content #ez-toc-container ul li a {
font-size: 16px;
font-size: 1.6rem;
}
#ez-toc-container ul li::before {
content: none;
}
#main-content div#ez-toc-container ul.ez-toc-list a:visited,
#main-content #ez-toc-container ul li .ez-toc-link {
color: #000;
}
#main-content div#ez-toc-container .ez-toc-heading-level-2 {
border-bottom: 1px solid #8F8F8F;
padding: 5px 0 5px 40px;
position: relative;
}
#main-content div#ez-toc-container .ez-toc-heading-level-2:not(:has(ul)) {
padding: 7px 16px;
}
#main-content div#ez-toc-container .ez-toc-heading-level-2:not(:has(ul))::before {
display: none;
}
#main-content div#ez-toc-container .ez-toc-heading-level-2::before {
content: "";
position: absolute;
display: block;
top: 1em;
left: 17px;
width: 11px;
height: 11px;
border-top: 2px solid #00B7C7;
border-right: 2px solid #00B7C7;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: top 0.2s, -webkit-transform 0.2s;
transition: top 0.2s, -webkit-transform 0.2s;
transition: transform 0.2s, top 0.2s;
transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
background: none;
}
#main-content div#ez-toc-container .ez-toc-heading-level-2.hide::before {
top: calc(1em - 6px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
#main-content div#ez-toc-container .ez-toc-list-level-3 {
margin-top: 3px;
padding-left: 10px;
}
#main-content div#ez-toc-container .ez-toc-list-level-3 > li + li {
margin-top: 3px;
}
#main-content div#ez-toc-container ul ul {
margin-left: 0;
}
#main-content div#ez-toc-container li > ul {
margin-left: 0;
}
@media screen and (max-width: 767px) {
.c-flow-list {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
max-width: 500px;
margin-inline: auto;
padding-right: 20px;
}
.c-flow-list > li {
padding: 15px;
}
.c-flow-list__item::before {
left: calc(100% + 12px);
width: 10px;
height: 15px;
}
.c-flow-list__item:first-child::before {
display: block;
}
.c-flow-list__item:last-child::before {
display: none;
}
.c-flow-list__text {
font-size: 1.6rem;
}
.c-cta-card-wrap {
grid-template-columns: 1fr;
}
.c-cta-card__type {
padding: 15px 10px;
min-height: 100px;
}
.c-cta-card__heading__icon {
width: 30px;
}
.c-cta-card__heading__title {
font-size: 2rem;
}
.c-cta-card__heading__title--tel {
font-size: 3rem;
}
.c-cta-card__text {
font-size: 1.6rem;
font-weight: 700;
text-align: center;
}
.c-cta-card__lead {
font-size: 2.2rem;
}
} .blog .top-news,
.archive .top-news {
margin-top: 60px;
}
.c-tag-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 0;
padding: 0;
}
.c-tag-list > li {
list-style: none;
}
.c-tag {
font-size: 1.8rem;
}
.c-tag__type {
text-decoration: none;
}
.c-tag__type:hover {
text-decoration: underline;
}
.cat-area {
width: var(--u-content-width);
margin: 40px auto 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cat-area p.date {
font-size: 16px;
font-size: 1.6rem;
margin-right: 26px;
}
.cat-area .cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.cat-area .cat a {
display: inline-block;
padding: 8px 10px;
font-size: 12px;
font-size: 1.2rem;
background-color: #f4f4f4;
border: 1px solid #282828;
line-height: 1;
text-decoration: none;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.cat-area .cat a:hover {
background-color: var(--color-accent);
color: #fff;
}
.cat-area .tag {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.cat-area .tag a {
display: inline-block;
padding: 5px 10px;
font-size: 14px;
font-size: 1.4rem;
line-height: 1;
text-decoration: none;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.cat-area .tag a:hover {
color: var(--color-accent);
}
.cat-area ul.cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
margin-top: 0;
padding: 0;
}
.cat-area ul.cat li {
list-style: none;
text-indent: 0;
margin-left: 0;
}
.cat-area ul.cat li::before {
content: none;
}
.cat-area ul.cat li a {
display: inline-block;
padding: 10px 24px;
font-size: 18px;
font-size: 1.8rem;
background-color: #fff;
color: var(--color-main);
line-height: 1;
text-decoration: none;
font-weight: bold;
-webkit-transition: 0.3s;
transition: 0.3s;
border-radius: 5px;
}
.cat-area ul.cat li a:hover {
background-color: var(--color-main);
color: #fff;
}
.cat-area ul.cat li span.current {
display: inline-block;
padding: 10px 24px;
font-size: 18px;
font-size: 1.8rem;
background-color: var(--color-main);
color: #fff;
line-height: 1;
text-decoration: none;
font-weight: bold;
-webkit-transition: 0.3s;
transition: 0.3s;
border-radius: 5px;
}
.no-posts {
margin-top: 60px;
text-align: center;
font-size: 2rem;
}
.tax-works_cat .h1-wrap h1 span,
.tax-works_cat02 .h1-wrap h1 span {
font-size: 22px;
font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
.cat-area {
width: 100%;
margin: 10px auto 0;
display: block;
}
.cat-area p.date {
font-size: 16px;
font-size: 1.6rem;
line-height: 1;
color: #8B8B8B;
}
.cat-area .cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cat-area .cat a {
display: inline-block;
padding: 8px 14px;
-webkit-transition: 0.3s;
transition: 0.3s;
margin-top: 12px;
font-size: 14px;
font-size: 1.4rem;
}
.cat-area .cat a:hover {
background-color: #fff;
color: #000;
}
.cat-area .cat span {
margin-top: 12px;
}
.cat-area ul.cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 5px 10px;
}
.cat-area ul.cat li::before {
content: none;
}
.cat-area ul.cat li a {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
font-size: 1.6rem;
}
.cat-area ul.cat li a:active {
background-color: var(--color-main);
color: #fff;
-webkit-filter: brightness(1);
filter: brightness(1);
}
.cat-area ul.cat li span.current {
padding: 10px 20px;
font-size: 16px;
font-size: 1.6rem;
}
.tax-works_cat .h1-wrap h1 span,
.tax-works_cat02 .h1-wrap h1 span {
font-size: 16px;
font-size: 1.6rem;
}
}
.archive .top-news .top-news__list,
.blog .top-news .top-news__list {
grid-template-columns: 1fr;
}
.post-type-archive-info .top-news .top-news__meta,
.tax-info-cat .top-news .top-news__meta {
display: block;
}
.blog .top-news__body,
.home .top-news__body,
.category .top-news__body {
border-bottom: 1px solid #ccc;
padding-bottom: 1em;
}
.single .u-l-main {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/single-main-bg.png);
background-repeat: no-repeat;
background-size: contain;
margin-top: 100px;
}
.single-main {
width: var(--u-content-width);
margin: 40px auto 0;
padding: 0 0 40px;
text-align: center;
}
.single-main .cat-area a {
font-size: 16px;
font-size: 1.6rem;
}
.single-main h1 {
font-size: 34px;
font-size: 3.4rem;
text-align: left;
line-height: 1.5;
margin-top: 24px;
}
.p-works__description {
font-size: 1.8rem;
}
.p-works-point-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 36px;
margin: 50px 0 0;
}
.p-works-point-grid__item > :first-child {
margin-top: 0 !important;
}
.p-works-point-grid__item > :last-child {
margin-bottom: 0 !important;
}
.p-works-point__image {
position: relative;
}
.p-works-point__badge {
position: absolute;
display: inline-block;
padding: 8px 15px;
top: 22px;
left: 35px;
line-height: 1;
color: var(--color-white);
text-transform: uppercase;
font-size: 2rem;
font-weight: 700;
background-color: var(--color-main);
border-radius: 30px;
}
.p-works-point__description {
margin-top: 10px;
line-height: 1.4;
font-size: 1.4rem;
}
.p-works-gallery-grid {
display: grid;
grid-template-columns: 1fr;
gap: 36px;
margin: 50px 0 0;
}
.p-works-gallery-grid__item > :first-child {
margin-top: 0 !important;
}
.p-works-gallery-grid__item > :last-child {
margin-bottom: 0 !important;
}
.p-works-gallery-grid__before-after {
--gap: 36px;
--gap-half: calc(var(--gap) / 2);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: var(--gap);
margin: 50px 0 0;
}
.p-works-gallery-grid__ba {
position: relative;
}
.p-works-gallery-grid__ba > :first-child {
margin-top: 0 !important;
}
.p-works-gallery-grid__ba > :last-child {
margin-bottom: 0 !important;
}
.p-works-gallery-grid__ba--before {
width: calc(30% - var(--gap-half));
}
.p-works-gallery-grid__ba--after {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: auto;
width: calc(70% - var(--gap-half));
}
.p-works-gallery-grid__ba__badge {
position: absolute;
display: inline-block;
padding: 8px 15px;
top: 0;
left: 0;
line-height: 1;
color: var(--color-white);
text-transform: uppercase;
font-size: 2.4rem;
font-weight: 700;
background-color: var(--color-main);
}
.p-works-gallery-grid__ba__badge--before,
.p-works-gallery-grid__ba__badge--after {
text-transform: uppercase;
}
.p-works-gallery__image__caption {
margin-top: 20px;
line-height: 1.4;
font-size: 1.4rem;
}
.p-works-about__data {
--border-color: var(--color-dark);
display: grid;
grid-template-columns: repeat(2, 50%);
border-top: 1px solid var(--border-color);
border-left: 1px solid var(--border-color);
}
.p-works-about__data__dl {
display: grid;
grid-template-columns: 30% 70%;
background-color: #fff;
border-right: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
.p-works-about__data__dl__title {
padding: 10px 15px;
font-weight: 700;
background-color: var(--color-grey);
}
.p-works-about__data__dl__detail {
border-left: 1px solid var(--border-color);
padding: 10px 15px;
}
.p-vice-mv {
margin: 100px auto 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media screen and (max-width: 767px) {
.single .u-l-main {
margin-top: 64px;
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/single-sp-main-bg.png);
}
.single-main {
text-align: center;
padding-top: 40px;
text-align: left;
padding: 0;
}
.single-main h1 {
width: 100%;
margin: 0 auto;
font-size: 22px;
font-size: 2.2rem;
border-bottom: none;
text-align: left;
line-height: 1.5;
margin-top: 12px;
}
.p-works-point-grid {
grid-template-columns: 1fr;
}
.p-works-point__badge {
top: 10px;
left: 10px;
font-size: 1.6rem;
}
.p-works-gallery-grid__ba__badge {
font-size: 1.6rem;
}
.p-works-about__data {
grid-template-columns: 1fr;
}
}
.u-l-main {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/u-main-bg.png);
background-repeat: repeat-x;
margin-top: 100px;
padding-top: 16px;
}
.u-main {
width: 100%;
height: auto;
margin: 0 auto;
padding: 75px 0 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.u-main .h1-wrap {
text-align: center;
}
.u-main .h1-wrap h1 {
font-size: 36px;
font-size: 3.6rem;
font-weight: bold;
line-height: 1.3;
margin-top: 10px;
}
.wp-block-yoast-faq-block {
margin-top: 50px;
}
.wp-block-yoast-faq-block .schema-faq-question {
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
position: relative;
padding: 9px 0 10px 68px;
}
.wp-block-yoast-faq-block .schema-faq-question::before {
content: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-faq.png);
position: absolute;
left: 16px;
top: 8px;
}
.wp-block-yoast-faq-block p.schema-faq-answer {
font-size: 16px;
font-size: 1.6rem;
padding-left: 68px;
position: relative;
}
.wp-block-yoast-faq-block p.schema-faq-answer::before {
content: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-ans.png);
position: absolute;
left: 16px;
top: 8px;
} .not-found-wrap p.not-found {
text-align: center;
margin-top: 0;
}
@media screen and (max-width: 767px) {
.u-l-main {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/u-main-bg-sp.png);
background-size: contain;
padding-top: 0;
margin-top: 64px;
background-position: left 40px;
}
.u-main {
width: 100%;
height: auto;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 100px 0 100px;
}
.u-main .h1-wrap {
text-align: center;
}
.u-main .h1-wrap .en {
font-size: 20px;
font-size: 2rem;
font-family: "Outfit";
font-weight: bold;
padding-bottom: 10px;
line-height: 1;
}
.u-main .h1-wrap h1 {
font-size: 22px;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.3;
}
.not-found-wrap p.not-found {
text-align: left;
margin-top: 0;
}
}
.top-fv-sp {
display: none;
position: relative;
width: 100%;
overflow: hidden;
background-color: #fff;
padding-top: 16vw;
}
.top-fv-sp__bg {
position: absolute;
left: 0;
width: 100%;
height: auto;
z-index: 0;
pointer-events: none;
}
.top-fv-sp__bg--top {
top: 0;
scale: 1.4;
}
.top-fv-sp__bg--bottom {
bottom: -60px;
scale: 1.3;
}
.top-fv-sp__hexagon-area {
position: relative;
width: 90%;
z-index: 1;
margin-inline: auto;
}
.top-fv-sp__hexagon-img {
display: block;
width: 100%;
height: auto;
margin-bottom: 4.27vw;
}
.top-fv-sp__hexagon-img--b {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.top-fv-sp__hexagon-img--a {
-webkit-animation: fv-hexagon-fade 8s ease-in-out infinite;
animation: fv-hexagon-fade 8s ease-in-out infinite;
}
.top-fv-sp__hexagon-img--b {
-webkit-animation: fv-hexagon-fade-alt 8s ease-in-out infinite;
animation: fv-hexagon-fade-alt 8s ease-in-out infinite;
}
.top-fv-sp__center {
position: relative;
z-index: 2;
text-align: center;
padding: 0 1vw;
margin-bottom: 0.2vw;
}
.top-fv-sp__copy {
font-size: 4.8vw;
font-weight: bold;
color: var(--color-text);
line-height: 1.6;
margin-bottom: 4vw;
}
.top-fv-sp__catch {
font-size: 7vw;
font-weight: 700;
color: var(--color-text);
line-height: 1.5;
margin-bottom: 4vw;
}
.top-fv-sp__catch-accent {
color: var(--color-accent);
font-size: 7vw;
}
.top-fv-sp__result-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 2vw;
}
.top-fv-sp__result-dec {
width: 7vw;
height: auto;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-fv-sp__result-content {
text-align: center;
}
.top-fv-sp__result {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 2.13vw;
margin-bottom: 2.13vw;
}
.top-fv-sp__result-text {
font-size: 3vw;
font-weight: bold;
color: var(--color-text);
}
.top-fv-sp__count {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
gap: 0.53vw;
}
.top-fv-sp__count-num {
font-size: 8.53vw;
font-weight: bold;
line-height: 1;
}
.top-fv-sp__count-unit {
font-size: 3.73vw;
font-weight: bold;
color: var(--color-text);
}
.top-fv-sp__count-text {
font-size: 3.73vw;
font-weight: bold;
color: var(--color-text);
}
.top-fv-sp__service-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 1.4vw;
list-style: none;
padding: 0;
margin: 0;
}
.top-fv-sp__service-item {
font-size: 2vw;
font-weight: bold;
color: var(--color-text);
padding: 1vw 1.2vw;
border: 1px solid var(--color-text);
white-space: nowrap;
border-radius: 4px;
}
.top-fv-sp__google {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1.07vw 2.13vw;
font-size: 3.2vw;
color: var(--color-text);
}
.top-fv-sp__google-label {
font-weight: bold;
}
.top-fv-sp__google-score {
font-weight: bold;
font-size: 4.27vw;
}
.top-fv-sp__google-stars {
color: #FFC107;
font-size: 3.73vw;
}
.top-fv-sp__google-count {
font-weight: normal;
}
.top-fv-sp__google-count-num {
font-weight: bold;
}
@media screen and (max-width: 767px) {
.top-fv-sp {
display: block;
}
}
.top-fv {
position: relative;
width: 100%;
min-height: 40.63vw;
overflow: hidden;
background-color: #fff;
padding: 10vw 0 1.56vw;
}
.top-fv__bg {
position: absolute;
z-index: 1;
pointer-events: none;
}
.top-fv__bg--left {
left: -11.41vw;
top: 3.07vw;
width: 41.46vw;
}
.top-fv__bg--right {
right: -4.32vw;
top: -4.22vw;
width: 36.88vw;
}
.top-fv__inner {
position: relative;
min-height: 26.04vw;
width: 62.5vw;
margin: 0 auto;
padding: 0 0.83vw;
z-index: 2;
}
.top-fv__hexagon {
position: absolute;
}
.top-fv__hexagon--1 {
left: -12.3vw;
top: -2vw;
}
.top-fv__hexagon--2 {
left: -9vw;
bottom: -4.6vw;
}
.top-fv__hexagon--3 {
right: -16.5vw;
top: 3.6vw;
}
.top-fv__hexagon-img {
display: block;
-webkit-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
.top-fv__hexagon--1 .top-fv__hexagon-img {
width: 20vw;
height: auto;
}
.top-fv__hexagon--2 .top-fv__hexagon-img {
width: 20.31vw;
height: auto;
}
.top-fv__hexagon--3 .top-fv__hexagon-img {
width: 27.08vw;
height: auto;
}
.top-fv__hexagon .top-fv__hexagon-img--b {
position: absolute;
top: 0px;
left: 0px;
opacity: 0;
}
@-webkit-keyframes fv-hexagon-fade {
0%, 40% {
opacity: 1;
}
50%, 90% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fv-hexagon-fade {
0%, 40% {
opacity: 1;
}
50%, 90% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fv-hexagon-fade-alt {
0%, 40% {
opacity: 0;
}
50%, 90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fv-hexagon-fade-alt {
0%, 40% {
opacity: 0;
}
50%, 90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.top-fv__hexagon-img--a {
-webkit-animation: fv-hexagon-fade 8s ease-in-out infinite;
animation: fv-hexagon-fade 8s ease-in-out infinite;
}
.top-fv__hexagon-img--b {
-webkit-animation: fv-hexagon-fade-alt 8s ease-in-out infinite;
animation: fv-hexagon-fade-alt 8s ease-in-out infinite;
}
.top-fv__center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
z-index: 3;
width: 100%;
padding: 0 0.83vw;
}
.top-fv__copy {
font-size: 1.56vw;
font-weight: bold;
color: var(--color-text);
line-height: 1.6;
margin-bottom: 0.8vw;
letter-spacing: 0.2em;
}
.top-fv__copy-highlight {
position: relative;
display: inline-block;
}
.top-fv__copy-line {
position: absolute;
left: 50%;
bottom: -0.21vw;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
height: auto;
}
.top-fv__catch {
font-size: 2.45vw;
font-weight: 700;
color: var(--color-text);
line-height: 1.6;
margin-bottom: 2.08vw;
letter-spacing: 0.04em;
}
.top-fv__catch-accent {
color: #FE6B35;
}
.top-fv__result-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 1.04vw;
margin-bottom: 0.42vw;
}
.top-fv__result-side {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.top-fv__result-side--left {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.top-fv__result-side--right {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.top-fv__result-dec {
width: 2.5vw;
height: auto;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-fv__result {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: bold;
gap: 0.52vw;
margin-bottom: 0.42vw;
}
.top-fv__result-text {
font-size: 1.04vw;
color: var(--color-text);
letter-spacing: 0.1em;
}
.top-fv__count {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.top-fv__count-num {
font-size: 2.71vw;
line-height: 1;
}
.top-fv__count-unit {
font-size: 1.25vw;
font-weight: 900;
color: var(--color-text);
margin-left: 0.1vw;
}
.top-fv__count-text {
font-size: 1.25vw;
font-weight: 900;
color: var(--color-text);
margin-left: 0.21vw;
}
.top-fv__service-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.63vw;
list-style: none;
padding: 0;
margin: 0;
padding-bottom: 0.83vw;
}
.top-fv__service-item {
font-size: 0.73vw;
padding: 0.21vw 0.42vw;
border: 1px solid var(--color-text);
border-radius: 4px;
white-space: nowrap;
background-color: var(--color-white);
}
.top-fv__services {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0.42vw;
}
.top-fv__services--left {
margin-right: 0.42vw;
}
.top-fv__services--right {
margin-left: 0.42vw;
}
.top-fv__service-btn {
font-size: 0.73vw;
font-weight: bold;
color: var(--color-text);
background-color: #fff;
border: 1px solid var(--color-text);
padding: 0.42vw 0.83vw;
white-space: nowrap;
}
.top-fv__google {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 0.42vw;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.top-fv__google-label {
font-size: 0.73vw;
font-weight: bold;
color: var(--color-text);
}
.top-fv__google-score {
font-size: 1.04vw;
font-weight: 900;
color: var(--color-text);
}
.top-fv__google-stars {
font-size: 0.83vw;
color: #FFC107;
}
.top-fv__google-count {
font-size: 0.73vw;
color: #666;
}
.top-fv__google-count-num {
font-weight: bold;
}
.top-reason {
position: relative;
padding: 56px 0 56px;
background-color: var(--color-white);
overflow: hidden;
}
.top-reason .top-reason__deco-right {
position: absolute;
top: 543px;
right: -50px;
width: 156px;
height: auto;
opacity: 0.6;
}
.top-reason .inner {
position: relative;
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
z-index: 1;
}
.top-reason .top-reason__lead {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.8;
color: var(--color-text);
text-align: center;
margin-bottom: 56px;
padding: 0 16px;
}
.top-reason .top-reason__cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 40px;
margin-bottom: 56px;
}
.top-reason .top-reason__card-img {
width: 168px;
height: auto;
}
.top-reason .top-reason__card-img--pc {
display: block;
}
.top-reason .top-reason__card-img--sp {
display: none;
}
.top-reason .top-reason__pentagon {
position: relative;
margin-bottom: 56px;
max-width: 1000px;
margin-inline: auto;
}
.top-reason .top-reason__pentagon-left {
position: absolute;
left: -332px;
bottom: -200px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 140px;
height: auto;
z-index: 1;
}
.top-reason .top-reason__pentagon-center {
width: 100%;
height: auto;
z-index: 2;
}
.top-reason .top-reason__catch {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
text-align: center;
margin-bottom: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 16px;
}
.top-reason .top-reason__btn {
max-width: 400px;
margin-inline: auto;
}
.top-service {
position: relative;
padding: 56px 0;
overflow: hidden;
}
.top-service .top-service__deco-left {
position: absolute;
top: 200px;
left: -50px;
width: 156px;
height: auto;
opacity: 0.6;
}
.top-service .top-service__deco-right {
position: absolute;
top: 600px;
right: -50px;
width: 156px;
height: auto;
opacity: 0.6;
}
.top-service .inner {
position: relative;
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
z-index: 1;
}
.top-service .top-service__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 56px;
margin-bottom: 56px;
}
.top-service .top-service__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.top-service .top-service__img {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 540px;
}
.top-service .top-service__img-photo {
width: 100%;
height: auto;
border-radius: 8px;
}
.top-service .top-service__body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
}
.top-service .top-service__btn {
max-width: 336px;
margin-inline: 0;
margin-left: auto;
}
.top-service .top-service__title {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
margin-bottom: 24px;
line-height: 1.5;
}
.top-service .top-service__text {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
color: var(--color-text);
margin-bottom: 24px;
}
.top-service .top-service__tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
list-style: none;
padding: 0;
margin: 0 0 24px;
}
.top-service .top-service__tag {
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
color: var(--color-text);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.top-service .top-service__tag::before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/top/list-diamond.svg);
background-size: contain;
background-repeat: no-repeat;
translate: 0px 2px;
}
.top-service .top-service__tag--last::before {
display: none;
}
.top-service .top-service__logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 20px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-service a.top-service__logo:hover img {
opacity: 0.7;
}
.top-service .top-service__logo-img {
height: 50px;
width: auto;
}
.top-service .top-service__logo-text {
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
color: var(--color-text);
}
.top-service .top-service__owner {
background-color: var(--color-white);
border: 1px solid var(--color-text);
border-radius: 10px;
padding: 40px;
margin-bottom: 56px;
}
.top-service .top-service__owner-catch {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px;
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
text-align: center;
margin-bottom: 24px;
}
.top-service .top-service__owner-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.top-service .top-service__owner-images {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 500px;
}
.top-service .top-service__owner-img {
width: 100%;
height: auto;
border-radius: 8px;
}
.top-service .top-service__owner-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
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: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.top-service .top-service__owner-text {
width: 100%;
text-align: left;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
color: var(--color-text);
}
.top-cta {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/top/bg-rainbow.svg);
background-size: 150%;
background-position: center;
background-repeat: no-repeat;
background-position: center;
padding: 48px 0 36px;
max-width: 1200px;
margin-inline: auto;
}
.top-cta .top-cta__inner {
position: relative;
padding-top: 100px;
background-color: var(--color-white);
max-width: 1112px;
margin-inline: auto;
padding-bottom: 48px;
}
.top-cta .top-cta__header {
text-align: center;
border-radius: 16px 16px 0 0;
position: absolute;
top: -12px;
left: 0;
right: 0;
margin: auto;
}
.top-cta .top-cta__header-text {
font-size: 28px;
font-size: 2.8rem;
letter-spacing: 0.1em;
font-weight: bold;
background-color: var(--color-text);
color: #fff;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
margin-inline: auto;
padding: 12px 20px;
}
.top-cta .top-cta__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 991px;
margin-inline: auto;
margin-bottom: 32px;
padding: 0;
}
.top-cta .top-cta__tel {
text-align: center;
}
.top-cta .top-cta__tel-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-cta .top-cta__tel-link:hover {
opacity: 0.7;
}
.top-cta .top-cta__tel-icon {
width: 36px;
height: 36px;
}
.top-cta .top-cta__tel-number {
margin-bottom: 12px;
}
.top-cta .top-cta__tel-img {
width: auto;
width: 334px;
}
.top-cta .top-cta__tel-note {
font-size: 20px;
font-size: 2rem;
color: var(--color-text);
}
.top-cta .top-cta__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
}
.top-cta .top-cta__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
border: 2px solid var(--color-text);
text-decoration: none;
background-color: var(--color-white);
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
padding: 16px 28px;
border-radius: 4px;
width: 260px;
}
.top-cta .top-cta__btn:hover span {
color: #fff;
}
.top-cta .top-cta__btn:nth-of-type(1):hover {
background-color: #1A73B4;
border-color: #1A73B4;
}
.top-cta .top-cta__btn:nth-of-type(2):hover {
background-color: #3ACC00;
border-color: #3ACC00;
}
.top-cta .top-cta__btn-icon-wrap {
position: relative;
display: inline-block;
width: 48px;
height: 48px;
}
.top-cta .top-cta__btn-icon {
width: 48px;
height: 48px;
}
.top-cta .top-cta__btn-icon--hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-cta .top-cta__btn:hover .top-cta__btn-icon--hover {
opacity: 1;
}
.top-cta .top-cta__btn-arrow-wrap {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
}
.top-cta .top-cta__btn-arrow--hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-cta .top-cta__btn:hover .top-cta__btn-arrow--hover {
opacity: 1;
}
.top-cta .top-cta__btn-text {
font-size: 18px;
font-size: 1.8rem;
text-align: center;
font-weight: 900;
color: var(--color-text);
line-height: 1.2;
}
.top-cta .top-cta__btn-text-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.top-cta .top-cta__btn-arrow {
width: 16px;
height: 16px;
margin-left: auto;
}
.top-cta .top-cta__banners {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
max-width: 991px;
margin-inline: auto;
}
.top-cta .top-cta__banner-wrap {
position: relative;
}
.top-cta .top-cta__banner-shadow {
position: absolute;
top: 4px;
left: 4px;
width: 100%;
height: 100%;
background-color: var(--color-white);
border: 1px solid var(--color-text);
border-radius: 8px;
}
.top-cta .top-cta__banner-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
height: 130px;
padding: 16px 20px 20px 105px;
border-radius: 8px;
text-decoration: none;
color: var(--color-white);
position: relative;
border: 1px solid var(--color-text);
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.top-cta .top-cta__banner-wrap:hover .top-cta__banner-link {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
.top-cta .top-cta__banner-link--orange {
background-color: #ff5e32;
border: 2px solid #d04a22;
}
.top-cta .top-cta__banner-link--green {
background-color: #008829;
border: 2px solid #006b1f;
}
.top-cta .top-cta__banner-illust {
position: absolute;
bottom: -3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.top-cta .top-cta__banner-link--orange .top-cta__banner-illust {
left: 17px;
}
.top-cta .top-cta__banner-link--orange .top-cta__banner-illust-img {
width: 75px;
height: auto;
}
.top-cta .top-cta__banner-link--green .top-cta__banner-illust {
left: 33px;
bottom: 21px;
}
.top-cta .top-cta__banner-link--green .top-cta__banner-illust-img {
width: 76px;
height: auto;
}
.top-cta .top-cta__banner-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.top-cta .top-cta__banner-lead {
font-size: 16px;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.4;
}
.top-cta .top-cta__banner-lead strong {
font-size: 20px;
font-size: 2rem;
font-weight: 900;
}
.top-cta .top-cta__banner-detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
font-size: 16px;
font-size: 1.6rem;
font-weight: 500;
translate: 0px 4px;
}
.top-cta .top-cta__banner-free {
width: 48px;
height: auto;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-cta .top-cta__banner-keyword {
font-size: 22px;
font-size: 2.2rem;
font-weight: 700;
padding: 0px 8px;
background-color: var(--color-white);
color: var(--color-text);
border-radius: 4px;
}
.top-cta .top-cta__banner-link--orange .top-cta__banner-keyword {
color: #FF5E32;
}
.top-cta .top-cta__banner-link--green .top-cta__banner-keyword {
color: #008829;
}
.top-cta .top-cta__banner-arrow {
width: 41px;
height: 41px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-voice {
position: relative;
padding: 112px 0 56px;
background-color: var(--color-white);
overflow: hidden;
}
.top-voice .top-voice__deco-right {
position: absolute;
top: 400px;
right: -40px;
width: 156px;
height: auto;
opacity: 0.6;
}
.top-voice .top-voice__deco-left {
position: absolute;
bottom: 200px;
left: -20px;
width: 80px;
height: auto;
opacity: 0.6;
}
.top-voice .inner {
position: relative;
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
z-index: 1;
}
.top-voice .top-voice__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
-webkit-column-gap: 36px;
-moz-column-gap: 36px;
column-gap: 36px;
row-gap: 32px;
}
.top-voice .top-voice__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: var(--color-white);
padding: 24px;
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.top-voice .top-voice__hidden-wrap {
display: grid;
grid-template-rows: 0fr;
-webkit-transition: grid-template-rows 0.4s ease;
transition: grid-template-rows 0.4s ease;
transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
}
.top-voice .top-voice__hidden-wrap.is-open {
grid-template-rows: 1fr;
}
.top-voice .top-voice__hidden-inner {
overflow: hidden;
margin: 0 -12px -12px;
padding: 0 12px 12px;
}
.top-voice .top-voice__hidden-inner .top-voice__list {
padding-top: 32px;
}
.top-voice .top-voice__img {
width: 100%;
height: 193px;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 12px;
}
.top-voice .top-voice__body {
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-flex: 1;
-ms-flex: 1;
flex: 1;
}
.top-voice .top-voice__category {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
line-height: 1.5;
margin-bottom: 6px;
}
.top-voice .top-voice__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-bottom: 12px;
}
.top-voice .top-voice__area {
font-size: 20px;
font-size: 2rem;
font-weight: 500;
color: var(--color-text);
}
.top-voice .top-voice__name {
font-size: 20px;
font-size: 2rem;
font-weight: 500;
color: var(--color-text);
}
.top-voice .top-voice__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 64px;
}
.top-voice .top-voice__text {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
color: var(--color-text);
}
.top-voice .top-voice__works-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 8px;
margin-top: auto;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
border-bottom: 1px solid var(--color-text);
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
margin-left: auto;
padding-bottom: 4px;
}
.top-voice .top-voice__works-link:hover {
opacity: 0.7;
}
.top-voice .top-voice__works-text {
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
color: var(--color-text);
}
.top-voice .top-voice__works-icon {
width: 32px;
height: 32px;
}
.top-voice .top-voice__accordion {
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;
margin-top: 40px;
}
.top-voice .top-voice__accordion-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 28px;
padding: 0;
background: none;
border: none;
cursor: pointer;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-voice .top-voice__accordion-btn:hover {
opacity: 0.7;
}
.top-voice .top-voice__accordion-btn[aria-expanded=true] .top-voice__accordion-text--open {
display: none;
}
.top-voice .top-voice__accordion-btn[aria-expanded=true] .top-voice__accordion-text--close {
display: block;
}
.top-voice .top-voice__accordion-btn[aria-expanded=true] .top-voice__accordion-icon {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.top-voice .top-voice__accordion-text {
font-size: 20px;
font-size: 2rem;
font-weight: bold;
color: var(--color-text);
}
.top-voice .top-voice__accordion-text--close {
display: none;
}
.top-voice .top-voice__accordion-icon {
width: 32px;
height: 32px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top-voice .top-voice__accordion-line {
width: 350px;
height: auto;
margin-top: -16px;
}
.top-voice .top-voice__more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 46px;
margin-top: 56px;
}
.top-voice .top-voice__more-illust {
width: 551px;
height: auto;
}
.top-voice .top-voice__more-content {
text-align: center;
}
.top-voice .top-voice__more-text {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
line-height: 1.5;
letter-spacing: 0.06em;
margin-bottom: 20px;
}
.top-case {
position: relative;
padding: 56px 0 112px;
background-color: var(--color-white);
overflow: hidden;
}
.top-case .top-case__deco-right {
position: absolute;
top: 50%;
right: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 156px;
height: auto;
opacity: 0.6;
}
.top-case .inner {
position: relative;
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
z-index: 1;
}
.top-case .top-case__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 56px;
}
.top-case .top-case__item {
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-case .top-case__item:hover {
opacity: 0.8;
}
.top-case .top-case__link {
display: block;
text-decoration: none;
}
.top-case .top-case__img {
width: 100%;
height: auto;
aspect-ratio: 379/263;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 15px;
}
.top-case .top-case__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
}
.top-case .top-case__categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px;
}
.top-case .top-case__category {
display: inline-block;
font-size: 12px;
font-size: 1.2rem;
color: var(--color-text);
background-color: var(--color-grey);
border: 1px solid var(--color-text);
padding: 8px 10px;
line-height: 1;
}
.top-case .top-case__name {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
color: var(--color-text);
line-height: 1.6;
}
.top-case .top-case__tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 16px;
}
.top-case .top-case__tag {
font-size: 12px;
font-size: 1.2rem;
color: #808080;
}
.top-case .top-case__btn {
max-width: 400px;
margin-inline: auto;
}
.top-guide {
position: relative;
padding-top: 56px;
margin-top: 56px;
overflow: hidden;
}
.top-guide .top-guide__deco-left {
position: absolute;
top: 50%;
left: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 156px;
height: auto;
opacity: 0.6;
}
.top-guide .inner {
position: relative;
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
background-color: var(--color-grey);
padding: 56px 16px;
z-index: 1;
}
.top-guide .top-guide__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
-webkit-column-gap: 52px;
-moz-column-gap: 52px;
column-gap: 52px;
row-gap: 56px;
max-width: 1000px;
margin-inline: auto;
}
.top-guide .c-rainbow-btn {
color: var(--color-text);
}
.top-guide .c-rainbow-btn::before {
background-color: var(--color-white);
border: 2px solid var(--color-text);
}
.top-guide .c-rainbow-btn.top-guide__card {
padding: 20px 24px;
}
.top-guide .top-guide__card-icon {
width: 75px;
height: 75px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-guide .top-guide__card-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}
.top-guide .top-guide__card-label {
display: block;
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
color: var(--color-text);
line-height: 1.4;
margin-bottom: 4px;
}
.top-guide .top-guide__card-title {
display: block;
font-size: 24px;
font-size: 2.4rem;
font-weight: 900;
color: var(--color-text);
line-height: 1.2;
}
.top-guide .top-guide__card-text {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
color: var(--color-text);
line-height: 1.5;
text-align: center;
}
.top-guide .top-guide__card-text strong {
font-size: 20px;
font-size: 2rem;
font-weight: 900;
}
.top-guide .top-guide__card-arrow {
width: 30px;
height: 30px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-guide .c-rainbow-btn.top-guide__faq {
padding: 16px 20px;
}
.top-guide .top-guide__faq-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.top-guide .top-guide__faq-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
.top-guide .top-guide__faq-img {
width: 100%;
height: auto;
max-width: 406px;
margin-inline: auto;
}
.top-guide .top-guide__column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
margin-top: 10px;
}
.top-guide .top-guide__column-head {
padding: 0 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
.top-guide .top-guide__column-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 12px;
}
.top-guide .top-guide__column-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
padding: 20px 16px;
background-color: transparent;
text-decoration: none;
position: relative;
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.top-guide .top-guide__column-item::before {
content: "";
position: absolute;
inset: 0;
background-color: var(--color-white);
border: 2px solid var(--color-text);
border-radius: 5px;
z-index: 10;
}
.top-guide .top-guide__column-item::after {
content: "";
position: absolute;
right: -4px;
top: 4px;
margin: auto;
width: 100%;
height: 100%;
background: linear-gradient(95deg, #FE904E 1.6%, #FEEBB2 48.07%, #00B7C7 101.46%);
border-radius: 5px;
z-index: 5;
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.top-guide .top-guide__column-item:hover {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
.top-guide .top-guide__column-item:hover::after {
-webkit-transform: translate(-4px, -4px);
transform: translate(-4px, -4px);
}
.top-guide .top-guide__column-icon {
width: 35px;
height: 35px;
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
z-index: 30;
}
.top-guide .top-guide__column-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
color: var(--color-text);
line-height: 1.4;
text-align: center;
position: relative;
z-index: 30;
}
.top-guide .top-guide__column-text strong {
font-weight: 900;
}
.top-guide .top-guide__column-arrow {
width: 12px;
height: 12px;
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
z-index: 30;
}
.top-guide .top-guide__column-more {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 8px;
text-decoration: none;
border-bottom: 1px solid var(--color-text);
padding-bottom: 4px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
margin-inline: auto;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-guide .top-guide__column-more:hover {
opacity: 0.7;
}
.top-guide .top-guide__column-more-text {
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
color: var(--color-text);
}
.top-guide .top-guide__column-more-icon {
width: 30px;
height: 30px;
}
.top-guide .c-rainbow-btn.top-guide__banner-link {
padding: 8px 24px;
}
.top-guide .top-guide__banner-inner {
gap: 0px;
}
.top-guide .top-guide__banner-thumb {
width: 96px;
height: 127px;
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 4px;
-o-object-fit: cover;
object-fit: cover;
}
.top-guide .top-guide__banner-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 18px;
font-size: 1.8rem;
text-align: center;
font-weight: 500;
color: inherit;
line-height: 1.6;
}
.top-guide .top-guide__banner-text strong {
font-size: 18px;
font-size: 1.8rem;
font-weight: 900;
}
.top-guide .top-guide__banner-arrow {
width: 30px;
height: 30px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-company {
position: relative;
padding: 56px 0;
background-color: var(--color-white);
overflow: hidden;
}
.top-company .top-company__deco-right {
position: absolute;
top: 50%;
right: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 156px;
height: auto;
opacity: 0.6;
}
.top-company .inner {
position: relative;
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
z-index: 1;
}
.top-company .top-company__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 40px;
margin-bottom: 40px;
}
.top-company .top-company__logo {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-company .top-company__section-title {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
margin-bottom: 16px;
}
.top-company .top-company__logo-img {
width: 350px;
height: auto;
}
.top-company .top-company__body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.top-company .top-company__text {
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
color: var(--color-text);
line-height: 1.5;
margin-bottom: 20px;
}
.top-company .top-company__area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 8px;
}
.top-company .top-company__area-title {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
color: #1a1a1a;
}
.top-company .top-company__area-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 16px;
list-style: none;
padding: 0;
margin: 0;
}
.top-company .top-company__area-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
color: #1a1a1a;
}
.top-company .top-company__area-icon {
width: 12px;
height: 10px;
}
.top-company .top-company__note {
font-size: 16px;
font-size: 1.6rem;
color: #1a1a1a;
}
.top-company .top-company__btn {
max-width: 336px;
margin-left: auto;
}
.top-staff-news {
margin-bottom: 128px;
}
.top-staff-news .inner {
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
}
.top-staff {
margin-bottom: 56px;
}
.top-staff .top-staff__title {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
margin-bottom: 24px;
}
.top-staff .top-staff__banner {
display: block;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-staff .top-staff__banner:hover {
opacity: 0.7;
}
.top-staff .top-staff__banner-img {
width: 100%;
height: auto;
}
.top-staff .top-staff__banner-img--pc {
display: block;
}
.top-staff .top-staff__banner-img--sp {
display: none;
}
.top-news .top-news__title {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
margin-bottom: 24px;
line-height: 1.4;
}
.top-news .top-news__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
margin-bottom: 40px;
}
.top-news .top-news__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-news .top-news__link:hover {
opacity: 0.7;
}
.top-news .top-news__img-wrapper {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 150px;
height: 123px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f0f0f0;
}
.top-news .top-news__img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.top-news .top-news__body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.top-news .top-news__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
margin-bottom: 16px;
}
.top-news .top-news__date {
font-size: 14px;
font-size: 1.4rem;
color: var(--color-text);
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-news .top-news__categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
line-height: 1.2;
}
.top-news .top-news__category {
font-size: 12px;
font-size: 1.2rem;
padding: 8px 10px;
line-height: 1;
background-color: var(--color-grey);
border: 1px solid var(--color-text);
margin-right: 10px;
}
.top-news .top-news__name {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
color: var(--color-text);
line-height: 1.6;
margin-top: 1em;
}
.top-news .top-news__btn {
max-width: 400px;
margin-inline: auto;
}
.top-footer-cta {
padding: 20px 0;
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/top/bg-rainbow.svg);
background-size: 120%;
background-position: center;
}
.top-footer-cta .inner {
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
}
.top-footer-cta .top-footer-cta__grid {
display: grid;
grid-template-columns: 555px 305px 305px;
gap: 16px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.top-footer-cta .top-footer-cta__card {
background-color: var(--color-white);
border-radius: 5px;
padding: 24px;
text-align: center;
}
.top-footer-cta .top-footer-cta__card--contact {
padding: 24px 32px;
}
.top-footer-cta .top-footer-cta__card-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 8px;
margin-bottom: 16px;
}
.top-footer-cta .top-footer-cta__badge-img {
width: 49px;
height: auto;
}
.top-footer-cta .top-footer-cta__card-title {
font-size: 20px;
font-size: 2rem;
font-weight: bold;
color: var(--color-text);
letter-spacing: 2px;
}
.top-footer-cta .top-footer-cta__card-desc {
font-size: 16px;
font-size: 1.6rem;
color: #1a1a1a;
line-height: 1.4;
margin-bottom: 16px;
}
.top-footer-cta .top-footer-cta__tel {
margin-bottom: 8px;
}
.top-footer-cta .top-footer-cta__tel-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 8px;
text-decoration: none;
}
.top-footer-cta .top-footer-cta__tel-icon {
width: 35px;
height: auto;
}
.top-footer-cta .top-footer-cta__tel-number {
height: 50px;
width: auto;
}
.top-footer-cta .top-footer-cta__tel-note {
font-size: 20px;
font-size: 2rem;
color: var(--color-text);
margin-bottom: 16px;
}
.top-footer-cta .top-footer-cta__btns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 16px;
}
.top-footer-cta .top-footer-cta__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
padding: 16px 24px;
background-color: var(--color-white);
border: 2px solid var(--color-text);
border-radius: 4px;
text-decoration: none;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-footer-cta .top-footer-cta__btn:hover .top-footer-cta__btn-text {
color: #fff;
}
.top-footer-cta .top-footer-cta__btn--mail:hover {
background-color: #1A73B4;
border-color: #1A73B4;
}
.top-footer-cta .top-footer-cta__btn--line:hover {
background-color: #3ACC00;
border-color: #3ACC00;
}
.top-footer-cta .top-footer-cta__btn-icon-wrap {
position: relative;
display: inline-block;
width: 39px;
height: 39px;
overflow: hidden;
}
.top-footer-cta .top-footer-cta__btn-icon {
width: 39px;
height: auto;
display: block;
}
.top-footer-cta .top-footer-cta__btn-icon--hover {
position: absolute !important;
left: 0 !important;
top: 0 !important;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-footer-cta .top-footer-cta__btn:hover .top-footer-cta__btn-icon--hover {
opacity: 1;
}
.top-footer-cta .top-footer-cta__btn-arrow-wrap {
position: relative;
display: inline-block;
width: 16px;
height: 18px;
overflow: hidden;
}
.top-footer-cta .top-footer-cta__btn-arrow {
width: 14px;
height: auto;
display: block;
}
.top-footer-cta .top-footer-cta__btn-arrow--hover {
position: absolute !important;
left: 0 !important;
top: 0 !important;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.top-footer-cta .top-footer-cta__btn:hover .top-footer-cta__btn-arrow--hover {
opacity: 1;
}
.top-footer-cta .top-footer-cta__btn-text {
font-size: 18px;
font-size: 1.8rem;
font-weight: 900;
color: var(--color-text);
line-height: 1.2;
text-align: center;
}
.top-footer-cta .top-footer-cta__card-note {
font-size: 16px;
font-size: 1.6rem;
color: #1a1a1a;
line-height: 1.4;
}
.top-footer-cta .top-footer-cta__card-img-wrapper {
margin-bottom: 16px;
}
.top-footer-cta .top-footer-cta__card-img {
width: 100%;
height: auto;
max-width: 256px;
border-radius: 5px;
}
.top-footer-cta .top-footer-cta__card-desc-small {
font-size: 16px;
font-size: 1.6rem;
color: #1a1a1a;
line-height: 1.4;
margin-bottom: 16px;
}
.top-footer-cta .top-footer-cta__action-wrap {
position: relative;
width: 100%;
}
.top-footer-cta .top-footer-cta__action-shadow {
position: absolute;
top: 4px;
left: 4px;
width: 100%;
height: 100%;
background-color: var(--color-white);
border: 1px solid var(--color-text);
border-radius: 4px;
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.top-footer-cta .top-footer-cta__action-btn {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 12px 24px;
font-size: 20px;
font-size: 2rem;
font-weight: 900;
color: var(--color-white);
text-decoration: none;
border-radius: 4px;
border: 1px solid var(--color-text);
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.top-footer-cta .top-footer-cta__action-wrap:hover .top-footer-cta__action-btn {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
.top-footer-cta .top-footer-cta__action-btn--orange {
background-color: #ff5e32;
}
.top-footer-cta .top-footer-cta__action-btn--green {
background-color: #008829;
}
.top-footer-cta .top-footer-cta__action-arrow {
width: 24px;
height: auto;
}
.top-footer-recruit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 60px;
padding: 24px 0;
background-color: var(--color-grey);
}
.top-footer-recruit .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 40px;
width: var(--content-width);
max-width: var(--content-max-width);
margin: 0 auto;
}
.top-footer-recruit .top-footer-recruit__head-icon {
display: block;
width: 24px;
height: 24px;
margin-inline: auto;
margin-bottom: 16px;
}
.top-footer-recruit .top-footer-recruit__title {
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
color: var(--color-text);
text-align: center;
line-height: 1.5;
}
.top-footer-recruit .top-footer-recruit__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
list-style: none;
padding-left: 0;
margin: 0;
}
.top-footer-recruit .top-footer-recruit__item {
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;
gap: 8px;
width: 28%;
}
.top-footer-recruit .top-footer-recruit__icon {
width: 100%;
}
.top-footer-recruit .top-footer-recruit__text {
font-size: 16px;
font-size: 1.6rem;
font-weight: 700;
color: var(--color-text);
text-align: center;
line-height: 1.4;
}
.top-footer-recruit .top-footer-recruit__btn {
-ms-flex-negative: 0;
flex-shrink: 0;
min-width: 212px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
.top-fv {
min-height: 488px;
padding: 120px 0 19px;
}
.top-fv__bg--left {
left: -137px;
top: 37px;
width: 498px;
}
.top-fv__bg--right {
right: -52px;
top: -51px;
width: 443px;
}
.top-fv__inner {
min-height: 312px;
width: 750px;
padding: 0 10px;
}
.top-fv__hexagon--1 {
left: -148px;
top: -24px;
}
.top-fv__hexagon--2 {
left: -108px;
bottom: -55px;
}
.top-fv__hexagon--3 {
right: -198px;
top: 43px;
}
.top-fv__hexagon--1 .top-fv__hexagon-img {
width: 240px;
}
.top-fv__hexagon--2 .top-fv__hexagon-img {
width: 244px;
}
.top-fv__hexagon--3 .top-fv__hexagon-img {
width: 325px;
}
.top-fv__center {
padding: 0 10px;
}
.top-fv__copy {
font-size: 19px;
margin-bottom: 10px;
}
.top-fv__copy-line {
bottom: -3px;
}
.top-fv__catch {
font-size: 29px;
margin-bottom: 25px;
}
.top-fv__result-wrap {
gap: 12px;
margin-bottom: 5px;
}
.top-fv__result-dec {
width: 30px;
}
.top-fv__result {
gap: 6px;
margin-bottom: 5px;
}
.top-fv__result-text {
font-size: 12px;
}
.top-fv__count-num {
font-size: 33px;
}
.top-fv__count-unit {
font-size: 15px;
margin-left: 1px;
}
.top-fv__count-text {
font-size: 15px;
margin-left: 3px;
}
.top-fv__service-list {
gap: 8px;
padding-bottom: 10px;
}
.top-fv__service-item {
font-size: 9px;
padding: 3px 5px;
}
.top-fv__services {
gap: 5px;
}
.top-fv__services--left {
margin-right: 5px;
}
.top-fv__services--right {
margin-left: 5px;
}
.top-fv__service-btn {
font-size: 9px;
padding: 5px 10px;
}
.top-fv__google {
gap: 5px;
}
.top-fv__google-label {
font-size: 9px;
}
.top-fv__google-score {
font-size: 12px;
}
.top-fv__google-stars {
font-size: 10px;
}
.top-fv__google-count {
font-size: 9px;
}
}
@media screen and (max-width: 767px) {
.top-fv {
display: none;
}
.top-fv__bg--left {
width: 180px;
top: -30px;
left: -40px;
}
.top-fv__bg--right {
width: 160px;
top: -20px;
right: -30px;
}
.top-fv__inner {
min-height: auto;
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;
gap: 16px;
}
.top-fv__hexagon {
position: relative;
-webkit-transform: none;
transform: none;
left: auto;
right: auto;
top: auto;
bottom: auto;
}
.top-fv__hexagon--1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.top-fv__hexagon--2 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.top-fv__hexagon--3 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.top-fv__hexagon--1 .top-fv__hexagon-img,
.top-fv__hexagon--2 .top-fv__hexagon-img,
.top-fv__hexagon--3 .top-fv__hexagon-img {
width: 260px;
max-width: 100%;
}
.top-fv__hexagon .top-fv__hexagon-img--b {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.top-fv__center {
position: relative;
left: auto;
top: auto;
-webkit-transform: none;
transform: none;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding: 16px 0;
max-width: 100%;
}
.top-fv__copy {
font-size: 16px;
margin-bottom: 12px;
}
.top-fv__copy-line {
bottom: -2px;
width: 90%;
}
.top-fv__catch {
font-size: 24px;
margin-bottom: 16px;
}
.top-fv__result {
margin-bottom: 16px;
}
.top-fv__result-text {
font-size: 14px;
}
.top-fv__count-num {
font-size: 36px;
}
.top-fv__count-unit {
font-size: 18px;
}
.top-fv__count-text {
font-size: 18px;
}
.top-fv__service-list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
}
.top-fv__service-item {
font-size: 12px;
padding: 6px 12px;
}
.top-fv__service-item + .top-fv__service-item {
border-left: 1px solid var(--color-text);
}
.top-fv__result-wrap {
gap: 0;
}
.top-fv__result {
padding: 0;
margin-bottom: 12px;
}
.top-fv__services--sp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 8px;
margin-bottom: 16px;
}
.top-fv__service-btn {
font-size: 12px;
padding: 6px 12px;
}
.top-fv__google {
gap: 6px;
}
.top-fv__google-label {
font-size: 12px;
}
.top-fv__google-score {
font-size: 16px;
}
.top-fv__google-stars {
font-size: 14px;
}
.top-fv__google-count {
font-size: 12px;
}
.top-reason {
padding: 60px 0;
}
.top-reason .inner {
padding: 0 16px;
}
.top-reason .top-reason__lead {
font-size: 18px;
line-height: 1.8;
text-align: left;
margin-bottom: 26px;
padding: 0;
}
.top-reason .top-reason__cards {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
margin-bottom: 40px;
padding: 0 16px;
}
.top-reason .top-reason__card-img {
width: 100%;
height: auto;
}
.top-reason .top-reason__card-img--pc {
display: none;
}
.top-reason .top-reason__card-img--sp {
display: block;
}
.top-reason .top-reason__catch {
font-size: 20px;
margin-bottom: 24px;
line-height: 1.5;
gap: 0;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 0 14px;
}
.top-reason .top-reason__pentagon {
margin-bottom: 30px;
}
.top-reason .top-reason__pentagon-left,
.top-reason .top-reason__pentagon-right {
display: none;
}
.top-reason .top-reason__deco-left {
display: none;
}
.top-reason .top-reason__deco-right {
display: none;
}
.top-reason .top-reason__btn {
max-width: 89%;
}
.top-service {
padding: 0 16px 0;
}
.top-service .top-service__deco-left,
.top-service .top-service__deco-right {
display: none;
}
.top-service .top-service__list {
gap: 30px;
margin-bottom: 40px;
}
.top-service .top-service__item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.top-service .top-service__img {
width: 100%;
}
.top-service .top-service__title {
font-size: 24px;
margin-bottom: 14px;
}
.top-service .top-service__text {
font-size: 16px;
margin-bottom: 20px;
}
.top-service .top-service__tags {
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
row-gap: 4px;
margin-bottom: 16px;
}
.top-service .br-sp {
width: 100%;
}
.top-service .top-service__tag {
font-size: 16px;
}
.top-service .top-service__logo {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 20px;
margin-bottom: 30px;
}
.top-service .top-service__logo-img {
height: 46px;
}
.top-service .top-service__logo-text {
font-size: 14px;
}
.top-service .top-service__owner {
padding: 20px 12px;
margin-bottom: 60px;
}
.top-service .top-service__owner-catch {
font-size: 20px;
margin-bottom: 10px;
gap: 8px;
line-height: 1.5;
}
.top-service .top-service__owner-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 12px;
}
.top-service .top-service__owner-images {
width: 100%;
}
.top-service .top-service__owner-text {
font-size: 16px;
margin-bottom: 16px;
}
.top-service .top-service__btn {
max-width: 95%;
margin-inline: auto;
}
.top-cta {
padding: 32px 12px 24px;
background-size: 300%;
margin: 0 16px;
}
.top-cta .top-cta__inner {
padding-top: 40px;
padding-bottom: 24px;
border-radius: 4px;
}
.top-cta .top-cta__header {
padding: 0;
top: -16px;
}
.top-cta .top-cta__header-text {
font-size: 3.5vw;
padding: 8px 12px;
}
.top-cta .top-cta__body {
padding: 16px 4px 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 20px;
}
.top-cta .top-cta__tel {
margin-bottom: 20px;
margin-inline: auto;
}
.top-cta .top-cta__tel-link {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.top-cta .top-cta__tel-icon {
width: 32px;
height: 32px;
}
.top-cta .top-cta__tel-number {
margin-bottom: 4px;
}
.top-cta .top-cta__tel-img {
width: auto;
height: 36px;
}
.top-cta .top-cta__tel-note {
font-size: 14px;
}
.top-cta .top-cta__buttons {
width: 100%;
gap: 4px;
}
.top-cta .top-cta__btn {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 6px 1%;
border-radius: 6px;
gap: 8px;
}
.top-cta .top-cta__btn-icon-wrap {
padding: inherit;
width: auto;
height: auto;
}
.top-cta .top-cta__btn-icon {
width: 34px;
height: 34px;
}
.top-cta .top-cta__btn-text {
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 14px;
text-align: center;
}
.top-cta .top-cta__btn-text-inner {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
}
.top-cta .top-cta__banners {
grid-template-columns: 1fr;
gap: 16px;
padding: 0 4px;
}
.top-cta .top-cta__banner-wrap {
overflow: visible;
}
.top-cta .top-cta__banner-link {
height: auto;
min-height: 80px;
padding: 12px 36px 12px 60px;
gap: 8px;
}
.top-cta .top-cta__banner-link--orange .top-cta__banner-illust {
left: 10px;
}
.top-cta .top-cta__banner-link--orange .top-cta__banner-illust-img {
width: 44px;
}
.top-cta .top-cta__banner-link--green .top-cta__banner-illust {
left: 16px;
bottom: 13px;
}
.top-cta .top-cta__banner-link--green .top-cta__banner-illust-img {
width: 44px;
}
.top-cta .top-cta__banner-lead {
font-size: 13px;
line-height: 1.3;
}
.top-cta .top-cta__banner-lead strong {
font-size: 3.5vw;
}
.top-cta .top-cta__banner-body {
gap: 8px;
}
.top-cta .top-cta__banner-detail {
font-size: 12px;
gap: 4px;
}
.top-cta .top-cta__banner-free {
width: 34px;
}
.top-cta .top-cta__banner-keyword {
font-size: 4vw;
padding: 1px 6px;
}
.top-cta .top-cta__banner-arrow {
position: absolute;
right: 16px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 23px;
height: 23px;
}
.top-voice {
padding-top: 60px;
}
.top-voice .top-voice__deco-right,
.top-voice .top-voice__deco-left {
display: none;
}
.top-voice .top-voice__list {
grid-template-columns: 1fr;
gap: 20px;
padding: 0 16px;
}
.top-voice .top-voice__hidden-inner .top-voice__list {
padding-top: 20px;
}
.top-voice .top-voice__item {
padding: 14px;
}
.top-voice .top-voice__img {
height: 128px;
margin-bottom: 16px;
}
.top-voice .top-voice__category {
font-size: 16px;
margin-bottom: 4px;
}
.top-voice .top-voice__meta {
gap: 12px;
margin-bottom: 8px;
}
.top-voice .top-voice__area {
font-size: 14px;
}
.top-voice .top-voice__name {
font-size: 14px;
}
.top-voice .top-voice__text {
font-size: 16px;
line-height: 1.5;
}
.top-voice .top-voice__works-text {
font-size: 16px;
}
.top-voice .top-voice__works-icon {
width: 32px;
height: 32px;
}
.top-voice .top-voice__accordion {
margin-top: 24px;
}
.top-voice .top-voice__accordion-btn {
gap: 16px;
}
.top-voice .top-voice__accordion-text {
font-size: 16px;
}
.top-voice .top-voice__accordion-icon {
width: 28px;
height: 28px;
}
.top-voice .top-voice__accordion-line {
width: 280px;
margin-top: -12px;
}
.top-voice .top-voice__more {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
margin-top: 40px;
padding-top: 40px;
}
.top-voice .top-voice__more-illust {
width: 100%;
max-width: 320px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.top-voice .top-voice__more-content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.top-voice .top-voice__more-text {
font-size: 20px;
margin-bottom: 20px;
}
.top-case {
padding: 0 0 60px;
}
.top-case .top-case__deco-right {
display: none;
}
.top-case .top-case__list {
grid-template-columns: 1fr;
gap: 20px;
margin-bottom: 40px;
padding: 0 16px;
}
.top-case .top-case__img {
margin-bottom: 12px;
}
.top-case .top-case__body {
gap: 12px;
}
.top-case .top-case__categories {
gap: 12px;
}
.top-case .top-case__category {
font-size: 12px;
padding: 8px;
}
.top-case .top-case__name {
font-size: 18px;
}
.top-case .top-case__tags {
gap: 16px;
}
.top-case .top-case__btn {
max-width: 89%;
}
.top-guide {
padding: 0 0 60px;
}
.top-guide .top-guide__deco-left {
display: none;
}
.top-guide .top-guide__grid {
grid-template-columns: 1fr;
gap: 20px;
}
.top-guide .c-rainbow-btn.top-guide__card {
padding: 16px;
}
.top-guide .c-rainbow-btn .c-rainbow-btn__text {
gap: 12px;
}
.top-guide .top-guide__card-icon {
width: 50px;
height: 50px;
}
.top-guide .top-guide__card-label {
font-size: 16px;
}
.top-guide .top-guide__card-title {
font-size: 24px;
}
.top-guide .top-guide__card-text {
font-size: 16px;
text-align: left;
}
.top-guide .top-guide__card-text strong {
font-size: 16px;
}
.top-guide .top-guide__card-arrow {
width: 24px;
height: 24px;
}
.top-guide .c-rainbow-btn.top-guide__faq {
padding: 16px;
}
.top-guide .top-guide__faq-head {
gap: 0px;
}
.top-guide .top-guide__column {
gap: 12px;
}
.top-guide .top-guide__column-head {
gap: 12px;
padding: 0;
}
.top-guide .top-guide__column-list {
gap: 20px;
}
.top-guide .top-guide__column-item {
padding: 12px 16px;
gap: 8px;
}
.top-guide .top-guide__column-icon {
width: 28px;
height: 28px;
}
.top-guide .top-guide__column-text {
font-size: 14px;
text-align: center;
}
.top-guide .top-guide__column-text strong {
font-size: 16px;
}
.top-guide .top-guide__column-arrow {
width: 12px;
height: 12px;
}
.top-guide .top-guide__column-more-text {
font-size: 14px;
}
.top-guide .top-guide__column-more-icon {
width: 26px;
height: 26px;
}
.top-guide .top-guide__faq-img {
margin-top: 12px;
}
.top-guide .c-rainbow-btn.top-guide__banner-link {
padding: 12px 16px;
}
.top-guide .top-guide__banner-inner {
gap: 12px;
}
.top-guide .top-guide__banner-thumb {
width: 76px;
height: 102px;
}
.top-guide .top-guide__banner-text {
font-size: 16px;
}
.top-guide .top-guide__banner-text strong {
font-size: 22px;
}
.top-guide .top-guide__banner-arrow {
width: 24px;
height: 24px;
}
.top-company {
padding: 0 0 60px;
}
.top-company .top-company__deco-right {
display: none;
}
.top-company .top-company__content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
margin-bottom: 32px;
padding: 0 16px;
}
.top-company .top-company__logo {
width: 100%;
}
.top-company .top-company__section-title {
font-size: 24px;
margin-bottom: 16px;
}
.top-company .top-company__logo-img {
width: 100%;
max-width: 90%;
margin-inline: auto;
}
.top-company .top-company__text {
font-size: 16px;
}
.top-company .top-company__area {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 4px;
}
.top-company .top-company__area-title {
font-size: 16px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.top-company .top-company__area-list {
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
row-gap: 4px;
}
.top-company .top-company__area-item {
font-size: 16px;
}
.top-company .top-company__note {
font-size: 16px;
}
.top-company .top-company__btn {
margin-right: auto;
max-width: 89%;
}
.top-staff-news {
margin-bottom: 0;
padding: 0 16px 60px;
}
.top-staff {
margin-bottom: 60px;
}
.top-staff .top-staff__title {
font-size: 24px;
margin-bottom: 10px;
}
.top-staff .top-staff__banner-img--pc {
display: none;
}
.top-staff .top-staff__banner-img--sp {
display: block;
}
.top-news .top-news__title {
font-size: 24px;
margin-bottom: 10px;
}
.top-news .top-news__list {
grid-template-columns: 1fr;
gap: 20px;
margin-bottom: 32px;
}
.top-news .top-news__link {
gap: 12px;
}
.top-news .top-news__img-wrapper {
width: 100px;
height: 100px;
}
.top-news .top-news__meta {
gap: 8px;
margin-bottom: 0;
}
.top-news .top-news__date {
font-size: 12px;
}
.top-news .top-news__category {
font-size: 12px;
padding: 8px 8px;
}
.top-news .top-news__name {
margin-top: 10px;
}
.top-footer-cta {
padding: 20px 16px;
background-size: 570%;
}
.top-footer-cta .top-footer-cta__grid {
grid-template-columns: 1fr;
gap: 24px;
}
.top-footer-cta .top-footer-cta__card {
padding: 20px 16px;
}
.top-footer-cta .top-footer-cta__card--contact {
padding: 24px 12px;
}
.top-footer-cta .top-footer-cta__card-head {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
margin-bottom: 12px;
}
.top-footer-cta .top-footer-cta__badge-img {
width: 40px;
}
.top-footer-cta .top-footer-cta__card-title {
font-size: 24px;
letter-spacing: 1px;
}
.top-footer-cta .top-footer-cta__card-img-wrapper {
margin-bottom: 12px;
}
.top-footer-cta .top-footer-cta__card-img {
max-width: 100%;
}
.top-footer-cta .top-footer-cta__card-desc {
font-size: 16px;
margin-bottom: 20px;
}
.top-footer-cta .top-footer-cta__tel-number {
height: 40px;
}
.top-footer-cta .top-footer-cta__tel-note {
font-size: 16px;
margin-bottom: 20px;
}
.top-footer-cta .top-footer-cta__btns {
gap: 16px;
}
.top-footer-cta .top-footer-cta__btn {
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px;
gap: 6px;
}
.top-footer-cta .top-footer-cta__btn-text {
font-size: 14px;
}
.top-footer-cta .top-footer-cta__card-note {
font-size: 16px;
}
.top-footer-cta .top-footer-cta__card-desc-small {
font-size: 16px;
margin-bottom: 12px;
}
.top-footer-cta .top-footer-cta__action-btn {
font-size: 18px;
padding: 10px 20px;
}
.top-footer-recruit {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
padding: 40px 16px;
}
.top-footer-recruit .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.top-footer-recruit .top-footer-recruit__head-icon {
width: 20px;
height: 20px;
margin-bottom: 12px;
}
.top-footer-recruit .top-footer-recruit__title {
font-size: 18px;
text-align: center;
}
.top-footer-recruit .top-footer-recruit__list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 16px;
}
.top-footer-recruit .top-footer-recruit__text {
font-size: 14px;
}
.top-footer-recruit__btn {
width: 70%;
}
}
.u-oswald {
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
}
.u-max-w-420 {
max-width: 420px !important;
}
.u-max-w-400 {
max-width: 400px !important;
}
.u-margin-inline-auto {
margin-inline: auto !important;
}
.u-contents {
width: var(--u-content-width);
margin: 0 auto;
padding: 112px 0 120px;
}
.u-contents > :first-child {
margin-top: 0 !important;
}
.u-contents > :last-child {
margin-bottom: 0 !important;
}
.post-type-archive-voices .u-contents {
padding: 56px 0 120px;
}
@media screen and (max-width: 767px) {
#wrapper {
background: #fff;
}
.u-contents {
padding: 90px 0 80px;
}
} a:hover {
cursor: pointer;
}
ul.list_toc ul.list_toc-chird {
margin-top: 8px;
margin-bottom: 20px;
}
ul.list_toc ul.list_toc-chird li::before {
content: none;
}
.u-contents > h2:first-of-type {
padding-top: 0;
}
@media screen and (max-width: 767px) {
.u-contents > h2:before {
top: -40px;
}
} .works-links .works-links-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.works-links .works-links-wrap ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
.works-links .works-links-wrap ul li {
list-style: none;
}
.works-links .works-links-wrap ul li::before {
content: none;
}
.works-links .w-cat li a {
padding: 3px 10px;
border: 1px solid #282828;
background-color: #FFF7DD;
margin-right: 10px;
text-decoration: none;
}
.works-links .w-cat li a.active, .works-links .w-cat li a:hover {
background-color: var(--color-accent);
color: #fff;
border-color: var(--color-accent);
}
.works-links .w-tag {
margin-top: 20px;
}
.works-links .w-tag a {
margin-right: 10px;
}
.works-links .w-tag a.active, .works-links .w-tag a:hover {
color: var(--color-accent);
}
@media screen and (max-width: 767px) {
.works-links .works-links-wrap ul {
-webkit-box-pack: initial;
-ms-flex-pack: initial;
justify-content: initial;
gap: 10px 8px;
margin-top: 0;
}
}
.works-list {
margin-top: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 2%;
}
.works-list .box {
width: 32%;
margin-bottom: 40px;
}
.works-list .box a {
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.works-list .box a:hover {
opacity: 0.8;
}
.works-list .box img {
width: 100%;
height: auto;
aspect-ratio: 4/3;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.works-list .box h2 {
margin: 10px 0 0;
text-align: left;
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.5;
color: var(--color-text);
text-decoration: none;
}
.works-list .box h2::before {
content: none;
}
.works-list .box .cat-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.works-list .box .cat-wrap .works-cats {
margin-top: 8px;
font-size: 12px;
font-size: 1.2rem;
padding: 8px 10px;
line-height: 1;
background-color: #F4F4F4;
border: 1px solid #282828;
margin-right: 10px;
}
.works-list .box .cat-wrap .works-tags {
margin-top: 8px;
font-size: 12px;
font-size: 1.2rem;
line-height: 1;
margin-right: 10px;
color: #808080;
}
@media screen and (max-width: 767px) {
.works-list {
gap: 4%;
}
.works-list .box {
width: 48%;
margin-bottom: 40px;
}
.works-list .box h2 {
font-size: 16px;
font-size: 1.6rem;
}
}
.works-before-after-wrap {
padding-bottom: 24px;
}
.works-before-after {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 56px 0 0;
}
.works-before-after.after-only {
margin-top: 24px;
}
.works-before-after .w-before {
width: 32%;
}
.works-before-after .w-before .image-wrap {
position: relative;
width: 320px;
height: 240px;
overflow: hidden;
}
.works-before-after .w-before .image-wrap img.w-image {
position: absolute;
height: 100%;
width: auto;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.works-before-after .w-before .image-wrap span {
content: "BEFORE";
position: absolute;
top: 0;
left: 0;
width: 108px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
background-color: #1A73B4;
font-size: 18px;
z-index: 10;
}
.works-before-after .w-before .image-wrap p {
margin-top: 5px;
}
.works-before-after .w-before .image-wrap img.popup {
position: absolute;
bottom: 0;
right: 0;
width: 40px;
height: 40px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
z-index: 10;
}
.works-before-after .w-before p {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
margin-top: 16px;
}
.works-before-after .w-after {
width: 65%;
}
.works-before-after .w-after .image-wrap {
position: relative;
width: 650px;
height: 487px;
overflow: hidden;
}
.works-before-after .w-after .image-wrap img.w-image {
position: absolute;
height: 100%;
width: auto;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.works-before-after .w-after .image-wrap span {
content: "AFTER";
position: absolute;
top: 0;
left: 0;
width: 136px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
background-color: var(--color-accent);
font-size: 20px;
z-index: 10;
}
.works-before-after .w-after .image-wrap img.popup {
position: absolute;
bottom: 0;
right: 0;
width: 40px;
height: 40px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
z-index: 10;
}
.works-before-after .w-after p {
margin-top: 5px;
}
.worksVoicesTable01 {
width: 100%;
}
.free-comment {
padding: 30px;
background-color: #F4F4F4;
margin-top: 40px;
}
.free-comment .title {
font-size: 24px;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.5;
color: var(--color-text);
text-align: center;
margin-top: 0;
}
.free-comment .comment {
font-size: 16px;
font-size: 1.6rem;
line-height: 2;
color: var(--color-text);
text-align: left;
margin-top: 24px;
}
.gallery-wrap h2::before {
top: -60px;
}
.worksGal {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
.worksGal li {
list-style-type: none;
margin: 0 0 20px;
text-indent: 0;
}
.worksGal li::before {
content: none;
}
.worksGal li .image-wrap {
position: relative;
width: 320px;
height: 240px;
overflow: hidden;
}
.worksGal li .image-wrap a.op {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.worksGal li .image-wrap a.op img {
position: absolute;
height: 100%;
width: auto;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.worksGal li .image-wrap img.w-image {
position: absolute;
height: 100%;
width: auto;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.worksGal li .image-wrap img.popup {
position: absolute;
bottom: 0;
right: 0;
width: 30px;
height: 30px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
z-index: 10;
pointer-events: none;
}
@media screen and (max-width: 767px) {
.works-before-after .w-before .image-wrap,
.works-before-after .w-after .image-wrap {
width: 100%;
height: auto;
aspect-ratio: 4/3;
}
.works-before-after .w-before .image-wrap span,
.works-before-after .w-after .image-wrap span {
font-size: 14px;
font-size: 1.4rem;
width: 80px;
height: 30px;
}
.works-before-after .w-before .image-wrap img.popup,
.works-before-after .w-after .image-wrap img.popup {
width: 20px;
height: 20px;
}
.works-before-after .w-before p,
.works-before-after .w-after p {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
}
.works-before-after .w-before .image-wrap span {
font-size: 12px;
font-size: 1.2rem;
width: 60px;
height: 20px;
}
.free-comment {
padding: 8% 4%;
}
.free-comment .title {
font-size: 20px;
font-size: 2rem;
font-weight: 700;
}
.free-comment .comment {
margin-top: 20px;
}
.gallery-wrap h2 {
margin-top: 97px;
}
.gallery-wrap h2::before {
top: -37px;
}
.worksGal {
gap: 4%;
}
.worksGal li {
width: 48%;
display: block;
}
.worksGal li .image-wrap {
width: 100%;
height: auto;
aspect-ratio: 4/3;
}
.worksGal li .image-wrap img.popup {
width: 20px;
height: 20px;
}
.worksGal li .galCap {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
}
.worksVoicesTable01 tbody tr:nth-of-type(1) th {
border-top: none !important;
}
}
.voice-box-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 4%;
}
.voice-box-wrap .voice-box {
margin-bottom: 96px;
width: 48%;
}
.voice-box-wrap .voice-box .title {
font-size: 16px;
font-size: 1.6rem;
font-weight: 700;
background-color: #F4F4F4;
padding: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 0;
}
.voice-box-wrap .voice-box .voicesCopy p {
font-size: 20px;
font-size: 2rem;
font-weight: bold;
padding: 8px 0;
text-align: center;
margin-top: 0;
line-height: 1.3;
}
.voice-box-wrap .voice-box .voice-image-wrap {
text-align: center;
margin-top: 20px;
}
.voice-box-wrap .voice-box .voice-image {
display: inline-block;
margin: 0 auto;
position: relative;
width: 200px;
height: 283px;
overflow: hidden;
justify-self: end;
border: 1px solid #eee;
}
.voice-box-wrap .voice-box .voice-image a::after {
content: "";
display: block;
width: 40px;
height: 40px;
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon_popup.png);
position: absolute;
bottom: 0;
right: 0;
}
.c-voices {
-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
padding: 24px;
position: relative;
margin-top: 50px;
}
.c-voices .c-title {
width: 360px;
height: 40px;
--cut: 12px;
font-size: 16px;
font-size: 1.6rem;
font-weight: 700;
background-color: #FF5E56;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
clip-path: polygon(var(--cut) 0%, 100% 0%, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0% 100%, 0% var(--cut));
position: absolute;
top: -26px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.c-voices .c-txt {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
margin-top: 0;
}
@media screen and (max-width: 767px) {
.c-voices .c-title {
width: 90%;
}
.voice-box-wrap .voice-box p.title {
font-size: 14px;
}
.voice-box-wrap .voice-box {
width: 100%;
}
.voice-box-wrap .voice-box .voicesCopy p {
font-size: 16px;
font-size: 1.6rem;
padding: 4% 0;
}
} .mt0 {
margin-top:0!important;
}
.p20 {
padding: 20px!important;
}
.wp-block-column > *:first-child {
margin-top:0;
}
.qa-group {
margin-bottom: 48px;
}
.qa-group p {
margin-left: 68px;
position: relative;
}
.qa-group p:nth-of-type(1)::before {
content: "";
width: 32px;
height: 28px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-faq.png) center center no-repeat;
background-size: cover;
position: absolute;
display: block;
top: 50%;
transform: translateY(-50%);
left: -52px;
}
.qa-group p:nth-of-type(2)::before {
content: "";
width: 32px;
height: 28px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-ans.png) center center no-repeat;
background-size: cover;
position: absolute;
display: block;
top: 3px;
left: -52px;
}
.lower-cta {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-lower-cta.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-position: center;
padding: 48px 40px 36px;
max-width: 1200px;
margin-inline: auto;
}
.lower-cta .lower-cta__inner {
position: relative;
padding-top: 61px;
background-color: var(--color-white);
max-width: 1112px;
margin-inline: auto;
padding-bottom: 19px;
border-radius: 5px;
}
.lower-cta .lower-cta__header {
text-align: center;
border-radius: 16px 16px 0 0;
position: absolute;
top: -40px;
left: 0;
right: 0;
margin: auto;
}
.lower-cta .lower-cta__header-text {
font-size: 2.0rem;
letter-spacing: 0.1em;
font-weight: bold;
background-color: var(--color-text);
color: #fff;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
margin-inline: auto;
padding: 3px 69px;
}
.lower-cta .lower-cta__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 991px;
margin-inline: auto;
padding: 0 36px;
}
.lower-cta .lower-cta__tel {
text-align: center;
}
.lower-cta .lower-cta__tel-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lower-cta .lower-cta__tel-link:hover {
opacity: 0.7;
}
.lower-cta .lower-cta__tel-icon {
width: 36px;
height: 36px;
}
.lower-cta .lower-cta__tel-number {
margin-bottom: 0;
margin-top: 0;
}
.lower-cta .lower-cta__tel-img {
width: 288px;
}
.lower-cta .lower-cta__tel-note {
font-size: 20px;
font-size: 2rem;
margin-top: 0;
color: var(--color-text);
}
.lower-cta .lower-cta__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 11px;
}
.lower-cta .lower-cta__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
border: 2px solid var(--color-text);
text-decoration: none;
background-color: var(--color-white);
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
padding: 19px 20px;
border-radius: 4px;
width: 228px;
}
.lower-cta .lower-cta__btn:hover span {
color: #fff;
}
.lower-cta .lower-cta__btn:nth-of-type(1):hover {
background-color: #1A73B4;
border-color: #1A73B4;
}
.lower-cta .lower-cta__btn:nth-of-type(2):hover {
background-color: #3ACC00;
border-color: #3ACC00;
}
.lower-cta .lower-cta__btn-icon-wrap {
position: relative;
display: inline-block;
width: 48px;
height: 48px;
}
.lower-cta .lower-cta__btn-icon {
width: 48px;
height: 48px;
}
.lower-cta .lower-cta__btn-icon--hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lower-cta .lower-cta__btn:hover .lower-cta__btn-icon--hover {
opacity: 1;
}
.lower-cta .lower-cta__btn-arrow-wrap {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
}
.lower-cta .lower-cta__btn-arrow--hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lower-cta .lower-cta__btn:hover .lower-cta__btn-arrow--hover {
opacity: 1;
}
.lower-cta .lower-cta__btn-text {
font-size: 18px;
font-size: 1.8rem;
text-align: center;
font-weight: 900;
color: var(--color-text);
line-height: 1.2;
}
.lower-cta .lower-cta__btn-text-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.lower-cta .lower-cta__btn-arrow {
width: 16px;
height: 16px;
margin-left: auto;
}
.lower-cta .lower-cta__banners {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
max-width: 991px;
margin-inline: auto;
}
.lower-cta .lower-cta__banner-wrap {
position: relative;
}
.lower-cta .lower-cta__banner-shadow {
position: absolute;
top: 4px;
left: 4px;
width: 100%;
height: 100%;
background-color: var(--color-white);
border: 1px solid var(--color-text);
border-radius: 8px;
}
.lower-cta .lower-cta__banner-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
height: 130px;
padding: 16px 20px 20px 105px;
border-radius: 8px;
text-decoration: none;
color: var(--color-white);
position: relative;
border: 1px solid var(--color-text);
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.lower-cta .lower-cta__banner-wrap:hover .lower-cta__banner-link {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
.lower-cta .lower-cta__banner-link--orange {
background-color: #ff5e32;
border: 2px solid #d04a22;
}
.lower-cta .lower-cta__banner-link--green {
background-color: #008829;
border: 2px solid #006b1f;
}
.lower-cta .lower-cta__banner-illust {
position: absolute;
bottom: -3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.lower-cta .lower-cta__banner-link--orange .lower-cta__banner-illust {
left: 17px;
}
.lower-cta .lower-cta__banner-link--orange .lower-cta__banner-illust-img {
width: 75px;
height: auto;
}
.lower-cta .lower-cta__banner-link--green .lower-cta__banner-illust {
left: 33px;
bottom: 21px;
}
.lower-cta .lower-cta__banner-link--green .lower-cta__banner-illust-img {
width: 76px;
height: auto;
}
.lower-cta .lower-cta__banner-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.lower-cta .lower-cta__banner-lead {
font-size: 16px;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.4;
}
.lower-cta .lower-cta__banner-lead strong {
font-size: 20px;
font-size: 2rem;
font-weight: 900;
}
.lower-cta .lower-cta__banner-detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
font-size: 16px;
font-size: 1.6rem;
font-weight: 500;
translate: 0px 4px;
}
.lower-cta .lower-cta__banner-free {
width: 48px;
height: auto;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.lower-cta .lower-cta__banner-keyword {
font-size: 22px;
font-size: 2.2rem;
font-weight: 700;
padding: 0px 8px;
background-color: var(--color-white);
color: var(--color-text);
border-radius: 4px;
}
.lower-cta .lower-cta__banner-link--orange .lower-cta__banner-keyword {
color: #FF5E32;
}
.lower-cta .lower-cta__banner-link--green .lower-cta__banner-keyword {
color: #008829;
}
.lower-cta .lower-cta__banner-arrow {
width: 41px;
height: 41px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.flow-box {
margin: 72px 0 72px;
}
.flow-box h2 {
text-align: left;
font-size: 2.8rem;
margin: 0px 0 28px;
padding-top: 0;
}
.flow-box h2::before {
content:none;
}
.flow-box h2 .h2-num {
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-num.png);
font-size: 2.4rem;
padding: 3px 11px;
background-size: contain;
background-repeat: no-repeat;
line-height: 0;
letter-spacing: 0;
color: #fff;
}
.staff-box {
margin: 56px 0;
}
.staff-box figure {
width: 234px;
height: 266px;
overflow: hidden;
position: relative;
}
.staff-box figure img {
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
min-width: 100%;
min-height: 100%;
object-fit: cover;
}
.staff-box h2 {
text-align: left;
font-size: 24px;
margin: 0 0 16px;
}
.staff-box h2.wp-block-heading::before {
content:none;
}
.staff-box h2.wp-block-heading + p {
font-size: 18px;
}
.staff-box h2 span {
background: #000;
color: #fff;
padding: 3px 8px;
font-size: 18px;
}
.staff-box h3 {
border-bottom: none;
font-size: 16px;
padding: 0;
line-height: 1.8;
}
.staff-box h3.wp-block-heading::before {
content:none;
}
.staff-box .staff-class {
border: 1px solid #000;
padding: 10px 20px;
margin: 16px 0 0;
}
.staff-box .staff-class p {
font-size: 14px;
}
.staff-box .staff-info {
background: #FFF7DD;
padding: 10px 20px;
margin: 16px 0 0;
}
.staff-box .staff-info .wp-block-columns {
margin-top: 10px;
}
.staff-box .staff-info h3 {
position: relative;
padding-left: 1em;
line-height: 2;
}
.staff-box .staff-info h3::before {
content: "";
width: 12px;
height: 10px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg_staff-info.png) center center no-repeat;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
display: block;
top: 50%;
transform: translateY(-50%);
left: 0;
}
.staff-box .staff-info p {
}
@media screen and (max-width: 767px) {
.lower-cta {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-lower-cta-sp.png);
padding: 39px 12px 14px;
background-size: 300%;
margin: 0;
}
.lower-cta .lower-cta__inner {
padding-top: 20px;
padding-bottom: 15px;
border-radius: 4px;
}
.lower-cta .lower-cta__header {
padding: 0;
top: -33px;
}
.lower-cta .lower-cta__header-text {
font-size: 3.5vw;
padding: 8px 12px;
letter-spacing: 0.2em;
}
.lower-cta .lower-cta__body {
padding: 26px 4px 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0px;
}
.lower-cta .lower-cta__tel {
margin-bottom: 15px;
margin-inline: auto;
}
.lower-cta .lower-cta__tel-link {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.lower-cta .lower-cta__tel-icon {
width: 28px;
height: 28px;
}
.lower-cta .lower-cta__tel-number {
margin-bottom: 14px;
}
.lower-cta .lower-cta__tel-img {
width: auto;
height: 40px;
}
.lower-cta .lower-cta__tel-note {
font-size: 16px;
}
.lower-cta .lower-cta__buttons {
width: 100%;
gap: 4px;
}
.lower-cta .lower-cta__btn {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 12px 1%;
border-radius: 6px;
gap: 8px;
}
.lower-cta .lower-cta__btn-icon-wrap {
width: 34px;
height: 34px;
}
.lower-cta .lower-cta__btn-icon {
width: 34px;
height: 34px;
}
.lower-cta .lower-cta__btn-text {
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: clamp(11px, 4vw, 14px);
text-align: center;
}
.lower-cta .lower-cta__btn-text-inner {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
}
.lower-cta .lower-cta__banners {
grid-template-columns: 1fr;
gap: 16px;
padding: 0 4px;
}
.lower-cta .lower-cta__banner-wrap {
overflow: visible;
}
.lower-cta .lower-cta__banner-link {
height: auto;
min-height: 80px;
padding: 12px 48px 12px 80px;
gap: 8px;
}
.lower-cta .lower-cta__banner-link--orange .lower-cta__banner-illust {
left: 14px;
}
.lower-cta .lower-cta__banner-link--orange .lower-cta__banner-illust-img {
width: 54px;
}
.lower-cta .lower-cta__banner-link--green .lower-cta__banner-illust {
left: 26px;
bottom: 13px;
}
.lower-cta .lower-cta__banner-link--green .lower-cta__banner-illust-img {
width: 49px;
}
.lower-cta .lower-cta__banner-lead {
font-size: 13px;
line-height: 1.3;
}
.lower-cta .lower-cta__banner-lead strong {
font-size: 14px;
}
.lower-cta .lower-cta__banner-body {
gap: 8px;
}
.lower-cta .lower-cta__banner-detail {
font-size: 12px;
gap: 4px;
}
.lower-cta .lower-cta__banner-free {
width: 34px;
}
.lower-cta .lower-cta__banner-keyword {
font-size: 16px;
padding: 1px 6px;
}
.lower-cta .lower-cta__banner-arrow {
position: absolute;
right: 16px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 28px;
height: 28px;
}
.flow-box h2 {
margin: 0;
}
.staff-box {
gap: 32px;
}
.staff-box figure {
width: 90%;
margin: 0 auto;
aspect-ratio: 234 / 266; 
height: auto;
}
.staff-box figure img {
}
.staff-box h2 {
}
.staff-box h2 span {
}
.staff-box .staff-class.wp-block-columns {
gap: 0;
}
.staff-box .staff-class h3 {
}
.staff-box .staff-class p {
}
.staff-box .staff-info .wp-block-columns {
gap: 0;
margin-top: 10px;
}
.staff-box .staff-info h3 {
}
.staff-box .staff-info p {
}
} .c-page-cta {
margin-top: 30px;
}
.c-page-cta-title {
text-align: center;
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
}
.c-page-cta__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 24px;
margin-top: 10px;
}
.c-page-cta__tel {
text-align: center;
}
.c-page-cta__tel-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
text-decoration: none;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.c-page-cta__tel-link:hover {
opacity: 0.7;
}
.c-page-cta__tel-icon {
width: 36px;
height: 36px;
}
.c-page-cta__tel-number {
margin-top: 0;
margin-bottom: 12px;
}
.c-page-cta__tel-img {
width: 334px;
}
.c-page-cta__tel-note {
margin: 0;
font-size: 20px;
font-size: 2rem;
color: var(--color-text);
}
.c-page-cta__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
}
.c-page-cta__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
border: 2px solid var(--color-text);
text-decoration: none;
background-color: var(--color-white);
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
padding: 16px 28px;
border-radius: 4px;
width: 260px;
}
.c-page-cta__btn:hover span {
color: #fff;
}
.c-page-cta__btn.c-page-cta__btn--mail:hover {
background-color: #1A73B4;
border-color: #1A73B4;
}
.c-page-cta__btn.c-page-cta__btn--line:hover {
background-color: #3ACC00;
border-color: #3ACC00;
}
.c-page-cta__btn-icon-wrap {
position: relative;
display: inline-block;
width: 48px;
height: 48px;
}
.c-page-cta__btn-icon {
width: 48px;
height: 48px;
}
.c-page-cta__btn-icon--hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.c-page-cta__btn:hover .c-page-cta__btn-icon--hover {
opacity: 1;
}
.c-page-cta__btn-arrow-wrap {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
}
.c-page-cta__btn-arrow--hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.c-page-cta__btn:hover .c-page-cta__btn-arrow--hover {
opacity: 1;
}
.c-page-cta__btn-text {
font-size: 18px;
font-size: 1.8rem;
text-align: center;
font-weight: 900;
color: var(--color-text);
line-height: 1.2;
}
.c-page-cta__btn-text-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.c-page-cta__btn-arrow {
width: 16px;
height: 16px;
margin-left: auto;
}
.p-page-lead {
font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
.c-page-cta .c-page-cta__body {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.c-page-cta .c-page-cta__tel {
margin-inline: auto;
}
.c-page-cta .c-page-cta__tel-link {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.c-page-cta .c-page-cta__btn-icon-wrap,
.c-page-cta .c-page-cta__tel-icon {
width: 32px;
height: 32px;
}
.c-page-cta .c-page-cta__tel-number {
margin-bottom: 4px;
}
.c-page-cta .c-page-cta__tel-img {
width: auto;
height: 36px;
}
.c-page-cta .c-page-cta__tel-note {
font-size: 14px;
}
.c-page-cta .c-page-cta__buttons {
width: 100%;
gap: 4px;
}
.c-page-cta .c-page-cta__btn {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 12px 1%;
border-radius: 6px;
gap: 8px;
}
.c-page-cta .c-page-cta__btn-icon {
width: 34px;
height: 34px;
}
.c-page-cta .c-page-cta__btn-text {
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: clamp(11px, 2.8vw, 14px);
text-align: center;
}
.c-page-cta .c-page-cta__btn-text-inner {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
}
.c-page-cta .c-page-cta__banners {
grid-template-columns: 1fr;
gap: 16px;
padding: 0 4px;
}
.c-page-cta .c-page-cta__banner-wrap {
overflow: visible;
}
.c-page-cta .c-page-cta__banner-link {
height: auto;
min-height: 80px;
padding: 12px 48px 12px 80px;
gap: 8px;
}
.c-page-cta .c-page-cta__banner-link--orange .c-page-cta__banner-illust {
left: 14px;
}
.c-page-cta .c-page-cta__banner-link--orange .c-page-cta__banner-illust-img {
width: 54px;
}
.c-page-cta .c-page-cta__banner-link--green .c-page-cta__banner-illust {
left: 26px;
bottom: 13px;
}
.c-page-cta .c-page-cta__banner-link--green .c-page-cta__banner-illust-img {
width: 49px;
}
.c-page-cta .c-page-cta__banner-lead {
font-size: 13px;
line-height: 1.3;
}
.c-page-cta .c-page-cta__banner-lead strong {
font-size: 14px;
}
.c-page-cta .c-page-cta__banner-body {
gap: 8px;
}
.c-page-cta .c-page-cta__banner-detail {
font-size: 12px;
gap: 4px;
}
.c-page-cta .c-page-cta__banner-free {
width: 34px;
}
.c-page-cta .c-page-cta__banner-keyword {
font-size: 16px;
padding: 1px 6px;
}
.c-page-cta .c-page-cta__banner-arrow {
position: absolute;
right: 16px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 28px;
height: 28px;
}
}
.c-box02,
.c-box03 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
}
.c-box02__head > :first-child,
.c-box02__detail > :first-child,
.c-box03__head > :first-child,
.c-box03__detail > :first-child {
margin-top: 0 !important;
}
.c-box02__head > :last-child,
.c-box02__detail > :last-child,
.c-box03__head > :last-child,
.c-box03__detail > :last-child {
margin-bottom: 0 !important;
}
.c-box02 {
margin-top: 40px;
padding: 40px;
background-color: #FFF7DD;
border-radius: 20px;
}
.c-box02--small {
padding: 24px;
}
.c-box02__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.c-box02__detail {
line-height: 1.5;
}
.c-box02__title {
line-height: 1.5;
font-size: 24px;
font-size: 2.4rem;
font-weight: 700;
}
.c-box02__columns {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
margin-top: 60px;
}
.c-box02__columns > .c-box03 {
margin-top: 0;
}
.c-box03 {
gap: 16px;
margin-top: 40px;
padding: 40px;
background-color: var(--color-white);
border-radius: 20px;
}
.c-box03--small {
padding: 30px 44px;
}
.c-box03__detail :where(p) {
line-height: 1.5;
}
.c-box03__title {
margin: 32px 0 16px;
padding: 4px 14px;
line-height: 1.5;
font-size: 20px;
font-size: 2rem;
font-weight: 700;
background-color: #FFF7DD;
border-left: 2px solid var(--color-accent);
}
.c-box03__media,
.wp-block-media-text.c-box03__media {
gap: 20px;
}
.c-accent-title,
.c-accent-title02 {
margin: 20px 0 0;
line-height: 1.5;
text-align: center;
font-size: 24px;
font-size: 2.4rem;
font-weight: 700;
}
.c-accent-title > span,
.c-accent-title02 > span {
position: relative;
display: inline-block;
padding: 0 44px;
}
.c-accent-title > span::before, .c-accent-title > span::after,
.c-accent-title02 > span::before,
.c-accent-title02 > span::after {
content: "";
position: absolute;
display: block;
top: 50%;
width: 24px;
height: 2px;
background-color: #282828;
}
.c-accent-title > span::before,
.c-accent-title02 > span::before {
left: 1px;
-webkit-transform: rotate(75deg);
transform: rotate(75deg);
}
.c-accent-title > span::after,
.c-accent-title02 > span::after {
right: 1px;
-webkit-transform: rotate(105deg);
transform: rotate(105deg);
}
.c-accent-title02 {
font-size: 20px;
font-size: 2rem;
line-height: 1.4;
}
.c-accent-title02 > span {
padding: 0 32px;
}
.c-simple-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 20px 0 0;
padding: 0;
}
.c-simple-list > li {
position: relative;
padding-left: 15px;
list-style: none;
line-height: 1.6;
font-size: 16px;
font-size: 1.6rem;
}
.c-simple-list > li::before {
content: "";
display: block;
position: absolute;
top: 0.7em;
left: 3px;
width: 4px;
height: 4px;
background-color: #282828;
border-radius: 3px;
}
.c-lead {
margin-top: 1.7em;
line-height: 1.8;
font-size: 18px;
font-size: 1.8rem;
}
.u-text-proportional {
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
}
.c-button-v2-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 36px;
margin-top: 42px;
}
.c-button-v2 {
position: relative;
}
.c-button-v2::before {
content: "";
display: block;
position: absolute;
top: 4px;
left: 4px;
width: 100%;
height: 100%;
background-color: #fff;
border: 1px solid #282828;
border-radius: 4px;
z-index: 1;
}
.c-button-v2__type {
display: block;
position: relative;
top: 0;
left: 0;
padding: 17px 59px;
min-width: 400px;
line-height: 1.5;
letter-spacing: 0.03em;
text-decoration: none;
color: #fff;
font-size: 20px;
font-size: 2rem;
font-weight: 700;
background-color: #FF5E32;
border: 1px solid #282828;
border-radius: 4px;
z-index: 2;
-webkit-transition: top 0.15s ease, left 0.15s ease;
transition: top 0.15s ease, left 0.15s ease;
}
.c-button-v2__type:hover {
top: 4px;
left: 4px;
}
.c-button-v2__type::after {
content: "";
display: block;
position: absolute;
top: calc(50% - 10px);
right: 26px;
width: 20px;
height: 20px;
z-index: 2;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/common/icon-arrow-circle-arrow-white.svg) no-repeat 0 0/contain;
}
.c-button-v2__type.c-button-v2__type--anc::after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
.c-box02 {
gap: 24px;
padding: 24px;
}
.c-box02__columns {
grid-template-columns: 1fr;
gap: 26px;
margin-top: 40px;
}
.c-box03 {
padding: 16px;
}
.wp-block-media-text.c-box03__media .wp-block-media-text__media {
margin-left: auto;
margin-right: auto;
max-width: 167px;
}
.c-accent-title02 > span {
display: block;
padding: 0 22px;
}
.c-accent-title02 > span::before {
left: -9px;
}
.c-accent-title02 > span::after {
right: -9px;
}
.c-simple-list > li {
padding-left: 22px;
}
.c-simple-list > li::before {
left: 8px;
}
.c-button-v2 {
width: 100%;
}
.c-button-v2__type {
padding: 17px 50px 17px 20px;
min-width: auto;
width: 100%;
font-size: 18px;
font-size: 1.8rem;
}
.c-button-v2__type::after {
right: 19px;
}
} .p-page-section h2.wp-block-heading {
margin-bottom: 72px;
}
.p-page-section h4.wp-block-heading {
margin-bottom: 40px;
}
.p-page-section p {
line-height: 1.6;
margin-top: 2.6rem;
}
.p-page-section p a {
color: #1A73B4;
}
@media screen and (max-width: 767px) {
.p-page-section h2.wp-block-heading {
margin-bottom: 64px;
}
.p-page-section h4.wp-block-heading {
margin-bottom: 1.5em;
}
.p-page-section figure.is-scroll-on-mobile table tr td {
border-top: 1px solid #8B8B8B !important;
}
}
.p-page-intro {
font-size: 1.8rem;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.p-page-intro {
font-size: 16px;
font-size: 1.6rem;
text-align: left !important;
}
}
.p-page-col {
gap: 48px;
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
margin-bottom: 24px;
}
.p-page-col > .wp-block-group {
max-width: 600px;
}
.p-page-col > .wp-block-group p {
line-height: 1.6;
}
.p-page-col > .wp-block-group p:first-child {
margin-top: 0;
}
.p-page-col > .wp-block-image {
max-width: 352px;
}
@media screen and (max-width: 767px) {
.p-page-col {
display: block !important;
margin-bottom: 42px;
}
.p-page-col > .wp-block-group {
width: 100%;
margin-bottom: 42px;
}
.p-page-col > .wp-block-image {
max-width: 352px;
margin: 0 auto;
}
.p-page-col.-rev {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
gap: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.p-page-col-type01 {
gap: 40px;
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
margin-top: 64px;
margin-bottom: 24px;
}
.p-page-col-type01 > .wp-block-image {
width: 315px;
}
.p-page-col-type01 > .wp-block-group {
width: calc(100% - 40px - 315px);
}
.p-page-col-type01 > .wp-block-group .wp-block-group__inner-container .wp-block-heading:first-child, .p-page-col-type01 > .wp-block-group .wp-block-group__inner-container p:first-child {
margin-top: 0 !important;
}
.p-page-col-type01 > .wp-block-group .wp-block-group__inner-container .wp-block-heading {
margin-bottom: 16px;
}
.p-page-col-type01 > .wp-block-group .wp-block-group__inner-container p {
line-height: 1.5;
}
@media screen and (max-width: 767px) {
.p-page-col-type01 {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
gap: 24px;
}
.p-page-col-type01 > .wp-block-image {
width: 100%;
}
.p-page-col-type01 > .wp-block-group {
width: 100%;
}
.p-page-col-type01 > .wp-block-group .wp-block-group__inner-container .wp-block-heading:first-child, .p-page-col-type01 > .wp-block-group .wp-block-group__inner-container p:first-child {
margin-top: 0 !important;
}
.p-page-col-type01 > .wp-block-group .wp-block-group__inner-container .wp-block-heading {
margin-bottom: 16px;
}
.p-page-col-type01 > .wp-block-group .wp-block-group__inner-container p {
line-height: 1.5;
}
}
.p-page-list-block {
border: 1px solid #000000;
padding: 16px;
}
.p-page-list-block .wp-block-heading {
margin: 0 0 6px;
line-height: 1.6;
color: #282828;
}
.p-page-list-block .wp-block-list {
display: grid;
gap: 6px 16px;
}
.p-page-list-block .wp-block-list.repeat2 {
grid-template-columns: repeat(2, auto);
}
.p-page-list-block .wp-block-list.repeat3 {
grid-template-columns: repeat(3, auto);
}
.p-page-list-block .wp-block-list li {
margin-bottom: 0;
}
.p-page-list-block .wp-block-list li:before {
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-list_type02.png) no-repeat center/contain;
margin-right: 4px;
width: 12px;
}
.p-page-list-block__dl {
display: grid;
grid-template-columns: auto 1fr;
margin: 6px 0 0;
}
.p-page-list-block__dl dt {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.p-page-list-block__dl dt:before {
content: "";
display: block;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-list_type02.png) no-repeat center/contain;
margin-right: 4px;
min-width: 12px;
height: 1.8em;
}
.p-page-list-block__dl dd {
margin: 0;
}
@media screen and (max-width: 767px) {
.p-page-list-block .wp-block-heading {
text-align: center;
}
.p-page-list-block .wp-block-list {
display: block;
}
.p-page-list-block__dl {
grid-template-columns: 1fr;
}
.p-page-list-block__dl dd {
padding-left: 1em;
}
}
.p-page-dl {
margin: 40px 0;
}
.p-page-dl dt, .p-page-dl dd {
padding-left: 3rem;
line-height: 1.5;
}
.p-page-dl dt {
position: relative;
font-weight: 700;
}
.p-page-dl dt:before {
content: "";
display: block;
width: 24px;
height: 24px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-list.png) no-repeat center/contain;
margin-right: 5px;
position: absolute;
left: 0;
top: 1px;
}
.p-page-dl dd + dt {
margin-top: 1.6rem;
}
.p-page-bg-col {
margin-top: 24px;
gap: 24px;
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.p-page-bg-col__item {
width: calc((100% - 24px) / 2);
padding: 16px;
}
.p-page-bg-col__item .is-layout-flex {
gap: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.p-page-bg-col__item .is-layout-flex p {
max-width: 250px;
font-weight: 400;
font-size: 1.4rem;
line-height: 1.6;
}
.p-page-bg-col__item .is-layout-flex figure {
max-width: calc(100% - 250px - 10px);
}
.p-page-bg-col.col03 .p-page-bg-col__item {
width: calc((100% - 48px) / 3);
}
.p-page-bg-col.col03 .p-page-bg-col__item .is-layout-flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.p-page-bg-col.col03 .p-page-bg-col__item .is-layout-flex p, .p-page-bg-col.col03 .p-page-bg-col__item .is-layout-flex figure {
width: 100%;
max-width: 100%;
}
.p-page-bg-col__lead {
font-size: 1.8rem;
line-height: 1.6;
font-weight: 700;
margin: 0 !important;
}
.p-page-bg-col .wp-block-heading {
color: #1A1A1A;
margin: 0 0 10px;
font-size: 2rem;
line-height: 1.6;
}
.p-page-bg-col__head {
gap: 8px !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.p-page-bg-col__head__ico {
width: 30px !important;
}
.p-page-bg-col__head .wp-block-heading {
border: none;
padding: 0;
margin: 0;
}
.p-page-bg-col__head + p {
margin-top: 6px;
}
@media screen and (max-width: 767px) {
.p-page-bg-col__item {
width: 100%;
padding: 24px 24px 24px;
}
.p-page-bg-col__item .is-layout-flex p {
max-width: 100%;
}
.p-page-bg-col__item .is-layout-flex figure {
max-width: 100%;
margin: 12px auto 0;
}
.p-page-bg-col__item .is-layout-flex figure img {
margin: 0 auto;
}
.p-page-bg-col.col03 .p-page-bg-col__item {
width: 100%;
}
.p-page-bg-col__lead {
font-size: 1.6rem;
text-align: center;
}
.p-page-bg-col .wp-block-heading {
text-align: center;
}
.p-page-bg-col__head {
gap: 12px !important;
}
.p-page-bg-col__head__ico {
width: 30px !important;
margin: 0 !important;
}
.p-page-bg-col__head .wp-block-heading {
border: none;
padding: 0;
margin: 0;
}
.p-page-bg-col__head + p {
margin-top: 20px;
}
}
.p-page-border-col {
gap: 24px;
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.p-page-border-col__item {
border: 1px solid #000000;
width: calc((100% - 24px) / 2);
border-radius: 5px;
padding: 16px;
}
.p-page-border-col__item .wp-block-heading {
margin: 0;
padding: 0;
border: 0;
font-size: 1.6rem;
line-height: 1.6;
color: #1A1A1A;
}
.p-page-border-col__item .is-layout-flex {
gap: 6px;
margin-top: 16px !important;
}
.p-page-border-col__item .is-layout-flex .wp-block-group {
width: calc(100% - 6px - 164px);
}
.p-page-border-col__item .is-layout-flex .wp-block-group p {
font-size: 1.4rem;
line-height: 1.6;
margin-top: 1.6em;
}
.p-page-border-col__item .is-layout-flex .wp-block-group p:first-child {
margin-top: 0;
}
.p-page-border-col__item .is-layout-flex .wp-block-image {
width: 164px;
}
@media screen and (max-width: 767px) {
.p-page-border-col__item {
width: 100%;
}
.p-page-border-col__item .is-layout-flex {
gap: 16px;
margin-top: 16px !important;
}
.p-page-border-col__item .is-layout-flex .wp-block-group {
width: 100%;
}
.p-page-border-col__item .is-layout-flex .wp-block-image {
width: 50%;
margin: 0 auto;
}
}
.p-page-check-table__title {
font-size: 2rem;
line-height: 1.6;
margin-top: 24px !important;
margin-bottom: 16px !important;
}
.p-page-check-table table {
table-layout: fixed;
width: 100%;
margin-top: 16px;
}
.p-page-check-table table th, .p-page-check-table table td {
border: 2px solid #8B8B8B;
padding: 10px !important;
line-height: 1.4 !important;
}
.p-page-check-table table th:nth-child(1) {
width: 50px;
}
.p-page-check-table table th:nth-child(2) {
width: 150px;
}
.p-page-check-table table th:nth-child(3) {
width: calc(100% - 200px);
}
.p-page-check-table table td:nth-child(1) {
padding: 11px !important;
vertical-align: middle;
}
.p-page-check-table table td:nth-child(2) {
padding: 11px 10px !important;
}
.p-page-check-table-level {
margin-top: 16px;
}
.p-page-check-table-level__head {
font-size: 1.6rem;
line-height: 1.6;
font-weight: 400;
}
.p-page-check-table-level dl {
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;
}
.p-page-check-table-level dl dt {
width: 80px;
}
.p-page-check-table-level dl dd {
width: calc(100% - 80px);
font-size: 1.6rem;
line-height: 1.5;
font-weight: 400;
}
@media screen and (max-width: 767px) {
.p-page-check-table table th:nth-child(2) {
width: 120px;
}
.p-page-check-table table th:nth-child(3) {
width: calc(100% - 170px);
}
.p-page-check-table-level dl {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 6px;
}
.p-page-check-table-level dl dt {
padding-top: 2px;
}
.p-page-check-table-level dl dd {
padding-left: 1em;
text-indent: -1em;
}
}
.p-checkbox {
position: relative;
display: block;
width: 19px;
height: 19px;
margin: 0 auto;
}
.p-checkbox input {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
width: 100%;
height: 100%;
border: 2px solid #212121;
border-radius: 4px;
background: #fff;
cursor: pointer;
position: relative;
margin: 0 auto;
}
.p-checkbox input::after {
content: "";
position: absolute;
top: 2px;
left: 5px;
width: 5px;
height: 8px;
border-right: 2px solid #212121;
border-bottom: 2px solid #212121;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
}
.p-checkbox input:checked::after {
opacity: 1;
}
ul.wp-block-list:where(:not(.is-reset-wp-block)).p-check-list {
margin: 12px auto 0;
}
ul.wp-block-list:where(:not(.is-reset-wp-block)).p-check-list li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 400;
line-height: 1.6;
font-size: 1.6rem;
color: #282828;
margin: 5px 0 0;
}
ul.wp-block-list:where(:not(.is-reset-wp-block)).p-check-list li:before {
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/ico_check-big.svg) no-repeat center/contain;
width: 19px;
height: 19px;
margin: 2px 4px 0 0;
}
.p-page-contact {
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg_page_contact.png) no-repeat center bottom/516px auto;
padding-bottom: 24px;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.6;
margin-top: 59px !important;
margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
.p-page-contact {
background-size: contain;
}
}
.p-page-col-block {
border: 1px solid #000000;
border-radius: 10px;
padding: 24px;
margin-top: 48px;
}
.p-page-col-block .wp-block-heading {
margin-top: 0;
}
.p-page-col-block .is-layout-flex {
gap: 24px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.p-page-col-block .is-layout-flex .wp-block-group {
width: calc(100% - 24px - 352px);
}
.p-page-col-block .is-layout-flex .wp-block-group p {
line-height: 1.6;
margin: 0 0 26px;
}
.p-page-col-block .is-layout-flex .wp-block-group p:last-child {
margin-bottom: 0;
}
.p-page-col-block .is-layout-flex .wp-block-image {
width: 352px;
}
@media screen and (max-width: 767px) {
.p-page-col-block .wp-block-heading {
margin-top: 0;
}
.p-page-col-block .is-layout-flex {
gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.p-page-col-block .is-layout-flex .wp-block-group {
width: 100%;
}
.p-page-col-block .is-layout-flex .wp-block-image {
width: 100%;
}
.p-page-col-block .is-layout-flex .wp-block-image img {
width: 80%;
margin: 0 auto;
}
}
.p-image-col {
gap: 28px;
margin: 40px 0;
}
@media screen and (max-width: 767px) {
.p-image-col {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
}
.p-page-anc {
gap: 20px;
margin: 56px auto;
}
.p-page-anc figure {
margin: 0;
}
@media screen and (max-width: 767px) {
.p-page-anc {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
gap: 16px;
}
.p-page-anc figure {
line-height: 1;
}
}
.l-painting-columns {
border: 1px solid #000000;
border-radius: 10px;
gap: 12px;
padding: 24px 40px 0;
margin-bottom: 56px;
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.l-painting-columns .wp-block-group {
width: calc(100% - 12px - 217px);
}
.l-painting-columns .wp-block-group__inner-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 24px 0;
padding-bottom: 24px;
}
.l-painting-columns .wp-block-group__inner-container .is-layout-flex {
width: 100%;
gap: 35px;
}
.l-painting-columns .wp-block-group .wp-block-list {
margin: 0;
width: calc((100% - 35px) / 2);
}
.l-painting-columns .wp-block-group .wp-block-list li {
margin: 0;
}
.l-painting-columns .wp-block-group .wp-block-list li:before {
content: "・";
color: #1A73B4;
background: none;
width: auto;
height: auto;
font-size: 2rem;
font-weight: 500;
line-height: 1.8;
}
.l-painting-columns .wp-block-group .wp-block-list a {
color: #1A73B4;
font-size: 2rem;
font-weight: 500;
line-height: 1.8;
}
.l-painting-columns .wp-block-group .wp-block-buttons {
margin: 0;
}
.l-painting-columns .wp-block-image {
width: 217px;
-webkit-transform: translate(8px, -9px);
transform: translate(8px, -9px);
}
.l-painting-columns__head {
font-size: 2.4rem;
font-weight: 700;
line-height: 1.5;
margin: 0 !important;
width: 100%;
}
@media screen and (max-width: 767px) {
.l-painting-columns {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
padding: 24px 24px;
}
.l-painting-columns .wp-block-group {
width: 100%;
}
.l-painting-columns .wp-block-group__inner-container .is-layout-flex {
width: 100%;
gap: 0;
}
.l-painting-columns .wp-block-group .wp-block-list {
width: 100%;
}
.l-painting-columns .wp-block-group .wp-block-list li {
margin: 0;
}
.l-painting-columns .wp-block-group .wp-block-list a {
color: #1A73B4;
font-size: 1.8rem;
}
.l-painting-columns .wp-block-group .wp-block-buttons {
margin: 0;
}
.l-painting-columns .wp-block-image {
width: 100%;
text-align: center;
-webkit-transform: translate(0);
transform: translate(0);
}
.l-painting-columns .wp-block-image img {
margin: 0 auto;
}
.l-painting-columns__head {
text-align: center;
position: relative;
padding: 0 24px;
}
.l-painting-columns__head strong {
position: absolute;
top: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.l-painting-columns__head strong:first-child {
left: 0;
}
.l-painting-columns__head strong:last-child {
right: 0;
}
.l-painting-columns .wp-block-buttons {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.p-works-list {
gap: 32px;
margin-top: 56px !important;
}
.p-works-list .box {
width: calc((100% - 64px) / 3);
}
.p-works-list .works-cats {
background: #FFF !important;
border: 1px solid #808080 !important;
color: #808080 !important;
}
@media screen and (max-width: 767px) {
.p-works-list {
margin-top: 24px !important;
}
.p-works-list .box {
width: 70%;
margin: 0 auto;
}
}
.lower-cta.phone {
max-width: 580px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-lower-cta-phone.jpg) no-repeat center/cover;
padding: 44px 40px 20px;
margin-top: 56px;
}
.lower-cta.phone .lower-cta__header-text {
padding-left: 14px;
padding-right: 14px;
}
.lower-cta.phone .lower-cta__tel {
margin-bottom: 0;
}
.lower-cta.phone .lower-cta__body {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 767px) {
.lower-cta.phone {
background-image: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-lower-cta-phone-sp.jpg);
padding: 40px 3.9% 15px;
}
.lower-cta.phone .lower-cta__body {
padding-top: 13px;
}
.lower-cta.phone .lower-cta__header-text {
font-size: 3.5vw;
line-height: 1.6;
letter-spacing: 0.1em;
padding: 7px 3.2%;
}
}
.lower-cta.reservation {
max-width: 473px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-lower-cta-reservation.jpg) no-repeat center/cover;
padding: 16px 16px 16px;
margin-top: 56px;
}
.lower-cta.reservation .lower-cta__inner {
padding: 40px 16px 10px;
}
.lower-cta.reservation .lower-cta__header {
top: -9px;
}
.lower-cta.reservation .lower-cta__header-text {
padding: 7px 12px;
letter-spacing: 0;
margin: 0 auto;
}
.lower-cta.reservation .lower-cta__body {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 0;
}
.lower-cta.reservation .lower-cta__list {
margin: 0;
}
.lower-cta.reservation .lower-cta__list li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 700;
line-height: 1.5;
font-size: 1.6rem;
color: #282828;
margin: 7px 0 0;
}
.lower-cta.reservation .lower-cta__list li:before {
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/ico_check-big.svg) no-repeat center/contain;
width: 19px;
height: 19px;
margin-top: 3px;
}
.lower-cta.reservation .lower-cta__buttons {
position: relative;
max-width: 218px;
margin-bottom: 7px;
}
.lower-cta.reservation .lower-cta__buttons a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 24px;
width: 100%;
padding: 15px 20px;
font-size: 18px;
font-size: 1.8rem;
font-weight: 900;
color: var(--color-white);
text-decoration: none;
border-radius: 4px;
border: 1px solid var(--color-text);
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
background-color: #ff5e32;
}
.lower-cta.reservation .lower-cta__buttons a:before {
content: "";
display: block;
width: 25px;
height: 22px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/ico_mail.svg) no-repeat center/contain;
}
.lower-cta.reservation .lower-cta__buttons a:hover {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
.lower-cta.reservation .lower-cta__buttons:before {
content: "";
position: absolute;
top: 4px;
left: 4px;
width: 100%;
height: 100%;
background-color: var(--color-white);
border: 1px solid var(--color-text);
border-radius: 4px;
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.p-waterproof-cta {
background: #F4F4F4;
max-width: 580px;
margin: 24px auto 0;
}
.p-waterproof-cta a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 20px;
text-decoration: none;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.p-waterproof-cta a:hover {
opacity: 0.7;
}
.p-waterproof-cta a img {
max-width: 164px;
}
.p-waterproof-cta a p {
margin: 0;
max-width: 359px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 700;
text-align: center;
padding-right: 40px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/icon-arrow.svg) no-repeat center right/24px auto;
}
@media screen and (max-width: 767px) {
.p-waterproof-cta {
margin-top: 20px;
}
.p-waterproof-cta a {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 12px;
padding: 20px 3.5vw;
}
.p-waterproof-cta a img {
max-width: 328px;
width: 39.6vw;
margin: 0 auto;
}
.p-waterproof-cta a p {
max-width: 100%;
font-size: 3.86vw;
line-height: 1.5;
padding-right: 8vw;
letter-spacing: 0;
background-size: 5.78vw;
}
}
.l-reform-section {
margin-bottom: 120px;
}
.l-reform-section .p-page-list-block {
margin-top: 24px;
}
.l-reform-section .p-page-bg-col__item p {
font-size: 1.4rem;
line-height: 1.6;
}
@media screen and (max-width: 767px) {
.l-reform-section .p-lead {
text-align: left;
}
}
.l-reform-header {
margin: 56px auto;
gap: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.l-reform-header__item {
gap: 6px;
width: 108px;
}
.l-reform-header__item .wp-block-image {
width: 50px;
}
.l-reform-header__item p {
font-weight: 700;
line-height: 1.3;
margin: 0 -100px !important;
}
#interior .l-reform-header, #eco .l-reform-header {
gap: 216px;
}
#renovation .l-reform-header {
gap: 100px;
}
@media screen and (max-width: 767px) {
.l-reform-header {
margin: 56px auto;
gap: 32px 12px !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.l-reform-header__item {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
width: calc((100% - 24px) / 3);
}
.l-reform-header__item p {
margin: 0 !important;
text-align: center;
}
#interior .l-reform-header .l-reform-header__item, #renovation .l-reform-header .l-reform-header__item {
width: calc((100% - 12px) / 2);
}
}
.p-voice-list {
gap: 20px;
margin: 24px auto;
}
.p-voice-list__item {
font-size: 1.8rem;
font-weight: 700;
line-height: 1.5;
padding: 4px 8px !important;
border-radius: 5px;
}
@media screen and (max-width: 767px) {
.p-voice-list {
gap: 8px;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.p-voice-list__item {
font-size: 1.6rem;
width: auto;
}
}
.l-reform-case {
gap: 10px;
}
.l-reform-case .wp-block-heading {
padding: 0 8px !important;
font-size: 1.6rem;
line-height: 2;
}
.l-reform-case + .l-reform-case {
margin-top: 24px;
}
.l-plan-section {
margin-bottom: 120px;
}
.l-plan-section .p-lead {
font-size: 2.4rem;
font-weight: 700;
line-height: 1.6;
margin-top: 56px !important;
}
.l-plan-border-col {
gap: 10px;
margin-top: 24px;
}
.l-plan-border-col__item {
border: 1px solid #000;
border-radius: 5px;
padding: 16px;
width: calc((100% - 10px) / 2);
}
.l-plan-border-col__item .is-layout-flex {
gap: 30px;
width: 100%;
}
.l-plan-border-col__item .is-layout-flex .wp-block-group {
width: calc(100% - 184px - 30px);
}
.l-plan-border-col__item .is-layout-flex .wp-block-group p:first-child {
font-weight: 700;
line-height: 1.6;
margin: 0;
}
.l-plan-border-col__item .is-layout-flex .wp-block-group p.has-black-background-color {
font-size: 2rem;
font-weight: 700;
line-height: 2;
padding: 2px;
margin: 4px 0;
}
.l-plan-border-col__item .is-layout-flex .wp-block-group .p-check-list {
margin-right: -3em;
}
.l-plan-border-col__item .is-layout-flex .wp-block-image {
width: 184px;
}
@media screen and (max-width: 767px) {
.l-plan-section .p-lead {
font-size: 1.8rem;
}
.l-plan-border-col__item {
border: 1px solid #000;
border-radius: 5px;
padding: 16px;
width: 100%;
}
.l-plan-border-col__item .is-layout-flex {
gap: 20px;
width: 100%;
}
.l-plan-border-col__item .is-layout-flex .wp-block-group {
width: 100%;
}
.l-plan-border-col__item .is-layout-flex .wp-block-group p:first-child {
font-weight: 700;
line-height: 1.6;
margin: 0;
}
.l-plan-border-col__item .is-layout-flex .wp-block-group p.has-black-background-color {
font-size: 1.8rem;
font-weight: 700;
line-height: 2;
padding: 2px;
margin: 4px 0;
}
.l-plan-border-col__item .is-layout-flex .p-check-list {
margin: 18px auto 0 !important;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.l-plan-border-col__item .is-layout-flex .wp-block-image {
width: 50%;
margin: 0 auto;
}
}
.p-chart-list {
gap: 0;
padding-bottom: 48px;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-chart.png) no-repeat center bottom/1001px auto;
}
.p-chart-list.col01 {
background: none;
padding-bottom: 0;
}
.p-chart-list.col01 .p-chart-item {
width: 514px;
}
.p-chart-list.col01 .p-chart-item .p-chart-bln {
padding: 20px;
margin-bottom: 19px;
width: 100%;
}
.p-chart-item {
width: 33.3333333333%;
}
.p-chart-item:nth-child(2) .p-chart-bln {
margin: 0 auto 48px;
}
.p-chart-item:nth-child(3) .p-chart-bln {
margin: 0 0 48px auto;
}
.p-chart-bln {
position: relative;
border: 1px solid #000;
border-radius: 5px;
margin-bottom: 48px;
padding: 10px;
width: calc(100% - 10.6666666667px);
}
.p-chart-bln:after {
content: "";
display: block;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-chart-bln.png) no-repeat center bottom/contain;
width: 35px;
height: 19px;
position: absolute;
left: 0;
right: 0;
bottom: -19px;
margin: auto;
}
.p-chart-bln__lead {
margin: 0 0 12px;
font-size: 2rem;
font-weight: 700;
line-height: 2;
}
.p-chart-bln .p-check-list {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
}
.p-chart-bgcolor a {
text-decoration: none;
padding: 24px 10px;
display: block;
pointer-events: none;
}
.p-chart-bgcolor a p {
margin: 0;
font-weight: 700;
line-height: 1.6;
}
.p-chart-bgcolor__main {
font-size: 2.4rem;
line-height: 1.5;
}
@media screen and (max-width: 767px) {
.p-chart-list {
gap: 41px;
padding: 0 0 0 8.1%;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-chart-sp.png) no-repeat left top/auto 100%;
}
.p-chart-list.col01 {
background: none;
padding: 0;
}
.p-chart-item {
width: 100%;
}
.p-chart-item:nth-child(2) .p-chart-bln {
margin-bottom: 27px;
}
.p-chart-item:nth-child(3) .p-chart-bln {
margin-bottom: 27px;
}
.p-chart-bln {
margin-bottom: 27px;
width: 100%;
}
.p-chart-bln:after {
content: "";
display: block;
background: url(//www.nishimura-tosou.com/wp-content/themes/nishimura/assets/img/page/bg-chart-bln.png) no-repeat center bottom/contain;
width: 40px;
height: 24px;
position: absolute;
left: 0;
right: 0;
bottom: -22px;
margin: auto;
}
.p-chart-bln__lead {
margin: 0 0 12px;
font-size: 2.2rem;
line-height: 1.5;
}
.p-chart-bln .p-check-list {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
}
.p-chart-bgcolor a {
padding: 13px 7% 13px 7%;
-webkit-transition: 0.3s;
transition: 0.3s;
pointer-events: all;
position: relative;
}
.p-chart-bgcolor a:after {
content: "";
display: block;
border-left: 2px solid #FFF;
border-bottom: 2px solid #FFF;
width: 20px;
height: 20px;
-webkit-transform: rotate(-45deg) translateY(-50%);
transform: rotate(-45deg) translateY(-50%);
position: absolute;
right: 7%;
top: 0;
bottom: 0;
margin: auto;
}
.p-chart-bgcolor a:hover {
opacity: 0.8;
}
.p-chart-bgcolor__main {
font-size: 2.2rem;
}
}
.l-plan-item {
margin-top: 56px;
gap: 24px 19px;
}
.l-plan-item .p-voice-list {
width: 100%;
}
.l-plan-item__img {
width: 235px;
}
.l-plan-item__img__head {
padding: 17px 10px;
text-align: center;
}
.l-plan-item__img__head .has-white-background-color {
display: inline-block;
padding: 2px 6px;
border-radius: 3px;
margin: 0;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.l-plan-item__img__head .wp-block-heading {
padding: 0;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
border: none;
margin: 4px 0 0;
}
.l-plan-item__img .wp-block-image {
margin: 0;
}
.l-plan-item__main {
width: calc(100% - 235px - 19px);
}
.l-plan-item__ico {
gap: 10px;
}
.l-plan-item__ico p {
padding: 4px 10px;
border-radius: 3px;
font-size: 1.8rem;
line-height: 2;
font-weight: 700;
}
.l-plan-item__lead {
font-size: 1.8rem;
font-weight: 700;
margin: 0;
}
.l-plan-item__text {
margin-top: 16px;
}
.l-plan-item__text + .p-page-list-block {
padding: 16px !important;
}
.l-plan-item .p-page-bg-col {
margin-top: 16px;
gap: 14px;
}
.l-plan-item .p-page-bg-col__item {
width: calc((100% - 14px) / 2);
}
.l-plan-item .p-page-bg-col .wp-block-heading {
font-size: 1.6rem;
line-height: 1.6;
margin: 0;
}
.l-plan-item .p-page-bg-col p {
font-size: 1.6rem;
line-height: 1.6;
}
.l-plan-item .p-page-list-block {
padding: 10px;
margin-top: 16px;
}
.l-plan-item .p-page-list-block .wp-block-heading {
font-size: 1.6rem;
margin: 0;
}
.l-plan-item .p-page-list-block .wp-block-heading + p {
font-size: 1.6rem;
font-weight: 400;
}
.l-plan-item .p-page-list-block p {
margin: 0;
line-height: 1.6;
font-size: 1.4rem;
font-weight: 500;
}
@media screen and (max-width: 767px) {
.l-plan-item {
margin-top: 42px;
gap: 16px;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.l-plan-item__img {
width: 100%;
}
.l-plan-item__img__head {
padding: 16px 10px;
}
.l-plan-item__img__head .wp-block-heading {
font-size: 2.2rem;
margin-top: 10px;
}
.l-plan-item__img .wp-block-image img {
width: 100% !important;
}
.l-plan-item__main {
width: 100%;
}
.l-plan-item .p-page-bg-col {
gap: 16px;
}
.l-plan-item .p-page-bg-col__item {
width: 100%;
padding: 16px;
}
.l-plan-item .p-page-bg-col .wp-block-heading {
text-align: left;
}
}

:root {
--form-input_padding: 5px;
--form-input_font-size: 1.6rem;
--form-input_border: 1px solid #ccc;
}
.contact {
width: 800px;
margin: 30px auto 40px;
text-align: left;
}
.contact > p {
margin-bottom: 40px;
}
.c-contact-field {
display: grid;
grid-template-columns: 33% 1fr;
margin-bottom: 40px;
}
.c-contact-field input[type=date],
.c-contact-field input[type=text],
.c-contact-field input[type=email],
.c-contact-field input[type=tel],
.c-contact-field textarea {
width: 100%;
padding: var(--form-input_padding);
font-size: var(--form-input_font-size);
border: var(--form-input_border);
}
.c-contact-field input.tel {
width: 24%;
}
.c-contact-field input.zip {
width: 25%;
margin-bottom: 10px;
}
.c-contact-field textarea {
height: 200px;
line-height: 1.5;
}
.c-contact-field input[type=checkbox],
.c-contact-field input[type=radio] {
margin: 0 5px 0 0;
}
.c-contact-field .wpcf7-checkbox,
.c-contact-field .wpcf7-radio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1em;
}
.c-contact-field .wpcf7-checkbox .wpcf7-list-item,
.c-contact-field .wpcf7-radio .wpcf7-list-item {
margin: 0;
}
.c-contact-field .wpcf7-checkbox label,
.c-contact-field .wpcf7-radio label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
cursor: pointer;
}
.c-contact-field .attention,
.c-contact-field .required,
.c-contact-field .any {
padding: 4px 8px;
border-radius: 5px;
color: #fff;
margin-right: 10px;
font-size: 12px;
}
.c-contact-field .attention {
font-size: 13px;
color: #1e2a34;
padding: 0;
margin-right: 0;
}
.c-contact-field .required {
background: #e00;
}
.c-contact-field .any {
background: #aaa;
}
.c-contact-field__item {
grid-column: span 2;
display: grid;
grid-template-columns: subgrid;
border-bottom: 1px dotted #999;
}
.c-contact-field__title {
padding: 15px 10px;
font-size: var(--form-input_font-size);
font-weight: 700;
}
.c-contact-field__detail {
padding: 15px 10px;
line-height: 1.5;
font-size: var(--form-input_font-size);
}
.placeholder {
text-align: left;
color: #aaa;
font-size: 13px;
}
.submit-area {
text-align: center;
}
.submit-area input[type=submit] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 240px;
height: 60px;
background-color: var(--color-main);
border: 2px solid var(--color-main);
color: var(--color-white);
font-weight: bold;
border-radius: 10px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.6rem;
text-decoration: none;
-webkit-transition: 0.3s;
transition: 0.3s;
margin: 0 auto;
}
.submit-area input[type=submit]:hover {
color: var(--color-main);
background-color: var(--color-white);
cursor: pointer;
}
.privacy {
margin: 24px 0;
width: 100%;
height: 300px;
border: 1px solid #1e2a34;
padding: 20px 40px;
overflow-y: scroll;
}
.privacy h2 {
font-size: 18px;
font-size: 1.8rem;
margin: 20px 0 10px;
padding: 0;
border: none;
background-color: transparent;
color: #000;
}
.privacy h2::before {
content: none;
}
.privacy h3 {
font-size: 1.6rem;
border-left: 0;
padding-left: 0;
margin: 18px 0 10px;
border: none;
background-color: transparent;
}
.privacy p {
margin-top: 10px;
font-size: 1.4rem;
line-height: 1.6;
}
.privacy ul.wp-block-list {
margin-top: 10px;
}
.privacy ul.wp-block-list li {
font-size: 1.4rem;
line-height: 1.4;
margin-top: 5px;
}
.agree {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
line-height: 1.5;
}
.agree .required {
padding: 4px 8px;
border-radius: 5px;
text-align: center;
color: #fff;
margin-right: 30px;
font-size: 1.2rem;
background: #e00;
}
.agree .caution {
display: block;
margin-top: 5px;
}
.agree input[type=checkbox] {
margin: 0 5px 0 0;
}
.agree .wpcf7-checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1em;
}
.agree .wpcf7-checkbox .wpcf7-list-item {
margin: 0;
}
.agree .wpcf7-checkbox label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
line-height: 1.3;
font-size: 14px;
}
.formError.inline .formErrorContent {
display: block;
line-height: 1.3;
font-size: 16px;
color: #e00;
background-color: transparent;
} #autozip {
display: none !important;
}
.c-contact-field__child-title {
margin-right: 8px;
}
.c-contact-field input[type=text].c-contact-people {
margin-right: 5px;
width: 80px;
}
.c-contact-field input[type=date].c-contact-desired {
width: 160px;
}
.c-contact-field .c-contact-desired-date {
margin-left: 8px;
padding: var(--form-input_padding);
width: 160px;
font-size: var(--form-input_font-size);
border: var(--form-input_border);
}
@media screen and (max-width: 767px) {
.contact {
width: 100%;
text-align: left;
}
.contact > p {
margin: 40px 0 !important;
}
.c-contact-field {
display: block;
}
.c-contact-field > .c-contact-field__item:first-child {
border-top: 1px dotted #999;
}
.c-contact-field input.tel {
padding: 5px;
width: 60%;
font-size: 16px;
}
.c-contact-field input.zip {
width: 40%;
margin-bottom: 10px;
padding: 3px 5px;
font-size: 16px;
}
.c-contact-field__item {
display: block;
}
.c-contact-field__title {
padding: 15px 0 0;
}
.c-contact-field__detail {
padding: 15px 0;
} input[type=submit],
input[type=button] {
border-radius: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
border: none;
cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
outline-offset: -2px;
}
.submit-area input[type=submit] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 240px;
height: 60px;
border-radius: 10px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.6rem;
text-decoration: none;
margin: 20px auto;
font-weight: bold;
}
.agree .required {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 10px;
}
.agree .text {
text-align: left;
}
.agree .caution {
font-size: 1.2rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
line-height: 1.3;
font-size: 1.4rem;
}
.privacy {
height: 200px;
padding: 0 8% 8%;
}
.privacy h2 {
font-size: 1.6rem;
margin-top: 20px;
}
.privacy h3 {
font-size: 1.5rem;
border-left: 0;
margin-top: 16px;
}
.privacy p {
line-height: 1.5;
}
.c-contact-field__child-title {
display: block;
margin: 0 0 8px;
margin-bottom: 8px;
width: 100%;
}
.c-contact-field input[type=text].c-contact-people {
margin-right: 5px;
width: 120px;
}
.c-contact-field input[type=date].c-contact-desired,
.c-contact-field .c-contact-desired-date {
width: calc(50% - 4px);
}
.c-contact-field .c-contact-desired-date {
margin-left: 8px;
}
}