@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 body {
margin: 0;
font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
line-height: 1.6;
color: #000;
background-color: #fff;
}
html.is-menu-open,
body.is-menu-open {
height: 100%;
overflow: hidden;
}
img {
width: 100%;
height: 100%;
}
h1 {
margin: 0;
padding: 0;
font-size: 35px;
font-weight: 700;
line-height: 1.8;
}
@media (max-width: 768px) {
h1 {
font-size: 24px;
}
}
h2 {
margin: 0;
padding: 0;
font-size: 30px;
font-weight: 700;
line-height: 1.8;
}
@media (max-width: 768px) {
h2 {
font-size: 22px;
}
}
h3 {
margin: 0;
padding: 0;
font-size: 25px;
font-weight: 700;
line-height: 1.8;
}
@media (max-width: 768px) {
h3 {
font-size: 20px;
}
}
h4 {
margin: 0;
padding: 0;
font-size: 22px;
font-weight: 700;
line-height: 1.8;
}
@media (max-width: 768px) {
h4 {
font-size: 18px;
}
}
p {
font-size: 20px;
line-height: 1.6;
}
@media (max-width: 768px) {
p {
font-size: 18px;
text-align: justify;
}
}
small {
font-size: 14px;
}
@media (max-width: 768px) {
.u-pc-only {
display: none;
}
}
.u-sp-only {
display: none;
}
@media (max-width: 768px) {
.u-sp-only {
display: block;
}
} .u-anim {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(30px);
}
.u-anim.is-visible {
opacity: 1;
transform: translateY(0);
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade-in-up {
from {
opacity: 0;
transform: translateY(40px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fade-in-down {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slide-in-left {
from {
opacity: 0;
transform: translateX(-50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slide-in-right {
from {
opacity: 0;
transform: translateX(50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes scale-in {
from {
opacity: 0;
transform: scale(0.9);
}
to {
opacity: 1;
transform: scale(1);
}
}
@keyframes rotate-in {
from {
opacity: 0;
transform: rotate(-10deg) scale(0.95);
}
to {
opacity: 1;
transform: rotate(0) scale(1);
}
}
.u-anim-fade-up {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(50px);
}
.u-anim-fade-up.is-visible {
opacity: 1;
transform: translateY(0);
}
.u-anim-float-up {
opacity: 0;
transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(70px) scale(0.95);
}
.u-anim-float-up.is-visible {
opacity: 1;
transform: translateY(0) scale(1);
}
.u-anim-bounce {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
transform: scale(0.7) translateY(30px);
}
.u-anim-bounce.is-visible {
opacity: 1;
transform: scale(1) translateY(0);
}
.u-anim-blur-in {
opacity: 0;
transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), filter 1s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(20px);
filter: blur(12px);
}
.u-anim-blur-in.is-visible {
opacity: 1;
transform: translateY(0);
filter: blur(0);
}
.u-anim-rotate-in {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(30px) rotate(-5deg);
}
.u-anim-rotate-in.is-visible {
opacity: 1;
transform: translateY(0) rotate(0);
}
.u-anim-cross-in {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateX(-80px) scale(0.8);
}
.u-anim-cross-in.is-visible {
opacity: 1;
transform: translateX(0) scale(1);
}
.u-anim-cross-in--right {
transform: translateX(80px) scale(0.8);
}
.u-anim-cross-in--right.is-visible {
transform: translateX(0) scale(1);
}
.u-anim-fade-down {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(-30px);
}
.u-anim-fade-down.is-visible {
opacity: 1;
transform: translateY(0);
}
.u-anim-slide-left {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateX(-80px);
}
.u-anim-slide-left.is-visible {
opacity: 1;
transform: translateX(0);
}
.u-anim-slide-right {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateX(80px);
}
.u-anim-slide-right.is-visible {
opacity: 1;
transform: translateX(0);
}
.u-anim-scale {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
transform: scale(0.85);
}
.u-anim-scale.is-visible {
opacity: 1;
transform: scale(1);
}
.u-anim-fade {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.u-anim-fade.is-visible {
opacity: 1;
}
.u-anim-delay-1 {
transition-delay: 0.1s;
}
.u-anim-delay-2 {
transition-delay: 0.2s;
}
.u-anim-delay-3 {
transition-delay: 0.3s;
}
.u-anim-delay-4 {
transition-delay: 0.4s;
}
.u-anim-delay-5 {
transition-delay: 0.5s;
}
.u-anim-delay-6 {
transition-delay: 0.6s;
}
.u-anim-delay-7 {
transition-delay: 0.7s;
}
.u-anim-delay-8 {
transition-delay: 0.8s;
}
.u-anim-stagger > * {
opacity: 0;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(30px);
}
.u-anim-stagger.is-visible > * {
opacity: 1;
transform: translateY(0);
}
.u-anim-stagger.is-visible > *:nth-child(1) {
transition-delay: 0s;
}
.u-anim-stagger.is-visible > *:nth-child(2) {
transition-delay: 0.1s;
}
.u-anim-stagger.is-visible > *:nth-child(3) {
transition-delay: 0.2s;
}
.u-anim-stagger.is-visible > *:nth-child(4) {
transition-delay: 0.3s;
}
.u-anim-stagger.is-visible > *:nth-child(5) {
transition-delay: 0.4s;
}
.u-anim-stagger.is-visible > *:nth-child(6) {
transition-delay: 0.5s;
}
.u-anim-stagger.is-visible > *:nth-child(7) {
transition-delay: 0.6s;
}
.u-anim-stagger.is-visible > *:nth-child(8) {
transition-delay: 0.7s;
}
.u-anim-stagger.is-visible > *:nth-child(9) {
transition-delay: 0.8s;
}
.u-section-reveal {
position: relative;
overflow: visible;
background-color: transparent;
}
.u-section-reveal::before {
position: absolute;
top: -30px;
left: 50%;
z-index: -1;
width: 100%;
height: calc(100% + 60px);
transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateX(-50%) scaleX(0.65);
transform-origin: center center;
content: "";
background-color: var(--section-bg, #fff);
}
.u-section-reveal.is-in-view::before {
transform: translateX(-50%) scaleX(1.12);
}
.u-section-reveal.l-section--background-light-gray, .u-section-reveal.l-section--background-middle-gray, .u-section-reveal.l-section--background-black {
background-color: transparent;
}
.c-logo-button {
display: block;
width: 180px;
}
@media (max-width: 992px) {
.c-logo-button {
align-items: center;
width: 125px;
}
}
.c-logo-button .c-logo {
display: block;
width: 100%;
height: auto;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.c-logo-button:hover .c-logo {
transform: scale(1.03);
opacity: 0.9;
}
.c-logo-button .c-logo-tagline {
font-size: 16px;
font-weight: 700;
letter-spacing: 0.022em;
}
@media (max-width: 992px) {
.c-logo-button .c-logo-tagline {
font-size: 11px;
}
}
.c-splash {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(165deg, #f8f9fc 0%, #eef1f8 40%, #f5f6fa 100%);
opacity: 1;
transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
pointer-events: none;
}
.c-splash.is-hidden {
opacity: 0;
pointer-events: none;
}
.c-splash.is-removed {
display: none;
}
.c-splash__inner {
display: flex;
align-items: center;
justify-content: center;
}
.c-splash__logo {
display: block;
max-width: 200px;
height: auto;
opacity: 0;
transform: scale(0.92);
animation: splash-logo-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}
@media (max-width: 768px) {
.c-splash__logo {
max-width: 160px;
}
}
.c-splash__brand {
display: block;
font-family: "Noto Sans JP", sans-serif;
font-size: 28px;
font-weight: 700;
letter-spacing: 0.2em;
color: #000;
opacity: 0;
transform: scale(0.95);
animation: splash-logo-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}
@media (max-width: 768px) {
.c-splash__brand {
font-size: 22px;
letter-spacing: 0.15em;
}
}
@keyframes splash-logo-in {
0% {
opacity: 0;
transform: scale(0.92);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.c-news-list {
display: flex;
flex-direction: column;
width: 100%;
}
.c-news-list ul {
display: flex;
flex-direction: column;
width: 100%;
}
.c-news-list ul li {
border-bottom: 1px solid #d9d9d9;
}
.c-news-list ul li a {
display: flex;
width: 100%;
padding: 15px 0;
gap: 20px;
}
@media (max-width: 576px) {
.c-news-list ul li a .c-news-list__date {
white-space: nowrap;
flex: 0 0 auto;
}
}
.c-news-list ul li a .c-news-list__title {
width: 100%;
flex: 1 1 auto;
}
.c-contact-form .c-contact-form__inner {
width: 100%;
padding: 30px;
}
@media (max-width: 768px) {
.c-contact-form .c-contact-form__inner {
padding: 0;
}
}
.c-contact-form .c-contact-form__inner .wpcf7 {
width: 100%;
}
.c-contact-form .c-contact-form__inner .wpcf7 form {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
gap: 20px;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item {
width: 100%;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p {
display: flex;
flex-direction: column;
width: 100%;
gap: 5px;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p label {
display: block;
font-size: 16px;
font-weight: 700;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span {
color: black;
border-radius: 3px;
background-color: white;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span input {
width: 100%;
padding: 0 10px;
font-weight: 700;
line-height: 3;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span textarea {
width: 100%;
padding: 10px;
font-weight: 700;
line-height: 1.8;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p small {
display: block;
width: 100%;
margin-top: 10px;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p .c-contact-form__submit-button {
width: -moz-fit-content;
width: fit-content;
padding: 15px 30px;
font-size: 24px;
font-weight: 700;
letter-spacing: 0.05em;
text-align: center;
border-radius: 3px;
box-shadow: 2px 2px 3px rgba(255, 255, 255, 0.215);
background-color: #2692b0;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
@media (max-width: 768px) {
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p .c-contact-form__submit-button {
width: 100%;
}
}
@keyframes menuFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
header {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: #f5f5f5;
padding-bottom: 20px;
padding-top: 20px;
}
header .l-header__inner {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 0 2.7vw;
}
@media (max-width: 992px) {
header .l-header__inner {
padding: 0 20px;
}
}
header .l-header__inner .l-header__nav-container {
display: flex;
flex-direction: row;
align-items: center;
}
@media (max-width: 768px) {
header .l-header__inner .l-header__nav-container {
display: none;
}
}
header .l-header__inner .l-header__nav-container ul {
display: flex;
letter-spacing: 0.1em;
gap: 20px;
}
@media (max-width: 992px) {
header .l-header__inner .l-header__nav-container ul {
font-size: 14px;
}
}
header .l-header__inner .l-header__nav-container ul a {
position: relative;
transition: color 0.3s ease;
}
header .l-header__inner .l-header__nav-container ul a::after {
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 2px;
background: #1f0bd3;
content: "";
transition: width 0.3s ease-out;
}
header .l-header__inner .l-header__nav-container ul a:hover::after {
width: 100%;
}
header .l-header__inner .l-header__hamburger-button {
position: relative;
z-index: 99999;
display: none;
transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
header .l-header__inner .l-header__hamburger-button {
display: block;
width: 50px;
height: 50px;
border-radius: 5px;
background-image: url(//www.slee-group.co.jp/wp-content/themes/slee/assets/images/hamburger-icon.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
}
header .l-header__inner .l-header__hamburger-button:hover {
cursor: pointer;
transform: scale(1.05);
}
header .l-header__inner .l-header__hamburger-button.is-active {
color: white;
background-image: url(//www.slee-group.co.jp/wp-content/themes/slee/assets/images/batsu.svg);
transform: rotate(90deg);
}
}
header .l-header__inner .l-header__hamburger-menu {
z-index: 99999;
display: none;
}
@media (max-width: 768px) {
header .l-header__inner .l-header__hamburger-menu {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100vw;
height: 100vh;
background-color: black;
padding-top: 100px;
}
header .l-header__inner .l-header__hamburger-menu.is-active {
display: flex;
flex-direction: column;
gap: 60px;
animation: menuFadeIn 0.3s ease forwards;
}
header .l-header__inner .l-header__hamburger-menu ul {
width: 100%;
font-size: 20px;
color: white;
margin-left: 50px;
margin-right: 50px;
}
header .l-header__inner .l-header__hamburger-menu ul li {
border-bottom: white 1px solid;
}
header .l-header__inner .l-header__hamburger-menu ul li a {
display: block;
width: 100%;
height: 100%;
padding-bottom: 20px;
padding-top: 20px;
}
}
footer {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: #f5f5f5;
padding-bottom: 10px;
padding-top: 30px;
}
@media (max-width: 992px) {
footer {
padding-top: 45px;
}
}
footer .l-footer__inner {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 0 60px;
gap: 20px;
}
@media (max-width: 992px) {
footer .l-footer__inner {
flex-direction: column;
align-items: center;
padding: 0 20px;
}
}
footer .l-footer__inner .l-footer__top {
display: flex;
justify-content: space-between;
width: 100%;
}
@media (max-width: 992px) {
footer .l-footer__inner .l-footer__top {
flex-direction: column;
align-items: center;
gap: 30px;
}
}
footer .l-footer__inner .l-footer__top .l-footer__nav-container {
display: flex;
flex-direction: row;
align-items: center;
}
@media (max-width: 768px) {
footer .l-footer__inner .l-footer__top .l-footer__nav-container {
flex-direction: column;
width: 100%;
}
}
footer .l-footer__inner .l-footer__top .l-footer__nav-container ul {
display: flex;
letter-spacing: 0.1em;
gap: 20px;
}
@media (max-width: 768px) {
footer .l-footer__inner .l-footer__top .l-footer__nav-container ul {
flex-direction: column;
align-items: center;
width: 100%;
gap: 0;
}
}
@media (max-width: 768px) {
footer .l-footer__inner .l-footer__top .l-footer__nav-container ul li {
width: 100%;
text-align: center;
border-bottom: 1px solid black;
padding-bottom: 20px;
padding-top: 20px;
}
footer .l-footer__inner .l-footer__top .l-footer__nav-container ul li:first-child {
border-top: 1px solid black;
}
}
footer .l-footer__inner .l-footer__info {
display: flex;
justify-content: right;
width: 100%;
font-size: 14px;
}
@media (max-width: 768px) {
footer .l-footer__inner .l-footer__info {
justify-content: center;
text-align: center;
margin-top: 30px;
}
}
footer .l-footer__inner .l-footer__info a {
width: -moz-fit-content;
width: fit-content;
}
.l-section--pad-default {
padding-bottom: 60px;
padding-top: 60px;
}
@media (max-width: 992px) {
.l-section {
padding-left: 20px;
padding-right: 20px;
}
}
@media (max-width: 768px) {
.l-section {
padding-left: 16px;
padding-right: 16px;
}
}
.l-section--background-light-gray {
--section-bg: #f5f5f5;
background-color: #f5f5f5;
}
.l-section--background-middle-gray {
--section-bg: #d9d9d9;
background-color: #d9d9d9;
}
.l-section--background-black {
--section-bg: black;
color: white;
background-color: black;
}
.l-section__inner {
max-width: var(--content-size, 960px);
margin-inline: auto; }
.l-section__inner--narrow {
--content-size: 814px;
}
.l-section__inner--wide {
--content-size: 1280px;
}
.l-section__inner--full {
--content-size: 100%;
}
.l-section__inner--center {
text-align: center;
}
@keyframes mv-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.p-top .p-top__section-inner {
display: flex;
flex-direction: column;
gap: 30px;
}
.p-top h2 {
font-family: "Noto Sans JP", sans-serif;
font-size: 60px;
}
.p-top p {
font-size: 16px;
}
.p-top .p-top__title-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.p-top .p-top__title-container h2 {
line-height: 1;
}
.p-top .p-top__title-container p {
font-size: 14px;
}
.p-top .p-top__mv {
position: relative;
height: 88vh;
padding: 3.25vw;
}
@media (max-width: 576px) {
.p-top .p-top__mv {
padding: 11vw;
}
}
.p-top .p-top__mv .p-top__mv-media {
width: 100%;
height: 100%;
}
.p-top .p-top__mv .p-top__mv-media.p-top__mv-media--anim {
animation: mv-fade-in 1.2s ease-out forwards;
}
.p-top .p-top__mv .p-top__mv-media .p-top__mv-bg-image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.p-top .p-top__mv .p-top__mv-media .p-top__mv-bg-image--sp {
display: none;
}
@media (max-width: 576px) {
.p-top .p-top__mv .p-top__mv-media .p-top__mv-bg-image--sp {
display: block;
}
}
.p-top .p-top__mv .p-top__mv-media span {
position: absolute;
z-index: 100;
width: 100%;
height: 100%;
inset: 0;
}
.p-top .p-top__mv .p-top__mv-title-image {
position: absolute;
top: 2.7vw;
left: 2.7vw;
z-index: 2;
width: 30vw;
height: auto;
}
@media (max-width: 576px) {
.p-top .p-top__mv .p-top__mv-title-image {
top: 5.5vw;
left: 5.5vw;
width: 70vw;
}
}
.p-top .p-top__mv .p-top__mv-subtitle-image {
position: absolute;
right: 2.7vw;
bottom: 11vw;
z-index: 2;
width: 41vw;
height: auto;
}
@media (max-width: 576px) {
.p-top .p-top__mv .p-top__mv-subtitle-image {
top: 50%;
right: 5.5vw;
width: 80%;
transform: translateY(-50%);
}
}
.p-top .p-top__mv .p-top__mv-white-image {
position: absolute;
bottom: 2.55vw;
left: 50%;
z-index: 2;
width: 90vw;
height: auto;
transform: translateX(-50%);
}
@media (max-width: 576px) {
.p-top .p-top__mv .p-top__mv-white-image {
bottom: 10.5vw;
width: 77.5vw;
}
}
.p-top .p-top__news .p-top__news-text-button {
display: inline-block;
transition: color 0.3s ease, transform 0.3s ease;
margin-left: auto;
}
.p-top .p-top__news .p-top__news-text-button:hover {
color: #1f0bd3;
transform: translateX(4px);
}
.p-top .p-top__mission .p-top__content-container {
display: flex;
flex-direction: column;
gap: 20px;
}
@media (max-width: 768px) {
.p-top .p-top__mission .p-top__content-container {
align-items: center;
}
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-content-title {
font-size: 30px;
font-weight: 700;
line-height: 1.5;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-content-title {
display: block;
font-size: 24px;
text-align: center;
}
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom: 10px;
}
@media (max-width: 768px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure {
gap: 10px;
}
}
@media (max-width: 576px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure {
gap: 3px;
}
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-circle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 200px;
height: 200px;
padding: 10px;
font-size: 24px;
font-weight: 700;
color: white;
background: black;
border-radius: 50%;
}
@media (max-width: 768px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-circle {
width: 150px;
height: 150px;
font-size: 20px;
}
}
@media (max-width: 576px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-circle {
width: 100px;
height: 100px;
font-size: 16px;
}
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-circle small {
font-weight: 400;
}
@media (max-width: 576px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-circle small {
font-size: 12px;
}
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-cross {
position: relative;
width: 40px; height: 40px;
}
@media (max-width: 768px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-cross {
width: 30px; height: 30px;
}
}
@media (max-width: 576px) {
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-cross {
width: 15px; height: 15px;
}
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-cross::before,
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-cross::after {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 3px; background: #000;
transform-origin: center;
content: "";
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-cross::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.p-top .p-top__mission .p-top__content-container .p-top__mission-figure .p-top__mission-cross::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.p-top .p-top__business .p-top__business-box-container {
display: flex;
flex-direction: column;
}
.p-top .p-top__business .p-top__business-box-container .p-top__business-box {
display: flex;
padding: 20px 0;
border-bottom: 1px solid #d9d9d9;
transition: box-shadow 0.4s ease, transform 0.4s ease;
gap: 30px;
}
@media (max-width: 768px) {
.p-top .p-top__business .p-top__business-box-container .p-top__business-box {
flex-direction: column;
align-items: center;
text-align: center;
}
}
.p-top .p-top__business .p-top__business-box-container .p-top__business-box img {
max-width: 334px;
min-width: 334px;
transition: box-shadow 0.4s ease;
}
@media (max-width: 768px) {
.p-top .p-top__business .p-top__business-box-container .p-top__business-box img {
min-width: 100%;
min-height: auto;
}
}
.p-top .p-top__business .p-top__business-box-container .p-top__business-box:hover {
transform: translateY(-4px);
}
@media (max-width: 768px) {
.p-top .p-top__business .p-top__business-box-container .p-top__business-box:hover {
transform: none;
}
}
.p-top .p-top__business .p-top__business-box-container .p-top__business-box:hover img {
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.p-top .p-top__business .p-top__business-box-container .p-top__business-box .p-top__business-box-content {
display: flex;
flex-direction: column;
justify-content: center;
gap: 12px;
}
.p-top .p-top__business .p-top__business-box-container .p-top__business-box .p-top__business-box-content h3 {
line-height: 1.4;
}
.p-top .p-top__business .p-top__business-box-container .p-top__business-box:nth-child(even) {
flex-direction: row-reverse;
}
@media (max-width: 768px) {
.p-top .p-top__business .p-top__business-box-container .p-top__business-box:nth-child(even) {
flex-direction: column;
}
}
.p-top .p-top__message .p-top__content-container {
display: flex;
flex-direction: column;
gap: 30px;
}
.p-top .p-top__message .p-top__info {
display: flex;
flex-direction: column;
padding: 20px;
border: 1px solid black;
gap: 8px;
}
.p-top .p-top__message .p-top__info p {
font-size: 16px;
}
@media (max-width: 576px) {
.p-top .p-top__message .p-top__info p {
font-size: 14px;
}
}
.p-top .p-top__company .p-top__company-table {
width: 100%;
font-size: 20px;
border-collapse: collapse;
}
@media (max-width: 576px) {
.p-top .p-top__company .p-top__company-table {
font-size: 14px;
}
}
.p-top .p-top__company .p-top__company-table th,
.p-top .p-top__company .p-top__company-table td {
padding: 8px;
text-align: left;
border: 1px solid black;
}
.p-top .p-top__company .p-top__company-table th {
width: 20%;
text-align: center;
}
@media (max-width: 576px) {
.p-top .p-top__company .p-top__company-table th {
width: 30%;
}
}
.p-singular .p-singular-hero__inner {
display: flex;
flex-direction: column;
}
.p-singular .p-singular-hero__inner h1 {
min-width: 100%;
margin: 30px 0 0;
padding: 0;
}
.p-singular .p-singular-hero__inner .p-singular-hero__date {
width: 100%;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.p-singular .p-singular-hero__inner {
padding-bottom: 12px;
padding-left: 0;
padding-right: 0;
}
.p-singular .p-singular-hero__inner h1 {
margin: 16px 0 0;
}
}
.p-singular h2 {
margin: 20px 0 0;
}
.p-singular h2::after {
display: block;
width: 100%;
height: 1.5px;
content: "";
background-color: #d9d9d9;
margin-bottom: 15px;
margin-top: 15px;
}
.p-singular .p-singular-content__inner {
padding-bottom: 60px;
padding-top: 20px;
}
.p-singular .p-singular-content__inner h3 {
display: flex;
align-items: center;
margin: 30px 0 0;
gap: 12px;
}
.p-singular .p-singular-content__inner h3::before {
display: inline-block;
width: 6px;
height: 45px;
content: "";
background-color: #d9d9d9;
}
.p-singular .p-singular-content__inner h4 {
margin-top: 20px;
}
.p-singular .p-singular-content__inner p {
line-height: 2;
margin-bottom: 10px;
margin-top: 10px;
}
.p-singular .p-singular-content__inner ol {
display: flex;
flex-direction: column;
font-size: 20px;
gap: 5px;
margin-bottom: 10px;
margin-left: 1.5em;
margin-top: 10px;
}
.p-singular .p-singular-content__inner ol li {
font-size: 20px;
line-height: 1.6;
list-style: square;
}
@media (max-width: 768px) {
.p-singular .p-singular-content__inner {
padding-top: 0;
}
.p-singular .p-singular-content__inner h2::before {
width: 6px;
height: 35px;
}
.p-singular .p-singular-content__inner h3::after {
height: 1px;
}
}
.p-page .p-page-hero__inner {
display: flex;
flex-direction: column;
}
.p-page .p-page-hero__inner h1 {
margin: 30px 0 0;
}
.p-page .p-page-hero__inner .p-page-hero__date {
width: 100%;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.p-page .p-page-hero__inner {
padding-bottom: 12px;
padding-left: 0;
padding-right: 0;
}
.p-page .p-page-hero__inner h1 {
margin: 16px 0 0;
}
}
.p-page h2 {
margin: 20px 0 0;
}
.p-page h2::after {
display: block;
width: 100%;
height: 1.5px;
content: "";
background-color: #d9d9d9;
margin-bottom: 15px;
margin-top: 15px;
}
.p-page .p-page-content__inner {
padding-bottom: 60px;
padding-top: 20px;
}
.p-page .p-page-content__inner h3 {
display: flex;
align-items: center;
margin: 30px 0 0;
gap: 12px;
}
.p-page .p-page-content__inner h3::before {
display: inline-block;
width: 6px;
height: 45px;
content: "";
background-color: #d9d9d9;
}
.p-page .p-page-content__inner h4 {
margin-top: 20px;
}
.p-page .p-page-content__inner p {
line-height: 2;
margin-bottom: 10px;
margin-top: 10px;
}
.p-page .p-page-content__inner ol {
display: flex;
flex-direction: column;
font-size: 20px;
gap: 5px;
margin-bottom: 10px;
margin-left: 1.5em;
margin-top: 10px;
}
.p-page .p-page-content__inner ol li {
font-size: 20px;
line-height: 1.6;
list-style: square;
}
@media (max-width: 768px) {
.p-page .p-page-content__inner {
padding-top: 0;
}
.p-page .p-page-content__inner h2::before {
width: 6px;
height: 35px;
}
.p-page .p-page-content__inner h3::after {
height: 1px;
}
}
.p-news-archive {
width: 100%;
padding-bottom: 30px;
padding-top: 30px;
}
.p-news-archive .p-news-archive__title-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.p-news-archive .p-news-archive__content {
padding-top: 30px;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container {
display: flex;
justify-content: space-around;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container .p-news-archive__button {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
color: white;
background: black;
margin-top: 20px;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container .p-news-archive__button.p-news-archive__button--pre {
margin-right: auto;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container .p-news-archive__button.p-news-archive__button--next {
margin-left: auto;
}