@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.6;
    }
.container {
    width: 100%;
}
.fw7{
	font-weight: 700;
}
@media screen and (min-width: 768px) {
.container {
    max-width: 96%!important;
}
}
@media screen and (min-width: 1536px) {
.container {
    max-width: 1536px!important;
}
}
.gradient-bg {
    background: linear-gradient(135deg, rgba(255,140,0,0.05) 0%, rgba(255,69,0,0.1) 100%);
    background-image: url(img/main_bg2.png);
    background-size: cover;
    background-position: center;
    }
.gradient-bg3 {
    background: linear-gradient(135deg, rgba(255,140,0,0.05) 0%, rgba(255,69,0,0.1) 100%);
    background-image: url(img/main_bg3.png);
    background-size: cover;
    background-position: center;
    }
.header-gradient {
    background: linear-gradient(90deg, #FF7E00 0%, #FF4500 100%);
    }

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    }

.highlight {
    color: #FF5500;
    }

.title-bar {
    height: 8px;
    width: 150px;
    background: linear-gradient(90deg, #FF7E00 0%, #FF4500 100%);
    margin-bottom: 1.5rem;
    }

.card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(255,69,0,0.15);
    }
@media screen and (min-width: 768px) {
.card {
    padding: 2vw;
    }
.md\:w-1\/2 {
    width: 49%!important;
    }
}
@media screen and (min-width: 1536px) {
.card {
    padding: 2rem;
    }
}
.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.25rem;
    display: flex;
	justify-content: center;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(255,94,0,0.2);
    }

.card-title i {
    color: #FF5500;
    margin-right: 0.75rem;
    font-size: 1.75rem;
    }

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    }

.benefit-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF7E00 0%, #FF4500 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 1rem;
    box-shadow: 0 6px 15px rgba(255,94,0,0.25);
    flex-shrink: 0;
    }
@media screen and (min-width: 768px) {
.benefit-icon {
    width: 7.55208vw;
    height: 7.55208vw;
    }
}
@media screen and (min-width: 1536px) {
.benefit-icon {
    width: 58px;
    height: 58px;
    }
}
.benefit-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.375rem;
    color: #FF5500;
	text-shadow: 
       2px  2px 0px #ffffff,
      -2px  2px 0px #ffffff,
       2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff,
       2px  0px 0px #ffffff,
       0px  2px 0px #ffffff,
      -2px  0px 0px #ffffff,
       0px -2px 0px #ffffff; 
    }
.benefit-desc {
    font-size: 1rem;
    color: #000;
    line-height: 1.4;
    }
@media screen and (min-width: 768px) {
.benefit-title {
    font-size: 1.8vw;	
}
.benefit-desc {
    font-size: 1vw;
    }
}
@media screen and (min-width: 1536px) {
.benefit-title {
    font-size: 1.8rem;	
}
.benefit-desc {
    font-size: 1rem;
    }
}


.vs-badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF7E00, #FF4500);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255,94,0,0.3);
    margin: 0 auto;
    font-size: 1.25rem;
	position: absolute;
    z-index: 999;
    }

.testimonial {
    background-color: #fff8f3;
    border-left: 5px solid #FF5500;
    padding: 1rem 1.5rem;
    font-style: italic;
    font-weight: 600;
    color: #444;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
    margin: 2rem 0;
	font-size: 1.4rem;
    }

.testimonial:before {
    content: '"';
    position: absolute;
    left: 10px;
    top: 2px;
    font-size: 40px;
    color: rgba(255,94,0,0.2);
    font-family: Georgia, serif;
    }

.testimonial span{
    font-weight: 600;
    color: rgb(255, 85, 0);
    font-size: 1.4rem;
    }

.before-after-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2rem 0;
    position: relative;
    }

.before-after-item {
    text-align: center;
    position: relative;
    width: 45%;
    }

.before-after-label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #555;
    }

.before-after-value {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    }
.before-after-value span{
    font-size: 4rem;
    font-weight: bold;
    color: #FF5500;
    }
.before-after-item.after .before-after-value {
    color: #FF5500;
    font-size: 2rem;
    }
.before-after-item.after .before-after-value span{
    color: #FF5500;
    font-size: 4rem;
    }
.success-highlight {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    color: #FF5500;
    margin: 1.5rem 0;
    padding: 0.75rem;
    border-radius: 8px;
    background: rgba(255,94,0,0.08);
    border: 2px dashed rgba(255,94,0,0.3);
    }
.success-highlight span{
    font-size: 2.6rem;
}
.key-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 45%;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(255,140,0,0.08) 0%, rgba(255,69,0,0.12) 100%);
    border-radius: 12px;
    border: 2px solid rgba(255,94,0,0.1);
    }

.metric-number {
    font-size: 2rem;
    font-weight: bold;
    color: #FF5500;
    margin-bottom: 0.5rem;
    }
.metric-number span{
    font-size: 3rem;
    }
.metric-desc {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    }

.btn-primary {
    background: linear-gradient(90deg, #FF7E00 0%, #FF4500 100%);
    color: white;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 15px rgba(255,69,0,0.3);
    transition: all 0.3s ease;
    }

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(255,69,0,0.4);
    }

.pulse {
    animation: pulse 2s infinite;
    }

@keyframes pulse {
    0% {
    transform: scale(1);
    }

50% {
    transform: scale(1.05);
    }

100% {
    transform: scale(1);
    }


}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2rem 0;
    }

.compare-table th {
    background-color: #f8f8f8;
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #ddd;
    }
.compare-table th:nth-child(2) {
    background-color: rgb(146, 146, 146);
	color:#fff;
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #ddd;
    }
.compare-table th:nth-child(3) {
    background-color: rgb(255, 85, 0);
	color:#fff;
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #ddd;
    }
.compare-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    text-align: center;
    }

.compare-table .better {
    color: #FF5500;
    font-weight: bold;
    }

.steps-container {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    position: relative;
	align-items: center;
    }

.steps-container:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF7E00 0%, #FF4500 100%);
    z-index: -1;
    }

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
@media screen and (min-width: 768px) {
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    }
}
@media screen and (min-width: 1536px) {
.step {
    }
}
.step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF7E00, #FF4500);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 8px 15px rgba(255,69,0,0.3);
	margin-top: -10vw;
    }
@media screen and (min-width: 768px) {
.step-number {
	margin-top: -3.2552083vw;
    }
}
@media screen and (min-width: 1536px) {
.step-number {
	margin-top: -50px;
    }
}
.step-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
    }

.step-desc {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    }

.py-4 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.p_r{
	position: relative;
}
.p_a{
	position: absolute;
}
.h_logo {
    height: 4.5rem;
}
.h_logo_img {
    height: 100%;
}
.d_i{
	display: inline-block;
}
.v_a_b{
	vertical-align: bottom;
}
.pd-1 {
    padding-left: .2rem;
    padding-right: .2rem;
}
.o_arrow{
	font-size: 2.5rem;
    font-weight: bold;
	color: #FF5500;
} 
@media (max-width: 768px) {
    .section {
    padding: 3rem 1.5rem;
    }

.section-title {
    font-size: 2rem;
    }

.flex-col-md {
    flex-direction: column;
    }

.w-full-md {
    width: 100%;
    }

.mb-md-8 {
    margin-bottom: 2rem;
    }
.before-after-value {
    font-size: 3.8vw!important;
}
.before-after-value span{
    font-size: 6vw!important;
}
.before-after-item.after .before-after-value {
    font-size: 3.8vw!important;
}
.before-after-item.after .before-after-value span{
    font-size: 6vw!important;
}
}

.en_flex{
	display: block;
}
.en_flex .en_box{
	position: relative;
	background-color: #ededed;
	width:70vw;
	height:70vw;
	margin: 0 auto 5vw;
	text-align: center;
	padding-top:50vw;
	border-radius: 50%;
}
.en_flex .en_box .i01{
	position: absolute;
	top: 0;
    width: 50vw;
    left: 10vw;
}
.en_flex .en_box .i01 img{
	width:100%;
}
.en_flex .en_box .txt{
	text-align: center;
}
.mushimegane{
    bottom: 14.046875vw;
    right: -7.8125vw;
}
.mushimegane img{
	width:19.020833vw;
}
.h-5rem {
    height: 20vw;
}
.i02{
	top:-10vw;
	left:20vw;
}
.i02 img{
	width:230px;
}
.i03{
	height:50vw;
	margin: 0 auto;
}
.w80{
	width:100%;
}
.start-box{
	width:100%;
	margin: 0 auto 5vw;
}
.flex-start{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-start .maru{
	background-color: #ccc;
	width:30vw;
	height:30vw;
	border-radius: 50%;
	text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.flex-start .maru p{
	font-size: 3vw;
	font-weight: 700;
}
.flex-start .maru p span{
	font-size: 5vw;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
.en_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.en_flex .en_box{
	width:22.7864583vw;
	height:22.7864583vw;
	margin: 2vw auto 2vw;
	padding-top:16.927083vw; 
}
.en_flex .en_box .i01{
	top: -2.394137vw;
	width: 18.229166vw;
	left: 2.2786458vw;
}
    .md\:pl-6 {
        padding-left: 1vw!important;
    }
.mushimegane{
   bottom: -1.953125vw;
   right: -7.8125vw;
}
.mushimegane img{
	width:13.020833vw;
}
.h-5rem {
    height: 5rem;
}
.i02{
	top:-1.953125vw;
	left:25%;
}
.i02 img{
	width:14.973958vw;
}
.i03{
	height:16.276041vw;
}
.w80{
	width:90%;
}
.start-box{
	width:100%;
	max-width:500px;
}
.flex-start .maru{
	width:150px;
	height:150px;
}
.flex-start .maru p{
	font-size: 1.25rem;
}
.flex-start .maru p span{
	font-size: 2rem;
}
}
@media screen and (min-width: 1536px) {
.en_flex .en_box{
	width:350px;
	height:350px;
	margin: 30px auto 30px;
	padding-top:260px; 
}
.en_flex .en_box .i01{
	top: -40px;
	width: 280px;
    left: 35px;
}
.mushimegane{
   bottom: -30px;
   right: -120px;
}
.mushimegane img{
	width:200px;
}
.i02{
	top:-30px;
	left:25%;
}
.i02 img{
	width:230px;
}
.i03{
	height:250px;
}
.w80{
	width:80%;
}
}

.b-t{
	border-top: 5px solid rgb(255, 85, 0)!important;
}
.b-r{
	border-right: 5px solid rgb(255, 85, 0)!important;
}
.b-b{
	border-bottom: 5px solid rgb(255, 85, 0)!important;
}
.b-l{
	border-left: 5px solid rgb(255, 85, 0)!important;
}
.b-t2{
	border-top: 5px solid rgb(146, 146, 146)!important;
}
.b-r2{
	border-right: 5px solid rgb(146, 146, 146)!important;
}
.b-b2{
	border-bottom: 5px solid rgb(146, 146, 146)!important;
}
.b-l2{
	border-left: 5px solid rgb(146, 146, 146)!important;
}
.m-l20{
	margin-left: 20px;
}

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
