*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
font: inherit;
}
html {
color-scheme: dark light;
}
body {
min-height: 100vh;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}html, body {
width: 100%;
height: 100%;
overflow-x: hidden; 
margin: 0; 
padding: 0;
font-family: "Times New Roman", "MS PMincho", "Hiragino Mincho Pro", serif;
line-height: 1.5;
color: #1f4b3c;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
.color {
color: #ffc600;
} .header-pc { display: block;
}  .header-sp{
display: none!important;
}
.header-sp {
width: 100%;
background-color: #fff;
color: #fff;
position: relative;
z-index: 999;
box-sizing: border-box;
display: flex;
justify-content: space-between; align-items: center; padding: 0 20px; } .sp-logo {
width: 160px;  
height: 100%; background : url(https://arumipura.com/wp-content/uploads/2025/03/moriizumisanngyou-green.png) no-repeat center;
background-size: contain;
} .sp-menu-wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; background-color: #1f4b3c;
width: 50px;
height: 50px;
border-radius: 5px;
} .hamburger {
font-size: 1.8rem;
font-weight: bold;
color: #fff;
cursor: pointer;
line-height: 0.8;
padding-top: 5px;
} .sp-menu-label {
font-size: 0.7rem;
font-weight: bold;
color: #fff;
} .nav-sp {
position: absolute;
top: 60px;
left: 30px!important; text-align: left; background-color: #fff;
color: #333;
border: none;  }
.nav-sp ul {
margin: 30px 0 0; padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 5px; }
.nav-sp ul li a {
display: block; text-decoration: none;
font-size: 1.2rem;
color: #1f4b3c; font-weight: bold;
text-align: left; }   .nav-sp-overlay {
position: absolute; top: 0px; left: 0;
width: 100%;
height: 400px;
background-color: #fff;
z-index: 9999;      
display: none;      
overflow-y: auto;   
padding: 20px;
box-sizing: border-box;
} .nav-sp-close {
position: absolute;
top: 10px;
right: 30px;
background: none;
border: none;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
}
.close {
font-size: 1.8rem;
color: #1f4b3c;
line-height: 1;
}
.close-text {
font-size: 0.8rem;
color: #1f4b3c;
}   .nav-sp ul {
margin-top: 20px; list-style: none;
}
.nav-sp ul li {
margin: 15px 0;
}
.nav-sp ul li a {
font-size: 1.2rem; color: #1f4b3c; text-decoration: none;
font-weight: bold;
} .main-visual {
position: relative;
width: 100%;
height: 100vh; background : url(https://arumipura.com/wp-content/uploads/2025/03/header.png) center/cover no-repeat;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
color: #fff;
text-align: center;
} .main-visual header {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80px; 
z-index: 10;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
}
.main-visual header .inner {
max-width: 67vw;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between; 
z-index: 10; 
}
.top-logo1 {
position: relative;
width: 250px; 
height: 50px; 
background : url(https://arumipura.com/wp-content/uploads/2025/03/moriizumisanngyou-white.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: block;
z-index: 10; 
} .main-visual {
position: relative;
width: 100%;
height: 100vh;
background : url(https://arumipura.com/wp-content/uploads/2025/03/header.png) center/cover no-repeat; }
.mv-content { } .main-visual-sp {
display: none;
}
.mv-content-sp {
display: none; } nav {
display: flex;
align-items: center;
justify-content: flex-end;
flex-grow: 1;
}
nav ul {
list-style: none;
display: flex;
gap: 20px;
}
nav ul li a {
color: #1f4b3c;
text-decoration: none;
font-size: 1.0rem;
font-weight: bold;
}
.mv-content-sp{
display: none;
} .mv-text {
position: absolute;
bottom: 25%;
left: 25%;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
max-width: 67vw;
margin-bottom: 20px;
}
.mv-text h2 {
position: relative;
display: inline-block;
color: #1f4b3c;
font-weight: bold;
font-size: 2.2rem;
line-height: 1.5;
padding: 12px 30px;
z-index: 1;
white-space: nowrap;
width: auto;
max-height: 80px;
}
.mv-text h2::before {
content: "";
position: absolute;
top: 0;
left: -20px;
width: calc(100% + 36px);
height: 100%;
background: #fff;
transform: skewX(-30deg);
z-index: -1;
max-height: 100px;
}
.text2 {
margin-left: 50px;
} .mv-description {
position: absolute;
bottom: 5%;
left: 21%;
width: 80%;
max-width: 67vw;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 50px;
}
.mv-description img {
flex-shrink: 0;
width: 40%;
max-width: 500px;
height: auto;
}
.mv-description p {
flex-grow: 1;
font-size: 1rem;
font-weight: bold;
color: #fff;
text-shadow: 0 0 30px black;
line-height: 2.0;
max-width: 1000px;
} .section-service {
position: relative;
background-color: #1f4b3c;
color: #fff;
}
.inner {
max-width: 67vw;
margin: 0 auto;
}
.service-feature {
position: relative;
display: flex;
align-items: center;
}
.our-service {
font-size: 1.6rem;
position: relative;
margin-top: 50px;
font-weight: bold;
z-index: 10;
}
.our-service-img {
margin-top: 40px;
display: block;
width: 50%;
height: auto;
position: relative;
left: -50px;
z-index: 5;
}
.service-wrap {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 50px;
}
.service-text {
width: 50%;
}
.service-img {
width: 50%;
height: auto;
object-fit: cover;
z-index: 2;
}
.service-title {
font-size: 1.3rem;
margin-top: 50px;
}
.seervis-description {
font-size: 1rem;
margin-top: 30px;
margin-bottom: 100px;
text-align: left;
}
.deco {
position: absolute;
bottom: 0;
right: 30px;
width: 300px;
height: auto;
z-index: 1;
} .section-features {
min-height: 640px; 
height: auto; 
color: #fff;
}
.features-list {
display: flex;
flex-direction: column;
width: 100%;
height: 450px;
}
.feature-box {
width: 100%;
display: flex;
justify-content: space-between; 
}
.right1 {
width: 100%;
height: 400px;
background: linear-gradient(to left, #16382d 60%, rgba(31, 75, 60, 0) 80%), url(http://arumipura.com/wp-content/uploads/2025/03/komorebi.png);
background-size: cover;
background-position: center;
justify-content: flex-end;
}
.right2 {
width: 100%;
height: 400px;
background: linear-gradient(to left, #16382d 60%, rgba(31, 75, 60, 0) 80%), url(http://arumipura.com/wp-content/uploads/2025/03/trash.png);
background-size: cover;
background-position: center;
justify-content: flex-end
}
.feature-box.left {
background: 
linear-gradient(to right, #16382d 60%, rgba(31,75,60,0) 80%) no-repeat,
url(http://arumipura.com/wp-content/uploads/2025/03/futuristic-1.png) no-repeat;
background-size: cover, auto 140%; background-position: left center, right center; background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: flex-start;
}
.right {
align-self: flex-end;
}
.left {
align-self: flex-start;
}
.feature-title {
font-size: 1.6rem;
padding-bottom: 20px;
}
.feature-description {
font-size: 0.8rem;
}
.description-r {
width: 300px;
}
.description-l {
width: 300px;
}
.inner2 {
margin: inherit;
padding: 50px;
}
.right1{
padding-right: 16.5vw;
box-sizing: border-box;
}
.right2{
padding-right: 16.5vw;
box-sizing: border-box;
}
.left{
padding-left: 16.5vw;
box-sizing: border-box;
}
.section-flow h3 {
font-size: 1.5rem;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
}
.sdgs {
float: right;
margin-left: 0px;
margin-top: 30px;
width: 100px;
height: 200px;
object-fit: contain;
} .section-flow {
background-color: #fff; 
position: relative; 
margin-bottom: 80px;
margin-top: 0;
}
.deco2 {
position: absolute;
top: 0%; 
left: -50px; 
width: 300px; 
height: auto;
z-index: 0; 
pointer-events: none; 
}
.deco3 {
position: absolute;
top: 20%;
right: -100px; 
width: 300px; 
height: auto;
z-index: 0; 
pointer-events: none; 
}
.flow-title {
position: relative; 
display: inline-block;
}
.flow-bg-deco {
position: absolute;
top: 50px;
left: 150px;
width: 400px;
height: auto;
z-index: 1; 
}
.section-flow h3 {
font-size: 1.5rem;
position: relative;
z-index: 2; 
margin: 50px 0 0;
font-weight: bold;
}
.flow-steps {
display: grid;
grid-template-columns: repeat(4, 1fr); 
gap: 25px; 
margin-top: 40px;
}
.flow-step {
background-color: #e5f3df;
padding: 20px;
text-align: center; 
position: relative;
z-index: 1; 
}
.flow-step .num {
font-size: 1.5rem;
font-weight: bold;
color: #16382d;
margin-bottom: 10px;
font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
}
.flow-step h5 {
font-size: 1.0rem;
margin-bottom: 10px;
color: #16382d;
font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
}
.flow-step p {
font-size: 0.7rem;
line-height: 1.6;
color: #16382d;
font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
}
.flow-step:not(:last-child)::after {
content: "▶︎"; 
font-size: 1.5rem;
color: #000; 
position: absolute;
right: -25px; 
top: 50%;
transform: translateY(-50%);
}
.flow-bg-deco-sp{
display: none;
} .section-recommend {
background-color: #f7f7f7;
margin-top: -30px;
padding: 50px 20px;
position: relative;
}
.recommend-img {
position: absolute;
top: 50px;
left: 450px;
width: 300px;
height: auto;
z-index: 0;
}
.section-recommend h3 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 40px;
position: relative;
z-index: 1;
text-align: left;
}
.recommend-list {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0;
position: relative;
z-index: 1;
text-align: left;
margin-left: 20px;
}
.recommend-list p {
font-size: 1.6rem;
padding: 5px 0 5px 40px;
border-radius: 8px;
display: flex;
align-items: center;
gap: 5px;
max-width: 800px;
position: relative;
font-weight: bold;
}
.recommend-list p::before {
content: "";
background : url(https://arumipura.com/wp-content/uploads/2025/03/check.png);
background-size: contain;
background-repeat: no-repeat;
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
} .section-contact {
background : url(https://arumipura.com/wp-content/uploads/2025/03/darkforest.png) center/cover no-repeat;
padding: 100px 20px;
position: relative;
}
.contact-wrap {
background-color: #fff;
padding: 60px 50px 50px;
text-align: center;
position: relative;
z-index: 1;
}
.contact-img {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 2;
}
.contact {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 220px;
height: auto;
z-index: 3;
display: block;
}
.section-contact h3 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 10px;
position: relative;
z-index: 2;
}
.section-contact p {
font-size: 0.8rem;
margin-bottom: 15px;
line-height: 1.7;
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
font-weight: bold;
}
.contact-phone {
font-size: 1.8rem;
margin-bottom: 10px;
font-weight: bold;
}
.phone-num {
color: #3484ce;
text-decoration: none;
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}
.contact-time {
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}
.contact-divider {
border-top: 1px solid #229c95;
width: 90%;
margin: 20px auto;
}
.contact-info {
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}
.contact-btn {
display: inline-block;
background-color: #008d85!important;
color: #fff;
padding: 15px 30px!important;
text-decoration: none;
border-radius: 4px;
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
background : url(https://arumipura.com/wp-content/uploads/2025/03/mail.png);
background-repeat: no-repeat;
background-position: 20px center!important;
background-size: 20px auto;
padding-left: 50px!important;
}
.contact-btn:hover {
background-color: #008d85!important;
}
.contact-end {
margin: 30px 0;
} footer {
background-color: #fff;
color: #000;
padding: 40px 20px 20px;
font-size: 0.9rem;
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}
footer .inner {
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.footer-left {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.top-logo2 {
width: 180px;
height: 50px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/moriizumisanngyou.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: block;
}
.footer-address {
text-align: left;
font-size: 1rem;
font-weight: bold;
}
.footer-nav {
display: flex;
justify-content: flex-end;
gap: 20px;
flex-wrap: wrap;
}
.footer-nav a {
color: #000;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
}
.footer-nav a:hover {
text-decoration: underline;
}
.footer-copy {
font-size: 0.85rem;
text-align: center;
width: 100%;
margin-top: 20px;
}
.footer-wrap{
max-width: 67vw;
width: auto;
margin: 0 auto;
} .main-visual-non {
background: none;
height: auto;
margin: 0;
padding: 0;
}
.main-visual-non header {
background-color: white;
position: relative;
height: 80px;
display: flex;
justify-content: center;
border-bottom: 1px solid #ddd;
}
header .inner {
width: 67vw;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.top-logo2 { }
.sp-only-br {
display: none; }
.footer-sp{
display: none;
}  .company-profile-banner1 {
width: 100%;
height: 180px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/header2.png) no-repeat right center/cover;
display: flex;
align-items: center;
padding-left: 20%;
box-sizing: border-box;
}
.company-profile-banner1 {
position: relative;
overflow: hidden;
}
.company-profile-banner1 h1 {
font-size: 2rem;
color: #ffffff;
font-weight: bold;
text-shadow: 0 2px 6px rgba(0,0,0,0.3);
position: relative;
z-index: 1;
}
.company-profile-banner1 .en-title-img {
display: block;
position: absolute;
top: -30px;
left: 120px;
width: 400px;
height: 100px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/company-profile.png) no-repeat center/contain;
opacity: 1;
z-index: 1000; } .breadcrumb {
width: 67vw;
margin: 20px auto;
font-size: 0.9rem;
color: #1f4b3c;
}
.breadcrumb a {
color: inherit;
text-decoration: none;
} .company-info {
width: 67vw;
margin: 50px auto;
display: flex;
justify-content: space-between;
position: relative;
} .company-table {
width: 55%;
border-collapse: collapse;
}
.company-table th,
.company-table td {
text-align: left;
padding: 15px;
border-bottom: 1px solid #ddd;
color: #1f4b3c;
font-size: 1rem;
}
.company-table th {
width: 30%;
font-weight: bold;
} .company-image {
width: 40%;
position: relative;
}
.company-image img {
width: 100%;
height: auto;
border-radius: 4px;
} .company-info::after {
content: "";
position: absolute;
right: -40%;
bottom: -80px;
width: 500px;
height: 500px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/deco3.png) no-repeat center/contain;
opacity: 0.6;
z-index: -1;
}  .form-intro{
font-size: 1.3rem;
text-align: center;
font-weight: bold;
margin-bottom: 20px;
}
.form-note{
font-size: 1.0rem;
text-align: center;
}
.main-content{
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}
.contact-form {
width: 67vw;
max-width: 1000px;
margin: 50px auto;
padding: 40px;
background: #ffffff;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
position: relative;
box-sizing: border-box;
}
.form-group {
margin-bottom: 20px;
}
.form-label {
font-weight: bold;
margin-bottom: 8px;
display: block;
}
.required {
color: #fff;
background-color: #d14a34;
font-size: 0.8rem;
margin-left: 5px;
padding: 3px;
}
.form-control {
width: 100%;
padding: 10px;
background-color: #f2f2f2;
border: 1px solid #fff;
border-radius: 4px;
box-sizing: border-box;
}
textarea.form-control {
height: 150px;
resize: vertical;
}
.form-check {
margin-top: 30px;
text-align: center;
}
.form-submit {
text-align: center;
margin-top: 30px;
}
.btn-submit {
background-color: #1f4b3c;
color: #fff;
padding: 10px 30px;
border: none;
cursor: pointer;
border-radius: 5px;
font-weight: bold;
}
.btn-submit:hover {
background-color: #16382d;
}   .common-page .header-pc {
height: 90px;
}
.common-page .header-pc .inner {
margin: 0 auto;
}
.common-page footer {
background-color: #f5f5f5;
color: #333;
}
.common-page footer .inner {
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.common-page .footer-left {
display: flex;
flex-direction: column;
}
.common-page .footer-nav {
display: flex;
flex-wrap: wrap;
}
.common-page .footer-copy {
width: 100%;
text-align: center;
color: #666;
}
.company-profile-banner2 {
width: 100%;
height: 180px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/header2.png) no-repeat right center/cover;
display: flex;
align-items: center;
padding-left: 20%;
box-sizing: border-box;
}
.company-profile-banner2 {
position: relative;
overflow: hidden;
}
.company-profile-banner2 h1 {
font-size: 2rem;
color: #ffffff;
font-weight: bold;
text-shadow: 0 2px 6px rgba(0,0,0,0.3);
position: relative;
z-index: 1;
}
.company-profile-banner2 .en-title-img {
display: block;
position: absolute;
top: -30px;
left: 120px;
width: 300px;
height: 100px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/contact2.png) no-repeat center/contain;
opacity: 1;
z-index: 1000; }
.privacy-policy{
position: relative;
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
color: #222222;
}
.privacy-policy-wrap::after {
content: "";
position: absolute;
right: -48%;
bottom: -100px;
width: 500px;
height: 500px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/deco3.png) no-repeat center/contain;
opacity: 0.6;
z-index: -1;
}
.company-profile-banner3 {
width: 100%;
height: 180px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/header2.png) no-repeat right center/cover;
display: flex;
align-items: center;
padding-left: 20%;
box-sizing: border-box;
}
.company-profile-banner3 {
position: relative;
overflow: hidden;
}
.company-profile-banner3 h1 {
font-size: 2rem;
color: #ffffff;
font-weight: bold;
text-shadow: 0 2px 6px rgba(0,0,0,0.3);
position: relative;
z-index: 1;
}
.company-profile-banner3 .en-title-img {
display: block;
position: absolute;
top: -30px;
left: 300px;
width: 300px;
height: 100px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/privacy.png) no-repeat center/contain;
opacity: 1;
z-index: 1000; } .privacy-policy {
width: 67vw; max-width: 1000px;
margin: 100px auto 100px; padding: 0; background: none; box-shadow: none; box-sizing: border-box;
} .privacy-policy .inner > div {
margin-bottom: 50px; } .privacy-policy h3 {
font-size: 1.3rem;
font-weight: bold;
color: #222222;
margin-bottom: 20px;
border-left: none; padding-left: 0; } .privacy-policy p {
font-size: 1rem;
line-height: 2.0; letter-spacing: 0.05em; text-align: justify; margin-bottom: 15px;
} .privacy-policy ul {
list-style-type: none; padding-left: 0; }
.privacy-policy ul li {
position: relative;
padding-left: 1em; line-height: 2.0; letter-spacing: 0.05em; margin-bottom: 10px; }
.privacy-policy ul li::before {
content: "・";
position: absolute;
left: 0;
color: #1f4b3c; } @media (max-width: 768px) { .header-pc {
display: none !important;
}  .header-sp {
display: flex !important;
width: 100%;
height: 10vh !important; align-items: center;
justify-content: space-between; padding: 0 20px;
background-color: #fff;
position: relative;
z-index: 999;
box-sizing: border-box;
} .header-sp .inner-sp {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
} .sp-logo {
width: 160px; height: 80px; background : url(https://arumipura.com/wp-content/uploads/2025/03/moriizumisanngyou-green.png);
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
} .sp-menu-wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #1f4b3c;
width: 50px;
height: 50px; border-radius: 5px;
}
.hamburger {
font-size: 1.8rem;
color: #fff;
line-height: 1;
font-weight: bold;
cursor: pointer;
padding-top: 0;
}
.sp-menu-label {
font-size: 0.7rem;
font-weight: bold;
color: #fff;
line-height: 1;
margin-top: 3px;
} .main-visual {
display: none; }   .main-visual-sp {
width: 100%;
height: 90vh; padding: 0 !important;
margin: 0 !important;
box-sizing: border-box;
display: flex;
flex-direction: column;
} .mv-content-sp {
flex-grow: 1; display: flex;
flex-direction: column;
justify-content: flex-end; background: url(http://arumipura.com/wp-content/uploads/2025/03/header-sp.png);
background-repeat: no-repeat;
background-position: left center;
background-size: cover;
} .mv-description-sp {
width: 100%;
box-sizing: border-box;
margin: 0 auto;
padding: 0 !important;
display: flex;
flex-direction: column;
justify-content: flex-start; flex-grow: 0; }
.mv-description-sp p {
margin: 0;
padding: 5%;
line-height: 1.6;
font-size: 0.9rem;
text-align: left;
background-color: #16382d;
color: #fff;
} .mv-text img {
display: block;
margin: 30px auto 0; width: 180px; height: auto;
} .mv-text {
position: static; margin: 0 auto 170px; padding: 130px 0 3px; text-align: center; gap: 0!important; } .mv-text .text1 {
position: relative;
display: inline-block;
color: #1f4b3c; font-weight: bold;
background: #fff; padding: 8px 20px;
margin: 0;
margin-bottom: 8px; transform: skewX(-10deg); font-size: 1.2rem; z-index: 1;
} .mv-text .text2 {
position: relative;
display: inline-block;
color: #1f4b3c;
font-weight: bold;
background: #fff;
padding: 8px 20px;
margin: 0;
margin-left: 40px; transform: skewX(-10deg);
font-size: 1.2rem;
z-index: 1;
} .mv-text .text1,
.mv-text .text2 {
font-size: 1.1rem; padding: 5px 12px; transform: skewX(-10deg);
margin: 0; margin-bottom: 8px; white-space: normal; } .mv-text .text2 {
margin-left: 20px; } .section-service .inner {
max-width: 89vw;
margin: 0 auto;
height: auto;
position: relative;
padding-bottom: 30px;
background-color: #1f4b3c;
}
.service-feature {
display: flex;
flex-direction: column;
align-items: center;
} .our-service-img {
order: 1;
} .our-service{
margin-top: -15px;
order: 2;
}
.sp-only-br {
display: inline; }
.service-title{
margin-top: 20px;
}
.our-service-img {
position: static;
width: 89vw;
top: -50px;
margin: 10px auto 0;
}
.service-wrap {
flex-direction: column;
gap: 20px;
}
.service-text,
.service-img {
width: 100%;
}
.seervis-description{
margin-top: 20px;
margin-bottom: 0px;
}
.deco {
position: absolute;
top: 55%;
right: -30px; transform: translateY(-50%); width: 130px; height: auto; }
.section-features,
.section-features .inner {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
.section-features {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.section-flow {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden; }
.feature-title1,
.feature-title2,
.feature-title3 {
margin: 0; width: 100%;             
min-height: 160px;                  
box-sizing: border-box;
color: #fff;
background-color: #16382d; }
.feature-box {
position: relative; }
.feature-description {
max-width: 89vw;  
margin: 0 auto; box-sizing: border-box; }
.description {
width: 100%; box-sizing: border-box;
background-color: #16382d; color: #fff; margin: 0 auto; 
}   .inner2 {
position: relative; z-index: 2; }
.description-r,
.description-l {
width: 100%;
margin-top: 15px;
} .sdgs {
display: none;
}
.feature-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: auto;
} .feature-title {
height: auto;
padding: 20px;
box-sizing: border-box;
} .description {
width: 100%;
margin: 0;
padding: 20px; box-sizing: border-box;
background-color: #16382d; }
.feature-description {
width: 100%;
margin: 0 auto;
padding: 0;
color: #fff;
}
.inner2 {
width: 100%;
padding: 0;
margin: 0 auto;
box-sizing: border-box;
} .section-features,
.section-features .features-list,
.section-features .feature-box,
.section-features .inner,
.section-features .inner2 {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
margin-bottom: 0!important;
margin-top: 0!important;
}
.section-features {
min-height: auto !important; height: auto !important; }
.features-list {
height: auto !important; }
.feature-box,
.right1,
.right2,
.feature-box.left {
height: auto !important; }
.feature-title{
margin: 0;
padding: 0;
}  .feature-title1,
.feature-title2,
.feature-title3 {
margin: 0;
width: 100%;
min-height: 80px; padding: 30px;
box-sizing: border-box;
color: #fff;
font-size: 1rem;
}  .feature-title1 {
background:
linear-gradient(
to right,
rgba(22,56,45,0) 0%, rgba(22,56,45,0.2) 15%, 
rgba(22,56,45,0.5) 25%, 
rgba(22,56,45,0.8) 30%, 
rgba(22,56,45,1) 35%, #16382d 35%, #16382d 100%
),
url(http://arumipura.com/wp-content/uploads/2025/03/komorebi.png) no-repeat;
background-size: 100% 100%, cover;
background-position: left center, left center;
background-repeat: no-repeat;
text-align: right;
} .feature-title2 {
background:
linear-gradient(
to left,
rgba(31,75,60,0) 0%,    
rgba(31,75,60,0.2) 15%, 
rgba(31,75,60,0.5) 25%, 
rgba(31,75,60,0.8) 30%, 
rgba(31,75,60,1) 35%,  
#1f4b3c 35%,             
#1f4b3c 100%
),
url(http://arumipura.com/wp-content/uploads/2025/03/futuristic-1.png) no-repeat;
background-size: 100% 100%, contain;
background-position: left center, calc(100% + 50px) center; background-repeat: no-repeat;
text-align: left;
} .feature-title3 {
background:
linear-gradient(
to right,
rgba(22,56,45,0) 0%,    
rgba(22,56,45,0.2) 15%, 
rgba(22,56,45,0.5) 25%, 
rgba(22,56,45,0.8) 30%, 
rgba(22,56,45,1) 35%,   
#16382d 35%, #16382d 100%
),
url(http://arumipura.com/wp-content/uploads/2025/03/trash.png) no-repeat;
background-size: 100% 100%, cover;
background-position: left center, left center;
background-repeat: no-repeat;
text-align: right;
}
.description-l{
background-color: #1f4b3c!important;
}
.section-flow {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.section-flow {
position: relative;
overflow: visible; } .flow-bg-deco,
.deco2 {
display: none; }
.deco3 {
position: absolute;
top: 4%;
right: -30px;
width: 100px;
height: auto;
z-index: 1;
}
.flow-title {
position: relative;
text-align: center; margin-bottom: 10px; }
.flow-title h3 {
position: relative;
z-index: 2; }
.flow-bg-deco-sp {
display: block;
position: absolute;
top: 75%; left: 50%; transform: translate(-50%, -50%);
width: 100%;
height: auto;
z-index: 1; } .section-flow .inner {
max-width: 89vw;
margin: 0 auto;
padding: 0; }
.section-flow {
position: relative;
overflow: visible;
}   .flow-step .num {
text-align: center !important;
} .flow-step h5,
.flow-step p {
text-align: left;
margin: 10px 0;
padding: 0 10px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
"メイリオ", Meiryo, 
"游ゴシック", "Yu Gothic", 
"ＭＳ ゴシック", "MS Gothic", sans-serif;
font-weight: bold !important; } .flow-step br {
display: none;
}  .flow-steps {
display: grid;
grid-template-columns: 1fr;
gap: 60px; padding-bottom: 50px; overflow: visible;
justify-items: center;
} .flow-step {
position: relative;
width: 89vw;
padding: 30px 20px;
box-sizing: border-box;
background-color: #eaf6e2;
overflow: visible;
} .flow-step:not(:last-child)::after {
content: "▼";
font-size: 1.5rem;
color: #16382d;
position: absolute;
top: 100%; left: 50%;
transform: translateX(-50%);
margin-top: 15px; display: inline-block;
} .section-recommend {
position: relative; padding-top: 30px; }
.section-recommend .inner {
width: 89vw;
max-width: 89vw;
margin: 0 auto; box-sizing: border-box; }
.section-recommend h3 {
position: relative; z-index: 2; margin-top: 0;
text-align: left; max-width: 89vw;
}
.recommend-img {
position: absolute; top: 20px; left: 10%; transform: translateX(-50%); width: 250px; height: auto;
z-index: 1; display: block; }
.recommend-list {
align-items: center;
margin: 0 auto;
gap: 15px;
}
.recommend-list p {
font-size: 1rem;
padding-left: 35px;
} .section-contact {
padding: 50px 0 !important; }
.section-contact .inner {
width: 89vw; 
max-width: 89vw; 
box-sizing: border-box; margin: 0 auto; padding: 0px; background-color: #fff; }
.contact {
width: 150px;
top: -10px;
}
.section-contact h3{
font-size: 1.4rem;
}
.section-contact p{
font-size: 1.0rem;
}
.contact-phone {
font-size: 1.4rem;
margin-bottom: 10px;
}
.phone-num {
font-size: 1.4rem;
}
.contact-btn {
font-size: 0.8rem;
padding: 10px 25px 10px 45px;
background-position: 15px center;
} .common-page footer .inner {
width: 89vw!important;
max-width: 89vw!important;
margin: 0px auto!important;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
footer .inner {
display: flex;
flex-direction: column;
margin: 0 auto;
text-align: left; box-sizing: border-box;
} footer .footer-nav {
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px 0;
align-items: flex-start;
margin-bottom: 20px;
}
.common-page footer .footer-nav{
padding-left: 5.5vw!important;
padding: 20px 0;
gap: 10px;
}
.common-page .footer-copy {
width: 100%;
margin-top: 0px;
text-align: center;
color: #666;
}
.common-page footer {
padding:  40px 0px 20px;
}
footer .footer-nav a {
font-size: 14px;
color: #333;
text-decoration: none;
font-weight: bold;
} footer .footer-left {
order: 2; align-items: flex-start; 
display: flex;
flex-direction: column;
gap: 10px;
}
footer .top-logo2 {
width: 160px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
}
footer .footer-address {
font-size: 14px;
line-height: 1.6;
color: #000;
font-weight: bold;
text-align: left;
} footer .footer-copy {
order: 3; font-size: 0.5rem;
color: #777;
text-align: center;
padding-top: 10px;
padding-bottom: 50px;
width: 100%;
} .breadcrumb {
order: 3;
padding: 15px 20px;
font-size: 0.9rem;
text-align: left;
color: #1f4b3c;
}
.breadcrumb a {
color: inherit;
text-decoration: none;
} .company-info {
display: flex;
flex-direction: column;
width: 89vw;
margin: 20px auto;
box-sizing: border-box;
}
.company-table {
width: 100%;
border-collapse: collapse;
order: 1; margin-bottom: 20px;
}
.company-table th,
.company-table td {
display: block; width: 100%;
text-align: left;
padding: 10px 0;
box-sizing: border-box;
font-size: 1rem;
position: relative;
}
.company-table th {
font-weight: bold;
}
.company-table td {
border-bottom: 1px solid #d0d0d0; } .company-image {
order: 2;
width: 100%;
margin-bottom: 20px;
}
.company-image img {
width: 100%;
height: auto;
display: block;
} .company-profile-banner2 {
background : url(https://arumipura.com/wp-content/uploads/2025/03/header2-sp.png);
background-size: cover;
background-position: center;
height: 120px; padding-left: 30px;
justify-content: flex-start;
} .company-profile-banner2 h1 {
position: relative;
font-size: 1.3rem;
padding-left: 0;
text-align: left;
}
.company-profile-banner2 .en-title-img {
background : url(https://arumipura.com/wp-content/uploads/2025/03/contact2.png) no-repeat center;
background-size: contain;
width: 150px; height: 50px;
position: absolute;
top: 0%; left: 80%; transform: translate(-50%, -50%);
z-index: 2;
} .breadcrumb {
width: 89vw;
margin: 10px auto;
font-size: 0.8rem;
} .main-content .container {
width: 89vw;
margin: 20px auto;
box-sizing: border-box;
padding: 10px 0;
} .form-intro h2 {
font-size: 1.2rem;
margin-bottom: 5px;
}
.form-intro p,
.form-note p {
font-size: 0.9rem;
}
.form-note {
margin-bottom: 20px;
} .contact-form {
width: 100%;
padding: 20px;
box-shadow: none; margin: 0;
} .form-label {
font-size: 0.9rem;
}
.required {
font-size: 0.7rem;
padding: 2px 4px;
margin-left: 3px;
} .form-control {
padding: 8px;
font-size: 0.9rem;
}
textarea.form-control {
height: 120px;
} .form-check {
font-size: 0.8rem;
text-align: left;
margin: 20px 0;
}
.form-submit .btn-submit {
width: 100%;
padding: 12px 0;
font-size: 0.9rem;
} body.common-page {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
padding: 0;
box-sizing: border-box;
} .company-profile-banner2 { order: 1; flex-shrink: 0; }
.main-content { order: 2; flex-shrink: 0; }
.breadcrumb { order: 3; flex-shrink: 0; } footer { order: 4; flex-shrink: 0; } .breadcrumb {
text-align: left;
margin: 30px auto;
width: 89vw;
font-size: 0.8rem;
} body.common-page.company {
display: flex;
flex-direction: column;
min-height: 100vh; margin: 0; padding: 0; box-sizing: border-box;
} .company-profile-banner1 { order: 1; flex-shrink: 0; }
.company-info { order: 2; flex-shrink: 0; }
.breadcrumb { order: 3; flex-shrink: 0; }
footer { order: 4; flex-shrink: 0; } .company-profile-banner1 {
background : url(https://arumipura.com/wp-content/uploads/2025/03/header2-sp.png);
background-position: center;
background-size: cover;
height: 120px;
padding: 0 20px;
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
.company-profile-banner1 h1 {
font-size: 1.3rem;
color: #fff;
text-shadow: 0 2px 6px rgba(0,0,0,0.3);
position: relative;
z-index: 2;
}
.company-profile-banner1 .en-title-img {
background : url(https://arumipura.com/wp-content/uploads/2025/03/company-profile_sp.png) no-repeat center;
background-size: contain;
width: 200px;
height: 60px;
position: absolute;
top: 50%;
left: 90%;
transform: translate(-50%, -50%);
z-index: 1;
} .company-info {
width: 89vw;
margin: 30px auto;
display: flex;
flex-direction: column;
} .company-table {
width: 100%;
margin-bottom: 30px;
border-collapse: collapse;
} .company-table tr {
display: flex; flex-wrap: wrap; } .company-table th {
width: 30%; font-weight: bold;
padding: 10px;
font-size: 0.9rem;
border-bottom: 1px solid #d0d0d0;
box-sizing: border-box;
} .company-table td {
width: 70%; padding: 10px;
font-size: 0.9rem;
border-bottom: 1px solid #d0d0d0;
box-sizing: border-box;
}
.company-image {
width: 100%;
margin-top: 10px;
}
.company-image img {
width: 100%;
height: auto;
display: block;
} .breadcrumb {
width: 89vw;
margin: 0 auto 30px;
font-size: 0.8rem;
text-align: left;
color: #1f4b3c;
}
.top-jump {
text-decoration: underline!important; color: blue!important; }
.top-jump:hover {
text-decoration: underline!important; color: blue!important; }
.company-info::after {
content: none !important;
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
background: none !important;
} .inner{
max-width: 89vw;
} body.common-page {
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 0;
margin: 0;
box-sizing: border-box;
overflow-x: hidden;
} .header-sp { order: 1; } .company-profile-banner3 { order: 2; } .privacy-policy { order: 3; } footer { order: 5; } .breadcrumb { order: 4; }  .company-profile-banner3 {
width: 100%;
height: 150px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/header2-sp.png) no-repeat center/cover;
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 5%;
position: relative;
overflow: hidden;
box-sizing: border-box;
}
.company-profile-banner3 h1 {
font-size: 1.5rem;
color: #ffffff;
font-weight: bold;
text-shadow: 0 2px 6px rgba(0,0,0,0.3);
position: relative;
z-index: 2;
margin: 0;
padding: 0;
} .company-profile-banner3 .en-title-img {
position: absolute;
top: 0%;
left: 50%;
width: 220px;
height: 80px;
background : url(https://arumipura.com/wp-content/uploads/2025/03/privacy.png) no-repeat center/contain;
transform: translate(-50%, -50%);
z-index: 1;
} .privacy-policy {
width: 90vw;
max-width: 100%;
margin: 50px auto 50px;
padding: 0;
box-sizing: border-box;
color: #222222;
font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}
.privacy-policy .inner {
width: 100%;
}
.privacy-policy .inner > div {
margin-bottom: 40px;
}
.privacy-policy h3 {
font-size: 1.2rem;
font-weight: bold;
color: #222222;
margin-bottom: 15px;
padding-left: 0;
border-left: none;
}
.privacy-policy p {
font-size: 0.9rem;
line-height: 1.8;
letter-spacing: 0.03em;
text-align: justify;
margin-bottom: 10px;
}
.privacy-policy ul {
list-style: none;
padding-left: 0;
margin-top: 10px;
}
.privacy-policy ul li {
position: relative;
padding-left: 1em;
line-height: 1.8;
letter-spacing: 0.03em;
margin-bottom: 5px;
}
.privacy-policy ul li::before {
content: "・";
position: absolute;
left: 0;
color: #1f4b3c;
} .privacy-policy-wrap::after {
display: none;
} .breadcrumb {
width: 90vw;
margin: 20px auto 30px;
font-size: 0.85rem;
text-align: left;
box-sizing: border-box;
color: #555;
}
.breadcrumb a {
color: #007bff;
text-decoration: underline;
}
.breadcrumb span {
color: #555;
} html, body {
height: auto;
overflow-x: hidden;
} .company-profile-banner3,
.privacy-policy,
footer,
.breadcrumb {
flex-shrink: 0;
}
} @media (min-width: 769px) and (max-width: 1024px) { .header-sp {
display: none !important;
} .header-pc {
display: flex !important;
justify-content: center;
align-items: center;
width: 100%;
min-height: 80px; box-sizing: border-box;
overflow: visible; } .header-pc .inner {
width: 67vw !important;
margin: 0 auto;
padding: 0;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
flex-wrap: nowrap; } .top-logo1,
.top-logo2 {
width: 130px;
flex-shrink: 0; } .header-pc nav ul {
padding-left: 30px;
display: flex;
flex-wrap: nowrap; gap: 10px!important;
}
.header-pc nav ul li {
white-space: nowrap; }
.header-pc nav ul li a {
font-size: 0.85rem; padding: 5px;
}
.top-logo1,
.top-logo2 {
margin-right: auto; }
.main-visual {
width: 100%;
height: 400px; background-size: cover; background-position: center;
overflow: hidden; }
.mv-text {
bottom: 15%; left: 10%;
gap: 10px;
}
.mv-text h2 {
font-size: 1.2rem; padding: 8px 15px;
}
.mv-description {
bottom: 5%;
left: 10%;
gap: 20px;
}
.mv-description img {
width: 150px; }
.mv-description p {
font-size: 0.8rem; line-height: 1.4;
}
.flow-steps {
grid-template-columns: repeat(4, 1fr);
gap: 10px; }
.flow-step {
min-height: 180px; max-height: 180px; overflow: hidden; padding: 10px; box-sizing: border-box;
}
.flow-step h5 {
font-size: 0.9rem; margin-bottom: 5px;
}
.flow-step .num {
font-size: 1.2rem; margin-bottom: 5px;
}
.flow-step p {
font-size: 0.6rem!important; line-height: 1.0!important; } .flow-step:not(:last-child)::after {
font-size: 1.2rem; right: -10px; } .section-service {
padding: 30px 0; height: auto; box-sizing: border-box;
}
.service-feature {
margin-top: 0; align-items: center;
justify-content: center;
gap: 10px; flex-direction: row; }
.our-service {
font-size: 1.2rem; margin-top: 0; padding: 0;
text-align: center;
}
.our-service-img {
width: 30%; left: 0; position: static;
}
.service-wrap {
gap: 20px; align-items: center;
margin-top: 10px;
}
.service-text {
width: 50%; }
.service-title {
font-size: 1.1rem; margin-top: 10px; }
.seervis-description {
font-size: 0.8rem; margin-top: 10px;
margin-bottom: 10px; }
.service-img {
width: 45%; height: auto;
} .deco {
width: 200px; position: absolute;
bottom: 0;
right: -35px;
transform: none; opacity: 0.8; }
.recommend-img {
position: absolute;
top: 35px;
left: 17%;
width: 300px;
height: auto;
z-index: 0;
} .section-features {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin: 0 !important;
}
.features-list {
gap: 0 !important;
}
.feature-box {
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
.inner2 {
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.feature-title {
padding: 15px 20px !important;
margin: 0 !important;
text-align: center !important; width: 100% !important;
box-sizing: border-box;
}
.description,
.description-r,
.description-l {
padding: 20px !important;
margin: 0 auto !important;
width: 100% !important;
box-sizing: border-box;
text-align: center !important; }
.feature-description {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
box-sizing: border-box;
text-align: center !important;
} .feature-box:last-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.section-features {
min-height: inherit!important;
height: auto;
color: #fff;
}
} .fade-up {
opacity: 0;
transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s ease-out;
will-change: opacity, transform;
visibility: hidden;
}
.fade-up.is-show {
opacity: 1;
transform: translateY(0);
visibility: visible;
} .fade-in {
opacity: 0;
transition: opacity 1s ease-out;
visibility: hidden;
}
.fade-in.is-show {
opacity: 1;
visibility: visible;
} .float-fade-in {
opacity: 0;
transform: scale(0.9); transition: opacity 1.0s ease-out, transform 1.0s ease-out;
visibility: hidden;
}
.float-fade-in.is-show {
opacity: 1;
transform: scale(1); visibility: visible;
} .fade-up {
opacity: 0;
transform: translateY(30px);
transition: opacity 1.0s ease-out, transform 1.0s ease-out;
visibility: hidden;
}
.fade-up.is-show {
opacity: 1;
transform: translateY(0);
visibility: visible;
} .slide-in-left {
opacity: 0;
transform: translateX(-150px);
visibility: hidden;
animation-fill-mode: forwards;
}
.slide-in-left.is-show {
animation: elegantSlideInLeft 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
} @keyframes elegantSlideInLeft {
0% {
opacity: 0;
transform: translateX(-150px);
}
100% {
opacity: 1;
transform: translateX(0);
visibility: visible;
}
} .fade-in-float {
opacity: 0;
transform: translateY(40px);
visibility: hidden;
animation-fill-mode: forwards;
}
.fade-in-float.is-show {
animation: softFloatUp 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
} @keyframes softFloatUp {
0% {
opacity: 0;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
}
.confirm-form {
max-width: 67vw;
background-color: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
margin-bottom: 30px;
margin: 50px auto;
}
.form-group {
margin-bottom: 20px;
}
.form-label {
font-weight: bold;
margin-bottom: 8px;
display: block;
color: #555;
}
.form-value {
padding: 10px 15px;
border-radius: 5px;
word-break: break-all;
}
.form-check {
text-align: center;
margin: 20px 0;
}
.form-check input[type="checkbox"] {
margin-right: 8px;
}
.btn-submit {
background-color: #009688;
color: #fff;
padding: 12px 60px;
border-radius: 6px;
border: none;
cursor: pointer;
font-size: 16px;
}
.back-btn {
text-align: center;
margin-top: 20px;
}
.back-btn a{
text-decoration: none;
}
.required {
background-color: #e95454;
color: #fff;
font-size: 12px;
padding: 2px 8px;
border-radius: 3px;
margin-left: 10px;
}
.send-complete {
padding: 50px;
text-align: center;
margin: 60px auto;
max-width: 800px;
}
.send-complete h2 {
font-size: 22px;
color: #3a3a3a;
margin-bottom: 30px;
}
.send-complete p {
font-size: 15px;
color: #555;
line-height: 1.8;
margin-bottom: 25px;
}
.send-complete .form-submit {
margin-top: 40px;
}
.send-complete .btn-submit {
display: inline-block;
background-color: #00796b;
color: #fff;
text-decoration: none;
padding: 12px 30px;
border-radius: 5px;
font-size: 15px;
transition: 0.3s;
}
.send-complete .btn-submit:hover {
background-color: #00574b;
}
.main-content {
position: relative; overflow: hidden; }
.main-content .container::after {
content: "";
position: absolute;
right: -10%;
bottom: -80px;
width: 500px;
height: 500px;
background: url(https://arumipura.com/wp-content/uploads/2025/03/deco3.png) no-repeat center/contain;
opacity: 0.6;
z-index: -1;
pointer-events: none; }
.footer-biz{
font-size: 1.3rem;
font-weight: bold;
}
@media (max-width: 768px) { .container::after {
display: none !important;
} .main-content {
padding: 20px 15px;
box-sizing: border-box;
}
.container {
padding: 0;
box-shadow: none !important;
margin: 0 auto;
width: 100%;
} .confirm-table,
.confirm-table tbody,
.confirm-table tr,
.confirm-table th,
.confirm-table td {
display: block;
width: 100%;
}
.confirm-table tr {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
}
.confirm-table th {
background: none;
border: none;
font-weight: bold;
padding: 0;
margin-bottom: 5px;
font-size: 14px;
}
.confirm-table td {
padding: 10px;
background-color: #f9f9f9;
border-radius: 4px;
word-wrap: break-word;
border: none;
} .form-check {
text-align: center;
margin-top: 20px;
} .form-submit {
text-align: center;
margin-top: 20px;
}
.btn-submit {
width: 100%;
padding: 15px 10px;
box-sizing: border-box;
font-size: 15px;
background-color: #00796b;
color: #fff;
border-radius: 4px;
text-align: center;
display: inline-block;
border: none;
} .back-btn {
width: 100%;
margin-top: 10px;
}
.back-btn .btn-submit {
background-color: #555;
} .form-intro h2,
.form-intro p {
text-align: center;
font-size: 14px;
line-height: 1.6;
}
.form-check {
text-align: center;
margin: 20px 0;
}
.form-check input[type="checkbox"] {
margin-right: 5px;
vertical-align: middle;
}
.form-check label {
font-size: 14px;
vertical-align: middle;
} .back-btn {
margin-top: 15px;
text-align: center;
} .back-btn .btn-submit {
width: 85% !important; padding: 12px 10px !important;
box-sizing: border-box;
font-size: 14px; background-color: #00796b !important; color: #fff;
border-radius: 4px;
text-align: center;
display: inline-block;
border: none;
opacity: 0.9; } .send-complete {
padding: 20px;
margin: 30px auto;
box-shadow: none;
text-align: center;
}
.send-complete h2 {
font-size: 18px;
margin-bottom: 15px;
}
.send-complete p {
font-size: 13px;
line-height: 1.7;
margin-bottom: 10px;
text-align: left;
}
.send-complete .form-submit {
margin-top: 20px;
}
.footer-biz{
font-size: 1.0rem;
font-weight: bold;
}
.footer-wrap{
max-width: inherit;
width: inherit;
margin: inherit;
}
}