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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
list-style: none;
}
ol {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
display: block;
}
nav ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted #000;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input,
select {
vertical-align: middle;
} * {
box-sizing: border-box;
}
body {
color: #111;
font-size: 16px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
line-height: 1.61;
} .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__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: fixed;
top: 0;
padding: 10px 50px;
width: 100%;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0 0 0 / .2);
z-index: 100;
}
@media not all and (min-width: 668px){
.header__wrap {
padding: 10px;
}
}
.header__contact-btn img {
display: block;
width: 100%;
height: auto;
}
@media not all and (min-width: 668px){
.header__contact-btn {
width: 140px;
}
}  .l-contents {
padding-top: 80px;
overflow-x: hidden;
}
.section {
margin-bottom: 120px;
}
@media not all and (min-width: 768px) {
.section {
margin-bottom: 70px;
}
}
.section-area {
margin: 0 auto;
width: 1200px;
}
@media not all and (min-width: 1200px) {
.section-area {
padding: 0 10px;
width: 100%;
}
}
.section-min-area {
margin: 0 auto;
width: 1000px;
}
@media not all and (min-width: 1000px) {
.section-min-area {
padding: 0 10px;
width: 100%;
}
}
.section-title {
font-size: 40px;
text-align: center;
}
@media not all and (min-width: 768px){
.section-title {
font-size: 28px;
}
}
.section-heading01 {
position: relative;
margin-bottom: 60px;
padding: 100px 0 20px;
padding-bottom: 20px;
font-size: 36px;
border-bottom: 2px solid #CFE4EF;
}
.section-heading01::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 150px;
height: 2px;
background-color: #0C84C1;
}
@media not all and (min-width: 768px){
.section-heading01 {
margin-bottom: 30px;
padding: 70px 0 10px;
font-size: 24px;
}
.section-heading01::before {
width: 70px;
}
}
@media not all and (min-width: 768px){
.section-heading01 {
font-size: 20px;
}
}
.section-heading02 {
display: flex;
justify-content: center;
align-items: center;
margin: 80px 0 40px;
font-size: 32px;
text-align: center;
}
.section-heading02::before,
.section-heading02::after {
content: '';
display: inline-block;
width: 2px;
height: 60px;
background-color: #0C84C1;
}
.section-heading02::before {
margin-right: 40px;
transform: rotate(-40deg);
}
.section-heading02::after {
margin-left: 40px;
transform: rotate(40deg);
}
@media not all and (min-width: 768px){
.section-heading02 {
margin: 60px 0 30px;
font-size: 21px;
}
.section-heading02::before,
.section-heading02::after {
height: 40px;
}
.section-heading02::before {
margin-right: 30px;
}
.section-heading02::after {
margin-left: 30px;
}
}
@media not all and (min-width: 768px){
.section-heading02 br {
display: none;
}
}
.section-hero__text {
margin-right: auto;
margin-bottom: 60px;
margin-left: auto;
max-width: 1200px;
width: fit-content;
font-weight: bold;
}
@media not all and (min-width: 840px){
.section-hero__text {
margin-bottom: 40px;
padding: 0 10px;
width: 100%;
}
}
.l-contents strong {
color: #0C84C1;
}
.section-cta {
display: flex;
justify-content: center;
align-items: center;
padding: 0 10px;
height: 180px;
background-color: #EAEFF2;
}
.section-cta img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
@media not all and (min-width: 768px){
.section-cta {
height: 120px;
}
} .l-mv {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
margin-bottom: 120px;
}
.l-mv::before {
content: '';
position: absolute;
top: 60px;
right: 0;
width: 65%;
height: 100%;
background-color: #CFE4EF;
z-index: -5;
}
.l-mv__movie {
position: relative;
width: 60%;
z-index: -1;
}
.l-mv__text {
position: relative;
width: 40%;
z-index: 10;
}
@media not all and (min-width: 1150px){
.l-mv__movie {
width: 50%;
}
.l-mv__text {
width: 50%;
}
}
@media not all and (min-width: 900px){
.l-mv__movie {
width: 100%;
}
.l-mv__text {
width: 100%;
}
}
.l-mv__movie video {
display: block;
width: 100%;
}
.l-mv__wrap {
position: relative;
margin-top: 40px;
margin-left: -80px;
z-index: 10;
}
@media not all and (min-width: 900px){
.l-mv__wrap {
margin-top: 20px;
margin-left: 10px;
}
}
.l-mv__main {
position: relative;
margin-bottom: 20px;
z-index: 10;
}
.l-mv__main span {
display: inline-block;
margin-bottom: 7px;
padding: 3px;
color: #fff;
font-size: 30px;
font-weight: bold;
background-color: rgba(12 132 193 / .9);
}
.l-mv__sub {
margin-bottom: 20px;
}
.l-mv__sub span {
display: inline-block;
margin-bottom: 7px;
padding: 3px;
font-size: 20px;
font-weight: bold;
background-color: rgba(255 255 255 / .9);
}
@media not all and (min-width: 768px){
.l-mv__main {
margin-bottom: 20px;
}
.l-mv__main span {
margin-bottom: 7px;
font-size: 30px;
}
.l-mv__sub span {
margin-bottom: 7px;
font-size: 18px;
}
}
@media not all and (min-width: 468px){
.l-mv__main span {
font-size: 26px;
}
.l-mv__sub span {
font-size: 14px;
}
}
@media not all and (min-width: 468px){
.l-mv__main span {
font-size: 21px;
}
}
.l-mv__button a {
display: inline-block;
}
.l-mv__button img {
display: block;
max-width: 100%;
height: auto;
}
@media not all and (min-width: 768px){
.l-mv__button {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 100%;
z-index: 100;
}
.l-mv__button a {
width: 100%;
}
.l-mv__button a:hover,
.l-mv__button a:hover img {
opacity: 1;
}
.l-mv__button img {
margin: 0 auto;
max-width: 200px;
}
}
.l-hero-trouble {
position: relative;
margin: 0 auto 80px;
max-width: 900px;
background-color: #EAEFF2;
border-radius: 10px;
}
.l-hero-trouble::after {
content: '';
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 30px 25px 0 25px;
border-color: #eaeff2 rgba(0 0 0 / 0) rgba(0 0 0 / 0) rgba(0 0 0 / 0);
}
.l-hero-trouble__contents {
margin: 0 auto;
padding: 80px 10px;
max-width: 700px;
}
.l-hero-trouble__heading {
margin-bottom: 40px;
font-size: 36px;
text-align: center;
}
@media not all and (min-width: 768px){
.l-hero-trouble__contents {
padding: 60px 10px;
}
.l-hero-trouble__heading {
margin-bottom: 30px;
font-size: 24px;
}
}
@media not all and (min-width: 568px){
.l-hero-trouble__contents {
padding: 40px 10px;
}
}
.l-hero-trouble__list {
margin: 0 auto 60px;
width: fit-content;
}
.l-hero-trouble__list li {
position: relative;
padding-left: 40px;
font-size: 21px;
font-weight: bold;
}
.l-hero-trouble__list li:not(:last-child) {
margin-bottom: 10px;
}
.l-hero-trouble__list li::before {
content: '';
position: absolute;
top: 5px;
left: 0;
width: 27px;
height: 23px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-hero-arrow.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media not all and (min-width: 768px){
.l-hero-trouble__list {
margin-bottom: 40px;
}
.l-hero-trouble__list li {
font-size: 18px;
}
}
@media not all and (min-width: 568px){
.l-hero-trouble__list li {
font-size: 16px;
}
.l-hero-trouble__list li::before {
top: 0px;
}
}
.l-hero-trouble__declaration {
padding: 30px;
background-color: #fff;
border-radius: 10px;
}
.l-hero-trouble__declaration--wrap {
display: flex;
justify-content: center;
align-items: center;
}
.l-hero-trouble__declaration p {
font-weight: bold;
text-align: center;
}
.l-hero-trouble__declaration--wrap::before,
.l-hero-trouble__declaration--wrap::after {
content: '';
width: 5px;
height: 60px;
background-color: #0C84C1;
}
.l-hero-trouble__declaration--wrap::before {
margin-right: 30px;
transform: rotate(-30deg);
}
.l-hero-trouble__declaration--wrap::after {
margin-left: 30px;
transform: rotate(30deg);
}
.l-hero-trouble__declaration p span {
display: block;
width: 100%;
}
.l-hero-trouble__declaration p span.main {
font-size: 40px;
}
.l-hero-trouble__declaration p span.sub {
font-size: 24px;
}
@media not all and (min-width: 768px){
.l-hero-trouble__declaration {
padding: 10px;
}
.l-hero-trouble__declaration p span.main {
font-size: 24px;
}
.l-hero-trouble__declaration p span.sub {
font-size: 18px;
}
.l-hero-trouble__declaration--wrap::before,
.l-hero-trouble__declaration--wrap::after {
width: 4px;
height: 35px;
}
.l-hero-trouble__declaration--wrap::before {
margin-right: 20px;
}
.l-hero-trouble__declaration--wrap::after {
margin-left: 20px;
}
}
@media not all and (min-width: 388px){
.l-hero-trouble__declaration p span.main {
font-size: 18px;
}
.l-hero-trouble__declaration p span.sub {
font-size: 16px;
}
}
.l-hero__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 60px;
}
.l-hero__text {
width: 58%;
}
.l-hero__image {
width: 35%;
}
.l-hero__heading {
margin-bottom: 30px;
font-size: 36px;
}
@media not all and (min-width: 568px){
.l-hero__text {
margin-bottom: 30px;
width: 100%;
}
.l-hero__image {
width: 100%;
}
.l-hero__heading {
margin-bottom: 20px;
font-size: 28px;
}
}
@media not all and (min-width: 568px){
.l-hero__heading {
font-size: 21px;
}
}
.l-hero__image img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
@media not all and (min-width: 568px){
.l-hero__image img {
max-width: 250px;
}
}
.l-hero__contents {
margin-bottom: 100px;
padding: 60px 0;
background-color: #CFE4EF;
}
.l-hero__contents--wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.l-hero__item {
padding: 20px;
width: 32%;
background-color: #fff;
border-radius: 10px;
}
.l-hero__item--title {
margin-bottom: 20px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.l-hero__item--title span {
display: block;
}
.l-hero__item--box {
padding: 20px;
background-color: #EAEFF2;
border-radius: 10px;
}
@media not all and (min-width: 768px){
.l-hero__item {
padding: 10px;
width: 100%;
}
.l-hero__item:not(:last-child) {
margin-bottom: 20px;
}
.l-hero__item--title {
font-size: 18px;
}
.l-hero__item--box {
padding: 10px;
}
}
.l-hero__item--box-title {
margin-bottom: 20px;
font-weight: bold;
text-align: center;
}
.l-hero__item--shop-wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.l-hero__item--shop-item {
width: 48%;
text-align: center;
}
.l-hero__item--shop-item:nth-child(n+3) {
margin-top: 20px;
}
.l-hero__item--shop-title {
margin-bottom: 5px;
font-size: 14px;
font-weight: bold;
}
.l-hero__item--shop-img img {
display: block;
margin: 0 auto 5px;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.l-hero__item--shop-text {
font-size: 12px;
}
.l-hero__item--clean-img img {
display: block;
margin: 0 auto 10px;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.l-hero__item--clean-list {
font-size: 14px;
}
.l-hero__item--clean-list li {
position: relative;
margin-bottom: 2px;
padding-left: 1em;
}
.l-hero__item--clean-list li::before {
content: '';
position: absolute;
top: 8px;
left: 0;
width: 7px;
height: 7px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-hero-listmark.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.l-hero__item--clean-list p {
padding-left: 1em;
}
.l-hero__item--movie-img img {
display: block;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.l-toc {
position: relative;
padding: 60px 40px;
background-color: #EAEFF2;
border-radius: 10px;
}
@media not all and (min-width: 568px){
.l-toc {
padding: 40px 20px 20px;
}
}
.l-toc__title {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
font-size: 24px;
}
.l-toc__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.l-toc__image {
width: 20%;
}
.l-toc__list {
width: 75%;
}
.l-toc__image img {
display: block;
max-width: 100%;
height: auto;
}
.l-toc__list-title {
margin-bottom: 10px;
font-size: 21px;
}
.l-toc__list ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 30px;
}
.l-toc__list li {
width: 48%;
}
@media not all and (min-width: 768px){
.l-toc__list li {
width: 100%;
}
}
.l-toc__list li a {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 15px;
font-weight: bold;
border-bottom: 2px solid #fff;
}
@media not all and (min-width: 568px){
.l-toc__list li a {
padding: 10px;
font-size: 14px;
}
}
.l-toc__list li a span {
display: block;
width: calc(100% - 30px);
}
.l-toc__list li a::before {
content: '';
display: inline-block;
margin-right: 10px;
width: 14px;
height: 15px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-arrow-blue.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.l-toc__list li a:hover {
text-decoration: none;
background-color: #fff;
}
.section01-1-contents {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section01-1-contents__item {
width: 32%;
background-color: #EAEFF2;
border-radius: 10px;
overflow: hidden;
}
@media not all and (min-width: 568px){
.section01-1-contents__item {
width: 100%;
}
.section01-1-contents__item:not(:last-child) {
margin-bottom: 20px;
}
}
.section01-1-contents__title {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 155px;
color: #fff;
font-size: 24px;
font-weight: bold;
text-align: center;
background-color: #0C84C1;
}
.section01-1-contents__title span {
display: block;
font-size: 16px;
}
@media not all and (min-width: 768px){
.section01-1-contents__title {
height: 155px;
font-size: 20px;
}
.section01-1-contents__title span {
font-size: 14px;
}
}
@media not all and (min-width: 568px){
.section01-1-contents__title {
padding: 20px 10px;
height: auto;
}
}
.section01-1-contents__image {
padding: 20px;
}
.section01-1-contents__image img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.section01-2-contents {
padding: 60px;
background-color: #EAEFF2;
border-radius: 10px;
}
.section01-2-contents__title {
margin-bottom: 30px;
font-size: 26px;
font-weight: bold;
}
.section01-2-contents__title span {
background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #DDC722 70%);
}
.section01-2-contents__text {
margin-bottom: 30px;
}
@media not all and (min-width: 768px){
.section01-2-contents {
padding: 20px;
}
.section01-2-contents__title {
margin-bottom: 20px;
font-size: 21px;
}
.section01-2-contents__text {
margin-bottom: 20px;
}
}
.section01-2-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section01-2-contents__item {
width: 48%;
}
.section01-2-contents__item--title {
margin-bottom: 10px;
font-size: 21px;
font-weight: bold;
text-align: center;
}
@media not all and (min-width: 568px){
.section01-2-contents__item {
width: 100%;
}
.section01-2-contents__item:not(:last-child) {
margin-bottom: 20px;
}
.section01-2-contents__item--title {
font-size: 16px;
}
}
.section01-2-contents__item--image img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.section01-3-contents__wrap {
position: relative;
}
.section01-3-contents__wrap-item {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section01-3-contents__wrap-item + .section01-3-contents__wrap-item {
margin-top: 60px;
}
@media not all and (min-width: 768px){
.section01-3-contents__wrap-item + .section01-3-contents__wrap-item {
margin-top: 0;
}
}
.section01-3-contents__wrap-item:nth-child(3) {
flex-direction: row-reverse;
}
.section01-3-contents__item {
position: relative;
width: 48%;
background-color: #EAEFF2;
border-radius: 10px;
}
@media not all and (min-width: 768px){
.section01-3-contents__item {
margin-bottom: 50px;
width: 100%;
}
}
.section01-3-contents__item.item01::after {
content: '';
position: absolute;
top: 50%;
right: -35px;
width: 16px;
height: 17px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section01-arrow01.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.section01-3-contents__item.item02::after {
content: '';
position: absolute;
bottom: -40px;
left: 50%;
width: 16px;
height: 17px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section01-arrow02.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.section01-3-contents__item.item03::after {
content: '';
position: absolute;
top: 50%;
left: -35px;
width: 16px;
height: 17px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section01-arrow03.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.section01-3-contents__item.item04::after {
content: '';
position: absolute;
top: -40px;
left: 50%;
width: 16px;
height: 17px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section01-arrow04.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
@media not all and (min-width: 1000px){
.section01-3-contents__item.item01::after {
right: -25px;
}
.section01-3-contents__item.item03::after {
left: -25px;
}
}
@media not all and (min-width: 768px){
.section01-3-contents__item.item01::after {
top: auto;
bottom: -35px;
left: 50%;
transform: translateX(-50%);
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section01-arrow02.svg);
}
.section01-3-contents__item.item02::after {
bottom: -35px;
transform: translateX(-50%);
}
.section01-3-contents__item.item03::after {
top: auto;
bottom: -35px;
left: 50%;
transform: translateX(-50%);
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section01-arrow02.svg);
}
.section01-3-contents__item.item04::after {
top: auto;
bottom: -35px;
left: 50%;
transform: translateX(-50%);
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section01-arrow02.svg);
}
.section01-3-contents__wrap::after {
content: '目標設定へ戻るサイクル';
display: block;
font-size: 20px;
font-weight: bold;
text-align: center;
}
}
.section01-3-contents__item img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.section01-3-contents__item--title {
display: flex;
justify-content: center;
align-items: center;
padding: 0 10px;
height: 80px;
color: #fff;
font-size: 21px;
font-weight: bold;
text-align: center;
line-height: 1.4;
background-color: #0C84C1;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
@media not all and (min-width: 568px){
.section01-3-contents__item--title {
font-size: 18px;
}
}
.section01-3-contents__item--wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 40px 20px;
}
.section01-3-contents__item--img {
width: 48%;
}
.section01-3-contents__item--text {
width: 48%;
}
@media not all and (min-width: 468px){
.section01-3-contents__item--img {
margin-bottom: 20px;
width: 100%;
}
.section01-3-contents__item--text {
width: 100%;
}
}
.section01-3-contents__item--image {
padding: 40px 10px;
}
@media not all and (min-width: 568px){
.section01-3-contents__item--image {
padding: 20px 10px;
}
}
.section01-3-contents__pdca-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
@media not all and (min-width: 1000px){
.section01-3-contents__pdca-icon {
position: relative;
top: auto;
left: auto;
transform: translate(0, 0);
margin-bottom: 30px;
text-align: center;
}
}
.section01-4-contents__text {
margin-bottom: 50px;
font-size: 26px;
text-align: center;
}
.section01-4-contents__text span {
display: inline-block;
}
@media not all and (min-width: 768px){
.section01-4-contents__text {
margin-bottom: 30px;
font-size: 20px;
}
}
@media not all and (min-width: 568px){
.section01-4-contents__text span {
display: block;
}
}
.section01-4-contents__image img {
display: block;
margin: 0 auto 70px;
max-width: 100%;
height: auto;
}
.section02-1-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row-reverse;
}
.section02-1-contents__image {
width: 35%;
}
.section02-1-contents__items {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 60%;
}
@media not all and (min-width: 768px){
.section02-1-contents__image {
width: 20%;
}
.section02-1-contents__items {
width: 75%;
}
}
@media not all and (min-width: 468px){
.section02-1-contents__image {
width: 100%;
}
.section02-1-contents__items {
margin-bottom: 30px;
width: 100%;
}
}
.section02-1-contents__image img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
@media not all and (min-width: 468px){
.section02-1-contents__image img {
max-width: 150px;
}
}
.section02-1-contents__item {
padding: 20px;
width: 48%;
background-color: #EAEFF2;
border-radius: 10px;
}
.section02-1-contents__item:nth-child(n+3) {
margin-top: 30px;
}
@media not all and (min-width: 768px){
.section02-1-contents__item {
width: 100%;
}
.section02-1-contents__item:nth-child(n+3) {
margin-top: 0;
}
.section02-1-contents__item:not(:last-child) {
margin-bottom: 20px;
}
}
.section02-1-contents__item--img img {
display: block;
margin: 0 auto 10px;
max-width: 100%;
height: auto;
}
.section02-2-contents__box {
margin-bottom: 40px;
padding: 40px;
background-color: #EAEFF2;
border-radius: 10px;
}
.section02-2-contents__box p {
margin-bottom: 30px;
font-size: 21px;
font-weight: bold;
}
@media not all and (min-width: 768px){
.section02-2-contents__box {
margin-bottom: 20px;
padding: 20px;
}
.section02-2-contents__box p {
margin-bottom: 20px;
font-size: 18px;
}
}
.section02-2-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section02-2-contents__item {
width: 48%;
}
@media not all and (min-width: 468px){
.section02-2-contents__item {
width: 100%;
}
.section02-2-contents__item:not(:last-child) {
margin-bottom: 20px;
}
}
.section02-2-contents__item img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.section03-1-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 30px;
background-color: #EAEFF2;
border-radius: 10px;
}
.section03-1-contents__item {
padding: 40px 10px;
width: 23%;
background-color: #fff;
border-radius: 10px;
}
.section03-1-contents__item:nth-child(n+5) {
margin-top: 30px;
}
@media not all and (min-width: 768px){
.section03-1-contents__wrap {
padding: 20px;
}
.section03-1-contents__item {
padding: 20px 10px;
width: 48%;
}
.section03-1-contents__item:nth-child(n+5) {
margin-top: 0;
}
.section03-1-contents__item:nth-child(n+3) {
margin-top: 20px;
}
}
.section03-1-contents__item img {
display: block;
margin: 0 auto 20px;
max-width: 100%;
height: auto;
}
.section03-1-contents__item figcaption {
font-size: 18px;
font-weight: bold;
text-align: center;
}
@media not all and (min-width: 468px){
.section03-1-contents__item img {
margin: 0 auto 10px;
max-width: 60%;
}
.section03-1-contents__item figcaption {
font-size: 14px;
}
}
.section04-2-contents__title {
margin-bottom: 20px;
font-size: 32px;
}
.section04-2-contents__box {
margin-bottom: 80px;
padding: 30px;
background-color: #EAEFF2;
border-radius: 10px;
}
@media not all and (min-width: 768px){
.section04-2-contents__title {
font-size: 24px;
}
.section04-2-contents__box {
margin-bottom: 50px;
padding: 20px;
}
}
.section04-2-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section04-2-contents__wrap + .section04-2-contents__wrap {
margin-top: 40px;
}
.section04-2-contents__image {
width: 48%;
}
.section04-2-contents__text {
width: 48%;
}
@media not all and (min-width: 768px){
.section04-2-contents__image {
margin-bottom: 20px;
width: 100%;
}
.section04-2-contents__text {
width: 100%;
}
}
.section04-2-contents__image--text {
margin-top: 30px;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.section04-2-contents__image--text span {
background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #DDC722 70%);
}
.section04-2-contents__text h4 {
margin-bottom: 20px;
font-size: 20px;
}
@media not all and (min-width: 768px){
.section04-2-contents__image--text {
font-size: 16px;
}
.section04-2-contents__text h4 {
font-size: 18px;
}
}
.section04-2-contents__image img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.section04-2-contents__text h5 {
margin-bottom: 20px;
}
.section04-2-contents__text p {
margin-bottom: 30px;
}
.section04-2-contents__text li {
position: relative;
margin-bottom: 10px;
padding-left: 1em;
font-weight: bold;
}
.section04-2-contents__text li::before {
content: '';
position: absolute;
top: 8px;
left: 0;
width: 7px;
height: 7px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-hero-listmark.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section04-2-contents__text li span {
display: block;
font-weight: normal;
}
.section04-2-contents__images {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 48%;
}
@media not all and (min-width: 768px){
.section04-2-contents__images {
margin-bottom: 20px;
width: 100%;
}
}
.section04-2-contents__image--item {
width: 48%;
}
.section04-2-contents__image--item:nth-child(n+3) {
margin-top: 20px;
}
.section04-2-contents__image--item img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.section04-2-contents__cta-copy {
margin-top: 40px;
font-size: 26px;
font-weight: bold;
text-align: center;
}
.section04-2-contents__cta-copy span {
background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #DDC722 70%);
}
@media not all and (min-width: 568px){
.section04-2-contents__cta-copy {
margin-top: 20px;
font-size: 20px;
}
}
.section05-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 40px;
padding: 40px;
background-color: #EAEFF2;
border-radius: 10px;
}
.section05-contents__box {
padding: 40px;
width: 65%;
background-color: #fff;
border-radius: 10px;
}
.section05-contents__images {
width: 30%;
}
@media not all and (min-width: 768px){
.section05-contents__wrap {
padding: 20px;
}
.section05-contents__box {
margin-bottom: 20px;
padding: 20px;
width: 100%;
}
.section05-contents__images {
width: 100%;
}
}
.section05-contents__heading {
margin-bottom: 30px;
font-size: 22px;
}
@media not all and (min-width: 768px){
.section05-contents__heading {
margin-bottom: 20px;
font-size: 18px;
}
}
.section05-contents__text p:not(:last-child) {
margin-bottom: 20px;
}
.section05-contents__thumbnail {
margin-bottom: 20px;
}
.section05-contents__thumbnail img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
border-radius: 10px;
}
.section05-contents__prof {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.section05-contents__prof-image {
margin-right: 20px;
border: 4px solid #CFE4EF;
border-radius: 10px;
overflow: hidden;
}
.section05-contents__prof-image img {
display: block;
max-width: 100%;
height: auto;
}
.section05-contents__name {
font-weight: bold;
}
.section06-contents__box {
margin-bottom: 80px;
padding: 40px;
background-color: #EAEFF2;
border-radius: 10px;
}
@media not all and (min-width: 768px){
.section06-contents__box {
margin-bottom: 50px;
padding: 20px 30px;
}
}
.section06-contents__item {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 40px;
background-color: #fff;
border-radius: 10px;
}
.section06-contents__item:not(:last-child) {
margin-bottom: 60px;
}
@media not all and (min-width: 768px){
.section06-contents__item {
padding: 20px;
}
}
.section06-contents__item:nth-child(1)::before {
content: '';
position: absolute;
top: -10px;
left: -10px;
width: 55px;
height: 55px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section06-num01.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section06-contents__item:nth-child(2)::before {
content: '';
position: absolute;
top: -10px;
left: -10px;
width: 55px;
height: 55px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section06-num02.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section06-contents__item:nth-child(3)::before {
content: '';
position: absolute;
top: -10px;
left: -10px;
width: 55px;
height: 55px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section06-num03.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section06-contents__item:nth-child(4)::before {
content: '';
position: absolute;
top: -10px;
left: -10px;
width: 55px;
height: 55px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section06-num04.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section06-contents__item:nth-child(5)::before {
content: '';
position: absolute;
top: -10px;
left: -10px;
width: 55px;
height: 55px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section06-num05.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section06-contents__item:not(:last-child)::after {
content: '';
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 12px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section06-mark.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section06-contents__image {
display: flex;
justify-content: center;
align-items: center;
width: 240px;
}
.section06-contents__text {
width: calc(100% - 240px);
font-size: 20px;
font-weight: bold;
}
@media not all and (min-width: 768px){
.section06-contents__image {
width: 150px;
}
.section06-contents__text {
width: calc(100% - 150px);
font-size: 16px;
}
}
@media not all and (min-width: 468px){
.section06-contents__image {
margin-bottom: 20px;
width: 100%;
}
.section06-contents__text {
width: 100%;
text-align: center;
}
}
.section07-contents__box {
margin-bottom: 80px;
padding: 40px;
background-color: #EAEFF2;
border-radius: 10px;
}
.section07-contents__item {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
margin-bottom: 40px;
padding: 40px;
background-color: #fff;
border-radius: 10px;
}
@media not all and (min-width: 568px){
.section07-contents__box {
margin-bottom: 50px;
padding: 20px;
}
.section07-contents__item {
margin-bottom: 20px;
padding: 20px;
}
}
.section07-contents__item summary::-webkit-details-marker {
display: none;
}
.section07-contents__item summary {
 display: block;
width: 100%;
position: relative;
padding-left: 80px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
@media not all and (min-width: 768px){
.section07-contents__item summary {
padding-left: 80px;
font-size: 16px;
}
}
@media not all and (min-width: 568px){
.section07-contents__item summary {
padding-left: 50px;
}
}
.section07-contents__item summary::before {
content: '';
position: absolute;
top: -10px;
left: 0;
width: 55px;
height: 55px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section07-icon-q.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.section07-contents__item summary::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 28px;
height: 28px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section07-icon-plus.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
transition: transform .5s;
}
.section07-contents__item[open] summary::after {
transform: rotate(45deg);
}
@media not all and (min-width: 568px){
.section07-contents__item summary::before {
top: 0px;
width: 30px;
height: 30px;
}
.section07-contents__item summary::after {
top: 5px;
width: 15px;
height: 15px;
}
}
.section07-contents__item summary span {
display: block;
width: calc(100% - 40px);
}
.section07-contents__item .answer {
margin-top: 30px;
padding-left: 80px;
}
.section07-contents__item[open] .answer {
animation: fadein .5s ease;
}
@keyframes fadein {
0% { opacity: 0 }
100% { opacity: 1 }
}
@media not all and (min-width: 568px){
.section07-contents__item .answer {
margin-top: 10px;
padding-right: 40px;
padding-left: 50px;
}
}
.section08-contents__heading {
margin-bottom: 30px;
font-size: 24px;
text-align: center;
}
.section08-contents__hero__text {
margin-bottom: 30px;
font-size: 18px;
font-weight: bold;
}
@media not all and (min-width: 768px){
.section08-contents__heading {
margin-bottom: 20px;
font-size: 20px;
}
.section08-contents__hero__text {
margin-bottom: 20px;
font-size: 14px;
}
}
.section08-contents__box {
margin-bottom: 80px;
padding: 40px;
background-color: #EAEFF2;
border-radius: 10px;
}
.section08-contents__box img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.section08-contents__box p {
font-size: 18px;
font-weight: bold;
text-align: center;
}
@media not all and (min-width: 768px){
.section08-contents__box {
margin-bottom: 50px;
padding: 20px;
}
.section08-contents__box p {
font-size: 14px;
}
}
.section08-contents__flow p {
margin-bottom: 10px;
}
.section08-contents__flow--item {
position: relative;
}
.section08-contents__flow--item:not(:last-child) {
margin-bottom: 50px;
}
.section08-contents__flow--item:not(:last-child)::after {
content: '';
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 12px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section08-arrow-down.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.section08-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
}
.section08-contents__wrap::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 20px;
background-image: url(//mmin-net.co.jp/wmmip/wp-content/themes/mmi/image/seisou-setsubi/l-section08-arrow-right.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.section08-contents__wrap--item {
width: 48%;
}
.section08-contents__wrap--item p {
margin-bottom: 10px;
}
.section08-contents__cta-text {
margin-bottom: 80px;
font-size: 26px;
font-weight: bold;
text-align: center;
}
.section08-contents__cta-text span {
background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #DDC722 70%);
}
.section09-contents__box {
margin-bottom: 60px;
padding: 40px;
border: 3px solid #CFE4EF;
border-radius: 10px;
}
.section09-contents__title {
margin-bottom: 30px;
font-size: 26px;
}
@media not all and (min-width: 768px){
.section09-contents__box {
margin-bottom: 30px;
padding: 20px;
}
.section09-contents__title {
margin-bottom: 20px;
font-size: 21px;
}
}
.section09-contents__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section09-contents__image {
width: 48%;
}
.section09-contents__text {
width: 48%;
}
@media not all and (min-width: 768px){
.section09-contents__image {
margin-bottom: 20px;
width: 100%;
}
.section09-contents__text {
width: 100%;
}
}
.section09-contents__image img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.section09-contents__text p {
margin-bottom: 30px;
}
.contact-section {
padding-top: 150px;
}
@media not all and (min-width: 768px){
.contact-section {
padding-top: 70px;
}
}
.contact-box {
padding: 60px 40px;
background-color: #EAEFF2;
border-radius: 10px;
}
.contact-contents__heading {
position: relative;
margin-bottom: 40px;
padding-bottom: 20px;
font-size: 36px;
font-weight: bold;
text-align: center;
border-bottom: 2px solid #fff;
}
.contact-contents__heading::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
width: 150px;
height: 2px;
background-color: #0C84C1;
}
@media not all and (min-width: 768px){
.contact-box {
padding: 30px 20px;
}
.contact-contents__heading {
margin-bottom: 30px;
padding-bottom: 10px;
font-size: 26px;
}
.contact-contents__heading::after {
width: 70px;
}
}
.contact-form {
margin-right: auto;
margin-left: auto;
max-width: 800px;
}
.contact-form__item {
display: block;
margin-bottom: 30px;
}
.contact-form__label {
display: flex;
align-items: center;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
}
.contact-form__input input {
display: block;
padding: 20px!important;
font-size: 16px;
font-weight: bold;
background-color: #fff;
border: 0;
border-radius: 10px;
-webkit-appearance : none;
}
.contact-form__text textarea {
display: block;
padding: 20px!important;
width: 100%;
height: 260px;
font-size: 16px;
font-weight: bold;
background-color: #fff;
border: 0;
border-radius: 10px;
-webkit-appearance : none;
}
.contact-form__input.min input {
width: 400px;
}
.contact-form__input.mid input {
width: 600px;
}
.contact-form__input.max input {
width: 100%;
}
@media not all and (min-width: 768px){
.contact-form__input.min input {
width: 100%;
}
.contact-form__input.mid input {
width: 100%;
}
}
.contact-form__req {
display: flex;
justify-content: center;
align-items: center;
margin-left: 10px;
width: 40px;
height: 24px;
color: #fff;
font-size: 12px;
background-color: #0C84C1;
border-radius: 50vh;
}
.contact-form__submit input {
display: block;
margin: 0 auto 20px;
padding: 20px 10px!important;
width: 300px;
color: #fff;
font-size: 18px;
font-weight: bold;
background-color: #0C84C1;
border: 5px solid #CFE4EF;
border-radius: 50vh;
-webkit-appearance : none;
}
.contact-form__submit input:hover {
background-color: #499DC7;
}
.contact-form__privacy {
font-size: 14px;
text-align: center;
}
.contact-form__privacy a {
color: #0C84C1;
font-weight: bold;
text-decoration: underline;
}
.contact-form__privacy a:hover {
text-decoration: none;
}
.contact-line__box {
margin-top: 90px;
margin-right: auto;
margin-left: auto;
max-width: 800px;
padding: 40px;
background-color: #fff;
border-radius: 10px;
}
@media not all and (min-width: 768px){
.contact-line__box {
padding: 20px;
}
}
.contact-line__heading {
display: flex;
justify-content: center;
align-items: center;
font-size: 21px;
}
.contact-line__heading img {
display: block;
margin-right: 20px;
margin-bottom: 30px;
max-width: 100%;
height: auto;
}
.contact-line__hero {
margin-bottom: 40px;
text-align: center;
}
.contact-line__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.conatct-line__item {
padding: 40px 10px;
width: 32%;
text-align: center;
background-color: #EAEFF2;
border-radius: 10px;
}
.contact-line__item--heading {
margin-bottom: 20px;
font-size: 14px;
}
.contact-line__item--image {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
}
.contact-line__item--image p {
color: #00B901;
font-size: 26px;
font-weight: bold;
}
@media not all and (min-width: 668px){
.conatct-line__item {
padding: 20px 10px;
width: 100%;
}
.conatct-line__item:not(:last-child) {
margin-bottom: 20px;
}
.contact-line__item--image {
height: auto;
}
} .footer__cta {
background-image: url(http://mmin-net.co.jp/wmmip/wp-content/uploads/l-footer-cta-bg.jpg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.footer__cta--mask {
padding: 100px 10px;
color: #fff;
text-align: center;
background-color: rgba(2 92 137 / .7);
}
.footer__cta--heading {
margin-bottom: 30px;
font-size: 32px;
}
.footer__cta--txt {
margin-bottom: 40px;
font-size: 21px;
font-weight: bold;
}
.footer__cta--btn img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
@media not all and (min-width: 768px){
.footer__cta--mask {
padding: 50px 10px;
}
.footer__cta--heading {
margin-bottom: 20px;
font-size: 24px;
}
.footer__cta--txt {
margin-bottom: 30px;
font-size: 16px;
}
}
@media not all and (min-width: 768px){
.footer__cta--mask {
text-align: left;
}
}
.footer__company {
padding: 60px 10px;
color: #fff;
text-align: center;
background-color: #333;
}
.footer__company--title {
font-size: 14px;
}
.footer__company a {
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: 220px;
right: 10px;
width: 40px;
z-index: 100;
}
.totop a {
display: block;
}
.totop img {
display: block;
width: 100%;
height: auto;
}
.p-boshu {
position: fixed;
bottom: 90px;
right: 10px;
width: 32px;
z-index: 100;
}
.p-boshu a {
display: block;
}
.p-boshu img {
display: block;
width: 100%;
height: auto;
}
.footer__section {
position: relative;
}
.footer__ban {
position: absolute;
bottom: 0;
right: 0;
}   .ichigen-mv__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-inline: auto;
margin-bottom: 80px;
padding-inline: 24px;
max-width: 1200px;
}
.ichigen-mv__sentence {
width: 460px;
}
.ichigen-mv__image {
width: calc(100% - 600px);
}
@media not all and (min-width: 1040px){
.ichigen-mv__sentence {
width: 460px;
}
.ichigen-mv__image {
width: calc(100% - 500px);
}
}
@media not all and (min-width: 768px){
.ichigen-mv__sentence {
margin-inline: auto;
margin-bottom: 40px;
width: 100%;
}
.ichigen-mv__image {
margin-inline: auto;
width: 100%;
}
}
.ichigen-mv__sub-copy {
margin-bottom: 32px;
font-size: 21px;
font-weight: 700;
}
.ichigen-mv__main-copy {
margin-bottom: 40px;
color: #065B8A;
font-size: 56px;
text-shadow: 0 0 8px rgb(255 255 255 / .75);
}
@media not all and (min-width: 768px){
.ichigen-mv__main-copy {
margin-bottom: 32px;
font-size: 40px;
}
}
@media not all and (min-width: 568px){
.ichigen-mv__main-copy {
font-size: 32px;
}
}
.ichigen-mv__list {
margin-bottom: 32px;
}
.ichigen-mv__list li:not(:last-child) {
margin-bottom: 8px;
}
.ichigen-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;
}
.ichigen-mv__add {
color: #065B8A;
font-size: 21px;
font-weight: 700;
text-align: center;
text-shadow: 0 0 8px rgb(255 255 255 / .75);
}
.ichigen-mv__image img {
display: block;
margin-inline: auto;
width: 100%;
height: auto;
}
.mv__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.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: 21px;
font-weight: 700;
}
.mv__main-copy {
margin-bottom: 40px;
color: #065B8A;
font-size: 56px;
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: 40px;
}
}
@media not all and (min-width: 368px){
.mv__main-copy {
font-size: 32px;
}
}
.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: 21px;
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);
}
}
.ichigen-kanri__section {
margin-inline: auto;
margin-bottom: 160px;
padding-inline: 24px;
max-width: 1200px;
}
@media not all and (min-width: 768px){
.ichigen-kanri__section {
margin-bottom: 80px;
}
}
.section__heading {
margin-inline: auto;
margin-bottom: 80px;
width: fit-content;
color: #065B8A;
font-size: 48px;
}
.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: 26px;
}
}
@media not all and (min-width: 468px){
.section__heading {
font-size: 21px;
}
}
.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: 32px;
}
.future__text p {
margin-bottom: 40px;
}
.future__image img {
display: block;
width: 100%;
height: auto;
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%;
font-size: 26px;
}
.future__heading br {
display: none;
}
.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: #f1f1f1;
}
@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: 26px;
}
.flow__list p:not(:last-child) {
margin-bottom: 32px;
}
@media not all and (min-width: 768px){
.flow__heading {
margin-bottom: 16px;
font-size: 21px;
}
.flow__list p:not(:last-child) {
margin-bottom: 24px;
}
}
.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;
}
}