*,
*::before,
*::after {
box-sizing: border-box;
min-inline-size: 0;
}
:root {
--font-size-12: .75rem;
--font-size-14: .875rem;
--font-size-16: 1rem;
--font-size-18: 1.125rem;
--font-size-21: 1.3125rem;
--font-size-24: 1.5rem;
--font-size-26: 1.625rem;
--font-size-32: 2rem;
--font-size-40: 2.5rem;
--font-size-48: 3rem;
--font-size-56: 3.5rem;
--font-size-64: 4rem;
--font-size-72: 4.5rem;
--font-size-80: 5rem;
--font-size-88: 5.5rem;
--font-size-128: 8rem;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
margin: 0;
}
body {
color: #111;
font-size: var(--font-size-16);
font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
line-height: 1.8;
min-height: 100vh;
overflow-x: clip;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
}
:where(ul, ol) {
list-style: none;
list-style-type: '';
padding: unset;
margin: 0;
}
h1, h2, h3, h4, button, input, label {
line-height: 1.4;
}
img, picture {
display: block;
max-width: 100%;
height: auto;
}
:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
cursor: pointer;
}
:where(button, [type='button'], [type='reset'], [type='submit']) {
touch-action: manipulation;
}
legend, fieldset {
all: unset;
}
input, button, textarea, select {
font: inherit;
}
:target {
scroll-margin-block: 5ex;
}
:focus:not(:focus-visible) {
outline: none;
}
@media (prefers-reduced-motion: reduce) {
*, ::before, ::after, ::backdrop {
background-attachment: scroll !important;
transition-delay: 0s !important;
transition-duration: 1ms !important;
animation-duration: 1ms !important;
animation-delay: 0s !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
}
}  .sticky {
display: block;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 0 auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
text-align: center;
margin: 10px;
padding: 4px 0 0 0;
}
.wp-caption img {
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text,
.gallery-caption {
margin: 0;
padding: 0 4px 5px;
font-size: 11px;
line-height: 1.4;
} a {
color: #111;
text-decoration: none;
}
a:hover {
color: #111;
text-decoration: underline;
transition: 0.3s ease;
}
a:hover img {
opacity: 0.7;
}  .header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: fixed;
top: 40px;
left: 24px;
padding: 16px;
width: calc(100% - 48px);
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 24px rgb(13 134 194 / .25);
z-index: 100;
}
.header__nav-list {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 32px;
font-size: var(--font-size-14);
font-weight: 700;
}
.header__nav-list .__text a {
display: inline-block;
background: linear-gradient(#000, #000) 0 100% / 0 2px no-repeat;
transition: background-size .4s;
}
@media (any-hover: hover) {
.header__nav-list .__text a:hover {
text-decoration: none;
background-size: 100% 2px;
}
}
.header__nav-list .__text a:focus-visible {
text-decoration: none;
background-size: 100% 2px;
}
.header__nav-list .__contact a {
display: block;
padding: 8px 24px;
color: #fff;
background-image: radial-gradient(#31A2E2 0%, #186A99 100%);
border-radius: 50vh;
transition: .3s;
}
@media (any-hover: hover) {
.header__nav-list .__contact a:hover {
text-decoration: none;
background-image: radial-gradient(#2189c4 0%, #04314b 100%);
}
}
.header__nav-list .__contact a:focus-visible {
text-decoration: none;
background-image: radial-gradient(#2189c4 0%, #04314b 100%);
}
@media not all and (min-width: 868px){
.header__nav-list .__text {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
@media not all and (min-width: 568px){
.header {
top: 24px;
padding: 8px;
}
.header__logo {
width: 80px;
}
.header__nav-list .__contact a {
padding: 8px 16px;
}
}  .section-area {
margin-inline: auto;
padding-inline: 24px;
max-width: 1200px;
}
.mv {
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/hotel-cleaning/hotel-cleaning-mv-bubble-bg.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center bottom;
}
.mv__wrap {
display: flex;
justify-content: space-between;
align-items: flex-end;
flex-direction: row-reverse;
flex-wrap: wrap;
margin-bottom: 240px;
}
@media not all and (min-width: 868px){
.mv__wrap {
margin-bottom: 160px;
}
}
@media not all and (min-width: 768px){
.mv__wrap {
margin-bottom: 80px;
}
}
.mv__image {
width: 50%;
height: 100vh;
border-radius: 0 128px 128px 0;
overflow: hidden;
}
.mv__sentence {
width: 45%;
}
@media not all and (min-width: 868px){
.mv__wrap {
flex-direction: column-reverse;
}
.mv__image {
margin-bottom: 24px;
width: 100%;
height: 60vh;
border-radius: 0 0 40px 40px;
}
.mv__sentence {
width: 100%;
}
}
.mv__sentence-wrap {
margin-bottom: 80px;
padding-inline: 14px;
max-width: 500px;
}
@media not all and (min-width: 868px){
.mv__sentence-wrap {
margin-bottom: 0;
max-width: 100%;
width: 100%;
}
}
.mv__main-copy {
margin-bottom: 40px;
color: rgb(0 0 0 / 0);
font-size: var(--font-size-56);
-webkit-background-clip: text;
background-clip: text;
background-image: radial-gradient(#31A2E2 0%, #186A99 100%);
}
@media not all and (min-width: 1000px){
.mv__main-copy {
margin-bottom: 32px;
font-size: var(--font-size-48);
}
}
@media not all and (min-width: 468px){
.mv__main-copy {
font-size: var(--font-size-40);
}
}
@media not all and (min-width: 368px){
.mv__main-copy {
font-size: var(--font-size-32);
}
}
.mv__text {
margin-bottom: 80px;
}
@media not all and (min-width: 768px){
.mv__text {
margin-bottom: 40px;
}
}
.mv__button a {
display: block;
padding: 16px;
max-width: 400px;
color: #fff;
font-size: var(--font-size-21);
font-weight: 700;
text-align: center;
background-image: radial-gradient(#31A2E2 0%, #186A99 100%);
border-radius: 50vh;
}
@media not all and (min-width: 568px){
.mv__button a {
display: block;
padding: 16px;
max-width: 100%;
color: #fff;
font-size: var(--font-size-21);
font-weight: 700;
text-align: center;
background-image: radial-gradient(#31A2E2 0%, #186A99 100%);
border-radius: 50vh;
}
}
.mv__image img {
width: 100%;
height: 100vh;
object-fit: cover;
}
@media not all and (min-width: 868px){
.mv__image img {
width: 100%;
height: 100%;
}
}
.hero {
margin-bottom: 160px;
}
@media not all and (min-width: 768px){
.hero {
margin-bottom: 80px;
}
}
.hero__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.hero__sentence {
width: 50%;
}
.hero__image {
width: 45%;
}
.hero__sentence p:not(:last-child){
margin-bottom: 40px;
}
@media not all and (min-width: 768px){
.hero__sentence {
margin-bottom: 32px;
width: 100%;
}
.hero__image {
width: 100%;
}
.hero__sentence p:not(:last-child){
margin-bottom: 32px;
}
}
.section-header {
margin-bottom: 80px;
}
.problem .section-header {
margin-bottom: 80px;
color: #fff;
}
.section-header__heading-en {
margin-bottom: 24px;
color: #186A99;
font-size: var(--font-size-21);
text-transform: uppercase;
}
.section-header__heading-jp {
margin-bottom: 40px;
color: rgb(0 0 0 / 0);
font-size: var(--font-size-48);
-webkit-background-clip: text;
background-clip: text;
background-image: radial-gradient(#31A2E2 0%, #186A99 100%);
}
.problem .section-header__heading-en {
color: #fff;
}
.problem .section-header__heading-jp {
background-image: radial-gradient(#F1FAFF 0%, #B8E4FA 100%);
}
.section-header__description {
max-width: 800px;
}
@media not all and (min-width: 768px){
.section-header {
margin-bottom: 40px;
}
.problem .section-header {
margin-bottom: 40px;
}
.section-header__heading-en {
margin-bottom: 16px;
font-size: var(--font-size-16);
}
.section-header__heading-jp {
margin-bottom: 24px;
font-size: var(--font-size-32);
}
}
.problem {
padding-block: 160px;
background-color: #1E445A;
border-radius: 80px 80px 0 0;
}
@media not all and (min-width: 768px){
.problem {
padding-block: 80px;
border-radius: 40px 40px 0 0;
}
}
.problem-contents {
margin-left: auto;
padding: 80px 40px;
max-width: 1000px;
background-color: #fff;
border-radius: 64px;
}
@media not all and (min-width: 768px){
.problem-contents {
padding: 40px 24px;
border-radius: 32px;
}
}
.problem-contents__heading {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0 24px;
margin-bottom: 40px;
color: #186A99;
}
.problem-contents__item:not(:first-child) .problem-contents__heading {
margin-top: 80px;
}
.problem-contents__heading .__ex {
display: flex;
align-items: center;
gap: 8px;
font-size: var(--font-size-21);
}
.problem-contents__heading .__num {
font-size: var(--font-size-40);
}
.problem-contents__heading .__jp {
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.problem-contents__heading {
gap: 0 16px;
margin-bottom: 24px;
}
.problem-contents__item:not(:first-child) .problem-contents__heading {
margin-top: 40px;
}
.problem-contents__heading .__ex {
font-size: var(--font-size-16);
}
.problem-contents__heading .__num {
font-size: var(--font-size-32);
}
.problem-contents__heading .__jp {
font-size: var(--font-size-26);
}
}
.problem-contents__sentence p:not(:last-child) {
margin-bottom: 40px;
}
@media not all and (min-width: 768px){
.problem-contents__sentence p:not(:last-child) {
margin-bottom: 32px;
}
}
.problem-contents__list-wrap {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 24px 2%;
}
.problem-contents__list-item {
padding: 32px;
width: 32%;
background-color: #E8F4FC;
border-radius: 24px;
}
@media not all and (min-width: 768px){
.problem-contents__list-wrap {
gap: 24px 4%;
}
.problem-contents__list-item {
padding: 24px;
width: 48%;
}
}
@media not all and (min-width: 568px){
.problem-contents__list-item {
width: 100%;
}
}
.problem-contents__list-heading {
margin-inline: auto;
margin-bottom: 24px;
width: fit-content;
font-size: var(--font-size-21);
}
.problem-contents__list {
font-size: var(--font-size-14);
}
.problem-contents__list li {
position: relative;
margin-bottom: 4px;
padding-left: 1.5em;
}
.problem-contents__list li::before {
content: '';
position: absolute;
top: 8px;
left: 0;
width: 8px;
height: 8px;
background-color: #186A99;
border-radius: 50vh;
}
.problem-contents__figure-heading {
margin-inline: auto;
margin-bottom: 32px;
width: fit-content;
font-size: var(--font-size-21);
font-weight: 700;
}
.problem-contents__figure img {
margin-inline: auto;
margin-bottom: 24px;
}
.problem-contents__figure figcaption {
margin-inline: auto;
width: fit-content;
color: #777;
font-size: var(--font-size-12);
text-decoration: underline;
}
.service-hero {
position: relative;
width: 100%;
}
.service-hero img {
width: 100%;
}
.text-loop {
display: inline-block;
position: absolute;
bottom: -60px;
color: #186A99;
font-size: var(--font-size-128);
font-weight: 700;
text-transform: uppercase;
line-height: 1;
white-space: nowrap;
animation: marquee 20s linear infinite;
z-index: 1;
}
@keyframes marquee {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@media not all and (min-width: 768px){
.text-loop {
bottom: -32px;
font-size: var(--font-size-64);
}
}
.service-bg {
padding-block: 240px 0;
background-image: url(https://mmin-net.co.jp/wmmip/wp-content/themes/mmi/css/assets/image/hotel-cleaning-service-header-bg.svg), linear-gradient(180deg, #D8F1FF 0, #fff 100%);
background-repeat: no-repeat;
background-position: right top;
}
.service-contents__item:not(:last-child) {
margin-bottom: 128px;
}
@media not all and (min-width: 768px){
.service-bg {
padding-block: 128px 0;
}
.service-contents__item:not(:last-child) {
margin-bottom: 64px;
}
}
@media not all and (min-width: 468px){
.service-bg {
padding-block: 80px 0;
}
}
.service-contents__item:nth-child(odd) {
flex-direction: row-reverse;
}
.service-contents__item {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.service-contents__sentence {
width: 50%;
}
.service-contents__image {
width: 45%;
}
@media not all and (min-width: 768px){
.service-contents__sentence {
display: contents;
}
.service-contents__image {
width: 100%;
}
}
.service-contents__image img {
box-shadow: 0 0 24px rgb(13 134 194 / .25);
border-radius: 40px;
}
.service-contents__heading {
margin-bottom: 32px;
color: #186A99;
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.service-contents__heading {
order: 1;
width: 100%;
font-size: var(--font-size-24);
}
.service-contents__text {
order: 3;
}
.service-contents__image {
order: 2;
margin-bottom: 32px;
}
}
.contact {
padding-block: 240px 160px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/hotel-cleaning/hotel-cleaning-contact-hero-bubble-bg.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center top;
}
.contact-area {
margin-inline: auto;
max-width: 800px;
}
.contact-hero {
margin-bottom: 160px;
}
.contact-hero p:not(:last-child) {
margin-bottom: 40px;
}
.contact .section-header__heading-jp {
text-align: center;
}
@media not all and (min-width: 768px){
.contact-hero {
margin-bottom: 80px;
}
.contact-hero p:not(:last-child) {
margin-bottom: 32px;
}
} .footer__company {
padding: 60px 10px;
color: #fff;
text-align: center;
background-color: #333;
}
.footer__company--title {
font-size: 14px;
}
.footer__company a {
display: block;
margin-inline: auto;
width: fit-content;
color: #fff;
text-decoration: underline;
}
.footer__company a:hover {
text-decoration: none;
}
.footer__company p {
margin-bottom: 20px;
font-size: 16px;
}
.footer__company p span {
font-weight: bold;
}
@media not all and (min-width: 768px){
.footer__company {
padding: 40px 10px;
}
}
.footer__group {
padding: 60px 10px;
}
.footer__group--title {
margin-bottom: 20px;
text-align: center;
}
.footer__group ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.footer__group li:not(:last-child) {
margin-right: 40px;
}
@media not all and (min-width: 568px){
.footer__group li {
width: 100%;
text-align: center;
}
.footer__group li:not(:last-child) {
margin-right: 0;
margin-bottom: 20px;
}
}
.copyright {
padding-bottom: 40px;
font-size: 12px;
text-align: center;
}
.totop {
position: fixed;
bottom: 210px;
right: 10px;
width: 40px;
z-index: 100;
}
.totop a {
display: block;
}
.totop img {
display: block;
width: 100%;
height: auto;
}
.footer__section {
position: relative;
background-color: #fff;
}
.footer__ban {
position: absolute;
bottom: 0;
right: 0;
}
.overlay,
.drawer-menu-container {
display: none;
}
@media not all and (min-width: 868px){
.overlay,
.drawer-menu-container {
display: block;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.drawer-menu-container {
position: fixed;
left: 1rem;
bottom: 1rem;
z-index: 2;
}
.toggle-button {
display: grid;
place-content: center;
width: 128px;
height: 48px;
color: #ffffff;
background-image: radial-gradient(#31A2E2 0%, #186A99 100%);
border: none;
border-radius: 9999px;
cursor: pointer;
transition: background-color 0.3s;
}
.drawer-menu {
display: none;
position: absolute;
bottom: 100%;
left: 0;
margin-bottom: 0.5rem;
padding: 32px;
width: 240px;
background-color: white;
border-radius: 8px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.drawer-menu li {
margin-bottom: 0.5rem;
}
.drawer-menu a {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
transition: background-color 0.3s;
}
}  .mv__text p {
margin-bottom: 0.5em;
}
.hotel-sp{
display: none;
}
section#section04 {
padding-block: 160px;
}
.faq-contents {
margin-bottom: 20px;
}
.faq-contents__item {
overflow: hidden; 
}
.faq-contents_item__q {
position: relative;
padding: 15px 15px 10px 15px;
cursor: pointer;
display: flex;
justify-content: flex-start;
align-items: center;
}
.faq-contents_item__q::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 1px;
}
.hotel-cleaning-faq-q-mark {
font-weight: bold;
background-color: #186a99;
color: #fff;
margin-right: 10px;
display: inline-block;
width: 2em;
height: 2em;
border-radius: 1em;
text-align: center;
}
dd.faq-contents_item__a {
display: none;
align-items: center;
padding: 0 0 1em 2em;
}
.hotel-cleaning-faq-a-mark {
font-weight: bold;
color: #186a99;
margin-right: 1em;
display: inline-block;
background-color: #d7f0fd;
width: 2em;
height: 2em;
text-align: center;
border-radius: 1em;
flex-shrink: 0;
}
.faq-contents_item__a a {
color: #007bff;
text-decoration: none;
}
.faq-contents_item__a a:hover {
text-decoration: underline;
}
.hotel-faq-toggle {
width: 20px;
height: 20px;
position: relative;
cursor: pointer;
margin-left: 0.5em;
}
.hotel-faq-toggle::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 2px;
background-color: #186a99; transform: translate(-50%, -50%);
}
.hotel-faq-toggle::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 10px;
background-color: #186a99; transform: translate(-50%, -50%);
}
.hotel-faq-toggle.rotated {
transform: rotate(495deg);
transition: transform 0.4s ease; 
}
@media not all and (min-width: 868px){
section#section04{
padding-block: 160px 0;
}
.hotel-sp{
display: inline;
}
.faq-contents_item__q{
padding-left: 0;
}
dd.faq-contents_item__a {
padding-left: 0.5em;
}
} .works {
}
.works-contents {
display: flex;
flex-wrap: wrap;
gap: 30px 2.5%; 
margin-top: 60px;
}
.works-contents__item {
width: 23.125%;
background-color: #8ed1fc29; 
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
overflow: hidden; 
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.works-contents__item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.works-contents__item a {
display: block;
text-decoration: none;
color: inherit;
}
.works-contents__image {
width: 100%;
aspect-ratio: 4 / 3; 
overflow: hidden;
}
.works-contents__image img {
width: 100%;
height: 100%;
object-fit: cover; 
display: block;
}
.works-contents__name {
padding: 15px;
font-weight: bold;
text-align: center;
font-size: 16px;
line-height: 1.5;
color: #333;
}  @media screen and (max-width: 1024px) {
.works-contents__item {
width: 48.75%; }
} @media not all and (min-width: 868px) {
.works-contents {
gap: 20px 0;
margin-top: 40px;
}
.works-contents__item {
width: 100%; 
}
.works-contents__name {
font-size: 15px;
padding: 12px 15px;
}
}