@import url(https://use.typekit.net/wha2lze.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
box-sizing: border-box;
}
body p {
text-wrap: wrap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
display: block;
}  body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
table,
input,
textarea,
select,
option {
line-height: 1.1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
img {
vertical-align: top;
}
a,
a img {
transition: 0.3s ease-in-out;
}
a {
color: inherit;
text-decoration: none;
}
a:hover,
a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}
img {
max-width: 100%;
}
footer.wp-block-template-part {
position: relative;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
width: 100vw;
height: 100dvh;
padding-left: 27.1vw;
padding-right: 2.8vw;
gap: 5vh 0;
}
.footer__inner {
display: flex;
gap: 0 10vw;
justify-content: space-between;
margin-top: 24vh;
position: relative;
width: 100%;
}
.footer__content-vertical {
display: flex;
font-size: max(1.1vh, 9px);
gap: 1vh;
justify-content: space-between;
line-height: 1;
text-orientation: sideways;
writing-mode: vertical-rl;
}
.footer__content-vertical a {
font-size: max(1.1vh, 9px);
line-height: 1;
text-decoration: underline !important;
text-decoration-thickness: 1px;
}
.footer__data {
width: 100%;
}
.footer__data .btn-action-contact {
display: inline-flex;
align-items: flex-start;
font-family: loew-variable, sans-serif;
font-size: 7.5vw;
font-variation-settings: "wdth" 100, "wght" 100, "ital" 0;
gap: 0 3vw;
line-height: 1;
transform: translateY(-.3vh);
transition: all .3s ease-in-out;
}
.footer__data .btn-action-contact .icon__footer {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
position: relative;
}
.footer__data .btn-action-contact .icon__footer .icon__footer-arrow {
bottom: 0;
height: 2vw;
left: .3vw;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 2vw;
}
.footer__data .btn-action-contact .icon__footer .icon__footer-circle {
fill: none;
stroke: #000;
stroke-width: 2px;
stroke-dasharray: 345.4px;
stroke-dashoffset: 0;
align-items: center;
display: flex;
height: 6.2vw;
justify-content: center;
width: 6.2vw;
}
.footer__data .btn-action-contact:hover {
text-decoration: none;
font-variation-settings: "wdth" 100, "wght" 500, "ital" 0;
animation: colorToYellow .3s ease-out forwards;
}
.footer__data .btn-action-contact:hover .icon__footer .icon__footer-arrow {
animation: strokeToWhite .3s ease-out forwards;
}
.footer__data .btn-action-contact:hover .icon__footer .icon__footer-circle {
animation: dashoffsetToZero .3s ease-out forwards, strokeToTransparent .3s ease-out forwards, fillToYellow .3s ease-out forwards;
}
.footer__data .wrap__footer-content {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 9vw;
margin-top: 5vh;
}
.footer__data .wrap__footer-content .wrap__footer-content-left {
display: block;
font-size: max(.9vw, 13px);
}
.footer__data .wrap__footer-content .wrap__footer-content-left .content-address {
margin-top: 3vh;
word-break: auto-phrase;
}
.footer__data .wrap__footer-content .wrap__footer-content-left .content-phone {
margin-top: 3vh;
}
.footer__data .wrap__footer-content .wrap__footer-content-left .content-sns {
display: flex;
gap: 20px max(3vw, 40px);
margin-top: 5.7vh;
}
.footer__data .wrap__footer-content .wrap__footer-content-left .content-sns a {
font-size: max(.9vw, 13px);
text-decoration: underline !important;
text-decoration-thickness: 2px !important;
}
.footer__data .wrap__footer-content .wrap__footer-content-right {
display: block;
}
.footer__data .wrap__footer-content .wrap__footer-content-right .grid__other-site {
display: grid;
gap: 15px 4vw;
grid-template-columns: 6vw 6vw 6vw;
}
.footer__data .wrap__footer-content .wrap__footer-content-right .grid__other-site .item__other-site {
align-items: center;
display: flex;
height: auto;
justify-content: center;
width: 100%;
}
.footer__data .wrap__footer-content .wrap__footer-content-right .grid__other-site .item__other-site img {
height: 100%;
object-fit: contain !important;
width: 100%;
}
.footer__logo {
margin-bottom: 3vw;
margin-top: auto;
transform: translateY(.3vh);
width: 100%;
}
.footer__logo img {
display: flex;
align-items: flex-end;
width: 70.1vw;
height: auto;
z-index: -1;
}
@media screen and (max-width: 768px) {
footer.wp-block-template-part {
height: auto;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.footer__content-vertical {
gap: 5vh;
}
.footer__inner {
align-items: flex-end;
gap: 0 13vw;
margin-top: 0;
}
.footer__data .btn-action-contact {
font-size: 12vw;
font-variation-settings: "wdth" 100, "wght" 200, "ital" 0;
transform: translateY(0);
}
.footer__data .btn-action-contact .icon__footer .icon__footer-arrow {
height: 3vw;
width: 3vw;
}
.footer__data .btn-action-contact .icon__footer .icon__footer-circle {
stroke-width: 3px;
height: 10vw;
width: 10vw;
}
.footer__data .wrap__footer-content {
align-items: flex-start;
flex-direction: column-reverse;
}
.footer__data .wrap__footer-content .wrap__footer-content-right .grid__other-site {
border-bottom: 1px solid #c9c9c9;
border-top: 1px solid #c9c9c9;
gap: 17px 10vw;
grid-template-columns: 1fr 1fr 1fr;
padding-bottom: 25px;
padding-top: 25px;
}
.footer__logo {
margin-bottom: 0;
}
.footer__logo img {
height: auto;
width: 100%;
}
}
@keyframes colorToYellow {
0% {
color: #000000;
}
80% {
color: #000000;
}
100% {
color: #ffdb00cc;
}
}
@keyframes dashoffsetToZero {
0% {
stroke-dashoffset: calc(110px * 3.14);
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes strokeToTransparent {
0% {
stroke: #000000;
}
80% {
stroke: #000000;
}
100% {
stroke: transparent;
}
}
@keyframes strokeToWhite {
0% {
filter: none;
}
80% {
filter: none;
}
100% {
filter: invert(97%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(107%) contrast(102%);
}
}
@keyframes fillToYellow {
0% {
fill: transparent;
}
80% {
fill: transparent;
}
100% {
fill: #ffdb00cc;
}
}
:root {
--font-featured: "neue-haas-grotesk-display", sans-serif;
--color-yellow: #ffd500;
--color-gray: #333333;
--color-light-gray: #D6D6D6;
--color-line: #3B3B3B;
--color-title-gray: #666666;
--svh: 1svh;
--lvh: 1lvh;
}
html {
overflow-x: hidden;
}
body {
font-family: 'Noto Sans JP', sans-serif;
font-size: max(1vw, 11px);
line-height: 1.7;
font-weight: 350;
letter-spacing: 0;
max-width: 100%;
color: #000;
min-height: calc(100 * var(--lvh));
text-rendering: optimizeSpeed;
overflow-x: hidden;
}
body::-webkit-scrollbar {
display: none;
}
a {
text-decoration: unset !important;
}
figure {
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
margin-block: 0;
letter-spacing: 0;
line-height: 1.7;
}
h1.site-title--top {
line-height: 1.125;
}
*,
:after,
:before {
box-sizing: border-box;
}
main.wp-block-group:not(.main-top-page) {
position: relative;
max-width: 100%;
display: flex;
justify-content: space-between;
width: 100%;
z-index: 2;
padding: 24vh 2.8vw 12vh;
margin-top: 0;
margin-inline: auto;
gap: 0 30px;
}
.overlay-background-page {
position: fixed;
z-index: -1;
}
.sp-only {
display: none;
}
:root :where(.is-layout-flow)>* {
margin-block-start: 0;
}
.wrap__fixed-background {
position: fixed !important;
inset: 0;
background-color: #e9e9e9;
width: 100vw;
height: 100dvh;
margin: 0;
z-index: -10;
}
.wrap__fixed-background>figure {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.wrap__fixed-background .wrap__fixed-background-main img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: right center;
}
.wrap__fixed-background .wrap__fixed-background-shadow {
opacity: 0;
}
.wrap__fixed-background .wrap__fixed-background-shadow img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: right center;
}
.wrap__content-page {
position: relative;
width: 100%;
}
.wrap__separator {
background-color: #b4b4b4;
height: 1px;
margin: 13vw 0 0;
width: 100%;
border: 0;
}
.page-template-company .wrap__separator {
width: calc(100% - 24.3vw);
margin-left: auto;
}
.wrap__content-page-default {
padding-left: 24.3vw;
padding-right: 24.3vw;
position: relative;
width: 100%;
transform: translateY(-1.4vw);
}
.wrap__content-page-default .wp-block-post-title {
font-family: neue-haas-grotesk-display, sans-serif;
font-size: max(4.5vw, 46px);
font-weight: 100;
line-height: 1.3;
}
.wrap__content-page-default .wp-block-heading {
font-size: max(1vw, 12px);
font-weight: 700;
line-height: 1.2;
}
.wrap__content-page-default .wp-block-post-content {
display: block;
font-size: max(1vw, 13px);
line-height: 2;
margin-top: 100px;
}
.wrap__content-page-default .wp-block-post-content p {
margin: 30px 0;
letter-spacing: .03em;
}
.wrap__content-page-default .wp-block-post-content p:last-child {
margin-bottom: 0;
}
.wrap__content-page-default .wp-block-post-content ul,
.wrap__content-page-default .wp-block-post-content ol {
margin: 40px 0;
}
.wrap__content-page-default .wp-block-post-content ul {
list-style: disc;
}
.wrap__content-page-default .wp-block-post-content ol {
list-style: decimal;
}
.wrap__content-page-default .wp-block-post-content li {
margin: 30px 0;
}
.wrap__content-page-default .wp-block-post-content li p {
margin: 0;
}
.wrap__content-page-default .wp-block-post-content li ol,
.wrap__content-page-default .wp-block-post-content li>ul {
margin: 0 0 0 40px;
}
.wrap__content-page-default .wp-block-post-content li ol li,
.wrap__content-page-default .wp-block-post-content li>ul li {
margin: 0;
}
@media screen and (min-width: 769px) {
.hidden-desktop {
display: none !important;
}
}
@media screen and (max-width: 768px) {
.visible-desktop {
display: none !important;
}
.pc-only {
display: none;
}
.sp-only {
display: block;
}
main.wp-block-group:not(.main-top-page) {
padding: 140px 20px 14vh;
}
.wrap__content-page .wp-block-post-title {
display: block;
font-family: Shippori Mincho B1, serif;
font-size: max(2vw, 20px);
font-weight: 700;
line-height: 1;
text-transform: uppercase;
margin: 0 0 55px;
border-bottom: 1px solid #000;
padding-bottom: 10px;
}
.wrap__separator {
margin: 110px 0 0;
width: 100% !important;
}
.wrap__content-page-default {
padding-left: 0;
padding-right: 0;
}
.wrap__content-page-default .wp-block-post-content {
margin-top: 70px;
}
} .visually-hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap;
}