*,
*::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;
}
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-18);
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;
background-color: #EBEFF1;
}
@media not all and (min-width: 768px){
body {
font-size: var(--font-size-16);
}
}
:where(ul, ol) {
list-style: none;
list-style-type: '';
padding: unset;
margin: 0;
}
h1, h2, h3, h4, button, input, label {
line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
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;
}
}  .cta {
display: grid;
place-content: center;
margin-bottom: 160px;
padding: 40px 24px;
background-color: #0B3247;
}
@media not all and (min-width: 768px){
.cta {
margin-bottom: 80px;
padding: 32px 24px;
}
}
.section {
margin-inline: auto;
margin-bottom: 160px;
padding-inline: 24px;
max-width: 1200px;
}
@media not all and (min-width: 768px){
.section {
margin-bottom: 80px;
}
}
.section__heading {
margin-inline: auto;
margin-bottom: 80px;
width: fit-content;
color: #065B8A;
font-size: var(--font-size-56);
}
.section__heading .__newline {
display: inline-block;
width: fit-content;
}
@media not all and (min-width: 768px){
.section__heading {
margin-inline: 0;
margin-bottom: 40px;
font-size: var(--font-size-48);
}
}
@media not all and (min-width: 468px){
.section__heading {
font-size: var(--font-size-32);
}
}
.mv__wrap {
display: flex;
justify-content: space-between;
align-items: flex-end;
flex-wrap: wrap;
height: 100vh;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/ichigen-kanri/mv-image.png);
background-size: 70%;
background-repeat: no-repeat;
background-position: center right;
}
@media not all and (min-width: 980px){
.mv__wrap {
height: fit-content;
background-size: cover;
background-position: center;
}
}
.mv__sentence {
position: relative;
padding: 240px 24px 80px;
width: 500px;
z-index: 1;
}
@media not all and (min-width: 500px){
.mv__sentence {
display: flex;
justify-content: center;
flex-direction: column;
padding: 120px 24px 80px;
height: 100vh;
background-color: rgb(255 255 255 / .3);
}
}
.mv__image {
position: absolute;
top: 0;
right: 0;
width: calc(100% - 500px);
height: 100vh;
z-index: 0;
}
.mv__sub-copy {
margin-bottom: 32px;
font-size: var(--font-size-21);
font-weight: 700;
}
.mv__main-copy {
margin-bottom: 40px;
color: #065B8A;
font-size: var(--font-size-56);
text-shadow: 0 0 8px rgb(255 255 255 / .75);
}
@media not all and (min-width: 500px){
.mv__main-copy {
margin-bottom: 32px;
font-size: var(--font-size-40);
}
}
@media not all and (min-width: 368px){
.mv__main-copy {
font-size: var(--font-size-32);
}
}
.mv__list {
margin-bottom: 32px;
}
.mv__list li:not(:last-child) {
margin-bottom: 8px;
}
.mv__list li {
padding: 16px;
font-weight: 700;
text-align: center;
background-color: #fff;
box-shadow: 0 0 12px rgb(13 134 194 / .25);
border-radius: 50vh;
}
.mv__add {
color: #065B8A;
font-size: var(--font-size-21);
font-weight: 700;
text-align: center;
text-shadow: 0 0 8px rgb(255 255 255 / .75);
}
@media not all and (min-width: 980px){
.mv__add {
color: #fff;
text-shadow: 0 0 12px rgb(13 134 194 / .75);
}
}
.hero__wrap {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
flex-wrap: wrap;
}
.hero__sentence {
width: 45%;
}
.hero__image {
width: 50%;
}
@media not all and (min-width: 768px){
.hero__sentence {
display: contents;
}
.hero__image {
width: 100%;
}
}
.hero__heading {
margin-bottom: 40px;
color: #065B8A;
font-size: var(--font-size-32);
}
.hero__text p {
margin-bottom: 40px;
}
.hero__text ul {
margin-bottom: 40px;
}
.hero__text ul li {
position: relative;
margin-bottom: 8px;
padding-left: 1.5em;
}
.hero__text ul li::before {
content: '';
position: absolute;
top: 12px;
left: 0;
width: 8px;
height: 8px;
background-color: #3594CA;
border-radius: 50vh;
}
.hero__image img {
border-radius: 24px;
box-shadow: 0 0 12px rgb(13 134 194 / .25);
}
@media not all and (min-width: 768px){
.hero__heading {
order: 1;
width: 100%;
}
.hero__image {
order: 2;
margin-bottom: 32px;
}
.hero__text {
order: 3;
}
}
.issue__image .__sp {
display: none;
}
@media not all and (min-width: 678px){
.issue__image .__pc {
display: none;
}
.issue__image .__sp {
display: block;
}
}
.future__item {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 80px;
}
.future__sentence {
width: 45%;
}
.future__image {
width: 50%;
}
@media not all and (min-width: 768px){
.future__item {
margin-bottom: 40px;
}
.future__sentence {
display: contents;
}
.future__image {
width: 100%;
}
}
.future__heading {
margin-bottom: 40px;
color: #065B8A;
font-size: var(--font-size-32);
}
.future__text p {
margin-bottom: 40px;
}
.future__image img {
border-radius: 24px;
box-shadow: 0 0 12px rgb(13 134 194 / .25);
}
@media not all and (min-width: 768px){
.future__heading {
order: 1;
width: 100%;
}
.future__image {
order: 2;
margin-bottom: 32px;
}
.future__text {
order: 3;
}
}
.flow__list {
counter-reset: flow;
}
.flow__list li {
position: relative;
margin-bottom: 56px;
padding: 56px 40px 40px;
width: 600px;
background-color: #fff;
}
@media not all and (min-width: 768px){
.flow__list li {
position: relative;
margin-bottom: 56px;
padding: 48px 24px 24px;
width: 100%;
}
}
.flow__list li:nth-child(odd) {
border-radius: 40px 40px 0 40px;
}
.flow__list li:nth-child(even) {
margin-left: auto;
border-radius: 40px 40px 40px 0;
}
@media not all and (min-width: 768px){
.flow__list li:nth-child(odd) {
border-radius: 24px 24px 0 24px;
}
.flow__list li:nth-child(even) {
border-radius: 24px 24px 0 24px;
}
}
.flow__list li::before {
counter-increment: flow;
content: counter(flow);
display: grid;
place-content: center;
position: absolute;
top: -32px;
left: 40px;
width: 64px;
height: 64px;
color: #fff;
font-size: var(--font-size-26);
font-weight: 700;
text-align: center;
background-color: #065B8A;
border-radius: 50vh;
}
@media not all and (min-width: 768px){
.flow__list li::before {
top: -24px;
left: 24px;
width: 48px;
height: 48px;
font-size: var(--font-size-21);
}
}
.flow__heading {
margin-bottom: 24px;
color: #065B8A;
font-size: var(--font-size-26);
}
.flow__list p:not(:last-child) {
margin-bottom: 32px;
}
@media not all and (min-width: 768px){
.flow__heading {
margin-bottom: 16px;
font-size: var(--font-size-21);
}
.flow__list p:not(:last-child) {
margin-bottom: 24px;
}
}
.contact__hero {
margin-bottom: 80px;
}
@media not all and (min-width: 768px){
.contact__hero {
margin-bottom: 40px;
}
}
.contact {
padding: 80px 24px;
background-color: #fff;
border: 16px solid #3594CA;
border-radius: 40px;
}
.contact__area {
margin-inline: auto;
max-width: 800px;
} .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-color: #051D27;
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;
}
}