/*
Theme Name:  RemOffice 
Theme URI:
Description:
Version: ver 1.0 2025.05-
Author: 
Author URI:
*/




body {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    color: #1e293b;
    background-color: #f8fafc;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



/*============================== header ==============================*/
header {
	position: absolute;
    background-color: #ffffff;
    border-bottom: 1px solid #cbd5e1;
    padding: 20px 0;
    width: 100%;
	z-index: 9;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #2563eb;
    text-decoration: none;
}
.logo span {
    color: #1e293b;
}



nav {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}
nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    margin: 0 10px;
}
nav ul li a {
    text-decoration: none;
    color: #1e293b;
    font-size: 14px;
    padding: 5px 10px;
}
@media (max-width: 920px) {
	nav ul li {
		margin: 0;
	}
}
@media (max-width: 768px) {
	nav {
		display: none;
	}
}



.cta-buttons {
    display: flex;
}
.btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
}
.btn-primary {
    background-color: #f97316;
    color: white;
}
.btn-secondary {
    background-color: #2563eb;
    color: white;
}
@media (max-width: 920px) {
	.btn {
		padding: 10px 10px;
	}
}
@media (max-width: 410px) {
	.btn {
		padding: 10px 7px;
		font-size: 14px;
	}
}



#header.HeightMin{
	position: fixed;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}




/*============================== FV ==============================*/
.hero {
    background-color: #e0f2fe;
    padding: 160px 0 80px;
}
@media (max-width: 768px) {
	.hero {
		padding: 120px 0 80px;
	}
}
.hero-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.hero-content {
    flex: 1;
    padding-right: 40px;
}
.hero-image {
    flex: 1;
    height: 340px;
    border-radius: 5px;
    overflow: hidden;
}
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
@media (max-width: 440px) {
	h1 {
		font-size: 26px;
	}
}
h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 440px) {
	h2 {
		font-size: 26px;
	}
}
h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
}


.section {
    padding: 80px 0;
}
.section-alt {
    background-color: #e2e8f0;
}
.price-highlight {
    font-size: 48px;
    font-weight: bold;
    color: #2563eb;
    margin: 10px 0;
}
@media (max-width: 440px) {
	.price-highlight {
		font-size: 42px;
	}
}


.tagline {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}
.description {
    margin-bottom: 25px;
    line-height: 1.6;
}



/*============================== Table ==============================*/
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}
.comparison-table th {
    background-color: #2563eb;
    color: white;
    padding: 15px;
    text-align: center;
	width: 50%;
}
.comparison-table th:nth-child(2) {
    background-color: #f97316;
}
.comparison-table td {
    padding: 20px;
    border: 1px solid #cbd5e1;
    background-color: white;
}
.feature-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.feature-description {
    color: #64748b;
}
.two-column {
    display: flex;
    margin-top: 40px;
}
.column {
    flex: 1;
}
.column:first-child {
    padding-right: 40px;
}
.column:last-child {
    padding-left: 40px;
}
.feature-item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.feature-item-reverse {
    flex-direction: row-reverse;
}
.feature-text {
    flex: 1;
    padding: 0 20px;
}
.feature-item h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.feature-item p {
    line-height: 1.6;
}
.feature-image {
    flex: 1;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*============================== Price-Table ==============================*/
.pricing-box-container {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}
.pricing-box {
    flex: 1;
    max-width: 400px;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}
.pricing-box-highlight {
    border: 2px solid #f97316;
}
.pricing-box-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #f97316;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}
.pricing-price {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 5px;
    color: #2563eb;
}
.pricing-period {
    color: #64748b;
    margin-bottom: 20px;
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}
.pricing-features li:last-child {
    border-bottom: none;
}
.pricing-cta {
    text-align: center;
}
.notes {
    margin-top: 40px;
    font-size: 14px;
    color: #64748b;
}
.flow-step {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.flow-step::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}
.flow-step:last-child::after {
    display: none;
}
.step-number {
    background-color: #2563eb;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}



/*============================== contactform ==============================*/
.contact-form {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-form table {
    width: 100%;
}
.contact-form th, .contact-form td {
	display: block;
	text-align: left;
}
.contact-form th p {
	margin: 0 0 5px;
}
.contact-form td p {
	margin: 0 0 20px;
}
.contact-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
	box-sizing: border-box;
}
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    min-height: 150px;
	box-sizing: border-box;
}
.form-submit input {
	width: 40%;
    padding: 15px 0;
	background-color: #f97316;
    color: white;
	font-weight: bold;
	border: none;
	display: block;
	margin: auto;
}
@media (max-width: 768px) {
	.contact-form {
		padding: 40px 20px;
	}
	.form-submit input {
		width: 100%;
	}
}



/*============================== footer ==============================*/
footer {
    background-color: #1e293b;
    color: white;
    padding: 60px 0;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-column {
    flex: 1;
    margin-right: 40px;
}
.footer-column:last-child {
    margin-right: 0;
}
.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
}
.copyright {
    text-align: center;
    padding-top: 40px;
    color: #94a3b8;
    font-size: 14px;
}
@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
    }
    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .two-column {
        flex-direction: column;
    }
    .column:first-child {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .column:last-child {
        padding-left: 0;
    }
    .feature-item {
        flex-direction: column;
    }
    .feature-item-reverse {
        flex-direction: column;
    }
    .feature-text {
        padding: 20px 0;
    }
    .pricing-box-container {
        flex-direction: column;
        align-items: center;
    }
    .pricing-box {
        width: 80%;
        margin-bottom: 30px;
    }
    .footer-content {
        flex-direction: column;
    }
    .footer-column {
        margin-right: 0;
        margin-bottom: 30px;
    }
}



